:root {
    --primary-color:#7856a3;
    --secondary-color:#f1c40f;
}

body{
    font-family: "Outfit", sans-serif;
    font-size: 17px;
}
html{
    overflow-x:hidden;
}
p{
   
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #48494b;
}

a{
    text-decoration:none;
}

img{
    height:auto;
    max-width:100%;
}
ul{
  margin:0;  
}

/*section-title-start*/

.section-mini-title {
    position: relative;
    font-size: 15px;
     display: inline-block;
    color: var(--primary-color);
    font-weight: 700;
    max-width: max-content;
    margin-bottom: 11px;
    padding-left: 1.3rem;
    text-transform: uppercase;
}
.section-huge-title{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin: 0 0 14px;
    text-transform: capitalize;
}
.section-title {
    margin: 0 0 7px;
}
.section-title.text-center{
    margin: 0 0 37px;
}

/*section-title-end*/


/*our-about-section-start*/

.our-about-section{
    position: relative;
    padding: 3rem 0 3rem;
   overflow:hidden;
   background: #F2F4F7;
}
.about-conesmer{
    position: relative;
    display: flex;
    gap: 30px;
        align-items: center;
}
.about-section-paragrap ul li {
      position: relative;
    display: flex;
    font-weight: 600;
   margin-bottom: 15px;
}

.about-section-paragrap ul li:before {
        content: "";
    position: absolute;
    background-image: url(../images/svg/check.svg);
    width: 20px;
    height: 20px;
    left: -30px;
    top: 4px;
    background-size: cover;
}
.about-section-paragrap{
    max-width:55%;
}
/*.about-imagfe{*/
/*    position: relative;*/
/*    display: flex;*/
/*    gap: 50px;*/
/*    align-items: center;*/
/*}*/
.about-imag img{
    border-radius: 24px;
}
.our-counter-box:not(:last-child) {
    border-bottom: 1px solid #DEDFE3;
    margin-bottom: 17px;
    padding-bottom: 0;
}
.about-imagfe {
   
}
.our-counter-box .counter {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 600;
}

.our-counter-box .box-conxted{
    font-size: 40px;
    font-weight:600;
}
.our-counter-box .counter-text {
   font-size: 17px;
    /*margin-top: 15px;*/
    text-transform: capitalize;
}

.spanb-title a{
    color:#000;
}
.btn-group {

    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
}

/*.th-btn.style2 {*/
/*    background-color: var(--primary-color);*/
/*}*/
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: var(--secondary-color);
    border: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1;
    padding: 20px 24px;
    border-radius: 8px;

    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.call-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.call-info.style2 .call-icon {
    width: 56px;
    border: 5px solid rgba(249, 99, 99, 0.2);
    border-radius: 50%;
}

.call-info.style2 .call-icon i {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.call-info .call-icon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    background-color: #000;
    color:#fff;
    border-radius: 48px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: flaticon_normal-icon !important;
}
.commn-btn-sec {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 30px 0 0;
}

.btn-contact {
    background: var(--secondary-color);
}

.commn-btn {
       position: relative;
    display: inline-block;
    font-size: 14px;
    background: var(--primary-color);
    color: #fff;
    z-index: 1;
    border-radius: 5px;
    box-shadow:0 5px 30px 0 rgb(0 0 0 / 10%) !important;
    padding: 15px 19px;
    font-weight: 500;
    line-height: 1em;
    border: none;
    text-transform:uppercase;
    transition: all 0.5s ease-in-out;
     overflow:hidden
}
.commn-btn.btn-contact:before{
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    z-index: -1;
    top: 50%;
    left: -25%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    transform: translate(-50%, -50%);
}
.commn-btn.btn-contact:hover:before{
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    height: 110%;
    width: 110%;
    color: #fff !important;
    background:#232236;
}
.top-header-button .commn-btn.btn-contact{
    padding-right:41px;
   
}
.commn-btn.btn-contact.bg-blackd{
    background:#232236 !important;
}
.commn-btn.btn-contact.bg-blackd:hover:before{
    background: var(--primary-color);
}
.top-header-button .commn-btn.btn-contact i{
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 11.5px;
}
.commn-btn-sec .align-btn-calk {
    display: flex;
    align-items: center;
    gap: 10px;
}

.commn-btn-sec .align-btn-calk .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
       align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
}
.align-btn-calk .icon i{
    color: #fff;
    font-size: 19px;
    display:flex;
    line-height: 4;
}


.spanb-title p {
    margin: 0;
}

.call-info.style2 .call-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--primary-color);
}

