#sppb-addon-1660103930993 .sppb-icons-group-list li#icon-16601039309931 a {
    border-radius: 100px;
      height: 35px;
    margin: 7px;
    padding: 3px 0px 0px 0px;
    width: 35px;
    color: #f9a61a;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    font-size: 20px;
}

#sp-header {
    box-shadow: none;
}

#sp-header.full-header {
    padding-top: 25px;
}

#sp-bottom .sppb-col-md-12  {
      padding-left: 0px;
}

#sp-header.header-sticky {
    background-color: #ffffff;
    height: 160px;
}

#sp-main-body {
  margin-top: 10rem;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  z-index: 999999;
  margin-top: -1rem;
}

.view-search #sp-header {
  background-color: #fff;
}

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

.sppb-container {
  max-width: 1320px;
}

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

.sppb-btn-outline:hover {
  border: inherit!important;
}

.badge {
  color: #000;
}

.sppb-carousel-extended-nav-control .nav-control {
  color: #e7e5e5;
  border: 1px solid #e7e5e5;
}

.sppb-carousel-extended-dots ul li span {
  background: #f9a61a;
}

#sp-bottom .sp-module .sp-module-title {
  color: #ffffff;
}

#sp-bottom3:after {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
}

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

#sp-bottom .form-control::placeholder {
  color: #eee !important;
}

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

.sppb-btn-outline:hover {
  border: inherit!important;
}

.badge {
  color: #000;
}

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

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

.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/* 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-1660013789416,
  .sp-page-builder .page-content #section-id-1660793031791,
  .sp-page-builder .page-content #section-id-1664335004945,
  .sp-page-builder .page-content #section-id-1660109364641 {
    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) {
  #sp-header.full-header {
    height: 95px;
}
  
  .logo-image-phone {
    max-height: 75px;
    position: relative;
    left: 2rem;
}
  
  #sp-main-body {
    margin-top: 6rem;
}
  
  .sp-slider #sp-slider-item-1660008771646-num-0-key #sp-slider-inner-item-1660008771647-num-0-key,
  .sp-slider #sp-slider-item-1660008771646-num-1-key #sp-slider-inner-item-1660008771648-num-0-key,
  .sp-slider #sp-slider-item-1660008771646-num-2-key #sp-slider-inner-item-1660008771649-num-0-key{
    padding: 0px!important;
}
  
 #section-id-1660008771643 .sppb-sp-slider-title {
    font-size: 28px!important;
   text-align:center;
}
  
  #section-id-1660008771643 .sp-slider #sp-slider-item-1660008771646-num-0-key #sp-slider-inner-item-1660008771647-num-1-key,
  #section-id-1660008771643 .sp-slider #sp-slider-item-1660008771646-num-1-key #sp-slider-inner-item-1660008771648-num-1-key,
  #section-id-1660008771643 .sp-slider #sp-slider-item-1660008771646-num-2-key #sp-slider-inner-item-1660008771649-num-1-key{
        padding: 0px 25px 0px 25px;
    text-align: center;
}
  
   #section-id-1660008771643 .sp-slider-content-align-left .sppb-sp-slider-button {
    margin-left: 25vw;
}
}

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