#sp-bottom .container,
#sp-main-body .sppb-row-container {
  max-width: 90%!important;
  padding-left: 0px;
  padding-right: 0px;
}

.header-sticky .logo-image {
    height: 85px;
    position: relative;
    top: 1.7rem;
}

#sp-header {
  height: 100px!important;
}

#sp-header .container {
  position: relative;
  bottom: 1.8rem;
}

#sp-logo {
  position: relative;
  bottom: 20px;
}

#column-id-1757301522583 p {
  margin-bottom: 0rem;
}

#sp-top2.col-lg-6 {
  z-index: 999999;
}

/* Error page styling */

html.error-page .error-code,
html.error-page .error-message,
body .error-wrapper .sppb-btn.sppb-btn-link:hover,
body .error-wrapper .sppb-btn.sppb-btn-link:focus,
body .error-wrapper .btn.sppb-btn-link:hover,
body .error-wrapper .btn.sppb-btn-link:focus,
html.error-page .error-wrapper a.sppb-btn-link {
  color: #000!important;
  border-bottom-color: #000 !important;
}

html.error-page body {
  background-color: #fff!important;
}

html.error-page .error-logo {
  transform: scale(0.3);
}

html.error-page .error-wrapper {
  gap: 70px!important;
  margin-left: 25px!important;
}

.hidy {
  width: 113%;
  height: 60px;
  background-color:#ffffff;
  position: relative;
  bottom: 56px;
  right: 50px;
}

/* iPhone bg fix */

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sp-page-builder .page-content #section-id-1757300906161,
  .sp-page-builder .page-content #section-id-1757485480928,
  .sp-page-builder .page-content #section-id-1757485480928 {
    background-size: unset !important;
    background-attachment: scroll !important;
    background-position: top !important;
  }
}

/* Extra small devices (phones, 600px and down) */

@media screen and (min-width:320px) and (max-width:932px) {
  .logo-image-phone {
    max-height: 90px;
  }
  .sp-slider .sp-item .sp-background {
    background-position: 41% 50%;
  }
  #sp-header .container {
    bottom: -1.2rem;
  }
  .itemid-130 #sppb-addon-uFY-CpYG47IdYPhwo6rXo,
  .itemid-130 #sppb-addon-k003Ss1Mgj0_54lk8VzGd {
    padding-right: 5%;
    padding-left: 5%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
  ...
}

/* Medium devices (landscape tablets, 768px and up) */

@media screen and (min-width: 768px) and (max-width:1024px) {
  ..
}

/* Large devices (laptops/desktops, 992px and up) */

@media screen and (min-width: 900px) and (max-width:1440px) {
  ...
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  ...
}

/* Codes for Bootstrap hidden elements on devices
hidden-xs
hidden-sm
hidden-md
hidden-lg
 */