@import url(../css/bootstrap.min.css);
@import url(../css/font-awesome.min.css);
@import url(../css/font.css);
@import url(../css/material-icons.css);

/** style **/

.ms-btn {
    min-width: 122px;
    position: relative;
    padding: 8px 20px;
    border-radius: 3px;
    border-width: 0px;
    outline: none;
    margin: 0px;
}

.section-wrap {
    padding: 60px 0px;
    position: relative;
}

.primary-heading {
    font-size: var(--font-size30);
    font-weight: 700;
    line-height: 42px;
    color: #002a47;
    margin-bottom: 20px;
}

.common-para {
    font-size: var(--font-size16);
    color: #000000;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.bluetitle {
    color: #5BB98D;
}

header {
    background: #ffffff;
    width: 100%;
}

.ms-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(71 71 71 / 90%);
    top: 0;
    bottom: 0;
}

.z-index-100 {
    z-index: 100;
}

.section-padd {
    padding: 60px 0px;
}

.inputview {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #cccccc;
    width: 100%;
    height: 46px;
    border-radius: 3px;
    padding: 0px 12px;
    outline: none;
}

.textareaview {
    height: 100px;
    resize: none;
    padding: 6px 12px;
}


/** Top Header **/

.ms-top-header {
    width: 100%;
    background: #1bab5a;
    height: 40px;
    display: flex;
    align-items: center;
}

.ms-qc-type {
    display: flex;
}

.ms-qc-type li a {
    color: var(--primary-white);
    font-size: var(--font-size14);
    display: flex;
    align-items: center;
    padding: 0px 12px;
    position: relative;
}

.ms-qc-type li:first-child a {
    padding-left: 0px;
}

.ms-qc-type li a span {
    font-size: 19px;
    margin-right: 8px;
}

.daytime {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.daytime label {
    margin-right: 8px;
    line-height: 12px;
}

.daytime label span {
    font-size: 18px;
    color: var(--primary-white);
}

.time-week h4 {
    font-size: var(--font-size14);
    font-weight: 500;
    color: var(--primary-white);
}

.time-week span {
    display: block;
    font-size: var(--font-size12);
    line-height: 14px;
    color: var(--primary-white);
}


/** Menu Bar **/

.logo-header .navbar {
    width: 100%;
    background: var(--primary-white);
    padding: 6px 0px;
}

.navbar-brand figure {
    width: 105px;
    height: 105px;
    position: relative;
}

.navbar-brand figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-header .navbar-collapse {
    flex-grow: initial;
}

.navbar-nav .nav-item .nav-link {
    color: #000000;
    font-size: var(--font-size13);
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
    color: #1bab5a;
}

.navbar-nav .nav-item .nav-link.active {
    background: #1bab5a;
    color: #ffffff;
    border-radius: 3px;
}

.navbar-brand {
    padding: 0px;
}


/** Banner **/

.carousel-item {
    display: block;
    position: relative;
}

.carousel-item img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    position: relative;
}

.banner-section .owl-carousel.owl-theme .owl-nav {
    display: block;
}

.banner-section .owl-carousel.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #1bab5a;
    color: #ffffff;
    min-width: 36px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
}

.banner-section .owl-carousel.owl-theme .owl-nav button.owl-prev {
    right: 0;
}

.banner-section .owl-carousel.owl-theme .owl-dots {
    display: none;
}

.carousel-item-content {
    position: absolute;
    top: 0;
    background: #00000094;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cic-text {
    position: relative;
    z-index: 10;
    width: 1020px;
    text-align: center;
}

.cic-text h1 {
    color: #ffffff;
    font-size: 3.052rem;
    font-weight: 500;
}

.secondary-title {
    font-size: var(--font-size20);
    font-weight: 500;
}

