﻿.cd-panelup.is-visibleup {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.cd-panelup {
    z-index: 9999;
    position: fixed;
    left: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s .6s;
    -moz-transition: visibility 0s .6s;
    transition: visibility 0s .6s;
}

.from-rightup .cd-panel-containerup {
    right: 0;
    -webkit-transform: translate3d(0%,100%,0);
    -moz-transform: translate3d(0%,100%,0);
    -ms-transform: translate3d(0%,100%,0);
    -o-transform: translate3d(0%,100%,0);
    transform: translate3d(0%,100%,0);
}

.is-visibleup .cd-panel-containerup {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.cd-panel-containerup {
    position: absolute;
    width: 70%;
    height: 100%;
    top: 5%;
    background: #fff;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    height: 85vh;
    margin: 0 auto;
    left: 0;
    padding: 10px 0px 10px 10px;
    padding-bottom: 70px;
}

.cd-panelup.is-visibleup::after {
    background: rgba(0,0,0,.6);
    -webkit-transition: background .3s 0s;
    -moz-transition: background .3s 0s;
    transition: background .3s 0s;
}

.cd-panelup::after {
    position: absolute;
    left: 0;
    background: 0 0;
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    transition: background .3s .3s;
}

.cd-panelup, .cd-panelup::after {
    height: 100%;
    top: 0;
    width: 100%;
}

.is-visibleup::after {
    content: '' !important;
}

.closedivup {
    padding: 5px 10px;
    font-size: 15px;
    height: 28px;
    line-height: normal;
    vertical-align: middle;
    float: right;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #fff;
    top: 0px;
    background: black;
    z-index: 1;
    cursor: pointer;
}

.upsell_list_block img {
    min-height: 130px;
    object-fit: cover;
    max-height: 130px;
    border-radius: 3px;
    width: 100%;
}

.info_title_up {
    padding: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    background: #f7f9fc;
    margin-bottom: 10px;
}

.remork_text_area {
    border: 1px solid #cdddf5;
    border-radius: 7px;
    min-height: 80px;
    max-width: 100%;
    width: 100%;
    padding: 5px;
}

.upsaleall_list_block i.fa.fa-caret-down {
    position: absolute;
    left: 155px;
    bottom: 10px;
    cursor: pointer;
}

.upsaleall_list_block {
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    color: #000;
    display: block;
    position: relative;
    background: #FFFFFF;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
}

.hotel_adress {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 5px;
}

.upsaleall .h_nametitle {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0px auto;
    max-height: 47px;
    overflow: hidden;
}

.upsell_checkout_fix {
    position: fixed;
    bottom: 0px;
    padding: 10px;
    left: 0;
    right: 0;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
}

    .upsell_checkout_fix .common_button {
        float: right;
    }

.h_address, .dstinsion {
    color: #000000;
    font-size: 13px;
    margin-top: 10px;
}

.upsaleall .fa-calender:before {
    content: "\f073";
}

.col_blue {
    color: #0386ba !important;
}

.font_b, .rooms {
    font-weight: 500;
}

.upsaleall .fa-calender {
    font-size: 14px !important;
    vertical-align: middle;
    height: 42px;
    pointer-events: none;
    z-index: 9;
    position: absolute;
    color: #013057;
    right: 8px;
    top: 10px;
}

.upsaleall .pickup_lable, .upsaleall .room_name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.upsall_title {
    position: relative;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.dwer {
    height: 100%;
    overflow-x: hidden;
}

.upsaleall .hotel_block {
    background: #fff;
    display: inline-block;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 5px;
    overflow: hidden;
}

.upsaleall .dropdown_special {
    display: inline-block;
    margin: 5px 0;
    position: relative;
    width: 100%;
}

.upsaleall .select_slot {
    color: red;
    cursor: pointer;
    float: left;
}

.wd170px {
    width: 170px;
}

.upsaleall .br_topgrey {
    background: #eef4fd;
}

.upsaleall .dropdown_special select {
    -moz-appearance: none;
    line-height: normal;
    padding: 4px 30px 3px 5px;
    width: 100%;
    color: #013057;
    font-weight: 500;
}

.upsaleall .icon-trophy {
    background: rgba(0,0,0,0);
}

.upsaleall .dropdown_special::after {
    color: #013057;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 17px;
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 6px;
}

.upsaleall span.success {
    color: #53a952;
    font-size: 18px;
}

.upsaleall .cartdetail {
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 100%;
}

.upsaleall .mr5_auto {
    margin: 15px 0px 15px 0px;
}

.upsaleall .fa-trophyup {
    color: #0386ba;
    font-size: 14px;
    padding-right: 5px;
}

    .upsaleall .fa-trophyup::before {
        content: "";
    }

.upsaleall .pointdiv {
    text-align: right;
    width: 100%;
}

.upsaleall .checkbox_inline_bg {
    width: 100%;
}

.upsaleall .pricedetail {
    text-align: right;
    height: 130px;
    min-height: 130px;
    display: table;
    width: 100%;
    vertical-align: middle;
    padding-right: 20px;
}

.upsaleall .m_heade {
    background: #0386ba;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    border-radius: 10px 10px 2px 0;
}

.upsaleall .h_dis, .upsaleall .h_pernight {
    text-align: right;
    font-weight: 400;
    font-size: 13px;
    color: #db1c6f;
}

.upsaleall .soap-icon-star {
    color: #e59600 !important;
    font-size: 14px !important;
    margin-left: 5px;
}

.upsaleall .h_price {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
    display: table-cell;
}

.upsaleall .h_dis {
    color: #000;
    text-decoration: line-through;
}

.upsaleall .h_save {
    color: red;
    margin: 0 5px 0 0;
    text-align: right;
}

.upsaleall .t_nametitle {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin: 5px auto;
}

.upsaleall .points_tooltrip {
    padding-left: 5px;
}

.upsaleall .color-db {
    color: #2c3e52;
}

.upsaleall .color-gry {
    color: #9a9a9a;
}

.upsaleall .fa-exchange::before {
    content: "";
    font: 14px/1 FontAwesome;
}

.upsaleall .fa-arrow-right::before {
    content: "";
    font: 14px/1 FontAwesome;
}

.upsaleall .fa-info-circle::before {
    content: "";
}

.upsaleall .room_detail {
    display: inline-block;
    width: 100%;
}

.upsaleall .room_name {
    display: inline-block;
    margin-right: 5px;
    max-width: 144px;
}

.upsaleall .wd250px {
    width: 250px;
}

form .upsaleall label {
    font-size: 12px;
}

.upsaleall .box-title small, .upsaleall .initialism, .upsaleall .uppercase, form .upsaleall label {
    text-transform: capitalize !important;
}

.upsaleall .info_icon {
    color: #02aaf1;
    font-size: 15px;
}

.upsaleall .table-bordered > thead > tr > th {
    background: #f5f5f5;
    border-bottom-width: 1px;
    text-align: center;
    color: #000;
}

.upsaleall .table.table-bordered > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 6px !important;
}

.upsaleall .table {
    margin-bottom: 10px;
    width: 100%;
}

.upsaleall .text_bluew {
    color: #013057;
    font-weight: 500;
}

.upsaleall .text-red {
    color: #e01a33 !important;
}

.upsaleall .fa-dollar::before, .upsaleall .fa-usd::before {
    content: "";
}

.upsaleall .doller-icon {
    border: 1px solid #e01a33;
    border-radius: 60px;
    height: 17px;
    padding: 2px 5px;
    width: 10px;
}

.wd150px {
    width: 150px;
}

.wd75px {
    width: 75px !important;
}

.upsaleall .fa-question-circle::before {
    content: "\f059";
}

.upsaleall .fa-question-circle {
    color: #013057;
    font-family: FontAwesome;
    font-size: 13px !important;
    padding-left: 5px;
}

.upsaleall .wrapper_2 .tooltip_new::after {
    border-top: solid #0e0e0e 10px !important;
    left: 17% !important;
}

.upsaleall .wrapper_2 .tooltip_new {
    left: 2px !important;
}

.upsaleall .wrapper_2 {
    padding-left: 1px;
    padding-top: 1px;
}

.pl0_tect_left {
    text-align: left !important;
    padding-left: 2px !important;
}

.time_slot_popup {
    max-height: 600px;
    overflow: auto;
    padding-bottom: 40px;
}

.upsaleall .footer_button .bookavil {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    height: 35px;
    border-radius: 0;
    width: 150px;
    cursor: pointer;
    min-height: 35px;
    margin: 0 5px;
}

.upsaleall #divupsellMealdetail .bookavil {
    width: 155px !important;
}

.upsaleall .fa-map-marker::before {
    content: "";
}

.upsaleall .fa.fa-map-marker {
    color: #197ec2;
    font-size: 15px;
    margin-right: 5px;
}

.upsaleall .fa-check::before {
    content: "";
    font-size: 9px;
    padding: 0;
}

.upsaleall .arrival_days {
    color: #3ba95d;
    display: inline-block;
    font-weight: 500;
}

.upsaleall .fa-check {
    border: 1px solid #3ba95d;
    border-radius: 50%;
    color: #3ba95d;
    display: inline-block;
    height: 16px;
    text-align: center;
    width: 16px;
}

.upsaleall .fa-users::before {
    content: "";
    font: 14px/1 FontAwesome;
}

.upsaleall .fa-times::before {
    content: "";
    font: 14px/1 FontAwesome;
}

.upsaleall .fa-car::before {
    content: "";
    font: 14px/1 FontAwesome;
}

.upsaleall .fa-clock-o, .upsaleall .fa-clock-o::before {
    content: "";
}

.upsaleall .incon_car_user {
    color: #013057;
    padding: 0px;
    text-align: left;
    letter-spacing: 5px;
    margin-top: 10px;
}

.upsaleall .dstinsion {
    color: #8e8e8e;
    font-size: 14px;
    line-height: 10px;
}

.upsaleall .fa-clock-o {
    color: #fcb714;
    margin-right: 5px;
}

.wd100px {
    width: 100px;
}

.upsaleall .white_space {
    white-space: nowrap;
}

.upsaleall .tou_s::after {
    top: 5px;
}

.upsaleall .meal_check {
    -moz-user-select: none;
    cursor: pointer;
    display: block;
    position: relative;
}

.upsaleall .container input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.upsaleall .meal_check input {
    opacity: 0;
}

.upsaleall .checkmark {
    background-color: #eee;
    height: 20px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px;
}

.upsaleall .meal_check:hover input ~ .checkmark {
    background-color: #ccc;
}

.upsaleall .meal_check input:checked ~ .checkmark {
    background-color: #2196f3;
}

.upsaleall .checkmark::after {
    content: "";
    display: none;
    position: absolute;
}

.upsaleall .meal_check input:checked ~ .checkmark::after {
    display: block;
}

.upsaleall .meal_check .checkmark::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 0 3px 3px 0;
    height: 10px;
    left: 9px;
    top: 5px;
    transform: rotate(45deg);
    width: 5px;
}

