* {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
	background: #FFF;
	padding: 0 !important;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}
section {
	overflow: inherit;
}
.landing_container, .mmt-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1500px) {
	.landing_container, .mmt-container {
		width: 1480px;
	}
}
/****************all********************/
.container-30 h2, .container-30 h3, .container-30 h4, .container-30 h5{
	color:#484848;
}

h3.title-header , h3.title-header a{
	padding: 0 0 15px 0 !important;
	margin-top: 0;
	font-size: 22px !important;
	color: #484848;
}
.description_text h3{
	font-size: 16px !important;
}
.container-30 h3 {
	font-size: 22px;
}
.slice-landing_page .list-inline i{
	padding: 0 5px;
}
.description_text.landing-page-collapse img {
	border-radius: 4px;
	width: 100%;
}
.description_text .GetAFreeQuote {
	background-color: transparent !important;
	color: #5b8bd5;
}
iframe {
	border-radius: 4px;
}
.container h2 {
	color: #484848;
	padding: 15px 0;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
}
.country-landing{
	padding-top: 30px;
}
.country-landing > div{
	overflow: hidden;
	margin-bottom: 30px;
}
.country-landing > div.column-3 > div{
	overflow: hidden;
}
.country-landing p span {
	color: #5b8ad5;
	font-size: 14px;
	margin-bottom: 20px;
	position: absolute;
	right: 30px;
}
.country-landing > div.column-3 > div  {
	padding-left: 0;
	width: 33.33%;
	float: left;
	position: relative;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

@media (max-width: 768px){
	.container-30, section{
		padding: 0 15px !important;
	}
	.col-padding-5{
		padding: 0 5px !important;;
	}
	.container-sm-padding-0{
		padding: 0;
	}
	.col-padding-5 {
		padding: 0 5px 0 5px;
	}
	.container-30 ol {
		margin-left: 0 !important;
		padding-left: 15px;
	}
	.search_landing_page_container{
		margin: 0;
		padding: 25px 15px 35px 15px;
	}
	.slice-landing_page .list-inline {
		right: 0;
		top: 50px;
		background: #fff;
		border-radius: 0;
		position: relative;
		z-index: 12;
		border-top: 1px solid #e6e6e6;
	}
	.slice-landing_page .list-inline i{
		padding-left: 5px;
	}
	.blue-bg {
		padding: 10px;
	}
	#near_project .owl-nav{
		display: none;
	}
	h3.title-header {
		text-align: center;
		padding: 20px 0 15px 0px !important;
		margin-top: 0;
	}
	ul.ia_section-container{
		margin: 0;
		padding: 10px;
	}
	ul.ia_section-container li{
		width: 100% !important;
		border: 1px solid #ddd;
		padding: 10px !important;
		margin-bottom: 5px;
		background: #fff;
		border-radius: 4px;
	}
	.nav-scroll .nav-tabs {
		border-bottom: 1px solid transparent !important;
	}
}
/*******************main search****************/
.slice-landing_page {
	background-position: center center;
	background-size: cover!important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	position: relative
}
.slice-landing_page .list-inline{ padding:5px 10px;}
.search_landing_page {
	padding: 15px;
}
.search_landing_page_container {
	padding: 15px;
	border-radius: 4px;
	margin: 150px auto;
	background: rgb(26 69 121 / 73%) !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.search_landing_page_container .site-search .mx-page-top-search {
	width: 750px;
}
.search_landing_page_container .site-search .btn-search {
	width: 100% !important;
}
.search_landing_page_container .form-vertical {
	border-radius: 4px;
	transition: all 0.4s ease;
}
.search_landing_page_container .form-vertical.fixtop {
	background-color: rgba(25,67,120,1);
	padding: 10px;
	width: 100%;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 8;
	transition: all 0.4s ease;
	max-width: 1140px;
	margin: 0 auto;
	border-radius: 0 0 4px 4px;
}
.search_landing_page_container .form-vertical.fixtop .search-style-1{
	max-width: 1170px;
	margin: 0 auto;
}
.search_landing_page_container .form-vertical.fixtop .search-style-1 label {
	display: none;
}
.slice-landing_page{
	color: #fff;
	margin-bottom: 30px;
}
.slice-landing_page .form-group{
	position: relative;
}
.search_landing_page_container h1{
	padding-top: 5px;
}
.search_landing_page_container h1, .search_landing_page_container h2{
	color: #fff;
	text-shadow: 2px 3px 2px rgb(0 0 0 / 8%);
}
.search_landing_page_container h2{
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.search_landing_page_container .form-group{
	position: relative;
	margin-bottom: 0;
}
.search_landing_page_container .form-control {
	border: 1px solid #fff;
	border-radius: 0;
	padding: 8px 15px;
	font-size: 0.85rem;
	color: #484848;
}
.search_landing_page_container .form-group i{
	position: absolute;;
	right: 10px;
	bottom: 11px;
	z-index: 9;
	color: #ababab;
}
.fa-search:before {
	opacity: 0.4;
}
.search_landing_page_container .btn {
	background-color: #22c982;
	color: #333333;
	font-size: 0.85rem;
	padding: 8px 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: 1px;
	height: 41px;
}
.search_landing_page_container .btn:hover {
	background-color: #18a66a
}
.has-success .twitter-typeahead .tt-input{
	border-color: #fff !important;
}

@media (max-width: 768px) {
	.search_landing_page_container{
		margin: 0;
		border-radius: 0;
		padding: 45px 25px 25px;
	}

	.container-0 {
		max-width: inherit !important;
		width: 100% !important;
		margin: 0;
		padding: 0;
	}
	.search_landing_page_container .site-search .mx-page-top-search {
		width: 100%;
	}
}
/****search-style-1****/
.search-style-1 .block-1{
	padding-right: 0;
}
.search-style-1 .block-2{
	padding-right: 0 !important;
	padding-left: 0!important;
}
.search-style-1 .block-3{
	padding-left: 0!important;
}
.search-style-1 .block-3 .btn{
	-webkit-border-top-right-radius: 4px !important;
	-webkit-border-bottom-right-radius: 4px!important;
	-moz-border-radius-topright: 4px!important;
	-moz-border-radius-bottomright: 4px!important;
	border-top-right-radius: 4px!important;
	border-bottom-right-radius: 4px!important;
}
.search-style-1 label{
	font-size: 16px;
}
.site-search .justify-content-md-center{
	clear: both;
}
@media (max-width: 768px){
	.search-style-1 .block-1,.search-style-1 .block-2,.search-style-1 .block-3{
		padding: 0 15px !important;

	}
	.search-style-1 .form-control,.search-style-1 .block-2 .form-contro{
		border-radius: 4px !important;
	}
	.search-style-1 .block-3 label{
		display: none;
	}
	.search-style-1 .block-3 .btn{
		margin-top: 5px;
	}
}
/****end search-style-1****/
.search_landing_page h2 {
	font-weight: 700;
	margin: 0 0 5px 0;
}
.list-inline {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	right: 15px;
	top: 73px;
}
.search_input {
	position:relative;
}
.search_input input {
	padding-right:25px;
}
.search_input i {
	position:absolute;
	right:15px;
	top:8px;
	font-size:18px;
}
.search_landing_page .search_input i{ right: 20px;}

/*******************block_search_landingpage********/
.bannerroom{
	border-bottom: none;
	margin-bottom: 25px;
}
.price-item {
	font-weight: 600;
	color: #e36363;
}
.block_search_landingpage .right_block{
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: inline-flex;
}
.block_search_landingpage .right_block a{
	display: inline-block;
	min-width: 20%;
	border-right: 1px dotted #ddd;
	position: relative;
	padding: 5px 10px 5px 60px !important;
}
.block_search_landingpage .right_block a img{
	display: none;
}
.block_search_landingpage .right_block a:before{
	position: absolute;
	left: 10px; top: 0px;
	content: "\f21e";
	font-family: FontAwesome;
	font-size: 38px;
}
.block_search_landingpage .right_block a:last-child{
	border: none;
}

@media(max-width:1024px){
	.block_search_landingpage .right_block a{
		width: 49%!important;
	}
	.block_search_landingpage .right_block{
		display: inline;
	}
	.block_search_landingpage .right_block a:nth-child(2){
		border: none;
	}
}

@media(min-width:1024px){
	.block_search_landingpage .right_block a{
		width: 24% ;
	}
}

/*******************link_footer*****************/
#link_footer{
	background: #fff;
	border-top: 5px solid #f2f2f2;
	margin-top: 25px;
	max-width: 100%;
}
#link_footer.container-30 h3 {
	font-size: 18px;
}
#link_footer ul.ia_section-container li {
	padding: 0px 15px 8px 0;
}
#link_footer ul.ia_section-container li a{
	color: #5b8bd5 !important;
}
ul.ia_section-container li {
	display: inline;
	list-style: none;
	width: 33.33%;
	float: left;
	padding: 0px 15px 15px 0;
	font-size: 12px;
}
ul.ia_section-container li a {
	color: rgba(0,0,0,0.5) !important;
	font-size: 13px;
	display: block;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
ul.ia_section-container li a:hover {
	color: #444 !important;
}
#link_footer .tab-content{
	border: none;
}
footer{
	margin-top: 0;
}
/******************list data*******************/
.row-margin-5{
	margin: -5px;
}
.col-padding-5{
	padding: 0 5px 5px 5px;
}
.dealText em {
	background: #ff5a5f;
	height: 150px;
	left: -85px;
	position: absolute;
	top: -75px;
	width: 150px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	font-size: 12px;
}
.dealText {
	top: 5px;
	left: 5px;
	color: #fff;
	padding: 10px;
	clear: both;
	display: block;
	height: 100px;
	overflow: hidden;
	position: absolute;
	width: 100px;
	z-index: 3;
	padding-top: 25px;
	text-align: center;
	border-top-left-radius: 4px;
}
.title_li li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title_li li:last-child {
	height: auto;
}
/****** near project******/
#project-neary .item img{
	width: 100%;
	min-height: 140px;
}
#near_project .owl-nav{
	top: -40px !important;
}
.similiar_slide:hover .owl-nav{
	opacity: 1;
}
.owl-prev{
	right: 0 !important;
    left: 5px !important;
}
.owl-next {
	right: 55px !important;
}
#near_project .owl-nav img{
	width: 30px;
	padding: 5px;
}
#near_project .owl-next{
	float: right;
}
#near_project .owl-prev{
	float: right;
}
#near_project button.owl-next{
	right: 0;
}

