﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.d-none {
    display: none;
}
.nexa_btd {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

    .nexa_btd .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

.btd_img_thank {
    margin-top: -30%;
}

.btd_label {
    position: absolute;
    top: -8px;
    background-color: #fff;
    color: #000;
    margin-left: 10px;
    z-index: 2;
    font-weight: 600;
    padding: 0 5px;
}

.btd_form .form-control {
    padding: 20px 20px;
    height: auto;
    line-height: 15px;
    border-color: #c0c0c0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

    .btd_form .form-control:focus {
        border-color: #000;
    }

    .btd_form .form-control:hover {
        border-color: #000;
    }

    .btd_form .form-control::placeholder {
        color: rgba(0, 0, 0, 0.33);
        font-weight: 500;
    }

    .btd_form .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.33);
        font-weight: 500;
    }

    .btd_form .form-control:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.33);
        font-weight: 500;
    }

.customSelect1n select {
    height: 45px;
    line-height: 15px;
    border-bottom: 1px solid #c0c0c0;
    border-color: #c0c0c0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background: url(../../../../images/BTDImage/select-car.png) no-repeat center left 15px, url(../../../../images/BTDImage/down-arrow.png) no-repeat center right 15px;
    white-space: pre;
    text-overflow: ellipsis;
    padding: 20px 30px 20px 50px;
    height: auto;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-family: "Fira Sans";
    color: transparent;
    text-shadow: 0 0 0 #000;
    position: relative;
    z-index: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.customSelect1n:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.customSelect1n select:hover {
    border-color: #000;
}

.customSelect1n select option {
    color: #000;
}

.customSelect1n select::-ms-expand {
    display: none;
}

.customSelect1n select:focus::-ms-value {
    background: 0 0;
}

.btdsend-otp {
    position: absolute;
    right: 25px;
    top: 20px;
}

.btdsend-otp {
    position: absolute;
    right: 25px;
    top: 20px;
}

.btdVerify-otp {
    position: absolute;
    right: 25px;
    top: 20px;
}

#btd-otp:disabled {
    background: #fafafa;
}

.btd_h {
    height: 85px;
}

.btd_error {
    color: #f90303;
    display: none;
}

.btd_h .error {
    margin: 0 !important;
}

.loader-center {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
}

/*tabs start*/
.btd_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.m_all {
    display: inline-block;
    vertical-align: middle;
}

    .m_all img {
        width: 30px;
    }

.m_text {
    margin-left: 10px;
}

.btd_tabs li.current {
    background-color: #e8e8e8;
    color: #000;
    border: 1px solid #000;
}

.btd_tabs li {
    background: #fff;
    color: #000;
    padding: 20px 8px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #c0c0c0;
    width: 48%;
    position: relative;
}

.radios {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
}
/*tabs end*/

.btdSub {
    width: 190px;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    background: #888c8f;
    cursor: pointer;
    transition: all 0.7s;
    text-transform: uppercase;
    margin-bottom: 80px;
    border: 1px solid #888c8f;
}

    .btdSub:hover {
        background: #000;
        color: #fff;
        transition: all 0.7s;
    }

/*month*/
.allbtd_month {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
}

    .allbtd_month .owl-theme {
        overflow: initial;
    }

        .allbtd_month .owl-theme .owl-nav [class*="owl-"] {
            border: 0 !important;
            background: transparent !important;
            height: auto;
            width: 20px;
            margin: 0;
            padding: 0;
        }

    .allbtd_month .owl-nav [class*="owl-"] .fa {
        color: #000;
        font-size: 30px;
        font-weight: bold;
    }

    .allbtd_month .owl-nav .owl-prev {
        left: -3%;
        top: 5%;
    }

    .allbtd_month .owl-nav .owl-next {
        right: -3%;
        top: 5%;
    }

    .allbtd_month .owl-dots button {
        border: none;
    }

    .allbtd_month .item {
        text-align: center;
        padding: 10px 20px;
        color: #000;
    }

