@media only screen and (max-width: 576px){
    .expert_bx {
        display: block !important;
        width: 100%;
        float: left;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .view {
        margin: 0;
        background-size: cover;
        background-position: top;
    }
    .meet_expert_hd {
        font-size: 18px;
        margin-top: 20px;
        font-family: 'Gotham';
        margin-bottom: 20px;
    }
    .btn-close {
        background-color: #ccc;
        opacity: 1;
        border-radius: 100%;
        font-size: 10px;
        padding: 10px !important;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    
}
@media only screen and (max-width: 576px) and (orientation : landscape){
     
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .expert_bx {
        display: block !important;
        width: 100%;
        float: left;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .modal-content.login_user.view_sample .modal-header .modal-title {
        font-size: 20px;
    }
    .btn_view_info {
        position: relative;
        background-color: #ffb01b;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 600;
        right: 0;
        top: 0;
        width: 100%;
        margin-top: 10px;
    }
    .view {
        margin: 0;
        background-size: cover;
        background-position: top;
    }
    .meet_expert_hd {
        font-size: 20px;
        margin-top: 20px;
        font-family: 'Gotham';
        margin-bottom: 20px;
    }
    .meet_expert .rem_right_mob {
         padding-right: 15px;
    }
    .meet_expert .rem_left_mob {
        padding-right: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) and (orientation : landscape){
    
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .expert_bx {
        display: block !important;
        width: 100%;
        float: left;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .meet_expert .rem_right_mob {
        padding-right: 15px;
   }
   .meet_expert .rem_left_mob {
       padding-right: 15px;
   }
   .view {
    margin: 0;
    background-size: cover;
    background-position: top;
}
.meet_expert_hd {
    font-size: 22px;
    margin-top: 20px;
    font-family: 'Gotham';
    margin-bottom: 20px;
}
    
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation : landscape){
    
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {    
    .view {
        margin: 4px;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: center;
        background-origin: content-box;
    }
    .meet_expert .rem_right_mob {
        padding-right: 15px;
   }
   .meet_expert .rem_left_mob {
       padding-right: 15px;
   }
   .expert_bx {
    display: block !important;
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) and (orientation : landscape){

}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .meet_expert .rem_right_mob {
        padding-right: 15px;
   }
   .meet_expert .rem_left_mob {
       padding-right: 15px;
   }
   .view {
    background-size: cover;
   }
}

@media only screen and (min-width: 1400px) {
 
}