#near_project button.owl-prev {
	right: 35px !important;
	left: inherit;
	float: right;
}
#near_project .owl-next, #near_project .owl-prev{
	background: #fff;
	border: 1px solid #ccc;
}
.country-item  .col-lg-4 {
	padding: 5px;
}
#country-row .row-item {
	margin: 0;
	width: 100%;
}
#country-row .col-item {
	width: auto;
	padding: 0;
}
.country-item .item {
	background: #fff;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #eee;
}
.country-item .item-title {
	font-size: 13px;
	font-weight: 600;
	color: #909090;
	line-height: 25px;
	overflow: hidden;
}
.country-item .item-title .h_1 {
	font-size: 16px;
	font-weight: 600;
	color: #484848;
}
.country-item .item-photo {
	height: 210px;
	overflow: hidden;
}
.country-item .row-item{
	margin: 0 auto;
	width: 100%;
}
.lp_nearby_container .country-item .row-item{
	width: max-content;
}
.country-item .item-photo img {
	width: 100%;
	object-fit: cover;
}
.country-item .share {
	position: absolute;
	right: 15px;
}
.country-item  .share i {
	margin-left: 5px;
	font-size: 16px;
	color: #fff !important;
	opacity: .8;
}
.country-item .share i.fa-heart {
	display: none;
}
.country-item .item-description {
	padding: 10px;
}
.country-item .item-description .accreditation{
	float: right;
    margin-bottom: 0;
}
.country-item .item-description .data {
	overflow: hidden;
}
.country-item .item-description .view-project {
	color: #FFF;
}
.item-rate{
	width: 100%;
	height: 45px;
	overflow: hidden;
}
.recommended  .accreditation {
	margin: 10px 0 !important;
	float: none !important;
	min-height: 30px;
}
.recommended .type-clinic-all {
	height: 60px;
	overflow: auto;
}
.country-item .location {
	color: #333;
	font-size: 13px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	float: left;
}
.country-item .rate {
	font-size: 20px;
	font-weight: 600;
	display: block;
	font-style: normal;
	color: #d74d4d;
	float: left;
}
.lp_nearby_container .country-item .rate {
	height: 40px;
}
.country-item  .type-title {
	font-size: 14px;
	color: #909090;
	margin: 0;
	padding: 0;
}
.country-item .item-description ul {
	overflow: hidden;
	border-top: 1px solid #efefef;
	margin:10px 0 0 0;
	width: 100%;
}
.country-item .item-description ul.feaure-list {
	margin:15px 0;
}
.country-item .item-description li{
	list-style: none;
	width: 50%;
	float: left;
	text-align: center;
}
.country-item .item-description li:last-child{
	border-left: 1px solid #efefef;
	margin-top: 10px;
}
.country-item .review {
	margin: 9px 0 0;
}
.fa-hospital-o:before {
	content: "";
	background-image: url(../images/icon/hospital.svg);
	background-size: cover;
	width: 13px;
	height: 13px;
	display: block;
	opacity: .4;
}
.item-description ul.feaure-list li {
	width: 100%;
	float: none;
	padding: 4px 6px;
	text-align: left;
	font-size: 13px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-description ul.feaure-list li:last-child{
	margin:0;
	border:0;
}
.item-description ul.feaure-list li:nth-child(odd) {
	background-color:#f7f7f7;
}
.item-description ul.feaure-list li img {
	width: 9px;
	float:right;
	padding-top: 3px;
}
.lp_nearby_container .location {
	float: none;
	display: inline;
}
.lp_nearby_container .established-txt {
	font-size: 13px;
	color: #333;
	display: inline;
}
.lp_nearby_container .established-txt .fa {
	color: #333;
}
.lp_nearby_container .distance-list {
	font-size: 13px;
	font-weight: 600;
	color: #333;
}
.lp_nearby_container  .established-txt:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #ccc;
	margin: 0 8px 0 5px;
}
.rate .txt-price{
	font-size: 13px;
	display: block;
	line-height: 16px;
	font-weight: 600;
}
.lp_nearby_container .proj-title {
	color: #484847;
}
.lp_nearby_container .nearby_view_project {
	border-radius: 4px;
	padding: 8px 10px !important;
	font-size: 14px;
}
.lp_nearby_container .owl-projects.owl-carousel {
	overflow: visible;
}
.fixed-bottom .btn-primary {
	border-radius: 0 !important;
}
.simi_treat_lst h4{
	font-size: 18px;
	color: #484848;
	margin:10px 0 0;
}
.simi_treat_lst h5{
	font-size: 15px;
	font-weight: 700;
	display: block;
	font-style: normal;
	color: #e36363;
}
.owl-theme .owl-nav {
	opacity:0;
}
.owl-theme .owl-prev i{
    background: url(../images/arrow-left-large.svg) no-repeat 0 0/40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    object-fit: cover;
    position: absolute;
    z-index: 8;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}
