@charset "utf-8";

/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/

@font-face {
    font-family: 'Polymath Demo';
    src: url('../fonts/PolymathDemo-Medium.woff2') format('woff2'),
        url('../fonts/PolymathDemo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Demo';
    src: url('../fonts/PolymathDemo-Bold.woff2') format('woff2'),
        url('../fonts/PolymathDemo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Demo';
    src: url('../fonts/PolymathDemo-Black.woff2') format('woff2'),
        url('../fonts/PolymathDemo-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Demo';
    src: url('../fonts/PolymathDemo-Regular.woff2') format('woff2'),
        url('../fonts/PolymathDemo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Demo';
    src: url('../fonts/PolymathDemo-Semibold.woff2') format('woff2'),
        url('../fonts/PolymathDemo-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Demo';
    src: url('../fonts/PolymathDemo-Light.woff2') format('woff2'),
        url('../fonts/PolymathDemo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display Demo';
    src: url('../fonts/PolymathDispDemo-Medium.woff2') format('woff2'),
        url('../fonts/PolymathDispDemo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display Demo';
    src: url('../fonts/PolymathDispDemo-Regular.woff2') format('woff2'),
        url('../fonts/PolymathDispDemo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Display Demo';
    src: url('../fonts/PolymathDispDemo-Semibold.woff2') format('woff2'),
        url('../fonts/PolymathDispDemo-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*************** DEFAULT CSS ***************/
:root {
    --body-font: 'Polymath Demo';
    --body-font-Size: 16px;
    --body-color: var(--black);
    --primary-color: #00aaab;
    --secondary-color: #000;
    --light-gray: #f0f0f0;
    --dark-gray: #c1c1c1;
    --black: #000;
    --white: #fff;
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000;color:#fff;}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0; line-height:28px; }
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 30px 0;height:1px;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
.heading-style-2 {font-size: 46px;line-height: 60px;color: var(--secondary-color);font-weight: 300;}  
.heading-style-2 span { color: var(--primary-color);font-weight: bold;}
.heading {font-size: 54px;line-height: 62px;color: var(--secondary-color);font-weight: bold;}  
.title-style {position: relative;display: inline-block; font-size: 16px;line-height: 18px;color: var(--dark-gray);padding: 0px 11px;text-align: center;}
.title-style::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    outline: 2px solid var(--primary-color);
}
.title-style::before {
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0 auto;
    outline: 3px solid var(--white);
    z-index: 1;
}
.title-style-margin { margin: 0 0 35px 0;}
/*************** PRELOADER ***************/
 #preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 9999; display: flex; justify-content: center; align-items: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
.spinner {width: 100%;height: 100%; background-image: url(../images/trinity-health-logo.svg); background-position: center; background-repeat: no-repeat; background-size:180px; }
#preloader.hidden { opacity: 0;visibility: hidden; }

/*************** COLUMS AND ROWS ***************/
main{ position:relative;}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.align-center{ align-items: center; }
.section-spacing{padding:100px 0;}
.sticky{position: -webkit-sticky !important;position: sticky !important;top: 100px;width:100%;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1450px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.pos-relative { position: relative;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.scrollwrap{ width: calc(50vw + 680px); overflow: hidden;}
.scrollwrap-left { margin-left: calc(-50vw + 50%); overflow: hidden;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{display: flex; width: 100%; height: 10px;}
.gap-20{ height: 20px;}
.gap-30{ height: 30px;}
.gap-40{ height: 40px;}
.gap-50{ height: 50px;}
.gap-60{ height: 60px;}
.gap-70{ height: 70px;}
.gap-80{ height: 80px;}
.gap-90{ height: 90px;}
.gap-100{ height: 100px;}
.m-b-0{ margin-bottom: 0px;}
.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-15{ margin-bottom: 15px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-25{ margin-bottom: 25px;}
.m-b-30{ margin-bottom: 30px;}
.m-b-35{ margin-bottom: 35px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px;}
.m-b-50{ margin-bottom: 50px;}
.pr-10{padding-right: 10px;}
.pl-50{padding-left: 50px;}
.pr-50{padding-right: 50px;}
.bg-grey{background-color:#F4F4F4;}
.direction-column{flex-direction: column;}
.stickybar {position: sticky;top:100px;}
	
/*********************/	
.smd10{width:10%; }
.smd15{width:15%; }
.smd20{width:20%; }
.smd25{width:25%; }
.smd30{width:30%; }
.smd40{width:40%; }
.smd50{width:50%; }
.smd60{width:60%; }
.smd70{width:70%; }
.smd75{width:75%; }
.smd80{width:80%; }
.smd85{width:85%; }
.smd90{width:90%; }
.smd100{width:100%;}

/*************** ROUND TEXT ANIMATION ***************/

@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg);  }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotatecircle {
    0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}

@-webkit-keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(-360deg); }
}
	
/*************** PAGE CSS ***************/
header{ 
    position: fixed;
    top:0; 
    left: 0;    
    width: 100%;
    z-index: 10;
    padding: 25px 0px; 
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header.smaller {
    padding: 10px 0;
    position: fixed;
    z-index: 9;
    /* background-image: none; */
    box-shadow: 0px 10px 20px 0px rgba(123, 123, 123, 0.1);
    top: 0;
    left: 0;
    background-color: var(--white);
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    background-color: var(--white);
}
.header-right {
    display: flex;
    align-items: center;
}
.logo img{
    width: 123px;
}
header.smaller .logo img{
    width: 80px;
}
.search-top a {
    font-size: 22px;
    color: var(--black);
}
.menu {
    padding-right: 80px;
}

.intro {
    padding: 130px 0 100px 0;
}
.intro-vedio {
    position: relative;
    margin: 80px 0 0 0 ;
}
.vedio-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 50px 70px 50px ;
}
.cap-left {
    flex: 0 0 50%;
    padding-right: 80px;
    color: var(--white);
}
.cap-right  {
    flex: 0 0 50%;
    text-align: right;
}
.cap-left h2 {
    font-size: 50px;
    margin: 0 0 30px 0;
}
.cap-left p {
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    font-weight: 300;
}
.prj-box {
    position: relative;
    /* padding: 20px; */
    display: block;
    width: 100%;
    height: 100%;
    /* border: 1px solid var(--dark-gray); */
}
/* .prj-box:hover {
    background-color: var(--primary-color);
}
.prj-box:hover .logo-cap img {
    filter: grayscale(1);
} */

.prj-box::before {
    position: absolute;
	z-index: 1;
	content: '';
    left: 0;
	width: 100%;
	height: 200px;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, #000 100%)
}

.prj-box::after {
    width: 3px;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--black);
    content: '';
    z-index: 0;
    transition: all ease-in-out 500ms;
}
.prj-box:hover:after {
    height: 100%;
    bottom: auto;
    top: 0;
}
.btm-cap {
    position: absolute;
    bottom: -190px;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 25px 30px;
    color: var(--white);
    z-index: 2;
    transition: all ease-in-out 300ms;
}
.prj-box:hover .btm-cap {
    bottom: 0px;
    background-color: var(--primary-color);
}
.btm-cap h2 {
    font-size: 30px;
    line-height: 32px;
}
.btm-cap h2 span {
    font-weight: 100;
    font-style: italic;
    margin-right: 15px;
    color: var(--primary-color);
    padding-right: 18px;
    position: relative;
}
.prj-box:hover h2 span {
    color: var(--black);
}
.btm-cap h2 span::after {
    width: 1px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(250, 250, 250, 0.2);
    content: '';
}
.logo-cap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 30px 0;
    min-height: 150px;
}
.btm-lg {
    padding: 15px;
    background-color: var(--white);
    outline: 1px solid rgba(123, 123, 123, .2);
    outline-offset: -5px;
    display: inline-block;
}
.btm-lg img {
    max-width: 100%;
}
.hover-cap {
    padding-top: 15px;
}
.more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    background: var(--secondary-color);
}
.more-link:hover {
    background-color: #BCC2C6;
}
.link-arrow {
    opacity: 0;
    transition: all ease-in-out 500ms;
    transform: rotate(-25deg);
}
.prj-box:hover .link-arrow {
    opacity: 1;
    transform: rotate(0deg);
}
.heathcare-group-slider {
    background-color: var(--light-gray);
}
.sidescroll-row {
    overflow: hidden;
    padding: 100px 0 0 0 ;
    position: relative;
}
.sidescroll-row:after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    background-color: var(--light-gray);
    transform: rotate(0.6deg);
}
.sideScroll {
    display: inline-block;
    animation: leftsideScroll 15s linear infinite;
}
.primary-scroll.sideScroll {
    rotate: -1deg;
    margin: 0 0 20px 0;
}
.secondary-scroll.sideScroll {
    display: inline-block;
    animation: rightsideScroll 15s linear infinite;
}
.sideScroll {
    white-space: nowrap;
    position: relative;
}
.sideScroll ul {
    padding: 0;
    margin: 0;
    display: flex;
    background-color: var(--primary-color);
}
.secondary-scroll.sideScroll ul {
    background-color: var(--secondary-color);
}
.sideScroll ul li {
    padding: 20px 20px 40px 20px;
    margin: 0;
}
.secondary-scroll.sideScroll li {
    padding: 25px 20px 25px 20px;
}
.sideScroll ul li h2 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    line-height: 38px;  
    font-weight: bold;
    margin: 0;
    color: var(--white);
}

@keyframes leftsideScroll {
    0% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(-2000px);
    }
}
@keyframes rightsideScroll {
    0% {
        transform: translateX(-2000px);
    }
    100% {
        transform: translateX(20px);
    }
}

.healthcare-excellance {
    background-color: var(--light-gray);
    padding: 120px 0;
}
.counter-wrapper {
    font-size: 30px;    
    font-weight: 900;
    color: var(--primary-color);
    color: var(--primary-color);
    margin: 0 0 32px 0;
}
 span.counter {
    font-size: 46px;
    font-weight: bold;
    line-height: 54px;
}
.counter-wrapper-main {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0 0 0 ;
}
.counter-container {
    flex: 0 0 25%;
    padding: 10px 20px;
    border-right: 1px solid var(--black);
    position: relative;
}
.counter-container:last-child::after {
    display: none;
}
.counter-container:after {
    width: 3px;
    height: 0;
    position: absolute;
    right: -1px;
    bottom: 0;
    background-color: var(--primary-color);
    content: '';
    z-index: 0;
    transition: all ease-in-out 500ms;
}
.counter-container:hover:after {
    height: 100%;
    bottom: auto;
    top: 0;
}
.counter-container:last-child {
    border-right: 0;
}
.counter-container h3 {
    font-size: 24px;
    margin: 0 0 60px 0;
    color: var(--black);
}
.counter-container:nth-child(02) h3 {
    margin: 0 0 30px 0;
}
.counter-container p {
    color: var(--black);
    margin: 0;
}
.chairmans-message {
    padding: 100px 0;
}
.message-box {
    position: relative;
}
.msg-cap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 15px 0 65px;
    display: flex;
    flex-direction: column;
    color: var(--white);
    justify-content: center;
    max-width: 600px;
}
.msg-cap .heading {
    color: var(--white);
    font-size: 54px;
    line-height: 64px;
    margin: 0 0 25px 0;
}
.msg-cap p {
    margin: 0 0 30px 0;
}
.mb-50 { margin-bottom: 50px !important;}
.news-events {
    padding: 0 0 100px 0;
}
.news-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 35px 0 0 0;
}
.news-item {
    flex: 0 0 49%;
}
.news-cap {
    padding: 40px 0;
    position: relative;
}
.date {
    text-transform: uppercase;
    font-size: 16px;
    margin:  0 0 40px 0;
    display: block;
}
.news-cap h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
}
.news-cap p {
    font-size: 18px;
    color: #6a6a6a;
}
footer {
    padding: 100px 0 0 0;
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.ftr-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 95px 0;
    border-bottom: 1px solid var(--black);
}
.ftr-logo img {
    max-width: 310px;
}
.ftr-links ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 33px;
}
.ftr-links ul li a {
    color: var(--black);
    font-size: 14px;
    text-transform: uppercase;
}
.ftr-links ul li:hover a {
    color: var(--primary-color);
}
.ftr-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--black);
    padding: 50px 0 56px 0;
}
.copy-right p {
    font-size: 14px;
    margin: 0;
}
.social-links {
    display: inline-flex;
    gap: 3px;
    margin: 0;
    padding: 0;
}
.social-links li a {
    color: var(--black);
    font-size: 25px;
}
.social-links li:last-child a {
    font-size: 27px;
}
.social-links li:hover a {
    color: var(--primary-color);
}
.pad {
    padding: 100px 0;
}
.inn-date {
    color: var(--primary-color);
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--light-gray);
}
.subheading {
    font-size: 35px;
    font-weight: 600;
}
.clients-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-left: 1px solid var(--dark-gray);
}
/* .clients-wrapper::after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    outline: 1px solid var(--white);
    outline-offset: -1px;
    inset: 0;
} */
.clients-wrapper li {
    flex: 0 0 16.66667%;
    text-align: center;
    padding: 10px;
    border: 1px solid var(--dark-gray);
    border-left: 0;
}
.clients-wrapper li:nth-child(07),
.clients-wrapper li:nth-child(08),
.clients-wrapper li:nth-child(09),
.clients-wrapper li:nth-child(10),
.clients-wrapper li:nth-child(11),
.clients-wrapper li:nth-child(12) {
    border-top: 0;
}
.clients-wrapper li img {
    max-width: 100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    filter: grayscale(0);
}
.clients-wrapper li:hover img {
    filter: grayscale(1);
    transform: scale(.9);
}
.hospital-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}
.hospital-wrapper .prj-box {
    flex: 0 0 32%;
    border-right:  1px solid var(--dark-gray);
}
.specialities-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
.card-item {
    flex: 0 0 32%;
    padding: 30px;
    border: 3px solid var(--light-gray);
    transition: all ease-in-out 500ms;
    position: relative;
}
.card-cap h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.card-cap p {
    margin: 0;
}
.card-icon {
    text-align: right;
}
.card-item:hover {
    background-color: var(--primary-color); 
    border: 3px solid var(--black);
    color: var(--white);
}
.card-item:hover .card-icon img {
    filter: invert(1) grayscale(1);
}

