
/* .light-style .landing-hero {
    background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%)!important;
    display: flex!important;
    justify-content: center!important;
    align-items: start!important;
    padding-top: 80px!important;
} */
.bg-12{
    background-color: #000!important;
}
.t-32{
    top: -32%!important;
}

.pos-rel{
    position: relative!important;
}

.w-62{
    width: 62%!important;
}

.fs-12{
    font-size: 12px!important;
}

.fs-14{
    font-size: 14px!important;
}

.bot-302{
    bottom: 302px!important;
}

.section-pading {
    padding: 11.25rem 0;
}

.fw-500{
    font-weight: 500!important;
}
.t-132{
    top: -132px!important;
}

.t-105{
    top: -105px!important;
}



.test_alert {
    position: fixed;
    bottom: 40px;
    right: 10px;
    display: block;
    background: #E5FFEC;
    color: white;
    padding: .85rem 1.5rem;
    border-radius: 10px;
    animation: showtwosec 2.5s linear;
    opacity: 0;
    z-index: 999999;
    border: 1px solid #7CCC91;
   
}

.test_alert.bg-danger {
    background: #FCEDE9;
    border-color: #ECB8AD;
}

.test_alert.bg-danger h4 {
    color: #EA502E;
}


@keyframes showtwosec {
    0% {
        transform: translateX(300px);
    }
    20% {
        transform: translateX(0px);
        opacity: 1;
        z-index: 999999;
    }
    90% {
        transform: translateX(0px);
        opacity: 1;
        z-index: 999999;
    }
    100% {
        transform: translateX(0px);
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .landing-hero .hero-text-box {
        max-width: 870px!important;
        margin: 0 auto;
    }
}
@media screen and (max-width: 425px) {
    .t-12{
        top: -12%!important;
    }

    .t-75{
        top: -75px!important;
    }
}

@media screen and (max-width: 768px) {
    .wid-100{
        width: 100%!important;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
 
    .t-15{
        top: -15%!important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
 
    .t-28{
        top: -28%!important;
    }

    .t-105{
        top: -105px!important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1888px) {
 
    .w-348{
        width: 348px!important;
    } 
}
