*,
*:before,
*:after,
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * Fonts CeraPro
 * font-family: 'CeraPRO', sans-serif;
 */
/*@font-face {*/
/*    font-family: 'CeraPRO';*/
/*    src: url('../fonts/cerapro-black-webfont.eot');*/
/*    src: url('../fonts/cerapro-black-webfont.eot?#iefix') format('embedded-opentype'),*/
/*         url('../fonts/cerapro-black-webfont.woff2') format('woff2'),*/
/*         url('../fonts/cerapro-black-webfont.woff') format('woff'),*/
/*         url('../fonts/cerapro-black-webfont.ttf') format('truetype'),*/
/*         url('../fonts/cerapro-black-webfont.svg#cera_problack') format('svg');*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'CeraPRO';*/
/*    src: url('../fonts/cerapro-bold-webfont.eot');*/
/*    src: url('../fonts/cerapro-bold-webfont.eot?#iefix') format('embedded-opentype'),*/
/*         url('../fonts/cerapro-bold-webfont.woff2') format('woff2'),*/
/*         url('../fonts/cerapro-bold-webfont.woff') format('woff'),*/
/*         url('../fonts/cerapro-bold-webfont.ttf') format('truetype'),*/
/*         url('../fonts/cerapro-bold-webfont.svg#cera_probold') format('svg');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'CeraPRO';*/
/*    src: url('../fonts/cerapro-medium-webfont.eot');*/
/*    src: url('../fonts/cerapro-medium-webfont.eot?#iefix') format('embedded-opentype'),*/
/*         url('../fonts/cerapro-medium-webfont.woff2') format('woff2'),*/
/*         url('../fonts/cerapro-medium-webfont.woff') format('woff'),*/
/*         url('../fonts/cerapro-medium-webfont.ttf') format('truetype'),*/
/*         url('../fonts/cerapro-medium-webfont.svg#cera_promedium') format('svg');*/
/*    font-weight: 600;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'CeraPRO';*/
/*    src: url('../fonts/cerapro-regular-webfont.eot');*/
/*    src: url('../fonts/cerapro-regular-webfont.eot?#iefix') format('embedded-opentype'),*/
/*         url('../fonts/cerapro-regular-webfont.woff2') format('woff2'),*/
/*         url('../fonts/cerapro-regular-webfont.woff') format('woff'),*/
/*         url('../fonts/cerapro-regular-webfont.ttf') format('truetype'),*/
/*         url('../fonts/cerapro-regular-webfont.svg#cera_proregular') format('svg');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'CeraPRO';*/
/*    src: url('../fonts/cerapro-light-webfont.eot');*/
/*    src: url('../fonts/cerapro-light-webfont.eot?#iefix') format('embedded-opentype'),*/
/*         url('../fonts/cerapro-light-webfont.woff2') format('woff2'),*/
/*         url('../fonts/cerapro-light-webfont.woff') format('woff'),*/
/*         url('../fonts/cerapro-light-webfont.ttf') format('truetype'),*/
/*         url('../fonts/cerapro-light-webfont.svg#cera_prolight') format('svg');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'CeraPRO';*/
/*    src: url('../fonts/cerapro-thin-webfont.eot');*/
/*    src: url('../fonts/cerapro-thin-webfont.eot?#iefix') format('embedded-opentype'),*/
/*         url('../fonts/cerapro-thin-webfont.woff2') format('woff2'),*/
/*         url('../fonts/cerapro-thin-webfont.woff') format('woff'),*/
/*         url('../fonts/cerapro-thin-webfont.ttf') format('truetype'),*/
/*         url('../fonts/cerapro-thin-webfont.svg#cera_prothin') format('svg');*/
/*    font-weight: 100;*/
/*    font-style: normal;*/
/*}*/

html{
	scroll-behavior: smooth;
}

body{
	font-family: 'CeraPRO', sans-serif;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	color: #020202;
	font-size: 16px;
	line-height: normal;
	scroll-behavior: smooth;
}

p{
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	margin: 0 0 20px;
}

.site-main-content span{
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'CeraPRO', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}
h1{
	font-size: 60px;
	line-height: 1;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}

ul{
	padding: 0;
	margin: 0;
}

ul,
li{
	list-style: none;
}

a{
	color: inherit;
	text-decoration: none;
	outline: none !important;
	transition: all 0.3s ease-in-out 0s;
}
a:hover{
	color: #FD7677;
	text-decoration: none;
}
a:active{
	outline: none;
}

button{
	border: none;
	box-shadow: none;
}
.nhc-btn:focus,
.nhc-btn:active,
.btn:focus,
.btn:active,
button:focus{
	outline: none !important;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

.py-0,
.pt-0{
	padding-top: 0 !important;
}
.py-0,
.pb-0{
	padding-bottom: 0 !important;
}
.px-0,
.pr-0{
	padding-right: 0 !important;
}
.px-0,
.pl-0{
	padding-left: 0 !important;
}

.mx-0,
.mr-0{
	margin-right: 0 !important;
}
.mx-0,
.ml-0{
	margin-left: 0 !important;
}
.my-0,
.mt-0{
	margin-top: 0 !important;
}
.my-0,
.mb-0{
	margin-bottom: 0 !important;
}

.mb-50{
	margin-bottom: 50px !important;
}
.pb-50{
	padding-bottom: 50px !important;
}

.mb-30{
	margin-bottom: 30px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}


.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.text-right{
	text-align: right !important;
}
.text-upc{
	text-transform: uppercase !important;
}


/**
 * Custom Grid
 */
.container{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container .container{
	padding-left: 0;
	padding-right: 0;
}

.nhc-row{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.nhc-row-reverse{
	flex-direction: row-reverse;
}

.nhc-row .nhc-col,
.nhc-row .nhc-col-12,
.nhc-row .nhc-col-8,
.nhc-row .nhc-col-6,
.nhc-row .nhc-col-3,
.nhc-row .nhc-col-4{
	position: relative;
	flex-basis: 0;
	-webkit-box-flex: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.nhc-row .nhc-col{
	width: 100%;
	flex-grow: 1;
}
.nhc-row .nhc-col-4{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.nhc-row .nhc-col-8{
	-ms-flex: 0 0 66.666666%;
	flex: 0 0 66.666666%;
	max-width: 66.666666%;
}
.nhc-row .nhc-col-3{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.nhc-row .nhc-col-6{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.nhc-row .nhc-col-9{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.nhc-row .nhc-col-12{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 991px){
	.nhc-row .nhc-col,
	.nhc-row .nhc-col-12,
	.nhc-row .nhc-col-9,
	.nhc-row .nhc-col-8,
	.nhc-row .nhc-col-6,
	.nhc-row .nhc-col-3,
	.nhc-row .nhc-col-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.site-main-content{
	position: relative;
	min-height: calc(100vh - 500px);
	overflow: hidden;
}

.section:after,
.section:before{
	content: '';
	clear: both;
	display: table;
}
.section{
	display: block;
}

/**
 * Close Icon
 */
.closeIcon span{
	position: relative;
	width: 36px;
	height: 36px;
}
.closeIcon span:before,
.closeIcon span:after{
	content: "";
	background: #ffffff;
	display: block;
	position: absolute;
	height: 30px;
	width: 2px;
	position: absolute;
	top: 3px;
	left: 18px;
	z-index: 10;
	border-radius: 6px;
}
.closeIcon span:before{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.closeIcon span:after{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bgWrap{
	position: relative;
}
.bgWrap:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	display: block;
	background: rgba(0, 0, 0, 0.48);
}

.bg-cover{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

::-webkit-input-placeholder { color: rgba(69, 72, 72, 0.36); opacity: 1; }
:-moz-placeholder { color: rgba(69, 72, 72, 0.36); opacity: 1; }
::-moz-placeholder { color: rgba(69, 72, 72, 0.36); opacity: 1; }
:-ms-input-placeholder { color: rgba(69, 72, 72, 0.36); opacity: 1; }

.clr-accent{
	color: #FF7677 !important;
}
.bg-accent{
	background-color: #FF7677 !important;
}

.clr-red{
	color: #D22020 !important;
}
.clr-gray{
	color: #818284 !important;
}

.font-s50{
	font-size: 50px !important;
}
.font-s40{
	font-size: 40px !important;
}
.font-s24{
	font-size: 24px !important;
}

.bgBlur-wrap{
	position: absolute;
	left: -20px;
	top: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	filter: blur(10px);
}
.bgBlur-wrap:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.72);
}

/**
 * Page Banner
 */
.nhc-site-banner{
	position: relative;
	color: #ffffff;
	padding: 50px 30px;
}
.nhc-site-banner .nhc-banner-caption{
	position: relative;
	text-align: center;
	padding: 0;
}
.nhc-site-banner .nhc-banner-caption h2{
	font-weight: normal;
	margin: 0;
}

.page-title{
	position: relative;
	display: inline-block;
	width: 100%;
}

.page-title h2,
.page-title h1{
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #020202;
	font-weight: 600;
}
.page-title.page-404-title{
	font-size: 6vw;
	padding-top: 3vw;
}

/**
 * Main Style Start
 */
/**
 * Top Search
 */
body.scrollOff{
	overflow-y: hidden;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 15px;
	padding: 0;
	margin: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body #searchOuter {
	background-color: #ffffff;
	height: 200px;
	width: 100%;
	position: fixed;
	padding: 0;
	top: -1px;
	left: 0;
	display: block;
	z-index: 100000!important;
	box-shadow: 0 0px 10px 0 rgb(112, 112, 112, 0.44);
	transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform: translate3d(0,-200px,0);
	transform: translate3d(0,-200px,0);
}
body #searchOuter.nhcSrcOpen .srcOuterWrap{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.72);
	display: block;
}
body #searchOuter.nhcSrcOpen{
	transform: translate3d(0,0vh,0);
	-webkit-transform: translate3d(0,0vh,0);
}


#searchOuter .nhc-search{
	max-width: 1200px;
	width: 100%;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#searchOuter .nhc-search .nhc-search-wrap .nhc-src-input{
	width: 100%;
	padding: 10px 60px 5px 0;
	border: none;
	border-bottom: 3px solid #FF7677;
	font-size: 40px;
	line-height: 1;
	border-radius: 0 !important;
	margin: 0 !important;
	height: 66px;
}
#searchOuter .nhc-search .nhc-src-input:active,
#searchOuter .nhc-search .nhc-src-input:focus{
	outline: none !important;
	box-shadow: none !important;
}
#searchOuter .nhc-search .nhc-search-wrap{
	position: relative;
}
#searchOuter .nhc-src-nbtext,
#searchOuter .nhc-search .nhc-search-wrap span{
	opacity: 0.7;
	display: block;
	color: rgba(0,0,0,0.4);
	margin-top: 15px;
	font-size: 16px;
}
#searchOuter .nhcSrcClose{
	height: 36px;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 12px;
	top: 10px;
	background-color: rgba(0,0,0,.05);
	border-radius: 50%;
	font-size: 20px;
	font-weight: normal;
	cursor: pointer;
	color: #000;
	z-index: 100;
	transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), background-color 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
#searchOuter .nhcSrcClose:hover{
	background-color: #FF7677;
	color: #ffffff;
}
#searchOuter .nhcSrcClose:hover svg path{
	fill: #ffffff;
}

#yxt-SearchBar-autocomplete--nhyextsearchbar{
	position: absolute;
	z-index: 100;
}
#yxt-SearchBar-autocomplete--nhyextsearchbar .yxt-AutoComplete{
	background: #fff;
	padding: 15px;
	border-radius: 6px;
}
ul#menu-main-menu #yxt-SearchBar-autocomplete--nhyextsearchbar ul li{
	padding: 8px 0;
	display: block;
	line-height: 1.3;
}
ul#yxt-AutoComplete-results li:last-child,
ul#menu-main-menu #yxt-SearchBar-autocomplete--nhyextsearchbar ul li:last-child{
	padding: 0;
}

.yxt-SearchBar button{
	line-height: 1;
}

body #searchOuter #yxt-SearchBar-autocomplete--nhyextsearchbar{
	width: 100%;
	max-width: 400px;
}

#searchOuter .yxt-SearchBar .yxt-SearchBar-container{
	position: relative;
}
#searchOuter .yxt-SearchBar .yxt-SearchBar-input{
	width: 100%;
	padding: 10px 60px 5px 0;
	border: none;
	border-bottom: 3px solid #FF7677;
	font-size: 34px;
	line-height: 1;
	border-radius: 0 !important;
	margin: 0 !important;
	height: 60px;
}
#searchOuter .yxt-SearchBar .yxt-SearchBar-input:focus{
	box-shadow: none !important;
	outline: none !important;
}
#searchOuter .yxt-SearchBar .yxt-SearchBar-button{
	position: absolute;
	right: 0;
	top: 8px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	line-height: 1;
}
#searchOuter .yxt-AutoComplete-results li{
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}
#searchOuter .yxt-AutoComplete-results li:hover{
	color: #FF7677;
}

/**
 * Header Top
 */
