/*<!--------------------------------START CSS DEFAULT-------------------------------*/
@font-face {font-family: 'FG_icon';src: url("../fonts/fontIcon.eot?n1z373");src: url("../fonts/fontIcon.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/fontIcon.woff?n1z373") format("woff"), url("../fonts/fontIcon.ttf?n1z373") format("truetype"), url("../fonts/fontIcon.svg?n1z373#lg") format("svg");font-weight: normal;font-style: normal;}
@font-face{font-family:"flaticon";src:url('../fonts/fontFlaticon.ttf') format("truetype"),url('../fonts/fontFlaticon.woff') format("woff"),url("../fonts/fontFlaticon.eot#iefix") format("embedded-opentype"),url("../fonts/fontFlaticon.svg#flaticon") format("svg")}i[class^="flaticon-"]:before,i[class*=" flaticon-"]:before{font-family:flaticon!important;font-style:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
@font-face {font-family: 'FG_icon';src: url("../fonts/fontIcon.eot?n1z373");src: url("../fonts/fontIcon.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/fontIcon.woff?n1z373") format("woff"), url("../fonts/fontIcon.ttf?n1z373") format("truetype"), url("../fonts/fontIcon.svg?n1z373#lg") format("svg");font-weight: normal;font-style: normal;}
@font-face {font-family: 'WorkSans';font-style: normal;font-weight: 500;src: url('../fonts/WorkSans.eot') format('eot'), url('../fonts/WorkSans.ttf') format('ttf');}
*{text-decoration:none;list-style-type:none;margin:0px;padding:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html, body{font-family:'Lato', sans-serif;height:100%;letter-spacing: .2px;font-weight: 700;}
input:focus, textarea:focus, select:focus, button:focus{outline:none !important;}
input, button, select, textarea, option{border: none;background: none;font-family:'Lato', sans-serif;appearance: none;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;-s-appearance: none;}
main {width: 100%;height: auto;}
a, i, span{display:inline-block;font-style:normal;vertical-align:middle;}
a, i, span, p, h1, h2, h3, h4, input, button{-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;}
.transition{-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.clr{clear:both;} 
.font_9{font-size: 9px;}
.font_10{font-size: 10px;}
.font_11{font-size: 11px;}
.font_12{font-size: 12px;}
.font_13{font-size: 13px;}
.font_14{font-size: 14px;}
.font_15{font-size: 15px;}
.font_16{font-size: 16px;}
.font_17{font-size: 17px;}
.font_18{font-size: 18px;}
.font_19{font-size: 19px;}
.font_20{font-size: 20px;}
.width_23{width: 23%;}
.width_7{width: 7%;}
.width_10{width: 10%;}
.width_15{width: 15%;}
.width_20{width: 20%;}
.width_25{width: 25%;}
.width_30{width: 30%;}
.width_40{width: 40%;}
.width_45{width: 45%;}
.width_50{width: 50%;}
.width_49{width: 49%;}
.width_60{width: 60%;}
.width_70{width: 70%;}
.width_80{width: 80%;}
.width_85{width: 85%;}
.width_90{width: 90%;}
.width_95{width: 95%;}
.width_100{width: 100%;}
.p-relative {position: relative;}
.p-absolute {position: absolute;}
.d-flex {display: flex;}
.d-row {display: flex;flex-wrap: wrap;}
.text-justify{text-align: justify;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.float-right,.float_right  {float: right;}
.float-left,.float_left {float: left;}
.bc-main{width: 1200px; margin: 0 auto;}
.visible{display: block;}
.unvisible{display: none;}
.font-weight{font-weight: bold;}
.cursor-pointer{cursor: pointer;}
.border-radius{border-radius: 5px;}
.dir-rtl{direction: rtl;}
.dir-ltr{direction: ltr;}
.overflow-x{overflow-x: hidden;}
*.background-color_1{ background-color:#2d348e;}
*.background-color_2{ background-color: #06acf1;}
*.background-color_3{ background-color: #d3493f;}
*.background-color_white{ background-color: #fff;}
*.background-color{background-color:#f7f8f9;}
*.background-color_body {background-color: #f7f8f9;}
*.color_1{color: #2d348e;}
*.color_2{color: #06acf1;}
*.color_3{color:#d3493f}
*.color_white{color: #fff;}
*.color_black{color: #000;}
*.color_grey,.color_gray{color: #383838;}
.btn::after {background: #fff; content: "";height: 155px;left: -75px;opacity: .2;position: absolute; top: -50px; width: 50px; -webkit-transform: rotate(35deg);transform: rotate(35deg);-webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);}
.btn{cursor: pointer;border: none;overflow: hidden;position: relative;z-index: 0;-webkit-border-radius: 5px;-moz-border-radius: 5px; -o-border-radius: 5px;border-radius: 5px; -webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s }
.btn:hover:after {left: 120%; -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); }
.cover-image {width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover ;position: relative;}
.item-container{padding: 3em 0;}
#ballsWaveG {position: relative;width: 70px;height: 16px;margin: auto;}
.ballsWaveG {position: absolute; top: 0;background-color: rgb(186, 186, 186);width: 9px;height: 9px; animation-name: ballsWaveG; -o-animation-name: ballsWaveG;-ms-animation-name: ballsWaveG;-webkit-animation-name: ballsWaveG;-moz-animation-name: ballsWaveG;animation-duration: 1.5s;-o-animation-duration: 1.5s;-ms-animation-duration: 1.5s; -webkit-animation-duration: 1.5s;-moz-animation-duration: 1.5s;animation-iteration-count: infinite; -o-animation-iteration-count: infinite;-ms-animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite;animation-direction: normal; -o-animation-direction: normal;-ms-animation-direction: normal; -webkit-animation-direction: normal;-moz-animation-direction: normal; border-radius: 5px;-o-border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px;}
#ballsWaveG_1 {left: 0; animation-delay: 0.6s;-o-animation-delay: 0.6s;-ms-animation-delay: 0.6s;-webkit-animation-delay: 0.6s;-moz-animation-delay: 0.6s;}
#ballsWaveG_2 {left: 9px;animation-delay: 0.75s;-o-animation-delay: 0.75s;-ms-animation-delay: 0.75s;-webkit-animation-delay: 0.75s;-moz-animation-delay: 0.75s;}
#ballsWaveG_3 {left: 18px;animation-delay: 0.9s;-o-animation-delay: 0.9s;-ms-animation-delay: 0.9s;-webkit-animation-delay: 0.9s;-moz-animation-delay: 0.9s;}
#ballsWaveG_4 {left: 26px;animation-delay: 1.05s;-o-animation-delay: 1.05s;-ms-animation-delay: 1.05s;-webkit-animation-delay: 1.05s;-moz-animation-delay: 1.05s;}
#ballsWaveG_5 {left: 35px;animation-delay: 1.2s;-o-animation-delay: 1.2s;-ms-animation-delay: 1.2s;-webkit-animation-delay: 1.2s;-moz-animation-delay: 1.2s;}
#ballsWaveG_6 {left: 44px;animation-delay: 1.35s;-o-animation-delay: 1.35s;-ms-animation-delay: 1.35s;-webkit-animation-delay: 1.35s;-moz-animation-delay: 1.35s;}
#ballsWaveG_7 {left: 53px;animation-delay: 1.5s;-o-animation-delay: 1.5s;-ms-animation-delay: 1.5s;-webkit-animation-delay: 1.5s;-moz-animation-delay: 1.5s;}
#ballsWaveG_8 {left: 62px;animation-delay: 1.64s;-o-animation-delay: 1.64s;-ms-animation-delay: 1.64s;-webkit-animation-delay: 1.64s;-moz-animation-delay: 1.64s;}
@keyframes ballsWaveG {0% {background-color: rgba(158, 158, 158, 0.97);}100% {background-color: rgb(255, 255, 255);}}
@-o-keyframes ballsWaveG {0% {background-color: rgba(158, 158, 158, 0.97);}100% {background-color: rgb(255, 255, 255);}}
@-ms-keyframes ballsWaveG {0% {background-color: rgba(158, 158, 158, 0.97);}100% {background-color: rgb(255, 255, 255);}}
@-webkit-keyframes ballsWaveG {0% {background-color: rgba(158, 158, 158, 0.97);}100% {background-color: rgb(255, 255, 255); }}
@-moz-keyframes ballsWaveG {0% {background-color: rgba(158, 158, 158, 0.97);}100% {background-color: rgb(255, 255, 255);}}
/*<!--------------------------------START CSS INDEX PAGE-------------------------------*/
/*<!--------------------------------START CSS HEADER-------------------------------*/
.header-top {border-bottom: 1px solid #e1e1e1;}
.language-section {padding: 1.2em 0 0 1em;}
.default-language::after {content: "\f107"; font-family: "fontawesome"; color: #e1e1e1;font-weight: bold;margin-left: 0.5em;font-size: 16px;}
.default-language.open::after {content: "\f106"}
.dropdown-language ul{padding:  0.2em ;box-shadow: 0 4px 8px rgba(144,149,167,.2);background-color: #fdfeff;}
.dropdown-language ul li:hover{background-color: #f6f6f6;}
.dropdown-language svg{vertical-align: middle;}
.dropdown-language{z-index: 9;}
.header{position: fixed; top: 0; left: 0; right: 0; margin: 0 auto;z-index: 100;box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);}
.header .phone{display: inline-block;border-right: 1px solid #e1e1e1;padding: 0 1em 0 0;margin-top: 0.5em;}
.header .phone .text{color: #666;}
.header .phone i{ -webkit-transform: translateZ(0);transform: translateZ(0);margin: 0 0.5em 0 0;top: 0.5em;border-radius: 50%;width: 20px;height: 20px;line-height: 20px;}
.header .phone:hover i, .header .phone:focus i, .header .phone:active i { -webkit-animation-name: hvr-icon-buzz;animation-name: hvr-icon-buzz;-webkit-animation-duration: 0.15s;animation-duration: 0.15s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.currency-list{border: solid 1px #e7e7e7; width: 100%; padding: 0.4em; text-align: left; left: 0; direction: ltr; background: #fff; right: 0; z-index: 9999;box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);border-radius: 4px;}  
.currency-list::before { content: ''; background: #fdfeff; width: 16.2px; height: 16.2px; position: absolute; top: -8px; left: 1em; transform: rotate(45deg); z-index: 1;}
.currency-selected{display: inline-block;margin-left: 0.5em;padding: 0.4em; border: 1px solid #e1e1e1; background: #fff; width: 120px;text-align: center;}
.currency-selected::before{color: #b9b9b9;float: right;margin: 0.2em;content: "\f107";font-family: 'fontawesome';}
.currency-loading{right: 1.5em;top: 0.5em;}
.currency-rate {display: inline-block; top: -0.8em;margin-left: 1em;}
.currency-list ul li {padding: 0.5em;border-bottom: 1px solid #f1f1f1;cursor: pointer;}
.currency-list ul li:hover {background: #f0f0f0;}
.currency-list ul { max-height: 200px; overflow: auto;}
.currency-content {display: inline-block;}
/*<!--------------------------------START CSS MENU-------------------------------*/
.section-menu {display: inline-block;}
.section-menu .nav-bar > li{position:relative;display: inline-block;border: 1px solid #e1e1e1;border-radius: 18px;margin-left: 0.5em;padding: 0.5em 1em;min-width: 90px;}
.section-menu .nav-bar > li a{color:#383838;text-transform: uppercase;}
.section-menu .nav-bar > li.active{background-color:#06acf1;border-color: #06acf1;}
.section-menu .nav-bar > li.active a{ color: #fff !important;}
.section-menu .nav-bar > li.has-sub-menu > a::after {content: "\f0d7";font-family: "fontawesome"; color: #fff;padding-right: 1em;vertical-align: middle;}
.header .nav-bar > li > .sub-menu,.header .nav-bar > li > .sub-menu li .sub-menu{background: #f4f5f7;width:200px;box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);position:absolute;border-radius: 5px;top:150%;left:0;visibility:hidden;z-index:100;min-width:200px;}
.header .nav-bar > li:hover > .sub-menu{visibility:visible;}
.header .nav-bar > li > .sub-menu li > a{color:#383838;display:block;font-size:13px;font-weight:400;line-height:28px;padding:0 15px;text-align:left}
.header .nav-bar > li > .sub-menu .sub-menu li a{padding:5px 20px;}
.header .sub-menu .icon-arrow:before{content:"\f0d9";display:inline-block;font-family:'fontawesome';font-feature-settings:normal;font-kerning:auto;font-language-override:normal;font-size:100%;font-size-adjust:none;font-stretch:normal;font-style:normal;font-synthesis:weight style;font-variant:normal;font-weight:normal;line-height:inherit;text-rendering:auto;transform:translate(0px, 0px);}
.header .nav-bar > li > .sub-menu li{position:relative;padding:0;transition:padding 0.3s linear 0s;-webkit-transition:padding 0.3s linear 0s;}
.header .nav-bar > li:hover > .sub-menu > li{padding:3px 0;}
.header .nav-bar > li > .sub-menu li:hover > .sub-menu{visibility:visible;opacity:1;right:100%;z-index:10;}
.section-menu .nav-bar .fa-angle-down{color: #b9b9b9;vertical-align: sub;padding-left: 5px;}
.section-menu .nav-bar > li:hover a,.section-menu .nav-bar > li.active a,.header .nav-bar > li > .sub-menu li > a:hover,.link-text:hover{color: #2d348e;}
.nav-bar {padding-top:1.7em;}
.sub-menu::before {content: " ";width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 8px solid #f4f5f7;position: absolute;top: -8px;left: 31px;}
.link-text{text-transform: uppercase;padding: 0 1em;color: #383838;}
.header .nav-bar > li > .sub-menu li .sub-menu{left: 100% !important;top:0!important}
/*<!--------------------------------END CSS MENU-------------------------------*/
.search-banner .title{margin: 1em 0;position: relative;z-index: 9;top: 6.5em;}
.pageBgBlue {background-color: #2276e3;  position: absolute;  transform: translate(50%); z-index: 2; border-radius: 50%;width: 69.375rem; height: 59.375rem;  top: -33.125rem; left: -43.125rem;}
.pageBgLight {background-color: #d1e5ff; position: absolute; transform: translate(50%); border-radius: 50%;width: 73.125rem; height: 62.5rem;top: -36.25rem;left: -47.5rem;}
.search-img img{height: auto !important;}
/*<!--------------------------------START CSS SEARCH BOX-------------------------------*/
#search-box-container {position: relative;z-index: 9;top: 8em;}
.search-box-header ul {display: inline-block;border-radius: 2em;box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);padding:0.3em 0.5em;}
.search-box-header ul li{width: 135px;display: inline-block;border-radius: 2em;padding: 0.3em;}
.search-box-header ul li p{display: inline-block;}
.search-box-header ul li svg{vertical-align: middle;margin-right: 0.5em;}
.search-box-header ul li:not(.active-moudle):hover {background: #d3493f;color: #fff;}
.search-box-header ul li:not(.active-moudle):hover svg{fill:#fff !important}
.active-moudle {background-color: #d3493f; color: #fff; }
.active-moudle svg{fill: #fff;}
#search{margin: 0 auto;box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);background-color: #fff;padding:  1em;}
.flight-type {margin-bottom:1em;display: inline-block;}
.flight-type li{display: inline-block;margin-right: 1em;}
.flight-Class{margin-bottom: 2em;margin-left: 4em;padding-right: 1.7em;}
.search-box-header {margin-bottom: 1.5em;}
.input-container {height: 55px;}
.input-container input{height: 55px;padding: 0 2.5em;border: 1px solid #e1e1e1;border-radius: 5px;}
.input-container .tourname{height: 55px;padding: 0 2.5em;border: 1px solid #2d348e;border-radius: 5px;}
.Noactive-date,.Noactive-date-section .floating-label{background: #e3e3e3;}
.passenger_section .inner-container{margin: 0 auto;width: 94% !important;height: 55px;padding: 0 2.5em;border: 1px solid #e1e1e1;border-radius: 5px;}
.floating-label{padding:0.5em;pointer-events: none;left:2.2em;top: 0.8em;transition: 0.2s;transition-timing-function: ease;transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);color:#2d348e;opacity:1;transform: scale(0.75) translateY(-100%) translateX(-30px);}
#search .country:focus ,.start_date:focus,.end_date:focus,#search .country:valid,.input-valid{border-color:#2d348e !important ;}
.dep::before,.des::before{content:"\f041";position: absolute;font-family: "fontawesome";left: 1em;top: 1.2em;color: #c8cfd7;}
#search .mini-loading {right: 1em;top: 0.9em;}
.searchList {box-shadow: 0 4px 8px rgba(144,149,167,.2);z-index: 9;background-color: #fdfeff;}
.ul-list{z-index: 100;background: #fdfeff;max-height: 250px; overflow:auto;}
.ul-list li{padding: 1em;position: relative;cursor: pointer;}
.ul-list li:not(:first-child)::before{content:"\f041";position: absolute;font-family: "fontawesome";right: 0.2em; top: 1.2em;color: #2d348e;}
.category-title {color: #b7bec5;}
.ul-list li:not(:first-child){border-bottom: 1px solid #c8cfd7;}
.searchList::before {content:'';background: #fdfeff;box-shadow: 0 0 10px rgb(0 0 0/17%);width: 16.2px;height: 16.2px;position: absolute;top: -8px;left: 16px;transform: rotate(45deg);z-index: 1;}
.ul-list li:not(:first-child):hover{background-color:#f6f6f6}
.fa-exchange-container{color: #fff;border: 1px solid #2d348e;border-radius: 50%;width: 30px; height: 30px; line-height: 28px;right: -0.6em;top: 0.55em;z-index: 9;}
.fa-exchange-container:hover{background: #2e2726;}
.inner-container {width: 97%;}
.result-for .input-container::before{content:"\f073";position: absolute;font-family: "fontawesome";left: 1em;top: 1.2em;color: #c8cfd7;}
.start_date{border-right: none !important;border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;}
.end_date{border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}
.form_search-btn{border-radius: 5px;height: 55px;min-width: 100%;text-transform: uppercase;}
.passenger_section .inner-container label{padding:0.5em;left:2em;top: -1em;}
.passenger_section .inner-container::before{content:"\f007";position: absolute;font-family: "fontawesome";left: 1em;top: 1.3em;color: #c8cfd7;}
.passenger_section .inner-container::after,.tourname-container::before{content:"\f0d7";position: absolute;font-family: "fontawesome";right: 1em;top: 1.3em;color: #c8cfd7;}
.count-passengers {line-height: 55px;}
.count-passengers .count,.count-passengers .count-room{padding-right: 0.5em;}
.CountPassenger::before {content:'';background: #fdfeff;box-shadow: 0 0 10px rgb(0 0 0/17%);width: 16.2px;height: 16.2px;position: absolute;top: -8px;left: 16px;transform: rotate(45deg);z-index: 1;}
.CountPassenger{box-shadow: 0 4px 8px rgba(144,149,167,.2);z-index: 9;background-color: #fdfeff;}
.CountPassenger .count { font-size: 13px; color: #444; }
.section-result-search{width: 100%;top: 0;}
.first-part-CountPassenger { width: 50%; float: left; line-height: 30px;padding-left: 5px;}
.second-part-CountPassenger { width: 50%; float: right; }
.passenger-button { width: 33.3%; float: right; text-align: center; }
.plus-minus span, .plus-minus-ch span, .plus-minus-ins span , .plus-minus-room span{border-radius: 5px; font-size: 25px; width: 25px; height: 25px; line-height: 25px; text-align: center; color: #fff; display: inline-block;}
.item-CountPassenger-content{background: #fdfeff;z-index: 100;max-height: 300px;overflow: auto;}
.item-CountPassenger {padding: 1em 0.5em;}
.item-CountPassenger input { text-align: center; height: 25px;}
.createChildDropdown { width: 50%; float: left;margin: 0.5em 0;}
.createChildDropdown select ,.datepicker.BithdatePassenger,.FlightClass {border: 1px solid #2d348e;border-radius: 5px;padding: 0.5em 0;width: 90%;font-size: 11px; }
.createChildDropdown label,.BirthdatePassenger label  { font-size: 10px; display: block;margin-bottom: 0.5em; }
.section-select-age .select-arrow::before{right: 2em;top: 2.5em;}
.select-arrow::before{content: "\f0d7";font-family: 'FontAwesome'; position: absolute;font-size: 9px;right: 1.5em;top: 1em;z-index: 9;color: #c8cfd7;}
.confirm {padding: 0.3em 0.7em;text-align: center;color: #fff;margin: 0.5em 1em;width: auto;font-size: 13px;}
.minus-btn{background-color: #c8cfd7 ;}
.minus-btn-active{background-color: #2e2726 !important ;cursor: pointer;}
.plus-btn{cursor: pointer; }
.RoomRow {padding: 0 0.5em;border-bottom: 1px solid #c8cfd7;}
.contentRoom {margin-bottom: 0.5em;}
.section-input_list input[type="checkbox"],.section-input_list input[type="radio"] {width: 17px;height: 17px;cursor: pointer;top:0;z-index: 9;opacity: 0;left:0.5em;}
.section-input_list label {font-size: 12px;color: #5c5d5f;}
.section-input_list .checkbox {width: 100%;text-align: left;}
.section-input_list span::before, .section-input_list span::after{content: '';position: absolute;top: 0;width: 14px;height: 14px;border-radius: 5px;}
.section-input_list span.checkbox::before {border: 2px solid #505050;left: 0.5em;top: 0;transition: border-color .2s;}
.section-input_list input[type="checkbox"]:checked + label span.checkbox::after,.section-input_list input[type="radio"]:checked + label span.checkbox::after {color: #2e2726;}
.section-input_list span::before, .section-input_list span::after{content: '';position: absolute;width: 12px;height: 12px;border-radius:3px;}
.section-input_list span.checkbox::after {font-weight: 600;content: '\f00c';font-family: "fontawesome";top: 0;left: 0.7em;color: transparent;transition: color .2s;width: 15px;height: 15px;line-height: 16px;text-align: center;font-size: 10px;}
.section-input_list input[type="checkbox"]:checked + label span.checkbox::before,.section-input_list input[type="radio"]:checked + label span.checkbox::before  {border-color:#2e2726 ;}
.share .text-checkbox,.check-hotel-date .text-checkbox{margin: 0 0 0 2.5em;}
.share {margin-top: 1em;}
.check-hotel-date { margin-top: 1em;}
.text-checkbox {margin-left: 2.2em;}
.countryFlight {box-shadow: 0 4px 8px rgba(144,149,167,.2); z-index: 99; background-color:#FFFFFF; color: #424242;line-height:25px;border-radius: 5px; font-size: 12px;width: 100%;}
.countryFlight .selectCountry { width: 100%; padding: 5px; border-radius: 5px; box-sizing: border-box;}
.countryFlight .selectCountry:first-child::before{content: ''; background: #fdfeff; box-shadow: 0 0 10px rgb(0 0 0/17%);width: 16.2px; height: 16.2px; position: absolute;top: -8px; left: 16px;transform: rotate(45deg); z-index: 1;;}
.countryFlight .selectCountry:hover { background-color:#f6f6f6}
.parent-item{width: 100%;}
.child-item {width: 100%;padding-left: 10px;}
.selectCountry { border-bottom: 1px solid #f1f1f1; cursor: pointer; text-align: left; }
.selectCountry i {font-size: 11px;float: left ;line-height: 25px;width: 10%; margin: 0 !important;}
.selectCountry .txtcountry {float: right;width: 90%;}
.check-hotel-date-container {margin-top: 1em;}
.warning {color: #f42e36;margin-top: 1em;}
.BirthdatePassenger {width: 50%; float: left;margin: 0.5em 0;}
/*<!---------------------------------------------------------------*/
.nav-tour-cat li{padding: 1em;display: inline-block;background: rgba(45, 52, 142,.5);margin: 0 0.3em;}
.nav-tour-cat li.active{background-color:#2d348e; color: #fff;}
.tour-list-content .inner{-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);}
.tour-list-content .desc{padding: 1em;}
.tour-list-content .title{margin-bottom: 1.5em;}
.tour-list-content .price{border-left: 1px solid #e1e1e1;padding-left: 1em;}
.tour-list-content .icon{color: rgb(211, 73, 63); margin-right: 0.5em;width: 20px; height: 20px; line-height: 20px;background: rgba(211, 73, 63,.2); border-radius: 50%;text-align: center}
.tour-list-content .info{color: #666;}
.tour-list-content .info p{margin-bottom: 0.5em;}
.tour-list-content .d-flex{-webkit-box-pack: justify; -ms-flex-pack: justify;justify-content: space-between}
.tour-list-content .price-text{font-size: 1.5em;}
.tour-list-content button{padding: 0.5em;}
.tour-list-content footer{margin-top: 1em;}
.nav-tour-cat {margin-bottom: 2em;}
.tour-list-content{margin: 0 auto;}
.tour-list-container .owl-controls{top: 10em;display: block !important;}
.tour-list-content:hover figure img {opacity: 0.6; filter: alpha(opacity=50);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.tour-list-content:hover figure {overflow: hidden; background: #000; position: relative; z-index: 0; }
.tour-list-content figure{overflow: hidden;}
#loader-container {padding: 3em 0;}
#loader-container .loader-content {top: 2.5em;right: 0; left: 0; margin: 0 auto;text-align: center;}
#loader {display: block; left: 50%;top:0; width: 120px; height: 120px; margin: -75px 0 0 -75px; border-radius: 50%;border: 3px solid transparent; border-top-color: #2d348e;;  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}
#loader:before {content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px;border-radius: 50%;  border: 3px solid transparent; border-top-color: #2d348e;; -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}
#loader:after {content: ""; position: absolute; top: 15px;left: 15px;right: 15px;bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #2d348e;; -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */}
 @-webkit-keyframes spin {
0%   { -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: rotate(0deg);  /* IE 9 */ transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */ }
100% {-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: rotate(360deg);  /* IE 9 */ transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */}}
@keyframes spin {
0%   { -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: rotate(0deg);  /* IE 9 */ transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */ }
100% {-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: rotate(360deg);  /* IE 9 */transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */ }}
/*<!---------------------------------------------------------------*/
.title-content{text-transform: capitalize;font-size: 2em; margin-bottom: 0.7em;}
.title-container p{font-weight: initial;color: #666;}
.title-container span{top: -0.15em}
.title-container {margin-bottom: 2em;}
/*<!---------------------------------------------------------------*/
/* .tour-cat-content .inner::after {border-radius: 5px; content: "";width: 100%;height: 100%;position: absolute; left: 0; top: 0; right: 0;background: linear-gradient(180deg, rgba(255, 255, 255, 0.0) 0%, rgba(0, 0, 0, 0.7) 100%);} */
.tour-cat-content .desc{ bottom: -25px; padding: 25px;width: 100%; -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;z-index: 9;}
.tour-cat-content figure { background: #000; height: 365px; }
.tour-cat-content .inner:hover figure img { opacity: 0.5; }
.tour-cat-content .inner:hover .desc { bottom: 25px; }
.tour-cat-content .icon {background: rgba(211, 73, 63,.2);width: 20px;font-size: 11px; height: 20px;line-height: 20px;text-align: center; margin-right: 0.5em;display: inline-block;vertical-align: middle; -webkit-border-radius: 50%; -moz-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;}
.tour-cat-content .text{color: #666;}
.tour-cat-content header button { padding: 5px 16px; opacity: 0;font-weight: 400; margin-top: 15px;}
.tour-cat-content .inner:hover header button  { opacity: 1; }
.tour-cat-content .title{margin: 0.5em 0;}
.tour-cat-content .count{margin-right: 0.2em;}
.tour-cat-content{margin: 0 auto;}
.tour-cat-container .owl-controls{top: 10em;display: block !important;}
.card .effect:before{border-top: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: scale(0, 1);-moz-transform: scale(0, 1);-o-transform: scale(0, 1);transform: scale(0, 1);}
.card .effect:after{border-left: 1px solid #fff;border-right: 1px solid #fff;-webkit-transform: scale(1, 0);-moz-transform: scale(1, 0);-o-transform: scale(1, 0);transform: scale(1, 0);}
.card:hover .effect:before{border-top: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: scale(1, 1);-moz-transform: scale(1, 1); -o-transform: scale(1, 1);     transform: scale(1, 1);}
.card:hover .effect:after{border-left: 1px solid #fff;border-right: 1px solid #fff; -webkit-transform: scale(1, 1);-moz-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1);}
.card .effect:before, .card .effect:after{content: ""; position: absolute; left: 10px;right: 10px;top: 10px;bottom: 10px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
/*<!---------------------------------------------------------------*/
.services-container {display: grid;grid-template-columns: 1fr 1fr 1fr;margin-bottom: 3em;}
.service-icon{height: 100px;margin: 0 auto 0.5em ;line-height: 100px; border: 2px dashed #2d348e; border-radius: 50%;font-size: 3em; width: 100px;}
.service-icon::before{content: ''; width: 100px; height: 100px; border-radius: 50%; background: rgba(45, 52, 142,0.1);position: absolute;top: -0.2em;left: -0.2em}
.service-text{text-transform: uppercase;}
/*<!---------------------------------------------------------------*/
.subscribe form{margin: 5em auto 0;-webkit-box-shadow: 0 10px 15px rgba(25,25,25,.1);-webkit-box-shadow: 0 10px 15px rgba(25,25,25,.1); box-shadow: 0 10px 15px rgba(25,25,25,.1);padding: 2em 2em 0.5em 2em ;}
.subscribe .title-container{margin: 2em 0;}
.subscribe form input{border-bottom: 1px solid #e1e1e1;margin-right: 0.5em;}
.subscribe i{margin-right: 0.3em;vertical-align: middle;}
.subscribe form button{top: -0.6em;padding: 1em 2em;border-radius: 2em;}
.subscribe {border-radius: 16px;position: relative;background-image: linear-gradient( 45deg, hsl(214deg 78% 51%) 0%, hsl(202deg 100% 47%) 8%, hsl(201deg 93% 59%) 17%, hsl(198deg 95% 70%) 25%, hsl(201deg 93% 59%) 33%, hsl(202deg 100% 47%) 42%, hsl(214deg 78% 51%) 50%, hsl(202deg 100% 47%) 58%, hsl(201deg 93% 59%) 67%, hsl(198deg 95% 70%) 75%, hsl(201deg 93% 59%) 83%, hsl(202deg 100% 47%) 92%, hsl(214deg 78% 51%) 100% );min-height: 500px;}
.subscribe .white{color: white!important;}
.dot-pattern {background-image: radial-gradient(circle at 20px 20px, rgba(169, 226, 242, 0.5) 10px, transparent 0);    top: 0;right: 0;background-size: 150px 150px;width: 100%;height: 500px;}
.newsletter-loading,.newsletter-result {margin: 1em 0;}
.field-captcha img{border-radius: 6px;margin-right: 0.2em;width: 80px;height: 35px;}
.error{color: #f42e36;}
.success{color: #2db742;}
/*<!--------------------------------START CSS FOOTER-------------------------------*/
.footer-en{background: #fff;}
.footer{padding: 3em 0 0.5em 0;}
.footer-item{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.footer-item .middle{margin: 0 auto;}
.footer .title{margin-bottom: 1.5em;}
.footer .info{font-weight: initial;}
.footer .info li{margin-bottom: .5em;}
.footer .info li span {float: right;width: calc(100% - 35px);}
.footer-top {padding-bottom: 2em; border-bottom: 1px solid #e9e9e9;}
.footer .social-icon li{display: inline-block;}
.footer .social-icon li:not(:last-child){margin-right: 2em;}
.footer .bottom{background: #313a45 none repeat scroll 0 0;border-bottom: 1px solid #475362;}
.footer .logo{margin-bottom: 0.5em;}
.mini-about {font-weight: initial;}
.footer .link{font-weight: initial;}
.footer .link li:not(:last-child){margin-bottom: .5em;}
.footer .copy{padding: 1em 0;}
.footer .copy img{vertical-align: middle;margin-left: 0.5em;}
.footer .copy a:hover,.footer .bottom a:hover{color: #e94b56;}
.sign li {display: inline-block;padding: 0.5em;}
.sign li img {vertical-align: middle;background: #fff}
.sign {margin-bottom: 1em;}
.footer .info li:hover,.footer .link li:hover a{color: #e94b56 !important; padding-left: 5px;}
.footer .social-icon a:hover {color: #2d348e !important;}
.footer .instagram{color:#ed145b;}
.footer .telegram{color:#2ca5e0;}
.footer .linkedin{color:#4e7aa3;}
.footer .facebook{color:#375f98;}
.footer .twitter{color:#0f9dd4;}
.footer .googleplus{color:#c94738;}
.footer .whatsapp{color:#2db742;}
.footer .pinterest{color:#b7081b}
.footer .youtube{color:#f70000}
.footer .aparat{color:#e82f83}
.footer-middle { border-bottom: 1px solid #e9e9e9; padding: 2em 0;}
.call-btn-container {transform-origin: 50% 80%; position: fixed;bottom:10em;left: 3em;z-index: 2147483647;cursor: pointer;transition: all 200ms ease-in-out;transform: none;opacity: 1;}
.call-btn-container .body{position:absolute;top:33px;left:-6px;width:80px;height:80px;background:#2d348e;border-radius:50% 50%;background-size:contain;z-index:10;opacity:.5;animation:zoomIn .5s cubic-bezier(.47,0,.75,.72) infinite alternate}
.call-btn-container .body2{position:absolute;top:23px;left:-16px;width:100px;height:100px;background:#2d348e;border-radius:50% 50%;background-size:contain;z-index:9;opacity:.2;animation:zoomIn .3s cubic-bezier(.47,0,.75,.72) infinite alternate}
.call-btn-container .eye{position:absolute;top:39px;width:68px;height:68px;background-color: #2d348e;border-radius: 50%;background-size:contain;z-index:12}
.call-btn-container .eye.left {left: 0px;}
@keyframes zoomIn {100% { transform: scale(1.16, 1.16);}}
@keyframes openMouth { from {left:-10px; opacity: 0} to {left: 30px;}}
.call-btn-container svg{margin-top: 1em;}
#back-to-top {position: fixed;bottom: 3em;right:3em;border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;-o-border-radius: 50px; z-index: 10000;height: 50px;width: 50px;line-height: 50px;background-repeat: no-repeat;background-position: center;transition: background-color .1s linear;-moz-transition: background-color .1s linear;-webkit-transition: background-color .1s linear;-o-transition: background-color .1s linear;}
#back-to-top i {font-size: 22px;}
#back-to-top:hover {background: #fff;color:#2d348e;border: 2px solid #2d348e;}
/*<!--------------------------------END CSS FOOTER-------------------------------*/
/*<!--------------------------------START CSS LOGIN-------------------------------*/
#Login_box .shine-hover{color:#fff;background-color:#2d348e;border:1px solid #2d348e}
#Login_box .shine-hover:hover{background-color:#2d348e}
.login_module_prev:hover{color:#000;border-color:#000}
.login_info i{color:#2d348e!important}
.login-link{border:1px solid #2d348e;}
.login-link:hover {background-color: #2d348e;color: #fff !important}
.login-btn {background-color: #2d348e}
.login-title i {color: #2d348e}
.login-btn:hover {background-color: #06acf1;}
.bottom-content .action-loading {background-color: #2d348e;}
/*<!--------------------------------END CSS LOGIN-------------------------------*/
/*<!--------------------------------START CSS LOGIN REGISTER-------------------------------*/
.Login_Information {display: inline-block;padding: 0.8em 0 0 0; margin-left: 1em; border: none; width: auto;margin-top: 0;}
.login-header{float: right;line-height: 25px;}
.btnstyle{cursor: pointer;border: none; padding: 0;}
/*<!--------------------------------END CSS LOGIN REGISTER-------------------------------*/
/*<!--------------------------------START CSS LOGIN DEFAULT-------------------------------*/
#Login_box {display: none; position: fixed;left: 0;right: 0;margin: 0 auto;z-index: 99999;text-align: center;top: 8em;;box-sizing: border-box;border-radius: 5px;width: 500px;background: #fafafa !important;box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);}
#Login_box .Section-loginRegister {width: 100%;padding: 10px 20px;}
#Login_box .Section-loginRegister .fa-times::before {color: #777;}
#Login_box .Section-loginRegister .fa-times {cursor:pointer;font-style: inherit;background: #fff;border: 1px solid #777;border-radius: 50%;width: 25px;height: 25px;line-height: 24px;display: block;}
#Login_box .Section-loginRegister .close {float: left;width: 30px;text-align: center;}
#bg-popup2{position: fixed;top: 0; width: 100%;height: 100%; z-index: 9999;direction: ltr;background: rgba(0,0,0,0.3);}
.login_OptionInfo {font-size: 13px;text-align: right;color: #777;direction: ltr;float: right; margin: 1.3em 0 0 0;}
.login_info .resend_code {color: #fff;font-size: 14px;float: right;padding-right: 10px;cursor: pointer;display: none;}
.login_OptionInfo .forgetpass,
.login_OptionInfo .register,
.login_OptionInfo .Login,
.login_OptionInfo .ResendEmail {color: #777;font-size: 12px;cursor: pointer;border-bottom: 2px solid #777;padding-right: 0; float: none;width: auto;display: inline-block !important;}
.login_OptionInfo .forgetpass:hover,
.login_OptionInfo .register:hover,
.login_OptionInfo .Login:hover,
.login_OptionInfo .ResendEmail:hover,
.login_module_new:hover,
.login_module_prev:hover {color: #000;border-color: #000;}
.login-form_new .shine-hover::after {content: 'Submit' !important;}
.login-form_new,.login_module_new {display: none !important;}
.login-form_prev{display: block !important;}
.login-form-new{display: none !important;}
.login-form-prev{display: block !important;}
.form-title {direction: ltr;font-size: 14px;color: #777;text-align: center;margin-bottom: 0.5em;}
.login-content {width: 75%;margin: 0 auto 15px;}
.btn_container button {height: 38px;line-height: 38px;cursor: pointer;}
.login_module_new,.login_module_prev {cursor: pointer;border-bottom: 2px solid #777;font-size: 12px;}
.timing {font-size: 14px;color: #444449;margin: 1em auto;}
#time-text {color: #f42e36;font-size: 20;font-size: 20px;}
.login_info input:disabled {cursor: not-allowed;}
.seperator {padding: 0 0.3em;}
.login_info .fa-lock {position: initial;}
.error-login{font-size: 14px;}
.fcap,.fcapForgetpass,.fcapRegMail,.fcapResendmail {color: #f42e36;font-size: 14px;display: none;}
.error-result,.errorMsg{color: #f42e36;font-size: 14px;}
.successMsg,.true-result {color: #2db742;font-size: 14px;}
.login-content.email-list,.login-content.email-list .form-title {text-align: right;}
.email-item-container {max-height: 100px;overflow: auto;text-align: right;}
.email-item {direction: ltr;font-size: 13px;margin-bottom: 0.5em;}
.email-item input{appearance: auto !important;-webkit-appearance: auto !important;-moz-appearance: auto !important;-o-appearance: auto !important;-s-appearance: auto !important;}
.email-label {padding-right: 1em;color: #2d2d2d;}
.new-user {color: #2db742;font-size: 12px;}
.confirm_code {color: #fff;text-align: justify;direction: ltr;font-size: 14px;padding-right: 5px;}
.login_counter .counter_box {width: 100%;text-align: right;}
.login_info .label {font-size: 13px;width: 20%;float: right;line-height: 38px;border-left: 1px solid #eaeaea;height: 38px; text-align: center;display: block !important;margin-bottom: 0 !important;position: initial !important;}
.login_info {width: 75%;margin: 0 auto 1.5em; border: 1px solid #e0e0e0;background: #fff;border-radius: 5px;position: relative}
.login_info.login_captcha {overflow: hidden;}
.login_info input,
.login_info select {border: none;direction: ltr;width: 80%;height: 38px;line-height: 38px;padding: 0 10px;color: #777;font-weight: normal;float: left;font-size: 13px;border-radius: 5px 0 0 5px;background: #f3f3f3;}
.login_captcha .refreshimg { width: 10%;float: right;line-height: 38px;text-align: center;text-decoration: none;position: absolute;left: 100px;}
.login_captcha .refreshimg i {vertical-align: middle;line-height: 38px !important;}
.login_captcha .captcha_img {position: absolute;right: 3.5em;}
.login_captcha .captcha_img img {float: left;border-bottom-left-radius: 5px; border-top-left-radius: 5px; width: auto !important;}
.login_info .sendcode {float: left;width: 30%;width: 100%;border-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.login_info .sendcode,.login_info .submitcode {float: left;width: 100%;padding: unset;cursor: pointer;font-size: 14px;}
.title_text{ color: #777;height: 50px;line-height: 50px;width: 100%;margin: 0 10px;font-size: 25px;}
.shine-hover {overflow: hidden;position: relative;}
.shine-hover::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.shine-hover:hover::before {-webkit-animation: shine .90s;animation: shine .90s;}
.sendcode::before {content: '';}
.shine-hover::after{content: '';}
#Login_box .submitcode,#Login_box .sendcode{position: relative;z-index: 1000;opacity: 0;width: 100% !important;}
#Login_box .shine-hover::after{position: absolute;left: 0;right: 0;margin: 0 auto;width: 50px; top: 1px;}
.ForgetPass-Form .shine-hover::after,
.RegisterEmail .shine-hover::after,
.ResendMail-Form .shine-hover::after {content: 'Submit';}
.login-form_prev .shine-hover::after {content: 'Submit';}
.Wrapper-forgetpass,.Wrapper-resendmail,.Wrapper-registerinfo {display: none;}
.fa-hand-point-left::before {content: "\f0a5";}
.fa-sync::before {content: "\f021";}
.infoUser, .info-section, .Panel-Dashboard_link, .Logout_link{display:inline-block;margin: 0 !important;float: none !important;}
.Panel-Dashboard_link {color: #2db742 !important;}
.information-user {padding: 0 !important;color: #2d348e !important;font-size: 14px;display: inline-block;}
.information-user span {margin: 0px 2px !important;}
.info-section {text-transform: uppercase;float: none !important;margin: 0 !important;color: #383838;}
.Logout_link{color: #f42e36!important;}
.Panel-Dashboard_link::before,  .Logout_link::before  {content: "|";color: #383838;}
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine {100% {left: 125%;}}
.loadingLog {display: none;position: initial;}
#Login_box .shine-hover{background: #2d348e;border: 1px solid #2d348e;color: #fff;border-radius: 5px;line-height: 38px;}
.login_info i {font-size: 22px;font-style: inherit;color: #2d348e !important;line-height: 38px !important;float: none;}
@media only screen and (max-width:750px){
#Login_box{width: 90%;}
.login_OptionInfo,.btn_container{width: 100% !important;}
.login_OptionInfo{text-align: center;}
.title_text{font-size: 18px}
}
/*<!--------------------------------END CSS LOGIN DEFAULT-------------------------------*/
/*<!--------------------------------START CSS LOGIN MOB-------------------------------*/
.email-item-container {max-height: 100px;overflow: auto;text-align: right;}
.email-item-container .inner-input label{color: #444449 ;margin-right: 0 !important;}
.email-item-container .inner-input label span{padding-right: 1.5em;}
.email-item-container .inner-input span::before ,.email-item-container .inner-input span::after,.email-item-container .radioButton{right: 0 !important;}
.inner-input span::after { content: '\f111'; font-family: 'fontawesome'; right: 20px; top: 0; color: transparent;transition: color .2s;-webkit-transition: color .2s;-moz-transition: color .2s;-ms-transition: color .2s;-o-transition: color .2s;width: 10px;height: 10px;line-height: 10px;text-align: center;border-radius: 50%;font-size: 6px;}
.inner-input span::before, .inner-input span::after {content: '';position: absolute;top: 0;bottom: 0;margin: auto;}
.inner-input span::before {right: 20px;width: 10px;height: 10px;border: 3px solid #ccc;transition: border-color .2s;-webkit-transition: border-color .2s;-moz-transition: border-color .2s;-ms-transition: border-color .2s;-o-transition:border-color .2s;border-radius: 50%;}
.inner-input span::after {content: '\f111';font-family: 'fontawesome';right: 20px;top: 0; color: transparent; transition: color .2s; -webkit-transition: color .2s;-moz-transition: color .2s;-ms-transition: color .2s;-o-transition: color .2s;width: 10px;height: 10px;line-height: 10px;text-align: center;border-radius: 50%; font-size: 6px;}
.section-input {margin: 10px 0;}
.radioButton:checked + label span::after {color: #2d348e; border: 2px solid #2d348e;}
.radioButton {width: 10px !important;height: 10px !important;top: 3px;bottom: 0;z-index: 99;opacity: 0;right: 20px;}
.section-input label {margin-right: 20px;}
.radioButton:checked+label span {color: #2e2813;}
.section-input span::before {right: 20px;width: 10px;height: 10px;transition: border-color .2s;border-radius: 50%;}
.section-input span::before, .section-input span::after {content: '';position: absolute;top: 3px;bottom: 0;}
.radioButton:checked+label span::before {border: none}
.section-input span::after {content: '\f111';font-family: 'fontawesome';right: 20px;top: 3px;color: transparent;transition: color .2s;width: 10px;height: 10px;line-height: 10px;text-align: center;border-radius: 50%;font-size: 6px;}
.Wrapper-logininfo-def .form-title{text-align: center;color: #fff !important;}
.Wrapper-logininfo-def .timing {color: #fff!important;margin: 1em auto;}
.not-allowedLogin { background: #606060 !important; cursor: not-allowed!important; color: #fff!important; }
.not-login { cursor: pointer; }
.section-login input { height: 38px; box-sizing: border-box;line-height: 38px;}
.section-login .login_info.result-container {width: 100%;}
.section-login { padding: 0 !important; margin: 15px auto !important;width: 90%; }
.Form_User-btn {border: none;height: 38px; padding: 0 1em;border-radius: 5px;width: 100% !important; color: #fff !important; text-align: center !important; cursor: pointer; }
.CheckCaptcha, .CheckCaptcha-Reg-Mail, .CheckCaptchaReg-SMS, .CheckCaptcha-forgetPass, .CheckCaptcha-forgetPass {text-align: center; margin: 10px 0; color: #f42e36; }
.Link-Login-def-new,.Link-Login-def-prev ,.Link-Forgetpass, .Link-Register, .Link-ResendMail, .Link-Login,.Link-Forgetpass-def, .Link-Register-def, .Link-ResendMail-def, .Link-Login-def { text-align: center; cursor: pointer }
.Message-LoginRegister { text-align: center; margin: 10px 0; color: #444; }
.section-box { background: none !important; box-shadow: none !important; height: auto !important; text-align: center !important; }
.captcha-input { width: 40% !important;}
.Wrapper h3, .Wrapper-registerinfo h3 { font-size: 15px; text-align: center; padding: 15px 0;color: #444449;}
#login .mm-spn--open { margin-top: 30px !important; }
.section-login::before {display: none !important;}
.captcha_img { width: 30%; text-align: left; }
.section-login .captcha_img img{width: 100% !important;height: 38px;}
.height_80{height: 80%;padding: 0 10px !important;}
.refresh-img { width: 10%;  color: #fff !important; font-size: 17px;border: none !important; height: 38px; line-height: 38px; text-align: center; padding: 0 !important; }
.fa.fa-refresh { border-left: none !important; padding: 0 !important; margin: 0 !important; font-size: 20px !important; }
.loader { border: 5px solid #f3f3f3; border-radius: 50%; width: 15px; height: 15px; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; }
/* Safari */
@-webkit-keyframes spin {  0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {  0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.fa.fa-user.is-login { color: #2db742; padding: 0 5px !important; font-size: 20px; }
.errorMsg{color: #f42e36;}
.successMsg{color: #2db742;}
.UserInfo {text-decoration: none; direction: rtl; padding: 0 !important; font-size: 12px; color: #525252; }
.Link-profile { width: 100%;margin-top: 0.2em;}
.icon-dashboard::before {content: "\f0e4";}
.link-login{color: #2db742;font-size: 13px; }
.link-logout{ color: #f42e36;font-size: 12px;}
.link-login::before, .link-logout::before {content: "|";color: #525252;padding: 0 0.2em;}
.Link-profile::before {content: "\f2bd"; font-family: "fontawesome"; font-size: 15px; vertical-align: middle;color: #525252;}
.Link-Register, .Link-ResendMail,.Link-Login-Prev { font-size: 15px!important; color: #2d348e!important; width: 90% !important; border-bottom: 1px solid; margin: 0 auto !important; }
.container-login { position: fixed; top: 0; right: 0; bottom: 100%; left: 0; z-index: 9999999999999; overflow: hidden; -ms-scroll-chaining: none; overscroll-behavior: contain; background: rgba(0, 0, 0, 0); -webkit-transition-property: bottom, background-color; -o-transition-property: bottom, background-color; transition-property: bottom, background-color; -webkit-transition-duration: 0s, .3s;
-o-transition-duration: 0s, .3s;transition-duration: 0s, .3s;-webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-delay: .45s, .15s;
-o-transition-delay: .45s, .15s;transition-delay: .45s, .15s; }
.container-login-content { left: -100%; top: 0; bottom: 0; z-index: 2; width: 80%; width: var(--mm-ocd-width); min-width: 200px; min-width: var(--mm-ocd-min-width); max-width: 440px; max-width: var(--mm-ocd-max-width); background: #f4f7f8; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: .3s;
-o-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }
.container-login-open { bottom: 0; background: rgba(0, 0, 0, .25); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s }
.container-login li, .container-login span, .container-login ul {  padding:0; margin:0; -webkit-box-sizing:border-box; box-sizing:border-box }
.container-login ul { line-height:24px; line-height:var(--mm-spn-line-height); overflow:visible; overflow-y:auto; background:inherit; -webkit-transition:left .3s ease 0s;
-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default }
.container-login li { position:relative; background:inherit; cursor:pointer; direction:rtl; text-align:right; font-size:13px; width: 95%; background-color: #fff; padding: 5px 10px; display: block; border-radius: 5px; color: #888; margin: 5px auto; height: 40px; }
.container-login span { position:relative; background:0 0; z-index:1; }
.container-login span { position:relative; background:0 0;  z-index:1; }
.loadingLog ,.ResendSMS{display: none;}
.ResultInfo {margin: 20px 0;font-size: 13px;color: #2d348e;text-align: center;}
.loginRegister{ direction: rtl;}
.Wrapper-registerinfo label{color: #2d348e !important;}
/*<!--------------------------------END CSS LOGIN MOB-------------------------------*/
/*<!--------------------------------END CSS LOGIN DEFAULT-------------------------------*/
/*<!--------------------------------START CSS OWL-------------------------------*/
.owl-carousel .owl-item, .owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}
.owl-carousel, .owl-carousel .owl-wrapper{display:none;position:relative;}
.owl-carousel{width:100%;-ms-touch-action:pan-y;}
.owl-theme .owl-controls{margin:10px 0px;text-align:center;position:absolute;width:100%;}
.owl-pagination{display:none;}
.owl-next, .owl-prev{color: rgb(211, 73, 63); width: 30px; height: 30px; line-height: 30px;background: rgba(211, 73, 63,.2); border-radius: 50%;font-size: 20px;-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;position:absolute;font-family:"FontAwesome";}
.owl-next{right:-50px;}
.owl-prev{left:-50px;}
.tour-list-container .owl-next, .tour-list-container .owl-prev{top: 2em;}
.article-cat-container .owl-next, .article-cat-container .owl-prev{top: -1em;}
.article-cat-container .owl-next, .article-cat-container .owl-prev,.tour-list-container .owl-next, .tour-list-container .owl-prev{display: inline-block !important;}
.owl-carousel .owl-item {text-align: center;transition: all 0.4s ease;float:left;}
.owl-carousel .owl-item img {vertical-align: middle;  -webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
/*<!--------------------------------END CSS OWL-------------------------------*/
/*<!--------------------------------START CSS TOUR LIST-------------------------------*/
.tour-list{display: grid;grid-template-columns: 1fr 1fr 1fr;}
.tour-list .tour-list-content{margin-bottom: 2em;}
.content.pages{margin-top: 8em;}
/*<!--------------------------------END CSS TOUR LIST-------------------------------*/
/*<!--------------------------------START CSS ARTICLE LIST-------------------------------*/
.article-list{display: grid;grid-template-columns: 1fr 1fr 1fr;}
.article-list .article-list-content{margin-bottom: 2em;}
.article-list-content .inner{-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);}
.article-list-content .desc{padding: 1em;}
.article-list-content .title{margin: 1em 0;}
.article-list-content .icon{color: rgb(211, 73, 63); margin-right: 0.5em;width: 20px; height: 20px; line-height: 20px;background: rgba(211, 73, 63,.2); border-radius: 50%;text-align: center}
.article-list-content .info{color: #666;}
.article-list-content .info p{margin-bottom: 0.5em;}
.article-list-content .d-flex{-webkit-box-pack: justify; -ms-flex-pack: justify;justify-content: space-between}
.article-list-content a{padding: 0.5em;}
.article-list-content footer{margin-top: 1em;}
.article-list-content{margin: 0 auto;}
.article-list-content:hover figure img {opacity: 0.6; filter: alpha(opacity=50);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.article-list-content:hover figure {overflow: hidden; background: #000; position: relative; z-index: 0; }
.article-list-content figure{overflow: hidden;}
.article-list-content .fa-angle-right{margin-left: 0.5em;}
.article-list-content:hover a{color:#06acf1}
/*<!--------------------------------END CSS ARTICLE LIST-------------------------------*/
/*<!--------------------------------START CSS CONTACT-------------------------------*/
.contact-icon{width:60px;height:60px;background: rgba(211, 73, 63,.2); border-radius: 50%;line-height: 60px;font-size: 1.5em;-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);}
.contact-icon i{width: 60px;height: 60px;}
.contact-icon:before {background: #d3493f;position: absolute;content: '';width: 100%;height: 100%;left: 0px;top: 0px;right: 0px;-webkit-border-radius : 50%;-moz-border-radius : 50%;-o-border-radius : 50%;border-radius : 50%;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);}
.contact-content:hover .contact-icon:before { -webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1);}
.contact-content:hover .contact-icon i {filter: brightness(0) invert(1);}
.contact-content a:hover {color:#06acf1}
.contact-text{margin-left:1.5em;}
.contact-text .title{margin-bottom: 0.5em;}
.contact-form .form-control { border-radius: 4px; background-color: #fff; margin-bottom: 1.3em; padding: 1.2em 0.5em;}
.contact-form form{margin: 0 auto;}
.contact-form button { padding: 1.2em 0.5em; text-transform: uppercase;margin-bottom: 1.3em;}
.nav-contact li {display: inline-block;-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);padding: 3em 2em; margin: 0 0.2em;}
.nav-contact li.active{background: #d3493f;color: #fff;}
.nav-contact li:hover{background: #d3493f;color: #fff;}
.nav-contact {margin-top: 5em;} 
.contact-content .answer{padding-right: 0.5em;}
.contact-item{margin-bottom: 1.5em;padding: 1em;}
.title-content-middle{text-transform: capitalize;font-size: 1.3em;}
.title-container-middle p{font-weight: initial;color: #666;}
.title-container-middle span{top: -0.15em}
.title-container-middle {margin-bottom: 1em;}
.youtube{line-break: anywhere;}
.contact-form .load-captcha img{margin: 0.5em;}
.contact-form .fa-sync {margin-left: 0.5em;}
/*<!--------------------------------END CSS CONTACT-------------------------------*/
/*<!--------------------------------START CSS ABOUT-------------------------------*/
.about-text{line-height: 2em;}
/*<!--------------------------------START CSS ABOUT-------------------------------*/
/*<!--------------------------------START CSS GALLERY-------------------------------*/
.demo-gallery > ul > li {margin-bottom: 15px;display: inline-block;}
.demo-gallery > ul > li a {display: block;overflow: hidden;position: relative;}
.demo-gallery > ul > li a > img {height: 70px;width: 70px;-webkit-transition: -webkit-transform 0.15s ease 0s;-moz-transition: -moz-transform 0.15s ease 0s;-o-transition: -o-transform 0.15s ease 0s;transition: transform 0.15s ease 0s;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
.demo-gallery > ul > li a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1); }
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {opacity: 1;}
.demo-gallery > ul > li a .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}
.demo-gallery > ul > li a .demo-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}
.demo-gallery > ul > li a:hover .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}
.demo-gallery .justified-gallery > a > img {-webkit-transition: -webkit-transform 0.15s ease 0s;-moz-transition: -moz-transform 0.15s ease 0s;-o-transition: -o-transform 0.15s ease 0s;transition: transform 0.15s ease 0s;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);height: 100%;width: 100%;  }
.demo-gallery .justified-gallery > a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1); }
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {opacity: 1; }
.demo-gallery .justified-gallery > a .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s; }
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s; }
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5); }
.demo-gallery .video .demo-gallery-poster img {height: 55px;margin-left: -24px;margin-top: -24px;opacity: 0.8;width: 48px; }
.demo-gallery.dark > ul > li a {border: 3px solid #04070a; }
.lg-icon {font-family: 'FG_icon';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;/* Better Font Rendering =========== */-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.lg-actions .lg-next, .lg-actions .lg-prev {background-color: rgba(0, 0, 0, 0.45);border-radius: 2px;color: #fff;cursor: pointer;display: block;font-size: 22px;margin-top: -10px;padding: 8px 10px 9px;position: absolute;top: 50%;z-index: 1080;border: none;outline: none;}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {pointer-events: none;opacity: 0.5;}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {color: #FFF;}
.lg-actions .lg-next {right: 20px;}
.lg-actions .lg-next:before {content: "\e095";}
.lg-actions .lg-prev {left: 20px;}
.lg-actions .lg-prev:after {content: "\e094";}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {-webkit-animation: lg-right-end 0.3s;-o-animation: lg-right-end 0.3s;animation: lg-right-end 0.3s;position: relative;}
.lg-outer.lg-left-end .lg-object {-webkit-animation: lg-left-end 0.3s;-o-animation: lg-left-end 0.3s;animation: lg-left-end 0.3s;position: relative;}
.lg-toolbar {z-index: 1082;left: 0;position: absolute;top: 0;width: 100%;background-color: rgba(0, 0, 0, 0.45);}
.lg-toolbar .lg-icon {color: #fff;cursor: pointer;float: right;font-size: 24px;height: 47px;line-height: 27px;padding: 10px 0;text-align: center;width: 50px;text-decoration: none !important;outline: medium none;-webkit-transition: color 0.2s linear;-o-transition: color 0.2s linear;transition: color 0.2s linear;}
.lg-toolbar .lg-icon:hover {color: #FFF;}
.lg-toolbar .lg-close:after {content: "\e070";}
.lg-toolbar .lg-download:after {content: "\e0f2";}
.lg-sub-html {background-color: rgba(0, 0, 0, 0.45);bottom: 0;color: #EEE;font-size: 16px;left: 0;padding: 10px 40px;position: fixed;right: 0;text-align: center;z-index: 1080;}
.lg-sub-html h4 {margin: 0;font-size: 13px;font-weight: bold;}
.lg-sub-html p {font-size: 12px;margin: 5px 0 0;}
#lg-counter {color: #fff;display: inline-block;font-size: 16px;padding-left: 20px;padding-top: 12px;vertical-align: middle;}
.lg-toolbar, .lg-prev, .lg-next {opacity: 1;-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {opacity: 0;-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}
.lg-hide-items .lg-next {opacity: 0;-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}
.lg-hide-items .lg-toolbar {opacity: 0;-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {-webkit-transform: scale3d(0.5, 0.5, 0.5);transform: scale3d(0.5, 0.5, 0.5);opacity: 0;-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);opacity: 1;}
.lg-outer .lg-thumb-outer {background-color: #0D0A0A;bottom: 0;position: absolute;width: 100%;z-index: 1080;max-height: 350px;-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {cursor: -webkit-grab;cursor: -moz-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {cursor: move;cursor: -webkit-grabbing;cursor: -moz-grabbing;cursor: -o-grabbing;cursor: -ms-grabbing;cursor: grabbing;}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {-webkit-transition-duration: 0s !important;transition-duration: 0s !important;}
.lg-outer.lg-thumb-open .lg-thumb-outer {-webkit-transform: translate3d(0, 0%, 0);transform: translate3d(0, 0%, 0);}
.lg-outer .lg-thumb {padding: 10px 0;height: 100%;margin-bottom: -5px;}
.lg-outer .lg-thumb-item {cursor: pointer;float: left;overflow: hidden;height: 100%;border: 2px solid #FFF;border-radius: 4px;margin-bottom: 5px;}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {-webkit-transition: border-color 0.25s ease;-o-transition: border-color 0.25s ease;transition: border-color 0.25s ease;}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {border-color: #a90707;}
.lg-outer .lg-thumb-item img {width: 100%;height: 100%;object-fit: cover;}
.lg-outer.lg-has-thumb .lg-item {padding-bottom: 120px;}
.lg-outer.lg-can-toggle .lg-item {padding-bottom: 0;}
.lg-outer.lg-pull-caption-up .lg-sub-html {-webkit-transition: bottom 0.25s ease;-o-transition: bottom 0.25s ease;transition: bottom 0.25s ease;}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {bottom: 100px;}
.lg-outer .lg-toogle-thumb {background-color: #0D0A0A;border-radius: 2px 2px 0 0;color: #fff;cursor: pointer;font-size: 24px;height: 39px;line-height: 27px;padding: 5px 0;position: absolute;right: 20px;text-align: center;top: -39px;width: 50px;}
.lg-outer .lg-toogle-thumb:after {content: "\e1ff";}
.lg-outer .lg-toogle-thumb:hover {color: #FFF;}
.lg-outer .lg-video-cont {display: inline-block;vertical-align: middle;max-width: 1140px;max-height: 100%;width: 100%;padding: 0 5px;}
.lg-outer .lg-video {width: 100%;height: 0;padding-bottom: 56.25%;overflow: hidden;position: relative;}
.lg-outer .lg-video .lg-object {display: inline-block;position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}
.lg-outer .lg-video .lg-video-play {width: 84px;height: 59px;position: absolute;left: 50%;top: 50%;margin-left: -42px;margin-top: -30px;z-index: 1080;cursor: pointer;}
.lg-outer .lg-has-iframe .lg-video {-webkit-overflow-scrolling: touch;overflow: auto;}
.lg-outer .lg-has-html5:hover .lg-video-play {opacity: 1;}
.lg-outer .lg-video-object {width: 100% !important;height: 100% !important;position: absolute;top: 0;left: 0;}
.lg-outer .lg-has-video .lg-video-object {visibility: hidden;}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {display: none;}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {visibility: visible;}
.lg-progress-bar {background-color: #fff;height: 5px;left: 0;position: absolute;top: 0;width: 100%;z-index: 1083;opacity: 0;-webkit-transition: opacity 0.08s ease 0s;-moz-transition: opacity 0.08s ease 0s;-o-transition: opacity 0.08s ease 0s;transition: opacity 0.08s ease 0s;}
.lg-progress-bar .lg-progress {background-color: #a90707;height: 5px;width: 0;}
.lg-progress-bar.lg-start .lg-progress {width: 100%;}
.lg-show-autoplay .lg-progress-bar {opacity: 1;}
.lg-autoplay-button:after {content: "\e01d";}
.lg-show-autoplay .lg-autoplay-button:after {content: "\e01a";}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;transition-duration: 0s;}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transform-origin: 0 0;-moz-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;}
#lg-zoom-in:after {content: "\e311";}
#lg-actual-size {font-size: 20px;}
#lg-actual-size:after {content: "\e033";}
#lg-zoom-out {opacity: 0.5;pointer-events: none;}
#lg-zoom-out:after {content: "\e312";}
.lg-zoomed #lg-zoom-out {opacity: 1;pointer-events: auto;}
.lg-outer .lg-pager-outer {bottom: 60px;left: 0;position: absolute;right: 0;text-align: center;z-index: 1080;height: 10px;}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {overflow: visible;}
.lg-outer .lg-pager-cont {cursor: pointer;display: inline-block;overflow: hidden;position: relative;vertical-align: top;margin: 0 5px;}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {box-shadow: 0 0 0 2px white inset;}
.lg-outer .lg-pager-thumb-cont {background-color: #fff;color: #FFF;bottom: 100%;height: 83px;left: 0;margin-bottom: 20px;margin-left: -60px;opacity: 0;padding: 5px;position: absolute;width: 120px;border-radius: 3px;-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);}
.lg-outer .lg-pager-thumb-cont img {width: 100%;height: 100%;}
.lg-outer .lg-pager {background-color: rgba(255, 255, 255, 0.5);border-radius: 50%;box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;height: 12px;-webkit-transition: box-shadow 0.3s ease 0s;-o-transition: box-shadow 0.3s ease 0s;transition: box-shadow 0.3s ease 0s;width: 12px;}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;}
.lg-outer .lg-caret {border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px dashed;bottom: -10px;display: inline-block;height: 0;left: 50%;margin-left: -5px;position: absolute;vertical-align: middle;width: 0;}
.lg-fullscreen:after {content: "\e20c";}
.lg-fullscreen-on .lg-fullscreen:after {content: "\e20d";}
.lg-outer #lg-dropdown-overlay {background-color: rgba(0, 0, 0, 0.25);bottom: 0;cursor: default;left: 0;position: fixed;right: 0;top: 0;z-index: 1081;opacity: 0;visibility: hidden;-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
-webkit-transition-delay: 0s;transition-delay: 0s;-moz-transform: translate3d(0, 0px, 0);-o-transform: translate3d(0, 0px, 0);-ms-transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);transform: translate3d(0, 0px, 0);opacity: 1;visibility: visible;}
.lg-outer.lg-dropdown-active #lg-share {color: #FFF;}
.lg-outer .lg-dropdown {background-color: #fff;border-radius: 2px;font-size: 14px;list-style-type: none;margin: 0;padding: 10px 0;position: absolute;right: 0;text-align: left;top: 50px;opacity: 0;visibility: hidden;
-moz-transform: translate3d(0, 5px, 0);-o-transform: translate3d(0, 5px, 0);-ms-transform: translate3d(0, 5px, 0);-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;}
.lg-outer .lg-dropdown:after {content: "";display: block;height: 0;width: 0;position: absolute;border: 8px solid transparent;border-bottom-color: #FFF;right: 16px;top: -16px;}
.lg-outer .lg-dropdown > li:last-child {margin-bottom: 0px;}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {color: #fff;}
.lg-outer .lg-dropdown a {color: #fff;display: block;white-space: pre;padding: 4px 12px;font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 12px;}
.lg-outer .lg-dropdown a:hover {background-color: rgba(0, 0, 0, 0.07);}
.lg-outer .lg-dropdown .lg-dropdown-text {display: inline-block;line-height: 1;margin-top: -3px;vertical-align: middle;}
.lg-outer .lg-dropdown .lg-icon {color: #fff;display: inline-block;float: none;font-size: 20px;height: auto;line-height: 1;margin-right: 8px;padding: 0;vertical-align: middle;width: auto;}
.lg-outer #lg-share {position: relative;}
.lg-outer #lg-share:after {content: "\e80d";}
.lg-outer #lg-share-facebook .lg-icon {color: #3b5998;}
.lg-outer #lg-share-facebook .lg-icon:after {content: "\e901";}
.lg-outer #lg-share-twitter .lg-icon {color: #00aced;}
.lg-outer #lg-share-twitter .lg-icon:after {content: "\e904";}
.lg-outer #lg-share-googleplus .lg-icon {color: #dd4b39;}
.lg-outer #lg-share-googleplus .lg-icon:after {content: "\e902";}
.lg-outer #lg-share-pinterest .lg-icon {color: #cb2027;}
.lg-outer #lg-share-pinterest .lg-icon:after {content: "\e903";}
.lg-group:after {content: "";display: table;clear: both;}
.lg-outer {width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 1050;text-align: left;opacity: 0;-webkit-transition: opacity 0.15s ease 0s;-o-transition: opacity 0.15s ease 0s;transition: opacity 0.15s ease 0s;}
.lg-outer * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lg-outer.lg-visible {opacity: 1;}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;transition-duration: inherit !important;-webkit-transition-timing-function: inherit !important;transition-timing-function: inherit !important;}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;transition-duration: 0s !important;opacity: 1;}
.lg-outer.lg-grab img.lg-object {cursor: -webkit-grab;cursor: -moz-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}
.lg-outer.lg-grabbing img.lg-object {cursor: move;cursor: -webkit-grabbing;cursor: -moz-grabbing;cursor: -o-grabbing;cursor: -ms-grabbing;cursor: grabbing;}
.lg-outer .lg {height: 100%;width: 100%;position: relative;overflow: hidden;margin-left: auto;margin-right: auto;max-width: 100%;max-height: 100%;}
.lg-outer .lg-inner {width: 100%;height: 100%;position: absolute;left: 0;top: 0;white-space: nowrap;}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {display: inline-block !important;}
.lg-outer.lg-css .lg-current {display: inline-block !important;}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {display: inline-block;text-align: center;position: absolute;width: 100%;height: 100%;}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {content: "";display: inline-block;height: 50%;width: 1px;margin-right: -1px;}
.lg-outer .lg-img-wrap {position: absolute;padding: 0 5px;left: 0;right: 0;top: 0;bottom: 0;font-size: 20px;}
.lg-outer .lg-item.lg-complete {background-image: none;}
.lg-outer .lg-item.lg-current {z-index: 1060;}
.lg-outer .lg-image {display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;width: auto !important;height: auto !important;}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {opacity: 0;-webkit-transition: opacity 0.15s ease 0s;-o-transition: opacity 0.15s ease 0s;transition: opacity 0.15s ease 0s;}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;}
.lg-outer .lg-empty-html {display: none;}
.lg-outer.lg-hide-download #lg-download {display: none;}
.lg-backdrop {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 1040;background-color: #313131;opacity: 0;-webkit-transition: opacity 0.15s ease 0s;-o-transition: opacity 0.15s ease 0s;transition: opacity 0.15s ease 0s;}
.lg-backdrop.in {opacity: 1;}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;-moz-transition: none 0s ease 0s !important;-o-transition: none 0s ease 0s !important;transition: none 0s ease 0s !important;}
.lg-css3.lg-use-css3 .lg-item {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;}
.lg-css3.lg-use-left .lg-item {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;}
.lg-css3.lg-fade .lg-item {opacity: 0;}
.lg-css3.lg-fade .lg-item.lg-current {opacity: 1;}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
-moz-transition: opacity 0.1s ease 0s;
-o-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;}
.lg-css3.lg-slide.lg-use-css3 .lg-item {opacity: 0;}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;}
.lg-css3.lg-slide.lg-use-left .lg-item {opacity: 0;position: absolute;left: 0;}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {left: -100%;}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {left: 100%;}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {left: 0;opacity: 1;}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;}
/*<!--------------------------------END CSS GALLERY-------------------------------*/
/*<!--------------------------------START CSS TOUR VIEW-------------------------------*/
.tour-rating {margin: 1em 0;}
.tour-rating span{padding: 0.6em 0.5em;}
.tour-rating i{vertical-align: top;padding-right: 0.2em;}
.tour-info i{color: rgb(211, 73, 63); margin-right: 0.5em;width: 25px; height: 25px; line-height: 25px;background: rgba(211, 73, 63,.2); border-radius: 50%;text-align: center}
.tour-info  ul li{display: inline-block;margin-right: 1.5em;}
.tour-info {border-bottom: 1px solid #e1e1e1; padding-bottom: 1.5em;}
.tour-feature-icon i{color: rgb(211, 73, 63); margin-right: 0.5em;width: 40px; height: 40px; line-height: 40px;background: rgba(211, 73, 63,.2); border-radius: 50%;text-align: center}
.tour-feature-title .title{margin-bottom: 0.5em;}
.tour-feature-content { display: grid; grid-template-columns: 1fr 1fr 1fr;}
.tour-feature-item {margin-bottom: 1.5em;}
.nav-item li{display: inline-block;margin-right: 1em;}
.nav-item li a{background: rgba(211, 73, 63,.2); padding: 1em; }
.nav-item li.selected a{background-color: #d3493f; color: #fff !important;}
.nav-item li:hover a{background-color: #d3493f; color: #fff !important;}
.nav-item{margin: 3em 0 2em 0;}
.tour-info-content .text {line-height: 2em;}
.side-bar-container{position: sticky;position: -webkit-sticky;}
.side-bar-container .inner{-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); padding: 1em;}
.side-bar-content .title{margin-bottom: 1em;}
.support-content .inner-info {display: inline-block;margin-left: 1em;}
.support-content .info{background: rgba(211, 73, 63,.2);padding: 1.5em 1em;}
.side-bar-content .icon{width: 35px;height: 35px; line-height: 35px; color: #2d348e;  -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%;  border-radius: 50%;  -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.side-bar-content .social-icon{margin: 1em 0;}
.support-content .fa-phone-volume{font-size: 1.5em;vertical-align: super;}
.side-bar-content .social-icon .icon{background: rgba(45, 52, 142,0.2);margin: 0 0.3em;}
.side-bar-content .social-icon .icon:hover{color: #d5d6e8 !important;background:  #2d348e !important;  -webkit-transform: translateZ(0);transform: translateZ(0);-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.side-bar-content .social-icon .icon:hover,.side-bar-content .social-icon .icon:focus {-webkit-transform: scale(1.1) rotate(12deg);transform: scale(1.1) rotate(12deg);}
.map-content {margin-bottom: 1.5em;border-bottom: 1px solid #e1e1e1;}
.map-content .map{ height: 180px; overflow: hidden;margin-bottom: 1.5em;background: rgba(211, 73, 63,.2);}
.booking-form [data-bc-schema-main-container][data-bc-schema-direction="rtl"]{direction: ltr;}
.booking-form [data-bc-title-container],.booking-form [data-bc-answer-container],.booking-form [data-bc-part-container], .booking-form [data-bc-btn-container],.booking-form [data-bc-schema-info-part="1"] [data-bc-part-related-cell]{width: 100%;}
.booking-form [data-bc-schema-direction="rtl"] [data-bc-title-container]{float: left;margin-left: unset;}
.booking-form  [data-bc-schema-direction="rtl"] [data-bc-part-related-cell]{margin-left: unset;}
.booking-form [data-bc-schema-direction="rtl"] [data-bc-title-container] [data-bc-question-title]{margin-right: 10px;margin-left: unset;}
.booking-form fieldset{width: 100%}
.booking-form .btn__count__container{width: 30px;height: 30px;line-height: 30px;background: #2d348e;color: #fff;text-align: center;border-radius: 50%;cursor: pointer;}
.booking-form .passenger__form__container {margin-bottom: 2rem;}
.booking-form .btn__count__container:hover{background-color: #06acf1;}
.booking-form  .answer__container {display: flex;justify-content: space-between;margin: 1rem 0 2rem 0;flex-direction: row-reverse;}
.booking-form .hidden{display: none;}
.booking-form{margin-bottom: 1.5em;border-bottom: 1px solid #e1e1e1;}
.booking-form .form-control { border-radius: 4px; background-color: #e9e9e9; margin-bottom: 1.3em; padding:0.7em 0.5em}
.booking-form form{margin: 0 auto 1.5em;}
.booking-form button {border-radius: 4px; padding: 0.5em; text-transform: uppercase;margin-bottom: 1.3em;}
.row-itinerary {margin: 0.5em 0;padding-left: 3em;}
.row-itinerary .title{margin-bottom: 1em;}
.tour-info-section{padding: 1em;}
#itinerary::before{content: '';position: absolute; width: 12px; height: 100%; border: 2px dotted #b5b5b8;left: 2rem; top: 1rem;z-index: 0;border-right: 0;border-top: 0;border-bottom: 0;}
.icon-itinerary{width: 50px;left: -0.6em;height: 50px;border-radius: 50%;}
.icon-itinerary svg{margin-top: 0.4em;}
#itinerary {overflow: hidden;}
.row-services,.row-accessories {margin: 0.5em 0;}
.hotel_table .tbl-td,.hotel_table .tbl-th{border: 1px solid #e1e1e1;padding: 0.5em;}
.hotel-info .part1,.hotel-info .part2,.hotel-info .part3{margin: 0 0.5em;}
.mobile-hotel,.mobile-hotel-info{padding: 0.5em;}
.hotel-section:not(:last-child){margin-bottom: 0.5em;}
/*<!--------------------------------END CSS TOUR VIEW-------------------------------*/
/*<!--------------------------------START CSS SHOWDETATAIL-------------------------------*/
.label-notification span{color: #2d348e;}
.inner-content .submit{background:#06acf1;}
.st-effect-3 {background-color: #f7f8f9;overflow-x: hidden;}
.reserve_reisze .fa-sticky-note,.reserve_reisze .fa-phone,.reserve_reisze .fa-user-shopper,.reserve_reisze  .fa-mobile-alt,.reserve_reisze .fa-envelope,.reserve_reisze  .fa-map-marker,.reserve_reisze  .fa-building,.reserve_reisze  .fa-mobile,
.rules-title, .bar-title,
.Details_box .close .fa-times::before,.rg_submitcode a,
.selectCountry i,.c-infoo .selectCountry:hover,.NoResultIcon::before, .agencycounter .arr,.login_info .label, .login_info i ,
#Login_box .fa-lock, #Login_box .fa-user, #Login_box .fa-volume-control-phone,.active-titr,.Register-Message a{color: #2d348e!important;}
.optionsnodata input,.steps .visited > ::before,.ui-datepicker table thead th , .ui-datepicker .ui-datepicker-buttonpane button,.wrapper-selectInc .ins-select:checked+label span.checkbox::after,
.pass_counter {background:#06acf1;}
.bascket_info .subject_info,.bascket_info .more_details,.cost_info .allcost01,.reserve_reisze  .question,.more-info-view div,.invoice_box_info .tiltelast
,.invoice_box_info .labeltbl,#Coupon_box .box_tlt, #Counter_box .box_tlt, #Counter_list .box_tlt,#tarlink,.allcost .reserv_cost_title,.steps .visited .em{color: #06acf1;}
.inner_box, .passengerInfo, .insurance_box_info {border-left: 3px solid #2d348e !important;}
.bascket_info {border-top: 3px solid #2d348e;}
.bascket_info_Tab .reserve_box_title {border: 1px solid #2d348e;}
.invoice_box_info .tiltelast span {border-bottom: 2px solid #2d348e;}
#passenger_box .rezerve-tl {border-bottom: 0.2px solid #2d348e36;}
.Info-Insurance {border-left: 3px solid #2d348e;}
.wrapper-selectInc span.checkbox::before {top: 0px;border: 2px solid #2d348e;}
.num-room.childdiv {color: #2d348e;margin: 10px auto;}
.confirmeReserve span.checkbox::before {border: 2px solid #777777;}
.confirmeReserve input[type="checkbox"]:checked + label span.checkbox::after {color: #2d348e;border: 2px solid #2d348e;}
.inner_box .reserve-tltour span, .passengerInfo .reserve-tlt span {color: #2d348e;}
.bascket_info_Tab .reserve_box_title {background: #2d348e;color: #fff;}
.containertitle {background: #2d348e;border-bottom: none !important;}
.tblreserv.Hoteltbl thead tr {background: #2d348e;color: #fff;}
.rotatecontainer {background: #2d348e;color:#FFF;}
.next_level {background: #2d348e;color: #fff;}
.prev_level {background: #4a4846;color: #fff;}
.login_info .sendcode, .login_info .submitcode {background: #2d348e;border: 1px solid #2d348e;color: #fff;}
.Content-CheckCoupon form .submit {background-color: #2d348e;color: #fff;}
.submit-form{background:#2d348e !important;color: #fff;cursor: pointer;border: 1px solid #2d348e;}
.submit-form:hover{background:#fff !important;color: #2d348e;}
.cost_info .allcost {background:#06acf1;color:#fff;}
.reserve_reisze .fa-times::before {color: #fff;}
.cost_info .allcost .reserv_cost_title {color:#fff !important;}
.allcost .reserv_cost_title .cost {color: #fff;}
.c-infoo {padding: unset;margin: unset;}
.question {float: none;direction: unset;}
.answer2 {margin-right: unset;}
.fa-times {background: unset;}
.tblreserv .rotate {-moz-transform: rotate(-90.0deg);-o-transform: rotate(-90.0deg);-webkit-transform: rotate(-90.0deg);-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";transform: rotate(-90.0deg);}
.c-infoo .co {top: 60px; background: #f0f0f0;border-radius: 5px;}
.wrapper-discount input[type="radio"]:checked + label span::after,.wrapper-discount input[type="checkbox"]:checked + label span::after {color: #2d348e;border: 2px solid #2d348e;}
.section-discount-btn.ok{background-color: #2d348e;}
.section-discount-btn.nok{background-color: #f42e36;}
.active_discount{color: #2db742;}
.disactive_discount{color: #f42e36;}
#Login_box .shine-hover{background: #2d348e !important;border: 1px solid #2d348e !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
@media only screen and (max-width:760px){
.Head-titr div{background: #06acf1;}
}
@media only screen and (max-width:630px){
.tblreserv tr  {border-bottom: 3px solid #2d348e;}
}
/*<!--------------------------------START CSS PASSENGERS BLIST-------------------------------*/
.select_passenger_container .fa{color: #2d348e !important;margin-right: 0.5em;}
.PassengersList-title {border-bottom: 1px solid #2d348e;}
.list-container table button{background: #2d348e;border: 1px solid #2d348e;}
.list-container table button:hover{color: #2d348e;background: #fff;}
.fa-backward::before {color: #06acf1;;}
.fa-forward::before {color: #06acf1;;}
.activepaging {background: #2d348e !important;}
.controlsPage {color: #2d348e;}
.inner_box .reserve-tltour, .passengerInfo .reserve-tlt{border-bottom: 1px solid #2d348e;}
/*<!--------------------------------END CSS PASSENGERS BLIST-------------------------------*/
/*<!--------------------------------END CSS SHOWDETATAIL-------------------------------*/
.contain-currency #content,#Container-Resize,.contain-currency-show{margin-top: 10em !important;}
/*<!--------------------------------START CSS RESPONSIVE-------------------------------*/
@media only screen and (max-width:750px){
.item-container {padding: 1em 0;}
.font_14{font-size: 13px;}
.font_15{font-size: 13px;}
.font_16{font-size: 14px;}
.font_17{font-size: 16px;}
.font_18{font-size: 17px;}
.font_19{font-size: 17px;}
.font_20{font-size: 17px;}
.footer-top{display: initial;margin-bottom: 0;}
.footer-item {max-width: 100%;width: 100%;text-align: center;margin-bottom: 1.5em;}
.footer-item .inner{width: 100%;float: none;}
.footer .title {margin-bottom: .5em;}
.footer .info li span {float: none;width: auto;}
.footer .info li i{padding-right: 0.5em;}
.footer-bottom .width_50{width: 100%;text-align: center}
.footer{padding: 1.5em 0;}
.search-banner .title {margin: 0.5em 0;text-align: center;}
.title-content,.title-content-middle{font-size: 1.1em;}
.nav-tour-cat li{font-size: 13px;margin: 0 0.1em;padding: 0.5em;}
.services-container{grid-template-columns: 1fr; margin-bottom: 0;}
.service-content .inner{width: 100%;}
.service-icon{height: 60px;line-height: 60px;font-size: 1.5em;width: 60px;}
.service-icon::before{width: 60px;height: 60px;}
.service-content { margin-bottom: 1.5em;}
.subscribe{min-height: auto;}
.dot-pattern{height: auto;}
.call-btn-container{left: 2em;bottom: 7em;}
.call-btn-container .body{width: 50px;height: 50px;}
.call-btn-container .body2{width: 70px;height: 70px;}
.call-btn-container .eye{width: 38px;height: 38px;}
.call-btn-container svg { margin-top: 0.5em;width: 15pt;height: 15pt;}
#back-to-top{right: 2em;bottom: 2em;line-height: 38px;height: 38px;width: 38px;}
.tour-list,.article-list{grid-template-columns: 1fr;}
.tour-list-content .inner,.article-list-content .inner{width: 100%;}
.tour-feature-content{grid-template-columns: 1fr 1fr;}
.tour-feature-title .title{font-size: 13px;}
.tour-feature-icon i{width: 30px;height: 30px;line-height: 30px;}
.nav-item { margin: 1em 0;}
.nav-item li {display: block;margin-right: 0;font-size: 13px; margin-bottom: 0.5em;}
.nav-item li a{padding: 1em;width: 100%;text-align: center;}
.icon-itinerary{width: 40px;height: 40px;}
.icon-itinerary svg{width: 20pt;height: 20pt;}
.contact-form form{width: 100%;}
.contact-content .inner { width: 100%;}
.contact-icon{width: 50px;height:50px;line-height: 50px;font-size: 1.2em;}
.title-container,.title-container-middle {margin-bottom: 1em;}
.subscribe .title-container{margin: 1em 0;}
.content iframe{height: 200px;width: 100%;}
.nav-contact li{display: block;padding: 1em;margin: 0.5em 0;}
.contact-content {width: 100%;margin-bottom: 1em; text-align: center;}
.contact-form .form-control{width: 100%;}
.captcha-content .form-control{width: 50% !important;}
.contact-text{text-align: left;}
.contact-icon i {width: 50px; height: 50px;}
.subscribe form input {width: 80%;margin-bottom: 1em;}
.hotel_table { display: none;}
.hotel_table_mob{display: block;}
}
@media screen and (min-width:751px) and (max-width:1150px) {
.tour-list,.article-list{grid-template-columns: 1fr 1fr;}
.contact-content {width: 33.3%;min-height: 90px;}
}
    
@media only screen and (max-width:1250px){
.bc-main {width: 95%;}
.Login_Information{padding: 0;margin: 0.3em 1em 0 1em;}
.section-menu{display:none;}
.user-profile-content{left: unset !important;}
.header-bottom{padding: 0;}
.header-top{padding: 0.5em 0 0.5em 0;}
.mobile-header{display:inline-block !important;}
.col2-mobile-header {padding-left: 1em;margin-top: 1em;}
.col2-mobile-header .fa-user { font-size: 20px;color: #525252; }
.menu_link {display: block;width: 35px;position: relative;top:1.3em;right: 0;}
.col3-mobile-header {padding: 0.2em 0;}
.mobile-header .col1-mobile-header a:before,
.mobile-header .col1-mobile-header a:after{content:'';display:block;height: 2px;background: #06acf1;}
.mobile-header .col1-mobile-header a span{display:block;height: 2px;background: #06acf1;margin:6px 0;}
.top-menu { color: #fff;text-align: center; width: 100%; padding: 10px 0 5px 0;background-color: #2d348e; }
.top-menu img{width: 100px; height: auto;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.header  .phone{display: none;}
.currency-rate{margin-left: 0;top: initial;}
.language-section {padding: 0.5em 0 0 0;}
/*--------------START CSS  MENU-------------*/
:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}
body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}
.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0, 0, 0, 0);-webkit-transition-property:bottom, background-color;-o-transition-property:bottom, background-color;transition-property:bottom, background-color;-webkit-transition-duration:0s, .3s;-o-transition-duration:0s, .3s;transition-duration:0s, .3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s, .15s;-o-transition-delay:.45s, .15s;transition-delay:.45s, .15s;}
.mm-ocd--open{bottom:0;background:rgba(0, 0, 0, .25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}
.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}
.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}
.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}
.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:calc(100% - 80%);width:calc(100% - var(--mm-ocd-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-ocd-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-ocd-min-width));background:rgba(3, 2, 1, 0)}
.mm-ocd--left .mm-ocd__backdrop{right:0}
.mm-ocd--right .mm-ocd__backdrop{left:0}
.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.mm-spn{display:block !important;}
:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}
.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:130%;padding-right:30%;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}
.mm-spn ul:after{content:'';display:block;height:50px;height:var(--mm-spn-item-height)}
.mm-spn>ul{left:0}
.mm-spn ul.mm-spn--open{left:0}
.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}
.mm-spn li{position:relative;background:inherit;cursor:pointer; direction: ltr;text-align:left;font-size:13px;width: 95%;background-color: #fff;
padding: 5px 10px;display: block;color:  #505050;box-shadow: 0 0 10px rgba(0,0,0,.2);margin: 5px auto; height: 40px;}
.mm-spn li:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/4);right:25px;right:calc(var(--mm-spn-item-height)/2);z-index:0;width:8px;height:8px;border-bottom:2px solid;border-left:2px solid;-webkit-transform:rotate(-135deg) translate(0, -50%);-ms-transform:rotate(-135deg) translate(0, -50%);transform:rotate(-135deg) translate(0, -50%);}
.mm-spn li:after{content:'';display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);opacity:.5}
.mm-spn a,
.mm-spn span{position:relative;z-index:1;padding:5px 2px;/*padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/2) var(--mm-spn-item-indent)*/}
.mm-spn a{background:inherit;color:inherit;text-decoration:none;direction: ltr;text-align:left;font-size:13px;padding: 0;}
.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}
.mm-spn a:not(:last-child):after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;display: none;}
.mm-spn span{background:0 0;display: inline-block;}
.mm-spn.mm-spn--navbar{cursor:pointer}
.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:92px;/*top:calc(var(--mm-spn-item-height)/4);*/left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%, -50%);-ms-transform:rotate(-45deg) translate(50%, -50%);transform:rotate(-45deg) translate(50%, -50%);opacity:.8;}
.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}
.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}
.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;/*position:absolute;*/top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}
.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}
.mm-spn.mm-spn--navbar ul{top:51px;top:calc(var(--mm-spn-item-height) + 1px)}
.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;/*border-top:1px solid currentColor;*/opacity:.5}
.mm-spn.mm-spn--light{color:#505050;background: linear-gradient(90deg, rgb(246, 250, 252) 0%, rgb(237, 237, 237) 50%, rgb(255, 255, 255) 100%);}
.mm-spn.mm-spn--dark{color:#ffffff;background: #505050}
.mm-spn.mm-spn--vertical{overflow-y:auto}
.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}
.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}
.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/2)}
.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}
.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%, 0);-ms-transform:rotate(135deg) translate(-50%, 0);transform:rotate(135deg) translate(-50%, 0)}
.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
.mm-spn li .fa { display: inline-block; margin-right: 7px; padding-right: 7px; border-right: 1px solid #aaa; font-size: 15px; vertical-align: middle; min-width: 16px; text-align: center; }
.mm-spn--open { margin-top: 70px !important; }
/*--------------END CSS  MENU-------------*/
.pageBgBlue,.pageBgLight{display: none;}
.search-banner {background: #2276e3;}
.search-img {display: none;}
.search-box-container{padding: 7em 0 2em 0;}
.search-box-header{text-align: center;margin-bottom: 0.5em;}
.search-box-header ul{border-radius: 5px;}
.search-box-header ul li{border-radius: 5px;width: auto;padding: 0.3em 0.5em;margin: 0 0.5em;}
.Basis_Calendar .current_month .section_next_month {display: block!important;}  
.Basis_Calendar .current_month .month_detail {border-radius: 4px 4px 0 0 !important;} 
.Basis_Calendar .current_month {border-top-left-radius: 4px !important;border-bottom-left-radius: 0 !important;}
.Basis_Calendar .current_month{padding-left: 0 !important;}
.Basis_Calendar .next_current_month {z-index: 0 !important;left: auto !important;right: 0 !important;  }
.Basis_Calendar .next_current_month .section_prev_month { display: block!important;}
.Basis_Calendar{width: 91%;margin: 0 auto;}
.Basis_Calendar .month,.Basis_Calendar .year{left: 0;margin: 0 auto;width: 100%!important;}
.Basis_Calendar_Box{left: 0!important;right: 0 !important;margin: 0 auto;}
.Basis_Calendar .date_info_selected{display: block !important;width: 100% !important;left: 0;right: 0;margin: 0 auto;color: #000 !important;}
.Basis_Calendar_Box::before{left: 3em!important;}
.city ,.Basis_Date_Box,.passenger_section{width: 100%;margin-bottom: 0.7em;}
.input-container input{height: 40px;}
.input-container {height: 40px;}
.inner-container {width: 100%;}
.count-passengers {line-height: 40px;}
.passenger_section .inner-container{height: 40px;width: 100% !important;}
.floating-label{font-size: 12px;padding: 0.3em;left: 2.5em;}
.form-search .width_10,.form-search .width_7{width: 100%;}
.createChildDropdown select, .datepicker.BithdatePassenger{width: 98%;}
.fa-exchange-container{top: 1.9em; right: 1em; width: 30px; height: 30px; line-height: 30px;}
.fa-exchange-container .fa-exchange-alt {transform: rotate(90deg);}
.dep::before, .des::before,.result-for .input-container::before,.passenger_section .inner-container::before{font-size: 13px;top: 1.1em;}
.passenger_section .inner-container::after, .tourname-container::before{font-size: 13px;top: 1.1em;}
.Basis_Date_Box .width_50{width: 100%;}
.Basis_Date_Box .width_50:first-child{margin-bottom: 0.7em;}
.start_date {border-right: 1px solid #e1e1e1 !important;border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important;}
.end_date { border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important;}
.form_search-btn,.input-container .tourname{height: 40px;}
 .FlightClass{width: 100%;}
 #search .mini-loading{top: 0.5em;}
 .country:focus, .start_date:focus, .end_date:focus, .country:valid, .input-valid{border-right-color:#2d348e !important}
.owl-theme .owl-controls{position: initial;}
.owl-next, .owl-prev{position: initial;display: inline-block;margin: 0 0.3em;}
.info-container,.side-bar-container{width: 100%;}
.side-bar-container{position: initial;margin-top: 1.5em;}
.side-bar-container .inner{width: 100%;}
.about .img-content{display: none;}
.about .text-content{width: 100%;margin-bottom: 1em;}
.nav-contact {margin-top: 0;}
.contact-form  .form,.contact-form  .map{width: 100%;}
}
@media screen and (min-width:751px) and (max-width:1250px) {
.nav-contact li{padding: 2em;}
}
@media only screen and (max-width:850px){
.img_original img{width: 100%;height: auto;}
}
@media only screen and (max-width:500px){
.col3-style {width: 100% !important;position: absolute;bottom: 0.2em;padding: 0; margin: 0;} 
.search-box-header ul li p {display: block;}
.mobile-header-style {padding-bottom:0.5em;}
}
@media only screen and (max-width:320px){
.search-box-header ul li{margin: 0;}
}
@media only screen and (max-width:1160px){
.subscribe form{width: 90%;margin: 2em auto 0;padding: 1.5em;}
.subscribe form button{padding: 0.5em;top: 0;}
}

.Basis_Calendar .current_day {
  background: #2d348e !important;
  color: #FFF !important;
}

/* multicity */
/* #item-Flight #multi-flight-form .CountPassenger{top:8em;right:0;left:100%} */
/* #search-box{position:static;padding-top:333px;padding-bottom:38px} */
/* .route-container{width:100% !important;}
.route-content{width: 49%;display: inline-block;margin: 10px 0;position: relative;}
.btns-part{width:49%;display:flex;justify-content:flex-end;gap:16px;}
.btns-part>section{width:25%;display:flex;justify-content:center;}
.btns-part > section > button{width: 100%;}
.btns-part > section > button:hover{cursor: pointer;}
.deactive-addmc{background-color:#ccc!important;border-color:#ccc!important;background:#ccc!important;}
.background-color_1.deactive-addmc{background: #ccc !important;}
.deactive-addmc:hover{background-color:#ccc!important;border-color:#ccc!important;color:white!important;cursor:not-allowed;}

#multi-flight-form .passenger_section .inner-container{width: 100% !important;}
#multi-flight-form .Basis_Date_Box{margin-top: 5px;}
.inner-container.cursor-pointer.transition.width_100{width: 100% !important;}
#multi-flight-form .start_date{border-right:1px solid #e1e1e1!important;border-top-right-radius:5px!important;border-bottom-right-radius:5px!important}
#multi-flight-form .Basis_Date_Box.float-left.width_100{width:99%}
#multi-flight-form .multi-route-tlt{padding:0 0 2em 0}
.multi-route-txt {font-size: 13px;font-weight: bold;}
#multi-flight-form .route-content {margin-bottom: 1em;position: relative;}
.route-plus-btn {border-radius: 6px;height: 44px;width: 100px;border: 1px solid #2d348e;color: #2d348e;font-size: 16px;cursor: pointer;}
.route-plus-btn:hover {background-color: #2d348e;color: #fff;}
.btns-content {text-align: center;margin-top: 1.3em;}
.route-minus-btn {width: 50px;height: 25px; background: #ef3f3e;color: #fff;border-radius: 5px;text-align: center;line-height: 25px;cursor: pointer;display: inline-block;margin-left: 0.5em;border: 1px solid #ef3f3e;font-size: 12px;}
.route-minus-btn:hover {background: #fff;color: #ef3f3e;} */
/* multicity */


.header-en .header-top{border-bottom:1px solid #e1e1e1;padding-top:11px}
.header-en .phone .font_10.text-right.text{margin-top:-9px;margin-left:31px}



