html{
	scroll-behavior: smooth;
}
*,*::before,*::after{
	box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin:0;
    font-family: "Montserrat Regular", "MontserratRegular", "Montserrat-Regular", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 300;
	background-color:#FDFBEE;
}
a{
    text-decoration: none;
    color:inherit;
}
/* End CSS Reset */
.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";
}
.clearfix:before,
.clearfix:after{
    clear: both;
    overflow:auto;
}
.s-policy{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    padding: 30px;
}
.policy-head{
    width: 100%;
    margin-bottom: 50px;
}
.policy-body{
    width: 100%;
}
.policy-sub-head{
    width: 100%;
    font-size: 1.3em;
    color: #01293f;
    display: block;
}
.policy-sub-sub-head{
    width: 100%;
    font-size: 1.1em;
    color: #01293f;
    display: block;
}
.policy-para{
    width: 100%;
    font-size: 1.0em;
    color: #555;
    line-height: 1.3em;
}
.policy-ul{
    width: 100%;
    list-style: disc outside;
}
.policy-ul-item{
    width: 100%;
    /*display: inline-block;*/
    font-size: 1.0em;
    line-height: 1.3em;
    color:#555;
}
@media only screen and (min-width: 600px) {
    .s-policy{
        padding:50px;
        
    }
}