/** MAIN **/
body{
	font-family: 'Titillium Web',sans-serif;
	background-color: white;
}

.learn-more{
	cursor: pointer;
}

.checkbox-inline{
	cursor: pointer;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

label.error{
	color: #a90000!important;
	font-size: 14px!important;
}

#page-first-section{
	padding: 30px 20px 50px;
	background-image: url(../img/bgvidacredito12.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/* Selectric + Dropdown */

.selectric-wrapper {
	position: relative;
	cursor: pointer; }
  
  .selectric-responsive {
	width: 100%; }
  
  .selectric {
	border: 1px solid #DDD;
	border-radius: 0px;
	background: #F8F8F8;
	position: relative;
	overflow: hidden; }
	.selectric .label {
	  display: block;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  margin: 0 38px 0 10px;
	  font-size: 12px;
	  line-height: 38px;
	  color: #444;
	  height: 38px;
	  user-select: none; }
	.selectric .button {
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 38px;
	  height: 38px;
	  line-height: 38px;
	  background-color: #F8f8f8;
	  color: #BBB;
	  text-align: center;
	  font: 0/0 a;
	  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
	  .selectric .button:after {
		content: " ";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-top-color: #BBB;
		border-bottom: none; }
  
  .selectric-focus .selectric {
	border-color: #aaaaaa; }
  
  .selectric-hover .selectric {
	border-color: #c4c4c4; }
	.selectric-hover .selectric .button {
	  color: #a2a2a2; }
	  .selectric-hover .selectric .button:after {
		border-top-color: #a2a2a2; }
  
  .selectric-open {
	z-index: 9999; }
	.selectric-open .selectric {
	  border-color: #c4c4c4; }
	.selectric-open .selectric-items {
	  display: block; }
  
  .selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	user-select: none; }
  
  .selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0; }
	.selectric-hide-select select {
	  position: absolute;
	  left: -100%; }
	.selectric-hide-select.selectric-is-native {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  z-index: 10; }
	  .selectric-hide-select.selectric-is-native select {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		border: none;
		z-index: 1;
		box-sizing: border-box;
		opacity: 0; }
  
  .selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important; }
  
  .selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important; }
  
  /* Items box */
  .selectric-items {
	display: none;
	position: absolute;
	top: 45%;
	left: 0;
	background: #F8F8F8;
	border: 1px solid #c4c4c4;
	z-index: 1;
	box-shadow: 0 0 10px -6px; }
	.selectric-items .selectric-scroll {
	  height: 100%;
	  overflow: auto; }
	.selectric-items ul, .selectric-items li {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  font-size: 12px;
	  line-height: 20px;
	  min-height: 20px; }
	.selectric-items li {
	  display: block;
	  padding: 8px 12px;
	  color: #666;
	  cursor: pointer; }
	  .selectric-items li.selected {
		background: #E0E0E0;
		color: #444; }
	  .selectric-items li.highlighted {
		background: #D0D0D0;
		color: #444; }
	  .selectric-items li:hover {
		background: #D5D5D5;
		color: #444; }
	.selectric-items .disabled {
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	  cursor: default !important;
	  background: none !important;
	  color: #666 !important;
	  user-select: none; }
	.selectric-items .selectric-group .selectric-group-label {
	  font-weight: bold;
	  padding-left: 10px;
	  cursor: default;
	  user-select: none;
	  background: none;
	  color: #444; }
	.selectric-items .selectric-group.disabled li {
	  filter: alpha(opacity=100);
	  opacity: 1; }
	.selectric-items .selectric-group li {
	  padding-left: 25px; }

.dropdown {
	position: relative; }
	.dropdown.dropdown-model-one .selectric {
	  border: 1px solid #c7c4c5; }
	  .dropdown.dropdown-model-one .selectric .label {
		color: #5f6368; }
	  .dropdown.dropdown-model-one .selectric .button {
		background: transparent; }
		.dropdown.dropdown-model-one .selectric .button:after {
		  color: #5f6368; }
	.dropdown.dropdown-model-one .selectric-items li {
	  border-bottom: none; }
	.dropdown.dropdown-model-two .selectric {
	  border: 4px solid white; }
	  .dropdown.dropdown-model-two .selectric .label {
		color: white; }
	  .dropdown.dropdown-model-two .selectric .button {
		background: transparent; }
		.dropdown.dropdown-model-two .selectric .button:after {
		  color: white; }
	.dropdown.dropdown-model-two .selectric-items li {
	  border-bottom: none; }
	.dropdown.dropdown-model-three .selectric {
	  border: 4px solid #e83266; }
	  .dropdown.dropdown-model-three .selectric .label {
		color: #e83266; }
	  .dropdown.dropdown-model-three .selectric .button {
		background: transparent; }
		.dropdown.dropdown-model-three .selectric .button:after {
		  color: #e83266; }
	.dropdown.dropdown-model-three .selectric-items li {
	  border-bottom: none; }
	.dropdown .selectric-wrapper.selectric-below .selectric .label {
	  color: black; }
	.dropdown .selectric {
	  border: none;
	  border-bottom: 4px solid #c7c4c5;
	  border-radius: 4px;
	  background: white; }
	  .dropdown .selectric .label, .dropdown .selectric .button {
		line-height: 30px;
		height: 32px; }
	  .dropdown .selectric .label {
		position: relative;
		font-family: "Raleway", sans-serif;
		font-weight: 500;
		font-size: 13px;
		line-height: 32px;
		color: black;
		margin: 0 36px 0 12px;
		z-index: 2; }
	  .dropdown .selectric .button {
		min-width: initial;
		border: none;
		margin-right: -8px;
		background: transparent; }
		.dropdown .selectric .button:after {
		  content: "\e900";
		  font-family: 'icomoon' !important;
		  font-style: normal;
		  font-weight: bold;
		  font-size: 18px;
		  font-variant: normal;
		  text-transform: none;
		  line-height: 1 !important;
		  -webkit-font-smoothing: antialiased;
		  -moz-osx-font-smoothing: grayscale;
		  border: none;
		  color: black;
		  top: -18px;
		  right: 14px;
		  z-index: 2; }
	.dropdown .selectric-items {
	  padding-top: 20px;
	  border: 1px solid #c7c4c5;
	  border-top: 0;
	  border-bottom-left-radius: 4px;
	  border-bottom-right-radius: 4px;
	  margin-top: 0;
	  background-color: white;
	  box-shadow: none;
	  overflow: hidden; }
	  .dropdown .selectric-items ul li {
		position: relative;
		border-bottom: 2px solid black; }
		.dropdown .selectric-items ul li:hover {
		  background: #f9f9f9;
		  color: black; }
		.dropdown .selectric-items ul li.highlighted {
		  background: #f9f9f9;
		  color: black; }
		.dropdown .selectric-items ul li.selected {
		  background: #e8e8e8;
		  border-width: 2px;
		  color: black; }
	.dropdown .selectric-wrapper.selectric-open .selectric {
	  border-bottom-color: transparent; }
	.dropdown .selectric-wrapper.selectric-focus .selectric {
	  border-color: #58c2db !important; }
	  .dropdown .selectric-wrapper.selectric-focus .selectric .label {
		color: #58c2db !important; }
	  .dropdown .selectric-wrapper.selectric-focus .selectric .button:after {
		color: #58c2db !important; }
	.dropdown .selectric-wrapper.selectric-focus .selectric-items {
	  border-color: #58c2db !important; }


/* Selectric + Dropdown */





#page-first-section .dropdown {
    position: absolute;
    top: 20px;
    right: 20px;
	z-index: 3;
}
#page-first-section .dropdown .selectric .button {
	margin-right: -2px;
}

#page-first-section-title{
	max-width: 460px;
	font-size: 48px;
	font-weight: 600;
	line-height: 68.5714px;

	color: white;
}

#page-first-section-image {
	max-width: 140px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 560px) {
	#page-first-section-image {
		max-width: 100px;
	}
}

#page-first-section-title span{
	color: #98c667;
}

#page-first-section-promotion{
	margin-bottom: 40px;
	font-weight: 700;
	line-height: 73.5px;
}

.awards {
	max-width: 600px;
}

.awards h3 {
	margin-bottom: 18px;
	font-size: 22px;
    color: white;
}

.awards .awards-items .awards-item {
	display: inline-block;
	width: calc(20% - 5px);
	vertical-align: middle;
	padding-right: 10px;
}

.awards .awards-items .awards-item img {
	max-width: 66px;
    max-height: 66px;
    width: 100%;
}
@media only screen and (max-width: 560px) {
	.awards .awards-items .awards-item img {
		max-height: 60px;
	}
}

#page-first-section-promotion span:nth-of-type(1){
	font-size: 30px;
	font-weight: 700;

	line-height: 43.5px;

	text-transform: uppercase;

	color: #98c667;
}

#page-first-section-promotion span:nth-of-type(2){
	font-size: 130px;

	color: white;
}

#page-first-section-offer-area{
	margin-top: 40px;
}

#page-first-section-offer-area h3{
	font-size: 30px;
	font-weight: 700;

	line-height: 0.7;

	color: #bc5592;

	text-transform: uppercase;

	margin: 0;
}

#page-first-section-offer-area p{
	font-size: 20px;
	font-weight: 700;

	color: white;

	margin-bottom: 10px;
}

#page-first-section-offer-area ul{
	margin: 0;
	padding: 0;

	list-style: none;
}

#page-first-section-offer-area ul li i{
	color: white;

	font-size: 40px;

	vertical-align: middle;

	margin-right: 5px;
}

#page-first-section-offer-area ul li span{
	color: #bc5592;

	font-size: 25px;
	font-weight: 700;

	vertical-align: middle;
}

#full-page-shadow{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background-color: rgba(0,0,0,0.7);

	z-index: 1;

	display: none;
}

#first-page-simulation-form{
	background-color: #98c667;

	max-width: 400px;
	padding: 20px;
	margin-top: 40px;

	position: relative;
	z-index: 2;
}

#first-page-simulation-form h3{
	text-align: center;

	font-size: 30px;
	font-weight: 600;

	color: white;

	margin-bottom: 10px;
}

