

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
.anton {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.lowercase {
    text-transform: none;
}
html {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}
.padding{
    padding: 80px 0;
}
.text-black{
    color: #000 !important;
}
/* header start */
.header-top {
    background: #3A6A5E;
    padding: 5px 0;
}
span.contact-info-details {
    color: #fff;
    font-size: 14px;
}
.contact-icon{
    color: #fff;
}
header.header-top {
    background: linear-gradient(228deg, #3A6A5E, #0f3c30);
    padding: 15px 0;
}
img.logo {
    width: 100px;
    height: 80px;
}
ul.contact-info {
    display: flex;
    gap: 33px;
    align-items: center;
}
ul.social-media-link {
    display: flex;
    justify-content: right;
    gap: 10px;
    align-items: center;
}
.social-icon{
    color: #fff !important;
}
/* header close */

/* nav start */
.logo-two{
    display: none;
}
.nav-bottom{
    display: none;
}

span.close-btn {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: #00000008;
    color: #ba4444;
    text-align: center;
    align-items: center;
    display: none;
    justify-content: center;
    border-radius: 0;
}

.overlay {
    height: 100vh;
    width: 100%;
    background: #000000a1;
    position: fixed;
    top: 0;
    z-index: 99;
    opacity: 0;
    display: none;
    transition: 0.3s ease-in-out;
}

.nav-top {
    background: #fff;
    padding: 15px 0;
    position: relative;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.nav-link {
    color: #3A6A5E !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    transition: 0.5s all ease;
    padding: 0;
}

.phone-number a {
    color: #2A353D;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.56px;
    transition: 0.5s all ease;
    font-family: "Merriweather", serif;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
}

.nav-link:hover,
.phone-number a:hover {
    color: #3A6A5E;
    transition: 0.5s all ease;
}

.nav-top .navbar-nav {
    margin: auto;
    gap: 25px;
    justify-content: center;
}

.nav-link {
    padding: 0;
    position: relative;
}
.nav-link::after {
    position: absolute;
    background: url(../images/leaf-1.png);
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -26%;
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    
}


.nav-top a.navbar-brand {
    margin-right: 0;
}

ul.navbar-navs {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.dropdown-items{
    position: relative;
    transition: all ease-in 0.5s;

}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color:#3A6A5E;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 230px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in 0.5s;
    text-align: left;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 5px;
    outline: none;
}

.sub-menu li a .sub-text {
    padding: 15px 20px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    transform-style: preserve-3d;
}
.dropdown-items:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 1px;
    transition: all ease-in 0.5s;
}
.toggler-icon {
    background: transparent;
    color: #75948e;
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    display: none;
}
.default-btn {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(217deg, #7e3b1d, #C5683F);
    border-radius: 25px 25px 25px 25px;
    padding: 15px 25px 15px 25px;
    display: inline-block;
    border: none;
    outline: none;
    min-width: 170px;
    text-align: center;
}
.nav-btn {
    display: flex;
    justify-content: right;
}
/* .nav-link.active {
    color: #000;
    transition: 0.5s all ease;

} */
.nav-link.active::after{
    transition: 0.5s all ease;
    opacity: 1;
    visibility: visible;
}

.phone-number span {
    height: 44px;
    width: 44px;
    display: inline-block;
    border: 1px solid #B3B3B3;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: all ease 0.3s;
}
.dropdown-items i{
    font-size: 10px;
    padding-left: 5px;
    transition: all ease-in 0.5s;
}
.dropdown-items:hover i {
    transform: rotateX(-180deg);
      transition: all ease-in 0.5s;
}
/* nav close */


/* banner strat */
.banner{
    background: url(../images/hero-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
}
.banner::after {
    position: absolute;
    content: "";
    background: #3a6a5e70;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
b.review-point {
    font-size: 16px;
    font-weight: 500;
    color: #3a6a5e;
    margin-right: 4px;
}
.heading-one {
    font-size: 60px;
    color: #fff;
    position: relative;
    line-height: 1.1;
    font-weight: 700;
}
.text-one{
    color:#fff;
    font-size: 20px;
}
.banner-content {
    position: relative;
    z-index: 2;
    margin-left: 22px;
}
.round-bg{
    background-color: #C5683F;
        line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    margin-left: 38px;
}

.default-btn-two {
    color: #000137 !important;
    background-color: #FFFFFF;
    padding: 6px 6px 6px 20px;
    font-size: 16px;
    border-radius: 100px;
    height: auto;
    display: flex;
    width: fit-content;
    align-items: center;
    font-weight: 500;
}


.banner-form {
    display: flex;
    justify-content: right;
}
.form-card {
    background: linear-gradient(183deg, #3A6A5E, #0f3c30);
    max-width: 560px;
    padding: 40px;
    position: relative;
    z-index: 2;
    border-radius: 50px;
    box-shadow: 3px 5px 20px 14px #0000001a;
}
form.appointment-form {
    margin-bottom: 20px;
}
h2.heading-two {
    font-size: 29px;
    display: flex;
    justify-content: center;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 600;
}
p.text-two {
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
     font-family: "Lato", sans-serif;
}
.leaf-logo img {
    max-width: 50px;
}
.leaf-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.form-input-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.084px;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 218, 229);
    border-image: none;
    border-radius: 7px;
    width: 100%;
    height: 50px;
    padding: 10px;
    outline:none;
    box-shadow: none;
}
.select-input{
font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.084px;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 218, 229);
    border-image: none;
    border-radius: 7px;
    width: 100%;
    height: 50px;
    padding: 10px;
    outline:none;
    box-shadow: none;   
}
.form-lable {
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}
span.error-text {
    font-size: 12px;
    color: #a03c3c;
    line-height: 1;
}
.form-heading {
    margin-bottom: 35px;
}
.form-input-text::placeholder{
    color:#67666a;
    font-size: 13px;

}
.select-input option {
    color:#67666a;
    font-size: 14px;
}
.select-input:valid {
    color:#67666a;
    font-size: 13px;
}
.form-div {
    margin-bottom: 18px;
}
.wpcf7-response-output {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-width: 1px !important;
    padding: 10px 0px !important;
    border-radius: 8px;
}
h2.wp-block-heading {
    margin-bottom: 20px;
    font-size: 30px;
}
ul.wp-block-list {
    list-style: inside;
    margin-bottom: 20px;
}
p.wp-block-paragraph {
    margin-bottom: 20px;
}
.form-div br {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #ff9292;
    font-size: 14px;
}
.appointment-modal-body .wpcf7-spinner {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
}
.wpcf7-list-item {
    margin: 0 1.5rem 0 0em;
    color: #ffffff;
}
.form-div.btn-wrapper-appointment {
    margin: 30px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.default-btn-three {
    background: #c5683f;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 33px;
    border-radius: 5px;
    display: table;
    margin: auto;
}
.small-text {
    color: #f1f1f1;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
}
.form-input-text::-webkit-datetime-edit {
    color:#67666a;
    font-size: 13px;
}
.select-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 40px;

    background: #fff
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2367666a' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 5.5L8 10.3l4.8-4.8' stroke='%2367666a' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
        no-repeat right 15px center;
}
.navbar-nav-wrapper .logo {
    display: none;;
}
.small-text {
    color: #f1f1f1;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

@media (max-width:767.98px) { 
    .form-card {
        background-color: #3A6A5E;
        position: relative;
        max-width: 530px;
        padding: 50px 15px;
        border-radius: 20px;
    }
}
/* banner close */

/* about-us start */
.title-text {
    color: #c5683f;
    margin-bottom: 0;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    align-items: center;
    border-radius: 100px;
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
 font-weight: 800;
}
.about-us {
    position: relative;
    overflow: hidden;
}
.sub-title {
    border: 1px solid #a6dae5;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    padding: 0 6px;
    width: fit-content;
    padding: 3px 13px 3px 5px;
}
h2.heading-subtext-two {
    color: #3A6A5E;
    font-size: 40px;
    line-height: 1.1;
}
.text-three {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
}

.default-btn-four {
    color: #fff !important;
    background-color: #c5683f;
    padding: 6px 6px 6px 20px;
    font-size: 16px;
    border-radius: 100px;
    height: auto;
    display: flex;
    width: fit-content;
    align-items: center;
    font-weight: 500;
}
.white-round-bg {
    background-color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
    color: #3a6a5e;
    margin-left:25px;
}


.icon{
    border-radius: 50%;
    border: 1.25px solid rgba(0, 25, 76, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    width: 50px;
    height: 50px;
    color: #00194c;
}
.contact-num span{
    font-size: 16px;
    letter-spacing: 0.1px;
    color: rgba(104, 119, 153, 0.7);
    line-height: 1.2;
}
.contact-num a{
    font-size: 22px;
    font-weight: 600;
    color: #00194c;
    line-height: 1.2;
}
.contact-num {
    display: flex;
    flex-direction: column;
}
.call-info {
    display: flex;
    gap: 13px;
    align-items: center;
}
.flex-div {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-flow: wrap;
}
img.medicine-img {
    border-radius: 60px;
    border: 7px solid #fff;
    box-shadow: 10px 30px 40px 5px rgba(111, 143.00000000000006, 148, 0.23);
   
}
.medicine-images {
    display: flex;
    gap: 26px;
    align-items: center;
    position: relative;
    z-index: 2;
    justify-content: center;
}
.medicine-one-row .medicine-img{
    width: 306px;
    height: 400px;
}
.medicine-two-row .medicine-img{
     width: 244px;
    height: 265px;
}
.about-content {
    position: relative;
}
.about-bg {
    position: absolute;
    top: -8%;
    left: 0px;
    z-index: 1;
}
.about-bg img{
    width: 100%;
}
.medicine-two-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
}
/* about-us close */

/* choose us start */
.heading-three {
    color: #3A6A5E;
    font-size: 22px;
    font-weight: 600;
}
.card-small-heading {
    color: #3A6A5E;
    font-size: 22px;
    font-weight: 600;
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
}
.small-round-bg{
    background-color: #C5683F;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    font-size: 13px;
}
.grid-box-one{
 display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.choose-us-card {
    padding: 0 20px;
    position: relative;
}
a.more-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.more-btn span.btn-text{
    font-size: 16px;
    color: #c5683f;
    font-weight: 600;
}
.border-line {
    border-right: 1px solid #DAD8D7;
    height: 250px;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
}

/* choose us close */

/* partners start */
.partners {
    background: url(../images/partners-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 740px;
}

.text-white{
    color: #fff;
}
.text-four{
    font-size:40px;
}
.card-name{
    font-size: 18px;
    text-transform: uppercase;
    display:block;
}
.card-content {
    padding: 55px 45px 45px 55px;
}
.card-content img {
    height: 70px;
    display: block;
    margin-bottom: 20px;
}
.flex-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.partners-bg {
    width: 717px;
    position: absolute;
    bottom: 0;
    right: 2%;
    background: linear-gradient(0deg, #7e3b1d, #C5683F);
}
.bg-inner{
    position: relative;
}
.tab-section-wrapper {
    margin-top: 30px
}
.bg-inner::after {
    position: absolute;
    content: "";
    height: 100%;
    background: #dad8d75e;
    width: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bg-inner::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #dad8d75e;
    width: 100%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}



/* partners close */

/* service start */
.gradient-bg {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        #dff9ff 100%
    );
    border-radius: 0 0 20px 20px;
}
.tab-content {
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #a6dae5;
    padding: 25px;
}
span.tab-text {
    color: #3a6a5e;
    font-size: 19px;
    line-height: 1.6;
}
.accordion-header span.tab-text {
    color: #3a6a5e;
    font-size: 16px;
    line-height: 1.6;
}
.tab-btn {
    display: flex;
    gap: 27px;
    align-items: center;
}
span.tab-icon {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3a6a5e;
    border-radius: 15px;
    transition: 0.2s all ease;
}
span.tab-icon img {
    height: 40px;
    width: 40px;
}
.active span.tab-icon {
    background-color: #c5683f;
    transition: 0.2s all ease;
}
span.tab-icon svg {
    height: 50px;
    width: 50px;
}
.nav-pills .nav-link.active {
    background: linear-gradient(217deg, #7e3b1d, #C5683F);
    color: #fff;
    padding: 21px 10px 21px 30px;
    border-radius: 10px;
}
 .nav-pills .nav-link{
    padding: 21px 0;
    border-bottom: 1px solid #a6dae5;
    border-radius: 10px;
}
.nav-pills .nav-link.active .tab-text{
color: #fff;
}

.nav-link.active .tab-icon svg, 
.nav-link.active .tab-icon path, 
.nav-link.active .tab-icon g {
    fill: #fff !important;
}

.nav-pills .nav-link.active .tab-icon svg{
    fill: #fff !important;
    stroke: #fff !important;
}
.text-five{
    font-size: 36px;
    color: #3a6a5e;
    font-weight: 700;
}
.tab-img {
    width: 100%;
    border-radius: 20px;
}
.tab-img img{
    border-radius: 20px;
    width: 100%;
    max-height: 370px;
    object-fit: cover;
}
.star-icon i{
    color: #ffca1b;
}
.user-img img{
    height: 50px;
    width: 50px !important;
}

/* service close */


/* testimonial start */
.testimonial-content {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 40px 58px 80px;
    border-radius: 20px;
    position: relative;
    min-height: 253px;
}
.slider-testimonial .owl-carousel .owl-stage-outer {
    position: relative;
    /* overflow: visible; */
}
section.service {
    overflow: hidden;
}
.quote i{
color: #dff9ff;
font-size: 120px;
}
.quote{
    position: absolute;
    right: 0;
    bottom: 0;
}
.slider-testimonial {
    margin-top: 60px;
}
/* testimonial close */


/* faq start */
/* Hide Bootstrap default arrow */
.accordion-button::after {
    display: none;
}

/* Add + icon */
.accordion-button::before {
    content: "+";
    font-size: 28px;
    font-weight: 400;
    margin-left: auto;
    color: #c5683f;
    transition: all .3s ease;
    position: absolute;
    right: 2%;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    box-shadow: 0px 5px 20px rgba(11, 16, 48, 0.1);
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 24px;
}
.accordion-item {
    background-color: transparent;
    border: none;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
}
/* Change + to - when accordion is open */
.accordion-button:not(.collapsed)::before {
    content: "−";
    color: #000;
    font-size: 24px;
}

/* Optional Styling */
.accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 16px 20px 25px;
    background: #f2fbfd;
    border-radius: 10px;
}
.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed){
    background: #c5683f;
}
.accordion-button:not(.collapsed) span.tab-text {

    color: #fff;
}
.accordion-button:not(.collapsed)::before{
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.faq{
    position: relative;
}
.faq-img img {
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: 2;
    height: 900px;
}
.faq-bg img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#customAccordion {
    position: relative;
    z-index: 3;
}
.faq  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
    border-radius: 20px;
}
/* faq close */

/* footer start */
.footer {
    background: linear-gradient(210deg, #3c3c3c, #000000);
    padding: 60px 0px 0px;
}
.footer-bottom {
    background: linear-gradient(228deg, #3A6A5E, #0f3c30);
    padding: 15px 0;
}
p.copyright-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0px;
}
.footer-logo img{
    max-width: 92px;
}
.text-six{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.footer-social li a {
    background-color: rgba(255, 255, 255, 0.10);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
ul.footer-social.social-media-link {
    display: flex;
    justify-content: left;
}
h5.link-heading {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
}
h5.link-heading::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    height: 1px;
    background: #c5683f;
    width: 30px;
}
a.footer-link {
    color: #fff;
    font-size: 15px;
}
ul.link-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.copyright {
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    justify-content: center;
    display: flex;
    padding: 40px 0;
    border-top: 1px solid #FFFFFF33;
}
/* footer close */
/* modal start */
.custome-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
    padding: 0;
}
.custome-modal .modal-lg, .custome-modal .modal-xl {
    max-width:620px;
}
.modal.show .modal-dialog {
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}
.custome-modal  .modal-body {
    padding: 0;
}
.form-subtext{
    color: #e2e2e9;
    font-size: 14px;
}
 .custome-modal .cross-icon{
    position: absolute;
    right: 3%;
    top: 2%;
    cursor: pointer;
}
.custome-modal {
    padding:0 !important;
}
.policy-list .text-three{
    flex: 1;
}

/* Form */
.form-card.modal-form{
    background:#497765;
    min-height:100%;
    max-width:620px;
    border-radius:0;
}

/* Close button */
.cross-icon {
    position:absolute;
    right:20px;
    top:20px;
    z-index:10;
    color:#fff;
}

.breadcrumb {
    margin-bottom: 0px;
    margin-top: 10px;
}
/* modal class */

/* service details page start */
.sub-banner {
    padding: 130px 0;
    background-size: inherit;
    background-position: center bottom;
    overflow: hidden;
    position: relative;
}
.pcod-banner{
    background-image: url("../images/pcod-banner.jpeg");
}
.sub-banner-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
}
.breadcrumb-item a , .breadcrumb-item  {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    padding: 2px 11px;
    font-size: 15px;
    content:">";
}
.service-img img {
    border-radius: 20px;
    width: 100%;
}
.cause-item-span {
    background: #c5683f;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cause-item {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
    color: #686877;
    line-height: 2;
}
.cause-item-span i {
    color: white;
    font-size: 6px;
}
ul.cause-list {
    padding-left: 30px;
    display: grid;
    gap: 13px;
}
.service-cause{
    position: relative;
}
.service-cause::after {
    position: absolute;
    content: "";
    left: 0;
    background: #00b4d8;
    height: 2px;
    width: 30px;
    bottom: 15px;
}
.review-star span i{
    color: #c5683f;
}
.feedback-details {
    background: #f2fbfd;
    padding: 50px;
    border-radius: 20px;
}
.review-star {
    display: flex;
    justify-content: right;
}
.slider-testimonials{
    padding-left: 30px;
}
.client-reviews .owl-carousel button.owl-dot span {
    background: #a6dae5!important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
}
.client-reviews button.owl-dot.active span{
    background: #c5683f !important;
}
.client-reviews .owl-dots {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}
.form-card.servive-details-form {
    padding: 50px 40px;
    position: sticky;
    top: 0;
}
.feedback-details .heading-three{
    font-size: 20px;
}
.form-card.servive-details-form {
    margin-top: 30px;
}
/* service details page close */






/* about us start */
.about-us-banner {
    background: url(../images/about-us-bg.jpeg);
    
}
.breadcrumb-content {
    position: relative;
    z-index: 1;
}

.sub-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    background: linear-gradient(45deg, #124035, transparent);
}

.about-medicine img {
    border-radius: 60px;
    box-shadow: 10px 30px 40px 5px rgba(111, 143.00000000000006, 148, 0.23);
    position: relative;
    z-index: 5;
    width: 100%;
     height:100%;
    min-height:100%;
    object-fit:cover;
    
}
.about-medicine{
     height:100%;
    min-height:100%; 
    padding-right: 70px;
}
.mission, .vision {
    background-color: #fff;
    border-radius: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 218, 229);
    border-image: none;
    padding: 30px 35px;
}
.mission img , .vision img {
    width: 64px;
    height: 64px;
}
/* about us close */

/* service banner start */
.services-banner{
    background: url(../images/service-banner.jpeg);
    background-position: center;
}
.service-card {
    border: 1px solid #3a6a5e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: #3a6a5e;
    margin-top: 15px;
    display: inline-block;
}
.single-card {
    padding-top: 100px;
    margin-bottom: -50px;
}
.service-card .card-name{
padding: 15px 8px;
}
.select-input.health-form {
    height: 55px;
}
.healthCard{
 
   padding-bottom: 100px;
}

.cause-item .text-three {
    flex: 1;
    line-height: 1.1;
}
/* service banner close */


/* doctors banner start */
.doctors-banner {
    background: url(../images/doctors-banner.jpeg);
    background-position: center;
    background-size: cover;
}
.doctor-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 35px;
    display: block;
}
.doctor-info-box {
    position: absolute;
    bottom: 22px;
    left: 18px;
    right: 18px;
    background: #fff;
    border-radius: 17px;
    padding: 26px 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: scaleY(.73);
    transition: all 400ms linear 0ms;
}
.doctor-info-box-wrap {
    transition: all 400ms linear 0ms;
    transform: scaleY(1.4) translateY(15px);
}
.doctor-name {
      font-size: 20px;
    font-weight: 700;
    color: #3e6f63;
    text-transform: uppercase;
    margin-bottom: 3px;
    transform: translateY(13px) , scaleY(1);
    /* transform: scaleY(1); */
}

.doctor-specialization {
    font-size: 14px;
    font-weight: 500;
    color: #6f7282;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    opacity: 0;
    transform: scaleY(1);
    transition: all 400ms linear 0ms;
}
.doctors-card-wrapper {
    border-radius: 35px;
    background: #f3f3f3;
    min-height: 500px;
    position: relative;
    margin-bottom: 25px;
}
.doctors-card-wrapper:hover .doctor-info-box {
    background: #3a6a5e;
    transform: scaleY(1);
    border-radius: 28px;
}
.doctors-card-wrapper:hover .doctor-specialization {
    opacity: 1;
    color: #dbd9d9;
}
.doctors-card-wrapper:hover .doctor-name {
    color: #fff;
    transform: translateY(0);
}
.doctors-card-wrapper:hover .doctor-info-box-wrap {
    transform: scaleY(1) translateY(0);
}
/* doctors banner close */


/* blog start */

.blog-banner {
    background: url(../images/blog-bg.jpeg);
    background-size: cover;
    background-position: right;
}

.blog-item {
    border: 1px solid rgba(11, 16, 48, 0.1);
    border-radius: 30px;
    padding: 15px;
    background-color: transparent;
}


.blog-items-list{
    padding: 120px 0;
}


.blog-item-img img {
    width: 100%;
    border-radius: 30px;
    display: block;
    transition: transform 0.4s ease-in-out;
}
.blog-item-img:hover img {
    transform: scale(1.1);
}
.item-span {
    color: #c5683f;
    font-size: 13px;
    line-height: 1;
}

.item-date{
    font-size: 14px;
    color: #3a6a5e;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(11, 16, 48, 0.1);
}

.readmore-btn{
    color: #C5683F !important;
    font-weight: 500;
}
.read-icon i{
    transform: rotate(45deg);
}
.blog-item-img {
    overflow: hidden;
    border-radius: 30px;
    height: 100%;
    max-height: 100%;
}

.blog-item-img:hover img {
    transform: scale(1.1);
}

.blog-item .row {
    height: 100%;
}

.blog-item-img {
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.blog-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-in-out;
}

.item-container {
    height: 100%;
}
/* blog close */

/* contact us start */
.contact-us-banner{
    background: url(../images/contact-banner.jpeg);
    background-size: cover;
    background-position: center;
}

.contact-box{
    border:1px solid #e6e6e6;
    overflow:hidden;
    background:#fff;
}
.contact-left {
    padding: 70px 65px 30px;
    height: 100%;
    position: relative;
}



.address-line{
    position: relative;
    margin-bottom: 40px;
}
.address-line::after {
    position: absolute;
    background: #c96b40;
    content: "";
    left: 0;
    bottom: -14px;
    height: 2px;
    width: 35px;
}
.info-item{
    margin-bottom:35px;
}

.info-item span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #7b7b7b;
    margin-bottom: 0;
}

.info-item a,
.info-item p{
    font-size:20px;
    font-weight:600;
    color:#2d5d55;
    text-decoration:none;
    margin:0;
}

.office-hours{
    background:#3e6e63;
    color:#fff;
    height:100%;
    border-top:4px solid #c96b40;
}

.office-hours ul{
    list-style:none;
    margin:0;
    padding:0;
}

.office-hours li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 32px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: 18px;
}

