* {
    padding: 0;
    margin: 0;
}


.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.page-loading.active {
    opacity: 1;
    visibility: visible;
}

.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

.page-loading.active>.page-loading-inner {
    opacity: 1;
}

.page-loading-inner>span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #737491;
}

.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0.75rem;
    vertical-align: text-bottom;
    border: 0.15em solid #E31C25;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.text-recoleta {
    font-family: "Recoleta-RegularDEMO";
}

.navbar-nav .nav-item .bi-caret-down-fill {
    position: absolute;
    right: -4px;
    top: 16px;
    color: #1F1F1F;
}

.clip-polygon {
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 68%, 0 78%);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 68%, 0 78%);
}

.py-18 {
    padding-top: 6rem !important;
    padding-bottom: 22rem !important;
    margin-bottom: -115px;
}

.location-opening {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px 30px;
    margin-right: -400px;
}

.clip-polygon p::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 8px;
    background-color: #E31C25;
    height: 6px;
    width: 30px;
}

.clip-polygon h1 {
    font-family: "Recoleta-RegularDEMO";
    font-weight: normal;
    font-size: 40px;
    white-space: nowrap;
}

.location-opening p {
    font-size: 24px;
}

.footer p {
    font-size: 16px;
    color: #fff;
}

.footer-clip-polygon {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 9%, 100% 0);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 9%, 100% 0);
}

.footer h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.footer ul li {
    font-size: 14px;
}

.footer h5 {
    font-size: 26px;
    font-family: "Recoleta-RegularDEMO";
    font-weight: normal;
}

.heading-border .border-bottom {
    border-bottom: 2px solid #E31C25 !important;
}
.our-service .border-bottom{
    border-bottom:unset !important;
}

.our-service .special-clinic-img:hover .border-bottom  {
    border-bottom: 2px solid #fff !important;
}

.our-service .special-clinic-img:hover h3::before  {
    opacity: 1;
}

.heading-border h5::before , .heading-border h3::before  , .heading-border h2::before{
    content: '';
    position: absolute;
    background-color: #E31C25;
    width: 6px;
    height: 6px;
    right: 0;
    bottom: -4px;
    border-radius: 50%;
}

.our-service h3::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    right: 0;
    bottom: -4px;
    border-radius: 50%;
    opacity: 0;
}

.footer .form-control {
    border-radius: 50rem;
}

.footer .input-group .btn {
    border-radius: 50rem !important;
    margin-left: -29px !important;
    margin-right: -22px !important;
}

.footer .input-group .btn-primary {
    background-color: #E31C25;
    color: #fff;
    z-index: 9999;
}

.footer .input-group .form-control:focus {
    box-shadow: unset;
}

.vmc-title h2 {
    font-size: 35px;
    font-weight: normal;
}

.about-us img {
    border-radius: 12px;
}

.about-us-border::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12.5rem;
    background-color: white;
    border: 4px solid #777A7E;
    width: 135px;
    height: 334px;
    border-radius: 12px;
    z-index: -1;
}

.about-us-img {
    position: absolute;
    bottom: -71px;
}

.vmc-title-border {
    background: #fff;
    width: 100%;
    height: 1px;
    margin: 0 2rem;
}

.title-border-red {
    background: #E31C25;
}

.title-border-red::after {
    background-color: #E31C25 !important;
}

.vmc-title-border::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    right: 2rem;
    bottom: -2px;
    border-radius: 50%;
}

.loco_section__carobtn .btn {
    width: 66px;
    height: 66px;
}

.slider-content {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(227, 28, 37, 0.7);
    backdrop-filter: blur(5px);
    border-radius: 4px;
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    right: 1rem;
    transition: all .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 97px;
}

.slider-content h3 {
    font-size: 18px;
    color: #1F1F1F;
}

.slider-content a {
    color: #1F1F1F;
}

.slider-content p {
    font-size: 14px;
}

