body, html {
/*	background: #ddd !important;*/
	height: 100%;
}

.elementor-element {
	padding: 0px !important;
}





.jteCarousel01Container {
	width: 100%;
}

.jteCarousel01List {
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-color: #ddd;
}

.jteCarousel01List p {
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 100px;
	background-color: #f00;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
}

.jteSplideOuter {
	width: 100%;
	height: 100vh;
	max-height: 1080px;
}

.jteSplideOuter > div {
	position: relative;
}

.jteSplideContainer  {
	width: 100%;
	/*height: 100vh;
	max-height: 1080px;*/
	    height: 100%;
}

.jteSplideContainer > div {
	height: 100%;
}

.jteSplideContainer .splide__slide {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteSplideThumbContainer {
	position: absolute;
	bottom: calc(220px + 100px);
	max-width: 1408px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px 20px;
}

.jteSplideThumbContainer .splide__track {
	max-width: 1160px;
    margin-left: auto;
    text-align: right;
}

.jteSplideThumbContainer .splide__list {
	/*display: flex;
    justify-content: end;*/

    /*display: inline-flex;
    width: 100%;*/
}

.jteSplideThumbContainer .splide__list > li {
	width: 220px;
	height: 220px;
}

.jteSplideThumbContainer .splide__slide {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.splide-slide-number {
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px 20px;
	top: 110px;

	display: flex;
    align-items: center;
    width: 100%;
        z-index: 2;
        max-width: 1408px;
}

.splide-slide-number-start,
.splide-slide-number-total {
	color: #003087;
	font-size: 23px;
	line-height: 23px;
	    margin-bottom: 0px;
}

.splide-slide-number span {
	width: 15px;
	height: 1px;
	background-color: #003087;
}



.jteCarouselMain {
	width: 100%;
	height: 100vh;
	max-height: 1080px;
}

.jteCarouselMain .owl-stage-outer,
.jteCarouselMain .owl-stage {
	height: 100%;
}

.jteCarouselMain .owl-item {
	position: relative;
	height: 100%;
}

.jteCarouselMain .owl-item .item {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteCarouselMainContent {
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px 20px;
	top: 190px;
	max-width: 1408px;
	width: 100%;
}

.jteCarouselMainContentInner {
	max-width: 495px;
}

.jteCarouselMainContent h2 {
	font-size: 53px;
	line-height: 63px;
	font-weight: 500;
}

.jteCarouselMainContent p {
	margin-top: 60px;
	font-size: 22px; 
	line-height: 36px;
}

.jteCarouselMainContent a {
	color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 22px;
	line-height: 22px;
	padding: 24px 50px;
	background-color: #003087;
	display: inline-block;
    margin-top: 30px;
}

.jteThumbMain {
	position: absolute;
	bottom: 110px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px 20px;
	bottom: calc(110px + 220px);
	max-width: 1408px;
	width: 100%;
}

.jteThumbMain .owl-stage {
	margin-left: auto;
}

.jteThumbMain .owl-item {
/*	width: 220px !important;*/
	height: 220px;
}

.jteThumbMain .owl-item .item {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
}

.jteThumbMain  .jteCarouselMainContent p {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	margin-top: 0px;
}


.jteSpecialtyGridContainer {
	width: 100%;
}

.jteSpecialtyGridContainerInner {
	display: flex;
/*	flex-wrap: wrap;*/
	justify-content: space-between;
	    align-items: start;
}

.jteSpecialtyGridList {
	position: relative;
	margin-right: 10px;
}

.jteSpecialtyGridListImg {
	width: 100%;
	padding-bottom: 113%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.jteSpecialtyGridListContent {
	width: calc(100% - 36px);
	margin: -55px auto 0px;
	background: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	padding: 25px 15px;
	text-align: center;
	-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.16);
	box-shadow: 0 0 18px 0 rgba(0,0,0,.16);
}

.jteSpecialtyGridListTitle {
	font-size: 24px; 
	line-height: 29px; 
	color: #003087;
}

.jteSpecialtyGridListContent p {
	font-size: 20px; 
	line-height: 30px;
} 

.jteSpecialtyGridLeft {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 153px);
}

.jteSpecialtyGridViewMore {
	width: 153px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	justify-content: center;
/*	padding-bottom: 24.5%;*/
	overflow: hidden;
}

.jteSpecialtyGridViewMoreImg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .33;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.jteSpecialtyGridViewMore:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #00B2A9;
/*	opacity: .33;*/
}

.jteSpecialtyGridViewMoreTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 10px;
}