.office-hours li:last-child{
    border-bottom:none;
}


.office-hours li span {
    font-weight: 600;
    font-size: 15px;
}
.closed{
    color:#67d6e7;
    font-weight:600;
}
.contact-left::after {
    position: absolute;
    content: "";
    background: #0b10300a;
    height: 1px;
    width: 100%;
    left: 0;
    top: 24%;
}
.location-map {
    padding: 70px 0 0 0;
}
.highlight-text{
    color: #c5683f;
}


.contact-field {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.084px;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 218, 229);
    border-image: none;
    border-radius:30px;
    width: 100%;
    height: 55px;
    padding:15px 20px;
    outline:none;
    box-shadow: none;
}
.contact-field::placeholder , textarea.contact-field::placeholder{
    color:#67666a;
    font-size: 14px;

}
textarea.contact-field{
       font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.084px;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(166, 218, 229);
    border-image: none;
    border-radius:20px;
    width: 100%;
    height: 120px;
    padding:15px 20px;
    outline:none;
    box-shadow: none; 
}
/* contact us close */


/* product page start */
.product-banner{
    background: url(../images/product-bg.jpeg);
    background-position: center;
    background-size: cover;
}
.product-name {
    color: #3A6A5E;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0 4px;
}
.product-price {
    color: #c5683f;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}
.product-img {
    border: 1px solid #3a6a5e;
    border-radius: 16px;
    padding: 6px;
}
.product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 30px;
}
.product-img img {
    width: 100%;
    border-radius: 13px;
}
/* product close */

