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

.sixty-stors-banner-component{
    position: relative;
    margin-top: 52px;
    margin-bottom: 38px;
}


.sixty-stors-banner-component .sixty-stors-banner-content{
    max-width: 399px;
    width: 100%; 
    height: 228px;
    position: absolute;
    bottom: 47px;
    left: 64px;
}

.sixty-stors-banner-component .sixty-stors-banner-heading{
    font-size: 32px;
    font-weight: 700;
    line-height: 35.52px;
    color: #F2F3F5;
    margin-bottom: 8px;
}

.sixty-stors-banner-component .sixty-stors-banner-para{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #F2F3F5;
    margin-bottom: 35px;
}

.sixty-stors-banner-component .sixty-stors-button-wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
}

.sixty-stors-banner-component .find-store{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 24px;
    background-color: #fff;
    border: 2px solid #E6E7EB;
    border-radius: 119px;
    text-decoration: none;
    color: #202129;

}

.sixty-stors-banner-component .book-consultation{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #F2F3F5;
    background-color: transparent;
    border: 2px solid #E6E7EB;
    padding: 20px 24px;
    border-radius: 119px;
    height: 64px;
}

.sixty-stors-banner-component .video-player{
    max-width: 1314px;
    width: 100%;
    height: 613px;
    object-fit: cover;
    border-radius: 12px;
}

.sixty-stors-banner-component .sixty-stors-image-wrapper{
    max-width: 1314px;
    width: 100%;
    height: 613px;
    object-fit: cover;
    border-radius: 12px;
}

.sixty-stors-banner-component .sixty-stors-image{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* Book Free Consultation */

@media screen and (max-width:768px) {
    .bh-shop-container-mob-padding{
        padding: 0px;
    }

    .sixty-stors-banner-component{
        margin-top: 68px;
        margin-bottom: 24px;
    }

    .sixty-stors-banner-component .sixty-stors-banner-heading{
        font-size: 28px;
        font-weight: 700;
        line-height: 30.8px;
    }

    .sixty-stors-banner-component .sixty-stors-button-wrapper{
        gap: 12px;
    }

    .sixty-stors-banner-component .sixty-stors-banner-para{
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
        margin-bottom: 24px;
    }

    .sixty-stors-banner-component .find-store{
        padding: 14px 20px;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        border: 1.05px solid #E6E7EB;
        border-radius: 63px;
    }

    .sixty-stors-banner-component .book-consultation{
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        padding:14px 20px ;
        max-width: max-content;
        height: 49px;
        border: 1.05px solid #E6E7EB;
        border-radius: 63px;
    }

    .sixty-stors-banner-component .sixty-stors-video-wrapper{
        /* max-width: 360px; */
        max-width: unset;
        /* width: 100%; */
        width: unset;
        /* height: 640px; */
        height: unset;
    }

    .sixty-stors-banner-component .sixty-stors-banner-content{
        max-width: 286px;
        bottom: 40px;
        left: 28px;
    }   

    .sixty-stors-banner-component .sixty-stors-button-wrapper{
        gap: 12px;
    }

    /* .sixty-stors-banner-component .find-store{
        padding: 14px 20px;
    } */

    /* Book Free Consultationfsixty-stors-video */

    .sixty-stors-banner-component .video-player{
        /* max-width: 360px; */
        width: 100%;
        height: 640px;
        object-fit: cover;
        border-radius: unset;
    }

    .sixty-stors-banner-component .sixty-stors-image-wrapper{
        width: 100%;
        height: 640px;
    }

    .sixty-stors-banner-component .sixty-stors-image{
        width: 100%;
        height: 100%;
        object-fit: none;
        border-radius: unset;
    }
}