#first-page-simulation-form .form-group{
	margin: 10px 0;
}

#first-page-simulation-form .form-group label{
	margin-bottom: 0;
}

#first-page-simulation-form .form-group label:not(.checkbox-inline){
	font-size: 20px;
	font-weight: 700;

	color: white;

	line-height: 0.3;
}

#debt-slider{
	height: 7px;
	background: white;
	border: none!important;
	margin-top: 5px;
}

#debt-slider .ui-slider-handle{
	border-radius: 360px;
	color: white;

	top: -7px;

	background: white;
}

#debt-slider .ui-slider-range{
	background: #e0e0e0;
}

input[name=debt]{
	border: 0;
	background-color: transparent!important;
	margin: 10px 0;
	font-size: 22px!important;
	color: white!important;
	max-height: 30px!important;
	max-width: 340px;
	padding: 0!important;
	border-bottom: 1px solid #fff!important;

	transition: width 0.25s;
}

#first-page-simulation-form .form-group input[type='text']:not(#debt-input), #first-page-simulation-form .form-group input[type='email']{
	padding-left: 10px;

	width: 100%;
	height: 46px;

	font-weight: 300;
	font-size: 20px;

	color: black;

	border: 2px solid #98c667;

	background: #e2e6e7;

	outline: 0;
}

