/*<!--------------------------------START CSS SEARCH BOX-------------------------------*/
#rezervation {
	width: 100%;
	position: relative;
	float: none;
	margin: 0px auto;
	clear: both;
	height: auto;
	background-image: url(../images/wallpaper.jpg);
	background-size: cover;
	background-position: center center;
	padding: 200px 0px 100px;
}
.inner-box {
	position: relative;
}
#search-box-resize .serachbox-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 280px;
    position: relative;
    clear: both;
    display: block;
}
#search-box-resize {
	background-image: url(../images/search-box-banner.jpg);
	padding-top: 65px;
	position: relative;
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-position: center;
}
.serachbox-img.reservation-bg-search-hotel{background-image:url(../images/hotel-top-banner.jpg);}
.serachbox-img.reservation-bg-search-flight{background-image:url(../images/flight-top-banner.jpg);}
.serachbox-img.reservation-bg-search-flighthotel{background-image:url(../images/fh-top-banner.jpg);}
.serachbox-img.reservation-bg-search-tour{background-image:url(../images/tour-top-banner.jpg);}
.serachbox-img.reservation-bg-search-insurance{background-image:url(../images/ins-top-banner.jpg);}
.serachbox-img.reservation-bg-search-cip{background-image:url(../images/cip-top-banner.jpg);}
.serachbox-img.reservation-bg-search-visa{background-image:url(../images/visa-top-banner.jpg);}
#search-box {width: 100%;display: block;margin: 0 auto;}
.loading-image {display: block;margin: 0 auto;}
#reservation-search-resize{width:100%;height:auto;float:right;}
#rezerve{width:100%;height:auto;position:relative;margin:0 auto;float:right;}
.top-text-search {text-align: center;color: #fff;font-weight: bold;font-size: 30px;margin-bottom: 40px;}
.select{width:100%;float:right;clear:both;position:relative;margin-bottom: 20px;}
.rezervation-item{width:100%;float: right;height:auto;margin:0 auto;display:block;direction:rtl;text-align: center;}
.rezervation-item li{position:relative;display: inline-block;width: 130px;margin: 0 5px;line-height: 10px;padding: 10px 0;text-align:center;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;color: #fff;background-color: #232b38;}
.rezervation-item li.inactive {background-color: rgba(35,43,56,.25);}
.rezervation-item li a{color:#fff;}
.rezervation-item li.inactive a{color:#E81932;}
.rezervation-item li i{color:#E81932;background-color:#fff;font-size:32px;border:2px solid #E81932;border-radius:15px;width:60px;height:60px;display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out;}
.rezervation-item li.inactive i{color:#E81932;}
.rezervation-item li img{color:#E81932;background-color:#fff;font-size:32px;border:2px solid #E81932;border-radius:15px;width:60px;height:60px;padding:2px;display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out;}
.rezervation-item li img:nth-child(1){display:none;}
.rezervation-item li img:nth-child(2){display:block;}
.rezervation-item li.inactive img:nth-child(1){display:block;}
.rezervation-item li.inactive img:nth-child(2){display:none;}
.rezervation-item li p{text-shadow:0px 1px 2px #000;display: inline-block;}
.rezervation-item li svg {vertical-align: middle;margin-left: 5px;fill: #fff;}
.r-flight ul.return-oneway{width:100%;position: absolute;top: 8px;right: 0;float:right;text-align:right;direction:rtl;margin:0 auto;padding-right: 20px;}
.CloseHotelPassengers {
	width: 100%;
	clear: both;
	background: #E81932;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
	cursor: pointer;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.CloseHotelPassengers:hover {background: #fff;color: #E81932;border: 1px solid #E81932;}
.r-flight, .r-hotel, .r-tour, .r-flighthotel, .r-insurance,.r-cip,.r-visa{width:100%;float:right;position:relative;min-height:130px;padding: 50px 20px;background-color: rgba(35,43,55,.6);}
.r-flight, .r-hotel, .r-tour, .r-flighthotel, .r-insurance,.r-cip,.r-visa{display:none;}
.r-btn{width:auto;font-size: 13px;position:relative;padding-bottom: 5px;margin-left: 20px;display:inline-block;color: #fff;cursor:pointer;}
.direct{display:none;width:100%;float:right;}
.r-btn label{cursor:pointer;padding-bottom:5px;border-bottom:1px solid transparent;}
.r-btn.inactive-r-btn label{color: #E81932;font-weight: bold;}
.r-btn input[type="radio"]{width:2px;position:absolute;left:0;right:0;height:47px;opacity:0;}
.r-btn span.checkbox::before {
	right: 0;
	top: 0.3em;
	transition: border-color .2s;
	border: 2px solid #505050;
}
.r-btn input[type="radio"]:checked + label span.checkbox::before {
	border-color: #E81932;
}
.r-btn.inactive-r-btn span.checkbox::after {
	content: '\f00c';
	font-family: "fontawesome";
	top: 0.3em;
	right: 0;
	color: transparent;
	transition: color .2s;
	width: 15px;
	height: 15px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
}
.r-btn.inactive-r-btn input[type="radio"]:checked + label span.checkbox::after {
	color: #fff;
	background: #E81932;
}
.r-btn span::before, .r-btn span::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.text-checkbox {
	margin-right: 1.9em;
}
.r-btn:hover{color:#E81932;}
.r-btn.inactive-r-btn {
	color: #fff;
	padding: 0 10px;
	border-radius: 6px;
}
.city {
	float: right;
	position: relative;
	width: 23%;
	padding-left: 6px;

	
}
.city.pass-box {
	width: 18%;
}
.inner-city {background: #fff;height: 70px;line-height: 70px;padding: 0px 40px 0px 7px;}
#cipSearch .check-type .inner-city {padding: 0;}
.Basis_Date_Box {
	float: right;
	width: 25%;
}
.r-cip .city {width: 18%}
.r-cip .Basis_Date_Box {
	width: 14%;
}
.r-cip .check-type {
	width: 19%;
}
.city p.auto-fit {
	direction: rtl;
	height: 40px;
	line-height: 40px;
	color: #37323e;
}
.selected-number, .selected-day {
	margin-left: 0.3em;
}
.city.date-city .inner-city {padding: 0px 40px 0px 7px;}
.Basis_Date_Box .city {width: 50%!important;}
.r-visa .Basis_Date_Box .city {width: 100%!important;}
.r-cip .Basis_Date_Box .city:first-child {padding-left: 10px;border: unset;}
.Basis_Date_Box .city:first-child .inner-city[type="text"] {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.Basis_Date_Box .city:nth-child(2) .inner-city[type="text"] {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.r-cip .Basis_Date_Box .city:first-child .inner-city[type="text"] {border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.r-cip .Basis_Date_Box .city:nth-child(2) .inner-city[type="text"] {border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
.gregorian_date {
	left: unset !important;
	right: 40px;
	margin-top: 4px;
}
.radio-btns-container {
	width: 100%;
	height: 70px;
	line-height: 70px;
	direction: rtl;
	color: #8e939b;
	font-size: 13px;
	font-family: 'IRANSansWeb';
	background: #fff;
}
.radio-selected {
	border-radius: 28px;
	width: 33%;
	display: block;
	height: 30px;
	line-height: 70px;
	right: 1px;
    top: 19px;
	background: #E81932;
	position: absolute;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.radio-btn-container {
	position: relative;
	text-align: center;
	width: 33.3%;
	float: right;
	font-size: 11px;
}
.radio-label-all {
	color: #fff;
}
.radio-btn-container label {
	border-radius: 28px;
	width: 100%;
	display: block;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.radio-btn-container input {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	opacity: 0;
    outline: none;
}
.city.pass-box {
	width: 18%;
}
#r-tour .city, .direct.returnOneWay2 .city, .r-hotel.returnOneWay2 .city, .r-tour .city, .r-insurance .city {
	width: 32%;
}
.r-visa .city {width: 63%;}
.frm input[type="text"], .frm select {
	width: 100%;
	border: none;
	text-align: right;
	direction: rtl;
	color: #8e939b;
	font-size: 11px;
	font-family: 'IRANSansWeb';
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #fff;
	outline: none;
	float: right;
	position: relative;
}
#insuranceSearch .inner-city input.country , #tourSearch .inner-city select, #cipSearch .inner-city input.country, #visaSearch .inner-city input.country {
	height: 70px;
	line-height: 70px;
	font-size: 17px;
	color: #37323e;
	border: unset;
	margin: 0;
}
input[type="text"]:disabled {
	background: #8e939b69!important;
  }
.text-value, .Basis_Date {height: 30px;line-height: 30px;}
.frm input[type="text"].Basis_Date {
	width: calc(100% - 6px);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px 40px 0px 7px;
	z-index: 999;
	background: unset;
	color: #777;
	padding-top: 30px;
}
.notification {
	color: #dc2c2b;
	font-size: 20px;
	top: 0;
	line-height: 70px;
}
#reservation-search .country::placeholder {color: #b1b4b9;}
#reservation-search .country:-ms-input-placeholder {  font-size: 10px;color: #b1b4b9;}
#reservation-search .country::-ms-input-placeholder {  font-size: 10px;color: #b1b4b9;}
.label{display:none;width:100%;direction:rtl;text-align:right;float:right;font-size:14px;color:#B2B4C1;margin-bottom:15px;}
.frm input::-moz-placeholder{opacity:1;}
.frm select::-moz-placeholder{opacity:1;}
.frm input::-webkit-placeholder{opacity:1;}
.frm select::-webkit-placeholder{opacity:1;}
.frm input.hotel-input::placeholder{color: #37323e;font-weight: bold;font-size: 17px;}
.frm input.hotel-input {line-height: 40px;}
.custom-select{width:100%;direction:rtl;position:relative;display:block;}
.frm-submit-btn {
	text-align: center;
	width: 11%;
	color: #FFFFFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	float: right;
}
.frm-submit-btn button, .frm-submit-btn span{margin: 0 auto;font-weight: bold;float: none;width: 100%;text-align:center;color:#FFFFFF;font-size:14px;border:none;cursor:pointer;background: #E81932;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative;display:block;height:70px;line-height:70px;font-family:IRANSansWeb;}
.city .customized-icon-searchbox-left{position:absolute;bottom:10px;left:23px;color:#E81932;z-index:1;}
.city .customized-icon {position:absolute;right:11px;color:#a29f9f;font-size:25px;line-height: 70px;}
.city .customized-icon.from-plane {transform: rotate(-100deg);}
.city .customized-icon.to-plane {transform: rotate(-180deg);}
.fa-calendar::before {
	content: "\f073";
    font-family: 'fontawesome';
}
.fa-plane::before {
	content: "\f072";
    font-family: 'fontawesome';
}
.fa-map-marker::before {
	content: "\f041";
    font-family: 'fontawesome';
}
.city .customized-icon-searchbox-exchange {
	position: absolute;
	bottom: 20px;
	left: -14px;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	background-color: #E81932;
	transform: rotateZ(0);
	transition: all .2s ease-in-out;
	z-index: 1;
	width: 30px;
	height: 30px;
    line-height: 30px;
    text-align: center;
}
.fa-exchange-alt::before {
	content: "\f0ec";
	font-family: 'FontAwesome';
}
.city .customized-icon-searchbox-exchange:hover{transform:rotateZ(180deg);}
.city.date-city:nth-child(2) .custom-select input{padding-right:20px;}
.city.CheckHotelDate {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 8px;
   padding-right: 20px;
}
.researchii .customized-icon-searchbox-exchange{bottom: -20px!important;left: 0!important;transform: rotate(-90deg);-o-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}
.researchii .customized-icon-searchbox-exchange:hover{transform:rotateZ(90deg) !important;}
.researchii .searchList,.researchii .countryFlight{width: 60%;left: 0;right: auto;background-color: #F4F5F6 !important;border-radius: 5px;}
.researchii .selectCountry{background-color: #F4F5F6 !important;border-radius: 5px;}
.Wrapper-CheckHotelDate{font-size:12px;text-align:right;direction:rtl;margin-top:10px;color:#fff;position:relative;}
.Wrapper-ExteraHoteldate{display:none;margin-top: 20px;}
.Wrapper-CheckHotelDate input{float:right;margin:3px 0 0 10px;width:15px;height:auto;opacity:0;}
.Wrapper-CheckHotelDate input~.needhotel-label::before{position:absolute;top:0;left:auto;right:0;display:block;width:20px;height:20px;border-radius:3px;content:"";user-select:none;background-color:#eff1f4;box-shadow:0 0;}
.Wrapper-CheckHotelDate input:checked~.needhotel-label::before{background-color:#fff;}
.Wrapper-CheckHotelDate input:checked~.needhotel-label::after{content:"\f00c";position:absolute;top:3px;left:auto;right:3px;color:#E81932;font-family: 'FontAwesome';font-weight:600;font-size:13px;}
.countryFlight {
	position: absolute;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #161616;
	width: 100%;
	line-height: 25px;
	z-index: 999999999999;
	left: auto;
	right: 0;
	box-shadow: 0 15px 60px rgba(53, 55, 57, 0.1);
	margin-top: -2px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.38);
}
#insuranceSearch .countryFlight, #cipSearch .countryFlight, #visaSearch .countryFlight {top: 70px;margin-top: 10px;}
.countryFlight .selectCountry span.txtcountry::before{display:none;content:'\f061';margin-right:5px;color:#E81932;font-family: 'FontAwesome';font-weight:600;font-size:12px;}
.selectCountry {
	width: 100%;
	float: right;
	color: #2e2813;
	cursor: pointer;
	padding: 0 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	line-height: 30px;
	font-size: 9px;
	border-bottom: 1px solid #f1f1f1;
}
.selectCountry:hover{background:rgba(53, 55, 57, 0.07);}
.countryFlight .fa{color:#E81932!important;}
.selectCountry .txtcountry.txtcountryAllAirP{padding-left:0;}
.sectionBorder{width:100%;float:right;padding:300px 0;}
.frm input[type="text"].form-search-input {
	height: 30px;
	background-color: #fff;
	border: 1px solid #e5e4f0;
	padding: .375rem .75rem;
	margin: 5px auto;
	width: 97%;
	float: none;
	display: block;
	font-size: 11px;
}
.searchList {
	width: 97%;
	min-width: 260px;
	text-align: right;
	float: right;
	margin: 10px auto 0;
	direction: rtl;
	font-size: 12px;
	background: #fff;
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 999999;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.38);
}
.fa-spinner::before {
	content: "\f110";
    font-family: 'FontAwesome';
}
.category-title {
	background-color: #E81932;
	color: #fff !important;
	cursor: none !important;
}
.searchList ul li {
	padding: 0 7px !important;
	border-bottom: 1px solid #f1f1f1;
	color: #2e2813;
	cursor: pointer;
	float: none !important;
	line-height: 30px;
	height: 30px;
	clear: both;
	font-size: 11px;
}
.fa-chevron-down::before {content: "\f078";}
.mini-loading {
	position: absolute;
	left: 1em;
	top: .5em;
	height: 30px;
	line-height: 30px;
	display: none;
}
.HotelPassengers{height:auto;clear:both;padding:15px 15px;background-color:#fff;float:left;margin:0px auto 0px;border-radius:3px;top: 70px;left:0px;z-index:99;position:absolute;display:none;width:100%;min-width:250px;right:0;margin-top:10px;}
.HotelPassengers::before{display:none;content:'\f0d8';font-family: 'FontAwesome';font-weight:600;color:#fff;position:absolute;left:20px;top:-19px;font-size:25px;}
.HotelPassengers .itemlable2{width:100%;float:left;clear:both;margin-bottom:15px;position:relative;}
.Classname-box .Class_box_inner{width:65%;float:left;position:relative;}
.Classname-box .Class_box_inner i{width:10%;float:right;font-size:12px;line-height:48px;color:#8e939b;position:absolute;right:5px;}
.Classname-box .Class_box_inner select {
	border: 1px solid #E81932;
	text-align: center;
	direction: ltr;
	height: 30px;
	line-height: 30px;
}
.contentRooms label{direction:rtl;white-space:nowrap;display:block;clear:both;font-size:11px;}
.HotelPassengers .itemlable2 label, .HotelPassengers .childDropdowns .label{width:35%;height:auto;margin-bottom:0px;line-height:30px;color:#8e939b;float:right;text-align:right}
.createChildDropdown {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	margin: 10px 0;
}
.createChildDropdown label{width:100%;float:right;color:#E81932;text-align:right;height: 30px;line-height: 30px}
.HotelPassengers .itemlable2 ul{background-color:rgba(255, 255, 255, 0.6);float:left;font-weight:bold;width:75px;height:30px;line-height:30px;}
.HotelPassengers .itemlable2 ul li{float:left;display:block;font-size:16px;width:25px;text-align:center;color:#E81932;display:flex;height:100%;justify-content:center;align-items:center;}
.HotelPassengers .itemlable2 ul li:first-child{float:right;}
.HotelPassengers .itemlable2 input[type="text"]{background:none;width:25px;position:absolute;height:25px;left:25px;height:30px;line-height:30px;padding:0;text-align:center;font-size:15px;}
.frm .itemlable2 ul li a{display:block;cursor:pointer;color:#fff;background-color:#E81932;width:25px;height:25px;border-radius:50%;line-height:30px;font-size:20px;font-weight:400;}
.frm .itemlable2 ul li:first-child a{background-color:#E81932;}
.fclass{width:30%;color:#777;font-size:11px;position:absolute;right:60%;text-align:right;padding:0px 5px;line-height:40px;line-height: 70px;top: 0;}
.firstfclass {
	position: relative;
	right: 0;
	float: right;
	display: block;
	line-height: normal;
	padding: 0;
}
.count-child {
	color: #777;
	font-size: 11px;
	position: absolute;
	right: 50px;
	text-align: right;
	line-height: 24px;
	top: 37px;
}
.count-adult {
	color: #777;
	font-size: 11px;
	position: absolute;
	right: 50px;
	line-height: 24px;
	top: 11px;
	text-align: center;
}
.count-room {
	color: #777;
	font-size: 9px;
	position: absolute;
	right: 50px;
	line-height: 24px;
	text-align: center;
	top: 4px;
}
.count-childRoom {
	color: #777;
	font-size: 9px;
	position: absolute;
	text-align: right;
	line-height: 24px;
	top: 44px;
	right: 50px;
}
.count-adultRoom {
	color: #777;
	font-size: 9px;
	position: absolute;
	text-align: right;
	line-height: 24px;
	right: 50px;
	top: 24px;
}
.numberOfRooms{width:100%;font-weight:500;float:right;text-align:right;font-size:14px;color:#E81932;padding:5px 0;border-bottom:1px solid rgba(255, 117, 85, 0.15);}
#flighthotel-form .fclass{width:25%;color:#777;font-size:9px;position:absolute;right:65%;text-align:right;padding:0px 5px;line-height:40px;bottom:5px;}
.BirthdatePassenger input[type="text"], .childDropdowns select{height:30px;line-height:30px;font-size:12px;background-color:#f4f5f6;border:1px solid rgba(65, 62, 62, 0.1);margin-bottom: 5px;}
.HotelPassengers.block{display:block;box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.38);padding-top:25px;padding: 20px 5px;}
.highlight{color:#E81932;}
.wave {
	position: absolute;
	width: 100%;
	bottom: 0;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
.wave svg {
	margin-bottom: -1px;
}
.one, .two, .three, .wave.orange .one, .wave.orange .two, .wave.orange .three, .wave.purple .one, .wave.purple .two, .wave.purple .three {
	fill-rule: evenodd;
}
.one {
	fill: #fff;
}
.two {
	fill: #e2eaf6;
}
.three {
	fill: #f6f9fd;
}
.four {
	fill: #ecf1fa;
}
@media (max-width:1200px){
    .city {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .Basis_Date_Box {
        width: 100%;
    }
    .Basis_Date_Box .city {
        width: 100% !important;
    }
    .city.pass-box {
        width: 100%;
    }
    .frm-submit-btn {
        width: 100%;
    }
    .city.date-city .inner-city {
        padding: 0;
        padding-right: 40px;
    }
    .frm input[type="text"].Basis_Date {
        width: 100%;
    }
    #r-tour .city, .direct.returnOneWay2 .city, .r-hotel.returnOneWay2 .city, .r-tour .city, .r-insurance .city {
        width: 100%;
    }
}
@media (max-width:500px){
    .r-flight ul.return-oneway {
        text-align: center;
        padding-right: 0;
    }
    .rezervation-item li {
        display: block;
        width: 33.33%;
        margin: 0;
        float: right;
    }
    .rezervation-item li:nth-child(2){
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
}
/*<!--------------------------------END CSS SEARCH BOX-------------------------------*/

