*{
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Poppins' !important;
    font-style: normal !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif !important;
    font-weight: bold;
}
p{
    font-family: "Poppins", sans-serif !important;
    font-weight: normal;
    font-size: 14px;
    color: #505050;
}
a, a:hover, a:focus{
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
}
.mms-logo {
    display: flex;
    align-items: center;
}
.mms-logo img {
    width: 480px;
}
.hospital-name h1 {
    color: #2e3192;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.hospital-name p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600 !important;
    text-align: center;
}
.mms-info-w {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mms-info {
    display: flex;
    align-items: center;
    width: 50%;
}
.mms-info-s {
    padding: 0px 15px;
}
.mms-info-s small {
    font-size: 12px;
}
.mms-info-s p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #505050;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 95%;
}
.top-section {
    padding: 10px 0px;
    background: #fbfbfb;
}
.mms-info-i {
    color: #3a3192;
    font-size: 20px;
}

.s-1 {
    display: flex;
    align-items: center;
}
.mms-info-s small {
    font-size: 18px;
    font-weight: 500;
    color: #3a3192;
    font-weight: 600;
}
.header-wrapper {
    background: #2e3192;
    padding: 3em 0px;
}
.image-item img {
    height: 550px;
    object-fit: cover;
}
.image-item {
    border-radius: 20px;
    overflow: hidden;
}
.owl-stage-outer {
    box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 37%);
    border-radius: 20px;
}
.higlights-block {
    background: rgb(161 164 255 / 18%);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 5px solid #fbb03b;
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
    box-shadow: 0px 7px 10px 0px rgb(0 0 0 / 4%);
}
.higlights-block:hover {
    background: rgb(161 164 255 / 40%);
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.image-slider {
    margin-bottom: 40px;
}
.higlights-block h3 {
    margin-bottom: 0px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.higlights-block img {
    width: 60px;
    margin-bottom: 10px;
}
.about-section {
    padding: 3em 0px;
}
.title-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #1d1d1d;
}
.short-heading {
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
    background: #e2a340;
    font-weight: 600;
    text-align: center;
    width: fit-content;
    padding: 4px 20px;
    border-radius: 10px;
    color: #ffffff;
}
.about-img {
    border-radius: 20px;
    margin: 20px 0px;
    height: 400px;
    object-fit: cover;
}
.service-wrapper {
    padding: 5em 0px;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
}
.Departments-block {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 17%);
    padding: 25px;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgb(220 221 255) 99%);
    margin-bottom: 30px;
    border: 4px solid #f7f7ff;
    position: relative;
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.Departments-block:hover {
    margin-top: -20px;
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.medical-icon {
    width: 80px;
    margin-bottom: 13px;
    background: #e1e2ff;
    padding: 14px;
    height: 80px;
    border-radius: 100px;
    position: relative;
}
.Departments-block h3 {
    margin-bottom: 0px;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}
.Departments-block:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/doc-texture.png);
    left: 0;
    top: 0;
    background-size: cover;
    opacity: 0.1;
}
.Gallery-section {
    padding: 5em 0px 3em;
}
.gallery-group .example-image-link {
    margin-bottom: 25px !important;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.example-image {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 17%);
    border-radius: 15px;
}
.gallery-group {
    margin-top: 50px;
}
.overly {
    background: rgb(0 0 0 / 64%);
    position: absolute;
    width: 100%;
    height: 0;
    border-radius: 15px;
    top: 0;
    opacity: 0;
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.gallery-group .example-image-link:hover .overly {
    height: 100%;
    opacity: 1;
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.overly svg {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0px auto;
}
.lb-data .lb-close {
    position: relative;
}
.lb-data .lb-close:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    left: 13px;
    transform: rotate(45deg);
}

.lb-data .lb-close:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    left: 13px;
    transform: rotate(135deg);
}
.map {
    position: relative;
}
.mms-details {
    background: #2e3191;
    padding: 30px;
    position: absolute;
    right: 50px;
    top: 0;
    height: 98%;
    width: 500px;
}
.mms-details .title-heading {
    color: #fff;
}
.mms-details .mms-info {
    width: 100%;
    color: #fff;
}
.mms-details .mms-info svg {
    color: #fbb03b;
}
.mms-details .mms-info .mms-info-s small {
    color: #fbb03b;
}
.mms-details .mms-info {
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #4f52ad;
    padding: 15px 0px;
    display: flex;
    align-items: flex-start;
}
.footer-logo .mms-logo {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}
.copyright {
    background: #2e3191;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
}


@media only screen and (max-width: 768px) {
.mms-logo {
    justify-content: center;
}
.mms-info-s p {
    font-size: 13px;
}
.image-item img {
    height: 350px;
    object-fit: cover;
}
.higlights-block {
    margin-bottom: 20px;
}
.short-heading {
    margin: 0px auto 20px;
    font-size: 14px;
}
.title-heading {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.about-section p {
    text-align: center;
    font-size: 14px;
}
.about-img {
    height: 300px;
}
.medical-icon {
    margin: 0px auto 13px;
}
.Departments-block h3 {
    text-align: center;
}
}

@media only screen and (max-width: 640px) {
    .mms-details {
    position: inherit;
    width: 100%;
    right: 0;
}
.mms-info-w {
    display: none;
}
.mms-logo img {
    width: 300px;
}
.hospital-name h1 {
    font-size: 20px;
}
.hospital-name p {
    font-size: 14px;
}
.image-item img {
        height: auto;
        object-fit: cover;
    }
    .higlights-block {
    padding: 10px;
}
.higlights-block h3 {
    font-size: 13px;
    font-weight: 100;
}
    .title-heading {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }
        .title-heading {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }
        .about-img {
        height: auto;
    }
    .Departments-block h3 {
        text-align: center;
        font-size: 14px;
    }
    .medical-icon {
        margin: 0px auto 13px;
        width: 60px;
        height: 60px;
    }
    .Departments-block {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 17%);
    padding: 14px;
}
.Gallery-section {
    padding: 3em 0px 3em;
}
.gallery-group {
    margin-top: 20px;
}
.overly svg {
    font-size: 17px;
}
.mms-details .mms-info .mms-info-s small {
    color: #fbb03b;
    font-size: 14px;
}
.mms-details .mms-info {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
}
.mms-info-s {
    padding: 0px 15px;
    width: 100%;
}
.mms-info-i {
    color: #3a3192;
    font-size: 20px;
    margin: 0px auto;
}
.copyright {
    font-size: 10px;
    line-height: 15px;
}
.higlights-block img {
    width: 50px;
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 480px) {
    .hospital-name h1 {
        font-size: 12px;
    }
    .hospital-name p {
        font-size: 10px;
    }
}