@media screen and (max-width:1200px) {


    /* .launch-product-desplay .product-container {
        flex-direction: column;

    } */

    /* .launch-product-desplay .product-detail {
        padding-left: 0rem;
        margin-top: 1rem;
    } */

    /* .launch-product-desplay .product-container img {
        width: 100%;
    } */





}


@media screen and (max-width:1023px) {
    .blog-title h1 {
        font-size: 3.4rem;
    }
}


@media screen and (max-width:991px) {

    .middle-content-wrapper {
        flex-direction: column;
    }

    .middle-content-wrapper .img-container img {
        width: 100%;
        height: 400px;
    }

    .middle-thumbnail-badge.bedge-btn {
       text-align: center;
       padding-right: 0;
    }

    .middle-thumbnail-badge.bedge-btn a{
        bottom: 20px;
       background-color: #fff;

     }

    .middle-content-wrapper .content-wrapper {
        padding-left: 0;
    }

    .thumbnail-container img{
        height: 400px;
    }

    .middle-content-wrapper .latest_title h2{
        font-size: 20px;
    }

    .intro-column-center {
        padding-inline: 0;
    }

    .card-para h4 {
        line-height: 1.2;
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    .card-para p {
        line-height: 1.2;
        font-size: 1rem;
    }

    .add-container {
        margin: 3rem 0 3rem 0;
        height: 400px;
    }

    .footer-right {
        margin-top: 2rem;
    }

    .video-desc {
        margin-block: 0;
        margin-bottom: 2.5rem;
    }

    .product-launch-container {
        background-color: #f7f7f7;
        margin-bottom: 3.5rem;
        padding: 2rem 0 2.8rem 0;
    }

    /* .launch-product-desplay .product-container img {
        width: 30%;
        margin-right: 1rem;
    } */


    /* .launch-product-desplay .product-detail, .toggle-category-post .product-detail {
        padding-left: 0;
        padding-top: 1rem;
    } */

    .product-detail {
        margin-top: 0 !important;
    }

    .blog-title h1 {
        font-size: 3.2rem;
    }

    .view-video-button {
        bottom: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 6 13px 6px;
        right: 0;
        transform: translateY(50%);
        width: 200px;
    }
    .view-video-button>* {
        font-size: 1rem;
        padding-right: 0.5rem !important;
    }
    #toggleRead {
        display: none;
    }

    .categories {
        display: none;
    }
    .bi-list {
        display: block;
    }
    .privacy-ad-wrapper {
        display: none;
    }

    .privacy-content-wrapper, .contact-wrapper {
        padding-right: 0px;
    }

    .blog-ad-privacy, .blog-ad-contact {
        display: none;
    }

}

@media screen and (max-width:767px) {

    .middle-content-wrapper .content-wrapper {
        margin-top: 0;
    }

    .content-wrapper {
        margin-top: 1.2rem;
    }

    .big-img {
        margin-bottom: 1.5rem;
    }

    .bedge-btn {
        padding-right: 0px;
    }

    .blog-title h1 {
        font-size: 3rem;
    }

    .view-video-button {
        padding: 9px 11px;
    }

    .view-video-button>* {
        font-size: 0.9rem;
    }

    .about-content table tr td {
        display: block;
    }

    .contact-info .info-wrapper {
        flex-direction: column-reverse;
    }

    .contact-info .info, .contact-info .form-area {
        width: 100%;
    }

}

@media screen and (max-width:575px) {
    .footer-right {
        display: flex;
        flex-direction: column;
    }

    .footer-right .row {
        order: 2;
    }

    .footer-right>p {
        order: 3;
        border-top: 1px solid #707070;
    }

    .footer-social-icons {
        border-bottom: none;
        text-align: center;
        order: 1;
        margin-bottom: 1.5rem;
    }

    .recent-btn {
        text-align: center;
    }

    .blog-title h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    .privacy-content-wrapper {
        padding-left: 10px;
    }

    .device-info-wrapper ul {
        margin: 0 0 20px 0.5em;
        padding-left: 2rem;
    }

    .privacy-content-wrapper ul li {
        font-size: 16px;
    }
}

@media screen and (max-width:500px) {
    #search-overlay-desktop{
        width: 100%;
        padding: 38px 33px 35px 33px;
    }

    .thumbnail-container img {
        height: 200px;
        padding: 0 20px;
    }

    .middle-content-wrapper .img-container img {
        height: 200px;
        padding: 0 20px;
    }

    .middle-content-wrapper .content-wrapper {
        padding: 0 20px;
    }

    .card-para {
        padding: 0 20px;
    }
}

@media screen and (max-width:425px) {

}
@media screen and (max-width:425px) {
    .ytb-video {
        height: 200px;
    }

    .product-launch-title {
        font-size: 1rem;
        max-width: 90%;
        margin: 0 auto;
    }

    .launch-product-desplay .product-detail p {
        font-size: 1rem;
    }

    /* .launch-product-desplay .product-container img {
        width: 40%;
    } */

    .blog-title h1 {
        font-size: 2.3rem;
    }

    .privacy-content-wrapper p {
        font-size: 17px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 25px;
    }



}

@media screen and (max-width:375px) {
    /* .product-launch-title h5::before {
        top: -3px;
        left: 8px;
    }

    .product-launch-title h5::after {
        bottom: 0px;
        right: 8px;
    } */

    /* .launch-product-desplay .product-container img {
        width: 50%;
    } */

    .blog-title h1 {
        font-size: 2rem;
    }

    .view-video-button {
        width: 180px;
    }

}