p {
    font-size: 1.1rem;
}

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

.navbar-expand-md .navbar-nav .nav-underline {
    font-weight: bold;
    margin-right: 10px;
}

.navbar-expand-md .navbar-nav .nav-underline .nav-link {
    color: #9e9e9e;
}

.navbar-expand-md .navbar-nav .nav-underline:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    background: #000;
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
    width: 0;
}

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

.navbar {
    justify-content: space-between !important;
}
.navbar-collapse {
    flex-grow: 0 !important;
}
.top-tel {
color:#9e9e9e;
font-weight:bold;
margin-left:.5rem;
}

.btn {
    padding: 0.375rem 3.75rem !important;
    margin-top: .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;
background-size: 2rem;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
}

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


.cool span {
    margin-left: .5rem;
    display: block
}


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

.form-control {
    border-radius: 1rem !important;
    margin-bottom: 1.5rem;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 25%);
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

@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;
    }

    .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) {

.logo-head {
    margin-right: 10px;
    float: left;
    width: auto;
	min-height: 30px;
}

    #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;
    }

    .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 {flex-direction: column;}

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

    .cool img {
        height: 25px;
    }

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

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


.form-label {
    font-weight: 600;
}