* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hero-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.desktop-banner-main{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-banner-sub-wrapper{

    position: relative;
    z-index: 9;
}
.desktop-banner-main img.desktop_image_banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position:bottom; */
    object-position: center center;
}
.hero-section-container {
    padding: 162px 0px 162px 0px;
    max-width: 620px;
    width: 100%;
}

.hero-section-container .icon-with-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.hero-section-container .icon-with-text p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Gill Sans";
    line-height: 19.2px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.hero-section-container .hero-heading {
    font-family: "Hina Mincho", serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    display: block;
    color: rgba(0, 0, 0, 1);
    margin: 0;
    margin-bottom: 25px;

}

.icon-list {
    padding: 0;
    margin: 0;
}

.icon-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.icon-list li p {
    font-family: Gill Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin: 0;
    color: black;
}

.icon-list li:last-child {
    margin-bottom: 0;
}

.review-container {
    margin-top: 48px;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 540px;
}

.review-author-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
}

.review-text {
    font-family: "Gill Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin: 0;

}

.author-name {
    font-family: "Gill Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    margin: 0;
    color: rgba(0, 0, 0, 1);
}

.verify-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.verify-status span {
    font-family: "Gill Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;

}

.author-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bg-mobile-hero {
    display: none;
}

.feature_banner_container {
    background: rgba(251, 249, 245, 1);
    padding: 110px 128px 100px 128px;

}

.banner_container_heading {
    margin-bottom: 80px;
}

