.logo-image {
  height: 59px !important;
}

.btn {
  height: 52px;
  line-height: 52px;
  /*padding: 0px;*/
  letter-spacing: 0.45px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  /* transition: all 0.3s ease-in;*/
}

.btn-green {
  background: #97000d;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

.sppb-btn-success:hover {
  color: #fff;
  background-color: #3b4655;
  border-color: #3b4655;
}

#sp-header {
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

#sp-main-body {
  padding: 50px 0;
}

.desktop-logo {
  margin-top: 11px;
}



.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: inherit;
  padding-right: inherit;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid,
.installationForm.was-validated .form-control:required:valid,
.installationForm-form.was-validated .form-control:required:valid {
  border-color: #97000d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2397000d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #97000d;
    box-shadow: 0 0 0 0.2rem rgba(1, 53, 141,.25);
}

.sp-page-builder .page-content #section-id-1585596327793 {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-image: url(/images/2020/03/30/home-two-bg.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: inherit;
  background-position: 100% 90% !important;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-right: 14px;
  margin-top: 11px;
}

.fix-menu-bottom-container {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 1024;
    background: #97000d;
    color: #fff;
    text-align: center;
    padding: 15px 15px 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    font-size: 14px;
    line-height: 25px;
    z-index: 1024;
    left: 0;
}
.fix-menu-bottom-container .slick-slide{
  color:#fff;
}
.fix-menu-bottom-container .footer-button a {
    background: #fff;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 4px;
}

@media (max-width: 767px) {
  /*#ort{margin-top: 15px;}*/
  ogo-image {
    width: auto;
    height: 50px !important;
  }

  #sp-main-body {
    padding: 0 0 20px 0 !important;
  }
  
  .fix-menu-bottom-container {
      display: block;
      width: 100%;
  }
  .com-sppagebuilder #sp-main-body{
    z-index:2;
    position: relative;
  }
  .sp-scroll-up{
    z-index:1;
  }
}