

body {
    font-family: 'Poppins', sans-serif;
}

.accordion-content {
    max-height: 0;
    transition: 100px 0.3s ease-out;
}

.footer-about{
    line-height: 27px !important;
}
.loadmoreLeft{
    top: 150px;
    left: -70px;
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
  }

.scrollbar-hidden {
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scrollbar-width: none; /* For Firefox */
  }

.loadmoreRight{
    top: 150px;
    right: -70px;
}
footer{
    padding-top: 80px !important;
}

.content{
    padding-bottom: 20px;
}
.home-h2{
    font-size: 33px;
    line-height: 40px;
}
.category-name{
    font-size: 14px;
    line-height: 21px;
}
.product-title{
    font-size: 19.2px;
    line-height: 24px;
}
.gray-box{
    height: 300px;
    width: 300px;
}
.check-box{
    height: 18px;
    width: 18px;
}
.product-description{
    padding: 81px 0;
}
.description{
    font-size: 16px;
    line-height: 27px;
}
.productT{
    font-size: 38px;
    line-height: 48px;
}

.circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.home-h2{
    font-size: 23px;
    line-height: 20px;
}

.contact-p{
    font-size: 24px;
    line-height: 30px;
}
.active{
    width: 44px;
    height: 44px;
    background-color: #009DD1;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activeli{
    color: #009DD1;
}
.text{
    font-size: 13px;
    line-height: 18px;
}
.text1{
    font-size: 16px;
    line-height: 24px;
}
.title{
    font-size: 30px;
    line-height: 28px;
}
.contact{
    padding-left: 30px;
}

@media (min-width:768px) {
    .about-section{
        padding-right: 198px !important;
    }
    .sidebar-width{
        width: 352px;
    }
    .grid-width{
        width: 100px;
    }
    .contact-section{
        margin: 40px 0px;
    }
    .contact-main{
        padding: 0 130px;
        padding-bottom: 136px;
    }
    .text{
        font-size: 12px;
        line-height: 15px;
    }
    .Popular-section{
        padding-top: 166px;
    }
    .contact-info{
        margin-right: 100px;
    }
    .home-h2{
        font-size: 33px;
        line-height: 40px;
    }
    .title{
        font-size: 40px;
        line-height: 48px;
    }
    .contact{
        padding-left: 110px;
    }
}


@media (max-width:375px) {
    .title{
        font-size: 18px;
        line-height: 20px;
    }
}