.owl-theme .owl-next i {
	background: url(../images/arrow-right-large.svg) no-repeat 0 0/40px;
	width: 40px;
	height: 40px;
    display: inline-block;
    object-fit: cover;
    position: absolute;
    z-index: 8;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}
.owl-projects.owl-theme:hover  .owl-nav {
	opacity:1;
}
.owl-projects .owl-next, .owl-projects .owl-prev {
	top: 3px;
	background: #fff !important;
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
}
.owl-projects .owl-next {
	right: 5px;
}
.owl-projects .owl-prev {
	left: 5px;
}
.lp_nearby_container .owl-projects .owl-nav img {
	transform: none !important;
	width: 40px;
	opacity: 1;
}
/**************style 1 ***************/
.item-style-1{
	border: 1px solid #ddd;
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
}
.item-style-1:hover{
	-webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.31);
	-moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.31);
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.31);
}
.item-style-1 .review {
	margin: -33px 0 0;
	display: inline;
	float: right;
}
.item-style-1 .item-description {
	width: calc(100% - 300px);
	padding: 10px 20px;
	position: relative;
	right: 0;
	text-align: left;
	height: 100%;
	float: left;
}
.item-style-1 .item-title .h_1 {
	font-size: 18px;
	font-weight: 600;
	color: #484848;
}
.item-style-1 .type-title, .item-style-1 h3.type-title {
	color: #555;
	font-weight: 600;
	text-align: left;
	font-size: 13px;
	margin: 5px 45px 0 0;
	padding: 0 0 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline;
}
.left-description .type-title {
	text-align: right;
	margin: 5px 0;
	display: block;
}
.item-style-1 .item-title .location, .item-style-1 .item-title h4.location {
	margin: 0;
	color: #9E9E9E;
	padding: 0;
	text-align: left;
	font-size: 13px;
	top: -4px;
	display: inline;
}
.item-style-1 .item-photo{
	position: relative;
	overflow: hidden;
	width: 300px;
	float: left;
}
.item-style-1 .item-photo img{
	width: 100%;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);
	max-height: 225px;
	object-fit: cover;
}
.item-style-1:hover .item-photo img {
	overflow: hidden;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.2);
	transition: all 200ms ease-in;
	transform: scale(1.2);
}
.item-style-1 .established-txt {
	font-size: 13px;
	color: #9E9E9E;
	display: inline;
	font-weight: 600;
	float: right;
}
.item-style-1 .share {
	right: 10px;
	color: #fff !important;
	float: right;
	position: absolute;
	z-index: 8;
	top: 3px;
}
.item-style-1 .share i.fa-heart{
	display: none;
}
.item-style-1 .rate{
	left: 0;
	top: 0;
	text-align: right;
	color: #868181;
	font-weight: 600;
	line-height: 17px;
}
.revirw-rate {
	font-size: 11px;
	display: inline;
	vertical-align:text-bottom;
	font-weight: 600;
	color: #606060;
}
.count-review {
	background-color: #5b8bd5;
	color: #fff !important;
	display: inline-block;
	font-size: 10px;
	border-radius: 5px 5px 5px 0;
	vertical-align: bottom;
	width: 21px;
	padding: 1px 2px;
	margin-right: 5px;
	text-align: center;
	letter-spacing: -0.5px;
	font-weight: 600;
}
.item-style-1 .rate strong{
	font-size: 22px;
	font-weight: 700;
	display: block;
	font-style: normal;
	color: #e36363;
}
.item-style-1 .share i{
	margin-left: 5px;
	font-size: 15px;
	color: #fff !important;
}
.item-style-1 .share i.active{
	color: #d9534f !important;
}
.item-style-1 ul{
	/*display: flex;*/
	/*flex-direction: row;*/
	/*flex-wrap: wrap;*/
	/*width: 100%;*/
	/*padding-left: 0;*/
	/*border-top: none;*/
	/*text-align: center;*/
	/*font-size: 13px;*/
	/*margin: 0;*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*border: 0;*/
	/*border-top: 1px solid #ddd;*/
}
.item-style-1 ul li{
	list-style: outside disc;
	display: list-item;
	margin-left: 16px;
    line-height: 17px;
	/* width: calc(100% / 2); */
	/* padding: 10px 0; */
	/* color: #333; */
	/* font-weight: 600; */
	/* border-right: 1px solid #ddd; */
	/* position: relative; */
}
.item-style-1 ul li:last-child{
	border-right: 0;
}
.item-style-1 ul .btn{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
}
.item-style-1 .detail {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	height: 10em;
}
.item-style-1 .detail.style-3 p{
    margin-bottom: 5px;
}
.item-style-1 .data{
	border: 0;
	position: relative;
	font-size: 12px;
}
.item-style-1 .accreditation{
	text-align: right;
 }
