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

.sp-page-title .container,
.full-width .sppb-row-container {
  max-width: 100%!important;
  width: 100%;
}

#sp-bottom .sp-module .sp-module-title {
  color: #eed7a1;
  letter-spacing: 0px;
}

#sp-bottom input[type="text"] {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  color: #ffffff;
}

#section-id-21c44a13-bb7f-49de-972f-3da7640987ce {
  width: 120%;
  position: relative;
  right: 1rem;
}

.sppb-btn-outline {
  border-style: solid!important;
  border-width: 1px 1px 1px 1px!important;
}

body .sppb-btn {
  padding: 8px 25px;
}

#sp-footer {
  padding: 0px 0px 30px 0px;
}

.badge {
  color: #000;
}

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

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after {
  color: rgb(139, 195, 74);
}

.sp-megamenu-parent>li.active:after,
.sp-megamenu-parent>li::after {
  background-color: rgb(139, 195, 74);
}

#section-id-1724052659556 .sppb-btn.sppb-btn-link,
#section-id-1724052659556 .btn.sppb-btn-link,
#section-id-jlF3aJCgnnnLw6A0g6Ina .sppb-btn.sppb-btn-link,
#section-id-jlF3aJCgnnnLw6A0g6Ina .btn.sppb-btn-link {
  border-bottom: 1px solid rgb(139, 195, 74);
}

/* 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-1724113524897 {
    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) {
#sp-menu {
    position: relative;
    bottom: 6.9rem;
}
  
      #sp-header .logo {
        height: 100px;
        transform: scale(0.8);
        position: relative;
        right: 30px;
        bottom: 5px;
    }
  
  #sppb-addon-1724044405285 .sp-slider #sp-slider-item-1724044405285-num-0-key #sp-slider-inner-item-1724044405286-num-1-key,
  #sppb-addon-1724044405285 .sp-slider #sp-slider-item-1724044405285-num-1-key #sp-slider-inner-item-1724044405287-num-1-key,
  #sppb-addon-1724044405285 .sp-slider #sp-slider-item-1724044405285-num-2-key #sp-slider-inner-item-1724044405288-num-1-key,
  #sppb-addon-1724044405285 .sp-slider #sp-slider-item-1724044405285-num-2-key #sp-slider-inner-item-1724044405288-num-2-key,
  #sppb-addon-1724044405285 .sp-slider #sp-slider-item-1724044405285-num-3-key #sp-slider-inner-item-1724044405289-num-1-key{
    padding: 0px 0% 0px 0px!important;
}
  
  #sppb-addon-1724044405285 .sp-slider #sp-slider-item-1724044405285-num-0-key #sp-slider-inner-item-1724044405286-num-2-key,
  #sppb-addon-1724044405285 .sp-slider #sp-slider-item-1724044405285-num-1-key #sp-slider-inner-item-1724044405287-num-2-key,
  #sppb-addon-1724044405285 .sp-slider #sp-slider-item-1724044405285-num-2-key #sp-slider-inner-item-1724044405288-num-2-key,
  #sppb-addon-1724044405285 .sp-slider #sp-slider-item-1724044405285-num-2-key #sp-slider-inner-item-1724044405288-num-3-key,
  #sppb-addon-1724044405285 .sp-slider #sp-slider-item-1724044405285-num-3-key #sp-slider-inner-item-1724044405289-num-2-key{
    padding: 20px 0% 20px 0px!important;
}
}

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