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

.badge {
  color: #000;
}

.sp-scroll-up {
  bottom: 25px;
}

.speasyimagegallery-gallery-item-title, 
.speasyimagegallery-image-title{
    display: none;
}



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

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

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

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


html.error-page .error-wrapper a.sppb-btn-link {
    color: #ffffff !important;
    background: #002355;
    padding: 8px;
    border-radius: 4px;
    border-bottom: 0px;
}

html.error-page .error-wrapper a.sppb-btn-link:hover {
    color: #000 !important;
    background: #ffffff;
}


/* 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-1756094567448,
   #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) {
  
  #sppb-addon-1755575222923 .sp-slider #sp-slider-item-1755575222923-num-0-key #sp-slider-inner-item-1755575222924-num-1-key,
  #sppb-addon-1755575222923 .sp-slider #sp-slider-item-1755575222923-num-0-key #sp-slider-inner-item-1755575222924-num-1-key,
  #sppb-addon-1755575222923 .sp-slider #sp-slider-item-1755575222923-num-1-key #sp-slider-inner-item-1755575222925-num-1-key,
  #sppb-addon-1755575222923 .sp-slider #sp-slider-item-1755575222923-num-2-key #sp-slider-inner-item-1755575222926-num-1-key {
    padding: 20px 0% 10px 0px!important;
}
  
  #sp-logo {
    max-width:40%
  }
  
  
  #sp-menu {
    max-width:60%
  }
  
  
}

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