@media (max-width: 1366px){
	.search-bar form {
        width: 80%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.search-bar form {
        width: 90%;
    }
}
@media (max-width: 980px){
	    .search-bar form {
        width: 90%;
    }
	.search-bar {
        position: relative;
        bottom: 0px;
        margin-top: 20px;
        top: 0;
            }
            .search-bar .main-check {
   padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        padding-left: 6px;
        padding-right: 6px;
}

.search-bar select {
        letter-spacing: 0rem;
        line-height: 34px;
        font-weight: 400;
        height: 59px;
        border-radius: 25px;
        padding: 12px 22px 11px 10px;
        background: #f5f5f5;
        text-indent: 30px;
        border: 1px solid #e0e0e0;
        /* color: var(--primary-text); */
        font-size: 14px;
    }
}
@media (max-width: 540px){
	.search-bar .main-check{
    margin-bottom: 0px;
}
}