
/*============================= start max width 1300 ==========================================*/
/*============================= start max width 1300 ==========================================*/
@media screen and (max-width:1330px){
    .navbar-nav .nav-item .nav-link{
        font-size:10px;
    }
}

/*============================= end max width 1300 ==========================================*/
/*============================= end max width 1300 ==========================================*/


/*============================= start max width 800 ==========================================*/
/*============================= start max width 800 ==========================================*/
@media screen and (max-width:800px){
       .profile-log-img {
            width: 20%;
           
        }
}

/*============================= end max width 800 ==========================================*/
/*============================= end max width 800 ==========================================*/






/*============================= start max width 500 ==========================================*/
/*============================= start max width 500 ==========================================*/

@media screen and (max-width:500px){

        .user-profile-card .row .col-md-6{ margin-bottom:10px; }

        .font-size-20{ font-size: 18px; }

     .navbar-nav .nav-item .nav-link{ font-size:13px; }

    .col-md-6{ margin-bottom:20px; }

    .d-flex-justify-content-start{
        justify-content: left !important;
    }

    .mobile-logo-width{ width:70%; }

    .navbar-nav .nav-item .nav-link { padding: 10px 8px; }
    .text-justy p{ text-align:justify; }
    .text-justy{ text-align:justify; }

    .mb_100 { margin-bottom: 50px  !important; }
    .mt_100 { margin-top: 50px !important; }
    .mt_150 { margin-top: 70px !important;}
    .mobile-space-70 { margin-top: 70px !important;}
    .mobile-space-50 { margin-top: 50px !important;}
    .mobile-space-100 { margin-top: 100px !important;}
    .mobile-space-30 { margin-top: 30px !important;}
    .mobile-mtspace-30 { margin-top: 30px !important;}
    .mobile-mtspace-10 { margin-top: 10px !important;}
    .mobile-ptspace-10 { padding-top: 10px !important;}

    .mobile-header-social-icon{ display:none; }

    .our-student-says-underline{ width: 59%; }

    .why-choose-underline{ width: 49%; }

    .about-us-underline{ width: 28%; }

      .custom-button-theme{ font-size: 13px; }

       .custom-button-theme i{ display: none; }

      .btn-danger{ font-size:12px; }

      .btn-primary{ font-size:12px; margin-bottom:5px; }

      .profile-log-img{ 
        width: 40%; 
        clip-path: circle(50% at 50% 50%);
        background: #e9e9e9; 
        border: 2px solid black;
        border-radius: 50%;
    }

    .profile-roll-number div h3{ text-align:left; }
}

/*============================= end max width 500 ==========================================*/
/*============================= end max width 500 ==========================================*/