.slider-description {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.loco_cat__box:hover .slider-description,
.tns-item:hover .slider-description,.special-clinic-img:hover .slider-description {
    opacity: 1;
    visibility: visible;
}

.loco_cat__box:hover .slider-content,
.tns-item:hover .slider-content,.special-clinic-img:hover .slider-content {
    height: 216px;
    background: rgba(227, 28, 37, 0.64);
    backdrop-filter: blur(5px);
}

.loco_cat__box:hover .slider-content h3,
.loco_cat__box:hover .slider-content p,
.loco_cat__box:hover .slider-content a,
.tns-item:hover .slider-content h3,
.tns-item:hover .slider-content p,
.tns-item:hover .slider-content a,.special-clinic-img:hover p,.special-clinic-img:hover h3,.special-clinic-img:hover a {
    color: #fff;
}

.timing-polygon {
    clip-path: polygon(0 100%, 0 6%, 100% 0, 100% 72%, 0 78%);
    -webkit-clip-path: polygon(0 100%, 0 6%, 100% 0, 100% 72%, 0 78%);
}

.news-date {
    background: #E31C25;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "Recoleta-RegularDEMO";
    padding: 7px 19px;
    color: #fff;
    border-radius: 5px 0 0 0;
}

.latest-news .card {
    border: unset;
    border-radius: unset;
}

/*swiper css*/
.our-patients .item {
    /* opacity: 0.4; */
    transition: .4s ease all;
    /* margin: 0 20px; */
    transform:scale(0.9);
    position: relative;
}

.our-patients .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.5);
}

.our-patients .active .item::after{
    background-color: unset;
    position: unset;
}
.our-patients .active .card::after{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    background-color: #E31C25;
    width: 4px;
    height: 100%;
}

.our-patients .owl-prev {
    left: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    color: #fff;
    font-size: 25px;
}

.our-patients .owl-next {
    right: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    color: #fff;
    font-size: 25px;
}

.our-patients .owl-item .bi {
    color: #E31C25;
    font-size: 46px;
}

.our-patients .owl-item h3 {
    font-size: 22px;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
    display: flex;
    justify-content: center;
}
  .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #d9d9d9;
    margin: 0 3px;
  }
  .owl-dots .owl-dot.active span {
    background-color:#e31c25;
  }
  .owl-dots .owl-dot:focus span{
    outline: none;
  }
  .surgery-time a{
    color: #777A7E;
  }
  .surgery-time .surgery-address:hover , .appo-box:hover{
    background-color: #1F1F1F;
    color: #fff;
  }
  .surgery-time .surgery-address:hover h3 ,.appo-box:hover h3{
    color: #fff;
  }
  .surgery-time .surgery-address:hover .bi{
    color: rgba(255, 255, 255, 0.1);
  }
  .surgery-time .surgery-address .bi {
    color: rgba(227, 28, 37, 0.1);
    font-size: 40px;
}
.surgery-address p{
    font-size: 14px;
}
.map{
    margin-bottom: -70px;
}

.mt-75{
    margin-top: -17rem;
}
.appo-box{
    background-color: #fff;
}
.contact-us{
    background-color: #fff;
}

.contact-us .bi , .contact-us a{
    color: #1F1F1F;
}

.contact-us .bi:hover{
    color: #E31C25;
}




@media(max-width:1000px) {
    .our-patients .item {
        margin: 0;
        transform: scale(.9)
    }
}

.our-patients .owl-item.center .item {
    opacity: 1;
    transform: scale(1.1);
}


.our-patients .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
}

.our-patients .inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.our-patients .inner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transition: .3s ease border-color
}

.our-patients .inner a:hover {
    border-color: #fff;
}

.our-patients .black .inner a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.4)
}

.our-patients .black .inner a:hover {
    border-color: #000;
}

/* .our-patients .owl-controls {
    position: absolute;
    margin-top: 300px;
} */

.our-patients .card ,.our-patients .card-horizontal .card-img-top{
    border-radius: unset;
}

/*swiper css*/

.breadcrumb-bg::after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(31, 31, 31, 0.5);
    backdrop-filter: blur(2px);
}

body::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    transition: .3s background;
  }
  
  body::-webkit-scrollbar-thumb {
    background: #E31C25;
  }
  
  body:hover::-webkit-scrollbar-thumb {
    background: #E31C25;
  }

  .list-style li::after {
    content: '';
    position: absolute;
    background-color: #E31C25;
    width: 24px;
    height: 2px;
    top: 1rem;
    left: 0;
}

.list-style li::before {
    content: '';
    position: absolute;
    background-color: #E31C25;
    width: 9px;
    height: 9px;
    top: 0.75rem;
    left: 1.5rem;
    border-radius: 50%;
}

.committee-info a:hover{
    text-decoration: unset;
}

.service-mr , .service-mr-1{
    background-color: #fff;
}
.service-mr{
    margin-left: -171px;
}

.service-mr-1{
    margin-right: -171px;
}

.text-justify{
    text-align: justify;
}

.other-nhs-service i{
    font-size: 35px;
}

.other-nhs-service:hover i{
    color: #E31C25;
}

