 .main_banner {
        margin: 0px;
        padding: 0px;
        height: 450px;
        width: 100%;
        background-image: url(/images/banner-hdfc-2-layout-v1.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100vw 450px;
    }

    .co_app_adj {
        width: 90%;
        margin-right: 20px;
    }

    .text-rights-track a:link {
        color: white !important;
        text-align: right;
        background-color: red;
        float: right;
        padding: 4px 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-size: 0.8em;
        font-weight: 600;
        font-family: "Titillium Web",sans-serif;
        margin-top: -8px;
    }

    .m_view{
        display: none;
    }

    .top_banner_content {
        float: right;
        position: relative;
        right: 6vw;
        top: 4vw;
    }

    @media  only screen and (max-width: 500px){

        .m_view{
            display: block;
        }

        .main_banner {
            margin: 0px;
            padding: 0px;
            width: 100%;
            background-image: url(/_web/img/hed1.jpg);
            background-position: top;
            background-repeat: no-repeat;
            background-size: cover;
            height: 417px;
        }
        .point ul {
            margin-left: -25px;
        }
        .had_rate_sec {
            line-height: 16px !important;
            padding-top: 7px !important;
            padding-left: 10px !important;
        }
        .had_rate_sec {
            font-size: 0.7em !important;
        }

        .had_rate{
            font-size: 1em !important;
        }

        .had_rate_num{
            font-size: 0.9em !important;
        }

        .top_banner_content {
            float: none;
            position: absolute;
            text-align: center;
            top: 420px;
            width: 100%;
            right: 0px !important;
            z-index: 999;
            background-color: white;
            padding-top: 10px;
            padding-bottom: 15px;
        }
            .top_banner_content > h3 {
                display: none;
            }
        .top_banner_content > h4 {
            margin-bottom: 6vw;
            color: #333333;
        }

        .main_content {
            margin-top: 240px;
        }
        .point-head {
            margin: 0px;
            padding: 0px;
            font-size: 13pt !important;
        }

        .text-rights-track a:link {
            color: white !important;
            text-align: right;
            background-color: red;
            float: right;
            padding: 4px 20px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            font-size: 0.8em;
            font-weight: 600;
            font-family: "Titillium Web",sans-serif;
            margin-top: -8px;
        }
    }

    @media  only screen and (max-width: 480px) and (min-width: 320px){
        .main_content {
            margin-top: 240px;
        }
        .m_view{
            display: block;
        }
    }


    .top_banner_content > h3 {
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 2.6em;
        letter-spacing: 1px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        border-bottom: 2px solid #000000;
        padding-bottom: 1vw;
    }

    .top_banner_content > h4 {
        color: #000;

        font-weight: 600;
        font-size: 1.6em;
        letter-spacing: 1px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        margin-top: 2vw;
    }
    .interest_box {
        margin: 0px auto;
        height: auto;
        width: 360px;
        border: 4px dotted white;
        text-align: center;
        margin-top: 2vw;
        background: rgba(225, 0, 26, 1);
        background: -moz-linear-gradient(top, rgba(225, 0, 26, 1) 0%, rgba(225, 0, 26, 1) 70%, rgba(137, 6, 28, 1) 96%, rgba(137, 6, 28, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225, 0, 26, 1)), color-stop(70%, rgba(225, 0, 26, 1)), color-stop(96%, rgba(137, 6, 28, 1)), color-stop(100%, rgba(137, 6, 28, 1)));
        background: -webkit-linear-gradient(top, rgba(225, 0, 26, 1) 0%, rgba(225, 0, 26, 1) 70%, rgba(137, 6, 28, 1) 96%, rgba(137, 6, 28, 1) 100%);
        background: -o-linear-gradient(top, rgba(225, 0, 26, 1) 0%, rgba(225, 0, 26, 1) 70%, rgba(137, 6, 28, 1) 96%, rgba(137, 6, 28, 1) 100%);
        background: -ms-linear-gradient(top, rgba(225, 0, 26, 1) 0%, rgba(225, 0, 26, 1) 70%, rgba(137, 6, 28, 1) 96%, rgba(137, 6, 28, 1) 100%);
        background: linear-gradient(to bottom, rgba(225, 0, 26, 1) 0%, rgba(225, 0, 26, 1) 70%, rgba(137, 6, 28, 1) 96%, rgba(137, 6, 28, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1001a', endColorstr='#89061c', GradientType=0);
        font-size: 1.7em;
        vertical-align: middle;
        color: white;
        padding: 5px;
        border-radius: 10px;
        box-shadow: -1px 2px 11px #2c2727;
        letter-spacing: 0.5px;
        font-weight: 800;
    }

    .logo_new {
        position: absolute;
        left: 7vw;
        top: 1vw;
    }

    @media  only screen and (max-width: 500px) {
        .logo_new {
            position: absolute;
            left: 4vw;
            top: 4vw;
        }
    }

    .first_div_matter {
        position: relative;
        top: 1vw;
    }

    .left_matter {
        padding: 0px;
        text-align: left;
    }

    .flt_top {
        float: left;
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .box_add_rate {
        margin: 0px;
        padding: 0px;
        width: 100%;
        border-radius: 3px;
        margin-top: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 1px solid #ffca18;
    }

    .point {
        margin: 0px;
        padding: 0px;
        float: left;
        margin-left: 20px;
        margin-top: 10px;
    }

    .point-head {
        margin: 0px;
        padding: 0px;
        font-size: 17pt;

    }

    .tt-hint {
        display: none;
    }
    .alt {
        background-color: #efdb97;
    }
    .padding_main_box {
        padding: 0 30px;
        padding-top: 35px;
    }

    .p-lr-15 {
        padding: 0px 15px;
    }

    .lg-4-bg{
        background-image: url(../images/applications-hdfc-2-bg-line.jpg);
        background-repeat: repeat-x;
        background-position: top;
        background-size: contain;
        padding-bottom: 80px;
    }

    .point ul li {
        margin: 0px;
        padding: 0px;
        letter-spacing: 0.5px;

        font-weight: 400;
        color: rgba(35, 31, 32, 0.81);
        font-size: 11pt;
        margin-left: 22px;
        padding-top: 5px;
    }

    .had_rate {
        margin: 0px;
        padding: 0px;
        height: 50px;
        width: 100%;
        color: rgba(35, 31, 32, 0.90);
        font-size: 1.4em;

        font-weight: 600;
        letter-spacing: 1px;
        line-height: 50px;
        padding-left: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: rgba(251, 201, 0, 1);
        background: -moz-linear-gradient(top, rgba(251, 201, 0, 1) 0%, rgba(191, 151, 6, 1) 84%, rgba(191, 151, 6, 1) 86%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251, 201, 0, 1)), color-stop(84%, rgba(191, 151, 6, 1)), color-stop(86%, rgba(191, 151, 6, 1)));
        background: -webkit-linear-gradient(top, rgba(251, 201, 0, 1) 0%, rgba(191, 151, 6, 1) 84%, rgba(191, 151, 6, 1) 86%);
        background: -o-linear-gradient(top, rgba(251, 201, 0, 1) 0%, rgba(191, 151, 6, 1) 84%, rgba(191, 151, 6, 1) 86%);
        background: -ms-linear-gradient(top, rgba(251, 201, 0, 1) 0%, rgba(191, 151, 6, 1) 84%, rgba(191, 151, 6, 1) 86%);
        background: linear-gradient(to bottom, rgba(251, 201, 0, 1) 0%, rgba(191, 151, 6, 1) 84%, rgba(191, 151, 6, 1) 86%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc900', endColorstr='#bf9706', GradientType=0);
    }
    .had_rate_red {
        color: white;
        background: rgba(225, 0, 26, 1);
        background: -moz-linear-gradient(top, rgba(225, 0, 26, 1) 0%, rgba(225, 0, 26, 1) 91%, rgba(167, 4, 26, 1) 98%, rgba(167, 4, 26, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225, 0, 26, 1)), color-stop(91%, rgba(225, 0, 26, 1)), color-stop(98%, rgba(167, 4, 26, 1)), color-stop(100%, rgba(167, 4, 26, 1)));
        background: -webkit-linear-gradient(top, rgba(225, 0, 26, 1) 0%, rgba(225, 0, 26, 1) 91%, rgba(167, 4, 26, 1) 98%, rgba(167, 4, 26, 1) 100%);
        background: -o-linear-gradient(top, rgba(225, 0, 26, 1) 0%, rgba(225, 0, 26, 1) 91%, rgba(167, 4, 26, 1) 98%, rgba(167, 4, 26, 1) 100%);
        background: -ms-linear-gradient(top, rgba(225, 0, 26, 1) 0%, rgba(225, 0, 26, 1) 91%, rgba(167, 4, 26, 1) 98%, rgba(167, 4, 26, 1) 100%);
        background: linear-gradient(to bottom, rgba(225, 0, 26, 1) 0%, rgba(225, 0, 26, 1) 91%, rgba(167, 4, 26, 1) 98%, rgba(167, 4, 26, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1001a', endColorstr='#a7041a', GradientType=0);
    }


    .had_rate_sec {
        margin: 0px;
        padding: 0px;
        width: 65%;
        padding-left: 20px;
        font-size: 0.8em;
        float: left;
        height: 47px;
        vertical-align: top;
        line-height: 46px;
        border: 1px solid #ffca18;
        border-right: none;
        font-weight: 600;
        color: rgba(35, 31, 32, 0.81);
    }

    .had_rate_num {
        margin: 0px;
        padding: 0px;
        width: 35%;
        float: left;
        height: 47px;
        vertical-align: top;
        line-height: 46px;
        border: 1px solid #ffca18;
        border-left: none;
        font-size: 1.1em;
        font-weight: 600;
        color: rgba(35, 31, 32, 0.81);
    }

    .card-bg{
        box-shadow: 1px 8px 10px grey;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        background-color: white;
    }

    .address{
        display: block;
        float: left;
        font-size: 14px;
        background-color: #efdb97;
        border-radius: 5px;
        padding: 15px;
    }