
		#logo img{
			max-width: 90px;
		}
		
		.input-arrow-box{
			margin-top: 4px;
		}
		.input-arrow-box .form-control {
			
			width: 378px;
			
		  padding: 7px 12px 7px 12px;
		  float: left;
		  display: table-cell;
		  border-radius: 0 0 0 0;
		  -moz-border-radius: 0 0 0 0;
		  -webkit-border-radius: 0 0 0 0;
		  border: none;
		  border-right: none;
		  background: rgba(255, 255, 255, .7);
		  -webkit-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
		  -moz-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
		  box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
		}
		.input-arrow-box .form-control {
		  -o-transition: .5s;
		  -ms-transition: .5s;
		  -moz-transition: .5s;
		  -webkit-transition: .5s;
		  transition: .5s;
		  outline: none;
		}
		.input-arrow-box .form-control {
		  border: solid 1px #333333;
			border-right-color: rgb(51, 51, 51);
			border-right-style: solid;
			border-right-width: 1px;
		  border-right: none;
		  padding: 6px 12px;
		}
		
		.input-arrow-box #btn-arrow i {
		  text-align: center;
		  font-size: 28px;
		  float: left;
		  width: 10%;
		  background: #171A21;
		  color: #ffffff;
		  display: table-cell;
		  padding: 5px 0 5px 0;
		  border-radius: 0 0 0 0;
		  -moz-border-radius: 0 0 0 0;
		  -webkit-border-radius: 0 0 0 0;
		  background: var(--red);
		}
		
		.green-box{
		  text-align: center;
		  font-size: 20px;
		  margin-right: 20px;
		  position: relative;
		  background: rgba(var(--red-rgb), .1);
		  width: 48px;
		  height: 48px;
		  border-radius: 0px;
		  padding: 15px 0;
		  color: var(--primary-color);
		}
		header.smaller, .de-country, .de-card, .pricing-s1, .de-image-text, #quick_form, .de_count.s2, .de-event-item, .de-event-item .d-date, .de-map-wrapper iframe, .de-box, .de-review-list li, .expand-custom, .sc-opt {
		  box-shadow: unset;
		}
		.de-card .text {
		  padding: 23px;
		}
		
		.scrolling-locations{
			color: #fff;
			font-weight: 500;
			white-space: nowrap;
			margin: 0;
			position: relative !important;
		}
		
		.marquee {
		  margin: 0 auto;
		  white-space: nowrap;
		  /*overflow: hidden;*/
		  position: absolute;
		  color: #fff;
		  font-weight: 500;
		}

		.marquee span {
		  display: inline-block;
		  padding-left: 100%;
		  animation: marquee 60s linear infinite;
		   color: #fff;
		   font-weight: 500;
		}

		.marquee2 span {
		  animation-delay: 30s;
		}
		
		@keyframes marquee {
		  0% {
			transform: translate(0, 0);
		  }
		  100% {
			transform: translate(-100%, 0);
		  }
		}
		

.scrolling-locations span {
	cursor: pointer;
}
		
.location-card-hover {

    background-size: cover;
    display: none;
    width: 230px;
    position: absolute;
    top: 900px;
    left: 20px;
    z-index: 1;

}
		
		.hero-plus {
		  position: absolute;
		  max-width: 48%;
		  left: -6%;
		  opacity: 0.06;
		  filter: invert(75%) sepia(56%) saturate(6277%) hue-rotate(128deg) brightness(99%) contrast(101%);
		}
		
		.banner-section {
		  background-size: cover;
		  border: 1.7px solid #eee;
		  border-radius: 30px;
		  /*padding: 43px;*/
		}

.silver-plus {
  visibility: visible;
  animation-delay: 1.25s;
  animation-name: fadeIn;
  position: absolute;
  margin-left: -10px;
  max-height: 600px;
  margin-top: -130px;
}

.bg-black-gradient{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0,0,0,0) 100%);
}

.bg-black-gradient-2x{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0,0,0,0) 100%);
}

.bg-black-gradient-3x{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 40%, rgba(0,0,0,0) 100%)
}

.de-card .de-price span {
  top: 23px;
}

.de-card-radius {
  border-radius: 15px 15px 0 0;
}

.location-list .location-card{
	padding-bottom: 30px !important;
}

.location-detail-title{
	display: inline-block;
	overflow: hidden;
	position: relative;
	left: 0;
	right: 0;
	letter-spacing: -1px;
	
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 46px;
	
	font-family: var(--title-font);
	font-weight: 700;
	color: #464c4b;
}