.upsaleall .pkg-tabs {
    padding: 10px;
}

    .upsaleall .pkg-tabs .nav-tabs {
        border: none;
        padding: 0 10px;
    }

        .upsaleall .pkg-tabs .nav-tabs > li {
            margin-right: 25px;
        }

            .upsaleall .pkg-tabs .nav-tabs > li > a {
                background: #868686;
                border: none !important;
                border-radius: 0;
                color: #fff !important;
                font-weight: 600;
                padding: 6px 15px 5px 25px;
                text-transform: uppercase;
                z-index: 2;
            }

            .pkg-tabs .nav-tabs > li.active > a:focus, .pkg-tabs .nav-tabs > li.active > a:hover, .upsaleall .pkg-tabs .nav-tabs > li.active > a {
                background: #00adef !important;
                border: none !important;
                color: #fff !important;
            }

                .upsaleall .pkg-tabs .nav-tabs > li.active > a::before {
                    border: 2px solid #00adef;
                    color: #00adef;
                }

    .upsaleall .pkg-tabs li.active::after {
        background: #00adef;
        border: 8px solid transparent;
        bottom: -5px;
        content: " ";
        height: 10px;
        left: 0;
        margin: 0 auto;
        opacity: 1;
        position: absolute;
        right: 0;
        transform: rotate(45deg);
        width: 12px;
        z-index: 1;
    }

    .upsaleall .pkg-tabs .nav-tabs > .t1 > a::before {
        content: "1";
    }

    .upsaleall .pkg-tabs .nav-tabs > .t2 > a::before {
        content: "2";
    }

    .upsaleall .pkg-tabs .nav-tabs > .t3 > a::before {
        content: "3";
    }

    .upsaleall .pkg-tabs .nav-tabs > .t4 > a::before {
        content: "4";
    }

    .upsaleall .pkg-tabs .tab-content {
        margin-top: 20px;
    }

    .upsaleall .pkg-tabs .nav-tabs > li > a::before {
        background: #fff;
        border: 2px solid #868686;
        border-radius: 50%;
        color: #868686;
        content: "1";
        height: 32px;
        left: -15px;
        line-height: 30px;
        position: absolute;
        text-align: center;
        top: -2px;
        width: 32px;
    }

