@media (max-width: 767px) {
    .header-main .container {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;

    }
    .container{
        max-width: 100% !important;
    }
    #header-space, #top {
        display: none !important;
    }
    #nav-icon3 {
        width: 50px;
        height: 45px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 2px;
        background: #161f4b;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 50%;
        margin: auto;
        left: 0;
        right: 0;
    }
    #nav-icon3 span:nth-child(1) {
        top: 13px;
    }
    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 21px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 30px;
    }
    body.active #nav-icon3 span:nth-child(1),
    body.active #nav-icon3 span:nth-child(4) {
        top: 2.125em;
        width: 0%;
        left: 50%;
    }
    body.active #nav-icon3 span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.active #nav-icon3 span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-list {
        width: 100%;
    }
    .menu-list ul {
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        margin-top: 18px;
        background: #eae2b7;
        width: 100%;
        height: 100vh;
        justify-content: flex-start;
        left: 100%;
        z-index: 999;
        transition: 0.5s;
    }
    body.active .menu-list ul {
        left: 0;
        transition: 0.5s;
    }
    .header-main {
        position: relative;
    }
    .link-head {
        display: none;
    }
    .menu-list ul li {
        padding: 10px 20px;
    }
    .wrapper {
        overflow: hidden;
    }
    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    section {
        padding: 30px 0 !important;
    }
    .banner-cont h1 {
        font-size: 32px;
        line-height: 45px;
    }
    .banner-cont h1 span {
        font-size: 15px;
        line-height: 30px;
    }
    .banner-img img {
        max-width: 50%;
    }
    .globle-btn {
        margin: 20px 0;
        height: 60px;
        width: 70% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .work-cont.contact-title .globle-btn {
        width: 100% !important;
    }
    .about-author-cont {
        width: 100%;
    }
    section.about-author-top {
        display: none;
    }
    .about-cont {
        padding: 30px 0px 30px;
    }
    .about-cont h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .about-cont h3 {
        font-size: 20px;
        line-height: 30px;
        display: block;
    }
    .about-cont h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .coma {
        margin: 10px 0;
    }
    .about-cont p {
        font-size: 12px;
        line-height: 22px;
        text-align: left;
    }
    .about-author .about-clr-cont {
        margin-bottom: 40px;
    }
    .work-cont h3 {
        font-size: 35px;
        line-height: 42px;
    }
    .video-sec {
        margin-top: -100px;
    }
    .work-cont p {
        margin: 10px 0;
    }
    .video-service img {
        max-width: 100%;
    }
    .about-author {
        padding-bottom: 100px !important;
    }
    .play-btn-vdo img {
        max-width: 20%;
    }
    .services-title h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .services-title {
        margin-bottom: 20px;
    }
    section.services-sec .col-md-4 {
        margin-bottom: 30px;
    }
    .service-item h4 {
        margin-top: 20px;
    }
    section.gallery-sec .col-md-4 {
        width: 50%;
    }
    .testimonial-sec {
        margin-top: 0;
    }
    .contact-sec .container {
        padding: 0 15px;
        background: #fff;
        text-align: center;
        border-bottom: none;
    }
    .contact-sec {
        padding: 0 0 !important;
    }
    .contact-title h5 {
        font-size: 16px;
    }
    .services-title h3 br {
        display: none;
    }
    .test-item {
        flex-direction: column;
    }
    .test-img img {
        max-width: 100%;
    }
    .test-cont {
        padding-left: 0;
        padding-top: 30px;
    }
    .blog-sec {
        padding: 90px 0 30px!important;
    }
    .blog-content {
        margin-bottom: 40px;
    }
    .blog-content h4 {
        font-size: 18px;
        line-height: 30px;
        margin: 15px 0;
    }
    .blog-btn {
        margin: 0 0;
    }
    .footer {
        padding: 30px 0;
    }
    .footer-form {
        margin: 30px 0;
        text-align: center;
    }
    .botm-ctn {
        margin-top: 0px;
        padding-bottom: 0;
    }
    .footer:after {
        display: none;
    }
    .botm-ctn span {
        font-size: 12px;
    }
    .footer-menu ul {
        column-count: 2;
    }
    .footer-menu ul li {
        margin-bottom: 10px;
    }
    .about-banner .banner-cont {
        display: block;
    }
    .about-video-sec {
        margin-top: 0;
    }
    .about-the-author .about-cont {
        padding: 20px 0 0;
    }
    section.contact-sec.contact-page-sec {
        padding: 30px 0 0 !important;
    }
    .about-banner .banner-cont h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .about-cont h3 img {
        margin-left: 0;
    }
    .about-the-author {
        padding-bottom: 0 !important;
    }
    .purchase-link a {
        font-size: 16px;
    }
    .blog-page-sec {
        padding: 40px 0 20px !important;
    }
    .blog-page-sec .blog-content {
        margin-bottom: 25px;
    }
    .container.main-content {
        padding: 40px 15px;
    }
}