.jteSpecialtyGridViewMoreTxt p {
	text-align: center;
	color: #fff;
	font-size: 20px; 
	line-height: 24px;
}

.jteHPcarouselContainer {
	width: 100%;
	position: relative;
}

.jteHPcarouselContainer:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 49.5%;
	background: #12CF9C;
	-webkit-border-top-right-radius: 74px;
	-webkit-border-bottom-right-radius: 74px;
	-moz-border-radius-topright: 74px;
	-moz-border-radius-bottomright: 74px;
	border-top-right-radius: 74px;
	border-bottom-right-radius: 74px;
	opacity: .11;	
}

.jteHPcarouselContainer:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 32%;
	background: #e5faf4;
	z-index: 1;
}

.jteHPcarouselContainerInner {
	display: flex;
	max-width: 1408px;
    margin: auto;
    padding: 95px 0px;
        position: relative;
}

.jteHPcarouselLeft {
	width: calc(28.5% + 26px);
	position: relative;
	z-index: 2;
	padding-right: 26px;
	background: #e5faf4;
}

.jteHPcarouselLeft select {
	font-size: 22px; 
	line-height: 22px;
	padding: 20px 85px 20px 35px ;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #00B2A9;
    height: auto;
    width: auto;
    display: inline-block;
    background-color: #fff;
}

.jteHPcarouselLeft h2 {
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 50px; 
	line-height: 61px;
	color: #003087;
}

.jteHPcarouselLeft h2 span {
	font-weight: 500;
}

.jteHPcarouselLeftDesc {
	margin-top: 20px;
}

.jteHPcarouselLeftDesc p {
	font-size: 22px; 
	line-height: 36px;
}

.jteHPcarouselLeftBtn {
	font-size: 22px; 
	line-height: 22px; 
	font-weight: 600;
	color: #fff;
	padding: 23px 10px;
	text-align: center;
	min-width: 221px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: rgb(0,178,169);
	background: -moz-linear-gradient(145deg, rgba(0,178,169,1) 0%, rgba(0,48,135,1) 100%);
	background: -webkit-linear-gradient(145deg, rgba(0,178,169,1) 0%, rgba(0,48,135,1) 100%);
	background: linear-gradient(145deg, rgba(0,178,169,1) 0%, rgba(0,48,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b2a9",endColorstr="#003087",GradientType=1);
	margin-top: 20px;
	display: inline-block;
}

.jteHPcarouselRight {
	width: calc(71.5% - 50px);
/*	margin-left: 50px;	*/
	position: relative;
	margin-left: 24px;
}

.jteHPcarouselRight .owl-item {
/*	width: calc(50% - 25px) !important;*/
	position: relative;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.jteHPcarouselRight .owl-item:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	position: absolute;
    top: 0px;
    left: 0px;
	z-index: 1;

}

.jteHPcarouselRight .owl-item.active:before {
	display: none;
}

.jteHPcarouselRight .owl-item .jteHPcarouselList {
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
}

.jteHPcarouselList {
	width: 100%; 
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.jteHPcarouselRight .owl-item.active .jteHPcarouselList {
	-webkit-box-shadow: 0 7px 17px 0 rgba(10,14,49,.3);
	box-shadow: 0 7px 17px 0 rgba(10,14,49,.3);
	overflow: hidden;
}

.jteHPcarouselOwl  .owl-stage-outer {
	overflow: visible !important;
}

.jteHPcarouselRightLoader {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none;
	z-index: 2;
}

.jteHPcarouselOwl .owl-dots {
	display: none;
}

.jteHPcarouselOwl  .owl-nav {
	position: absolute;
	background: #fff;
	width: 100px;
	height: 100px;
	top: 50%;
	right: -50px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #00B2A9;
}

.jteHPcarouselOwl  .owl-nav:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../img/owl-carousel-dot-icon.png) center no-repeat;
	width: 6px;
	height: 6px;
	display: block;
}

.jteHPcarouselOwl  .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	width: 17px;
	height: 27px;
}