/* privacy policy start */
.policy-banner{
    background:url(../images/policy-bg.jpeg) ;
    background-repeat: no-repeat;
    background-size: cover;
}
span.dot {
    background: #7a7a7a;
    height: 5px;
    width: 5px;
    display: inline-block;
    border-radius: 50%;
    margin-top: 10px;
}
.policy-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.policy-list li.text-three{
    flex: 1;
}

.policy-list .text-three span{
color:#3a6a5e;
font-weight: 600;
}
/* privacy policy close */

/* service bg */
.pcos-banner{
    background-image: url("../images/pcos-banner.jpg");
}
.excess-bleeding-banner{
    background-image: url("../images/excess-bleed-banner.jpg");
}
.irregular-mensus-banner{
    background-image: url("../images/irregular-mensus-banner.jpg");
}
.leucorrhoea-banner{
    background-image: url("../images/leucorrhoea-banner.jpg");
}
.dysmenorrhea-banner{
    background-image: url("../images/dysmenorrhea-banner.jpg");
}
.fistula-banner{
    background-image: url("../images/fistula-banner.jpg");
}
 .fissure-banner{
    background-image: url("../images/fissure-banner.jpg");
}
.piles-banner{
    background-image: url("../images/piles-banner.jpg");
}
.hypothyroidism-banner{
    background-image: url("../images/hypothyroidism-banner.jpg");
}
.diabetes-type-2-banner{
    background-image: url("../images/diabetes-banner.jpg");
}
.migraine-banner{
    background-image: url("../images/migraine-banner.jpg");
}
.constipation-banner{
    background-image: url("../images/constipation-banner.jpg");
}
.ibs-banner{
    background-image: url("../images/ibs-banner.jpg");
}
.hyperacidity-banner{
    background-image: url("../images/hyperacidity-banner.jpg");
}
.excess-gas-formation-banner{
    background-image: url("../images/gas-banner.jpg");
}
.low-back-pain-banner{
    background-image: url("../images/low-back-pain-banner.jpg");
}
.sciatica-banner{
    background-image: url("../images/sciatica-banner.jpg");
}
.heel-pain-banner{
    background-image: url("../images/Heel-pain-banner.jpg");
}
.neck-pain-banner{
    background-image: url("../images/neck-pain-banner.jpg");
}
.nerve-pain-banner{
    background-image: url("../images/nerve-pain-banner.jpg");
}
.frozen-shoulder-banner{
    background-image: url("../images/frozen-shoulder-banner.jpg");
}
.knee-pain-banner{
     background-image: url("../images/knee-pain-bg.jpg");
}
.rheumatoid-arthiritis-banner{
     background-image: url("../images/rheumatoid-arthiritis-banner.jpg");
}
.osteoarthritis-banner{
     background-image: url("../images/osteoarthritis-banner.jpg");
}


