@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;
    
}

.button:hover{
 background: #2072A4;
}
.blog-height{
height:auto !important;
}

.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: 100px;
    position: sticky;
    z-index: 100;
    top: 0;
    box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
}

header img{
    height: 70px;
    margin-top:4px;
width:180px;
}

.nav-position{
    position: absolute;
    right: 0px;
    display: flex;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem !important;
    color: rgb(75 85 99) !important;
    font-size: 16px;
   font-weight:400;
}

.button {
    background: #298FCE;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    outline: none !important;
    margin-left: 16px;
}

.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{
    height:472px;
    width:472px;
}

.banner-content{
    padding: 100px 80px;
}

.banner h1{
    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;
}

.banner button:hover{
  background: #2072A4;
}


.descraption{
    padding: 50px;
    /* background: #27477D; */
}

.descraption h2{
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
}


.treatment-box{
   background: #298FCE;
    padding: 30px;
    height: auto;
    border-radius: 10px;
}

.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: #298FCE;
}

.why-choese{
   padding: 50px;
}

.why-choese .heading{
    margin:  0 auto;
    width: 73%;
    text-align: center;
    margin-bottom: 50px;
}


.video .heading{
    margin:  0 auto;
    width: 73%;
    text-align: center;
    margin-bottom: 50px;
}

.why-choese  h2{
    font-weight: 600;
    color: #298FCE;
    font-size: 30px;
}

.video .heading h4{
    font-weight: 600;
    color: #298FCE;
    font-size: 40px;
}

.why-icon{
    height: 80px;
    width: 80px;
    background: #298FCE;
    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: #298FCE;
    font-size: 40px;
}

.step-box .content h4{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #298FCE;
    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;
    margin-bottom: 45px;
    margin-top: 10px;
}

.step-img i{
    font-size: 30px;
    color: #fff;
}


.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: #298FCE;
    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;
}



.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;
    overflow: hidden;
  }
  
  .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: #298FCE;
    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: #298FCE !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;
}


.btn-link {
    width: 100% !important;
    text-align: left !important;
    display: flex !important;
    justify-content: space-between !important;
    color: #298FCE !important;
    font-weight: 700;
    /* font-size: 14px !important; */
    text-decoration: none !important;
}

.stap .card {
    background: none !important;
    border: none !important;
    border-top: 3px solid #298FCE !important;
    /* border-bottom: 2px solid #004f9d !important; */
    border-radius: inherit !important;
    position: relative !important;
    margin-bottom: 30px;
}

.step-icon{
    height: 50px;
    width: 50px;
    background: #298FCE;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appoiment{
    background: #F7F7F7;
    padding: 80px 0px;
}

.appoiment p{
    text-align: center;
    font-size: 25px;
}

.appoiment h2{
    text-align: center;
    font-weight: 600;
}

.appoiment button{
    background: #298FCE;
    padding: 15px 25px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    outline: none !important;
    margin-top: 30px;
}

.appoiment button:hover{
  background: #2072A4;
}

.welcome{
    padding: 20px;
}

.welcome .content h3{
    font-size: 40px;
    font-weight: 600;
    color: #298FCE;
}

.welcome .content p{
    font-size: 18px;
    padding-top: 20px;
}

.contact{
    background: #F7F7F7;
    height: 100px;
    padding: 40px 80px;
}


.blog-card-box{
  border: 2px solid #ebebeb;
    border-radius: 10px;
    margin: 40px 0px;
    height: 410px;
}

.blog-card-box img{
   height:220px;
   border-radius: 10px 10px 0px 0px;
   width:100%;
}
.blog-height img{
	height:400px !important;
	margin-bottom:20px;
	object-fit: cover;
}
.blog-card-box .content {
    padding: 15px;
}

.blog-card-box .content h4 {
    color: #000;
    font-size: 20px;
    padding-bottom: 5px;
}

.blog-card-box .content p {
    color: #000;
    font-size: 16px;
    padding-bottom: 5px;
}

.blog-card-box .content h6 {
    color: #737373;
    font-size: 15px;
    padding-bottom: 5px;
}

.blog a:hover{
  text-decoration:none;
}

.text-brand {
    color: rgb(41 143 206);
}


.stat-icon {
            height: 40px;
            width: 40px;
            background: rgb(249 250 251);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .stat-card {
            padding: 2rem;
            text-align: center;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
        .stat-card:hover {
            transform: translateY(-10px);
        }
        
        .stat-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }
        
        .stat-title {
            font-size: 1.25rem;
            color: #666;
            margin-bottom: 0.5rem;
        }
        
        .stat-description {
            color: #888;
            font-size: 0.9rem;
        }
        
        .heading {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .heading h1 {
            color: #8b4c70;
            margin-bottom: 1rem;
        }
        
        .heading p {
            color: #666;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .form-control {
            padding: 0.75rem 1rem;
            border-radius: 8px;
        }
        
        .form-control::placeholder {
            color: #6c757d;
            opacity: 0.5;
        }
        
        .btn {
            padding: 0.75rem 1.5rem;
            border-radius: 8px;
        }
        
        .alert {
            border: none;
            border-radius: 8px;
        }
        
        .floating-ambulance {
            position: fixed;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            background-color: #dc3545;
            /* Red background */
            color: white;
            /* Text color */
            padding: 10px 20px;
            border-radius: 25px;
            /* Rounded corners */
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            z-index: 1000;
            text-align: center;
            font-weight: bold;
            transition: background-color 0.3s ease;
            /* Rotation animation */
        }
        
        .floating-ambulance:hover {
            background-color: #c82333;
            /* Darker red on hover */
        }

        footer{
            background: #298FCE;
            padding:50px;
        }

        footer a {
            text-decoration: none;
        }


footer h5 {
  font-weight:600;
}


.copy-wright{
  background: rgb(0 111 180 / 90%);
  color:#fff;
  padding:15px;
}


.card-choseus{
  height:200px;
}

.card-title {
    font-weight: 600;
    margin-top: 15px;
}
    
@media only screen and (max-width: 768px) {
    header{
        padding: 10px 15px;
    }


    .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: #298FCE !important;
    }

    .cord{
        margin-bottom: 20px;
    }

    .banner h2 {
        color: #27477D;
        font-size: 36px;
        font-weight: 600;
    }

    .banner {
        height: auto;
        background-size: cover;
    }

    .images img{
        width: 100%;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .button{
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .banner-content {
        padding: 60px 10px;
    }

    .text::after{

        height: 33px;
        display:none important;
    }

    .descraption,.why-choese,.stap,.slider,footer{
        padding: 15px;
    }

    .treatment-box,.step-box{
        margin-bottom: 20px;
    }

    .why-choese .heading, .stap .heading,.video .heading{
        width: 100%;
    }

    .why-choese .heading h4,.stap .heading h4,.video .heading h4{
        font-size:36px;
    }

    .banner button{
    padding: 15px 22px;

    }

    .appoiment{
    background: #F7F7F7;
    padding: 80px 30px;
    }


    .video{
        padding:0px 20px;
    }

    .stap {
    
    padding: 0px 30px !important;
    }

    
    .banner img{
    display:none;
   }



  }