#sp-logo {
    padding-left: 30px;
}

#sp-top-bar {
    padding-bottom: 50px;padding-top: 16px;
}

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

.sp-contact-info li {
    font-size: 100%;
}

#sp-header .container{
    background: #fff;
    margin-top: -25px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
    box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
}

#sp-header.header-sticky .container{    margin-top: 0;}


.com_myprepplan .btn-primary {
    border-color: #6EB356 !important;
    background-color: #6EB356  !important;
    color: #fff !important;
}

.com_myprepplan .text-bg-danger{
	background-color:#ff7c08 !important;
}

.com_myprepplan  .secend-bg {
    background: #ff7c080f !important;
}

.com_myprepplan label.checkbox{
    display: flex;
}

.burger-icon {
    background: #ff7c08;
    padding: 18px 38px 18px 34px;
    width: 50px;
    margin-right: -15px;
    border-radius: 0 5px 5px 0;
}

.burger-icon>span::before , .burger-icon>span::after ,.burger-icon>span {
	background: #fff;
	width:6px;
	height:6px;
	border-radius:50%;
    margin: 0 10px;
	display: block;
    position: absolute;
}

.offcanvas-active .burger-icon>span::before , .offcanvas-active  .burger-icon>span::after {
	display: none;
}

.burger-icon>span::after {
	content:'';
    right: 4px;
}

.burger-icon>span::before {
	content:'';
    left: 4px;
}

.burger-icon>span {
	background: #fff;
    width: 6px;
    height: 6px;
	border-radius:50%;
	display: block;
    margin: 4px auto;
    position: relative;
}


.offcanvas-active .burger-icon {
    padding: 20px;
}
.offcanvas-active .burger-icon>span {

    width: 30px;
    height: 3px;
}

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