.other-nhs-service i ,.other-nhs-service p{
    color: #1F1F1F;
}

.private-patient{
    border-radius: 6px;
}

.private-patient i {
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    top: 50%;
    background: #fff;
    font-size: 26px;
}

.lees-place-medical-center {
    position: absolute;
    top: 42%;
    right: 15rem;
    transform: translateY(-50%);
}

.lees-place-practice{
    margin-top: -5rem;
}

.lees-place-bg{
    background-color: #fff;
}

.lees-place{
    margin-top: -94px;
}

.record-mr{
    margin-top:-16rem;
}

.record-start{
    left: 15rem;
}

.summery-care .bi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 55px;
}

.register-bg {
    background-color: #1F1F1F;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    line-height: 68px;
}

.register-bg .bi{
    font-size: 30px;
}

.register-form {
    position: absolute;
    bottom: 0;
    right: 0;
}
.register-form h3{
    font-size: 20px;
}

.register-hover:hover .register-form{
    top: 0;
    left: 0;
    margin: 15px;
    transition: all .2s ease-in;
}

.register-hover:hover .heading-border{
    display: none;
}

.register-hover .register-form .btn{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.register-hover:hover .register-form .btn{
    display: block;
}

.register-process::after{
    content: '';
    position: absolute;
    top: 62%;
    left: 0;
    transform: translateY(-50%);
    border: 1px dashed #E31C25;
    width: 100%;
    z-index: -1;
}

.register-bg-block{
    background-color: #fff;
}

.nhs-registration .border-top{
    border-top: 2px dashed rgba(227, 28, 37, 0.5) !important;
}

/* input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1) sepia(100%) saturate(100000%) hue-rotate(170deg);
} */
.form-grid-4{
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(35px, auto);
}

.block-img{
    width: 150px;
    height: 80px;
    object-fit: cover;
}

.block-img img{
    width: 100%;
    height: 100%;
}

.recent-post p{
    margin-bottom: .5rem;
}

.recent-post p{ 
    font-weight: bold;
   font-size: 15px;
}

.gmap{
    margin-bottom: -100px;
}
.mt-85 {
    margin-top: -85px;
}
.mt-105{
    margin-top: -105px;
}
.contact-btn {
    border: 2px solid #e31c25;
    border-radius: 50px;
} 

section.close-contact a {
    text-decoration: none;
    color: #1f1f1f;
}
.we-close {
    margin-bottom: -15rem;
}

.further-information {
    margin-top: -5rem;
}

.pb-8{
    padding-bottom: 8rem !important;
}
.pb-10{
    padding-bottom:10rem;
}
.py-cus-6 {
    padding-top: 6rem !important;
    padding-bottom: 16rem !important;
}
.py-cus-5 {
    padding-top: 0rem !important;
    padding-bottom: 12rem !important;
}
.mt-64{
    margin-top: -64px;
}
.record-mr-2 {
    margin-top: -9rem;
}

.dropdown-menu .nav-link{
     position: relative;
    width: 100%;
    transition: all .25s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    padding: 0.425rem 1.3rem;
}

.d-scroll {
    overflow-y: scroll;
    height: 380px;
    padding-right: 16px;
}
.d-scroll::-webkit-scrollbar {
    width: 2px;
    height: 0px;
    transition: .3s background;
  }
  
  .d-scroll::-webkit-scrollbar-thumb {
    background: #555253;
  }

@media(max-width:1440px){
    .record-mr {
        margin-top: -20rem;
    }
    .we-close {
        margin-bottom: -18rem;
    }
    .feedback-data .record-mr {
        margin-top: -19rem;
    }
    .feedback-data .pb-8 {
        padding-bottom: 12rem !important;
    }
    .pt-21{
        margin-top:-21rem !important;
    }
    .pt-16 {
        margin-top: -16rem;
    }
}

@media (max-width:1440px) and (min-width:1025px){
  .data .data-img{
    height: 1012px;
    width: 100%;
    object-fit: cover;
  }
  .d-scroll {
    overflow: scroll;
    height: 380px;
    padding-right: 16px;
}
}

@media(max-width:1280px){
    .lees-place-medical-center {
        right: 0rem;
    }
    .record-start {
        left: 0;
    }
    .feedback-data .pb-8 {
        padding-bottom: 18rem !important;
        padding-top: 8rem !important;
    }
    .we-close {
        margin-bottom: -20rem;
    }
}

@media(max-width:1280px) and (min-width:1024px){
    .footer-clip-polygon {
        clip-path: polygon(100% 0, 100% 100%,0 100%, 0 9%, 100% 0);
        -webkit-clip-path: polygon(100% 0, 100% 100%,0 100%, 0 9%, 100% 0);
    }
}

@media (max-width:1024px) {
    .less-place-medical-center .cus-polygon img {
        clip-path: polygon(0 100%, 0 16%, 100% 0, 100% 72%, 0 90%);
        -webkit-clip-path: polygon(0 100%, 0 16%, 100% 0, 100% 72%, 0 90%);
    }
    .lees-place-practice {
        margin-top: -6rem;
    }
    .lees-place-practice {
        margin-top: 1rem;
    }
    .our-patients .item {
        transform: scale(.9);
    }
    .our-patients .owl-item.center .item{
        transform: scale(1);
    }
    .footer-clip-polygon {
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 8%, 100% 0);
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 8%, 100% 0);
    }

    .footer .input-group .btn {
        margin-right: -2px !important;
    }

    .about-us-border::before {
        left: 5rem;
    }

    .slider-content h3 {
        font-size: 16px;
    }
    .further-information {
        margin-top: -112px;
    }
    .lees-place-medical-center {
        right: 0;
    }
    .record-start{
        left: 0;
    }
    .form-grid-4 {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }
    .lees-place-medical-center{
        position: unset;
        transform: unset;
    }
    .data .timing-polygon {
        clip-path: polygon(0 100%, 0 6%, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 100%, 0 6%, 100% 0, 100% 100%, 0 100%);
    }
    .data .record-mr , .bg-light.record-mr{
        margin-top:-2rem;
    }
    .lees-place-practice {
        margin-top: -3rem;
    }
    .mt-75 {
        margin-top: -4rem;
    }
    .feedback-data .record-mr {
        margin-top: -0rem;
    }
    .data .timing-polygon img {
        clip-path: polygon(0 100%, 0 10%, 100% 0, 100% 80%, 0 88%);
        -webkit-clip-path: polygon(0 100%, 0 10%, 100% 0, 100% 80%, 0 88%);
    }
    .data .timing-polygon ,.data.timing-polygon{
        clip-path: unset;
        -webkit-clip-path: unset;
    }
    .d-scroll {
        overflow: unset;
        height: unset;
    }
    .summery-care img {
        clip-path: unset !important;
    }
    .feedback-data .pb-8 {
        padding-bottom: 12rem !important;
        padding-top: 8rem !important;
    }
    .timing-polygon-2 {
        clip-path: polygon(0 100%, 0 10%, 100% 5%, 100% 80%, 0 88%) !important;
        -webkit-clip-path: polygon(0 100%, 0 10%, 100% 5%, 100% 80%, 0 88%) !important;
    }
    .pt-21 {
        margin-top: -12rem !important;
    }
    .we-close {
        margin-bottom: 0;
    }
}