#has-other-holder-line label{
	font-size: 17px;
	font-weight: 100;

	color: #e0e0e0;
}

#has-other-holder-line label a{
	color: #e0e0e0!important;
	text-decoration: underline;
}

#has-other-holder-line label span{
	display: inline-block;
	width: 15px;
	height: 15px;

	margin-right: 10px;

	cursor: pointer;

	background-color: #f4f4f4;

	position: relative;
	top: 2px;
	left: 2px;
}

#has-other-holder-line label span input{
	display: none;
}

#has-other-holder-line label span i{
    font-size: 15px;

    color: #98c667;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    opacity: 0;
}

#has-other-holder-line label span input:checked+i{
	opacity: 1;
}

#other-holder-inputs-wrapper{
	margin-bottom: 20px;
}






#accept-terms-and-condition-line{
	margin: 10px 0;
}

#accept-terms-and-condition-line label{
	font-size: 17px;
	font-weight: 100;

	color: #e0e0e0;
}

#accept-terms-and-condition-line label a{
	color: #e0e0e0!important;
	text-decoration: underline;
}

#accept-terms-and-condition-line label span{
	display: inline-block;
	width: 15px;
	height: 15px;

	margin-right: 10px;

	cursor: pointer;

	background-color: #f4f4f4;

	position: relative;
	top: 2px;
	left: 2px;
}

