﻿html {
    scroll-behavior: smooth;
}
.we_background {
    background: #f5a32c !important;
    background-color: #f5a32c !important;
    color: #fff !important;
}
.p-0{
    padding:0 !important;
}

.btn-set-pop {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.close_div, .close,.closenew {
    background-color: #fff;
    border-radius: 50px;
    color: #013057;
    float: right;
    font-size: 20px;
    opacity: 1;
    text-align: center;
    width: 32px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: -12px;
    top: -12px;
    border: 1px solid transparent;
    box-shadow: 0px 8px 16px rgb(15 15 15 / 10%);
    height: 32px;
   line-height: 32px;
    z-index: 9;
}

    .close:focus, .close:hover {
        color: #f5a32c;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
    }
.yes_btn, .no_btn {
    font-size: 15px;
    width: 100px;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    margin-left: 10px;
    position: relative;
    right: 0;
    top: 0;
    line-height: 32px;
    padding: 0;
    cursor: pointer;
}
.yes_btn:hover, .no_btn:hover {
    color: #fff;
}
.yes_btn {
    background: #f5a32c;
}
.no_btn {
    background: #000;
}
/*carousel slider */
.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-left:before {
    content: "\f104";
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 35px;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right,.carousel-fade .carousel-inner .item {
    opacity: 0
}

.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right,.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev {
    left: 0;
    transform: translate3d(0,0,0)
}
.carousel-control.left,.carousel-control.right{
    background-image:none;
}
.we_background_sub {
    color: #fff !important;
    background: #000 !important;
}

.we_main_text_color {
    color: #f5a32c !important;
}

.we_sub_text_color {
    color: #40C1BD !important;
}
.page-breadcrumb {
    color: #000;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding: 30px 0;
    object-fit: cover;
    background-image: url('/assets/whitelable1/img/breadcrumbs.jpg?v6');
}
.validate {
    box-shadow: 0 0 5px rgb(135 0 0 / 36%);
    border: thin solid red !important;
}
    .page-breadcrumb::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

    .page-breadcrumb h1 {
        color: #fff;
        font-size: 3.5rem;
        font-weight: 600;
    }

.breadcrumb > .active {
    color: #fff;
    font-weight: 500;
}

.content-table {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.back_sub_page {
    background: #f5f5f5;
}

/***checkbox css***/
.checkbox input[type=checkbox] {
    position: relative;
    z-index: 1;
    opacity: 0;
}

.checkbox:before, .radio:before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #a0a9b2;
    z-index: 0;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    border-radius: 0;
    background: #fff;
}

.checkbox, .radio {
    display: block;
    min-height: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .checkbox.checked::before, .radio.checked::before {
        border-color: #f5a32c;
        color: #f5a32c;
        content: "\f00c";
        font-weight: 700;
        font-size: 13px;
        background: #fff;
    }

    .alert::before, .checkbox::before, .radio::before {
        font-family: fontawesome;
    }
/**end***/
a.button, button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 8px 15px;
    white-space: nowrap;
    border-radius: 3px;
}

.package_up {
    height: 40px !important;
    line-height: 40px !important;
}

.section_main_part {
    margin-top: 90px;
    background: #f1f0f0;
}

.p0 {
    padding: 0;
}

.pr0 {
    padding-right: 0;
}

.mb0 {
    margin-bottom: 0;
}

.ml5 {
    margin-left: 5px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mr10 {
    margin-right: 10px;
}

.mr5 {
    margin-right: 5px;
}

.table-responsive {
    width: 100%;
}

.sega_icon {
    background-image: url(/assets/whitelable1/img/Shega-Travel-Icon-Strip.svg?v22);
}


.form-group {
    position: relative;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a {
    color: #f5a32c;
    text-decoration: none;
}

    a:focus {
        color: #f5a32c;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

.common_button {
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: 500;
    background: #f5a32c;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    border-radius: 3px;
    width: 100%;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    height: 75px;
    line-height: 75px;
}

span.fa.fa-search {
    margin-right: 10px;
}

button, input, select, textarea {
    outline: none;
}

@font-face {
    font-family: FontAwesome;
    src: url(/assets/whitelable1/font/fontawesome-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

label {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    font-size: .9167em;
}

input:focus, select:focus {
    border: 1px solid #CBCBCB;
}

/*date picker*/
.rich-datepicker-wrap {
    position: relative;
}

    .rich-datepicker-wrap .tooltip {
        font: 400 12px/16px Arial;
        width: 132px;
        height: 16px;
        padding: 2px 4px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        color: #c2c2c2;
        overflow: hidden;
    }

    .rich-datepicker-wrap input {
        position: relative;
        z-index: 0;
        background: #fff;
    }

.position-top .rich-datepicker {
    top: auto;
    bottom: 100%;
}

.position-bottom .rich-datepicker {
     top: 100%;
    color: #6d6d6d;
    left: -50% !important;
}

.year-wrap {
    padding-top: 20px;
}
.rich-date-disabled {
    pointer-events: none;
    opacity: .6;
}
.rich-datepicker {
    position: absolute;
    padding: 0;
    background: #fefefe;
    box-shadow: 3px 3px 15px rgba(0,0,0,.4);
}

    .rich-datepicker li, .rich-datepicker ul {
        margin: 0;
        padding: 0;
        color: #333;
        list-style-type: none;
    }

    .rich-datepicker .days_new {
        background-color: #fff;
        height: 21px;
        opacity: 1;
        overflow: hidden;
        padding: 6px 0 20px 109px;
        position: absolute;
        top: 34px;
        z-index: 1;
    }

        .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;
        }

.current.rest-day {
    color: #000;
}

.rich-datepicker .calendar .year-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
}

    .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: 136px;
    }

.rich-datepicker .calendar .month-wrap {
    height: 370px;
}

    .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;
}

.rich-datepicker .day {
    cursor: pointer;
}

rich-datepicker .day:hover {
    background-color: #1289d880;
    color: #fff;
}

.rich-datepicker .calendar .year-wrap .size-3 {
    width: 98px;
}

.rich-datepicker .calendar .year-wrap .size-4 {
    width: 144px;
}

.rich-datepicker .calendar .year-wrap .size-5 {
    width: 194px;
}

.rich-datepicker .calendar .year-wrap .size-6 {
    width: 244px;
}

.rich-datepicker .calendar .year-wrap .size-7 {
    width: 292px;
}

.select_date_div {
    background-color: #147cd5;
    color: #fff;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    padding-left: 8px;
}

.current {
    background-color: #147cd5;
    color: #fff;
}

.rich-datepicker .day:hover {
    background-color: #40C1BD;
    color: #40C1BD;
}

.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: 110px;
    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(1gif);
    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: #1a1a1a;
}

.month-picker li {
    height: 28px;
    border-left: 3px solid #ededed;
    line-height: 30px;
    font-size: 12px;
}

.cal-right .rich-datepicker {
    right: 0;
}

.rich-datepicker {
    width: 480px;
    z-index: 100;
}

    .rich-datepicker .calendar {
        background: #fff;
        overflow-y: scroll;
        width: 370px;
    }

.activ_month {
    background-color: #fff;
    border-left: 3px solid #ff9334;
    text-align: left;
    z-index: 3;
}

.rich-datepicker b, strong {
    color: #333;
    font-weight: 400;
}

.to_date {
    background-color: #ff9334;
    border-radius: 50px;
    color: #fff;
}

.selected_date {
    background-color: #fcf0e5;
    color: #ff9334;
}

.rich-date-disabled.day {
    color: grey;
}

.BackDay {
    color: grey;
    opacity: .9;
    pointer-events: none;
}

.daterange {
    background-color: #e6fbff;
    color: #333;
}

/*small celander*/
.datepicker-wrap .ui-datepicker-trigger {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}



.ui-datepicker {
    width: 36em !important;
    padding: 0;
    display: none;
    background: #fff;
    border: 1px solid #f5a32c;
    z-index: 10001 !important;
}

.ui-datepicker-group {
    border-right: 1px solid #f5a32c;
}

.ui-datepicker-group-first {
    float: left;
    width: 17.8em;
}

.ui-datepicker-group-last {
    border-right: medium none !important;
    float: left;
    width: 17.8em;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #f5a32c;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev:before {
    border-right: 8px solid #fff;
}

.ui-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.ui-datepicker .ui-datepicker-next:before {
    border-left: 8px solid #fff;
}

.ui-datepicker .ui-datepicker-prev {
    left: 24px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 11px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 24px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 5px;
    text-align: center;
    color: #fff;
    font-size: 1.1667em;
    font-weight: 400;
}

.ui-datepicker table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

.ui-datepicker th {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
}

table tr:last-child th:first-child {
    border-top-color: transparent !important;
}

.ui-datepicker th span {
    display: block;
    text-align: center;
    font-size: 1.1667em;
    font-weight: 400;
    color: #253d52;
}

.ui-datepicker .ui-datepicker-calendar td {
    vertical-align: middle;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
        color: inherit;
        display: block;
        height: 30px;
        line-height: 30px;
    }

.ui-state-default.ui-state-active {
    background-color: #f5a32c;
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
    color: #dbdbdb;
}

.ui-datepicker .ui-datepicker-next.ui-state-disabled, .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
    visibility: hidden;
}
/*travelr drop*/
.drop_down_field ul {
    background-color: #fff;
    display: block;
    margin: 0 0 0;
    padding: 0;
    position: absolute !important;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 100%;
    min-width: 300px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    z-index: 9;
}

.Child_agename {
    width: 100%;
}

.Child_unit_age {
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    margin-top: 10px;
}

    .Child_unit_age select {
        width: 100%;
        padding: 0 20px 0 5px;
        height: 27px;
    }

    .Child_unit_age .down_errow_grey {
        right: 5px;
        left: auto;
        position: absolute;
        pointer-events: none;
    }

.text-black {
    color: #444;
}

.add_room_btn_wrapper .addroom_btn, .add_room_btn_wrapper .doneadded, .add_room_btn_wrapper .removeroom {
    color: #949494;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.add_room_btn_wrapper {
    height: 40px;
    width: 100%;
    text-align: center;
}

    .add_room_btn_wrapper .doneadded {
        border-radius: 37px;
        height: 35px;
        width: 65px !important;
        line-height: 35px;
        margin-right: 15px;
        background: #40c1bd;
        color: #fff;
    }

.lg-mr20 {
    margin-right: 20px;
}

.bort_none {
    border-top: medium none !important;
}

.rooms {
    padding: 11px 17px;
    background-color: #f3f3f3;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.removeroom {
    float: right;
    font-size: 22px;
    position: absolute;
    right: 13px;
    top: 6px;
    color: #757575;
    cursor: pointer;
}

.text_box_wrapp {
    overflow: hidden;
    padding: 10px 15px;
    width: 100%;
}

.Child_wrapp, .Unit_wrapp, .adult_wrapp {
    height: auto;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.Child_lbl, .Unit_lbl, .adult_lbl {
    color: #434343;
    font-family: arial;
    font-size: 14px;
    float: left;
    font-weight: 400;
}

.counter_wrapper {
    float: right;
}

.sm_txt {
    font-size: 14px;
    height: 22px;
    margin-left: 10px;
    color: #949494;
    font-weight: 400;
}

.minus {
    background-color: #cecece;
    font-size: 32px;
    line-height: 20px;
    color: #fff;
    border-radius: 2px;
}

.count_pre {
    font-size: 14px;
    line-height: 20px;
    float: left;
    height: 20px;
    text-align: center;
    width: 40px;
    color: #363636;
    font-weight: 500;
}

.minus, .plus {
    float: left;
    height: 20px;
    text-align: center;
    width: 20px;
    cursor: pointer;
}

.plus {
    font-size: 17px;
    line-height: 20px;
    background: #f5a32c;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
}

.child_age {
    color: #434343;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
}


/*soap popup*/

.product-dialog-box, .product-login-box, .cancel-dialog-box, .cancel-login-box {
    border: 0 solid #0386ba;
    border-radius: 0;
    box-shadow: 4px 6px 9px #1e1e1e;
    display: none;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.opacity-overlay {
    outline: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 10000;
    display: none;
}

.opacity-overlay, .pace {
    -webkit-backface-visibility: hidden;
}

.popup-wrapper {
    text-align: center;
    position: absolute;
    left: 0;
    top: 30px;
    height: 100%;
    width: 100%;
    padding: 0 5px;
    vertical-align: middle;
}

    .popup-wrapper .popup-content {
        float: none;
        padding: 0;
        text-align: left;
        z-index: 10003;
        position: relative;
        display: inline-block;
    }

.Forgot_pwd .travelo-signup-box, .travelo-login-box {
    width: 416px;
    position: relative;
}

.travelo-login-box, .travelo-signup-box {
    margin: 0 auto;
    display: none;
    overflow: hidden;
}

.travelo-box {
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}

.alert_wrapp {
    max-width: 350px;
    height: auto;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 4px 11px rgb(0 0 0 / 20%);
    z-index: 3;
    overflow: initial;
}

.alt_title, .head_title {
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    background: #f5a32c;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

    .alt_title p {
        margin-bottom: 0;
        width: 90%;
        float: left;
    }

.alt_div_succ {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    color: #013057;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 500;
}


/*auto compalte*/
.autocomplete-suggestions {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    box-sizing: border-box;
    cursor: default;
    display: none;
    max-height: 254px;
    overflow-y: auto;
    position: absolute;
    text-align: left;
    z-index: 99999;
    min-width: 400px;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

.autocomplete-suggestion {
    color: #363636;
    font-size: 15px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 .6em;
    position: relative;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
}

    .autocomplete-suggestion.selected {
        background: #f0f0f0;
    }

.autocomplete-suggestions .tour_icon_auto::before, .autocomplete-suggestions [data-tourid="0"]::before, .autocomplete-suggestions [data-typeid=city]::before, .country_icon:before {
    width: 18px;
    float: left;
    position: initial;
    color: #3b8dd6;
    margin-top: 6px;
    content: "";
    background-position: -435px -435px;
    height: 18px;
    margin-right: 10px;
    display: none;
}

.autocomplete-suggestion b {
    color: #203152;
    font-weight: 500;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}
/*mobile side modify*/


.modify_block {
    margin-bottom: 10px;
    min-height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 10px;
}

/*bredcrumb*/
.breadcrumb {
    background-color: transparent;
    padding: 0px 0px;
}

    .breadcrumb a {
        color: #fff;
    }

    .breadcrumb > li + li:before {
        color: #fff;
        content: "\f054";
        font-family: 'FontAwesome';
        font-size: 11px;
    }

    .breadcrumb > li {
        color: #f5a32c;
    }

.record_found img {
    width: 100%;
}

.record_found {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
}
/*loader*/
.start_loader_block {
    height: 100vh;
    position: relative;
}

.loader_common_start {
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 10px solid #F5A32C;
    border-radius: 50%;
    border-top: 10px solid #000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    right: 0;
}

.wait-text {
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 1;
    width: 120px;
    height: 120px;
    right: 0;
    margin: 0 auto;
    line-height: 120px;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.save_price {
    font-size: 14px;
    color: red;
}

.mobile_lable {
    display: none;
}
/*droup down*/
table > thead {
    background: #F5F5F5;
    border-radius: 4px 4px 0px 0px;
}

.option_d select, .option_d input {
    height: 30px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    border: none;
}

.option_d {
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

    .option_d .fa {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        pointer-events: none;
        font-size: 20px;
        padding: 0px 10px;
        background: white;
        line-height: 30px;
    }

.fa-calendar:before {
    content: "\f073";
}

.fa-angle-down:before {
    content: "\f107";
}

/*bootstrap class*/

.full-width {
    width: 100%;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.font-15 {
    font-size: 15px;
}

.text-red {
    color: red;
}
/*stcky nav*/
.sticky_nav {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 94px;
    /* z-index: 9; */
}

.datepicker-wrap {
    position: relative;
}

/**toggle container***/
.toggle-container .panel .panel-title a {
    white-space: normal;
    display: block;
    padding: 5px 0;
}

.toggle-container .panel.style1 .panel-title > a {
    line-height: 24px;
}

.toggle-container .panel .panel-title a {
    margin-bottom: 5px;
}

.toggle-container .panel {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
}

    .toggle-container .panel.style1 .panel-title > a::before {
        content: "\f068";
        font-family: FontAwesome !important;
        color: #f5a32c;
        background: #fff;
        line-height: 21px;
        font-size: 12px;
        float: right;
        height: 18px;
        width: 18px;
        margin-right: 12px;
        margin-top: 3px;
        border-radius: 50px;
        text-align: center;
    }

    .toggle-container .panel.style1 .panel-title > a.collapsed::before {
        content: "\f067";
    }

@media (max-width:991px) {
    .div_detail {
        border-radius: 8px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        background: #fff !important;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        margin: 20px 0 15px 0;
        display: flex;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .filter_div_all {
        background: #fff;
        margin-bottom: 10px;
        padding: 60px 20px;
        height: 100%;
    }

    .modify_block, .mobile_filter {
        overflow: auto;
        transition: .5s;
        width: 100%;
        position: fixed;
        z-index: 9;
        height: 100%;
        top: 0;
        left: -100%;
        bottom: 0;
        max-height: inherit;
        background-image: none !important;
        background: #fff;
    }

    .res_mobilr_div {
        left: 0;
    }

    .mobile_filter_btn_close {
        padding: 12px 25px 12px 12px;
        text-transform: capitalize;
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        text-align: left;
        background: #f5a32c;
        color: #fff;
        font-size: 15px;
        z-index: 9;
    }

    .search_text {
        color: #000000;
        font-size: 15px;
        line-height: 22px;
        font-weight: bold;
        font-style: normal;
        padding-top: 20px;
        padding-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .xs-p0 {
        padding: 0;
    }

    .xs-pl-0 {
        padding-left: 0;
    }

    .xs-pr-0 {
        padding-right: 0;
    }

    .sticky_nav {
        top: 123px;
    }

    .right_c .rich-datepicker {
        left: auto !important;
        right: 0;
    }

    .rich-datepicker {
        width: 340px;
    }

        .rich-datepicker .days_new {
            padding: 6px 0 20px 78px;
        }

            .rich-datepicker .days_new li {
                padding-right: 0;
                width: 35px;
                padding-left: 0;
                font-size: 10px;
            }

        .rich-datepicker .month-picker, .rich-datepicker .year-picker {
            text-indent: 3px;
            width: 80px;
        }

        .rich-datepicker .calendar .year-wrap {
            left: -4px;
        }

        .rich-datepicker .calendar {
            width: 260px;
        }

            .rich-datepicker .calendar .month-wrap ul {
                width: 258px;
            }

            .rich-datepicker .calendar .year-wrap li {
                width: 33px;
            }

            .rich-datepicker .calendar .year-wrap .size-7 {
                width: 213px;
            }

            .rich-datepicker .calendar .year-wrap .size-3 {
                width: 71px;
            }

            .rich-datepicker .calendar .year-wrap .size-5 {
                width: 140px;
            }

            .rich-datepicker .calendar .year-wrap .size-4 {
                width: 104px;
            }

            .rich-datepicker .calendar .year-wrap .size-6 {
                width: 171px;
            }

    .mobile_responsive tr td {
        float: left;
        display: block;
        width: 100%;
        border-left: none !important;
        border-right: none !important;
    }

    .mobile_lable {
        display: block;
        color: #94AFAF;
        font-size: 10px;
        font-weight: 700;
        margin-bottom: 2px;
    }


    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
    }
}


.col-md-7.text-center {
    padding-top: 20px;
}