@import url('https://fonts.googleapis.com/css2?family=Anek+Gujarati:wght@100..800&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Anek Gujarati", sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
}

.main-wrapper {
    overflow-x: hidden;
}

body {
    background-color: #F4F4F4;
}

button.mfp-close {
	background: none !important;
	border-radius: none !important;
	font-size: 28px !important;
}
/*---------header--------*/

header {
    background-color: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(15px);
    border-radius: 0 0 50px 50px;
    transition: all 0.3s;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}
.admin-bar header {
	margin-top: 32px;
}

header.is-sticky .header-top-section {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    /* display: none; */
}

header.is-sticky .header-bottom {
    padding-top: 0;
}

.header-container {
    padding: 15px 40px;
}

.header-top-section {
/*     display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); */
    transition: all 0.3s;
}

.header-top-content .header-top-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #282828;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    transition: all 0.3s;
}

.header-top-content.header-right-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-bottom-section {
/*     display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px; */
    transition: all 0.3s;
}

.header-bottom-content {
    flex-shrink: 0;
}

.header-link-block {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-link-block .header-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #282828;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
}

.header-link-block .dropdown .header-link {
    pointer-events: visible;
}

.header-link-block .header-link.active {
    color: #D32625;
}

.header-link-block .header-link.active::after {
    width: 100%;
}

.header-link-block .header-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #D32625;
    left: 0;
    transition: all 0.5s;
}

.header-logo {
    text-decoration: none;
    display: flex;
}

.header-logo img {
    flex-shrink: 0;
    height: 60px;
    object-fit: cover;
}

/* .btn-page {
    background-color: #D32625;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-decoration: none;
    color: #F2F4EF;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s;
    text-transform: capitalize;
    padding: 10px 18px 9px;
} */

.offcanvas-backdrop.show {
    opacity: .45;
}

.header-bottom .dropdown-menu {
    top: 57px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    z-index: 9;
    border: 1px solid #282828;
    padding: 15px 0;
    transform: translate(0, 33px) !important;
    inset: unset !important;
}

.header-bottom .dropdown-menu .dropdown-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #282828;
    padding: 0;
    transition: all 0.3s;
}

.header-bottom .dropdown-menu li {
    margin-bottom: 15px;
    padding: 0 15px;
}

.header-bottom .dropdown-menu li:last-child {
    margin-bottom: 0;
}


/*----------hero----------*/

.hero-section {
    height: calc(100dvh - 177px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    border-radius: 80px;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.8);
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.hero-bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-text {
    position: relative;
    z-index: 1;
    /* max-width: 650px; */
    margin: 0 auto;
    text-align: center;
}

.hero-text h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.hero-text h6 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.hero-text p {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    margin-top: 15px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.hero-button {
    margin-top: 30px;
}

.btn-page .elementor-button-content-wrapper {
	align-items: center;
}

.btn-page:hover svg path {
	stroke: #282828 !important;
}
.btn-page:hover #home-about-btn svg path {
	stroke: #F2F4EF !important;
}

.btn-page svg {
	transition: all 0.5s;
	width: 24px;
	height: 24px;
}

.btn-page svg path {
    transition: all 0.3s;
}

.down-arrow-box {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.down-arrow {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}


/*----------about section----------*/

.custom-padding {
    padding: 90px 0;
}

.about-content h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 0;
    background: -webkit-linear-gradient(0deg, rgba(211, 38, 37, 1) 0%, rgba(40, 40, 40, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-content h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #434242;
    margin-top: 15px;
}

.about-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: #282828;
    margin-top: 30px;
}

.section-button {
    margin-top: 40px;
}

.section-title-block {
    text-align: center;
}

.section-title, .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
    background: -webkit-linear-gradient(0deg, rgba(211, 38, 37, 1) 0%, rgba(40, 40, 40, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.section-block {
    margin-top: 50px;
}

.interventional-radiology-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 20px;
}

.interventional-radiology-box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.interventional-radiology-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(40, 40, 40, 1) 0%, rgba(40, 40, 40, 0) 100%);
    transition: all 0.5s;
    border-radius: 20px;
}

.interventional-radiology-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: rgba(211, 38, 37, .7);
    transition: all 0.5s;
    border-radius: 0 0 20px 20px;
}

.interventional-radiology-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 20px;
    z-index: 1;
}

.interventional-radiology-box-content h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}