.item-description .left-description {
	width: calc(100% - 230px);
	float: left;
}
.item-style-1 .btn-footer{
	width: 230px;
	float: right;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	padding: 15px;
	border-left: 1px solid #eee;
	font-size: 12px;
	color: #777b84;
	font-weight: 700;
}

.item-description .left-description:lang(id) {
	width: calc(100% - 265px);
}
.item-style-1 .btn-footer:lang(id) {
	width: 265px;
}
.item-description .left-description:lang(th) {
	width: calc(100% - 265px);
}
.item-style-1 .btn-footer:lang(th) {
	width: 265px;
}
.item-style-1 .btn-footer .btn-primary {
	float: right !important;
	right: 15px;
}
.item-style-1:hover .btn-footer{
	bottom: 0;
}
.item-style-1 .btn-footer .btn {
	margin: 0;
	float: left;
	border-radius: 4px;
	background-color: #f0470a;
	border-color: #f0470a;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 10px;
	position: absolute;
	bottom: 15px;
}
.item-style-1 .type-clinic-all{
	height: 60px;
	overflow: auto;
}
.item-style-1 .item-title.three-row .h_1{
	padding-top: 20px;
}
.item-style-1 .item-title.three-row .review{
	width: auto;
	float: left;
}
.item-style-1 .item-title.three-row .established-txt{
	color: #eee;
	font-size: 12px;
}
#near_project .fa-times {
	color: #fe4735;
}
#near_project .fa-check {
	color: #8ac048;
}
.usp-list{
	font-size:14px;
	position: relative;
	padding-bottom: 50px;
}
.usp-list p {
	padding-bottom:5px;
}
.usp-list h5 {
	font-size: 24px;
	padding: 0 20px;
	line-height: 28px;
}
.usp-list-btn{
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.menuGetAFreeQuote.btn {
	background: #f0470a;
	color: #fff;
}
.description_text.landing-page-collapse ol{
	margin-left: 0 !important;
}
.col-item:first-child {
	margin-left: 7px;
}
.col-item {
	width: 290px;
}
.col-clinic-item:first-child {
	margin-left: 0;
}
.col-clinic-item {
	width: 283px;
	margin-right: 7px;
}
.around-area .col-item {
	width: 100%;
}
.around-area .row-item{
	margin: 0 auto;
	width: 100%;
	display: block;
	white-space: inherit;
}

@media (max-width: 768px){

	.item-style-1 {
		margin-bottom:10px;
		border: 0;
	}
	.item-style-1 .accreditation{
		padding-bottom: 0;
		margin: 0 0 25px 0;
		position: relative;
		top: -15px;
		left: 0;
		text-align: left;
	}
	.item-style-1 .type-clinic-all{
		height: auto;
	}
	.item-style-1 .review {
		margin: 5px 0 0;
		display: inline;
		float: none;
		position: relative;
		top: -4px;
		width: auto;
		text-align: right;
	}
	.around-area .revirw-rate {
		margin-top: -5px;
		text-align: left;
	}
	.around-area .count-review {
		margin-right: 0;
	}
	.country-item .review {
		margin: 2px 0 0;
	}
	.review i {
		font-size: 12px;
	}
	.item-style-1 ul{
		 bottom: 40px;
	}
	.item-style-1 .detail{
		margin-bottom: 25px;
		height: 180px;
		display: block;
	}
	.item-style-1 .xs-bottom-0{
		bottom: 0 !important;
	}
	.item-style-1 .btn-footer{
		position: static !important;
		display: inline-table;
		width: 100%;
		border-left: none;
		padding: 10px 0 0;
	}
	.item-style-1 .btn-footer:lang(th) {
		width: 100%;
	}
	.item-description .left-description:lang(id) {
		width:100%;
	}
	.item-style-1 .btn-footer:lang(id) {
		width:100%;
	}
	.item-style-1 .btn-footer .btn {
		position: relative;
		font-size: 13px;
		width: calc(50% - 5px);
		right: 0;
	}
	.item-style-1 .rate {
		left: 20px;
		top: 30px;
		position: absolute;
		width: auto;
		border-bottom: 1px solid #ddd;
		right: 20px;
		padding-bottom: 15px;
		text-align: left;
	}
	.item-description{
		position: relative;
	}
	.country-item .item-description .item-rate {
		height: 43px;
	}
	.blue-bg {
		margin-top: 5px;
		border-radius: 4px;
		background-size: 130vh !important;
		background-position: 20% 50% !important;
	}
	.blue-bg h2 {
		color:#fff;
	}
	.blue-bg.col-content {
		color: #fff;
		background-image: none !important;
		padding: 20px;
		background-color: transparent;
		height: auto;
	}
	.blue-bg .btn {
		background-color: rgb(240, 71, 10);
		color: #fff;
	}
	.blue-bg .usp-list {
		margin-bottom: 15px;
		border-bottom: 1px solid #fff;
		padding: 0 20px;
		max-width: 100% !important;
		background-color: #5b8bd5 !important;
	}
	.blue-bg .usp-list:last-child{
		border: 0;
		margin-bottom: 0;
	}
	.usp-list h5 {
		font-size:24px;
		padding: 0;
	}
	.usp-list-btn{
		position: static;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
	}
	.item-style-1 .item-photo{
		max-height: inherit;
		width: 100%;
	}
	.item-style-1 .item-description {
		width: 100%;
		padding-top: 72px;
	}
	.item-description .left-description {
		width: 100%;
	}
	.item-description .left-description:lang(th){
		width: 100%;
	}
	#country-row .row-item {
		width: 100%;
		display: -webkit-box;
	}
	#country-row .col-lg-4{
		width: 100%;
	}
	.country-item .row-item {
		margin: 0 auto;
		width: max-content;
	}
	.country-item .col-lg-4 {
		margin-bottom: 10px;
		width: 300px;
	}
	.country-item .dealText {
		top: 0;
		left: 0;
	}
	.search_landing_page_container .btn{
		border-radius: 4px;
	}
	.search_landing_page_container .btn.fixed-bottom{
		background-color: #f0470a !important;
	}
	.description_text.landing-page-collapse ul{
		margin-left: 15px !important;
	}
	.fixed-bottom {
		padding: 10px;
		z-index: 99;
	}
	.fixed-bottom .btn {
		color: #fff;
		border-radius: 4px !important;
	}
	.col-item  {
		width: 300px;
		padding: 0 10px 0 0;
	}
	#country-row .col-item:first-child {
		padding-left: 0;
	}
	.around-area .row-item {
		white-space: inherit;
		width: max-content;
		display: flex;
	}
	.around-area .col-item {
		width: 300px;
	}
    #mmt_mob_anchor {
        bottom: 59px !important;
    }
}
@media (min-width: 766px) and (max-width: 768px){
	.item-style-1 {
		margin-bottom: 10px;
		border: 1px solid #ddd;
	}
	.around-area .col-md-6 {
		padding: 5px;
	}
	.blue-bg{ margin: 25px 0}
	.blue-bg .list-3{
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.search_landing_page_container .form-vertical.fixtop {
		top: 55px;
	}
	.search-style-1 .block-3 label{
		display: none;
	}
	.search-style-1 .block-1{
		padding-right: 0 !important;
	}
	.search-style-1 .block-3 .btn {
		margin-top: 0;
	}
	.search-style-1 .block-1 .form-control{
		-webkit-border-top-right-radius: 0 !important;
		-webkit-border-bottom-right-radius: 0!important;
		-moz-border-radius-topright: 0!important;
		-moz-border-radius-bottomright: 0!important;
		border-top-right-radius: 0!important;
		border-bottom-right-radius: 0!important;
	}
	.search-style-1 .block-2 {
		padding-right: 0 !important;
		padding-left: 0!important;
	}
	.search-style-1 .block-2 .form-control{
		border-radius: 0 !important;
	}
	.search-style-1 .block-3 {
		padding-left: 0!important;
	}
	.search-style-1 .block-3 .btn{
		height: 45px;
		-webkit-border-top-left-radius: 0 !important;
		-webkit-border-bottom-left-radius: 0!important;
		-moz-border-radius-topleft: 0!important;
		-moz-border-radius-bottomleft: 0!important;
		border-top-left-radius: 0!important;
		border-bottom-left-radius: 0!important;
	}
	.slice-landing_page ul.list-inline{
		right: 0;
		left: 0;
		top: 0;
		margin-bottom: 0;
		height: 30px;
		border-radius: 0;
		background: rgba(255,255,255,0.8);
	}
	ul.ia_section-container li{
		 width: 25% !important;
	}
}

@media (max-width: 767px){
	.search_landing_page_container .form-vertical.fixtop {
		position: relative;
		padding: 0;
		top: auto;
		background: transparent;
	}
	.search_landing_page_container .form-vertical.fixtop .search-style-1 {
		margin: 0 -15px;
	}
	.left-description .btn-footer .type-title {
		position: absolute;
		top: 2px;
	}
	.item-style-1 .established-txt {
		float: left;
		position: absolute;
		top: 8px;
		right: 20px;
	}
	.item-style-1 .item-title .location, .item-style-1 .item-title h4.location {
		margin: 0px 0 8px 0;
		line-height: 18px;
		display: block;
	}
	.country-landing > div.column-3 > div {
		width: 100%;
	}
	footer {
		padding: 0;
	}
	footer .copyright {
		padding: 0px 0 130px 0;
		border: none;
	}
}
