#sp-header {
    height: 125px!important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    padding: 0 50px;
    transition: 0.3s;
}
#sp-header .logo {
    height: 120px!important;
    display: inline-flex;
    margin: 0;
    align-items: center;
}
.sp-megamenu-parent > li > a {
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 14px;
    background: #b1b1b196;
    margin: 5px;
    width: 127px;
    border-radius: 20px;
    text-align: center;
	border: 1px solid #ccc;
}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > a:active {
	border: 1px solid #FFF!important;
	background: #5d5b5b!important;
}
.sp-megamenu-parent > li.active > a {
	border: 1px solid #FFF!important;
	background: #5d5b5b!important;
}
#sp-menu {
    text-align: center;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #ffeb00;
}
.sp-megamenu-parent > li:hover > a {
    color: #ffeb00;
}
#sp-menu-right {
    font-size: 24px;
    color: #fff;
	padding-top: 15px;
}
#sp-menu-right a {
    color: #ffffff;
    font-weight: 700;
}
#sp-menu-right a:hover {
	color: #ffeb00;
}
.link-color {
    color: #fbe802!important;
}
.sppb-addon-accordion .sppb-panel-heading {
    color: #2b729b!important;
}
.sppb-addon-pricelist .pricelist-price-content .pricelist-price {
    color: #ff0000!important;
}
.simpl a {
	display: none!important;
}
.simpl div {
	border-top: none!important;
}
.strcont {
    font-size: 33px;
    line-height: 100px;
}
#sp-bottom {
    padding: 40px 0 40px!important;
}
#sp-bottom .sp-module .sp-module-title, #sp-bottom .sp-module .sppb-addon-title {
    font-family: inherit!important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3.69px;
    line-height: 30px;
    color: #fbe802!important;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.customcontbot  {
    font-size: 27px;
    line-height: 62px;
}
.customcontbot a {
	color: #fff;
}

@media (max-width: 767px) {
#sp-menu-right {
    width: 50%;
    font-size: 18px;
    margin-top: 12px;
}
  #sp-header {
    height: 125px!important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0 0px;
    transition: 0.3s;
}
}