/* Start CSS */
body { color: #2e2e2e; background-color: #fff; font-family: "Source Sans Pro"; font-size:14px; padding:0px; }
a { -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition:all 200ms linear; cursor:pointer; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; outline:none; }
.clearfix10 { display:block; clear:both; height:10px; }
.clearfix20 { display:block; clear:both; height:20px; }
.clearfix30 { display:block; clear:both; height:30px; }
.text-red { color:#ed261b; }

.head { background-image: url("../img/cash00.png"); background-color: #313131; background-position: center top; background-repeat: no-repeat; background-size: cover; color: #fff; font-size: 18px; padding: 60px 0 100px 0; }
.head__title { font-family: "Playfair Display"; font-size: 42px; font-weight: 700; margin: 0; padding: 0; }
.head__hr { border-top: 3px dotted #ed261b; margin: 30px 0 30px 0; width: 230px; }
.head__figure { margin: 20px 0 0 45px; }
.head__img { border: 3px solid rgba(0,0,0,0.7); box-shadow: 0 2px 5px 2px rgba(0,0,0,0.4); }

.list { display: block; margin: 20px 0 0 0; padding: 0; }
.list__item { display: block; font-size: 15px; font-weight: 700; position: relative; padding: 0 0 10px 30px; }
.list__icon { fill: #fff; height: 15px; width: 15px; left: 0; position: absolute; top: 4px; }

.testimonials { color: #606060; display:block; padding:60px 0; text-align:center; }
.testimonials__quote { color: #2e2e2e; font-family: "Playfair Display"; font-size: 36px; line-height: normal; }
.testimonials__img { border: 2px solid #eee; border-radius: 50%; height: 120px; margin: 20px auto; width: 120px; }

.footer { background: #fafafa; border-top: 2px solid #eee; display:block; padding:60px 0; text-align:center; }
.footer__logo { display: block; margin: 0 auto; max-width: 200px; }
.footer__links { display:block; margin: 15px 0 0 0; }
.footer__links a { color: #2e2e2e; display:inline-block; text-decoration: none; }
.footer__links a:hover { color:#ed261b; text-decoration: underline; }
.form { background: #ed261b; display:block; padding:50px 0; }
.form__control { border: 2px solid #fff; border-radius: 5px; background: #fff; color: #2f2f2f; display: block; font-size: 16px; margin: 0 0 15px 0; padding: 15px 20px; width: 100%; box-shadow: inset 0px 2px 4px rgba(128,128,128,0.15),0px 3px 2px rgba(140,157,169,0.14) !important; position: relative; }
.form__icon {
	background: url(../img/name.png) calc(100% - 20px) 14px no-repeat #fff;
	padding: 15px 50px 15px 20px;
}
.is-invalid {
	border: 2px solid rgb(185, 21, 23);
}
.is-valid {
	border: 2px solid green;
}
.form__control:focus { outline: 0; border: 2px solid #fff; }
.form__button { background: #444444; border-radius: 5px; border: 1px solid rgba(0,0,0,0.2); box-shadow: 0 1px 5px rgba(0,0,0,0.7); color: #fff; display: block; font-size: 18px; font-weight: 700; margin: 0; padding: 15px; text-transform: uppercase; width: 100%; }
.form__button-icon { height: 22px; width: 22px; fill: #fff; vertical-align: top; margin: 2px 0 0 10px; }
.form__button:hover { background: #303030; }
.form__button:focus { outline: 0; }

/* =============== Start Tablet & Phone Device CSS =============== */
@media (min-width:1200px){

}
@media (max-width: 1199px) { 
	.head__title { font-size: 36px; }
	.testimonials__quote { font-size: 32px; }
}
@media (max-width: 991px) {
	.head__title { font-size: 28px; }
	.head__hr { margin: 15px 0; }
	.testimonials__quote { font-size: 26px; }
}
@media (max-width: 767px) { 
	.head { padding: 20px 0; }
	.head__figure { margin: 15px 0 0 0; }
	.form { padding:30px 0; }
	.testimonials { padding: 30px 0; }
	.testimonials__quote { font-size: 22px; }
	.testimonials__img { height: 80px; margin: 15px auto; width: 80px; }
	.footer { padding:30px 0; }
}
@media (max-width: 575px) { 
	.head__title { font-size: 24px; }
	.testimonials__quote { font-size: 12px; }
}
@media (max-width: 467px) { 
	.form__button { font-size: 14px; }
	.form__button-icon { height: 18px; width: 18px; margin: 2px 0 0 5px; }
	.list__item {font-size: 11px}
	.extra {font-size: 10px;}
	.footer {font-size: 11px;}
}
@media (max-width: 359px) { 
	
}
/* =============== End Tablet & Phone Device CSS =============== */