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;
	overflow: hidden;

	height: 1080px;

	height: calc(1080px - 120px);

	height: calc(1080px - 120px - 96px);
}

.jteSplideOuter > div {
	position: relative;
}

.jteSplideContainer,
.jteSplideContainer02 {
	width: 100%;
	/*height: 100vh;
	max-height: 1080px;*/
	    height: 100%;
}

.jteSplideContainer > div,
.jteSplideContainer02 > div {
	height: 100%;
}

.jteSplideContainer .splide__slide,
.jteSplideContainer02 .splide__slide {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteSplideContainer .splide__slide .jtePackagesCarouselImg,
.jteSplideContainer02 .splide__slide .jtePackagesCarouselImg {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.jteSplideContainer .splide__slide .jtePackagesCarouselImgMobile,
.jteSplideContainer02 .splide__slide .jtePackagesCarouselImgMobile {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.jteSplideThumbContainer {
	position: absolute !important;
	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;

	bottom: 100px;

	bottom: 50px;
}

.jteSplideThumbContainer .splide__track {
	max-width: 1160px;
    margin-left: auto;
    text-align: right;

    overflow: visible;
}

.jteSplideThumbContainer .splide__list {
	/*display: flex;
    justify-content: end;*/

    /*display: inline-flex;
    width: 100%;*/
}

.jteSplideThumbContainer .splide__list > li {
	width: 220px;
	height: 233px;
	text-align: left;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none !important;
	-webkit-box-shadow: 0 3px 24px 0 rgba(120,120,120,.51);
	box-shadow: 0 3px 24px 0 rgba(120,120,120,.51);
}

.jteSplideThumbContainer .splide__list > li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.jtePackagesCarouselTHumbImg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px !important;
	z-index: 1 !important;
	-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: .34;
}

.jteSplideThumbContainer .splide__list > li:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 80%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.94) 30%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.94) 30%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.94) 30%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index: 1;
    -webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.jteSplideThumbContainer .splide__list > li > div {
	position: absolute;
	bottom: 15px;
	left: 0px;
	padding: 0px 15px 0px;
	font-size: 20px;
	line-height: 28px;
	color: #2D2A26;
    z-index: 2;

    line-height: 30px;
        width: 100%;
    text-align: center;
}

.jteSplideThumbContainer .splide__list > li > div  b {
	font-weight: 500;
}

.jteSplideThumbContainer .splide__list > li.is-active .jtePackagesCarouselTHumbImg {
	border: 3px solid #fff;
	opacity: 1;
}



.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: 118px;

	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;*/
	margin: 0px 5px;
	color: #003087;
    font-size: 23px;
    line-height: 23px;
}

.jtePackagesCarouselContent {
	max-width: 1408px;
	margin: auto;
	position: absolute;
	left: 50%;
	padding: 20px 20px;
	top: 165px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;

	z-index: 1;

	top: 135px;
}

.jtePackagesCarouselContentInner {
	max-width: 495px;
}

.jtePackagesCarouselContent h2 {
	/*font-size: 53px;
	line-height: 63px;*/
	color: #2D2A26;

	/*font-size: 50px;
	line-height: 58px;*/	
}

.jtePackagesCarouselContent h2 span,
.jtePackagesCarouselContent h2 b {
	font-weight: 500;
}

.jtePackagesCarouselDesc {
    margin-top: 40px;
    font-size: 22px;
    line-height: 36px;

    font-size: 18px;
    line-height: 28px;

    margin-top: 10px;
}

.jtePackagesCarouselContent a {
	font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #fff !important;
    padding: 22px 10px;
    text-align: center;
    min-width: 224px;
    -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: 50px;
    display: inline-block;

    font-size: 18px;

    font-size: 16px;
    font-weight: 400;

    margin-top: 15px;
}



.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;
	display: block;
}

.jteSpecialtyGridListContent {
	width: calc(100% - 36px);
	margin: -55px auto 0px;
	background: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	padding: 22px 15px;
	text-align: center;
	-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.16) !important;
	box-shadow: 0 0 18px 0 rgba(0,0,0,.16) !important;
	display: block;
	position: relative;
}

.jteSpecialtyGridListContent:hover {
	opacity: 1;
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);

}

.jteSpecialtyGridListTitle {
	font-size: 24px; 
	line-height: 29px; 
	color: #003087;
	font-weight: 500;

	font-size: 20px;
	line-height: 30px;
}

.jteSpecialtyGridListContent p,
.jteSpecialtyGridListDesc {
	/*font-size: 20px; 
	line-height: 30px;*/
	color: #2D2A26;

	/*font-size: 18px;
	line-height: 28px;*/
} 

.jteSpecialtyGridLeft {
	display: flex;
	justify-content: space-between;
	/* width: calc(100% - 153px); */
	width: 100%; 
	margin-bottom: 5%;
}

.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;*/
	margin-bottom: 0px;

	/*font-size: 18px;
	line-height: 28px;*/
}

.jteSpecialtyGridViewMoreTxt i {
	width: 34px;
	height: 34px;
	background: url(../img/specialty-grid-vm-btn.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: auto auto 15px;
	display: block;
}

.jteHPcarouselContainerOuter {
	overflow: hidden;
}

.jteHPcarouselContainer,
.jteHPcarouselContainer02 {
	width: 100%;
	position: relative;
/*	overflow: hidden;*/
	padding: 0px 20px;
}

.jteHPcarouselContainer:before,
.jteHPcarouselContainer02: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,
.jteHPcarouselContainer02: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;
	flex-wrap: wrap;
}

.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;
    -moz-appearance: none;
    -webkit-appearance: none; 
    background-image: url(../img/menu-dropdown-icon2.png);
    background-position: center right 30px;
    background-repeat: no-repeat;
    color: #00B2A9;
    outline: none;

	background-image: url(../img/select-arrow.png);
    background-position: center right 30px;

    font-size: 18px;
}

.jteHPcarouselLeft span.ui-selectmenu-button {
	background: #fff;
    border: 1px solid #00B2A9;
    font-size: 20px;
    line-height: 20px;
    padding: 21px 50px 21px 27px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    width: 100% !important;
    color: #00B2A9 !important;
        max-width: 243px;

    font-size: 16px;
}

.jteHPcarouselLeft span.ui-selectmenu-button .ui-icon {
    background-image: url(../img/select-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 17px;
    height: 9px;
    position: absolute;
    top: 27px;
    right: 20px;
}

.jteHPcarouselLeft h2 {
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 50px; 
	line-height: 61px;
	color: #003087;

	line-height: 58px;
}

.jteHPcarouselLeft h2 span,
.jteHPcarouselLeft h2 b {
	font-weight: 500;
}

.jteHPcarouselLeftDesc {
	margin-top: 22px;
}

.jteHPcarouselLeftDesc p {
	/*font-size: 22px; 
	line-height: 36px;

	font-size: 18px;
	line-height: 28px;*/
}

.jteHPcarouselLeftBtn {
	font-size: 22px; 
	line-height: 22px; 
	font-weight: 500;
	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: 30px;
	display: inline-block;

	font-size: 18px;

	font-size: 16px;
	font-weight: 400;
}

.jteHPcarouselLeftBtn:hover {
	color: #fff;
}

.jteHPcarouselRight {
	width: calc(71.5% - 50px + 24px);
/*	margin-left: 50px;	*/
	position: relative;
/*	margin-left: 24px;*/
}

.jteHPcarouselRight .owl-stage {
	display: flex;
/*	padding: 20px 27px 20px 13px;*/

	margin: 20px 0px 20px 20px;
/*	padding-right: 41px;*/

/*	    width: 100% !important;*/

	min-width: 100%;
}

.jteHPcarouselRight .owl-item {
/*	width: calc(50% - 25px) !important;*/
	position: relative;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;

	display: flex;
	-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;*/

	    max-width: calc(33.33% - 10px);
}

.jteHPcarouselRight .owl-item {
	opacity: 0;
}

.jteHPcarouselRight .owl-item.active {
	opacity: 1;
}

/*.jteHPcarouselRight .owl-item.active:nth-child(4) {
	opacity: 0;
}*/

.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;*/

}


.no-js .owl-carousel, 
.owl-carousel.owl-loaded {
	display: flex !important;
}


.jteHPcarouselRight .owl-item.active:before {
	display: none;
}

.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;

    padding: 10px 10px 25px;
    background: #fff;

    padding: 18px 18px 25px;
    padding-bottom: 75px;

        /*position: absolute;
    top: 0px;*/
}

.jteHPcarouselRight .owl-item .jteHPcarouselList {
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;

	display: flex !important;
    flex-wrap: wrap;
	flex-direction: column;

/*	position: relative;*/
}

.jteHPcarouselListImg {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	padding-bottom: 100%;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 0px;
}

.jteHPcarouselRight .owl-item.active .jteHPcarouselList,
.jteHPcarouselRight .owl-item .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;

	-webkit-box-shadow: 0 0 24px 0 rgba(97,97,97,.2);
	box-shadow: 0 0 24px 0 rgba(97,97,97,.2);

	-webkit-box-shadow: 0 0 14px 0 rgba(97,97,97,.2);
	box-shadow: 0 0 14px 0 rgba(97,97,97,.2);

	/*-webkit-box-shadow: 0 0 5px 0 rgba(97,97,97,.2);
	box-shadow: 0 0 5px 0 rgba(97,97,97,.2);*/
}

.jteHPcarouselOwl,
.jteHPcarouselOwl02 {
	padding-right: 41px;
}

.jteHPcarouselOwl .owl-stage-outer,
.jteHPcarouselOwl02 .owl-stage-outer {
/*	overflow: visible !important;*/

	/*width: calc(100% + 23px);
	margin-right: -23px;*/

	width: calc(100% + 10px);
    margin-right: -10px;

    width: calc(100% + 30px);
    margin-right: -30px;
}

.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;

	width: 100%;
	left: 0px;
	top: 0px;
	display: flex;
	gap: 20px;
	margin: 20px 0px 20px 20px;
}

.jteHPcarouselRightLoader svg {
	max-width: 100px;
}

.jteHPcarouselRightLoader .jteHPcarouselRightLoaderItem {
	width: calc(100% / 3);
	-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;
    -webkit-box-shadow: 0 0 24px 0 rgba(97,97,97,.2);
    box-shadow: 0 0 24px 0 rgba(97,97,97,.2);
    -webkit-box-shadow: 0 0 14px 0 rgba(97,97,97,.2);
    box-shadow: 0 0 14px 0 rgba(97,97,97,.2);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background: #fff;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jteHPcarouselOwl .owl-dots,
.jteHPcarouselOwl02 .owl-dots, {
	display: none;
}

.jteHPcarouselOwl  .owl-nav,
.jteHPcarouselOwl02  .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;*/

	width: 153px;
	height: 65px;
	right: -170px;
}

.jteHPcarouselOwl .owl-nav:before,
.jteHPcarouselOwl02 .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,
.jteHPcarouselOwl02 .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: 0px;
	
	width: 65px;
	height: 65px;
	border: 1px solid #00B2A9 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.jteHPcarouselOwl .owl-nav .owl-prev span,
.jteHPcarouselOwl02 .owl-nav .owl-prev span {
	width: 13px;
	height: 25px;
	background: url(../img/owl-carousel-arrow-c.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,
.jteHPcarouselOwl02 .owl-nav .owl-prev.disabled span {
/*	background: url(../img/owl-carousel-arrow-b.png) center no-repeat;*/
}

.jteHPcarouselOwl .owl-nav .owl-next,
.jteHPcarouselOwl02 .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: 0px;

	width: 65px;
	height: 65px;
	border: 1px solid #00B2A9 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.jteHPcarouselOwl .owl-nav .owl-next span,
.jteHPcarouselOwl02 .owl-nav .owl-next span {
	width: 13px;
	height: 25px;
	background: url(../img/owl-carousel-arrow-c.png) center no-repeat;
	display: block;
	font-size: 0px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.jteHPcarouselOwl .owl-nav .owl-next.disabled span,
.jteHPcarouselOwl02 .owl-nav .owl-next.disabled span {
/*	background: url(../img/owl-carousel-arrow-b.png) center no-repeat;*/
}

.jteHPcarouselOwl .owl-nav button,
.jteHPcarouselOwl02 .owl-nav button {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.jteHPcarouselOwl .owl-nav button:hover,
.jteHPcarouselOwl02 .owl-nav button:hover {
	-moz-transform: scale(.85) translateY(-58%);
	-webkit-transform: scale(.85) translateY(-58%);
	-o-transform: scale(.85) translateY(-58%);
	-ms-transform: scale(.85) translateY(-58%);
	transform: scale(.85) translateY(-58%);
	
}

.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;*/

    width: 100%;
	display: flex;
	align-items: end;

	position: absolute;
    bottom: 25px;
    width: calc(100% - 36px);
}

.jteHPcarouselItemHover > h3 {
	font-size: 27px;
    height: 36px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    height: auto;
}

.jteHPcarouselItemHover > p {
	font-size: 20px;
	line-height: 30px; 
	color: #fff;
	margin-top: 20px;
}

.jteHPcarouselItemHoverFooter {
	margin-top: 23px;
	display: flex;
	justify-content: space-between;

	align-items: center;
	width: 100%;

	margin-top: 10px;
}

.jteHPcarouselItemHoverFooter a {
	color: #fff !important;
	font-size: 14px;
	line-height: 14px;
	padding: 13px 10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #fff;
	display: block;
	font-weight: 500;

	min-width: 124px;
	text-align: center;
	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);

	font-weight: normal;
	color: #fff;
}

.jteHPcarouselItemHoverFooter p {
	font-size: 34px;
    line-height: 34px;
/*    color: #fff;*/
/*    margin-left: 10px;*/
    margin-bottom: 0px;
       /* display: flex;
    align-items: flex-end;*/
    color: #00B2A9;
    font-weight: 500;

    font-size: 30px;
    line-height: 38px;
}

.jteHPcarouselItemTop {
	/*position: absolute;
	top: 30px;
	left: 10px;
	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;

/*	left: 18px;*/
	align-items: center;
	margin-bottom: 13px;
}

.jteHPcarouselItemTop:before {
	content: '';
	display: block;
	background: url(../img/owl-carousel-location-icon.png) center no-repeat; 
	width: 13px;
	height: 17px;
	margin-top: 2px;

	background-image: url(/malaysia/wp-content/uploads/2024/02/doctor-location-icon.png);
}

.jteHPcarouselItemTop p {
	color: #fff;
	font-weight: 500;
	/*font-size: 16px; 
	line-height: 21px;*/
	margin-left: 10px;
	margin-bottom: 0px;
/*	text-transform: uppercase;*/

	/*font-size: 14px;
	line-height: 24px;*/
	color: #00b2a9;
	line-height: 16px;
}

.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;*/

	position: static;
	width: 100%;
	margin: 0px 0px;
}

.jteHPcarouselItem h3 {
	font-size: 22px;
	line-height: 29px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 15px;

	font-size: 20px;
	line-height: 30px;
}

.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%;

	width: 60%;
}

.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: #ebf8f8;
	height: auto;
	width: auto;
	background-image: url(../img/select-arrow.png);
	background-repeat: no-repeat;
	background-position: center right 30px;
	    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;

    background-color: #fff;
	min-width: 453px;

	font-size: 18px;
}

.jteHospitalFooterLeftSelect > select {

}

.jteHospitalFooterLeftSelect span.ui-selectmenu-button {
    background: #fff;
    border: 1px solid #00B2A9;
    font-size: 20px;
    line-height: 20px;
    padding: 17px 50px 17px 70px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    width: 100% !important;
    color: #00B2A9 !important;
    max-width: 453px;

    font-size: 16px;

    padding-left: 30px;
        max-width: 223px;
}

.jteHospitalFooterLeftSelect span.ui-selectmenu-button .ui-icon {
    background-image: url(../img/select-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 17px;
    height: 9px;
    position: absolute;
    top: 23px;
    right: 20px;
}

.jteHospitalFooterLeftSelect {
	position: relative;
	    z-index: 1;
}

.jteHospitalFooterLeftInner {
	margin-top: 75px;

	margin-top: 27px;
}

.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;

	top: 18px;
	opacity: 0;
}

.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: 500;
	font-size: 36px; 
	line-height: 46px;
	color: #003087;
	margin-bottom: 0px;

	font-size: 30px;
	line-height: 38px;
}

.jteHospitalFooterLeftAddress {
	margin-top: 25px;
	/*font-size: 22px;
	line-height: 36px;*/
	color: #2D2A26;
	margin-bottom: 0px;

	max-width: 660px;

	/*font-size: 18px;
	line-height: 28px;*/
}

.jteHospitalFooterLeftR2 {
	margin-top: 55px;

	margin-top: 34px;
}

.jteHospitalFooterLeftR2List {
	display: flex;
}

.jteHospitalFooterLeftR2ListLeft {
	width: 45%;

	    width: 38.59%;
}

.jteHospitalFooterLeftR2ListLeft p {
	/*font-size: 22px;
	line-height: 36px;*/
	color: #2D2A26;
	margin-bottom: 0px;

	/*font-size: 18px;
	line-height: 28px;*/
}

.jteHospitalFooterLeftR2ListRight {
	width: calc(55% - 10px);
	margin-left: 10px;

	width: calc(61.41% - 10px);
}

.jteHospitalFooterLeftR2ListRight p {
	/*font-size: 22px;
	line-height: 36px;*/
	color: #00B2A9;
	margin-bottom: 0px;

	/*font-size: 18px;
	line-height: 28px;*/
}

.jteHospitalFooterLeftR3 {
	display: flex;
	margin-top: 50px;

	margin-top: 34px;
}

.jteHospitalFooterLeftR3List {
	
}

.jteHospitalFooterLeftR3List:first-child {
    width: 30%;
    margin-right: 10px;

	width: 25.569%;
}

.jteHospitalFooterLeftR2ListInner {

}

.jteHospitalFooterLeftR2ListInner p {
	/*font-size: 22px;
	line-height: 36px;*/
	color: #2D2A26;
	margin-bottom: 0px;

	/*font-size: 18px;
	line-height: 28px;*/
}

.jteHospitalFooterLeftR2ListInner a {
	font-size: 22px;
	line-height: 36px;
	color: #00B2A9;
	text-decoration: underline !important;
	display: block;
	word-break: break-all;

	font-size: 18px;
	line-height: 28px;

	font-size: 16px;
	line-height: 26px;
}

.jteHospitalListingContentColTxt p.jteHospitalListingContentColTxtHospital {
	font-size: 20px;
	line-height: 30px;
}

.jteHospitalFooterLeftR4 {
	margin-top: 65px;
	display: flex;
	align-items: center;

	margin-top: 40px;
}

.jteHospitalFooterLeftR4 a {
	margin-right: 38px;
}

.jteHospitalFooterLeftR4 a:last-child {
	margin-right: 0px;
}

.jteHospitalFooterLeftR4Btn {
	/*font-size: 22px;
    line-height: 22px;*/
    font-weight: 500;
    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;

/*    font-size: 16px;*/
    font-weight: 400;
}

.jteHospitalFooterLeftR4Btn:hover {
	color: #fff;
}

.jteHospitalFooterLeftR4Waze {
	width: 55px; 
	height: 55px;
	background: url(../img/waze-icon.png) center no-repeat;

	width: 50px;
	height: 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHospitalFooterLeftR4Gmap {
	width: 40px; 
	height: 57px;
	background: url(../img/gmal-icon.png) center no-repeat;

	width: 36px;
	height: 51.3px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteCareerSection {
	padding: 0px 20px;
}

.jteCareerSection > div {
	max-width: 1408px;
	margin: auto;	
}

.jteCareerContainer {
	max-width: 1288px;
	margin: auto;
}

.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: 50px;
	display: flex;
}

.jteCareerBtmLeft {
	width: 27.7%;
	border-right: 1px solid #00B2A9;

	width: 30%;
	padding-right: 65px;
}

.jteCareerBtmTitle {

}

.jteCareerBtmTitle p {
	font-size: 18px;
	line-height: 18px;
	color: #A5A1A1;
	font-weight: 500;
	margin-bottom: 0px;
}

.jteCareerBtmLeftContent {
	margin-top: 35px;
}

.jteCareerBtmLeftList {
	margin-bottom: 55px;

	margin-bottom: 30px;
}

.jteCareerBtmLeftList a {
	font-size: 21px; 
	line-height: 30px;
	font-weight: normal;
	color: #2d2a26;

	font-size: 18px;
}

.jteCareerBtmLeftList.active a {
	font-weight: bold;
	color: #00B2A9;
}

.jteCareerBtmRight {
	width: calc(72.3% - 65px);
	margin-left: 65px;

	width: calc(70% - 65px);
}

.jteCareerBtmRightContentInner {
	margin-top: -20px;
}

.jteCareerBtmRightContentInner h3 {
	background: transparent;
	border: none;
	font-size: 25px !important;
    line-height: 30px;
    padding: 0px !important;
    color: #00B2A9;
	margin: 0px !important;
	position: relative;
	font-weight: 600 !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #d2d0d0;
	margin-top: 60px !important;

	color: #2D2A26;

	font-size: 18px !important;
	margin-top: 30px !important;
}

.jteCareerBtmRightContentInner h3.ui-state-active {
	color: #00B2A9;
}

/*.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;

	top: 10px;
}

.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 28px;
	margin: 0px;
}

.jteCareerBtmRightContentInner .jteCareerBtmRightListContent ul li {
	margin-bottom: 19px;
	font-size: 20px; 
	line-height: 26px;
	position: relative;
	list-style-type: none;

	color: #2D2A26;

	font-size: 16px;
}

.jteCareerBtmRightContentInner .jteCareerBtmRightListContent ul li:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #00B2A9;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	    left: -28px;
    top: 8px;
}

.jteCareerBtmRightContentInner .jteCareerBtmRightListContent ul li a {
	text-decoration: underline;
	color: #00B2A9;
}

.jteCareerBtmRightContentInner .jteCareerBtmRightListContent ul li ul {
	padding-left: 27px;
}

.jteCareerBtmRightContentInner .jteCareerBtmRightListContent ul li ul li {
	margin-top: 10px;
}

.jteCareerBtmRightContentInner .jteCareerBtmRightListContent ul li ul li:before {
    background: #fff;
    border: 1px solid #00B2A9;
}

.jteCareerBtmRightListBtn {
	font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #fff !important;
    padding: 15px 10px;
    text-align: center;
    min-width: 185px;
    -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;

    font-size: 18px;
    margin-top: 35px;
}

.jteHospitalFooterBG-m {
	display: none;
}

.jteEventGridWrap {
	width: 100%;
}

.jteEventGridWrapList {
	margin-bottom: 23px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jteEventGridWrapList:last-child {
	margin-bottom: 0px;
}

.jteEventGridWrapListLeft {
	width: 142px;

	width: 110px;
}

.jteEventGridWrapListDate {
	width: 100%;
/*	height: 142px;*/
	background: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	text-align: center;
	border: 3px solid #00B2A9;

/*	height: 110px;*/
}

.jteEventGridWrapListDateMonth {
	color: #fff;
	font-size: 21px; 
	line-height: 21px;
	text-transform: uppercase;
	background: #00B2A9;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 0px;

	font-size: 16px;
	line-height: 16px;
}