.banner_container_heading .heading-four {
    font-family: "Hina Mincho";
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.feature_inner_container {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.feature_content {
    max-width: 33%;
    width: 100%;
    text-align: center;
}

.feature_content h3 {
    font-family: "Gill Sans";
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin: 30px 0;

}

.feature_content p {
    font-family: "Gill Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 0;

    color: rgba(80, 80, 80, 1);
}




/* 0 */
.feature-container {
    max-width: 1270px;
    margin: 0 auto;
}

.hero-container-1 {
    max-width: 1270px;
    margin: 0 auto;
}

.Section_Multi_Column {
    background-color: #F6DDBE;
    padding: 100px 128px;
}

.section_mian_heading {
    margin-bottom: 56px;
}

.section_mian_heading h2 {
    font-family: "Hina Mincho", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    text-align: center;
    color: #000000;
}

.column_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 56px;
    max-width: 1270px;
    margin: 0 auto;
     margin-bottom: 56px;
}

.column_content {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
}

.list_container {
    font-family: "Gill Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
    color: #fff;
    background: #7D629D;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
}

.list_content h3 {
    font-family: "Gill Sans";
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin: 20px 0px;
}

.list_content p {
    font-family: "Gill Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: center;
    color: #505050;
}

.btn_container {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
}

.btn_container a {
    font-family: "Gill Sans";
    font-size: 22px;
    font-weight: 600;
    line-height: 26.24px;
    text-align: left;
    color: #fff;
    background: #7D629D;
    width: 100%;
    max-width: 314px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
}

.btn_container p {
    font-family: "Gill Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.38px;
    text-align: left;
    color: #000000;
}

.align_container {
    margin: 16px 0px;
}

.align_container img {
    display: block;
    text-align: center;
    margin: auto;
}

/* testimonial */
.Section_Testimonial {
    background: #FFFFFF;
    padding: 100px 128px;
}

.Section_Testimonial-container {
    max-width: 1270px;
    margin: 0 auto;
}

.Testimonial_heading {
    margin: 0 auto;
    margin-bottom: 56px;
    width: 100%;
    max-width: 721px;
}
.woo-heading-container{
max-width: 800px;
margin:0 auto;
margin-bottom:80px;
}
.wo-collection-container{
padding:110px 0;
}
.wo-collection-container .cus-container{
padding:0px 127px;
}
.wo-collection-container .cus-container .grid_row .grid_items .product_img img{
height:100% !important; 
}
.collection_grid.wo-collection-container .grid_row .grid_items{
    width:25%;
}
.woo-heading-container h2{
font-family: Hina Mincho;
font-size: 50px;
font-weight: 400;
line-height: 60px;
text-align: center;
text-transform:capitalize;

}
.testimonial_slider_custom .slick-slide {
    margin-right: 20px;
}

.Testimonial_heading h2 {
    font-family: "Hina Mincho", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    color: #000000;
}

.carousel_content {
    width: 100%;
    padding: 30px;
    text-align: center;
    background-color: #F6DDBD;
    border-radius: 16px;
}

.Img_client {
    width: 96px;
    height: 96px;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}

.Img_rating_align {
    padding: 24px 0px 12px 0px;
    margin: 0 auto;
}

.carousel_content h3 {
    font-family: 'Gill Sans';
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.carousel_content p {
    font-family: 'Gill Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #505050;
    padding: 8px 0px 10px 0px;
}

.Bottom_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.Bottom_content h5 {
    font-family: 'Gill Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #000000;
}

.Bottom_content span {
    font-family: 'Gill Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #000000;
}

.main_carousel .slick-prev:before,
.slick-next:before {
    color: #000000;
}

.main_carousel.slick-prev:before,
.slick-next:before {
    color: #000000 !important;
}

.testimonial_slider_custom .prev-slide-icon {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
}

.testimonial_slider_custom .next-slide-icon {
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 9;
}
.testimonial_slider_custom .slick-dots li button::before{
      font-family: 'slick';

    
}
.testimonial_slider_custom .slick-dots li button::before{
content:""
}

.testimonial_slider_custom .slick-dots {
    bottom: -60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    }

.testimonial_slider_custom .slick-dots li {
    width: 10px;
    height: 10px;
}

.testimonial_slider_custom .slick-dots li button {
    border: 1px solid #000;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color:transparent;
}

.testimonial_slider_custom .slick-dots li button:before {
    content: '';
}

.testimonial_slider_custom .slick-dots li.slick-active button {
    background-color: #000;
}

.faq-container-section {
    padding: 100px 128px;
    background: #F6DDBD;

}

.faq-container-main {
    display: flex;
    align-items: center;
    gap: 42px;
    max-width: 1270px;
    margin: 0 auto;


}

.faq-first-container {
    max-width: 46%;
    width: 100%;
}

.faq-second-container {
    max-width: 54%;
    width: 100%;
}

.faq-first-container img {
    width: 100%;
}

.faq-right-content h3 {
    font-family: "Hina Mincho";
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    text-align: center;
    color: #000000;
    margin-bottom: 56px;
}

.faq-right-content h3 span {
    display: block;
}

.faq-item {
    border-bottom: 1px solid #B0B0B0;
    padding: 24px 0;
    transition: all 0.3s ease;
}

.faq-item-head {
    color: #000;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-radius: 0px;
    cursor: pointer;
}

.faq-item-head:hover {
    box-shadow: none;
}

.faq-item-icon {
    cursor: pointer;
}

.faq-item-text {
    font-family: "Gill Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000;
    max-width: 540px;
}

.faq-item-text a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #000;

}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item-body {
    overflow: hidden;
    max-height: 0;
    background: transparent;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.faq-item-body p {
    font-weight: 300;
    padding: 20px 0px 0px 0px;
    font-family: "Gill Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #505050;
    margin: 0;
}

.show-para {
    max-height: 1000px;
    /* js related */
}
.faq-image-container-mobile{
    display: none;
    margin-bottom: 40px;
}
.faq-image-container-mobile img{
    width: 100%;
}
.faq-item-icon i{
color: #786399;
}
.bottom-section-main{
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bottom-section-main-container{
    max-width: 1270px;
    margin: 0 auto;
}
.bottom-faq-container{
    max-width: 620px;
    width: 100%;
    padding: 180px 0px;
    z-index: 9;
    position: relative;
}
.bottom-faq-container .faq-item{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 36px;
    border: 1px solid #B0B0B0;
    margin-bottom: 20px;
}
.bottom-faq-container .faq-item:last-child{
    margin-bottom: 0;
}
.bottom-faq-container .faq-item-text{
    font-family: "Gill Sans";
font-size: 30px;
font-weight: 500;
line-height: 42px;
text-align: left;
color: #000000;
}
.bottom-faq-container .faq-item-body p{
    font-family: "Gill Sans";
font-size: 18px;
font-weight: 400;
line-height: 25.2px;
text-align: left;
color: #505050;
}
.bottom-faq-container .faq-item.show-bg{
    background: #FBF9F5;

}
.bg-bottom-mobile-container{
    display: none;
}
.faq-sub-content-bottom{
margin-top:24px;
}
.faq-sub-content-bottom span{
font-family: "Gill Sans";
font-size: 20px;
font-weight: 500;
line-height: 24px;
text-align: left;
color:rgba(0, 0, 0, 1);
}
.faq-sub-content-bottom span a{
font-family: "Gill Sans";
font-size: 20px;
font-weight: 500;
line-height: 24px;
text-align: left;
color:rgba(0, 0, 0, 1);
text-decoration:underline;
}
/* media Queries */

@media(max-width: 1360px) {
    .bottom-faq-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width: 1200px) {
    .hero-section-container {
        padding: 100px 0px 100px 120px;
        max-width: 600px;
        width: 100%;
    }

    .hero-section-container .hero-heading {
        font-size: 44px;
        line-height: 50px;
    }

    .review-container {
        margin-top: 20px;
        align-items: flex-start;
        gap: 12px;
        max-width: 466px;
    }

    .author-name {
        font-size: 16px;
    }

    .verify-status span {
        font-size: 16px;
    }

    .review-text {
        font-size: 18px;
        line-height: 25px;
    }
    .bottom-faq-container {
        padding: 100px 60px;
    }
    
}

@media(max-width: 1024px) {
    .hero-section-container {
        padding: 100px 0px 100px 100px;
        max-width: 600px;
        width: 100%;
    }

    .icon-list {
        padding: 0;
        margin: 0;
        max-width: 419px;
    }

    .review-container {
        margin-top: 48px;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        max-width: 500px;
    }

    .review-image img {
        width: 60px;
        height: 60px;
    }

    .review-text {
        max-width: 300px;
    }

    .feature_banner_container {

        padding: 80px 50px 80px 50px;
    }

    .banner_container_heading .heading-four {
        font-size: 44px;
        line-height: 50px;
    }

    .feature_content img {
        height: 40px;
        width: 40px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .feature_content h3 {
        font-size: 25px;
        line-height: 30px;
        margin: 16px 0;
    }

    .feature_inner_container {
        gap: 20px;
    }

    .feature_content p {
        font-size: 18px;
        line-height: 25px;
    }

    .Section_Testimonial {
        padding: 80px 60px;
    }

    .Section_Multi_Column {
        padding: 80px 50px
    }

    .Section_Testimonial .slick-slide {
        margin-right: 10px;
    }
    .bottom-faq-container {
        max-width: 600px;
        width: 100%;
        padding: 125px 75px;
    }
    .bottom-faq-container .faq-item-text {
        font-size: 26px;
        font-weight: 500;
        line-height: 36px;
    }
    .faq-container-section{
        padding: 80px 60px;
    }
    .faq-item-text {
        max-width: 400px;
    }
    .wo-collection-container .cus-container {
    padding: 0px 20px;
}
}

@media(max-width: 768px) {
    .hero-section-container {
        padding: 50px 0px 50px 20px;
        max-width: 550px;
        width: 100%;
    }

    .hero-section-container .hero-heading {
        max-width: 366px;
        font-size: 44px;
        line-height: 50px;
    }

    .review-text {
        max-width: 300px;
    }

    .icon-list {
        padding: 0;
        margin: 0;
        max-width: 300px;
    }

    .star-rating img {
        height: 15px;
    }

    .feature_banner_container {

        padding: 80px 50px 80px 50px;
    }

    .feature_inner_container {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .feature_content {
        max-width: calc(50% - 10px);
        width: 100%;
        text-align: center;
    }

    .Section_Multi_Column {
        padding: 80px 50px 80px 50px;
    }

    .column_container {
        row-gap: 30px;
        flex-wrap: wrap;
    }

    .column_content {
        max-width: calc(50% - 10px);
    }
    .faq-container-section{
        padding: 80px 50px 80px 50px;

    }
    .faq-container-main{
        flex-direction: column;
    }
    .faq-first-container{
        max-width: 100%;
    }
    .faq-second-container{
        max-width: 100%;
    }
    .bottom-faq-container {
        max-width: 550px;
        width: 100%;
        padding: 80px 40px;
    }
    .bottom-section-main{
        background-position: left;
    }
    .faq-item-text {
        max-width: 600px;
    }
    .wo-collection-container .cus-container {
    padding: 0px 17px;
	}
}

@media(max-width: 600px) {
    .hero-section {
        background-image: none;
        margin-bottom: -120px;
    }

    .hero-section-container {
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .bg-mobile-hero {
        display: block;

    }

    .bg-mobile-hero img {
        width: 100%;
    }

    .review-image img {
        width: 65px;
        height: 65px;
        object-fit: cover;

    }

    .hero-section-container .icon-with-text {
        gap: 5px;
        margin-bottom: 10px;
    }

    .hero-section-container .icon-with-text p {

        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
        text-align: left;
    }

    .hero-section-container .hero-heading {

        margin-bottom: 20px;
        font-size: 32px;
        font-weight: 400;
        line-height: 35.2px;
        text-align: left;
        max-width: 320px;
    }

    .icon-list li img {
        height: 18px;
    }

    .icon-list li {
        align-items: flex-start;
        gap: 5px;
        margin-bottom: 10px;
    }

    .icon-list li p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;
    }

    .review-container {
        margin-top: 20px;
        display: flex;
        align-items: flex-start;
        gap: 5px;
        max-width: 100%;
    }

    .review-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;
    }

    .author-name {

        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        text-align: left;
    }

    .verify-status {
        gap: 5px;
    }

    .review-author-container {
        gap: 10px;
    }

    .author-details {
        gap: 5px;
    }

    .verify-status img {
        height: 14px;
    }

    .verify-status span {

        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        text-align: left;
    }

    .star-rating img {
        height: 13px;
    }

    .feature_content {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        gap: 16px;
    }

    .feature_banner_container {
        padding: 48px 20px;
    }

    .banner_container_heading .heading-four {
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        text-align: center;
        max-width: 260px;
        margin: auto;
    }

    .banner_container_heading {
        margin-bottom: 35px;
    }

    .feature_inner_container {
        flex-direction: column;
        gap: 30px;
    }

    .feature_content h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 21.6px;
        text-align: left;

    }

    .feature_content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;

    }

    .feature_content img {
        width: 48px;
        height: 48px;
        object-fit: cover;
    }

    .feature_content {
        max-width: 100%;
    }

    .Section_Multi_Column {
        padding: 48px 20px;
    }

    .section_mian_heading {
        margin-bottom: 30px;
    }

    .section_mian_heading h2 {
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        text-align: center;
    }

    .column_container {
        flex-direction: column;
        row-gap: 30px;
    }

    .column_content {
        display: flex;
        align-items: flex-start;
        max-width: 100%;
        gap: 16px;
    }

    .column_content img {
        width: auto;
        height: 48px;
        display: block;
        object-fit: cover;
    }

    .list_container {
        font-size: 11.65px;
        line-height: 13.98px;
        width: 22px;
        height: 22px;
        margin-top: 8px;
    }

    .list_content h3 {
        font-size: 18px;
        line-height: 21.6px;
        margin: 0px 0px 10px 0;
        text-align: left;
    }

    .list_content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;

    }

    .btn_container {
        max-width: 100%;
    }

    .btn_container a {
        height: 52px;
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        text-align: left;
        max-width: 100%;
    }

    .column_container {
        margin-bottom: 30px;
    }

    .btn_container p {

        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        text-align: center;
    }

    .align_container img {
        height: 12px;
    }

    .column_content {
        max-width: 100%;
    }

    .column_container {
        row-gap: 30px;
        flex-wrap: wrap;
    }

    .faq-container-section {
        padding: 50px 20px;
    }

    .faq-container-main {
        gap: 0px;
        flex-direction: column;
    }

    .faq-first-container {
        max-width: 100%;
        width: 100%;
        display: none;
    }

    .faq-second-container {
        max-width: 100%;
        width: 100%;
    }

    .faq-right-content h3 {

        margin-bottom: 40px;
        font-size: 24px;
        font-weight: 400;
        line-height: 28.8px;
        text-align: center;
    }

    .Section_Testimonial {
        padding: 48px 20px 70px 20px;
    }
    .Testimonial_heading{
        margin-bottom: 30px;
    }
    .Testimonial_heading h2 {

        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        max-width: 275px;
        margin: 0 auto;
    }
    .testimonial_slider_custom .slick-dots{
        bottom: -45px;
    }

    .faq-item-text {

        font-size: 14px;
        font-weight: 500;
        line-height: 19.6px;
        text-align: left;
        max-width: 275px;
    }

    .faq-item-text a {
        font-size: 14px;
        font-weight: 500;
        line-height: 19.6px;
        text-align: left;
    }

    .faq-item-body p {
        padding: 10px 0px 0px 0px;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;
    }

    .faq-item {
        padding: 16px 0;
    }

    .carousel_content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: center;
        max-width: 240px;
        margin:  0 auto;

    }

    .carousel_content h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 15.4px;
        text-align: center;

    }

    .Bottom_content h5 {
        font-size: 12px;
        font-weight: 500;
        line-height: 14.4px;
        text-align: left;

    }

    .Bottom_content span {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
        text-align: left;

    }
    .Bottom_content img{
        height: 14px;
     }
     .Bottom_content{
        gap: 5px;
     }
     .carousel_content{
        padding: 24px 16px;
     }
     .Img_client{
        width: 75px;
        height: 75px;
     }
     .Img_rating_align{
        padding: 16px 0px 12px 0px;
     }
     .faq-image-container-mobile{
        display: block;
     }
     .bottom-section-main{
      background-image: none;
      position: relative;
    }
    .bg-bottom-mobile-container{
        display: block;
    }
    .bg-bottom-mobile-container img{
        width: 100%;
    }
    .bottom-faq-container {
        max-width: 100%;
        width: 100%;
        padding: 0px 20px;
        position: relative;
        margin-top: -382px;
        padding-bottom: 60px;
    }
    