.plans-card .text ul{
	padding: 0;
	list-style: none;
}

.plans-card .text ul li{
	display: block;
	margin: 10px 0;
	margin-top: 0;
	font-weight: 500;
	padding: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom: 8px;
}

.plans-card .text ul li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 12px;
  width: 20px;
  line-height: 1;
  padding: 4px 0;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #464c4b;
  color: #ffffff;
}

#section-hero{
	padding-top: 110px;
	padding-bottom: 40px;
}
#section-hero h1:not(.hero-title):not(.title-mini){
	font-size: 35px;
}
.all-text-img{
	max-width: 35%;
}
@media only screen and (max-width: 992px){
	#section-hero{
		padding-top: 35px;
	}
	.location-hero-search input{
		width: 100% !important;
		border: solid 1px #333333 !important;
	}
	.location-hero-search #btn-arrow{
		display: none !important;
	}
	.all-text-img{
		max-width: 60%;
	}
	.prestige-section .prestige-img{
		display: none;
	}
	.prestige-section .prestige-text .row{
		padding: 1.5rem !important;
	}
	.hero-plus {
		max-width: 70%;
		left: -13%;
	}
	.all-text-img-2{
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 480px){
	h1, .h1 {
	  /*font-size: 40px;*/
	  font-size: 36px;
	}
	.all-text-img{
		max-width: 80%;
	}
}


.location-search-result{
	background-size: cover;
	display: none;
	background-color: #fff;
	width: 420px;
	padding: 12px;
}
.location-search-result ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.location-search-result ul li{
	color: #00927c;
	font-weight: 600;
	text-decoration: underline;
	line-height: 33px;
}

.de_count .de_count-title, .de_count .de_count-title span{
  font-size: 36px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: .5em;
  
  font-family: var(--title-font);
font-weight: 700;
color: #464c4b;
}

.de_count .de_count-text{
	font-size: 14px;
	font-weight: 500;
}
.advantages-card-title{
font-size: 20px;
margin-top: 0;
margin-bottom: 10px;
font-family: var(--title-font);
font-weight: 700;
color: #464c4b;
}

.footer-light .footer-title{
	margin-top: 0;
	font-family: var(--title-font);
	font-weight: 700;
	color: #464c4b;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: none;
	line-height: 1.2;
}

.white-box {
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
  position: relative;
  background: rgba(255, 255, 255, .1);
  width: 48px;
  height: 48px;
  border-radius: 0px;
  padding: 15px 0;
  color: #fff;
}

.text-color-white{
	color: #fff !important;
}

.header-location-list .location-item {
	font-size: 20px;
	letter-spacing: 0px;
	font-family: var(--title-font);
	font-weight: 700;
	color: #464c4b;
	padding: 7px;
	cursor: pointer;
}

.location-item:hover {
  background: rgb(0,200,154);
  background: linear-gradient(90deg, rgba(0, 200, 154, 0.2) 0%, rgba(255,255,255,0) 100%);
}

.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: 44px !important;
}
.select2-selection__arrow {
    height: 43px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 41px !important;
  margin-right: 23px !important;
  font-weight: bolder !important;
}

.select2-container .select2-selection--single .select2-selection__clear {
  font-size: 1.3em !important;
}

.header-phone{
	margin-right: 15px;
	font-size: 15px;
	border-right: 1px solid #fff;
	padding-right: 13px;
	color: #fff;
}

.header-phone i{
	margin-right: 10px;
}

.header-light .header-phone{
  color: var(--red);
  border-right: 1px solid var(--red);
}

header.smaller.scroll-light .header-phone{
  color: var(--red);
  border-right: 1px solid var(--red);
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: var(--red) !important;
    color: #fff;
}
.select2-container--default .select2-results__option .select2-results__option {
  font-weight: 600;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f4e0e0 !important;
}

.select2-container--default .select2-results__group {
  color: var(--red);
  background-color: #f4e0e0;
}

.select2-container--default .select2-selection--single {
  border: unset !important;
}

.upto-300{
	background-color: #006152;
	color: #fff !important;
	padding: 7px;
	display: inline-block;
}

@media only screen and (max-width: 992px) {
	.upto-300{
		background-color: unset;
		color: var(--red) !important;
		padding-left: 0;
	}
	/*.header-phone{
		display: none;
	}*/
	.header-phone{
		margin-right: 0;
		font-weight: 500 !important;
		color: var(--red);
		border-right: 1px solid var(--red);
	}
	.menu_side_area .btn-main{
		display: none;
	}
}

.location-menu-children{
	width: 800px !important;
	left: -250% !important;
}

