* {
    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;
}
a {
    text-decoration: none;
    cursor: pointer;
}
@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 {
    background-image: url(../img/about-hero.webp);
    background-color: rgba(0, 0, 0, 0.35);
    background-blend-mode: multiply;
    background-position: center center;
    background-size: cover;
    overflow-x: clip;
}

.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 .banner {
    min-height: 400px;
    padding-top: 185px;
    z-index: 99999;
}

.hero .title {
    font-family: BebasNeue;
    font-size: 56px;
    line-height: 1.29;
    z-index: 999;
}

.hero .breadcrumb-item {
    font-family: BebasNeue;
    font-size: 27px;
    line-height: 0.89;
    color: #bbb;
    z-index: 999;
}

.hero .breadcrumb-item a {
    text-decoration: none;
    color: #fff;
}

/* hero end */
.about {
    padding: 225px 0;
    min-height: 578px;
}

@media (max-width: 786px) {
    .about {
        padding: 70px 0;
    }
}

.about .pattern-circle {
    bottom: -10px;
    left: 0;
}

.about .pattern {
    bottom: -40px;
    right: 65px;
}

@media (max-width: 786px) {
    .about .pattern-circle {
        bottom: revert;
    }

    .about .pattern {
        bottom: revert;
    }
}
.about .half-circle {
    bottom: -200px;
    right: 0;
}

.about .title {
    margin-bottom: 30px;
    -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;
}

.about .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;
}

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

.about .desc {
    margin: 33px 0 25px;
    font-size: 19px;
    line-height: 1.74;
    color: #333;
    max-width: 500px;
}

@media (max-width: 786px) {
    .about .desc {
        margin: 33px 0 22px;
        font-size: 19px;
        line-height: 1.74;
        color: #333;
        max-width: 500px;
    }
}

@media (max-width: 786px) {
    .img-fluid {
        max-width: 90%;
        height: auto;
    }
}

.about .doctors-images img {
    /* position: absolute;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  left: 100px; */
}

/* @media (max-width: 786px) {
  .about .doctors-images img {
    position: static !important;
    padding: 20px;
  }
} */

.about .doctors-images img:first-child {
    /* top: -155px;
  left: 230px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); */
}

.about .doctors-images img:last-child {
    /* z-index: -1; */
}

.about .doctors-images .sameih2 {
    /* -webkit-filter: grayscale(1);
          filter: grayscale(1); */
}

.message .title {
    margin-bottom: 30px;
    -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;
}

.message .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;
}

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

.message .desc {
    margin: 33px 0 0;
    font-size: 19px;
    line-height: 1.74;
    color: #333;
}

.message .signature {
    margin: 110px 2px 0 342px;
    font-family: RedSkyPersonalUse;
    font-size: 27px;
    color: #2d2d2d;
}

.message .metrix-box {
    margin: 0 30px 30px 0;
    padding: 60px 42px 0 46px;
    border-radius: 8px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #f1f1f1;
    background-color: #fff;
    min-height: 295px;
}

@media (max-width: 786px) {
    .message .metrix-box {
        margin: 0 0 30px 0;
    }
}

.message .metrix-box p,
.message .metrix-box h4 {
    font-family: BebasNeue;
    font-size: 24px;
    line-height: 2.04;
    text-align: center;
    color: #333;
    margin: 0;
}

.message .metrix-box .number::after {
    content: "";
    width: 90px;
    height: 2px;
    background-color: var(--mid-green);
    display: block;
    margin: auto;
}

.team .title {
    margin-bottom: 30px;
    -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;
}

.team .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;
}

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

.team .doctor-box {
    border: 1px solid transparent;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.team .doctor-box img {
    width: 100%;
    margin-bottom: 10px;
}

.team .doctor-box h3 {
    font-family: BebasNeue;
    /* font-size: 29px; */
    font-size: 1.7vw;
    line-height: 1.66;
    color: #2d2d2d;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

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

.team .doctor-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    border: 1px solid gainsboro;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
}

.team .doctor-box:hover h3::after {
    width: 100%;
}

.team .doctor-box h5 {
    font-size: 16px;
    line-height: 2;
    color: #848484;
}

.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=about.css.map */



.team .doctor-box img {
    border-radius: 5% 5% 0 0;
    height: 15vw;
}

@media only screen and (max-width: 767px) {
    .doctor-box img {
        height: 70vw;
    }

    .team .doctor-box h3 {
        font-size: 29px;

    }

    .team .doctor-box img {
        border-radius: 5% 5% 0 0;
        height: revert;
    }
}

/* doctos team */

.doctors {
    background-color: #f9f9f9;
    overflow-x: clip;
}

.doctors a {
    text-decoration: none;
}

.doctors .half-yellow-circle {
    -webkit-transform: translateX(-50%) rotateY(180deg);
    transform: translateX(-50%) rotateY(180deg);
    margin-top: 30px;
}

.doctors .pattern-circle {
    -webkit-transform: translate(-30%, -10%) !important;
    transform: translate(-30%, -10%) !important;
}

.doctors .title {
    margin-bottom: 30px;
    -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;
}

.doctors .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;
}

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

.doctors .owl-carousel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.doctors .owl-carousel .owl-item img {
    width: auto;
}

.doctors .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.doctors .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(34, 216, 9, 0.25);
    width: 16px;
    height: 16px;
}

.doctors .owl-theme .owl-dots .owl-dot.active span,
.team .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--green);
}

.doctors .book-btn {
    color: var(--mid-green);
    border: 2px solid var(--mid-green);
    border-radius: 4px;
    text-decoration: none;
    font-family: BebasNeue;
    font-size: 18px;
    letter-spacing: 1.06px;
    padding: 2px 10px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    opacity: 0;
}

.doctors .book-btn:hover {
    background-color: var(--mid-green);
    color: #fff;
}

.doctors .doctor-box {
    border: 1px solid transparent;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.doctors .doctor-box img {
    width: 100% !important;
    margin-bottom: 10px;
}

.doctors .doctor-box h3 {
    font-family: BebasNeue;
    font-size: 29px;
    line-height: 1.66;
    color: #2d2d2d;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

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

.doctors .doctor-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    border: 1px solid gainsboro;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
}

.doctors .doctor-box:hover h3::after {
    width: 100%;
}

.doctors .doctor-box:hover .book-btn {
    opacity: 1;
}

.doctors .doctor-box h5 {
    font-size: 16px;
    line-height: 2;
    color: #848484;
}

.doctors-images div {
    padding: 0;
}

.doctors .doctor-box img {
    border-radius: 5% 5% 0 0;
}

/* 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 */

/* checkered images */
.muaaz {
    border-radius: 8% 8% 8% 0;
}

.samih {
    border-radius: 8% 0 8% 8%
}

@media only screen and (max-width: 767px) {
    .muaaz {
        border-radius: 8%;
    }

    .samih {
        border-radius: 8%;
        /* margin-top: 10px; */
    }
}

.desc a {
    text-decoration: none;
    color: var(--mid-green);

}
