.btn_search{
    background: #ED65B3;
    border-radius: 6px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    color: #FFFFFF !important;
    border: 0px;
    font-size: 16px;
    cursor: pointer;
    margin-left:10px;
}
.rectangle{
    width: 100%;
    height: 6px;
    background: #D9D9D9;
    margin: 20px 0px;
}


@media screen and (max-width: 991px){
    .btn-search{
        padding: 10px 40px;
        margin-top: 10px;
        text-align: center;
        width: 159px;
    }
}


@media screen and (max-width: 767px){

    .btn-search{
        padding: 10px 40px;
        text-align: center;
        width: 159px;
    }
    .input-group-addon{

        font-size: large;
        width: 120px;
        height: 43px;
        background: #EEEEEE;
        border-radius: 8px 0px 0px 8px;
        border: 0;

    }
    .input-group .form-control1{
        font-size: large;
        width:400px;
        height: 53px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0px 8px 8px 0px;
        border: 0;
        opacity: 0.8;
        padding-left: 20px;
    }
}


@media screen and (max-width: 480px){
    .navbar-brand{
        display: none !important;
    }
    .input-search{
        margin-left: 0px !important;
        border-radius: 8px;
    }
    .select-filter{
        position: unset;
        border-radius: 8px;
    }
    /* .input-group .form-control1{

        width:100%;
    }
    .input-group-addon{
        font-size: large;
        width: 120px;
        height: 53px;
        background: #EEEEEE;
        border-radius: 8px 0px 0px 8px;
        border: 0;
    } */

    .btn-search{


            text-align: center;

    }
    .input-group-addon{

        font-size: large;
        width: 50px;
        height: 33px;
        background: #EEEEEE;
        border-radius: 8px 0px 0px 8px;
        border: 0;

    }
    .input-group .form-control1{
        font-size: large;
        width:200px;
        height: 43px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0px 8px 8px 0px;
        border: 0;
        opacity: 0.8;
        padding-left: 20px;


}
}


@media screen and (max-width: 375px){
    .navbar-brand{
        display: none !important;
    }
    .input-search{
        margin-left: 0px !important;
        border-radius: 8px;
    }
    .btn-search{
        padding: 10px 40px;
        margin-top: 0px;
        text-align: center;
        width: 100%;
    }
    .select-filter{
        position: unset;
        border-radius: 8px;
    }


    .btn-search{

            text-align: center;
    }
    .input-group-addon{

        font-size: large;
        width: 10px;
        height: 23px;
        background: #EEEEEE;
        border-radius: 8px 0px 0px 8px;
        border: 0;

    }
    .input-group .form-control1{
        font-size: large;
        width:150px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0px 8px 8px 0px;
        border: 0;
        opacity: 0.8;
        padding-left: 20px;


}
}