@media only screen and (max-width: 992px) {
	.section-detail .owl-thumbs{
		display: none;
	}
	.section-detail{
		padding: 30px 0 90px 0;
	}
	.header-location-detail .location-detail-title{
		font-size: 24px;
	}
	.header-location-detail .crumb{
		display: block !important;
		font-size: 12px !important;
		float: left !important;
	}
	.location-detail-advantages{
		display: none;
	}
	
	#section-hero.home-hero{
		padding-bottom: 0;
	}
	
	.p-sm{
		padding: 40px 0 40px 0;
	}
	
	.location-menu-children{
		width: auto !important;
		left: unset !important;
	}
	
	.title-size{
	  font-size: 30px !important;
	  line-height: 37px;
	}
	.title-size-2{
	  font-size: 26px !important;
	  line-height: 35px;
	}
	.crumb li::after {
		margin: 0 0px 0 7px !important;
	}
}

.input-arrow-box .select2-container {
	max-width: 380px;
}

/*#banner-area .item {
  background-color: red;
  color: white;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}*/

.card-number {
  position: absolute;
  right: 0;
  font-size: 7em;
  line-height: 0.8em;
  font-weight: 700;
  opacity: 0.04;
}

.title-mini{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: .5rem;
}

.post-text h2, .post-text h3 {
  border-left: 6px solid var(--primary-color);
  clear: both;
  padding-left: 15px;
  font-size: 1.6em;
  line-height: 1.6em;
}

.post-content {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 1px solid #d0d0d0;
}

.post-text {
  padding: 34px;
}

	.location-detail-text .location-detail-img{
	  float: left;
	  max-width: 340px;
	  margin-right: 20px;
	  margin-bottom: 10px;
	  border-radius: 15px;
	}
@media only screen and (max-width: 992px) {
	.location-detail-text .location-detail-img{
	  float: none;
	  max-width: unset;
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 10px;
	  border-radius: 15px;
	}
}

@media only screen and (max-width: 992px) {
	#content{
		margin-top: 90px;
	}
	
	.header-mobile{
		position: fixed !important;
	}
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  outline: none;
}

.fixed-form{
	display: none;
}
@media only screen and (max-width: 992px) {
	.fixed-form{
		display: block;
		position: fixed !important;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		/*padding: 10px 0 10px 0*/
		padding: 13px 0 13px 0 !important;
		z-index: 10 !important;
	}
}

/*#wrapper {
  overflow: unset;
}*/

.overflow-force {
  overflow: unset !important;
}

@media only screen and (max-width: 992px){
	header.sticky-header {
		position: fixed;
		overflow-y: scroll !important;
		overflow-x: hidden !important;
		height: 100% !important;
	}
	
	.footer-light{
		padding-bottom: 70px;
	}
}

.prestige-section .banner-section{
	/*background-image: linear-gradient(to right, rgba(255,255,255,1) 55%, rgba(255,255,255,0)), url(/images/misc/is-1.jpg);
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: right;*/
}

@media only screen and (max-width: 992px){
	.prestige-section .banner-section{
		background-image: none;
	}
}

.br-t-15{
	border-radius: 15px 15px 0 0;
}
.br-b-15{
	border-radius: 0 0 15px 15px;
}

.btn-clean{
	padding: 0 !important;
	background: unset !important;
	color: var(--red) !important;
}


.btn-clean:hover{
	color: var(--red);
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	padding-left: 8px !important;
}

.de-card{
	transition: .3s;
}

.de-card .text.box-size{
	min-height: 185px;
}

.id-color-3{
	color: var(--red) !important;
}

.b-gray{
	padding: 10px;
	background-color: #eee;
	border-radius: 10px;
}

.crumb-special .crumb{
	color: #fff;
}
.crumb-special .crumb li a{
	color: #fff;
}

.bg-color-red{
	background: var(--red);
}

.theme-main-menu .navbar-toggler {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: transparent;
}
.hero-slider-area{
	background: unset;
}
	.hero-slider-area .hero-title{
		font-size: 65px;
	}
	.hero-slider-area .hero-subtitle {
		font-size: 50px;
	}
	.hero-text {
		font-size: 23px;
	}
	
