.hotel_room_list{
        width: 100%;
    display: inline-block;
}

.hotel_room_item{
    width: 100%;
    display: inline-flex;
    margin-bottom: 50px;
    background: rgb(239, 239, 239,0.5);
    border-radius: 30px;
}

.hotel_room_gallery{
        width: 40%;
        overflow: hidden;
    border-radius: 30px 0px 0px 30px;
}


.hotel_room_gallery .owl-item img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    
}

.hotel_room_gallery .owl-item>div{
    border-radius: 30px 0px 0px 30px;
    overflow:hidden;
}

.contentAccount .hotel_room_gallery .owl-item>div{
        border-radius: 10px 0px 0px 10px;
    overflow:hidden;
}

.hotel_room_data{
        width: 60%;
    border: 1px solid #ccc;
    border-radius: 0 30px 30px 0;
    padding: 20px 0;
    box-sizing: border-box;
    height:350px;
}

.hotel_room_data_info{
        width: 70%;
    float: left;
    padding-left: 50px;
    box-sizing: border-box;
}

.hotel_room_data_price{
        width: 30%;
    float: right;
}


.hotel_room_gallery_row .owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
    z-index: 9;
}

.hotel_room_gallery_row .owl-prev{
    background: rgb(217, 217, 217,0.5);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: left;
    margin-left: 10px;
}


.hotel_room_gallery_row .owl-next{
    background: rgb(217, 217, 217,0.5);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: right;
    margin-right: 10px;
}


.arrow_carrot-left{
    background: url(../images/arrow-left.png) no-repeat 0px 0px;
    width: 30px;
    height: 30px;
    display: block;
    background-position: 7px 7px;
}

.arrow_carrot-right{
    background: url(../images/arrow-right.png) no-repeat 0px 0px;
    width: 30px;
    height: 30px;
    display: block;
    background-position: 7px 7px;
}


.meal_type_row{
    background: #009D35 url(../images/bb_icon.png) no-repeat left 10px center;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 4px 20px 2px 50px;
    margin-bottom: 20px;
    font-weight: normal;
    float:left;
}


.room_included{
    font-size: 16px;
    display: inline-block;
    width: 100%;
}


.hotel_room_data_price{
        height: 220px;
    border-left: 1px solid #E3E3E3;
    padding: 0px 0px 15px 15px;
    margin-top: 51px;
}

.room_price_row{
   background: url(../images/price_bg.png) no-repeat right center; 
   padding: 10px 30px 10px 0px;
    text-align: right;
    font-size: 29px;
}

.room_price_row strong{
        font-weight: normal;
}


.room_events{
        width: 170px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}


.room_events a{
    border: 1px solid #D9D9D9;
    color: #000;
    padding: 10px 30px 10px 10px;
    border-radius: 10px;
    display: block;
    font-size: 19px;
    text-decoration: none!important;
    background: url(../images/arrow-right.png) no-repeat right 7px center;
}

.room_events a:hover{
    border: 1px solid #D80000;
    color:#D80000;
}

.guest_count{
float: left;
    margin: 0px 0px 0px 20px;
    border: 1px solid #ccc;
    width: 80px;
    padding: 2px 10px;
    box-sizing: border-box;
    text-align: right;
    border-radius: 5px;
    background: url(../images/guest_icon.png) no-repeat left 10px center;
    font-size: 17px;
}


