*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.1s linear;
    font-family: "Poppins", sans-serif;
}

:root {
    --color-primary: #00a99d;
    --color-secondary: #015772;
    --color-text: #3F3F3F;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400 !important;
    line-height: normal;
    color: var(--text-color) !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

section {
    background-color: #fff;
    padding: 50px 0;
}

img {
    width: 100%;
}

ol,
ul {
    padding-left: 34px;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background-color: var(--color-secondary);
}

.section-title {
    margin-bottom: 40px;
}

.section-title .title {
    padding: 6px 18px;
    border: 1px solid var(--color-secondary);
    border-radius: 100px;
    color: var(--color-secondary);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.section-title .heading {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color-text);
    padding-bottom: 5px;
}

.btn-page {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    padding: 15px 35px;
    overflow: hidden;
    transition: all 0.3s linear;
    color: #fff;
}

.btn-page:hover {
    color: var(--color-secondary);
    background-color: transparent;
}

.main-header {
    position: relative;
    box-shadow: 4px 0 20px 0 rgb(34 33 33 / 14%);
    position: relative;
    z-index: 99;
    padding: 15px 0;


}

.main-header .contact-info {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.main-header .contact-info li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2C3145;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header .contact-info li a i {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
    vertical-align: bottom;
}
.main-header .contact-info li:last-child a{
    font-size: 20px;
}
.main-header .contact-info li:last-child a i{
    font-size:22px;
    margin-right: 5px;
}
.main-header .logo {
    width: 100%;
    max-width: 200px;
}

.main-header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-section .about-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.about-section .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.about-section h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 20px;
}

.why-choose {
    padding: 50px 0;
    background-color: #f3f0e9;
}

.why-choose .choose-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.why-choose .choose-box h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-text);
    margin-bottom: 10px;
}

.why-choose .choose-box p {
    color: #555;
    margin: 0;
}

.why-choose .choose-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.custom-list {
    margin-bottom: 20px;
}

.custom-list li {
    padding-left: 30px;
    color: #555555;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
}

.custom-list li::before {
    content: "\ea51";
    font-family: 'boxicons';
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--color-secondary);
}

.expertise-tags span {
    background: #f1f8f9;
    padding: 6px 12px;
    border-radius: 20px;
    margin: 3px;
    display: inline-block;
    font-size: 13px;
}

.icon-box i {
    font-size: 32px;
    color: #008a9d;
    margin-bottom: 10px;
}

.step-box .step-number {
    font-size: 24px;
    display: block;
    color: #008a9d;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonials {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials .owl-stage-outer {
    padding: 15px 0
}

.testimonials .countGoogle {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-flex;
    align-items: center
}

.testimonials .countGoogle img {
    height: 26px;
    margin-right: 10px
}

.testimonials .countGoogle h4 {
    padding-left: 10px;
    border-left: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

.testimonials .googleViewbtn {
    display: inline-flex;
    column-gap: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-secondary);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0;
    align-self: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 1.2
}

.testimonials .googleViewbtn img {
    width: 100px;
    border-right: 1px solid #ddd;
    padding-right: 10px
}

.testimonials .googleViewbtn.Reviews img {
    width: 24px;
    border: 0;
    padding: 0
}

.testimonial-items {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 10px 0 #959DA533;
    border-radius: 10px;
    padding: 20px;
    width: 90%;
    margin: auto
}

.testimonial-items h4 {
    color: #555;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px
}

.testimonial-items p {
    overflow-y: auto;
    margin-bottom: 0;
    font-size: 14px;
}

.testimonial-items p .morelink-2 {
    color: var(--color-secondary);
    display: inline-block;
    line-height: 1.2;
    padding: 0 5px;
    font-weight: 500
}

.testimonial-items p .morelink-2 i {
    margin-left: 5px;
    vertical-align: sub;
    font-size: 22px;
}

.morecontent span {
    display: none;
}

.morelink-2 {
    color: var(--color-secondary);
    align-items: center;
    display: inline-flex;
    gap: 6px;
    font-weight: 500
}

.faq-section .accordion-item {
    background: #FFFFFF;
    border: 1.39px solid #DDDDDD;
    margin-bottom: 20px;
    border-radius: 5px !important;
}

.faq-section .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-top: 3px solid var(--color-secondary);
}

.faq-section .accordion-item .accordion-button {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text);
    box-shadow: none;
}

.faq-section .accordion-item .accordion-button:not(.collapsed) {
    color: var(--color-secondary);
}

.faq-section .accordion-item .accordion-button::after {
    content: "\ebc0";
    font-family: "boxicons";
    background-image: none;
    transform: none;
}

.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\eb8b";
    transform: none;
}