.contactstyle {
    flex: 0 0 34%;
    display: inline-block;
    position: relative;
    margin: 0 0 12px;
    padding: 30px 20px;
    background-color: var(--light-gray);
    border-radius: 15px;
}
.coic, .contactstyle a:hover, .label-style {
    color: var(--secondary-color)
}
.coic {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    background-color: var(--white);
    font-size: 16px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coic, .out-inn-links a {
    line-height: 41px;
    height: 40px;
    color: var(--white);
    background-color: var(--primary-color);
}
.contactstyle h4 {
    font-size: 19px;
    margin-bottom: 8px;
    color: var(--black);
}
.contactstyle p {
    margin-bottom: 0;
    color: var(--black);
}
.contactstyle p a{color:var(--black)}
.contact-left {
    flex: 0 0 30%
}
.cont-inn-box{position: relative;padding: 0 0 20px 60px;margin-bottom: 20px;border-bottom: 1px solid #d9d9d9;}
.cont-inn-box:last-child{margin-bottom:0px;border-bottom: none;padding-bottom: 0px;}
.contactstyle h3 {
    font-size: 26px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: var(--black);
    font-weight: 500;
}
.contact-right{flex: 0 0 62%;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .form-group{ margin-bottom: 15px; }
.label-style {position: absolute;top: -8px;left: 16px;font-size: 14px;background-color: #fff;padding: 0 5px;color: #626262;z-index: 1;}
.form-group{ position: relative; }
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
}
.contact-form .form-group{
    flex: 0 0 49%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.contact-right .heading{ padding-bottom: 0px;font-weight: 500;}
.contact-page-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 4%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.career-form-main {
    padding: 50px;
    background-color: var(--white);
    border-radius: 10px;
    display: block;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 40px;
}
.career-form-main form {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.career-form-main .form-group {
    flex: 0 0 49%;
    margin: 0 0 15px 0;
}
.form-group-full { 
    flex: 0 0 100%;
    margin: 0 0 15px 0;
    position: relative;
}
.form-group-full.m-b-0 {
    margin: 0;
}
.career-form-main input[type="file"] {
    border: 1px solid #c1c1c1;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    /* background-color: #382f2b; */
    color: var(--black);
    padding: 15px 10px;
}
.career-form-main .fieldset {
    height: 55px;
}
.career-form-main textarea.fieldset  {
    height: 150px;
    padding:  15px;
}


/**********upload file**************/
input[type="file"] {
    margin: auto;
    color: #000;
    font-size: 13px;
    transition: border-color .25s ease-in-out;
}
::file-selector-button{
    padding:5px 15px;
    border-width: 0;
    border-radius: 2em;
    background-color:var(--primary-color);
    color: var(--white);
    transition: all .25s ease-in-out;
    cursor: pointer;
    margin-right: 1em;
    font-size: 12px;
}
::file-selector-button:hover {
    border-color: #888;
}                                                                                                   
::file-selector-button{
    background-color: var(--primary-color);
}

.top-title {
    display: block;
    text-transform: uppercase;
    padding-left: 85px;
    margin: 0 0 40px 0;
    position: relative;
}

.top-title::before {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 1px;
    border-top: 1px solid var(--primary-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.msv-bg {
    background-image: url(../images/msv-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.msn-box h2 {
    font-weight: 500;
    color: var(--white);
}
.msn-box {
    max-width: 600px;
    padding: 50px;
    background: var(--primary-color);
    color: var(--white);
    outline: 1px solid var(--dark-gray);
    outline-offset: -10px;
}
.msn-box p {
    margin: 0;
}
span.link-cta a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--black);
    border: 1px solid var(--dark-gray);
    position: absolute;
    right: 10px;
    bottom: 10px;
}
span.link-cta i {
    color: var(--primary-color);
    transform: rotate(-40deg);
    font-size: 19px;
    line-height: 45px;
    transition: all ease-in-out 300ms;
}
.card-item:hover span.link-cta a{
    background-color: var(--secondary-color);
    border-color: var(--white);
}
.card-item:hover span.link-cta i {
    color: var(--white);
    transform: rotate(0deg);
}
.hospital-box-inn {
    padding: 25px;
    border: 1px solid var(--dark-gray);
    margin-bottom: 50px;
}
.hospital-box-inn .smd60 {
    padding-left: 40px;
}
.hospital-box-inn:nth-child(even) .smd60 {
    padding-left: 0;
    padding-right: 40px;
}
.hospital-box-inn p {
    text-align: justify;
    margin: 0;
}
.msg-box {
    padding: 35px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.msg-box .heading {
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--light-gray);
}
.author {
    border-top: 1px solid var(--light-gray);
    padding: 30px 0 0 0;
    margin: 40px 0 0  0;
    align-items: flex-start;
}
.author h4 {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.author p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}


.board-memeber-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;   
}
.board-memeber {
    background-color: var(--light-gray);
    flex: 0 0 30%;
    border: 1px solid var(--light-gray);
}
.bord-cap {
    text-align: center;
    padding: 20px;
}
.borad-top-title {
    background-color: var(--secondary-color);
    text-align: center;
    font-size: 24px;
    padding: 12px 10px;
    font-weight: 600;
    margin: 0;
    color: var(--white);
}
.chairman .borad-top-title {
    background-color: var(--primary-color);
}
.bord-cap h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 10px;
}
.bord-cap p {
    line-height: 23px;
    font-weight: 400;
    font-size: 14px;
    margin: 0 ;
}


/*********** Vertical slider ***********/

.swiper {
    width: 100%;
    height: 100vh; /* Full viewport height */
    /* border-right: 5px solid var(--white); */
    /* border-left: 5px solid var(--white); */
}
.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
    width: 3px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.swiper-button-wrap {
    position: absolute;
    top: 50%;   
    transform: translateY(-50%);
    right: 0;
    z-index: 3;
}
.swiper .swiper-button-wrap .swiper-button-next, 
.swiper .swiper-button-wrap .swiper-button-prev {
    position: relative;
    inset: 0;
    background-image: url(../images/icons/arrow-next-dwn.png); 
    background-size: 15px;
    font-size: 0px;
    margin: 0; 
    width: 55px; 
    height: 55px;
    background-color: transparent;
    border: 1px solid var(--white);
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.swiper .swiper-button-wrap .swiper-button-prev {
    background-image: url(../images/icons/arrow-prev-up.png);
    border-bottom: 0;
}
.swiper .swiper-button-wrap .swiper-button-next::after, 
.swiper .swiper-button-wrap .swiper-button-prev::after {
    display: none;
}
.swiper .swiper-button-wrap .swiper-button-next:hover, 
.swiper .swiper-button-wrap .swiper-button-prev:hover {
    background-color: var(--secondary-color);
}

/***********search ***********/
.search-wrap {
     margin: 0;
     width: 100%;
     height: auto;
     position: relative;
     padding: 0 60px 0 0;
	 overflow:hidden;

}
 .search-input {
    width: 100%;
    border:0;
    display:block;
    /*border-radius: 50px;*/
    color:var(--black) !important;
    background-color:var(--white);
    outline: none;
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
    padding: 0;
    font-size: 18px;
    display: block;
    border-bottom:1px solid var(--light-gray);
}
ul.search-dropdown {
    background: #f3f3f3cc;
    margin: 0;
    padding: 25px 40px;
}
.search-button {
    background-color:var(--white);
    color:var(--black);
    width: 60px;
    height: 60px;
    border: 0;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;  
}
.search-button:hover {
	 color:var(--primary-color);
} 

/*************** BUTTON STYLE ***************/
.button-style a, .button-style-span {
    position: relative;
    background-color: var(--primary-color);
    color: var(--white);
    font-weight: 200;
    font-size: 18px;
    padding: 20px 98px 20px 30px;
    border-radius: 60px;
    display: inline-block;
    opacity: 1;
    border: 2px solid var(--primary-color);
}
.button-style a:after, .button-style-span:after{
    background-image: url(../images/icons/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    color: var(--black);
    right: 7px;
    content: "";
    position: absolute;
    top: 6px;
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    transition: .3s ease-in-out;
    font-size: 16px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--white);
}
.button-style a:hover, .button-style-span:hover{background-color: var(--secondary-color);color: var(--white);border: 2px solid var(--primary-color);}
.button-style a:hover:after, .button-style-span:after{background-color: var(--white);color: var(--white);transform: rotate(360deg);}
/*************** INNER BANNER ***************/

.banner-main {
    padding: 0 10px 10px;
}
.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/banner.jpg);
    text-align: center;
    align-items: flex-end;
    padding: 0 0 50px 0;
}

.banner-inn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner h2 {
	color: var(--white);
	font-weight: 600;
	font-size: 45px;
	margin: 0 0 8px;
	padding:0;
	position:relative;
	z-index:2;
    text-align: left;
}
.breadcrumb {
    color:var(--white);
    margin:0;
    position:relative;
    z-index:2;
}
 
.breadcrumb ul {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 0px;
}
.breadcrumb li {
    margin: 0;
    font-size: 17px;
    color: var(--white);
    font-weight: 400;
}    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 8px;
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    content: "\f105";
    font-size: 12px;
    color: var(--primary-color);
}
 .breadcrumb a{
   color: var(--white);
}
 .breadcrumb a:hover{
   color:var(--secondary-color);	
 
}


/*************** table style ***************/
.responsive-table{overflow-x: auto;}
.table-style {border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #ddd;padding: 8px;}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th { padding-top: 12px;padding-bottom: 12px;text-align: left;background-color: var(--primary-color);color:var(--white);}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; padding: 15px;}
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 16px 25px 16px;text-align:center;background-color: var(--primary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--secondary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{
	width:100%;
	position:relative;
	overflow:hidden;
}
.rounde-corner{
	border-radius: 15px;
	overflow:hidden;
}
 .hover-effect i{
    width:50px;
    height:50px;
    background-color:var(--primary-color);
	border-radius: 50%;
    color:#fff;
    position:absolute;
    left:50%;
    top:-100px;
    z-index:1;
    line-height:50px;
    text-align:center;
	overflow:hidden;
    margin:0 0 0 -25px;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .hover-effect:hover i{
    top:50%;
    margin:-25px 0 0 -25px;
}

 .hover-effect i:hover{
	background-color:var(--secondary-color);
	}

.hover-effect img {
 	display:block;
  	width:100%;
	-webkit-filter: none;
    filter: none;
 	-webkit-transition: all .5s;
    transition: all .5s;
}
.hover-effect:hover img {
    /* -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
	
	/*-webkit-filter: brightness(70%);*/
	/*filter: grayscale(60%);
	-webkit-filter: grayscale(60%);*/
}   

 
.hover-effect:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222529;
    opacity: 0;
    transition: opacity 0.3s, background 0.3s, transform 0.3s
}
 .hover-effect:before {
 	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease
	}
	
 .hover-effect:hover:after,
 .hover-effect:hover:before {
    opacity: 0;
    transform: none
}

 .hover-effect:after {
    transform: translateX(-100%);
    background-color: #fff;
    opacity: 0.5;
    transition: transform 0.9s ease, opacity 0.9s ease
}

 .hover-effect:before {
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease
}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #265B9E;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #BCC2C6;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}


/************************************* 1650px *************************************/
@media only screen and (max-width: 1650px) { 
}

/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {   
}

/************************************* 1500px *************************************/
@media only screen and (max-width: 1500px) {
.container{ max-width:95%;}
.hover-cap { padding-right: 180px ;}
/* .btm-cap { bottom: -210px;} */
}
/************************************* 1400px *************************************/
@media only screen and (max-width: 1480px) {
/* .btm-cap { bottom: -210px;}
.swiper { height: 600px; } */
}
/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {
.counter-container h3 {margin: 0 0 30px 0;}
.counter-container:last-child h3 {margin: 0 0 60px 0;}
.primary-scroll.sideScroll { rotate: -.9deg;}
}   

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}

/************************************* 1340px *************************************/
@media only screen and (max-width: 1340px) {
.hover-cap p {font-size: 15px;line-height: 23px;}
.btm-cap { bottom: -200px;}


}
/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.menu {padding-right: 20px;}
footer {padding: 50px 0 0 0;}
.ftr-logo img { max-width: 200px;}
.msg-cap .heading {font-size: 33px; line-height: 37px;}
.msg-cap p {margin: 0 0 20px 0;}
.mb-50 { margin-bottom: 20px !important;}
.counter-container:last-child h3 {margin: 0 0 30px 0;}
}

/************************************* 1110px *************************************/
@media only screen and (max-width: 1110px) {
.header-right { flex-direction: row-reverse;}
.menu { padding-left: 20px;padding-right: 0;}
.logo img { width: 110px;}
.ftr-top {padding: 0 0 30px 0;flex-direction: column;row-gap: 20px;}
.ftr-bottom {padding: 15px 0;}
.intro-vedio .hover-effect, .message-box .hover-effect { display: none;}
.intro-vedio { 
    background-image: url(../images/vedio-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.vedio-caption {padding: 30px;position: relative;}
.cap-left {flex: 0 0 60%; padding-right: 0;}
.cap-right { flex: 0 0 30%;}
.message-box { 
    background-image: url(../images/chariman-msg-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.msg-cap {
    position: relative;
    padding: 25px;
    max-width: 100%;
}
.chairmans-message {
    padding: 50px 0;
}
footer {
    position: relative;
    background-image: none;
    background-color: var(--light-gray);
}
footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url(../images/footer-text-bg.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.ftr-top, .ftr-bottom { position: relative;z-index: 1;}
.swiper { height: 500px; }
}
/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.button-style a, .button-style-span { font-size: 16px; padding: 13px 60px 13px 15px;}
.button-style a:after, .button-style-span:after {background-size: 15px; font-size: 16px;width: 35px;height: 35px;}
.counter-container {flex: 0 0 49.89%;margin: 0 0 32px 0;}
.counter-container:nth-child(02) { border: 0;}
.pad { padding: 50px 0;}

}   

/************************************* 850px *************************************/
@media only screen and (max-width: 880px) {
.heading-style-2 {font-size: 28px;line-height: 38px;}
.heading {font-size: 34px;line-height: 42px;}
.intro { padding: 80px 0 50px 0;}
.cap-left h2 {font-size: 28px; margin: 0 0 20px 0;}
.vedio-caption {padding: 20px;}
.healthcare-excellance {padding: 50px 0;}
.counter-wrapper-main {padding: 30px 0 0 0;}
.ftr-links ul {gap: 15px;}
.vedio-caption {flex-direction: column; row-gap: 20px;}
.cap-left {flex: 0 0 100%; padding-right: 0;}
.cap-right { flex: 0 0 100%;}
.cap-left p {font-size: 15px;line-height: 20px;}
.clients-wrapper li { flex: 0 0 25%;}
.card-item { flex: 0 0 49%;}
.contactstyle, .contact-right { flex: 0 0 100%;}
.career-form-main { padding: 30px;}
.hospital-box-inn .smd40, .hospital-box-inn .smd60 { width: 100%;}
.hospital-box-inn .smd60 { padding-left: 0; padding-top: 30px;}
.hospital-box-inn:nth-child(even) .smd60 {padding-left: 0;padding-right: 0;padding-bottom: 30px;}
.board-memeber {flex: 0 0 49%;order: 2;}
.board-memeber:nth-child(02) {order: 1;}
.board-memeber:nth-child(03) {order: 3;}
.board-memeber-wrap {gap: 20px 2%;}
}


/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.counter-wrapper, .counter-container h3 { margin: 0 0 25px 0;}
.news-item { flex: 0 0 100%;}
.news-cap {padding: 20px 0;}
.date {margin: 0 0 25px 0;}
.news-events {padding: 0 0 30px 0;}
.sidescroll-row {padding: 30px 0 0 0;}
header {padding: 10px 0;}
.banner { height: 300px;}
.banner h2 {font-size: 28px;}
.breadcrumb li {font-size: 14px;}
.hospital-wrapper .lg img {max-width: 130px;}
.hospital-wrapper .logo-cap { padding: 20px 0 0 0; min-height: auto;}
.swiper { height: 400px;width: 100%; }
}   


/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
.ftr-links ul { display: block;}
.ftr-links ul li {
    list-style: none;
    padding: 2px 7px 10px 20px;
    line-height: 25px;
    position: relative;
}
.ftr-links ul li:before {
    content: "\f105";
    position: absolute;
    top: 4px;
    left: 0;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--primary-color);
    font-size: 16px;
}
.ftr-top {
    padding: 0 0 30px 0;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
}
.ftr-bottom {flex-direction: column; row-gap: 10px;}
.news-events .row { flex-direction: column;row-gap: 20px;}
.news-events .align-center {align-items: start;}
.heading-style-2 br, .heading br { display: none;}                                                  
header { padding: 10px 0;}
.clients-wrapper li { flex: 0 0 33%;}
.clients-wrapper li:nth-child(04), .clients-wrapper li:nth-child(05), 
.clients-wrapper li:nth-child(06) {border-top: 0;}
.hospital-wrapper .prj-box {flex: 0 0 48.999%;}
.card-item { flex: 0 0 100%;padding: 20px;}
.career-form-main { padding: 20px;}
.two-col {flex: 0 0 100%;}
.top-title { margin: 40px 0 30px 0;}
.two-col h2 { font-size: 23px;}
.msn-box { padding: 30px;outline-offset: -8px;}
.board-memeber {flex: 0 0 100%;}
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.counter-container {flex: 0 0 100%;padding: 30px 0px;border-right: 0;border-bottom: 1px solid var(--black);margin: 0;}
.counter-container:nth-child(02) {border-bottom: 1px solid var(--black) !important;border: 0;}
.counter-container:last-child {border-bottom: 0;}
.heading-style-2, .heading { font-size: 30px; line-height: 38px;}
.logo-cap {padding: 20px 0 0 0; min-height: 70px;}
.logo-cap img { max-width: 100px;}
.sideScroll ul li, .secondary-scroll.sideScroll li { padding: 15px 20px 15px 20px;}
.sideScroll ul li h2 {font-size: 22px;line-height: 25px;}
.header-wrap { padding: 10px 10px;}
.btm-cap {bottom: 0; padding: 15px;}
.btm-cap h2 {font-size: 25px; margin: 0;}
.swiper { height: 300px;}
.hover-cap { display: none;}
.btm-cap h2 { margin: 0;font-size: 18px;}
}
/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.hospital-wrapper .prj-box, .contact-form .form-group, 
.career-form-main .form-group {flex: 0 0 100%;}
.swiper{ height: 280px;}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 420px) {
.btm-cap h2 span {display: none;}
.swiper { height: 200px; background-color: var(--black);}
.btm-cap h2 {font-size: 18px; margin: 0;}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 380px) {
}


/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
}


/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}