/* बड़े मोबाइल फ़ोन और छोटे टैबलेट (481px से 768px तक) */
 @media (min-width: 481px) and (max-width: 768px) {
         .container, .container-sm {
            max-width: 100%;
        } 
        .mobileBtn #exitBtn {
            position: absolute;
            top: 140px !important;
            right: 20px;
        }
        .mobileBtn #backBtn {
            top: 140px !important;
            position: absolute;
            left: 20px;
        }
        .group-details .comment-list {
            margin: 0px 0 0;
        }
      .distance-search {
        border: 1px solid #aaa;
        padding: 0px 0px 10px 0px;
        margin-top: 20px;
        margin-bottom: 20px;
      }  
    .custom-select-box2 .cs-box label {
        width:97px !important;
    }  
     .custom-select-box2 .cs-box label span {
        font-size: 18px;
    }
    .custom-select-box2 .cs-box label span {
        background: #ccc;
        color: #747373;
    }
    .label-text {
        font-size: 17px;
    }
    .breadcrumbs {
        padding: 90px 0;
    }
      .single-freinds-wrapper .btn1 {
        display: inline-block;
        padding: 4px 10px;
        font-size: 13px;
        position: absolute;
        right: 15px;
        bottom: 45px;
        z-index: 1;
      }
    }