.faq-section .accordion-body {
    padding-top: 10px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.faq-section .accordion-body p {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}

.faq-section .accordion-body p:last-child {
    margin-bottom: 0;
}

.footer {
    background: var(--color-secondary);
    padding: 50px 0 0;
    border-radius: 40px 40px 0 0
}

.footer .logo {
    width: 180px;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

.footer .logo img {
    width: 100%;
}

.footer .footer-items h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer .footer-items .quick-contact li {
    margin-bottom: 10px;
    padding-left: 30px;
    color: #fff;
    position: relative;
}

.footer .footer-items .quick-contact li i {
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 18px;
}

.footer .footer-items .quick-contact li a {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.process .step-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 50px 20px 15px;
    text-align: center;
    position: relative;
    border-bottom: 2px solid var(--color-secondary);
    margin-top: 20px;
}

.process .step-box .step-img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
}

.process .step-box .step-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.process .step-box h6 {
    color: var(--color-text);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
}

.services .service-card {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    backdrop-filter: blur(17px);
    border-radius: 10px;
    padding: 20px 16px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.service-card .image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.service-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services .service-card h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-secondary);
    margin-bottom: 10px;
}

.services .service-card p {
    color: #555;
    margin-bottom: 0;
}

.call-action .inner-box {
    padding: 40px 20px;
    background-color: var(--color-secondary);
    text-align: center;
    border-radius: 20px;
}

.call-action .inner-box .section-title {
    margin: 0;
}

.call-action .inner-box .section-title .heading {
    color: #fff;
}

.call-action .inner-box .section-title p {
    color: #fff;
}

.call-action .inner-box .btn-group {
    gap: 20px;
    margin-top: 15px;
}

.call-action .inner-box .btn-page:first-child {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-secondary);
}

.call-action .inner-box .btn-page:first-child:hover {
    background-color: transparent;
    color: #fff;
}

.call-action .inner-box .btn-page:last-child {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.call-action .inner-box .btn-page:last-child:hover {
    color: var(--color-secondary);
    background-color: #fff;
}

.banner-home {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
}

.banner-home .content-banner .doctor-profile {
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.banner-home .content-banner .doctor-profile .image {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    overflow: hidden;
}

.banner-home .content-banner .doctor-profile .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.banner-home .content-banner .doctor-profile .content-info {
    width: calc(100% - 120px);
    padding-left: 20px;
}

.banner-home .content-banner .doctor-profile .content-info h1 {
    font-size: 30px;
    color: var(--color-secondary);
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

.banner-home .content-banner .doctor-profile .content-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text);
}

.banner-home .content-banner ul {
    display: flex;
    justify-content: start;
    align-items: stretch;
    gap: 15px;
    margin: 15px 0;
}

.banner-home .content-banner ul li {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    width: 180px;
    padding: 15px;
    text-align: center;
}

.banner-home .content-banner ul li p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.banner-home .content-banner ul li span {
    font-size: 24px;
    color: var(--color-secondary);
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
}

.get-in-touch {
    background-color: var(--color-secondary);
}

.get-in-touch .contact-info li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px;
}

.get-in-touch .contact-info li i {
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    position: absolute;
    left: 0;
}

.get-in-touch .contact-info li span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
}

.get-in-touch .contact-info li a {
    color: #fff;
    font-size: 16px;
}

.get-in-touch .map {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.get-in-touch .map iframe {
    width: 100%;
    height: 100%;
}

.contact-form {
    box-shadow: 0 8px 24px 0 #959DA533;
    background: #fff;
    padding: 14px;
    border-radius: 10px;
}

.contact-form .form-label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
}

 .contact-form .input-group {
    position: relative;
}

.contact-form .input-group-text {
    border: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    height: 45px;
    z-index: 9;
    top: 0;
    bottom: 0;
    font-size: 19px;
}

.contact-form .form-control {
    font-weight: 45px;
    padding: 10px 10px 10px 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px !important;
}

.contact-form .form-control::placeholder {
    color: #555;
    font-size: 14px;
}
.modal-body .contact-form{
    box-shadow: none;
}
/* whatsapp */
.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 45px;
    font-weight: 500;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 65px;
    height: 65px;
    padding: 10px;
    text-decoration: none;
    border-radius: 50px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}

.btn-whatsapp-pulse:hover {
    color: #fff !important
}

.btn-whatsapp-pulse span,
.btn-whatsapp-pulse i {
    position: relative;
    padding: 0;
}

@media(max-width:767px) {
    .banner-home {
        background-position: left;
        height: auto;
    }

    .banner-home .content-banner .doctor-profile {
        flex-wrap: wrap;
    }

    .banner-home .content-banner .doctor-profile .content-info {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .banner-home .content-banner .doctor-profile .image {
        margin: 0 auto 15px;
    }

    .banner-home .content-banner p {
        text-align: center;
    }

    .banner-home .content-banner .btn-group {
        justify-content: center;
        width: 100%;
    }

    .main-header .logo {
        margin: auto;
    }

    .about-section .about-image {
        margin-bottom: 20px;
    }

    .process .step-box {
        padding: 20px 20px 15px;
    }

    .process .step-box .step-img {
        position: relative;
        top: 0;
        margin-bottom: 15px;
    }

    .banner-home .content-banner ul {
        gap: 10px;
    }

    .banner-home .content-banner ul li {
        flex-grow: 1;
        width: 33%;
        padding: 10px;
    }
    .banner-home .content-banner ul li span{
        font-size: 20px;
    }

    .banner-home .content-banner ul li p{
        font-size: 12px;
    }
    .btn-page{
            padding: 15px 25px;
    }
    .btn-header .btn-page{
        padding: 15px 15px;
        font-size: 12px;
    }
}