.jteEventGridWrapListDateNumber {
	font-size: 66px;
	line-height: 66px;
	color: #00B2A9;

	font-size: 60px;

	font-size: 50px;
	line-height: 58px;
	line-height: 50px;

	padding-top: 14px;

	padding-top: 6px;
}

.jteEventGridWrapListDateMDay {
	font-size: 21px;
	line-height: 21px;
	color: #2D2A26;

	font-size: 14px;
	line-height: 20px;

	padding-bottom: 14px;

	padding-bottom: 6px;
}

.jteEventGridWrapListRight {
	width: calc(100% - 172px);

	width: calc(100% - 140px);
}

.jteEventGridWrapListTitle {
	font-size: 23px;
	line-height: 32px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0px;

	max-width: 1451px;
	margin-top: 6px;

	font-size: 20px;
	line-height: 30px;
}

.jteEventGridWrapListDesc {
	/*font-size: 20px;
	line-height: 30px;*/
	margin-top: 5px;
	margin-bottom: 0px;
    color: #2D2A26;

    /*font-size: 18px;
    line-height: 28px;*/
}

.jteNewGridWrap {
	width: 100%;
}

.jteNewGridWrapList {
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;

	align-items: flex-start;
}

.jteNewGridWrapList:last-child {
	margin-bottom: 0px;
}

