/* Single Product CSS START */
section.banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding: 0;
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
}
.black-bg {
    width: 85%;
    margin: 0 auto;
    padding: 120px 50px;
    background-color: rgba(0,0,0,0.81);
}
.black-bg h1{
    font-size: 66px;
    line-height: 125%;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
}
.black-bg p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5em;
    margin: 0px 0;
}
.black-full-width-section p {
    font-size: 22px;
    margin-bottom: 20px;
}
.black-bg a.yello-btn {
    margin-top: 30px;
}
a.yello-btn {
    color: #000000!important;
    border-width: 0px!important;
    border-color: #b3b2b0;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 600!important;
    background-color: #ffce00;
    display: inline-flex;
    padding: 10px 50px;
    text-decoration: none;
    transition: 500ms ease-in-out;
}
a.yello-btn:hover{
    background-color: #f5f5f5;
    color: #000 !important;
    border-color: #000;
    transition: 500ms ease-in-out;
}
.content-section{
    padding: 40px 0;
    color: #000000;
    text-align: center;
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
}
.content-section h2,.icon-box-section h2,.black-full-width-section h2,.gray-box-section h2,.black-content-section h2,.white-bg-content-block h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    margin: 0 0 15px;
}
.black-full-width-section h2, .black-content-section h2{
    color: #ffffff;
}
.black-full-width-section h2,.black-full-width-section p,.black-full-width-section h5{
    text-align: left;
}
.content-section p,.black-content-section p,.gray-bg-box p{
    font-size: 22px;
    width: 80%;
    margin: 25px auto;
    line-height: 37px;
    padding-bottom: 0;
}
.content-section ul {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.content-section li, .black-full-width-section li,.gray-box-section li,.white-bg-content-block li{
    list-style: none;
    font-size: 22px;
    line-height: 123%;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
    text-align: left;
}
.gray-box-section li{
    color: #000;
}
.content-section li:before, .black-full-width-section li:before,.gray-box-section li:before,.white-bg-content-block li:before {
    content: '';
    display: inline-block;
    height: 28px;
    width: 100%;
    background-image: url(/app/uploads/2023/07/check-circle.png);
    background-repeat: no-repeat;
    max-width: 28px;
    margin-right: 12px;
    margin-bottom: -7px;
    left: 0;
    position: absolute;
}
.content-section h3,.download-resources h3,.white-bg-content-block h3{
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
    margin: 35px 0;
}
.icon-box-section{
    text-align: center;
    color: #000000;
    background-color: #f5f5f5;
    padding: 80px 0;
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
}
.icon-box-section h4,.white-bg-content-block h4{
    font-size: 26px;
    margin: 0 0 10px;
    font-weight: 600;
}
.icon-box {
    background-color: #fff;
    padding: 30px;
    text-align: left;
    flex: 0 0 25%;
}
.all-icon-box {
    display: flex;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.icon-box p{
    font-size: 14px;
}
.icon-box img {
    margin-bottom: 20px;
}
.content-section h5{
    font-size: 36px;
}
.gray-box-section p{
    width: 100%;
}
.black-full-width-section {
    background-image: url(/app/uploads/2023/03/feature-bng.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 50px 150px;            
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
}
.black-full-width-section h5{
    font-size: 36px;
    color: #fff;
}
section.gray-box-section .container {
    width: 100%;
}
.gray-box-section{
    background-color: #f5f5f5;;
}
.gray-box-section {
    background: url(/app/uploads/2023/07/line.svg) no-repeat top center #f5f5f5;
    padding: 100px 0px;
    width: 80%;
    margin: 20px auto;
}
.gray-bg-box {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
    padding: 0 70px;
}
.download-resources{
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
    padding: 70px 0;
    text-align: center;
}
.resource {
    background-color: #f5f5f5!important;
    border-width: 2px!important;
    border-color: #f5f5f5!important;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3)!important;
    transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;
    padding: 80px 30px 80px 30px;
    width: 250px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.link-boxes a {
    text-decoration: none;
    font-size: 22px;
    color: #000;
}
.black-content-section {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 100px;
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
}
.black-content-section p{
    margin-bottom: 15px;
}
.white-bg-content-block{
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 100px;
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
}
.white-bg-content-block p{
    font-size: 22px;
    margin: 0 auto 20px;
}
.white-bg-content-block h3{
    margin: 30px 0;
}
.all-content-boxes {
    display: flex;
    text-align: center;
    padding: 30px 0;
    gap: 30px;
    justify-content: center;
    justify-content: center;
    height: fit-content;
    flex-wrap: wrap;
}
.content-box {
    background-color: #000;
    color: #fff;
    padding: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 0 0 40%;
}
.full-width-content h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
    text-align: center;
    color: #000;
}
.content-box h4 {
    font-size: 26px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: 600;
}
.content-box p {
    font-size: 22px;
}
.right-content p {
    color: #000;
}
.post-type-archive-product .et_pb_section,.post-type-archive-product .et_pb_section{
    padding: 0 !important;
}
@media only screen and (max-width:1440px) {
    .black-bg{
        width: 80%;
    }
    .all-icon-box,.gray-box-section{
        width: 95%;
    }
    .black-full-width-section{
        padding: 250px 150px;
    }
}
@media only screen and (max-width:1200px){            
    .content-section p, .black-content-section p{
        width: 90%;
    }
    .black-full-width-section {
        padding: 100px;
    }
    .gray-bg-box{
        flex-wrap: wrap;
    }
    .gray-bg-box ul{
        padding: 0;
    }
    .gray-bg-box p{
        width: 100%;
    }
    .icon-box {
        flex:0 0 47%;
    }
    .all-icon-box{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px){
    .all-content-boxes{
        flex-wrap: wrap;
        flex-direction: column;
    } 
    .black-bg {
        width: 100%;
    }
    .icon-box {
        flex:0 0 47%;
    }
    .black-full-width-section,.black-content-section,.black-content-section {
        padding: 80px 10px;
    }
}
@media only screen and (max-width:767px){
    .black-bg{
        width: 100%;
        padding:80px 20px;
    }
    .black-bg h1{
        font-size: 36px;
    }
    .black-bg p{
        font-size: 14px;
    }
    .content-section h2, .icon-box-section h2, .black-full-width-section h2, .gray-box-section h2, .black-content-section h2, .white-bg-content-block h2{
        font-size: 32px;
    }
    .black-full-width-section,.black-content-section,.black-content-section {
        padding: 80px 0px;
    }
    .gray-box-section{
        padding:50px 0; 
    }
    .link-boxes,.all-content-boxes{
        flex-direction: column;
        gap: 20px;
    }
    .download-resources{
        padding:45px 0 80px;
    }
    .content-box{
        padding: 20px;
        width: 100%;
        height: auto;
    }
    .gray-bg-box{
        padding: 0 20px;
    }
    .icon-box {
        flex:0 0 100%;
    }
    .all-icon-box {
        flex-direction: column;
    }
}
/* Single Product CSS END */