
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
}

.cab_list_body {
    width: 1332px;
    margin: 0 auto;
}

.cab_list_body_parent {
    background-color: #ffffff !important;
    padding-top: 20px;
}

.cab_list_body_inner {
    width: 92%;
    margin: 0 auto;
    padding: 0 15px;
}

.prod_img {
    background: #E6F3FF;
    border-radius: 6px;
    width: 160px;
    height: 85px;
    display: flex;
    padding: 14px;
}

.adrv_sec {
    flex-wrap: wrap;
}

    .adrv_sec .box {
        border-radius: 10px;
        width: 32%;
        padding: 10px;
        border: 1px solid #e8e8e8;
        box-shadow: 0 0 10px rgb(208 208 208/42%);
        background: #fff;
    }

        .adrv_sec .box .icon_box {
            width: 15%;
        }

        .adrv_sec .box .dcr {
            width: 75%;
        }

        .adrv_sec .box p {
            margin: 0;
            font-size: 12px;
        }

            .adrv_sec .box p strong {
                font-weight: 600;
            }

.cab_list_dtl_body {
    width: 75%;
    padding-left: 19px;
}

.cab_lstng .lstng_box {
    margin-top: 19px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 25px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,253,255,1) 100%);
}

.lstng_box .detail_box {
    width: 75%;
}

.lstng_box .pricing_box {
    width: 25%;
}

.prod_dec {
    margin-bottom: 28px;
}

.prod_t_vlue {
    padding-left: 35px;
}

    .prod_t_vlue h5 {
        font-size: 17px;
        margin-bottom: 12px !important;
        margin-top: 0;
        font-weight: 600;
    }

.ovrview_val_box {
    display: flex;
}

    .ovrview_val_box .ovrview_val {
        padding: 0 11px;
        position: relative;
        font-size: 14px;
        color: #8a8a8a;
    }

        .ovrview_val_box .ovrview_val:first-child {
            background: #56b1ff;
            color: #fff;
            padding: 2px 8px;
            font-size: 13px;
            border-radius: 4px;
            margin-right: 5px;
        }

        .ovrview_val_box .ovrview_val:before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            width: 1px;
            height: 50%;
            background-color: #8a8a8a;
        }

        .ovrview_val_box .ovrview_val:first-child:before {
            display: none;
        }

        .ovrview_val_box .ovrview_val:last-child:before {
            display: none;
        }

.ad_feature_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
    border-top: 1px solid #f3f3f3;
    padding-top: 15px;
    width: 64%;
}

.ad_feature {
    display: flex;
    align-items: center;
}

    .ad_feature img {
        margin-right: 7px;
    }

    .ad_feature span {
        font-size: 14px;
        color: #000;
    }

.pricing_box {
    border-left: 1px solid rgba(112, 112, 112, 0.1);
}

.apld_cupn span:last-child {
    margin-left: 8px;
}

.apld_cupn .sts {
    color: #36ab1c;
    font-size: 11px;
}

.apld_cupn .code {
    background: #e9f7e2;
    border: 1px dashed #36ab1c;
    color: #36ab1c;
    font-size: 11px;
    border-radius: 4px;
    padding: 0px 5px;
    font-weight: 500;
}

.off_txt {
    font-size: 11px;
    color: #000;
}

.amt del {
    font-size: 15px;
}

.amt .prc_pay {
    font-size: 22px;
    font-weight: 600;
}

.cross_price {
    width: 100%;
    float: right;
    font-size: 13px;
    color: #d63b05;
    display: flex;
    font-weight: 600;
    justify-content: end;
}

.act_price {
    width: 100%;
    float: right;
    font-size: 24px;
    text-align: right;
    font-weight: 600;
    line-height: 30px;
}

    .act_price .inr:before {
        content: "\20B9";
        font-style: normal;
    }

    .act_price .price {
        padding-left: 1px;
    }

.prntax {
    font-size: 11px;
    color: #000;
}

.view_btn {
    cursor:pointer;
    padding: 6px 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ef6614;
    text-decoration: none;
    border-radius: 40px !important;
    float: right;
    margin-top: 14px;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

    .view_btn:hover {
        background-color: #da5200;
        -webkit-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
        color: #fff;
    }

.save_more {
    font-size: 11px;
    color: #2093EF;
    font-weight: 500;
    float: right;
    display: inline-flex;
    text-decoration: none;
}

.cab_list_body_inner .cab_filter {
    width: 25%;
}

.sidebar {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
}

.ft-500 {
    font-weight: 600;
}

.sidebar .panel {
    margin-bottom: 27px;
}

    .sidebar .panel:last-child {
        margin-bottom: 0;
    }

.panel .panel_list_body {
    font-size: 13px;
    margin-bottom: 15px;
    color: #000;
}

    .panel .panel_list_body:last-child {
        margin-bottom: 0px;
    }

    .panel .panel_list_body h4 {
        font-size: 14px;
    }

.panel_list_body input[type="checkbox"] {
    border: 1.5px solid #b8b8b8;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.panel_list_body .link {
    color: #2093EF;
    text-decoration: none;
}

.panel_list_body .form-check {
    display: flex;
    align-items: center;
}

.services_panel_body .link {
    margin-top: 8px;
    display: flex;
}

.rental_dv {
    background: #f2faff;
}

.rental_dv_inner {
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 3rem;
    padding-bottom: 2rem;
    width: 1255px;
}

.rental_lst ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.rental_lst .para_ {
    margin-top: 8px;
}

.rt_heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 0px;
}

