h1, h2, h3, h4 {
word-wrap: break-word;
overflow-wrap: anywhere;
hyphens: auto;
}
@media only screen and (min-width: 1600px) {
.section-title {
font-size:1.85rem;
}
}
.bg-footer {
background-color: var(--bg-footer-dark);
}
.bg-pattern{ background: url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/img/bg-pattern.png); background-repeat: repeat; }
.maintitle{ font-size: 2.75rem; font-weight: 600; line-height: 1.15, letter-spacing:-0.5px;}
.dropdown-toggle::after{ border: none; }
.cu-height{ height: 400px; }
.hero-area.style-one .hero-slide-item .hero-bg:after{ content: unset; }
.menu .menu-section li a{ font-weight: 500; font-size: 0.8rem; }
.navbar-area .other-options .option-item{ }
.option-item .btn span .icon-left{ top: 50%; transform: translateY(-50%); }
.option-item .btn .icon-right{ top: 50%; transform: translateY(-50%); }
.option-item .btn span{ display: flex; align-items: center; justify-content: space-between; }
.option-item .btn span span{ padding-right: 0; }
.case-study-card { position: relative;z-index: 1;overflow: hidden;border-radius: 18px; }
.case-study-card::after { border-radius: 18px;background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222222));background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%);content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10;visibility: hidden;-webkit-transition: all 350ms;transition: all 350ms;opacity: 0;-webkit-transform: scale(1.1);transform: scale(1.1); }
.case-study-card img { border-radius: 18px;width: 100%;-webkit-transition: all 350ms;transition: all 350ms; }
.case-study-card .case-study-content { position: absolute;bottom: 0;left: 0;width: 100%;z-index: 100;padding: 0 24px 24px;visibility: hidden;-webkit-transition: all 350ms;transition: all 350ms;opacity: 0;-webkit-transform: scale(1.1);transform: scale(1.1); }
.case-study-card .btn { position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -60%);transform: translate(-50%, -60%);z-index: 400;width: 60px;height: 60px;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;padding: 0;-webkit-transition: all 350ms;transition: all 350ms;opacity: 0;visibility: hidden; }
.case-study-card .btn i { font-size: 32px; }
.case-study-card:hover::after, .case-study-card:hover .case-study-content, .case-study-card:focus::after, .case-study-card:focus .case-study-content { opacity: 1;-webkit-transform: scale(1);transform: scale(1);visibility: visible; }
.case-study-card:hover .btn, .case-study-card:focus .btn { opacity: 1;visibility: visible;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%); }
.case-study-card:hover img, .case-study-card:focus img { -webkit-transform: scale(1.1);transform: scale(1.1); }
.navbar-area .logo img{ max-width: 200px; padding: 5px; }
.custom-tooltip {
--bs-tooltip-bg: var(--secondaryColor);
--bs-tooltip-color: var(--bs-white);
}
.wheel {
-webkit-animation: spin 5s linear infinite; animation: spin 5s linear infinite;} @-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 991px) {
.navbar-area .navbar-wrapper {
flex-wrap: unset;
}
}
.navbar-area.style-one .other-options .option-item:nth-child(2):before {
background-color: transparent;
}
.navbar-area.style-one .other-options .option-item i{ color: var(--white); font-size: 1.1rem; line-height: 1; }
.navbar-area.style-one:not(.sticky){ background: rgba(255, 255, 255, 0.3); }
.switch-theme-mode{ right: 2px; top: unset; bottom: 15%; }
.switch-theme-modes{ left: 2px; top: unset; bottom: 15%; }
.slider-btn {
z-index: 1;
}
.slider-btn .prev-btn,
.slider-btn .next-btn {
position: absolute;
top: 50%;
z-index: 1;
transform: translateY(-50%);
}
.slider-btn .prev-btn i,
.slider-btn .next-btn i {
font-size: 35px;
}
.slider-btn .prev-btn {
left: -10px;
border-radius: 0 50% 50% 0;
}
.slider-btn .next-btn {
right: -10px;
border-radius: 50% 0 0 50%;
} .cs_working_process_grid.cs_style_1 {
position: relative;
min-height: 682px;
}
.cs_working_process_grid.cs_style_1::after {
content: "";
width: 1px;
height: calc(100% - 257px);
background-color: #000;
opacity: 0.5;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.cs_process_item .cs_process_title {
font-size:20px;
} .cs_process_item::before {
content: "";
position: absolute;
inset: 0;
border: 2px dashed var(--secondaryColor);
border-radius: 50%;
animation: rotateDash 6s linear infinite;
} @keyframes rotateDash {
100% {
transform: rotate(360deg);
}
} 
@media (max-width: 1399px) {
.cs_working_process_grid.cs_style_1::after {
height: calc(100% - 280px);
}
}
@media (max-width: 1199px) {
.cs_working_process_grid.cs_style_1::after {
display: none;
}
}
@media (max-width: 991px) {
.cs_working_process_grid.cs_style_1 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
justify-items: center;
}
}
@media (max-width: 575px) {
.cs_working_process_grid.cs_style_1 {
grid-template-columns: repeat(1, 1fr);
}
}
.cs_process_item {
width: 245px;
height: 245px;
padding: 20px;
border: 1px dashed #000;
border-radius: 50%;
position: absolute;
}
@media (max-width: 991px) {
.cs_process_item {
position: initial;
}
}
.cs_process_item:nth-child(1) {
top: 0;
left: 0;
}
.cs_process_item:nth-child(2) {
top: 120px;
left: 311px;
}
@media (max-width: 1399px) {
.cs_process_item:nth-child(2) {
top: 120px;
left: 280px;
}
}
@media (max-width: 1199px) {
.cs_process_item:nth-child(2) {
top: 50px;
left: 340px;
}
}
.cs_process_item:nth-child(3) {
top: 425px;
left: 523px;
}
@media (max-width: 1399px) {
.cs_process_item:nth-child(3) {
left: 440px;
top: 400px;
}
}
@media (max-width: 1199px) {
.cs_process_item:nth-child(3) {
left: 135px;
top: 260px;
}
}
.cs_process_item:nth-child(4) {
top: 120px;
right: 322px;
}
@media (max-width: 1399px) {
.cs_process_item:nth-child(4) {
right: 280px;
}
}
@media (max-width: 1199px) {
.cs_process_item:nth-child(4) {
right: 135px;
top: 260px;
}
}
.cs_process_item:nth-child(5) {
top: 0;
right: 0;
}
.cs_process_item .cs_process_iten_inner {
width: 100%;
height: 100%;
padding: 20px;
border-radius: inherit;
position: relative;
}
.cs_process_item .cs_process_iten_inner::after {
content: "";
width: 100%;
height: 100%;
border-radius: inherit;
position: absolute;
top: 0;
left: 0;
background-color: var(--secondaryColor);
opacity: 0.1;
transition: all 0.3s ease;
}
.cs_process_item .cs_process_title {
line-height: 1.42em;
text-align: center;
position: relative;
z-index: 1;
transition: all 0.3s ease;
}
.cs_process_item:hover .cs_process_title {
color: #fff;
}
.cs_process_item:hover .cs_process_iten_inner::after {
opacity: 1;
}
.cs_process_shape_1 {
width: 100%;
max-width: 1296px;
top: 55%;
left: 50%;
transform: translate(-50%, -55%);
}
.cs_process_shape_1 svg {
width: 100%;
margin-bottom: -35px;
}
@media (max-width: 1399px) {
.cs_process_shape_1 {
max-width: 1100px;
top: 50%;
}
.cs_process_shape_1 svg {
margin-bottom: -55px;
}
}
@media (max-width: 1199px) {
.cs_process_shape_1 {
max-width: 940px;
top: 48%;
}
.cs_process_shape_1 svg {
margin-bottom: -72px;
}
}
@media (max-width: 991px) {
.cs_process_shape_1 {
display: none;
}
}
.cs_process_shape_1::after {
content: "";
width: 30px;
height: 30px;
border: 3px dashed var(--secondaryColor);
border-radius: 50%;
position: absolute;
bottom: -10px;
left: -30px;
}
.cs_center {
display: flex;
align-items: center;
justify-content: center;
}
.specialities-section {
padding: 60px 0 35px;
position: relative;
background: url(https://spmedifortdev.onetikk.org/wp-content/themes/spforthospital/assets/img/dep_bg.jpg);
background-position: 50% 0;
background-size: cover;
background-repeat: no-repeat;
z-index: 1;
}
.shapes {
position: absolute;
width: 100%;
}
.specialities-section .specialist-card {
background: #ffffff;
box-shadow: 0px 4px 24px rgba(183, 183, 183, 0.25);
border-radius: 30px;
align-items: center; margin: 0;
padding: 10px;
position: relative;
z-index: 9;
height: 100%;
}
.specialities-section .specialist-card .specialist-img { height: 66px;
width: 66px;
border-radius: 50%;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-right: 16px;
display: flex;
align-items: center;
justify-content: center;
}
.specialities-section .specialist-card .specialist-info a {
color: #012047;
}
.specialities-section .specialist-card .specialist-info h4 {
font-weight: 600;
font-size: 0.96rem;
color: #012047;
margin-bottom: 5px;
}
.specialities-section .specialist-card .specialist-info p {
font-weight: 500;
margin-bottom: 0;
}
.specialities-section .specialist-card .specialist-nav a {
background: #E6E8EE;
border-radius: 50%;
height: 38px;
width: 38px;
text-align: center;
line-height: 38px;
color: #012047;
margin: auto;
display: block;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.specialities-section .specialist-card .specialist-nav img{ width: 30px; height: 30px; }
.specialities-section:after {
content: ""; background: rgba(135,0,100,0.6);
z-index: -1;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.specialities-section .specialist-card:hover .specialist-img img {
transition: all 0.5s;
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
}
.specialities-section .specialist-card:hover .specialist-img{ background: #e5e2e2; }
.specialist-card:before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9); z-index: -1; border-radius: 30px; } .menu > ul > li { margin-right: 15px; }
.appointment-area.style-one{ background: none }
.appointment-area.style-one:before{ content: ""; position: absolute; width: 100%; height: 100%; bottom: 0; right: 0; background: url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/img/11_R6II5094-HDR-outdoor-copy-1.webp); background-repeat: no-repeat; background-position: bottom right; background-size: contain; }
.appointment-section{ position: relative; }
.appointment-area.style-one .appointment-section:after{ content: ""; position: absolute; width: 100%; height: 80%; bottom: 0; left: 0; background: #555; z-index:-1; border-radius: 20px; }
.appointment-area.style-one .appointment-section .counter-card-wrap.style-two .counter-card {
width: 30%;
}
@media only screen and (max-width: 991px) {
.appointment-area.style-one:before{ background: none; }
.appointment-area.style-one:after{ height: 100%; }
}
.hero {
position: relative;
overflow: hidden;
padding-top: 300px;
background: radial-gradient(1200px 600px at 80% -10%, rgba(135, 0, 100, 0.20), transparent),
linear-gradient(180deg, #fff0f7, #ffe6f2 40%, var(--bg));
min-height: 100vh !important;
}
.hero.has-bg {
background: linear-gradient(180deg, rgba(9, 10, 22, 0.55), rgba(9, 10, 22, 0.25) 40%, rgba(246, 249, 252, 0.85)),
url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/css/banner.png) center/cover no-repeat;
color: #ffffff;
}
.hero.has-bg .eyebrow {
color: #ffd1ef;
}
.hero.has-bg .hero-search .bar {
background: rgba(255,255,255,0.92);
border-color: rgba(255,255,255,0.6);
box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
@media only screen and (max-width: 767px) {
.hero.has-bg .hero-search .bar {
width: 306px !important;
}
}
@media only screen and (max-width: 767px) {
.hero.has-bg .hero-search .bar {
display: none;
}
}
@supports (height: 100svh) {
.hero {
min-height: 100svh;
}
}
.hero-search {
margin-top: clamp(16px, 3vw, 28px);
max-width: fit-content;
}
.hero-search .bar {
display: flex;
align-items: center;
width: 600px;
gap: 8px;
background: #fff;
border: 1px solid rgba(217, 41, 138, 0.12);
border-radius: 999px;
padding: 8px 10px 8px 16px;
box-shadow: 0 8px 24px rgba(217, 41, 138, 0.15);
}
@media(max-width:767.98px) {
.hero-search .bar {
width: 296px !important;
}
}
.hero-search .bar input {
flex: 1;
border: 0;
outline: 0;
font-size: 16px;
background: transparent;
color: var(--ink);
}
.hero-search .bar .icon {
width: 40px;
height: 40px;
border-radius: 999px;
background: linear-gradient(135deg, var(--primary), #ff4db0);
color: #fff;
border: 0;
display: grid;
place-items: center;
box-shadow: 0 6px 16px rgba(217, 41, 138, 0.28);
cursor: pointer;
} .section.hero, #hero {
padding: 0 !important;
margin: 0 !important;
width: 100%;
}
#hero .swiper, #hero .swiper-wrapper, #hero .swiper-slide {
width: 100% !important;
}
#hero .swiper-slide {
min-height: 100vh !important;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#hero .swiper-button-next, #hero .swiper-button-prev {
color: #fff;
}
#hero .swiper-pagination-bullet {
background: rgba(255,255,255,.7);
} .absolute,.abs {
position: absolute;
}
.abs-center {
left: 50%;
transform: translateX(-50%);
}
.abs-middle {
top: 50%;
transform: translateY(-50%);
}
.abs-centered {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
}
.abs-centered-new {
position: absolute;
top: 80%;
left: 50%;
transform: translate(-50%, -50%);
}
@media(min-width:1200px) {
.abs-centered-new {
position: absolute;
top: 70% !important;
left: 50%;
transform: translate(-50%, -50%);
}
} #doctors, #specialities {
scroll-margin-top: 110px;
}
@media (max-width: 991.98px) {
#doctors, #specialities {
scroll-margin-top: 80px;
}
}
.price {
background:var(--secondaryColor);
padding: 10px;
color: white;
}
.style-ones {
color:var(--secondaryColor)!important;
}
.bg-style-one {
background-color:var(--secondaryColor) !important;
color: white !important;
}
ul.ui-autocomplete {
z-index: 1100; } .sp_iconbox.sp_style_2 {
padding: 30px;
background-color: var(--whiteColor);
position: relative;
overflow: hidden;
background: url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/img/service_bg.jpg);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.sp_iconbox.sp_style_2:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(235, 233, 233, 0.96);
z-index: 0;
border-radius: 0px;
}
.sp_iconbox.sp_style_2.sp_gray_bg {
background-color: var(--grayColor);
}
.sp_iconbox.sp_style_2 .iconbox_index {
color: var(--whiteColor); font-size: 28px;
font-weight: 700;
line-height: 1.5em;
position: relative;
z-index: 1;
opacity: 0;
}
.sp_iconbox.sp_style_2 .sp_iconbox_icon {
width: 53px;
height: 53px;
position: relative;
}
.sp_iconbox.sp_style_2 .sp_iconbox_icon img {
position: relative;
z-index: 1;
}
.sp_iconbox.sp_style_2 .sp_iconbox_icon::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #dd95ca;
-webkit-filter: drop-shadow(0px 0px 49px rgba(49, 82, 157, 0.14));
filter: drop-shadow(0px 0px 49px rgba(49, 82, 157, 0.14));
border-radius: 50%;
z-index: 1;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.sp_iconbox.sp_style_2 .sp_iconbox_icon::after {
content: "";
width: 25px;
height: 25px;
position: absolute;
top: 50%;
right: -4px;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
background-color: #dd95ca;
z-index: 0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.sp_iconbox.sp_style_2 .sp_iconbox_title {
font-size: 22px;
margin-top: 15px;
margin-bottom: 5px;
position: relative;
z-index: 1;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.sp_iconbox.sp_style_2 .sp_iconbox_title a{ color: #012047; }
.sp_iconbox.sp_style_2 .sp_iconbox_subtitle {
position: relative;
z-index: 1;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
color: var(--paraColor);
}
.sp_iconbox.sp_style_2 .sp_iconbox_overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background-size: cover;
}
.sp_iconbox.sp_style_2 .sp_iconbox_overlay::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: var(--secondaryColor);
opacity: 0.8;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.sp_iconbox.sp_style_2 .sp_iconbox_shape {
width: 56px;
height: 56px;
background-color: var(--ashColor);
border-radius: 50%;
position: absolute;
bottom: -56px;
right: -56px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.sp_iconbox.sp_style_2:hover .sp_iconbox_overlay,
.sp_iconbox.sp_style_2:hover .iconbox_index {
opacity: 1;
}
.sp_iconbox.sp_style_2:hover .sp_iconbox_icon::before {
background-color: var(--ashColor);
}
.sp_iconbox.sp_style_2:hover .sp_iconbox_icon::after {
background-color: var(--whiteColor);
}
.sp_iconbox.sp_style_2:hover .sp_iconbox_title a,
.sp_iconbox.sp_style_2:hover .sp_iconbox_subtitle {
color: var(--whiteColor);
}
.sp_iconbox.sp_style_2:hover .sp_iconbox_shape {
bottom: -20px;
right: -20px;
}   .offcanvas-header {
justify-content: space-between;
}
.offcan-clear-btn{
background:var(--secondaryColor);
color: white;
border: none;
padding: 5px 15px;
border-radius: 2px
}
.filter-count{
color:var(--secondaryColor);
}
.off-label{
color:var(--secondaryColor);
}
.off-btn-primary
{
border: none;
padding: 10px 0px;
background: var(--secondaryColor);
color: var(--whiteColor);
}
.off-btn-outline-secondary{
padding: 10px 0px;
border: 2px solid var(--secondaryColor);
background: var(--whiteColor);
}
.off-text-primary{
color:var(--secondaryColor);
}
.off-input{
padding:10px !important;
}
.search-data-box{
padding: 11px 20px;
margin: auto;
border: 1px solid #eaeaea;
border-bottom: 5px solid #eaeaea;
border-right: 5px solid #eaeaea;
border-radius: 6px;
width: 40rem;
}
@media (max-width: 1023px) {
.search-data-box {
width: 100%;
max-width: 100%;
}
}   .alpha {
margin: 40px 0 30px;
animation: fadeInUp 1s ease-out 0.7s both;
}
.alpha p {
margin: 0 0 16px 0;
color: var(--muted);
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.alpha ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 8px;
flex-wrap: wrap;
justify-content: center;
}
.alpha li {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
border-radius: 50%;
cursor: pointer;
user-select: none;
background: white;
border: 2px solid #e5e7eb;
font-weight: 700;
color: #374151;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}
.alpha li::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--gradient-primary);
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
color: #000;
}
.alpha li span {
position: relative;
z-index: 2;
}
.alpha li:hover {
transform: translateY(-4px) scale(1.05);
box-shadow: var(--shadow-md);
border-color: 1px solid var(--secondaryColor);
color:#000 ;
}
.alpha li:hover::before {
opacity: 1;
}
.alpha li:hover span {
color: rgb(26, 26, 26);
}
.alpha li.active {
background: var(--gradient-primary);
color: var(--secondaryColor);
border-color: transparent;
box-shadow: var(--shadow-md);
transform: scale(1.1);
animation: pulse 2s infinite;
}
.alpha li.deactive {
opacity: 0.3;
pointer-events: none;
background: #f3f4f6;
border: 2px dashed #d1d5db;
color: #9ca3af;
}
.search-data-boxss{
padding: 11px 20px;
margin: auto;
border: 1px solid #eaeaea;
border-bottom: 5px solid #eaeaea;
border-right: 5px solid #eaeaea;
border-radius: 6px;
display: flex;
margin-top: 20px;
width: 50rem;
}
@media (max-width: 1023px) {
.search-data-boxss {
width: 100%;
max-width: 100%;
}
}  .active>.page-link, .page-link.active
{
background:var(--secondaryColor) !important;
} .single-para ul{ margin-bottom: 20px; padding: 0; margin: 0; }
.single-para ul li{ position: relative; padding-left: 40px; margin-top: 0; font-weight: 500; color: var(--titleColor); list-style: none; margin-top: 15px; line-height: 1.6; }
.single-para ul li:first-child{ margin-top: 0; }
.single-para ul li:before{ content: "\eb81"; color: var(--secondaryColor);
position: absolute;
top: 0.25em; transform: translateY(-0.25em);
left: 0;
font-size: 25px;
line-height: 1;
font-weight: 300; font-family: 'remixicon' !important;} 
.single-para p{
text-align: justify;
}
.date-calendar .datepicker,
.date-calendar .datepicker-centuries>table,
.date-calendar .datepicker-days>table,
.date-calendar .datepicker-decades>table,
.date-calendar .datepicker-months>table,
.date-calendar .datepicker-years>table {
width: 100%; table-layout: fixed;
} .datepicker {
border-radius: 0;
padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
padding: 10px; }
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
background: #3546b3;
color: #ffffff;
border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th { }
.datepicker-days table thead tr:nth-child(3n+0) {
text-transform: uppercase;
font-weight: 300 !important;
font-size: 12px;
color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
padding: 10px;
text-align: center;
}
.datepicker table tr td.disabled.day {
background-color: #fdf5f5;
border-radius: 0;
}
.date-calendar .datepicker table td.day {
position: relative;
text-align: center;
}
.date-calendar .datepicker table td.day.available-date::before{ background: var(--secondaryColor); }
.date-calendar .datepicker table td.day::before {
content: "";
position: absolute;
inset: 50% auto auto 50%;
width: 40px;
height: 40px;
transform: translate(-50%, -50%);
border-radius: 50%; z-index: -1;
}
.date-calendar .datepicker table td.today.day::before{ background: var(--secondaryColor); }
.date-calendar .datepicker table td.active::before{ background: #6c6c6f; }
.date-calendar .datepicker table td.active{ color: var(--paraColor); }
.date-calendar .datepicker table td.active.available-date{ color: #fff; }
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
border-radius: 0;
}
.datepicker thead th {
border-radius: 0;
padding: 0 12px;
}
.datepicker td { padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
background: var(--secondaryColor);
color: #ffffff;
border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover { }
.datepicker .prev, .datepicker .next {
color: rgba(255, 255, 255, 0.5);
transition: 0.3s;
width: 37px;
height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
background: transparent;
color: rgba(255, 255, 255, 0.99);
font-size: 21px;
}
.datepicker .datepicker-switch {
font-size: 24px;
font-weight: 400;
transition: 0.3s;
text-align: center;
}
.datepicker .datepicker-switch:hover {
color: rgba(255, 255, 255, 0.7);
background: transparent;
}
.datepicker table tr td span {
border-radius: 2px;
margin: 1%;
width: 30%;
display: inline-block;
line-height: 4;
}
.datepicker table tr td span.active, .datepicker table tr td span:hover, .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
background-color: #eee;
background-image: none;
}
.dropdown-menu {
border: 1px solid rgba(0,0,0,.1);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
border-top: 7px solid rgba(0,0,0,.1);
}
.datepicker table td.today.day {  color: #ffffff;
}
.datepicker table td{ font-size: 0.8rem; }
.datepicker table tr td.day:not(.disabled):not(.today):not(.active):hover::before,
.datepicker table tr td.day:not(.disabled):not(.today):not(.active).focused::before {
background: var(--primaryColor);
cursor: pointer;
}
.datepicker-days tbody::before {
content: "";
display: block;
height: 10px;
}
.datepicker,
.datepicker table,
.datepicker thead,
.datepicker tbody,
.datepicker tfoot,
.datepicker tr,
.datepicker th,
.datepicker td {
list-style: none !important;
}
.datepicker *::marker {
content: none !important;
}
.datepicker .day.available-date{ color: #fff; z-index: 9999; }
.single-para blockquote{ padding: 32px 30px 32px 90px; margin-bottom: 30px; border-radius: 20px; background-color: #92BDF6; display: flex;; align-items: center; flex-wrap: wrap; position: relative; }
.single-para blockquote:before{ content: ""; position: absolute; width: 50px; height: 50px; background: url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/img/icons/quote-blue.svg) no-repeat; left: 3%; top: 50%; transform: translateY(-50%); background-size: contain; } .modern-sidebar {
height: 100vh;
background: linear-gradient(180deg, #870264, #5b0144);
color: #fff;
padding: 20px 0;
font-family: 'Inter', sans-serif;
}
.sidebar-logo {
text-align: center;
margin-bottom: 30px;
}
.sidebar-logo img {
max-width: 160px;
}
.sidebar-menu {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar-menu li {
position: relative;
}
.sidebar-menu > li > a {
display: flex;
align-items: center;
gap: 14px;
padding: 15px 22px;
color: #fff;
text-decoration: none;
font-size: 15px;
transition: all 0.3s ease;
}
.sidebar-menu > li > a:hover {
background: white;
padding-left: 28px;
color:var(--secondaryColor);
}
.sidebar-menu i {
width: 22px;
text-align: center;
font-size: 16px;
}
.has-submenu .arrow {
margin-left: auto;
font-size: 12px;
transition: transform 0.3s ease;
} .submenu {
display: none;
background: rgba(0,0,0,0.2);
}
.submenu li a {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 50px;
font-size: 14px;
color: #e6e6e6;
text-decoration: none;
transition: all 0.3s ease;
}
.submenu li a:hover {
background: rgba(255,255,255,0.12);
} .has-submenu.active .submenu {
display: block;
}
.has-submenu.active .arrow {
transform: rotate(180deg);
} .infin-font{
font-size: 1.2rem;
color: black !important;
}
.infin-font:hover{
font-size: 1.2rem;
color: var(--secondaryColor);
}.infin-font:active{
font-size: 1.2rem;
color: var(--secondaryColor);
}
.load-color{
color: var(--secondaryColor);
}
.button-spec{
background: var(--secondaryColor);
padding: 5px !important; i{
color:white ;
}
}
.button-spec:hover{
background: white;
border:2px solid  var(--secondaryColor);
padding: 5px;
}
.button-spec:hover i{
color: var(--secondaryColor) !important;
}
.button-spec span{
padding:0px;
}  .floating-actions {
position: fixed;
right: 20px;
bottom: 15%;
display: flex;
flex-direction: column;
align-items: flex-end; gap: 8px;
z-index: 1050;
} .floating-actions .float-btn {
width: 52px;
height: 52px;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 12px;
padding: 0 16px;
overflow: hidden;
white-space: nowrap;
color: #fff;
text-decoration: none;
border: none;
cursor: pointer;
box-shadow: 0 8px 24px rgba(16, 24, 40, 0.18);
transition:
width 0.35s ease,
box-shadow 0.25s ease;
} .float-btn i {
font-size: 20px;
min-width: 20px;
line-height: 1;
} .float-btn .btn-text {
opacity: 0;
transform: translateX(-6px);
transition:
opacity 0.25s ease,
transform 0.25s ease;
font-size: 14px;
font-weight: 500;
} .float-btn:hover {
width: fit-content;
box-shadow: 0 12px 32px rgba(16, 24, 40, 0.24);
}
.float-btn:hover .btn-text {
opacity: 1;
transform: translateX(0);
} .btn-call {
background: #0ea5e9;
}
.btn-whatsapp {
background: #22c55e;
}
.btn-appointment {
background: var(--secondaryColor);
}
.btn-chat {
background: #f59e0b;
}
.btn-top {
background: #475569;
} @media (max-width: 575.98px) {
.floating-actions {
right: 12px;
bottom: 12px;
gap: 10px;
}
.floating-actions .float-btn {
width: 46px;
height: 46px;
padding: 0 14px;
}
.float-btn i {
font-size: 18px;
}
.float-btn:hover {
width: 240px;
}
}   .content-block .appointment-area{
position:relative;
margin-top:120px;
}
.content-block .appointment-area::before {
content:unset ;
}
.content-block .appointment-area::after {
content: "";
position: absolute;
background:unset;
background-color: rgba(0,0,0,0.5); z-index: -1;
border-radius:20px;
height:100%;
}
.content-block .appointment-area p{
color:#fff;
}
.content-block .contact-info-card{
border: 1px solid rgba(0, 13, 68, 0.25);
box-shadow: 0px 6px 0px #DDE2E2;
}
.content-block .carousel-inner .carousel-item img {
height: 600px; object-fit: cover; object-position: center; overflow: hidden; }
.content-block .location-card img{
height:300px;
width:100%;
object-fit:contain;
}
.carousel-control-prev,
.carousel-control-next{
top:50%;
transform:translateY(-50%);
width: 52px;
height: 52px;
border-radius: 0px;
background: rgba(0, 0, 0, 0.55);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
box-shadow: 0 10px 25px rgba(0,0,0,0.25);
transition: all 0.35s ease;
} .carousel-control-prev::after,
.carousel-control-next::after {
font-size: 18px;
font-weight: 700;
color: #fff;
} .carousel-control-prev:hover,
.carousel-control-next:hover {
background:var(--secondaryColor); transform: scale(1.08);
} .carousel-control-prev:active,
.carousel-control-next:active {
transform: scale(0.95);
}
.award-about-sec .telemedicine-grid {
display: grid;
grid-template-columns: repeat(5, 1fr); gap: 30px;
} @media (max-width: 1399px) {
.telemedicine-grid {
grid-template-columns: repeat(4, 1fr);
}
} @media (max-width: 991px) {
.telemedicine-grid {
grid-template-columns: repeat(2, 1fr);
}
} @media (max-width: 575px) {
.telemedicine-grid {
grid-template-columns: 1fr;
}
}  .timeline {
list-style: none;
padding: 20px 0 20px;
position: relative;
}
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 3px;
background-color: #eeeeee;
left: 50%;
margin-left: -1.5px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before,
.timeline > li:after {
content: " ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: 46%;
float: left;
border: 1px solid #d4d4d4;
border-radius: 2px;
padding: 20px;
position: relative;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #ccc;
border-right: 0 solid #ccc;
border-bottom: 15px solid transparent;
content: " ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #fff;
border-right: 0 solid #fff;
border-bottom: 14px solid transparent;
content: " ";
}
.timeline > li > .timeline-badge {
color: #fff;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 1.4em;
text-align: center;
position: absolute;
top: 16px;
left: 50%;
margin-left: -25px;
background-color: var(--secondaryColor);
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-badge.primary {
background-color: #2e6da4 !important;
}
.timeline-badge.success {
background-color: #3f903f !important;
}
.timeline-badge.warning {
background-color: #f0ad4e !important;
}
.timeline-badge.danger {
background-color: #d9534f !important;
}
.timeline-badge.info {
background-color: #5bc0de !important;
}
.timeline-title {
margin-top: 0;
color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
margin-bottom: 0;
}
.timeline-body > p + p {
margin-top: 5px;
}
.timeline-body img{
height:300px;
object-fit:scale-down;
}
@media (max-width: 767px) {
ul.timeline:before {
left: 40px;
}
ul.timeline > li > .timeline-panel {
width: calc(100% - 90px);
width: -moz-calc(100% - 90px);
width: -webkit-calc(100% - 90px);
}
ul.timeline > li > .timeline-badge {
left: 15px;
margin-left: 0;
top: 16px;
}
ul.timeline > li > .timeline-panel {
float: right;
}
ul.timeline > li > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
ul.timeline > li > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
} .ht-250{ height: 250px; } .disease-section {
padding: 80px 0;
} .twos-col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
} .sections-title {
margin-bottom: 20px;
font-size: 20px;
font-weight: 700;
}
.alphabet-lists {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
gap: 12px;
list-style: none;
padding: 0;
margin: 0;
}
.alphabet-lists a {
display: flex;
align-items: center;
justify-content: center;
height: 42px;
border-radius: 50px;
background: #fff;
border: 1px solid #e2e6ef;
text-decoration: none;
font-weight: 600;
color: var(--secondaryColor);
transition: all .25s ease;
}
.alphabet-lists a:hover,
.alphabet-lists a.active {
background: var(--secondaryColor);
color: #fff;
border-color: var(--secondaryColor);
} .searchs-card {
padding: 20px;
}
.searchs-card h4 {
margin-bottom: 20px;
font-size: 22px;
} .searchs-form {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 25px;
}
.searchs-form input {
flex: 1; padding: 0 16px;
border-radius: 8px;
border: 1px solid #dbe0ea;
font-size: 15px;
}
.searchs-form input:focus {
outline: none;
border-color: var(--secondaryColor);
}
.searchs-form button {
height: 48px;
padding: 0 22px;
border-radius: 8px;
background:var(--secondaryColor);
color: #fff;
font-weight: 600;
border: none;
cursor: pointer;
transition: background .25s ease;
}
.searchs-form button:hover {
background: #870064;
} .searcsh-results {
min-height: 140px;
border: 1px dashed #dbe0ea;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #777;
margin-bottom: 20px;
} .searchs-footer {
font-size: 14px;
color: #666;
line-height: 1.6;
} @media (max-width: 991px) {
.twos-col {
grid-template-columns: 1fr;
}
.searchs-card {
padding: 30px;
}
}  .property-nav-sticky {
display: block;
position: relative;
left: 0;
right: 0; z-index: 9;
background: var(--secondaryColor);
text-align: center;
height: 74px;
overflow: hidden;
-webkit-transition: top 0.3s;
-moz-transition: top 0.3s;
-ms-transition: top 0.3s;
-o-transition: top 0.3s;
transition: top 0.3s;
}
.property-nav-sticky nav {
display: inline-block;
position: relative;
}
.property-nav-sticky nav ul {
display: block;
margin: 0;
width: 100%;
}
.property-nav-sticky nav ul li {
display: inline-block;
}
.property-nav-sticky nav ul li a {
color: white;
position: relative;
display: block;
text-transform: capitalize;
text-decoration: none;
font-weight: 400;
letter-spacing: 1px;
vertical-align: middle;
font-size: 1rem;
line-height: 74px;
padding: 0 10px;
white-space: nowrap;
transition: all 0.4s;
}
.property-nav-sticky.sticky nav ul li a:hover {
color: white !important;
}
.property-nav-sticky.sticky {
position: fixed;
bottom: auto;
top: 95px;
height: 50px;
z-index: 11;
background: var(--secondaryColor);
-webkit-transition: top 0.3s;
-moz-transition: top 0.3s;
-ms-transition: top 0.3s;
-o-transition: top 0.3s;
transition: top 0.3s;
}
.property-nav-sticky.sticky ul li a {
padding: 0 10px;
line-height: 50px;
font-size: 0.8rem;
}
@media (max-width: 1280px) {
.property-nav-sticky.sticky {
overflow-x: scroll;
}
.property-nav-sticky nav {
width: calc(100% - 60px);
overflow-x: scroll;
}
.property-nav-sticky nav ul {
display: table;
padding: 0px 0;
}
.property-nav-sticky nav ul li {
display: table-cell;
}
}
@media (max-width: 640px) {
.property-nav-sticky {
height: auto;
}
.property-nav-sticky nav ul li a {
line-height: 20px;
font-size: 0.8rem;
}
}
@media (max-width: 767.98px) {
.property-nav-sticky:not(.sticky) nav ul {
padding: 10px 0;
}
.property-nav-sticky.sticky {
top: 80px !important;
}
}
@media (min-width:768px) and (max-width: 1199.98px) {
.property-nav-sticky.sticky {
top: 80px !important;
}
} .menu-mobile-header .nav-link   {
color:black !important;
}
.sticky .nav-link   {
color:black !important;
}
.sticky a:hover, .navbar-area.style-one .menu ul li a.active {
color:var(--secondaryColor) !important;
font-weight:bold;
}
.menu .menu-section .menu-item-has-children .menu-subs li a
{
color:black !important;
}
.package-img img{
height:250px
}
.pricing-card ul {
padding: 0 10px;
margin-bottom: 23px; list-style: none;
}
.pricing-card ul li {
margin-bottom: 14px; position: relative;
}
.pricing-card ul li:after{ content: "\eb7b"; position: absolute; font-family: 'remixicon' !important; font-style: normal; width: 18px; height: 18px; font-size: 18px; right: 0; color: var(--secondaryColor); }
.offcanvas{
opacity: 85%;
width: 20%; }
.modern-sidebar{ line-height: 0.9;
}
.containersssss {
position: absolute;
top: 20%;
right: 10px; 
z-index: 9; width: 450px;
background-color: white;
border-radius: 4rem;
padding: 5px;
opacity: 80%;
}
.search__boxsss {
float: left;
width: 80%;
height: 2rem;
background: none;
color:var(--secondaryColor);
font-size: 16px;
border-radius: 2rem;
outline: none;
border: none;
transition: all .75s ease-in;
cursor: pointer;
}
.search__iconsss {
font-size: 16px;
cursor: pointer;
position: absolute; top: 5px;
color: var(--secondaryColor);
padding: 5px;
border-radius: 50%;
transition: 0.25s ease-in;
}
@media (max-width:1280px){
.icon-shows{
display:none !important;
}
.containe{
padding-left:20px !important;
padding-right:20px !important;
}
}
@media (min-width:1281px) and (max-width:1650px){
.icon-shows{
display:none !important;
}
.containe{
padding-left:100px !important;
padding-right:100px !important;
}
}
.icon-shows{
display:block;
}
.containe{
padding-left:120px;
padding-right:120px;
}
.d-font-title{
font-size:18px !important;
}
.slider-texts{
margin-top:-10px;	
}
@supports (height: 100svh) {
#hero {
height: 100svh;
}
} #hero {
position: relative;
width: 100%;
height: 100vh; min-height: 600px; overflow: hidden;
} .heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide {
width: 100%;
height: 100%;
} .hero-slide-img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover; object-position: center;
display: block;
} .op-5 {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.45);
z-index: 2;
}
@media (max-width:1280px){
.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide {
width: 100%;
height: 100%;
}
}
.map-icon-img {
width: 50px !important;
height: 50px;
margin-left: -15px;
max-width: 50px !important;
}
.map-icon-imgs {
width: 35px !important;
height: 30px;
max-width: 50px !important;
}
.whats-icon-imgs{
width: 44px !important;
height: 44px;
}
.content-block .contact-info-card.style-two:hover {
border-color: var(--secondaryColor);
box-shadow: 0px 6px 0px var(--secondaryColor);
}
.doctor-card .doctor-img-front img { width: 100%; border-radius: 10px; }
.doctor-card .doctor-img-front { border-radius: 10px; }
.footer-area .contact-info-widget{ background-color: #fff; } .fab-wrapper {
position: fixed;
bottom: 20%;
right: 0px;
z-index: 40;
} .fab-stack {
display: flex;
flex-direction: column;
gap: 15px;
} .fab-item {
position: relative;
width: 45px;
height: 45px; border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
cursor: pointer;
transition: transform 0.3s ease;
}
.fab-item:hover {
transform: scale(1.05);
} .fab-icon {
width: 44px;
height: 44px;
background: var(--primary);
color: #fff;
border-radius: 50%;
border: 4px solid #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
position: absolute;
left: -12px;
}
.fab-icon-w {
width: 44px;
height: 44px;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
position: absolute;
left: -12px;
}
.fab-icon-w  i{
font-size:35px;
}  .fab-tooltip {
position: absolute;
right: 72px;
background: var(--primary);
color: #fff;
padding: 6px 12px;
border-radius: 6px;
font-size: 12px;
white-space: nowrap;
opacity: 0;
transform: translateX(10px);
transition: all 0.3s ease;
pointer-events: none;
} .fab-item:hover .fab-tooltip {
opacity: 1;
transform: translateX(0);
} @media (min-width: 1024px) {
.fab-wrapper {
bottom: 20%;
right: 0;
}
.fab-stack {
gap: 15px;
}
}
@media (max-width:767.98px){
.breads{
padding-top:90px;
}
.fab-wrapper {
bottom: 20%;
right: 5px;
}
}
.content-block .wh-area.style-one .wh-img-wrap {
height: 400px !important;
background-size: contain;
}
@media only screen and (min-width: 1600px) {
.content-block :not(.doctor-info) > h2,.content-block :not(.doctor-info) > h3,.content-block :not(.doctor-info) > h1  { line-height: 1.6;
}
}  @media (min-width: 768px) {
.navbar-area.style-one .menu ul li a {
color: #fff ;
}
.navbar-area.style-one.sticky .menu ul li a {
color: #000 ;
}
}
@media only screen and (max-width: 767px) {
.wh-area.style-one .wh-img-wrap
{
height: 100% !important;
background-position: top center;
background-size: contain !important;
}
.global-img {
height: 237px !important;
background-size: contain !important;
}
.wh-area.style-one .wh-img-wrap .circle-text-wrap {
bottom: -90px;
}
} .heartbeat-wrap {
width: 50%;
margin-top: 14px;
} @media (max-width: 767px) {
.heartbeat-wrap {
width: 160px;
margin-top: 10px;
}
} .heart-line {
position: fixed;
left: 0;
right: 0;
top: var(--header-h);
height: 2px; background-size: 200% 100%;
animation: heart-scroll 6s linear infinite;
z-index: 50;
pointer-events: none;
}
@keyframes heart-scroll {
0% {
background-position: 0 0
}
100% {
background-position: 200% 0
}
} .ecg path {
stroke-dasharray: 480 120;
stroke-dashoffset: 600;
animation: ecg 2.4s ease-in-out infinite;
}
@keyframes ecg {
0% {
stroke-dashoffset: 600;
opacity: .7
}
50% {
stroke-dashoffset: 200;
opacity: 1
}
100% {
stroke-dashoffset: 600;
opacity: .7
}
} .reveal {
opacity: 0;
transform: translateY(16px);
transition: opacity .6s ease, transform .6s ease;
}
.reveal.show {
opacity: 1;
transform: none;
} .doctor-img .promo-video{ height: 230px; position: relative; }
.doctor-img .promo-video:before{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0;  border-radius: 20px; }
.doctor-videos .promo-video{ height: 200px; position: relative; }
.doctor-videos .promo-video:before{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(135,0,100, 0.5); border-radius: 20px; }
.single-para .category-card{ background: url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/img/article.png); position: relative; z-index: 9; }
.single-para .category-card:after{ content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(7,22,48, 0.6); border-radius: 20px; z-index: -1; }
.specialities-section .specialist-card .specialist-nav img {		
width: 40px;
height: 40px;
} .doc-tooltip-wrap {
position: relative;
display: inline-block;
}
.doc-tooltip-wrap::after {
content: attr(data-tooltip);
position: absolute;
bottom: 120%;
left: 50%;
transform: translateX(-50%);
background:white;
border:1px solid var(--secondaryColor);
color: var(--secondaryColor);
padding: 6px 10px;
font-size: 12px;
border-radius: 6px;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: 0.25s ease;
}
.doc-tooltip-wrap::before {
content: "";
position: absolute;
bottom: 110%;
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top-color: #000;
opacity: 0;
transition: 0.25s ease;
}
.doc-tooltip-wrap:hover::after,
.doc-tooltip-wrap:hover::before {
opacity: 1;
} .blog-img img{
height: 250px; 
width: 100%;
object-fit: cover;
object-position: top;
}
.blog-facility img {
width: 600px;
height: 380px;
object-fit: cover;
}
@media (max-width: 1024px) {
.blog-facility img {
width: 380px;
height: 320px !important;
}
}
@media (max-width: 1399px) {
.blog-facility img {
width: 278px;
height: 250px !important;
}
}
@media (max-width: 768px) {
.blog-facility img {
width: 300px;
height: 280px !important;
}
.blog-grid12.blog-grid4_wrapp .blog-grid4 {
text-align: center;
}
.blog-grid4_wrapp .box-contentssss p {
text-align: center;
}
}
@media (max-width: 575.98px) {
.blog-facility img { }
.blog-grid12.blog-grid4_wrapp .blog-grid4 {
text-align: center;
}
.blog-grid4_wrapp .box-contentssss p {
text-align: center;
}
}
@media (min-width: 1099px) and (max-width: 1299px) {
.commitment-excellence h3 {
width: calc(100% - 100px) !important;
}
}
.category-card.style-four {
height: 85%;
}
.blog-grid4_wrapp .box-content p {
margin-top: 20%;
font-size: 19px;
} .footer-bottom-menus {
column-count: 5;
column-gap: 40px;
} @media (max-width: 1400px) {
.footer-bottom-menus {
column-count: 4;
}
.blog-card .blog-img { width: 100%; }
} @media (max-width: 1200px) {
.footer-bottom-menus {
column-count: 3;
}
} @media (max-width: 992px) {
.footer-bottom-menus {
column-count: 2;
}
} @media (max-width: 576px) {
.footer-bottom-menus {
column-count: 2;
column-gap: 0;
}
}
.footer-bottom-menus li {
display: block;
margin-bottom: 8px;
break-inside: avoid; }
.footer-dividers {
border: 0;
height: 1px;
background: rgba(255, 255, 255, 0.15);
margin: 15px 0 15px;
}
.footer-titles {
color: #ffffff;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
} @media only screen and (min-width: 992px) and (max-width: 1399px) {
.containe {
padding-left: 5px !important;
padding-right: 5px !important;
}
}
@media only screen and (max-width:767.98px){
.containersssss {
position: absolute;
top: 20%;
right: 10px;
z-index: 9;
width: 90%;
background-color: white;
border-radius: 4rem;
padding: 5px;
opacity: 80%;
}
.navbar-area.style-one .menu ul li a {
color: #000000;
}
.appointment-area.style-one .appointment-section .counter-card-wrap.style-two .counter-card
{
width:100%
}
}
@media only screen and (max-width:991.98px){
.navbar-area.style-one .menu ul li a {
color: #000000;
}
} .site-header {
position: sticky;
top: 0;
z-index: 999; } .logo {
position: relative;
display: inline-block;
} .logo-img {
transition: opacity 0.3s ease, transform 0.3s ease;
} .sticky .site-header .logo-default {
display: none;
}
.sticky .site-header .logo-scrolls {
display: block !important;
}
#doctors .doctor-card{ height: calc(100% - 5%); } .specialist-card.active {
border-color: var(--secondaryColor);  } .specialist-card.active h4,
.specialist-card.active p {
color: var(--secondaryColor);
} .specialist-card.active::before {
background: #b4b3b3; }
.specialities-section .specialist-card.active .specialist-info h4 {
color: var(--secondaryColor); } @media (max-width: 991px) {
.cursor,
.cursor-inner {
display: none;
}
.navbar-area .other-options .option-item:last-child {
width:25px;
margin-left:5px;
}
}
@media (max-width:767.98px){
.appointment-area.style-one .appointment-section:after {
height:100%;
}
.appointment-area.style-one:before {
position:relative;
}
.appointment-area.style-one:after {
background:transparent;
}
.abs .maintitle {
font-size:20px;
} 
} @media only screen and (max-width: 767px) {
.breadcrumb-area .breadcrumb-wrap {
margin: 0 10px;
padding: 20px;
} .wh-area.style-three .wh-img-wrap {
height: 355px !important;
background-position: top center;
}
} .contact-info-widget .contact-info span{
line-break: anywhere;
}
.case-slider .swiper-slide {
border-radius: 24px;
-webkit-filter: blur(4px);
filter: blur(4px)
}
.case-slider .swiper-slide.swiper-slide-active {
border-radius: 24px;
-webkit-filter: none !important;
filter: none !important
}
.case-slider .swiper-slide.swiper-slide-active .case-img::before {
opacity: .8;
visibility: visible
}
.case-slider .swiper-slide.swiper-slide-active .case-img .case-action {
opacity: 1;
visibility: visible
}
.case-slider .case-box .case-content {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
.case-box {
position: relative;
border-radius: 24px;
overflow: hidden;
--space: 40px
}
@media(max-width: 991px) {
.case-box {
--space: 20px
}
}
@media(max-width: 575px) {
.case-box {
padding:10px;
border-radius: 20px;
--space: 10px
}
}
.case-box .case-img {
position: relative;
overflow: hidden;
border-radius: 24px;
z-index: 2
}
@media(max-width: 991px) {
.case-box .case-img {
margin-bottom:0
}
}
.case-box .case-img:before {
position: absolute;
content: "";
inset: 0;
border-radius: 24px; background: linear-gradient(360deg,rgba(135, 0, 100, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
opacity: 0;
visibility: hidden;
z-index: 1;
-webkit-transition: .4s;
transition: .4s
}
@media(max-width: 575px) {
.case-box .case-img {
border-radius:15px
}
}
.case-box .case-img img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 24px;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out
}
@media(max-width: 575px) {
.case-box .case-img img {
max-width:100%;
max-height: 100%;
border-radius: 15px
}
}
.case-box .case-content {
position: absolute;
bottom: 40px;
z-index: 2;
padding: 0 40px;
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out
}
@media(max-width: 991px) {
.case-box .case-content {
max-width:380px;
padding: 0 20px;
bottom: 20px;
gap: 60px
}
}
@media(max-width: 767px) {
.case-box .case-content {
max-width:100%;
display: block;
margin: auto
}
}
.case-box .box-title {
margin-bottom: 0px
}
.case-box .box-title a {
color: var(--whiteColor)
}
.case-box .case-subtitle {
font-size: 16px;
color: var(--whiteColor);
margin-bottom: 8px
}
.case-box .case-action {
opacity: 0;
visibility: hidden;
z-index: 2;
-webkit-transition: .4s;
transition: .4s
}
.case-box .th-btn {
padding: 11.5px 34px
}
.case-box .th-btn:after {
-webkit-mask-image: url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/img/icon/arrow-right3.svg);
mask-image: url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/img/icon/arrow-right3.svg);
width: 16px;
height: 16px
}
@media(max-width: 1199px) {
.case-box .th-btn {
padding:10px 20px
}
.navbar-area .logo img{ max-width: 150px; }
}
@media(max-width: 1300px) {
.navbar-area .logo img{ max-width: 145px; }
}
@media(max-width: 767px) {
.case-box .th-btn {
padding:7px 20px;
margin-top: 10px
}
.case-box .th-btn:after {
display: none
}
.modern-sidebar .sub-menu-style li a {
color:white !important;
}
}
@media only screen and (max-width: 991px) {
.navbar-area .logo img {
max-width: 105px !important;
}
}
@media(max-width: 375px) {
.case-box .th-btn {
padding:7px 10px
}
}
.case-box:hover .case-img:before {
-webkit-transform: scale(1);
transform: scale(1)
}
@media(max-width: 1199px) {
.case-title-box {
margin-bottom:20px
}
}
.case-action {
position: absolute;
top: 20px;
right: 20px
}
.case-action.g4-bgn {
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.2);
transform: scale(0.2);
-webkit-transition: .4s;
transition: .4s
}
.case-btn {
position: relative;
font-size: 24px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
display: inline-block;
border-radius: 30px;
color: var(--whiteColor);
border: 1px solid #fff;
-webkit-transition: .4s;
transition: .4s
}
.case-btn i {
position: relative;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: .4s;
transition: .4s
}
.case-btn::before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: "";
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.5);
transform: scale(0.5);
border-radius: 50%;
background-color: var(--secondaryColor);
-webkit-transition: .4s;
transition: .4s
}
.case-btn:hover {
border: 1px solid var(--secondaryColor)
}
.case-btn:hover i {
color: var(--whiteColor);
-webkit-transform: rotate(0);
transform: rotate(0)
}
.case-btn:hover::before {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1)
}
.case-action {
position: absolute;
top: 20px;
right: 20px
}
.case-btn {
position: relative;
font-size: 24px;
width: 55px;
height: 56px;
line-height: 56px;
text-align: center;
display: inline-block;
border-radius: 30px;
color: var(--whiteColor);
border: 1px solid #fff;
-webkit-transition: .4s;
transition: .4s
}
.case-btn i {
position: relative
}
.case-btn::before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: "";
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.5);
transform: scale(0.5);
border-radius: 50%;
background-color: var(--secondaryColor);
-webkit-transition: .4s;
transition: .4s
}
.case-btn:hover {
border: 1px solid var(--secondaryColor)
}
.case-btn:hover i {
color: var(--whiteColor)
}
.case-btn:hover::before {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1)
}
.data-offcanvas-main{
margin-top:0px !important;
opacity: 100% !important;
}
.modern-sidebar ul li{
position: relative;
padding-left:10px;
}
.modern-sidebar ul li:before{
position: absolute;
content:"";
width:20px;
height:20px;
top:50%;
transform:translateY(-50%);
background:url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/img/logo_wheel.png) no-repeat ;
left:0;
background-size:contain; 
}
.modern-sidebar ul li ul{
padding-left:0px;
}
.modern-sidebar ul li ul li:before{
content:unset; 
} p{
text-align: justify;
}
.inner-back-side p{
text-align:center;
}
.bg-p-main {
background-color: var(--secondaryColor);
}
.breadcrumb-area .breadcrumb-wrap.bg-3 {
background-position: right center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.breadcrumb-area .breadcrumb-wrap:after{ background-color: rgba(135, 0, 100, 0.4); }
.directory-card.style-three {
height: 221px;
}
.about-area.style-two .about-content .feature-item-wrap .feature-item:hover .feature-icon img {
height: 38px;
width: 38px;
}
.feature-icon img {
height: 38px;
width: 38px;
object-fit: cover;
}
.wh-area.style-three .wh-img-wrap {
height: unset;
background-image: unset;
}
.pt-50 {
padding-top: 50px !important;
}
.wh-area.style-one .global-img {
height: 592px;
width: 100%;
object-fit: cover;
}
.doctor-card.style-one .doctor-img, .doctor-card.style-two .doctor-img, .doctor-card.style-five .doctor-img {
background: linear-gradient(157deg, #fff 0%, #fff 46%, #b3609c 72%, #870264 117%);}
.about-area .testimonial-background {
height: 592px;
}
.pricing-card {
height: 100% !important;
}
.mt-50 {
margin-top: 50px;
}
.pb-90 {
padding-bottom: 90px !important;
}
.wp-block-heading {
margin-top: 25px;
}
.terms-wrap {
padding-top: 36px !important;
}
.career-layout {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 30px;
max-width: 89%;
margin: 40px auto;
}
.career-list {
display: flex;
flex-direction: column;
gap: 25px;
}
.job-card {
background: #fff;
border-radius: 16px;
padding: 22px;
border: 2px solid #e5e5eb;
}
.job-card.active {
border-color: #8b006b;
}
.job-title {
font-size: 18px;
font-weight: 700;
margin-bottom: 4px;
}
.job-code {
font-size: 13px;
color: #6b7280;
}
.job-meta,
.job-date {
font-size: 14px;
color: #6b7280;
margin: 6px 0;
}
.job-exp {
margin: 15px 0;
font-size: 14px;
}
.job-skills {
text-align: center;
color: #9ca3af;
margin: 20px 0;
}
.skill-icon {
font-size: 32px;
}
.job-actions {
display: flex;
gap: 10px;
}
.btn-outline {
flex: 1;
padding: 10px;
border-radius: 10px;
border: 2px solid #8b006b;
background: #fff;
color: #8b006b;
font-weight: 600;
}
.btn-primary {
flex: 1;
padding: 10px;
border-radius: 10px;
border: none;
background: #8b006b;
color: #fff;
font-weight: 600;
}
.career-details {
background: #faf5f8;
border-radius: 16px;
padding: 30px;
}
.career-details h2 {
font-size: 22px;
margin-bottom: 10px;
}
.career-details h4 {
margin-bottom: 20px;
}
.job-points {
padding-left: 18px;
margin: 15px 0;
}
.job-points li {
margin-bottom: 8px;
}
.apply-btn {
margin-top: 20px;
padding: 12px 26px;
background: #8b006b;
color: #fff;
border: none;
border-radius: 10px;
font-weight: 600;
}
@media (max-width: 991px) {
.career-layout {
grid-template-columns: 1fr;
}
}
.justify-content-evenly {
justify-content: space-evenly;
}
@media only screen and (max-width: 2000px) {
.career-box {
max-width: 70% !important;
}
.job-modal {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.6);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
}
.job-modal.active {
display: flex;
}
.job-modal-content {
background: #fff;
max-width: 700px;
width: 90%;
padding: 30px;
border-radius: 16px;
position: relative;
max-height: 90vh;
overflow-y: auto;
}
.job-modal-close {
position: absolute;
top: 15px;
right: 15px;
font-size: 28px;
background: none;
border: none;
cursor: pointer;
}
.career-details {
background: #fff;
padding: 30px;
border-radius: 12px;
}
.job-points {
padding-left: 18px;
margin-bottom: 20px;
}
.job-points li {
margin-bottom: 6px;
}
.apply-btn {
background: #0d6efd;
color: #fff;
border: none;
padding: 12px 28px;
border-radius: 8px;
margin-top: 15px;
}
.career-form {
background: #f8f9fa;
padding: 30px;
border-radius: 12px;
height: 53%;
margin-top: 50px;
}
.career-details p {
margin-top: 25px;
}
} .nav-item {
position: relative;
}
@media only screen and (max-width: 991px) {
.nav-item {
position: static;
}
} .sub-menu-style {
position: absolute;
top: 100%;
left: 0;
min-width: 399px;
background: #fff;
padding: 10px 0;
margin: 0;
list-style: none;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
z-index: 999;
} .nav-item:hover > .sub-menu-style {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .sub-menu-style li a {
display: block;
padding: 10px 16px;
color: #333;
text-decoration: none;
font-size: 14px;
} .sub-menu-style li a:hover { color: #000;
}
.dropdown-toggle::after {
content: "▾";
margin-left: 6px;
font-size: 17px;
transition: transform 0.3s ease;
} .nav-item:hover > .dropdown-toggle::after {
transform: rotate(180deg);
}
@media (max-width: 991px) {
.sub-menu-style {
position: static;
opacity: 1;
visibility: visible;
transform: none;
display: none;
background: transparent;
padding-left: 15px;
}
.nav-item:hover > .sub-menu-style {
display: block;
}
}
@media (max-width: 1200px) {
.modern-sidebar {
line-height: 0.1 !important;
}
} @media (max-width: 575px) {
.award-about-sec .telemedicine-grid {
display: flex !important;
flex-wrap: wrap;
justify-content: center; gap: 16px !important;
}
.award-about-sec .telemedicine-grid > * {
flex: 0 0 100%;
max-width: 100%;
}
} @media (max-width: 991px) and (min-width: 576px) {
.award-about-sec .telemedicine-grid {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
gap: 20px !important;
}
.award-about-sec .telemedicine-grid > * {
flex: 0 0 50%;
max-width: 50%;
}
} @media (max-width: 1299px) and (min-width: 992px) {
.award-about-sec .telemedicine-grid {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
}
.award-about-sec .telemedicine-grid > * {
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
}
.vision-container {
max-width: 720px;
padding: 20px 0;
font-family: inherit;
}
.vision-intro {
font-size: 16px;
color: #333;
margin-bottom: 18px;
}
.vision-highlight {
position: relative;
padding-left: 18px;
margin-bottom: 20px;
}
.vision-highlight::before {
content: "";
position: absolute;
left: 0;
top: 21px;
width: 3px;
height: 140px;
background-color: var(--secondaryColor);
border-radius: 2px;
}
.vision-highlight p {
font-size: 17px;
line-height: 1.6;
color: #111;
margin: 13px;
}
.vision-description {
font-size: 15px;
line-height: 1.6;
color: #444;
}
.work-process-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 30px;
} @media (max-width: 1199px) {
.work-process-grid {
grid-template-columns: repeat(3, 1fr);
}
} @media (max-width: 767px) {
.work-process-grid {
grid-template-columns: repeat(1, 1fr);
}
}
.process-card .pillars-desc p {
width: 90%;
}
@media (max-width: 1200px) {
.award-about-sec .telemedicine-grid {
grid-template-columns: repeat(3, 1fr) !important;
gap: 24px !important;
}
}
@media (max-width: 991px) {
.award-about-sec .telemedicine-grid {
grid-template-columns: repeat(2, 1fr)!important;
gap: 20px!important;
}
}
@media (max-width: 576px) {
.award-about-sec .telemedicine-grid {
grid-template-columns: 1fr!important;
gap: 16px!important;
}
}
.process-img img {
height: 177px;
width: 177px;
object-fit: cover;
object-position: top center;
}
.breadcrumb-wrap span {
color: #dba149;
}
.wh-area .support-service-img {
width: 100%;
height: 591px !important;	
}
.blog-image img {
height: 255px !important; object-fit: cover;	
}
.news-sec .blog-card {
height: 620px;
}
.package-row {
--bs-gutter-y: 3.5rem !important;	
}
.testimonial-card.style-three {
height: 374px;
}
.testimonial-wrapper-ip .swiper-wrapper {
height: unset !important;
}
@media (max-width: 767px) {
.testimonial-card.style-three {
height: 100%;
}
}
.testimonial-wrapper-ip .swiper-slide {
height: inherit;
}
.testimonial-wrapper-ip .client-img img {
width: 274px;
height: 250px;
}
.hospital-slider-one .swiper-wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-content: center;
gap: 30px;
transform: none !important; }
.hospital-slider-one .swiper-slide {
width: auto !important;
height: auto !important;
}
@media (max-width: 991px) {
.hospital-slider-one .swiper-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
.hospital-slider-one .swiper-slide {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 575px) {
.hospital-slider-one .swiper-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px;
height: 100% !important;
margin: 11px;
}
.hospital-slider-one .swiper-slide {
flex: 0 0 100%;
max-width: 100%;
}
}
.hospital-card.style-one {
height: 463px;
}
.ip-work-process {
max-width: 100%;
gap: 60px;
}
.single-para ol li ul {
margin-top: 4px;
}
.single-para ol li strong strong strong {
line-height: 4;
}     .open-btns {
position: fixed;
top: 16px;
left: 16px;
width: 44px;
height: 44px;
border-radius: 50%;
background: var(--purple);
color: #fff;
border: none;
font-size: 22px;
cursor: pointer;
z-index: 1001;
}
.open-btn {
position: fixed;
top: 30%;
left: 16px;
width: 44px;
height: 44px;
border-radius: 50%;
background: var(--secondaryColor);
color: #fff;
border: none;
font-size: 22px;
cursor: pointer;
z-index: 1001;
} .overlays {
position: fixed;
inset: 0;
background: rgba(0,0,0,.4);
opacity: 0;
pointer-events: none;
transition: .3s;
z-index: 1000;
}
.overlays.active {
opacity: 1;
pointer-events: auto;
} .offcanvass {
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 360px;
height: 100%;
background: #fff;
transform: translateX(-100%);
transition: .35s ease;
z-index: 1001;
padding: 20px;
overflow-y: auto;
}
.offcanvass.active {
transform: translateX(0);
} .close-btns {
background: none;
border: none;
font-size: 28px;
color: var(--secondaryColor);
cursor: pointer;
} .actionss {
display: flex;
gap: 12px;
margin: 20px 0;
}
.action-btns {
flex: 1;
padding: 10px;
border-radius: 22px;
text-align: center;
font-size: 14px;
font-weight: 600;
text-decoration: none;
}
.action-btns.primary {
background: var(--secondaryColor);
color: #fff;
}
.action-btns.outline {
border: 2px solid var(--secondaryColor);
color: var(--secondaryColor);
} .quick-contacts h4 {
color: var(--secondaryColor);
margin: 20px 0 10px;
}
.quick-contacts a {
display: flex;
align-items: center;
gap: 10px;
color: var(--secondaryColor);
text-decoration: none;
font-size: 14px;
margin-bottom: 8px;
} .menus {
margin-top: 25px;
} .menu-items {
width: 100%;
padding: 14px 16px;
border-radius: 6px;
color: var(--secondaryColor);
font-size: 15px;
font-weight: 600;
margin-bottom: 10px;
background: none;
border: none;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
text-decoration: none;
}
.menus ul{
list-style: none !important;
}
.menus ul a{
padding: 5px 0px;
color:var(--secondaryColor);
} .menus .menu-items.active {
background: var(--purple);
color: #fff;
} .menus .arrows {
transition: transform .3s ease;
} .menus .menu-items.opens .arrows {
transform: rotate(180deg);
} .menus .submenus {
background:var(--secondaryColor);
border-radius: 8px;
margin: 6px 0 12px;
padding: 0px;
max-height: 0;
overflow: hidden;
transition: max-height .35s ease;
}
.menus .menu-items.opens + .submenus {
max-height: 500px;
}
.menus .submenus a {
display: block;
padding: 10px 14px;
color: var(--secondaryColor);
font-size: 13px;
font-weight: 600;
text-decoration: none;
border-radius: 6px;
} .chats {
position: fixed;
bottom: 20px;
right: 20px;
background: #f2f6fa;
padding: 14px;
border-radius: 12px;
max-width: 260px;
font-size: 13px;
}
.logo-lights {
max-width: 250px;
}
.logos {
margin: 10px auto;
}
.offcanvas-headers {
display: flex;
justify-content: flex-end;
}  .db-wrapper {
position: fixed;
top: 0;
left: 0;
width: 330px;
height: 100vh;
background: #f5f5f5;
transform: translateX(-100%);
transition: transform 0.35s ease;
z-index: 9999;
} .db-wrapper.show {
transform: translateX(0);
}
.db-wrapper .db-sidebar {
width: 330px;
position: fixed;
top: 0;
left: 0;
background-color: var(--whiteColor);
height: 100vh;
z-index: 99;
padding: 24px;
}
.db-wrapper .db-sidebar .logo {
display: block;
margin: 0 0 30px;
}
.db-wrapper .db-sidebar .db-sidebar-menu {
height: calc(100vh - 120px);
overflow-y: auto;
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item {
position: relative;
margin-bottom: 10px;
transition: var(--transition);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item:last-child {
margin-bottom: 0;
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item.has-dropdown .parent:after {
position: absolute;
top: 9px;
right: 10px;
content: "\ea13";
font-size: 20px;
font-weight: 300;
font-family: remixicon !important;
color: var(--paraColor);
transition: var(--transition);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item.has-dropdown.active .parent:after {
content: "\f1af";
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .parent {
display: block;
font-size: 14px;
padding: 8.5px 14px 8.5px 46px;
border-radius: 5px;
cursor: pointer;
background-color: var(--ashColor);
color: var(--paraColor);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .parent img {
position: absolute;
top: 14px;
left: 0px;
transition: 0.3s;
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .parent a {
color: var(--paraColor);
transition: var(--transition);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown {
display: block;
overflow: hidden;
max-height: 0;
margin: 5px 0 5px 20px;
transition: max-height 0.5s ease-out;
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item {
margin-bottom: 5px;
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item:last-child {
margin-bottom: 0;
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item a {
padding: 6px 15px 6px 38px;
color: var(--paraColor);
display: block;
width: 100%;
border-radius: 5px;
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item a:before {
position: absolute;
top: 50%;
left: 20px;
content: "";
width: 10px;
height: 10px;
border: 1px solid var(--secondaryColor);
border-radius: 50%;
transform: translateY(-50%);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item a:after {
position: absolute;
top: 50%;
left: 23px;
content: "";
width: 4px;
height: 4px;
border-radius: 50%;
transform: translateY(-50%);
background-color: var(--secondaryColor);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item a.active, .db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item a:hover {
background-color: var(--secondaryColor);
color: var(--whiteColor);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item a.active:before, .db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item a:hover:before {
border: 1px solid var(--whiteColor);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item a.active:after, .db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item a:hover:after {
background-color: var(--whiteColor);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item.active.has-dropdown .parent:after, .db-wrapper .db-sidebar .db-sidebar-menu .menu-item:hover.has-dropdown .parent:after {
color: var(--whiteColor);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item.active .parent, .db-wrapper .db-sidebar .db-sidebar-menu .menu-item:hover .parent {
background-color: var(--secondaryColor);
color: var(--whiteColor);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item.active .parent a, .db-wrapper .db-sidebar .db-sidebar-menu .menu-item:hover .parent a {
color: var(--whiteColor);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item.active .parent img, .db-wrapper .db-sidebar .db-sidebar-menu .menu-item:hover .parent img {
filter: brightness(0) invert(1);
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item.active .dropdown {
max-height: 500px;
}
.db-wrapper .menu-icon {
width: 18px;
height: 18px;
margin-right: 10px;
vertical-align: middle;
}
.db-close-btn {
margin-top: -140px;
background: none;
border: none;
font-size: 28px;
line-height: 1;
cursor: pointer;
color: var(--secondaryColor);
} .actionss {
display: flex;
gap: 12px;
margin: 20px 0;
}
.action-btns {
flex: 1;
padding: 5px;
border-radius: 22px;
text-align: center;
font-size: 12px;
font-weight: 600;
text-decoration: none;
line-height: 1.3;
}
.action-btns.primary {
background: var(--secondaryColor);
color: #fff;
}
.action-btns.outline {
border: 2px solid var(--secondaryColor);
color: var(--secondaryColor);
}
.powered-router {
position: relative;
padding-left: 14px; }
.powered-router::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: var(--primaryColor);
transform: translateY(-50%);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button, .accordion.style-two .accordion-item .accordion-header .accordion-button{ font-weight: 500; }
.equip-img img {
height: 300px; 
object-fit: cover;
}
.blog-imgs img{
height:300px !important; 
object-fit: cover;
}
.blog-card.style-one {
height:100%;
}
.blog-card.style-three {
height:100%;
}
.blog-card.style-four{
height:100%;
}
.blog-info .diseases-title {
text-transform: capitalize;
}
.pricing-card .pricing-header .pricing-header-text h6 {
font-weight: 600;
}
.abs .subtitle {
font-size:22px !important;
font-weight:500 !important;
}
.wp-block-heading {
font-weight: normal !important;
}
.wh-area.style-one .wh-img-wrap {
height:auto;
}
.single-para p {
margin-top: 20px;
}
.sp_iconbox.sp_style_2 {
height: 211px;
}
@media (max-width: 1299px) {
#shadow-root iframe {
width: 100%;
}
}
@media (max-width: 768px) {
.content-block .wh-area.style-one .wh-img-wrap {
background-size: contain !important;
}
.content-block .wh-area.style-one .wh-content {
margin-top: 30px;
}
}
.button-checkup {
position: relative;
top: -54px;
left: 24%;
width: 4%;
}
.button-events {
position: relative;
top: -54px;
left: 17%;
width: 4%;
}
@media (max-width: 1199px) {
.button-checkup {
top: -45px;
left: 22%;
}
.button-events {
top: -45px;
left: 15%;
}
}
@media (max-width: 991px) {
.button-checkup,
.button-events {
top: -35px;
left: 0;
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
}
}
@media (max-width: 767px) {
.button-checkup,
.button-events {
position: static;
margin: 15px auto 0;
display: flex;
text-align: center;
width: 10%;
}
}
.equip-img img {
width: 1021px;
height: 790px;
object-position: top;
} .widget_categories {
padding: 25px;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
} .widget_categories .widget_title {
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
position: relative;
padding-bottom: 10px;
}
.widget_categories .widget_title::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 3px;
background: #007bff; border-radius: 5px;
} .widget_categories ul {
list-style: none;
margin: 0;
padding: 0;
} .widget_categories ul li {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 0;
border-bottom: 1px solid #eee;
}
.widget_categories ul li:last-child {
border-bottom: none;
} .widget_categories ul li a {
color: #333;
font-size: 15px;
font-weight: 500;
text-decoration: none;
transition: color 0.3s ease;
} .widget_categories ul li span {
color: #999;
font-size: 14px;
transition: transform 0.3s ease, color 0.3s ease;
} .widget_categories ul li:hover a {
color: #007bff;
}
.widget_categories ul li:hover span {
color: #007bff;
transform: translateX(5px);
}
@media (max-width: 830px) {
.btn-text {
display: none;
}
} @media (max-width: 767px) {
.widget_categories {
padding: 20px;
}
.widget_categories .widget_title {
font-size: 18px;
}
.widget_categories ul li a {
font-size: 14px;
}
}
.equipment-img img {
height: 300px;
object-fit: cover;
}
@media (max-width: 1024px) {
.choose-sec-title {
font-size: 34px;   
}
}
.media-card {
position: relative;
overflow: hidden;
border-radius: 18px;
}
.media-card img {
width: 100%;
display: block;
object-fit: cover;
}
.media-card::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 45%;                
z-index: 1;
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.45),     
rgba(0, 0, 0, 0.25) 40%,
rgba(0, 0, 0, 0) 100%
);
pointer-events: none;
} .media-title-wrap {
position: absolute;
bottom: 16px;
left: 16px;
z-index: 3;
transition: opacity 0.3s ease;
}
.media-title-wrap p {
font-weight: 600;
}
.media-title {
margin: 0;
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 2;
} .media-desc-overlay {
position: absolute;
inset: 0;
z-index: 2;
display: flex;
align-items: flex-end;
padding: 20px;
background: rgba(0, 0, 0, 0.65);
opacity: 0;
visibility: hidden;
transition: opacity 0.35s ease, visibility 0.35s ease;
}
.media-desc {
color: #fff;
font-size: 14px;
line-height: 1.4;
font-weight: 600;
text-align: justify;
} .media-card:hover .media-title-wrap {
opacity: 0;
}
.media-card:hover .media-desc-overlay {
opacity: 1;
visibility: visible;
}
.media-card {
position: relative;
}
.media-card-link {
position: absolute;
inset: 0;
z-index: 5;
text-indent: -9999px;
}
.case-content .media-left .box-title p {
color: white;
} .brand-logo-insurance {
height: 80px; 
}
.contact-lines{
border-top: 4px solid #870064 ! important;
border-bottom: 4px solid #870064 ! important;
padding: 15px 15px 0px ! important;
border-left: none ! important;
border-right: none ! important;
background:#870064 !important;
color :white !important;
}
.contact-lines h3{
color :white !important;
}
.contact-lines p{
color :white !important;
}
.calendar-label{
color: white !important;
background:var(--secondaryColor) !important ;
}
.telephone-supportss {
display: flex;
flex-direction: column;
gap: 5px; color: #fff; font-size: 16px;
}
.contact-itemss {
display: flex;
}
.contact-itemss .label {
width: 120px; font-weight: 600;
align-items: flex-start;
display: flex;
}
.contact-itemss .number {
flex: 1; }
@media (max-width: 991.98px) {
.navbar-area .contact-card-btn.contact-mobile {
position: relative ;
}
.navbar-area .contact-card-btn.contact-mobile .dropdown-menu {
position: absolute !important;
top: calc(100% + 8px) !important;
left: auto !important;
right: 0 !important;
inset: auto 0 auto auto !important;
width: min(92vw, 360px) !important;
max-width: 92vw !important;
padding: 10px !important;
margin-top: 0 !important;
transform: none !important;
max-height: 70vh;
overflow-y: auto;
}
.navbar-area .contact-card-btn.contact-mobile .contact-card-wrap {
flex-direction: column;
gap: 10px;
}
.navbar-area .contact-card-btn.contact-mobile .contact-card {
width: 100%;
}
.navbar-area .contact-card-btn.contact-mobile .btn.style-two {
width: 100%;
justify-content: center;
}
}
@media (max-width: 576px) {
.navbar-area .contact-card-btn.contact-mobile .dropdown-menu {
position: fixed !important;
left: 8px !important;
right: 8px !important;
top: 72px !important;
width: auto !important;
max-width: none !important;
max-height: calc(100vh - 80px) !important;
overflow-y: auto;
z-index: 10050 !important;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
}
@media and (min-width: 768px) and (max-width: 991px) {
.cs_working_process_grid.cs_style_1 > .cs_process_item:last-child {
position: relative;
top: 60%;
}
}
.brand-logo-insurance {
height: 80px;
}
.feature-icon-home img {
height: 25px;
width: 25px;
}
.feature-info .facilities-content-text {
font-size: 14px; 
margin-top: 5px;
}
.hospital-branch-info h3 {
line-height: 4.5;
}
.doctor-card.style-one .doctor-info .hospital-branch-location {
padding-bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
.copyright-text {
white-space: nowrap;
font-size: 12px;
}
.footer-bottom-menu {
font-size: 12px;
}
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .parent {
font-weight: bold;
}
.db-wrapper .db-sidebar .db-sidebar-menu .menu-item .dropdown .dropdown-item a {
font-weight: bold;
}
.blogs-section .blogs-row {
--bs-gutter-y: 3rem;
}
.blog-desc .single-para ul {
margin: revert;
}
.doctor-card.style-one {
height: calc(100% - 5%);
} .new-doctor-header {
position: relative;
background: linear-gradient(135deg, #c4c4c4 0%, #e0e0e0 100%);
min-height: 400px;
display: flex;
align-items: center;
padding: 40px 40px 0 20px;
overflow: hidden;
}
.new-doctor-header::before {
content: '';
position: absolute;
inset: 0 auto auto 0;
width: 100%;
height: 225px;
background: #ffffff;
z-index: 1;
} .new-doctor-container {
max-width: 1400px;
margin: 0 auto;
width: 100%;
display: grid;
grid-template-columns: 350px 1fr auto;
gap: 60px;
align-items: center;
position: relative;
z-index: 2;
} .new-doctor-image {
max-width: 350px;
aspect-ratio: 3 / 4;
overflow: hidden;
border-radius: 8px;
transition: transform 0.4s ease;
}
.new-doctor-image:hover {
transform: translateY(-8px);
}
.new-doctor-image img {
width: 100%;
height: calc(100% - 5px);
object-fit: contain;
position: relative;
top: 65px;
} .new-doctor-info {
display: flex;
flex-direction: column;
gap: 24px;
margin-bottom: 20px;
}
.new-doctor-name {
font-size: clamp(1.6rem, 4vw, 2.2rem);
font-weight: 700;
color: var(--secondaryColor);
text-transform: uppercase;
margin-bottom: 8px;
letter-spacing: 0.5px;
line-height: 1.1;
}
.new-doctor-title {
font-size: clamp(0.95rem, 2.5vw, 1.1rem);
font-weight: 600;
color: #333333;
line-height: 1.3;
margin-bottom: 4px;
}
.new-doctor-experience ul {
font-size: clamp(1rem, 2vw, 1.2rem);
color: #666;
font-weight: 500;
letter-spacing: 0.5px;
list-style: none;
margin-left: -30px;
}
.new-doctor-experience p {
font-weight: 600;
margin-bottom: 30px;
}
.new-doctor-experience ul li:not(:first-child) {
display: none;
}  .new-cta-buttons .btn {
padding: 16px 40px;
font-size: 1.05rem;
font-weight: 600;
border-radius: 6px;
cursor: pointer;
text-decoration: none;
transition: 0.3s ease;
background: #ffffff;
color: #333333;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.new-cta-buttons .btn-primary {
background: #ffffff;
color: #333333;
border: 2px solid transparent;
flex: none;
}
.new-cta-buttons .btn-primary:hover {
background: transparent;
color: #333333;
border: 2px solid #ffffff;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
flex: none;
}
.new-cta-buttons .btn-secondary {
background: #ffffff;
color: #333333;
border: 2px solid transparent;
}
.new-cta-buttons .btn-secondary:hover {
background: transparent;
color: #333333;
border: 2px solid #ffffff;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
} .new-icon-badge {
width: 140px;
height: 140px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 120px;
display: block;
}
.new-icon-badge p {
font-size: 20px;
}
.new-icon-badge svg {
width: 100%;
height: 100%;
opacity: 0.85;
transition: 0.3s ease;
}
.new-icon-badge:hover svg {
opacity: 1;
transform: scale(1.05);
} .new-specialties-bar {
background: var(--secondaryColor);
padding: 28px 40px;
position: relative;
}
.new-specialties-bar::before {
content: '';
position: absolute;
inset: 0;
background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M0 0h20v20H0V0zm10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14z'/%3E%3C/g%3E%3C/svg%3E");
} .new-specialties-list {
max-width: 1400px;
margin: auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 14px;
}
.new-specialty-item {
color: #f5f5f5;
font-size: clamp(0.95rem, 2vw, 1.1rem);
padding: 0 18px;
position: relative;
}
.new-specialty-item:not(:last-child)::after {
content: '|';
position: absolute;
right: -5px;
color: rgba(255,255,255,0.4);
} @keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.new-doctor-image,
.new-doctor-info,
.new-icon-badge {
animation: fadeInUp 0.8s ease forwards;
}
.new-doctor-info { animation-delay: 0.2s; }
.new-icon-badge { animation-delay: 0.4s; }
.new-icon-badge img {
height: 126px;
} @media (max-width: 991.98px) {
.new-doctor-container {
grid-template-columns: 1fr;
text-align: center;
}
.new-icon-badge {
display: none;
}
.new-cta-buttons {
justify-content: center;
}
.new-doctor-experience p {
text-align: center;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.new-cta-buttons {
flex-direction: column;
}
.new-doctor-info {
margin-top: 85px;
}
}
@media (max-width: 640px) {
.new-doctor-header {
padding: 30px 15px;
}
.new-cta-buttons {
flex-direction: column;
max-width: 320px;
margin: auto;
}
.new-specialty-item::after {
display: none;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.new-doctor-image img {
left: 73%;
margin-bottom: 30px;
}
.new-doctor-image {
overflow: visible;
max-width: 280px;
}
}
.calendar-wrapper {
z-index: 1;
} .wh-content {  scrollbar-gutter: stable;
padding-right: 12px;
}
.case-box .case-img:before {
background: none !important;
}
.content-swiper {
width: 100%;
}
.content-swiper .swiper-slide {
display: flex;
align-items: center; }
.case-prev,
.case-next {
width: 37px;
height: 37px;
background: var(--secondaryColor);
border-radius: 50%;
color: #fff;
}
.case-prev::after,
.case-next::after {
font-size: 16px;
font-weight: bold;
}
@media (max-width: 991.98px) {
.case-prev,
.case-next {
display: none;
}
}
.case-prev {
left: 3%;
top: 55%;
}
.case-next {
right: 42%;
top: 55%;
}
.feature-icon-facilities img {
object-fit: contain !important;
}
.feature-icon-content h3 {
font-size: 23px;
}
.case-box .case-img img:hover {
border-color: var(--secondaryColor);
box-shadow: 0px 6px 0px var(--secondaryColor);
}  .filters-button-group {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 25px;
justify-content: center;
} .filters-button-group .button {
border: 1px solid #dee2e6;
background-color: #f8f9fa;
color: #495057;
padding: 8px 18px;
font-size: 14px;
font-weight: 500;
border-radius: 50px;
cursor: pointer;
transition: all 0.25s ease;
} .filters-button-group .button:hover {
background-color: #fff;
color: #495057;
border-color: var(--secondaryColor);
transform: translateY(-1px);
} .filters-button-group .button.is-checked {
background-color: var(--secondaryColor);
color: #fff;
border-color: var(--secondaryColor);
} .filters-button-group .button:focus {
outline: none;
} @media (max-width: 576px) {
.filters-button-group {
overflow-x: auto;
white-space: nowrap;
padding-bottom: 5px;
}
.filters-button-group .button {
flex: 0 0 auto;
font-size: 13px;
padding: 7px 14px;
}
}  .blog-card {
background-color: var(--white-color);
position: relative;
z-index: 3;
border-radius: 30px;
border: 1px solid #e3e8f5
}
.blog-card .blog-img {
position: relative;
border-radius: 30px 30px 0px 0px;
overflow: hidden
}
.blog-card .blog-img:before {
position: absolute;
top: 0;
left: -100%;
display: block;
content: "";
width: 50%;
height: 100%;
background: hsla(0,0%,100%,.2);
-webkit-transform: skewX(25deg);
transform: skewX(25deg);
z-index: 2
}
.blog-card .blog-img img {
width: 100%;
border-radius: 30px 30px 0px 0px;
-webkit-transition: all .4s ease;
transition: all .4s ease
}
.blog-card .blog-content {
padding: 15px 30px 30px 40px
}
@media(max-width: 1299px) {
.blog-card .blog-content {
padding:20px
}
}
.blog-card .blog-tags {
font-size: 12px;
font-weight: 700;
color: var(--theme-color);
letter-spacing: .48px;
text-transform: uppercase;
margin-top: -0.3rem;
padding-bottom: 10px;
margin-bottom: 25px;
border-bottom: 1px solid #e1e5eb
}
.blog-card .box-title {
font-weight: 600;
letter-spacing: -0.24px;
margin-bottom: 5px
}
.blog-card .box-title a {
background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color)), to(var(--theme-color)));
background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
background-repeat: no-repeat;
background-position: bottom left;
background-size: 0 2px;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out
}
.blog-card .box-title a:hover {
background-size: 100% 2px
}
.blog-card_text {
margin-bottom: 8px
}
.blog-card_profile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 10px
}
.blog-card_author {
min-width: 40px;
height: 40px;
border-radius: 50%
}
.blog-card_author img {
width: 100%;
height: 100%;
border-radius: 50%
}
.blog-card_info a {
font-size: 12px;
color: var(--body-color);
font-weight: 400
}
.blog-card_name {
font-family: var(--title-font);
font-size: 16px;
font-weight: 600;
letter-spacing: -0.16px;
margin-bottom: -0.3rem
}
.blog-card:hover .blog-img img {
-webkit-transform: scale(1.08);
transform: scale(1.08)
}
.blog-card:hover .blog-img:before {
-webkit-animation: shine 1.9s;
animation: shine 1.9s
}
.blog-card .blog-btn {
border-bottom: 1px solid #e1e5eb;
margin-bottom: 25px;
padding-bottom: 30px
}
.blog-card .line-btn {
font-family: var(--body-font);
font-size: 16px;
font-weight: 600;
letter-spacing: -0.16px
}
@media(max-width: 991px) {
.blog-card .box-title {
font-size:22px
}
}
@media(max-width: 767px) {
.blog-card .blog-content {
padding:30px
}
.blog-card .box-title {
font-size: 24px
}
}
@media(max-width: 410px) {
.blog-card .box-title {
font-size:22px
}
}
@media(max-width: 350px) {
.blog-card .blog-content {
padding:18px
}
.blog-card .box-title {
font-size: 20px
}
}
.blog-box {
position: relative
}
.blog-box .blog-img {
margin-bottom: 35px;
border-radius: 16px
}
.blog-box .blog-img img {
border-radius: 16px
}
.blog-box .blog-img {
position: relative;
overflow: hidden;
-webkit-transition: all .4s ease;
transition: all .4s ease
}
.blog-box .blog-img img {
width: 100%;
-webkit-transition: all .4s ease;
transition: all .4s ease
}
.blog-box_wrapper {
position: absolute;
left: 20px;
top: 20px;
display: block;
margin: 0 auto;
text-align: center
}
.blog-box .blog-date {
position: absolute;
top: 0;
left: 0;
background-color: var(--theme-color);
padding: 24px 8px 15px;
color: var(--white-color);
text-align: center;
font-size: 12px;
width: 70px;
height: 126px;
clip-path: path("M70 0H0V126L70 107V0Z");
z-index: 2
}
.blog-box .blog-date .date {
font-family: var(--title-font);
font-size: 36px;
font-weight: 700;
line-height: 46px;
display: block;
margin-bottom: 10px
}
.blog-box .blog-shape {
position: absolute;
left: 0;
top: 0;
width: 78px;
height: 134px;
background-color: var(--white-color);
clip-path: path("M78 0H0V134L78 113.794V0Z")
}
.blog-box .box-title {
line-height: 34px;
margin-bottom: 30px
}
.blog-box .blog-meta {
margin: -0.3rem 0 18px 0
}
@media(max-width: 375px) {
.blog-box .blog-meta span,.blog-box .blog-meta a {
font-size:14px
}
}
.blog-box .th-btn {
padding: 10px 25px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.blog-box .th-btn:after {
width: 16px;
height: 16px;
-webkit-mask-image: url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/img/icon/arrow-right2.svg);
mask-image: url(//spmediforthospital.com/wp-content/themes/spforthospital/assets/img/icon/arrow-right2.svg)
}
.blog-box:hover .blog-img img {
-webkit-transform: scale(1.08);
transform: scale(1.08)
}
.blog-grid.style2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px
}
@media(max-width: 767px) {
.blog-grid.style2 {
display:block
}
}
.blog-grid.style2 .blog-content {
padding: 47px 40px 51px 40px
}
@media(max-width: 375px) {
.blog-grid.style2 .blog-content {
padding:30px
}
}
.blog-grid.style2 .blog-img {
min-width: 424px;
margin-bottom: 0
}
@media(max-width: 1299px) {
.blog-grid.style2 .blog-img {
min-width:312px
}
}
@media(max-width: 1199px) {
.blog-grid.style2 .blog-img {
min-width:367px
}
}
@media(max-width: 991px) {
.blog-grid.style2 .blog-img {
margin-bottom:40px
}
}
@media(max-width: 767px) {
.blog-grid.style2 .blog-img {
min-width:100%
}
}
.blog-grid.style2 .blog-img img {
width: 100%;
height: 100%
}
@media(max-width: 767px) {
.blog-grid.style2 .blog-img {
min-width:100%
}
}
.blog-grid .blog-img {
position: relative;
overflow: hidden;
height: 220px;
border-radius: 16px;
margin-bottom: 40px
}
.blog-grid .blog-img img {
border-radius: 16px
}
.blog-grid .blog-meta span,.blog-grid .blog-meta a {
color: var(--black-color2)
}
.blog-grid .blog-content {
padding: 47px 40px 40px 40px
}
@media(max-width: 375px) {
.blog-grid .blog-content {
padding:30px
}
}
.blog-grid .blog-meta {
margin: -0.3rem 0 20px 0
}
.blog-grid .blog-tag {
position: absolute;
left: 0;
bottom: 0;
background-color: var(--theme-color);
padding: 9px 20px;
color: var(--white-color);
font-size: 14px;
line-height: 24px;
margin-bottom: 0
}
.blog-grid .box-title {
margin-bottom: 32px;
color: var(--black-color2)
}
.blog-grid .box-title a {
background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color)), to(var(--theme-color)));
background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
background-repeat: no-repeat;
background-position: bottom left;
background-size: 0 2px;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out
}
.blog-grid .box-title a:hover {
background-size: 100% 2px
}
.blog-grid .th-btn {
background-color: rgba(0,0,0,0);
color: var(--black-color2);
border: 1px solid var(--gray-color);
padding: 10px 25px
}
.blog-grid .blog-img {
overflow: hidden
}
.blog-grid .blog-img img {
width: 100%;
height: 100%;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out
}
.blog-grid .blog-meta {
margin: -0.4em 0 18px 0
}
@media(max-width: 375px) {
.blog-grid .blog-meta span,.blog-grid .blog-meta a {
font-size:14px
}
}
.blog-grid .blog-meta span>i,.blog-grid .blog-meta a>i {
color: var(--theme-color);
font-size: 14px
}
.blog-grid:hover .blog-img img {
-webkit-transform: scale(1.08);
transform: scale(1.08)
}
.blog-grid2 {
background-color: var(--smoke-color);
border-radius: 16px
}
.blog-grid2.style2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px
}
@media(max-width: 767px) {
.blog-grid2.style2 {
display:block
}
}
.blog-grid2.style2 .blog-grid2_content {
padding: 24px 24px 24px 0px
}
@media(max-width: 767px) {
.blog-grid2.style2 .blog-grid2_content {
padding:24px
}
}
.blog-grid2.style2 .blog-img {
min-width: 424px;
height: 225px;
margin-bottom: 0
}
@media(max-width: 1299px) {
.blog-grid2.style2 .blog-img {
min-width:312px
}
}
@media(max-width: 1199px) {
.blog-grid2.style2 .blog-img {
min-width:367px
}
}
@media(max-width: 991px) {
.blog-grid2.style2 .blog-img {
min-width:250px
}
}
@media(max-width: 767px) {
.blog-grid2.style2 .blog-img {
min-width:100%
}
}
.blog-grid2.style2 .blog-img img {
width: 100%;
height: 100%
}
@media(max-width: 767px) {
.blog-grid2.style2 .blog-img {
min-width:100%
}
}
.blog-grid2 .blog-img {
position: relative;
overflow: hidden;
height: 247px;
border-radius: 16px;
margin-bottom: 24px
}
.blog-grid2 .blog-img img {
border-radius: 16px
}
.blog-grid2 .blog-meta span,.blog-grid2 .blog-meta a {
color: var(--black-color2)
}
.blog-grid2_content {
padding: 0px 24px 24px 24px
}
.blog-grid2 .blog-meta {
margin: -0.3rem 0 20px 0
}
.blog-grid2 .blog-tag {
position: absolute;
left: 0;
bottom: 0;
background-color: var(--theme-color);
padding: 9px 20px;
color: var(--white-color);
font-size: 14px;
line-height: 24px;
margin-bottom: 0
}
.blog-grid2 .box-title {
margin-bottom: 32px;
color: var(--black-color2)
}
.blog-grid2 .box-title a {
background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color)), to(var(--theme-color)));
background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
background-repeat: no-repeat;
background-position: bottom left;
background-size: 0 2px;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out
}
.blog-grid2 .box-title a:hover {
background-size: 100% 2px
}
.blog-grid2 .th-btn.style4 {
background-color: rgba(0,0,0,0);
color: var(--theme-color);
border: 1px solid var(--theme-color);
padding: 10px 25px
}
.blog-grid2 .th-btn.style4:after {
background-color: var(--theme-color)
}
.blog-grid2 .th-btn.style4:hover {
color: var(--white-color)
}
.blog-grid2 .blog-img {
overflow: hidden
}
.blog-grid2 .blog-img img {
width: 100%;
height: 100%;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out
}
.blog-grid2 .blog-meta {
margin: -0.4em 0 18px 0
}
@media(max-width: 375px) {
.blog-grid2 .blog-meta span,.blog-grid2 .blog-meta a {
font-size:14px
}
}
.blog-grid2 .blog-meta span>i,.blog-grid2 .blog-meta a>i {
color: var(--theme-color);
font-size: 14px
}
.blog-grid2:hover .blog-img img {
-webkit-transform: scale(1.08);
transform: scale(1.08)
}
.blog-grid3 {
background-color: var(--smoke-color);
border-radius: 16px
}
.blog-grid3.style2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 24px
}
@media(max-width: 767px) {
.blog-grid3.style2 {
display:block
}
}
.blog-grid3.style2 .blog-grid_content {
padding: 24px 24px 24px 0px
}
@media(max-width: 767px) {
.blog-grid3.style2 .blog-grid_content {
padding:24px
}
}
.blog-grid3.style2 .blog-img {
min-width: 424px;
height: 225px;
margin-bottom: 0
}
@media(max-width: 1299px) {
.blog-grid3.style2 .blog-img {
min-width:312px
}
}
@media(max-width: 1199px) {
.blog-grid3.style2 .blog-img {
min-width:367px
}
}
@media(max-width: 991px) {
.blog-grid3.style2 .blog-img {
min-width:250px;
max-width: 250px
}
}
@media(max-width: 767px) {
.blog-grid3.style2 .blog-img {
min-width:100%
}
}
.blog-grid3.style2 .blog-img img {
width: 100%;
height: 100%
}
@media(max-width: 767px) {
.blog-grid3.style2 .blog-img {
min-width:100%
}
}
.blog-grid3 .blog-img {
position: relative;
overflow: hidden;
height: 247px;
border-radius: 16px;
margin-bottom: 24px
}
.blog-grid3 .blog-img img {
border-radius: 16px
}
.blog-grid3 .blog-meta span,.blog-grid3 .blog-meta a {
color: var(--black-color2)
}
.blog-grid3 .blog-grid_content {
padding: 0px 24px 24px 24px
}
.blog-grid3 .blog-meta {
margin: -0.3rem 0 20px 0
}
.blog-grid3 .blog-tag {
position: absolute;
left: 0;
bottom: 0;
background-color: var(--theme-color);
padding: 9px 20px;
color: var(--white-color);
font-size: 14px;
line-height: 24px;
margin-bottom: 0
}
.blog-grid3 .box-title {
margin-bottom: 32px;
color: var(--black-color2)
}
.blog-grid3 .box-title a {
background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color)), to(var(--theme-color)));
background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
background-repeat: no-repeat;
background-position: bottom left;
background-size: 0 2px;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out
}
.blog-grid3 .box-title a:hover {
background-size: 100% 2px
}
.blog-grid3 .th-btn.style4 {
background-color: rgba(0,0,0,0);
color: var(--theme-color);
border: 1px solid var(--theme-color);
padding: 10px 25px
}
.blog-grid3 .th-btn.style4:after {
background-color: var(--theme-color)
}
.blog-grid3 .th-btn.style4:hover {
color: var(--white-color)
}
.blog-grid3 .blog-img {
overflow: hidden
}
.blog-grid3 .blog-img img {
width: 100%;
height: 100%;
-webkit-transition: .4s ease-in-out;
transition: .4s ease-in-out
}
.blog-grid3 .blog-meta {
margin: -0.4em 0 18px 0
}
@media(max-width: 375px) {
.blog-grid3 .blog-meta span,.blog-grid3 .blog-meta a {
font-size:14px
}
}
.blog-grid3 .blog-meta span>i,.blog-grid3 .blog-meta a>i {
color: var(--theme-color);
font-size: 14px
}
.blog-grid3:hover .blog-img img {
-webkit-transform: scale(1.08);
transform: scale(1.08)
}
.sec_title_static {
position: sticky;
height: 100%;
display: block;
max-width: 570px
}
.sec_title_static .sec_title_wrap {
position: sticky;
top: 150px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: auto
}
.blog-grid4 {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 30px;
overflow: hidden;
background-color: var(--white-color)
}
@media(max-width: 767px) {
.blog-grid4 {
display:block
}
}
.blog-grid4_wrapp {
position: sticky;
top: 155px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: auto
}
.blog-grid4_wrapp:not(:last-child) .blog-grid4 {
border-bottom: 1px solid #e1e4e5;
margin-bottom: 30px;
padding-bottom: 30px
}
.blog-grid4 .blog-meta {
margin-bottom: 15px
}
.blog-grid4 .box-title {
font-size: 28px;
margin-bottom: 22px
}
.blog-grid4 .blog-img {
min-width: 248px;
border-radius: 16px
}
@media(max-width: 767px) {
.blog-grid4 .blog-img {
margin-top:20px
}
}
.blog-grid4 .blog-img img {
border-radius: 16px;
border: 2px solid var(--secondaryColor);
}
.blog-grid4-static-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 24px
}
.blog-grid4.style5 {
background-color: rgba(0,0,0,0);
gap: 40px;
border: none
}
.blog-grid4.style5 .blog-img {
min-width: 424px;
border-radius: 20px
}
@media(max-width: 991px) {
.blog-grid4.style5 .blog-img {
min-width:50%
}
}
.blog-grid4.style5 .blog-img img {
border-radius: 20px
}
.blog-grid4.style5 .box-title {
font-size: 24px;
font-weight: 600
}
.blog-grid4.style5 .th-btn.style4 {
padding: 12px 25px
}
.blog-title-area {
max-width: 613px;
margin: auto;
display: block;
text-align: center
}
.blog-area {
padding-bottom: 60px
}
.blog-area13 {
background-color: #e9f1ec
}
.blog13-image {
margin-left: -200px
}
@media(max-width: 1199px) {
.blog13-image {
display:none
}
}
.blog12-titlebox {
margin-bottom: 150px
}
.blog12-titlebox .th-btn {
margin-top: 30px;
margin-bottom: 10px
}
.blog12-shape {
margin-left: -85px
}
@media(max-width: 1299px) {
.blog12-shape {
margin-left:0
}
}
.blog-grid12 .blog-img {
min-width: 40%;
}
.blog-grid12.blog-grid4_wrapp:not(:last-child) .blog-grid4 {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0
}
.blog-grid12 .blog-grid4 {
background: #F2F5FA;
border-radius: 16px
}
.blog-grid12 .box-title {
font-size: 24px;
margin-bottom: 15px;
}
.bg-smoke {
background-color: #F2F5FA !important;
} .brand-corporate {
height: 100%;
}
.brand-corporate img {
width: 200px;
height: 112px;
object-fit: cover;
}
.brand-corporate p {
font-weight: 600;
text-align: center;
height: 100%;
font-size: 15px;
}
.corporate-row {
--bs-gutter-y: 2rem;
} .accreditation-banner {
background-repeat: no-repeat;
background-position: right center;
background-size: cover;
padding: 9%;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 20px;
height: 397px;
} .banner-content {
max-width: 45%;
}
.banner-content .badge-text {
font-size: 45px;
font-weight: 700;
color: var(--secondaryColor);
}
.banner-content h3 {
font-size: 24px;
margin: 5px 0;
color: var(--secondaryColor);
line-height: 2;
}
.banner-content p {
font-size: 19px;
color: #333;
margin-bottom: 15px;
font-weight: 700;
}
.btn-appointment {
display: inline-block;
padding: 10px 18px;
background: var(--secondaryColor);
color: #fff;
border-radius: 6px;
text-decoration: none;
font-size: 14px;
font-weight: 700;
transition: background 0.3s ease;
}
.btn-appointment:hover {
background: var(--secondaryColor);
} .banner-badge img {
max-width: 190px;
} .banner-image img {
max-width: 260px;
border-radius: 8px;
} @media (max-width: 991px) {
.accreditation-banner {
flex-direction: column;
text-align: center;
}
.banner-content {
max-width: 100%;
margin: 27px;
}
.banner-image img {
max-width: 100%;
}
.jci-description {
text-align: justify !important;
}
.category-card.style-four .category-title h3 {
width: calc(100% - 85px) !important;
}
.category-card.style-four .category-title .category-icon {
width: 100px !important;
}
.new-icon-badge {
display : none !important;
}
}
.jci-accreditation {
padding: 60px 15px;
background-color: #ffffff;
}
.jci-container {
max-width: 900px;
margin: 0 auto;
text-align: center;
}
.jci-title {
font-size: 31px;
font-weight: 600;
color: #111;
margin-bottom: 5px;
}
.jci-subtitle {
font-size: 26px;
font-weight: 500;
color: #333;
margin-bottom: 15px;
}
.jci-divider {
display: block;
width: 60px;
height: 2px;
background-color: #c03;
margin: 0 auto 20px;
}
.jci-description {
font-size: 18px;
font-weight: 600;
line-height: 1.7;
color: #555;
margin: 0;
}
.blog-grid4_wrapp .box-content .commission-text {
margin-top: unset;
}
.commitment-excellence h3 {
width: calc(100% - 155px);
line-height: 2;
}
.bg-raw {
background: #f6eff4;
}
.jci-focus-area {
padding: 40px 15px;
background-color: #ffffff;
}
.jci-focus-container {
max-width: 800px;
margin: 0 auto;
}
.jci-focus-title {
font-size: 29px;
font-weight: 600;
color: #111;
margin-bottom: 15px;
}
.jci-focus-box {
background-color: #fdecef;
border-radius: 4px;
padding: 16px 40px;
width: 70%;
}
.jci-focus-item {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid #f3cbd3;
}
.jci-focus-item.last {
border-bottom: none;
}
.jci-check {
color: #c2185b;
font-size: 25px;
line-height: 1.4;
font-weight: 600;
}
.jci-focus-item p {
margin: 0;
font-size: 22px;
color: #333;
line-height: 1.6;
} @media (max-width: 991.98px) {
.banner-content .badge-text, .banner-content p, .banner-content h3 {
font-size: 34px;
color: white;
}
} @media (max-width: 575.98px) {
.banner-content .badge-text, .banner-content p, .banner-content h3 {
font-size: 24px;
text-align: center;
color: white;
}
} @media (max-width: 991.98px) {
.banner-badge img {
max-width: 110px;
}
} @media (max-width: 575.98px) {
.banner-badge img {
max-width: 110px;
margin: 0 auto;
display: block;
}
}
.breadcrumb-area.accreditation-banner {
position: relative;
overflow: hidden;
} .breadcrumb-area.accreditation-banner::after {
content: "";
position: absolute;
inset: 0;
background-color: rgba(0, 13, 68, 0.7);
z-index: 1;
border-radius: 20px;
} .breadcrumb-area.accreditation-banner > * {
position: relative;
z-index: 2;
}
.category-card.style-four .category-title {
margin-bottom: unset; 
}
.category-title .category-icon {
width: 60px !important;
} @media (max-width: 991.98px) {
.jci-focus-area {
padding: 35px 20px;
}
.jci-focus-title {
font-size: 24px;
}
.jci-focus-box {
width: 100%;
padding: 16px 24px;
}
.jci-focus-item p {
font-size: 18px;
}
.jci-check {
font-size: 22px;
}
.blog-grid4 .box-content {
padding-top: 32px;
}
.blog-grid4_wrapp .box-contentssss p {
margin-top: 10% !important;
}
} @media (max-width: 575.98px) {
.jci-focus-area {
padding: 28px 15px;
}
.jci-focus-title {
font-size: 20px;
text-align: center;
}
.jci-focus-box {
width: 100%;
padding: 14px 18px;
margin: 0 auto;
}
.jci-focus-item {
gap: 10px;
padding: 8px 0;
}
.jci-check {
font-size: 20px;
line-height: 1.3;
}
.jci-focus-item p {
font-size: 16px;
line-height: 1.5;
}
}
.blog100-shape {
margin-left: unset !important;
}
.blog100-shape img {
position: relative;
bottom: 150px;
}
.blog-grid4-static-wrap .box-title a {
color: var(--secondaryColor);
}
.jci-accreditation p {
font-size: 18px;
font-weight: 600;
line-height: 1.7;
color: #555;
margin: 0;
}
.blog-grid4_wrapp .box-content p {
margin-top: unset;
}  .read-more-btn {
display: inline-block;
padding: 14px 10px;
color: #fff;
font-weight: 600;
text-decoration: underline;
border-radius: 16px;
cursor: pointer;
}
.blog200-shape img {
position: relative;
bottom: 0px;
left: 22%;
animation: flipSide 14s linear infinite;
transform-style: preserve-3d;
}
@keyframes flipSide {
from {
transform: rotateY(0deg);
}
to {
transform: rotateY(360deg);
}
}
@media (max-width: 1299px) {
.blog200-shape {
margin-right: 42%;
}
}
.wh-area.style-one .wh-content .feature-item-wrap .feature-item-1 {
margin-bottom: 15px !important;
}
@media (max-width: 575.98px) {
.wh-area {
padding-top: 1.5rem;
padding-bottom: 1rem;
}
.feature-item {
align-items: flex-start;
gap: 12px;
}
.feature-icon {
flex: 0 0 auto;
max-width: 50px;
}
.feature-info h3 {
font-size: 18px;
line-height: 1.4;
margin-bottom: 6px;
}
.feature-info p {
font-size: 14px;
line-height: 1.6;
}
.wh-area.style-one .wh-img-wrap {
height: auto !important;
}
.wh-area.style-two {
margin-top: 75px;
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.feature-item {
gap: 0px;
}
.feature-icon {
flex: 0 0 55px;
max-width: 55px;
}
.feature-info h3 {
font-size: 20px;
line-height: 1.45;
}
.feature-info p {
font-size: 15px;
}
.wh-area.style-one .wh-img-wrap {
height: auto !important;
}
}
.date-calendar .datepicker table td.day:hover {
color: white;
}
.blog-grid4_wrapp .box-contentssss p {
margin-top: 20%;
}  .hero-banner-1 {
position: relative;
background-repeat: no-repeat;
background-position: right center;
background-size: cover;
padding: 9%;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 20px;
height: 397px;
color: #fff;
}
.hero-content-1 {
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
} .hero-left-1 {
max-width: 50%;
}
.hero-left-1 h1 {
font-size: 42px;
font-weight: 600;
margin-bottom: 30px;
line-height: 1.3;
color: white;
}
.hero-buttons {
display: flex;
gap: 20px;
}
.btn {
padding: 12px 25px;
border-radius: 6px;
text-decoration: none;
font-weight: 500;
transition: 0.3s ease;
}
.primary-btn {
background: var(--secondaryColor);
color: #fff;
padding: 12px 25px;
border-radius: 6px;
text-decoration: none;
font-weight: 500;
transition: 0.3s ease;
white-space: nowrap;
}
.secondary-btn {
background: var(--secondaryColor);
color: #fff;
padding: 12px 25px;
border-radius: 6px;
text-decoration: none;
font-weight: 500;
transition: 0.3s ease;
white-space: nowrap;	
}
.btn:hover {
opacity: 0.85;
} .hero-form-1 {
height: 100%;
width: 380px;
position: relative;
left: 9%;
top: 70px;
}
.form-card {
background: #fff;
color: #333;
padding: 25px;
border-radius: 8px;
box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.form-card h3 {
margin-bottom: 15px;
font-size: 18px;
font-weight: 600;
}
.form-card form {
display: flex;
flex-direction: column;
gap: 12px;
}
.form-card input,
.form-card select {
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
width: 100%;
}
.phone-field {
display: flex;
align-items: center;
border: 1px solid #ddd;
border-radius: 4px;
overflow: hidden;
}
.phone-field .country-code {
padding: 10px;
background: #f2f2f2;
font-size: 14px;
}
.phone-field input {
border: none;
flex: 1;
padding: 10px;
}
.checkbox {
display: flex;
gap: 8px;
font-size: 12px;
align-items: flex-start;
}
.submit-btn {
padding: 12px;
background: var(--secondaryColor);
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
font-weight: 500;
transition: 0.3s;
}
.submit-btn:hover {
background: #8f1d5e;
} @media (max-width: 992px) {
.hero-content-1 {
flex-direction: column;
text-align: center;
}
.contact-detail-card .detail-text {
text-align: center;
}
.hero-left-1 {
max-width: 100%;
}
.hero-buttons {
justify-content: center;
}
.hero-form-1 {
width: 100%;
max-width: 400px;
}
}
@media (max-width: 576px) {
.hero-left-1 h1 {
font-size: 28px;
}
.hero-banner-1 {
padding: 60px 0;
}
} .stats-section { } .stats-cta {
padding: 25px 0;
text-align: center;
}
.stats-cta .cta-wrapper {
display: inline-flex;
align-items: center;
gap: 26%;
background: #8f1d5e;
padding: 12px 30px;
border-radius: 8px;
color: #fff;
font-weight: 500;
width: 39%;
}
.cta-text {
font-size: 16px;
}
.cta-call {
display: flex;
align-items: center;
gap: 10px;
background: #a72570;
padding: 8px 18px;
border-radius: 6px;
color: #fff;
text-decoration: none;
font-weight: 600;
}
.call-icon {
background: #fff;
color: #8f1d5e;
font-size: 12px;
padding: 3px 6px;
border-radius: 50px;
font-weight: 700;
} .stats-content {
padding-top: 20px;
}
.stats-grid {
display: flex;
justify-content: space-between;
align-items: stretch;
gap: 0;
background: #fff;
border-radius: 6px;
overflow: hidden;
}
.stat-box {
flex: 1;
text-align: center;
padding: 25px 15px;
border-right: 1px solid #eee;
}
.stat-box:last-child {
border-right: none;
}
.stat-box h3 {
font-size: 28px;
font-weight: 700;
color: #8f1d5e;
margin-bottom: 5px;
}
.stat-box span {
display: block;
font-size: 14px;
font-weight: 600;
color: #8f1d5e;
margin-bottom: 6px;
}
.stat-box p {
font-size: 14px;
color: #555;
text-align: center;
}
@media (min-width: 1024px) {
.primary-btn {
padding: 12px 15px;
}
.stats-cta {
top: 123px !important;	
}
}
@media (min-width: 991.98px) { .stats-cta {
padding: 40px 0;
position: relative;
top: 105px;
}
.stats-cta .cta-wrapper {
display: flex;
justify-content: space-between; align-items: center;
width: 90%;
max-width: 900px;
margin: 0 auto;
padding: 18px 40px;
}
.cta-text {
font-size: 18px;
}
.cta-call {
padding: 10px 22px;
font-size: 15px;
}
.call-icon {
font-size: 13px;
padding: 4px 8px;
} .stats-content {
padding-top: 150px;
}
.stats-grid {
gap: 0;
}
.stat-box {
padding: 35px 20px;
}
.stat-box h3 {
font-size: 32px;
}
.stat-box span {
font-size: 15px;
}
.stat-box p {
font-size: 15px;
}
} @media (max-width: 992px) {
.stats-grid {
flex-wrap: wrap;
}
.media-card img {
width: 100% !important;
}	
.stat-box {
flex: 50%;
border-bottom: 1px solid #eee;
}
.stat-box:nth-child(2n) {
border-right: none;
}
}
@media (max-width: 576px) {
.cta-wrapper {
flex-direction: column;
gap: 10px;
}
.med-fac-gallery { flex-direction: column; }
.stats-grid {
flex-direction: column;
}
.stat-box {
border-right: none;
border-bottom: 1px solid #eee;
}
.stat-box:last-child {
border-bottom: none;
}
}
.mf-why-section {
padding: 60px 20px;
margin: 0 auto;
}
.mf-title {
font-size: 28px;
font-weight: 700;
margin-bottom: 20px;
color: #000;
}
.mf-description {
font-size: 16px;
line-height: 1.6;
color: #444;
margin-bottom: 40px;
}
.mf-features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.mf-feature-card {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 30px;
border: 1.5px solid #7d3c5e; border-radius: 12px;
background-color: #ffffff;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mf-feature-card:hover {
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.mf-feature-card span {
font-size: 23px;
font-weight: 500;
color: #333;
}
.mf-icon {
font-size: 24px;
font-weight: 400;
color: #000;
} @media (max-width: 768px) {
.mf-features-grid {
grid-template-columns: 1fr;
}
}
.medifort-contact-section {
background: linear-gradient(rgba(138, 43, 105, 0.85), rgba(138, 43, 105, 0.85)), url(https://spmedifortstage.onetikk.org/wp-content/uploads/2026/01/about-copy.png);
background-size: cover;
background-position: center;
padding: 80px 40px;
color: #ffffff;
}
.contact-wrapper {
display: flex;
margin: 0 auto;
align-items: center;
gap: 50px;
} .contact-info-block {
flex: 1.2;
}
.contact-main-title {
font-size: 32px;
margin-bottom: 20px;
font-weight: 600;
color: white;
}
.contact-intro-text {
font-size: 16px;
line-height: 1.7;
margin-bottom: 30px;
opacity: 0.9;
}
.enquiry-cta-btn {
background-color: #ffffff;
color: #8a2b69;
border: none;
padding: 15px 45px;
font-size: 18px;
border-radius: 8px;
cursor: pointer;
font-weight: 500;
transition: background 0.3s ease;
}
.enquiry-cta-btn:hover {
background-color: #f0f0f0;
} .contact-detail-card {
flex: 0.8;
background-color: #ffffff;
color: #333333;
padding: 40px;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.card-heading {
font-size: 24px;
margin-bottom: 5px;
color: #000;
}
.heading-underline {
width: 50px;
height: 3px;
background-color: #8a2b69;
margin-bottom: 30px;
}
.detail-item {
margin-bottom: 20px;
}
.detail-label {
display: block;
font-size: 16px;
margin-bottom: 5px;
color: #000;
}
.detail-text {
font-size: 15px;
font-weight: 600;
line-height: 1.5;
color: #555555;
margin: 0;
} @media (max-width: 992px) {
.contact-wrapper {
flex-direction: column;
text-align: center;
}
.heading-underline {
margin: 0 auto 30px auto;
}
.contact-info-block {
margin-bottom: 40px;
}
}
.med-fac-section {
padding: 60px 20px;
margin: 0 auto;
}
.med-fac-header { font-size: 26px; font-weight: bold; margin-bottom: 40px; }
.med-fac-layout {
display: flex;
gap: 30px;
align-items: flex-start;
}
.med-fac-gallery {
display: flex;
gap: 15px;
flex: 2;
}
.med-fac-img-box {
flex: 1;
background: #f5f5f5;
border-radius: 4px;
overflow: hidden;
height: 350px;
}
.med-fac-img-box img { width: 100%; height: 100%; object-fit: contain; }
.med-overlay { position: relative; }
.med-overlay::after {
content: "";
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background: rgba(131, 51, 102, 0.4); }
.med-fac-info { flex: 1; }
.med-fac-text {
line-height: 1.7;
color: #444;
font-size: 15px;
margin-bottom: 25px;
}
.med-fac-more-btn {
background: #8e1f5b;
color: #fff;
border: none;
padding: 14px 35px;
border-radius: 8px;
font-size: 16px;
cursor: pointer;
}
@media (max-width: 992px) {
.med-fac-layout { flex-direction: column; }
.med-fac-gallery { width: 100%; flex-direction: column; }
}
.jy-section {
margin: 80px auto;
padding: 0 20px;
}
.jy-main-title { font-size: 26px; margin-bottom: 50px; }
.jy-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px 40px;
position: relative;
}
.jy-card {
background: #f8f1f5;
padding: 30px;
border-radius: 12px;
position: relative;
}
.jy-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.jy-icon { font-size: 30px; color: #8d2e64; width: 73px; }
.jy-card-title { margin: 0; font-size: 18px; color: #000; }
.jy-card-text { margin: 0; font-size: 14px; line-height: 1.5; color: #333; text-align: center; } .jy-line-right::after {
content: "";
position: absolute;
top: 50%; right: -40px;
width: 40px;
border-top: 2px dotted #8d2e64;
}
.jy-line-top::before {
content: "";
position: absolute;
top: -60px; right: 50%;
height: 60px;
border-left: 2px dotted #8d2e64;
}
@media (max-width: 768px) {
.jy-grid { grid-template-columns: 1fr; }
.jy-line-right::after, .jy-line-top::before { display: none; }
}
.button-spec-100 {
padding: 5px;
}
.sp-room-section { margin: 60px auto; padding: 0 20px; }
.sp-room-title { font-size: 30px; margin-bottom: 60px; text-align: center; }
.sp-highlight { color: var(--secondaryColor); }
.sp-room-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; position: relative; }
.sp-room-item img { width: 100%; height: 400px; object-fit: cover; border-radius: 4px; }
.sp-room-view-btn {
position: absolute; top: 60%; left: 50%; transform: translate(-50%, -50%); border: none;
border-radius: 8px; cursor: pointer; font-size: 16px; z-index: 10; 
}
.mf-ambassador-section {
padding: 60px 20px;
margin: 0 auto;
font-family: Arial, sans-serif;
overflow: hidden;
}
.mf-ambassador-title {
font-size: 28px;
font-weight: bold;
margin-bottom: 75px;
color: #000000;
}
.mf-slider-container {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.mf-slider-track {
display: flex;
transition: transform 0.5s ease-in-out;
align-items: center;
gap: 20px;
}
.mf-slide {
min-width: 300px;
transition: all 0.5s ease;
opacity: 0.4; transform: scale(0.8);
filter: grayscale(50%);
}
.mf-slide-active {
opacity: 1;
transform: scale(1.1); filter: grayscale(0%);
z-index: 2;
}
.mf-video-wrapper {
border-radius: 8px;
overflow: hidden;
background: #000;
} .mf-slide-active .mf-video-wrapper {
border: 5px solid #8e1f5b; 
}
.mf-slide img {
width: 574px;
display: block;
height: 289px;
object-fit: cover;
object-position: right;
} .mf-prev-btn, .mf-next-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(142, 31, 91, 0.8);
color: white;
border: none;
padding: 15px;
cursor: pointer;
border-radius: 50%;
z-index: 10;
width: 55px;
}
.mf-prev-btn { left: 10px; }
.mf-next-btn { right: 10px; }
@media (max-width: 992px) { .hero-banner-1 {
height: auto;
padding: 60px 30px;
flex-direction: column;
text-align: center;
background-position: center;
}
.hero-content-1 {
flex-direction: column;
gap: 30px;
}
.hero-left-1 {
max-width: 100%;
}
.hero-left-1 h1 {
font-size: 32px;
}
.hero-buttons {
justify-content: center;
flex-wrap: wrap;
}
.hero-form-1 {
position: static;
width: 100%;
max-width: 450px;
margin: 0 auto;
} .stats-cta .cta-wrapper {
width: 100%;
justify-content: space-between;
gap: 20px;
} .sp-room-gallery {
grid-template-columns: 1fr;
}
.sp-room-item img {
height: 300px;
} .mf-slide img {
width: 100%;
height: auto;
}
}
@media (max-width: 576px) { .hero-banner-1 {
padding: 40px 20px;
margin: 0 10px;
}
.hero-left-1 h1 {
font-size: 24px;
line-height: 1.4;
}
.hero-buttons {
flex-direction: column;
gap: 12px;
}
.btn {
width: 100%;
text-align: center;
}
.hero-form-1 {
max-width: 100%;
} .stats-cta .cta-wrapper {
flex-direction: column;
width: 100%;
gap: 12px;
padding: 15px;
}
.cta-call {
width: 100%;
justify-content: center;
} .stat-box h3 {
font-size: 22px;
} .mf-title {
font-size: 22px;
}
.mf-feature-card {
flex-direction: column;
text-align: center;
gap: 10px;
}
.mf-feature-card span {
font-size: 18px;
} .medifort-contact-section {
padding: 50px 20px;
}
.contact-detail-card {
padding: 25px;
}
.contact-main-title {
font-size: 24px;
} .med-fac-img-box {
height: 250px;
} .jy-grid {
grid-template-columns: 1fr;
gap: 30px;
} .mf-prev-btn,
.mf-next-btn {
width: 40px;
padding: 10px;
}
}
.sp-room-view-btn .circle-text-wrap {
position: absolute;
bottom: 0;
left: 50%;
width: 180px;
height: 180px;
padding: 10px;
transform: translateX(-50%);
border-radius: 10px 10px 0 0;
} .menu > ul > li .menu-subs {
width: auto;
padding: 0 0.5rem;
max-width: unset;
}
@media only screen and (max-width: 991px) {
.menu > ul > li .menu-subs {
width: 100% !important;
padding: 1rem !important;
padding-top: 4rem !important;
}	
}
@media only screen and (max-width: 767px) {
.btn-wrap .google-ratings {
margin-top: 25px;
}
} @media only screen and (max-width: 991px) and (min-width: 768px) {
.blog100-shape img {
left: 27%;
}
} @media only screen and (max-width: 767px) {
.blog100-shape img {
left: 6%;
}
}
.pricing-card .pricing-header {
height: 160px;
}
.row-awards .swiper {
margin-left: 2px;
}
.telemedicine-slider-wrapper {
position: relative;
left: 2px;
}
.telemedicine-slider-wrapper .swiper-button-prev,
.telemedicine-slider-wrapper .swiper-button-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.telemedicine-slider-wrapper .swiper-button-prev {
left: -40px; }
.telemedicine-slider-wrapper .swiper-button-next {
right: -40px; } @media (max-width: 768px) {
.telemedicine-slider-wrapper .swiper-button-prev {
left: 0;
}
.telemedicine-slider-wrapper .swiper-button-next {
right: 0;
}
}
.contact-info-card.style-two {
height: 302px;
}
@media (max-width: 768px) {
.row-awards .swiper {
width: 80%;
left: 40px;
}
}
@media only screen and (min-width: 1400px) {
.menu > ul > li {
margin-right: 7px !important;
}
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
.navbar-area .menu > ul > li {
margin-right: 5px !important;
}
.telemedicine-slider-wrapper .swiper-button-prev {
left: -26px;
}
}
@media (max-width: 991px) {
.blog-facility img {
width: 250px;
height: 250px !important;
}
}   .career-form-wrapper {
background: #ffffff;
border-radius: 20px;
padding: 30px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
}
.career-form-wrapper h4 {
font-size: 22px;
font-weight: 600;
margin-bottom: 25px;
color: #222;
} .career-form-wrapper .form-group {
margin-bottom: 18px;
} .career-form-wrapper label {
font-size: 14px;
font-weight: 500;
margin-bottom: 6px;
display: block;
color: #444;
} .career-form-wrapper input,
.career-form-wrapper select,
.career-form-wrapper textarea {
width: 100%;
padding: 12px 15px;
border-radius: 10px;
border: 1px solid #e5e5e5;
font-size: 14px;
background: #f9f9f9;
transition: all 0.3s ease;
} .career-form-wrapper input:focus,
.career-form-wrapper select:focus,
.career-form-wrapper textarea:focus {
border-color: #007bff;
background: #fff;
outline: none;
box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
} .career-form-wrapper textarea {
min-height: 120px;
resize: none;
} .career-form-wrapper .btn-primary,
.career-form-wrapper button[type="submit"] {
width: 100%;
padding: 14px;
border-radius: 12px;
font-size: 15px;
font-weight: 600;
border: none;
transition: all 0.3s ease;
} .career-form-wrapper .btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
} @media (min-width: 1200px) {
.career-form-wrapper {
position: sticky;
top: 120px;
}
} @media (max-width: 1199.98px) {
.career-form-wrapper {
margin-top: 40px;
position: relative;
top: 0;
}
} @media (max-width: 767.98px) {
.career-form-wrapper {
padding: 20px;
}
.career-form-wrapper h4 {
font-size: 18px;
}
.career-form-wrapper input,
.career-form-wrapper textarea {
font-size: 13px;
padding: 10px 12px;
}
.dropdown_search {
width: 325px !important;
}
}
.form-check .form-check-input {
width: 10px;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
margin-left: 10px;
}
@media (min-width: 1400px) {
.blog-facility img {
width: 518px !important;
}
}
.events-row {
--bs-gutter-y: 2rem;
}