.product-manuel-row1{
    display: flex;
    justify-content: center;
    margin: 20px 10vw;
    /* background-color: rgb(243, 207, 153); */
}

.product-manuel-row1-img-wrapper{
    display: flex;
    justify-content: center;
    width: 50%;
    /* background-color: salmon; */
}

.product-manuel-row1-img{
    min-inline-size: 400px;
    max-inline-size: 400px;
    /* width: 100%; */
}

.product-manuel-row1-content{
    /* background-color: aqua; */
    width: 50%;
}

.product-manuel-row1-content-heading-wrapper{
    padding-left: 35px;
}

.product-manuel-row1-content-heading{
    font-family: overPass-Regular;
    font-weight: 550;
    font-size: 37px;
}

.product-manuel-row1-content-subheading{
    font-family: overPass-Regular;
    font-size: 26px;
    margin: 13px 0px;
}


.product-manuel-row1-content-buttons-wrapper{
    display: flex;
    margin-top: 25px;
    padding-left: 35px;
}

.product-manuel-row1-content-ul-li{
    font-family: overPass-Regular;
    font-size: 18px;
    padding-left: 0px;
    /* background-color: aliceblue; */
}

.product-manuel-row1-content-btn-1{
    border-radius: 6px;
    font-weight: bolder;
    background-color: #ffdd62;
    color: #0c0400;
    padding: 9px;
    border: transparent;
    margin-right: 20px;
}

.product-manuel-row1-content-btn-2{
    border-radius: 6px;
    font-weight: bolder;
    background-color: #ffdd62;
    color: #0c0400;
    padding: 9px;
    border: transparent;
}


@media (max-width: 1370px){
    .product-manuel-row1{
        display: flex;
        margin: 20px 0vw;
    }
}

@media (max-width: 820px){
    .product-manuel-row1{
        display: flex;
        flex-direction: column;
        margin: 20px 3vw;
        align-items: center;
    }
    .product-manuel-row1-img-wrapper{
        margin: 15px 0px;
        order: 2;
        width: 70%;
        
    }

    .product-manuel-row1-img{
        /* min-inline-size: 500px;
        max-inline-size: 600px; */
        min-inline-size: 100%;
        max-inline-size: 100%;
        /* width: 100%; */
        
    }
    
    .product-manuel-row1-content{
        order: 1;
        margin: 15px 0px;
        width: 70%;
    }
}

@media (max-width: 620px){
    .product-manuel-row1{
        margin: 0px 0vw;
    }
    .product-manuel-row1-img-wrapper{
        width: 100%;
        order: 1
    }

    .product-manuel-row1-img{
        min-inline-size: 100%;
        max-inline-size: 100%;
        
    }
    
    .product-manuel-row1-content{
        width: 94%;
        order: 2;
        margin: 12px 3%;
    }
    .product-manuel-row1-content-btn-2-wrapper{
        margin-bottom: 15px;
    }

}

@media (max-width: 350px){
    .product-manuel-row1-content-buttons-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px 0px;
        
        /* padding-left: 35px; */
    }

    .product-manuel-row1-content-btn-2{
        margin-top: 10px;
    }

    .product-manuel-row1-content-heading{
        font-size: 30px;
    }
    
    .product-manuel-row1-content-subheading{
        font-size: 20px;
    }

    .product-manuel-row1-content-ul-li{
        font-size: 16.5px;
    }

}



/* -------------------------------------------- Row 2 -------------------------------------*/

.product-manuel-section2{
    margin: 45px 23vw;
    /* background-color: #e7bd22; */
}

.product-manuel-row2{
    /* background-color: #b1ffa1; */
}

.product-manuel-row2-part-1{
    display: flex;
    
    /* background-color: rgb(243, 207, 153) */
}
.product-manuel-row2-part-2{
    display: flex;
    
    /* background-color: rgb(243, 207, 153) */
}

