
.nice-select {
  width: 100%;
}

.hidden {
  display: none;
}


.input-icon {
  top: 12px;
    width: 40px;
    position: absolute;
    height: 40px;
    z-index: 9;
    left: 8px;
    font-size: 16px;
}

.from-input-icon {
  position: relative;
}

#freequoteform input {
  line-height:  42px;
  height: 42px;
  padding-left: 30px;
}

#addNewReview input {
  line-height:  42px;
  height: 42px;
}

.bad-format-text {
  position: absolute;
  font-size: 11px;
  margin-top: -4px;
  color: red;
}

.custom-bg-1 {
  background: #4D6A79 !important;
}

.noHover{
  pointer-events: none;
}

.custom.toggle > label:before, .custom.toggle > .toggle-title:before {
 display: none;
}

.custom-form-wrapper {
  width: 2000px;
}

.slider-form-wrapper {
  margin-top: 250px;
 }

 .slider-text-wrapper {
   margin-top: 100px;
 }


 @media (max-width: 1440px) {
  .slider-form-wrapper {
   margin-top: 150px;
  }

  .slider-text-wrapper {
    margin-top: 100px;
  }

}

@media (max-width: 768px) {
  .slider-form-wrapper {
   margin-top: 40px;
  }

  .slider-text-wrapper {
    margin-top: 50px;
  }

}


.bg-color-custom {
  background-color: #EDEDED;
  border-radius: 10px;
}




.js-submit-quote  {
  width: 100%;
  margin-top: 20px;
}

.rev_slider .slotholder:after, .rev_slider .slotholder .kenburnimg img:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 99;
  background: rgba(0,0,0,.5);
}

footer {
  margin-top: -10px;
}



footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
}





@media (max-width: 768px) {
  .slider_home {
    height: 120vh;
  }
}