.location-main-box{
	padding: 20px 43px;
	background-color: #fff;
	width: 450px;
	border-radius: 100px;
	position: absolute;
	display: block
}
.location-main-search-btn{
	position: absolute;
	height: 84px;
	right: 0;
}
.h2, h2 {
	font-size: 43px;
	line-height: 1.1em;
}
.services-header-box {
  width: 100%;
  height: 62px;
  display: block;
  position: absolute;
  top: 30px;
  border: 1px solid #bfbfbf;
  border-radius: 20px 20px 0 0;
  border-bottom: unset;
  z-index: -1;
}
.services-box .services-icon{
	border: 1px dashed #acacac;
	height: 70px;
	width: 70px;
	padding: 16px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.services-box .services-title span{
	font-size: 16px;
	line-height: normal;
	margin-top: 10px;
	display: block;
	font-weight: 400;
}
.services-header{
	background: #fff;
	display: inline-block;
	padding: 0 30px;
}
.page-header-area .page-header{
	display: inline-flex;
}
	.page-header-area .page-header-text{
		display: block;
		text-align: right;
	}
	.page-header-area .page-header-line{
		margin: 0px 15px;
		font-weight: 600;
		line-height: 30px
	}
.contact-left-area{
	/*background: rgb(199,49,61);*/
	background: linear-gradient(90deg, rgba(199,49,61,1) 0%, rgba(180,12,25,1) 100%);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.contact-left-area .contact-title{
	position: absolute;
	color: #fff;
	background-color: var(--red);
	margin-top: calc(50% - 55px);
	padding: 50px;
	border-radius: 0 20px 20px 0;
	font-weight: 500;
	font-size: 30px;
	line-height: normal;
}
.contact-left-area img{
	height: 100%;
	object-fit: cover;
}
	/*.page-header-area .page-header-title{
		display: block ruby;
	}*/
	.page-header-area .page-header-list{
		display: block ruby;
	}
	/*.page-header-area .page-header-text{
		display: block ruby;
	}*/
	.map-filter {
		display: inline-block;
		margin-bottom: 10px;
	}
.location-top{
	background-color: #c7313d;
	color: #fff;
	padding: 25px 64px;
	border-radius: 20px 20px 0 0;
	background-image: url("../images/location-bar.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.location-data-list{
	position: relative;
	width: 100%;
}

.location-data-list li:not(:last-child){
	border-right: 1px solid #ddd;
	margin-right: 35px;
	padding-right: 35px;
}
.location-data-list li{
  width: 100%;
}
.location-data-list li span {
  font-weight: 600;
  font-size: 17px;
}

body:has(.location-alert){
	body: margin-top: 45px;
}

.event-main-image{
	cursor: pointer;
}
@media only screen and (min-width: 992px) {
	.event-video-left{
		padding-right: 0;
	}
	.event-video-right{
		padding-left: 0;
	}
	.location-data-area{
		padding-right: 50px;
	}
	.price-area{
		justify-content: flex-end;
	}
}
@media only screen and (max-width: 992px) {
	.slick2{
		display: none !important;
	}
	.hero-slider-area{
		background-image: url("../images/bg-folkart.jpg") !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.page-header-area .page-header{
		display: block;
	}
	.page-header-area .page-header-title{
		display: block;
	}
	.page-header-area .page-header-list{
		display: block;
	}
	.page-header-area .page-header-text{
		display: block;
		text-align: left;
		margin-top: 20px;
	}
	.page-header-area .page-header-line{
		display: none;
	}
	.contact-left-area {
	  background: linear-gradient(90deg, rgba(199,49,61,1) 0%, rgba(180,12,25,1) 100%);
	  position: relative;
	  left: unset;
	  top: unset;
	  height: auto;
	}
	.contact-left-area .contact-title {
	  position: relative;
	  margin-top: unset;
	}
	.contact-left-area img{
		display: none;
	}
	.location-data-list li:last-child{
	border-right: unset;
	margin-right: unset;
	padding-right: unset;
	display: none;
}
	.location-data-list li:nth-child(2){
	border-right: unset;
	margin-right: unset;
	padding-right: unset;
}
}

@media only screen and (max-width: 768px) {
	.hero-slider-area .hero-title{
		font-size: 33px;
	}
	.hero-slider-area .hero-subtitle{
		font-size: 28px;
	}
	.hero-slider-area .hero-text{
		font-size: 20px;
	}
	.location-main-box{
		padding: 5px 25px;
		background-color: #fff;
		width: 100%;
		border-radius: 100px;
		position: absolute;
		display: block;
	}
	.location-main-search-btn{
		display: none;
	}
	.hero-text-info {
		font-size: 15px;
		margin-top: 5px;
	}
	.h2, h2 {
		font-size: 30px;
		line-height: 1.1em;
	}
	.services-header{
		padding: 0 15px;
	}
	.services-header-box{
		display: none;
	}
	.services-box .services-title span{
		font-size: 13px;
	}
}