
.sub-banner1{
    background-image: url(../images/banner/privacy-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
/* .sub-banner2{
    background-image: url(../images/banner/terms-banner.webp );

} */
.subBanner-txt{
    padding: 50px;
}
.subBanner-txt h1{
color: white;
}
.heading-txt h1{
    color: #111F33;
    margin-bottom: 1.5rem;
}
.heading-txt p{
    text-align: center;
}
body .terms-container{
    padding: 3.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.second-section ol li{
    list-style-type: auto;
    list-style-position: inside;
    padding: 1rem 4rem 0px 0px;
}
.second-section ol{
 padding-left: 0px;
}
.para-txt ul li{
    color: black;
    list-style-position: inside;
    list-style-type: circle;
    padding: 5px;
}
.para-txt a{
    color: #e5ab0c;
}
.para-txt a:hover{
    text-decoration: none;
    color: #111F33;
}
.second-section{
    margin-top: 2rem;
}
.second-section p{
    margin-top: 2rem;
}
.second-section a{
    color: #000;
}
.second-section a:hover{
    color: #B53232;
    transition: all 0.3s ease-in;
}
.second-section h4{
    font-size: 22px;
}
.fa-bars:before {
    content: "\f0c9";
}