#accept-terms-and-condition-line label span input{
	display: none;
}

#accept-terms-and-condition-line label span i{
    font-size: 15px;

    color: #98c667;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    opacity: 0;
}

#accept-terms-and-condition-line label span input:checked+i{
	opacity: 1;
}

#first-page-simulation-form .form-group button[type='submit']{
	width: 100%;
	padding: 10px 60px;
	border: none;

	font-size: 30px;
	font-weight: 700;

	text-transform: uppercase;

	background-color: white;

	color: #98c667;

	cursor: pointer;
}

/*Insurers*/
.section-header .section-header-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #103775;
}

.section-insurers {
	padding: 22px 0 26px;
	background-color: #103775;
	text-align: center; }
	.section-insurers .section-header .section-header-title {
	  color: white; }
	.section-insurers .section-awards-items {
	  margin: auto;
	  text-align: center; }
	  .section-insurers .section-awards-items div {
		display: inline-block;
		vertical-align: middle;
		width: calc(10% - 36px);
		margin: auto 14px; }
		@media only screen and (max-width: 960px) {
		  .section-insurers .section-awards-items div {
			width: calc(8% - 36px); } }
		@media only screen and (max-width: 760px) {
		  .section-insurers .section-awards-items div {
			width: calc(16% - 36px);
			margin-top: 26px; } }
		@media only screen and (max-width: 460px) {
		  .section-insurers .section-awards-items div {
			width: calc(24% - 30px); } }
		@media only screen and (max-width: 760px) {
		  .section-insurers .section-awards-items div:nth-child(1), .section-insurers .section-awards-items div:nth-child(2), .section-insurers .section-awards-items div:nth-child(3), .section-insurers .section-awards-items div:nth-child(4) {
			margin-top: 0; } }
		@media only screen and (max-width: 460px) {
		  .section-insurers .section-awards-items div:nth-child(6) {
			margin-top: 26px; } }
		.section-insurers .section-awards-items div img {
		  max-width: 55px;
		  max-height: 60px; }
		  @media only screen and (max-width: 960px) {
			.section-insurers .section-awards-items div img {
			  max-width: 86px;
			  max-height: 74px;
			  width: 100%; } }

/** Page second section **/
#page-second-section{
	padding: 20px 15px;
}

#page-second-section #awards-slider{
	max-width: 992px;

	margin: auto;
	padding: 0!important;

	list-style: none;
}

#page-second-section #awards-slider div{
	padding: 5px;
}

#page-second-section #awards-slider div img{
	width: 100%;
    max-width: 120px;
    max-height: 110px;
    margin: auto;
}

/** Page third section **/
#page-third-section{
	padding: 60px 15px;
	background-color: #98c667;
}

#page-third-section h2{
	color: #f4f4f4;

	font-size: 27px;

	text-align: center;

	display: block;
	max-width: 920px;

	margin: 0 auto 60px auto;
}