.interventional-radiology-box-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.interventional-radiology-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.interventional-radiology-tags h6 {
    flex-shrink: 0;
    border: 1px solid #F2F4EF;
    border-radius: 100px;
    padding: 7px 10px 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #F2F4EF;
}


/*--------usps-section----------*/

.usps-section {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.logo-shape {
    position: absolute;
    top: -90px;
    left: 0;
    width: 525px;
    opacity: 7%;
    z-index: -1;
}

.usps-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.usps-box {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #282828;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.usps-box span,
.usps-box h5 {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 0;
    color: #D32625;
}

.usps-box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    color: #000;
    margin-top: 5px;
    text-transform: capitalize;
    text-align: center;
}


/*-----------Why IR---------*/

.why-ir-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.why-ir-section-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    max-width: 200%;
    opacity: 5%;
    z-index: -1;
}

.why-ir-image-block img {
    border-radius: 13px;
    height: 100%;
    object-fit: cover;
}

.why-ir-other-block {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.why-ir-other-block .why-ir-image-text-box {
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: linear-gradient(157deg, rgba(40, 40, 40, 1) 0%, rgba(211, 38, 37, 1) 108%);
    padding: 25px;
}

.why-ir-other-block .why-ir-image-text-box h1 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.why-ir-conetnt {
    padding-left: 30px;
}

.why-ir-conetnt h1 {
    text-align: start;
}

.why-ir-conetnt p {
    color: #282828;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 25px;
}

.why-ir-conetnt ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.why-ir-conetnt ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #282828;
    margin-bottom: 20px;
}

.why-ir-conetnt ul li:last-child {
    margin-bottom: 0;
}

.why-ir-conetnt ul li img {
    width: 24px;
    flex-shrink: 0;
}

.white-section {
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.line-bg {
    position: absolute;
    top: 0;
    right: -200px;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 5%;
    z-index: -1;
}


/*-----------testimonial section-------------*/

.testimonial-box {
    background-color: #F2F2F2;
    padding: 24px;
    border-radius: 16px;
}

.testimonial-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-name-block {
    display: flex;
    align-items: center;
    gap: 8px;
}

.client-name-block img {
    width: 40px;
    flex-shrink: 0;
    border-radius: 50%;
}

.client-name-info h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #1a1a1a;
    margin-bottom: 0;
    text-transform: capitalize;
}

.client-name-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    margin-top: 5px;
}

.star-block {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.star-block img {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    object-fit: cover;
}

.testimonial-para {
    margin-top: 16px;
}

.testimonial-para p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1a1a1a;
    margin-bottom: 0;
}

.testimonial-para a {
    text-decoration: none;
    display: inline-flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: rgba(26, 26, 26, 0.5);
    margin-top: 10px;
}

.testimonial-block {
    position: relative;
}

.btn-testimonial-next {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

.btn-testimonial-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}


/*---------case-of-week----------*/

.case-of-week-image img {
    border-radius: 13px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.3);
}

.case-of-week-details h1 {
    color: #282828;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.patient-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.patient-info h5 {
    color: #282828;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.patient-info h6 {
    color: #282828;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.case-of-week-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
    margin-top: 30px;
}


/*-------------challenging case------------*/

.section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.slider-buttons {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.slider-buttons .btn-slider {
    background-color: #F4F4F4 !important;
    border: 1px solid #282828;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.challenging-case-box img {
    border-radius: 16px;
	width: 100%;
}

.challenging-case-details {
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    top: -65px;
    margin: 0 20px;
}

.challenging-case-details h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000;
}

.challenging-case-details p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: #000;
    margin-top: 16px;
}

.btn-slider.swiper-button-disabled {
    opacity: 0.5;
}

.challenging-case-section {
    padding-bottom: 25px;
}

.section-header .section-title-block,
.section-header .section-title-block .section-title {
    text-align: start;
}


/*--------academic-accolades---------------*/

.academic-accolades-box {
    background-color: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 13px;
    overflow: hidden;
}

.academic-accolades-details {
    padding: 20px;
}

.academic-accolades-details p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.media-box img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}


/*------------papper-publish-section-------------*/

.papers-publish-section {
    background-color: #fff;
}

.papers-publish-box {
    background-color: #F4F4F4;
    border-radius: 13px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
}

.papers-publish-img-block {
    border-radius: 13px;
    overflow: hidden;
    flex-shrink: 0;
}

.papers-publish-box .paper-publish-img {
    width: 240px;
    transition: all 0.5s;
}

.papers-publish-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #434242;
    margin-bottom: 0;
}