.information-wrapper {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.informationbox {
    background: #1bab5a;
    padding: 30px 30px;
    position: relative;
}

.informationbox:nth-child(2) {
    background: #0666a9;
}

.info-banner-box {
    margin-top: 12px;
}

.info-banner-box li {
    color: #ffffff;
    padding-bottom: 8px;
    font-size: var(--font-size14);
    display: flex;
    align-items: center;
}

.info-banner-box li span {
    margin-right: 8px;
    font-size: 16px;
}

.info-banner-box li:last-child {
    padding-bottom: 0px;
}

.ms-hoverbox {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.ms-info-hoverbox {
    width: 100%;
    display: inline-block;
    min-height: 250px;
    box-sizing: border-box;
}

.ms-info-front {
    background-image: url(../images/cataract1.jpg);
    border-radius: 10px;
    transform: rotateY(0);
    z-index: 1;
    position: relative;
}

.ms-info-front.missionfront {
    background-image: url(../images/CataractMircoSurgery.jpg);
}

.ms-hoverbox-block {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
}

.ms-info-front::after {
    position: absolute;
    content: '';
    background: #05548c9e;
    width: 100%;
    height: 100%;
    top: 0;
}

.ms-info-front-inner {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.ms-info-front-inner h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
}

.ms-info-back {
    z-index: 10;
    transform: rotateY(180deg);
    background-color: #ffffff;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 7%) 0px 0px 25px;
}

.ms-info-back p {
    font-size: var(--font-size18);
    margin-bottom: 0px;
}

.ms-hoverbox:hover .ms-info-back {
    transform: rotateY(0);
}


/** Home Aboutus **/

.ms-abtimg figure {
    width: 100%;
    height: 477px;
    position: relative;
}

.ms-abtimg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stpimg figure {
    height: 350px;
    background: #ffffff;
    padding: 6px;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0 8px 20px 0 rgb(16 66 97 / 7%);
}

.section-bg-img {
    background: url(../images/banner2.jpg) no-repeat center center / 100%;
    position: relative;
}

.ms-card {
    background: #ffffff;
    border-radius: 3px;
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    box-shadow: 0 0 25px #00000012;
}

.ms-card-img figure {
    height: 200px;
    width: 100%;
    position: relative;
    margin: 0;
}

.ms-card-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ms-card-content {
    padding: 12px;
}

.card-title {
    font-size: var(--font-size18);
}

.eyeicon {
    font-size: 30px;
}


/** Our Doctor **/

.ms-doctor {
    background-color: #ffffff;
    border: 1px dashed #e6e6e6;
    display: block;
    overflow: hidden;
}

.ms-doctor-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ms-doctor-thumb a {
    display: block;
}

.ms-doctor-thumb a img {
    width: 100%;
}

.ms-doctor-meta {
    padding: 12px 0px;
    text-align: center;
}

.ms-doctor-meta h3 a {
    display: block;
    font-size: var(--font-size18);
    color: #1bab5a;
}

.ms-doctor-meta span {
    font-size: var(--font-size14);
    display: block;
}

.ms-doctor-social {
    width: 100%;
    background: #1bab5a;
    text-align: center;
    padding: 6px 0px;
}

.ms-doctor-social-type {
    display: flex;
    justify-content: center;
}

.ms-doctor-social-type li a {
    display: block;
    color: #ffffff;
    padding: 0px 12px;
}

.ms-doctor-thumb .viewbtn {
    position: absolute;
    top: 100%;
    transition: 0.3s all ease-out;
    background: #05548c;
    color: #ffffff;
    font-size: var(--font-size13);
    text-transform: uppercase;
    padding: 6px 12px;
    display: inline-block;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
}

.ms-doctor:hover>.ms-doctor-thumb .viewbtn {
    opacity: 1;
    top: 50%;
}


/** Call To Action **/

.call-to-action {
    background: #1bab5a;
    position: relative;
    border-top: 1px solid #ededed;
    padding: 40px 0px;
}

.calltoactionimg {
    height: auto;
    width: 180px;
    z-index: 30;
    position: absolute;
    left: 30px;
    bottom: 0;
}

.consultation-content {
    display: flex;
    justify-content: flex-end;
}

.calltoaction-content {
    margin-left: 150px;
}

.calltoaction-content h2 {
    font-size: var(--font-size26);
    font-weight: 500;
    white-space: nowrap;
}

.consultation-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.consultation-content ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    text-align: start;
    margin-right: 30px;
}

.consultation-content ul li:last-child {
    margin-right: 0px;
}

.common-bttn {
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    font-weight: 500;
    border: 1px solid transparent;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1 !important;
    z-index: 1;
    position: relative;
    border-radius: 3px;
    text-transform: uppercase;
}

.common-bttn:hover {
    border: 1px solid #ffffff;
    background: #1bab5a !important;
}

.consultation-content ul li h3 a {
    font-size: 34px;
    line-height: initial;
    color: #ffffff;
}

.consultation-content ul li span {
    display: block;
    color: #ffffff;
    font-weight: 400;
}


/** Footer **/

.footer {
    background: #2f2f2ff1;
    width: 100%;
    position: relative;
}

.footer::after {
    background: url(../images/bgimg.jpg) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    z-index: -1;
}

.footer-information {
    padding: 60px 0px;
}

.footer-title {
    font-size: var(--font-size20);
    color: #ec935b;
    font-weight: 400;
    margin-bottom: 20px;
}

.footerlink-type li a {
    display: block;
    font-size: var(--font-size16);
    color: #ffffff;
    padding-bottom: 8px;
    font-weight: normal;
}

.hours-type ul li {
    padding-bottom: 8px;
    font-size: var(--font-size16);
}

.hours-type ul li label {
    color: #ffffff;
    display: inline-block;
    min-width: 60px;
}

.hours-type ul li span {
    color: #ffffff;
    display: inline-block;
}

.location {
    display: flex;
    padding-bottom: 20px;
}

.location label {
    margin-right: 12px;
    display: block;
}

.location span {
    color: #ec935b;
}

.location a {
    display: block;
    line-height: initial;
    color: #ffffff;
}

.sun-footer {
    background: #1bab5a;
    text-align: center;
    padding: 12px 0px;
}

.sun-footer p {
    color: #ffffff;
    margin: 0px;
    font-size: var(--font-size14);
}


/** Contact Us **/

.contact-banner {
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #1b1b1bcc;
}

.contact-banner::after {
    background: url(../images/banner2.jpg) no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: '';
    z-index: -1;
    background-size: cover;
    background-position: center center;
}

.contact-banner-content {
    position: relative;
    z-index: 1;
}

.contact-address-type li {
    display: flex;
    align-items: center;
    padding: 30px 0px;
    border-bottom: 1px solid #dddddd;
}

.ms-icon-box {
    margin-right: 20px;
}

.ms-icon-box span {
    font-size: 50px;
    color: #05548c;
}

.ms-wrap-cell span {
    font-size: var(--font-size16);
    display: block;
}

.label-title {
    font-size: var(--font-size16);
    display: block;
    margin-bottom: 4px;
}

.ms-form-group {
    margin-bottom: 30px;
}


/** 5 Tips  for Good Health care **/

.healthtip-card {
    padding: 30px 30px;
    text-align: center;
}

.healthtip-card figure {
    width: 64px;
    height: 64px;
    margin: 0px auto 20px;
}

.healthtip-card figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-img {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 8px;
    box-shadow: 0 0 25px #00000012;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/** Appointment Modal **/

.appointment-modal .modal-dialog {
    max-width: 700px;
}

.ms-form-inputgroup {
    position: relative;
}

.iconpos {
    position: absolute;
    content: '';
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #1bab5a;
}

.doctor-profile-card {
    background: #ffffff;
    padding: 8px;
    box-shadow: 0 0 25px #00000012;
}

figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-profile-card h2 {
    text-align: left;
    font-size: var(--font-size20);
    margin-bottom: 6px;
    margin-top: 20px;
    color: #000000;
    line-height: 22px;
    padding: 0px 26px;
}

.doctor-profile-card span {
    display: block;
    text-align: left;
    font-size: var(--font-size14);
    color: #000000;
    padding: 0px 26px;
}

.doctor-profile-card figure {
    width: 100%;
    position: relative;
}

.doctor-contact {
    position: relative;
    padding: 0px 25px;
}

.profile-title {
    padding: 0px 0px 6px 0px !important;
    display: inline-block;
    border-bottom: 3px solid #1bab5a;
    margin-bottom: 20px !important;
    text-align: left;
    font-size: var(--font-size20);
}

.doctor-contact ul li {
    display: flex;
    padding-bottom: 15px;
}

.doctor-contact ul li label {
    margin-top: 6px;
}

.educationlist ul li {
    align-items: baseline;
}

.doctor-contact ul li span {
    padding: 0px;
    margin-right: 12px;
}

.doctor-contact ul li .dc-icon {
    padding: 0px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    min-width: 36px;
    background: #1bab5a;
    border-radius: 50%;
    justify-content: center;
    font-size: 21px;
    color: #ffffff;
}

.commonul-type li {
    display: flex;
    text-align: left;
    font-size: var(--font-size16);
    align-items: center;
    padding-bottom: 12px;
}

.commonul-type li span {
    margin-right: 12px;
}

.testimonial-card {
    margin-bottom: 20px;
}


/** Back to Top **/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #48B9EA;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 50%;
    top: 50%;
    font-size: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

#return-to-top:hover {
    background: #1bab5a;
}


/** Social **/

.social {
    position: fixed;
    top: 40%;
    transform: translateY(-40%);
    z-index: 10000;
}

.social .social_type {
    padding: 0px;
    transform: translate(-270px, 0);
}

.social .social_type li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.922);
    width: 310px;
    text-align: right;
    padding: 6px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
}

