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: 13px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-right: 0px;
    width: 100%;
    height: 38px;
}

.selectmarket {
    padding: 10px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-right: 1px;
    height: 38px;
    width: 100%;

}

.optiondiv {
   width:40%;
    margin-right:2px;
}
.optiondiv1 {
    
    margin-right:2px;
}

.searchdiv {
    width: 59%
}


@media (max-width:480px) {
    .search-container {
        display: flex;
  
        justify-content: center;
        margin: 0;
        padding: 0px;
    }

    .options {
        width: 100%
    }

    .optionm {
        width: 100%
    }
  .suboptionm {
        width: 100%
    }
    .selectopt {
        padding: 10px;
        font-size: 14px;
        border: 0px solid #ccc;
        border-radius: 0px;
        margin-right: 1px;
        width: 100%;
        height: 38px;
    }

    .selectmarket {
        padding: 10px;
        font-size: 14px;
        border: 0px solid #ccc;
        border-radius: 0px;
        margin-right: 1px;
        width: 100%;
        height: 38px
    }

    .optiondiv {
        width: 100%
    }

    .searchdiv {
        width: 100%
    }
}
