.subTemplate .rectangleWrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.subTemplate .rectangle {
    width: 20px;
    height: 5px;
    position: absolute;
    top: 10px;;
    background-color:gold;
}
@media (max-width: 450px) {
.subTemplate .rectangle {
    width: 10px;
    height: 5px;
    position: absolute;
    top: 10px;;
    background-color:gold;
}
.infoBlock .col-11 {
    margin-left: 20px;
}
.infoBlock .col-11 .row .col-11 {
    margin-left: 20px;
}
}
@media (max-width:840px) {
.infoBlock .col-11 {
    margin-left: 30px;
}
.infoBlock .col-11 .row .col-11 {
    margin-left: 30px;
}
    
}
.infoBlock .padding {
    /* background: red; */
    width: 100%;
    height: 10px;
}
.contactUs {
    font-size: 16px;
    font-weight: bold;
}
@media(max-width: 768px) {
    .contactUs {
        margin-top: 30px;
    }
}
.productWrapper {
}
.productWrapper .product {
    font-size: 16px;
    font-weight: 500;
}