#header::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 215px);
    background-color: rgba(255, 255, 255, 0.2);
  }
#header.sticky::before {
    display: none!important;
  }
  @media all and (max-width: 1200px) {
    #header::before {
      width: calc(100% - 140px);
    }
  }
  @media all and (max-width: 992px) {
    #header::before {
      width: calc(100% - 115px);
    }
  }
  @media all and (max-width: 767px) {
    #header::before {
      display: none;
    }
  }
  @media (max-width: 450px){
    footer .container-1410 .line {
      margin: 25px 0;
  }
  }

  #footer .copyright .copyright-text{
    text-align: center;
  } 
  #footer .copyright{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }

  #footer .copyright .copyright-text{
    margin-bottom: 30px;
  } 
  @media all and (max-width:450px){
    #footer .copyright .copyright-text{
      margin-bottom: 25px;
    } 
  }

  .grecaptcha-badge { display: none; }

@media(max-width: 1100px) {

  .our-services .container-1410 .items .slick-prev, .our-services .container-1410 .items .slick-next {
    left: 50%;
    margin-bottom: -58px;
  }
}
@media(max-width: 767px) {

  .product-slider .container-1410 .items .slick-prev, .product-slider .container-1410 .items .slick-next {
    margin-bottom: -68px
  }
}

.about-us .dual-section .left {
  width: 100%;
  padding-top: 270px;
}
.about-us .dual-section .left p{
  line-height: 42px;
}
@media all and (max-width:767px){
  .about-us .dual-section .left p{
    line-height: 32px;
  }
}
@media all and (max-width:450px){
  .about-us .dual-section .left p{
    line-height: 29px;
  }
}
@media all and (max-width:1366px){
  .about-us .dual-section .left {
    width: 100%;
    padding-top: 180px;
  }
  .about-us .dual-section .right {
    min-width: 50%;
    width: 50%;
  }
}
@media all and (max-width: 1200px) {
  .to-up-img {
    margin: 0!important;
    width: 100%;
  }
  .container-1600.full-width {
    padding: 0;
  }
  .about-us .dual-section .left {
    padding: 100px 50px 0px;
  }
  .about-us .dual-section .right {
    max-height: 760px!important;
  }
}

#footer .footer-address{
  margin-bottom: 66px!important;
}
@media all and (max-width:575px){
  #footer .footer-address{
    margin-bottom: 45px!important;
  }
  .copyright .copyright-text{
    font-size: 12px!important;
  }
}

@media all and (max-width:450px){
  #form-popup .form-container form input,
  #form-popup .form-container form textarea{
    font-size: 14px;
  }
  #form-popup .form-container form input::placeholder,
  #form-popup .form-container form textarea::placeholder{
    font-size: 14px;
  }
}
