.privacy {
    text-align: justify;
}
.privacy h4 {
    text-indent: 50px;
}
.privacy ul {
    margin-left: 30px;
}

.privacy li, p {
    font-family:"PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:#365575;
    font-size: 18px;
}

.modal-dialog{
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    /* max-height: 500px;
    max-width: 600px; */
    /* min-width: 250px; */
    margin: auto;
}

.svg-wrapper {
    overflow: auto;
    height: 100%;
    width: 100%;
    position: relative;
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block; position: absolute; left: 100px; top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/preloader.svg') center no-repeat #fff;
}