body{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #4A5565;
}
img{
    max-width: 100%;
}
h2{
    color: #0A1628;
    font-size: 40px;
    font-weight: 500;
}
h3{
    color: #0A1628;
    font-size: 24px;
    font-weight: 700;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1034px;
    }
header{
    background-color: #07182F;
    position: relative;
padding-top: 6px;
padding-bottom: 6px;
}
header .navbar-nav .nav-link{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
header .navbar-nav .nav-link.active{
    color: #03A7FD;
}
.navbar-brand{
    position: absolute;
    bottom: -70px;
    z-index: 9;
    left: 0;
    top: 0;
}

.navbar .container-fluid{
    justify-content: end;
}
.btn-outline-primary{
    color: #03A7FD;
    border-color: #03A7FD;
    font-size: 14px;
    font-weight: 300;
    border-radius: 40px;
}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
    header .btn-outline-primary{
        margin-left: 15px;
    }
    
    
header .navbar-nav .dropdown-menu a{
    font-size: 13px !important;
}

/* Show dropdown on hover */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove gap */
}

/* Optional smooth effect */
.dropdown-menu {
  transition: all 0.3s ease;
}


.hero-banner{
background-image: url(../img/hero-banner.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
height: 93vh;
align-items: center;
display: flex;
}

.hero-banner h1{
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-banner p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.caption{
    max-width: 500px;
}

.btn-primary{
    color: #fff;
    border-color: #03A7FD;
    background-color: #03A7FD;
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    padding: 12px 25px;
}
.btn-outline-primary{
     padding: 12px 25px;
 }

.caption .btn{
    color: #fff;
    font-weight: 700;
    margin-top: 10px;

-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.18);
-moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.18);
box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.18);
}
.btn-primary img{
    margin-right: 6px;
    margin-top: -2px;
    position: relative;
}

    .caption .btn-outline-primary{
        margin-left: 10px;
    }

    .hero-banner .count h3{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;

     background: linear-gradient(180deg, #FFFFFF, #D4A574);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.count{
margin-top: 20px;
}

.count p{
    font-size: 14px;
    font-weight: 400;
}
.hero-banner .count-center h3{
     background: linear-gradient(180deg, #FFFFFF, #05F0FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-banner .gradient-text {
    font-weight: bold;
}

.gradient-text {
  background: linear-gradient(180deg, #03A7FD, #D4A574);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-row{
    margin-top: 60px;
}
.image-row img{
    border-radius: 14px;
      width: 100%;
  height: 100%;
  object-fit: fill;
}
.about-section{
    background-color: #F7FCFF;
    padding-top: 40px;
    padding-bottom: 70px;
}
.t-icon{
    background-color: #FBF6F2;
    border-radius: 50%;
    width: 112px;
    height: 112px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
}
.t-box{
    text-align: center;
    margin-top: 20px;
}
.t-box h4{
    color: #1F2937;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.section{
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-box{
    border:1px solid #F3F4F6;
    background-image: linear-gradient(180deg, #fff, #F8FCFF);
    border-radius: 21px;
    padding: 25px;
    margin-top: 25px;
}
.c-icon{
    width: 56px;
    height: 56px;
    border-radius: 14px;
    border: 1px solid #CDEDFF;
    margin-bottom: 20px;

    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.c-box h3{
    color: #0A1628;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.choose-section{
    background-image: linear-gradient(-55deg, #FFF8F0, #fff, #FFF8F0);
}
.title-sec{
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}
.title-sec h2{
    max-width: 443px;
    margin-left: auto;
    margin-right: auto;
}
 .title-sec h5{
    color: #D4A574;
    font-size: 12px;
    font-weight: 600;
 }
 .bg-image{
    background-image: url(../img/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
 }

.our-treatments .title-sec{
    max-width: 685px;
}
.our-treatments .title-sec h2{
    max-width: 100%;
}

.treatment-sec {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E5E7EB;
}
.treatment-sec .tr-icon{
    position: absolute;
    left: 0;
    background-color: #E8F7FF;
    width: 70px;
    height: 70px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;

-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
}
.tr-text{
    padding-left: 90px;
}
 .tr-text h3{
    color: #0A1628;
    font-size: 28px;
    font-weight: 700;
    margin-top: 5px;
 }
  .tr-text p{
    font-size: 14px;
 }
 .t-item{
    color: #0A1628;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    background-color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 12px;
    border: 2px solid #F3F4F6;
    padding: 18px 10px;
 }
 .t-item-sec>* {
    padding-left: 6px;
    padding-right: 6px;
 }
 .hairtreatment{
    border: none;
 }
 .hairtreatment .tr-icon{
    background-color: #FFF9F0;
 }
.our-treatments{
     background-image: linear-gradient(180deg, #E8F7FF, #fff, #FFF9F0);
}
.experts-section{
 background-image: linear-gradient(180deg, #ffffff, #F5EFE6, #FBF8F3);
}

.expert-box{
    border-radius: 20px;
    overflow: hidden;
}

.ex-image{
    position: relative;
}
.ex-image::before{
    position: absolute;
    background-image: linear-gradient(0deg, #000000d3, #00000063, #00000000 );
    content: '';
    width: 100%;
    height: 100%;
}
.ex-name {
    position: absolute;
    bottom: 0px;
    left: 15px;
}
.ex-name h3{
     color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 3px;
}
.ex-name p{
     color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.ex-years{
    position: absolute;
    background-color: #fff;
    color: #04A9FD;
    font-size: 10px;
    font-weight: 700;
    border-radius: 30px;
    padding: 4px 10px;
    position: absolute;
    top: 15px;
    right: 15px;

-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
}

.ex-text{
    background-color: #fff;
    padding: 20px;
    position: relative;
}
.ex-text::before{
    background-color: #6EB6CC;
    height: 4px;
    width: 87%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    border-radius: 10px;
}
.ex-text ul {
    padding-left: 0px;
}
.ex-text ul li{
    padding-left: 25px;
    position: relative;
    list-style: none;
    font-size: 10px;
    color: #6A7282;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F4F6;
}
.ex-text ul li:last-child{
    border: none;
}
.ex-text ul li img{
    position: absolute;
    left: 0;
}
.ex-text ul li:first-child{
    font-size: 14px;
    color: #0A1628;
    font-weight: 400;
}

.accordion-item{
    margin-top: 15px;
    border: 2px solid #F3F4F6 !important;
    border-radius: 14px !important;
    overflow: hidden;
}

.accordion-item h3 .accordion-button{
    color: #0A1628;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 20px;
    padding-left: 75px;
    position: relative;
}

.accordion-button::after{
    background-size: 14px !important;
    z-index: 99;

    width: 28px;
    height: 28px;
    background-position: center center;
    right: 15px;
    position: absolute;
}

.accordion-button::before{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #E8F7FF;
    position: absolute;
    right: 15px;
    content: '';
}

.f-icon{
width: 42px;
height: 42px;
border-radius: 12px;
background-color: #E8F7FF;
align-items: center;
justify-content: center;
display: flex;
position: absolute;
left: 20px;
}

.accordion-body{
padding: 20px;
color: #4A5565;
}
.accordion-button:not(.collapsed){
background-color: #c1e5f7 !important;
box-shadow: none !important;
}

.faq-section .title-sec{
    max-width: 685px;
}
.faq-section .title-sec h2{
    max-width: 100%;
}
.accordion{
 max-width: 812px;
    margin-left: auto;
    margin-right: auto;
}
.faq-bottom{
    max-width: 812px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: linear-gradient(0deg, #E8F7FF, #FFF9F0 );
    padding: 30px;
    margin-top: 30px;
    border-radius: 20px;
}

.faq-bottom p{
    margin-bottom: 0px;
}
.faq-bottom .btn{
    margin-top: 15px;
}
.ad-icon{
width: 49px;
height: 49px;
border-radius: 12px;
background-image: linear-gradient(180deg, #03A7FD, #0388D1 );
align-items: center;
justify-content: center;
display: flex;
position: absolute;
left: 25px;

  -webkit-box-shadow: 0px 5px 8px 0px rgba(3, 167, 253, 0.70);
-moz-box-shadow: 0px 5px 8px 0px rgba(3, 167, 253, 0.70);
box-shadow: 0px 5px 8px 0px rgba(3, 167, 253, 0.70);
}

.address-item{
    padding: 25px;
    position: relative;
    padding-left: 90px;
    border: 1px solid #CDEDFF;
    border-radius: 14px;
    margin-bottom: 20px;

    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
}
.address-item p{
    margin-bottom: 0px;
}
.address-item h4{
     color: #0A1628;
    font-size: 16px;
    font-weight: 700;
}
.yellow-dark{
border-color: #F6EDE3;
}
.yellow-dark .ad-icon{
    background-image: linear-gradient(180deg, #D4A574, #C49564 );

      -webkit-box-shadow: 0px 5px 8px 0px rgba(200, 153, 104, 0.70);
-moz-box-shadow: 0px 5px 8px 0px rgba(200, 153, 104, 0.70);
box-shadow: 0px 5px 8px 0px rgba(200, 153, 104, 0.70);
}
.contact-us{
    background-image: linear-gradient(180deg, #E8F7FF, #FFFFFF, #F8FCFF );
    border-top: 3px solid #459DCA;
}
.form-area{
   padding: 30px;
    position: relative;
    border: 1px solid #CDEDFF;
    border-radius: 21px;

    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
}
.form-title{
    position: relative;
    padding-left: 52px;
}
.grecaptcha-badge{
	    bottom: 83px !important;
}
.chat-icon{
    width: 42px;
height: 42px;
border-radius: 12px;
border: 1px solid #CCECFF;
align-items: center;
justify-content: center;
display: flex;
position: absolute;
left: 0px;
}

.form-title h3{
    margin-bottom: 0px;
}
.form-area .form-label{
    font-size: 14px;
    font-weight: 600;
    color: #0A1628;
    margin-bottom: 6px;
}

.form-area  .form-control{
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    padding: 8px 15px;
    font-size: 14px;
}
.form-area .btn-primary{
    width: 100%;
    background-image: linear-gradient(180deg, #03A7FD, #0388D1 );
    margin-bottom: 13px;
}
.form-area .btn-primary img{
    margin-left: 5px;
}
footer{
    background-color: #333333;
    color: #C4C3C2;
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 40px;
}
footer h3{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 10px;
}
footer h4{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
footer h3::before{
    width: 3.5px;
    height: 21px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #03A7FD, #0388D1 );
    position: absolute;
    left: 0;
    content: '';
}
footer .yellow-colo h3::before{
    background-image: linear-gradient(180deg, #D4A574, #C49564 );
}

footer ul{
    padding-left: 0px;
    list-style: none;
}
footer ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
footer li::before {
    content: "•";
    color: rgba(3, 165, 253, 0.40);
    left: 0;
    position: absolute;
}
footer ul li a{
    color: #C4C3C2;
    text-decoration: none;
}
footer .yellow-colo li::before {
    color: rgba(212, 166, 116, 0.40);
}
footer .licence{
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 15px;
    border-radius: 12px;
    position: relative;
}
footer .licence b{
    color: #fff;
    font-weight: 700;
    margin-top: 3px;
    display: block;
}
.copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: 30px;
    padding-top: 30px;
    font-size: 13px;
}

footer .badge-sec{
    padding-left: 60px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
footer .badge-sec b{
    margin-top: 0px;
}
.icon-badge{
width: 35px;
height: 35px;
border-radius: 8px;
background-image: linear-gradient(180deg, #03A7FD, #0388D1 );
align-items: center;
justify-content: center;
display: flex;
position: absolute;
left: 15px;

  -webkit-box-shadow: 0px 3px 5px 0px rgba(3, 167, 253, 0.50);
-moz-box-shadow: 0px 3px 5px 0px rgba(3, 167, 253, 0.50);
box-shadow: 0px 3px 5px 0px rgba(3, 167, 253, 0.50);
}
.social{
padding-left: 0px;
}
.social li{
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}
.social li::before{
    display: none;
}
.social li a{
    width: 35px;
    height: 35px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(3, 167, 253, 0.30);
    display: block;
    align-items: center;
justify-content: center;
display: flex;
margin-right: 5px;
}

.page-banner{
    height: 223px;
    text-align: center;
}

.why-icon{
width: 42px;
height: 42px;
border-radius: 12px;
background-color: #ffffff;
align-items: center;
justify-content: center;
display: flex;
position: absolute;
left: 0px;
border: 2px solid #CDEDFF;
}

.why-item{
    padding-left: 56px;
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
}
.why-item h3{
    font-size: 20px;
}

.med-box .ex-years{
width: 56px;
height: 56px;
border-radius: 14px;
align-items: center;
justify-content: center;
display: flex;
}

.med-box .ex-image::before {
    position: absolute;
    background-image: linear-gradient(0deg, #03a5fdea, #03a5fd8c, #00000000);
}
.ex-text::before{
    display: none;
}
.med-box .ex-name hr{
    width: 70px;
    border-width: 3.5px;
    border-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 20px;
}
.med-box ul{
 column-count: 2;
}
.med-box ul li{
    font-size: 13px !important;
    font-weight: 400 !important;
    border: none !important;
    position: relative;
    padding-left: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #4A5565 !important;
}

.med-box ul li::before {
    content: "•";
    color: #03A7FD;
    left: 0;
    position: absolute;
}
.med-box .ex-text{
    position: relative;
}
.med-box .ex-text::after{
width: 100%;
height: 3.5px;
position: absolute;
bottom: 0;
left: 0;
content: '';
z-index: 9;
 background-image: linear-gradient(45deg, #03A7FD, #03a5fd8c, #00000000);
}

.yellow-medbox .ex-image::before {
    background-image: linear-gradient(0deg, #d4a674ee, #D4A5748c, #00000000);
}
.yellow-medbox ul li::before {
    color: #D4A574;
}
.yellow-medbox .ex-text::after{
     background-image: linear-gradient(45deg, #D4A574, #D4A5748c, #00000000);
}
.med-section{
    background: #F2FAFF;
}
.cf-box{
 -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.20);
    min-height: 265px;
}
.cf-box .c-icon{
    background-color: #03A7FD;
    border: none;
}
.contact-page .form-title{
    padding-left: 0px;
}

.contact-page .form-area{
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.contact-page .form-area .form-control {
    border: none;
    border-bottom: 2px solid #E5E7EB;
    padding: 15px 15px;
    border-radius: 0px;
}
.contact-page .form-area .form-control.is-invalid {
    border-bottom-color: #dc3545;
}
.contact-page .form-area .invalid-feedback {
    display: none;
    font-size: 13px;
    color: #dc3545;
    margin-top: 6px;
}
.contact-page .form-area .form-control.is-invalid ~ .invalid-feedback {
    display: block;
}
.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.form-status {
    display: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 8px;
    text-align: left;
}
.form-status.success {
    display: block;
    background: #e8f7ee;
    color: #0f7a3a;
    border: 1px solid #b7e4c7;
}
.form-status.error {
    display: block;
    background: #fdecec;
    color: #b42318;
    border: 1px solid #f5c2c7;
}
.form-area .btn-primary:disabled {
    opacity: 0.7;
    pointer-events: none;
}

.contact-page .form-area .form-control {
    border: none;
    border-bottom: 2px solid #E5E7EB;
    padding: 15px 15px;
    border-radius: 0px;
}

.contact-page .address-item{
box-shadow: none;
border: 2px solid #F3F4F6;
margin-bottom: 13px;
}
.contact-page .ad-icon {
    background: rgba(3, 165, 253, 0.10);
    box-shadow: none;
}
.contact-page .yellow-dark .ad-icon {
    background: rgba(212, 165, 116, 0.10);
}
.map-section iframe{
    margin-bottom: -10px;
}
.service-rightcol ul{
    padding-left: 0px;
}
.service-rightcol ul li{
    background-image: url(../img/chevronRight.svg);
    background-position: left top;
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 28px;
}
.service-rightcol ul li h4{
    font-size: 16px;
    font-weight: 700;
    color: #0A1628;
    margin-bottom: 5px;
}

.title-full {
    max-width: 100%;
}
.title-full h2 {
    max-width: 100%;
}
.text-bg{
    text-align: center;
}
.text-bg{
     background-image: linear-gradient(180deg, #03A7FD, #D4A574);
     color: #fff;
     padding-top: 50px;
     padding-bottom: 50px;
}
.text-bg h2{
    color: #fff;
}
.text-bg .btn-primary {
    color: #03A7FD;
    border-color: #ffffff;
    background-color: #ffffff;
    margin-top: 20px;
}
.other-Service-item{
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 20px;
}
.other-Service-item::before {
    position: absolute;
    background-image: linear-gradient(0deg, #000000d3, #00000063, #00000000);
    content: '';
    width: 100%;
    height: 100%;
}
.other-Service-item h4{
    position: absolute;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    bottom: 20px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
}
.service-faq .accordion-item h3 .accordion-button {
    padding-left: 20px;
}


.gallery .item{
    background-color: #fff;
    border-radius: 21px;

        -webkit-box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
}
.gallery .item a{
    text-decoration: none !important;
}
.gallery .item p{
    margin-bottom: 0px;
}
.gallery .g-text{
padding: 20px 15px;
font-size: 13px;
font-weight: 500;
color: #6A7282;
}
.gallery .g-text h4{
    font-size: 18px;
    font-weight: 700;
    color: #1F2937;
}
.gallery-container {
  max-width: 1200px;
  margin: auto;
}

/* Buttons */
.filter-buttons {
  text-align: center;
  margin-bottom: 25px;
}

.filter-buttons button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background: #F3F4F6;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 40px;
  color: #4A5565;
  font-size: 14px;
  font-weight: 600;
}

.filter-buttons button.active,
.filter-buttons button:hover {
  background-image: linear-gradient(180deg, #03A7FD, #0388D1 );
  color: #fff;
}


/* Grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
/* Items */
.gallery .item {
  overflow: hidden;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s ease;
  max-width: 330px;
}
.gallery .item img {
  width: 100%;
  display: block;
  transition: 0.4s;
}
/* Hover zoom */
.gallery .item:hover img {
  transform: scale(1.05);
}
/* Animation hide */
.gallery .item.hide {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  display: none;
}


.whatsApp-bottom{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25D366;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.18);
}


@media (max-width: 1399.98px) {
 }

@media (max-width: 1199.98px) {
 }

@media (max-width: 991.98px) {
    .why-image{
        margin-bottom: 30px;
    }
 }

@media (max-width: 767.98px) {
.section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.image-row {
    margin-top: 40px;
}

.btn-primary {
    font-size: 12px;
    padding: 10px 20px;
}
.btn-outline-primary{
    font-size: 12px;
    padding: 10px 20px;
}

.t-item {
    font-size: 12px;
    padding: 13px 8px;
}

.tr-text h3 {
    font-size: 24px;
}

.treatment-sec .tr-icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}
.tr-text {
    padding-left: 64px;
}
.accordion-item h3 .accordion-button {
    font-size: 13px;
    padding: 22px 20px;
    padding-left: 65px;
}
.f-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    left: 15px;
}

h3 {
    font-size: 20px;
}
.address-item {
    padding: 20px;
    padding-left: 75px;
}
.ad-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    left: 20px;
}
.form-area {
    padding: 20px;
}
.form-area .form-label {
    font-size: 12px;
}
.navbar .navbar-collapse{
position: absolute;
right: 0;
top: 60px;
background-color: #07182F;
max-width: 300px;
width: 100%;
padding: 20px;
}

header .btn-outline-primary{
    margin-left: 0px;
}
.navbar-brand img{
    max-width: 100px;
}
    .why-image{
        margin-bottom: 30px;
    }

    .why-item h3 {
    font-size: 18px;
}

.bg-image {
    height: 250px;
}
.copyright, .copyright .text-end{
text-align: center !important;
}
 }

 @media (max-width: 575.98px) {
        .hero-banner h1 {
    font-size: 40px;
}
.hero-banner .count h3 {
    font-size: 26px;
}
.count p {
    font-size: 12px;
}
h2 {
    font-size: 30px;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.image-row .col-sm-5{
    margin-top: 20px;
}
.t-box h4 {
    font-size: 14px;
}
.tr-text h3 {
    font-size: 20px;
}

.address-item h4 {
    font-size: 14px;
    margin-bottom: 0px;
}
    .why-item h3 {
    font-size: 16px;
}
.cf-box {
    min-height: auto;
}
.bg-image {
    height: 180px;
}
footer h3 {
    margin-top: 15px;
}
}