.papers-publish-details h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #282828;
    margin-bottom: 0;
    margin-top: 10px;
}

.paper-publish-button-block {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: end;
    justify-content: end;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 35px 0 13px 0;
}

.btn-paper-publish {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D32625;
    border-radius: 50%;
}

.btn-paper-publish .button-arrow {
    transition: all 0.3s;
    transform: rotate(-45deg);
}

.curv-1 {
    position: absolute;
    top: -30px;
    right: 0;
}

.curv-2 {
    position: absolute;
    bottom: 0;
    left: -30px;
}

.papers-publish-block .row>[class*='col-']:nth-child(3),
.papers-publish-block .row>[class*='col-']:nth-child(4) {
    margin-top: 30px;
}


/*----------hospital Visit section--------*/

.hospital-box {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(40, 40, 40, 0.4);
    background-color: #fff;
    position: relative;
}

.city-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #D32625;
    border-radius: 100px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 4px 12px 2px;
    color: #fff;
}

.hospital-name {
    padding: 14px 30px 13px;
    border-top: 1px solid rgba(40, 40, 40, 0.4);
}

.hospital-name a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    display: inline-flex;
    text-transform: capitalize;
    transition: all 0.3s;
    outline-offset: 0;
    outline: none;
}

.hospital-name a:hover {
    color: #D32625;
}

.hospital-slider {
    padding: 10px 10px 0;
}

.custom-popup .modal-content {
    border-radius: 20px;
}

.custom-popup .modal-body {
    padding: 40px 30px;
}

.custom-popup .modal-body h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
}

.custom-popup .modal-body .hospital-name-block {
    margin-top: 35px;
}

.hospital-name-block .hospital-name-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0.1);
    gap: 40px;
}

.hospital-name-block .hospital-name-row:first-child {
    padding-top: 0;
}

.hospital-name-block .hospital-name-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.hospital-name-block .hospital-name-row .hospital-name-detials {
    display: flex;
    align-items: start;
    gap: 12px;
}

.hospital-name-block .hospital-name-row .hospital-name-detials img {
    width: 24px;
    flex-shrink: 0;
}

.hospital-name-block .hospital-name-row .hospital-name-detials .hospital-name-info h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #282828;
    text-transform: capitalize;
    margin-bottom: 0;
}

.hospital-name-block .hospital-name-row .hospital-name-detials .hospital-name-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    margin-bottom: 0;
    margin-top: 10px;
}

.hospital-name-block .hospital-name-row .google-map-icon {
    flex-shrink: 0;
}

.hospital-name-block .hospital-name-row .google-map-icon a {
    display: flex;
}

.modal-backdrop {
    background-color: rgba(211, 38, 37, .6);
}

.modal-backdrop.show {
    opacity: 1;
}


/*--------contact-section----------*/

.contact-section {
    background-color: #fff;
}

.contact-information .section-title-block {
    text-align: start;
}

.contact-information-block {
    margin-top: 35px;
}

.contact-info-row {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-info-row img {
    flex-shrink: 0;
    height: 20px;
    object-fit: cover;
}

.contact-info-row a {
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #282828;
    display: inline-block;
    transition: all 0.3s;
}

.contact-info-row .timing-info h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #282828;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-info-row .timing-info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #282828;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.contact-info-row .timing-info p:last-child {
    margin-bottom: 0;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.message-field {
    grid-column: span 2 / span 2;
}

.form-field label {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.form-field .form-control {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 1px solid #282828;
    border-radius: 6px;
    padding: 10px 15px 8px;
    box-shadow: none;
    outline: none;
}

.form-field .form-control::placeholder {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 16px;
    font-weight: 400;
}

.form-field.message-field .form-control {
    padding: 15px;
}

.contact-information-block .contact-info-row:last-child {
    margin-bottom: 0;
}


/*-------footer----------*/

.footer {
    background-color: #282828;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-bg {
    position: absolute;
    top: -30px;
    left: -100px;
    opacity: 10%;
    z-index: -1;
}

.footer-top {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #F2F4EF;
    margin-bottom: 0;
    margin-top: 40px;
    padding-right: 35px;
}

.footer-logo img {
    width: 250px;
}

.social-media-platioms {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.social-media-platioms a {
    text-decoration: none;
    display: flex;
    flex-shrink: 0;
    transition: all 0.3s;
}

.footer-link h4 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
}

.footer-link ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
}

.footer-link ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.footer-link ul li:last-child {
    margin-bottom: 0;
}

.footer-link ul li img {
    width: 24px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.footer-link ul li a {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s;
}

.qr-block {
    background-color: #282828;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    padding: 15px;
    display: inline-block;
    margin-top: 25px;
}

.qr-block img {
    width: 200px;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 0;
}

.go-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: all 0.9s;
    background-color: #fff;
    transform: translateY(30px);
    border: 1px solid #282828;
}

.go-top a {
    text-decoration: none;
    cursor: pointer;
    display: flex;
}

.go-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


/*---------about page-----------*/

.inner-hero-section {
    height: 500px;
/*     background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 80px;
    overflow: hidden;
    margin: 157px 20px 20px;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.20); */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.inner-hero-section.about-page {
    background-image: url(../images/about-page-bg.jpg);
}

.inner-hero-section .container {
    display: flex;
    justify-content: end;
    height: 100%;
}

.inner-hero-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
}

.inner-section-contact-block a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    background-color: #D32625;
    border-radius: 100px;
    padding: 7px 15px 7px 10px;
    color: #F2F4EF !important;
	white-space: nowrap;
}