.jteHPcarouselOwl  .owl-nav .owl-prev span {
	width: 17px;
	height: 27px;
	background: url(../img/owl-carousel-arrow-a.png) center no-repeat;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: block;
	font-size: 0px;
}

.jteHPcarouselOwl  .owl-nav .owl-prev.disabled span {
	background: url(../img/owl-carousel-arrow-b.png) center no-repeat;
}

.jteHPcarouselOwl  .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	width: 17px;
	height: 27px;
}

.jteHPcarouselOwl  .owl-nav .owl-next span {
	width: 17px;
	height: 27px;
	background: url(../img/owl-carousel-arrow-a.png) center no-repeat;
	display: block;
	font-size: 0px;
}

.jteHPcarouselOwl  .owl-nav .owl-next.disabled span {
	background: url(../img/owl-carousel-arrow-b.png) center no-repeat;
}

.jteHPcarouselItemHover {
/*	display: none;*/
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0;

	position: absolute;
    bottom: 40px;
    width: calc(100% - 60px);
    margin: 0px 30px;
    z-index: -1;
}

.jteHPcarouselItemHover > h3 {
	font-size: 27px;
    height: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    height: auto;
}

.jteHPcarouselItemHover > p {
	font-size: 20px;
	line-height: 30px; 
	color: #fff;
	margin-top: 20px;
}

