.landing-white-bg{
    background-color: white;
}
.landing-curve.landing-white-color {
    color: #ffffff;
}
.landing-curve.landing-white-color-s2 {
    color: #ffffff;
    background: #e0e9e4;
}
.btn.btn-danger:hover:not(.btn-active) {
    background-color: black !important;
}
.container.qr {
    max-width: 1000px !important;
}
[data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active {
    color: #ff6700;
    background-color: rgba(239,242,245,.4);
}

.menu-state-title-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here), .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color .2s ease;
    color: #ff6700;
}
.landing-header .menu .menu-link.active {
    color: #ff6700;
}
a.btn.btn-danger{
    background-color: #ff6700;
}
.menu-title-gray-600 .menu-item .menu-link {
    color: #000000;
}
.landing-header {
    background: white;
}
.landing-curve {
    color: #ff6800;
}
.landing-curve.landing-dark-color {
    color: #000000;
}
.landing-orange-bg{
    background-color: #ff6800;
}
.landing-dark-bg {
    background-color: #000000;
}
.text-white{
    color:white;
}
.text-gray-500 {
    color: black !important;
}
@media (min-width: 992px) {
    .h-lg-30px {
        height: 40px !important;
    }
    .min-h-lg-500px {
        min-height: 792px !important;
    }
}
span.step-text.mt-3{
    display: inline-block;
    line-height: 22px;
    font-weight: normal;

}