    /* iPad portrait + landscape (768px - 1024px) */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) { 
      .desktop-nav {
          display: none;
        }
      header .buttons {
        display: block; 
        margin: 6px 2px 8px 30px;
      }
      
    .menu_btm_scroll {
        overflow: auto; 
        position: relative;
        padding-top: 2px;
        margin-left: 40px;
    }
    .inner_btn {
        overflow: scroll;
        display: -webkit-flex;
        margin-left: 0;
        margin-top: 2px;
    }
    header #backBTNMobileSide { 
      max-width: 100% !important;
    }
    .container {
      max-width: 100% ;
    }
    
     .mobile-nav {
        display: block !important;
        overflow-x: unset;
        float: left;
        position: relative;
        transition: none;
        transform: none;
     }
     .mobile-nav {
        background-color: #fff;
        padding: 10px 20px;
        z-index: 1000;
    }header .logo {
       display: -webkit-inline-box;
    }
    header nav {
        width: 1070px;
    }
    header nav {
        text-align: left;
        left: 20px; 
        top: 0;
        background: #2180ea;
        height: 100%; 

    }
    header nav {
        flex: 1;
    }
   /*Home Page*/ 
   .col-md-6.col-lg-6.col-sm-6.col-xs-12.useForIpad-responsive {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .ipad-filter-start3 {
      flex: 0 0 33.33% !important;
      max-width: 33.33% !important;
    }
    .search-filter-box .filter-wrapper {
      padding: 0px !important;
      margin-top: 25px;
    }
    .distance-search .custom-select-box2.clearfix.mt-3.mb-2 {
      width: 100% !important;
    }
    .custom-select-box2 .cs-box label span {
        width: 113px !important;
      }
    .custom-select-box2 .cs-box label span {
      font-size: 15px;
    }  
   .search-filter-box form.filter-wrapper .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%; 
      }
   .search-filter-box form.filter-wrapper .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
      } 
    input.login_college {
      position: absolute;
      left: -4px;
      bottom: 30px;
      z-index: 9;
      width: 15px;
      height: 15px;
    }  
    input.users_college {
          position: absolute;
          left: 3px;
          z-index: 9;
          width: 15px;
          height: 15px;
          top: -5px;
        }
    /*Others*/    
    #pagesAll {
      margin-top: 35px !important;
    }    
   .mobileBtn #exitBtn {
    display: block !important;
  }
  .single-freinds-wrapper .btn1 {
      display: inline-block;
      padding: 4px 10px;
      font-size: 13px;
      position: absolute;
      right: 15px;
      bottom: 45px;
      z-index: 1;
    }
  }