.fac_list{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.fac_list ul li{
    border: 1px solid #D9D9D9;
    display: inline-block;
    float: left;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    margin: 5px;
        font-size: 14px;
}

.fac_list ul li img{
    height: 24px;
    margin-right: 10px;
}

.room_inner_row{
        width: 100%;
    display: inline-block;
}

.room_gal_wrapper{
        width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.room_inner_left{
        width:70%;
    float: left;
}

.room_inner_right{
    width: 25%;
    float: right;
}

.main_width_room{
        width:1615px;
    margin:0 auto;
}

.room_inner_top{
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.room_inner_top .guest_count{
        margin: 0px 20px 0px 0px;
}

.room_inner_top .meal_type_row{
    margin-bottom: 0;
}


.room_inner_top .room_inner_price{
    margin-top: -25px;
}


.room_fac{
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.room_fac > h3,
.room_desc > h3{
        border-bottom: 1px solid #D9D9D9;
    margin: 0;
    color: #1D1D1D;
    font-size: 23px;
    padding-bottom: 5px;
    font-weight: normal;
}

.ht_text{
    width: 100%;
    display: inline-block;    
    padding: 10px 0;
}







.hotel_fix {
    border: 2px solid #DEDEDE;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
}

.hotel_right_data{
        width: 100%;
}

.hotel_right_data > h2{
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 20px!important;
    text-align: center;
}


.nav_is_active{
    color:#000000;
    border-bottom:1px solid #000;
    margin: 0 5px;
}
.nav_is_notactive{
    color: #818181!important;
    margin: 0 5px;
}
.fix_filtration_item{
        width: 100%;
    display: inline-block;
    background: #F3F3F3;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    position:relative;
}


.fix_filtration_item .datapick,
.fix_filtration_item .acc_result{
width: 100%;
    border: none;
    background: none;
    padding: 0 17px;
    margin: 0;
    outline:none;
    font-weight:bold;
}

.fix_filtration_item  label{
        width: 100%;
    display: inline-block;
    color: #999;
    font-weight: bold;
    padding: 0px 0px 0px 15px;
}

.fix_filtration_item  .acc_apply {
    width: 86%;

}


.select_room_box{
    width: 100%;
    border: 1px dashed #e1dfdf;
    background: #fff;
    border-radius: 3px;
    padding: 7px;
    margin: 0;
    display: block;
}
.select_room_box span{
    padding:5px;
}

.hotel_room_event{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.hotel_room_event_inner{
    box-sizing: border-box;
    border: 1px solid #e1dfdf;
    border-radius: 9px;
    height: 35px;
    overflow: hidden;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 111px;
}




.fx_price_data{
    border-bottom: 1px solid #e1dfdf;
    padding-bottom: 15px;
}


.room_deatlization_row i{
    color:#000;
}


.select_room_box p{
     padding:10px;
     margin-bottom:5px;
         border-bottom: 1px solid #f1f1f1;
}

.select_room_box p:last-of-type{
    border:none;
}

.room_fx_header{
    width: 100%;
    display: block;
    background: #612b07;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin:0;
}

.total_price_fx{
        font-size: 22px;
}

.em_request{
    width: 100%;
    display: inline-block;
    text-align: center;
}

.em_request button{
    background: #d80000;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor:pointer;
    border:2px solid transparent;
}

.em_request button:hover{
    color: #d80000!important;
    background: #fff;
    border:2px solid #d80000;
}





.request-form__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.request-form .section-wrapper {
    margin-bottom: 20px;
}

.section-wrapper__title {

    font-size: 25px!important;
    text-align: center;
    display: block;
    margin: 10px auto;
}

.section-wrapper__title span{
        border-bottom: 2px solid #daa989;
    padding: 0 30px 10px;
    transition: border-bottom-color .3s ease;
}

.request-form--2 .request-form__current {
        border-bottom: 1px solid #e1dfdf;
    margin-bottom: 40px;
    padding-bottom: 40px;
}


.request-form__list {
    background-color: #f1f1f1;
    border-radius: 0 0 9px 9px;
    padding-left: 20px;
}

.request-form__list-item:not(:last-child) {
    border-bottom: 1px solid #e1dfdf;
}

.request-form__list-left {
    box-sizing: border-box;
    color: #333f4c;
    flex: 0 0 110px;
    width: 110px;
    padding-right: 20px;
}

.request-form__info-list {
    margin-bottom: 0;
    padding-left: 15px;
    width: calc(100% - 140px);
}

.f-wrap {
    flex-wrap: wrap;
}

.request-form--2.request-form--hotels .request-form__info-list .request-form__info-item:nth-child(odd) {
    padding-right: 20px;
}

.request-form__form {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 20px;
    margin: 0 -15px;
}

.request-form__form-box {
    margin-bottom: 20px;
    padding: 0 15px;
    width: 260px;
}

.request-form__label {
    color: #333f4c;
    margin-bottom: 2px;
}

.request-form__field, .request-form__texarea, .request-form__textarea {
    border: 1px solid #e1dfdf;
    box-sizing: border-box;
    border-radius: 9px;
    color: #333f4c;
    padding: 0 10px;
    width: 100%;
    transition: border-color .3s ease;
}

.request-form__field {
    height: 44px;
}

.request-form__bottom-left {
    margin-right: 40px;
    width: 500px;
}


.request-form__form-box {
    margin-bottom: 20px;
    padding: 0 15px;
    width: 260px;
}

.request-form__form-box.full-width {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.request-form__label {
    color: #333f4c;
    margin-bottom: 2px;
}


.request-form__textarea {
    color: #333f4c;
    height: 94px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.request-form__field, .request-form__texarea, .request-form__textarea {
    border: 1px solid #e1dfdf;
    box-sizing: border-box;
    border-radius: 9px;
    color: #333f4c;
    padding: 0 10px;
    width: 100%;
    transition: border-color .3s ease;
}

.request-form__bottom-right {
    padding-top: 18px;
    width: calc(100% - 540px);
}


.reuqest_page_row{
    width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.request_page_data{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.request-form__left {
    flex: 0 0 300px;
}

.request-form__left-img {
    border-radius: 10px 0px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.request-form--2 .request-form__left-img {
    border-bottom-left-radius: 0;
}


.request-form__right{
        background-color: #f8f8f8;
    border-top-right-radius: 9px;
    padding: 20px 20px 10px;
    width: calc(100% - 300px);
}

.request-form__right-title {
    border-bottom: 1px solid #e1dfdf;
    color: #333f4c!important;
    margin-bottom: 10px!important;
    padding-bottom: 10px;
    font-size: 22px!important;
}

.request-form__info {
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.request-form--2 .request-form__info {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.request-form--2 .request-form__info-left {
    margin-right: 44px;
}

.request-form__info-left, .request-form__info-right {
    max-width: 100%;
}

.request-form--2 .request-form__info .request-form__info-item:not(:last-child) {
    margin-bottom: 10px;
}

.monserrat-medium{
color: #000;
    font-size: 16px;
}


.request-form__info-list:before {
    background-color: #e1dfdf;
    bottom: 10px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.request-form__info-list .request-form__info-item {
    box-sizing: border-box;
    margin: 5px 0;
    width: 50%;
}

.request-form--2.request-form--hotels .request-form__info-list .request-form__info-item:nth-child(odd) {
    padding-right: 20px;
}

.request-form__info-item {
    color: #333f4c;
}

.table_title{
line-height: 5;
    font-weight: bold;
}


.request-form__list-item{
    padding-top: 8px;
}

.order_action{
        margin-top: 50px;
    width: 100%;
    display: inline-block;
}

.hostel_item .hotel_right {
    margin-top: 45px;
}


.app_row{
    line-height: 2;
}

.app_row_btn{
        margin-top: 11px;
}




.fl_params1 {
    display: none;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #ccc;
    margin-top: -1px;
}



.disabled_gust .plus_event,
.disabled_gust .plus_event_app{
    opacity: 0.2;
}


.tour_book_data .minus_event{
    width: 20%;
}


.tour_book_data .tours__count-field{
        height: 33px!important;
    width: 60%;
    text-align: center;
    margin: 0;
    padding: 0!important;
    font-size: 17px!important;
}


.date_rws input{
    width: 100%;
    padding: 7px 20px!important;
    height: auto!important;
    border: 1px solid #e1e1e1;
    font-size: 15px!important;
}
















#tabs input{
    width: 100%;
    display: inline-block;
    border: none;
    padding: 5px;
    border-radius: 5px;
    outline: none;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 10px 20px;
}


#tabs textarea{
    width: 100%;
    display: inline-block;
    border: none;
    padding: 5px;
    border-radius: 5px;
    outline: none;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 10px 20px;
}




.request_f_item input{
    width: 100%;
    display: inline-block;
    border: none;
    padding: 5px;
    border-radius: 5px;
    outline: none;
    background: none;
}

.request_f_item textarea{
        width: 100%;
    display: inline-block;
    resize: none;
    padding: 5px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    height: 100px;
    outline: none;
    background: none;
}

.book_frm_nav a{
    cursor:pointer;
}


.inner_price_row{
        padding: 0px 0px 0px 13px;
}

.order_left{
        width: 70%;
    float: left;
}

.order_right{
        float: right;
    width: 30%;
        padding: 0 20px;
}


.order_data_list{
    width: 100%;
    display: inline-block;
}

.adult_block{
    width: 100%;
    display: inline-block;
    margin: 30px 0;

    padding-bottom: 30px;
}

.billing_row{
       border-bottom: 1px solid #ccc; 
       border-top: 1px solid #ccc; 
       padding-top: 30px;
}

.adult_block h5{
    font-size: 30px;
}

.order_data_list .adult_block:last-of-type{
 border:none;    
} 

.adult_block ul{
    width: 100%;
    display: inline-block;
}

.adult_block ul li{
    width: 100%;
    display: inline-flex;
    margin: 10px 0;
}

.guest_label{
    width: 130px;
    height: 50px;
    line-height: 50px;
}

.guest_data textarea{
        width: 100%;
    resize: none;
    height: 150px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline:none;
    padding:10px;
    box-sizing: border-box;
}
.guest_data input{
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 15px;
    width: 45%;
    float: left;
    outline: none;
}


.guest_data{
    width: 89%;
}

.ord_rg{
        width: 100%;
    display: inline-block;
}

.ord_rg li{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}

.ord_rg li p:first-of-type{
    float: left;
    padding: 0px 10px 0px 0px;
    font-weight: bold;
}

.ord_rg li:last-of-type{
    border:none;
}

.room_order_row{
        width: 100%;
    display: inline-block;
    margin: 30px 0;
}


.payment_block{
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}

.pay_status{
        width: 100%;
    display: inline-block;
    margin: 0px 0px 20px 0px;
}


.pay_status ul{
    width: 100%;
    display: inline-flex;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pay_status ul li{
    width: 49%;
    padding-right: 20px;
}


.pay_status ul li input{
        width: 15px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.pay_button{
        width: 100%;
    border: 1px solid #D9D9D9;
    color: #000;
    padding: 10px 30px 10px 10px;
    border-radius: 10px;
    display: block;
    font-size: 19px;
    text-decoration: none!important;
    cursor: pointer;
    text-transform: uppercase;
}

.pay_status p{
      font-size: 20px;
}


.pay_status label{
    cursor:pointer;
}






.page_183 .page_header_module{
    display:none;
}

.page_183 .traveltour-copyright-wrapper {
    background-color: #612b07;

}

.accountMenu span{
width: 100%;
    padding: 10px 10px 10px 50px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    
}

.accountMenu li{
    padding: 25px 0;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 20px;
}

.accountMenu li:last-of-type{
    border:none;
}

.accountMenu li:nth-of-type(1) span:before{
    content: "";
    background: #EBEBEB url(../images/bookings_ico.png) no-repeat 10px 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px
}

.accountMenu li:nth-of-type(1):hover span:before,
.accountMenu li:nth-of-type(1).tab-current span:before{
    background: #D80000 url(../images/bookings_ico_active.png) no-repeat 10px 10px!important;
}



.accountMenu li:nth-of-type(2) span:before{
    content: "";
    background: #EBEBEB url(../images/orders_ico.png) no-repeat 10px 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px
}

.accountMenu li:nth-of-type(2):hover span:before,
.accountMenu li:nth-of-type(2).tab-current span:before{
    background: #D80000 url(../images/orders_ico_active.png) no-repeat 10px 10px!important;
}






.accountMenu li:nth-of-type(3) span:before{
    content: "";
    background: #EBEBEB url(../images/personal_icon.png) no-repeat 8px 8px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px
}


.accountMenu li:nth-of-type(3):hover span:before,
.accountMenu li:nth-of-type(3).tab-current span:before{
    background: #D80000 url(../images/personal_icon_active.png) no-repeat 10px 10px!important;
}

.accountMenu li:nth-of-type(4) span:before{
    content: "";
    background: #EBEBEB url(../images/settings_icon.png) no-repeat 8px 8px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px
}

.accountMenu li:nth-of-type(4):hover span:before,
.accountMenu li:nth-of-type(4).tab-current span:before{
    background: #D80000 url(../images/setting_icon_active.png) no-repeat 10px 10px!important;
}

.accountMenu li:hover span:before,
.accountMenu li.tab-current span:before{
  background-color:#D80000;
}





#calendarBox .ui-datepicker-multi .ui-datepicker-group {
    margin: 30px!important;
}


.accountPreview{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 100px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #612b07;
}

.accountPreview img{
        object-fit: cover;
    width: 100%;
    height: 100%;
}

.previewBx{
        width: 160px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid;
}



.table-account tr th {
    background-color: #556270;
}

.myelist .img-fluid{
    width: 200px;
    border-radius:10px;
}

td.myelist{
        width: 200px;
}


.table-account tr td{
     vertical-align: middle;
    padding: 15px;
}


.table-account tr h2{
        font-size: 25px;
}





.accD #tab{
    border-top: 3px solid;
    margin-top: 50px;
}



#section-3 .col-md-5,
#section-4{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 30px;
}


.single-add-property{
    padding: 30px;
    margin-bottom: 50px;
    background: #fff;

}


.mediaHotelItem{
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
}

.logoFile input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}



.contentAccount section {
    padding: 40px 0 0;
    display: none;
    margin: 0 auto
}

.contentAccount section:after,
.contentAccount section:before {
    content: '';
    display: table
}

.no-js .contentAccount section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #e2e2e2
}

.contentAccount section.content-current {
    display: block
}





.accD #tab{
    border-top: 3px solid;
    margin-top: 50px;
}



#section-3 .col-md-5{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 30px;
}


.single-add-property{
    padding: 30px;
    margin-bottom: 50px;
    background: #fff;

}



#tabs{
    min-height:1000px;
    margin-bottom: -10px!important;
}









.phone_social{
    margin-top: 10px;
        width: 100%;
    display: inline-flex;
}


.phone_social li{
    margin: 0px 10px 0px 0px!important;
    width: 100%;
    display: inline-flex;
}

.phone_social li input{
        width: 20px;
    height: 20px;
    margin: 3px;
}



.col-md-6 label{
    display:inline-block;
    width:100%;
}


.sexItem{
    float: left;
    margin-right: 100px;
}

.previewBx img{
    height:150px;
}


.accountLeft{
    width: 25%;
    float: left;
    display: inline-block;

}



.accountRight{
    width: 75%;
    float: right;
    padding-left: 30px;
}


.accountMenu{
display: inline-block;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}


.account_agent{
    padding: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.account_agent h5{
        font-size: 15px;
    color: #747474;
}


#section-1 h2{
    border-bottom: 1px solid #E8E8E8;
    display: inline-block;
    padding: 0px 0px 5px 0px;
    margin-bottom: 25px;
}



.page_113 .hotel_room_gallery .owl-item img{
    height:200px!important;
}

.page_113 .hotel_room_data{
    width:70%;
    height: 200px;
    border:none;
}

.page_113 .hotel_room_gallery{
    width:30%;
}


.page_113 .hotel_room_data_price{
height: auto;
    border: none;
    margin: 0;
    padding: 0px 0px 15px 0;
}

.pay_status_row {
    display: inline-block;
    width: 100%;
}

.pay_status_row a{
    border: 1px solid #D80000;
    padding: 8px 20px;
    border-radius: 5px;
    color: #D80000!important;
    display: inline-block;
    text-decoration: none!important;  
}

.pp_stat_Canceled span,
.pp_stat_Cancellation span{
        border: 1px solid #FF0000;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
}
.pp_stat_Payed span{
border: 1px solid green;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
}

.pp_stat_Pending span{
        border: 1px solid #999;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
}






.room_book_date{
    width: 100%;
    display: inline-block;
}

.room_book_date p{
    padding: 3px 0px 15px 30px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
}

.room_book_date p:before{
    content: "";
    background:  url(../images/account_calendar_icon.png) no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.tourmaster-payment-terms a{
    color: #D80000;
}


.orders_list{
        width: 100%;
    display: inline-block;
}

.active_orders{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 30px;

}


.active_orders ul li{
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

.order_item_row{
    width: 100%;
    display: inline-flex;
}

.order_item{
    width: 25%;
    padding: 15px;
}

.active_orders > h2{
        margin-bottom: 20px;
}


.order_item a{
        width: 100%;
    display: inline-block;
    background: green;
    text-align: center;
    color: #fff!important;
    padding: 5px;
    border-radius: 5px;
    cursor:pointer;
    text-decoration:none!important;
}






.form_item .fl_params1 ul{
    padding: 5px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    margin: 10px 22px;
    width: 100%;
    display: inline-block;
}



.fl_params1 ul li{
        padding: 10px!important;
    float: left;
    width: 100%;
    border: none!important;
}



.fl_params1  ul li p{
    box-sizing: border-box;
    padding-right: 0;
    vertical-align: middle;
    width: calc(70% - 50px);
    margin-bottom: 0;
    margin-top: 13px;
    line-height: 1.5;
    float: left;
}



.fl_params1 .acc_age {
    width: 49%;
    float: right;
    margin-top: 10px;
}

.extra_title{
        width: 100%;
    display:none;
    font-size: 12px;
    font-weight: bold;
    color: #d80000;
}



.is_extra_view{
    display:block!important;
}

.account_action{
    width: 100%;
    display: inline-flex;
}


.padding_eight_all form{
        width: 100%;
    display: inline-flex;
}


.uk-width-1-1{
    width: 45%;
    margin-right: 20px;
}


.padding_eight_all{
        width: 100%;
    display: inline-block;
    min-height: 150px;
    margin: 50px 0;
}

.uk-width-1-1 input{
        width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.padding_eight_all .uk-width-1-1.uk-text-center{
    width: 13%;
}


.uk-width-1-1.uk-text-center button{
     border: 1px solid #ccc;
    padding: 10px 50px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    width: 100%;
    position: relative;
    top: 31px;
}

.alert-heading{
 display:none;   
}





