/*===term-and-conditions CSS start===*/
.bv-term-and-conditions-section{
    background-image: url(/wp-content/themes/bytevolt/assets/images/term-and-conditions/term-and-conditions-banner.png) !important;
    width: 100%;
    height: 534px;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover; 
}
.bv-term-and-conditions-content{
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto;
    padding-top: 130px;
}
.bv-term-and-conditions-title{
    font-weight: 400;
    font-size: 74px;
    line-height: 85px;
    color: #ffffff;
    padding-bottom: 10px;
    max-width: 751px;
    width: 100%;
    text-align: center;
}
.bv-term-and-conditions-txt{
    font-weight: 400;
    font-size: 38px;
    line-height: 45px;
    color: #ffffff;
    padding-bottom: 25px;
    max-width: 751px;
    width: 100%;
    text-align: center;
}
.term-and-conditions-main-content{
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 20px;
}
.term-and-conditions-main-content .entry-title{
    display: none;
}
.term-and-conditions-txt-title{
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    padding-bottom: 10px;
}
.bv-seventh-section {
    display: none;
}

@media screen and (max-width: 1280px){
    .bv-term-and-conditions-title{
        font-size: 54px;
        line-height: 65px;
    }
    .bv-term-and-conditions-txt{
        font-size: 28px;
        line-height: 35px;
    }
    .term-and-conditions-txt-title{
        font-weight: 400;
        font-size: 35px;
        line-height: 50px;
        color: #000000;
        padding-bottom: 10px;
    }
}