.product-manuel-row2-img-wrapper{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-manuel-row2-content-wrapper{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 14px;
}

.product-manuel-row2-part-img{
    min-inline-size: 350px;
    max-inline-size: 350px;
}

.product-manuel-row-content-heading{
    color: #48b2c9;
    font-family: overPass-Regular;
    font-weight: 550;
    font-size: 37px;
}

.product-manuel-row-content-subheading{
    
    font-family: overPass-Regular;
    font-size: 45px;
    font-weight: 300;
    margin: 20px 0px;
    text-align: center;
}


.product-manuel-row-para{
    font-family: overPass-Regular;
    font-size: 18px;
    padding-left: 0px;
    color: #494848;
    /* background-color: aliceblue; */
}

@media (max-width: 1600px){
    .product-manuel-section2{
        /* display: flex; */
        margin: 20px 18vw;
    }
}

@media (max-width: 1370px){
    .product-manuel-section2{
        /* display: flex; */
        margin: 0px 14vw;
    }
}

@media (max-width: 1150px){
    .product-manuel-section2{
        /* display: flex; */
        margin: 0px 10vw;
    }
}

@media (max-width: 880px){
    .product-manuel-section2{
        /* display: flex; */
        margin: 0px 5vw;
    }
}

@media (max-width: 785px){
    .product-manuel-row-content-subheading{
        padding-left: 17%;
    }
    .product-manuel-section2{
        margin: 0px 0vw;
    }
    .product-manuel-row2-part-1{
        display: flex;
        flex-direction: column;
        margin: 20px 3vw;
        align-items: center;
    }
    .product-manuel-row2-part-2{
        display: flex;
        flex-direction: column;
        margin: 20px 3vw;
        align-items: center;
    }

    .product-manuel-row2-img-wrapper{
        margin: 15px 0px;
        width: 70%;
        
    }

    .row2-part1-img{
        order: 1;
    }

    .row2-part2-img{
        order: 2;
    }

    .product-manuel-row2-part-img{
        /* min-inline-size: 500px;
        max-inline-size: 600px; */
        min-inline-size: 100%;
        max-inline-size: 100%;
        /* width: 100%; */
        
    }
    
    .product-manuel-row2-content-wrapper{
        width: 70%;
    }

}


@media (max-width: 620px){
    .product-manuel-section2{
        margin: 0px 0vw;
    }
    .product-manuel-row1-img-wrapper{
        width: 100%;
        order: 1
    }

    .product-manuel-row1-img{
        min-inline-size: 100%;
        max-inline-size: 100%;
        
    }
    
    .product-manuel-row1-content{
        width: 94%;
        order: 2;
        margin: 12px 3%;
    }
    .product-manuel-row2-part-1{
        display: flex;
        flex-direction: column;
        margin: 20px 0vw;
        align-items: center;
    }
    .product-manuel-row2-part-2{
        display: flex;
        flex-direction: column;
        margin: 20px 0vw;
        align-items: center;
    }

}

@media (max-width: 430px){
    .product-manuel-row-content-subheading{
        padding-left: 3%;
    }
    .product-manuel-row2-img-wrapper{
        margin: 15px 0px;
        width: 94%;
        
    }
    .product-manuel-row2-content-wrapper{
        width: 94%;
    }



}


@media (max-width: 350px){

    .product-manuel-row-content-heading{
        font-size: 30px;
    }
    
    .product-manuel-row-content-subheading{
        font-size: 25px;
    }

    .product-manuel-row-para{
        font-size: 16.5px;
    }

}

/* ----------------------------------  Row 3  ----------------------------------- */

.goka-container{
    margin: 10px 0px;

}

.goka{
    text-align: center;
    padding: 16px 14vw;
}

.boxes-section{
    display: flex;
    flex-wrap: wrap;
    /* align-content:end; */
    align-items: stretch;
    justify-content: center;
/*   
    background-color: aqua; */
    height: auto;
    /* margin: 20px; */
    /* border: 3px solid rebeccapurple; */
    overflow-y: hidden;
}


.box-1{
    height: auto;
    /* flex-grow: 2; */
    /* background-color: #3ebcd3; */
    /* padding: 2vw 3vw; */
    display: flex;
    align-items: center;
    justify-content: left;
    width: calc(50%);
    /* border: 4px solid rgb(0, 0, 0); */
}

.box-2{
    height: auto;
    /* flex-grow: 2; */
    /* background-color: #3ed363; */
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    /* border: 4px solid rgb(0, 0, 0); */
}

.x2{
    min-inline-size: 300px;
    max-inline-size: 380px;
}

@media (max-width: 750px){
    .boxes-section{
        flex-direction: column;
        align-items: center;
    }
    .box-1{
        width: calc(100%);
        justify-content: center;
        padding-top: 15px;
        /* border: 4px solid rgb(0, 0, 0); */
    }
    .box-2{
        width: calc(100%);
        justify-content: center;
        
        /* border: 4px solid rgb(0, 0, 0); */
    }
    .x2{
        min-inline-size: 400px;
        max-inline-size: 580px;
    }
    .goka{
        display: flex;
        justify-content: center;
        text-align: left;
        padding: 16px 14vw;
    }
}

@media (max-width: 450px){
    .x2{
        min-inline-size: 200px;
        max-inline-size: 580px;
    }
}

@media (max-width: 430px){
    .goka{
        display: flex;
        justify-content: center;
        text-align: left;
        padding: 16px 3vw;
    }
    .heading-regular{
        font-size: 26px;
    }
}


/* -----------------------------------   Row 4   ----------------------------------- */

.r4{
    margin-top: 1000px 0px;
}

/* -----------------------------------   Row 5   ----------------------------------- */

.r5{
    display: flex;
    justify-content: center;
    align-items: top;
    padding: 30px 0px;
    /* background-color: #48b2c9; */
    margin: 2.5vw 10vw;
}

.branding{
    width: 100%;
}

@media (min-width: 1020px){
    .r5{
        margin: 2.5vw 0vw;
    }
    .branding{
        width: 800px;
    }
}

@media (max-width: 800px){
    .r5{
        margin: 2.5vw 0vw;
    }
}