
/*===========================================*/
/*	TERMS AND CONDITIONS
/*  PRIVACY POLICY
/*===========================================*/

.nav-wrp.tos{
    background-image: url("/landingpage/images/blur-bg3.jpg");
    height: 300px;
}

.tos-header{
    margin: 47px 0 0 150px;
}

.tos-header .tos-title{
    font-weight: 900;
    font-size: 48px;
    color: #ffb500;
    margin-bottom: 0px;
}

.tos-header .tos-date{
    font-size: 18px;
    color: #f45b27;
}

.tos-header .tos-date span{
    font-weight: 900;
    text-transform: uppercase;
    color: #f45b27;
}

.terms-and-conditions,
.privacy-policy{
    margin-top: 250px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #2e1629;
}

.terms-and-conditions h1,
.privacy-policy h1{
    font-size: 16px;
    font-weight: 900;
    color: #b52728;
    text-transform: uppercase;
    line-height: 24px;
    margin: 40px 0 20px 0;
}

.terms-and-conditions a,
.privacy-policy a{
    color: #f45b27;
    text-decoration: underline;
}

.terms-and-conditions a:hover,
.privacy-policy a:hover{
    color: #b52728;
}

.terms-and-conditions ul li,
.privacy-policy ul li{
    margin-left: 30px;
}

.terms-and-conditions ul.bullets,
.privacy-policy ul.bullets{
    list-style-image: url("/landingpage/images/list-bullet.png");
}

.tos-link{
    color: #b52728;
    margin-right: 20px;
}

.tos-link:hover{
    color: #ffb500;
}





