﻿@media (max-width: 426px) {
    .first-section2  {
        min-height: 20vh !important;
    }

    .container, .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .results .container-fluid {
  
        margin-top: 20px !important;
    }

    .filter-section2 .container-fluid {
        margin-top: -80px;
    }

    .filter-section2 .container-fluid .filter-left-new {
   
        background-color: #fff !important;
    }
}
.filter-section2 {
    margin-top: 30px
}

    .filter-section2 .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 100%;
    }

        .filter-section2 .container-fluid .filter-left-new {
            /*height: calc(100% - 180px );*/
            padding: 30px;
            background: rgba(255, 255, 255, 0.8);
            box-shadow: 0px 4px 10px rgb(79 79 79 / 25%);
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
        }
.first-section2 {
    width: 100%;
    min-height: 10vh;
}


.filter-left-new .clear-all-new {
    margin: 0 auto;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #2d333f;
    display: block;
    padding:5px 10px;
}

.caption-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #2d333f;
    display: block;
}

.filter-left-new .accordion .card {
    background-color: transparent;
    margin-bottom: 16px;
    border: none;
}

.filter-left-new .accordion .card-header {
    padding: 0;
    background-color: transparent;
    border: none;
}

    .filter-left-new .accordion .card-header button {
        padding: 0;
        background-color: transparent;
        border: none;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #2d333f;
    }

.filter-left-new .accordion .card-body {
    padding: 17px 0;
    border-bottom: 0.2px solid rgba(38, 50, 56, 0.5);
}

    .filter-left-new .accordion .card-body .checkboxes {
        height: 200px;
        overflow: auto;
    }

.filter-left-newfilter-left .accordion .card-body .checkboxes .checkbox-section {
    margin-bottom: 15px;
}

.filter-left-new .accordion .card-body .checkboxes .checkbox-section span {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #2d333f;
}

.filter-left-new .accordion .card-body .checkboxes .checkbox-section b {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
}

.filter-left-new .accordion .card-body .checkboxes::-webkit-scrollbar {
    width: 18px;
    height: 18px;
    background-color: #e0e0e0;
}

.filter-left-new .accordion .card-body .checkboxes::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: #fff;
}

.filter-left-new .accordion .card-body .checkboxes::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.filter-left-new .accordion .card-body .checkboxes::-webkit-scrollbar-corner {
    background-color: transparent;
}

.results .container-fluid .result-count {
    display: block;
    margin-top: 0px;
    margin-bottom: 5px !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 21px;
    color: #2D333F;
    text-align: right;
}


.text-header h2 {
    font-weight: 600 !important;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif !important;
}

.results .container-fluid .motd .desc-section h3 {
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 2px rgb(0 0 0 / 65%);
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
}

.results .container-fluid .motd .desc-section h3:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.results .container-fluid .motd:hover .desc-section h3:first-child:before {
    left: -3%;
    width: 106%;
}

.results .container-fluid .motd .desc-section h3:first-child {
    font-size: 34px !important;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 15px;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
}

.results .container-fluid .motd .desc-section h3:last-child {
    font-size: 20px !important;
}
