@media handheld, only screen and (max-width: 992px) {
    #check {
        display: none;
    }

    .blog-artical {
        height: auto;
    }

    .blog-details-contact img {
        height: 261px;
        margin-bottom: 30px;
        width: 100%;
    }

    .blog-details-banner h1 {
        margin-bottom: 0px !important;
        font-size: 26px;
        line-height: 39px;
    }

    .checkbtn {
        display: block;
        float: right;
        font-size: 26px;
    }
    .header-sec {
        padding-top: 0px;
    }

    .mobile-version {
        display: block;
    }
    .achiv-icon {
        width: 70px;
        height: 70px;
    }

    .achiv-icon img {
        width: 47%;
        margin: 16px auto 0px;
    }

    .desktop-version {
        display: none;
    }

    .name-details {
        padding-left: 0px;
        margin-top: 0%;
    }
    .name-details h1 {
        font-size: 62px;
    }

    .name-details small {
        margin-bottom: 7%;
    }

    .my-work {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .name-details span {
        margin-top: 20px;
        margin-bottom: 9px;
    }

    .social-media {
        margin-bottom: 60px;
        display: block;
    }

    .navigation {
        float: none;
        margin-bottom: 0px;
        margin-top: 0px;
        position: fixed;
        background: #104675ed;
        left: -100%;
        top: 10px;
        height: 100vh;
        z-index: 99999;
        width: 100%;
        padding-top: 38px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .navigation li {
        list-style: none;
        display: list-item;
        margin-left: 57px;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 24px;
    }
    .let-talk {
        background: #135bfb;
        color: #fff;
        width: auto;
        display: block;
        text-align: center;
        height: auto;
        border-radius: 6px;
        line-height: 39px;
        float: right;
        margin-top: 0px;
        margin-left: 0px;
        padding: 12px;
    }

    .main-degree {
        height: auto;
        width: 100%;
        padding: 41px;
        border-radius: 24px;
        margin-top: 31px;
    }

    .second-epreence-box {
        margin-bottom: 36px;
    }

    .navigation li a {
        color: #fff;
        font-size: 17px;
    }

    .chart-icon {
        display: block !important;
        font-size: 20px;
    }

    .let-talk span,
    .let-talk .fa-arrow-right {
        display: none;
    }

    .showcase-projects h3 {
        color: #0f4aaf;
        font-family: myFirstFont;
        margin-top: 67px;
        margin-bottom: 44px;
        text-align: center;
        padding: 0px 0%;
        line-height: 49px;
    }

    .tab button {
        margin: 0px 6px 19px;
    }

    .testimonials-box {
        margin-top: 27px;
    }
    .accordion {
        margin-bottom: 41px;
    }
    .accordion .accordion-item {
        margin-right: 0px;
    }

    .contact-form h3 {
        font-weight: 800;
        font-size: 44px;
        margin-bottom: 32px;
    }

    .hire-me-section {
        height: auto;
    }

    .achivment-bg {
        display: none;
    }

    .achiv-box {
        margin-top: 0px;
    }

    .project-box {
        margin-bottom: 35px;
    }

    #check:checked ~ ul {
        left: 0%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .cancel-btn {
        display: block;
        position: absolute;
        color: #fff;
        top: 11px;
        right: 26px;
        font-size: 46px;
    }
    .footer-panel img {
        text-align: center;
        margin: 0px auto;
        display: block;
    }

    .footer-panel span {
        text-align: center;
        display: block;
        margin-top: 6%;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}
