/*Product-Section-Start*/
.product_bg .banner-title {
    margin: 1.5em -15px;
}
.product-border-sec{
    padding: 25.2rem 0 0 0;
    border: 2px solid #d4a568;
    width: 100%;
    position: absolute;
    max-width: 71rem;
    border-right: none;
    margin: 12rem 0 0;
}
.product-border-sec-2 {
    padding: 25rem 0 0 0;
    border: 2px solid #d4a568;
    width: 100%;
    position: absolute;
    max-width: 71rem;
    margin: 12.8rem 0 0;
    border-left:none;
    border-top: none;
}
.product-border-sec-3 {
    padding: 25rem 0 0 0;
    border: 2px solid #d4a568;
    width: 100%;
    position: absolute;
    max-width: 71rem;
    margin: 13.5rem 0 0;
    border-right:none;
    border-top: none;
}
.product-item-sec {
    background: #f5e4c9;
    padding:0 0 5rem ;
}
.product-img {
    width: 100%;
    max-width: 17rem;
    margin: 4rem 0 0;
}
.product-item-box {
    text-align: center;
}
.product-title {
    font-size: 16px;
    color: #5c5b5b;
    font-weight: 400;
    margin: 15px 0px 0;
    text-align: left;
    margin-left: 40px;
    font-family: 'gotham-light';
}
.product-item-box-1 {
    text-align: right;
    padding-right: 3rem;
}
.product-item-box-2 {
    margin-right: 10rem;
}
.bottom-item-txt {
    text-align: center;
    margin-left: 5rem;
}
.product-title.bottom-item-txt-2 {
    margin-left: 50px;
}
.product-bold-title {
    font-size: 20px;
}
.fa-solid.fa-chevron-right {
    background: red;
    color: #fff;
    padding: 5px;
}
.product-item-box:hover h5 {
    color: #f00;
    transition: 0.3s;
}
#product-item-box-icon-1 {
    position: relative;
    top: 27px;
    left: -4px;
}
#product-item-box-icon-2 {
    position: relative;
    top: 39px;
    left: -4px;
}
#product-item-box-icon-3 {
    position: relative;
    top: 45px;
    left: -4px;
}
#product-item-box-icon-4 {
    position: relative;
    top: 56px;
    left: -4px;
}
#product-item-box-icon-4\ last-icon {
    position: absolute;
    top: 13.1rem;
}
.product-item-square-box {
    padding: 7px;
    background: red;
    position: absolute;
    top: -8px;
    right: 0;
}
.product-item-square-box-2 {
    padding: 7px;
    background: red;
    position: absolute;
    bottom: -8px;
    right: 0;
}
.prdct_link:hover {
    text-decoration: none;
}
/*Product-Section-End*/




