@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

html{
    scroll-behavior: smooth;
}

*{
    padding: 0px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
}

/* .container {
    max-width: 1200px !important;
} */

.top-search-bar{
    background-color: #27477D;
    display: flex;
    justify-content: space-between;
    padding: 10px 80px;
    
}

.new-top{
    display: none;
}

.new-searching{
    display: block;
}

header{
    background-color: #fff;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
    padding: 0px 80px;
    height: 80px;
    position: sticky;
    z-index: 100;
    top: 0;
    box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
}

header img{
    height: 43px;
    margin-top: 14px;
}

.nav-position{
    position: absolute;
    right: 0px;
    display: flex;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #298FCE !important;
    font-size: 14px;
}

.button {
    background: #298FCE;
    padding: 15px 25px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    outline: none !important;
    margin-left: 40px;
}

.navbar-nav{
    align-items: center !important;
}

.weight{
    font-weight: 700 !important;
}

.weight-01{
    font-weight: 400 !important;
}

.dropdown-toggle::after {
    content: "\f078" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 10px !important;
    color: #fff !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
}


.banner{
   background-image: url(../img/white-elegant-texture-background-style_23-2148432200.webp);
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
}

.banner img{
    margin-top: 50px;
}

.banner-content{
    padding: 100px 80px;
}

.banner h2{
    color: #298FCE;
    font-size: 48px;
    font-weight: 600;
}

