* {
    padding: 0;
    margin: 0;
}

:root {
    --greyish-brown: #565656;
    --mid-green: #589b46;
    --vibrant-green-8: rgba(34, 216, 9, 0.08);
    --green: #3cb71b;
    --off-white: #f9fcf8;
    --yellowish-tan: #f6ef89;
    --text: #333;
}

@font-face {
    font-family: BebasNeue;
    src: url(../fonts/BebasNeue-Regular.ttf);
}

@font-face {
    font-family: BarlowCondensed;
    src: url(../fonts/BarlowCondensed-Regular.ttf);
}

body {
    font-family: BarlowCondensed, sans-serif;
}

.C-green {
    color: var(--mid-green) !important;
}

.F-head {
    font-family: BebasNeue, sans-serif;
}

.mt-n100 {
    margin-top: -100px !important;
}

@media (max-width: 786px) {
    .mt-n100 {
        margin-top: 0 !important;
    }
}

.divider {
    width: 90%;
    height: 1px;
    background-color: #eee;
    margin: 60px auto;
}

.navbar-brand img {
    width: 180px;
}

.navbar {
    padding-bottom: 0;
}

.navbar .nav-link {
    -webkit-transition: 500ms;
    transition: 500ms;
    font-size: 26px;
    color: var(--text);
    padding: 23px 10px;
    border-bottom: 6px solid transparent;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: var(--mid-green) !important;
    border-bottom: 6px solid var(--mid-green);
}

.navbar-nav {
    margin-top: 35px;
}

.zn-1 {
    z-index: -1;
}

.abso-0-0 {
    left: -315px;
    top: -320px;
}

/* hero start */
.hero {
    overflow-x: clip;
    /* min-height: 630px; */
}

@media (max-width: 786px) {
    .hero {
        min-height: unset;
    }
}

.hero .right-arch {
    top: -40px;
    right: 0px;
}

@media (max-width: 768px) {
    .hero .right-arch {
        top: 0;
    }
}

@-webkit-keyframes banner-icon-rotate {
    0% {
        -webkit-transform: rotateZ(100deg);
        transform: rotateZ(100deg);
        right: 0px;
        width: 210px;
    }

    50% {
        -webkit-transform: rotateZ(-50deg);
        transform: rotateZ(-50deg);
        right: -70px;
        width: 215px;
        top: 80px;
    }

    100% {
        -webkit-transform: rotateZ(100deg);
        transform: rotateZ(100deg);
        right: 0px;
        width: 210px;
    }
}

@keyframes banner-icon-rotate {
    0% {
        -webkit-transform: rotateZ(100deg);
        transform: rotateZ(100deg);
        right: 0px;
        width: 210px;
    }

    50% {
        -webkit-transform: rotateZ(-50deg);
        transform: rotateZ(-50deg);
        right: -70px;
        width: 215px;
        top: 80px;
    }

    100% {
        -webkit-transform: rotateZ(100deg);
        transform: rotateZ(100deg);
        right: 0px;
        width: 210px;
    }
}

.hero .banner-green-ball {
    top: 70px;
    right: 0;
    width: 210px;
    -webkit-animation: banner-icon-rotate 6s infinite ease-in-out;
    animation: banner-icon-rotate 6s infinite ease-in-out;
}

/* hero end */

.find-a-doctor .scalable {
    margin: 0 21px 0 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    /* z-index: 9999; */
    position: relative;

}

.find-a-doctor .pattern-circle {
    bottom: -10px;
    left: 0;
    z-index: -1;

}

.find-a-doctor .pattern {
    bottom: -40px;
    right: 65px;
    z-index: -1;
}

.find-a-doctor .half-circle {
    bottom: -200px;
    right: 0;
    z-index: -1;
}

.find-a-doctor .T-large {
    font-size: 42px;
    padding: 0px 22px 58px 26px;
}

@media (min-width: 768px) {
    .find-a-doctor .T-large {
        width: 50%;
    }
}

.find-a-doctor .T-small {
    font-size: 23px;
    padding: 0px 25px 34px;
}

@media (min-width: 768px) {
    .find-a-doctor .T-small {
        width: 25%;
    }
}

.find-a-doctor .form-select {
    font-size: 16px;
    margin-bottom: 33px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--greyish-brown);
    background-image: url(../img/icon-drop-down.svg);
    background-size: auto;
}

