body {
    font-family: 'Open Sans', sans-serif;
}
/*comman*/
.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.removebr {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    resize: none;
    box-shadow: none;
}

input.form-control.removebr:focus, textarea.form-control.removebr:focus {
    border: 0;
    border-bottom: 1px solid #dd322b;
}
/*=============================
     Start Goals CALCULATOR
===============================*/
/*start Drop down*/

.control-group {
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    text-align: left;
    width: 100%;
}

.select {
    position: relative;
    display: inline-block;
    /*margin-bottom: 15px;*/
    width: 100%;
    z-index: 1;
}

    .select select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 9.5px 15px;
        outline: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #666;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-weight: 600;
        border-bottom: solid 1px #ccc;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select:hover,
        .select select:focus {
            color: #666;
            background-color: transparent;
        }

        .select select isabled {
            opacity: 0.5;
            pointer-events: none;
        }

.select__arrow:after {
    position: absolute;
    top: 11px;
    right: 7px;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #666;
    font-size: 14px;
    z-index: -1;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}

.select select isabled ~ .select__arrow {
    border-top-color: #ccc;
}
/*end Drop down*/
ul.nav.nav-tabs.golas_calc img {
    width: 70px;
    display: block;
    margin: auto;
}

.golas_calc {
    margin-bottom: 30px;
    border-bottom: 0;
}

.gol_cal_img img {
    width: 100px;
}

.elementtop5 {
    margin-top: 5px;
}

.elementtop10 {
    margin-top: 10px;
}

.mr5 {
    margin-right: 5px;
}

.border-left {
    border-left: 1px solid #ddd;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.requ_red_color {
    color: red;
}

.form-control:focus {
    border-color: #dd322b;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.calcadd_btn {
    padding: 15px 0;
}

.border_btn {
    display: inline-block;
    color: #dd322b;
    font-size: 13px;
    padding: 0 20px;
    height: 35px;
    line-height: 31px;
    border-radius: 23px;
    border: 2px solid #dd322b;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 7px;
}

.view_btn {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 23px;
    background-color: #dd322b;
    text-transform: uppercase;
    font-weight: 700;
}

.goal-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    position: relative;
}

/*.goal-box:after {
        content: '\f0d7 ';
        font-family: fontawesome;
        position: absolute;
        bottom: -18px;
        color: #dd322b;
        font-size: 26px;
        left: 50%;
        right: 50%;
        margin: auto;
    }*/

.clac-result-box {
    background: #fff;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.result-info {
    padding: 20px 0px 20px 0;
}

.navtab_gol_ttle {
    background: #dd322b;
    color: #FFF;
    padding: 7px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-tabs.golas_calc > li.active::after {
    content: '\f0d7';
    font-family: fontawesome;
    color: #dd322b;
    position: absolute;
    bottom: -16px;
    left: 45%;
    right: 0;
    margin: 0 auto;
    font-size: 25px;
}

.nav-tabs.golas_calc > li.active {
    position: relative;
}

ul.nav.nav-tabs.golas_calc li a {
    background: #fff;
    padding: 0px;
    margin-right: 0;
    border-radius: 5px;
}

    ul.nav.nav-tabs.golas_calc li a:hover {
        cursor: pointer;
    }

.calc_imgs {
    padding: 15px;
}

.navtab_gol_ttle p {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}

ul.nav.nav-tabs.golas_calc li {
    margin-right: 20px;
    width: 135px;
}

    ul.nav.nav-tabs.golas_calc li:last-child {
        margin-right: 0px;
    }

    ul.nav.nav-tabs.golas_calc li:first-child {
        margin-left: 0px;
    }

.nav-tabs.golas_calc > li.active > a, .nav-tabs.golas_calc > li.active > a:focus, .nav-tabs.golas_calc > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
    border-color: #dd322b;
}

.gols_title p {
    font-size: 13px;
    text-align: justify;
}

input.calc-range-input-box {
    border: 1px solid #c5c5c5;
    background: #ddd;
    color: slategray;
}

.gols_title h2 {
    padding: 15px 0;
}