.month_title {
    padding-top: 10px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
/*month/*/

/*week*/
.allbtd_week {
    padding: 5px 34px 40px 34px;
}

    .allbtd_week .owl-theme {
        overflow: initial;
    }

        .allbtd_week .owl-theme .owl-nav [class*="owl-"] {
            border: 0 !important;
            background: transparent !important;
            height: auto;
            width: 20px;
            margin: 0;
            padding: 0;
        }

    .allbtd_week .owl-nav [class*="owl-"] .fa {
        color: #000;
        font-size: 30px;
        font-weight: bold;
    }

    .allbtd_week .owl-nav .owl-prev {
        left: -40px;
        top: 5%;
    }

    .allbtd_week .owl-nav .owl-next {
        right: -40px;
        top: 5%;
    }

    .allbtd_week .owl-dots button {
        border: none;
    }

    .allbtd_week .item {
        text-align: center;
        padding: 5px 5px;
        color: #000;
    }

        .allbtd_week .item.active a,
        .allbtd_week .item:not(.active) a:hover {
            background: #e8e8e8;
            color: #000;
            border: 1px solid #000;
        }

        .allbtd_week .item a {
            display: block;
            border: 1px solid transparent;
            color: #000;
            width: 60px;
            height: 45px;
        }

            .allbtd_week .item a h4 {
                font-size: 14px;
                font-weight: 500;
                padding: 3px 0;
            }

            .allbtd_week .item a p {
                font-size: 12px;
                padding: 3px 0;
            }
/*week/*/

/*allbtd_week_data*/
.allbtd_week_data_h {
    margin: 20px 0 50px;
    width: 100%;
    float: left;
    display: block;
    min-height: 70px;
    max-height: 100%;
}

.allbtd_week_data {
    background: #f6f6f6;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #c0c0c0;
}

.dealer-time-slot ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .dealer-time-slot ul li {
        padding: 3px 0;
        box-sizing: border-box;
        color: #6e6e6e;
        font-size: 12px;
        list-style: none;
        text-align: center;
        background: #fff;
        width: 24%;
        min-height: 37px;
        cursor: pointer;
        border: 1px solid #e9e9e9;
    }

        .dealer-time-slot ul li.active,
        .dealer-time-slot ul li:not(.active):hover {
            background: #e8e8e8;
            color: #000;
            opacity: 1;
            min-height: 37px;
            align-items: center;
            justify-content: center;
            border: 1px solid #000;
        }

/*allbtd_week_data/*/
.check_btd {
    display: flex;
}

    .check_btd label {
        color: #707070;
        font-size: 14px;
        text-align: justify;
        padding-left: 10px;
    }

.form-check-input {
    cursor: pointer;
}

/*Calendar picker*/
#picker {
    margin-bottom: 20px;
}

    #picker .month-slider {
        text-align: center;
        margin: 20px 20px;
    }

ul li.CalendarCls {
    display: inline;
}

#MonthNameId {
    width: 207px;
    font-size: 18px;
    display: inline-block;
}

#picker .week .item {
    list-style: none;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
}

    #picker .week .item a {
        padding: 10px 30px;
        display: block;
    }

    #picker .week .item.active {
        background-color: #e8e8e8;
        border: 1px solid #000;
    }

#picker .week {
    text-align: center;
}

.myc-date-display {
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0;
    color: #000;
}

.myc-date-number {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}

.MakeDivDisable {
    pointer-events: none;
    opacity: 0.4;
}

/*thankyou start*/
.nexa_btd_thank {
    float: left;
    width: 100%;
    padding: 40px 0;
}

    .nexa_btd_thank .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
/*thankyou end*/

@media (max-width: 767px) {
    #picker .week .item a {
        padding: 5px;
        display: block;
    }
}
/*Calendar picker*/

@media (max-width: 767px) {
    .btd_img_thank {
        margin-top: 0;
    }
    .btd_details {
        padding-top: 28px;
        font-size: 21px;
    }
    /*tabs start*/
    .btd_tabs li {
        font-size: 12px;
    }

    .m_all img {
        width: 30px;
    }
    /*tabs end*/

    /*week*/
    .allbtd_week .item a {
        padding: 1px;
    }

        .allbtd_week .item a h4 {
            font-size: 11px;
            font-weight: 500;
        }

        .allbtd_week .item a p {
            font-size: 12px;
        }
    /*week/*/
    /*allbtd_week_data*/
    .dealer-time-slot ul li {
        font-size: 9px;
    }
    /*allbtd_week_data/*/
    .check_btd label {
        text-align: initial;
    }
}
