.detection-products {
    padding: 50px 0;
}

.detection-products-heading {
    padding-bottom: 40px;
}

.form-col-wrapp input[type="text"] {
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
}

.choices__inner {
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC; 
}

.form-col-wrapp input[type="text"]:active,
.form-col-wrapp input[type="text"]:focus {
    box-shadow: none;
    color: #9A9A9A;
}
.form-col-wrapp input[type="text"]:not(:placeholder-shown){
    box-shadow: none;
    color: #9A9A9A;
}

.form-search {
    position: relative;
}

.form-search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    width: 47px;
    background-color: transparent;
    border-left: 1px solid #CCCCCC;
}

.form-search .btn-search i {
    font-size: 15px;
    color: var(--primary-color);
}

.loading-option p {
    font-size: 16px;
    color: #636466;
    padding: 0 0 11px;
}

.loading-progressbar {
    width: 258px;
    height: 15px;
    background-color: #EAEAEA;
    border-radius: 10px;
    overflow: hidden;
    position: relative;   
    margin: 0 auto 26px;
}

.loading-progressbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 100%;
    background-color: #48A9C5;
    border-radius: 20px;
}

.loading-option {
    padding-top: 40px;
}

/* -------- */

.cards__listings-heading {
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 44px;
}

.cards__listings-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-form-item,
.files-form {
    width: 100%;
}

.cards__listings-heading .choices__inner ,
.cards__listings-heading input[type="text"] {
    background-color: #FFFFFF;
}

@media(min-width: 768px) {
    .search-form-item,
    .files-form {
        width: 48%;
    } 

    .cards__listings-heading .form-col {
        margin-bottom: 0;
    }
}


@media(min-width: 1200px) {
    .detection-products {
        padding: 120px 0 30px;
    }

    .detection-products-heading .form-col {
        margin-bottom: 0;
    }

    .detection-products-heading {
        padding-bottom: 59px;
    }

    .loading-option {
        padding-top: 64px;
    }

    .files-form {
        width: 605px;
    } 

    .search-form-item {
        width: 507px;
    }

    .cards__listings-heading .form-col label {
        padding: 0 0;
        font-size: 16px;
        font-weight: 600;
    }

    .cards__listings-heading .form-col-wrapp form{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .files-form .choices {
        width: 423px;
    } 

    .search-form-item .form-search {
        width: 423px;
    }

    .cards__listings-heading {
        background-color: #F5F5F5;
        padding: 26px 20px;
    }
}

@media(min-width: 1300px) {
    .cards__listings-heading {
        padding: 26px 28px;
    }
}