@media screen and (min-width: 1440px) {
    .search-content .search {
        width: 50%;
    }

    /* .service-items {
        padding-block: 50px;
    } */
}

@media screen and (max-width: 1440px) {
    
}

@media screen and (max-width: 768px) {

    .cv-img {
        height: auto;
        width: auto;
    }

    .brand-slider .item .brand-img {
        margin-bottom: 15px;
    }

    .right-newsletter-box > .d-flex {
        flex-wrap: wrap;
    }

    .right-newsletter-box .absolute-content {
        right: 0;
        bottom: 10px;
        top: initial;
    }
    .right-newsletter-box .absolute-content::after {
        top: -10px;
        left: 80%;
        border-top: 0;
        border-bottom: 10px solid var(--white-color);
    }

    .resume-btns {
        flex-direction: column;
    }

    .faq-acco-bg {
        height: auto;
        margin-bottom: 20px;
    }

    .newsletter-box .row > .col-lg-5 {
        border-right: 0;
        padding-right: 0;
    }

    .claim-flex ul {
        flex-direction: column;
        align-items: start;
        margin-top: 10px;
    }
    .blog-wrapper {
        height: auto;
        margin-bottom: 15px;
    }

    .testi-item {
        padding: 10px !important;
        padding-top: 3rem !important;
    }

    .course-item {
        margin-bottom: 15px;
    }

    .cv-content-right .cv-title h3 {
        margin-top: 20px;
        font-size: 18px;
    }

    .left-comma {
        right: -25px;
        bottom: -80px;
    }

    .newsletter-box {
        padding: 20px;;
    }
    .grid {
        grid-template-columns: repeat(2, 1fr);
      }


    .our-tools .d-flex {
        flex-wrap: wrap;
    }

    .right-blog .blog-wrapper {
        flex-direction: column;
    }
    .our-contact ul.d-flex {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start !important;
        row-gap: 10px;
    }

    .user-auth {
        display: none !important;
    }

    .search-content {
        width: 100%;
        overflow: hidden;
    }
    .btn-group {
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start !important;
    }
    .btn-group div a {
        white-space: nowrap;
    }


    .custom-padding {
        padding-block: 30px;
    }

    .search-content .search {
        width: 100%;
    }
    .w-60 {
        width: 100%;
    }

    .generate-btn a {
        width: 100%;
        margin-bottom: 10px;
    }

    .web-reader {
        padding-bottom: 0 !important;
    }

    .acco-right {
        padding: 10px !important;
    }

    .acco-right .accordian-img {
        height: auto;
    }

    .ai-audio-tools .slick-next {
        right: 0 !important;
    }
    
    .ai-audio-tools .slick-prev {
        left: 0 !important;
    }

    .counting {
        padding: 0!important;
        margin: 0 !important;
    }

    .counting .border-end {
        border-right: 0 !important;
        border-bottom: 1px solid #dee2e6;
    }

    .accordion-item .list-content p i {
        width: 46px;
    }

    .contact-us-form .col-lg-6.p-5 {
        padding: 10px !important;
    }


    .right-blog .blog-wrapper {
        display: block;
    }

    .right-blog .blog-img {
        width: auto;
    }

    .right-blog .blog-content .blog-title h1 {
        display: initial;
        line-clamp: initial;
        -webkit-line-clamp: inherit;
        overflow: inherit;
    }

    .testimonials {
        padding-block: 20px;
    }

    .newsletter-wrapper {
        flex-direction: column;
        align-items: start !important;
    }
    .newsletter-content h3 {
        font-size: 18px;
    }

    .newsletter-wrapper form {
        width: 100%;
        margin-block: 20px;
    }
    .g-title {
        border-right: 0;
        margin-bottom: 20px;
    }

    .search-content .content h1 {
        font-size: 22px;
    }

    .search-content .content p {
        width: 100%;
        margin: 0;
    }
    .cs-title h2 {
        font-size: 22px;
    }

    .wr-title h2 {
        font-size: 22px;
    }

    .video-title h3 {
        font-size: 22px;
    }

    .who-title {
        padding-block: 20px;
    }

    .who-title h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .tools .d-flex {
        flex-wrap: nowrap;
    }
    .cs-title p {
        margin: 0 !important;
        margin-block: 10px !important;
    }
    .c-title h2 {
        font-size: 22px;
    }

    .blog-content .blog-title h1 {
        font-size: 22px;
        padding: 0;
    }

    .blog-content .created {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .blog-content .blog-title p {
        padding-top: 8px;
    }

    .navbar-toggler-icon {
        width: 1em;
    }

    .navbar-toggler {
        padding: 0 8px;
    }
    .c-container {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: initial;
    }

    .unique-menu {
        flex-direction: column;
    }

    .menu-item {
        width: 100%;;
    }
    .unmenu-wrap {
        min-width: 100%;
    }

    .navbar-collapse.collapse.show .navbar-nav.me-auto.mb-2.mb-lg-0 {
        /* position: absolute;
        background: white;
        width: 100%;
        top: 100%;
        margin: 0;
        padding: 0;
        left: 0; */
        max-height: 500px;
        overflow: hidden;
        overflow-y: auto;
        /* border-top: 1px solid #ccc;
        padding: 0 20px; */
    }


    .row.g-5 {
        gap: 0;
        margin: 0;
        padding: 0;
    }

    .video-frame video,
    video {
        height: 155px;
    }

    .grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .detail-content .blog-img {
        height: 200px;
    }

    .bg-grd.border.rounded.text-center.p-5 {
        padding: 10px !important;
    }

    .py-5.voice-changer .col-lg-6 .p-4  {
        padding: 0 !important;
    }

    .impactprogram-img {
        height: 200px;
    }

    .blog__img {
        height: 200px;
    }

    .save-plan {
        display: none;
    }

    .course-btn {
        display: none;
    }

    .global-brands.px-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}