@media (min-width: 200px) and (max-width: 991px) {
}
 @media (min-width: 200px) and (max-width: 767px) {
.login-wrapper {
	width: 100%;
}
.butons-outer {
	width: 90%;
}
}
 @media (min-width: 768px) and (max-width: 1023px) {
.sc-search-outer p {
	width: 20% !important;
}
.sc-search-outer input {
	width: 80% !important;
}
}
 @media (min-width: 991px) and (max-width: 2000px) {
}
 @media (min-width: 299px) and (max-width: 767px) {
.sc-select-outer, .sc-search-outer p, .sec-select-list {
	display: none !important;
}
.sc-search-outer input {
	width: 100% !important;
}
.mb-sc-list .sec-select-list {
	display: block !important;
}
}
 @media (min-width: 768px) and (max-width: 3000px) {
.mb-sc-list {
	display: none !important;
}
}
