.sp-megamenu-parent>li::after {
  height: 1px;
  background-color: #ed1c24;
}

#sp-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sp-megamenu-parent .sp-mega-group>li>a {
  font-size: 16px;
  text-transform: inherit;
  font-weight: 400;
}

.sp-megamenu-parent .sp-mega-group>li>a:hover {
  color: #ed1c24;
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
  color: #a9a9a9;
}

#sp-bottom .container,
#sp-main-body .container {
  max-width: 90%;
}

#sp-bottom h3 {
  letter-spacing: 0px;
}

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

html.error-page .error-code,
html.error-page .error-message,
html.error-page .error-wrapper a.sppb-btn-link {
  color: #000000!important;
}

html.error-page .error-logo {
  margin-right: -7rem;
  margin-left: -7rem;
}

.second-section {
  display: flex;
}

#sppb-addon-2SMzWmSQd3h224a88__UV .sppb-col-sm-5 {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 35px;
  margin-left: 20px;
}

.hidy {
  background: #ffffff;
  width: 100%;
  height: 80px;
  position: relative;
  bottom: 4rem;
}

/* 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-y2oAKa8gHFi4GsMFE6AHi {
    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) {
  .sppb-addon-sp-slider .sp-slider-outer-stage {
    height: 80vh!important;
  }
  
  #sp-menu {
    bottom: 6rem;
}
  
  #section-id-0zewnVtsVtPqyhELLrnPb .sppb-col-sm-5 {
    width: 92%;
}
}

/* 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) {
  #section-id-1744863905236 {
    display:none;
  }
}

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