.jteHPcarouselItemHoverFooter {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.jteHPcarouselItemHoverFooter a {
	color: #003087;
	font-size: 18px;
	line-height: 18px;
	padding: 19px 35px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #fff;
	display: block;
	font-weight: 600;
}

.jteHPcarouselItemHoverFooter p {
	font-size: 47px;
    line-height: 47px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 0px;
        display: flex;
    align-items: flex-end;
}

.jteHPcarouselItemTop {
	position: absolute;
	top: 30px;
	left: 0px;
	background: #00B2A9;
	-webkit-border-top-right-radius: 32px;
	-webkit-border-bottom-right-radius: 32px;
	-moz-border-radius-topright: 32px;
	-moz-border-radius-bottomright: 32px;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
	padding: 15px 30px;
	display: flex;
}

.jteHPcarouselItemTop:before {
	content: '';
	display: block;
	background: url(../img/owl-carousel-location-icon.png) center no-repeat; 
	width: 13px;
	height: 17px;
}

.jteHPcarouselItemTop p {
	color: #fff;
	font-weight: 600;
	font-size: 16px; 
	line-height: 21px;
	margin-left: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.jteHPcarouselItem {
	position: absolute;
	bottom: 40px;
	width: calc(100% - 60px);
	margin: 0px 30px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: end;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 1;
	z-index: 1;
}

.jteHPcarouselItem h3 {
	font-size: 27px;
	height: 36px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
	display: flex;
    align-items: flex-end;
}

.jteHPcarouselItem p {
	font-size: 47px;
	line-height: 47px;
	color: #fff;
	margin-left: 10px;
	margin-bottom: 0px;
}

.jteHPcarouselRight .owl-item .jteHPcarouselList:hover .jteHPcarouselItem {
/*	display: none;*/
	opacity: 0;
	z-index: -1;
}

.jteHPcarouselRight .owl-item .jteHPcarouselList:hover .jteHPcarouselItemHover {
	display: block;
	opacity: 1;
	z-index: 1;
}

.jteHPcarouselList:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(2,2,2);
	background: -moz-linear-gradient(180deg, rgba(2,2,2,0) 59%, rgba(1,17,44,0.47) 72%, rgba(23,23,23,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(2,2,2,0) 59%, rgba(1,17,44,0.47) 72%, rgba(23,23,23,1) 100%);
	background: linear-gradient(180deg, rgba(2,2,2,0) 59%, rgba(1,17,44,0.47) 72%, rgba(23,23,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020202",endColorstr="#171717",GradientType=1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.jteHPcarouselList:hover:before {
	background: rgb(2,2,2);
	background: -moz-linear-gradient(180deg, rgba(2,2,2,0.13) 5%, rgba(10,10,10,0.43) 72%, rgba(23,23,23,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(2,2,2,0.13) 5%, rgba(10,10,10,0.43) 72%, rgba(23,23,23,1) 100%);
	background: linear-gradient(180deg, rgba(2,2,2,0.13) 5%, rgba(10,10,10,0.43) 72%, rgba(23,23,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020202",endColorstr="#171717",GradientType=1);
}

.jteHospitalFooterContainer {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px 20px;
	width: 100%;
}

.jteHospitalFooterContainerInner {
	max-width: 1408px;
	margin: auto;
	padding: 145px 0px 165px;
	display: flex;
}

.jteHospitalFooterLeft {
	width: 50%;
}

.jteHospitalFooterLeftSelect > select {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #00B2A9;
	color: #00B2A9;
	font-size: 20px; 
	line-height: 20px;
	padding: 20px 80px 20px 70px;
	background: #fff;
	height: auto;
	width: auto;
	background-image: url(../img/select-arrow.png);
	background-repeat: no-repeat;
	background-position: center right 30px;
}

.jteHospitalFooterLeftSelect {
	position: relative;
	    z-index: 1;
}

.jteHospitalFooterLeftInner {
	margin-top: 75px;
}

.jteHospitalFooterLeftInner > div {
	display: none;
}

.jteHospitalFooterLeftInner > div:first-child {
	display: block;
}

.jteHospitalFooterLeftSelect:before {
	content: '';
	position: absolute;
	top: 21px;
	left: 30px;
	width: 21px;
	height: 21px;
	background: url(../img/search-icon.png) center no-repeat;
	z-index: 2;
}

.jteHospitalFooterBG {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHospitalFooterBG:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.jteHospitalFooterLeftContentInner {
	position: relative;
	z-index: 1;
}

.jteHospitalFooterLeftTitle {
	font-weight: 600;
	font-size: 36px; 
	line-height: 46px;
	color: #003087;
	margin-bottom: 0px;
}

.jteHospitalFooterLeftAddress {
	margin-top: 25px;
	font-size: 22px;
	line-height: 36px;
	color: #2D2A26;
	margin-bottom: 0px;
}

.jteHospitalFooterLeftR2 {
	margin-top: 55px;
}

.jteHospitalFooterLeftR2List {
	display: flex;
}

.jteHospitalFooterLeftR2ListLeft {
	width: 45%;
}

.jteHospitalFooterLeftR2ListLeft p {
	font-size: 22px;
	line-height: 36px;
	color: #2D2A26;
	margin-bottom: 0px;
}

.jteHospitalFooterLeftR2ListRight {
	width: calc(55% - 10px);
	margin-left: 10px;
}

.jteHospitalFooterLeftR2ListRight p {
	font-size: 22px;
	line-height: 36px;
	color: #00B2A9;
	margin-bottom: 0px;
}

.jteHospitalFooterLeftR3 {
	display: flex;
	margin-top: 50px;
}

.jteHospitalFooterLeftR3List {
	
}

.jteHospitalFooterLeftR3List:first-child {
    width: 30%;
    margin-right: 10px;
}

.jteHospitalFooterLeftR2ListInner {

}

.jteHospitalFooterLeftR2ListInner p {
	font-size: 22px;
	line-height: 36px;
	color: #2D2A26;
	margin-bottom: 0px;
}

.jteHospitalFooterLeftR2ListInner a {
	font-size: 22px;
	line-height: 36px;
	color: #00B2A9;
	text-decoration: underline;
	display: block;
}

.jteHospitalFooterLeftR4 {
	margin-top: 65px;
	display: flex;
	align-items: center;
}

.jteHospitalFooterLeftR4 a {
	margin-right: 38px;
}

.jteHospitalFooterLeftR4 a:last-child {
	margin-right: 0px;
}

.jteHospitalFooterLeftR4Btn {
	font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    padding: 23px 57px;
    text-align: center;
    min-width: 221px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: rgb(0,178,169);
    background: -moz-linear-gradient(145deg, rgba(0,178,169,1) 0%, rgba(0,48,135,1) 100%);
    background: -webkit-linear-gradient(145deg, rgba(0,178,169,1) 0%, rgba(0,48,135,1) 100%);
    background: linear-gradient(145deg, rgba(0,178,169,1) 0%, rgba(0,48,135,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b2a9",endColorstr="#003087",GradientType=1);
    margin-top: 20px;
    display: inline-block;
}

.jteHospitalFooterLeftR4Waze {
	width: 54px; 
	height: 54px;
	background: url(../img/waze-icon.png) center no-repeat;
}

.jteHospitalFooterLeftR4Gmap {
	width: 40px; 
	height: 57px;
	background: url(../img/gmal-icon.png) center no-repeat;
}

.jteCareerSection {
	padding: 0px 20px;
}

.jteCareerSection > div {
	max-width: 1408px;
	margin: auto;	
}

.jteCareerContainer {

}

.jteCareerTop {
	display: flex;
}

.jteCareerTop > select {
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #00B2A9;
    color: #00B2A9;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 80px 20px 20px;
    background: #fff;
    height: auto;
    width: auto;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
    margin-right: 30px;
}

.jteCareerTop > select:last-child {
	margin-right: 0px;
}

.jteCareerBtm {
	width: 100%;
	margin-top: 40px;
	display: flex;
}

.jteCareerBtmLeft {
	width: 27.7%;
	border-right: 1px solid #00B2A9;
}

.jteCareerBtmTitle {

}

.jteCareerBtmTitle p {
	font-size: 14px;
	line-height: 21px;
	color: #bbb8b8;
	font-weight: 500;
}

.jteCareerBtmLeftContent {
	margin-top: 20px;
}

.jteCareerBtmLeftList {
	margin-bottom: 35px;
}

.jteCareerBtmLeftList a {
	font-size: 21px; 
	line-height: 30px;
	font-weight: normal;
	color: #2d2a26;
}

.jteCareerBtmLeftList.active a {
	font-weight: 600;
}

.jteCareerBtmRight {
	width: calc(72.3% - 65px);
	margin-left: 65px;
}

.jteCareerBtmRightContentInner {
	margin-top: -40px;
}

.jteCareerBtmRightContentInner h3 {
	background: transparent;
	border: none;
	font-size: 21px !important;
    line-height: 30px;
    padding: 0px !important;
    color: #2d2a26;
	margin: 0px !important;
	position: relative;
	font-weight: 600 !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #d2d0d0;
	margin-top: 60px !important;
}

/*.jteCareerBtmRightContentInner h3:first-child {
	margin-top: 0px !important;
}*/

.jteCareerBtmRightContentInner h3 > span {
	position: absolute;
	background: url(../img/select-arrow.png) center no-repeat !important;
	width: 20px; 
	height: 11px;
	right: 0px;
    margin: 0px;
    padding: 0px;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.jteCareerBtmRightContentInner h3.ui-state-active > span {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.jteCareerBtmRightContentInner .jteCareerBtmRightListContent  {
	padding: 0px;
	border: none;
	padding-top: 25px;
}

.jteCareerBtmRightContentInner .jteCareerBtmRightListContent ul {
	padding: 0px 0px 0px 18px;
	margin: 0px;
}

.jteCareerBtmRightContentInner .jteCareerBtmRightListContent ul li {
	margin-bottom: 5px;
	font-size: 18px; 
	line-height: 25px;
}

.jteCareerBtmRightListBtn {
	font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #fff !important;
    padding: 23px 10px;
    text-align: center;
    min-width: 221px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: rgb(0,178,169);
    background: -moz-linear-gradient(145deg, rgba(0,178,169,1) 0%, rgba(0,48,135,1) 100%);
    background: -webkit-linear-gradient(145deg, rgba(0,178,169,1) 0%, rgba(0,48,135,1) 100%);
    background: linear-gradient(145deg, rgba(0,178,169,1) 0%, rgba(0,48,135,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b2a9",endColorstr="#003087",GradientType=1);
    margin-top: 20px;
    display: inline-block;
}






@media only screen and (max-width: 767px) {

.jteSpecialtyGridContainerInner {
	flex-wrap: wrap;
}

.jteSpecialtyGridLeft {
	width: 100%;
	flex-wrap: wrap;
}

.jteSpecialtyGridList {
	width: calc(50% - 5px) !important;
	margin-right: 0px !important;
}

.jteSpecialtyGridList:nth-child(1n) {
	margin-right: 10px;
}

.jteSpecialtyGridViewMore  {
	width: 100%;
	height: 65px !important;
}

.jteSpecialtyGridViewMoreTxt p {
	margin-bottom: 0px;
	    font-size: 14px;
    line-height: 17px;
}

.jteSpecialtyGridListTitle {
	font-size: 19px;
	line-height: 23px;
}

.jteSpecialtyGridListContent p {
    font-size: 13px;
    line-height: 18px;
}

.jteSpecialtyGridListContent {
	width: calc(100% - 16px);
	padding: 15px 10px;
}

.jteHPcarouselContainerInner {
	flex-wrap: wrap;
}

.jteHPcarouselLeft {
	width: 100%;
	padding-right: 0px;
	text-align: center;
}

.jteHPcarouselRight {
	width: 100%;
	margin-left: 0px;
	overflow: hidden;
}

.jteHPcarouselContainer:after {
	display: none;
}

.jteHPcarouselContainer:before {
	width: 100%;
	border-radius: 0px;
}

.jteHPcarouselOwl {
	max-width: 75%;
	margin-top: 40px;
}

.jteHPcarouselLeft h2 {
	font-size: 28px; 
	line-height: 35px;
}

.jteHPcarouselLeftDesc p {
	font-size: 14px;
	line-height: 20px;
}

.jteHPcarouselLeftBtn {
	font-size: 14px; 
	line-height: 14px;
	padding: 15px 10px;
	min-width: 138px;
}

.jteHPcarouselLeft select {
	font-size: 14px; 
	line-height: 14px;
	padding: 15px 40px 15px 20px;
}

.jteHPcarouselItemTop p {
	font-size: 9px; 
	line-height: 9px;
}

.jteHPcarouselItemTop:before {
	width: 7px; 
	height: 10px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHPcarouselItem h3,
.jteHPcarouselItemHover > h3 {
	font-size: 13px;
	line-height: 18px;
}

.jteHPcarouselItem p,
.jteHPcarouselItemHoverFooter p {
	font-size: 25px; 
	line-height: 32px;
}

.jteHPcarouselItemHover > p {
	font-size: 12px; 
	line-height: 16px;
    margin-bottom: 0px;
   	margin-top: 12px;
}

.jteHPcarouselItemHoverFooter {
	margin-top: 20px;
}

.jteHPcarouselItemHoverFooter a {
	font-size: 10px; 
	line-height: 10px;
	padding: 10px 24px;
}

.jteHPcarouselOwl .owl-nav {
	width: 56px; 
	height: 56px;
	right: -28px;
}

.jteHPcarouselOwl .owl-nav .owl-prev,
.jteHPcarouselOwl .owl-nav .owl-prev span,
.jteHPcarouselOwl .owl-nav .owl-next,
.jteHPcarouselOwl .owl-nav .owl-next span {
	width: 8px; 
	height: 13px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.jteHPcarouselOwl .owl-nav .owl-prev {
	left: 10px;
}

.jteHPcarouselOwl .owl-nav .owl-next {
	right: 10px;
}

.jteHPcarouselOwl .owl-nav:before {
	width: 3px; 
	height: 3px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}


.jteHospitalFooterLeft,
.jteHospitalFooterLeftSelect > select {
	width: 100%;
}

.jteHospitalFooterLeftSelect > select {
	font-size: 14px; 
	line-height: 14px;
	padding: 12px 40px 12px 48px;
	background-size: 10px;
	background-position: center right 20px
}

.jteHospitalFooterLeftSelect:before {
	width: 15px; 
	height: 15px;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 13px;
    left: 18px;
}

.jteHospitalFooterLeftInner {
    margin-top: 40px;
}

.jteHospitalFooterLeftTitle {
	font-size: 19px; 
	line-height: 28px;
}

.jteHospitalFooterLeftAddress {
	font-size: 14px; 
	line-height: 20px;
	margin-top: 10px;
}

.jteHospitalFooterLeftR2 {
    margin-top: 25px;
}

.jteHospitalFooterLeftR2List {
	justify-content: space-between;
	    margin-bottom: 10px;
}

.jteHospitalFooterLeftR2ListLeft p,
.jteHospitalFooterLeftR2ListRight p {
	font-size: 14px; 
	line-height: 20px;
}

.jteHospitalFooterLeftR2ListRight p {
	text-align: right;
}

.jteHospitalFooterLeftR2ListInner p {
	font-size: 0px;
	width: 17px;
	height: 17px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHospitalFooterLeftR3List:nth-child(1) .jteHospitalFooterLeftR2ListInner p {
	background-image: url(../img/phone-icon.png);
}

.jteHospitalFooterLeftR3List:nth-child(2) .jteHospitalFooterLeftR2ListInner p {
	background-image: url(../img/email-icon.png);
}

.jteHospitalFooterLeftR3 {
	flex-wrap: wrap;
	margin-top: 22px;
}

.jteHospitalFooterLeftR3List {
	width: 100%;
	margin-bottom: 10px;
}

.jteHospitalFooterLeftR2ListInner {
	display: flex;
}

.jteHospitalFooterLeftR2ListInner a {
	font-size: 14px; 
	line-height: 20px;
	margin-left: 10px;
}

.jteHospitalFooterLeftR4 {
	margin-top: 35px;
}

.jteHospitalFooterLeftR4 a {
    margin-right: 20px;
}

.jteHospitalFooterLeftR4 a:last-child {
    margin-right: 0px;
}

.jteHospitalFooterLeftR4Btn {
	font-size: 14px; 
	line-height: 14px;
	padding: 14px 30px;
	min-width: none;
	margin-top: 0px;
}

.jteHospitalFooterLeftR4Waze {
	width: 32px; 
	height: 32px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHospitalFooterLeftR4Gmap {
	width: 22px;
	height: 32px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHospitalFooterContainerInner {
	padding: 60px 0px 300px;
}

.jteHospitalFooterBG:before {
	/*background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/

	background: none;
}

.jteHospitalFooterContainer:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);

	z-index: 1;
}

.jteHospitalFooterBG {
	height: 500px;
    top: auto;
    bottom: 0px;
}


}