.header-tittle1 {
	text-align: center;
	margin-top: 100px;
	color: #fff;
	text-shadow: 0 0 5px #19b2de, 0 0 10px #19b2de, 0 0 15px #19b2de, 0 0 20px #19b2de, 0 0 30px #19b2de, 0 0 40px #19b2de, 0 0 55px #19b2de, 0 0 75px #19b2de;
}

.wand-container {
	position: relative;
	width: 90%;
}

.header-content3 {
	height: 110px;
	position: absolute;
	margin: 0 auto;
	width: 100%;
}

.slider-banner-2 {
	margin-top: 0;
	height: 650px;
	background-size: cover;
	background-position: left bottom;
	position: relative;
}

.tour-infomation__content h2 {
	margin: 20px 0 !important;
}

.page-banner, .destination-item-banner {
	display: flex;
	align-items: center;
	height: 400px;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.tour-infomation-2 {
	padding-top: 110px;
}

.destination-item-aside__item--picture__nor-item {
	margin: 1em 0;
}

.hisim {
	color: #051b29;
	text-shadow: 0px 1px #4eaff2;
	font-weight: bold;
	text-align: center;
	font-size: 2em;
	padding: 15px 70px;
}

.header-content3__logo__sitename img {
	max-height: 100px;
	margin-top: 10px;
}

.header-content3 .header-3-nav li:hover a:not(.header-content3__logo__sitename) {
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
}

.slogan h1 {
	position: absolute;
	right: 2rem;
	bottom: 5rem;
	font-size: 2rem;
}

.header-content3 .header-3-nav ul {
	height: 50px;
}

.kunten-service {
	margin: 1.2em 0;
	background-color: #d1e4f3;
	padding: 0.5em;
	border-radius: 5px;
	box-shadow: 0 12px 20px -12px black;
	font-size: 1.4em;
}

.kunten-service .t-img {
	max-height: 100px;
}

.firmainfo {
	width: 100%;
	text-align: center;
	background: #2bb0d4;
	font-size: 1.8em;
	margin: 0;
	line-height: 0.3;
	padding: 1em 0 0.5em 0;
	text-shadow: 0 0 2px #fff;
}

a.firmainfo {
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-shadow: 0 0 2px #fff;
	line-height: 60px;
}

a.firmainfo:hover {
	color: #f00;
}

.slogan {
	font-family: 'tahoma', Arial, sans-serif;
	font-weight: bold;
	color: #000;
}

.tahoma {
	font-family: 'tahoma', Arial, sans-serif;
}

.firmainfo span {
	font-size: 18px;
	color: black;
	font-weight: bold;
	margin-left: 4px;
	text-shadow: 0px 0px 2px #fff;
}

.firmainfo i {
	font-weight: lighter;
	margin-right: 4px;
	font-size: 0.8em;
}

.float-right {
	float: right !important;
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
	.top-desti__item {
		max-width: 100%;
	}
	.slogan h1 {
		position: absolute;
		right: unset;
		bottom: 60%;
		font-size: 1.1rem;
		line-height: 2rem;
		text-align: center;
		width: 100%;
	}
	.plane {
		background: none !important;
	}
	.plane-info {
		font-size: 1.3rem !important;
	}
	.kutu {
		font-size: 1.4em !important;
	}
	.tour-infomation__search__header__icon p span {
		display: none !important;
	}
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 450px) and (max-width: 991.98px) {
	.top-desti__item {
		max-width: 40%;
	}
	.slogan h1 {
		position: absolute;
		right: unset;
		bottom: unset;
		top: 20%;
		font-size: 1.1rem;
		line-height: 2rem;
		text-align: center;
		width: 100%;
		padding: 0 2em;
	}
	.tour-infomation__search__header__icon {
		display: block;
	}
	.tour-infomation__search__header__icon p span {
		display: none !important;
	}
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
	.top-desti__item {
		max-width: 30%;
	}
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

.affix-top {
	position: static;
}

.affix-bottom {
	position: relative;
	margin-top: 30px;
}

.cloud-wrapper {
	position: relative;
	height: 100px;
	background: #2bb0d4;
}

.plane {
	height: 100px;
	background: none;
	background-image: url('../../images/plane.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.plane-info {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-shadow: 0 0 2px #fff;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.plane-info .small {
	font-size: 80%;
}

.plane-info:hover {
	color: #f00 !important;
}

.clouds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../../images/cloud2.png');
	animation: animate 60s linear infinite;
}

@keyframes animate {
	0% {
		background-position: 0px;
	}
	100% {
		background-position: -1171px;
	}
}

ul.list-unstyled {
	list-style: none;
}

ul.list-unstyled .group-item a {
	letter-spacing: 2px;
}

ul.list-unstyled .group-item a:hover {
	text-shadow: 0 1px 1px #000 !important;
	color: #2bb0d4 !important;
}

.fa-whatsapp {
	color: #2ab200;
}

.text-center {
	text-align: center !important;
}

.trending-tour-item__group-infor__lasting {
	font-size: 1em !important;
	color: #2bb0d4;
}

.trending-tour-item__group-infor__lasting i:not(:first-child) {
	/*margin-left: 0.8em;*/
}

.kutu {
	border: 1px solid;
	font-size: 1.5rem;
	width: 100%;
	background: aliceblue;
	border-radius: 9px;
	position: relative;
}

.center {
	margin: 0;
	position: absolute;
	top: 40%;
	left: 38%;
	-ms-transform: translate(-30%, -40%);
	transform: translate(-30%, -40%);
}

.fiyat {
	font-weight: bold;
	color: #d2361d;
	font-size: 2.0rem;
	margin-left: 0.4em;
	font-family: 'tahoma', Arial, sans-serif;
}

.fiyat .currency {
	font-size: 60%;
	font-weight: lighter;
}

.btn-mavi {
	color: #FFFFFF;
	background-color: #3CB4E5;
	border-color: #3cb4e5;
}

.bg-mavi {
	color: #ffffff;
	background-color: #3cb4e5;
	background: #3cb4e5;
}

.homeh6 {
	background-color: #ccc;
	display: block;
	width: 100%;
	color: #000;
	border-radius: 4px;
	padding-left: 1.3em !important;
}

.solbar {
	background: #fff;
	border: 1px solid #C7C7C7;
	padding: 10px 7px;
	color: #5A5A5A;
	display: inline-block;
	border-radius: 8px;
}

.bottom-call {
	background: #38b5df;
	/* margin-bottom: 15px; */
	border-radius: 8px;
	border: 1px solid #1f7ba0;
}

.bottom-call a {
	display: block;
	padding: 9px 2% 2px 2%;
}

.bottom-call .call-number-mini {
	float: left;
	color: #fff;
	width: 100%;
	text-align: right;
	font-weight: normal;
	font-size: 16px;
}

.bottom-call .call-number {
	float: left;
	color: #fff;
	width: 100%;
	text-align: right;
	font-weight: 700;
	font-size: 18px;
}

.bottom-call .call-icon {
	color: #fff;
	float: left;
	font-size: 36px;
	width: 19%;
	text-align: center;
}

.bottom-call .call-text {
	float: left;
	width: 80%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 2em;
}

.call-number-top {
	margin: 0;
}

.bold-title {
	font-size: 22px;
	font-weight: 700;
}

.currency {
	font-size: 27px !important;
	font-weight: bold;
}

.btn-continue {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 10px !important;
	background: #38b5df;
	color: #08080B;
	width: 100%;
	margin: 5px;
	padding: 2px !important;
}

.trfiyat {
	font-weight: bold;
	font-size: 24px;
}

.row {
	margin-left: auto !important;
	margin-right: auto !important;
}

/*Checkboxes styles*/

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input[type="checkbox"]+label:last-child {
	margin-bottom: 0;
}

input[type="checkbox"]+label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	position: absolute;
	left: 0;
	top: 4px;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
	width: 10px;
	top: 0px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-check {
	padding-left: unset;
}

.tour-infomation-2 h1 {
	font-size: 2.2rem;
	color: #d2361d;
	font-family: "Ubuntu-bold", sans-serif;
}

.tour-infomation__content__descript h3 {
	color: red;
}

.error-border {
	padding: 12px 0;
	border-style: dotted;
	border-color: red;
	border-left: none;
	border-right: none;
	animation: blink 1s linear infinite;
	animation-iteration-count: 5;
}

@keyframes blink {
	50% {
		border-color: #fff;
	}
}

.kunten-service a {
	color: red !important;
}

.tour-infomation__content__comment__comment-item::after {
	display: block;
	content: " ";
	border-top: 1px solid #ccc;
}

.alert-blue {
	background-color: aliceblue;
	border: 1px solid #17a2b8;
}

.tour-infomation__search__header__icon {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-auto-rows: 30px;
	align-items: center;
	padding: inherit;
}

.tour-infomation__search__header__icon p {
	display: flex;
	align-items: center;
	color: #4c4c4c;
	font-weight: bold;
	margin: 0;
}

.tour-infomation__search__header__icon p i {
	margin-right: 10px;
	font-size: 1.5em;
	color: #6ddcdf;
}

.text-bold {
	font-weight: bold !important;
}

.text-black {
	color: black !important;
}

.tour-infomation__content__time-table--price span {
	font-weight: bold;
}

.form__item--datepicker input.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* ======================================================================================= */

.nvrbtn-panel {
	position: fixed;
	z-index: 999;
	width: 400px;
	bottom: 50px;
	right: 0;
	padding: 20px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: right .3s ease-out;
	transition: right .3s ease-out;
}

.nvrbtn-close {
	position: absolute;
	top: 0;
	cursor: pointer;
	display: block;
	height: 80px;
	width: 30px;
	right: 0;
	font-size: 30px;
	color: #6ddcdf;
	line-height: 70px;
	border-left: 1px solid rgba(255, 255, 255, .16);
	padding: 0;
	text-align: center;
	border-radius: 10px 0 0 10px;
}

.nvrbtn-close:before {
	content: "\00d7"
}

.nvrbtn-close:hover {
	color: rgba(255, 255, 255, .9)
}

.nvrbtn-cta {
	background: #6ddcdf;
	border-radius: 2px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	width: 160px;
	display: inline-block;
	text-align: center
}

.nvrbtn-cta span {
	opacity: .5;
	display: inline-block;
	border-left: 1px solid #fff;
	width: 1px;
	margin: 0 7px;
	height: 20px;
	vertical-align: middle;
}

.nvrbtn-cta:hover, .nvrbtn-cta:focus {
	background: #6ddcdf;
	color: #fff;
}

.nvrbtn-panel.is-hidden {
	right: -400px;
}

.nvrbtn-panel.is-hidden .nvrbtn-close:before {
	content: "\f071";
	font-size: 24px;
	font-weight: 900;
	font-family: FontAwesome;
}

.nvrbtn-panel {
	background: rgba(0, 0, 0, 0.92);
	top: 50%;
	box-shadow: 0 0 20px #000;
}

.nvrbtn-close {
	background: rgba(0, 0, 0, 0.92);
	right: 400px;
	top: 25%;
	width: 45px;
}

.nvrbtn-panel.is-hidden {
	right: -400px;
	box-shadow: none;
}

.features-panel {
	color: #fff;
}

.features-panel h3 {
	text-align: center;
	font-family: 'Montserrat';
	color: #6ddcdf;
}

.features-panel ul {
	color: #fff;
	margin-bottom: 20px;
}

.features-panel p {
	color: #fff;
	margin: 10px;
}

.nvrbtn-cta {
	float: right;
}

.features-panel ul.fancy-list li {
	border-top: 1px solid #676767;
	padding: 10px 0;
}

.nvrbtn-panel {
	visibility: hidden;
}

@media (min-width: 992px) {
	.nvrbtn-panel {
		visibility: hidden;
	}
	.affix {
		position: fixed;
		top: 0;
		right: 0;
		margin-top: 10px;
	}
}

@media (max-width: 991.98px) {
	.affix {
		position: static !important;
		display: none !important;
	}

	.nvrbtn-panel {
		width: calc(100vw - 62px);
		padding: 20px
	}
	.nvrbtn-close {
		right: calc(100vw - 62px);
	}
	.nvrbtn-panel.is-hidden {
		right: calc(-100vw + 62px);
	}	
	.nvrbtn-panel {
		visibility: visible;
	}
}

/* ======================================================================================= */