.call-info .call-label {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #5c5f71;
    display: block;
    margin-bottom: 0px;
}
.call-info .call-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #1c2359;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-section .container{
    position:relative
}
.at-treas{
    border-bottom: 1px solid #E1E1FF;
    margin-bottom: 15px
;
    font-size: 24px;
    color: var(--primary-color);
    padding-bottom:15px;
}
.menu-rigjtt{
    background-image:url(../images/bg/brain-surgery.webp);
    background-size:cover;
    width:30%;
    position:relative;
    display:grid;
    align-items:flex-end;
}
.menu-rigjtt span{
    display: block;
    color: #fff;
    line-height: 1.2;
    z-index: 2;
    font-size: 25px;
    padding: 13px 30px;
}
.menu-rigjtt:before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 170px;
    bottom: 0;
    background-size: cover;
    background-image: url(../images/bg/brain-shape.webp);
}
.menu-left{
    width:70%;
}
.has-dropdown:hover .rts-mega-menu{
    transform: scaleY(1);
     opacity: 1; 
     visibility: visible; 
}
.rts-mega-menu{
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    transform: scaleY(0);
    right: 0;
    margin: 0 auto;
    left: 0;
    z-index: 90;
     opacity: 0; 
     visibility: hidden; 
    text-align: left;
    transition: all 0.3s;
    border-radius: 0 0 5px 5px !important;
    background-color: #ffffff;
    display: flex;
    width:1100px;
    max-width:1100px;
    box-shadow: 0 36px 35px rgba(61, 60, 60, 0.08);
    transform-origin: 0 0 0;
    padding: 30px 30px;
}

.mobile-menu-top, 
.memnu-clos-open{
    display:none;
}



.dropn-btnmobile{
   position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    top: 0;
    background: var(--primary-color);
    display: none;
    border-radius: 50px;
}
.dropn-btnmobile i {
    color: #fff;
    font-size: 20px;
}



/*our-treatement-section*/

.our-treatement-section{
    position:relative;
    padding:4rem 0;
}
.treatement-section-outer {
    position: relative;
    z-index: 2;
}
.our-treatement-section .row{
    row-gap:30px;
}
.treatement-section-outer .box-img {
    position: relative;
    z-index: 2;
    border-radius: 16px;
    margin-bottom: 25px;
}
.treatement-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.treatement-section-outer .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(28, 35, 89, 0.2), rgba(28, 35, 89, 0.2));
    background: linear-gradient(0deg, rgba(28, 35, 89, 0.2), rgba(28, 35, 89, 0.2));
    z-index: 1;
}

.treatement-section-outer .box-img img {
    border-radius: 16px;
}
.treatement-img:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.treatement-img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}

.treatement-img:hover:after {
    height: 250%;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    background-color: transparent;
}
.treatement-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}


.treatement-swiper .swiper-button-next, 
.treatement-swiper .swiper-button-prev {
    height: 45px;
    width: 45px;
    min-width: 45px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: #0a3366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(1px);
}
.treatement-swiper .swiper-button-next:after, .treatement-swiper .swiper-button-prev:after{
    font-size:12px;
    color: #fff;
}