#page-third-section h2 strong{
	font-weight: 700;
}

/** Page third section **/
#page-third-section #benefits-list{
	display: table;

	margin: auto;

	font-size: 0;
}

#page-third-section #benefits-list article{
	display: inline-block;

	width: 33.33%;
	padding: 5px;

	vertical-align: top;
}

#page-third-section #benefits-list article div{
	padding: 30px;
	background-color: #f4f4f4;
	text-align: center;
}

#page-third-section #benefits-list article div header{
	margin: 20px auto;
}

#page-third-section #benefits-list article div p{
	font-size: 19px;
	font-weight: 400;
	font-style: italic;

	line-height: 27.55px;

	color: #15283d;

	opacity: .8;

	display: block;
	max-width: 90%;
	margin: auto;
}

/** Page fifth section **/
#calculator-bg-wrapper{
	background-image: url(../img/simulate-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	height: 400px;
}

#page-fourth-section .row:first-child header h2{
	color: #15283d;

	font-size: 30px;
	font-weight: 400;

	line-height: 43.5px;

	max-width: 560px;

	margin: 65px 0;
}

#page-fourth-section .row:first-child header button{
	padding: 15px 60px;

	font-size: 35px;
	font-weight: 700;

	text-transform: uppercase;

	border: none;

	background-color: #e83266;
    background-image: linear-gradient(to right, #58c2db, #98c667);

	color: white;
}

#testimonials-list{
	margin: auto;
	padding: 0;

	max-width: 1170px;
	width: 100%;
	margin: 70px auto;

	list-style: none;
}

#testimonials-list li:not(:last-child){
	margin-bottom: 40px;
}

#testimonials-list li article{
	background-color: #fbfbfb;

	padding: 50px 50px 30px 100px;

	border: 2px solid #f4f4f4;

	position: relative;
}

#testimonials-list li article header{
	position: absolute;
	left: 0;
	top: -100px;
}

#testimonials-list li article p{
	font-size: 19px;
	font-weight: 300;
	font-style: italic;

	color: #15283d;

	line-height: 27.55px;
}

#testimonials-list li article p strong{
	font-weight: 700;
}

#testimonials-list li article button{
	background: none;
	border: none;

	color: #15283d;

	text-decoration: underline;

	font-size: 20px;
}

#simulate-big-button{
	border: 0;

	background-color: #e83266;
    background-image: linear-gradient(to right, #58c2db, #98c667);

	max-width: 798px;
	width: 100%;
	margin-bottom: 50px;

	font-size: 25px;
	font-weight: 700;

	color: #f4f4f4;

	padding: 15px;
	text-transform: uppercase;

	cursor: pointer;
}

/** Facebook **/
.fb-like{
	margin-bottom: 15px;
}