.upsaleall .fa-long-arrow-right:before {
    content: "\f178";
}

.upsaleall .upwd40px .fa-long-arrow-right, .upsaleall .upwd40px .far.fa-exchange {
    font-size: 20px;
    font-family: FontAwesome;
    font-style: normal;
    display: block;
    margin-top: 4px;
}

.upwd40px {
    width: 40px;
    color: #013057;
    font-style: normal;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    height: 21px;
}

.upsaleall .cardnew .addmore_br {
    border: 1px dotted #b6d6ed !important;
    text-align: left;
    margin: 10px;
}

.upsaleall .card .nav-tabs.addmore > li.active > a {
    background-color: #00adef;
    border: 1px solid #ddd;
    color: #fdf9f9;
    cursor: default;
}

.upsaleall .card .nav-tabs.addmore > li {
    width: auto;
}

.upsaleall .card {
    box-shadow: none !important;
    margin: 0;
}

.upsaleall .cardnew .nav > li {
    width: 33%;
    text-align: left;
    font-weight: 600;
    border-right: 1px dotted #b5b1cc;
    border-radius: 0;
}

    .upsaleall .cardnew .nav > li:last-child {
        border-right: none;
    }

    .upsaleall .cardnew .nav > li > a:focus, .upsaleall .cardnew .nav > li > a:hover {
        text-decoration: none;
        background: 0 0;
        border: none;
    }

