header#sp-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent !important;
}

#sp-header.header-sticky {
  background-color: rgba(0, 0, 0, 0.9)!important;
}

.sp-megamenu-parent>li::after {
    background-color: #f66034;
  }

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

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

.burger-icon>span {
    background-color: #fff;
}



/* 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-1603175361137,
  .sp-page-builder .page-content #section-id-1614061579343,
   #call-to-action {
    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) {
.header-sticky	.logo-image-phone {
    height: 75px;
}

#sppb-addon-1787618931563 .sppb-addon-header .sppb-addon-title {
    position: relative;
    top: 9rem;
}

.itemid-101  #sppb-addon-1787618931563 .sppb-addon-header .sppb-addon-title {
    position: relative;
    top: -5rem;
}
}

/* 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
B-lg
 */
