p {
    font-size: 1.1rem;
}

.bx-aside-nav-control {
    display: none !important;
}

.navbar-expand-lg .navbar-nav .nav-underline {
    font-weight: bold;
    margin-left: 20px;
}


.navbar-expand-lg .navbar-nav .nav-underline:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    background: rgb(22 50 93 / 30%);
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
    width: 0;
}

.navbar-expand-lg .navbar-nav .nav-underline:hover:after {
    width: 100%;
    left: 0;
}

.navbar-mob.collapse:not(.show) {
    display: none !important;
}

@media (max-width: 991px)
{
.navbar-expand-lg .navbar-collapse {
margin-top:2rem;
}
}
.bottom-box {
background: #FFFFFF;
box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
border-radius: 20px;
padding: 45px 50px;
margin: 30px 0 60px ;
}

.bottom-link {
color: #000;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 700;
        padding: 0.5rem 2rem;
    display: flex;
}

.bottom-link::before{
content: url('data:image/svg+xml; utf8, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.2827 5L20.9998 12L14.2827 19" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><line x1="19.7329" y1="12.0317" x2="3.99985" y2="12.0317" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.3rem 1.5rem;
}

.btn-light:hover {
    color: #fff !important;
    background-color: #525252 !important;
    border-color: #4d4d4d !important;
}

.benefits {
    background-position:  50% 50%, 50% 50%;
    background-image: url(/img/feature_bg.png), url(/img/logo-red.png);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, unset;
    padding-top: 100%;
    padding: 60px 0;
}

.benefit {
    background-color: #fff;
    width: 450px;
    margin-bottom: 60px;
    padding: 25px 25px 25px 70px;
    font-weight: bold;
    color: #000;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    background: #fff url('/img/fi-rr-home.png') 25px 50% no-repeat;
    display: inline-block;
}

.benefit-saga {
    width: 300px;
    padding: 10px 25px 10px 70px;
    position: absolute;
    bottom: -30px;
    left: -60px;
    font-size: 85%;
}

.benefit-logo {
    background: #eee url(/img/logo-red.png) 50% 50% / cover;
}

.benefit-r {
    float: right;
}

.benefit-l {
    float: left;
}

.cools {
    background-color: #fffffff2;
    border-radius: 20px;
    padding: 20px;
    margin: 0 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.25);
    color: #606060;
    font-weight: bold;
}

.cool {
    text-align: center;
}

.row .cool:not(:last-child) {
    border-right: 1px solid #8b8b8b;
}


.cool span {
    padding-top: .5rem;
    display: block
}


.msg-area {
    min-height: 345px !important;
}


@media (max-width: 991px) {

    p {
        font-size: 1rem;
    }

    #banner {
        background: #000 url(/img/bg_small.png) 50% 50% / cover;
        padding-top: 80%;
        text-align: center;
    }

    .banner-over-content {
        padding: 40px 30px;
    }

.bottom-link {
font-size:1rem;
}

.bottom-box {
padding: 30px 25px;
}

    .benefits {
        background: none;
    }

    .cools {
        bottom: -50px;
    }

    .cool span {
        display: inline;
        margin-left: 10px;
    }

    .cool img {
        height: 40px;
    }

    .msg-area {
        min-height: 245px !important;
    }
}

@media (max-width: 767px) {

    #header {
        padding: 1.5rem 0;
    }

    #banner {
        background: #000 url(/img/bg_small.png) 35% 94% / 240%;
        padding-top: 100%;
        text-align: center;
        border-radius: 20px 20px 0 0;
        margin-bottom: 120px;
    }

.bottom-link{
padding: .5rem 
}

    .banner-over-content {
        padding: 30px 15px;
    }

    .banner-over-content h1{
        font-size: calc(1.375rem + .5vw);
    }

    .banner-over-content h4{
        font-size: calc(.475rem + 2vw);
        margin-bottom: 2rem;
    }

    .content-block {
        padding: 0;
    }


    .benefits {
        padding: 40px 10px;
    }

    .benefit {
        border-radius: 20px;
        padding: 15px 15px 15px 60px;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
        width: 100%;
        font-weight: normal;
    }

    .cools {
        bottom: 0;
        border-radius: 0 0 20px 20px;
        margin: 0;
        bottom: auto;
        padding: 10px;
    }

    .cool span {
        display: block;
        margin-left: 0;
        font-size: 75%;
    }

    .cool img {
        height: 25px;
    }

    .row .cool:not(:last-child) {
        border-right: none;
    }

    .msg-area {
        min-height: 145px !important;
    }
}