.upsaleall .cardnew .per_price {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #323232;
}

.upsaleall .cardnew .nav-tabs > li.active > a:focus {
    border: none;
}

.upsaleall .checkbox.checked::before {
    background: -55px -201px #e12677;
    border-color: #e12677;
    color: #fff;
    content: "✓";
}

.upsaleall .yellow-color {
    color: #00adef !important;
    float: left;
}

.upsaleall .checkbox::before {
    border: 1px solid #e12677;
    display: block;
    font-size: 10px;
    height: 16px;
    left: 5px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 16px;
    z-index: 0;
    border-radius: 0;
    background: #fff;
    content: "";
}

.special_box textarea.form-control {
    border: 1px solid #f5f5f5 !important;
}

.special_box .checkbox.checkbox_inline_bg input[type=checkbox] {
    margin-left: -15px !important;
    height: 16px;
    width: 16px;
    margin-top: 0;
    outline: 0;
}

.upsaleall .checkbox {
    line-height: 20px !important;
}

.radio-inline, .upsaleall .checkbox-inline {
    padding-left: 20px !important;
}

.upsaleall .fade.in {
    background: rgba(0,0,0,.4);
}

.upsaleall .modal-dialog {
    margin: 0 auto !important;
    top: 10% !important;
    max-height: 600px;
    overflow: auto;
}

.upsaleall .avaicircle {
    border-radius: 50%;
    height: 10px;
    margin-top: 4px;
    width: 10px;
}

.upsaleall .seltimetxt {
    color: #5c5c5c;
}

.upsaleall .selewd80 span {
    width: 80px !important;
}

.upsaleall .leftcir, .upsaleall .rightcir {
    height: 32px !important;
    position: unset !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin-bottom: -30px !important;
}

.upsaleall .burj-pricdiv {
    background: #f1f1f1;
    color: #013057;
    min-width: 100px;
    text-align: center;
    padding: 10px 5px;
    word-break: break-word;
    border-radius: 0 0 5px 5px;
    font-weight: 500;
}

