@media screen and (min-width: 320px) and (max-width: 768px) {
    .header .content-nav-left .site-logo {
        max-width: 85%;
    }

    .header {
        padding: 1rem 0;
    }

    .banner_sec {
        padding: 30px 0;
        height: 70vh;
    }

    .banner_sec .banner_grid h1 {
        font-size: 3rem;
    }

    .banner_sec .banner_grid p {
        font-size: 15px;
    }

    .banner_sec .banner_wrap {
        display: block;
        margin-top: 0px;
    }

    .banner_sec .banner_wrap .content-right img {
        display: none;
    }

    .banner_sec .banner_wrap .content-right {
        display: none;
    }

    .banner_sec .banner_wrap .pad_lef {
        padding: 0;
    }

    /*.about-section {*/
    /*    padding: 20px;*/
    /*}*/
    /*.about_us .content-wrapper {*/
    /*    width: 100%;*/
    /*    padding-left: 0;*/
    /*    margin-top: 45px;*/
    /*}*/
    /*.about_us .content-nav-left {*/
    /*    margin: 20px 0;*/
    /*}*/
    /*.about_us {*/
    /*    padding: 0;*/
    /*    box-shadow: none;*/
    /*    display: block;*/
    /*}*/
    .about_me .card-body .left-content {
        text-align: center;
    }

    .about_me .card-body .left-content h3 {
        font-size: 2rem;
    }

    .about_me .card .cards-layout {
        grid-template-columns: repeat(1, 1fr);
    }

    .about_me .card-body .left-content p {
        width: 100% !important;
    }

    .about_me .social_icon {
        margin: 5px 0;
    }

    .about_me .social_icon h2 {
        font-size: 1.5rem;
    }

    .about_me .social_icon p {
        font-size: 13px;
    }

    .about_me .item-grid {
        margin: auto 2rem;
    }

    .cards-layout_6 {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 60px;
    }

    .header .content-nav-left .site-logo {
        max-width: 70%;
    }

    footer .social_icons {
        display: flex;
        justify-content: center;
        margin-top: 1.5rem;
    }

    footer .menu_nav li a {
        margin: 0 !important;
    }

    footer .footer-content {
         flex-direction: column;
    }

    footer .footer-content .footer-section .site-logo .widget_media_image {
        padding: 0;
    }

    footer .widget_nav_menu nav ul li {
        margin: 0;
    }

    footer .footer-section .widget_nav_menu {
        padding: 0;
    }

    footer .widget_nav_menu nav ul {
        display: block;
    }

    footer .footer-content .footer-section {
        padding: 0;
    }

    footer .footer-content .footer-section .menu_nav {
        display: block;
    }

    footer .footer-content .footer-section .menu_nav li {
        display: flex;
    }

    footer .footer-content .footer-section .social_nav {
        justify-content: start;
    }

    footer .footer-bottom {
        display: flex;
        justify-content: center;
    }

    .testimonials-section .arrows {
        display: none;
    }

    .testimonials-section .testimonial-card {
        flex: 0 0 97.33%;
    }

    .blogDetails_wrap {
        margin-top: 80px;
    }

    .blogDetails_wrap h1.entry-title {
        font-size: 1.4rem !important;
        line-height: 35px !important;
    }

    .blogDetails_wrap h5 {
        margin: 0;
    }

    .blogDetails_wrap .blog_head p {
        font-size: 0.8rem;
    }

    .blogDetails_wrap .blog_head .client-img img {
        height: 40px;
        width: 40px;
    }

    .blogDetails_wrap .blog_img {
        margin-bottom: 20px;
    }

    .contact_sec .contact_form {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sec_head .form-group {
        width: 100%;
        display: block;
    }

    .sec_head .form-submit-btn {
        top: 0;
    }

    .banner_sec .banner_grid {
        display: block;
    }

    .two_grid {
        -moz-column-gap: 0;
        column-gap: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        row-gap: 0;
    }

    .contact_form {
        margin-right: 0;
        margin-bottom: 10px;
    }

    nav .site-logo {
        float: none;
        width: auto;
        justify-content: start;
    }

    nav .site-logo img {
        height: 40px;
    }

    nav .navs {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 0;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: center;
        background-color: rgb(0 0 0 / 92%);
        overflow: hidden;
        transition: all .5s ease-in-out;
        align-items: flex-start;
    }
    .header .navs .nav-items a{
        color: white;
        padding: 25px 40px;
        display: block;
        width: 100%;
    }
    nav .navs a {
        font-size: 1.1rem !important;
        color: white;
    }

    nav input[type="checkbox"]:checked ~ .navs {
        bottom: 0;
    }

    nav .icon-burger {
        display: block;
    }

    nav input[type="checkbox"]:checked ~ .icon-burger .line:nth-child(1) {
        transform: translateY(8px) rotate(228deg);
    }

    nav input[type="checkbox"]:checked ~ .icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(130deg);
    }

    nav input[type="checkbox"]:checked ~ .icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    .header.is-sticky .icon-burger .line {
        background-color: #9a9a9a !important;
    }

    /*.header.is-sticky .navs li a {*/
    /*    color: #fff !important;*/
    /*}*/

    .autoGrid.four-grid,
    .autoGrid.three-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media screen and (max-width: 425px) {
	.blogDetails_wrap .blog_editor figure.wp-caption {
		width: 100% !important;
	}
	.blogDetails_wrap .blog_editor figure.wp-caption .wp-caption-text {
		word-wrap: break-word;
		overflow-wrap: break-word;
		hyphens: auto;
	}
}

