.user-contact-form .error{
    color: red;
    font-size: 13px;
}

.one-time .slick-prev.slick-arrow{
    left: 10px;
    z-index: 100;
}
.one-time .slick-next.slick-arrow{
    right: 10px;
    z-index: 100;
}
.one-time .slick-dots{
    bottom: 10px;
    z-index: 100;
}

.rest-products{
    margin-top: 30px;
}

.rest-products a{
    background-color: #b83e05;
    color: #fff;
}

.rest-products:hover a{
    /* color: #fff; */
}

.rest-products i{
   transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
}

.rest-products:hover i{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.footer-widget__column.footer-widget__news li a:hover{
    color: #fff
}

/* *******toggle lan***** */

  
  .up-in-toggle {
    padding: 10px;
  }
  .up-in-toggle input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }
  .up-in-toggle input:checked + label {
    background: #b83e05;
    background: linear-gradient(0deg, #b83e05 0%, #e4723d 100%);
    color: white;
    font-weight: 500;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
  }
  .up-in-toggle label {
    display: inline-block;
    width: 32px;
    background-color: #495a6f;
    color: #a5adb7;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 0.8rem;
    padding: 2px;
    float: left;
    transition: all 0.1s ease-in-out;
  }
  .up-in-toggle label:hover {
    cursor: pointer;
  }
  
  .up-in-toggle label:first-of-type {
    border-radius: 15.5px 0 0 15.5px;
  }
  
  .up-in-toggle label:last-of-type {
    border-radius: 0 15.5px 15.5px 0;
  }

  @media (max-width: 1199px) {
      .up-in-toggle {
          display: none;
      }
  }

  .main-header--one--two .main-header--one__bottom-left{
    padding-left: 0px;
    padding-right: 0px;
}

.main-header--one--two .main-header--one__bottom-right .contact-box{
    padding-left:20px;
}

.main-header--one__bottom .auto-container{
    padding: 0px 5px;
}

.main-header--one--two .main-header--one__bottom-left{
    padding-left: 0px;
}


@media only screen and (max-width: 757px) {
  .about-two__img-box-img1 .about-two__img-box-img1-inner img,
  .about-two__img-box-img2 .about-two__img-box-img2-inner img,
  .blog-one__single .blog-one__single-img{
      display: block;
      margin: auto;
  }
  .about-two{
      text-align: center;
  }

  .contact-page{
      text-align: center;
  }
  .footer-one{
      text-align: center;
  }

  .footer-one .footer-widget__about-contact-box{
      text-align: left;
  }

}

.contact-page__contact-info-list ul li {
    margin-left: 15px;
    margin-right: 15px;
}

.about-two__content-box-list-single ul li .text p {
    line-height: 30px;
    margin-bottom: 20px;
}