

/*  =============Desktop view =====================*/
@media(max-width:1440px) {
 
}


/*  =============ipad pro view =====================*/
@media(max-width:1024px) {

    .input-group.mb-15.col-sm-7 {
        width: 100%;
    }

    .input-group.mb-15.col-sm-8 {
        width: 100%;
    }
    img.header-logo {
        width: 65%;
    }

  
    .chartSlot {
        margin-bottom: 15px;
    }
   
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
        width: 24%;
    }
    .viewprofile_section .social-info {
        position: sticky;
        text-align: center;
    }
   
}


/*  =============ipad  view =====================*/
@media(max-width:768px) {
}

/*  =============mobile phone  view =====================*/
@media(max-width:767px) {
    img.header-logo {
        width: 100%;
    }
    span.input-group-btn {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    button#btnSubmit{
        width:100% !important;margin-top:15px;
    }
    .submit_btn {
        width: 100%;
       /* border-radius: 30px;*/
    }

        .submit_btn:before {
          display:none
        }

    .filter_btn {
        width: 100%;
        margin: 10px 0px 0px !important;
        border-radius: 30px;
    }

        .filter_btn:before {
            display: none
        }

    .cancel_btn {
        width: 100% !important;
        margin: 10px 0px 0px !important;border-radius:30px;
    }

        .cancel_btn:before {
            display: none
        }

    .input-group .form-control {
        margin-bottom: 10px;
        border-radius: 30px !important;
    }
    .input-group.amtSlot .form-control {
        margin-bottom: 0px;
        border-radius: 0px !important;
    }
    .panel-heading {
        padding: 10px 15px !important;
    }

    .Create-gallery {
        width: 100%;
        margin: 0px auto;
        background: #fff;
        box-shadow: none;padding:10px;
    }
    ul.ml-50.tree {
        margin: 0px !important;
    }

    .tree li a {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }

    li.parentnode:before, li.childnode:before {
        color: #4556c3 !important;
        font-size: 15px !important;
        background: none !important;
        width:auto !important;
    }
    .tree li a > span {
        padding: 5px 20px 5px 20px !important;
    }
    .front_idcard {
        height: auto;
        margin-top: 30px;
    }

    img.mission_bharat {
        width: 55px;
        top: 55px;
    }

    .nameSlot h3 {
        font-size: 18px !important;
    }
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
        width: 40%;
    }
    .account_sn{
        box-shadow:none;
    }
    .control-label {
        font-weight: 500;
    }
    section.breadcrumbSlot {
        padding: 0px 15px;
        margin-bottom: 0;
     /*   margin: 70px 0px 10px;*/
    }
    h4.breadcrumb-title {
        font-size: 16px;
    }
    .pull-right.mt-20 {
        float: inherit !important;
    }
    div#theme-toggle {
        display: none;
    }
    .col-lg-2.col-md-6.col-sm-12.text-center {
        width: 50%;
        float: left;
    }
}


/*  ============= small mobile phone  view =====================*/
@media(max-width:425px) {
  
    img.header-logo {
        width: 100%;
    }
    ul.tabs.sellerPanel li {
        width: 100%;
    }
        ul.tabs.sellerPanel li.current:before{
            display:none;
        }
}
@media(max-width:320px) {
    .navbar.navbar-inverse.navbar-fixed-top a.toggle-left-nav-btn {
        left: -25px;
    }

  
}