header {
  background:url(../../img/home-bg.jpg);
  background-color: #262626;
  background-repeat: no-repeat;
  position:relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  padding-bottom: 20px;
}
#logo {
  width: 250px;
  max-width:90%;
  position: relative;
  top: 10px;
  left: 60px
}
a {color: #04182d;}
.top-boxes {
  flex-wrap: wrap;
  align-items: flex-start; margin-left: 10px; margin-right: 10px;
  padding:5px 20px 30px 20px;
  gap: 30px;
}
#col-right {
  background-color: #fff;
  width: 380px;
  max-width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
}
#col-text {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  width: 500px; border-radius: 10px;
  max-width: 100%;
  font-size: 13px;
}
#col-text a {color: #007bff}
.address-box {
  width: 500px;
  max-width: 100%;
}
#userbox {
  position: absolute;
  right: 10px;
  top: 10px;
}
.services {width: 900px; margin: 0 auto; max-width: 100%;}
.services div {
  height: 73px;
  text-align: center;
}
.services p {
  color: #182a4a;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.services img {max-width: 70%;}
#slogan {
  font-size: 120%;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
#col-right button {
  padding: 10px;
  display: block;
  width: 220px;
  margin: auto;
  font-weight: bold;
  display: block;
  width: 100%;
}
#login-mail {font-size: 18px;}
h2.move-down {margin-top: 40px;}
.btn-blue {color: #fff;background-color:#1e73bc;border-color: #1e73bc;}
.btn-blue:hover {text-decoration: underline; color: #fff;}
#col-right .price-estimate-btn {
  margin-top: 11px;
  background-color: #fff;
  color: #1e73bc;
  border: 2px solid #1e73bc;
  text-transform: uppercase;
}
.bg-blue {background-color: #1E73BC;}

.added-field {display: inline-block;width: calc(100% - 90px);max-width: 600px;}
.select2-container {width: 100% !important;}
.section-form {
  width: 300px;
  margin: 0 auto;
  border-radius: 5px;
  max-width: 100%;
}
.map-marker {position: absolute;margin-top: 2px;}
.autocomplete {
  padding-left: 30px;
  width: 100%;
  height: 45px;
  background-color: #dfdfdf;
  border-radius: 0;
} 
.fa-play {font-size: 9px;position: relative;top: -3px;}
.col-delivery p {margin-top: 2px;}
.col-wrap img { width: 55%; }
.col-dismantle img { width: 57%; }
.navbar-light {background-color: #fff;}
.services-section {margin-bottom: 115px;}
#menu-1 .navbar-toggler {background-color: transparent;}
#menu-1 .navbar-toggler.dark-blue-bg {background-color: #182a4a !important;}
#menu-1 img.brand.logo-sm {margin-left: 12px;width: 90px !important;}
.description h1, .description h2, .description h3, .description h4, .description h5 {
  color: #fff !important;
}
p.text-danger {font-size: 15px}
div#text-container > div {height: auto !important;}
.btn.btn-blue:hover{text-decoration: none;}

.carousel-div {
  width: 80% !important;
  margin: 0 auto;
}

.client-logos .owl-item img {
  width: 220px !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width : 992px) {
  .slogan-txt {margin-top: -35px;}
}
@media (max-width: 950px){
  .top-boxes {gap: 30px}
  #col-text, #col-right {margin: 0 auto}
  .section-form {width: 100% !important}
  .address-box {
    margin: 0 auto;
  }
}
@media only screen and (max-width : 767px) {
  #menu-1 .navbar-toggler {
    margin-right: 0;
    margin-top: -50px;
  }
  #menu-1 .nav-item a {color: #1e73bc;padding: 5px;}
  #menu-1 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #182a4a !important;}
  #menu-1 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #305494 !important;}
  .services-section {margin-bottom: 10px !important}
  header{
    background: url(../../img/home_md.jpg);
    max-height: 1300px;
    background-repeat: no-repeat !important;
    position: relative;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
  .img-wrapper {
  min-height: 250px !important;
}
@media(max-width:480px){
  header{
    background: url(../../img/home_sm.jpg);
    background-attachment: fixed !important; 
    width: 100%;
    height: 100%;
  }

  /* iOS only - scroll instead */
  @supports (-webkit-touch-callout: none) {
    header {
      background-attachment: scroll !important;
      width: 100%;
      height: 100%;
    }
  }
}
  @media (min-width: 768px) {
.img-wrapper {
  min-height: 550px !important;
}
}