.bottom-faq-container .faq-item-text {

    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
}
.bottom-faq-container .faq-item-body p {

    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
}
.bottom-faq-container .faq-item{
    padding: 18px 20px;
    margin-bottom: 12px;
}
.desktop-banner-main{
display:none;
}
.feature_banner_container .feature_content figure{
width:60px;
}
.feature_banner_container .feature_content .featured-details-sub-content{
width:100%;
}
.column_content figure{
width:48px;
}
.faq-sub-content-bottom{
max-width:290px;
margin:0 auto;
margin-top:24px;
}
.faq-sub-content-bottom span{
font-size: 14px;
font-weight: 500;
line-height: 16.8px;
text-align: center;

}
.faq-sub-content-bottom span a{
font-size: 14px;
font-weight: 500;
line-height: 16.8px;
text-align: center;

}
.woo-heading-container{
margin-bottom:30px;
}
.woo-heading-container h2{
font-size: 30px;
font-weight: 400;
line-height: 36px;
text-align: center;
max-width:300px;
margin:0 auto;

}
.wo-collection-container .cus-container{
padding:0px 15px;
}
.wo-collection-container .cus-container .grid_row .grid_items .product_img img{
height:100% !important; 
}
.collection_grid.wo-collection-container .grid_row .grid_items{
width:50%;
}
.wo-collection-container {
    padding: 48px 0;
}

}


@media(min-width: 401px) and (max-width: 600px) {
    .hero-section-container {

        position: relative;
        top: -32vh;
    }

      .hero-section {
        margin-bottom: -130px;
    }
}

@media(min-width:361px) and (max-width: 400px) {
    .hero-section-container {

        position: relative;
        top: -28vh;
    }

      .hero-section {
        background-image: none;
        margin-bottom: -120px;
    }
}

@media(max-width: 499px) {
    .bottom-faq-container {
        margin-top: -272px;
    }
}

@media(max-width: 360px) {
    .hero-section-container {

        position: relative;
        top: -24vh;
    }

    .hero-section {
        margin-bottom: -125px;
    }
}