.banner p {
    color: #298FCE;
    font-size: 17px;
    padding-top: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.banner button{
    background: #298FCE;
    padding: 15px 40px;
    border: none;
    outline: none !important;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    outline: none !important;
}


.descraption{
    padding: 50px;
    /* background: #27477D; */
}

.descraption h2{
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
}


.treatment-box{
    background: rgb(41 143 206);
    padding: 15px;
}

.treatment-box .icon{
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.treatment-box .icon i{
    font-size: 30px;
    color: rgb(41 143 206);
}

.why-choese{
   padding: 50px;
}

.why-choese .heading{
    margin:  0 auto;
    width: 73%;
    text-align: center;
    margin-bottom: 50px;
}

.why-choese .heading h4{
    font-weight: 600;
    color: rgb(41 143 206);
    font-size: 40px;
}

.why-icon{
    height: 80px;
    width: 80px;
    background: rgb(41 143 206);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.stap{
    padding: 50px;
}

.stap .heading{
    margin:  0 auto;
    width: 73%;
    text-align: center;
    margin-bottom: 50px;
}

.stap .heading h4{
    font-weight: 600;
    color: rgb(41 143 206);
    font-size: 40px;
}

.step-box .content h4{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: rgb(41 143 206);
    margin-top: 10px;
}

.step-box{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 20px 0px;
}

.step-box .content p{
    text-align: center;
    font-size: 19px;
}

.step-img {
    display: flex;
    justify-content: center;
}

.step-img i{
    font-size: 40px;
    color: rgb(41 143 206);
    padding-top: 10px;
}


.why-icon i{
    font-size: 30px;
    color: #fff;
}

.why-box{
    padding: 15px;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    margin-bottom: 20px;
}

.why-content h3{
    text-align: center;
    color: rgb(41 143 206);
    font-weight: 600;
    padding-top: 20px;
    font-size: 23px;
}

.why-content p{
    text-align: center;
}

.treatment-box .content h3{
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.treatment-box .content p{
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.treat-img{
    display: flex;
    justify-content: center;
}


.position-img{
    width: 100%;
    position: absolute;
}

.slide-box{
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
    height: 360px;
}

.slider-content{
    padding: 15px;
}


.test{
    margin-bottom:50px;
}

.appoiment{
    margin-bottom: 50px;
}

.box{
        border: 1px solid #f0f0f5;
        box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
        border-radius: 24px;
        cursor: pointer;
}

.img{
    height: 170px;
    background: #AFCFED;
    border-radius: 24px 24px 0px 0px;
}

.img img{
    height: 170px;
    border-radius: 24px 24px 0px 0px;
    width: 100%;
    object-fit: cover;
}

.content{
    padding: 15px;
}

.content h4{
    font-size: 20px;
    font-weight: 600;
}


.content p{
    font-size: 14px;
    color: #787887;
}

.box-item{
    display: flex;
    justify-content: space-between;
}

.consult{
    margin-bottom: 50px;
}

.consult .heading{
    list-style-type: none;
    text-align: center;
}

.consult .heading h4{
    font-size: 25px;
    font-weight: 600;
}


.consult .heading p{
    font-size: 16px;
    color: #787887;
}

.con a{
    color: rgb(22 125 7);
}

.cord{
    background: #fff;
    border: 1px solid #f0f0f5;
    box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
    padding: 15px;
    /* border-radius: 10px; */
    margin-bottom: 20px;
}


.btn_small {
    font-size: 14px;
    color: #E90C0C;
    font-weight: 400;
    padding: 12px 16px;
    border: 1.5px solid #E90C0C;
    background-color: #fff;
}

.images{
    display: flex;
    justify-content: center;
}

.images img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.con{
    padding-top: 15px;
}

.con h6{
    font-size: 20px;
    font-weight: 700;
    margin-top: 56px;
}
.con a p{
    font-size: 13px;
    font-weight: 600;
}

.position-img-box{
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
}

.position-img-box img{
    width: 100%;
}

.slider{
   padding: 50px;
    
}

.slide{
    margin-top: 40px;
    padding-bottom: 30px;
}

.slider .heading h4{
    font-size: 25px;
    font-weight: 600;
    color: #298FCE !important;
}


.slider .heading p{
    font-size: 16px;
    color: #787887;
}

.slider .heading{
    list-style-type: none;
    text-align: center;
}

.slide-img img{
    border-radius: 5px;
}




.slider-content h4{
    font-size: 20px;
    font-weight: 600;
    color: #298FCE;
}


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

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    /* top: -100px !important;
    position: absolute !important;
    right: 0px !important; */
}

.owl-theme .owl-nav [class*=owl-] {
    background: #fff !important;
    color: #0000 !important;
    text-decoration: none;
    height: 40px !important;
    width: 40px !important;
    border-radius: inherit !important;
    box-shadow: 0 4px 8px rgb(0 0 0 / 12%) !important;
    border-radius: 100% !important;
}

.owl-prev, .owl-next {
    position: relative;
}

.owl-prev::after {
    content: "\f104" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #000 !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    position: absolute !important;
    top: 5px !important;
    left: 6px !important;
}

.owl-next::after {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 21px !important;
    color: #000 !important;
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    position: absolute !important;
    top: 5px !important;
    left: 7px !important;
}

.read{
    padding: 0px 100px 50px 100px;
    border-bottom: 1px solid #c0c0c0;
}

.read-top{
    margin-bottom: 50px;
    
}

.read-img-box{
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
}

.read-text-box h3{
    font-size: 30px;
    font-weight: 600;
}

.btn_small-01 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 12px 30px;
    border: 1.5px solid #27477D;
    background-color: #27477D;
    border-radius: 5px;
    outline: none !important;
}

.read-img img{
    width: 100%;
    border-radius: 6px;
}

.read-info{
    padding: 15px;
}

.read-info h4{
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
}

.read-info p{
    font-size: 14px;
    color: #787887;
}

.testimonial-slider{
    margin-bottom: 50px;
}

.testimonial-slider .heading h3{
    text-align: center;
    font-weight: 700;
}



.testimonial{
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 8px;
    margin-bottom: 30px;
    padding: 20px 15px 15px 15px;
}

.testimonial h3{
    font-size: 18px;
}

.testimonial ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.testimonial ul i{
    color: #787887;
    background: #e0e0e5;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-top: 17px;
}

.testimonial ul li p{
    padding-left: 10px;
    font-weight: 600;
    padding-top: 20px;
}

.blog{
    margin-bottom: 50px;
}

.blog-box img{
    width: 100%;
}

.blog-box{
    padding: 0px 100px;
}

.blog-box .content h2{
    font-weight: 700;
}

.country{
    padding: 10px 20px;
    border-right: 1px solid #c0c0c0;
}

.new-box{
    border: 1px solid #c0c0c0;
    display: flex;
    width: fit-content;
    margin-right: 15px;
}

.new-box input{
    border: none;
    background: none;
    outline: none !important;
    padding: 10px 20px;
    
}

.button-box{
    display: flex;
}

footer {
    background: #298FCE;
    padding: 80px;
  }
  
  .new-img {
    width: 80% !important;
  }
  
  .container-01 {
    max-width: 1140px !important;
  }
  
  .footer-heading h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }
  
  
  
  footer ul {
    line-height: 36px;
  }
  
  footer ul li a {
    padding-left: 0px;
    color: #fff;
    font-weight: 500;
  }
  
  footer ul li a:hover {
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
  }
  
  /* footer ul li a {
      padding-left: 0px;
      color: #fff;
      font-weight: 500;
   }
   
   */
  
  .cont {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  footer .con {
    padding-right: 35px;
  }
  
  footer .con .cont i {
    color: #fff;
    padding-top: 4px;
  }
  
  footer .con .cont p {
    color: #fff;
    padding-left: 10px;
    margin-bottom: 7px;
  }
  
  footer .foot-p {
    color: #fff;
    margin-bottom: 7px;
  }
  
  .input-01 {
    width: 100%;
    background: none;
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    outline: none;
    color: #fff;
  }
  
  .footer-button {
    border: none;
    outline: none !important;
    background: #fff;
    padding: 10px 30px;
    font-weight: 700;
    margin-top: 10px;
    color: #286fb4;
    border-radius: 30px;
  }
  
  .footer-button:hover {
    border: 1px solid #fff;
    background: inherit;
    padding: 10px 30px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
  }
  
  .footer-logo {
    width: 130px;
    filter: brightness(8);
  }
  
  .footer-icon {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  
  .footer-icon a {
    color: #286fb4 !important;
  }
  
  footer ::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
  }
  
  .footer-ul {
    list-style-type: none;
    display: flex;
    margin-top: 30px;
  }
  
  .footer-text {
    color: #fff;
    padding-top: 23px;
  }
  
.appoinment-img{
    height: 608px;
    object-fit: cover;
}

.desk-button{
    display: block;
}

footer a{
    color: #fff !important;
}


.text::after {
    content: "";
    margin-left: 5px !important;
    display: inline-block !important;
    transition: 0.4s ease-in-out !important;
    transform: translateY(-1px) !important;
    border: 0px !important;
    height:50px;
    width:4px;
    background:#298FCE;
    position:absolute;
    margin-top:10px;
}

.typed-cursor{
  display: none !important;
}

.pading-left{
    padding-left: 30px;
}




@media only screen and (max-width: 768px) {
    header{
        padding: 10px 15px;
    }

    .tooltip-01 span {
  font-size:12px;
}


    .desk-button{
        display: none;
    }

    .box-item {
        display: block;
    }

    .box{
        width: 100%;
        margin-bottom: 20px;
    }

    .test{
        height: auto;
    }

    .blog-box {
        padding: 0px 15px;
    }

    .button-box{
        display: block;
    }

    .new-box{
        margin-bottom: 20px;
    }

    .search-ber .location input{
        width: 77%;
    }

    .search-ber .location-01 input{
        width: 77%;
    }

    .consult {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .consult .heading{
        display: block;
    }

    .images img {
        width: 36%;
    }

    .read {
        padding: 0px 0px;
        border-bottom: 1px solid #c0c0c0;
    }

    .read-img-box{
        margin-top: 20px;
    }

    .testimonial{
        width: 100%;
    }

    .nav-position{
        position: inherit;
        display: block;
    }
     

    .new-searching{
        display: none;
    }

    .top-search-bar {
        padding: 10px 15px;
    }

    .search-box input {
        padding: 8px 10px 8px 10px;
    }
    

    .new-top{
        display: block;
    }

    header{
        height: auto;
        padding: 0px 15px;
    }

    .navbar-toggler{
        background: none !important;
        border: none !important;
        outline: none !important;
    }

    .navbar-toggler i{
        color: #fff !important;
    }

    .cord{
        margin-bottom: 20px;
    }

    .banner h2 {
        color: #27477D;
        font-size: 36px;
        font-weight: 600;
    }

    .banner {
        height: 440px;
        background-size: cover;
    }

    .images img{
        width: 100%;
    }
  }