﻿ .autocomplete-suggestions {
            text-align: left;
            cursor: default;
            border: 1px solid #c7c7c7;
            background: #e8eaee;
            box-shadow: 1px 5px 16px rgba(10,0,88,.23);
            position: absolute;
            display: none;
            z-index: 9999;
            max-height: 254px;
            overflow: hidden;
            overflow-y: auto;
            box-sizing: border-box;
            overflow: visible;
            margin-top: 0;
            width: 315px;
            padding: 7px;
        }

        .autocomplete-suggestions, .empty_cart, .icon_addr .travelo-box, .left_contact .travelo-box, .over_fl, .search_loading, .sort_wrap, .step, .step li, .step_div, .txt-wrap-hide {
            overflow: hidden;
        }

        .autocomplete-suggestion {
            position: relative;
            padding: 5px 11px;
            line-height: 20px;
            white-space: nowrap;
            overflow: hidden;
            font-size: 14px;
            color: #666;
            background: #fff;
            font-weight: 500;
        }

            .autocomplete-suggestion b {
                font-weight: 600;
                color: #1f8dd6;
            }

.bread {
      position: absolute;
      bottom: 42px;
      left: 0;
      right: 0;
}
.page-title-container img{
        object-fit: cover;
}

.overlay_voucher {
    content: '';
    background: rgba(37, 37, 37, 0.60);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 500px;
}
.main_voucher_box{
    background: #fff;
    padding: 15px 0;
    border-radius: 5px;
}
.form-control {
    width: 100%;
    height: 45px !important;
    padding: 4px 31px !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 5px;
    border: 1px solid #ddd !important;
    text-transform: capitalize;
    box-shadow: none;
}
.btn_search{
        background-image: linear-gradient(to right,#33003a,#5e006c,#820094,#61016f,#29002e) !important;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    height: 44px;
}
.t_head{
    text-transform: capitalize;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.page-title-container{
    height:500px;
}
.fa-search:before {
    content: "\f002";
}
.fa-calendar:before {
    content: "\f073";
}
.main_voucher_box .fa {
    position: absolute;
    top: 14px;
    left: 23px;
    font-size: 15px;
    color: #afafaf;
    z-index: 4;
    right: unset;
}

.thinn-blog-list{
        box-shadow: 0 50px 90px -80px rgba(0, 0, 0, 0.5) !important;
        float: left;
        width: 100%;
        position: relative;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        margin: 40px 0;
}
.text_block {padding: 39px 50px 45px;}

.text_block .title {
    color: #3a535a;
    font-size: 30px;
}
.text_block p{
    color:#7c8e93;
    font-size:14px;
    line-height: 25px;
    font-weight: normal;
}
.thinn-blog-list figure img{
        width: 100%;
    height: auto;
    border-radius: 5px;
}



.rich-datepicker-wrap {
    position: relative
}

    .rich-datepicker-wrap input {
        position: relative;
        z-index: 2;
        background: 0 0;
        background-position-x: 0;
        background-position-y: 0;
    }

    .rich-datepicker-wrap .tooltip {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        color: #c2c2c2;
        overflow: hidden
    }



.position-bottom .rich-datepicker {
    top: 100%;
    color: #6d6d6d;
    width: 480px;
    z-index: 9999;
    position: absolute;
    padding: 0;
    background: #fefefe;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .4);
    left: auto !important;
    right: 0;
}

.select_date_div {
    background-color: #942d9f;
    color: #fff;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    padding-left: 8px
}

.rich-datepicker .days_new {
    background-color: #fff !important;
    height: 21px;
    opacity: 1;
    overflow: hidden;
    padding: 6px 0 20px 109px;
    position: absolute;
    top: 34px;
    z-index: 1
}

.rich-datepicker li,
.rich-datepicker ul {
    margin: 0;
    padding: 0;
    color: #333;
    list-style-type: none
}

.rich-datepicker .days_new li {
    color: #7f7f7f;
    float: left;
    font-weight: 700;
    line-height: 21px;
    padding-left: 10.5px;
    padding-right: 40px;
    text-align: center;
    width: 35px
}

.rich-datepicker .month-picker,
.rich-datepicker .year-picker {
    width: 110px;
    margin-left: -1px;
    line-height: 22px;
    text-indent: 10px;
    background: #ededed;
    cursor: pointer;
    z-index: 2
}

.rich-datepicker .calendar,
.rich-datepicker .month-picker,
.rich-datepicker .year-picker {
    float: left;
    height: 344px;
    overflow: hidden;
    position: relative
}

    .rich-datepicker .month-picker ul,
    .rich-datepicker .year-picker ul {
        padding-top: 1px;
        position: relative;
        z-index: 2
    }

    .rich-datepicker .month-picker li:nth-child(1) {
        color: #1a1a1a
    }

.month-picker li {
    height: 28px;
    border-left: 3px solid #ededed;
    line-height: 30px;
    font-size: 12px
}

.activ_month {
    background-color: #fff;
    border-left: 3px solid #ff9334 !important;
    text-align: left;
    z-index: 3
}

.rich-datepicker .calendar {
    background: #fff;
    overflow-y: scroll !important;
    width: 370px
}

    .rich-datepicker .calendar .year-wrap {
        width: 100%;
        position: absolute;
        left: 0;
        display: none
    }

.year-wrap {
    padding-top: 20px
}

.rich-datepicker .calendar .month-wrap ul {
    overflow: hidden;
    height: 314px;
    padding-left: 4px
}



.rich-datepicker .calendar .year-wrap li {
    font-size: 14px;
    float: left;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background-color: #fff;
    margin: 1px
}

.BackDay {
    color: grey !important;
    opacity: .9 !important;
    pointer-events: none !important
}

.rich-datepicker .day {
    cursor: pointer
}

.rich-datepicker .calendar .year-wrap strong {
    border-bottom: 2px solid #e1e1e1;
    cursor: default;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 46px;
    margin-left: 10px;
    width: 106px
}

.rich-datepicker .calendar .month-wrap {
    height: 370px
}

.current {
    background-color: #5d006b;
    border-radius: 0;
    color: #fff !important
}




@media only screen and (max-width:767px) and (min-width:320px){

      
.position-top .rich-datepicker {
    top: auto;
    bottom: 100%;
}

.position-bottom .rich-datepicker {
    top: 100%;
    color: #6d6d6d;
    width: 353px !important;
}

.rich-datepicker {
    position: absolute;
    padding: 0;
    background: #fefefe;
    box-shadow: 3px 3px 15px rgba(0,0,0,.4);
    border-radius: 5px;
}
  .rich-datepicker .days_new {
    background-color: #5d006b !important;
    height: 30px;
    opacity: 1;
    overflow: hidden;
    padding: 5px 0 5px 94px;
    position: absolute;
    top: 34px;
    z-index: 1;
    color: #fff;
}
 .rich-datepicker .days_new li {
    float: left;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    width: 35px;
    font-size: 11px;
    color: #fff;
    padding-left: 0px;
    padding-right: 37px;
}

.current.rest-day {
    color: #000;
}
.rich-datepicker .calendar .year-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
    padding-top: 30px;
}

  .rich-datepicker .calendar .year-wrap strong {
    border-bottom: 1px solid #e1e1e1;
    cursor: default;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: #5d006b;
}

.rich-datepicker .calendar .month-wrap {
    height: 305px;
    margin-bottom: 65px;
}
.rich-datepicker .calendar .year-wrap li {
    font-size: 12px;
    float: left;
    width: 34px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    margin: 1px;
    color: #333;
    border-radius: 50px;
}

.rich-datepicker .day {
    cursor: pointer;
}

rich-datepicker .day:hover {
    background-color: #1289d880 !important;
    color: #fff;
}

.rich-datepicker .calendar .year-wrap .size-2 {
    width: 32px;
}
.rich-datepicker .calendar .year-wrap .size-3 {
    width: 70px;
}

.rich-datepicker .calendar .year-wrap .size-4 {
    width: 108px;
}

.rich-datepicker .calendar .year-wrap .size-5 {
    width: 146px;
}
.rich-datepicker .calendar .year-wrap .size-6{
     width: 182px;
}
.rich-datepicker .calendar .year-wrap .size-7 {
    width: 215px;
}
.select_date_div {
    background-color: #942d9f;
    color: #fff;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.current {
    background-color:#942d9f;
    color: #fff !important;
}

.rich-datepicker .day:hover {
    background-color: #1289d8;
    color: #fff;
}

.rich-datepicker .calendar, .rich-datepicker .month-picker, .rich-datepicker .year-picker {
    float: left;
    height: 344px;
    overflow: hidden;
    position: relative;
}
.rich-datepicker .month-picker, .rich-datepicker .year-picker {
    width: 85px;
    margin-left: -1px;
    line-height: 22px;
    text-indent: 10px;
    background: #ededed;
    cursor: pointer;
    z-index: 2;
}

    .rich-datepicker .month-picker ul, .rich-datepicker .year-picker ul {
        padding-top: 1px;
        position: relative;
        z-index: 2;
    }

.rich-datepicker .year-picker {
    width: 60px;
}

.rich-datepicker .bg-area {
    position: absolute;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    z-index: 1;
}

.rich-datepicker .draggable-area {
    position: absolute;
    z-index: 3;
    cursor: move;
    background: url(1.gif);
    text-indent: 0;
}

.lSSlideWrapper, .lSSlideWrapper .lSFade {
    position: relative;
}

.rich-datepicker .month-picker .bg-area, .rich-datepicker .month-picker .draggable-area {
    width: 100px;
    height: 22px;
    margin: 1px;
    left: 0;
}

.rich-datepicker .year-picker .bg-area, .rich-datepicker .year-picker .draggable-area {
    width: 58px;
    height: 22px;
    margin: 1px;
    left: 0;
}

.rich-datepicker .month-picker li:nth-child(1), .rich-datepicker .month-picker li:nth-child(10), .rich-datepicker .month-picker li:nth-child(11), .rich-datepicker .month-picker li:nth-child(12), .rich-datepicker .month-picker li:nth-child(2), .rich-datepicker .month-picker li:nth-child(3), .rich-datepicker .month-picker li:nth-child(4), .rich-datepicker .month-picker li:nth-child(5), .rich-datepicker .month-picker li:nth-child(8), .rich-datepicker .month-picker li:nth-child(9), .rich-datepicker .year-picker li:nth-child(1), .rich-datepicker .year-picker li:nth-child(10), .rich-datepicker .year-picker li:nth-child(11), .rich-datepicker .year-picker li:nth-child(12), .rich-datepicker .year-picker li:nth-child(2), .rich-datepicker .year-picker li:nth-child(3), .rich-datepicker .year-picker li:nth-child(4), .rich-datepicker .year-picker li:nth-child(5), .rich-datepicker .year-picker li:nth-child(8), .rich-datepicker .year-picker li:nth-child(9) {
    color:#5d006b;
}
.month-picker li {
    height: 28px;
    border-left: 3px solid #ededed;
    line-height: 30px;
    font-size: 11px;
}

.month-picker ul li small{
    padding-left:0 !important;
    font-size:11px;
    color:#dc04fb!important;
}
.rich-datepicker .calendar {
    overflow-y: scroll !important;
    width: 261px !important;
}
.activ_month {
    background-color: #fff;
    border-left: 3px solid #dc04fb !important;
    text-align: left;
    z-index: 3;
}

.to_date {
    background-color: #ff9334 !important;
    border-radius: 50px;
    color: #fff !important;
}

.selected_date {
    background-color: #FCF0E5 !important;
    color: #ff9334 !important;
}

.rich-date-disabled.day {
    color: grey;
}

.BackDay {
    color: grey !important;
    opacity: .9 !important;
    pointer-events: none !important;
}

.daterange {
    background-color: #e6fbff !important;
    color: #333 !important;
}
    .showed-datepicker {
        z-index: auto !important;
    }


    .overlay_voucher {
    height: 350px;
}
.page-title-container {
    height: 350px;
}
.page-title-container img {
    height: 350px;
}
.t_head {
    font-size: 18px;
    padding-bottom: 15px;
    text-align: center;
}

.main_voucher_box {
    border-radius: 0;
}
.main_voucher_box .pr0{
    padding-right:15px !important;
    margin-bottom:15px
}
.bread {
    bottom: 0px;
}
.thinn-blog-list {
    margin: 5px 0;
}
.text_block {
    padding: 10px;
}
.text_block .title {
    color: #942d9f;
    font-size: 20px;
    margin-top: 10px;
}
.text_block p {
    color: #7c8e93;
    font-size: 12px;
    line-height: 21px;
}
.thinn-blog-list figure img {
    height: 165px;
    object-fit: cover;
}


}