.goal_calc img {
    width: 100px;
}

.goal_calc p {
    text-transform: capitalize;
    color: #777;
    font-size: 14px;
}

.gol_logo_calc h3 {
    position: relative;
    margin-bottom: 20px;
}

.gol_calc_txt p {
    line-height: 20px;
    text-align: left;
    font-size: 13px;
}

.gol_logo_calc h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 70px;
    height: 4px;
    background: #dd322b;
}

.gol_cal_img {
    /*padding: 20px 0px 20px 20px;
    margin: 35px auto 25px auto;*/
    text-align: center;
}

.goal_ttl_info {
    margin-bottom: 15px;
}

.goal_calc {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 100px;
    width: 140px;
    height: 140px;
    margin: auto;
    margin-bottom: 30px;
    background: #ddd;
}

.btn_clac {
    background: transparent;
    border-color: #dd322b;
    border-width: 2px;
}

.calc_invts {
    background: #dd322b;
    color: #fff;
}

.btn_clac a:hover {
    background-color: #dd322b;
    color: #fff;
}

.btn_clac a {
    display: inline-block;
    color: #333;
    border: 2px solid #dd322b;
    border-color: #dd322b;
    font-size: 13px;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 23px;
}

.calc_rul_txt h5 {
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

.goal-achi-box h5 {
    font-size: 13px;
    color: #333;
}

.goal-achi-amount label {
    padding: 8px 20px;
    background: #dd322b;
    border-radius: 100px;
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
}

.goal-lump-amt label {
    padding: 0 20px;
    background: #dd322b;
    border-radius: 100px;
    font-size: 16px;
}

.goal-achi-box p {
    font-weight: 600;
}
/*.goal-achi-box {
    border-left: 1px solid #ddd;
}*/

.goal_ttl-info {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
/*.calc_rul_txt, .rul_amnt_box, .rul_mins, .rul_qual {
    margin-bottom: 10px;
}*/
.rul_amnt_box {
    padding: 9px 0;
}

    .rul_amnt_box label {
        font-size: 16px;
        color: #666;
    }

        .rul_amnt_box label .fa-inr {
            font-size: 16px;
            margin-right: 5px;
        }

.marg-tb-10px {
    margin-top: 5px;
}

.pdright0 {
    padding-right: 0;
}

.pdleft0 {
    padding-left: 0;
}




/*.cal_details:after {
        content: "";
        position: absolute;
        right: 0;
        border-right: 23px solid #dd322b;
        border-top: 143px solid transparent;
        height: 100%;
        top: 0;
    }*/
.discl-txt {
    padding: 30px 0;
    font-size: 14px;
    line-height: 20px;
}

.calc_inv_infobtn h4 {
    color: #333;
    padding: 10px;
    font-size: 14px;
}

.clac_btn_box {
    padding: 10px 0;
}

.cal_info_txt {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0 10px 0;
}

.colrgrn {
    color: #dd322b !important;
}

.rul_mins, .rul_qual {
    margin-top: 55px;
}
/*=============================
     End Goals CALCULATOR
===============================*/


/*=============================
     Start Goals CALCULATOR Invest Scheme
===============================*/
.calinvschemebox {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px 0;
    margin: 15px 0;
}

.panel_title {
    padding: 24px 24px;
    background-color: #e3e7c7 !important;
    font-weight: 700;
    font-size: 15px;
    color: #333;
}

.dash_details th {
    background-color: #dd322b;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.calc_panelhed a {
    display: block;
}
/*start Check Button*/
.check_box {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 5px;
}

    .check_box:hover {
        background-color: transparent;
    }

    .check_box span {
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        vertical-align: top;
        color: #666;
        font-weight: 500;
        vertical-align: middle;
    }

    .check_box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.check_mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 2px #dd322b;
    border-radius: 5px;
}

.check_box:hover input ~ .check_mark {
    background-color: #ccc;
}

.check_box input:checked ~ .check_mark {
    border: solid 2px #dd322b;
}

.check_mark:after {
    content: "";
    position: absolute;
    display: none;
}

.check_box input:checked ~ .check_mark:after {
    display: block;
}

.check_box .check_mark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #dd322b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*End Check Button*/


/*popup*/
.calc-pop-ttl {
    background: #dd322b;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

    .calc-pop-ttl h3 {
        color: #fff;
    }


.calcgoal_txt h5 {
    font-size: 13px;
    padding: 20px 0;
    text-align: center;
}

.popup-boxbtn {
    padding: 15px 0;
    text-align: right;
}

.close.popup_close_btn {
    position: absolute;
    top: -14px;
    right: -9px;
    border: 1px solid #fafafa;
    width: 30px;
    height: 30px;
    background: #fafafa;
    opacity: 1;
    padding-left: 2px;
}
/*=============================
    End Goals CALCULATOR Invest Scheme
===============================*/





/**/
.rangeslider__fill_test1 {
    background: #dd322b;
    position: absolute;
}




/**/
.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
}

.rangeslider--horizontal {
    height: 2px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #dd322b;
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: #dd322b;
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');*/
    background-size: 100%;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    /*.rangeslider__handle:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        text-align: center;
        margin: 9px 0 0 8px;
        position: absolute;
        top: -2px;
        right: 0;
        bottom: 0;
        left: 0;
        background: #FFF;
        background-size: 100%;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }*/

    .rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
        background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    }

.rangeslider--horizontal .rangeslider__handle {
    top: -7px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.rslider-hdng h3 {
    color: slategray;
    font-size: 13px;
    /*font-weight: 200;*/
    margin-bottom: 5px;
    text-align: left;
    margin: 0px;
}

.rslider-bdy {
    margin-bottom: 10px;
}

.rangeslider.rangeslider--horizontal {
    margin-top: 9px;
}

.cal-strip-box {
    margin-bottom: 20px;
}
/*.calc_rul_txt {
    margin-bottom: 10px;
}*/
.calc-result-img {
    margin: 15px 0;
}

.calc-result-txt h2 {
    color: slategrey;
    font-weight: 200;
    margin: 10px 0;
}

.calc-range-input-box {
    background-color: #e5e5e5;
    border: medium none;
    border-radius: 100px;
    padding: 5px 15px;
    width: 112px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    -webkit-rtl-ordering: logical;
    -moz-rtl-ordering: logical;
}

.rght-calc-hdng > h4 {
    color: slategray;
    font-size: 28px;
    font-weight: 200;
    margin: 5px 0;
}


.md-card-small-bx-ndx {
    border-radius: 5px;
    min-height: 110px;
    margin: 0 0 20px 0;
}

.md-card-small-bx-ndx {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px 1px rgba(0, 0, 0, 0.14), 1px 2px 1px -1px rgba(0, 0, 0, 0.12);
    margin: 10px 0;
    padding: 10px;
    position: relative;
    text-align: center;
}




.calc-value {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px 20px;
    margin-top: 30px;
    position: relative;
}

    .calc-value h3 {
        text-transform: uppercase;
        color: #dd322b;
        font-size: 12px;
        letter-spacing: 0;
        margin: 5px 0;
        font-weight: 700;
    }


    .calc-value .principal {
        color: #000;
        text-transform: none !important;
        font-size: 12px;
        display: block;
        margin: 7px 0;
    }

    .calc-value span {
        font-size: 14px;
        color: #040509;
        position: relative;
        font-weight: 700;
        margin-top: 9px;
    }

.emi-box i {
    margin-right: 5px;
    font-size: 13px;
}

.emi-box .total-amt {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-top: 9px;
    color: #dd322b;
}

    .emi-box .total-amt i {
        margin-right: 5px;
        font-size: 20px;
    }

.emi-box {
    margin: 0px;
    padding: 15px 0px;
    border-bottom: solid 1px #ddd;
}

    .emi-box:last-child {
        border: none;
    }


@media (max-width:767px) {
    .pdright15 {
        padding-right: 15px;
    }

    .pdleft15 {
        padding-left: 15px;
    }

    .goal-box {
        padding: 15px;
    }

    .calc-range-input-box {
        width: 100%;
        margin-top: 15px;
    }
}
