@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}
.btn{
    box-shadow: none !important;
    outline: 0 !important;
    border:0 !important;
}
.btn.btn-dark {
    background: linear-gradient(180deg, #6B17A3, #413495);
    border-radius: 40px;
    border: 0;
    padding: 10px 30px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-weight: 500;
    padding: 0;
    transition: all 0.5s;
}
.navbar-dark .navbar-nav a.active {
    color: #f37021 !important;
    transition: all 0.5s;   
} 
.navbar-dark .navbar-nav a:hover {
    color: #f37021 !important;
    transition: all 0.5s;
}
 img {
    max-width: 100%;
} 
.main-banner img {
    width: 100%;
    object-fit:cover;
}
header {
    background-color: #fffbdb;
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 1111;
}
main {
    padding-top: 115px;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 28px;
}
nav ul li {
    margin: 0;
}
nav ul li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(39 29 24);
}
nav .download-btn {
    background: #000;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
h1 {
    color: #000000;
    font-size: 3em;
    margin-bottom: 0;
    font-weight: bold;
}
.heading-title {
    background: linear-gradient(315deg, #323997 0%, #D3058C 100%);
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 60px;
    margin: 0;
}
.main-heading-button {
    background: linear-gradient(0deg, #2F3A97 0%, #DE038C 100%);
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: white;
    margin-bottom: 15px;
    padding: 12px 21px;
    text-transform: uppercase;
}
.navbar-dark .navbar-brand {
    padding: 0;
}
.navbar {
    padding: 8px 0;
}
.btn {
    padding: 15px 20px;
}

.btn_primary {
    background: #f37021;
    color: #fff;
    transition: all 0.5s;
}

.btn_outline {
    border: solid 1px #f37021 !important;
    color: #fff;
    transition: all 0.5s;
}

.btn_secondry {
    background: #000;
    color: #fff;
    transition: all 0.5s;
}

.btn_secondry:hover {
    color: #fff;
    background: #45372e;
    transition: all 0.5s;
}

.btn_outline:hover {
    color: #fff;
    background: #f37021;
}

.btn_primary:hover {
    color: #ffff;
    background: #8e3d0d;
    transition: all 0.5s;
}
.about-test {
    display: flex;
    align-items: center;
}

.about-test-cont {
    display: flex;
}
.about-test-cont {
    position: relative;
} 
.quote-img img {
    width: 40px;
    opacity: .5;
}
.quote-img {
    position: absolute;
    top: 0;
    left: 20px;
} 
.quote-last {
    position: absolute;
    bottom: 10px;
    right: 0;
}
.quote-last img {
    width: 40px;
    width: 40px;
    opacity: .5;
}
.quote-cont {
    padding-top: 0px;
    padding-left: 15px;
}
.about-img {
    width: 140px;
    flex: 0 0 140px;
}
section.about-sec {
    padding: 70px 0;
}
h2 {
    font-size: 42px;
    font-weight: 700;
    color: #f37021;
}
p {
    font-size: 18px;
    font-weight: 400;
}
.quote-cont h5 {
    font-size: 24px;
}
.quote-cont h6 {
    margin-bottom: 0;
    color: #f37021;
}
.key-services-sec {
    background: #f1f1f1;
    padding: 70px 0;
}

.title-center {
    text-align: center;
    margin-bottom: 20px;
}

.serv-box {
    background: #fff;
    padding: 20px 20px;
    text-align: center;
    border-radius: 15px;
}

.serv-icon {
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    border: solid 2px #f37021;
    padding: 15px;
    border-radius: 50%;
}

.serv-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.serv-desc {
    margin-top: 10px;
}

.serv-desc p {
    font-size: 16px;
    margin-bottom: 0;
}

.serv-icon img {width: 50px;}

.serv-icon:hover img {
    transform: scale(1.3);
    transition: all 0.5s;
}

.serv-icon img {
    transition: all 0.5s;
    transform: scale(1);
}
.success-stories-box {
    display: flex;
    background: #fff;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    align-items: center;
    box-shadow: 0 0 10px #dededeb0;
}
.success-img {
    flex: 0 0 350px;
}
.success-cont {
    padding: 35px;
}
.success-stories-sec {
    padding: 70px 0;
}
.success-cont p {
    margin-bottom: 0;
}
.success-cont h5 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.success-cont p {
    font-size: 18px;
    font-weight: 400;
}
.contact-info {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    padding: 20px;
    width: 485px;
    padding-right: 10px;
    background: #FFF;
}

.qrcode {
    flex: 0 0 80px;
}

.address-dtl {
    margin-bottom: 15px;
    border-bottom: solid 1px #919191;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.address-ic {
    margin-right: 10px;
    width: 20px;
    display: inline-flex;
}

.address {
    color: #000;
}

.phone-dtl {
    display: flex;
    align-items: center;
}

.contact-info-sec {
    text-align: center;
    background: #f1f1f1;
    padding: 30px 0;
}

.contact-info-sec .title-center {
    margin-bottom: 10px;
}



.appointment-banner {
    position: relative;
    text-align: center;
    padding: 55px 0;
    background-size:cover
}
.appointment-banner:after {
    content: '';
    position: absolute;
    height: 100%;
    background: #00000047;
    width: 100%;
    top: 0;
    left: 0;
}
.appointment-banner .container {
    position: relative;
    z-index: 111;
}
.appointment-banner h1 {
    color: #ffff;
}
.appointment-banner p {
    color: #fff;
    font-size: 22px;
    max-width: 90%;
    margin: 10px auto 0;
}
.form-wrap {
    padding: 70px 0;
}
.form-inner {
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 10px #0000003d;
    border-radius: 10px;
    max-width: 75%;
    margin: 0 auto;
}
.form-inner .form-group {
    margin-bottom: 20px;
}
.form-inner .form-group:last-child {
    margin-bottom: 0;
}
.form-inner .form-group label {
    font-size: 16px;
    font-weight: 500;
   margin-bottom: 3px;
}
.form-control {
    padding: 10.5px 15px !important;
    box-shadow: none;
    outline: 0 !important;
    color: #6c757d;
    height: auto;
    font-size: 14px;
}
select.form-control {
    padding: 12px !important;
}
footer {
    background: #fffbdb;
    padding: 45px 0;
    text-align: center;
}
footer img {
    max-width: 50%;
}
.lightbox_wrap {
    height: 220px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.lightbox_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery-sec {
    padding-bottom: 70px;
}
.gallery-carousel.owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
    margin-right: auto;
    left: -50px;
    right: unset !important;
  }
  .gallery-carousel.owl-carousel .owl-nav [class*="owl-"] {
    top: calc(50% - 25px);
    background: 0 0 !important;
    border: 2px solid #f37021;
    transition: 0.5s;
    height: 45px;
    width: 45px;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .gallery-carousel.owl-carousel .owl-nav [class*="owl-"] img {
    max-width: 30px;
  }
  .gallery-carousel.owl-carousel .owl-nav .owl-next {
    right: -50px;
    left: unset !important;
  }
  .gallery-carousel.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: #216fa7 !important;
    border-color: #216fa7;
    transition: 0.5s;
    transform: scale(1.1);
  }
  .new-tag {
    width: 30px;
    display: inline-flex;
    position: absolute;
    top: -25px;
    right: -10px;
}
.nav-link {
    position: relative;
}

@media screen and (max-width:991.98px) {
    h1 {
        font-size: 1.5em;
    }
    .appointment-banner p {
        font-size: 14px;
        max-width: 100%;
    }
    .form-inner {
        max-width: 100%;
        padding: 15px;
    }
    .form-inner .form-group label {
        font-size: 13px;
    }
    input.form-control {
        padding: 12px 15px !important;
        font-size: 14px;
        height: auto;
    }
    .form-wrap {
        padding: 30px 0;
    }
    .navbar-dark .navbar-toggler {
        padding: 5px 8px;
        background: #131518;
        border: 0 !important;
    }
    
    .navbar-dark .navbar-toggler-icon {
        opacity: 1;
        filter: brightness(1100000);
    }
    
    .navbar-dark .navbar-brand img {
        width: 70px;
        height: auto !important;
    }
    section.about-sec {
        padding: 30px 0;
    }
    h2 {
        font-size: 24px;
    }
    
    p {
        font-size: 15px;
    }
    
    .about-img {
        flex: 0 0 80px;
        width: 80px;
    }
    
    .quote-cont h5 {
        font-size: 14px;
        text-align: left;
    }

    .quote-img img {
        width: 20px;
    }
    
    .quote-last img {
        width: 20px;
    }
    
    .quote-cont h6 {text-align: left;font-size: 14px;}
    
    .key-services-sec {
        padding: 30px 0;
    }
    
    .title-center {
        margin-bottom: 20px;
    }
    
    .serv-box h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .serv-icon {height: 60px;width: 60px;padding: 10px;}
    
    .serv-desc p {font-size: 14px;}
    
    .serv-box {
        margin-bottom: 20px;
        padding: 15px;
    }
    
    section.success-stories-sec {
        padding: 30px 0;
    }
    
    .success-stories-box {
        flex-direction: column;
    }
    
    .success-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .success-cont {
        padding: 15px 20px;
        text-align: center;
    }
    
    .success-cont h5 {
        font-size: 16px;
    }
    
    .success-cont p {font-size: 14px;text-align: center;}
    
    footer img {
        max-width: 100%;
    }
    
    footer {
        padding: 15px 0;
    }
    nav ul {
        gap: 15px;
    }
    .navbar-collapse.collapse {
        position: fixed;
        display: block;
        height: 100vh;
        top: -100%;
        background: #fff;
        width: 100%;
        left: -100%;
        padding: 15px;
        z-index: 1111;
        transition: all 0.5s;
    }
    
    .collapse.show {
        left: 0;
        top: 89px;
        transition: all 0.5s;
    }
    .gallery-sec {
        padding-bottom: 40px;
    }
}
@media screen and (max-width:767.98px) {
    main {
        padding-top: 85px;
    }   
    .quote-cont {
        padding-top: 15px;
        padding-left: 20px;
    }
    .quote-img {
        top: 5px;
        left: 0px;
    }
    .quote-last {
        bottom: 20px;
        right: 0;
    }
    .gallery-carousel.owl-carousel .owl-nav [class*="owl-prev"] {
        left: 0;
        background: #e86e1c !important;
    }
    .gallery-carousel.owl-carousel .owl-nav [class*="owl-"] img {
        filter: invert(1);
    }
    .gallery-carousel.owl-carousel .owl-nav [class*="owl-next"] {
        right: 0;
        background: #e86e1c !important;
    }
    section.about-sec {
        text-align: center;
    }
}