/** Footer **/
footer .wrap {
    max-width: 900px;
    width: 90%;
    margin: auto;
}
footer {
	position: relative;
	padding: 30px 0;
	text-align: center;
	background-color: #1a2b3b;
	z-index: 1; }
	footer .footer-logos {
	  margin-bottom: 36px; }
	  @media only screen and (max-width: 760px) {
		footer .footer-logos {
		  margin-bottom: 16px; } }
	  footer .footer-logos .footer-logo {
		display: inline-block;
		vertical-align: middle;
		margin-right: 50px; }
		@media only screen and (max-width: 560px) {
		  footer .footer-logos .footer-logo {
			margin-right: 20px;
			margin-bottom: 20px; } }
		footer .footer-logos .footer-logo.p4lpro-logo img {
		  width: 60px; }
		  @media only screen and (max-width: 560px) {
			footer .footer-logos .footer-logo.p4lpro-logo img {
			  width: 50px; } }
		footer .footer-logos .footer-logo.hisonia-logo img {
		  width: 50px; }
		  @media only screen and (max-width: 560px) {
			footer .footer-logos .footer-logo.hisonia-logo img {
			  width: 32px; } }
		footer .footer-logos .footer-logo.ykh-logo img {
		  width: 36px; }
		  @media only screen and (max-width: 560px) {
			footer .footer-logos .footer-logo.ykh-logo img {
			  width: 25px; } }
		footer .footer-logos .footer-logo.p4l-logo img {
		  width: 146px; }
		  @media only screen and (max-width: 560px) {
			footer .footer-logos .footer-logo.p4l-logo img {
			  width: 126px; } }
		footer .footer-logos .footer-logo.p4p-logo img {
		  width: 170px; }
		  @media only screen and (max-width: 560px) {
			footer .footer-logos .footer-logo.p4p-logo img {
			  width: 132px; } }
		footer .footer-logos .footer-logo:last-of-type {
		  margin-right: 0; }
		footer .footer-logos .footer-logo img {
		  width: 100%; }
	footer .footer-items {
	  padding-bottom: 26px;
	  border-bottom: 1px solid white;
	  margin-bottom: 30px; }
	  footer .footer-items .footer-item {
		display: inline-block;
		vertical-align: top;
		width: calc(33.33% - 3px); }
		@media only screen and (max-width: 760px) {
		  footer .footer-items .footer-item {
			display: block;
			width: 100%;
			margin-bottom: 26px; } }
		@media only screen and (max-width: 760px) {
		  footer .footer-items .footer-item:last-of-type {
			margin-bottom: 0; } }
		footer .footer-items .footer-item dl {
		  display: table;
		  min-width: 150px;
		  margin: auto;
		  text-align: left;
		  -moz-transition: all 0.25s ease-out;
		  -webkit-transition: all 0.25s ease-out;
		  -i-transition: all 0.25s ease-out;
		  transition: all 0.25s ease-out; }
		  @media only screen and (max-width: 760px) {
			footer .footer-items .footer-item dl {
			  display: block;
			  text-align: center; } }
		  footer .footer-items .footer-item dl .footer-more-trigger {
			cursor: pointer; }
		  footer .footer-items .footer-item dl .footer-more {
			display: none; }
		  footer .footer-items .footer-item dl dt {
			margin-bottom: 8px;
			font-weight: 600;
			font-size: 20px;
			color: #e83266; }
			@media only screen and (max-width: 560px) {
			  footer .footer-items .footer-item dl dt {
				font-size: 18px; } }
			footer .footer-items .footer-item dl dt:after {
			  content: "\e900";
			  display: inline-block;
			  vertical-align: middle;
			  margin-top: -1px;
			  margin-left: 4px;
			  font-family: 'icomoon' !important;
			  font-style: normal;
			  font-weight: bold;
			  font-size: 24px;
			  font-variant: normal;
			  text-transform: none;
			  line-height: 1;
			  -webkit-font-smoothing: antialiased;
			  -moz-osx-font-smoothing: grayscale; }
			footer .footer-items .footer-item dl dt a {
			  color: #e83266; }
			  footer .footer-items .footer-item dl dt a:hover {
				text-decoration: underline; }
		  footer .footer-items .footer-item dl dd {
			margin-bottom: 8px; }
			footer .footer-items .footer-item dl dd a {
			  font-size: 15px;
			  color: white; }
			  footer .footer-items .footer-item dl dd a:hover {
				text-decoration: underline; }
			  footer .footer-items .footer-item dl dd a div {
				display: inline-block;
				vertical-align: middle;
				margin-right: 8px; }
			footer .footer-items .footer-item dl dd.footer-social {
			  margin: 26px auto auto; }
			  @media only screen and (max-width: 760px) {
				footer .footer-items .footer-item dl dd.footer-social {
				  margin: 16px auto auto; } }
			  footer .footer-items .footer-item dl dd.footer-social a {
				position: relative;
				display: inline-block;
				vertical-align: middle;
				width: 34px;
				height: 34px;
				border-radius: 26px;
				margin: 0 2px;
				background-color: white; }
				footer .footer-items .footer-item dl dd.footer-social a:hover {
				  background-color: #e83266; }
				  footer .footer-items .footer-item dl dd.footer-social a:hover div {
					color: white; }
				footer .footer-items .footer-item dl dd.footer-social a div {
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  -webkit-transform: translate(-50%, -50%);
				  -moz-transform: translate(-50%, -50%);
				  -ms-transform: translate(-50%, -50%);
				  -o-transform: translate(-50%, -50%);
				  transform: translate(-50%, -50%);
				  font-size: 18px;
				  color: #1a2b3b; }
		footer .footer-items .footer-item .footer-copy p {
		  margin-bottom: 8px;
		  font-size: 14px;
		  line-height: 1.2;
		  color: white; }
		  footer .footer-items .footer-item .footer-copy p:last-of-type {
			margin-bottom: 0; }
		  footer .footer-items .footer-item .footer-copy p a {
			color: #e83266; }
			footer .footer-items .footer-item .footer-copy p a:hover {
			  text-decoration: underline; }
	footer .footer-disclaimer p {
	  margin-bottom: 6px;
	  font-size: 13px;
	  line-height: 1.2;
	  color: white; }
	  footer .footer-disclaimer p:last-of-type {
		margin-bottom: 0; }
	  footer .footer-disclaimer p a {
		color: #e83266; }
		footer .footer-disclaimer p a:hover {
		  text-decoration: underline; }

/** Media Queries **/
@media only screen and (max-width: 992px){
	/** Page first section **/
	#page-first-section-title{
		font-size: 32px;
		line-height: 47.5714px;
	}

	#page-first-section-promotion span:nth-of-type(2){
		font-size: 80px;
		line-height: 33.5px;
	}

	#page-first-section-offer-area ul li i{
		font-size: 20px;
	}

	#page-first-section-offer-area ul li span{
		font-size: 20px;
	}

	#first-page-simulation-form h3{
		font-size: 24px;	
	}

	/** Page third section **/
	#page-third-section #benefits-list article div{
		padding: 15px;
	}
}	