@media (max-width:991px) {
    .record-mr {
        margin-top: -3rem;
    }
    .pt-16 {
        margin-top: -12rem;
    }
    .clip-polygon h1 {
        font-size: 22px;
    }

    .about-us-border::before {
        left: 19rem;
    }

    .about-us-img {
        bottom: -21px;
        left: 6rem;
    }
    .special-clinic-img:hover .slider-content {
        height: 186px;
    }
    .timing-polygon {
        clip-path: polygon(0 100%, 0 4%, 100% 0, 100% 75%, 0 78%);
        -webkit-clip-path: polygon(0 100%, 0 4%, 100% 0, 100% 75%, 0 78%);
    }
    .further-information {
        margin-top: -235px;
    }
    .service-mr {
        margin-left: 0;
    }
    .service-mr-1{
        margin-right: 0;
    }
    .our-service-mr{
        margin-top: -142px;
    }
    .lees-place-practice {
        margin-top: -3rem;
    }
    .form-label {
        font-size: 18px;
    }
    .form-grid{
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        grid-auto-rows: minmax(35px, auto);
    }
    .well-woman-clinic {
        margin-top: -9rem;
    }
    .menopause-clinic {
        margin-top: -7rem;
    }
    .dietician {
        margin-top: -5rem;
    }
}