.inner-section-contact-block a span {
    margin-top: 3px;
}

.inner-section-contact-block a img {
    flex-shrink: 0;
}

.inner-hero-content h1 {
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

.inner-hero-content .breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    justify-content: center;
}

.inner-hero-content .breadcrumb a {
    text-decoration: none;
    color: #D32625;
}

.inner-hero-content .breadcrumb p {
    color: #282828;
}

.inner-hero-content .breadcrumb a,
.inner-hero-content .breadcrumb p {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: capitalize;
    display: inline-flex;
    margin-top: 2px;
}

.inner-section-contact-block {
    position: absolute;
    bottom: 30px;
	width: max-content;
}

.rating-block {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.rating-block .rating-star {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rating-block h5 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    margin-top: 6px;
}

.rating-block h5 span {
    font-weight: 700;
}

.inner-about-image-block {
    position: relative;
    z-index: 0;
    padding-right: 20px;
}

.inner-about-image-block .dr-image {
    text-align: end;
}

.inner-about-image-block .dr-image img {
    width: 440px;
    border-radius: 20px;
}

.inner-about-image-block .dr-team-image {
    margin-top: -160px;
    display: block;
}

.inner-about-image-block .dr-team-image img {
    width: 375px;
    border-radius: 20px;
}

.inner-about-image-block .logo-shape-image {
    position: absolute;
    top: 0;
    left: -115px;
    width: 400px;
    opacity: 10%;
    z-index: -1;
}

.about-other-content {
    margin-top: 70px;
    text-align: center;
}

.text-slider .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}

.text-slider .swiper-slide {
    text-align: center;
    flex: 0 1 auto;
    width: auto;
}

.text-slide-box {
    display: flex;
    align-items: center;
    gap: 50px;
}

.text-slide-box img {
    flex-shrink: 0;
    margin-top: -5px;
}

.text-slide-box h1 {
    font-weight: 600;
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 0;
    white-space: nowrap;
    color: #282828;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #282828;
    text-transform: uppercase;
}


/*----------mission-vision-section------------*/

.mission-vision-section {
    background-color: #fff;
    border-radius: 30px;
    margin: 0 20px;
}

.section-header-text p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #282828;
}

.section-header-text {
    width: 50%;
    flex-shrink: 0;
}

.mission-vision-section-header.section-header {
    align-items: start;
}

.mission-vision-box {
    background-color: #F4F4F4;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
}

.mission-vision-block-conetnt .mission-vision-box:last-child {
    margin-bottom: 0;
}

.mission-vision-box img {
    margin-bottom: 20px;
}

.mission-vision-box h6 {
    color: #282828;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.mission-vision-box p {
    color: #282828;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 10px;
}

.mission-vision-image-block {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.mission-vision-image-block img {
    height: 100%;
    object-fit: cover;
}

.value-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin-bottom: 0 !important;
    padding: 30px;
}


/*-----------team-section----------*/

.team-box {
    background-color: #fff;
    border-radius: 30px;
    padding: 35px;
    border: 1px solid #C6C6C6;
    display: flex;
    align-items: center;
    gap: 40px;
}

.team-member-image {
    flex-shrink: 0;
}

.team-member-image img {
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    width: 300px;
}

