.search-box {
    background: #F1F1F1;
    padding: 43px 0;
}
.search-main {
    margin: 0 auto;
}
.search-all {
    margin-bottom: 10px;
}
.keyword-search h4 {
    font-size: 14px;
    margin-top: 0;
    color: #585858;
}
.main-search {
    margin: 60px 0;
}
.search-all .form-control, .s-category .form-control {
    height: 50px;
    width: 100%;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    box-shadow: none;
    color: #585858;
}
button.btn-search {
    width: 170px;
    height: 45px;
    background: #EE4D14;
    color: #fff;
    border: none;
    padding: 13px 56px;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 7px;
}
.check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #5A5A5A;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #707070;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 3px;
}
.check input:checked ~ .check-mark {
  background-color: #272727;
}
.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}
.check input:checked ~ .check-mark:after {
  display: block;
}
.check .check-mark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.keyword-search label {
    font-weight: 100;
    color: #585858;
    font-size: 14px;
}
.search-msg p{
  margin-bottom: 0;
}
.search-msg {
    background: #8894A7;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    color: #fff;
    padding: 14px 35px;
    margin-top: 35px;
}
/*search next*/
.s-category label {
    font-size: 16px;
    font-weight: 100;
    color: #585858;
}
.check.check1 {
    margin-top: 10px;
}
.search-by {
    margin: 20px 0 10px 0;
}
.price-range {
    margin: 20px 0;
}
.price-range h5 {
    font-size: 16px;
    color: #585858;
}
.search-by label, .price-range label {
    font-size: 14px;
    font-weight: 100;
    color: #585858;
}
@media screen and (min-width :1401px) and (max-width:2200px){
    .search-box{
        padding: 43px 0 100px 0;
    }
    .keyword-search h4{
        font-size: 16px;
    }
    .search-all .form-control {
        height: 55px;
    }
    .keyword-search label {
        margin-bottom: 30px;
        margin-top: 21px;
        font-size: 16px;
    }
    .search-msg {
        padding: 14px 0px 14px 55px;
        margin-top: 42px;
        height: 55px;
        font-size: 16px;
    }
    .check-mark{
        height: 19px;
        width: 19px;
    }
    .search-by label, .price-range label, .s-category label {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .check.check1 {
        margin-top: 20px;
    }
    .keyword-searchall label{
        margin-bottom: 20px;
    }
    .price-range {
        margin: 30px 0;
    }
    button.btn-search{
        margin-top: 0;
    }
}