.upsaleall .timeslot2 {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    min-width: 100px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.upsaleall .rightcir {
    background: #fff;
    border-radius: 50%;
    right: -5px;
    top: 9px;
}

.upsaleall .wd_auto {
    width: auto;
}

.upsaleall .timeslotwrap1 {
    height: auto;
    width: 145px;
}

.upsaleall .bggreenactive .leftcir {
    background: #90d153;
}

.upsaleall .bgyellowactive .leftcir {
    background-color: #fed301;
}

    .upsaleall .bggreenactive .leftcir::after, .upsaleall .bgyellowactive .leftcir::after {
        color: #fff;
        content: "✓";
        display: block;
        font-size: 12px;
        font-weight: 600;
        padding: 6px 3px;
    }

.bgyellowactive, .upsaleall .bggreenactive {
    color: #fff !important;
    cursor: pointer;
}

.upsaleall .bgred {
    background-color: red;
}

.mr7 {
    margin-right: 7px !important;
}

.upsaleall .bggreen {
    background-color: #68b331;
}

.upsaleall .bgyellowactive {
    background-color: #fed301;
}

.upsaleall .bgredactive {
    background-color: red;
    cursor: pointer;
}

.upsaleall .bggreenactive {
    background-color: #68b331;
}

    .upsaleall .bggreenactive .rightcir, .upsaleall .bgyellowactive .rightcir {
        box-shadow: 3px -1px 0 -1px rgba(50,50,50,.75) inset;
    }

.upsaleall .bgyellow {
    background-color: #fed301;
}

.upsaleall .colred {
    color: red;
}

.upsaleall .colgreen {
    color: #00b050;
}

.upsaleall .colyellow {
    color: #dda600;
}

.upsaleall .colgree {
    color: #859151;
}

.upsaleall .colpink {
    color: #ab0140;
}

.upsaleall .colbluelight {
    color: #558091;
}

.upsaleall .bgblue {
    background: #00aeef;
}

.upsaleall .footer_button {
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #e9feff;
    padding: 10px 0;
}

    .upsaleall .footer_button :nth-child(2) {
        background: #afaaaa !important;
    }

.upsaleall .modal-title {
    color: #013057;
    font-weight: 500;
    font-size: 16px;
}

.upsaleall .select_blink {
    color: red;
    font-weight: 600;
    text-align: center;
}

.upsaleall .pickup_checkbox {
    background: #fff;
    border: 1px solid #cdddf5;
    display: inline-flex;
    height: 34px;
    padding: 8px 1px;
    width: 100%;
}

.upsaleall .pickup_lable {
    max-width: 55px;
    width: 55px;
}

.upsaleall .checkbox-inline + .checkbox-inline, .upsaleall .radio-inline + .radio-inline {
    margin-left: 0;
}

.upsaleall .nav-tabs > li {
    float: none;
}

.upsaleall .image_wrap1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.upsaleall .loadersmall {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin .6s linear infinite;
    border-top: 5px solid #fc6c4e;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
}

.upsaleall .nav > li, .upsaleall .nav > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.upsaleall .font-15 {
    font-size: 15px !important;
}

.upsaleall select {
    height: 34px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    line-height: 24px !important;
}

.upsaleall .special_box {
    border: 1px solid #cdddf5;
    display: inline-block;
    padding: 10px;
    width: 100%;
    background: #eef7ff;
    margin-bottom: 15px;
}

.upsaleall .t_title {
    margin-top: 6px;
    text-align: center;
    position: relative;
}

.upsaleall .Special_Request {
    color: #013057;
    font-weight: 500;
    margin-top: 5px;
}

.upsaleall .Special_text {
    color: #272727;
    font-size: 12px;
    margin: 5px 0;
}

.upsaleall .special_check {
    margin: 5px auto;
    overflow: hidden;
}

.upsaleall .secial_span {
    color: #000;
    margin-left: 10px;
}

.upsaleall .Special_Request_div {
    display: flex;
}

.upsaleall .spe_check {
    display: inline-table;
    margin-bottom: 5px;
}

    .upsaleall .spe_check .checkbox {
        margin-top: 2px;
    }

.upsaleall .special_input {
    float: right;
    height: 25px !important;
    margin: 0 auto 0 10px;
    padding: 3px;
    width: 58px;
}

.upsaleall .remark {
    padding: 20px 20px 0;
}

.fa-thumbs-up::before {
    content: "";
}

.thmb_icon {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    background: #fff;
    line-height: 17px;
}

    .thmb_icon i {
        font-size: 15px;
        margin-left: 4px;
        color: #1c81c4;
    }

.row.pop div:nth-child(3) {
    margin-left: 60px;
}

.row.pop label {
    font-size: 11.5px !important;
    text-transform: capitalize !important;
}

.alert_success {
    width: 320px;
    height: 200px;
    border: 2px solid #55b472;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    -webkit-transition: all 5s ease;
    -moz-transition: 5s ease;
    transition: 5s ease;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,20%);
    border-radius: 5px;
    background: #fff;
}

.upsaleall .divalertsuccess {
    background-color: rgba(255,255,255,.9);
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 11;
}

.sucssce_massge .fa.fa-check {
    font-size: 64px !important;
    width: 80px;
    height: 80px;
    border: 5px solid #3ba95d;
    margin: 25px auto;
}

.sucssce_massge p {
    font-size: 20px;
    color: #3ba95d;
}

