#sp-top-bar {
    background: #fcc600 !important;
    color: #ffffff !important;
}

#sp-top-bar a {
    color: #ffffff !important;
}

.sp-megamenu-parent>li>a {
    color: #842386 !important;
}

#sp-footer, #sp-bottom {
    background: #473749 !important;
    color: #F3F0FF;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 20px !important;
}

.d-lg-block {
    display: block!important;
    padding-top: 20px !important;
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 35% !important;
}
.col-lg-9 {
    flex: 0 0 auto;
    width: 65% !important;
}

.body-innerwrapper:after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    right: 0px;
    height: 550px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%) !important;
    z-index: -1;
}

#sp-top-bar {
    padding: 15px 0 !important;
    font-weight: 600;
    border-bottom: 5px solid orange;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .col-lg-9 {
	flex: 0 0 auto;
	width: 0% !important;
	display: none !important;
}

.col-lg-3 {
	flex: 0 0 auto;
	width: 100% !important;
}

.logo-image-phone {
	height: 90px !important;
}
#sp-header.header-sticky {
	position: fixed;
	top: 0px;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 1) !important;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	border-bottom: 5px solid #fcc600 !important;
}
}


@media (max-width: 991px) {
  .body-innerwrapper {
    overflow-x: hidden;
    padding-top: 145px !important;
  }
}


.body-innerwrapper {
	overflow-x: hidden;
	padding-top: 146px !important;
}