@media (min-width: 992px) {
  #sp-header .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  #sp-header .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 65%;
  }
}
@media (max-width: 767px) {
    #sppb-addon-1621593492708 img {
        max-width: 100%;
    }
    #sppb-addon-1621593492714 {
        margin-left: 10%;
    }
    .logo-image {
        height: auto !important;
    }
}
#sppb-addon-1621593492708 img {
    max-width: 100% !important;
}

#sp-header li img {
  display: inherit;
  max-width: 20px;
  height: auto;
}
/* .sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    padding: 0;
    background: url(../images/border-menu.png) center right no-repeat;
}
.sp-megamenu-parent > li:last-child {
    background: none;
}
.sp-megamenu-parent > li:nth-last-child(2) {
    background: none;
} */
.sp-megamenu-parent > li:before {
  content: "|";
  float: right;
  margin-right: 0;
  display: block;
  margin-top: 30px !important;
  font-weight: 400;
}
.sp-megamenu-parent > li:last-child:before {
  content: "";
}
.sp-megamenu-parent > li:nth-last-child(2):before {
  content: "";
}
#sp-header {
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  border: 4px solid #d2d3d5;
  margin-bottom: 0px;
  text-transform: uppercase;
}
div#sp-slider {
  margin-bottom: 25px;
  margin-top: 25px;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  color: #000000;
}
.sp-megamenu-parent > li:hover > a {
  color: #000000;
}
.sp-megamenu-parent > li:nth-last-child(2) > a {
  padding: 5px;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 5px;
}
.itemid-101 section#sp-main-body {
  display: none;
}
div#sp-pie2 img {
  float: left;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #606062;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #606062;
  outline: 0;
}
.uk-input,
.uk-select,
.uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 0px solid #e5e5e5;
  border-bottom: 2px solid #606062;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #666;
  border-color: #606062;
}
#sp-main-body {
  padding: 50px 0;
}
form#userForm {
  margin-top: 50px;
}
.uk-form-controls.formControls {
  text-align: center;
}
.uk-button-primary {
  background-color: #606062;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #606062;
  color: #fff;
}
