@charset "utf-8";
/* CSS Document */

.banner_outer_mini {
  background:#80d0d0 url("../images/top_select_bg.jpg") no-repeat scroll center bottom;
  padding-top: 77px;
}

.banner_outer_landing {
  background: rgba(0, 0, 0, 0) url("../images/banner_bg.png") no-repeat scroll 0 -98px / cover;
  padding-top: 77px;
}

.banner_form_landing {
  padding-bottom: 420px;
  padding-top: 64px;
  text-align: center;
  width: 100%;
}

.banner_outer_mini .banner_form_landing {
  padding: 45px 0;
  text-align: center;
  width: 100%;
  float: left;
}

.banner_form_landing h2 {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 0;
  margin-top: 0;
}

.banner_form_landing p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 10px;
  text-transform: uppercase;
}

.form_outer_landing {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;-webkit-border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;  
}

.banner_outer_mini .form_outer_landing {
  float: left;
  overflow: unset;
  width: 82.9%;
  margin-top:3px;
}

.submit_btn {
  width: 100%;
}

.form_outer_landing .form-group {
  background: #fff none repeat scroll 0 0;
  height: 47px;
  width: 25%;
  float: left;
  margin-bottom: 0;
  position: relative;
}
.banner_outer_mini .form_outer_landing .form-group {
  width: 25%;
}

.form_outer_landing .form-group .form-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #dbdbdb;
  border-image: none;
  border-radius: 0;
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  color: #555;
  height: 47px;
  line-height:50px;
  width: 100%;
  z-index: 0;
}

.form_outer_landing .form-group select {
  color: #313131;
  display: block;
  font-size: 14px;
  height: 50px;
  padding-left: 18px;
  padding-right: 32px;
  text-align: left;
  width: 100%;
}

.submit_btn .next_step_button {
  background: #e05600 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-transform: uppercase;
  width: 360px;
}

.banner_outer_mini .submit_btn .next_step_button {
  width: 200px;
}

.form_outer_landing .form-group span.input-group-addon {
  background:url(../images/date_pic.png) no-repeat;
  border: 0 none;
  display: block;
  position: absolute;
  right: 8px;
  top: 20px;
  width: 14px;
}

.submit_btn button {
  background: #e05600 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  text-transform: uppercase;
  width: 360px;
}

.banner_outer_mini .submit_btn {
  display: inline;
  float: right;
  width: 15.3%;
  margin-top:3px;
}
.banner_outer_mini .submit_btn button {
  width: 100%;
}

.submit_btn .go_back_button {
  border: 0 none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-transform: uppercase;
  width: 70px;
}

.banner_out_mini .go_back{
  margin-top: 10px;
}

.banner_outer_mini .submit_btn .go_back_button {
}

#size_of_move_div.custom-combobox {
  height: 50px;
  width: 280px;
}
#readiness_div.custom-combobox {
  width: 280px;
}

.banner_outer_mini #size_of_move_div.custom-combobox { 
  width: 235px;
}
.banner_outer_mini #readiness_div.custom-combobox {
  width: 235px;
}

@media screen and (max-width:1000px){
  .chosen-container.chosen-container-single.chosen-container-single-nosearch {
    padding-left: 7px;
    text-align: left;
    width: 100% !important;
  }
  .banner_outer_mini .form_outer_landing {
    overflow: unset;
    width: 100%;
  }

  .banner_outer_mini .submit_btn {
    display: block;
    float: none;
    margin-left: 0%;
    width:140px;
    margin:auto;
  }
  .form_outer_landing{margin-bottom:10px;}
  .banner_outer_landing {
    background: rgba(0, 0, 0, 0) url("../images/banner_bg.png") no-repeat scroll 100% 100% / cover;
  }

  .form_outer_landing{background:none;border:0px;border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;-webkit-border-radius:0px;}
  .form_outer_landing .form-group {
    margin-left: 0;
    margin-right: 0;
    border: 0px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;-webkit-border-radius: 3px;
  }
  .banner_form_landing{padding-bottom: 220px;}
}

@media screen and (max-width:767px){

  .banner_outer_mini .form_outer_landing .form-group {
    width: 100%;
    margin-bottom:10px;
  }

  .banner_outer_mini .submit_btn button {
    width: 100%;
  }

  .banner_outer_landing {padding-top: 0;background: rgba(0, 0, 0, 0) url("../images/banner_bg.png") no-repeat scroll 51.5% 100% / cover ;
                         padding-bottom: 140px;}

  .banner_form_landing{padding-top:50px;padding-bottom:50px;}

  .banner_form_landing h2 {
    font-size: 25px;
  }

  .submit_btn .next_step_button{width:100%;}

  .banner_form_landing h2 {
    font-size: 30px;
    text-align: left;
  }

  .banner_form_landing p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
  }

  .submit_btn button{width:100%;}
}

@media screen and (max-width:480px){
  .banner_form_landing h2 {
    font-size: 26px;
  }	
}

@media screen and (max-width:320px){
  .banner_outer_landing {padding-top: 0;background:url(../images/landing_page_banner_mobile_bg.png) no-repeat scroll 0px 0px / 100% 100% ;
                         padding-bottom: 140px;}
}

.banner_form_landing h2 {
  margin-bottom: 17px;
}
.banner_form_landing .home_hd2 {
  font-size: 26px;
  line-height: 30px;
}
.full {
  width: 100%;
}
#back_step_button {
  border: 0 none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-transform: uppercase;
  width: 70px;
}

#back_step_button:focus{text-decoration:none;outline:none;}

.text.ui-autocomplete-input {
  height: 47px;
}