.home-page-product-content {
    padding: 30px 0;
}

.home-page-product-content h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

.home-page-product-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.home-page-product-content p {
    font-size: 14px;
    color: var(--color-text);
}

.home-page-product-content a {
    color: var(--color-primary);
}

/*---- social connection style start ----*/
.social-connection-block {
    text-align: center;
    padding: 20px 0 0;
}

.social-connection-block h5{
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
    text-shadow: 2px 2px 12px #00000082;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.social-connection-block h5 a{
    color: #3b8ffd;
}

/*---- social connection style end ----*/


@media (min-width:1700px) {
    .home-page-product-content h1{
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .home-page-product-content h1{
        font-size: 28px;
    }
}

@media (max-width:575.98px){
    .home-page-product-content h1{
        font-size: 22px;
    }
    /*---- social connection style start ----*/
    .social-connection-block{
        padding: 0;
    }
    .social-connection-block h5{
        font-size: 16px;
        max-width: 70%;
        margin: 0 auto;
    }
    /*---- social connection style end ----*/
}


@media (max-width: 400.98px) {
    .home-page-product-content h1{
        font-size: 20px;
    }
}

@media (max-width: 375.98px){
    .home-page-product-content p{
        font-size: 13px;
    }
}

@media (max-width: 359.98px){
    /*---- social connection style start ----*/
    .social-connection-block h5{
        font-size: 14px;
        max-width: 80%;
    }
    /*---- social connection style end ----*/
}

@media (max-width:300.98px){
    .home-page-product-content {
        padding: 20px 0;
    }
    .home-page-product-content h1 {
        font-size: 17px;
        line-height: 1.4;
    }
    .home-page-product-content p{
        font-size: 12px;
    }
}



/* House Of Malli Custom Component Start */


/* .houseofmalli.common-padding{
    padding: 55px 30px;
}
.history-section .heading-part .main_title{
    font-weight: 600;
} 
.history-section .housemalli-bg-img{
    position: relative;
    background: url(https://d1.webmerx.com/themes/flatsome/assets/images/hom-img-1.jpg);
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}    
.history-section .housemalli-bg-img img{
    position: relative;
    top: -40px;
    left: -40px;
}
.history-section .housemalli-bg-img::after{
    background: url(https://d1.webmerx.com/themes/flatsome/assets/images/abt-img-3.png);
    position: absolute;
    content: '';
    height: 100%;
    width: 25%;
    left: -30%;
    background-repeat: no-repeat;
}
.testimonial-section .cl-bg-img-block img{
    width: 100%;
}
.testimonial-section .cl-slider-block {
    background: #fdfdfd;
    box-shadow: 0 0 10px #00000032;
    padding: 30px;
    margin-top: -120px;
    position: relative;
    z-index: 99;
}
.testimonial-section .cl-img {
    width: 200px !important;
    height: 200px;
    border-radius: 100px;
    box-shadow: 0 4px 10px #00000032;
    margin: 0 auto;
}
.testimonial-section .cl-title{
    font-size: 30px;
    margin: 15px 0;
}
.testimonial-section .cm-txt{
    font-size: 14px;
    color: var(--txt-dark);
    margin-bottom: 30px;
}
.testimonial-section .cl-name{
    font-size: 16px;
    text-align: center;
    color: #000;
    display: block;
    margin-top: 30px;
}
.testimonial-section .cl-bg-img-block {
    position: relative;
    margin-top: -140px;
    z-index: 0;
   transform-style: preserve-3d;
}
.housemalli-btn{
    z-index: 100;
    position: relative;
}
.testimonial-section .slick-arrow{
    display: none !important;
}
.housemalli-bg-banner{
    margin-left: -10px;
    margin-right: -10px;
}
.housemalli-bg-banner .parellex-banner{
    background:url(https://d1.webmerx.com/themes/flatsome/assets/images/hom-para-banner.jpg);
    height: 600px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.history-section .second-img-housemalli-bg{
    position: relative;
    background: url(https://d1.webmerx.com/themes/flatsome/assets/images/hom-img-2.jpg);
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}    
.history-section .second-img-housemalli-bg img{
    position: relative;
    top: -40px;
    right: -40px;
}
.history-section .second-img-housemalli-bg::after{
    background: url(https://d1.webmerx.com/themes/flatsome/assets/images/abt-img-3.png);
    position: absolute;
    content: '';
    height: 100%;
    width: 25%;
    right: -30%;
    background-repeat: no-repeat;
}
.top-cat-section .cm-pd-cat-list{
    grid-template-columns: repeat(4, 1fr) !important;
}
@media(max-width:768px){
    .housemalli-bg-banner{
        margin-left: 0;
        margin-right: 0;
    }
    .top-cat-section .cm-pd-cat-list{
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .history-section .housemalli-bg-img::after,
    .history-section .second-img-housemalli-bg::after{
        position: relative !important;
    }
    .history-section .housemalli-bg-img img{
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    .testimonial-section .cl-bg-img-block{
        margin-top: 0;
    }
    .testimonial-section .cl-slider-block{
        margin-top: 50px;
    }
    .testimonial-section .cl-img{
        height: 75%;
        width: 75% !important;
        border-radius: 100%;
    }
    
}

@media(max-width:576px){
    .housemalli-nws-ltr .sub-heading{
        max-width: 100% !important;
    }
    .houseofmalli.common-padding{
        padding: 0px 0;
    }
    .testimonial-section .cl-slider-block{
        margin-top: 50px;
    }
    .testimonial-section .cl-bg-img-block{
        margin-top: 25px;
    }
    
    .top-cat-section .cm-pd-cat-list{
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .testimonial-section .cl-img{
        height: 50%;
        width: 50% !important;
        border-radius: 100%;
    }
    
    .history-section .housemalli-bg-img,
    .history-section .second-img-housemalli-bg{
        margin-top: 70px;
        height: 100%;
    }
    .housemalli-bg-banner{
        margin-left: 0;
        margin-right: 0;
    }

    .history-section .housemalli-bg-img img{
        height: 70%;
        width: 70%;
        top: -30px;
        left: -30px;
    }
    .history-section .second-img-housemalli-bg img{
        height: 70%;
        width: 70%;
        top: -30px;
        right: -30px;
    }
}

 News Lettere Section Start
    .housemalli-nws-ltr.common-padding{
        padding: 0 15px 15px 15px;
    }
    .top_cat-title{
        text-align: center;
        font-weight: 600;
        font-size: 35px !important;
    }    
    .housemalli-nws-ltr .sub-heading {
        font-size: 16px;
        text-align: center;
        max-width: 40%;
        margin: 0 auto;
        color: var(--txt-dark);
    }
    .housemalli-nws-ltr .nws-ltr-block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border: 2px solid var(--txt-color);
        padding: 5px 0;
        margin-top: 30px;
    }

    .housemalli-nws-ltr .input-block {
        width: 80%;
    }
    
    .housemalli-nws-ltr .btn-send{
        width: 20%;
    }
    
    .housemalli-nws-ltr .nws-input{
        height: unset;
        padding: 2px 10px;
        font-size: 14px;
        border: 0;
    }
    
    .housemalli-nws-ltr .nws-select{
        padding: 2px 10px;
        height: unset !important;
        font-size: 14px;
        border: 0;
        background: none !important;
    }
    
    .housemalli-nws-ltr .btn-nws{
        width: 100%;
        background: transparent;
        color: var(--txt-color);
        padding: 12px 5px;
        font-size: 14px;
        cursor: pointer;
    }
    
    
News Lettere Section End */




/* House Of Malli Custom Component End */