.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    text-transform: uppercase;
}

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

#sp-bottom .sp-module .sp-module-title {
    margin: 0 0 15px;
}

.sp-megamenu-parent>li>a:before,
.sp-megamenu-parent>li:hover>a:before{
 display:none;
}











#sp-footer {
    border-top: 0px;
     padding: 30px 0px 30px 0px!important;
}

#sp-bottom {
    padding: 80px 0px 80px 0px;
}

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

html.error-page .btn.btn-primary {
    background-color: #9770e5;
}

html.error-page .btn.btn-primary:hover {
    background-color: #616162;
}

#error-page {
    margin-top: -25vh;
}




.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;
}

#sp-footer p {
margin-bottom: 0rem;
}

.badge {
  color: #000;
}

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

.burger-icon>span:nth-child(2) {
    display: inherit;
}


/* 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-1711438529914,
  .sp-page-builder .page-content #section-id-1717660743042,
  .sp-page-builder .page-content #section-id-1711436491569,
  .sp-page-builder .page-content #section-id-JCC-r5dXlvq59zgLiFayT,
  .sp-page-builder .page-content #section-id-n5vuVWhaR6U8K5oT1_TRV{
    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:845px) {
      .logo-image-phone {
        height: 17px!important;
        position: relative;
        bottom: 1rem;
        right: 1rem;
        margin-right: -5px;
    }
  
      #sppb-addon-1711438891374 {
        position: relative;
        right: 2rem;
        top: 1.1rem;
    }
  .burger-icon {
    width: 39px;
    cursor: pointer;
    margin-top: -4rem;
}
  
  #section-id-1713752965217 h2 {
        font-size: 50px!important;
  }
  
  #sppb-addon-wrapper--WR1EQe1Rt6bPZ4A80WOS{
    padding-bottom:15px;
  }
}


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