.team-member-details h1 {
    color: #000;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.team-member-details h6 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

.team-experience-block {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
}

.team-experience-block h2 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.team-experience-block h3 {
    color: #000;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.team-member-details p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 25px;
}

.team-swiper .swiper-slide {
    transition: all 200ms linear;
    transform: scale(0.8);
    filter: blur(8px);
}

.team-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    filter: blur(0);
}

.team-swiper .slider-buttons {
    justify-content: center;
    margin-top: 40px;
}

.white-section.about-page .line-bg {
    right: -80px;
    height: auto;
    width: 282px;
}


/*-----------cta-section------------*/

.cta-section {
    background-image: url(../images/cta-img.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
}

.cta-details h1 {
    color: #282828;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cta-details .btn-page {
    background-color: #F2F4EF;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    color: #282828;
    padding: 15px 20px 14px;
}


/*-----------neuro intervention section------------*/

.inner-hero-section.neuro-intervention-page {
    background-image: url(../images/neuro-intervention-bg.jpg);
}

.ir-info-content h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 0;
    background: -webkit-linear-gradient(0deg, rgba(211, 38, 37, 1) 0%, rgba(40, 40, 40, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ir-info-content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    color: #282828;
    margin-top: 20px;
}

.ir-info-image-block img {
    width: 600px;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}

.ir-info-image-block {
    padding-left: 20px;
}


/*-------------condition-section-------------*/

.condition-section {
    background-color: #fff;
    border-radius: 30px;
    margin: 0 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.condition-box {
    height: calc(100% - 24px);
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid #DADADA;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    transition: all 0.3s;
}

.condition-box h6 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #434242;
}

.condition-box h6 img {
    flex-shrink: 0;
}

.condition-box h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #282828;
    margin-top: 30px;
}

.condition-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    color: #282828;
    margin-top: 30px;
}

.condition-pettern-1 {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
    opacity: 17%;
}

.condition-pettern-2 {
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: -1;
    opacity: 17%;
}

.condition-section .row>[class*='col-']:nth-last-child(1) .condition-box {
    margin-bottom: 0;
    height: 100%;
}


/*---------ir-help-section------------*/

.ir-help-section {
    padding-bottom: 25px;
}

.number-block {
    background-color: #D32625;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 20px;
}

.number-block h1 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 27px;
    color: #fff;
    display: inline-flex;
    margin-top: 4px;
}

.challenging-case-details.ir-help-detials {
    padding: 40px 20px 25px;
}


/*------------choose-ir-section------------*/

.choose-ir-section {
    background-color: #fff;
    margin: 0 20px;
    border-radius: 30px;
}

.choose-ir-image-block {
    position: relative;
}

.choose-ir-image-block img {
    width: 100%;
    border-radius: 20px;
}

.help-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-color: #D32625;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.help-box h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
}

.help-box .btn-page {
    background-color: #F2F4EF;
    color: #282828;
    padding: 6px 15px 5px;
}

.help-box .section-button {
    margin-top: 12px;
}

.help-contact-img {
    position: absolute;
    bottom: -17px;
    right: -10px;
    transform: rotate(-5deg);
    width: auto !important;
    border-radius: 0 !important;
}

.choose-ir-detail-block {
    padding-left: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.choose-ir-box {
    background-color: #fff;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    padding: 30px 20px 25px;
    text-align: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

.choose-ir-box img {
    z-index: -1;
}

.choose-ir-box h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
}

.choose-ir-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.box-1-pattern {
    position: absolute;
    bottom: -15px;
    left: -60px;
    opacity: 1;
    transform: rotate(-24deg);
}

.box-2-pattern {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.9;
}

.box-3-pattern {
    position: absolute;
    top: -10px;
    right: 0;
    opacity: 0.1;
}

.box-4-pattern {
    position: absolute;
    top: -120%;
    left: 0;
    opacity: 0.4;
}

.box-5-pattern {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.box-6-pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.4;
}


/*-----------faq-section---------*/

.faq-block-details .accordion-item {
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid #C6C6C6;
}

.faq-block-details .accordion-button {
    background-color: #fff;
    border-radius: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    border-radius: 0;
    padding: 24px 30px 22px;
    box-shadow: none;
    justify-content: space-between;
    gap: 15px;
}

.faq-block-details .accordion-button img {
    transition: all 0.5s;
    transform: rotate(-180deg);
}

.faq-block-details .accordion-button::after {
    content: none;
}

.faq-block-details .accordion-button.collapsed {
    background-color: #f4f4f4;
}

.faq-block-details .accordion-button.collapsed img {
    transform: rotate(0deg);
}

.faq-block-details .accordion-collapse {
    padding: 0 30px;
    transition: background-color 0.1s linear;
}

.faq-block-details .accordion-body {
    border-top: 1px solid #000;
    padding: 25px 0 20px;
}

.faq-block-details .accordion-body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0;
}