@media (max-width:767px) {
    .our-patients .owl-item h3 {
        font-size: 18px;
    }
    .owl-carousel .owl-item .card{
        flex-direction: row;
    }
    .our-patients .owl-item .bi {
        font-size: 26px;
    }
    .our-patients .owl-item p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .our-patients .owl-item img {
        width: 200px;
        height: 215px;
    }
    .our-patients .owl-item .card-body{
        padding: 0.75rem;
    }
    .our-patients .owl-prev ,.our-patients .owl-next {
        color: #000;
    }
    .our-patients .owl-prev {
        left: 0rem;
    }
    .our-patients .owl-next {
        right: 0rem;
    }
    .location-opening {
        margin-right: auto;
        position: relative;
        top: 5rem;
    }

    .py-18 {
        padding-top: 2rem !important;
        padding-bottom: 20rem !important;
        margin-bottom: -94px;
    }

    .footer-clip-polygon {
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 2%, 100% 0);
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 2%, 100% 0);
    }

    .clip-polygon h1 {
        white-space: unset;
    }

    .about-us-border::before {
        display: none;
    }

    .about-us-img {
        left: 0rem;
    }

    .vmc-title h2 {
        font-size: 24px;
    }

    .vmc-title-border {
        margin: 0;
    }

    .vmc-title-border::after {
         right: 0rem;
    	 bottom: 1px;
    }
	.vmc-title-border.title-border-red:after {
		bottom: -2px;
	}

	.breadcrumb-item {
		font-size: 14px !important;
	}

    .loco_section__carobtn .btn {
        width: 35px;
        height: 35px;
    }

    .loco_section__carobtn .btn {
        padding: 6px;
    }

    .loco_section__carobtn .bi {
        font-size: 18px !important;
    }

    .slider-description {
        -webkit-line-clamp: 5;
    }

    .timing-polygon {
        clip-path: polygon(0 100%, 0 11%, 100% 0, 100% 59%, 0 78%);
        -webkit-clip-path: polygon(0 100%, 0 2%, 100% 0, 100% 79%, 0 82%);
    }
    .clip-polygon {
        clip-path:  polygon(0 100%, 0 0, 100% 0, 100% 74%, 0 78%);
        -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 74%, 0 78%);
    }
    .further-information {
        margin-top: -175px;
    }
    .our-service-mr {
        margin-top: -125px;
    }
    .well-woman-clinic{
        margin-top: -65px;
    }
    .register-hover img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
    .register-process::after{
        position: unset;
        border: unset;
        transform: unset;
    }
    .form-grid{
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        grid-auto-rows: minmax(35px, auto);
    }
    .form-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    .border-start{
        border-left: unset !important;
    }
    .bg-banner{
        background-image: url(../img/banner/banner.jpg);
        height: 100%;
        width: 100%;
    }
    .latest-news {
        margin-top: -66px;
    }
    .our-patients .owl-prev , .our-patients .owl-next{
        font-size: 20px;
        top: 45%;
    }
    .lees-place-practice {
        margin-top: -2rem;
    }
    .menopause-clinic {
        margin-top: -5rem;
    }
    .dietician {
        margin-top: -2rem;
    }
    .data .timing-polygon {
        clip-path: polygon(0 100%, 0 2%, 100% 0, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 100%, 0 2%, 100% 0, 100% 100%, 0 100%);
    }
    .mt-85 {
        margin-bottom: -6rem;
    }
    .banner.py-18 {
        padding-bottom: 12rem !important;
    }
    .register-hover .register-form .btn {
        font-size: 13px;
        width: 250px;
        white-space: unset;
    }
    .tns-carousel-wrapper [data-controls]{
        display: none;
    }
    .feedback-data .pb-8 {
        margin-top: -3rem;
    }
    .timing-polygon-2 {
        clip-path: polygon(0 100%, 0 10%, 100% 5%, 100% 85%, 0 88%) !important;
        -webkit-clip-path: polygon(0 100%, 0 10%, 100% 5%, 100% 85%, 0 88%) !important;
    }
    .record-mr {
        margin-top: -2rem;
    }
    .mt-64 {
        margin-top: 16px;
    }
    .py-cus-5 {
        padding-top: 0rem !important;
        padding-bottom: 8rem !important;
    }
}


@media(max-width:450px){
    .py-cus-6 {
        padding-top: 4rem !important;
        padding-bottom: 20rem !important;
    }
    .timing-polygon-2 {
        clip-path: polygon(0 100%, 0 9%, 100% 7%, 100% 85%, 0 88%) !important;
        -webkit-clip-path: polygon(0 100%, 0 9%, 100% 7%, 100% 85%, 0 88%) !important;
    }
    .pt-16 {
        margin-top: -16rem;
    }
}
@media(max-width:325px){
    .py-cus-6 {
        padding-bottom: 22rem !important;
    }
    .pt-16 {
        margin-top: -20rem;
    }
}