html{
	font-size: 14px;
}
body{

}
body h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
}
body input:focus{
	outline: none;
}
body ul{
	margin: 0;
	list-style: none;
	padding-left: 0px;
}
body a:hover,body a:focus{
	text-decoration: none;
}

.container{
    max-width: 1170px !important;
}
.container.small{
    max-width: 480px !important;
}

.logo-p{
    font-size: 30px !important;
    font-weight: 400 !important;
    color: #777777;
    text-align: left !important;
}
.logo-p span{
    color: #2470B8;
    position: relative;
}
.logo-p span:after{
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 2px;
    background-color: #2470B8;
}
.padding_0{
	padding: 0px;
}
.nav_section{
	background-color: white;
	padding: 1rem 0;
}
.bg-dark{
	background-color: transparent !important;
	padding: 0 0rem;
}
.navbar-brand img{
	width: 15rem;
}
.navbar-dark .navbar-nav .nav-link{
	color: #3A7FBF;
	font-size: 1.1rem;
	position: relative;
	padding: .8rem 1.8rem;
}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{
	color: #3A7FBF;
}
.navbar-dark .navbar-nav .nav-link img{
	width: 1.1rem;
	position: absolute;
	left: 0rem;
	top: 1.1rem;
}
.navbar-dark .navbar-nav .nav-link.btn_blue{
	background-color: #2470B8;
	color: white;
	border-radius: .25rem;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.navbar-dark .navbar-nav .nav-link.btn_blue img{
	position: relative;
	top: 0;
	margin-right: .5rem;
}
.navbar-dark .navbar-nav .nav-link.btn_blue:hover,.navbar-dark .navbar-nav .nav-link.btn_blue:focus{
	background-color: #479DEE;
}
.welcome_section{
	padding: 2rem 0;
    color: #FFF;
    position: relative;
    overflow: hidden;
    background: rgba(36,113,184,1);
    background: -moz-linear-gradient(left, rgba(36,113,184,1) 0%, rgba(28,131,228,1) 50%, rgba(36,113,184,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,113,184,1)), color-stop(50%, rgba(28,131,228,1)), color-stop(100%, rgba(36,113,184,1)));
    background: -webkit-linear-gradient(left, rgba(36,113,184,1) 0%, rgba(28,131,228,1) 50%, rgba(36,113,184,1) 100%);
    background: -o-linear-gradient(left, rgba(36,113,184,1) 0%, rgba(28,131,228,1) 50%, rgba(36,113,184,1) 100%);
    background: -ms-linear-gradient(left, rgba(36,113,184,1) 0%, rgba(28,131,228,1) 50%, rgba(36,113,184,1) 100%);
    background: linear-gradient(to right, rgba(36,113,184,1) 0%, rgba(28,131,228,1) 50%, rgba(36,113,184,1) 100%);
    text-align: center;
}
.welcome_section:after{
	display: block;
    content: "";
    width: 500px;
    height: 500px;
    margin: -250px 0 0 -250px;
    background: url(../images/h2_welcome.svg) center center no-repeat;
    background-size: 100% auto;
    opacity: 0.15;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
}
.welcome_section h1{
    color: #FFF;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}
.welcome_section p{
	margin-top: .5rem;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.content_section{
	padding-top: 2rem;
	padding-bottom: 3rem;
	background-color: white;
}
.content_section .form_box{
	padding: 2rem;
	display: inline-block;
	width: 100%;
	position: relative;
	border: 0.1rem solid #CCC;
    border-top-color: #2470B8;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    height: 100%;
}
.content_section .form_box h2{
	margin-bottom: 2rem;
    color: #2470B8;
    font-size: 2rem;
    font-weight: 700;
    line-height: 28px;
    position: relative;
}
.content_section .form_box h2 img{
	float: right;
}
.content_section .form_box p{
	margin: 1.5rem 0;
    color: #555;
    font-size: 1.1rem;
    line-height: 20px;
}
.content_section .form_box p i{
	color: #2470B8;
}
.content_section .form_box p b{
	font-weight: 600;
}
.content_section .form_box p a{
	display: inline-block;
	font-weight: 600;
	text-decoration: underline;
}
.content_section .form_box p span{
	color: #999;
}
.content_section .form_box h3{
	margin-bottom: 2rem;
    color: #222;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 20px;
}
.content_section .form_box .input_form{
	display: inline-block;
	width: 100%;
	position: relative;
}
.content_section .form_box .input_form label{
	margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 16px;
    display: block;
}
.content_section .form_box .input_form label span{
	color: #F1006B;
}
.content_section .form_box .input_form input{
    color: #222;
    font-weight: 400;
    background-color: #FFF;
    border: .1rem solid #BBB;
   	height: 40px;
    padding: 0 0.9rem;
    font-size: 1.2rem;
    line-height: 20px;
    width: 100%;
    margin-bottom: 1.3rem;
}
.content_section .form_box .input_form textarea{
    color: #222;
    font-weight: 400;
    background-color: #FFF;
    border: .1rem solid #BBB;
   	height: 108px;
    padding: 0 0.9rem;
   	padding-top: 0.5rem;
    font-size: 1.2rem;
    line-height: 20px;
    width: 100%;
    margin-bottom: 1.3rem;
}
.content_section .form_box .input_form input.credit{
	width: 40%;
	margin-bottom: 0;
}
.content_section .form_box .h2-form-or{
	margin: 1.5rem 0;
    color: #222;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}
.content_section .form_box .h2-form-or:before {
    margin-left: -100%;
}
.content_section .form_box .h2-form-or:after {
    margin-right: -100%;
}
.content_section .form_box .h2-form-or:before, .content_section .form_box .h2-form-or:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: .1rem;
    margin-top: 0.65em;
    background: #DDD;
    border: solid #F9F9F9;
    border-width: 0 0.8rem;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content_section .form_box button, .content_section .form_box input.submit{
	background-color: #00AB10;
	color: white;
	font-weight: 600;
	font-size: 1.6rem;
	border-radius: .25rem;
	padding: 0.8rem 4rem;
	border: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.content_section .form_box button:hover,.content_section .form_box button:focus,
.content_section .form_box input.submit:hover,.content_section .form_box input.submit:focus{
	background-color: #00C412;
}
.content_section .text_box{
	padding: 2rem;
	display: inline-block;
	width: 100%;
	position: relative;
	border: 0.1rem solid #CCC;
    border-top-color: #2470B8;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    margin-top: 2rem;
}
.content_section .text_box h2{
	margin-bottom: 2rem;
    color: #2470B8;
    font-size: 2rem;
    font-weight: 600;
    line-height: 28px;
    position: relative;
}
.content_section .text_box .box{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 2rem 0;
	border-top: .1rem dashed #DDD;
}
.content_section .text_box h4{
	color: #2470B8;
	font-size: 1.25rem;
    font-weight: 500;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.6rem;
}
.content_section .text_box h4 i{
	position: absolute;
	left: 0;
	top: 0.25rem;
}
.content_section .text_box p{
	padding-left: 2rem;
    color: #555;
    font-size: 1.1rem;
    line-height: 20px;
}
.content_section .text_box p span{
	color: #2470B8;
	font-weight: 600;
}
.content_section .text_box p a{
	color: #2470B8;
	font-weight: 600;
	text-decoration: underline;
}
.content_section .record_box .sr-body{
	margin-top: 3rem;
    padding: 0;
    border: none;
}
.content_section .record_box .sr-row {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.content_section .record_box .sr-row:first-child .content_section .record_box .sr-cell {
    padding-top: 0;
}
.content_section .record_box .sr-cell {
    display: table-cell;
    padding: 2.5rem 0;
    vertical-align: top;
}
.content_section .record_box .sr-cell:first-child .sr-cell-inn {
    padding-left: 0;
    border-left: none;
}
.content_section .record_box .sr-cell-inn {
    padding: 0 2.5rem;
    border-left: 1px solid #DDD;
}
.content_section .record_box .sr-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    position: relative;
}
.content_section .record_box .sr-table:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #DDD;
    position: absolute;
    bottom: -2.5rem;
    left: 0;
}
.content_section .record_box .sr-table2:before{
	bottom: -3.5rem;
}
.content_section .record_box .sr-table3:before{
	display: none;
}
.content_section .record_box .sr-img {
    width: 35%;
    max-width: 200px;
}
.content_section .record_box .sr-img, .content_section .record_box .sr-info {
    display: table-cell;
    vertical-align: middle;
}
.content_section .record_box .sr-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
}
.content_section .record_box .sr-info {
    width: 65%;
    padding-left: 2.5em;
}
.content_section .record_box .sr-info h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.content_section .record_box .sr-info ul {
    margin-left: 0;
    font-size: 1.125em;
    line-height: 1.222em;
}
.content_section .record_box .sr-info li {
    display: block;
    margin: 0.8rem 0;
    padding-left: 1.666em;
    list-style-type: none;
    position: relative;
    color: #555555;
    font-size: 1.4rem;
}
.content_section .record_box .sr-info li:before {
    display: block;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/search_reports_icns.svg) 0 0 no-repeat;
    position: absolute;
    top: 0.222em;
    left: 0;
}
.content_section .record_box .sr-info li.icn-01:before {
    background-position: 0 0;
}
.content_section .record_box .sr-info li.icn-02:before {
    background-position: 0 -16px;
}
.content_section .record_box .sr-info li.icn-03:before {
    background-position: 0 -32px;
}
.content_section .record_box .sr-info li.icn-04:before {
    background-position: 0 -48px;
}
.content_section .record_box .sr-info li.icn-05:before {
    background-position: 0 -64px;
}
.content_section .record_box .sr-info li.icn-06:before {
    background-position: 0 -80px;
}
.content_section .record_box .sr-info li.icn-07:before {
    background-position: 0 -96px;
}
.content_section .record_box .sr-info li.icn-08:before {
    background-position: 0 -112px;
}
.content_section .record_box .sr-info li.icn-09:before {
    background-position: 0 -128px;
}
.content_section .record_box .sr-info li.icn-10:before {
    background-position: 0 -144px;
}
.content_section .record_box .sr-info li.icn-11:before {
    background-position: 0 -160px;
}
.content_section .record_box .sr-info li.icn-12:before {
    background-position: 0 -176px;
}
.content_section .record_box .sr-info li.icn-13:before {
    background-position: 0 -192px;
}
.content_section .record_box .sr-info li.icn-14:before {
    background-position: 0 -208px;
}
.content_section .record_box .sr-info li.icn-15:before {
    background-position: 0 -224px;
}
.content_section .record_box .sr-info li.icn-16:before {
    background-position: 0 -240px;
}
.info_section{
	background-color: #F9F9F9;
	padding: 3rem 0;
	border-top: 0.1rem solid #DDD;
}
.info_section h2 {
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: 300;
    line-height: 40px;
    position: relative;
    text-align: center;
}
.info_section .icn {
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
    background: #FFF;
    border: 0.1px solid #DDD;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.info_section .icn:before {
    display: block;
    content: "";
    width: 4.5rem;
    height: 4.5rem;
    margin: -2.25rem 0 0 -2.25rem;
    background: url(../images/benefits_icns.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
}
.info_section .icn.icn-01:before {
    background-position: 0 0;
}
.info_section .icn.icn-02:before {
    background-position: 0 -4.5rem;
}
.info_section .icn.icn-03:before {
    background-position: 0 -9rem;
}
.info_section h3{
	color: #222222;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 2rem;
}
.info_section h3 span{
	color: #2470B8;
}
.info_section p{
	color: #555555;
	font-size: 1.3rem;
	text-align: center;
	margin-top: 1rem;
}
footer {
    padding: 3rem 0;
    background: #EEE;
    position: relative;
}
footer .top_footer{
	padding-bottom: 4rem;
	border-bottom: .1rem solid #CCC;
}
footer h4{
	padding-bottom: 1.3rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 22px;
    border-bottom: .1rem solid #CCC;
    margin-bottom: 1rem;
}
footer ul li a{
	display: inline-block;
	width: 100%;
	font-size: 1.1rem;
	margin-top: .25rem;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
footer .bot_footer{
	padding-top: 3rem;
}
footer .bot_footer img{
	width: 10rem;
}
footer .bot_footer p{
	text-align: right;
	color: #777777;
	font-size: 1rem;
	line-height: 16px;
}
@media(max-width: 1320px){
	html{
		font-size: 13px;
	}
}
@media(max-width: 1200px){
	html{
		font-size: 12px;
	}
}
@media(max-width: 1024px){
	html{
		font-size: 10px;
	}
	.content_section .form_box .input_form input.credit{
		width: 100%;
	}
}
@media(max-width: 991px){
	html{
		font-size: 10px;
	}
}
@media(max-width: 767px){
	html{
		font-size: 12px;
	}
	.navbar-dark .navbar-toggler{
		background-color: #2473BC;
	}
	.content_section .form_box h2 img {
	    float: none;
	    display: block;
	    margin-top: 1rem;
	}
	.content_section .record_box .sr-cell {
	    width: 100%;
	    display: inline-block;
	    padding: 2rem 0;
	}
	.content_section .record_box .sr-cell:first-child .sr-cell-inn{
		padding: 0 2rem !important;
	}
	.info_section .icn{
		margin-top: 2rem;
	}
	footer h4{
		margin-top: 2rem;
	}
	footer .top_footer{
		text-align: center;
	}
	footer .bot_footer{
		text-align: center;
	}
	footer .bot_footer p{
		text-align: center;
		margin-top: 1rem;
	}
}

.month-result {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.month-result p {
    margin: 0!important;
    margin-bottom: 5px!important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.field-info-helper {
    color: #00d1b2;
    font-size: 13px;
}

/* NOTIFICATION */
.notification {
    left: 50%;
    transition-duration: .5s;
    position: fixed !important;
    display: inline-block;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
    z-index: 101;
    font-size: 13px;
}

.notification.success {
    color: #FFF;
    background-color: #00d1b2;
    border-color: #c3e6cb;
}
.notification.primary {
    /*color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;*/
}
.notification.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.notification.show {
    transform: translate3d(-50%, -50% ,0);
    opacity: 1;
    top: 50%;
}
.notification.hide {
    transform: translate3d(-50%, -100%, 0);
    opacity: 0;
    top: 0;
}

.notification .status {
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.notification .info {
    font-size: 17px;
}
.notification .control {
    position: absolute;
    right: 5px;
    top: 5px;
}
.notification .control .close-btn {
    display: inline-block;
    font-size: 18px;
    line-height: 0.5;
    padding: 5px;
    cursor: pointer;
}
.notification .control .close-btn:before {
    content: "\2716";
}
/* NOTIFICATION */