.find-a-doctor .form-select:focus {
    border-color: var(--mid-green);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.find-a-doctor .Book-an-Appointment {
    font-family: BebasNeue;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    background-color: var(--mid-green);
    width: 100%;
    border: 2px solid var(--mid-green);
    border-radius: 2px;
    padding-top: 6px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.find-a-doctor .Book-an-Appointment:hover {
    background-color: transparent;
    color: var(--mid-green);
}

.find-a-doctor .title {
    margin: 33px 0 33px;
    font-family: BebasNeue;
    font-size: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: var(--text);
}

.find-a-doctor .desc {
    margin: 17px 6px 0;
    font-size: 19px;
    line-height: 1.64;
    letter-spacing: 0.28px;
    text-align: center;
    color: var(--text);
}

.about-us>img {
    position: absolute;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    z-index: -1;
    top: 180px;
    left: 70px;
}

.about-us .first {
    top: 35px;
    left: 45px;
}

.about-us .sec {
    top: 80px;
    left: 75px;
}

.about-us .third {
    top: 135px;
    left: 85px;
}

.about-us .fourth {
    top: 180px;
    left: 70px;
}

.about-us .fifth {
    top: 200px;
    left: 50px;
}

@media (min-width: 768px) {
    .about-us .nav::before {
        content: "";
        background-image: url(../img/left-arch.webp);
        width: 230px;
        height: 386px;
        position: absolute;
        background-repeat: no-repeat;
        left: 0;
        z-index: -1;
    }
}

.about-us .nav .nav-link {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: BebasNeue;
    font-size: 28px;
    line-height: 1.41;
    color: #2d2d2d;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-shadow: 0px 0px 10px white;
}

.about-us .nav .nav-link::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--mid-green);
    display: block;
    margin: 16px 0 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.about-us .nav .nav-link:hover {
    color: var(--mid-green);
}

.about-us .nav .nav-link:hover::after {
    width: 50%;
}

@media (min-width: 786px) {
    .about-us .nav .nav-link:first-child {
        padding-left: 115px;
    }

    .about-us .nav .nav-link:nth-child(2) {
        padding-left: 135px;
    }

    .about-us .nav .nav-link:nth-child(3) {
        padding-left: 155px;
    }

    .about-us .nav .nav-link:nth-child(4) {
        padding-left: 135px;
    }

    .about-us .nav .nav-link:nth-child(5) {
        padding-left: 115px;
    }
}

.about-us .nav .nav-link.active {
    font-size: 32px;
    line-height: 0.8;
    color: var(--mid-green);
    background-color: transparent;
}

.about-us .nav .nav-link.active::after {
    width: 100%;
}

.about-us .tab-content .title {
    margin: 0 30px 0 10px;
    font-family: BebasNeue;
    font-size: 32px;
    line-height: 1.41;
    color: #2d2d2d;
}

@media (max-width: 786px) {
    .about-us .tab-content .title {
        margin: 20px 30px 0 10px;
    }
}

.about-us .tab-content .desc {
    margin: 12px 0 23px 13px;
    font-size: 19px;
    font-stretch: condensed;
    line-height: 1.47;
    color: var(--greyish-brown);
    text-align: justify;
}

.btncenter{width:100%; text-align: center; display:inline-block;}

.T-btn{
    
      font-family: BebasNeue;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    background-color: var(--mid-green);
    width: 100%;
    border: 2px solid var(--mid-green);
    border-radius: 2px;
    -webkit-transition: 500ms;
    transition: 500ms;
    padding: 6px 6%;
    
    
  
}

.T-btn:hover {
    font-family: BebasNeue;
 
    width: auto;
    float:none;
    padding: 6px 6%;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background-color: transparent;
    color: var(--mid-green);
    border: 2px solid var(--mid-green);
}

.about-us .tab-content .btn-success {
    background-color: var(--mid-green);
    font-family: BebasNeue;
    font-size: 17px;
    color: #fff;
    margin-left: 15px;
}

.about-us .tab-pane img {
    width: 100%;
}

.Institutes a {
    text-decoration: none;
}

.Institutes .title {
    margin-bottom: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: BebasNeue;
    font-size: 51px;
    line-height: 1;
    color: var(--mid-green);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.Institutes .title::after {
    content: "";
    width: 90px;
    height: 3px;
    background-color: var(--mid-green);
    display: block;
    margin: 16px 0 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.Institutes .title:hover::after {
    width: 100%;
}

.Institutes .spe-box img {
    width: 100%;
}

.Institutes .spe-box h3 {
    font-family: BebasNeue;
    font-size: 33px;
    line-height: 1.3;
    color: #2d2d2d;
    font-weight: 500;
    width: 80%;
    margin-top: 15px;
}

.Institutes .spe-box h3::after {
    content: "";
    width: 80%;
    height: 3px;
    background-color: var(--mid-green);
    display: block;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    margin-bottom: 40px;
}

.locations {
    margin: 40px 0 60px;
    min-height: 640px;
}

.locations .pattern {
    bottom: 25%;
    right: 22%;
}

.locations .infinity {
    bottom: -5%;
    right: 0;
}

.locations .title {
    font-family: BebasNeue;
    font-size: 51px;
    line-height: 0.47;
    color: var(--mid-green);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.locations .title::after {
    content: "";
    width: 90px;
    height: 3px;
    background-color: var(--mid-green);
    display: block;
    margin: 16px 0 40px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.locations .title:hover::after {
    width: 100%;
}

.locations .cards {
    height: 100%;
}

.locations .cards a {
    display: block;
    text-decoration: none;
}

.locations .address {
    padding: 5px 25px 0;
    width: 50%;
    border: 2px solid var(--mid-green);
    border-radius: 10px;
    background: #fff;
    z-index: 9;
    color: var(--mid-green);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.locations .address:hover {
    background-color: var(--mid-green);
    color: #fff;
}

.locations .address h4 {
    font-family: BebasNeue;
    font-size: 22px;
    line-height: 1.23;
    margin: 0;
    text-decoration: none;
}

.locations .address h4::after {
    content: "";
    width: 80%;
    height: 1px;
    background-color: var(--mid-green);
    display: block;
    margin: 3px auto 0;
}

.locations .address h5 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
}

footer {
    background-color: var(--mid-green);
    padding-top: 100px;
}

footer .info {
    font-size: 18px;
    line-height: 1.5;
    margin: 30px 0 40px;
}

footer .time {
    font-size: 14px;
}

footer h5 {
    font-family: BebasNeue;
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 30px;
    text-transform: uppercase;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer li {
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 7px;
}

footer li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

footer li a::after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #fff;
    display: block;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

footer li a:hover {
    color: #fff;
}

footer li a:hover::after {
    width: 30px;
}

footer .social-h {
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 15px;
}

footer .social img {
    padding-right: 40px;
    height: 23px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

footer .social img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

footer .Subscribe {
    font-size: 16px;
    line-height: 1.75;
}

footer .form-control {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

footer .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    background-color: transparent;
    color: #fff;
}

footer ::-webkit-input-placeholder {
    color: #fff !important;
    opacity: .8;
}

footer :-ms-input-placeholder {
    color: #fff !important;
    opacity: .8;
}

footer ::-ms-input-placeholder {
    color: #fff !important;
    opacity: .8;
}

footer ::placeholder {
    color: #fff !important;
    opacity: .8;
}

footer :-ms-input-placeholder {
    color: #fff !important;
}

footer ::-ms-input-placeholder {
    color: #fff !important;
}

footer .btn {
    background-color: #fff;
    color: #000;
    font-family: BebasNeue;
}

footer .copyright {
    background-color: #2d671d;
    padding: 10px 0 2px;
    color: rgba(255, 255, 255, 0.6);
}

/*# sourceMappingURL=home.css.map */

/* responsive iframe google maps */

.responsive-iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.responsive-iframe-container iframe,
.responsive-iframe-container object,
.responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* responsive iframe inside div */


.find-a-doctor a {
    text-decoration: none;
}

.Institutes img {
    border-radius: 3%;
}

/* banner fit all screen */

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 100vh; */
  width: 100%;
  position: relative;
}

.section-header h1 {
    font-size: 1.1vw !important;
}

.section-header img {
    width: 3vw;
    margin-right: 7px;
}

@media (max-width: 786px) {
    .section-header h1 {
        font-size: 4vw !important;
    }

    .section-header img {
        width: 8vw;
        margin-right: 10px;
    }

    .find-a-doctor .scalable {
        margin: 0 21px 15px 21px;
    }
}

.about-us .tab-pane img {
    border-radius: 20px;
}

.divider.m-30 {
    margin: 30px auto !important;
}

/* banner */
.find-a-doctor {
    margin-top: -30px;
}

@media (min-width: 768px) {
    .find-a-doctor {
        margin-top: 36px;
    }

}

@media (min-width: 768px) {
    .carousel-item img {
        height: 76vh;
    }

}

.margin-y-25 {
    margin: 25px auto !important;
}