.terms-banner {
    background: url(../images/terms-banner.jpeg);
    background-size: cover;
}
.blog-one-banner{
    background: url(../images/blog-one-banner.png);
    background-size: cover;
    background-position: center;
}
.blog-details-image img{
    width: 100%;
    max-height: 400px;
    border-radius: 20px;
    object-fit: cover;
}
.details-image img{
    width: 100%;
    border-radius: 20px;
}
/* become a partner */
.partner-form{
    max-width: none;
    width: 100% !important;
}
.yes-no{
    color: white;
    font-size: 15px;
}
.become-a-partner-banner{
   background: url(../images/become-partner-bg.jpg);
   background-size: cover;

}
.default-btn-two.btn-two {
    color: #fff !important;
    margin: auto;
    border: 1px solid #ffffff;
    background: linear-gradient(217deg, #7e3b1d, #C5683F);
}
.default-btn-two.btn-two .round-bg {
    background-color: #fff;
    color: #2d5d55;
}
.footer-logo{
    display: inline-block;
}
.float-btn {
    position: fixed;
    width: 55px;
    top: auto;
    height: 55px;
    bottom: 15%;
    right: 25px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    transition: bottom 0.3s ease;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-icon {
    color: #fff;
    background-color: #ffffff2e;
    height: 27px;
    display: inline-flex;
    width: 29px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    margin-right: 6px;
}

.social-icon {
    color: #fff !important;
    font-size: 17px;
}
.testimonial-contents {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    border: 1px solid #efefef;
    border-left: 5px solid #EFEFEF;
    border-bottom: 5px solid #EFEFEF;
}
.user-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
b.review-point {
    font-size: 20px;
    font-weight: 600;
}
.testimonial-contents  h3.heading-three {
    color: #3A6A5E;
    font-size: 16px;
    font-weight: 600;
}
section.testimonial-section {
    background: #ffffff;
}
.testimonial-contents .text-three {
    min-height: 100px;
}