@media only screen and (max-width:1024px){
    .ticker_section .tickers {
        /*display: block;*/
    }
    .tickers .ticker_item {
        /*width: calc(50% - 0px);*/
        /*margin: 1px -1px;*/
    }
    .sip_section table {
        display: block;
    }
    .sip_section table tr {
        display: inline-grid;
    }
    .sip_section table tr td {
        display: inline-block;
    }
    .sip_section table tr td:nth-child(1) {
        width: 100% !important;
    }
    .sip_section table tr td:nth-child(2) {
        width: 60% !important;
    }
    .sip_section table tr td:nth-child(3) {
        width: 20% !important;
    }
    .sip_section .ui-slider.ui-slider-horizontal {
        margin: 0 !important;
    }
    .sip_section table tr td:nth-child(1) h4
    {
        font-size: 10px;
        margin-right: 24px;
    }
    .sip_section .ui-slider.ui-slider-horizontal
    {
        margin-bottom: 12px !important;
    }
    .logo-text-white img
    {
        display: block;
        width: 135px;
    }
    .header-main-1 .logo svg
    {
        display: none;
    }
    .header__btn.d-none.d-xl-inline-block.d-view
    {
        display: none !important;   
    }
    /* .navbar-toggler .fa.fa-close
    {
        display: none;
    } */
    #mynavbar {
        position: fixed;
        background: #fff;
        top: 72px;
        width: 100%;
        right: 0;
    }
    .sip_section table tr:nth-child(2) , .sip_section table tr:nth-child(4) , .sip_section table tr:nth-child(6)
    {
        display: none;
    }
    .navbar.navbar-expand-sm .container-fluid
    {
        padding: 0px !important;
    }
    .navbar
    {
        padding: 0px;
    }
    .pop_form
    {
        display: none;
    }
    ul#newsTab , div#newsTabContent
    {
        width: 100%;
    }
    .mobile_app_section .mt-60
    {
        margin-bottom: 0px !important;
         margin-top: 0px !important;
    }
    .mobile_app_section {
        padding-top: 50px;
    }
    .header-main-1
    {
        position: relative;
    }
  
    .header__main.sticky {
        position: fixed;
    }
    .header__main.sticky #mynavbar {
        top: 52px;
    }
    canvas#myChart {
        margin-top: 20px;
    }
    .about__content ul li {
        display: flex;
    }
    .loginpanel_section {
        padding: 40px 0px !important;
    }
    .mv-items .ms-item {
        padding: 15px;
    }
    .mv-items .ms-item .image {
        height: auto;
        width: 180px;
        padding: 20px;
    }
    .mv-items .content {
        width: 100%;
    }
    .ov-items .ov-item {
        padding: 15px;
    }
    .ov-items .ov-item .content h3 {
        font-size: 22px;
    }
    .sip_section .card {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width:1200px){
.header-main-1 .main-menu ul li a {
    font-size: 15px;
}
.header__btn .grb-btn {
    font-size: 16px;
    min-width: 90px;
}
}


.m-view
{
    display: none !important;
}