.bg-dark-ramda {
    background-color: #d11140 !important
}
.bg-dark-ramda h1 {
    color:#fff;
}
.bg-dark-ramda p {
    color:#fff!important;
}
.bg-dark-ramda #submit_form p {
    color:#575757!important;
}
.bg-dark-ramda .register-wrap {
    margin-top: 20px;
}
.bg-dark-ramda .subscribe-feature-list li span i {
    color: #fff!important;
}
.hero-content-wrap p {
        color: #0b163f;
    }
.subscribe-feature-list li span {
    margin: 0 25px 0 0px;
}
.left-floating {
     border: none !important;
    background-color: #754cf3 !important;
    padding: 10px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    width: 50px;
    box-shadow: 0 0px 4px 4px rgb(0 0 0 / 5%);
}
.right-floating {
    border: none !important;
    background-color: #4c9346 !important;
    padding: 10px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    width: 50px;
    box-shadow: 0 0px 4px 4px rgb(0 0 0 / 5%);
}
@media (max-width: 768px) {
    .hero-section.ptb-80 {
        padding: 0px 0;
    }
    .img-fluid.logo-white {
        width: 150px;
    }
    .hero-content-wrap {
            margin-top: 1rem !important;
    } 
    .register-wrap {
        padding: 1rem !important;
    }
    .hero-content-wrap p {
        color: #0b163f;
    }
}