@media handheld, only screen and (max-width: 992px) {
    .testimonials-heading {
        font-size: 54px;
    }
    .banner {
        padding-bottom: 53px;
        height: auto;
    }
    .banner-content {
        padding-left: 14px;
        margin-bottom: 28px;
    }
    .menu {
        border-radius: 3px;
    }
    .checkbtn {
        color: #fff;
        font-size: 17px;
        margin-top: 14px;
    }
    .checkbtn i {
        font-size: 39px;
    }
    #check {
        display: none;
    }
    .main-menu {
        position: fixed;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #094087d9;
        top: 0px;
        padding: 86px 37px 0px;
        transition: all 0.5s;
    }
    .mentor-logos {
        top: 4px;
        position: relative;
    }
    .main-menu li {
        list-style: none;
        display: list-item;
        margin-bottom: 51px;
    }
    .main-menu li a {
        color: #fff;
        font-size: 23px;
    }
    .menu button {
        display: none;
    }
    #check:checked ~ ul {
        left: 0%;
    }
    .cancel-cross {
        position: absolute;
        right: 33px;
        top: 14px;
    }
    .learn-new-skill {
        width: 100%;
        height: auto;
    }
    .learn-new-skill-content {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .expert-mentorship-content h3,
    .expert-mentorship-content p {
        color: #27a4fe;
    }
    .expert-sec:after {
        display: none;
    }
    .expert-sec {
        padding-top: 11px;
    }
    .expert-mentorship-content {
        padding-left: 3%;
        padding-right: 22px;
    }
    .achievement-box h4 {
        margin-right: 10px;
        margin-top: 12px;
        color: #fff;
        font-size: 51px;
    }
    .achievement-box span {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 18px;
    }
    .achievement-box {
        flex-direction: column;
        border-bottom: 1px solid #fff;
    }
    .face-to-face-content h1 {
        margin-top: 30%;
    }
    .tetimonials h3 {
        font-weight: 700;
        text-align: center;
        font-size: 38px;
        margin-bottom: 39px;
    }
    .tetimonials button {
        float: none;
        margin: 0px auto;
        display: block;
    }
    .footer-middle-menu {
        text-align: center;
        margin: 37px 0px;
    }
    .footer-middle-menu li {
        display: inline-block;
        padding: 14px 36px;
    }
    .bottom-footer span {
        color: #fff;
        text-align: center;
        text-transform: capitalize;
        display: block;
    }
    .checkbtn {
        display: block;
    }
    .bottom-footer ul {
        text-align: center;
        margin-top: 22px;
    }
    .bottom-footer ul li {
        display: inline-block;
        margin: 8px 20px;
    }
    .activity-points {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        margin-top: -19px;
        margin-bottom: 40px;
    }
    .activity-icon {
        width: 91px;
        height: 93px;
        background: #1967d2;
        margin: 32px auto 0px;
        border-radius: 9px;
        padding: 14px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    }
    .exprience-number .row {
        margin-top: 0;
    }
    .mentor-expri,
    .industrial-expri {
        margin-top: 23px;
    }
    .about-expricence h1 {
        font-size: 42px;
    }
    .work-exprience {
        padding: 40px 34px;
    }
    .more-company {
        height: auto;
        padding-bottom: 26px;
        padding-top: 26px;
    }
    .professinal-image {
        display: none;
    }
    .mentor-expri-field {
        padding: 40px 34px;
        background: #eaf1fb;
        height: auto;
    }
}
@media handheld, only screen and (max-width: 414px) {
    .for-destop- {
        display: none;
    }
    .for-mobile- {
        display: block;
    }
    .review-sec {
        margin-left: 0px;
    }
    .profile-images img {
        margin-top: -39%;
    }

    .why-verification-sec h1 {
        padding-left: 1px;
        font-size: 34px;
    }

    .why-verification-sec p {
        padding-left: 5px;
        color: #fff;
        line-height: 30px;
        font-weight: 300;
        text-align: justify;
        margin-top: 21px;
        margin-right: 2px;
    }
    .service-provider-left h3,
    .experience-panel h3 {
        font-weight: 700;
        margin-top: 67px;
    }
    .faq-question details {
        margin-right: 0%;
    }
}
