body {
    font-family: Arial, sans-serif;
}

.search-container {
    /*  display: flex;*/
    /*    align-items: left;*/
    justify-content: center;
    margin: 0;
    padding: 0px;
}

.selectopt {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 1px;
    width: 100%;
    height: 38px;
}

.selectmarket {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 1px;
    height: 38px;
    width: 100%;

}

.optiondiv {
   width: 30%;
    margin-right:2px;
}
.optiondiv1 {
 
    margin-right:2px;
}
.searchdiv {
    width: 69%
}

@media (max-width:480px) {
    .search-container {
        display: flex;
  
        justify-content: center;
        margin: 0;
        padding: 0px;
    }

    .options {
        width: 100%
    }

    .optionm {
        width: 100%
    }

    .selectopt {
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-right: 1px;
        width: 100%;
        height: 38px;
    }

    .selectmarket {
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-right: 1px;
        width: 100%;
        height: 38px
    }

    .optiondiv {
        width: 100%
    }

    .searchdiv {
        width: 100%
    }
}