.upsaleall .sucssce_massge .fa-check::before {
    content: "";
    font-size: 43px;
    padding: 0;
}

.upsaleall .pickup_checkbox label {
    display: inline;
    font-size: 14px !important;
    color: #013057;
    cursor: pointer;
    padding-left: 5px;
    font-weight: 500;
}

.cart_zindex {
    position: fixed !important;
    z-index: 99999;
    top: 10px;
    width: 285px;
    background: #fff !important;
    overflow-y: auto;
    max-height: 80%;
}

.upsaleall .meal_ckeck .checkbox::before {
    left: 0;
    top: 3px;
}

.upsaleall .wd220px {
    width: 220px;
}

.upsaleall .td_posion {
    position: relative;
}

.upsaleall .span_lable {
    top: 0;
    left: 7px;
}

.upsaleall .tabs_design li {
    list-style: none;
    margin-bottom: 20px;
}

.upsaleall .r_cntent {
    background: #eef4fd;
    box-shadow: 5px 2px 10px 0 rgb(41 51 57 / 8%);
    text-align: center;
    border-left: none;
    border-radius: 5px;
    width: 76%;
    float: right;
}

.upsaleall .btm {
    padding: 10px;
}

.upsaleall .l_icn {
    width: 20%;
    float: left;
    background: #f16f6f;
    height: 100%;
    margin-left: 7px;
    position: absolute;
    border-radius: 0 0 0 0px;
    display: none;
}

.upsaleall .tabs_design {
    display: inline-block;
    width: 100%;
}

.upsaleall .t_title span {
    background: #f16f6f;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.upsaleall .special_b span::before {
    background: #eef4fd !important;
}

.upsaleall .special_b {
    color: #000;
    font-size: 12px;
    position: relative;
    font-weight: 500;
    border-bottom: 1px solid #cbd3de;
    display: inline-block;
    padding-bottom: 5px;
}

.upsaleall .tabs_design ul li:nth-child(2) .t_title span::before {
    background: #0083a2;
}

.upsaleall .tabs_design ul li:last-child .t_title span::before {
    background: #009389;
}

.upsaleall .psngr {
    color: #000;
    font-size: 13px;
}

.upsaleall .psngr_price {
    color: #013057;
    font-size: 18px;
    font-weight: 500;
}

.upsaleall .cardnew li:nth-child(2).active .r_cntent::before, .upsaleall .tabs_design ul li:nth-child(2) .l_icn, .upsaleall .tabs_design ul li:nth-child(2) .l_icn::before, .upsaleall .tabs_design ul li:nth-child(2) .t_title span {
    background: #0f9dc3;
}

.upsaleall .cardnew li:last-child.active .r_cntent::before, .upsaleall .tabs_design ul li:last-child .l_icn, .upsaleall .tabs_design ul li:last-child .l_icn::before, .upsaleall .tabs_design ul li:last-child .t_title span {
    background: #1dbaaf;
}

.upsaleall .cardnew li.active .r_cntent::before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    right: 36%;
    bottom: -9px;
    transform: rotate(45deg);
    z-index: -1;
    background: #d3e0f5;
}

.add_new_service {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.upsaleall_list_block .form-control input {
    border: none;
}

.pac-container {
    z-index: 999999;
}

@media only screen and (max-width:1400px) and (min-width:1200px) {
    .cd-panel-containerup {
        width: 90%;
        padding: 10px;
        padding-bottom: 67px;
    }
}

@media screen and (max-width:1199px) and (min-width:768px) {
    .cd-panel-containerup {
        width: 90%;
        padding: 10px;
        padding-bottom: 67px;
    }
}

@media screen and (max-width:767px) and (min-width:320px) {
    #ui-datepicker-div, .ui-datepicker {
        width: 20em !important;
        z-index: 1 !important;
    }

    .cd-panel-containerup {
        width: 100%;
        padding: 10px;
        padding-bottom: 67px;
        top: 0;
    }

    .upsaleall .title {
        font-size: 15px;
    }

    .upsaleall span.success {
        color: #53a952;
        font-size: 12px;
    }

    .upsaleall .pricedetail {
        height: auto;
        min-height: unset;
    }

    .upsaleall .h_price {
        display: block;
    }

    .upsaleall .special_box {
        padding: 5px 5px;
    }

    .upsaleall .h_nametitle {
        font-size: 14px;
    }

    .upsell_list_block img {
        object-fit: contain;
    }
}
