
  /* Code for select forms */
	/* important*/
}
/* important*/
.default-select {
  height: 70px;
}

.default-select .nice-select {
  border: none;
  border-radius: 2px;
  height: 40px;
  background: #fefefe;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
   background:#fff;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 16px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: red;
  background:#ccc;
}

.default-select .nice-select .list .option:hover {
  color: red;
  background: #ccc;
}

.default-select .current {
  margin-right: 60px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;

}

.form-select .nice-select {
  border: none;
  border-radius: 2px;
  height: 40px;
  background:#A0A0A0;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius:2px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
  
  
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #49e4fa;
  background: #A0A0A0;
}

.form-select .nice-select .list .option:hover {
  color: #49e4fa;
  background: #A0A0A0;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

  /*End code for select form */


/* Starting code for styling banner-content in search form area */

.banner-area .overlay-bg {
  opacity: .95;
}

.banner-content {
  margin-top: -90px;
  text-align: center;
}

.banner-content h1 {
  font-size: 44px;
  font-weight: 300;
  line-height: 1em;
  margin-top: 20px;
}

.banner-content h1 span {
  color: #49e4fa;
}

@media (max-width: 1280px) {
  .banner-content br {
    display: none;
  }
}

/* form shape */
.banner-content .form-wrap {
  background-color: #0099e5;
  border: 2px solid #0099e5;
  padding: 3px 0px 3px 0px;
  margin: 20px 0;
   border-radius: 8px;
  box-shadow:0 0 15px rgba(75,75,75,.83);
}

.banner-content .form-wrap .nice-select {
  width: 100%;
}

.banner-content .form-wrap .form-control {
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
}

.banner-content .form-wrap .btn-info {
  background-color: red;
  width: 100%;
  height: 83%;
  color: #fff;
  border-radius: 20px;
  border: none;
  text-transform: uppercase;
}

.banner-content .form-wrap .btn-info {
  font-size: 18px;
}


.banner-content {
  margin-top: -90px;
  text-align: center;
}

.banner-content h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  margin-top: 20px;
}

.banner-content h1 span {
  color: #49e4fa;
}


@media (max-width: 1280px) {
  .banner-content br {
    display: none;
  }
}

.banner-content .form-wrap {
  background-color: #0099e5;
  border: 1px solid #0099e5;
      padding: 10px 0px 10px 0px;

  margin: 40px 0;
  width: 100%;
  box-shadow:0 0 15px rgba(75,75,75,.83);
}

.banner-content .form-wrap .nice-select {
  width: 100%;
}
/* search box shape */
.banner-content .form-wrap .form-control {
  height: 35px;
  border-radius: 7px;
  font-size: 14px;
}

.banner-content .form-wrap .btn-info {
  background-color: red;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 10px;
  border: none;
  text-transform: uppercase;
  margin-top: 2px;
}

.banner-content .form-wrap .btn-info {
  font-size: 14px;
}

 /* btwn gap px */


@media (max-width: 1024px) {
  .buttons {
    margin-bottom: 30px;
  }
}


@media (max-width: 960px) {
 
  .banner-content{
	 padding: 0px 1px 0px 1px;
  
	  
  }
  .banner-content .form-wrap .btn-info {
  background-color: red;
  width: 100%;
  height: 35%;
  color: #fff;
  border-radius: 14px;
  border: none;
  text-transform: uppercase;
}

.banner-content .form-wrap .btn-info {
  font-size: 14px;
}
  
  .banner-content .form-wrap {
   background-color: #0099e5;
   border: 1px solid #0099e5;
   padding: 10px 0px 10px 0px;

   margin: 20px 0;
   width: 100%;
   margin-bottom:1px;
   border-radius: 10px;
  box-shadow:0 0 15px rgba(75,75,75,.83);
}
  
}