.faq-block-details .accordion-item:has(>.accordion-collapse.collapse.show) {
    background-color: #fff;
}

.faq-block-details .accordion-body ul {
    margin-bottom: 0;
    padding-left: 0;
}

.faq-block-details .accordion-body ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 12px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-block-details .accordion-body ul li img {
    flex-shrink: 0;
    width: 20px;
}

.faq-block-details .accordion-body ul li:last-child {
    margin-bottom: 0;
}


/*------------brain-aneurysm-page-------------*/

.inner-hero-section.brain-aneurysm-page {
    background-image: url(../images/brain-aneurysm-bg.jpg);
}

.ir-info-content.problem-page {
    text-align: center;
}

.problem-image {
    margin-top: 50px;
    margin-bottom: 40px;
}

.problem-image img {
    border-radius: 30px;
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.causes-section {
    background-color: #fff;
    border-radius: 30px;
    margin: 0 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.causes-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.causes-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 1) 100%);
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0 20px 20px;
    height: 100%;
}

.causes-overlay p {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #F2F4EF;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
}

.causes-box-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cause-section-bg-pattern {
    position: absolute;
    bottom: -10%;
    right: -10%;
    z-index: -1;
    opacity: 10%;
}


/*-------symptoms-section---------*/

.symptoms-section {
    padding-bottom: 66px;
}

.symptoms-box {
    background-color: #F4F4F4;
    border: 1px solid #A8A8A8;
    border-radius: 13px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s;
}

.symptoms-box p {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #282828;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
}


/*------------untreated-section----------------*/

.untreated-section {
    margin: 0 20px;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.brain-img-bg {
    position: absolute;
    bottom: -17%;
    right: -5%;
    transform: rotate(-30deg);
    z-index: -1;
    opacity: 10%;
}

.untreated-box {
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    padding: 30px;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}

.untreated-box h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
}

.untreated-box ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.untreated-box ul li {
    list-style: none;
    display: flex;
    align-items: start;
    gap: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
}

.untreated-box ul li img {
    flex-shrink: 0;
    width: 28px;
}

.untreated-box ul li:last-child {
    margin-bottom: 0;
}

.untreated-block .row>[class*='col-']:last-child .untreated-box {
    margin-bottom: 0;
    height: auto;
}


/*-----------diagnosis-section----------------*/

.diagnosis-section {
    padding-left: calc((100% - 1200px) / 2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.diagnosis-section::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 49%;
    height: calc(100% - 180px);
    z-index: -1;
    background-color: rgba(211, 38, 37, .7);
    border-radius: 60px 0 0 60px;
}

.diagnosis-block-details .section-title-block {
    text-align: start;
}

.diagnosis-block-details p {
    margin-bottom: 0;
    color: #282828;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: start;
    margin-top: 25px;
}

.diagnosis-block-details .slider-buttons {
    margin-top: 35px;
}

.diagnosis-box {
    background-color: #fff;
    border-radius: 13px;
    padding: 20px;
}

.diagnosis-box .diagnosis-img img {
    border-radius: 16px;
}

.diagnosis-box .diagnosis-details {
    margin-top: 25px;
}

.diagnosis-box .diagnosis-details h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
}

.diagnosis-box .diagnosis-details ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.diagnosis-box .diagnosis-details ul li {
    list-style: none;
    display: flex;
    align-items: start;
    gap: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.diagnosis-box .diagnosis-details ul li:last-child {
    margin-bottom: 0;
}

.diagnosis-box .diagnosis-details ul li img {
    flex-shrink: 0;
    width: 24px;
}

.diagnosis-slider-section {
    padding: 90px 0;
}

.diagnosis-block-details {
    padding-right: 30px;
}

.diagnosis-section-bg {
    position: absolute;
    top: 0%;
    left: -8%;
    transform: rotate(330deg);
    z-index: -1;
    width: 1000px;
    opacity: 0.04;
}


/*-------------treatment-section--------------*/

.treatment-section {
    background-color: #fff;
}

.treatment-block {
    padding: 0 100px;
}

.treatment-block-section {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.treatment-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.treatment-details .treatment-box:last-child {
    grid-column: span 2;
    justify-self: center;
    width: 300px;
}

.treatment-box {
    background-color: #fff;
    border: 1px solid #DADADA;
    border-radius: 13px;
    height: 100%;
    padding: 23px 20px 20px;
    position: relative;
    transition: all 0.3s;
}

.treatment-box h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
}

.treatment-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
}

