@media screen and (min-width: 481px) {
    .theme-preview-body .btn {
        font-size: 16px;
    }

    /* profile-sec css */
    .theme-preview-body .profile-sec .profile-content p {
        line-height: 1.8;
    }

    /* gallery-sec css */
    .gallery-slider .slick-list {
        padding: 0 10%;
    }

    /* product-sec css */
    .theme-preview-body .product-card .product-card-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .theme-preview-body .product-card-inner .product-card-image,
    .theme-preview-body .product-card-inner .img-wrapper {
        height: 100%;
    }

    .theme-preview-body .product-card-inner .product-card-image {
        max-width: 35%;
        width: 100%;
    }

    .theme-preview-body .product-card-inner .product-content {
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .theme-preview-body .product-card .product-content .product-content-top {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    /* appointment-sec css */
    .theme-preview-body .appointment-sec .check-box-div {
        max-width: 80%;
        width: 100%;
        margin: 0 auto 20px;
    }

    .theme-preview-body .appointment-sec .appointment-form-wrp {
        padding: 20px;
    }

    /* more-info-sec css */
    .theme-preview-body .more-info-sec ul {
        max-width: 80%;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    :root .theme-preview-body {
        --h1: normal 600 34px/1.2 var(--second-font);
        --h2: normal 600 24px/1.2 var(--second-font);
        --h3: normal 600 22px/1.2 var(--second-font);
        --h4: normal 600 20px/1.2 var(--second-font);
        --h5: normal 600 18px/1.2 var(--second-font);
        --h6: normal 600 16px/1.2 var(--second-font);
        --common-text: normal 400 14px/1.4 var(--first-font);
    }

    .theme-preview-body .container {
        padding: 0 15px;
    }

    .theme-preview-body .common-title h2 {
        padding: 0 0 8px;
    }
    .theme-preview-body .common-title h2::before {
        height: 8px;
    }

    /* theme-popup css */
    .theme-preview-body .theme-popup-inner .theme-popup-content {
        padding: 20px 15px;
    }

    .theme-preview-body .popup-header .popup-title h2 {
        font-size: 20px;
    }

    .theme-preview-body .theme-popup .form-group .form-input svg {
        height: 14px;
        width: 14px;
    }

    /* share-card-popup css */
    .theme-preview-body .share-card-popup .social-list {
        padding: 10px 15px;
    }

    /* profile-sec css */
    .theme-preview-body .profile-sec .profile-content {
        padding: 0 15px;
        margin: 0 0 20px;
    }

    .theme-preview-body .profile-sec .client-info-wrp {
        padding: 30px 15px 45px;
        gap: 15px;
    }

    .theme-preview-body .profile-sec .client-info-wrp .client-image {
        height: 90px;
        width: 90px;
        border-width: 5px;
    }

    /* service-sec css */
    .theme-preview-body .service-card .service-card-inner .service-card-image {
        height: 75px;
        width: 75px;
    }

    /* product-sec css */
    .theme-preview-body .product-card-inner .img-wrapper {
        padding-top: 85%;
    }

    /* contact-info-sec css */
    .theme-preview-body .contact-info-sec .contact-list li img {
        max-width: 18px;
    }

    .theme-preview-body .contact-info-sec .contact-list li a {
        font-size: 16px;
    }

    /* more-info-sec css */
    .theme-preview-body .more-info-sec ul li a {
        height: 50px;
        width: 50px;
    }

    .theme-preview-body .more-info-sec ul li a svg {
        height: 25px;
        width: 25px;
    }

    /* testimonial-sec css */
    .theme-preview-body .testimonial-card-inner .testimonial-image {
        height: 80px;
        width: 80px;
        margin: -60px auto 15px;
    }

    .theme-preview-body .testimonial-card .testimonial-card-inner {
        padding: 20px 15px;
    }

    /* social-link-sec css */
    .theme-preview-body .social-link-slider {
        margin: 0 25px;
    }

    .theme-preview-body .social-link-sec .social-link a {
        height: 35px;
        width: 35px;
    }

    .theme-preview-body .social-link-sec .social-link a img {
        max-width: 16px;
    }

    /* payment-sec css */
    .theme-preview-body .payment-sec ul,
    .theme-preview-body .download-sec ul {
        padding: 30px 15px;
        gap: 15px;
    }

    .theme-preview-body .payment-sec ul li a {
        padding: 8px 15px;
    }

    .theme-preview-body .payment-sec ul li a span {
        font-size: 16px;
    }
}