.jteNewGridWrapListLeft {
	width: 45%;
	padding-bottom: 33%;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteNewGridWrapListRight {
	width: calc(55% - 20px);
	margin-top: 10px;

	    margin-top: 5px;
}

.jteNewGridWrapListDate {
	font-size: 20px; 
	line-height: 30px;
	color: #00B2A9;

	font-size: 18px;
	line-height: 28px;

	font-size: 16px;
	line-height: 26px;
}

.jteNewGridWrapListTitle {
	font-size: 23px; 
	line-height: 32px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0px;

	font-size: 20px;
	line-height: 30px;
}

.jteNewGridWrapListDesc {
	/*font-size: 20px; 
	line-height: 30px;*/
	margin-top: 10px;
	margin-bottom: 0px;
	color: #2D2A26;
}

.jteHPcarouselRightNoPostContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.jteHPcarouselRightNoPostContainer p {
	font-size: 22px;
    line-height: 36px;
	max-width: 300px;
	text-align: center;
}

.jteHPcarouselFooterBtnMobile {
	display: none;
}

.jteTabsHNMcontainer {
	width: 100%;
}

.jteTabsHNMcontainerInner {
/*	padding: 40px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jteTabsHNMcontainerLeft {
	width: 54%;
	position: relative;

	width: calc(100% - 554px);
	width: calc(100% - 616px);
}

.jteTabsHNMcontainerLeft:before {
	content: '';
	background: url(../img/hnm-location-icon.png) center no-repeat;
	width: 21px;
	height: 27px;
	position: absolute;
	top: 18px;
	left: 30px;

	background: url(../img/hnm-location-icon-b.png) center no-repeat;
	-webkit-background-size: 21px;
	-moz-background-size: 21px;
	-o-background-size: 21px;
	background-size: 21px;
	z-index: 1;
}

.jteTabsHNMcontainerLeft select {
	border: 1px solid #00B2A9;
	outline: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 20px;
	line-height: 20px;
	padding: 21px 60px 21px 70px;
	background-image: url(../img/select-arrow.png);
	background-position: center right 30px;
	background-repeat: no-repeat;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: normal;

	font-size: 18px;
}

.jteTabsHNMcontainerLeft span.ui-selectmenu-button {
    background: #fff;
    border: 1px solid #00B2A9;
    font-size: 20px;
    line-height: 20px;
    padding: 21px 50px 21px 67px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    width: 100% !important;
    color: #2D2A26 !important;

    font-size: 16px;
}

.jteTabsHNMcontainerLeft span.ui-selectmenu-button .ui-icon {
	background-image: url(../img/select-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 21px;
    height: 11px;
    position: absolute;
    top: 27px;
    right: 30px;
}

.jteTabsHNMcontainerRight {
	width: calc(46% - 12px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	width: 100%;
	max-width: 542px;
	margin-left: 12px;

	max-width: 604px;
}

.jteTabsHNMcontainerRightR1 {
	display: flex;
}

.jteTabsHNMcontainerRightR1 a {
	display: flex;
	align-items: center;
	border: 1px solid #00B2A9;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	padding: 12px 30px;
	margin-right: 12px;
	background-color: #edfaf9;
}

.jteTabsHNMcontainerRightR1 a i {
	margin-right: 20px;
}

.jteTabsHNMcontainerRightR1 a:last-child {
	margin-right: 0px;
}

.jteTabsHNMcontainerRightR1 a p {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #00B2A9;
	margin-bottom: 0px;

	font-size: 18px;
}

.jteTabsHNMcontainerRightR1Call i {
	width: 26px;
	height: 28px;
	display: block;
	background: url(../img/tabs-hnm-call-icon.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteTabsHNMcontainerRightR1Direction i {
	width: 27px;
	height: 30px;
	display: block;
	background: url(../img/tabs-hnm-direction-icon.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteTabsHNMcontainerRightR2 {

}

.jteTabsHNMcontainerRightR2 a {
	font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
    padding: 23px 10px;
    text-align: center;
    min-width: 191px;
    -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);
    display: inline-block;

    font-size: 18px;

    font-size: 16px;
}

.jteTabsHNMcontainerRightR1 a:disabled,
.jteTabsHNMcontainerRightR2 a:disabled,
.jteTabsHNMcontainerRightR1 a.disabled,
.jteTabsHNMcontainerRightR2 a.disabled {
	cursor: progress;
	filter: grayscale(100%);
}

.jteTabsHNMcontainerRightR2 a.disabled:hover {
	color: #fff;
}

.jteTabsGeneralcontainer {
	width: 100%;
}

.jteTabsGeneralcontainerInner {
	display: flex;
	justify-content: space-between;
}

.jteTabsGeneralcontainerLeft {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 216px);
}

.jteTabsFADdoctor {
	width: 40%;
	position: relative;
}

.jteTabsFADdoctor > input {
	border: 1px solid #00B2A9;
    outline: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 20px;
    padding: 19px 60px 19px 70px;

    background-image: url(../img/select-arrow.png);

    background-position: center right 30px;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: normal;

    font-size: 18px;
    padding-top: 21px;
    padding-bottom: 21px;

    font-size: 16px;
}

.jteTabsFADdoctor:before {
	content: '';
	background: url(../img/hnm-location-icon.png) center no-repeat;
	width: 21px;
	height: 27px;
	position: absolute;
	top: 18px;
	left: 30px;

	background: url(../img/hnm-location-icon-b.png) center no-repeat;
	-webkit-background-size: 21px;
	-moz-background-size: 21px;
	-o-background-size: 21px;
	background-size: 21px;
}

.jteTabsFADdoctor:after {
	content: '';
	background-image: url(../img/select-arrow.png);
    background-position: center right 30px;
    background-repeat: no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    top: 18px;
	right: 30px;
}

.jteTabsFADdoctorDropdownContainer {
	display: none;
	border: 1px solid #767676;
	background: #fff;
	position: absolute;
	top: 64px;
	left: 0px;
	width: 100%;
	z-index: 2;
	max-height: 300px;
	overflow: auto;
}

.jteTabsFADdoctorDropdownContainer ul {
	padding: 0px;
	margin: 0px;
}

.jteTabsFADdoctorDropdownContainer ul li {
	list-style-type: none;
}

.jteTabsFADdoctorDropdownContainer ul li a {
	font-size: 20px;
    line-height: 20px;
    display: block;
    padding: 3px 70px;
    color: #2f354d;
}

.jteTabsFADdoctorDropdownContainer ul li a:hover {
	background: #1967d2;
	color: #fff;
}

.jteTabsFADspecialty {
	width: calc(60% - 30px);
	position: relative;
}

.jteTabsFADspecialty > input {
	border: 1px solid #00B2A9;
    outline: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 20px;
    padding: 19px 60px 19px 70px;
    background-image: url(../img/select-arrow.png);
    background-position: center right 30px;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: normal;

    font-size: 18px;
    padding-top: 21px;
    padding-bottom: 21px;

    font-size: 16px;
    text-transform: capitalize;
}

.jteTabsFADspecialty:before {
    content: '';
    background: url(../img/search-icon.png) center no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 22px;
    left: 30px;

    background: url(../img/search-icon-b.png) center no-repeat;
    -webkit-background-size: 21px;
	-moz-background-size: 21px;
	-o-background-size: 21px;
	background-size: 21px;
}

.jteTabsFADspecialtyDropdownContainer {
    display: none;
    border: 1px solid #767676;
    background: #fff;
    position: absolute;
    top: 64px;
    left: 0px;
    width: 100%;
    z-index: 2;
    max-height: 300px;
    overflow: auto;
}

.jteTabsFADspecialtyDropdownContainer ul {
	padding: 0px;
    margin: 0px;
}

.jteTabsFADspecialtyDropdownContainer ul li {
	list-style-type: none;
}

.jteTabsFADspecialtyDropdownContainer ul li a {
    font-size: 20px;
    line-height: 20px;
    display: block;
    padding: 3px 70px;
    color: #2f354d;
    display: flex;
    justify-content: space-between;
        align-items: center;
}

.jteTabsFADspecialtyDropdownContainer ul li a > span {
	    text-transform: capitalize;
}

.jteTabsFADspecialtyDropdownContainer .subtitle {
	color: #aaa;
	font-size: 14px;
	line-height: 14px;
}

.jteTabsFADspecialtyDropdownContainer ul li a:hover {
	background: #1967d2;
    color: #fff;
}

.jteTabsFADspecialtyDropdownContainer ul li a:hover .subtitle {
	color: #fff;
}

.jteTabsFADspecialtyErr {
	font-size: 14px;
	line-height: 18px;
	color: #f00;
	display: none;
	margin-top: 10px;
	position: absolute;
    top: 100%;
    left: 0px;
}

.doctorList {
	display: none;
}

.jteTabsGeneralcontainerRight {
	width: 191px;
}

.jteTabsGeneralcontainerRight input[type="submit"] {
	font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
    padding: 23px 10px;
    text-align: center;
    min-width: 191px;
    -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);
    display: inline-block;
    border: none;
    cursor: pointer;

    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	font-size: 18px;

	font-size: 16px;
}

.jteTabsGeneralcontainerRight input[type="submit"]:hover {
	opacity: 0.7;
}

.jteTabsMAAfooter {
	margin-top: 40px;
	border: 1px solid #00B2A9;
	background: #EDFAF9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.jteTabsMAAfooterInner {
	padding: 30px 65px 30px 40px; 
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.jteTabsMAAfooterInner > p {
	width: calc(100% - 462px);
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
}

.jteTabsMAAfooterRight {
	width: 452px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.jteTabsMAAfooterRight a {
	display: block;
	display: flex;
	align-items: center;
}

.jteTabsMAAfooterRight a i {
	width: 26px;
	height: 26px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteTabsMAAfooterRight a.jteTabsMAAfooterWhatsapp i {
	background-image: url(../img/maa-whatsapp-icon.png);
}

.jteTabsMAAfooterRight a.jteTabsMAAfooterApp i {
	background-image: url(../img/maa-app-icon.png);
}

.jteTabsMAAfooterRight a p {
	margin-left: 15px;
	color: #00B2A9;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 0px;
}

.jteNewGridHorizontalWrap {
	display: flex;
	justify-content: space-between;
}

.jteNewGridHorizontalWrap.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.jteNewGridHorizontalWrap .owl-item {
	background: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0 0 24px 0 rgba(97,97,97,.16);
    box-shadow: 0 0 24px 0 rgba(97,97,97,.16);
}

.jteNewGridHorizontalList {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0 0 24px 0 rgba(97,97,97,.16);
	box-shadow: 0 0 24px 0 rgba(97,97,97,.16);
	width: calc(25% - 22.5px);
	background: #fff;

	display: block;
	width: 100%;

	height: 100%;
}

.jteNewGridHorizontalList:last-child {
	margin-right: 0px;
}

.jteNewGridHorizontalListImg {
	width: 100%;
	padding-bottom: 67%;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
}

.jteNewGridHorizontalListContent {
	padding: 35px 30px;
}

.jteNewGridHorizontalListContent h3 {
	font-size: 23px;
	line-height: 35px;
	font-weight: 500;
	margin: 0px;

	font-size: 20px;
	line-height: 30px;
}

.jteNewGridHorizontalListContentFooter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	    margin-top: 25px;
}

.jteNewGridHorizontalListContentFooter p {
	margin-bottom: 0px;
	color: #A5A1A1;
	/*font-size: 18px;
	line-height: 24px;

	line-height: 28px;*/
}

.jteNewGridHorizontalListDate {

}

.jteNewGridHorizontalListReading {
	display: flex;
	align-items: center;
}

.jteNewGridHorizontalListReading i {
	width: 24px;
	height: 24px;
	background: url(../img/news-reading-time-icon.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right: 5px;
}

.jteHospitalListingNews {
	margin: 0px -20px;
	background: #F6F6F6;
/*	padding: 135px 20px 150px;*/
	padding: 135px 0px 150px;
	padding: 135px 80px 150px;
	overflow: hidden;
}

.jteHospitalListingNewsInner {
	max-width: 1408px;
	margin: auto;
}

.jteHospitalListingNewsTitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.jteHospitalListingNewsTitle h2 {
	color: #003087;
	font-size: 50px;
	line-height: 61px;	

	line-height: 58px;
}

.jteHospitalListingNewsTitle h2 b {
	font-weight: 500;
}

.jteHospitalListingNewsTitle a {
	font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    padding: 22px 10px;
    text-align: center;
    min-width: 208px;
    -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);
    display: inline-block;
    text-decoration: none;

    font-size: 18px;

    font-size: 16px;
    font-weight: 400;
}

.jteHospitalListingNewsTitle a:hover {
	color: #fff;
}

.jteHospitalListingHP {
	margin: 90px -20px 130px;
}

.jteHospitalListingContentFilter select,
.jteHospitalListingContentFilter .ui-selectmenu-button {
	display: none;
}

.jteHospitalListingNewsBtn-m {
	display: none;
}

.jteDoctorCarouselContainer {

}

.jteDoctorCarouselContainerInner {

}

.jteDoctorCarouselTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jteDoctorCarouselTitle h2 {
	color: #003087;
	/*font-size: 50px; 
	line-height: 61px;*/
	max-width: calc(100% - 429px);

/*	line-height: 58px;*/
}

.jteDoctorCarouselTitle h2 b {
	font-weight: 500;
}

.jteDoctorCarouselTitleBtn {
	min-width: 231px !important;
}

.jteDoctorCarouselContent.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.jteDoctorCarouselContent  {
	margin-top: 30px;
}

.jteDoctorCarouselContent .owl-dots {
	display: none;
}

.jteDoctorCarouselContent .owl-nav {
	position: absolute;
	top: -97px;
	right: 256px;
	display: flex;
}

.jteDoctorCarouselContent .owl-nav button {
	width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #00B2A9 !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 0px 11px;
    outline: 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;
}

.jteDoctorCarouselContent .owl-nav button:hover {
	-moz-transform: scale(.85);
    -webkit-transform: scale(.85);
    -o-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
}

.jteDoctorCarouselContent .owl-nav .owl-prev {

}

.jteDoctorCarouselContent .owl-nav .owl-prev span {
	font-size: 0px;
	line-height: 0px;
	width: 15px;
	height: 23px;
	background: url(../img/owl-carousel-arrow-a.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    display: block;
    -moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.jteDoctorCarouselContent .owl-nav .owl-next span {
	font-size: 0px;
	line-height: 0px;
	width: 15px;
	height: 23px;
	background: url(../img/owl-carousel-arrow-a.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    display: block;
}

.jteDoctorCarouselContent .owl-stage {
	display: flex;
}

.jteDoctorCarouselContent .owl-item {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,17,84,.24);
    box-shadow: 0 0 20px 0 rgba(0,17,84,.24);
    background: #fff;
    display: flex;

    min-height: 250px !important;
    min-height: 327px !important;
}

.jteDoctorCarouselList {
    display: flex;
        width: 100%;
}

.jteDoctorCarouselListImg {
	width: 45%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
}

.jteDoctorCarouselListImgMore {
	width: 100%;
}

.jteDoctorCarouselListContent {
	width: 55%;
	padding: 35px 40px 50px;

	    display: flex;
    flex-wrap: wrap;
}

.jteDoctorCarouselListContent h3 {
	font-size: 23px; 
	line-height: 32px; 
	color: #003087;
	font-weight: 500;
	margin-bottom: 0px;

	font-size: 20px;
	line-height: 30px;
}

.jteDoctorCarouselListContent h3 a {
	color: #003087;
}

.jteDoctorCarouselListTxt {
	margin-top: 13px;
}

.jteDoctorCarouselListSpecialty {
	/*font-size: 20px; 
	line-height: 30px;*/
	margin-bottom: 0px;
}

.jteDoctorCarouselListHospital {
	display: flex;
    margin-top: 14px;
}

.jteDoctorCarouselListHospital i {
	width: 13px;
	height: 18px;
	background: url(../img/doctor-location-icon.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right: 10px;
	margin-top: 6px;
}

.jteDoctorCarouselListHospital > div {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 23px);
}

.jteDoctorCarouselListHospital a {
	font-size: 20px; 
	line-height: 30px;
	text-decoration: underline;

	font-size: 18px;
	line-height: 28px;

	font-size: 16px;
	line-height: 26px;
}

.jteDoctorCarouselListHospital > div a {
	margin-right: 5px;
}

.jteDoctorCarouselListHospital > div a:last-child {
	margin-right: 0px;
}

.jteDoctorCarouselListBtn {
	margin-top: 37px;
	width: 100%;
	    align-self: flex-end;
}

.jteDoctorCarouselListBtn a {
	width: 100%;
}

.jteDoctorCarouselListContentInner {
	width: 100%;
}

.jteHospitalListingContentNoPost {
	text-align: center;
	padding: 50px 0px 0px;
}

.jteHospitalListingContentNoPost p {
	/*font-size: 20px; 
	line-height: 30px;*/
}

.jteHospitalLandingFooter .jteHospitalFooterLeftSelect > select,
.jteHospitalLandingFooter .jteHospitalFooterLeftSelect:before,
.jteHospitalLandingFooter .jteHospitalFooterLeftSelect > .ui-selectmenu-button {
	display: none;
}

.jteHAlistingFeatured {
	padding-top: 50px;
}

.jteHAlistingFeaturedInner {
	max-width: 1408px;
	margin: auto;
}

.jteHAlistingTitle {
	text-align: center;
}

.jteHAlistingTitle h2 {
	font-size: 50px;
	line-height: 61px;
	color: #003087 !important;
	margin-bottom: 0px;

	line-height: 58px;
}

.jteHAlistingTitle h2 b {
	font-weight: 500;
}

.jteHAlistingFeaturedContent {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 65px;
	padding-bottom: 116px;
}

.jteHAlistingFeaturedLeft {
	width: 41%;
}

.jteHAlistingFeaturedLeft h2 {
	/*font-size: 50px; 
	line-height: 61px; */
	color: #003087 !important;

	/*line-height: 58px;

	font-size: 40px;
	line-height: 48px;*/
}

.jteHAlistingFeaturedLeft h2 b {
	color: #00B2A9;
	font-weight: 500;
}

.jteHAlistingFeaturedLeft p {
	/*font-size: 22px; 
	line-height: 36px;*/
	margin-top: 10px;
	margin-bottom: 0px;

	/*font-size: 18px; 
	line-height: 28px;*/
}

.jteHAlistingFeaturedLeftBtn {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.jteHAlistingFeaturedLeftBtn a:first-child {
	font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    padding: 23px 57px;
    text-align: center;
    min-width: 231px;
    -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);
    display: inline-block;
    text-decoration: none;

    font-size: 18px;

    font-size: 16px;
    font-weight: 400;
}

.jteHAlistingFeaturedLeftBtn a:nth-child(2) {
	font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #00B2A9;
    padding: 23px 52px;
    text-align: center;
    min-width: 221px;
    border: 1px solid #00B2A9;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    margin-left: 20px;
    display: inline-block;
    text-decoration: none;

    font-size: 18px;

    font-size: 16px;
    font-weight: 400;
} 


.jteHAlistingFeaturedRight {
	width: 52%;
	padding-bottom: 37.1%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
/*	min-height: 522px;*/
}

.jteHAlistingPopularTopic {
	padding-top: 70px;
	padding-bottom: 90px;
	background: #F6F6F6;
}

.jteHAlistingPopularTopicInner {
	max-width: 1408px;
	margin: auto;
}

.jteHAlistingPopularTopicContent {
	padding-top: 0px;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1012px;
	margin: auto;
}

.jteHAlistingPopularTopicListing {
	width: calc(33.3333% - 36.6667px);
	margin-right: 55px;
	margin-top: 55px;
}

.jteHAlistingPopularTopicListing:nth-child(3n),
.jteHAlistingPopularTopicListing:last-child {
	margin-right: 0px;
}

.jteHAlistingPopularTopicListing a {
	padding: 25px;
	background: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	height: 100%;
	display: flex;
	align-items: center;
	    text-decoration: 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;
}

.jteHAlistingPopularTopicListing a > div {
	background: #E5FAF4;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	    padding: 14px;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.jteHAlistingPopularTopicListing a:hover {
	background: #e8f6f5;
	text-decoration: none;
}

.jteHAlistingPopularTopicListing a:hover > div {
	background: #fff;
}

.jteHAlistingPopularTopicListing a img {
	max-width: 52px;
}

.jteHAlistingPopularTopicListing a p {
	width: calc(100% - 98px);
    margin-left: 18px;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
	text-align: center;
	color: #2D2A26;
}

.jteHAlistingCarousel  {
	padding-top: 120px;
	padding-bottom: 150px;
	background: #F6F6F6;

	padding-top: 40px;
}

.jteHAlistingCarouselInner {
	max-width: 1408px; 
	margin: auto;
}

.jteHAlistingCarouselTitle {

}

.jteHAlistingCarouselTitle h2 {
	font-size: 50px; 
	line-height: 61px; 
	color: #003087;
	    margin-bottom: 0px;
}

.jteHAlistingCarouselTitle .ui-selectmenu-button {
	background: transparent;
	border: none !important;
	padding: 0px !important;
    font-size: 50px;
    line-height: 61px;
    color: #00B2A9;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 3px solid #00B2A9 !important;
    width: auto;
	padding-right: 70px;
	margin-top: 13px !important;
    margin-right: 62px;

    padding-right: 0px;
    margin-bottom: 0px !important;
}

.jteHAlistingCarouselTitle .ui-selectmenu-button .ui-selectmenu-text {
	margin-right: 0px;
	font-family: Roboto;
}

.jteHAlistingCarouselTitle .ui-selectmenu-button.ui-button .ui-icon {
	background: url(../img/health-article-arrow.png) center no-repeat;
	width: 34px;
	height: 19px;
	position: absolute;
    right: -62px;
    top: 50%;
    margin-top: -9px;
}

.ui-selectmenu-menu {
	/*max-height: 300px;
    overflow: auto;*/
}

.jteHAlistingCarouselContent  {
	/*width: calc(100% + 26px);
	margin: 0px -17px;*/
	margin-top: 27px;
}

.jteHAlistingCarouselContent .owl-item {
	background: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,17,84,.24);
	box-shadow: 0 0 20px 0 rgba(0,17,84,.24);
}

.jteHAlistingCarouselContent .owl-stage {
	display: flex;
}

.jteHAlistingCarouselContent.owl-carousel .owl-stage-outer {
	padding: 17px;

	width: calc(100% + 26px);
	margin: 0px -17px;
}

.jteHAlistingCarouselContent .owl-item .jteNewGridHorizontalList {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	    display: flex;
    flex-wrap: wrap;

    flex-direction: column;
}

.jteHAlistingCarouselContent .owl-item .jteNewGridHorizontalListImg {
	padding-bottom: 228px;

	padding-bottom: 70.1%;
}

.jteHAlistingCarouselContent .owl-item .jteNewGridHorizontalListContent {
	position: relative;
	padding: 35px 30px 85px;
/*	height: calc(100% - 228px);*/

	display: flex;
	flex: 1;
}

.jteHAlistingCarouselContent .owl-item .jteNewGridHorizontalListContentFooter {
	position: absolute;
	bottom: 35px;
	left: 30px;
	width: calc(100% - 60px);
}

.jteHAlistingCarouselContentTitle {

}

.jteHAlistingCarouselContentTitle p {
	color: #00B2A9;
	margin: 0px;
	font-size: 18px; 
	line-height: 25px;
	margin-bottom: 10px;
}

.jteHAlistingCarouselContent  .owl-nav {
	position: absolute;
	top: -93px;
    right: 0px;
    width: 153px;
    display: flex;
    justify-content: space-around;
}

.jteHAlistingCarouselContent .owl-nav button {
	width: 65px;
    height: 65px;
    border: 1px solid #00B2A9 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.jteHAlistingCarouselContent .owl-nav button:hover {
	-moz-transform: scale(.85);
    -webkit-transform: scale(.85);
    -o-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
}

.jteHAlistingCarouselContent .owl-nav .owl-prev span {
    width: 13px;
    height: 25px;
    background: url(../img/owl-carousel-arrow-c.png) center no-repeat;
    display: block;
    font-size: 0px;
}

.jteHAlistingCarouselContent .owl-nav .owl-next span {
    width: 13px;
    height: 25px;
    background: url(../img/owl-carousel-arrow-c.png) center no-repeat;
    display: block;
    font-size: 0px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jteHAlisting {
	padding-top: 135px;
	padding-bottom: 85px;

	padding-top: 70px;
}

.jteHAlistingInner {
	max-width: 1408px; 
	margin: auto;

	max-width: 1454px;
}

.jteHAlistingFilter {
	display: flex;
}

.jteHAlistingFilter > div {
	position: relative;
	margin-right: 15px;
}

.jteHAlistingFilter > div:last-child {
	margin-right: 0px;
}

.jteHAlistingFilterSearch {
	width: 29%;
}

.jteHAlistingFilterSearch input[type="text"] {
	font-size: 22px; 
	line-height: 22px; 
	padding: 13px 20px 13px 70px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #00B2A9;
	width: 100%;

	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 17px;

	font-size: 16px;
}

.jteHAlistingFilterSearch:before {
	content: '';
	position: absolute;
	left: 26px;
	top: 16px;
	width: 25px;
	height: 25px;
	background: url(../img/search-icon.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: pointer !important;
}

.jteHAlistingFilterSearch-icon {
    content: '';
    position: absolute;
    left: 26px;
    top: 16px;
    width: 25px;
    height: 25px;
    background: url(../img/search-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor: pointer !important;
}

.jteHAlistingFilterTopics,
.jteHAlistingFilterSpecialties,
.jteHAlistingFilterLanguage {
	width: 22%;
}

.jteHAlistingFilter > div .ui-selectmenu-button {
	background: #fff;
	border: 1px solid #00B2A9;
	font-size: 20px; 
	line-height: 20px; 
	padding: 17px 50px 17px 27px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	width: 100%;
	color: #2D2A26 !important;

	font-size: 18px;

	font-size: 16px;
}

.jteHAlistingFilter > div .ui-selectmenu-text {
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
}

.jteHAlistingFilter > div .ui-selectmenu-button .ui-icon {
	background-image: url(../img/select-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 17px;
	height: 9px;
	position: absolute;
	top: 23px;
    right: 20px;
}

.jteHAlistingContent {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}

.jteHAlistingContentList {
	width: calc(33.3333% - 25.3333px);
	margin: 40px 38px 0px 0px;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-shadow: 0 0 24px 0 rgba(97,97,97,.16);
    box-shadow: 0 0 24px 0 rgba(97,97,97,.16);
    background: #fff;

	display: flex;
    flex-wrap: wrap;
    text-decoration: none !important;
	flex-direction: column;

/*	flex-grow: 1;*/
	    justify-content: space-between;
}

.jteHAlistingContentList:nth-child(3n) {
	margin-right: 0px;
}

.jteHAlistingContentListImg {
	padding-bottom: 228px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;

	padding-bottom: 49.64%;
	height: 0px;

	padding-bottom: 56.17%;
}

.jteHAlistingContentListContent {
	position: relative;
	padding: 35px 30px 85px;
/*    height: calc(100% - 228px);*/
	width: 100%;

    flex-grow: 1;
    display: flex;
}

.jteHAlistingContentListContent p {
	margin-bottom: 0px;
}

.jteHAlistingContentListTitle p {
	color: #00B2A9;
	margin: 0px;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}

.jteHAlistingContentListTitle h3 {
    font-size: 23px;
    line-height: 35px;
    font-weight: 500;
    margin: 0px;

    font-size: 20px;
    line-height: 30px;
}

.jteHAlistingContentListFooter {
    position: absolute;
    bottom: 35px;
    left: 30px;
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.jteHAlistingContentListFooter p {
    color: #A5A1A1;
    font-size: 18px;
    line-height: 24px;
}

.jteHAlistingContentListReading {
    display: flex;
    align-items: center;
}

.jteHAlistingContentListFooter i {
    width: 24px;
    height: 24px;
    background: url(../img/news-reading-time-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 5px;
}

.jteHAlistingPagination {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jteHAlistingPagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 32px; 
	margin: 0px;
}

.jteHAlistingPagination ul li {
	list-style-type: none;
}

.jteHAlistingPagination ul li a,
.jteHAlistingPagination ul li span {
	font-size: 22px; 
	line-height: 22px;
	width: 33px;
	height: 33px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0px 22px;
}

.jteHAlistingPagination ul li span.current {
	background: #00B2A9;
	color: #fff;
}

.jteHAlistingPagination ul li a.next,
.jteHAlistingPagination ul li a.prev {
	display: none;
}


.jteHAlistingPagination > a {
	font-size: 0px;
	line-height: 0px;
	background: url(../img/news-pagination-arrow.png) center no-repeat;
	width: 12px; 
	height: 21px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHAlistingPagination > a.next {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ui-selectmenu-text {
	overflow: visible;
}


.jteHAlandingContainer {
	padding-top: 95px;
	padding-bottom: 110px;
}

.jteHAlandingContainerInner {
	max-width: 1408px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	    justify-content: space-between;
}

.jteHAlandingLeft {
	width: 57%;
}

.jteHAlandingLeftBanner {
	width: 100%;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	padding-bottom: 75.5%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	    padding-bottom: 47.5%;
}


.jteHAlandingLeftRTB {
	margin-top: 75px;
}

.jteHAlandingLeftRTB > div > div.elementor-element {
    padding: 0px;
}

.jteHAlandingLeftRTB p,
.jteHAlandingLeftRTB ol li,
.jteHAlandingLeftRTB ul li {
	/*font-size: 22px;
    line-height: 40px;

    font-size: 18px; 
    line-height: 28px;*/
}

.jteHAlandingLeftRTB img {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.jteHAblockquote {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #E5FAF4;
	padding: 30px 55px 10px;
}

.jteHAlandingLeftRTB h3 {
	color: #003087;
	font-size: 33px;
	line-height: 36px;
	margin-bottom: 25px;
	    font-weight: 500;

	font-size: 30px;
	line-height: 38px;
}

.jteHAlandingLeftRTB a {
	text-decoration: underline !important;
}

.jteHAlandingLeftRTB a.raven-button {
	text-decoration: none !important;
}

.jteHAlandingLastTxt p {
	color: #77736E;
	font-size: 20px;
}



.jteHAlandingRight {
	width: 33%;
}

.stickySidebar {
	position: fixed;
	top: 0px;
}

.jteHAlandingRightTitleContainer {

}

.jteHAlandingRightTitle {

}

.jteHAlandingRightTitleTop {
	display: flex;
}

.jteHAlandingRightTitleTop p {
	font-size: 22px; 
	line-height: 30px;

	font-size: 18px; 
	line-height: 28px;
}

.jteHAlandingRightTitleTop span {
	font-size: 22px; 
	line-height: 30px;
	margin: 0px 8px;
}

.jteHAlandingRightTitleMid {
	margin-top: 10px;
}

.jteHAlandingRightTitleMid h2 {
	color: #003087;
	font-size: 45px; 
	line-height: 54px;

	font-size: 30px;
	line-height: 38px;
}

.jteHAlandingRightTitleMid h2 b {
	color: #00B2A9;
}

.jteHAlandingRightTitleBtm {
	margin-top: 32px;
}

.jteHAlandingRightTitleBtm p {
	font-size: 22px; 
	line-height: 30px;

	font-size: 18px;
	line-height: 28px;
}

.jteHAlandingRightSubtopicContainer {
	margin-top: 55px;
	background: #F6F6F6;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.jteHAlandingRightSubtopicContainerInner {
	padding: 25px 30px;
}

.jteHAlandingRightSubtopicContainerInner h3 {
	color: #77736E;
	font-size: 30px; 
	line-height: 36px;
	font-weight: bold;

	font-size: 20px;
	line-height: 30px;
}

.jteHAlandingRightSubtopicContainerInner ol {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.jteHAlandingRightSubtopicContainerInner ol li {
	list-style-type: none;
	margin-bottom: 16px;
}

.jteHAlandingRightSubtopicContainerInner ol li:last-child {
	margin-bottom: 0px;
}

.jteHAlandingRightSubtopicContainerInner ol li span {
/*	content: counter(list-item);*/
	font-size: 13px; 
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #00B2A9;
    display: block;
        margin-top: 6px;

        margin-top: 3px;
}

.jteHAlandingRightSubtopicContainerInner ol li a {
	font-size: 23px;
	line-height: 36px;
	color: #77736E;
	font-weight: 500;
	display: flex;
	text-decoration: none;
}

.jteHAlandingRightSubtopicContainerInner ol li p {
	width: calc(100% - 40px);
	margin-left: 18px;
    color: #77736E;
    margin-bottom: 0px;

    font-size: 18px;
    line-height: 28px;
}

.jteHAlandingRightDoctorContainer {
	margin-top: 30px;
	background: #F6F6F6;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;

	    background: #E5FAF4;
}

.jteHAlandingRightDoctorContainerInner {
	padding: 40px;
}

.jteHAlandingRightDoctorImg {
	width: 160px; 
	height: 160px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
}

.jteHAlandingRightDoctorTitle {
	text-align: center;
	margin-top: 35px;
}

.jteHAlandingRightDoctorTitle h3 {
	font-size: 28px; 
	line-height: 32px; 
	color: #003087;
	font-weight: 500;
	margin-bottom: 0px;

	font-size: 30px; 
	line-height: 38px;
}

.jteHAlandingRightDoctorTitle p {
	font-size: 22px;
	line-height: 30px;
    margin-bottom: 0px;
    margin-top: 13px;
    text-transform: capitalize;

    font-size: 18px;
    line-height: 28px;
}

.jteHAlandingRightDoctorTitle > div {
	display: flex;
	justify-content: center;
	    margin-top: 12px;
}

.jteHAlandingRightDoctorTitle > div i {
	width: 14px;
	height: 19px;
	background: url(../img/doctor-location-icon.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	margin-top: 5px;
}

.jteHAlandingRightDoctorTitle > div a {
	font-size: 22px;
	line-height: 30px;
	margin-left: 10px;

	font-size: 18px;
	line-height: 28px;
}

.jteHAlandingRightDoctorBtn {
	margin-top: 38px;
	text-align: center;
	
}

.jteHAlandingRightDoctorBtn a {
	text-decoration: none;
	font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    padding: 22px 36px;
    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);
    display: inline-block;

    font-size: 16px;
    font-weight: 400;
}

.jteHAlandingRightVideoContainer {
	margin-top: 50px;
}

.jteHAlandingRightVideoContainer > h3 {
	color: #003087;	
	font-size: 28px; 
	line-height: 32px; 
	font-weight: 500;
	    margin-bottom: 0px;

	font-size: 30px;
	line-height: 38px;
}

.jteHAlandingRightVideoContent{
	margin-top: 25px;
	background: #F6F6F6;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.jteHAlandingRightVideoContentInner {
	padding: 35px 32px;

	display: flex;
	flex-direction: column;
	row-gap: 40px;
}



.jteHAlandingRightSpecialtyContainer {
	margin-top: 30px;
	background: #F6F6F6;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;

	    background: #E5FAF4;
}

.jteHAlandingRightSpecialtyContainerInner {
	text-align: center;
	padding: 45px 45px 50px;
}

.jteHAlandingRightSpecialtyContainerInner h3 {
	font-size: 28px; 
	line-height: 42px;
	color: #003087;
	    margin-bottom: 0px;

	font-size: 30px;
	line-height: 38px;
}

.jteHAlandingRightSpecialtyContainerInner h3 b {
	font-weight: 500;
}

.jteHAlandingRightSpecialtyContainerInner a {
	text-decoration: none;
	font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    padding: 18px 36px;
    text-align: center;
    min-width: 208px;
    -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);
    display: inline-block;
    margin-top: 27px;

    font-size: 18px;
    line-height: 18px;

    font-size: 16px;
    font-weight: 400;
}

.jteHAlandingRightLastContainer {
	background: #00B2A9;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	position: relative;
	margin-top: 30px;
}

.jteHAlandingRightLastBG {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .24;
	mix-blend-mode: screen;
}

.jteHAlandingRightLastContainerInner {
	padding: 0px 30px;
	text-align: center;
	color: #fff;
	position: relative;
}

.jteHAlandingRightLastList {
	padding: 55px 0px; 
/*	border-bottom: 1px solid #fff;*/
}

.jteHAlandingRightLastList:last-child {
	border-bottom: none;
}

.jteHAlandingRightLastList h3 {
	font-size: 28px; 
	line-height: 42px;
	font-weight: 500;
	color: #fff;

	font-size: 30px;
	line-height: 38px;
}

.jteHAlandingRightLastList p {
	font-size: 20px; 
	line-height: 30px;
	color: #fff;

	font-size: 18px;
	line-height: 28px;
}

.jteHAlandingRightLastList a {
	text-decoration: none;
	font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #003087;
    padding: 18px 36px;
    text-align: center;
    min-width: 208px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    display: inline-block;
    margin-top: 15px;

    font-weight: 400;
    font-size: 16px;
}

.jteHAlandingR2Social {
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1408px;
	margin-left: auto;
	margin-right: auto;
}

.jteHAlandingR2SocialLeft {
	display: flex;
	align-items: center;
}

.jteHAlandingR2SocialLeft p {
	margin-bottom: 0px;
	/*font-size: 22px;
	line-height: 22px;

	font-size: 20px;
	line-height: 30px;*/
}

.jteHAlandingR2SocialRight p {
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 22px;
	display: flex;
	align-items: center;

	font-size: 20px;
	line-height: 30px;
}

.jteHAlandingR3 {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1408px;
	margin-left: auto;
	margin-right: auto;
}

.jteHAlandingR3 > div {
	width: calc(50% - 16px);
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.jteHAlandingR3Newsletter {
	padding: 40px 40px;
	background: #E5FAF4;
}

.jteHAlandingR3Newsletter h3 {
	color: #003087;
	font-size: 33px; 
	line-height: 48px;
	max-width: 410px;

	font-size: 30px;
	line-height: 38px;
}

.jteHAlandingR3Newsletter h3 b {
	font-weight: 500;
}

.jteHAlandingR3Follow {
	background: #00B2A9;
	display: flex;
	padding: 70px 25px;
	justify-content: center;
	align-items: center;
	position: relative;
	    flex-wrap: wrap;
}

.jteHAlandingR3FollowBG {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: .24;
	mix-blend-mode: screen;
}

.jteHAlandingR3Follow h3 {
	color: #fff;
	font-size: 33px; 
	line-height: 36px;
	position: relative;

	font-size: 30px;
	line-height: 38px;
}

.jteHAlandingR3FollowList {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	position: relative;
}

.jteHAlandingR3FollowList a {
	width: 81px;
	height: 81px;
	margin: 0px 15px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	width: 60px;
	height: 60px;
}

.jteHAlandingR3FollowList a.jteHAlandingR3FB {
	background-image: url(/malaysia/wp-content/uploads/2023/11/follow-fb.png);
}

.jteHAlandingR3FollowList a.jteHAlandingR3IN {
	background-image: url(/malaysia/wp-content/uploads/2023/11/follow-in.png);
}

.jteHAlandingR3FollowList a.jteHAlandingR3TT {
	background-image: url(/malaysia/wp-content/uploads/2023/11/follow-tt.png);
}

.jteHAlandingR3FollowList a.jteHAlandingR3LI {
	background-image: url(/malaysia/wp-content/uploads/2023/11/follow-li.png);
}

.jteHAlandingR3FollowList a.jteHAlandingR3X {
	background-image: url(/malaysia/wp-content/uploads/2023/11/follow-x.png);
}

.jteHAlandingR2SocialSharing {
	margin-left: 28px;
	    display: flex;
}

.jteHAlandingR2SocialSharing > div > div {
	padding: 0px;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-wrapper {
	column-gap: 0px !important;
	row-gap: 0px !important;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-skin-minimal {
	margin-right: 28px;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-skin-minimal:last-child {
	margin-right: 0px;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-skin-minimal .jupiterx-social-share-button-icon {
	padding: 0px !important;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-button-icon {
	background-color: transparent !important;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-skin-minimal .jupiterx-social-share-button-icon i {
	width: 44px;
	height: 44px;

	width: 38px;
	height: 38px;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-skin-minimal .jupiterx-social-share-button-icon i:before {
	display: none;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-skin-minimal .jupiterx-social-share-button-icon i.fa-facebook {
	background: url(/malaysia/wp-content/uploads/2023/11/share-fb.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-skin-minimal .jupiterx-social-share-button-icon i.fa-twitter,
.jteHAlandingR2SocialSharing .jupiterx-social-share-skin-minimal .jupiterx-social-share-button-icon i.fa-x-twitter {
	background: url(/malaysia/wp-content/uploads/2023/11/share-x.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-skin-minimal .jupiterx-social-share-button-icon i.fa-linkedin {
	background: url(/malaysia/wp-content/uploads/2023/11/share-li.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHAlandingR2SocialCopyURL {
	width: 44px;
	height: 44px;
	background: url(/malaysia/wp-content/uploads/2023/11/share-co.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    display: block;
    position: relative;

    width: 38px;
    height: 38px;
}

.jteHAlandingR2SocialCopyURL span {
	display: none;
	position: absolute;
    width: 110px;
    top: -44px;
    background: #E5FAF4;
    padding: 5px 10px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.jteHAlandingR2SocialRight {
	display: flex;
}

.jteHAlandingR2SocialRightRate {
    align-self: center;
    margin-left: 30px;
}

.jteHAlandingR2SocialRightRate .widget {
	margin: 0px;
	background: transparent;
}

.jteHAlandingR2SocialRightRate .attribute {
	padding: 0px;
	flex: auto;
}

.jteHAlandingR2SocialRightRate .attribute > .label {
	display: none;
}

.jteHAlandingR2SocialRightRate .points {
    margin: 0px;
}

.jteDoctorListingSubdesc {
	text-align: center;
	max-width: 1086px;
	margin: auto;
	padding-top: 0px;
}

.jteDoctorListingSubdesc p {
	margin-bottom: 0px;
	/*font-size: 22px; 
	line-height: 36px;*/
}

.jteDoctorListingContentFilter {
	margin-top: 90px;
	display: flex;
}

.jteDoctorListingContentFilter > div {
    position: relative;
    margin-right: 15px;
}

.jteDoctorListingContentFilter > div:last-child {
	margin-right: 0px;
}

.jteDoctorListingContentFilter > div .ui-selectmenu-button.ui-button {
    background: #fff;
    border: 1px solid #00B2A9;
    font-size: 20px;
    line-height: 20px;
    padding: 17px 50px 17px 27px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    width: 100%;
    color: #2D2A26 !important;

        min-width: 315px;

        font-size: 16px;
}

.jteDoctorListingContentFilter > div .ui-selectmenu-button .ui-icon {
    background-image: url(../img/select-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 17px;
    height: 9px;
    position: absolute;
    top: 23px;
    right: 20px;
}

.jteDoctorListingContentFilter > div .ui-selectmenu-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
}

.jteDoctorListingContentFilterSearch:before {
    content: '';
    position: absolute;
    left: 26px;
    top: 16px;
    width: 25px;
    height: 25px;
    background: url(../img/search-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jteDoctorListingContentFilterSearch-icon {
    content: '';
    position: absolute;
    left: 26px;
    top: 16px;
    width: 25px;
    height: 25px;
    background: url(../img/search-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor: pointer !important;
}

.jteDoctorListingContentFilter input[type="text"] {
    font-size: 22px;
    line-height: 22px;
    padding: 13px 20px 13px 70px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #00B2A9;
    width: 100%;
    min-width: 405px;

    font-size: 16px;

        padding: 16px 20px 16px 70px;
}

.jteDoctorListingContent {
	margin-top: 24px;
/*	justify-content: space-between;*/
}

.jteDoctorListingContent .jteHospitalListingContentCol {
	margin-top: 40px;
	width: calc(33.3333% - 80px);
	margin-right: 120px;

/*	width: 28.4%;*/
/*	margin-right: 0px;*/

	margin-right: 8.5%;
    width: calc(33.3333% - 5.7%);

	width: calc(33.3333% - 25.3333px);
    margin-right: 38px;
    position: relative;
}

.jteDoctorListingContent .jteHospitalListingContentCol:nth-child(3n) {
	margin-right: 0px;
}

.jteDoctorListingContent .jteHospitalListingContentColImg {
	/*height: auto;
	padding-bottom: 100%;*/
	height: 400px;
	display: block;
}

.jteDoctorListingContent .jteHospitalListingContentColInner {
/*	height: 50%;*/

/*	height: calc(100% - 400px);*/
}

.jteDoctorListingContent .jteHospitalListingContentColTitleInner h3 {
	/*font-size: 23px; 
	line-height: 35px;*/
	width: 100%;
}

.jteDoctorListingContent .jteHospitalListingContentColTxtList {
	margin-top: 17px;
}

.jteDoctorListingContent .jteHospitalListingContentColTxtList p {
	/*font-size: 20px; 
	line-height: 36px;*/
	color: #707070;
	text-transform: uppercase;

	    color: #00B2A9;
}

.jteDoctorListingContent .jteHospitalListingContentColTxtList2 {

}

.jteDoctorListingContent .jteHospitalListingContentColTxtList2 p {
	/*font-size: 20px; 
	line-height: 36px;*/
	color: #707070;
	margin-bottom: 0px;
}

.jteDoctorListingContent .jteHospitalListingContentColTitleInner {
	text-decoration: none;
}

.jteDoctorListingContent .jteHospitalListingContentColTitleInner:hover {
	opacity: 1;
}

.jteDoctorListingContent .jteHospitalListingContentColTxtBtn a {
	min-width: 288px;
}

.jteDoctorListingContent .jhideinner .jteHospitalListingContentColImg,
.jteDoctorListingContent .jhideinner .jteHospitalListingContentColTitleInner,
.jteDoctorListingContent .jhideinner .jteHospitalListingContentColImg:hover,
.jteDoctorListingContent .jhideinner .jteHospitalListingContentColTitleInner:hover,
.jhideinner .jteDoctorCarouselListImg,
.jhideinner .jteDoctorCarouselListImg:hover,
.jhideinner .jteDoctorCarouselListTItle a,
.jhideinner .jteDoctorCarouselListTItle a:hover {
	cursor: initial;
	opacity: 1;
}

.jteDoctorlandingContainer {
	padding-top: 55px;
	padding-bottom: 105px;
}

.jteDoctorlandingContainerInner {
    max-width: 1408px;
    margin: auto;
}

.jteDoctorLandingTitle {
	text-align: center;
}

.jteDoctorLandingTitle h2 {
	/*font-size: 65px; 
	line-height: 78px;*/
	color: #003087;
}

.jteDoctorLandingTitle h2 b {
	font-weight: 500;
}

.jteDoctorLandingContent {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}

.jteDoctorLandingContentLeft {
	width: 44%;
}

.jteDoctorLandingContentLeftProfile {
	width: 100%;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100%;
}

.jteDoctorLandingContentLeftBtn {
/*	text-align: center;*/
	margin-top: 40px;
}

.jteDoctorLandingContentLeftBtn a {
	font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    padding: 23px 57px;
    text-align: center;
    min-width: 231px;
    -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);
    display: inline-block;
    text-decoration: none;

    font-size: 20px;

    font-size: 16px;
    font-weight: 400;
}

.jteDoctorLandingContentLeftBtn a:hover {
	color: #fff;
	text-decoration: none;
}



.jteDoctorLandingContentRight {
	width: 47%;
}

.jteDoctorLandingContentRightName {

}

.jteDoctorLandingContentRightName h2 {
	font-size: 55px; 
	line-height: 66px; 
	font-weight: bold;
	color: #003087;
	    margin-bottom: 0px;

/*	    text-transform: uppercase;*/

	    font-size: 40px;
	    line-height: 48px;
}

.jteDoctorLandingContentRightName p {
	font-size: 30px; 
	line-height: 35px;
	margin-bottom: 0px;
	margin-top: 17px;

	font-size: 24px;

	font-size: 20px;
	line-height: 30px;
}

.jteDoctorLandingContentRightContent {
	margin-top: 60px;
}

.jteDoctorLandingContentRightContentList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.jteDoctorLandingContentRightContentList:last-child {
	margin-bottom: 0px;
}

.jteDoctorLandingContentRightContentList > div:nth-child(1) {
	width: calc(31% - 15px);
	margin-right: 15px;
}

.jteDoctorLandingContentRightContentList > div:nth-child(1) p {
	/*font-size: 22px;
	line-height: 35px;*/
	color: #003087;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;

/*	font-size: 24px;*/
}

.jteDoctorLandingContentRightContentList > div:nth-child(2) {
	width: 69%;
}

.jteDoctorLandingContentRightContentList > div:nth-child(2) p {
	/*font-size: 22px;
	line-height: 35px;*/
	margin-bottom: 0px;

/*	font-size: 24px;*/
}

.jteDoctorLandingContentRightContentList:last-child > div:nth-child(1) {
	    margin-top: 7px;
}

.jteDoctorLandingContentRightSpecialty {
	/*font-size: 20px !important;
	line-height: 20px !important;*/
	color: #00B2A9;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #00B2A9;
	padding: 12px 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: inline-block;
	    margin-right: 10px;
    margin-bottom: 10px !important;

    /*font-size: 24px !important;
    line-height: 24px !important;*/
}

.jteDoctorLandingContentRightClinicalHour {

}

.jteDoctorLandingContentRightClinicalHour > div > div {
	padding: 0px;
}

.jteDoctorLandingContentRightClinicalHour .jet-table__head-cell, 
.jteDoctorLandingContentRightClinicalHour .jet-table__foot-cell {
	background-color: #00B2A9;
    font-size: 20px;
    line-height: 24px;
}

.jteDoctorLandingContentRightClinicalHour .jet-table .jet-table__cell {
	font-size: 20px;
    line-height: 24px;
    padding: 5px 25px;
    border-bottom: 1px solid #00B2A9;
    border-right: 1px solid #00B2A9;

    font-size: 24px;
    line-height: 35px;

    font-size: 16px;
    line-height: 26px;
}

.jteDoctorLandingContentRightClinicalHour .jet-table .jet-table__cell:first-child {
	border-left: 1px solid #00B2A9;
}

.jteHAGridHorizontalWrap,
.jteHAGridHorizontalWrap02 {

}

.jteHAGridHorizontalWrap .jteNewGridHorizontalList,
.jteHAGridHorizontalWrap02 .jteNewGridHorizontalList,
.jteNewGridHorizontalList, {
	width: 100%;
	display: block;
	    height: 100%;
}

.jteHAGridHorizontalWrap .jteNewGridHorizontalListImg,
.jteHAGridHorizontalWrap02 .jteNewGridHorizontalListImg,
.jteNewGridHorizontalListImg {
	padding-bottom: 228px;

	padding-bottom: 68%;
}

.jteHAGridHorizontalWrap .jteNewGridHorizontalListContent,
.jteHAGridHorizontalWrap02 .jteNewGridHorizontalListContent,
.jteNewGridHorizontalListContent {
/*	height: calc(100% - 228px);*/
	padding: 35px 30px 85px;
}

.jteHAGridHorizontalWrap .jteNewGridHorizontalListContentFooter,
.jteHAGridHorizontalWrap02 .jteNewGridHorizontalListContentFooter,
.jteNewGridHorizontalListContentFooter {
	position: absolute;
	bottom: 35px;
	    width: calc(100% - 60px);
}

.jteHAGridHorizontalWrap.owl-carousel .owl-stage-outer,
.jteHAGridHorizontalWrap02.owl-carousel .owl-stage-outer,
.jteNewGridHorizontalWrap.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.jteHAGridHorizontalWrap.owl-carousel .owl-stage,
.jteHAGridHorizontalWrap02.owl-carousel .owl-stage,
.jteNewGridHorizontalWrap.owl-carousel .owl-stage {
	display: flex;
}

.jteHAGridHorizontalWrap .owl-item,
.jteHAGridHorizontalWrap02 .owl-item {
    background: #fff;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-shadow: 0 0 24px 0 rgba(97,97,97,.16);
    box-shadow: 0 0 24px 0 rgba(97,97,97,.16);
}

.jteHAGridContainer,
.jteHAGridContainer02 {
	margin: 0px;
}

.jteHAGridTopic {
	margin-bottom: 13px;
	color: #00B2A9;
	/*font-size: 18px; 
	line-height: 29px;

	line-height: 28px;*/
}

.jteCareerListingBanner {
	margin-top: 97px !important;
}

.jteCareerListingBanner .jteHAlistingFeaturedLeft h2 {
	margin-bottom: 0px;
}

.jteCareerListingBanner .jteHAlistingFeaturedLeft p {
	margin-top: 42px;
}

.jteCareerBtmNoPost {
	padding-top: 50px;
}

.jteCareerBtmNoPost p {
    font-size: 20px;
    line-height: 30px;
}

.jteCareerListingContainer {
	padding-bottom: 76px;
}

.jteCareerListingContainer > div > div {
	padding: 0px;
}

.jteCareerListingContainer .jteCareerTop .ui-selectmenu-button.ui-button {
	background: #fff;
    border: 1px solid #00B2A9;
    font-size: 20px;
    line-height: 20px;
    padding: 17px 50px 17px 27px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    width: 100%;
    color: #2D2A26 !important;
    max-width: 315px;
    margin-right: 25px;

    font-size: 18px;
}

#career-types-button {
	max-width: none;
	width: auto;
	min-width: 202px;
}

.jteCareerListingContainer .jteCareerTop .ui-selectmenu-button.ui-button:last-child {
	margin-right: 0px;
	display: none;
}

.jteCareerListingContainer .jteCareerTop .ui-selectmenu-button .ui-icon {
    background-image: url(../img/select-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 17px;
    height: 9px;
    position: absolute;
    top: 23px;
    right: 20px;
}

.jteCareerListingContainer .jteCareerTop .ui-selectmenu-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
}

.jteCareerListingBanner a {
	display: none !important;
}

.jteCareerInnerAccordion {

}

.jteCareerInnerAccordion > div > div {
	position: relative;
	margin-bottom: 30px;
}

.jteCareerInnerAccordion > div > div:before {
	content: '';
	width: 4px;
	height: 100%;
	position: absolute;
	left: 0px; 
	top: 0px;
	background: #E5E5E5;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.jteCareerInnerAccordion > div > div:after {
	content: '';
	width: 4px;
	height: 0px;
	position: absolute;
	left: 0px; 
	top: 0px;
	background: #00B2A9;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	
}

.jteCareerInnerAccordion > div > div.active:after {
	animation-name: timeline;
  	animation-duration: 4s;
}

@keyframes timeline {
  from {height: 0%;}
  to {height: 100%;}
}

.jteCareerInnerAccordion > div > div:last-child {
	margin-bottom: 0px;
}


.jteCareerInnerAccordion .ui-accordion .ui-accordion-header {
	background: transparent;
	border: none;
	font-size: 25px; 
	line-height: 36px; 
	font-weight: 500;
	color: #2D2A26 !important;
	padding: 10px 0px;
	padding-left: 50px;
}

.jteCareerInnerAccordion .ui-icon, 
.jteCareerInnerAccordion .ui-widget-content .ui-icon {
	display: none;
}

.jteCareerInnerAccordion .ui-widget-content {
	background: transparent;
	border: none;
	padding: 8px 0px; 
	padding-left: 50px;
	color: #2D2A26;
	font-size: 25px; 
	line-height: 36px;
}

.jteQuoteContainer {
	margin-top: 70px;
}

.jteQuoteContentList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jteQuoteContentListLeft {
	width: 41%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 685px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

.jteQuoteContentListRight {
	width: 52%;
	margin-top: 160px;
}

.jteQuoteContentListRightQuote {
	position: relative;
	    padding-right: 100px;
}

.jteQuoteContentListRightQuote:before {
	content: '';
	position: absolute;
	left: -51px; 
	top: -58px;
	background: url(../img/quote-icon.png) center no-repeat;
	width: 45px; 
	height: 38px;
}

.jteQuoteContentListRightQuote:after {
	content: '';
	position: absolute;
	right: 0px; 
	    top: calc(100% - 8px);
	background: url(../img/quote-icon.png) center no-repeat;
	width: 45px; 
	height: 38px;
	-moz-transform: scale(-1);
	-webkit-transform: scale(-1);
	-o-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.jteQuoteContentListRightQuote p {
	font-size: 20px; 
	line-height: 32px;
	margin-bottom: 0px;
}

.jteQuoteContentListRightTitle {
	color: #003087;
	font-size: 30px; 
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 55px;
}

.jteQuoteContentListRightDesc {
    margin-top: 10px;
}

.jteQuoteContentListRightDesc p {
	font-size: 18px; 
	line-height: 28px; 
	font-weight: 300;
	font-style: italic;
}

.jteQuoteContent .owl-nav {
	position: absolute;
	width: 52%;
	right: 0px;
	bottom: 68px;
	display: flex;
}

.jteQuoteContent .owl-nav button {
	width: 44px; 
	height: 44px;
	border: 1px solid #00B2A9 !important;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jteQuoteContent .owl-nav button span {
	font-size: 0px;
	width: 10px; 
	height: 18px;
	background: url(../img/career-carousel-arrow.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteQuoteContent .owl-nav button.owl-next {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-left: 15px;
}

.jteQuoteContent .owl-dots {
	display: none;
}

.jteQuoteContentNavigation {
	position: absolute;
	width: calc(52% - 136px);
	right: 0px;
	bottom: 78px;
	z-index: 1;
}

.jteQuoteContentNavInfo {
	font-size: 25px;
	color: #00B2A9;
	font-weight: 500;
}

.jteQuoteContentNavInfo span {
	font-size: 22px; 
	line-height: 22px;
	color: #2D2A26;
	font-weight: normal;
}


.jtePackagesHighlightContainer {

}

.jtePackagesHighlightContainer h2 {
	margin-bottom: 44px;
}

.jtePackagesHighlightContainerOuter {
	margin: 0px -20px;
}


.jteHPlisting {

}

.jteHPlistingFilter {

}

.jteHPlistingFilter > div {
	margin-right: 30px;

	margin-right: 1.5%;
}

.jteHPlistingFilter > div:last-child {
	margin-right: 0px;
}

.jteHPlistingFilterHospital {
	width: 22%;
}

.jteHPlistingFilterGender {
	width: 16%;

	width: 13%;
}

.jteHPlistingFilterAge {
	width: 15%;

	width: 12%;
}

.jteHPlistingFilterType {
	width: 15%;

	width: 21%;
}

.jteHAlistingFilterSpecialties {
	width: 26%;
}

.jteHPlistingContentList {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.jteHPlistingContentListImg {
	padding-bottom: 331px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	height: 0px;

	padding-bottom: 72.065%;
	padding-bottom: 100%;
}

.jteHPlistingContentListContent {
	padding: 30px 20px;
	width: calc(100% - 110px);
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0 0 24px 0 rgba(97,97,97,.16);
	box-shadow: 0 0 24px 0 rgba(97,97,97,.16);
	background: #fff;
/*	height: calc(100% - 331px);*/
	margin: -55px 55px 0px;
	text-align: center;

/*	height: calc(100% - 276px);*/
	flex-grow: 1;

	flex-direction: column;
	justify-content: space-between;
	display: flex;

}

.jteHPlistingContentListTitle {

}

.jteHPlistingTitle {
	/*font-size: 24px; 
	line-height: 29px; */
	color: #003087;
	font-weight: 500;
	margin-bottom: 0px;
}

.jteHPlistingContentListDesc {
	margin-top: 11px;
}

.jteHPlistingContentListDesc p {
	/*font-size: 20px; 
	line-height: 30px;*/
	margin-bottom: 0px;
	color: #2D2A26;
}

.jteHPlandingContainerInner {
    max-width: 1408px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jteHPlandingTitle {
	width: 100%;
	text-align: center;
	margin-top: 70px;
}

.jteHPlandingTitle p {
	color: #00B2A9;
	font-size: 22px; 
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 0px;
}

.jteHPlandingTitle h2 {
	color: #003087;
	font-size: 50px; 
	line-height: 61px;
	font-weight: 500;
    margin-top: 25px;
    margin-bottom: 0px;
	margin-bottom: 77px;
}

.jteHPlandingContent {
	width: 100%;
}

.jteHPgridContainer {
	display: flex;
/*	justify-content: space-between;*/
}

.jteHPgridList {
	width: calc(33.3333% - 16.6667px);
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #fff;
	-webkit-box-shadow: 0 0 24px 0 rgba(97,97,97,.16) !important;
    box-shadow: 0 0 24px 0 rgba(97,97,97,.16) !important;
    margin-right: 25px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jteHPgridList:last-child {
	margin-right: 0px;
}

.jteHPgridListImg {
	position: relative;
	padding-bottom: 260px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	padding-bottom: 100%;
}

.jteHPgridListLocation {
	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: 14px 30px;
	display: flex;
	align-items: center;
}

.jteHPgridListLocation i {
    display: block;
    background: url(../img/owl-carousel-location-icon.png) center no-repeat;
    width: 13px;
    height: 17px;
}

.jteHPgridListLocation p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-left: 10px;
    margin-bottom: 0px;
/*    text-transform: uppercase;*/
}

.jteHPgridListContent {
	padding: 15px 33px 82px;
/*	    height: calc(100% - 260px);*/
    position: relative;

    flex-direction: column;
    justify-content: space-between;
    display: flex;
    flex-grow: 1;

    padding-bottom: 32px;
}

.jteHPgridListTitle {

}

.jteHPgridListTitle span {
	font-size: 18px; 
	line-height: 30px; 
	color: #00B2A9;
	display: block;
}

.jteHPgridListTitle h3 {
	font-size: 23px; 
	line-height: 35px;
	margin-bottom: 0px;
	margin-top: 5px;
	font-weight: 500;

	font-size: 20px;
	line-height: 30px;
}

.jteHPgridListTitle p {
	font-size: 18px;
	line-height: 30px;
	color: #A5A1A1;
	margin-bottom: 0px;
	margin-top: 3px;
}

.jteHPgridListFooter {
	margin-top: 20px;
	/*position: absolute;
	bottom: 32px;
	left: 33px;*/
	width: calc();
}

.jteHPgridListFooter p {
	margin: 0px;
}

.jteHPgridListFooter h4 {
	margin-bottom: 0px;
	font-size: 30px; 
	line-height: 30px;
	color: #00B2A9;
}

.jteHPlistingForm {

}

.jteHPlistingFormContainer .jteHPlistingForm {
	padding-top: 35px;
	padding-bottom: 65px;
}

.jteHPgridListNoPrice .jteHPgridListContent {
	padding-bottom: 35px;
}

.jteDoctorCarouselFooterBtn {
	text-align: center;
	margin-top: 45px;
	display: none;
}

.jteNewslistingFeaturedContent {
	margin-top: 107px;

	margin-top: 50px;
}

.jteNewslistingFeaturedContent .jteHAlistingFeaturedRight {
	min-height: 416px;

	padding-bottom: 29.546%;
	min-height: auto;

	padding-bottom: 27.202%;
}

.jteNewslistingFeaturedContent .jteHAlistingFeaturedLeft p {
	margin-top: 0px;
	    margin-bottom: 9px;
}

.jteNewslistingFeaturedContent.jteNewslistingFeaturedContent{
	padding-bottom: 0px;
}

.jteNewslisting {
	padding-top: 118px;

	    max-width: 1408px;
    margin: auto !important;
}

.jteNewslistingFilterHospitalSelect {
	width: 22%;
}

.jteNewslistingFilterCategoriesSelect {
	width: 22%;
}

.jteNewslistingFilterLanguageSelect {
	width: 19%;
}

.jteNewslistingFilterDateSelect {
	width: 16%;
}

.jteNewslistingFilterDateSelect input {
	background: #fff;
    border: 1px solid #00B2A9;
    font-size: 20px;
    line-height: 20px;
    padding: 17px 50px 17px 27px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    width: 100%;
    color: #2D2A26 !important;
    background-image: url(../img/news-calendar.png);
    background-position:  center right 20px;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none; 
}

.jteNewslistingFilterDateSelect input[type="date"]::-webkit-inner-spin-button,
.jteNewslistingFilterDateSelect input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.jteNewslistingFeatured,
.jteEventlistingFeatured {
	padding-top: 50px;
}

.jteNewsLandingContainer {
	padding-top: 57px;
    padding-bottom: 50px;
}

.jteNewsLandingContainerInner {
    max-width: 1448px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jteNewsLandingTitle {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

    align-items: center;
}

.jteNewsLandingTitleLeft {
	width: 59.5%;
}

.jteNewsLandingTitleRight {
	width: 35%;
}

.jteNewsLandingTitleLeftBanner {
	width: 100%;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    padding-bottom: 52.116%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jteNewsLandingTitleRight p {
	margin-bottom: 0px;
}

.jteNewsLandingTitleRight h2 {
	font-size: 50px; 
	line-height: 61px;
	margin-bottom: 0px;

	font-size: 40px;
	line-height: 50px;
}

.jteNewsLandingContent {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.jteNewsLandingLeft {
	width: 59.5%;
}

.jteNewsLandingLeft .jteHAlandingLeftRTB {
	margin-top: 0px;
	padding-left: 25px
}

.jteNewsLandingLeft .jteHAlandingLeftRTB h6 {
	font-size: 16px;
	line-height: 25px;
	color: #77736E;
	font-weight: normal;
	margin-bottom: 0.5rem;
}

.jteNewsLandingMore {

}

.jteNewsLandingMore p {
	font-size: 16px;
	line-height: 25px;
}

.jteNewsLandingRight {
	width: 35%;
}

.jteNewsLandingRightList {
	margin-bottom: 42px;
}

.jteNewsLandingRightList:last-child {
	margin-bottom: 0px;
}

.jteNewsLandingRightListTitle {

}

.jteNewsLandingRightListTitle h3 {
	font-size: 28px; 
	line-height: 32px;
	color: #003087;
	font-weight: 500;
	margin-bottom: 0px;

	font-size: 30px;
	line-height: 40px;
}

.jteNewsLandingRightListContent {
	margin-top: 24px;
	background-color: rgba(0, 178, 169, .1);
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;

	margin-top: 10px;
}

.jteNewsLandingRightListContentInner {
	padding: 35px 35px;
}

.jteNewsLandingRightListContentInner ul {
	padding: 0px; 
	margin: 0px;
}

.jteNewsLandingRightListContentInner ul li {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
	margin-bottom: 40px;
}

.jteNewsLandingRightListContentInner ul li:last-child {
	margin-bottom: 0px;
}

.jteNewsLandingRightListContentInner ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-decoration: none;
	    align-items: center;
}

.jteNewsLandingRightListContentLeft {
	width: calc(100% - 100px - 45px);
}

.jteNewsLandingRightListContentLeft p {
	/*font-size: 20px;
	line-height: 36px;*/
	color: #2D2A26;
	margin-bottom: 0px;

	/*font-size: 16px;
	line-height: 30px;*/
}

.jteNewsLandingRightListContentLeft h4 {
	font-size: 22px;
	line-height: 30px;
	color: #003087;
	font-weight: 500;
	    margin-top: -2px;

	font-size: 20px;
	line-height: 30px;
	margin-top: 0px;
}

.jteNewsLandingRightListContentRight {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #ddd;
}

.jteNewsLandingLeftFooter {
	margin-top: 60px;
	padding-left: 25px;
}

.jteNewsLandingLeftFooterHospital {
	display: flex;
	flex-wrap: wrap;
}

.jteNewsLandingLeftFooterHospital i {
	width: 20px;
	height: 21px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/news-hospital-icon.png);
}

.jteNewsLandingLeftFooterHospital a {
	font-size: 18px;
	line-height: 25px;
	text-decoration: underline;
	margin-left: 15px;
	color: #2D2A26;
}

.jteNewsLandingLeftFooterBack {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	    text-decoration: none;
	    align-items: center;
}

.jteNewsLandingLeftFooterBack i {
	width: 16px;
	height: 17px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/news-back-icon.png);
}

.jteNewsLandingLeftFooterBack p {
	/*font-size: 20px;
	line-height: 24px;*/
	color: #003087;
	margin-left: 17px;
	    margin-bottom: 0px;
}

.jteNewslandingR3ptherNews{
	background: #F6F6F6;
	margin-top: 65px;
	overflow: hidden;
	display: none;
}

.jteNewslandingR3ptherNewsInner {
	max-width: 1448px;
    margin: auto;
    padding: 40px 0px 55px;
}

.jteNewslandingR3ptherNewsTitle {
	text-align: center;
}

.jteNewslandingR3ptherNewsTitle h3 {
	color: #003087;
	font-size: 28px;
	line-height: 35px;
	font-weight: bold;
}

.jteNewslandingR3ptherNewsContent {
	margin-top: 17px;
}

.jteNewslandingR3ptherNewsCarousel.owl-carousel .owl-stage {
    display: flex;
}

.jteNewslandingR3ptherNewsCarousel.owl-carousel.owl-drag .owl-item {
	padding: 15px 0px;
}

.jteNewslandingR3ptherNewsCarousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.jteNewslandingR3ptherNewsCarousel.owl-carousel .owl-item a {
	text-decoration: none;
}

.jteEventslistingCarousel {
	width: 100%;
	    overflow: hidden;
}

.jteEventsLandingTitle {

}

.jteEventsLandingTitle .jteHAlandingRightTitle {
	margin-top: 80px;
}

.jteNewsLandingRightLocation {
	margin-top: 24px;
}

.jteNewsLandingRightLocationMap {
	position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.jteNewsLandingRightLocationMap iframe {
	width: 100%;
	height: 470px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;

	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.jteNewsLandingRightLocationContent {
	    margin-top: 10px;
}

.jteNewsLandingRightLocationContent p {
	/*font-size: 20px;
	line-height: 36px;*/
}

.jteEventslandingR3Location {
	display: none;
}

.jteCareerListingBanner .jteHAlistingFeaturedRight {
	width: 52%;
    padding-bottom: 37.1% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 13px !important;
    -moz-border-radius: 13px !important;
    border-radius: 13px !important;
    min-height: 522px !important;
}

.jteCareerListingBannerOuter {
	margin: 0px -20px;
}

.jteServiceListingFeatured {
	background: #F6F6F6;
	padding-top: 127px;
	padding-bottom: 127px;
}

.jteServiceListingFeatured .jteNewslistingFeaturedContent {
	margin-top: 0px;
}

.jteServiceListingFeatured .jteHAlistingFeaturedLeft h2 b {
	color: #003087;
}

.jteServiceListingFeatured .jteHAlistingFeaturedLeft p {
	margin-top: 18px;
}

.jteServiceListingFeatured .jteHAlistingFeaturedLeftBtn {
	margin-top: 51px;
}

.jteServiceListing {

}

.jteServiceListingInner {

}

.jteServiceListingTitle {

}

.jteServiceListingTitle h2 {
	/*font-size: 50px; 
	line-height: 68px;*/
	color: #003087;
	margin-bottom: 0px;
}

.jteServiceListingTitle h2 b {
	font-weight: 500;
}

.jteServiceListing .jteHAlistingFilter {
	margin-top: 28px;
}

.jteServicelandingTitle {
	margin-top: 46px;
	width: 100%;
	text-align: center;
}

.jteServicelandingTitle h2 {
	color: #003087;
	/*font-size: 50px;
	line-height: 61px;*/
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 77px;
}

.jteServicelandingTitle h2 b {
	font-weight: 500;
}

.jteServicelistingHP {
	margin-bottom: 85px;
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}

.jteListingFixes {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}

.jteSpecialtyListingContentContainer {
	max-width: 1454px !important;
}

.jteSpecialtyListingContentFilter {
	display: flex;
}

.jteSpecialtyListingContentFilter > div {
	margin-right: 1.5%;
}

.jteSpecialtyListingContentFilter > div:last-child {
	margin-right: 0px;
}

.jteSpecialtyListingContentFilterHospital {
	width: 22%;
}

.jteSpecialtyListingContentFilterSpecialties {
	width: 22%;
}

.jteSpecialtyListingContentFilterSearch {
	width: 22%;
}

.jteSpecialtyListingContentFilter > div > span {
	background: #fff;
	border: 1px solid #00B2A9;
	font-size: 20px;
	line-height: 20px;
	padding: 17px 50px 17px 27px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	width: 100% !important;
	color: #2D2A26 !important;

	font-size: 16px;
}

.jteSpecialtyListingContentFilter > div > span.ui-selectmenu-button .ui-icon {
    background-image: url(../img/select-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 17px;
    height: 9px;
    position: absolute;
    top: 23px;
    right: 20px;
}

.jteSpecialtyListingContentFilterSearch {
	position: relative;
}

.jteSpecialtyListingContentFilterSearch input[type="text"] {
    font-size: 22px;
    line-height: 22px;
    padding: 13px 20px 13px 70px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #00B2A9;
    width: 100%;

    font-size: 16px;
        padding: 16px 20px 16px 70px;
}

.jteSpecialtyListingContentFilterSearch:before {
    content: '';
    position: absolute;
    left: 26px;
    top: 16px;
    width: 25px;
    height: 25px;
    background: url(../img/search-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.CAHsearchField {
	position: relative;
}

.CAHsearchField a {
	position: absolute;
    right: 15px;
    top: 16px;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
        font-family: 'Rubik';
        display: none;
}

.jteSpecialtyListingContent {

}

.jteSpecialtyListingContent .jteHospitalListingContentCol {
    width: calc(33.3333% - 25.3333px);
    margin: 40px 38px 0px 0px;
}

.jteSpecialtiesLandingR1 {
	position: relative;
/*	padding-bottom: 745px;*/
	height: 745px;
}

.jteSpecialtiesLandingBanner,
.jteSpecialtiesLandingBannerM {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteSpecialtiesLandingBannerM {
	display: none;
}

.jteSpecialtiesLandingTitle {
	position: relative;
	max-width: 677px;
}

.jteSpecialtiesLandingTitle h2,
.jteSpecialtiesLandingTitle h1 {
	/*font-size: 65px;
	line-height: 78px;*/
	color: #003087;
	margin-bottom: 0px;
}

.jteSpecialtiesLandingTitle h2 b,
.jteSpecialtiesLandingTitle h1 b {
	color: #00B2A9;
	font-weight: 500;
}

.jteSpecialtiesLandingTitle p {
	/*font-size: 24px; 
	line-height: 41px;*/
	margin-bottom: 0px;
	margin-top: 30px;
}

.jteSpecialtiesLandingBtns {
	position: relative;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.jteSpecialtiesLandingR1 .jteHPlandingContainerInner {
	position: relative;
	height: 100%;
}

.jteSpecialtiesLandingR1 .jteSpecialtieslandingContainerInner {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jteSpecialtiesLandingBtns a {
	font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    padding: 22px 45px;
    text-align: center;
/*    min-width: 224px;*/
    -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);
    display: inline-block;
	margin-right: 35px;
	text-decoration: none;

	font-size: 16px;
	padding: 18px 40px;
	font-weight: 400;
}

.jteSpecialtiesLandingBtns a:last-child {
	margin-right: 0px;
}

.jteSpecialtiesLandingBtns a:hover {
	color: #fff;
	text-decoration: none;
}

.jteSpecialtiesLandingR1Mobile {
	display: none;
}

.jteSpecialtiesLandingContent {
	width: calc(100% + 40px);
	margin: 0px -20px;
}

.jteVideolistingFeatured {
    margin-top: 50px;
}

.jteVideolistingFeatured .jteHAlistingFeaturedRight {
	padding-bottom: 0px;
	min-height: 415px;
	position: relative;

	padding-bottom: 29.475%;
	min-height: auto;
}

.jteVideolistingFeaturedBG {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(95, 95, 95, .4);
	width: 100%;
	height: 100%;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.jteVideolistingFeaturedBG i {
	position: absolute;
	left: 50%;
	top: 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%);
}

.jteVideolistingFeaturedBG i.video {
	background: url(/malaysia/wp-content/uploads/2023/12/video-play-icon-b.png) center no-repeat;
	width: 180px;
	height: 180px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteVideolistingFeaturedBG i.podcast {
	background: url(/malaysia/wp-content/uploads/2023/12/audio-play-icon-b.png) center no-repeat;
	width: 156px;
	height: 156px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteVideolistingContent {

}

.jteVideolistingContentImg {
	position: relative;
}

.jteVideolistingContentBG {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(95, 95, 95, .4);
	width: 100%;
	height: 100%;
	-webkit-border-top-left-radius: 13px;
-webkit-border-top-right-radius: 13px;
-moz-border-radius-topleft: 13px;
-moz-border-radius-topright: 13px;
border-top-left-radius: 13px;
border-top-right-radius: 13px;
}

.jteVideolistingContentBG i {
	position: absolute;
	left: 50%;
	top: 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%);
}

.jteVideolistingContentBG i.video {
	background: url(/malaysia/wp-content/uploads/2023/12/video-play-icon-b.png) center no-repeat;
	width: 88px;
	height: 88px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteVideolistingContentBG i.podcast {
	background: url(/malaysia/wp-content/uploads/2023/12/audio-play-icon-b.png) center no-repeat;
	width: 78px;
	height: 78px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteVideolistingFilter {

}

.jteVideolistingFilter > div {
	width: 21.6%;
	margin-right: 1.5%;
}

.jteVideolistingFilter > div:last-child {
	width: 31%;
	margin-right: 0px;
}

.jteVideolistingFilterSearch {
	position: relative;
}

.jteVideolistingFilterSearch:before {
    content: '';
    position: absolute;
    left: 26px;
    top: 16px;
    width: 25px;
    height: 25px;
    background: url(../img/search-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jteVideolistingFilterSearch input[type="text"] {
    font-size: 22px;
    line-height: 22px;
    padding: 13px 20px 13px 70px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #00B2A9;
    width: 100%;

    font-size: 16px;
        padding: 16px 20px 16px 70px;
}

.jteVideolistingFeatured .jteHAlistingFeaturedLeftBtn {
	display: none;
}

.jtePopupYTcontainer {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,.4);
	    z-index: 100;
}

.jtePopupYTclose {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 4%;
    right: 1%;
    margin-top: 13px;
    padding: 0.25em;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #eeeeeee6;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
        text-decoration: none !important;

            font-family: 'Rubik';
}

.jtePopupYTcontainerInner {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 95vh;
    max-height: 95vh;
    margin: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #000;
    overflow: hidden;
	aspect-ratio: 16 / 9;
}

.jtePopupYTcontainerContent,
.jtePopupYTcontainerContent iframe {
	width: 100%;
	height: 100%;
}

.jteDoctorLandingHA {
	width: calc(100% + 40px);
	margin: 0px -20px;
}

.jteDoctorLandingHA .jteHAGridHorizontalWrap .jteNewGridHorizontalList, 
.jteDoctorLandingHA .jteHAGridHorizontalWrap02 .jteNewGridHorizontalList, 
.jteDoctorLandingHA .jteNewGridHorizontalList {
	text-decoration: none;
	    position: relative;
	    height: 100%;
}

.jteDoctorLandingHA .owl-nav,
.jteDoctorLandingHA .owl-dots {
	display: none;
}

.jteDoctorLandingVideo {

}

.jteDoctorLandingVideoContainer {
	background: #fff;
}

.jteVideoGridHorizontal .jteHAlistingContentList {
	width: 100%;
	margin: 0px;
	    height: 100%;
}

.jteVideoGridHorizontal .owl-stage {
	display: flex;
}

.jteHAlandingVideo {
	position: relative;
	text-decoration: none;
}

.jjteHAlandingVideoImg {
	position: relative;
	width: 100%;
	height: 198px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.jteHAlandingVideoContent {

}

.jteHAlandingVideoContentTitle h3 {
	color: #003087;
	font-size: 22px; 
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 12px;
}

.jteHAlandingHAlist {
/*	margin-top: 40px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-decoration: none;
}

.jteHAlandingHAlistContent {
	width: calc(100% - 100px - 20px);
}

.jteHAlandingHAlistContentHeader {
	display: flex;
}

.jteHAlandingHAlistContentHeader p {
	font-size: 20px;
	line-height: 36px;
	color: #2D2A26;
	margin-bottom: 0px;
}

.jteHAlandingHAlistContentTitle {

}

.jteHAlandingHAlistContentTitle h3 {
	font-size: 22px; 
	line-height: 30px;
	color: #003087;
	font-weight: 500;
	margin-bottom: 0px;
}

.jteHAlandingHAlistImg {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteDoctorLandingHAouter {
/*	background: #F6F6F6;*/
	padding-top: 97px;
	padding-bottom: 112px;
	width: calc(100% + 40px);
	margin: 0px -20px;

	padding-top: 35px;
	padding-bottom: 80px;
}

.jteHospitalListingNewsSection {
	overflow: hidden;
	width: calc(100% + 40px);
    margin: 0px -20px;
}


/* Select Menu Dropdown */
.ui-selectmenu-menu {
	/*position: relative;
	top: 14px;*/
}

.ui-selectmenu-menu .ui-widget.ui-widget-content {
	border: none;
	padding: 15px 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #707070;
	margin-top: 14px;
	    max-height: 300px;
    overflow-y: auto;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
	padding: 12px 32px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-family: 'Roboto', 'Noto Sans TC', sans-serif;

	font-size: 14px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	padding: 12px 32px;
	font-size: 20px;
	line-height: 28px;
	color: #003087;
	font-weight: 500;
	margin: 0px;
	font-family: 'Roboto', 'Noto Sans TC', sans-serif;

	font-size: 14px;
}

.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, 
.ui-button.ui-state-active:hover {
	background: rgba(0, 178, 169, 1);
	border: none;
	color: #fff !important;
	margin: 0px;
}

.jteTabsFADdoctorDropdownContainer,
.jteTabsFADspecialtyDropdownContainer {
	border: none;
	padding: 15px 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #707070;
	margin-top: 14px;
	    max-height: 300px;
    overflow-y: auto;
}

.jteTabsFADdoctorDropdownContainer ul li a,
.jteTabsFADspecialtyDropdownContainer ul li a {
	padding: 12px 32px;
	font-size: 20px;
	line-height: 28px;
	color: #000;

	font-size: 14px;
	line-height: 28px;
}

.jteTabsFADdoctorDropdownContainer ul li a:hover,
.jteTabsFADspecialtyDropdownContainer ul li a:hover {
    background: rgba(0, 178, 169, 1);
    color: #fff;
}

.jteDoctorLandingContentLeftBtnM {
	display: none;
}

.jteHAlandingRightTitleContainer-m {
	display: none;
}

.jteHAlandingR2Social-m {
	display: none;
}

.jteHAlandingRightArticles {
	display: none;
}

.jteNewslandingR2Social {
	display: block !important;
}



.jtePackagesHighlightContainerOuter .jteSplideContainer .splide__slide,
.jtePackagesHighlightContainerOuter .jteSplideContainer02 .splide__slide {
	position: relative;
}

.jtePackagesHighlightContainerOuter .jteSplideContainer .splide__slide:before,
.jtePackagesHighlightContainerOuter .jteSplideContainer02 .splide__slide: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) 15%, rgba(255,255,255,0) 5%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 50%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	z-index: 1;
}


.jteHAlandingR3Newsletter form {
	display: flex;
	justify-content: space-between;
}

.jteHAlandingR3Newsletter form > div {
	margin-top: 0px;
}

.jteHAlandingR3Newsletter form > div:nth-child(1) {
	width: calc(100% - 208px);
}


.jteHAlandingR3Newsletter form > div:nth-child(1) input[type="email"] {
	font-size: 22px;
    line-height: 22px;
    color: #2D2A26;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #00B2A9;
    height: auto;
    padding: 18px 30px;
    width: 100%;
/*     font-size: 16px; */
	background: #E5FAF4;

	font-size: 16px;
}

.jteHAlandingR3Newsletter form > div:nth-child(1) input[type="email"]::-ms-input-placeholder {
	color: #003087 !important;
}

.jteHAlandingR3Newsletter form > div:nth-child(1) input[type="email"]::placeholder { 
	color: #003087 !important;
} 

.jteHAlandingR3Newsletter form > div:nth-child(2) {
    margin-top: 0px;
}

.jteHAlandingR3Newsletter form input[type="submit"] {
	    font-size: 22px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    color: #fff !important;
    padding: 21px 43px !important;
    text-align: center !important;
    min-width: 188px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    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);
    display: inline-block !important;
    max-width: 188px;

        border: none !important;

        font-size: 16px !important;
        font-weight: 400 !important;
}

.jteHAlandingR3NewsletterField {
    margin-top: 48px;
}

.jteHAlistingPaginationLM {
	margin-top: 60px;
	text-align: center;
	    width: 100%;
}

.jteHAlistingPaginationLM a {
	font-size: 21px !important;
    line-height: 21px !important;
    font-weight: 500 !important;
    color: #fff !important;
    padding: 17px 61px !important;
    text-align: center !important;
    min-width: 208px !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    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%);
    text-decoration: none;

    font-size: 16px !important;
    font-weight: 400 !important;
    display: inline-block;
}

.jteHAlistingPaginationLM a:hover {
	text-decoration: none;
}

.jteServiceListing  .jteHPlistingContentListContent,
.jteSpecialtyListingContent  .jteHPlistingContentListContent {
	justify-content: initial;
}

.cahSScontainer {

}

.cahSScontainer {
	position: relative;
	max-width: 350px;
}

.cahSScontainer input[type="text"] {
	font-size: 18px !important;
    line-height: 18px;
    border: 1px solid #00B2A9 !important;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    color: #2D2A26;
    padding: 15px 50px 15px 30px;
    height: auto;
    background-color: #fff;
    font-size: 16px !important;
	outline: none;
	width: 100%;
}

.cahSScontainer button {
    position: absolute;
    right: 20px;
    top: 15px;
    width: auto;
    height: auto;
    padding: 0px;
    top: 14px;
    border: none;
    background: transparent;
	outline: none !important;
	cursor: pointer;
/*	    visibility: hidden;*/

}

.cahSScontainerSuggestion {
	position: absolute;
	top: 46px;
	border: none;
    padding: 15px 0px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    border: 1px solid #00B2A9;
    margin-top: 14px;
    min-width: 250px !important;
   /* overflow: auto;
    max-height: 300px;*/
    width: 100%;
    z-index: 1;
    background: #fff;

    display: none;
    margin-top: 0px;

	border-top: none;
	padding-top: 0px;
    -webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.cahSScontainer input[type="text"].show {
	border-bottom: none;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.cahSScontainer input[type="text"].show + button {
/*	visibility: visible;*/
}

.cahSScontainerSuggestion ul {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	max-height: 300px;
}

.cahSScontainerSuggestion a {
	padding: 12px 32px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
    font-size: 14px;
    display: block;
    position: relative;
/*    padding-left: 70px;*/
	
	padding: 4px 32px;
}

.cahSScontainerSuggestion a:before {
	content: '';
	/*position: absolute;
	left: 32px;
	top: 15px;
	background: url(/malaysia/wp-content/uploads/2024/01/smart-search-suggestion-icon.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 20px;
	height: 20px;*/
}

.cahSScontainerSuggestion a:hover {
	background: rgba(0, 178, 169, 1);
	border: none;
	color: #fff !important;
	margin: 0px;
}

.cahSScontainerSuggestion a:hover:before {
	filter: invert(90%) sepia(100%) saturate(0%) hue-rotate(176deg) brightness(110%) contrast(101%);
}

.cahSScontainerSuggestion div {
	padding: 12px 32px;
	font-size: 20px;
	line-height: 28px;
	color: #003087;
	font-weight: 500;
	margin: 0px;
	font-family: 'Roboto', 'Noto Sans TC', sans-serif;
	font-size: 14px;

	padding: 4px 32px;
	padding-top: 25px;
	text-align: left;
}

.cahSScontainerSuggestion div:first-child {
	padding-top: 12px;
}

.cahSScontainerSuggestion p {
	text-align: center;
	padding: 12px 32px;
	margin-bottom: 0px;
}

.cahSSresultContainer {

}

.cahSSresultContainerField {
    position: relative;
}

.cahSSresultContainerFieldInner {
	position: relative;
}

.cahSSresultContainerFieldInner input[type="text"],
.cahSSresultContainerFieldInner input:-webkit-autofill{
	font-size: 40px !important;
	line-height: 48px;
	border: none !important;
    height: auto;
    font-family: roboto;
    padding: 55px 10px 30px 63px;
    /* border-bottom: 1px solid #707070 !important; */
    padding: 55px 60px 30px 113px;
    background-image: url(/malaysia/wp-content/uploads/2023/12/search-icon-b.png) !important;
    background-repeat: no-repeat;
    background-position: left 50px top 60%;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    outline: none;
        width: 100%;
}

.cahSSresultContainerFieldInner:before {
	    content: '';
    position: absolute;
    bottom: 0px;
    left: 50px;
    width: calc(100% - 100px);
    height: 1px;
    background: #707070;
}

.cahSSresultContainerFieldInner input[type="text"]:focus,
.cahSSresultContainerFieldInner input:-webkit-autofill:focus,
.cahSSresultContainerFieldInner input:-webkit-autofill:active {
	background-color: #F8F8F8 !important;
}

.cahSSresultPostList {
	display: flex;
	flex-direction: row;
/*	flex-wrap: wrap;*/
	column-gap: 35px;
	padding: 40px 50px 0px;
	overflow: auto;
}

.cahSSresultPostList a {
	font-size: 22px;
	line-height: 22px;
	padding: 21px 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #003087;
	color: #003087;
	text-decoration: none !important;

	white-space: nowrap;
}

.cahSSresultPostList a.active,
.cahSSresultPostList a:hover {
	color: #fff;
	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);
} 

.cahSSresultContainerDropdown {
	background: #F8F8F8 !important;
	color: #2D2A26 !important;
	padding: 0px !important;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	display: none;

	position: absolute;
	width: 100%;
    top: 133px;
    left: 0px;
}

.cahSSresultContainerDropdown p {
	text-align: center;
	font-size: 22px !important;
    line-height: 27px !important;
    padding: 12px 0px;
}

.cahSSresultContainerDropdown ul {
	margin: 0px;
	padding: 26px 50px;
	overflow: auto;
	max-height: 400px;
}

.cahSSresultContainerDropdown ul > div {
	color: #2D2A26;
	font-size: 18px;
	line-height: 22px;
	padding: 12px 0px;

	color: #003087;
	font-weight: bold;
	padding-top: 38px;
}

.cahSSresultContainerDropdown ul > div:first-child {
	padding-top: 12px;
}

.cahSSresultContainerDropdown ul li {
	position: relative;
	list-style-type: none;
}

.cahSSresultContainerDropdown ul a {
	font-size: 22px !important;
    line-height: 27px !important;
    padding: 12px 0px;
/*    padding-left: 40px;*/
    position: relative;
    color: #2D2A26 !important;
    position: relative;
    text-decoration: none;
	display: block;

	font-weight: normal;
}

.cahSSresultContainerDropdown ul a:before {
    content: '';
    /*position: absolute;
    left: 0px;
    width: 26px;
    height: 20px;
    background: url(/malaysia/wp-content/uploads/2023/12/right-arrow.png) center no-repeat;
    background-image: url(/malaysia/wp-content/uploads/2024/01/smart-search-suggestion-icon.png);
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 25px;
    height: 25px;
        top: 11px;*/
}

.cahSearchInnerListingContent > a {
    text-decoration: none;
    margin-bottom: 65px;
    display: block;
}

.cahSearchInnerListingContent > a h3 {
    color: #003087;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
}

.cahSearchInnerListingContent > a p {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 36px;
    color: #2D2A26;
    font-size: 20px;
    line-height: 30px;
}

.cahSearchInnerListingContent > p {
	font-size: 20px;
    line-height: 30px;
}

.cahSSresultClear {
	position: absolute;
	right: 50px;
    bottom: 25px;
	background: url(/malaysia/wp-content/uploads/2024/01/searchClearIcon.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 46px;
	height: 46px;
}

.jteHAlandingHAlistContentReading {
	margin-left: 4px;
}

.jteTabsFADspecialtyDropdownContainer#jteTabsHPspecialtyDropdown ul li a > span {
	max-width: calc(100% - 108px);
}

.jteCareerBtmRightListContentInner {
	background: #efefef;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 22px 25px;
	width: 100%;
	display: flex;
}

.jteCareerBtmRightListContentInner i {
	width: 32px;
	height: 32px;
	background: url(/malaysia/wp-content/uploads/2024/02/career-esxlamation.png) center no-repeat;
	margin-right: 20px;
}

.jteCareerBtmRightListContentInner p {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	margin-bottom: 0px;
    width: calc(100% - 52px);
}

.jteCareerBtmRightListContentInner p b {
	color: #00b2a9;
}


.cahSScontainer .cahSSgeneralResult a {
	margin: 0px -32px !important;
	color: #2C2A26 !important;
}

.cahSScontainer .cahSSgeneralResult a:hover {
	color: #fff !important;
}

.cahSScontainer .cahSSgeneralResult p {
	padding: 0px;
	text-align: left;
	font-size: 14px;
	    line-height: 28px;

}

.cahSSresultContainer .cahSSgeneralResult p {
	font-size: 18px !important;
    text-align: left;
	padding: 0px;
}

/*.cahSSresultContainer .cahSSgeneralResult a {
	margin: 0px !important;
}
*/

.jteHPcarouselFR p.jteHPcarouselFRtext {
	font-size: 16px;
	line-height: 16px;
	color: #00B2A9;
}




.owl-carousel { 
  touch-action: manipulation; 
}

.jteHAlistingPaginationNumber {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}

.jteHAlistingPaginationNumber input[type="number"]{
	font-size: 16px;
	line-height: 16px;
	width: 100%;
	background: #fff;
    border: 1px solid #00b2a9;
    text-align: center;
    padding: 17px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70px;
}

.cahSearchInnerLoading {
	text-align: center;
}

.jteDoctorCarouselListDesignation {
	margin-top: 10px;
	margin-bottom: 10px;
}


.jteHAlandingR2SocialThumb {
    display: flex;
    flex-direction: column;
    align-items: center;
	text-decoration: none;
	border: none;
	background: none;
	cursor: pointer;
}

.jteHAlandingR2SocialThumb img {
	max-width: 44px;
}

.jteHAlandingR2SocialThumb p {
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.jteHAlandingR2SocialThumb p span {
	margin-top: 5px;
}

.jteHAlandingR2SocialThumb:disabled p {
/*	color: #000;*/
}

.jteNaviR2 .raven-adnav-menu-horizontal ul.submenu.submenu-shown {
	width: 100vw !important;
	left: 0px !important;
	position: fixed !important;
	top: 153px !important;
}

.admin-bar .jteNaviR2 .raven-adnav-menu-horizontal ul.submenu.submenu-shown {
	top: calc(153px + 32px) !important;
}



/*Header 4 - Completely Customize*/
.jteNaviR1Custom {

}

.jteNaviR1Custom > div > ul {
	display: flex;
	padding: 0px;
	margin: 0px;
	align-items: center;
}

.jteNaviR1Custom > div > ul li {
	list-style-type: none;
}

.jteNaviR1Custom > div > ul > li a {
	padding: 0px;
	margin-right: 35px;
	font-size: 18px;
	line-height: 22px;
	color: #A5A1A1;
	font-size: 16px;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	display: block;
/*	padding: 10px 0px;*/
	padding: 5px 0px;
}

.jteNaviR1Custom > div > ul > li a p {
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
}

.jteNaviR1Custom > div > ul > li:last-child a {
	margin-right: 0px;
}

.jteNaviR1Custom > div > ul > li.hasSubmenu > a {
    display: flex;
	align-items: center;
}

.jteNaviR1Custom > div > ul > li.hasSubmenu > a:after {
	content: '';
	width: 14px;
	height: 8px;
	background: url(/malaysia/wp-content/uploads/2023/10/menu-dropdown-icon2.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	margin-left: 15px;
}

.jteNaviR1Custom .submenu {
	display: none;
	position: absolute;

	border: none;
	padding: 15px 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #707070;
	margin-top: 14px;
	min-width: 250px !important;
	z-index: 21;
	max-width: 250px;
	background: #fff;

	    margin-top: 8px;
}

.jteNaviR1Custom .submenu a {
    margin-right: 0px !important;
    padding: 12px 32px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000 !important;
    position: relative;
    display: block;
    width: auto;
}

.jteNaviR1Custom .submenu a p {
	padding-left: 30px;
}

.jteNaviR1Custom .submenu a:before {
	content: '';
    position: absolute;
    left: 32px;
    top: 10px;
    background: url(/malaysia/wp-content/uploads/2024/01/navi-arrow.png) center no-repeat;
    width: 20px;
    height: 20px;
}

.jteNaviR1Custom .submenu a:hover {
	background: rgba(0, 178, 169, 1);
	color: #fff !important;
}

.jteNaviR2Custom {

}

.jteNaviR2Custom > div > ul {
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
}

.jteNaviR2Custom > div > ul > li {
	list-style-type: none;
}

.jteNaviR2Custom > div > ul > li > a {
	font-size: 20px;
    line-height: 24px;
    padding: 0px 37px 0px 0px !important;
    color: #2D2A26 !important;
    font-size: 16px;
    position: relative;
	display: flex;
	align-items: center;
}

.jteNaviR2Custom > div > ul > li.hasSubmenu > a:after {
	content: '';
	width: 14px;
	height: 8px;
	background: url(/malaysia/wp-content/uploads/2023/10/menu-dropdown-icon.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	margin-left: 15px;
}

.jteNaviR2Custom > div > ul > li > a p {
	margin: 0px;
}

.jteNaviR2Custom > div > ul > li .megamenu {
	position: fixed;
	width: 100vw;
	max-width: none;
	left: 0px;
	top: 150px;
	top: 119px;
	display: none;
	z-index: 21;

	top: 141px;
	margin-top: 22px;
}

.admin-bar .jteNaviR2Custom > div > ul > li .megamenu {
	top: 150px;

/*	top: 172px;*/
}

.megamenuInner {
	background: #F6F6F6;
	padding-top: 35px;
	padding-bottom: 75px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
}

.megamenuList {
	width: 24.5%;
}

.megamenuList:nth-child(3) {
	width: 21%;
}

.megamenuList:nth-child(4) {
	width: 31%;
}

.megamenuListItem {
	margin-bottom: 30px;
}

.megamenuListItem:last-child {
	margin-bottom: 0px;
}

.megamenuListItem h3 {
	font-size: 16px;
	line-height: 20px;
	color: #003087;
	font-weight: 500;
	font-size: 14px;
}

.megamenuPanel {
	max-width: 1408px;
	margin: auto;
	display: flex;
	width: 100%;
}

.megamenuListInner {

}

.megamenuListInner a {
	margin-top: 12px;
	font-size: 15px;
	line-height: 18px;
	color: #2d2a26;
	font-size: 14px;
	position: relative;
	display: flex;
}

.megamenuListInner a:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(/malaysia/wp-content/uploads/2024/05/mega-menu-arrow02.svg) center no-repeat;
	display: block;
	margin-right: 10px;
}

.megamenuListInner a:hover:before {
	background: url(/malaysia/wp-content/uploads/2024/05/mega-menu-arrow.svg) center no-repeat;
}

.megamenuListInner a p {
	font-size: 15px;
	line-height: 18px;
	color: #2d2a26;
	font-size: 14px;
/*	color: #00b2a9;*/
	margin: 0px;
}

.megamenuList .jteMegaMenuListBanner {
	display: block;
	background-image: url(/malaysia/wp-content/uploads/2023/10/CAH-Bukit-Jalil-Banner-01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.megamenuList .jteMegaMenuListBannerTxt {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 52px);
    left: 26px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
}

.megamenuList .jteMegaMenuListBannerTxt > div {
	display: flex;
}

.megamenuList .jteMegaMenuListBannerTxt {
	margin-bottom: 0;
    color: #fff;
}

.megamenuList .jteMegaMenuListBannerTxt p:after {
    content: '';
    background: url(/malaysia/wp-content/uploads/2023/11/mega-menu-specialties-banner-arrow.png) center no-repeat;
    display: inline-block;
    width: 8px;
    height: 13px;
    margin-left: 15px;
}

.admin-bar.jupiterx-header-sticky .jteNaviR2Custom > div > ul > li .megamenu {
/*    top: 119px;*/
}

.jupiterx-header-sticky .jteNaviR2Custom > div > ul > li .megamenu {
/*    top: 119px;*/
}

.megamenuSpecialtiesL {
	display: none;
}




@media only screen and (max-width: 1440px) {

.jteHPcarouselOwl .owl-nav,
.jteHPcarouselOwl02 .owl-nav {
	right: 0px;
}

.jteHPcarouselRight .owl-carousel {
	padding-right: 163px;

	    padding-right: 186px;

	    padding-right: 196px;
}

.jteHospitalFooterLeft {
    width: 70%;
}


.jteHospitalFooterContainer,
.splide-slide-number,
.jtePackagesCarouselContent,
.jteHPcarouselContainerm,
.jteHPcarouselContainer,
.jteHPcarouselContainer02,
.jteHAlistingFeaturedInner,
.jteHAlistingPopularTopicInner,
.jteHAlistingCarouselInner,
.jteHAlistingInner,
.jteHAlandingContainerInner,
.jteHPlandingContainerInner,
.jteNewsLandingContainerInner,
.jteHAlandingR2Social,
.jteHAlandingR3,
.jteNewslandingR3ptherNews,
.jteDoctorlandingContainer  {
	padding-left: 80px;
	padding-right: 80px;
}

.jteHospitalListingNews {
	/*padding-left: 0px;
	padding-right: 0px;*/
}

.jteHPcarouselOwl .owl-stage-outer,
.jteHPcarouselOwl02 .owl-stage-outer {
	/*width: calc(100% + 23px);
	margin-right: -23px;

	width: calc(100% + 12px);
    margin-right: -12px;*/
}

.jteHPlistingFormContainer {
    margin: 0px -80px;
}

.jteServicelistingHP,
.jteDoctorLandingHA,
.jteDoctorLandingHAouter {
	margin-left: -80px;
	margin-right: -80px;
	width: calc(100% + 160px);
}

.jteSpecialtiesLanding .jteSpecialtieslandingContainerInner,
.jteSpecialtiesLandingR1 .jteSpecialtieslandingContainerInner {
	left: 80px;
}

.jteDoctorLandingHAouter > div > div {
/*	padding: 0px 80px;*/
}


.jteHAlistingFeaturedLeftBtn a:first-child,
.jteHAlistingFeaturedLeftBtn a:nth-child(2) {
/*	font-size: 18px;*/
/*	line-height: 18px;*/
	padding: 23px 45px;
	    min-width: auto;
}

.jteHPcarouselRight .owl-item {
	    max-width: calc(50% - 10px);
}

.jteHPlistingFilterType {
	width: 19%;
}

.jteHAlistingFilterSpecialties {
    width: 22%;
}

.jteHPlistingFilterGender {
	width: 15%;
}

.jteHPlistingFilterAge {
	width: 14%;
}

.megamenuSpecialtiesD {
	display: none;
}

.megamenuSpecialtiesL {
	display: block;
}


}


@media only screen and (max-width: 1366px) {
.jteSplideThumbContainer {
	max-width: 100%;
	left: 0px;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

.jteSplideOuter {
	height: calc(1080px - 120px - 288px);
}


}



@media only screen and (max-width: 1024px) {

.jteHospitalFooterContainer,
.splide-slide-number,
.jtePackagesCarouselContent,
.jteHPcarouselContainer,
.jteHPcarouselContainer02,
.jteHAlistingFeaturedInner,
.jteHAlistingPopularTopicInner,
.jteHAlistingCarouselInner,
.jteHAlistingInner,
.jteHAlandingContainerInner,
.jteHPlandingContainerInner,
.jteNewsLandingContainerInner,
.jteHAlandingR2Social,
.jteHAlandingR3,
.jteNewslandingR3ptherNews,
.jteDoctorlandingContainer  {
	padding-left: 20px;
	padding-right: 20px;
}

.jteDoctorLandingHAouter > div > div {
	/*padding-left: 20px;
	padding-right: 20px;*/
}

.jteHPlistingFormContainer {
    margin: 0px -20px;
}

.jteServicelistingHP,
.jteDoctorLandingHA,
.jteDoctorLandingHAouter {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0px;
	width: calc(100% + 40px);
}

.jteSpecialtiesLanding .jteSpecialtieslandingContainerInner,
.jteSpecialtiesLandingR1 .jteSpecialtieslandingContainerInner {
	left: 20px;
}

.jteHospitalFooterLeft {
    width: 70%;
}

.jteSpecialtyGridLeft {
	width: calc(100% - 120px);
}

.jteSpecialtyGridViewMore {
	width: 120px;
}

.jteHPcarouselContainer,
.jteHPcarouselContainer02 {
	background: #e5faf4;
}

.jteHPcarouselContainerInner {
    flex-wrap: wrap;
    padding: 47px 0px 35px;
}

.jteHPcarouselLeft {
	width: 100%;
	padding-right: 0px;
	background: transparent;
	text-align: center;
}

.jteHPcarouselRight {
	width: 100%;
	margin-top: 40px;

	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}

.jteHPcarouselContainer:before,
.jteHPcarouselContainer:after,
.jteHPcarouselContainer02:before,
.jteHPcarouselContainer02:after {
	display: none;
}

.jteHPcarouselRight .owl-carousel {
	padding-right: 120px;

	padding-right: 120px;
	overflow: hidden;
	padding-left: 20px;

	padding-bottom: 20px;
	    padding-top: 10px;
}

.jteHPcarouselOwl .owl-stage-outer,
.jteHPcarouselOwl02 .owl-stage-outer {
    overflow: visible !important;

}

.jteHPcarouselOwl .owl-nav,
.jteHPcarouselOwl02 .owl-nav {
	display: none;
}

.jteHPcarouselRight .owl-stage {
	margin: 0px;
	padding: 0px;
/*	padding-right: 120px;*/
}

.jteHPcarouselLeft h2 {
	margin-top: 30px;

	font-size: 28px;
	line-height: 35px;
}

.jteHPcarouselLeftDesc p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}

.jteHPcarouselLeftBtn {
	margin-top: 5px;

	font-size: 14px;
    line-height: 14px;
    padding: 15px 40px 15px 20px;
    background-repeat: center right 20px;
    -webkit-background-size: 10px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
}

.jteHPcarouselLeft select {
	min-width: 335px;

	font-size: 14px;
    line-height: 14px;
    padding: 15px 40px 15px 20px;
    background-repeat: center right 20px;
    -webkit-background-size: 10px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
}

.jteHPcarouselLeft span.ui-selectmenu-button {
	font-size: 14px;
    line-height: 14px;
    padding: 15px 40px 15px 20px;
    background-repeat: center right 20px;
    
    max-width: 100%;
    max-width: 200px;
}

.jteHPcarouselLeft span.ui-selectmenu-button .ui-icon {
	-webkit-background-size: 10px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
    top: 18px;
    right: 27px;
}

.jteHPcarouselItem h3, .jteHPcarouselItemHover > h3 {
    font-size: 15px;
    line-height: 20px;
}

.jteHPcarouselItemTop {
/*    padding: 8px 23px 8px 15px;*/
    align-items: center;
}

.jteHPcarouselItemHoverFooter {
    margin-top: 20px;
}

.jteHPcarouselItem p, .jteHPcarouselItemHoverFooter p {
    font-size: 15px;
    line-height: 15px;
}

.jteHPcarouselFooterBtnMobile a {
    font-weight: 500;
    -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);
    display: inline-block;
    font-size: 21px;
    line-height: 21px;
    padding: 19px 10px;
    min-width: 222px;

    font-weight: 400;
    font-size: 16px;
}

.jteHPcarouselLeftBtn {
    display: none;
}

.jteHPcarouselFooterBtnMobile {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 40px;

    margin-top: 20px;
}

.jteTabsHNMcontainer {

}

.jteTabsHNMcontainerLeft,
.jteTabsHNMcontainerRight {
	width: 100%;
	max-width: none;
}

.jteTabsHNMcontainerRight {
	margin-top: 15px;
	margin-left: 0px;
}

.jteTabsHNMcontainerLeft select,
.jteTabsHNMcontainerRightR1 a p,
.jteTabsHNMcontainerRightR2 a {
	font-size: 14px;
	line-height: 14px;
}

.jteTabsHNMcontainerLeft select {
	padding: 12px 40px 12px 45px;
	-webkit-background-size: 10px;
	-moz-background-size: 10px;
	-o-background-size: 10px;
	background-size: 10px;
}

.jteTabsHNMcontainerLeft span.ui-selectmenu-button {
	font-size: 14px;
	line-height: 14px;
	padding: 12px 40px 12px 45px;
	
}

.jteTabsHNMcontainerLeft span.ui-selectmenu-button .ui-icon {
	-webkit-background-size: 10px;
	-moz-background-size: 10px;
	-o-background-size: 10px;
	background-size: 10px;
	    top: 13px;
    right: 24px;
}

.jteTabsHNMcontainerLeft:before {
	width: 13px;
	height: 18px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 10px;
	left: 16px;
}

.jteTabsHNMcontainerRightR1Direction i,
.jteTabsHNMcontainerRightR1Call i {
	width: 15px;
	height: 17px;
}

.jteTabsHNMcontainerRightR1 a i {
	margin-right: 15px;
}

.jteTabsHNMcontainerRightR1 a {
	padding: 5px 30px;
}

.jteTabsHNMcontainerRightR2 a {
	padding: 13px 10px;
	min-width: 150px;
}

.jteTabsGeneralcontainer .jteTabsFADdoctor > input,
.jteTabsGeneralcontainer .jteTabsFADspecialty > input {
	padding: 11px 40px 11px 45px;
	font-size: 14px;
	line-height: 14px;
	-webkit-background-size: 10px;
	-moz-background-size: 10px;
	-o-background-size: 10px;
	background-size: 10px;
	background-position: center right 20px;
}

.jteTabsGeneralcontainer .jteTabsGeneralcontainerRight input[type="submit"] {
    padding: 13px 10px;
    min-width: 150px;
    font-size: 14px;
	line-height: 14px;
}

.jteTabsGeneralcontainer .jteTabsFADdoctor:before {
	width: 13px;
    height: 18px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 10px;
    left: 16px;
}

.jteTabsGeneralcontainer .jteTabsFADspecialty:before {
	width: 14px;
    height: 14px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 14px;
    left: 16px;
}

.jteTabsMAAfooterInner {
	padding: 20px 15px;
}

.jteTabsMAAfooterInner > p,
.jteTabsMAAfooterRight a p {
	font-size: 14px;
	line-height: 21px;
}

.jteTabsMAAfooterRight a p {
	margin-left: 10px;
}

.jteTabsMAAfooterRight a i {
	width: 16px;
	height: 16px;
}

.jteTabsMAAfooterInner > p {
	width: calc(100% - 332px);
}

.jteTabsMAAfooterRight {
	width: 322px;
}

.jteTabsMAAfooter {
	margin-top: 20px;
}

.jteTabsFADdoctorDropdownContainer,
.jteTabsFADspecialtyDropdownContainer {
	top: 41px;
}

.jteTabsFADspecialtyDropdownContainer ul li a,
.jteTabsFADdoctorDropdownContainer ul li a {
	/*font-size: 14px;
	line-height: 14px;
	    padding: 3px 45px;*/
}

.jteHospitalListingContentFilter ul {
	display: none !important;
}

.jteHospitalListingContentFilter select {
	display: block;
	margin-top: 35px;
	border: 1px solid #00B2A9;
	outline: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 14px;
	line-height: 14px;
	padding: 14px 55px 14px 40px;
	-moz-appearance: none;
    -webkit-appearance: none; 
    background-image: url(../img/menu-dropdown-icon2.png);
    background-position: center right 30px;
    background-repeat: no-repeat;
    color: #00B2A9;
	min-width: 345px;
}

.jteHospitalListingContentContainer {
	margin: 50px auto 85px;
}

.jteHospitalListingContentCol {
	width: calc(50% - 20px) !important;
	margin-right: 40px !important;
}

.jteHospitalListingContentCol:nth-child(3n) {
	margin-right: 40px !important;
}

.jteHospitalListingContentCol:nth-child(2n) {
	margin-right: 0px !important;
}

.jteHospitalListingContentColTitle p {
	font-size: 14px !important;
	line-height: 21px !important;
}

.jteHospitalListingContentColTitleInner h3 {
	font-size: 25px !important;
	line-height: 35px !important;
	    width: calc(100% - 69px) !important;
}

.jteHospitalListingContentColTitleMap {
	width: 69px !important;
}

.jteHospitalListingContentColTitleMap a.jteHospitalListingContentColTitleWaze {
	width: 26px !important;
	height: 26px !important;
}

.jteHospitalListingContentColTitleMap a.jteHospitalListingContentColTitleGmap {
	width: 18px !important;
	height: 26px !important;
}

.jteHospitalListingContentColTxtList p,
.jteHospitalListingContentColTxtList a {
	font-size: 14px !important;
	line-height: 22px !important;
	    margin-top: 0px !important;
}

.jteHospitalListingContentColTxtBtn a {
	font-size: 14px !important;
	line-height: 14px !important;
	padding: 18px 10px !important;
	    min-width: 165px !important;
}

.jteHospitalListingContentColTxtBtn {
	/*position: static !important;
	margin-top: 23px !important;

	    margin-top: 28px !important;*/
}

.jteHospitalListingContentColTxt {
	padding-bottom: 0px;
	width: 100%;

	padding-bottom: 80px !important;
}

.jteHospitalListingNewsTitle h2 {
	font-size: 28px;
	line-height: 35px;
}

.jteHospitalListingNewsTitle a {
	display: none;
}

.jteHospitalListingNewsTitle {
	justify-content: center;

	margin-bottom: 20px;
	text-align: center;
}

.jteHospitalListingNewsBtn-m {
	display: block;
    text-align: center;
    margin-top: 40px;
}

.jteHospitalListingNewsBtn-m a {
	font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    padding: 19px 10px;
    text-align: center;
    min-width: 222px;
    -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);
    display: inline-block;
    text-decoration: none;

    font-size: 16px;
    font-weight: 400;
}

.jteNewGridHorizontalWrap {
	padding: 0px 50px;
}

.jteHAGridHorizontalWrap,
.jteHAGridHorizontalWrap02 {
	padding: 0px 70px;
}

.jteNewGridHorizontalWrap.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.jteHospitalListingNews {
	overflow: hidden;
/*	padding: 40px 20px;*/
	padding: 40px 0px;
	
	/*margin-left: -20px;
    margin-right: -20px;*/
}

.jteHospitalListingNews .owl-dots {
	display: none;
}

.jteHospitalListingHP {
    margin: 0px -20px;
}

.jteHospitalListingHP .jteHPcarouselContainer,
.jteHospitalListingHP .jteHPcarouselContainer02 {
	background: transparent;
}

.jteNewGridHorizontalListContent {
    padding: 25px 20px;
}

.jteNewGridHorizontalListContent h3 {
	font-size: 16px;
	line-height: 23px;
}

.jteNewGridHorizontalListContentFooter p {
	font-size: 13px;
	line-height: 17px;
}

.jteNewGridHorizontalListReading i {
	width: 16px;
	height: 16px;
}

.jteNewGridHorizontalListContentFooter {
	margin-top: 20px;
}

.jteDoctorCarouselTitle h2 {
	font-size: 28px; 
	line-height: 34px;
}

.jteDoctorCarouselContent {
	padding-right: 17px;
}

.jteSpecialtyGridListTitle {
	font-size: 19px;
	line-height: 23px;
}

.jteSpecialtyGridListDesc {
	font-size: 13px;
	line-height: 18px;
}

.jteSpecialtyGridListContent {
    width: calc(100% - 16px);
    padding: 15px 10px;
}

.jteSpecialtyGridViewMoreTxt p {
	margin-bottom: 0px;
	    font-size: 14px;
    line-height: 17px;

    font-size: 16px;
}

.jteSpecialtyGridViewMoreTxt i {
    width: 16px;
    height: 16px;
}

.jteEventGridWrapListLeft {
    width: 85px;
}

.jteEventGridWrapListRight {
    width: calc(100% - 105px);
}

.jteEventGridWrapListDate {
/*    height: 85px;*/
    border: 2px solid #00B2A9;
}

.jteEventGridWrapListDateMonth {
    font-size: 12px;
    line-height: 12px;
    padding: 7px 0px;
}

.jteEventGridWrapListDateNumber {
    font-size: 34px;
    line-height: 34px;
/*    margin-top: 3px;*/
}

.jteEventGridWrapListDateMDay {
    font-size: 12px;
    line-height: 18px;
    margin-top: -2px;
}

.jteEventGridWrapListTitle {
    margin-top: 10px;
    font-size: 17px;
    line-height: 20px;
}

.jteEventGridWrapListDesc {
    font-size: 14px;
    line-height: 20px;
}

.jteNewGridWrapListDate,
.jteNewGridWrapListDesc {
	font-size: 14px;
	line-height: 20px;
}

.jteNewGridWrapListTitle {
	font-size: 17px; 
	line-height: 23px;
}

.jteNewGridWrapListLeft {
	width: 35%;
	padding-bottom: 23%;

	padding-bottom: 25.622%;
}

.jteNewGridWrapListRight {
	    width: calc(65% - 20px);
}

.splide-slide-number-start, 
.splide-slide-number-total, 
.splide-slide-number span {
    font-size: 15px;
    line-height: 21px;
}

.jtePackagesCarouselContent h2 {
    font-size: 28px;
    line-height: 38px;
}

.jtePackagesCarouselDesc {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
}

.jtePackagesCarouselContent a {
    margin-top: 34px;
    font-size: 21px;
    line-height: 21px;
    padding: 19px 10px;
    min-width: 222px;
}

.jteSplideThumbContainer {
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.jteSplideThumbContainer .splide__list > li > div {
	font-size: 14px; 
	line-height: 20px;

	font-size: 10px;
	line-height: 13px;
	bottom: 13px;
	padding: 0px 10px;
}

.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;
}

.jteHospitalFooterLeftTitle {
    font-size: 19px;
    line-height: 28px;
}

.jteHospitalFooterLeftAddress {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.jteHospitalFooterLeftR2ListLeft p, .jteHospitalFooterLeftR2ListRight p {
    font-size: 14px;
    line-height: 20px;
}

.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);
}

.jteHospitalFooterLeftR2ListInner a {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
}

.jteHospitalFooterLeftR4 a {
    margin-right: 20px;
}

.jteHospitalFooterLeftR4Btn {
    /*font-size: 14px;
    line-height: 14px;*/
    padding: 14px 30px;
    min-width: none;
    margin-top: 0px;

    /*font-size: 21px;
	line-height: 21px;*/
	padding: 19px 30px;
	    font-weight: normal;
}

.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;
}

.jteHospitalFooterLeftR2 {
    margin-top: 25px;
}

.jteHospitalFooterLeftR2ListInner {
    display: flex;
}

.jteHospitalFooterLeftR3 {
    flex-wrap: wrap;
    margin-top: 22px;
}

.jteHospitalFooterLeftR2List {
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.jteHospitalFooterLeftInner {
    margin-top: 40px;
}

.jteDoctorCarouselListContent h3 {
    font-size: 20px;
    line-height: 22px;
}

.jteDoctorCarouselListTxt {
    margin-top: 13px;
}

.jteDoctorCarouselListSpecialty, 
.jteDoctorCarouselListHospital a {
    font-size: 16px;
    line-height: 24px;
}

.jteDoctorCarouselListBtn a {
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 17px 10px !important;
        min-width: auto !important;

    max-width: 194px;
}

.jteHPcarouselItemHoverFooter p {
	font-size: 26px; 
	line-height: 35px;
}

.jteHAlistingTitle h2 {
	font-size: 40px;
	line-height: 50px;
}

.jteHAlistingFeaturedContent {
	padding-bottom: 0px;
	margin-top: 29px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.jteHAlistingFeaturedContent > div {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 100% !important;
}

.jteCareerListingBanner .jteHAlistingFeaturedRight,
.jteCareerListingBanner .jteHAlistingFeaturedLeft {
	width: 100% !important;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.jteCareerListingBanner .jteHAlistingFeaturedLeft {
    margin-bottom: 31px;
}

.jteCareerListingBannerOuter .jteHAlistingFeaturedContent > div {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.jteHAlistingFeaturedRight {
	padding-bottom: 51.2%;
	min-height: auto;
}

.jteHAlistingFeaturedLeft h2 {
	font-size: 40px; 
	line-height: 48px;
	margin-bottom: 0px;
}

.jteHAlistingFeaturedLeft {
	margin-bottom: 31px;
}

.jteHAlistingFeaturedLeft p {
	font-size: 16px; 
	line-height: 22px;
	margin-top: 26px;
}

.jteHAlistingFeaturedLeftBtn {
	margin-top: 39px;
}

.jteHAlistingFeaturedLeftBtn a:first-child,
.jteHAlistingFeaturedLeftBtn a:nth-child(2) {
	padding: 19px 57px;
}

.jteHAlistingFeatured,
.jteNewslistingFeatured,
.jteEventlistingFeatured {
	padding-bottom: 43px;
}

.jteHAlistingPopularTopic {
	padding-top: 80px;
	padding-bottom: 85px;
}

.jteHAlistingPopularTopic .jteHAlistingTitle h2 {
	font-size: 32px; 
	line-height: 40px;
}

.jteHAlistingPopularTopicContent {
	padding-top: 32px;
}

.jteHAlistingPopularTopicListing {
	margin-top: 25px;
	margin-right: 20px;
	width: calc(33.3333% - 13.3333px);
}

.jteHAlistingCarousel {
	padding-top: 70px;
	padding-bottom: 70px;
}

.jteHAlistingCarouselTitle h2 {
	font-size: 32px; 
	line-height: 38px;
}

.jteHAlistingCarouselTitle .ui-selectmenu-button {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 15px;
}

.jteHAlistingCarouselTitle .ui-selectmenu-button.ui-button .ui-icon {
	width: 18px;
	height: 9px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHAlistingCarouselContent .owl-nav {
	top: -73px;
	    width: 113px;
}

.jteHAlistingCarouselContent .owl-nav button {
    width: 45px;
    height: 45px;
}

.jteHAlistingCarouselContent .owl-item .jteNewGridHorizontalListContent {
	padding: 22px 20px 65px;
/*    height: calc(100% - 228px);*/
}

.jteHAlistingCarouselContent .owl-item .jteNewGridHorizontalListContentFooter {
	bottom: 25px;
	left: 20px;
	width: calc(100% - 40px);
}

.jteHAlistingCarouselContentTitle p {
	font-size: 13px; 
	line-height: 17px;
}

.jteHAlisting {
	padding-top: 66px;
	padding-bottom: 70px;

	padding-top: 10px;
}

.jteHAlistingContent {
	margin-top: 0px;
}

.jteHAlistingContentList {
	margin: 35px 35px 0px 0px;
	width: calc(50% - 17.5px);

}

.jteHAlistingContentList:nth-child(3n) {
	margin-right: 35px;
}

.jteHAlistingContentList:nth-child(2n) {
	margin-right: 0px;
}

.jteHAlistingContentListContent {
	padding: 35px 20px 75px;
}

.jteHAlistingContentListFooter {
	bottom: 22px;
    left: 20px;
    width: calc(100% - 40px);
}

.jteDoctorListingContent .jteHospitalListingContentCol {
	width: calc(50% - 20px);
    margin-right: 40px;
}

.jteDoctorListingContent .jteHospitalListingContentCol:nth-child(3n) {
	margin-right: 40px;
}

.jteDoctorListingContent .jteHospitalListingContentCol:nth-child(2n) {
    margin-right: 0px;
}

.jteDoctorListingContentFilter > div .ui-selectmenu-button.ui-button,
.jteDoctorListingContentFilter input[type="text"] {
	min-width: auto;
}

.jteDoctorListingContentFilter > div {
	width: calc(33.3333% - 10px);
}

.jteHAGridHorizontalWrap .jteNewGridHorizontalListContent,
.jteHAGridHorizontalWrap02 .jteNewGridHorizontalListContent,
.jteNewGridHorizontalListContent {
	padding: 25px 20px 65px;
}

.jteHAGridHorizontalWrap .jteNewGridHorizontalListContentFooter,
.jteHAGridHorizontalWrap02 .jteNewGridHorizontalListContentFooter,
.jteNewGridHorizontalListContentFooter {
	bottom: 20px;
}

.jteHAGridTopic {
	font-size: 13px; 
	line-height: 17px;
	    margin-bottom: 11px;
}

.jteSplideOuter {
	height: 690px;
}

.jteSplideThumbContainer {
	bottom: 30px;
}

.jteCareerListingContainer .jteCareerTop .ui-selectmenu-button.ui-button:last-child {
	display: block;
}

.jteCareerBtm {
	margin-top: 20px;
}

.jteCareerBtmLeft {
	display: none;
}

.jteCareerBtmRight {
	width: 100%;
	margin-left: 0px;
}

.jteCareerBtmTitle {
	display: none;
}

.jteCareerBtmRightContentInner h3 {
	font-size: 20px !important;
	line-height: 28px;
}

.jteCareerListingBanner.jteCareerListingBanner .jteHAlistingFeaturedLeft h2 {
	font-size: 28px; 
	line-height: 40px;
}

.jteCareerListingBanner.jteCareerListingBanner .jteHAlistingFeaturedLeft p {
	    margin-top: 22px;
}

.jteCareerListingContainer {
	padding-top: 32px;
}

.jteCareerListingBanner a {
	font-size: 20px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
/*    padding: 15px 10px !important;*/
    text-align: center !important;
    min-width: 185px !important;
    -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: 35px;
    display: inline-block !important;
    text-decoration: none;

    font-size: 16px !important;
    line-height: 16px !important;
}

.jteHPlandingTitle p {
	font-size: 18px; 
	line-height: 25px;
}

.jteHPlandingTitle h2 {
	font-size: 40px; 
	line-height: 48px;
	margin-top: 32px;
	margin-bottom: 43px;
}

.jteHPlandingTitle {
	margin-top: 65px;
}

.jteDoctorCarouselListImgMore {
	width: 100%;
}

.jteHPgridListLocation {
    align-items: center;
    padding: 7px 10px 7px 10px;
    min-width: 127px;
}

.jteHPgridListLocation p {
	font-size: 13px;
	line-height: 13px;
}

.jteHPgridListImg {
/*	padding-bottom: 230px;*/

	width: 100%;
}

.jteHPgridListContent {
/*	height: calc(100% - 230px);*/

	width: 100%;
}

.jteHPgridListTitle span,
.jteHPgridListTitle p {
	font-size: 15px;
	line-height: 29px;
}

.jteHPgridListTitle h3 {
	font-size: 21px;
}

.jteHPgridListFooter h4 {
	font-size: 27px; 
	line-height: 27px;
}

.jteHPgridListFooter {
	bottom: 25px;
}

.jteHPlistingFormContainer {
	background: #F6F6F6;
}

.jteHPlistingFormContainer .jteHPlandingForm {
	padding-top: 60px;
}

.jteNewsLandingTitle,
.jteNewsLandingTitle > div {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.jteNewsLandingTitle > div {
	width: 100%;
}

.jteNewsLandingTitleRight p {
	font-size: 20px;
}

.jteNewsLandingTitleRight h2 {
	font-size: 40px;
	line-height: 48px;
}

.jteNewsLandingContainer {
	padding-top: 70px;
}

.jteNewsLandingTitleLeft {
	margin-bottom: 27px;
}

.jteNewsLandingLeft .jteHAlandingLeftRTB {
	padding-left: 0px;
}

.jteNewsLandingContainer .jteHAlandingRightTitleContainer {
	display: block !important;
}

.jteHAlandingLeftRTB p, 
.jteHAlandingLeftRTB ol li, 
.jteHAlandingLeftRTB ul li {
	font-size: 20px;
	line-height: 36px;

	font-size: 16px;
	line-height: 26px;
}

.jteHAlandingLeftRTB h3 {
	font-size: 30px;
	line-height: 36px;
}

.jteNewsLandingLeft {
    width: 100%;
}

.jteNewsLandingRight {
	display: none;
}

.jteNewsLandingMore p {
    font-size: 16px;
    line-height: 25px;
}

.jteNewsLandingLeftFooter {
	padding-left: 0px;
}

.jteNewsLandingContent {
	margin-top: 39px;
}

.jteNewslandingR3ptherNews {
	display: block;
	    margin-bottom: -50px;
}

.jteNewslandingR3ptherNewsCarousel .jteNewGridHorizontalListContentFooter {
	bottom: 35px;
}

.jteNewslandingR3ptherNewsContent .owl-dots {
	display: none;
}

.jteEventslandingR3Location {
	display: block;
	text-align: center;
	padding: 140px 20px 0px;
}

.jteEventsLandingTitle .jteHAlandingRightTitle {
    margin-top: 0px;
}

/*.jteCareerListingBanner .jteHAlistingFeaturedRight {
	margin-bottom: -78px;
}
*/
.jteCareerListingBanner  {
	margin-top: 19px !important;
}

.jteSpecialtiesLandingR1 .jteSpecialtieslandingContainerInner {
    transform: none;
    text-align: center;
    margin-top: 30px !important;
    top: auto;
    padding: 0px 20px !important;
    left: 0px;
    bottom: auto;
    max-width: 100%;
    width: 100%;
}

.jteSpecialtiesLandingTitle h2,
.jteSpecialtiesLandingTitle h1 {
	text-align: center;
	margin: auto;
	display: block;
	font-size: 28px;
	line-height: 34px;
}

.jteSpecialtiesLandingTitle p,
.jteSpecialtiesLandingBtns {
	display: none;
}

.jteSpecialtiesLandingTitle {
	max-width: 100%;
}

.jteSpecialtiesLandingR1Mobile {
	display: block;
}

.jteSpecialtiesLandingR1Mobile .jteSpecialtieslandingContainerInner {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 55px;
}

.jteSpecialtiesLandingR1Mobile .jteSpecialtieslandingContainerInner p {
	margin-bottom: 0px;
}

.jteSpecialtiesLandingR1Mobile .jteSpecialtiesLandingBtns {
	display: flex;
    margin-top: 49px;
    justify-content: center;
}

.jteSpecialtiesLandingBtns a {
	font-size: 20px;
    line-height: 20px;
    padding: 15px 44px;
}

.jteVideolistingFeatured .jteHAlistingFeaturedRight {
	width: 100%;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.jteVideolistingFeatured .jteHAlistingFeaturedLeft p:first-child {
	margin-top: 0px;
/*	text-transform: uppercase;*/
}

.jteVideolistingFeatured .jteHAlistingFeaturedLeft h2 {
	margin-top: 18px;
}

.jteVideolistingFeatured .jteHAlistingFeaturedLeftBtn {
	display: block;
}

.jteVideolistingFeatured {
	padding-bottom: 33px;
}

.jteVideolistingFeatured  {
	margin-top: 58px;
}

.jteHAlistingPopularTopicListing a p {
	font-size: 18px;
	line-height: 27px;
}

.jteVideoGridHorizontal {
	padding: 0px 70px;
}

.jteSpecialtiesLandingBanner {
	display: none;
}

.jteSpecialtiesLandingBannerM {
	display: block;
}

.jteDoctorListingContent .jteHospitalListingContentColTxtList p,
.jteDoctorListingContent .jteHospitalListingContentColTxtList2 p {
	font-size: 16px !important;
    line-height: 26px !important;
}

.jteDoctorListingContent .jteHospitalListingContentColInner {
	text-align: center;
}

.jteDoctorListingContent .jteHospitalListingContentColTitleInner h3 {
	width: 100% !important;
	font-size: 20px !important;
	line-height: 22px !important; 
}

.jteDoctorListingContentContainer .jteHospitalListingContentColTxtBtn a {
	width: 194px;
}

.jteDoctorLandingTitle h2 {
	font-size: 28px; 
	line-height: 35px;
}

.jteDoctorLandingContent {
	margin-top: 28px;
}

.jteDoctorLandingContentLeft,
.jteDoctorLandingContentRight {
	width: 100%;
}

.jteDoctorLandingContentLeftBtn {
	display: none;
}

.jteDoctorLandingContentLeftBtnM {
	display: block;
	margin-top: 30px;

	text-align: center;
}

.jteDoctorLandingContentRightName {
    text-align: center;
}

.jteDoctorLandingContentRightName h2 {
	font-size: 31px;
	line-height: 37px;
	    margin-top: 26px;

	font-size: 24px;
}

.jteDoctorLandingContentRightName p {
	font-size: 22px; 
	line-height: 35px;
	    margin-top: 4px;

	font-size: 18px;
	line-height: 28px;
}

.jteDoctorLandingContentRightContentList > div:nth-child(2) p {
	font-size: 16px; 
	line-height: 21px;
}

.jteDoctorLandingContentRightClinicalHour .jet-table .jet-table__cell {
	/*font-size: 14px; 
	line-height: 17px;*/
}

.jteDoctorLandingContentRightSpecialty {
	/*font-size: 15px !important; 
	line-height: 17px !important;*/
}

.jteDoctorLandingContentRightContent {
    margin-top: 35px;
}

.jteDoctorLandingContentLeftBtn a {
	font-size: 20px;
	line-height: 20px;
	    padding: 21px 57px;
}


.jteHAlandingRightTitleContainer {
	display: none;
}

.jteHAlandingRightTitleContainer-m {
	display: block;
}

.jteHAlandingContainerInner {

}

.jteHAlandingLeft,
.jteHAlandingRight {
	width: 100%;
}

.jteHAlandingContainer {
	padding-top: 45px;
}

.jteHAlandingRightTitleTop p,
.jteHAlandingRightTitleBtm p {
	font-size: 20px;
	    margin-bottom: 0px;
}

.jteHAlandingRightTitleMid h2 {
	font-size: 40px; 
	line-height: 48px;
}

.jteHAlandingRightTitleTop p {
	margin-bottom: 0px;
}

.jteHAlandingRightTitleMid {
    margin-top: 12px;
}

.jteHAlandingRightTitleBtm {
    margin-top: 8px;
}

.jteHAlandingLeftBanner {
	margin-top: 30px;
}

.jteHAlandingLeftRTB {
    margin-top: 30px;
}

.jteHAlandingRightInner {
	position: static !important;
	transform: none !important;

	width: auto !important;	
}

.jteHAlandingR2Social {
	display: none;
}


.jteHAlandingR2Social-m {
	display: block;
}

.jteHAlandingR2SocialLeft {
	justify-content: center;
}

.jteHAlandingR2SocialRight {
	justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.jteHAlandingR2SocialRightRate {
	margin-left: 0px;
	margin-top: 45px;
	width: 100%;
}

.points label:nth-child(1) .symbol {
	width: 85px;
	height: 85px;
}

.jteHAlandingRightSubtopicContainerOuter {
	display: none;
}

.jteHAlandingRight {
	height: auto !important;
}

.jteHAlandingRightDoctorTitle h3 {
	font-size: 24px;
	line-height: 28px;
}



.jteHAlandingR3 > div {
	width: 100%;
}

.jteHAlandingR3Follow {
	margin-top: 47px;
	    padding: 25px 20px 35px;
}

.jteHAlandingR3 {
	margin-top: 47px;
}

.jteHAlandingRightDoctorBtn a {
	font-size: 19px;
/*	line-height: 19px;*/
}

.jteHAlandingRightSpecialtyContainerInner h3 {
	font-size: 22px; 
	line-height: 30px;
}

.jteHAlandingRightSpecialtyContainerInner {
	padding: 36px 20px 23px;
}

.jteHAlandingRightLastContainerInner {
	padding: 0px 20px;
}

.jteHAlandingRightLastList {
	padding: 40px 0px 30px;
}

.jteHAlandingRightLastList h3 {
	font-size: 22px; 
	line-height: 30px;
}

.jteHAlandingRightLastList p {
	font-size: 18px; 
	line-height: 21px;
	margin-bottom: 0px;
}

.jteHAlandingRightLastList a {
	margin-top: 20px;
}

.jteHAlandingR2SocialSharing .jupiterx-social-share-skin-minimal{
	margin-right: 25px;
}

.jteHAlandingR2SocialSharing {
	margin-left: 25px;
}

.jteHAlandingR2Social-m {
	padding: 0px 0px;
}

.jteHAlandingR3Newsletter h3 {
	font-size: 22px; 
	line-height: 30px;
	text-align: center;

	margin: auto;
}

.jteHAlandingR3Newsletter {
	padding: 33px 20px 25px;
}

.jteHAlandingR3Follow h3 {
	font-size: 22px; 
	line-height: 30px;
	text-align: center;
	    margin-bottom: 0px;

	   width: 100%;
}

.jteHAlandingR3FollowList a {
	width: 40px; 
	height: 40px;
	    margin: 0px 8px;
}

.jteHAlandingR3FollowList {
	margin-top: 26px;
}

.jteHAlandingRightVideoContainer {
	display: none;
}

.jteHAlandingRightArticles {
	display: block;
	width: calc(100% + 40px);
    margin: 60px -20px 0px;
}

.jteHAlandingRightArticles a {
	text-decoration: none;
}

.jteHAlandingContainer  {
	padding-bottom: 0px;
}

.jteDoctorLandingHAouter {
	padding-top: 45px;
}


.jteHAlandingR3NewsletterField {
	margin-top: 22px;
}


.jteHAlandingR3Newsletter form > div:nth-child(1) input[type="email"] {
	font-size: 16px; 
	line-height: 16px;
	padding: 12px 20px;
}

.jteHAlandingR3Newsletter form input[type="submit"] {
	font-size: 16px !important; 
	line-height: 16px !important;
/*	min-width: 209px !important;*/
	padding: 12px 20px !important;
}

.jteHAlandingR3Newsletter form > div:nth-child(1) {
	width: calc(100% - 118px);
}

.jteHospitalListingContentFilter .ui-selectmenu-button {
	display: block;

	background: #fff;
    border: 1px solid #00B2A9;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 50px 14px 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    width: 100%;
    color: #2D2A26 !important;
    font-size: 18px;

        margin-top: 35px;
}

.jteHospitalListingContentFilter .ui-selectmenu-button .ui-icon {
    background-image: url(../img/select-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 17px;
    height: 9px;
    position: absolute;
	top: 16px;
    right: 25px;
}

.jteHospitalListingContent {
	margin-top: -20px;
}

.jteServicelandingTitle h2 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 45px;
}

.jteHPcarouselRight .owl-item {
	opacity: 1;
}

.jteNewslistingFeaturedContent .jteHAlistingFeaturedRight {
	padding-bottom: 53.715%;

	    padding-bottom: 52.366%;
}

.cahSScontainer input[type="text"] {
	font-size: 14px !important;
	line-height: 14px;
	padding: 11px 50px 11px 30px;
}

.cahSScontainer button {
	top: 10px;
}

.cahSScontainerSuggestion {
	top: 40px;
}

.cahSScontainer input[type="text"] {
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}

.cahSScontainerSuggestion {
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	-webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.cahSScontainerSuggestion a {
	text-align: left;
}


.cahSSresultContainerFieldInner input[type="text"] {
	padding: 20px 61px 20px 80px;
	-webkit-background-size: 28px;
	-moz-background-size: 28px;
	-o-background-size: 28px;
	background-size: 28px;
	background-position: left 30px top 50%;
	font-size: 28px !important;
    line-height: 28px;

    background-image: url(/malaysia/wp-content/uploads/2024/02/search-icon-b-m.png) !important;
}

.cahSSresultContainerFieldInner:before {
	left: 30px;
	width: calc(100% - 60px);
}

.cahSSresultClear {
	background-image: url(/malaysia/wp-content/uploads/2024/02/searchClearIcon-m.png);
	width: 31px;
	height: 31px;
	right: 30px;
	bottom: 20px;
}

.cahSSresultPostList {
	padding: 40px 20px 0px;
	column-gap: 15px;
	margin: 0px -20px;
	width: calc(100% + 40px);
}

.cahSSresultPostList a {
	font-size: 14px;
	line-height: 14px;
	padding: 11px 28px;
}

.cahSSresultContainerDropdown {
	top: 74px;
}

.cahSSresultContainerDropdown ul {
	padding: 26px 30px;
}

.cahSSresultContainerDropdown p {
	font-size: 16px !important;
	line-height: 22px !important;
	padding: 12px 20px;
}

.cahSSresultContainerDropdown ul a {
	font-size: 16px !important;
	line-height: 19px !important;
}

.cahSSresultContainerDropdown ul a:before {
	width: 20px;
	height: 20px;
	    top: 9px;
}

.cahSSresultContainerDropdown ul > div {
	font-size: 14px;
	line-height: 17px;
}

.jteTabsFADspecialtyErr {
	margin-top: 0px;
}

.jteHAlandingR2SocialThumb {
	margin: auto;
}

.jteHAlandingR2SocialThumb img {
    max-width: 85px;
}

}




@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;
	margin-bottom: 30px;
}

.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;
}

.jteSpecialtyGridListDesc {
	font-size: 13px; 
	line-height: 18px;
}

.jteSpecialtyGridListContent {
	width: calc(100% - 16px);
	padding: 15px 10px;
}

.jteHPcarouselContainerInner {
	flex-wrap: wrap;
	padding: 47px 0px 35px;
}

.jteHPcarouselLeft {
	width: 100%;
	padding-right: 0px;
	text-align: center;
}

.jteHPcarouselRight {
	width: 100%;
	margin-left: 0px;
	overflow: hidden;

	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}

.jteHPcarouselContainer:after,
.jteHPcarouselContainer02:after {
	display: none;
}

.jteHPcarouselContainer:before,
.jteHPcarouselContainer02:before {
	width: 100%;
	border-radius: 0px;
}

.jteHPcarouselOwl,
.jteHPcarouselOwl02 {
/*	max-width: 75%;*/
/*	margin-top: 40px;*/
}

.jteHPcarouselLeft h2 {
	font-size: 28px; 
	line-height: 35px;
}

.jteHPcarouselLeftDesc p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}

.jteHPcarouselFooterBtnMobile {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}

.jteHPcarouselFooterBtnMobile a {
	font-weight: 500;
	-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);
    display: inline-block;
	font-size: 21px;
	line-height: 21px;
	padding: 19px 10px;
	min-width: 222px;

	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
}

.jteHPcarouselLeftBtn {
	/*font-size: 14px; 
	line-height: 14px;
	padding: 15px 10px;
	min-width: 138px;*/

	display: none;
}

.jteHPcarouselLeft select {
	font-size: 14px; 
	line-height: 14px;
	padding: 15px 40px 15px 20px;
	background-repeat: center right 20px;
	-webkit-background-size: 10px;
	-moz-background-size: 10px;
	-o-background-size: 10px;
	background-size: 10px;

	max-width: 100%;
	    width: 100%;
}

.jteHPcarouselItemTop {
/*	padding: 8px 23px 8px 15px;*/
	align-items: center;
}

.jteHPcarouselItemTop p {
	font-size: 9px; 
	line-height: 9px;
}

.jteHPcarouselItemTop:before {
	width: 8px; 
	height: 11px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jteHPcarouselItem h3,
.jteHPcarouselItemHover > h3 {
	font-size: 15px;
	line-height: 20px;
}

.jteHPcarouselItem p {
	font-size: 15px; 
	line-height: 15px;
}

.jteHPcarouselItemHover > p {
	font-size: 12px; 
	line-height: 16px;
    margin-bottom: 0px;
   	margin-top: 12px;
}

.jteHPcarouselList {
	padding: 10px 10px 20px;

	padding-bottom: 75px;
}

.jteHPcarouselItemHoverFooter {
	margin-top: 20px;
}

.jteHPcarouselItemHoverFooter a {
	font-size: 12px; 
	line-height: 12px;
	padding: 9px 10px;
	min-width: 94px;
}

.jteHPcarouselOwl .owl-nav,
.jteHPcarouselOwl02 .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,
.jteHPcarouselOwl02 .owl-nav .owl-prev,
.jteHPcarouselOwl02 .owl-nav .owl-prev span,
.jteHPcarouselOwl02 .owl-nav .owl-next,
.jteHPcarouselOwl02 .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,
.jteHPcarouselOwl02 .owl-nav .owl-prev {
	left: 10px;
}

.jteHPcarouselOwl .owl-nav .owl-next,
.jteHPcarouselOwl02 .owl-nav .owl-next {
	right: 10px;
}

.jteHPcarouselOwl .owl-nav:before,
.jteHPcarouselOwl02 .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;
	min-width: auto;
}

.jteHospitalFooterLeftSelect span.ui-selectmenu-button {
	font-size: 14px; 
	line-height: 14px;
	padding: 12px 40px 12px 48px;
	background-size: 10px;
	background-position: center right 20px;
	max-width: 100%;
	  
	max-width: 200px;  
}

.jteHospitalFooterLeftSelect:before {
	opacity: 1;
}

.jteHospitalFooterLeftSelect span.ui-selectmenu-button .ui-icon {
	-webkit-background-size: 10px;
	-moz-background-size: 10px;
	-o-background-size: 10px;
	background-size: 10px;
	top: 16px;
	right: 17px;
}

.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;
	flex-wrap: wrap;
}

.jteHospitalFooterLeftR2ListLeft,
.jteHospitalFooterLeftR2ListRight {
	width: 100%;
	margin-left: 0px;
}

.jteHospitalFooterLeftR2ListLeft p,
.jteHospitalFooterLeftR2ListRight p {
	font-size: 14px; 
	line-height: 20px;
}

.jteHospitalFooterLeftR2ListRight p {
	text-align: left;
}

.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,
.jteHospitalFooterLeftR3List:first-child {
	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;

	/*font-size: 21px;
	line-height: 21px;*/
	padding: 19px 30px;
	    font-weight: normal;
}

.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;
    display: none;
}

.jteHospitalFooterBG-m {
	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;

	height: 500px;
    top: auto;
    bottom: 0px;
    display: block;
}

.jteSplideThumbContainer .splide__list > li > div {
	font-size: 10px;
	line-height: 13px;
	padding: 0px 10px;
}

.splide-slide-number-start, 
.splide-slide-number-total,
.splide-slide-number span {
	font-size: 15px;
	line-height: 21px;
}

.splide-slide-number {
	justify-content: center;
	top: 50px;
}

.jtePackagesCarouselContent {
	top: 61px;
}

.jtePackagesCarouselContent h2 {
	font-size: 28px;
	line-height: 38px;
	text-align: center;
}

.jtePackagesCarouselContentInner {
	max-width: 100%;
	text-align: center;
}

.jtePackagesCarouselDesc {
	margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.jtePackagesCarouselContent a {
	margin-top: 34px;
	font-size: 21px;
	line-height: 21px;
	padding: 19px 10px;
	min-width: 222px;
}

.jteSplideContainer .splide__slide .jtePackagesCarouselImg,
.jteSplideContainer02 .splide__slide .jtePackagesCarouselImg {
	display: none;
}

.jteSplideContainer .splide__slide .jtePackagesCarouselImgMobile,
.jteSplideContainer02 .splide__slide .jtePackagesCarouselImgMobile {
	display: block;
	background-position: bottom center;

	background-position: center;
}

.jteSplideOuter  {
	height: 690px;

	height: 552px;
}

.jteSplideThumbContainer {
	bottom: calc(22px + 129px);

	left: 0px;
	-moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
	transform: none;
	max-width: 100%;
	    bottom: 22px;
}

.jteSplideThumbContainer .splide__list > li.is-active .jtePackagesCarouselTHumbImg {
	border-width: 2px;
}

.jteSpecialtyGridViewMoreTxt {
    padding: 0px 26px 0px 0px;
}

.jteSpecialtyGridViewMoreTxt i {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0px;
	top: 1px;
}

.jteEventGridWrapListLeft {
	width: 85px;
}

.jteEventGridWrapListDate {
	height: 85px;
	border: 2px solid #00B2A9;
}

.jteEventGridWrapListDateMonth {
	font-size: 12px;
	line-height: 12px;
	padding: 7px 0px;
}

.jteEventGridWrapListDateNumber {
	font-size: 34px;
	line-height: 34px;
	    margin-top: 3px;
}

.jteEventGridWrapListDateMDay {
	font-size: 12px; 
	line-height: 18px;
	margin-top: -2px;
}

.jteEventGridWrapListRight {
	width: calc(100% - 105px);
}

.jteEventGridWrapListTitle {
	margin-top: 10px;
	font-size: 17px; 
	line-height: 20px;
}

.jteEventGridWrapListDesc {
	font-size: 14px; 
	line-height: 20px;
}

.jteNewGridWrapListLeft {
	width: 34%;
	padding-bottom: 130px;

	padding-bottom: 25%;
}

.jteNewGridWrapListRight {
	width: calc(66% - 15px);
	margin-top: 0px;
}

.jteNewGridWrapListDate {
	font-size: 14px;
	line-height: 20px;
}

.jteNewGridWrapListTitle {
	font-size: 17px; 
	line-height: 23px;
}

.jteNewGridWrapListDesc {
	font-size: 14px;
	line-height: 20px;
}

.jteHPcarouselRight .owl-carousel {
    padding-right: 120px;
    padding-left: 20px;
}

.jteTabsHNMcontainerRightR1,
.jteTabsHNMcontainerRightR2 {
	width: 100%;
}

.jteTabsHNMcontainerRightR2 {
	margin-top: 15px;
}

.jteTabsHNMcontainerRightR1 {
	justify-content: space-between;
}

.jteTabsHNMcontainerRightR1 a {
	text-align: left; 
	justify-content: left;
	width: calc(50% - 5px);
	padding: 11px 15px;
}

.jteTabsHNMcontainerRightR2 a {
	width: 100%;
}

.jteTabsGeneralcontainerInner {
	flex-wrap: wrap;
}

.jteTabsGeneralcontainerLeft,
.jteTabsGeneralcontainerRight,
.jteTabsFADdoctor,
.jteTabsFADspecialty {
	width: 100%;
	flex-wrap: wrap;
}

.jteTabsFADspecialty,
.jteTabsGeneralcontainerRight {
	margin-top: 10px;
}

.jteTabsGeneralcontainer .jteTabsGeneralcontainerRight input[type="submit"] {
	width: 100%;
}

.jteTabsMAAfooterInner > p,
.jteTabsMAAfooterRight,
.jteTabsMAAfooterRight a {
	width: 100%;
}

.jteTabsMAAfooterInner,
.jteTabsMAAfooterRight {
	flex-wrap: wrap;
}

.jteTabsMAAfooterRight,
.jteTabsMAAfooterRight a:last-child {
	margin-top: 6px;
}

.jteTabsMAAcontainerInner .jteTabsGeneralcontainerRight {
	position: absolute;
    top: calc(100% - 60px);
}

.jteTabsMAAfooter {
	margin-bottom: 70px;
}

.jteTabsFADspecialtyErr {
	position: static;
}

.jteHospitalListingContentCol,
.jteHospitalListingContentCol:nth-child(3n) {
	width: 100% !important;
	margin-right: 0px !important;
}

.jteDoctorCarouselTitle {
	justify-content: center;
}

.jteDoctorCarouselTitleBtn,
.jteDoctorCarouselContent .owl-nav {
	display: none !important;
}

.jteDoctorCarouselList {
	flex-wrap: wrap;
}

.jteDoctorCarouselListImg {
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	padding-bottom: 100%;

	height: 0px;
}

.jteDoctorCarouselListContent {
	width: 100%;
	padding: 35px 50px 45px;
	text-align: center;
}

.jteDoctorCarouselListHospital {
	justify-content: center;
	    align-items: center;
}

.jteDoctorCarouselListContent h3 {
	font-size: 20px;
	line-height: 22px;
}

.jteDoctorCarouselListHospital i {
	margin-top: 0px;
}

.jteDoctorCarouselListHospital > div {
	width: auto;
}

.jteDoctorCarouselListSpecialty,
.jteDoctorCarouselListHospital a {
	font-size: 16px;
	line-height: 24px;
}

.jteDoctorCarouselListBtn a {
	font-size: 14px;
	line-height: 14px;
	padding: 17px 10px;
}

.jteDoctorCarouselTitle h2 {
	max-width: 100%;
}

.jteHAlistingFeaturedLeftBtn a:first-child, 
.jteHAlistingFeaturedLeftBtn a:nth-child(2) {
	width: 100%;
	margin: 0px;
}

.jteHAlistingFeaturedLeftBtn a:nth-child(2) {
	margin-top: 24px;
}

.jteHAlistingPopularTopicListing {
	width: calc(50% - 10px);
}

.jteHAlistingPopularTopicListing:nth-child(3n) {
	margin-right: 20px;
}

.jteHAlistingPopularTopicListing:nth-child(2n) {
	margin-right: 0px;
}

.jteHAlistingPopularTopicListing a {
	flex-wrap: wrap;
	justify-content: center;
}

.jteHAlistingPopularTopicListing a p {
	width: 100%;
	margin: 20px 0px 0px;
}

.jteHAlistingCarouselTitle .ui-selectmenu-button {
	width: 100%;
	margin-right: 0px;
}

.jteHAlistingCarouselTitle .ui-selectmenu-button.ui-button .ui-icon {
	right: 0px;
}

.jteHAlistingCarouselContent .owl-nav {
	display: none;
}

.jteHAlistingCarouselContentOuter {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
	overflow: hidden;
}

.jteHAlistingCarouselContent.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.jteHAlistingCarouselContent {
	padding: 0px 81px;
}

.jteHAlistingCarouselContent .owl-item .jteNewGridHorizontalListImg {
	padding-bottom: 155px;

	padding-bottom: 68.62%;
}

.jteHAlistingCarouselContent .owl-item .jteNewGridHorizontalListContent {
/*	    height: calc(100% - 155px);*/
}

.jteHAlistingFilter {
	flex-wrap: wrap;
}

.jteHAlistingFilter > div {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}

.jteHAlistingFilter > div:last-child {
	margin-bottom: 0px;
}

.jteHAlistingContentList {
	margin-right: 0px;
	width: 100%;
}

.jteHAlistingCarouselContentOuter .jteHospitalListingContent {
	padding: 0px 20px;
}

.jteDoctorListingContentFilter {
	flex-wrap: wrap;
}

.jteDoctorListingContentFilter > div {
	width: 100%;
	margin-right: 0px !important;
	margin-bottom: 15px;
}

.jteDoctorListingContentFilter > div:last-child {
	margin-bottom: 0px;
}

.jteDoctorListingContent .jteHospitalListingContentCol {
	width: 100%;
	margin-right: 0px !important;
}

.jteHAGridHorizontalWrap .jteNewGridHorizontalListImg,
.jteHAGridHorizontalWrap02 .jteNewGridHorizontalListImg {
	padding-bottom: 155px;
	    padding-bottom: 54%;
}

.jteCareerTop {
	flex-wrap: wrap;
}

.jteCareerListingContainer .jteCareerTop .ui-selectmenu-button.ui-button,
#career-types-button {
	width: 100%;
	max-width: none;
	margin-right: 0px;
	margin-bottom: 25px;
}

.jteCareerListingContainer .jteCareerTop .ui-selectmenu-button.ui-button:last-child {
	margin-bottom: 0px;
}

.jtePackagesHighlightContainer h2 {
	margin-bottom: 0px;
}

.jteDoctorCarouselListImgMore {
	height: 100% !important;
}

.jteHPgridList {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 40px;
}

.jteHPgridList:last-child {
	margin-bottom: 0px;
}

.jteHPgridContainer {
	flex-wrap: wrap;
}

.jteDoctorCarouselFooterBtn  {
	display: block;
}

.jteDoctorCarouselFooterBtn .jteDoctorCarouselTitleBtn {
	display: inline-block !important;
}

.jteNewsLandingTitleLeftBanner {
	padding-bottom: 71.144%;
}

.jteNewslandingR3ptherNewsCarousel {
	padding: 0px 55px;
}

.jteNewGridHorizontalListImg {
	padding-bottom: 155px;

	    padding-bottom: 54%;
}

.jteNewslandingR3ptherNewsCarousel  .jteNewGridHorizontalListContent {
	height: calc(100% - 155px);
}

.jteEventsLandingTitle .jteNewsLandingTitleLeftBanner {
	padding-bottom: 52.116%;
}

.jteHAlistingContentList:nth-child(3n) {
	margin-right: 0px;
}

.jteNewsLandingRightLocationMap iframe {
	height: 258px;
}

.jteCareerListingBanner .jteHAlistingFeaturedRight {
	padding-bottom: 70.3% !important;
	min-height: auto !important;
}

.jteSpecialtiesLandingR1Mobile .jteSpecialtiesLandingBtns {
	flex-direction: column;
	align-items: center;
}

.jteSpecialtiesLandingBtns a {
	margin-right: 0px;
	margin-bottom: 10px;

	width: 100%;
}

.jteSpecialtiesLandingBtns a:last-child {
	margin-bottom: 0px;
}

.jteSpecialtiesLandingR1 {
	height: 435px;
}

.jteVideolistingFilter > div:last-child {
	width: 100%;
}

.jteVideolistingFeatured .jteHAlistingFeaturedRight {
	min-height: 179px;

	min-height: auto;
	padding-bottom: 51.145%;

	    padding-bottom: 56.39%;
}

.jteVideolistingFeaturedBG i.video {
	width: 85px;
	height: 85px;
}

.jteVideolistingFeaturedBG i.podcast {
	width: 78px;
	height: 78px;
}

.jteDoctorLandingHAouter {
	padding-top: 40px;
	padding-bottom: 40px;
}

.jteHospitalListingContentFilter select {
	    width: 100%;
}

.jteHPcarouselItemTop {
	left: 10px;
}

.jteHospitalListingContentFilter .ui-selectmenu-button {
	/*background: #fff;
	border: 1px solid #00B2A9;
	font-size: 20px;
	line-height: 20px;
	padding: 17px 50px 17px 27px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	width: 100% !important;
	color: #2D2A26 !important;
	    margin-top: 35px;*/
}

.jteHospitalListingContentFilter span.ui-selectmenu-button .ui-icon {
    /*background-image: url(../img/select-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 17px;
    height: 9px;
    position: absolute;
    top: 23px;
    right: 20px;*/
}

.jteDoctorLandingContentRightContentList > div:nth-child(1),
.jteDoctorLandingContentRightContentList > div:nth-child(2) {
	width: 100%;
	margin-right: 0px;
}

.jteDoctorLandingContentRightClinicalHour {
    margin-top: 10px;
}

.jteDoctorLandingContentRightClinicalHour .jet-table .jet-table__cell {
	padding-right: 20px;
	padding-left: 20px;
}

.jteDoctorLandingContentRightSpecialty {
	margin-top: 10px;
	margin-bottom: 0px !important;
}

.jtePackagesHighlightContainerOuter .jteSplideContainer .splide__slide:before,
.jtePackagesHighlightContainerOuter .jteSplideContainer02 .splide__slide:before {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 50%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 50%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index: 1;
}

.jteHAlandingR3Newsletter form {
	flex-wrap: wrap;
}

.jteHAlandingR3Newsletter form > div:nth-child(1),
.jteHAlandingR3Newsletter form > div:nth-child(2) {
	width: 100%;
}

.jteHAlandingR3Newsletter form > div:nth-child(2) {
	margin-top: 25px;
	justify-content: center;
}

.jteHAlandingR3Newsletter form input[type="submit"] {
	min-width: 209px !important;
	    padding: 18px 20px !important;
}

.jteHPcarouselRight .owl-item {
	max-width: 100%;
}

.jteHAlistingPagination ul {
	padding: 0px 10px;
}

.jteHAlistingPagination ul li a, 
.jteHAlistingPagination ul li span {
	font-size: 16px;
	line-height: 16px;
	margin: 0px 5px;
}

.jteServiceListingTitle h2 {
	font-size: 28px;
    line-height: 38px;
}

.jteServiceListingFeatured {
	padding-bottom: 60px;
	padding-top: 20px;
}

.jteServiceListingFeatured .jteHAlistingFeaturedLeft {
	text-align: center;
}

.jteServiceListingFeatured h2 {
 	font-size: 28px;
    line-height: 38px;
}


.jteNewsLandingContainer .jteHAlandingRightTitleTop p,
.jteNewsLandingContainer .jteNewsLandingContent .jteHAlandingLeftRTB p,
.jteNewsLandingLeftFooter a,
.jteHAlandingRightTitleTop p,
.jteHAlandingRightTitleBtm p,
.jteHAlandingLeftRTB p {
	font-size: 16px;
	line-height: 26px;
}

.jteCareerListingContainer .jteCareerTop .ui-selectmenu-button.ui-button {
	font-size: 16px;
}

.jteCareerBtmRightListBtn {
	font-size: 16px;
	line-height: 16px;
}


}

@media only screen and (min-width: 1025px) {
    .jteDoctorListingContentFilterSearch:before {
        cursor: pointer !important;
    }
}
