.termsandcondition-section-1{
    background-image: url('../images/common/blue-bg-01.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.termsandcondition-section-1 h1{
    color: var(--heading-blue);
}
.termsandcondition-section-1 .box{
    border-color:var(--border-orange) !important;
    background-color: var(--white-color);
    border-radius: 15px;
}
.termsandcondition-section-1 .box h5{
    color:var(--heading-blue) !important;  
}
.termsandcondition-section-1 .box p{
    color:var(--black-color) !important;  
    font-size: .9rem;
}


@media (max-width: 480px) {
    .termsandcondition-section-1 .box a{   
        font-size: .6rem;
    }
 }
 
 @media (min-width: 481px) {
    .termsandcondition-section-1 .box a{   
        font-size: .6rem;
    }
 }
 
 @media (min-width: 576px) {
    .termsandcondition-section-1 .box a{   
        font-size: .9rem;
    }
 }
 
 
 @media (min-width: 768px) {}
 
 
 @media (min-width: 992px) {
 }
 
 
 @media (min-width: 1200px) {}
 
 
 @media (min-width: 1400px) {}