
:root{
	primary : #3963AC;
	primary-dk :#274578;
	primary-lt :#6082bc;
	secondary : #0B6E4F;
	secondary-hover : #841c2e;
	
}

*{
margin: 0;
padding: 0;
}



.privacy_policy_item .item-c {
float: left;
width: 20px;
font-size: 20px;
color: #000;
font-weight: 700;
margin-right: 30px;
padding-bottom: 20px;
line-height: 1;
}

.privacy_policy_item .item-c:after {
content: "";
position: relative;
height: 6px;
display: block;
background-color: #ff3115;
width: 27px;
top: 15px;
}

.privacy_policy_item .list-item {
overflow: hidden;
margin-bottom: 45px;
/* max-width: 605px; */
}

.privacy_policy_item p.upper-head {
font-size: 16px;

margin-bottom: 25px;
}

.terms-para 
{
float: left;
width: 20px;
font-size: 20px;
color: #000;
font-weight: 700;
margin-right: 30px;
padding-bottom: 20px;
line-height: 1;
}

.terms-para p:after
{
content: "";
position: relative;
height: 6px;
display: block;
background-color: #ff3115;
width: 27px;
top: 15px;
}

.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.anu li {
line-height: 30px;
position: relative;
padding-left: 15px;
}

.privacy-content ul li:nth-child(3) {
overflow: hidden;
margin-bottom: 45px;
/* max-width: 605px; */
}

.anu li:after {
content: "\f105";
left: 0;
top: 0px;
font-size: 17px;
color: #000;
font-family: FontAwesome;
position: absolute;
}

.custom_mb_45
{
margin-bottom: 45px;

}

.terms-bg {
background-image: url(../images/termsbanner_bg2.png);
background-size: cover;
background-position: center;
background-position: center top;
}

.privacy-bg {
background-image: url(../images/privacybanner_bg2.png);
background-size: cover;
background-position: center;
background-position: center top;
}

.breadcrumbs-overlayyy {
position: relative;
z-index: 1;
}

.breadcrumbs-overlayyy:after {
content: '';
position: absolute;
background-color: rgb(23 20 20 / 80%)!important;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}