.treatment-image-block {
    flex-shrink: 0;
    position: relative;
}

.treatment-image-block img {
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.20);
    width: 400px;
}

.treatment-image-block .treatment-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: auto;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}


/*-----------mechanical-thrombectomy-page---------------*/

.inner-hero-section.mechanical-thrombectomy-page {
    background-image: url(../images/mechanical-thrombectomy-bg.jpg);
}

.timeline {
    position: relative;
    margin: auto;
    padding-top: 24px;
    padding-bottom: 34px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 50%;
    border-radius: 20px;
    transform: translateX(-50%);
}

.timeline-container {
    position: relative;
    width: 50%;
    margin-top: 30px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.timeline-container.show {
    opacity: 1;
    transform: translateY(0);
}

.timeline-container.left {
    padding-right: 45px;
}

.timeline-container.right {
    padding-left: 45px;
}

.left {
    left: 0;
}

.right {
    left: 50%;
}

.timeline-container .content {
    padding: 20px;
    background-color: #fff;
    position: relative;
    border-radius: 13px;
    border: 1px solid #DADADA;
}

.timeline-container::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: -12px;
    background-color: #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.right::before {
    left: -12px;
}

.timeline-container h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000;
}

.timeline-container p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #000;
}

.timeline .timeline-container:first-child {
    margin-top: 0;
}


/*----------disease-treated-section--------------*/

.disease-treated-section {
    background-color: #fff;
    border-radius: 30px;
    margin: 0 20px;
}

.disease-treated-details {
    position: relative;
    z-index: 1;
}

.disease-treated-details::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: rgba(40, 40, 40, 50%);
    width: 2px;
    height: calc(100% - 60px);
    z-index: -1;
}

.disease-treated-details .disease-treated-row:last-child {
    margin-bottom: 0;
}

.disease-treated-row {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 50px;
}

.disease-treated-icon {
    width: 60px;
    height: 60px;
    background-color: #D32625;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.disease-treated-info h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000;
}

.disease-treated-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 0;
    color: #000;
}

.disease-treated-image-block {
    position: relative;
    text-align: end;
}

.disease-treated-image-block img {
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.disease-treated-other-image {
    position: absolute;
    bottom: 50px;
    left: 0;
    display: flex;
    gap: 40px;
}

.disease-treated-other-image img {
    flex-shrink: 0;
}

.disease-treated-icon img {
    flex-shrink: 0;
}


/*-----------suitable-section-----------*/

.suitable-box {
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 30px 25px 50px;
}

.suitable-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D32625;
    width: 100%;
    height: 0;
    transition: all 0.3s;
    z-index: -1;
}

.suitable-box h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #282828;
    margin-bottom: 0;
    text-transform: capitalize;
    transition: all 0.3s;
}

.suitable-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    margin-bottom: 0;
    text-transform: capitalize;
    transition: all 0.3s;
}

.suitable-icon {
    display: inline-flex;
    margin: 40px 0 30px;
    position: relative;
    z-index: 1;
}

.suitable-icon img {
    transition: all 0.3s;
}

.shape-dot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(211, 38, 37, .3);
    filter: blur(1px);
    position: absolute;
    bottom: -10px;
    right: -24px;
    z-index: -1;
    transition: all 0.3s;
}

.benifit-section-img img {
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.20);
}

.benifit-block .choose-ir-box:last-child {
    grid-column: span 2;
    justify-self: center;
    width: 360px;
}