.social .social_type li a {
    color: #fff;
    text-decoration: none;
}

.social .social_type li:hover {
    transform: translate(110px, 0);
    background: #49bbeb;
}

.social .social_type li.facebook:hover {
    background: #4867AA;
}

.social .social_type li.instagram:hover {
    background: #8A44BE;
}

.social .social_type li.linkedin:hover {
    background: #0077B5;
}

.social .social_type li.youtube:hover {
    background: #FF0000;
}

.social .social_type li a i {
    margin-left: 10px;
    color: #000;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    background: #ffffff;
    transform: rotate(0deg);
    min-width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.mfd-picture figure img {
    background: #ffffff;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    padding: 12px;
}

.mfd-content h1 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.mfd-content h1 span {
    display: block;
    font-size: 14px;
    color: #7c7c7c;
}

.media-coverage {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.media-coverage figure {
    width: 100%;
    height: 300px;
}

.media-coverage figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ffffff;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
    padding: 12px;
}

.nav-menubar .nav-item .dropdown-menu {
    padding: 0px;
    box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.06);
}

.nav-menubar .nav-item .dropdown-menu .dropdown-item {
    color: #000000;
    font-size: var(--font-size13);
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-menubar .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
}

.single-card {
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: box-shadow .3s ease-in-out 0s;
    box-sizing: border-box;
    box-shadow: 0 8px 20px 0 rgb(16 66 97 / 7%);
    padding: 35px 15px;
    border-radius: 10px;
    float: left;
    text-align: center;
    height: 130px;
}


