.HomePage__Price_Area {
    background-color: #1D345D;
    padding: 20px 0px;
    height: auto;
}


    .price__slider__homePage {
        display: none;
    }

.slick-dots li button {
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}


.slick-dots li.slick-active button:before {
    background-color: #C10030;
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius: 50%;
    color: #C10030;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
}

.slick-dots li button:before {
    content: none;
}


.red_bg_price_page {
    background-color: #C10030;
}

.HomePage__Price_Area .container {
    margin-top: 100px;
}

.HomePage__Price_Area h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 400;
    position: relative;
}

.HomePage__Price_Area h1::after {
    width: 190px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 122%;
    top: 50%;
}

.HomePage__Price_Area a {
    background-color: #C10030;
    border-radius: 20px;
    padding: 6px 15px;
    border: 1px solid #fff;
    color: #fff;
}

.Price__flex_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.price_opacity_area {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
}


.price__box {
    position: relative;
    overflow: hidden;
    padding: 20px;
    min-height: 150px;
    height: auto;
    color: #1D345D;
    margin-bottom: 30px;
    border: 1px solid #1D345D;
    background-color: #fff;
    z-index: 1;
}

.price__box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #1D345D;
    transition: left 0.4s ease;
    z-index: 0;
}

.price__box:hover::before {
    left: 0;
}

.price__box:hover {
    color: #fff;
}

.price__box>* {
    position: relative;
    z-index: 1;
}


.price_box_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.price_box_header span:nth-child(2) {
    background-color: #C10030;
    padding: 7px 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.price_box_middle {
    margin-bottom: 25px;
}

.price__box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
}

.price_box_footer h5 {
    font-size: 18px;
    color: rgba(29, 52, 93, 1);
    font-weight: 600;
}

.price_box_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price_box_footer h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.price__filter_button {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.price__filter_button button {
    background-color: #1D345D;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 287px;
    height: 50px;
}

.price__filter_button button {
    background-color: #1D345D;
    color: #fff;
    border: 1px solid #fff;
}

.price__filter_button button:hover {
    background-color: #1D345D;
    color: #fff;
    border: 1px solid #fff;
}

.price__filter_button button:active {
    background-color: #1D345D;
    color: #fff;
    border: 1px solid #fff;
}

.price__filter {
    top: 100%;
    right: 0;
    z-index: 1000;
    min-width: 350px;
    height: auto;
    overflow-y: auto;
    background-color: #fff;
}

.price__filter .form-control {
    background-color: #1D345D;
    height: 55px;
    border-radius: 0;
    border: 0;
    color: #fff;
    background-image: url(search-normal.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.price__filter .form-control:focus {
    box-shadow: none;
}

.price__filter .form-control::placeholder {
    color: #fff;
}

.price__checkbox_scroll_v2 {
    max-height: 300px;
    overflow: auto;
}

.price__checkbox_scroll hr {
    opacity: 1;
}

.price__checkbox_scroll h6 {
    color: #000000;
    font-weight: 700;
    margin: 0;
}

.price__checkbox_scroll .form-check {
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
}

.price__checkbox_scroll .form-check .form-check-input {
    content: '';
    background: #fff;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 10px;
}

.price__checkbox_scroll .form-check label {
    color: #989898;
    font-size: 16px;
    font-weight: 500;
    margin-left: 12px;
}

.price__checkbox_scroll .form-check .form-check-input:checked {
    background: #1D345D;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.price__checkbox_scroll .form-check .form-check-input:focus {
    outline: 1px solid #ddd;
}



@media (max-width: 1200px) {
    .HomePage__Price_Area h1 {
        font-size: 52px;
    }
}

@media (max-width: 992px) {
    .Price__flex_area {
        flex-direction: column;
        align-items: flex-end;
    }

    .HomePage__Price_Area h1 {
        width: 100%;
        font-size: 42px;
        margin-bottom: 20px;
    }

    .HomePage__Price_Area h1::after {
        left: 45%;
    }

    .price__filter_button button {
        width: 120px;
    }


}

@media (max-width: 991px) {

 

    .price__slider__homePage {
        display: block;
    }

    .desktop__price__area {
        display: none;
    }
}

@media (max-width: 768px) {


    .HomePage__Price_Area h1 {
        font-size: 32px;
    }

    .Price__flex_area {
        margin-bottom: 20px;
    }


}

@media (max-width: 576px) {
    .price_opacity_area {
        padding: 15px;
    }

    .HomePage__Price_Area h1 {
        font-size: 28px;
    }

    .HomePage__Price_Area a {
        font-size: 14px;
    }

    .HomePage__Price_Area h1::after {
        left: 0;
        top: 205%;
        width: 100px;
    }

    .red_bg_price_page h1::after {
        top: 285%;
    }

    .price__filter {
        width: 100%;
        min-width: 100%;
    }

    .price__filter_button .position-relative {
        width: 100%;
        display: flex;
        justify-content: end;
    }
}