html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body{ margin:0; padding:0;  font-family: poppinsregular,sans-serif; background:#fff;}
a{ margin:0; padding:0; cursor:pointer !important; font-family: poppinsregular,sans-serif;  text-decoration:none !important;  outline:none !important; -moz-transition:.4s; -webkit-transition:.4s; -ms-transition:.4s; -o-transition:.4s; transition:.4s;}
a:hover{ color:#111;}
::selection{ background:#111; color:#fff;}
::-moz-selection{ background:#111; color:#fff;}
::-webkit-selection{ background:#111; color:#fff;}
img{ max-width:100%; height:auto;}
ul{ margin:0; padding:0; list-style-type:none;}
li{ margin:0; padding:0;}
p{ padding:0; color: #24364a; font-size:15px;   font-family: poppinsregular,sans-serif; margin:0 0 15px 0; font-weight:300;}
h1, h2, h3, h4, h5, h6{   font-family: poppinsregular,sans-serif; color:#151515;}
input, select, button{outline:none !important;}

html{scrollbar-color:#000 #1c2e4d; scrollbar-width: thin;}
body::-webkit-scrollbar { width: 8px;}
body::-webkit-scrollbar-track {background: #1c2e4d;}
body::-webkit-scrollbar-thumb {background: #000;}
body::-moz-scrollbar { width: 8px;}
body::-moz-scrollbar-track {background: #1c2e4d;}
body::-moz-scrollbar-thumb {background: #000;}
body::-o-scrollbar { width: 8px;}
body::-o-scrollbar-track {background: #1c2e4d;}
body::-o-scrollbar-thumb {background: #000;}
body::-ms-scrollbar { width: 8px;}
body::-ms-scrollbar-track {background: #1c2e4d;}
body::-ms-scrollbar-thumb {background: #000;}

.pricvacy-wrapper{
	background: #f7f7f7
}
.privacy-content{
	background: #fff;
	padding: 45px 60px 30px;
    position: relative;
    bottom: 80px;
}
.p-sec{
	margin-bottom: 45px;
}
.p-sec h3{
	font-weight: bold;
    padding-bottom: 6px;
    font-size: 21px;
}
.p-sec ul{
	margin: 0 0 15px 0;
	padding-left: 35px;
}
.p-sec ul li{
	position: relative;
	font-family: poppinsregular,sans-serif;
    font-size: 15px;
	padding-left: 22px;
	margin-bottom: 6px;

}
.p-sec ul li::before {
	position: absolute;
	content: "";
	background: #fff;
	border: 3px solid #ccc;
	height: 13px;
    width: 13px;
    left: 0;
	top: 5px;
}
.privacy-banner{
    position: relative;
}
.privacy-banner-title{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000075;
}
.privacy-banner-title h1{
    color: #fff;
    font-weight: bold;

}
@media(max-width:992px){
    .privacy-content {
        bottom: 0;
    }
}
@media(max-width:768px){
	.privacy-content {
		background: #fff;
		padding: 25px 25px 1px;
	}
	.p-sec ul {
		margin: 0 0 15px 0;
		padding-left: 4px;
	}
	.p-sec {
		margin-bottom: 26px;
	}	
	.p-sec h3 {
		padding-bottom: 0px;
		font-size: 18px;
	}
    .privacy-banner-title h1 {
        font-size: 30px;
    }
}