/* .single-card:nth-child(2n) {
    position: relative;
    top: 20px;
} */

.single-card span {
    font-size: 45px;
    margin-bottom: 12px;
}

.single-card h4 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}

.icon-color-1 {
    background: #a4cd37;
    color: #ffffff;
}

.icon-color-2 {
    background: #a4cd374d;
    color: #7aa606;
}

.icon-color-3 {
    background: #a4cd374d;
    color: #7aa606;
}

.icon-color-4 {
    background: #a4cd37;
    color: #ffffff;
}

.icon-color-5 {
    background: #a4cd37;
    color: #ffffff;
}

.icon-color-6 {
    background: #a4cd374d;
    color: #7aa606;
}


/* .box-animation-1 {
    animation: animation-1 5s ease-out infinite;
}

.box-animation-2 {
    animation: animation-2 4s ease-out infinite;
}

.box-animation-3 {
    animation: animation-3 5s ease-out infinite;
}

.box-animation-4 {
    animation: animation-4 4s ease-out infinite;
}

.box-animation-5 {
    animation: animation-5 5s ease-out infinite;
}

.box-animation-6 {
    animation: animation-6 4s ease-out infinite;
}

@keyframes animation-1 {
    50% {
        transform: translate(0, 20px);
    }
}

@keyframes animation-2 {
    50% {
        transform: translate(0, 35px);
    }
}

@keyframes animation-3 {
    50% {
        transform: translate(0, 25px);
    }
}

@keyframes animation-4 {
    50% {
        transform: translate(0, 40px);
    }
}

@keyframes animation-5 {
    50% {
        transform: translate(0, 30px);
    }
}

@keyframes animation-6 {
    50% {
        transform: translate(0, 45px);
    }
} */

.gallery-box {
    position: relative;
    background-color: #f3f3f3;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 12%);
    padding: 0px;
}

.gallery-box img {
    height: 200px;
    object-fit: contain;
}

.gallery-slider .owl-carousel.owl-theme .owl-dots {
    display: none;
}

.gallery-slider .owl-carousel.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-slider .owl-carousel.owl-theme .owl-nav button {
    background: #05548c;
    width: 32px;
    height: 32px;
    line-height: 14px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.gallery-slider .owl-carousel.owl-theme .owl-nav button.owl-prev {
    right: 0px;
}

.whyus-sol-list li {
    padding-bottom: 0px;
    display: inline-flex;
}

.whyus-sol-list li span {
    margin-right: 12px;
    color: #05548c;
}

.benefit-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0 8px 20px 0 rgb(16 66 97 / 7%);
    display: inline-flex;
    width: 100%;
    border: 1px dashed #05548c;
}

.benefit-card h4 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    font-weight: 700;
    position: relative;
}

.benefit-card ul li {
    font-size: 14px;
}

.benefit-icon {
    background: #1b65991f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    min-width: 70px;
    margin-bottom: 12px;
    margin-right: 12px;
}

.benefit-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}