.reis-wrap {
    display: flex;
    flex-wrap: wrap;
}

.Zebra_DatePicker{background:#fff;border:1px solid #aaa;border-radius:4px;box-shadow:0 0 10px #ccc;color:#222;font:13px Oxygen,Arial,Helvetica,sans-serif;padding:5px;position:absolute;display:table;width:255px;z-index:99999}
.Zebra_DatePicker *,.Zebra_DatePicker :after,.Zebra_DatePicker :before{box-sizing:content-box!important}
.Zebra_DatePicker *{padding:0}
.Zebra_DatePicker table{border-collapse:collapse;border-radius:4px;border-spacing:0;width:100%!important}
.Zebra_DatePicker td,.Zebra_DatePicker th{border-radius:4px;padding:5px;cursor:pointer;text-align:center;min-width:25px;width:25px}
.Zebra_DatePicker .dp_body .dp_not_in_month{color:#666}
.Zebra_DatePicker .dp_body .dp_time_controls_condensed td{width:25%}
.Zebra_DatePicker .dp_body .dp_current{color:#3a87ad}
.Zebra_DatePicker .dp_body .dp_selected{background:#337ab7;color:#fff}
.Zebra_DatePicker .dp_body .dp_disabled{color:#bbb;cursor:text}
.Zebra_DatePicker .dp_body .dp_disabled.dp_current{color:#b4d5e6}
.Zebra_DatePicker .dp_body .dp_hover{background:#dedede}
.Zebra_DatePicker .dp_body .dp_hover.dp_time_control{background-color:#dedede}
.Zebra_DatePicker .dp_monthpicker td,.Zebra_DatePicker .dp_timepicker td,.Zebra_DatePicker .dp_yearpicker td{width:33.3333%}
.Zebra_DatePicker .dp_timepicker .dp_disabled{border:none;color:#222;font-size:26px;font-weight:700}
.Zebra_DatePicker .dp_time_separator div{position:relative}
.Zebra_DatePicker .dp_time_separator div:after{content:":";color:#222;font-size:20px;left:100%;margin-left:2px;margin-top:-13px;position:absolute;top:50%;z-index:1}
.Zebra_DatePicker .dp_header{margin:0}@supports (-ms-ime-align:auto){
    .Zebra_DatePicker .dp_header{font-family:'Segoe UI Symbol',Tahoma,Arial,Helvetica,sans-serif}}
    .Zebra_DatePicker .dp_footer{margin:0}.Zebra_DatePicker .dp_footer .dp_icon{width:50%}
    .Zebra_DatePicker .dp_actions td{border-radius:4px}
    .Zebra_DatePicker .dp_actions .dp_caption{font-weight:700;width:100%}
    .Zebra_DatePicker .dp_actions .dp_next,.Zebra_DatePicker .dp_actions .dp_previous{*padding:0 10px}
    .Zebra_DatePicker .dp_actions .dp_hover{background-color:#dedede}
    .Zebra_DatePicker .dp_daypicker th{cursor:text;font-weight:700}
    .Zebra_DatePicker.dp_hidden{display:none}
    .Zebra_DatePicker .dp_icon{height:16px;background-repeat:no-repeat;text-indent:-9999px;*text-indent:0}
    .Zebra_DatePicker .dp_icon.dp_confirm{background-position:center -123px}
    .Zebra_DatePicker .dp_icon.dp_view_toggler{background-position:center -91px}
    .Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar{background-position:center -59px}
    button.Zebra_DatePicker_Icon{display:none;border:none;cursor:pointer;display:block;height:16px;line-height:0;padding:0;position:absolute;text-indent:-9000px;width:16px}
    button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Disabled{background-position:center -32px;cursor:default}

.Zebra_DatePicker .dp_daypicker td {
    position: relative;
}

.Zebra_DatePicker .dp_daypicker td:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    top: auto;
    margin: auto;
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
    background: #47a0ff;
}


.Zebra_DatePicker .dp_daypicker td.dp_weekend_disabled:after,
.Zebra_DatePicker .dp_daypicker td.dp_not_in_month:after,
.Zebra_DatePicker .dp_daypicker td.dp_disabled:after {
    display: none;
}
.dp_daypicker {
margin:0
}

.Zebra_DatePicker th,.Zebra_DatePicker td,.Zebra_DatePicker table {
    border: none;
}

.page__container--narrow{
    max-width: 1400px;
}
.formSearch__ollInputs .search-form__item {
    margin-bottom: 0;
    min-width: 160px;
    border-radius: 30px;
}


.mainarea{
    max-width: 1200px;
    margin: 0 auto;
}
.col1 {
    max-width: 250px;
    padding-right: 50px;
    float: left;
}
.col2 {
    width: 890px;
    float: left;
}
.search-banner {
    position: relative;
    background-color: #47a0ff;
    padding: 20px;
    width: 1120px;
    margin: 0 auto;
}
.search-banner-v {
    position: relative;
    background-color: #47a0ff;
    
    padding: 20px;
    height: 900px;
}

.search-banner-sub1 {
    max-width: 900px;
    float: left;
}
.search-banner-sub2 {
    max-width: 200px;
    float: left;
}

.banner-search-element-wide {
    font-size: 13px;
    color: #333;
    float: left;
    width: 360px;
    height: 80px;
    text-align: left;
}

.banner-search-element-wide select, 
.banner-search-element-wide input {
    font-size: 15px;
    border-radius: 3px;
    padding: 5px;
    margin-top: 3px;
    cursor: pointer;
    width: 330px;
}
.banner-search-element input[type=checkbox] {
    font-size: 15px;
    border-radius: 3px;
    padding: 5px;
    margin-top: 35px;
    width: 20px;
    cursor: pointer;
}

.banner-search-element input:checked {
  background-color: #47a0ff;
}


.divRow {
   display:table-row;
   width:auto;
}

.t-bold {
    font-size: 14px;
    font-weight: 700;
}
.t-norm {
    font-size: 14px;
    font-weight: 300;
}

.t-duration {
    float:left;
    display:table-column;
    width:70px; 
}
.t-desc {
    float:left;
    display:table-column;
    width:180px; 
}
.t-pansion {

}

.ajax-load{
    width: 100%;
    float: left;
    text-align: center;
    visibility: hidden;
}
.order-row{
    padding: 5px;
		font-weight: 700;
}
.order-price{
	font-family: Noto Sans,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #DF0054;
	margin-left: 15px;
	line-height: 24px;
	font-weight: 700;
}
.order-strike{
    text-decoration: line-through;
}
.hide {
    display: none;
}
.blocker {
    z-index: 100 !important;
}
.modal a.close-modal {
    top: 15px !important;
    right: 15px !important;
}



.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}


.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}


.tab button:hover {
  background-color: #ddd;
}


.tab button.active {
  background-color: #47a0ff;
  color: #fff;
}


.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.form-request {
    margin-top: 20px;
}
.form-request label{
    color: #fff;
}
.form-request input{
    color: #000;
}
.form-request input[type="submit"]{
    width: auto;
    height: 50px;
    padding: 0 35px;
    background: #ff47a0 !important;
    border: 2px solid #f6f6f6;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
.form-request textarea{
    min-height: 100px;
    color: #000;
}




/* custom css for touroperatos */

/* novatours */
.column.m-t-40.text-align-center,
.m-v-40,
img[src$="https://www.novaturas.lt/img_srv/img/exclamation.gif"] {
    display: none;
}
.toggler {
    clear: both;
}
.columns .column {
    float: left;
    width: 50%;
    vertical-align: top;
}
.columns.hotel-rooms {
    clear: both;
}
.column.title.quarter{
    margin-left: 3%;
    float: left;
    width: 17%;
    vertical-align: top;
}
.column.data{
    float: left;
    width: 40%;
    vertical-align: top;
}
.order-desc h2 {
    display: none;
}

/* teztour */

.hotel-page-title {
    font-size: 16px;
    font-weight: 700;
}

.marg-bott {
    display: block !important;
}
#tLinks,
span[name="tLinks"],
span[name="t001"] {
    display: none !important;
}

/* teztour new */
.imitate-map-container {
    display: none;
}
.room_info,
.fa.fa-check-square-o,
.detail-title-h3.headline,
.content-place-supplement {
    display: none;
}

/* coral */
.tab-label {
    font-size: 16px;
    font-weight: 700;
    width: 50%;
    margin-bottom: 10px;
}
.tab-container img,
.image-arrow-container,
#map {
    display: none;
}

.col-lg-4,
.col-lg-8 {
    float: left;
    width: 50%;
}
.col-lg-4 b {
    font-weight: 100;
}
.main-tab-container {
    margin-bottom: 30px;
    overflow:hidden;
}
.single-tab-container a,
.tab-content iframe{
    display: none;
}
.tab-container{
    text-transform: capitalize;
}

/* joinup */
.advant__img-wrap, 
.room__table-head,
.room-photos {
    display: none;
}
#infrastructure {
    display: none;
}
.room__content {
    display: block !important;
}
.room__table-body-name{
    font-size: 16px;
}
.room__meta {
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.room__meta-item {
    display: flex;
    width: calc(50% - 50px);
}
.room__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.room__feature {
    padding-left: 35px;
    position: relative;
    width: calc(50% - 50px);
}
.order-desc .desc,
.order-desc .advant,
.order-desc .room {
    margin-bottom: 30px;
}




@media (max-width: 1300px) {
    .search-banner,
    .search-banner-sub1,
    .search-banner-sub2 {
        width: 100%;
        background: none;
    }



    .search-banner .search-banner-sub2 .banner-search-element {
        width: 100%;
    }
    .search-banner .search-banner-sub2 .banner-search-element input[type="submit"]{
        height: 60px;
    }




    .search-banner-v {
        width: 100%;
        max-width: 100%;
    }



    .search-banner-v .search-banner-sub2 .banner-search-element {
        width: 100%;
    }
    .search-banner-v .search-banner-sub2 .banner-search-element input[type="submit"]{
        height: 60px;
    }



    .search-banner-v .banner-search-element input[type="submit"]{

        font-size: 15px;
    }

    .modal {
        width: 100%;
    }

}


.noUi-target {
  height: 10px !important;
  right: 5px;
  margin: 0;
  vertical-align: bottom;
  top: 15px;
  border: 1px solid #c5c5c5 !important;
}

.noUi-horizontal .noUi-handle {
  z-index: 1;
  position: absolute;
  top: 4px !important;
  width: 16px !important;
  height: 16px !important;
  margin: -8px 0 0 -15px;
  padding: 0;
  border-color: #ddd;
  outline: 0;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #333;
  font-size: 0.9em;
  line-height: 30px;
  text-shadow: 0 1px 0 #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: -15px !important;
}

.noUi-handle::after,
.noUi-handle::before {
  display: none !important;
}

#price-range,
#period-range {
  margin-top: -8px !important;
}
ul.ui-autocomplete.ui-menu li{
    font-family: Noto Sans,Arial,Helvetica,sans-serif;
    line-height: 28px;
}

.formSearch{
	padding: 0;
    

	position: relative;
	
	background: transparent;
}
.formSearch__form{
	max-width: 1180px; 
    margin: auto;
}
.formSearch__ollInputs{
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-right: 30px;
}

.formSearch__input{
    position: relative;
    max-width: 240px;
    width: 100%;
}
.formSearch__input > select, .formSearch__input input{
    margin: 0;
    border-radius: 30px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    line-height: 20px;
}
.formSearch__inputDate button.Zebra_DatePicker_Icon{
    left: auto!important;
    right: 12px!important;
    top: 50%!important;
    transform: translateY(-50%);
}
.formSearch__inputNoUi{
    width: 160px;
    margin-left: 30px;
    margin-right: 30px;
    flex: none
}
.formSearch__inputNoUi input{
    background: transparent;
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;
    border-radius: 0;
    border: none;
    text-align: center;
    transform: translate(0px, 25px);
}
.formSearch__inputNoUi input:focus, .formSearch__inputNoUi input:active{
    border: none;
}

.formSearch__inputNoUi .formSearch__inputTitle{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.formSearch__inputNoUi .noUi-target{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 19px);
	width: 100%!important;
}
.formSearch__inputNoUi .noUi-origin:last-child .noUi-handle {
	right: -2px!important;
}
.formSearch__inputNoUi .noUi-connects{
    /*height: 8px;*/
    background: #efefef;
    border-radius: 4px;
    border: none;
}
.formSearch__inputNoUi .noUi-connect{
    /*height: 8px;*/
    background: #DF0054;
    border-radius: 4px;
    border: none;
}
.formSearch__inputNoUi .noUi-target{
    border: none!important;
}
.formSearch__inputNoUi .noUi-handle{
    height: 20px!important;
    width: 20px!important;
    background: #fff;
    -webkit-box-shadow: 0px 12px 24px 2px rgb(19 19 19 / 12%);
    box-shadow: 0px 12px 24px 2px rgb(19 19 19 / 12%);
    border: 1px solid #DF0054;
    border-radius: 10px;
    outline: 0;
    top: -6px;
    cursor: pointer;
    top: 2px!important;
}
.formSearch__inputTitle{
    position: absolute;
    top: 0px;
    left: 30px;
    line-height: 1em;
    z-index: 1;
    color: #000;
}

.formSearch__inputDays{
    
    
    float: left;
    text-align: left;
	display: flex;
	align-items: center;
    margin: 0 5px 0 20px;
}
.formSearch__inputDays input[type=checkbox] {
    font-size: 15px;
    border-radius: 3px;
    padding: 5px;
    width: 18px;
    height: 19px;
    cursor: pointer;
	margin: 0;
}
.formSearch__inputDays input:checked {
    background-color: #fff;
}

.formSearch__btn input[type=submit] {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    height: 50px;
    background-color: #DF0054;
    padding: 12px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border: 0;
    border-radius: 50px;
    outline: 0;
    -webkit-transition: all .24s ease-out;
    transition: all .24s ease-out;
    cursor: pointer;

    margin-bottom: 0;
    min-width: 160px;
    border-radius: 30px;
}
.formSearch__btn input[type=submit]:hover{
    color: #fff;
    background-color: #183661;
    -webkit-transition: all .24s ease-out;
    transition: all .24s ease-out;
}
.formSearch__top{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.formSearch__bottom .formSearch__input{
    margin-top: 0;
    margin-bottom: 6px;
    padding: 0px 5px;
}
.formSearch__bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.searchMain{
	display:flex;
	align-items: flex-start;
	
}
.searchMain__sidebar{
	float: none;
    margin: 0;
    padding: 10px 0;
    max-width: 100%;
    width: 100%;
}
.pageRequest{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pageRequest .order-country{
	width: 100%;
}
.pageRequest__main{
    flex-grow: 1;
    width: calc(100% - 300px);
}
.pageRequest__rightBar{
	flex: none;
	max-width: 278px;
	width: 100%;
	margin-left: 20px;
}
.dp_daypicker th{
    scroll-behavior: smooth;
    font-family: Noto Sans,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #DF0054;
}
.dp_daypicker td.dp_disabled,
.dp_daypicker td.dp_weekend_disabled{
    color: #aaa;
}

.dp_daypicker td:after{
    display: none!important;
}
.dp_daypicker td.dp_not_in_month{
    opacity: .43;
    color: #aaa;
}
.dp_daypicker td{
    padding: 8px;

    scroll-behavior: smooth;
    font-family: Noto Sans,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    text-decoration: none;
    color: #df0054;
    -webkit-transition: color .24s ease-out;
    transition: color .24s ease-out;
}

.dp_caption{
    padding: 8px 0;
    height: 40px;
    text-align: center;
    font-weight: 700;
    font-family: Noto Sans,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #183661;
}
.dp_next, .dp_previous{
    transform: scale(2);
}

.searchMain__main{
    width: 100%;
    background: #fff;
}
.listTable{
    width: 100%;
}
.listTable__item{

}
.listTable__item td{
    padding: 10px;
    text-align: center;
}
.listTable__title{
    width: 20%;
    min-width: 235px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bolder;
}
.listTable__food{
    width: 20%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bolder;
}
.listTable__date{
    width: 20%;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.listTable__dateWrap{
    display: flex;
    width: 100%;
    justify-content: center;
    
}    
.listTable__dateItem{    
    color: #7A7585;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 48%;
}
.listTable__dateItem .icon{
    filter: grayscale(100%) brightness(300%);
    margin-right: 10px;
}   
.listTable__price{
    width: 20%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bolder;
    
}
.listTable__btn{
    width: 10%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
}
.listTable__btn .btn{
    background: #fff;
    color: #EE3A43;
    transition: .3s ease-in-out;
    font-weight: bold;
    padding: 5px 9px;
    font-size: 14px;
    display: block;
    border: 1px solid #EE3A43;
    border-radius: 0.25rem;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;;
    user-select: none;
}
.listTable__btn .btn:hover{
    background: #EE3A43;
    color: #fff;
    border-color: #EE3A43;
    cursor: pointer;
    opacity: .9;
}
.listTable__btn .btn:active{
    border-color: #01549b;
}
.searchMain{
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.searchMain__main .t-thumb{
    margin-bottom: 8px;
    max-width: 100%;
}
.searchMain__main .t-hotel{
    width: 100%;
    order: 4;
    margin-bottom: 16px;
}
.searchMain__main .t-hotel br{
    display: none;
}
.searchMain__main .t-hotel p, .searchMain__main .t-hotel a, .searchMain__main .t-hotel span{
    display: block;
}
.searchMain__main .t-hotel a{
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    text-align: center;
    color: #183661;
    line-height: 1.2;
    font-size: 16px;
    font-family: Noto Sans,Arial,Helvetica,sans-serif;
    text-decoration: none;
    font-weight: 700;
}
.searchMain__main .t-departure{
    margin-bottom: 10px;
}
.searchMain__main .t-departure .t-bolt{
    font-size: 14px!important;
    color: #183661!important;
    font-weight: 400!important;
    line-height: 24px!important;
    font-family: Noto Sans,Arial,Helvetica,sans-serif;
}
.searchMain__main .t-price{
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    color: #183661;
    font-weight: 400;
    line-height: 24px;
    font-family: Noto Sans,Arial,Helvetica,sans-serif;
}
.searchMain__main .t-price a{
    display: block;
}
.searchMain__main .t-price .t-button{
    text-transform: none;
    background: 0;
    text-decoration: none;
    position: relative;
    appearance: none;
    display: inline-block;
    max-width: 250px;
    height: 50px;
    background-color: #DF0054;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 0;
    border-radius: 50px;
    outline: 0;
    -webkit-transition: all .24s ease-out;
    transition: all .24s ease-out;
    cursor: pointer;
    margin: 0 auto;
    
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;

}
.searchMain__main .t-price .t-button:hover{
    transition: all .24s ease-out;
    color: #fff;
    background-color: #183661;
}

.loadmore{
    display: block;
    width: 100%;
    max-width: 250px;
    height: 50px;
    background-color: #183661;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 0;
    border-radius: 50px;
    outline: 0;
    -webkit-transition: all .24s ease-out;
    transition: all .24s ease-out;
    cursor: pointer;
    margin: 40px auto 0;
}
.loadmore:hover{
    background-color: #DF0054;
}

.sidebarWrap > div{
	display: flex;
	flex-wrap: wrap;
}
.sidebarWrap__main{
	flex: 1;
}
.sidebarWrap__sidebar{
	flex: none;
}
.sidebarWrap__sidebar .order-form{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.sidebarWrap__sidebar .form-block__title{
	margin-top: 0;
}
.sidebarWrap__title{
	width: 100%;
	flex: none;
}
.sidebarWrap__title a{
	text-decoration: none;
	color: #919191;
}
.sidebarWrap__plugWrap .form-block__title{
	color: #fff;
	text-align: center;
}
.sidebarWrap__plugWrap{
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
	padding: 20px;
}
.order-country{
	margin-bottom: 20px;
	font-size: 18px;
}
.order-hotel h2{
	margin-bottom: 10px;
}
.hotel_location p{
	margin: 0;
	line-height: 1.8em;
	color: #646464;
}


@media screen and (max-width: 1300px) {

  .elementor-repeater-item-f515752 {
    height: auto !important;
  }

  .elementor-repeater-item-f515752 .swiper-slide-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  .elementor-repeater-item-f515752 .swiper-slide-inner {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 138px 0px 85px 0px !important;
  }

  .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
  }

  .Zebra_DatePicker_Icon_Wrapper .Zebra_DatePicker_Icon_Inside {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    right: 12% !important;
    left: auto !important;
  }

  .page-header {
    height: 260px !important;
  }

  .search-banner-v {
    height: 436px;
  }
	.formSearch__form{
		flex-wrap: wrap;
	}
    
    
	.formSearch__ollInputs{
		margin-right: 0;
	    max-width: 880px;
		margin: auto;
	}
	.formSearch {
    	
	}
    
	.formSearch__input input, .formSearch__input select{
		width: 100%;
	}
	.formSearch__inputDays{
		margin-right: 0;
	}
}
@media screen and (max-width: 1200px) {
    .listTable__price{
        width: 14%;
    }
    .listTable__date{
        width: 26%;
    }
    .listTable__dateItem{
        justify-content: center;
    }
  .searchMain__main .t-hotel a{
    right: 20px;
    left: 20px;
  }
  .searchMain__main .t-price .t-button{
    left: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 998px) {
	.searchMain{
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
	.formSearch__btn input[type=submit]{
		font-size: 15px;
	}
	
	.formSearch__inputDays{
    	height: 20px;
		margin: 10px 0;
	}
	.searchMain__main{
		order: 1;
	}
	.searchMain__main .t-hotel {
		width: 352px;
	}
	.pageRequest{
		flex-wrap: wrap;
	}
	.pageRequest__rightBar{
		max-width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.formSearch__top, .formSearch__bottom{
        flex-wrap: wrap;
	}
	.formSearch__input{
			width: 31.333%;
	}

	.formSearch__top .formSearch__inputNoUi, .formSearch__top .formSearch__btn {
			margin-top: 20px;
	}
	
}
@media only screen and (min-width: 769px){
    
    .formSearch__top .formSearch__input:first-child > select, .formSearch__top .formSearch__input:first-child input{
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-right: transparent;
    }
    .formSearch__top .formSearch__input:nth-child(2) > select, .formSearch__top .formSearch__input:nth-child(2) input{
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        
    }
    .formSearch__top .formSearch__input:nth-child(3) > select, .formSearch__top .formSearch__input:nth-child(3) input{
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-left: transparent;
    }
    
    
}
@media screen and (max-width: 768px) {
  .elementor-element.elementor-element-0101063 .swiper-slide-contents {
    max-width: 100% !important;
  }

  
    .listTable{
        
    }
    .listTable__item{
        display: flex;
        flex-direction: column;
        max-width: 235px;
        margin: auto;
        margin-bottom: 20px;
    }
    .listTable__item td{
        width: 100%;
        padding: 5px;
    }

  .search-banner-v .banner-search-element:nth-child(5) {
    height: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: -18px;
  }

  .search-banner-v .banner-search-element:nth-child(5) input {
    margin-top: 0;
  }

  .elementor-repeater-item-f515752 {
    height: auto !important;
  }

  .elementor-repeater-item-f515752 .search-banner-sub2 {
    max-width: 100%;
    padding-left: 14%;
    padding-right: 14%;
  }

  .elementor-repeater-item-f515752 .banner-search-element:nth-child(5) {
    height: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: -18px;
  }

  .elementor-repeater-item-f515752 .banner-search-element:nth-child(5) input {
    margin-top: 0;
  }

  .elementor-repeater-item-f515752 .swiper-slide-inner {
    padding: 50px 35px 45px 35px !important;
  }

  .search-banner .banner-search-element select,
  .search-banner .banner-search-element-wide select,
  .search-banner .banner-search-element input[type=text],
  .search-banner .banner-search-element-wide input[type=text],
  .search-banner .banner-search-element input[type=submit],
  .search-banner .banner-search-element-wide input[type=submit] {
    width: 100%;
  }

  .search-banner .search-banner-sub2 .banner-search-element input[type=submit] {
    height: 48px;
  }

  .divRow {
    max-width: 500px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-banner-v .banner-search-element select,
  .search-banner-v .banner-search-element-wide select,
  .search-banner-v .banner-search-element input[type=text],
  .search-banner-v .banner-search-element-wide input[type=text],
  .search-banner-v .banner-search-element input[type=submit],
  .search-banner-v .banner-search-element-wide input[type=submit] {
    width: 100%;
  }

  .search-banner-v {
    height: 790px;
  }

  .Zebra_DatePicker_Icon_Wrapper .Zebra_DatePicker_Icon_Inside {
    right: 6px !important;
  }
	.searchMain{
		justify-content: center;
	}
	.searchMain__main .divRow{
		padding: 0;
	}
}
@media screen and (max-width: 568px) {
    
	.formSearch__bottom{
        transform: translateY(-90px);
    }
    .formSearch__top .formSearch__btn{
        transform: translateY(278px);
        width: 240px;
    }
	.formSearch__top, .formSearch__bottom{
        flex-direction: column;
	}
    .formSearch__bottom .formSearch__input{
        margin-left: 3px;
        margin-right: 3px;
    }
	.searchMain__main .touritem {
			width: 100%;
	}
        
	.formSearch__top .formSearch__inputNoUi, .formSearch__top .formSearch__btn {
			margin-top: 0;
			margin-bottom: 20px;
	}
	.formSearch__input{
			margin-bottom: 20px;
	}
	.formSearch__ollInputs{
		justify-content: center;
	}
	.formSearch__input{
        width: 100%;
        max-width: 240px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 6px;
	}
    .formSearch .formSearch__inputNoUi{
        width: 170px;
        margin-left: 7px;
        margin-right: 7px;
    }
    
	.formSearch__btn input[type=submit]{
		font-size: 15px;
	}
	.searchMain__main .t-hotel{
		width: 100%;
		padding-bottom: 20px;
	}
	.searchMain__main .t-hotel:after{
		right: 0;
		left: 0;
		width: auto;
		top: auto;
		bottom: 0;
		height: 1px;
	}
    .hero {
        height: 930px;
    }
    .hero-form__content {
        background-color: #ffffff59;
    }
    
	
}