@media only screen and (max-width : 768px) {
	/** Page first section **/
	#page-first-section{
		background-position: left;
	}

	#page-first-section-title {
	    font-size: 24px;
	    line-height: 30.5714px;
	}

	#page-first-section-promotion{
		line-height: 1.5;
	}

	#page-first-section-promotion span:nth-of-type(1), #page-first-section-promotion span:nth-of-type(2){
		line-height: 0;
	}

	#page-first-section-promotion span:nth-of-type(2){
		font-size: 50px;
	}

	#first-page-simulation-form h3{
		font-size: 20px;
	}

	#first-page-simulation-form .form-group label:not(.checkbox-inline){
		font-size: 14px;
	}

	#debt-slider .ui-slider-handle{
		width: 15px;
		height: 15px;
		top: -5px;
	}

	#debt-slider-value{
		font-size: 14px;
	}

	#accept-terms-and-condition-line label{
		font-size: 12px;
	}

	#accept-terms-and-condition-line label span{
		margin-right: 10px;
		top: 3px;
		font-size: 13px;
	}

	#first-page-simulation-form .form-group button[type='submit']{
		font-size: 25px;
		padding: 0;
	}

	#page-first-section-offer-area ul li span{
		font-size: 16px;
	}

	/** Page third section **/
	#page-third-section h2{
		font-size: 22px;
	}

	#page-third-section #benefits-list article{
		width: 100%;
	}

	/** Page fourth section **/
	#page-fourth-section .row:first-child header h2{
		font-size: 18px;
		line-height: 28.5px;
	}

	#page-fourth-section .row:first-child header button{
		font-size: 18px;
	}

	#testimonials-list li article{
		padding: 60px 15px 30px 15px;
	}

	#testimonials-list li article p{
		font-size: 16px;
	}

	#testimonials-list li article button{
		font-size: 16px;
	}
}