.term_title {
    text-align: center;
}
.term_sub{
    text-align: center;
    padding: 17px 0px;
}
.pts_title {
    font-size: 32px;
    line-height: 38px;
    color: var(--primary-color);
    font-weight: 700;
    padding: 24px 0px;
}
.term_sub_text {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}
.term_box{
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 40px;
    background-color: #F7F4F3;
}

.term_box li:before{
    content: '';
    background-image: url(../images/points.png);
    position: absolute;
    left: 0px;
    top: 14px;
    height: 28px;
    width: 28px;
    z-index: 1;

}
.acceptance, .changes {
    padding-bottom: 20px;
}

.term_box.term_sub_text li {
    padding: 12px 24px;
}
.term_box.term_sub_text img {
    padding-right: 14px;
}

.subtitle_head {
    font-size: 26px;
    line-height: 30px;
    color: var(--primary-color);
    font-weight: 700;
}
.title_space {
    padding: 25px 0px;
}

.term_box li{
    padding: 12px 40px !important;
    position: relative;
}

/* contact us css */

.contact_box {

    border-radius: 30px;
    position: relative;
    margin: 20px 20px;
    background-color: var(--primary-color);
    height: 400px;
    width: 100%;

}

.box_title h4 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
}

.box_sub {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
}

.box_sub a {
    color: var(--white);
    text-decoration: underline;
}

.box_line {
    background-color: var(--white);
    display: block;
    height: 1px;
    width: 69px;
    margin: 24px 0px;
}


.contact_icon {
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 0 0 0 30px;
    z-index: 1;
    background-color: var(--white);
    padding: 14px 12px;
}
.contact_row{
    position: relative;
}
.box_sub p {
    padding: 20px 0px;
}

.contact_data {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 40px;
}
.contacticon_img {
    background-color: var(--primary-color);
    padding: 15px 15px;
    border-radius: 20px;
}
.contact_box::before {
    border: 1px solid #000;
    border-radius: 30px;
    position: absolute;
    height: 303px;
    width: 100%;
    bottom: -10px;
    right: -10px;
    z-index: -1;
    content: "";
}


@media screen and (max-width: 1140px) and (min-width: 992px) {

    .term_sub_text,.box_sub {
        font-size: 20px;
        line-height: 24px;
    }    
    .subtitle_head,.box_title h4 {
        font-size: 22px;
        line-height: 26px;
    }
 
    
}

@media screen and (max-width: 992px) and (min-width: 768px) {

    .term_sub_text,.box_sub {
        font-size: 16px;
        line-height: 20px;
    }  
    .contact_box {
        height: 300px;
    }
   
    .contacticon_img {
        padding: 10px;
    }
    .contact_box::before {
        height: 200px;
    }
    .box_line {
        margin: 17px 0px;
    }
    .subtitle_head,.box_title h4 {
        font-size: 20px;
        line-height: 24px;
    }  

    .contact_row:before {
        height: 120px;
        width: 121px;
    }

    
    .pts_title {
        font-size: 26px;
        line-height: 34px;
        color: var(--primary-color);
        padding: 12px 0px;
    }
}

@media screen and (max-width: 768px) {

    .term_sub_text,.box_sub {
        font-size: 16px;
        line-height: 20px;
    }
    .subtitle_head,.box_title h4 {
        font-size: 18px;
        line-height: 22px;
    }   
    .title_space {
        padding: 10px 0px;
    } 
    .pts_title {
        font-size: 22px;
        line-height: 26px;
        color: var(--primary-color);
        padding: 12px 0px;
    }
    .term_box {
 
        padding: 20px;

    }
    .contact_box {
        height: 330px;
        margin: 20px 0;
    }
    .contact_box::before {
        height: 172px;
    }

}