.nhc-top-message-sec{
	position: relative;
	background: #365C66;
}
.nhc-top-message-sec .nhc-top-message-text{
	position: relative;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 5px 60px;
}
.nhc-top-message-sec .nhc-top-message-text a{
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid #79EBE6;
	border-radius: 5px;
	padding: 4px 15px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
.nhc-top-message-sec .nhc-top-message-text a:hover{
	color: #79EBE6;
}
.nhc-top-message-sec .nhc-top-msg-close{
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #79EBE6;
	border-radius: 50%;
	border: 1px solid #79EBE6;
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 100;
	cursor: pointer;
}
.nhc-top-message-sec .nhc-top-msg-close svg{
	fill: #79EBE6;
}
.nhc-top-message-sec .nhc-top-msg-close:hover{
	color: #FD7677;
	border-color: #FD7677;
}
.nhc-top-message-sec .nhc-top-msg-close:hover svg{
	fill: #FD7677;
}

/**
 * Main Header
 */
.main-header{
	position: relative;
	z-index: 105;
}
.nhc-header-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	column-gap: 30px;
}
.nhc-logo{
	display: block;
	max-width: 240px;
}
.nhc-logo a{
	display: block;
	margin-top: 10px;
}
.nhc-logo a img{
	max-width: 100%;
}

.nhc-main-nav{
	display: flex;
	align-items: center;
	margin-left: auto;
	column-gap: 10px;
}
.nhc-main-nav li{
	list-style: none;
}
.nhc-main-nav li a{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	padding: 8px 15px;
	font-family: 'CeraPRO';
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}
.nhc-main-nav li a span{
	font-family: 'CeraPRO';
	font-size: 16px;
	font-weight: 700;
}
.nhc-main-nav li a:active,
.nhc-main-nav li a:focus,
.nhc-main-nav li a:hover{
	color: #FD7677;
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
	outline-offset: none !important;
}
.nhc-main-nav li a .nav-icon{
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	max-width: 15px;
}
.nhc-main-nav li a .nav-icon img{
	max-width: 15px;
}
.nhc-main-nav li a .nav-icon svg{
	height: 15px;
	fill: #FD7677;
}

.nhc-main-menu{
	padding-right: 60px;
	position: relative;
}
.nhc-hmb-menu-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.nhc-toggle-menu{
	position: relative;
	width: 40px;
	height: 40px;
	background: url(../images/icon-menu-hamberger.svg) no-repeat top center;
	background-size: 100%;
	display: block;
	border: none !important;
	box-shadow: none !important;
	padding: 0;
}
.nhc-toggle-menu:before{
	content: "Menu";
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	text-align: center;
	font-family: 'CeraPRO';
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #4f4848;
	width: 100%;
}
.nhc-toggle-menu:hover:before{
	color: #FD7677;
}

/**
 * Menu Content
 */
.stickyMenuBox{
	display: block;
	width: calc(100% - 70px);
	max-width: 400px;
	background: #365C66 url(../images/menu-bottom-shape-bg.svg) no-repeat bottom center;
	background-size: 100%;
	color: #ffffff;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;

	-webkit-transition: 200ms ease all;
	-moz-transition: 200ms ease all;
	-ms-transition: 200ms ease all;
	-o-transition: 200ms ease all;
	transition: 200ms ease all;

	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);

	-webkit-transform: translateZ(0) translateY(100%);
	-moz-transform: translateZ(0) translateY(100%);
	-ms-transform: translateZ(0) translateY(100%);
	-o-transform: translateZ(0) translateY(100%);
	transform: translateZ(0) translateY(100%);

	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.stickyMenuBox:before{
	content: "";
	display: block;
	background: #5EB7B3;
	width: 14px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: auto;
}
.stickyMenuBox.menuOpen{
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);

	-webkit-transform: translateZ(0) translateY(0);
	-moz-transform: translateZ(0) translateY(0);
	-ms-transform: translateZ(0) translateY(0);
	-o-transform: translateZ(0) translateY(0);
	transform: translateZ(0) translateY(0);

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

/**
 * menu Content
 */
.menuContent{
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	text-align: left;
}

.menuContent .manuContentWrap{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 50px 0;
	height: 100%;
}
.menuContent .manuContentWrap > ul.navbar-nav{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	display: inline-block;
	float: none;
}

.menuContent .navbar-nav > li{
	padding: 5px 0;
	display: block;
	text-align: left;
	width: 100%;
}
.menuContent .navbar-nav li ul{
	display: none;
}

.menuContent .navbar-nav li a{
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	color: #ffffff;
	font-family: 'CeraPRO';
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	padding: 4px 0;
}
.menuContent .navbar-nav li a svg{
	fill: #fff;
	margin-right: 10px;
	display: inline;
}
.menuContent .navbar-nav li.menu-active > a > svg,
.menuContent .navbar-nav li a:hover svg{
	fill: #79EBE6;
}
.menuContent .navbar-nav li.menu-active > a,
.menuContent .navbar-nav li a:hover{
	color: #79EBE6;
}

/**
 * submenu
 */
.menuContent .navbar-nav li .sub-menu{
	padding: 5px 0 0 15px;
	margin: 0;
	list-style: none;
}
.menuContent .navbar-nav li .sub-menu li{
	display: block;
	margin: 0;
	padding: 0;
}
.menuContent .navbar-nav li .sub-menu li a{
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	padding: 7px 0;
	font-family: 'CeraPRO';
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
}


/* toggleMenuIcon  */
.menuOutSider{
	background: rgba(0, 0, 0, 0.84);
	position: fixed;
	height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	opacity: 0;
	display: block;
	visibility: hidden;
	z-index: 99999;
	cursor: pointer;
}
.menuOutSider.openMask{
	width: 100vw;
	opacity: 1;
	visibility: visible;
}


/* toggleMenuIcon  */
.toggleMenu{
	position: absolute;
	left: -50px;
	top: 0;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: none;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
.toggleMenu.open{
	opacity: 1;
	visibility: visible;
}
.toggleMenu:before{
	display: none !important;
}
.toggleMenu:hover svg{
	fill: #79EBE6;
}

.toggleMenu:focus,
.toggleMenu:active,
.toggleMenu:hover{
	background: none !important;
}

/**
 * Sidebar Nav Info
 */
.nav-contact-info{
	border-top: 1px solid #79EBE6;
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	width: 100%;
	padding-bottom: 30px;
}
.nav-contact-info a,
.nav-contact-info .nav-info-title{
	display: flex;
	font-size: 17px;
	line-height: normal;
	font-weight: 400;
	color: #ffffff;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	margin-bottom: 10px;
}
.nav-contact-info a:hover,
.nav-contact-info .nav-info-title{
	color: #79EBE6;
}
.nav-contact-info a svg{
	fill: #79EBE6;
}

.info-icon{
	display: flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
}
.info-icon img,
.info-icon svg{
	max-width: 100%;
	max-height: 100%;
}

/**
 * Header Weglot Translate
 */
.header-weglot-lag .country-selector.weglot-dropdown a,
.header-weglot-lag .country-selector.weglot-dropdown span{
	font-size: 16px;
	font-weight: 700;
}
.header-weglot-lag .country-selector.weglot-dropdown ul,
.header-weglot-lag .country-selector.weglot-dropdown .wgcurrent{
	border: none;
}
.header-weglot-lag .country-selector.weglot-dropdown .wgcurrent:after{
	display: none;
}
.header-weglot-lag .country-selector.weglot-dropdown .wgcurrent a,
.header-weglot-lag .country-selector.weglot-dropdown .wgcurrent span{
	padding-right: 10px;
}


/**
 * Yext Search Bar Styling
 */
.yxt-SearchBar input	{
	width: 250px;
}
.yxt-SearchBar button {
	float: right;
	height: 42px;
	line-height: 48px;
	margin-left: 5px;
	width: 42px;
	border: none;
}
.yxt-SearchBar .Icon--yext_animated_reverse,
.yxt-SearchBar-clear {
	display: none;
}
#yxt-SearchBar-autocomplete--nhyextsearchbar {
	width: 250px;
}
.navbar-fixed-top .yxt-SearchBar input{
	background-color: #F1F1F1;
}

/**
 * Main Footer
 */
.main-footer{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 170px;
	margin-top: 50px;
	z-index: 10;
}

.site-footer{
	position: relative;
	background: #365C66;
	min-height: 400px;
	padding: 0 0 40px;
	color: #ffffff;
}
.site-footer:before{
	content: "";
	background: url(../images/footer-top-shape-bg.svg) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -164px;
	left: -15px;
	right: -15px;
	width: auto;
	display: block;
	height: 166px;
}
.site-footer:after{
	content: "";
	background: url(../images/footer-left-plus-pattern.svg) no-repeat bottom center;
	position: absolute;
	bottom: 0;
	left: -60px;
	width: 260px;
	display: block;
	height: 500px;
}

.footer-top{
	position: relative;
	padding-bottom: 30px;
	border-bottom: 2px solid #79EBE6;
	margin-bottom: 40px;
	z-index: 100;
}

.footer-logo{
	display: block;
	margin-top: 10px;
}
.footer-logo a{
	display: inline-block;
	max-width: 200px;
}
.footer-logo a img{
	max-width: 100%;
}

.footer-btn-sec{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
	row-gap: 15px;
}
.footer-btn-item a{
	position: relative;
	font-family: 'CeraPRO', sans-serif;
	display: flex;
	height: 50px;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	border: 2px solid #79EBE6;
	border-radius: 5px;
	padding: 10px 15px;
	color: #ffffff;
	column-gap: 10px;
}

.footer-btn-item a:hover{
	color: #79EBE6;
}
.footer-btn-item .footer-lang-btn{
	padding-right: 50px;
}
.footer-btn-item .footer-lang-btn .btn-arrow{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-btn-item a:hover svg{
	fill: #79EBE6;
}

/**
 * Footer Weglot Tramslate
 */
.nhc-footer-lag-item{
	position: relative;
	font-family: 'CeraPRO', sans-serif;
	height: 50px;
	align-items: center;
	border: 2px solid #79EBE6;
	border-radius: 5px;
	padding: 3px 5px;
	color: #ffffff;
}
.nhc-footer-lag-item .country-selector.weglot-dropdown a,
.nhc-footer-lag-item .country-selector.weglot-dropdown span{
	font-size: 16px;
	font-weight: 700;
}
.nhc-footer-lag-item .country-selector.weglot-dropdown span{
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: space-between;
}
.nhc-footer-lag-item .country-selector.weglot-dropdown a{
	border: none !important;
}
.nhc-footer-lag-item .country-selector.weglot-dropdown{
	background: none;
	z-index: 100;
}
.nhc-footer-lag-item .country-selector.weglot-dropdown .wgcurrent{
	border: none;
}
.nhc-footer-lag-item .country-selector.weglot-dropdown ul{
	background: #365C66;
	border-color: #365C66;
	border: 2px solid #79EBE6;
	border-radius: 0 0 5px 5px;
	border-top: none;
	left: -7px;
	right: -7px;
	margin-top: -1px;
}
.nhc-footer-lag-item .country-selector.weglot-dropdown .wgcurrent:after{
	background: url(../images/icon-arrow-bottom-white.svg) no-repeat center center;
	background-size: 15px 9px;
	height: 10px;
	width: 15px;
	top: 14px;
}

.nhc-footer-lag-item .country-selector.weglot-dropdown a,
.nhc-footer-lag-item .country-selector.weglot-dropdown span{
	height: 42px;
}

/**
 * Footer Content
 */
.footer-content{
	position: relative;
	z-index: 100;
}
.footer-content a,
.footer-content p,
.footer-content li{
	font-family: 'CeraPRO', sans-serif;
	color: #ffffff;
	margin: 0;
}

.footer-menu{
	display: flex;
	width: 100%;
	max-width: 720px;
}
.footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	width: 100%;
	row-gap: 15px;
	flex-wrap: wrap;
}
.footer-menu ul li{
	display: block;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 20px;
}
.footer-menu ul li a{
	color: #ffffff;
	display: block;
	padding: 2px 15px 2px 0;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.footer-menu ul li a:hover{
	color: #79EBE6;
}
.nhc-widget-item{
	display: block;
	margin: 0 0 20px;
	position: relative;
}
.nhc-widget-item .nhc-widget-title{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 20px;
}

.footer-nwl-form{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	justify-content: space-between;
	row-gap: 15px;
}

.footer-nwl-form .nwl-btn-submit,
.footer-nwl-form .form-control{
	font-size: 16px;
	line-height: 20px;
	height: 50px;
	padding: 10px;
	background: #ffffff;
}
.footer-nwl-form .form-control{
	width: 100%;
	border: 2px solid #ffffff;
}
.footer-nwl-form .form-control:focus,
.footer-nwl-form .form-control:active{
	border-color: #79EBE6;
	outline: none !important;
}

.footer-nwl-form .gform_wrapper.gravity-theme .gform_footer input,
.footer-nwl-form .nwl-btn-submit{
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #79EBE6;
	border-radius: 5px;
	background: transparent;
	color: #ffffff;
}
.footer-nwl-form .nwl-btn-submit:hover{
	color: #79EBE6;
}

.footer-social{
	padding: 20px 0;
}
.footer-social ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 10px;
}
.footer-social ul li{
	display: block;
}
.footer-social ul li a{
	display: flex;
	height: 30px;
	width: 30px;
	align-items: center;
	justify-content: center;
}
.footer-social ul li a svg,
.footer-social ul li a img{
	max-width: 24px;
	display: block;
}
.footer-social ul li a:hover svg{
	fill: #79EBE6;
}

