.main_sticky img {
    width: 160px;
}
.gray-scale{
    filter: grayscale(100%);
}

.login_btn {
    vertical-align: middle;
    padding: 10px 15px !important;
}


.feature_area .view_more_btn i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #04c745a1;
    transition: .3s;
    z-index: -1;
    line-height: 44px;
    font-size: 18px;
}
.feature_area .view_more_btn i::before {
    color: #fff;
}
.single_feature_seven:hover .view_more_btn i {
    background: #04c745;
    color: #fff;
}
.drop_menu {
    transition: all 0.2s ease-in-out;
}
.drop_menu::after {
    position: absolute;
    content: "+";
    top: 25px;
    right: 0;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}
.drop_menu:hover::after {
    content: "-";
}
.sticky .drop_menu::after {
    color: #fff;
}

#tabs {
    border: none;
    background-color: transparent;
}
#tabs .ui-tabs-nav {
    background: transparent;
    border: none;
    border-bottom: 1px solid #04c846;
    border-radius: 0;
    padding: 0;
}
#tabs .ui-tabs-nav .ui-corner-top {
    border: none;
    background: transparent;
    width: calc(33% - 2px);
}
#tabs .ui-tabs-nav .ui-corner-top a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
}
#tabs .ui-tabs-nav .ui-tabs-active {
    background-color: #04c846 !important;
}
#tabs .ui-tabs-nav .ui-tabs-active a{
    color: #fff;
}

.footer-bottom-logo img {
    width: 180px;
}

.btn-primary {
    color: #fff;
    background-color: #04c745;
    border-color: #04c745;
}
.btn-primary:hover {
    background-color: #06ad3e;
    border-color: #06ad3e;
}

/* TICKER */

.ticker_section {
    padding: 40px 0;
    position: relative;
    }
    .ticker_section .tickers {
        padding: 0;
        list-style-type: none;
        display: flex;
        justify-content: space-around;
        align-content: center;
        align-content: center;
        margin-top: -180px;
        z-index: 9;
        position: relative;
    }
    .tickers .ticker_item {
    position: relative;
    box-shadow: 0 1px 4px 1px rgb(37 46 40 / 11%);
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 8px 10px;
    margin: 0 5px;
    }
    .tickers .ticker_item .name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    }
    .tickers .ticker_item .price {
    display: block;
    font-size: 15px;
    padding-top: 5px;
    line-height: 18px;
    }
    .tickers .ticker_item .difference_percent {
        position: relative;
        color: #39b559;
        display: block;
        line-height: 18px;
        font-size: 13px;
        margin-top: 3px;
    }
    .tickers .ticker_item .difference_percent::after {
        content: "\F144";
        position: absolute;
        font-family: bootstrap-icons;
        font-size: 15px;
        bottom: 1px;
        right: -6px;
    }
    .tickers .ticker_item .difference_percent.negative {
    color: #d33f3f;
    }
    .tickers .ticker_item .difference_percent.negative::after {
    content: "\F11E";
    }
    /*DARK BOX*/
    /*        .tickers .ticker_item {
    background-color: #24252ad9;
    }
    .tickers .ticker_item .name {
    color: #fff;
    }
    .tickers .ticker_item .price {
    color: #fff;
    }
    .tickers .ticker_item .difference_percent {
    color: #3cbd5d;
    }
    .tickers .ticker_item .difference_percent.negative {
    color: #f95959;
    }*/
    
    
    /* TICKER */
   


    /* SIP Calculator */

    .sip_calculator .sip_box {
        box-shadow: 0 0 30px rgb(214 215 216 / 30%);
        padding: 20px 0 30px 0;
        background-color: #fff;
        border-radius: 6px;
    }
    .sip_calculator .ui-slider {
    background: #a3dfff;
    border: #a3dfff;
    border-radius: 20px;
    display: inline-block !important;
    width: 100%;
    height: 8px;
    }
    .sip_calculator .ui-slider .ui-slider-handle {
    background: #16a8f6;
    border: #16a8f6;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    cursor: pointer;
    }
    /*.sip_calculator .form-group #sliderIntrest {
    display: inline-block !important;
    width: 75%;
    }*/
    .sip_calculator .form-group label {
        font-size: 18px;
        text-align: left;
        display: inline-block;
        margin: 0;
        width: calc(100% - 130px);
        position: relative;
        color: #1c1817;
    }
    .sip_calculator .form-group label::after {
    position: absolute;
    content: "₹";
    font-size: 18px;
    color: #16a8f6;
    z-index: 9;
    right: -22px;
    top: 0px;
    }
    .sip_calculator .form-group.intrest-group label::after {
    content: "%";
    }
    .sip_calculator .form-group.time-group label::after {
    content: "Y";
    }
    .sip_calculator .form-group {
    margin: 0px 30px 32px 30px;
    }
    .sip_calculator .form-control {
    display: inline-block !important;
    width: 125px !important;
    max-width: 100%;
    background-color: #c8ecff;
    border: #c8ecff;
    color: #16a7f5;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    position: relative;
    padding-left: 25px;
    }
    .calculator_output h4 {
        text-align: left;
        position: relative;
        font-size: 17px;
        padding: 3px 25px;
        font-weight: 400;
        color: #777;
        margin: 8px 0;
    }
    .calculator_output h4 span {
    position: absolute;
    left: 80%;
    font-size: 22px;
    font-weight: 600;
    }
.calculator_output h4 span::after {
    position: absolute;
    content: "₹";
    font-size: 22px;
    color: #777777;
    z-index: 9;
    left: -14px;
    top: 0px;
}


.inner_banner {
    background-image: url(../images/inner_banner.jpg);
    min-height: 360px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.inner_banner h4 {
    color: #fff;
    padding-top: 70px;
    font-size: 30px;
}
.location_area_box {
    box-shadow: 0 0 30px rgb(214 215 216 / 30%);
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 6px;
    min-height: 182px;
}
.location_area_box i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #04c745;
    border-radius: 100%;
    padding: 15px;
}
.location_area_box p {
    line-height: 18px;
    margin-top: 10px;
}


.download-tab .ui-tabs-nav .ui-corner-top {
    width: calc(25% - 4px) !important;
}
.download-tab .ui-tabs-panel.ui-widget-content {
    padding: 5px;
}
.download-tab .tab_items {
    border-bottom: 1px solid #eeeeee59;
    padding: 2px 0;
}
.download-tab .tab_items .form_name {
    display: inline-block;
    width: calc(100% - 100px);
    font-weight: 600;
}
.download-tab .tab_items .form_link {
    cursor: pointer;
}
.download-tab .tab_items .form_link:hover {
    color: #04c846;
}

.list-items {
    padding-left: 20px;
    list-style-type: circle;
}

.service-inner .service-img img {
    width: 100%;
}

.newsletter_form .form-group {
    position: relative;
}
.newsletter_form .form-group .btn-primary.lift {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 150px;
}