.para_ {
    font-size: 15px;
    color: #000;
}

.cnct_dv {
    background: #fff;
}

.cnct_dv_inner {
    width: 1255px;
    margin: 0 auto;
    padding: 0 15px;
}

.pltfrm_ul {
    list-style: circle;
}

    .pltfrm_ul li {
        margin-bottom: 5px;
        font-weight: 500;
    }

.faq {
    background: #fff;
    padding-top: 22px;
}

.faq_inner {
    width: 82%;
    margin: 0 auto;
    padding: 0 15px;
}

    .faq_inner .rt_heading {
        margin-bottom: 1.5rem;
    }

        .faq_inner .rt_heading span {
            color: #2093EF;
            font-size: 25px;
            font-weight: 500;
            display: block;
        }


.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: end;
}

.align-items-center {
    align-items: center;
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.w-100 {
    width: 100% !important;
}


.pt-5 {
    padding-top: 3rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.offer_panel_body {
    box-shadow: 0px 3px 6px #0000001A;
    border: 0.5px solid #2093EF;
    border-radius: 15px;
    padding: 15px;
}

    .offer_panel_body .img_bx h5 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }

        .offer_panel_body .img_bx h5 img {
            margin-right: 4px;
        }

    .offer_panel_body h6 {
        font-size: 13px;
        font-weight: 600;
    }

    .offer_panel_body p {
        font-size: 11px;
        color: #858585;
        margin-top: 3px;
    }


.outs_cb_lstng {
    margin-top: 25px;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 14px;
}

    .outs_cb_lstng .hd_div {
        background: #EAF6FF;
        padding: 15px 20px;
        position: relative;
        border-radius: 7px 7px 0px 0px;
        border-bottom: 1px solid #E8E8E8;
        margin-bottom: 18px;
    }

        .outs_cb_lstng .hd_div::before {
            content: '';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 250px;
            height: 1px;
            background: #ADDBFF;
        }

        .outs_cb_lstng .hd_div::after {
            content: '';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            background: #ADDBFF;
            border-radius: 50%;
        }

        .outs_cb_lstng .hd_div h4 {
            font-size: 20px;
            font-weight: 600;
        }


.outs_cb_bx {
    color: #202020;
    box-shadow: 0 0 10px rgb(208 208 208 / 42%);
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
    border-top: 0px;
    margin-bottom: 10px;
    border: 1px solid #E8E8E8;
}


    .outs_cb_bx .dstn_sc p {
        font-size: 13px;
    }

    .outs_cb_bx .dstn_sc span {
        font-size: 18px;
        font-weight: 600;
    }

    .outs_cb_bx .c_ara p {
        font-size: 13px;
        color: #009B68;
        font-weight: 600;
    }

    .outs_cb_bx .c_ara span {
        font-size: 13px;
    }

    .outs_cb_bx .vle p {
        font-size: 11px;
        opacity: 0.5;
    }

    .outs_cb_bx .vle span {
        font-size: 20px;
        font-weight: 600;
    }

    .outs_cb_bx .vw_sc a {
        background: #EF6614;
        border: 1px solid #EF6614;
        color: #fff;
        border-radius: 100px;
        font-size: 15px;
        padding: 7px 21px;
        text-decoration: none;
        display: inline-flex;
        transition: 0.4s;
    }

        .outs_cb_bx .vw_sc a:hover {
            background: #da5200;
            transition: 0.4s;
        }

.beefup {
    border-bottom: 1px solid rgba(112, 112, 112, 0.1) !important;
    padding: 0px 0 15px 0;
}

.beefup__body {
    font-size: 17px;
    color: #626262;
    padding: 0px 0px 0px 0px;
    display: none;
}

.beefup__head {
    padding: 4px 0px 8px 0px;
    cursor: pointer;
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

    button.beefup__head, .beefup__head > button {
        cursor: pointer;
        display: block;
        width: 100%;
        background: none;
        border: 0;
        font-family: "Poppins", sans-serif !important;
        text-align: inherit;
    }

        button.beefup__head[aria-disabled], .beefup__head > button[aria-disabled] {
            cursor: default;
            outline: 0;
        }

    .beefup__head > button {
        position: relative;
        z-index: 1;
        margin: -10px -50px -10px 0px;
        padding: inherit;
        width: calc(100% + 70px);
        background: inherit;
        border: inherit;
        font-size: 17px;
    }

    .beefup__head::after {
        transition: transform 0.4s ease-out;
        content: "";
        transform: translate(0, -50%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 0;
        margin-top: -2px;
        padding: 3px;
        border-width: 0 2px 2px 0;
        border-style: solid;
        color: #0E7EEF;
        width: 6px;
        height: 6px;
    }

.beefup.is-open > .beefup__head::after {
    transform: translate(0, -50%) rotate(225deg);
    margin-top: 2px;
}


.breabreadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    width: 92%;
    margin: 0px auto 18px auto;
    padding: 0 15px;
    font-weight: bold;
}

    .breabreadcrumbs li {
        font-size: 14px;
        margin-right: 10px;
        display: flex;
    }

        .breabreadcrumbs li a {
            text-decoration: none;
            color: #858585;
        }

        .breabreadcrumbs li.active {
            color: #0C8BFD
        }

.beefup__head.active::after {
    transform: translate(0, -50%) rotate(224deg);
}

.border_b {
    border-bottom: 0 !important;
}