.footer-award-logo{
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	column-gap: 20px;
	align-items: center;
}
.footer-award-logo a{
	display: block;
}
.footer-award-logo a img{
	display: block;
	height: 70px !important;
	width: auto;
}


/**
 * Footer Copyright
 */
.footer-copyright{
	position: relative;
	background: #2C4C55;
	padding: 25px 0;
	color: #ffffff;
}
.footer-copyright .nhc-copyright-content .custom-html-widget,
.footer-copyright .nhc-copyright-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	width: 100%;
}
.footer-copyright .nhc-copyright-content .nhc-copyright-menu,
.footer-copyright .nhc-copyright-content .nhc-copyright-text{
	padding: 5px 0;
}

.footer-copyright .nhc-copyright-content li a,
.footer-copyright .nhc-copyright-content p{
	font-family: 'CeraPRO', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 0;
	font-weight: 400;
}
.footer-copyright .nhc-copyright-content p strong,
.footer-copyright .nhc-copyright-content p{
	font-weight: 600;
}

.footer-copyright .nhc-copyright-content ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.footer-copyright .nhc-copyright-content ul li{
	display: block;
}
.footer-copyright .nhc-copyright-content ul li a{
	color: #ffffff;
	position: relative;
	display: block;
	padding: 5px 10px;
}
.footer-copyright .nhc-copyright-content ul li a:before{
	content: "|";
	display: block;
	position: absolute;
	right: -2px;
	color: #79EBE6;
}
.footer-copyright .nhc-copyright-content ul li:last-child a:before{
	display: none;
}

.footer-copyright .nhc-copyright-content ul li a:hover,
.footer-copyright .nhc-copyright-content p{
	color: #79EBE6;
}

/**
 * Home Banner
 */
.home-banner-sec{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.flexslider{
	border: none;
	margin: 0;
}

.nhc-hb-slide-item{
	position: relative;
	background-color: #365C66;
	width: 100%;
	color: #ffffff;
}
.nhc-hb-slide-item .hb-slide-caption{
	width: 100%;
	position: relative;
}
.nhc-hb-slide-item:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background: url(../images/slider-left-plus-pattern.svg) no-repeat right center;
	background-size: cover;
	width: 100px;
	display: block;
	z-index: 100;
}

.home-banner-caption{
	position: relative;
	min-height: 720px;
	background-color: #365C66;
	padding: 120px 0;
	display: flex;
	align-items: center;
	width: 50%;
}
.home-banner-caption .banner-caption-box{
	position: relative;
	z-index: 100;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	text-align: left;
}
.home-banner-caption:before{
	content: "";
	position: absolute;
	right: -140px;
	top: 0;
	bottom: 0;
	height: auto;
	background: url(../images/home-banner-caption-bg.svg) no-repeat right center;
	background-size: cover;
	width: 100%;
	display: block;
	z-index: 10;
}