.box-title a:hover {
    color:var(--primary-color);
}
.box-title a{
    font-size: 20px;
    color: #000;
}
.box-text{
   
    display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-btn {
    position: relative;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    display: flex
;
    gap: 10px;
    padding-bottom: 4px;
    text-transform: capitalize;
    align-items: center;
   
}
.line-btn i{
    background: #F2F4F7;
    display: flex
;
    height: 40px;
    width: 40px;
    /* text-align: center; */
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    transition:0.3s linear
}
.treatement-section-outer:hover .line-btn i{
    background: var(--primary-color);
    color:#fff;
    transform: rotate(0deg);
}
.treatement-section-outer:hover .line-btn {
    color: var(--primary-color);
}
.our-footer-section{
    position:relative;
    padding:3rem 0 0;
    z-index:1;
    background-color:#232236;
}

.logo-btn-fotte-sec{
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    align-items:center;
}

.fter-main-btn{
    text-align: end;
}

.fter-main-btn .btn-book{
    margin-left:20px;
}

.footer-treatement-menu{
    padding: 0;
    list-style: none;
    margin:20px 0 0;
}
.footer-treatement-menu li{
    position:relative;
}
.footer-treatement-menu li:not(:last-child){
    margin:0 0 10px;
}
.our-footer-section .footer-menu-list{
    padding:1rem 0 0;
}
.footer-treatement-menu li a{
    position: relative;
    font-size: 16px;
    color: #dbdada;
    line-height: 1.6;
    font-weight: 300;
}
.footer-treatement-menu li a:hover{
    color:#fff;
}
.footer-menu .title{
        position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    max-width: fit-content;
    border-left: 2px solid #fff;
    padding-left: 0.5rem;
}
.footer-paragraph{
    position: relative;
    color: #fff;
    margin:20px 0 0;
}
.our-social-media{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
    padding-left: 0rem;
}
.our-social-media li{
    list-style-type: none;
}
.our-social-media li a  i{
    color:#fff;
        height: 17px;
}
.our-social-media li a{
    background-color:var(--primary-color);
    border: 1px solid #f3f4f870;
    border-radius: 50%;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: flex;
    justify-content: space-around;
}
.oue-footer-muns{
    margin-left:60px;
}
.our-footer-addres{
        padding: 25px 24px 25px 24px;
    background-color: #fff;
    align-items: center;
    margin: 50px 0 0;
    border-radius: 16px;
}
.our-footer-addres .footer-addres-details .icon{
   min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(92, 95, 113, 0.3);
    border-radius: 48px;
    color: var(--primary-color);
    /* font-size: 7px; */
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.our-footer-addres .footer-addres-details .icon i{
    position: relative;
    top: 3px;
    font-size: 24px;
    color:var(--primary-color);
}
.our-footer-addres .footer-addres-details{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.our-footer-addres .footer-addres-details .socil-personal-detilas .title{
    font-size:18px;
    color: var(--primary-color);
    font-weight:600;
}
.socil-personal-detilas a, 
.socil-personal-detilas p{
    color:#000;
}
.our-coprights{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.our-coprights p, .our-coprights a{
    margin:0;
    color:#fff;
}


/*our-treatemnet-sec-end*/


.header-section{
    position:relative;
    background:#fff;
}

.second-heaer-menu{
    padding: 1rem 0 1rem;
    
}
.section-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 10px 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(92, 95, 113, 0.2);
}
.header-logo{
    display:flex;
    gap:15px;
    align-items:center;
}
.header-align-left,
.header-align-right{
    display: flex;
    align-items: center;
    gap: 20px;
    width:100%;
    justify-content: space-between;
}

.header-align-left .header-adderss {
    display: flex;
    align-items: flex-start;
    gap: 9px;
        align-items: center;
        position:relative;
}

.header-align-left .header-adderss i{
    font-size: 16px;
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    -webkit-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.sticky .top-header {
    display: none;
}
.header-section.sticky {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(0%);
    visibility: visible;
       animation: slideDown 0.7s ease-out;
       padding: 6px 0;
   
}
.header-section.sticky .section-header-top{
    display:none;
}
@keyframes slideDown{
    0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}
.header-adderss a{
    color: #000;
  
}
.top-header-menus{
    display:flex;
    gap:15px;
    padding: 12px 0;
    flex-wrap:wrap;
    justify-content:space-between;
}
.top-header-menus .menus-items li.menus-items {
    padding: 27px 0;
    cursor: pointer;
}
.top-header-menus > .menus-items > li {
    margin: 0;
    padding: 0;
   
}
.top-header-menus > ul {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    
    margin: 0;
    list-style: none;
    justify-content: center;
}
.top-header-menus > .menus-items > li > a {
    color: #000;
    font-size: 17px;
    padding-bottom:20px;
    position:relative;
}
.top-header-menus > .menus-items > li > a:after{
        content: "";
    width: 0px;
    right: 0;
    left: 0;
    bottom: 12px;
    margin: 0 auto;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    transition:0.3s linear
}
.top-header-menus > .menus-items > li:hover > a:after{
    width: 15px;
}
.top-header-menus > .menus-items > li.has-dropdown{
    padding-right:20px;
}
.top-header-menus > .menus-items > li.has-dropdown > a:before{
        content: "\f104";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    right: -23px;
    top: 1.2px;
    font-size: 15px;
}
.menus-items > a {
    transition: 0.3s;
}
.menu-left > ul{
    display:flex;
    flex-wrap:wrap;
}
.menu-left li{
    width:50%;
    padding:0.5rem 0;
    color:var(--primary-color);
}
.menu-left li a{
    color:#000;
    transition:0.3s linear
}
.menu-left li a:hover{
    color:var(--primary-color);
}
.top-header-button {
   
    max-width: fit-content;
    display: flex
;
    position: relative;
}

/*hero-section-start*/

.hero-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 60px 5%;
      background-color: #fff5f5;
    }

    .hero-text p {
      color: #5a5a5a;
      font-weight: 600;
      margin: 0;
    }
    .hero-text h1 {
      font-size: 48px;
      font-weight: 800;
      color: #1e1e4f;
      margin: 10px 0;
      line-height: 1.2;
    }
    .hero-text h1 span {
      color: #ff5e5e;
    }
    .hero-buttons {
      margin-top: 20px;
      display: flex;
      gap: 15px;
    }
    .hero-buttons .btn {
      padding: 12px 20px;
      border-radius: 6px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      border: none;
    }
    .btn-primary {
      background-color: #ff5e5e;
      color: white;
    }
    .btn-outline {
      border: 2px solid #1e1e4f;
      color: #1e1e4f;
      background: transparent;
    }
    .social-icons {
      position: absolute;
      left: 20px;
      top: 200px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .social-icons a {
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    .doctor-images {
      margin-top: 30px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .doctor-images img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid white;
      object-fit: cover;
    }
    .doctor-count {
      background-color: #1e1e4f;
      color: white;
      padding: 6px 10px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 600;
    }
    /*.hero-image {*/
    /*  max-width: 45%;*/
    /*}*/
    .hero-image img {
      width: 100%;
     
    }
    @media (max-width: 768px) {
      .hero-section {
        flex-direction: column;
        text-align: center;
      }
      .hero-text, .hero-image {
        max-width: 100%;
      }
      .social-icons {
        display: none;
      }
    }
    
 .diseases-sectiond{
     position:relative;
     padding:2rem 0 2rem;
 }   

.our-exter-terat {
    position: relative;
    padding: 4rem 0 4.8rem;
    
}

.our-exter-terat.style-1 .featured-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.featured-desc p {
    margin-bottom: 0;
}

.featured-title h4 {
    font-size: 1.1rem;
    margin: 1rem 0 0.2rem;
    text-transform: capitalize;
    line-height: 1.4;
}
.our-exter-terat.style-1 img{
    border-radius: 14px;
}
.our-exter-terat.style-1 {
    padding: 15px;
    border-radius: 14px;
    background: #fff;
    text-align:center;
    height:100%;
    transition:0.5s linear;
    box-shadow: rgb(237, 242, 242) 0px 10px 30px;
}
.our-exter-terat.style-1:hover{
    transform:translateY(10px);
}
.col-md-2-5{
    width:20%
}
.cahc-titlsd{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #7856a3;
    -webkit-text-stroke: 1px #7856a30d;
    font-size: 60px;
    text-align: center;
    font-family: sans-serif;
    text-transform: uppercase;
}
.our-exter-terat.style-1 .featured-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    color: var(--themeht-primary-color);
    font-size: 60px;
    line-height: 1
}

.our-exter-terat.style-1:before, .our-exter-terat.style-1:after {
    z-index: -1;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1s;
    transform: scale(0.5);
}
.our-exter-terat.style-1 .featured-icon img {
    width: 100px;
}

.our-exter-terat.style-1 .featured-desc p {
    margin-bottom: 25px;
}

.hero-3 {
    position: relative;
    background:#F1F1FF;
}
.hero-3:before{
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background-position: center;
    opacity: 0.15;
    width: 50%;
    background-size: cover;
    background-image: url(../images/bg/brain-treatment.webp);
}

.hero-3 .swiper-pagination-bullet {
    border-color: var(--primary-color);
    width:10px !important;
    height:10px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--primary-color) !important;
    border:1px solid var(--primary-color);
    padding:2px;
}
.hero-3 .swiper-pagination{
    padding-left:calc(7rem * .5);
    text-align:left;
        bottom: 40px !important;
}

.hero-3 .social-links {
    position: absolute;
    z-index: 2;
    left: -7%;
    bottom: 40%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width: 1930px) {
    .hero-3 .social-links {
        left:0
    }
}

@media (max-width: 1899px) {
    .hero-3 .social-links {
        left:-8%
    }
}

@media (max-width: 1799px) {
    .hero-3 .social-links {
        display:none
    }
}

.hero-3 .social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: var(--primary-color);
    text-align: center;
    border-radius: 100px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 1px solid rgba(92,95,113,0.2);
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-3 .social-links a:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff
}

.hero-3 .social-links:after {
    content: '';
    position: relative;
    background-color: var(--secondary-color);
    height: 1px;
    width: 176px;
    display: inline-block;
    top: -6px;
    margin-left: 15px
}

.hero-3 .social-links.style2 {
    left: -7%
}

.hero-3 .scroll-down {
    position: absolute;
    right: 0%;
    bottom: 0px;
    width: 108px;
    height: 140px;
    background-color: var(--primary-color)
}

@media (max-width: 1799px) {
    .hero-3 .scroll-down {
        display:none
    }
}

.hero-3 .scroll-down .hero-scroll-wrap {
    position: absolute;
    right: 20%;
    top: 0%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 30px
}

.hero-3 .scroll-down .hero-scroll-wrap .line {
    position: absolute;
    top: 140%;
    left: 60%;
    width: 1px;
    height: 18px;
    background: #B7BDDE;
    border-radius: 48px
}

.hero-3 .scroll-down .hero-scroll-wrap .text {
    font-size: 16px;
    font-weight: 400;
    color: var(--light-color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    width: 100px;
    display: inline-block
}

.hero-3 .scroll-down .hero-scroll-wrap:after {
    content: "";
    position: absolute;
    height: 59px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 30px
}

.hero-3 .scroll-down .hero-scroll-wrap:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--secondary-color);
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite
}

.hero-3 .scroll-down .title {
    position: relative;
    bottom: -95px;
    left: 40px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #fff;
    z-index: 2
}

@media (max-width: 1500px) {
    .hero-3 .scroll-down {
        bottom:40px
    }

    .hero-3 .scroll-down .hero-scroll-wrap span {
        display: none
    }
}

.hero-3 .hero-image {
    position: relative;
    z-index: 2;
    margin-right: -35px
}

@media (max-width: 1899px) {
    .hero-3 .hero-image {
        margin-right:0
    }
}

.hero-3 .hero-image img {
        width: 100%; 
    max-height: 78.5vh;
    height: 80vh;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .hero-3 .hero-image {
        text-align:center
    }
}

.hero-3 .hero-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 528px;
    height: 528px;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #FFF2F2 9.25%, #EEDCDC 144.57%);
    background: linear-gradient(180deg, #FFF2F2 9.25%, #EEDCDC 144.57%);
    z-index: -1
}

@media (max-width: 1199px) {
    .hero-3 .hero-image:before {
        left:50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.hero-style3 {
    position: relative;
    padding-left: calc(7rem * .5);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: 1s cubic-bezier(.5, .5, 0, 1);
}
.swiper-slide-active .hero-style3{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition-delay: 1400ms;
}


.hero-style3 .sub-title {
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 2.4rem;
}
.hero-style3 .sub-title:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 28px;
    height: 15px;
    background-image: url(../images/svg/sub-title.svg);
    background-repeat: no-repeat;
    background-color: transparent;
}

.hero-style3 .hero-title {
        font-size:55px;
        font-weight:700;
        line-height:1.2;
}
.hero-title .text-theme{
    color:var(--primary-color);
    font-size: 55px;
}

@media (min-width: 1499px) {
    .hero-style3 .hero-title {
        font-size:58px;
       
    }
}

@media (max-width: 1299px) {
    .hero-style3 .hero-title {
        font-size:57px
    }
}

@media (max-width: 767px) {
    .hero-style3 .hero-title {
        font-size:40px;
        
    }
}

.hero-style3 .hero-text {
    font-size: 18px;
    max-width: 659px;
    margin-bottom: 50px
}

@media (max-width: 1299px) {
    .hero-style3 .hero-text {
        max-width:100%
    }
}

.hero-style3 .client-box {
    margin-top: 56px
}

@media (max-width: 1199px) {
    .hero-style3 .client-box .client-thumb-group {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.hero-style3 .client-box .client-thumb-group .thumb img {
    height: 64px
}
.hero-style3 .client-box .client-thumb-group .thumb.icon {
    height: 64px;
    width: 64px;
    background-color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 28px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.hero-style3 .client-box .client-thumb-group .thumb.icon span {
    font-weight: 600;
    font-size: 9px;
    line-height: 11px
}
.d-nonsd{
    display:none !important;
}
@media (min-width:1300px){
    .d-nonsd{
      display:flex !important;  
    }
    .top-header-menus > ul{
        gap:25px
    }
}
.facitlitesd{
    position:relative;
    overflow:hidden;
}
.emdi-tourisz{
    padding:40px;
    color:#fff;
    border-radius:10px;
    background:var(--primary-color);
}
.emdi-tourisz p{
    color:#fff;
}
.turi-image{
    border-radius:10px;
    overflow:hidden;
}
.turi-image img{
    height: 100%;
    object-fit: cover;
}
.facitlitesd .row{
    align-items:stretch;
}
.facitlitesd .col-md-6{
    display:flex;
}
.inter-tilsd{
    font-size:1.5rem;
    margin-bottom:1rem
}
.ul-oijdn{
    padding-left:1.2rem;
}
@keyframes moveright {
    from {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }

    to {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@keyframes moveLeft {
    from {
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    }

    to {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
.move-right {
    animation: moveright 1s linear;
}
.move-left {
    animation: moveLeft 1s linear;
}
.facitlity{
    position:relative;
    padding:3.5rem 0;
}
.facitlity:before{
    content: "";
    position: absolute;
    left: 100px;
    height: 514px;
    width: 314px;
    top:10px;
    background-image:url(../images/bg/spinal-chord.webp);
}
.single-service-area {
    padding: 27px 23px;
    border-radius: 10px;
    background: #F8F7FF;
    border: 2px solid #E9E6FF;
    height: 100%;
    transition: 0.3s;
    position:relative;
    z-index:2;
}
.single-service-area:hover{
    border-color:var(--primary-color);
}
.single-service-area .icon {
    margin-bottom: 36px;
}
.single-service-area .title {
    font-size: 20px;
    margin-bottom: 16px;
}
.single-service-area p{
    margin-bottom:0.2rem;
}
.facitlity .row{
    row-gap:27px
}
.exper-sugeon{
    position:relative;
    background: #F2F4F7;
    padding: 4rem 0;
    background-image:url(../images/bg/graph.png);
}
.dor-profile{
        position: relative;
}
.dor-profile .thumbnail-image img{
   border-radius:10px;
    object-fit: cover;
}
.doctor-info{
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    border-left: 5px solid var(--primary-color);
    margin-bottom: 1rem;
}
.docto-title{
    font-size: 24px;
    color: var(--primary-color);
}
.doctor-info p, .doctor-info span{
    font-size:15px;
}
.doctor-info p{
    margin-bottom:0.4rem;
}
/*faq*/
.faqs{
    position:relative;
    padding:3.5rem 0;
}
.fa-smals{
    font-weight: 600;
    font-size: 120px;
    line-height: 53%;
    letter-spacing: -0.02em;
    color: #142137;
}
.faq_card_wrapper{
    background: #ecf2fe;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.faqs .accordion-item {
    border-bottom: .1rem solid rgb(213, 213, 213) !important;
    border: 0;
}
.accordion-button:not(.collapsed){
    box-shadow:unset !important;
    background-color: transparent;
    color: var(--primary-color);
}
.accordion-body{
    padding-top:0 !important;
    color:#48494b !important;
    padding: 1.5rem;
}
.accordion-button{
    padding: 1.5rem;
        font-size: 1.2rem;
}
.accordion-button::after{
    content:"\f1a3";
    background-image: unset !important;
    font-family: flaticon_normal-icon !important;
    color: #fff;
    z-index: 2;
    font-size: 1.2rem;
    width: 30px;
    display: flex;
    border-radius: 50%;
    height: 30px;
    background: #232236;
    align-items: center;
    justify-content: center;
}
.accordion-button:not(.collapsed)::after{
    transform:rotate(90deg);
    background:var(--primary-color);
}
/*insurance*/
.insurance{
    position:relative;
       margin-top: 4rem;
}
.bg-prupls{
    border:5px solid var(--primary-color);
    padding: 3rem;
}
.bg-prupls .section-huge-title{
     position: absolute;
    top: -21px;
    font-size: 35px;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    margin: auto;
    max-width: fit-content;
    padding: 0 1rem;
}
.call-fixsd{
    position:fixed;
    top:45%;
    right:10px;
    z-index:999;
}
.call-fixsd a{
    display: block;
    background: #24cc63;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

/*Detail-Page*/
.bead-menu {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}
.bead-menu li:not(:last-child):before {
    position: absolute;
    content: "\f108";
    font-family: flaticon_normal-icon !important;
    right: -20px;
    font-size: 20px;
    color: #fff;
}
.bead-menu li a {
    color: #fff;
    font-size: 18px;
}
.breadcrumb-neuros {
    position: relative;
    background:#7856a3;
  padding:6rem 0;
}
.breadcrumb-neuros:before {
    content: "";
    position: absolute;
    top: 0;
    background-image: url(../images/bg/bank-note.svg);
    opacity:0.1;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bead-menu li:not(:last-child) {
    margin-right: 20px;
}
.bead-menu li {
    color: #fff;
    position: relative;
    font-size: 18px;
}
.neuro-big-title{
   font-size: 38px;
    color: #fff;
    font-weight: 700;
}
.breadcrumb-head{
    text-align:center;
    position:relative;
    z-index:5;
}
.bead-menu li.active{
    font-size: 18px;
    font-weight: 600;
}
.healthcare {
    background-color: #f2f4f7; 
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.neuroscience-cta {
    padding: 4rem 0;
    background-color: #fff;
}
.neuro-specialist img {
    width: 100%;
    height:auto;
    border-radius: 20px;
}
.caring-wellness {
    padding: 30px;
}
.caring-wellness .sml-title {
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-left: 2.4rem;
}
.caring-wellness .sml-title:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 28px;
    height: 15px;
    background-image: url(../images/svg/sub-title.svg);
    background-repeat: no-repeat;
    background-color: transparent;
}
.caring-wellness .cta-title{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}
.cta-title .spl-text {
   color: var(--primary-color);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

/*first -section */

.neurosurgeons-sec {
  padding: 5rem 0;
  position:relative;
}
.surgery-img img {
  width:100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.surgery-content p {
  text-align:justify;
  line-height: 1.7;
  margin-bottom: 15px;
}
.why-choose-neuro {
  padding:4rem 0;
 
}
.why-choose-neuro .section-title {
  margin-bottom: 40px;
}
.why-choose-neuro .row {
  justify-content: center;
}
.specialist {
  background-color:#7856a3;
  height:100%;
  border-radius: 16px;
  padding: 40px 23px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.specialist .chooses-icons{
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
 text-align: center;
  margin: 0 auto 20px; 
 
}
.chooses-icons img{
    transition: all 0.4s ease-in-out;
    filter: invert(39%) sepia(13%) saturate(2004%) hue-rotate(224deg) brightness(94%) contrast(90%);
}
.chooses-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.chooses-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
.specialist:hover .chooses-icons img{
    transform:rotateY(180deg);
}
.benefits-neuro {
  padding: 4rem 0;
  position: relative;
}

.benefits-neuro .section-title {
  margin-bottom: 40px;
}
.benefits-neuro .row {
    row-gap:30px;
}
.surgery-img {
   position: sticky;
   top:10%;
}
.spl-content {
  display: flex;
  background-color: #f2f4fd;
  padding: 30px;
  border-radius: 12px;
  gap: 20px;
  position: relative;
  height:100%;
}
.benefits-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
   transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.benefits-icon img {
  width: 40px;
  height: auto;
  filter: invert(39%) sepia(13%) saturate(2004%) hue-rotate(224deg) brightness(94%) contrast(90%);
 
}
.points-benefits h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.points-benefits a.learn-more {
  color: #101357;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
.points-benefits a.learn-more span {
  margin-left: 5px;
  font-size: 14px;
  transform: translateY(-1px);
  display: inline-block;
}
.benefits-neuro .center-neuro {
    position:relative;
}
.benefits-neuro .center-view{
    height: 130px;
    width: 130px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    line-height: 150px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 51%;
    top: 53%;
    margin-left: -82px;
    margin-top: -80px;
}
.benefits-neuro .center-view img{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 9999;
  pointer-events: none;
   
}
.benefits-neuro .spl-content:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}
.spl-content:hover .benefits-icon{
     transform:rotateY(180deg);
}
.symptoms-section{
    padding:4rem 0;
    background:#f2f4f7;
}
.symptoms-section .cure-list li{
    position: relative;
    display: flex;
    margin-bottom: 15px;
}
.symptoms-section .cure-list :before{
    content: "";
    position: absolute;
    background-image: url(../images/svg/check.svg);
    width: 20px;
    height: 20px;
    left: -30px;
    top: 4px;
    background-size: cover;
}
.brain-surgeon {
  padding: 4rem 0;
  background-color: #fff;
}
.treatment-spl {
  padding-right: 1.5rem;
}
.treatment-spl h6 {
  color: #f32858;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}
.treatment-spl h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0a014f;
  margin-bottom: 1rem;
}
.treatment-spl p {
  line-height: 1.6;
  margin-bottom: 2rem;
}
.treatment-content {
  background: #fff;
 box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  transition: 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.treatment-content img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.brain-surgeon .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #7856a3 !important;
}
.brain-surgeon .nav-pills .nav-link{
    color: #fff;
    background-color: #232236 !important;
}
.brain-surgeon .nav {
    justify-content: center;
    gap: 30px;
}
.brain-surgeon .tab-content {
    margin-top: 32px;
}
.specific-para{
    margin: 20px 0 0;
}
.specific-para h4 {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
      text-transform: capitalize;
}
.specific-para p {
      line-height: 1.6;
      margin-bottom:0;
}
.specific-para ul {
    padding-left: 1.8rem;
}
.specific-para ul li {
      margin-bottom: 0.5rem;
      font-size: 17px;
}
.top-header-button.arrow-mark .commn-btn i {
    display: inline-block;
    transition: transform 0.3s ease, font-size 0.3s ease;
}
.top-header-button.arrow-mark .commn-btn:hover i {
    transform: translateX(5px);
    font-size: 20px; 
}
.treatment-content .brain-treatment{
   overflow: hidden;
}
.brain-treatment img {
   transition: transform 0.4s ease;
}
.treatment-content:hover .brain-treatment img {
       transform: scale(1.1);
       display: block;
}
.treatment-spl {
    margin-top:30%;
}
.list-arrow li{
    list-style:none;
    position: relative;
    display: flex;
    margin-bottom: 15px;
}
.list-arrow :before {
    content: "";
    position: absolute;
    background-image: url(../images/svg/check.svg);
    width: 20px;
    height: 20px;
    left: -30px;
    top: 4px;
    background-size: cover;
}
.common-section{
    padding:4rem 0;
    background: #f2f4f7;
}
.pressure-list li h4{
    font-size:20px;
    font-weight:600;
}
.pressure-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    list-style: none;
    font-size: 17px;
}
.pressure-list li::before {
  content:"\f1c1";
  font-family: flaticon_normal-icon !important;
  position: absolute;
  left: 0;
  background-color: #7856a3;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
}
.pressure-list h3{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #7856a3;
}
.brain-surgeon .row{
    row-gap:20px;
}
.brain-title {
    position: relative;
    font-size: 23px;
    font-weight: 700;
}
.coomein-liste .pressure-list{
    padding-left: 0rem;
}
.coomein-liste h4 {
    font-size: 20px;
    font-weight: 600;
}
.process-section {
    position:relative;
    padding:3rem 0 3rem;
}
 .step-box {
    background: #fff;
    border-left: 4px solid #7856a3;
    border-radius: 0;
    padding: 1.5rem 0 0 2.5rem;
    position: relative;
    margin-left: 1.5rem;
}
.step-number {
    position: absolute;
    left: -18px;
    background: #7856a3;
    color: #fff;
    width: 31px;
    line-height: 34px;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
}
.step-title {
     font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
      color: #222;
}
.step-desc {
    line-height: 1.6;
    margin-bottom: 0;
}
.contact-form-section{
    position:relative;
    padding:3rem 0 3rem;
}  
.contact-boxarea {
    position: relative;
    z-index: 1;
    background: #F4F4F9;
    border-radius: 16px;
    padding: 34px 32px;
}
.contact-boxarea .input-area {
    padding-top: 18px;
}
.contact-boxarea .input-area input, 
.contact-boxarea .input-area .nice-select,
.input-area textarea{
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 18px 16px;
    border:none
}
.contact-boxarea .input-area textarea{
    height: 140px;
    width: 100% !important;
}
.contact-boxarea p{
    margin-bottom:0;
}
.cont-btenr {
    position: relative;
    margin-top: 20px;
}
.contact-img img {
    width: 100%;
    height: 630px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.map-location {
    position:relative;
    padding:2rem 0 2rem;
}
.map-location iframe{
    padding:20px;
    background: #F4F4F9;
}
.our-addres-section {
    position:relative;
    padding:3rem 0 3rem;
}
.our-addres-section .single-box {
       background: #F4F4F9;
       justify-content: center;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    position: relative;
    height: 100%;
}
.our-addres-section .single-box:hover {
    background:var(--primary-color);
    transition: all 0.4s;
}
.our-addres-section .single-box .icons {
    height: 50px;
    width: 50px;
    position:absolute;
    left:0;
    right:0;
    top: -25px;
    margin:0 auto;
    min-width: 50px;
    text-align: center;
    line-height: 58px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--primary-color);
    border-radius: 50%;
}
.our-addres-section .single-box:hover .icons {
    background: #fff;
    transition: all 0.4s;
    transform: rotateY(-180deg);
}
.our-addres-section .single-box .icons i{
    color:#fff;
    font-size:27px;
    transition: all 0.4s;
}
.our-addres-section .single-box h4{
    font-size: 20px;
}
.our-addres-section .single-box .text {
    padding-left: 14px;
    text-align: center;
    padding-top:1rem;
}
.our-addres-section .single-box .text a{
    color:#000;
}
.our-addres-section .single-box:hover .text h4,
.our-addres-section .single-box:hover .text p,
.our-addres-section .single-box:hover .text a{
    color:#fff;
}
.our-addres-section .single-box:hover .icons i {
   color:#000;
}
.appaiment-sec .contact-boxarea{
    background:unset;
}
.appaiment-sec .contact-boxarea .input-area input, 
.appaiment-sec .contact-boxarea .input-area .nice-select, 
.appaiment-sec .input-area textarea{
    border: 1px solid #20296e1a;
}
.our-appointment-image {
    position: relative;
    border-radius: 20px;
    margin-left: 15px;
    overflow: hidden;
}

.our-appointment-image .image-anime {
    display: block;
     position: relative;
    overflow: hidden;
}
.our-appointment-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(32, 41, 110, 0) 37.07%, rgba(32, 41, 110, 0.8) 100%);
    width: 100%;
    height: 100%;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.our-appointment-image .image-anime::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(32, 41, 110, 0) 37.07%, rgba(32, 41, 110, 0.8) 100%);
    width: 100%;
    height: 100%;
}

.open-time-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.our-appointment-image:hover .open-time-box .icon-box {
    background:var(--primary-color);
}
.our-appointment-image:hover .open-time-box .icon-box img{
    filter: brightness(0) invert(1);
}
.our-appointment-image .image-anime img{
    width:100%;
    height:585px;
     -o-object-fit: cover;
    object-fit: cover;
}
.open-time-box .icon-box {
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}

.open-time-box-content {
    width: calc(100% - 80px);
}

.open-time-box-content p {
    color: #fff;
    margin-bottom: 2px;
}

.symptoms-section .text-cenrrter{
   
    font-size: 19px;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

input::placeholder, textarea::placeholder{
    color:#000 !important;
}

.call-fixsd a.nee-callsd{
    display:none;
    background: red;
}
.logos-insurace ul li{
    list-style-type: none;
    width: calc(20% - 20px);
    text-align: center;
}
.logos-insurace ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.logos-insurace ul li p{
        font-size: 14px;
    line-height: 1.3;
    margin: 0.5rem 0;
}
.logos-insurace .section-huge-title{
    margin-bottom:3rem;
}
.insuiramce-losdg{
    padding:2rem 0;
    position:relative;
}
label.error{
    color:red;
    font-size:14px;
}

.docgret-iofgde .doctor-info{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    width: 70%;
    margin: 0 auto;
    margin-bottom:2rem;
}
.docgret-iofgde .commn-btn{
    margin-top:1rem;
}
.docgret-iofgde .section-huge-title{
    margin-bottom:1.5rem !important;
}
.modal-ultag{
    padding-left: 1rem;
}
.founder-about img{
    border-radius:10px;
}
.trsuted-brain{
    padding-left:1rem;
}
.hopital-uint{
    font-size:20px;
}
.paitent-image h4{
    font-size:16px;
    
    margin:5px 0;
}
.paitent-image{
    margin:20px 0;
    text-align:center;
}
.testimonal-paitent{
    position:relative;
    padding:3rem 0;
}
.page-not-found h2{
    font-size: 300px;
    color: #7856a3;
    text-align: center;
    line-height: 80%;
}
.page-not-found h3{
    font-size: 40px;
    text-align: center;
}
.page-not-found{
    margin:3rem 0;
    text-align:center;
}
.page-not-found p{
    font-size:20px;
}
.link{
    color: #7856a3;
    font-weight: 500;
}
