.rating-square {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
}


.rating-square-head {
    height: 40px;
    /*background-color: #0F74E9;*/
    border-radius:  8px;
}

.rating-square-body {
    height: 40px;
    border: #2EBBFC solid 1px;
    border-radius: 8px;
}

.invisible-square {
    opacity: 0;
}

.line-height-0 {
    line-height: 0;
}

.banner {
    position: absolute;
    transform: translateY(-370%);
}

.banner-button {
    position: absolute;
    transform: translateY(-240%);
}

.k-btn-nav {
    height: 85px;
    width: 300px;
    border-radius: 15px;
    margin-left: 10px;
}

.why-choose-bullet {
    margin-left: 5%;

}

.bullet-font-helo {
    font-size: 1.2vw;
}

.g-text-box {
    border-radius: 60px !important;
    height: 55px;
    padding-left: 1em;
    font-size: 15px !important;
}

.four-step-start{
    margin-left: 1%;
}

.four-step-end{
    margin-right: 1%;
}



.why-choose-us {
    background-image: url("../img/hl-bg-6.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}

.virtual-calculator  {
    background-image: url("../img/hl-bg-7.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;

}

.bg-shape-8 {
    background-image: url("../img/hl-bg-8.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-position: left;
}

.marg-hero {
    margin-left: 5%;
}

.bullet-head{
    width: 50px;
}

.bullet-body {
    width: 80%;
}
@media (max-width:768px) {

    .banner {
        position: absolute;
        transform: translateY(-350%);
    }

    .k-btn-nav {
        height: 100px;
        width: 380px;
        border-radius: 15px;
        margin-left: 10px;
        font-size: 2vw;
    }

    .banner-button {
        position: absolute;
        transform: translateY(-123%);
    }
}

@media (max-width:600px) {
    .interest-rate-font {
        font-size: 3vw;
    }

    .rating-square {
        padding-left: 0;
        padding-right: 0;
        margin-right: 3px;
    }

    .month {
        border: none !important;
    }

    .heading-background-font {
        font-size: 8vw;
    }

    .heading-main-font {
        font-size: 5vw;
    }

    .banner {
        position: absolute;
        transform: translateY(-200%);
    }

    .banner-button {
        position: absolute;
        transform: translateY(-96%);
    }

    .k-btn-nav {
        height: 40px;
        width: 110px !important;
        border-radius: 6px;
        font-size: 2.6vw;
    }

    .why-choose-bullet {
        margin-top: 0;
        margin-left: 0;
    }

    .loan-date-label {
        /*font-size: 3vw;*/
    }

    .four-step-start{
        margin-left: 0;
    }

    .four-step-end{
        margin-right: 0;
    }

    .bullet-font-helo {
        font-size: 15px;
    }

    .rating-square-body-font {
        font-size: 3vw;
    }

    .bullet-head{
        width: 50px;
    }

    .bullet-body {
        width: 80%;
    }


}