.home-banner-caption h2,
.home-banner-caption h1{
	font-size: 98px;
	line-height: 1;
	margin-bottom: 40px;
}
.home-banner-caption h2{
	font-size: 70px;
}
.home-banner-caption p{
	font-size: 22px;
	line-height: 1.5;
}
.home-banner-caption .cap-btn-sec{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding-top: 20px;
}
.nhc-button-group .normal-btn,
.home-banner-caption .banner-btn{
	border: 4px solid #79EBE6;
	border-radius: 5px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 30px;
	margin: 0 10px 15px 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.nhc-button-group .normal-btn:hover,
.home-banner-caption .banner-btn.active,
.home-banner-caption .banner-btn:hover{
	background: #FF7677;
	border-color: #FF7677;
	color: #ffffff;
}

.hb-slide-photo{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: 50%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.nhc-home-banner-slider .flex-direction-nav a:before,
.nhc-home-banner-slider .flex-direction-nav a{
	content: "";
	height: 75px;
	width: 50px;
	opacity: 1;
}
.nhc-home-banner-slider .flex-direction-nav a{
	margin-top: -35px;
}

.nhc-home-banner-slider .flexslider:hover .flex-direction-nav .flex-prev,
.nhc-home-banner-slider .flex-direction-nav .flex-prev{
	left: 10px;
}
.nhc-home-banner-slider .flexslider:hover .flex-direction-nav .flex-next,
.nhc-home-banner-slider .flex-direction-nav .flex-next{
	right: 10px;
}

.nhc-home-banner-slider .flex-direction-nav .flex-nav-next a:before{
	background: url(../images/flex-slider-nav-arrow-right-white.svg) no-repeat center center;
	background-size: 100%;
}
.nhc-home-banner-slider .flex-direction-nav .flex-nav-prev a:before{
	background: url(../images/flex-slider-nav-arrow-left-white.svg) no-repeat center center;
	background-size: 100%;
}

.nhc-home-banner-slider .flex-control-nav{
	bottom: 30px;
}
.nhc-home-banner-slider .flex-control-nav li a{
	height: 14px;
	width: 14px;
	border: 2px solid #79EBE6;
	background: transparent;
	box-shadow: none;
}
.nhc-home-banner-slider .flex-control-nav li a.flex-active{
	background: #79EBE6;
}



/**
 * Home Slider
 */
.nhc-flickity-slider{
	position: relative;
	padding-bottom: 30px;
}
.flickity-slider-title{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 50px 100px;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}
.flickity-slider-title h2{
	margin: 0;
}
.flickity-slider-title .slider-nav-btn{
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.flickity-slider-title .slider-nav-btn-left{
	left: 10px;
	background: url(../images/service-slider-left-arrow.svg) no-repeat center center;
	background-size: 100%;
}
.flickity-slider-title .slider-nav-btn-right{
	right: 10px;
	background: url(../images/service-slider-right-arrow.svg) no-repeat center center;
	background-size: 100%;
}

.nhc-flickity-slider .carousel{
	background: transparent;
}
.nhc-flickity-slider  .carousel-cell{
	width: 350px;
	height: 380px;
	margin-right: 30px;
}

.nhc-service-item{
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	min-height: 370px;
	background-color: #F5F5F7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
}
.nhc-service-item .hs-slide-title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px 20px;
	color: #ffffff;
	z-index: 20;
	background: #365C66;
}
.nhc-service-item h3{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 0;
}

.nhc-btn-section{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0;
	column-gap: 15px;
	row-gap: 10px;
}

.nhc-btn-outline,
.nhc-btn-outline-dark,
.nhc-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nhc-btn{
	background: #FF7677;
	padding: 10px 40px;
	color: #ffffff;
	height: 60px;
	font-size: 17px;
	line-height: 20px;
	border: 2px solid #FF7677;
}
.nhc-btn-normal{
	background: transparent !important;
	border-color: #4F4848 !important;
	color: #4F4848 !important;
}
.nhc-btn.btn-outline{
	background: transparent !important;
	border-color: #79EBE6 !important;
	color: #79EBE6 !important;
}

.nhc-btn-outline{
	height: 44px;
	padding: 10px 30px;
	border: 2px solid #79EBE6;
	background: none;
}
nhc-btn.btn-outline-dark{
	background: transparent !important;
	border-color: #000000 !important;
	color: #000000 !important;
}

.nhc-btn-outline-dark{
	height: 44px;
	padding: 10px 30px;
	border: 2px solid #000000;
	background: none;
}
.nhc-btn.nhc-btn-sm{
	height: 48px;
	padding: 8px 25px;
	font-size: 14px;
	line-height: 18px;
}


.nhc-btn:hover{
	transform: translateY(-7px);
	color: #ffffff;
}
.nhc-btn-outline:hover{
	color: #79EBE6;
}

.nhc-btn.btn-outline:hover,
.nhc-btn-normal:hover{
	background: #FF7677 !important;
	border-color: #FF7677 !important;
	color: #ffffff !important;
}

.btn-group-sm .nhc-btn{
	font-size: 15px;
	padding: 15px 20px;
}

.nhc-service-item .hs-slide-desc{
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	color: #ffffff;
	border-radius: 20px;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	row-gap: 15px;
	padding: 40px 20px;
	background: #365C66;
	background-size: cover;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.nhc-service-item:hover .hs-slide-desc{
	opacity: 1;
	visibility: visible;
}
.nhc-service-item .hs-slide-desc:before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: url(../images/home-service-slide-bottom-pattern.svg) repeat-x center bottom;
	background-size: contain;
}
.nhc-service-item .hs-slide-desc h3{
	color: #79EBE6;
}
.nhc-service-item .hs-slide-desc .nhc-btn-outline,
.nhc-service-item .hs-slide-desc p{
	font-size: 16px;
	margin-bottom: 10px;
}

.nhc-service-item .nhc-btn-outline{
	color: #ffffff;
}
.nhc-service-item .nhc-btn-outline:hover{
	color: #ffffff;
	background-color: #FF7677;
	border-color: #FF7677;
}


/**
 * News Slide
 */
.nhc-news-slider-sec{
	padding-bottom: 40px;
}
.nhc-news-slider-sec .carousel-cell{
	height: auto !important;
}
.nhc-news-slide-item{
	position: relative;
	width: 100%;
	border: 1px solid #DDDDDD;
	margin-top: 30px;
	background: #ffffff;
}
.nhc-news-slide-item .news-slide-item-img{
	height: 175px;
}
.nhc-news-slide-item h3{
	font-size: 20px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.nhc-news-slide-item .news-date-meta,
.nhc-news-slide-item .news-cat-meta{
	font-size: 13px;
	display: inline-block;
	line-height: 1.4;
	padding: 5px 15px;
	font-weight: 900;
	text-transform: uppercase;
}
.nhc-news-slide-item .news-cat-meta{
	background: #5EB7B3;
	color: #ffffff;
	max-width: calc(100% - 50px);
	position: absolute;
	top: 0;
	left: 15px;
	transform: translateY(-50%);
}
.nhc-news-slide-item .news-date-meta{
	color: #5EB7B3;
	padding-left: 0;
}

.nhc-news-slide-item .news-slide-item-desc{
	padding: 20px 22px;
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: left;
}
.nhc-news-slide-item .news-slide-item-desc .news-title{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: 120px;
}
.nhc-news-slide-item .news-readmore-btn{
	position: relative;
	color: #FF7677;
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	padding-right: 22px;
}
.nhc-news-slide-item .news-readmore-btn:hover{
	padding-right: 28px;
}
.nhc-news-slide-item .news-readmore-btn:before{
	content: "";
	background: url(../images/news-btn-arrow-right.svg) no-repeat center center;
	background-size: 100%;
	width: 15px;
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
}


/**
 * Contact feature
 */
.nhc-contact-feature-sec{
	padding-top: 50px;
	position: relative;
}
.nhc-bdr-top{
	border-top: 1px solid #E1E1E1 !important;
}
.nhc-bdr-bottom{
	border-bottom: 1px solid #E1E1E1 !important;
}

.contact-feature-item{
	position: relative;
	color: #4F4848;
	text-align: left;
	margin-bottom: 50px;
	display: flex;
	width: 100%;
	max-width: 380px;
	flex-direction: column;
}
.contact-feature-item h3{
	font-size: 20px;
}
.contact-feature-item a,
.contact-feature-item p{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
.contact-feature-item p{
	min-height: 50px;
}
.contact-feature-item a{
	color: #FF7677;
	text-decoration: underline;
}
.contact-feature-item a:hover{
	text-decoration: none;
}

/**
 * Home Feature Experence
 */
.nhc-home-experience-sec{
	position: relative;
}
.flex-left{
	justify-content: flex-start !important;
}

.nhc-parson-care-sec{
	position: relative;
	padding: 50px 0;
	width: 100%;
	background: url(../images/bg-wavy-lines.svg) no-repeat center center;
	background-size: 100%;
}
.nhc-parson-every-step-sec{
	position: relative;
	width: 100%;
	padding: 100px 0 50px;
}
.nhc-parson-every-step-sec:before{
	content: "";
	display: block;
	background: url(../images/patient-exp-curve-bg.svg) no-repeat center bottom;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 200%;
}

.nhc-experience-item{
	position: relative;
	display: flex;
	height: 100%;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 500px;
	padding: 30px 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
.nhc-experience-item.flex-top{
	justify-content: flex-start;
}
.nhc-experience-item .experience-item-desc{
	text-align: left;
}
.nhc-experience-item .experience-tag-title{
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.nhc-experience-item p,
.nhc-experience-item .experience-tag-title{
	font-size: 20px;
	font-weight: normal;
}
.nhc-experience-item .experience-item-photo{
	display: inline-block;
	width: 100%;
}
.nhc-experience-item .experience-item-photo img{
	display: block;
	max-width: 100%;
	border-radius: 30px;
}
.nhc-experience-item .nhc-btn-section{
	padding-top: 10px;
}

.font-s24{
	font-size: 24px !important;
}

/**
 * Find A Doctor Page
 */
.nhc-page-banner{
	position: relative;
	background: #365C66;
	color: #ffffff;
	padding: 80px 0;
	margin-bottom: 50px;
	border-bottom: 15px solid #5EB7B3;
}

.nhc-page-banner:after,
.nhc-page-banner:before{
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	width: 170px;
	height: 100%;
	transform: translateY(-50%);
	background: url(../images/banner-left-pattern.svg) repeat-y center center;
	display: block;
}
.nhc-page-banner:after{
	left: auto;
	right: -40px;
	background: url(../images/banner-right-pattern.svg) repeat-y center center;
}

.nhc-page-banner .page-banner-img{
	position: relative;
	width: 100%;
	max-width: 570px;
	margin-left: auto;
	padding-top: 20px;
	z-index: 100;
}

.nhc-page-banner-cap{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 10px;
	height: 100%;
	justify-content: center;
}

.nhc-single-banner{
	display: block;
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.nhc-single-banner .nhc-page-banner-cap{
	align-items: center;
	text-align: center;
}

.nhc-col-6 .nhc-page-banner-cap{
	max-width: 580px;
}
.nhc-page-banner-cap h1,
.nhc-page-banner-cap p{
	margin: 0;
	padding: 10px 0;
}

.nhc-page-banner-cap h1{
	font-size: 60px;
	line-height: 1;
	font-family: 'CeraPRO', sans-serif;
	font-weight: 700;
}
.nhc-row > .nhc-col-12 > .nhc-page-banner-cap{
	text-align: center;
}

.nhc-experience-item h2,
.nhc-page-banner-cap h2{
	font-size: 40px;
	line-height: 1;
	font-family: 'CeraPRO', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}
.nhc-experience-item h2{
	margin-bottom: 20px;
}


.nhc-page-banner-cap .nhc-pbc-subtitle{
	text-transform: uppercase;
	display: block;
}
.nhc-page-banner-cap .nhc-pbc-subtitle,
.nhc-page-banner-cap p{
	font-size: 18px;
	line-height: 1.5;
}

.nhc-inline-src-btn{
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../images/nav-icon-search.svg) no-repeat center center;
	background-size: 18px 18px;
}

.banner-search-group-inline{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 420px;
	padding: 25px 0;
}
.banner-search-group-inline .nhc-inline-src-input{
	height: 50px;
	width: 100%;
	background: #ffffff;
	padding: 14px 50px 14px 15px;
	border-radius: 40px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	border: none;
	box-shadow: none;
}
.banner-search-group-inline .nhc-inline-src-input:focus{
	outline: none !important;
	box-shadow: none !important;
}
.banner-search-group-inline .nhc-inline-src-btn{
	position: absolute;
	right: 1px;
	top: 0;
	width: 50px;
	height: 100%;
	display: flex;
}

/**
 * Search Filter Sec
 */
.nhc-src-filter-sec{
	position: relative;
	margin-bottom: 30px;
	z-index: 101;
}

.nhc-expert-search{
	width: 500px;
	max-width: calc(100% - 60px);
	position: absolute;
	right: 30px;
	bottom: 0;
	z-index: 100;
}
.nhc-expert-search .nhc-exp-search-wrap{
	position: relative;
	width: 500px;
	max-width: 100%;
	/*@todo reset height when adding filters*/
	min-height: 400px;
	background: #ffffff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 50px 30px 30px;
	box-shadow: 0px -2px 13px #A8AAC329;
	z-index: 10;
	color: #365C66;
}
.nhc-expert-search:before{
	content: "";
	position: absolute;
	top: -20px;
	right: -20px;
	height: 100%;
	width: 100%;
	display: block;
	background: #5EB7B3;
	border-radius: 20px;
	box-shadow: 0px -2px 13px #A8AAC329;
}

.nhc-exp-search-wrap h3{
	text-align: center;
	font-size: 24px;
	margin-bottom: 25px;
}

.nhc-dropdown-select-item{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.nhc-dropdown-select-item .dropdown-toggle{
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid #D0D0D0;
	border-radius: 10px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #365C66;
	padding: 5px 50px 5px 20px;
	text-align: left;
}
.nhc-dropdown-select-item .dropdown-toggle:after{
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: none !important;
	background: url(../images/select-caret-arrow-down.svg) no-repeat center center;
	background-size: 100%;
	height: 8px;
	width: 12px;
}


.dropdown.open .dropdown-menu{
	display: block;
}
button:active,
button:focus{
	outline: none !important;
	box-shadow: none !important;
}

.nhc-expert-search .dropdown-menu{
	max-height: 360px;
	z-index: 9999;
}

/**
 * Filter view icon
 */
.nhc-filter-lists{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
	height: 50px;
}
.nhc-filter-lists .filter-list-item{
	position: relative;
	display: flex;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}
.nhc-filter-lists .filter-list-item .filter-list-text:before{
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 2px;
	background: #5EB7B3;
	width: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nhc-filter-lists .filter-list-item.active .filter-list-text:before,
.nhc-filter-lists .filter-list-item:hover .filter-list-text:before{
	opacity: 1;
	width: 100%;
}
.nhc-filter-lists .filter-list-item.active,
.nhc-filter-lists .filter-list-item:hover{
	color: #000000;
}

.nhc-filter-lists .filter-list-item span{
	display: block;
	position: relative;
}
.nhc-filter-lists .filter-list-item .filter-list-icon{
	height: 20px;
	width: 20px;
}
.nhc-filter-lists .filter-list-item .filter-list-icon img{
	width: 100%;
	display: block;
}
.nhc-filter-lists .filter-list-item .filter-list-icon svg{
	fill: #5EB7B3;
	height: 20px;
}

.nhc-dropdown-select-item .dropdown-toggle span{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nhc-dropdown-select-item .dropdown-toggle.activetab > span{
	position: absolute;
	top: -12px;
	background: #ffffff;
	display: inline-block;
	left: 14px;
	border-radius: 5px;
	z-index: 10;
	font-size: 13px;
	line-height: 1;
	padding: 5px 7px;
}

.dropdown-menu{
	width: 100%;
	max-height: 470px;
	overflow-y: auto;
	border-radius: 12px;
}
.dropdown-menu li{
	display: block;
}
.dropdown-menu li a{
	display: flex;
	width: 100%;
	padding: 7px 7px 7px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
}

.row-col-margin{
	margin-bottom: 30px;
}


/**
 * Profile
 */
.nhc-find-doctor-content{
	position: relative;
	padding-top: 20px;
	overflow: hidden;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.nhc-find-doctor-content .nhc-row .row-col-margin{
	margin-bottom: 50px;
}
.nhc-doctor-profile-item{
	position: relative;
	background: #ffffff;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 75px;
	border: 0.5px solid rgba(0, 0, 0, 0.12);
	transition: all 0.3s ease-in-out 0s;
}
.nhc-doctor-profile-item .profile-item-photo{
	position: relative;
	height: 270px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	display: block;
}
.nhc-doctor-profile-item .post-meta{
	display: inline-block;
	padding: 7px 15px;
	background: #5EB7B3;
	color: #ffffff;
	position: absolute;
	left: 15px;
	top: 0;
	transform: translateY(-50%);
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
}
.nhc-doctor-profile-item .profile-item-desc{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	padding: 20px 20px;
	color: #4F4848;
	min-height: 180px;
}
.nhc-doctor-profile-item .profile-item-desc h3{
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
}
.nhc-doctor-profile-item .profile-item-desc p{
	color: #5EB7B3;
	font-size: 17px;
	margin: 0 0 10px;
}
.nhc-doctor-profile-item .profile-item-desc .service-name,
.nhc-doctor-profile-item .profile-item-desc a{
	font-size: 14px;
	display: block;
	color: #FF7677;
	padding-top: 10px;
	margin-bottom: 0;
}
.nhc-doctor-profile-item .profile-item-footer{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
	padding: 10px 15px;
	background: #365C66;
	color: #ffffff;
	width: 100%;
}
.nhc-doctor-profile-item .profile-item-footer .item-btn{
	position: relative;
	font-family: 'CeraPRO', sans-serif;
	display: flex;
	height: 44px;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	border: 2px solid #79EBE6;
	border-radius: 5px;
	padding: 8px 15px;
	color: #ffffff;
	column-gap: 10px;
	background-color: #365C66;
	transition: all 0.3s ease-in-out 0s;
}
.nhc-doctor-profile-item:hover .profile-item-footer .item-btn{
	background: #FF7677;
	border-color: #FF7677;
}

/**
 * Filter Loadmore
 */
.nhc-loadmore-section{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	text-align: center;
}
.nhc-loadmore-section .load-more{
	display: inline-block;
}
.nhc-loadmore-section .load-more .nhc-paging-text{
	color: #4F4848;
	font-size: 16px;
	font-weight: 700;
}
.nhc-loadmore-section .nhc-btn,
.nhc-loadmore-section .btn{
	background: #FF7677;
	padding: 10px 40px;
	color: #ffffff;
	height: 60px;
	font-size: 17px;
	line-height: 20px;
	border: 2px solid #FF7677;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	min-width: 250px;
}

/**
 * Doctor List View
 */
.nhc-find-doctor-content #list-view{
	position: relative;
}
.nhc-find-doctor-content #list-view .doc-list{
	width: 100%;
}

.nhc-doctor-list-content{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
.nhc-dlist-row{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	padding-right: 130px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nhc-dlist-row .dlist-col-readbio{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nhc-dlist-row .dlist-col-location,
.nhc-dlist-row .dlist-col-specialty,
.nhc-dlist-row .dlist-col-name{
	position: relative;
	padding: 0 15px;
}
.nhc-dlist-row .dlist-col-name{
	width: 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.nhc-dlist-row .dlist-col-location,
.nhc-dlist-row .dlist-col-specialty{
	width: 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.nhc-doctor-list-content .nhc-doctor-list-head{
	position: absolute;
	transform: translateY(10px);
	z-index: 100;
	width: 100%;
	left: 0;
	bottom: 100%;
}
.nhc-doctor-list-content .nhc-doctor-list-head .dlist-col-name{
	padding-left: 0;
}
.nhc-doctor-list-head .dlist-title-text{
	display: inline-block;
	background: #5EB7B3;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	padding: 8px 20px;
	font-weight: 700;
	text-transform: uppercase;
	min-width: 100px;
	text-align: center;
}

.nhc-doctor-list-body{
	border-top: 1px solid #D8D8D8;
}
.nhc-doctor-list-body .nhc-dlist-row{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #D8D8D8;
	border-top: none;
	color: #4F4848;

}
.nhc-doctor-list-body .nhc-dlist-row .dlist-col-name{
	padding-left: 5%;
}

.nhc-doctor-list-body p,
.nhc-doctor-list-body h3{
	margin: 0;
	padding: 5px 0;
}
.nhc-doctor-list-body h3{
	font-size: 20px;
	font-weight: 700;
}
.nhc-doctor-list-body .post-cat-meta,
.nhc-doctor-list-body p{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}
.nhc-doctor-list-body .post-cat-meta{
	display: block;
	color: #5EB7B3;
}
.nhc-doctor-list-body a{
	color: #FF7677;
	text-decoration: underline;
}
.nhc-doctor-list-body a:hover{
	text-decoration: none;
}

.nhc-doctor-list-body .dlist-btn-arrow{
	height: 31px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.nhc-doctor-list-body .dlist-btn-arrow:hover{
	transform: translateX(7px);
}
.nhc-doctor-list-body .dlist-btn-arrow svg{
	width: 100%;
}
.nhc-doctor-list-body .nhc-dlist-row:hover{
	background: #5EB7B3;
	border-color: #5EB7B3;
	color: #ffffff;
}
.nhc-doctor-list-body .nhc-dlist-row:hover a,
.nhc-doctor-list-body .nhc-dlist-row:hover .post-cat-meta,
.nhc-doctor-list-body .nhc-dlist-row:hover .dlist-btn-arrow{
	color: #ffffff;
}


/**
 * Service Page
 */
.nhc-service-sec{
	padding: 40px 0;
	position: relative;
}
.bg-white{
	background-color: #ffffff !important;
}
.bg-lightGray{
	background-color: #F8F8F8 !important;
}
.bg-lightGreen{
	background-color: #5EB7B3 !important;
}

.clr-lightGreen{
	color: #5EB7B3 !important;
}

.nhc-section-title{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 0;
	flex-direction: column;
	row-gap: 20px;
}
.nhc-section-title.flex-left{
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
}
.nhc-section-title h3,
.nhc-section-title h2{
	margin: 0;
	padding: 5px 0;
	line-height: 1;
}
.nhc-section-title p{
	font-size: 15px;
}
.nhc-section-title p:last-child{
	margin-bottom: 0;
}

.nhc-section-title .sec-top-title{
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

.nhc-service-sec .nhc-service-item{
	min-height: 400px;
}

.nhc-photo-boxwrap{
	position: relative;
	width: 500px;
	max-width: calc(100% - 60px);
	display: block;
	margin: 20px;
}
.nhc-photo-boxwrap:before{
	content: "";
	position: absolute;
	top: -20px;
	right: -20px;
	height: 100%;
	width: 100%;
	display: block;
	background: #5EB7B3;
	border-radius: 20px;
	box-shadow: 0px -2px 13px #A8AAC329;
}

.nhc-photo-boxwrap .nhc-photo-bg{
	position: relative;
	width: 500px;
	max-width: 100%;
	min-height: 400px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0px -2px 13px #A8AAC329;
	z-index: 10;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nhc-button-group{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 15px;
	row-gap: 10px;
	margin-top: 15px;
}
.nhc-button-group.flex-center{
	align-items: center;
	justify-content: center;
	text-align: center;
}

/**
 * Page Intro Section
 */
.nhc-intro-sec{
	position: relative;
}
.nhc-section-pad{
	padding-top: 60px;
	padding-bottom: 60px;
}

.nhc-intro-sec .nhc-section-desc{
	max-width: 720px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.nhc-section-desc{
	position: relative;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	text-align: left;
	row-gap: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.nhc-section-desc h2,
.nhc-section-desc h4,
.nhc-section-desc .sec-subtitle,
.nhc-section-desc p{
	margin: 0;
	padding: 5px 0;
}
.nhc-section-desc .sec-subtitle{
	color: #5EB7B3;
	font-size: 22px;
}
.nhc-section-desc p{
	font-size: 18px;
	line-height: 1.6;
}

/**
 * Page Experience
 */
.sec-flex-center{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.nhc-exp-item-photo{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.nhc-exp-item-photo .nhc-exp-photo-circle{
	max-width: 440px;
	width: 100%;
	position: relative;
	margin: 20px auto;
}

.nhc-single-siderbar{
	padding-top: 30px;
	display: block;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.nhc-single-siderbar .nhc-sidebar-text{
	font-weight: 700;
}
.nhc-single-siderbar a{
	color: #5EB7B3;
	text-align: left;
}
ul.lists li{
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
}
ul.lists li a{
	display: block;
	margin-bottom: 4px;
	text-decoration: underline;
}
.nhc-single-siderbar a:hover,
ul.lists li a:hover{
	text-decoration: none;
	color: #FF7677;
}

.sidebar-bdr-title{
	margin-bottom: 20px;
	border-bottom: 2px solid #5EB7B3;
}
.sidebar-bdr-title p{
	margin-bottom: 10px;
}

/**
 * Accordian
 */
.nhc-single-content{
	padding-bottom: 30px;
}
.nhc-single-content p a:not(.nhc-btn){
	color: #FD7677;
}
.nhc-single-content p a:not(.nhc-btn):hover{
	text-decoration: underline;
}
.inner-page-content .nhc-single-content ul{
	margin-bottom: 20px;
}

.nhc-acd-item {
	background: #ffffff;
	position: relative;
	display: inline-block;
	width: 100%;
	color: #63747B;
	border: 1px solid #D8D8D8;
	border-top: none;
}
.nhc-acd-item:first-child{
	border-top: 1px solid #D8D8D8;
}

.nhc-acd-item .acd-head {
	min-height: 66px;
	position: relative;
	padding: 15px 60px 15px 30px;
	background: #5EB7B3;
	cursor: pointer;
	color: #ffffff;
	-webkit-transition: background 0.3s ease-in-out 0s;
	-moz-transition: background 0.3s ease-in-out 0s;
	-o-transition: background 0.3s ease-in-out 0s;
	-ms-transition: background 0.3s ease-in-out 0s;
	transition: background 0.3s ease-in-out 0s;
}
.nhc-single-content .nhc-accordian-content .nhc-acd-item > p,
.nhc-single-content .nhc-accordian-content .nhc-acd-item .acd-head > p{
	margin: 0;
	display: none;
}
.nhc-single-content .nhc-accordian-content .nhc-acd-item .acd-content p{
	display: block !important;
}

.nhc-acd-item .acd-head.collapsed {
	background: #ffffff;
	color: #1B3540;
}

.acd-head {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-right: 60px;
}

.acd-head .acd-ind-icon {
	height: 36px;
	width: 36px;
	border-radius: 4px;
	display: flex;
	background-color: #F0F7FC;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.acd-head .acd-ind-icon .icon-plus {
	position: relative;
	display: block;
	height: 16px;
	width: 16px;
}

.acd-head .acd-ind-icon .icon-plus:after,
.acd-head .acd-ind-icon .icon-plus:before {
	content: "";
	position: absolute;
	display: block;
	background: #5EB7B3;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.acd-head .acd-ind-icon .icon-plus:after {
	opacity: 0;
}

.acd-head .acd-ind-icon .icon-plus:before {
	width: 16px;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.acd-head.collapsed .acd-ind-icon .icon-plus:after,
.acd-head .acd-ind-icon.collapsed .icon-plus:after {
	width: 2px;
	height: 16px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

.nhc-acd-item .acd-head .acd-ind-icon {
	right: 20px;
}

.nhc-acd-item .acd-title h4,
.nhc-acd-item .acd-title h3 {
	font-size: 20px;
	margin: 5px 0;
}

.nhc-acd-item .acd-title h4 {
	font-size: 16px;
}

.nhc-acd-item .acd-title p {
	margin: 5px 0;
}

.nhc-acd-item .acd-content{
	position: relative;
	padding: 30px;
}
.nhc-acd-item .acd-content li,
.nhc-acd-item .acd-content p{
	font-size: 15px;
	line-height: 1.6;
}
.nhc-acd-item .acd-content li{
	padding: 5px 0;
}

.nhc-acd-item .acd-content h3{
	margin: 0 0 10px;
	padding-top: 5px;
	font-size: 24px;
}
.nhc-acd-item .acd-content ul{
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
.nhc-acd-item .acd-content ul li{
	position: relative;
	padding-left: 15px;
}
.nhc-acd-item .acd-content ul li:before{
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 50%;
	display: block;
	background: #FF7677;
	position: absolute;
	left: 0;
	top: 16px;
}

.nhc-acd-item .acd-content ol{
	padding: 0 0 0 10px;
	counter-reset: section;
}

.nhc-acd-item .acd-content ol li{
	position: relative;
	counter-increment: item;
}
.nhc-acd-item .acd-content ol li:before {
	margin-right: 7px;
	content: counter(item)'.';
	color: #000000;
	width: 16px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
}

/**
 * program and resources page
 */
.nhc-resources-sec{
	padding-top: 50px;
}
.nhc-container-sm{
	display: block;
	position: relative;
	width: 100%;
	max-width: 950px;
	margin: 0 auto 50px;
}

.acd-content a:not(.nhc-btn){
	color: #FF7677;
}
.acd-content a:not(.nhc-btn):hover{
	text-decoration: underline;
}

/**
 * Location Page
 */
.nhc-location-content{
	position: relative;
	padding-top: 30px;
}
.filters .nav-tabs{
	border: none !important;
	column-gap: 20px;
}
.filters .nav-tabs a{
	color: #000000;
}

.filters .nav-tabs .filter-list-item{
	position: relative;
	display: flex;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}
.filters .nav-tabs .filter-list-item span{
	display: block;
	position: relative;
}
.filters .nav-tabs .filter-list-item .filter-list-icon{
	height: 20px;
	width: 20px;
}
.filters .nav-tabs .filter-list-item .filter-list-icon svg {
	fill: #5EB7B3;
	height: 20px;
}
.filters .nav-tabs .filter-list-item .filter-list-text:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 2px;
	background: #5EB7B3;
	width: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.filters .nav-tabs .active .filter-list-item .filter-list-text:before,
.filters .nav-tabs .filter-list-item:hover .filter-list-text:before {
	opacity: 1;
	width: 100%;
}

#location #list-view,
#location #map-view{
	position: relative;
}

.nhc-map-filter {
	position: relative;
	margin-bottom: 15px;
	display: flex;
	margin-left: auto;
}
.nhc-map-filter .btn-text-display {
	background-color: #5EB7B3;
	border-color: #5EB7B3;
	color: #ffffff !important;
	font-weight: 600;
	border-radius: 0;
	font-size: 12px;
	cursor: pointer;
	padding: 5px 10px;
}
.nhc-map-filter .nhc-map-filter-item {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 5px 5px 25px;
	position: relative;
	text-decoration: none;
	margin-left: 20px;
	font-size: 12px;
	color: #4F4848;
	font-weight: 500;
	letter-spacing: 0.93px;
	line-height: 24px;
	width: auto;
	text-transform: capitalize;
	cursor: pointer;
}
.nhc-map-filter .nhc-map-filter-item img {
	display: block;
	height: 24px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 4px;
}

#location .map {
	height: 800px;
	background-image: url(../images/map-demo-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: -15%;
	width: 130%;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

#location #map-view .absolute-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
}
#location .selection-menu {
	position: absolute;
	top: 0;
	height: auto;
	width: auto;
	/*    background-color: white;*/
}
#location .selection-menu ul {
	color: #4F4848;
	font-family: 'CeraPRO';
	font-size: 18px;
	font-weight: 500;
	width: 320px;
	overflow-y: auto;
	height: 852px !important;
	background-color: white;
}

.not_found_msg{
	padding: 50px 15px;
}

#location #map-view .selection-menu ul li#markerfirst,
#location #map-view .selection-menu ul li.locItems{
	position: relative !important;
	top: auto !important;
	left: auto !important;
	transform: none !important;
}
#location .selection-menu ul li{
	display: block;
	padding: 15px 30px;
	cursor: pointer;
	width: 100%;
	text-align: left;
	border-top: 1px solid #D0D0D0;
	color: #4F4848;
}
#location .selection-menu ul li span {
	display: block;
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	text-transform: capitalize;
}

#location .selection-menu ul li:hover,
#location .selection-menu ul li.current {
	background-color: #5EB7B3;
	color: #ffffff ;
}

.nhc-expert-search .banner-search-group-inline{
	max-width: 100%;
	height: 50px;
	border: 1px solid #D0D0D0;
	border-radius: 10px;
	padding: 0;
	margin-bottom: 30px;
}
.nhc-expert-search .banner-search-group-inline .nhc-inline-src-input{
	background: transparent;
	height: 48px;
}

.visible-xs-block{
	display: none !important;
}

.absolute-wrapper .mCSB_scrollTools {
	opacity: 1;
	right: 6px;
}
.absolute-wrapper .mCSB_scrollTools .mCSB_draggerContainer {
	background: #ffffff;
}
.absolute-wrapper .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 26px;
	width: 16px;
	background-image: url(../images/scrollbar-dragger-bg.svg);
	background-color: #ffffff;
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
	opacity: 1;
}
.absolute-wrapper .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:before {
	content: "";
	position: absolute;
	background-image: url(../images/scrollbar-dragger-bottom-shadow.svg);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
	top: 25px;
	height: 26px;
	min-height: 26px;
	width: 16px;
	display: block;
	left: 0;
	right: 0;
	z-index: 100;
}

.absolute-wrapper .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail:before,
.absolute-wrapper .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:after {
	content: "";
	position: absolute;
	min-height: 9999px;
	height: 100%;
	width: 6px;
	left: 5px;
	right: 5px;
	display: block;
}
.absolute-wrapper .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:after {
	background: #5EB7B3;
	bottom: 100%;
}
.absolute-wrapper .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: none;
	border-radius: 0;
}
.absolute-wrapper .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 16px;
	min-height: 1000px;
	background: #ffffff !important;
	border-radius: 0;
	opacity: 1;
	position: absolute;
}
.absolute-wrapper .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail:before {
	top: 0;
	bottom: 0;
	background: #e5e5e5;
}

/**
 * Map Popover
 */
.map-viewer {
	padding-left: 0;
	border: solid 1px #eee;
	padding-right: 0px;
}
.gm-style .gm-style-iw-c{
	border-radius: 0;
	left: 15px;
}

.map-content {
	font-size: 14px;
	min-height: 200px;
	min-width: 200px;
}

.popover-content {
	padding: 7px;
	max-width: 240px;
	color: #4F4848;
	font-size: 13px;
	line-height: 1.4;
}
.popover-content a{
	color: #FF7677;
	text-decoration: underline;
}
.popover-content a:hover{
	text-decoration: none;
}

.popover-content p,
.popover-content .nhc-map-loc-type,
.popover-content .nhc-map-loc-title{
	display: block;
	margin: 0;
}
.popover-content p{
	font-size: 13px;
	line-height: 1.4;
	padding: 0 0 10px;
	font-weight: 400;
}
.popover-content .nhc-map-loc-type{
	font-size: 12px;
	line-height: 1.3;
	padding: 0 0 5px;
	font-weight: 600;
}
.popover-content .nhc-map-loc-title{
	font-size: 20px;
	line-height: 1.1;
	color: #FF7677;
	padding: 0 0 10px;
	font-weight: 600;
}
.popover-content .nhc-map-loc-dlink{
	display: block;
	color: #5EB7B3;
}

.acd-loc-page-link,
.nhc-loc-accept-text{
	display: block;
	font-size: 14px;
	margin-bottom: 7px;
}
.acd-loc-page-link{
	margin-top: 7px;
	padding-left: 30px;
}
.nhc-acd-item .acd-head.collapsed .nhc-loc-accept-text{
	color: #5EB7B3;
}
.nhc-acd-item .acd-head.collapsed .acd-loc-page-link a,
.nhc-acd-item .acd-head.collapsed .acd-loc-page-link{
	color: #FF7677;
}

.loclist-acd-title-block{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
	width: 100%;
}
.loclist-acd-title-block .acd-title{
	width: 60%;
}
.loclist-acd-title-block .acd-loc-page-link{
	width: 40%;
}

.loclists-desc-item{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 0;
}
.loclists-desc-item,
.loclists-desc-item p{
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 0;
}
.loclists-desc-item p a{
	display: block;
	color: #FF7677;
	text-decoration: underline;
}
.loclists-desc-item .span-block{
	display: block;
}

.nhc-acd-item .acd-content .loclists-desc-item{
	color: #4F4848;
}
.acd-content .loclists-desc-item p a:not(.nhc-btn):hover,
.loclists-desc-item p a:hover{
	text-decoration: none;
}
.loclists-desc-item h5{
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}

.nhc-accordian .nhc-accordian-content .grid{
	height: auto !important;
	border: 1px solid #D8D8D8;
	border-bottom: none;
}
.nhc-accordian .nhc-accordian-content .grid .nhc-acd-item{
	position: relative !important;
	left: auto !important;
	top: auto !important;
	border: none;
	border-bottom: 1px solid #D8D8D8;
}
.nhc-accordian .nhc-accordian-content .grid .nhc-acd-item:first-child {
	border-top: none;
}
.nhc-accordian .nhc-accordian-content .grid .nhc-acd-item .loclists-desc-item p br{
	display: none;
}
.nhc-accordian .nhc-accordian-content .grid .nhc-acd-item .acd-content{
	padding-top: 15px;
	padding-top: 15px;
}
.nhc-accordian-content{
	position: relative;
}
.loc-list-head-title{
	position: absolute;
	transform: translateY(10px);
	z-index: 100;
	width: 100%;
	left: 0;
	bottom: 100%;
	display: flex;
	align-items: center;
}
.loc-list-head-title .loc-list-col-name{
	width: 60%;
}
.loc-list-head-title .loc-list-col-pagelink{
	width: 40%;
}
.loc-list-title-text{
	display: inline-block;
	background: #5EB7B3;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	padding: 8px 25px;
	font-weight: 700;
	text-transform: uppercase;
	min-width: 100px;
	text-align: center;
}

/**
 * FancyBox
 */
.fancybox-container{
	z-index: 999999;
}
.fancybox-container .fancybox-slide{
	padding: 60px 30px;
}

/**
 * Patient Page
 */
.nhc-wavy-line-sec,
.nhc-patient-intro-sec{
	position: relative;
	width: 100%;
	background: url(../images/bg-wavy-lines.svg) no-repeat center center;
	background-size: 100%;
}
.patient-intro-content{
	position: relative;
	display: block;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

.patient-intro-desc{
	padding-top: 40px;
}
.patient-ncqa{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px 10px 10px 210px;
	text-align: left;
	min-height: 120px;
}
.patient-ncqa .ncqa-logo{
	display: block;
	height: 100%;
	width: 130px;
	position: absolute;
	left: 0;
	top: 0;
}
.patient-ncqa .ncqa-logo:after{
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	right: -40px;
	top: 0;
	background: #5EB7B3;
	border-radius: 4px;
}
.patient-ncqa .ncqa-logo img{
	display: block;
	width: 100%;
}
.patient-ncqa p{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	margin: 0;
	padding: 10px 0;
}

.nhc-patient-healthcare-sec{
	position: relative;
	width: 100%;
	padding-bottom: 120px;
	margin-bottom: 30px;
}
.nhc-patient-healthcare-sec:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 400px;
	width: auto;
	display: block;
	bottom: 0;
	background: url(../images/patient-health-care-section-bottom-shape.svg) no-repeat center center;
	background-size: cover;
}

/**
 * Section Hero Banner
 */
.section-plus-rectangle{
	position: relative;
	background: #365C66;
	width: 100%;
	overflow: hidden;
	color: #ffffff;
	padding: 60px 0;
	border-bottom: 15px solid #5EB7B3;
}
.section-plus-rectangle:after,
.section-plus-rectangle:before{
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	width: 170px;
	height: 100%;
	transform: translateY(-50%);
	background: url(../images/banner-left-pattern.svg) repeat-y center center;
	display: block;
}
.section-plus-rectangle:after{
	left: auto;
	right: -40px;
	background: url(../images/banner-right-pattern.svg) repeat-y center center;
}

.nhc-hero-section .nhc-btn-outline{
	color: #ffffff;
}
.nhc-hero-section .nhc-hero-container{
	width: 100%;
	max-width: 720px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}
.nhc-hero-section .nhc-hero-container .nhc-button-group{
	justify-content: center;
	padding-top: 10px;
}
.nhc-hero-section .nhc-btn-outline:hover{
	background: #FF7677;
	color: #ffffff;
	border-color: #FF7677;
}

.nhc-icon-cta{
	position: relative;
	width: 100%;
	display: block;
	padding: 10px 0 30px;
	text-align: left;
}
.nhc-icon-cta .cta-icon-text{
	display: block;
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	color: #FF7677;
	margin-bottom: 10px;
}
.nhc-icon-cta .cta-icon{
	display: inline-block;
	height: 40px;
	margin-bottom: 10px;
}
.nhc-icon-cta .cta-icon img,
.nhc-icon-cta .cta-icon svg{
	height: 36px;
	fill: #FF7677;
}
.nhc-icon-cta .cta-icon svg{
	width: auto;
}
.nhc-icon-cta p{
	margin-bottom: 10px;
}
.nhc-icon-cta p a{
	color: #FF7677;
}
.nhc-icon-cta p a:hover{
	text-decoration: underline;
}


.form-white-box{
	position: relative;
	background: #ffffff;
	border-radius: 20px;
	margin-bottom: 40px;
	width: 100%;
	display: block;
	padding: 40px;
	color: #4F4848;
	text-align: left;
}
.form-white-box p{
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}

.form-group label{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

/**
 * About Page
 */
.about-our-value-sec,
.nhc-darkSeaGreen-hero-sec{
	position: relative;
	background-color: #365C66;
	color: #ffffff;
}

.nhc-hero-content{
	position: relative;
	display: block;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

.nhc-hero-qoute-item{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 0;
	flex-direction: column;
}
.nhc-hero-qoute-item .sec-top-title{
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.nhc-hero-qoute-item .nhc-hero-qoute-text{
	position: relative;
	width: 100%;
	padding: 0 60px;
}
.nhc-hero-qoute-item .nhc-hero-qoute-text:before,
.nhc-hero-qoute-item .nhc-hero-qoute-text:after{
	content: "";
	height: 50px;
	width: 50px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-image: url(../images/icon-qoute-left.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 34px;
}
.nhc-hero-qoute-item .nhc-hero-qoute-text:after{
	background-image: url(../images/icon-qoute-right.svg);
	left: auto;
	right: 0;
}
.nhc-hero-qoute-item .nhc-hero-qoute-text p{
	margin: 0;
}

.about-get-involved-sec{
	position: relative;
	padding-top: 80px;
}
.about-get-involved-sec .nhc-row .nhc-col-4{
	margin-bottom: 30px;
}
.about-get-involved-sec .nhc-service-item{
	min-height: 650px;
}


/**
 * History Timeline
 */
.nhc-history-slider-sec{
	position: relative;
	padding-top: 150px;
}
.nhc-history-slider-sec .history-rectangle-sec{
	width: 100%;
	position: relative;
}
.history-rectangle-sec:after,
.history-rectangle-sec:before{
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	width: 170px;
	height: 100%;
	transform: translateY(-50%);
	background: url(../images/banner-left-pattern.svg) no-repeat center center;
	display: block;
}
.history-rectangle-sec:after{
	left: auto;
	right: -40px;
	background: url(../images/banner-right-pattern.svg) no-repeat center center;
}
.nhc-history-slider-sec .nhc-history-sec-container{
	position: relative;
	background: #365C66;
	color: #ffffff;
	padding-bottom: 50px;
}
.nhc-history-slider-sec .nhc-history-sec-container:before{
	content: "";
	background: url(../images/history-sec-top-shape-bg.svg) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -180px;
	left: -15px;
	right: -15px;
	width: auto;
	display: block;
	height: 190px;
}
.nhc-history-slider-sec .nhc-section-title{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	row-gap: 20px;
	z-index: 10;
}
.nhc-history-slider-sec .nhc-history-slider{
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.nhc-history-slider .cool-timeline-horizontal.light-timeline .clt_carousel_slider ul.slick-slider .slick-list li span.ctl-story-time,
.nhc-history-slider .cool-timeline-horizontal.light-timeline .clt_carousel_slider ul.slick-slider .slick-list li:nth-child(2n) span.ctl-story-time,
.nhc-history-slider .cool-timeline-horizontal.light-timeline .clt_carousel_slider ul.slick-slider .slick-list li:nth-child(2n+1) span.ctl-story-time{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0;
}
.nhc-history-slider .cool-timeline-horizontal.light-timeline .clt_carousel_slider ul.slick-slider .slick-list li .ctl-story-time:after{
	left: calc(50% - 9px);
	height: 20px;
	width: 20px;
	border: 3px solid #ffffff;
	background: #365C66 !important;
	bottom: 40px;
}
.nhc-history-slider .cool-timeline-horizontal.light-timeline .clt_carousel_slider ul.slick-slider .slick-list li.slick-current .ctl-story-time:after{
	background: #FF7677 !important;
}

.nhc-history-slider .ctl-slick-next.slick-disabled,
.nhc-history-slider .ctl-slick-prev.slick-disabled{
	opacity: 0.50;
}

.nhc-history-slider .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider button{
	border: 3px solid #ffffff !important;
	margin-top: -38px;
}

.nhc-history-slider .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider button.ctl-slick-prev:hover,
.nhc-history-slider .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider button.ctl-slick-prev{
	background-image: url(../images/icon-history-slider-arrow-left2.svg) !important;
	background-size: 20px;
	border: 3px solid #ffffff !important;
}
.nhc-history-slider .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider button.ctl-slick-next:hover,
.nhc-history-slider .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider button.ctl-slick-next{
	background-image: url(../images/icon-history-slider-arrow-right.svg) !important;
	background-size: 20px;
	border: 3px solid #ffffff !important;
}

.nhc-history-slider .cool-timeline-horizontal.light-timeline .clt_carousel_slider ul.slick-slider .slick-list li.slick-slide.slick-current:after{
	background: url(../images/icon-history-slider-arrow-top.svg) no-repeat center center;
	background-size: 100% 100%;
	border: none !important;
	height: 25px;
	width: 50px;
	display: block;
	bottom: -6px;
	left: calc(50% - 25px);
}
.nhc-history-slider .cool-timeline-horizontal .clt_caru_slider ul.slick-slider .slick-list li.slick-slide{
	margin: 0 !important;
}
.nhc-history-slider .cool-timeline-horizontal.light-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post{
	border: none !important;
}

.nhc-history-slider .cool-timeline-horizontal.dark-timeline .full-width img,
.nhc-history-slider .cool-timeline-horizontal.light-timeline .full-width img{
	width: 100%;
	height: 400px;
	max-height: 400px !important;
	display: inline;
}
.nhc-history-slider .cool-timeline-horizontal.light-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post a{
	display: inline;
}

.nhc-history-slider .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li{
	min-height: 90px;
}
.nhc-history-slider .cool-timeline-horizontal.light-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title{
	background: #ffffff;
}

.nhc-history-slider .clt_carousel_slider{
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	width: 100%;
}

/**
 * Our Team
 */
.nhc-team-content{
	position: relative;
	background: #ffffff;
}
.nhc-team-content .nhc-team-block{
	padding-bottom: 40px;
}
.nhc-team-block > p{
	margin: 0;
}
.nhc-team-item{
	position: relative;
	background: #ffffff;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	border: 0.5px solid rgba(0, 0, 0, 0.12);
}
.nhc-team-item.leadership{
	padding-bottom: 75px;
}
.nhc-team-item .team-item-photo{
	position: relative;
	height: 475px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	display: block;
}
.nhc-team-item .team-item-desc{
	display: inline-block;
	width: 100%;
	padding: 30px 20px;
	color: #4F4848;
}
.nhc-team-item .team-item-desc h3{
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
}
.nhc-team-item .team-item-desc p{
	color: #5EB7B3;
	font-size: 17px;
	margin: 0 0 10px;
}
.nhc-team-item .team-item-desc .team-designation-title{
	display: block;
	font-weight: 700;
	text-transform: capitalize;
}
.nhc-team-item .team-item-desc a{
	font-size: 14px;
	display: block;
	color: #FF7677;
	padding-top: 10px;
	text-decoration: underline;
}
.nhc-team-item .team-item-footer{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
	padding: 10px 15px;
	background: #365C66;
	color: #ffffff;
	width: 100%;
}
.nhc-team-item .team-item-footer .item-btn{
	position: relative;
	font-family: 'CeraPRO', sans-serif;
	display: flex;
	height: 44px;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	border: 2px solid #79EBE6;
	border-radius: 5px;
	padding: 8px 15px;
	color: #ffffff;
	column-gap: 10px;
	background: transparent;
	cursor: pointer;
}
.nhc-team-item .team-item-footer .item-btn:hover{
	background: #FF7677;
	border-color: #FF7677;
}



/**
 * NHC Modal
 */
.nhc-modal{
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.92);
	padding-top: 40px;
}

.modal-content{
	position: relative;
	background: #365C66;
	border: 10px solid #5EB7B3;
	margin: 5% auto;
	padding: 40px 120px 40px 40px;
	width: 80%;
	max-width: 1140px;
	color: #ffffff;
	border-radius: 12px;
	display: block;
	overflow: hidden;
}
.modal-content:before{
	content: "";
	position: absolute;
	right: -50px;
	top: 50%;
	width: 140px;
	height: 500px;
	transform: translateY(-50%);
	background: url(../images/banner-right-pattern.svg) no-repeat center center;
	display: block;
	background-size: contain;
}

.nhcModalClose{
	background: #365C66;
	color: #ffffff;
	position: absolute;
	right: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	cursor: pointer;
}
.nhcModalClose svg{
	height: 18px;
}

.nhcModalClose:hover,
.nhcModalClose:focus{
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
.nhcModalClose:hover svg{
	fill: #FF7677;
}

/**
 * Team Modal
 */
.nhc-team-modal-item{
	position: relative;
}
.team-modal-info{
	text-align: center;
}
.team-modal-info .team-modal-img{
	margin-bottom: 20px;
	padding-top: 5px;
}
.team-modal-info .team-modal-img img{
	width: 100%;
	border-radius: 8px;
}

.team-modal-info h3,
.team-modal-info p{
	margin: 0;
	padding: 5px 0;
	line-height: 1.3;
}

.team-modal-desc p,
.team-modal-desc{
	font-size: 16px;
}


/**
 * News Page
 */
.page-footer{
	position: relative;
	display: inline-block;
	width: 100%;
}
#main-content.nhc-single-page {
	padding-bottom: 0;
}
body.single-post,
.nhc-single-page{
	background-color: #FAFAFA;
}
body.single-post .main-footer{
	margin-top: -100px;
}

body.single-post .post-single-content{
	padding-bottom: 160px;
}
.post-single-content{
	padding: 60px 30px;
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.post-single-thumb{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.post-single-content img.size-large,
.post-single-thumb img{
	width: 100%;
	border-radius: 10px;
	max-height: 400px;
	height: 100%;
	object-fit: cover;
	display: block;
}

.post-single-content img.size-large{
	margin-top: 30px;
}

.entry-content p:empty{
	display: none;
}
.entry-content a:not(.nhc-btn){
	color: #FF7677;
}
.entry-content a:not(.nhc-btn):hover{
	text-decoration: underline;
}

.nhc-related-content,
.nhc-news-feature-sec{
	position: relative;
	padding: 50px 0;
}
.nhc-news-feature-sec:before{
	content: "";
	display: block;
	width: 100%;
	height: 450px;
	background: #F1F1F1;
	position: absolute;
	top: 0;
	left: 0;
}

.nhc-news-feature-content{
	position: relative;
	z-index: 100;
}

.nhc-news-filter-sec{
	padding: 50px 0;
}

.news-sidebar-filter{
	position: relative;
	background: #FAFAFA;
	width: 100%;
	padding: 30px;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}
.news-sidebar-filter h3{
	display: block;
	margin: 0 0 20px;
	font-size: 20px;
}

.nhc-news-filter-item{
	position: relative;
	display: block;
	border-top: 1px solid #E0E0E0;
	width: 100%;
	padding: 10px 0;
}
.nhc-news-filter-item .nhc-news-filter-text{
	position: relative;
	display: flex;
	height: 30px;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	font-weight: bold;
	cursor: pointer;
	padding-right: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nhc-news-filter-item .nhc-news-filter-text:hover{
	color: #FF7677;
}
.nhc-news-filter-item .nhc-news-filter-text:before{
	content: "";
	background: url(../images/icon-list-arrow-right-red.svg) no-repeat center center;
	display: block;
	position: absolute;
	right: 4px;
	top: 6px;
	height: 21px;
	width: 12px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nhc-news-filter-item .nhc-news-filter-text.collapsed:before{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.nhc-news-filter-item ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.nhc-news-filter-item ul li{
	display: block;
}
.nhc-news-filter-item ul li .nhcNewsCatListItem,
.nhc-news-filter-item ul li .nhcNewsSortItem,
.nhc-news-filter-item ul li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 6px 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.nhc-news-filter-item ul li .active,
.nhc-news-filter-item ul li .nhcNewsCatListItem:hover,
.nhc-news-filter-item ul li .nhcNewsSortItem:hover,
.nhc-news-filter-item ul li.active a{
	color: #FD7677;
}

.nhc-post-count-text,
.nhc-pagination{
	position: relative;
	display: flex;
	width: 100%;
	padding: 10px 0;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.nhc-pagination{
	row-gap: 10px;
	column-gap: 5px;
}
.nhc-post-count-text{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.nhc-pagination .page-numbers{
	display: block;
	padding: 5px;
	font-size: 18px;
	line-height: 24px;
}

.nhc-pagination .page-numbers.next,
.nhc-pagination .page-numbers.prev,
.current{
	color: #FF7677;
}


/**
 * Doctor Single Page
 */
.nhc-doctor-page{
	position: relative;
}
.ind-single-banner-img{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.ind-single-banner-img img{
	width: 100%;
	border-radius: 10px;
	max-height: 500px;
	height: 100%;
	object-fit: cover;
	display: block;
	max-width: 460px;
}

.banner-doc-info{
	padding-bottom: 10px;
}
.banner-doc-item{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding-left: 56px;
	min-height: 44px;
	margin: 16px 0 0;
}
.banner-doc-item a{
	color: #5EB7B3;
	text-decoration: underline;
	display: block;
	padding: 5px 0;
}
.banner-doc-item a:hover{
	text-decoration: none;
}
.banner-doc-item .doc-info-icon{
	display: flex;
	height: 44px;
	width: 44px;
	align-items: center;
	justify-content: center;
	border: 3px solid #79EBE6;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner-doc-item .doc-info-icon svg{
	fill: #ffffff;
	height: 16px;
}
.banner-doc-item .doc-info-text{
	width: 100%;
	max-width: 300px;
}

.pg-block{
	display: block;
	width: 100%;
	padding: 2px 0;
}
.pg-block strong{
	font-weight: 600;
	color: #ffffff;
}

.single-doc-bio-sec{
	background: #F8F8F8;
}

.max-w-470{
	max-width: 470px;
}

.nhc-text-desc,
.doc-bio-desc{
	position: relative;
	width: 100%;
	padding: 15px 0;
}
.nhc-text-desc h3,
.doc-bio-desc h3{
	color: #4F4848;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.nhc-text-desc h6{
	font-size: 20px;
	color: #5EB7B3;
	margin-bottom: 10px;
	line-height: 1.5;
}
.nhc-text-desc li,
.nhc-text-desc p,
.doc-bio-desc li,
.doc-bio-desc p{
	color: #4F4848;
	font-size: 18px;
	line-height: 1.6;
}
.nhc-text-desc li,
.doc-bio-desc li{
	margin-bottom: 12px;
}

.doc-location-desc-item{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #4F4848;
	margin-bottom: 15px;
}
.doc-location-desc-item h4{
	font-size: 18px;
	margin-bottom: 5px;
}
.doc-location-desc-item p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.doc-bio-desc p a,
.nhc-text-desc p a,
.doc-location-desc-item p a{
	color: #FF7677;
}

.nhc-doc-location-item{
	position: relative;
	padding: 40px 0;
	background-color: #ffffff;
}
.nhc-doc-location-item:nth-child(even){
	background-color: #F8F8F8;
}

.nhc-doc-location-item .nhc-experience-item{
	padding-top: 50px;
	padding-bottom: 50px;
}

.nhc-section-pagination{
	padding-top: 60px;
}

.post-banner-thumb .post-thumbnail{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.doc-location-viewmore .nhc-btn-section{
	padding-top: 10px;
}


/**
 * Testimonial Slider
 */
.nhc-testimonial{
	position: relative;
	padding: 80px 0;
}
.nhc-tsm-slider{
	position: relative;
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.tsm-slide-item{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
}

.tsm-slider-indicator{
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
}

.tsm-slider-indicator .carousel-indicators{
	display: block;
	margin: 0 15px;
	bottom: 0;
}
.carousel-indicators li{
	height: 12px;
	width: 12px;
	border: 2px solid #5EB7B3;
	border-radius: 50%;
	opacity: 1;
	display: inline-block;
}
.carousel-indicators li.active{
	background-color: #5EB7B3;
}

.tsm-slide-photo{
	position: relative;
	width: 420px;
	height: 420px;
	max-width: calc(100% - 40px);
	display: block;
	margin: 20px;
}
.tsm-slide-photo:after{
	content: "";
	background: #FF7677 url(../images/icon-qoute-testimonial.svg) no-repeat center center;
	background-size: 40px;
	height: 60px;
	width: 60px;
	border-radius: 8px;
	display: block;
	position: absolute;
	right: -18px;
	top: -18px;
	z-index: 100;
}
.tsm-slide-photo:before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: -20px;
	height: 100%;
	width: 100%;
	display: block;
	background: #5EB7B3;
	border-radius: 20px;
	box-shadow: 0px -2px 13px #A8AAC329;
}

.tsm-slide-photo .tsm-slide-photo-bg{
	position: relative;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0px -2px 13px #A8AAC329;
	z-index: 10;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #5EB7B3;
}

.tsm-slide-desc{
	position: relative;
	width: 100%;
	padding: 60px 0 30px;
	text-align: left;
}
.tsm-slide-desc h2{
	font-size: 34px;
	margin-bottom: 10px;
}
.tsm-slide-desc .tsm-author-details{
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.tsm-slide-desc .tsm-author-details span{
	display: block;
	font-size: 20px;
	color: #5EB7B3;
	line-height: 1.3;
	padding: 5px 0;
}
.tsm-slide-desc .tsm-author-details .tsm-athor-name{
	font-weight: bold;
}

/**
 * Teal Ractangle Sec
 */
.nhc-teal-shape-sec{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 170px;
	margin-top: 50px;
	z-index: 10;
}
.teal-shape-content-wrap{
	position: relative;
	background: #365C66;
	min-height: 400px;
	padding: 0 0 70px;
	color: #ffffff;
}
.teal-shape-content-wrap:before{
	content: "";
	background: url(../images/footer-top-shape-bg.svg) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -164px;
	left: -15px;
	right: -15px;
	width: auto;
	display: block;
	height: 166px;
}
.teal-shape-content-wrap:after{
	content: "";
	background: url(../images/banner-right-pattern.svg) no-repeat right center;
	position: absolute;
	bottom: 0;
	right: -60px;
	width: 170px;
	display: block;
	height: 560px;
	max-height: calc(100% + 45px);
}

.nhc-career-opportunities .nhc-section-title p,
.nhc-teal-shape-sec .nhc-section-title p{
	font-size: 18px;
}

ul.plus-lists{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
ul.plus-lists li{
	display: block;
	position: relative;
	padding-left: 24px;
	margin: 0 0 10px;
	text-align: left;
}
ul.plus-lists li:before{
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
	color: #FF7677;
	font-weight: 600;
	width: 20px;
	text-align: center;
}
.nhc-teal-shape-sec ul.plus-lists li:before{
	color: #79EBE6;
}
.doc-bio-desc ul.plus-lists li:before{
	color: #FF7677;
}

.nhc-career-opportunities{
	position: relative;
	padding: 60px 0 30px;
}
.nhc-career-opportunities .nhc-row .nhc-col-4{
	margin-bottom: 30px;
}


/**
 * Volunteer Page
 */
.volunteer-app-content{
	position: relative;
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 40px auto;
	padding: 30px;
}
.box-wrapper{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.volunteer-app-content:after,
.volunteer-app-content:before{
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	height: 100%;
	width: 100%;
	display: block;
	background: #5EB7B3;
	border-radius: 20px;
	box-shadow: 0px -2px 13px #A8AAC329;
}
.volunteer-app-content:after{
	bottom: 0;
	left: 0;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.volunteer-app-content .gform_legacy_markup_wrapper .gform_body{
	position: relative;
	width: 100%;
	max-width: 670px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.volunteer-app-content .gform_heading .gform_title{
	font-size: 40px;
	text-align: center;
}

.gform_wrapper .gform-body .gfield{
	position: relative;
	width: 100%;
}
.gform_wrapper p{
	font-size: 16px;
}

.volunteer-app-content .gform_legacy_markup_wrapper .top_label div.ginput_container{
	margin-top: 0 !important;
}
.volunteer-app-content .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
	padding: 0 0 10px !important;
}

.gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper .gform-body .gfield input{
	height: 44px;
	width: 100%;
	display: inline-block;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
	font-size: 16px !important;
	line-height: 20px;
	padding: 10px !important;
	font-family: 'CeraPRO', sans-serif;
}
.gform_legacy_markup_wrapper select.gfield_select,
.gform_legacy_markup_wrapper textarea.textarea{
	background: #ffffff;
	width: 100%;
	display: inline-block;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
	font-size: 16px !important;
	line-height: 20px;
	padding: 10px !important;
	font-family: 'CeraPRO', sans-serif;
}

.gform_legacy_markup_wrapper select.gfield_select:active,
.gform_legacy_markup_wrapper select.gfield_select:focus-visible,
.gform_legacy_markup_wrapper select.gfield_select:focus,
.gform_legacy_markup_wrapper textarea.textarea:active,
.gform_legacy_markup_wrapper textarea.textarea:focus-visible,
.gform_legacy_markup_wrapper textarea.textarea:focus,
.gform_wrapper .gform-body .gfield input:active,
.gform_wrapper .gform-body .gfield input:focus-visible,
.gform_wrapper .gform-body .gfield input:focus{
	outline: none !important;
	border-color: #FF7677 !important;
}

.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label{
	font-family: 'CeraPRO', sans-serif;
	font-size: 16px !important;
	font-weight: 600 !important;
}

.volunteer-app-content .gform_footer{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	row-gap: 15px;
	flex-wrap: wrap;
}
.gform_footer .gform_button{
	font-family: 'CeraPRO', sans-serif;
	background: #FF7677;
	padding: 10px 30px;
	color: #ffffff;
	height: 44px;
	font-size: 16px;
	line-height: 20px;
	border: 2px solid #FF7677;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px;
	font-weight: 700;
	min-width: 160px;
	margin: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.gform_footer .gform_button:hover{
	background: #365C66;
	border-color: #365C66;
}

.gform_legacy_markup_wrapper .gfield_required{
	color: #FF7677 !important;
	margin-left: 1px !important;
}

.nhcare-volunteer-form .gform_footer p{
	padding: 0;
	margin: 0;
}
.nhcare-volunteer-form .gform_footer br{
	display: none;
}

.loc-sec-desc-block{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
}
.loc-sec-desc-block h4{
	font-size: 20px;
	margin-bottom: 0;
}
.loc-sec-desc-block p{
	font-size: 16px;
	margin-bottom: 0;
}

.nhc-single-map{
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
#singleMap {
	height: 340px;
	width: 100%;
}


/**
 * Shedule Page
 */
.shedule-type-item{
	position: relative;
	height: 100%;
	display: flex;
	width: 100%;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 15px;
}
.shedule-type-item .center-box-wrap{
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.shedule-type-item .nhc-button-group{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 20px;
}
.shedule-type-item .nh-modal-button{
	width: 300px;
	margin: 0;
	max-width: 100%;
}
.shedule-type-item h2{
	margin: 0 0 20px;
	display: block;
	text-align: center;
}
.shedule-type-item h2,
.shedule-type-item h2 span{
	font-family: 'CeraPRO', sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}

.nhc-center-box{
	position: relative;
	width: calc(100% - 40px);
	display: block;
	margin: 20px;
	padding: 30px;
}

.nhc-center-box:after,
.nhc-center-box:before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	height: 100%;
	width: 100%;
	display: block;
	background: #5EB7B3;
	border-radius: 20px;
	box-shadow: 0px -2px 13px #A8AAC329;
}
.nhc-center-box:after {
	bottom: 0;
	left: 0;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.center-box-wrap{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.inner-page-content{
	position: relative;
	z-index: 100;
}

.country-selector.weglot-dropdown{
	z-index: 100;
}

#nh-schedule-modal .nh-modal{
	position: relative;
	color: #000;
	overflow-y: auto;
	max-height: calc(100vh - 100px);
	max-width: calc(100% - 60px);
	padding-top: 40px;
}
#nh-schedule-modal .close{
	position: absolute;
	top: 0;
	right: 0;
}
#nh-schedule-modal .close button{
	font-size: 16px;
}

#nh-schedule-modal .nh-modal span{
	font-family: 'CeraPRO', sans-serif;
	font-size: 16px;
}

#nh-schedule-modal .nh-modal table td .md.hydrated{
	display: none;
}
#nh-schedule-modal .nh-modal .btn.text-lg{
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#nh-schedule-modal .nh-modal .text-left{
	text-align: center !important;
}
#nh-schedule-modal .nh-modal .text-left div{
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	row-gap: 10px;
}

.nhc-category-content .page-title{
	font-size: 40px;
}

.categoryClass .nhc-pbc-title span,
.nhc-category-content .page-title span{
	color: #FF7677;
}

.nhc-site-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
}
.nhc-site-pagination .nav-links{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	row-gap: 10px;
}
.nhc-site-pagination .nav-links span,
.nhc-site-pagination .nav-links a{
	font-size: 20px;
	line-height: 24px;
	padding: 5px 8px;
	display: block;
	border: 1px solid #e2e2e2;
}
.nhc-site-pagination .nav-links .current{
	border-color: #FF7677;
}

.nhc-news-letter-content{
	position: relative;
}

.nhc-newsletter-form{
	display: flex;
	align-items: center;
	flex-direction: row;
	column-gap: 20px;
	justify-content: space-between;
}
.gform_confirmation_wrapper{
	justify-content: center;
}
.gform_confirmation_wrapper p{
	font-size: 20px;
}
.nhc-news-letter-content > p{
	margin-bottom: 0;
}

.nhc-newsletter-form .gform_body{
	width: 100%;
}
.nhc-newsletter-form .gform_footer{
	width: 160px;
}
.nhc-news-letter-content .gform_heading p{
	margin: 0;
}
.nhc-news-letter-content .gform_footer .gform_button{
	line-height: 1 !important;
}
.nhc-news-letter-content .gform_footer .gform_button:hover{
	background: #5EB7B3;
	border-color: #5EB7B3;
}


/**
 * Footer Newsletter form
 */
.footer-nwl-form .nhc-newsletter-form{
	flex-direction: row;
}
.footer-nwl-form .gform_wrapper.gravity-theme .gform_footer,
.footer-nwl-form .gform_wrapper.gravity-theme .gform_page_footer{
	padding: 0;
	margin: 0;
}

.footer-nwl-form .gform_wrapper.gravity-theme .gform_footer input{
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 120px;
	line-height: 20px !important;
}
.footer-nwl-form .gform_wrapper.gravity-theme .gform_footer input:hover{
	color: #79EBE6;
}

.nhc-doc-hours-lists{
	display: block;
	padding: 5px 0;
}

.nhc-page-content .page-content ol,
.nhc-page-content .page-content ul{
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
.nhc-page-content .page-content ul li{
	position: relative;
	padding: 5px 5px 5px 15px;
	line-height: 1.6;
}
.nhc-page-content .page-content ol li{
	position: relative;
	counter-increment: li;
	line-height: 1.6;
	padding: 5px 5px 5px 22px;
}

.nhc-page-content .page-content ul li:before{
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	display: block;
	background: #FF7677;
	position: absolute;
	left: 0;
	top: 15px;
}

.nhc-page-content .page-content ol li:before{
	content: counter(li)'.';
	color: #FF7677;
	display: inline-block;
	width: 20px;
	position: absolute;
	left: 0;
	top: 10px;
	font-weight: bold;
	line-height: 1;
	background: none;
}

.gform-body h1,
.page-heading{
	font-size: 44px;
}

/**
 * Gform PFAC
 */
.gfield--type-radio .gfield_radio li,
.gfield--type-checkbox .gfield_checkbox li{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
}
.gfield--type-radio .gfield_radio li input,
.gfield--type-checkbox .gfield_checkbox li input{
	max-width: 50px;
	margin: 5px 0;
}

.nhc-patient-feedback-form .gform_wrapper{
	margin-top: 0;
}
.nhc-patient-feedback-form .gform_wrapper .gform_body{
	position: relative;
	background: #ffffff;
	border-radius: 20px;
	width: 100%;
	display: block;
	padding: 40px;
	color: #4F4848;
	text-align: left;
}
.nhc-patient-feedback-form .gform_wrapper .gform_body .textarea{
	height: 160px;
}
.nhc-patient-feedback-form .gform_wrapper p{
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}
.nhc-patient-feedback-form .gform_wrapper .gform_footer{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nhc-patient-feedback-form .gform_wrapper .gform_button{
	height: 44px;
	padding: 10px 30px;
	border: 2px solid #79EBE6;
	background: none;
}
.nhc-patient-feedback-form .gform_wrapper .gform_button:hover{
	background: #FF7677;
	color: #ffffff;
	border-color: #FF7677;
}
.nhc-patient-feedback-form .gform_confirmation_message{
	border: 2px solid #5EB7B3;
	padding: 10px;
	border-radius: 40px;
}

video{
	max-width: 100%;
	height: auto;
}

.nhc-video{
	display: inline-block;
	width: 100%;
	position: relative;
}
.nhc-video video{
	width: 100% !important;
	height: auto !important;
}

.nhc-news-filter-sec .nhc-btn,
.nhc-btn.nhcFAQsLoadMoreBtn{
	text-transform: capitalize;
}

/**
 * FAQs Page
 */
.nhc-faq-tab-content{
	position: relative;
	width: 100%;
}
.nhc-faq-tab-content .nhc-section-pad{
	padding-top: 0;
}
.nhc-news-filter-sec .nhc-btn,
.nhc-faq-tab-content .nhc-btn{
	width: 170px;
	height: 50px;
	transform: translateY(0) !important;
}
.nhc-faq-tab-content .nhc-accordian-content{
	padding-bottom: 20px;
}
.nhc-tab-menu{
	position: relative;
}
.nhc-tab-menu .nav{
	justify-content: center;
}
.nhc-tab-menu li{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.nhc-tab-menu li:before{
	display: none !important;
}
.nhc-tab-menu .nav .nav-link{
	background-color: #365C66;
	border-color: #365C66;
	color: #ffffff;
}
.nhc-tab-menu .nav .nav-link.active{
	background-color: #FD7677;
	border-color: #FD7677;
	color: #ffffff;
}

.nhc-post-count-text span{
	padding: 0 2px;
}

.page-content p a{
	color: #FD7677;
}
.page-content p a:hover{
	text-decoration: underline;
}
.rtl {
	direction: rtl;
	text-align: right;
}

.rtl input,
.rtl textarea {
	text-align: right;
}

/**
 * Find Doctor Filter
 */
.nhc-exp-btn-group{
	position: relative;
	text-align: center;
}
.nhc-exp-btn-group .nhc-btn{
	width: 100%;
	max-width: 200px;
	display: inline-block;
	height: 50px;
}

.nhc-select-filter-group{
	margin-bottom: 30px;
}

.nhc-select{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	background: #ffffff url(../images/select-caret-arrow-down.svg) no-repeat center right;
	background-position: calc(100% - 15px) 20px;
	border: 1px solid #D0D0D0;
	border-radius: 10px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
	color: #365C66;
	padding: 5px 50px 5px 20px;
	text-align: left;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.pt-20{
	padding-top: 20px !important;
}
.nav-op{
	padding-bottom: 10px;
}


/**
 * rtl New style from hafiz
 * Date: May 16, 2024
 */
.rtl .nhc-history-slider .clt_carousel_slider,
.rtl .main-footer,
.rtl .nhc-header-content,
.rtl .nhc-hb-slide-item .hb-slide-caption{
	direction: ltr;
}
.rtl .nhc-home-banner-slider .flex-control-nav li a{
	text-indent: 9999px;
}

.rtl .nhc-footer-lag-item .weglot-flags a::before,
.rtl .nhc-footer-lag-item .weglot-flags span::before,
.rtl .header-weglot-lag .weglot-flags a::before,
.rtl .header-weglot-lag .weglot-flags span::before{
	margin-left: 0;
	margin-right: 10px;
}


.rtl .nhc-section-title.flex-left,
.rtl #location .selection-menu ul li,
.rtl .patient-ncqa,
.rtl .tsm-slide-desc,
.rtl .nhc-icon-cta,
.rtl .nhc-section-desc,
.rtl .nhc-single-siderbar a,
.rtl .nhc-section-desc,
.rtl .footer-menu ul li a,
.rtl .contact-feature-item,
.rtl .nhc-news-slide-item .news-slide-item-desc,
.rtl .nhc-experience-item .experience-item-desc,
.rtl .menuContent .navbar-nav > li{
	text-align: right;
}

.rtl .footer-menu ul li,
.rtl .footer-menu ul li a{
	padding-right: 0;
	padding-left: 15px;
}

.rtl .footer-award-logo,
.rtl .footer-social ul{
	justify-content: flex-end;
}

.rtl .footer-logo{
	text-align: left;
}
.rtl .footer-nwl-form .gform_wrapper{
	width: 100%;
}

.rtl .nhc-acd-item .acd-head{
	padding-right: 70px;
}
.rtl ul.plus-lists li{
	text-align: right;
	padding-right: 24px;
	padding-left: 5px;
}

.rtl .nhc-page-content .page-content ol li,
.rtl .nhc-page-content .page-content ul li,
.rtl .nhc-acd-item .acd-content ul li {
    padding-left: 5px;
    padding-right: 15px;
	text-align: right;
}
.rtl .nhc-page-content .page-content ol li{
	padding-right: 22px;
}

.rtl .nhc-page-content .page-content ol li:before,
.rtl .nhc-page-content .page-content ul li:before,
.rtl .nhc-acd-item .acd-content ul li:before,
.rtl ul.plus-lists li:before{
	right: 0;
	left: auto;
}

.rtl .nhc-acd-item .acd-content ol li:before{
	margin-right: 0;
}

@media (max-width: 991px){
	.rtl .footer-logo{
		text-align: center;
	}
	.rtl .footer-social ul {
	    justify-content: center;
	}

}


.ctct-submit {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 120px;
    line-height: 20px !important;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #79EBE6;
    border-radius: 5px;
    background: transparent;
    color: #ffffff;
	min-height: 44px;
}
.ctct-form{
	display: flex;
    justify-content: space-between;
}
.ctct-form-field label {
	display: none
}
.ctct-email{
	height: 44px;
    width: 100%;
    display: inline-block;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    font-size: 16px !important;
    line-height: 20px;
    padding: 10px !important;
    font-family: 'CeraPRO', sans-serif;
}