.post-treatment-recovery-block .diagnosis-box {
    margin-bottom: 24px;
    height: calc(100% - 24px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.post-treatment-recovery-block .row>[class*='col-']:last-child .diagnosis-box {
    margin-bottom: 0;
    height: auto;
}

.post-treatment-recovery-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.treatment-bg-vector {
    position: absolute;
    bottom: -40px;
    left: -20px;
    z-index: -1;
    opacity: 20%;
}


/*----------blog page---------------*/

.inner-hero-section.blog-page {
    background-image: url(../images/blog-bg.jpg);
}

.blog-section .papers-publish-box {
    background-color: #fff;
}

.blog-section .paper-publish-button-block {
    background-color: #f4f4f4;
}

.papers-publish-block.blog-section .row>[class*='col-'] {
    margin-top: 30px;
}

.papers-publish-block.blog-section .row>[class*='col-']:nth-child(1),
.papers-publish-block.blog-section .row>[class*='col-']:nth-child(2) {
    margin-top: 0;
}

.other-blog-blocks {
    margin-top: 30px;
}


/*------------blog-detail-page---------*/

.inner-hero-section.blog-detail-page {
    background-image: url(../images/blog-detail-bg.jpg);
}

.recent-blog-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    padding: 25px 20px;
}

.recent-blog-box h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: #282828;
    margin-bottom: 20px;
}

.recent-blog-row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.recent-blog-box .recent-blog-row:last-child {
    margin-bottom: 0;
}

.recent-blog-row .recent-blog-img {
    flex-shrink: 0;
}

.recent-blog-row .recent-blog-img img {
    border-radius: 10px;
    width: 110px;
}

.recent-blog-row .recent-blog-detials p {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #434242;
    text-transform: capitalize;
    margin-bottom: 0;
}

.recent-blog-row .recent-blog-detials a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #282828;
    margin-bottom: 0;
    margin-top: 5px;
    text-decoration: none;
    display: inline-flex;
    transition: all 0.3s;
}

.recent-blog-row .recent-blog-detials a:hover {
    color: #D32625;
}

.blog-detail-img-1 {
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 50px;
}

.blog-detials-block h1 {
    color: #282828;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.blog-time-block {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.blog-time-block img {
    flex-shrink: 0;
}

.blog-time-block span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #434242;
    display: flex;
    text-transform: capitalize;
    margin-top: 2px;
}

.blog-detials-block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    margin-bottom: 0;
    margin-top: 30px;
}

.blog-detail-img-2 {
    border-radius: 20px;
    height: 420px;
    object-fit: cover;
    width: 100%;
    margin: 40px 0 20px;
}

.blog-special-text-block {
    background-color: #D32625;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

.blog-special-text-block img {
    flex-shrink: 0;
}

.blog-special-text-block h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
}

.blog-list-block h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    text-transform: capitalize;
    color: #282828;
    margin-bottom: 0;
}

.blog-list-block ul {
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-list-block ul li {
    list-style: none;
    display: flex;
    align-items: start;
    gap: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #282828;
    margin-bottom: 12px;
}

.blog-list-block ul li img {
    flex-shrink: 0;
    width: 24px;
}

.blog-list-block ul li:last-child {
    margin-bottom: 0;
}

.blog-detail-bottom {
    margin-top: 40px;
    border-top: 1px solid rgba(40, 40, 40, 0.2);
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-detail-bottom h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #282828;
    margin-bottom: 0;
    text-transform: capitalize;
}

.tag-blocks {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tag-blocks a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #282828;
    text-transform: capitalize;
    padding: 6px 12px 4px;
    border: 1px solid #282828;
    border-radius: 100px;
}

.blog-list-block p {
    margin-top: 20px !important;
}


/*----------contact-page------------*/

.inner-hero-section.contact-page {
    background-image: url(../images/contact-bg.jpg);
}

.google-map-block {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    height: 500px;
}

.academic-accolades-box .image {
    position: relative;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
}

.academic-accolades-box .image img {
    width: 100%;
}

.academic-accolades-box .image .media-overlay {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(211, 38, 37, .7);
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.academic-accolades-box:hover .image .media-overlay {
    height: 100%;
}

.academic-accolades-box .image .media-overlay i {
    color: #fff;
    font-size: 44px;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.academic-accolades-box:hover .image .media-overlay i {
    opacity: 1;
}

.academic-accolades-box .image .media-overlay img {
    opacity: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    width: 180px;
    height: auto;
}

.academic-accolades-box:hover .image .media-overlay img {
    opacity: 1;
}

.hospital-img {
    text-align: center;
    padding: 47px 40px 30px;
}

.hospital-slider .swiper-pagination {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 5px;
}

.hospital-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #282828;
    background-color: transparent;
    opacity: 1;
}

.hospital-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #D32625;
    border-color: #D32625;
    width: 12px;
    height: 12px;
}


/*---------loader-----------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 200px;
    position: relative;
    width: 200px;
    border-radius: 100%;
}

.loading-container {
    margin: auto;
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #D32625 transparent #D32625;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}