@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	position: relative;
	overflow:auto;
}
.relative{
	position: relative;
}
.scene_element--fadeinright{
	padding-bottom: 60px;
}
.home_screen .scene_element--fadeinright{
	padding-bottom: 41px;
}
ul{
	list-style: none;
	margin-left: 0;
}
a, a:hover, a:focus{
	display: inline-block;
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
/*======Some Margin & Padding Class =====*/
.no_margin{	margin: 0; }
.no_padding{ padding: 0; }
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
/* margin-top */
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 70px;}
/* padding-top */
.pt10{ padding-top: 10px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt50{ padding-top: 50px;}
.pt60{ padding-top: 60px;}
/* padding-bottom */
.pb10{ padding-bottom: 10px;}
.pb15{ padding-bottom: 15px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.pb50{ padding-bottom: 50px;}
.pb60{ padding-bottom: 60px;}
/* padding-left-rihgt */
.pr30{ padding-right: 30px;}
.pr40{ padding-right: 40px;}
.pr15{ padding-right: 15px;}
.pl30{ padding-left: 30px;}
.pl40{ padding-left: 40px;}
.pl15{ padding-left: 15px;}
.transition400{
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.radius_full{
	-webkit-border-radius: 100%;
	border-radius: 100%; 
}
.radius3{
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}
.imgFull{
	width: 100%;
}
.radius3 {
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.radius30 {
    border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.all_btn{
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #f07100;
	font-size:  18px;	
	font-weight: 500;
	position: relative;
	text-align: center;
	z-index: 1;
	min-width: 170px;
	display: inline-block;
}
.all_btn:hover{
	background: #fff;
	color: #ef7100;
}
.transparent_btn{
	padding: 0 15px;
    height: 55px;
    line-height: 55px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #ddd;
	background: transparent;
	font-size:  16px;	
	font-weight: 500;
	position: relative;
	text-align: center;
	z-index: 1;
	min-width: 190px;
	display: inline-block;
}
.transparent_btn:hover{
	background: #fff;
	color: #ef7100;
}
.clearafter:after{
	display: table;
	content: "";
	clear: both;
}

.main_logo{
	-ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.main_navigation{
	
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: right;
    padding-right: 130px;
}
.main_navigation ul{
	padding: 0;
	z-index: 1;
	
}
.main_navigation li{
	display: inline-block;
	padding: 0 10px;
	position: relative;
	text-align: left;
	
	
}
.main_navigation li a{
	display: block;
	padding: 34px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
	color: #333;
	text-transform: uppercase;

}
.main_navigation li a:hover{
	color: #ef7100;
}
.header_get_started_btn{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 12px;
	background: #f07100;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.6px;
}
.header_get_started_dead_btn{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 12px;
	background: #c3c3c3;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.6px;
}

.top_menu.sticky .progress__details {
	display: none;
}
.m-scene, .scene_element--fadeinright{
	overflow: hidden;
	min-height: 100vh;
}
.progress__bar {
	width: 100%;
	background: #e5e5e5;
	position: relative;
	height: 15px;
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%));
	
}
.progress__area {
	background: #06cb1e;
	width: auto;
	position: absolute;
	height: 15px;
	top: 0;
	left: 0;
}
.progress__area span {
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(30%);
	font-size: 15px;
	font-weight: 700;
	color: #06cb1e;
}
.icon {
	margin: 5px auto 10px;
	display: block;
}
.icon-apply {
	margin: 5px auto 10px;
	display: block;
}
.login__heading {
	color: #595959;
	font-size: 21px;
	font-weight: 400;
	line-height: 23.27px;
	text-align: center;
	letter-spacing: -0.6px;
	margin-bottom: 6px;
}
.login__subheading {
	color: #595959;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.6px;
	text-align: center;
	margin-bottom: 5px;
}
.formArea {
	display: block;
	width: 100%;
	max-width: 360px;
	/*	margin: 0 auto 45px;*/
	margin: 0 auto 40px;
	padding: 20px;
	box-sizing: border-box;
	

}
.input_area {
	display: block;
	width: 100%;
	height: 56px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 1rem;
}
.input_area input {
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	width: 100%;
	height: 56px;
	padding: 15px;
	transition: all 0.5s;
	background: #fff;
	background-position: center right;
}
.input_area label {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	color: #565555;
	pointer-events: none;
	transition: all 0.5s;
}
.input_area.addContent label {
	top: 30%;
	font-size: 12px;
	color: #58a6d8;
}
.input_area.addContent input {
	border-color: #58a6d8;
	padding-top: 25px;
	padding-bottom: 5px;
	background: #fff url(https://www.blueskyautofinance.com/car-loans/images/check-symbol.svg) right 15px center no-repeat;
	background-size: 15px;
}
.submit_btn {
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 46px;
	border-radius: 3px;
	background: #f27935;
	text-align: center;
	color: #fff;
	border: none;
}
	
.submit_btn:disabled,
submit_btn[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.textbox--mod {
    border: 1px solid #c3c3c3;
    border-radius: 0 3px 3px 0;
    height: 56px;
    padding: 15px;
    transition: all 0.5s;
    background: #fff;
    background-position: center right;
}
.input_area .input-group-prepend {
	float: left;
    height: 100%;
    max-width: 45px;
}
.input_area .input-group-text {
    padding: 16px;
}
.textbox--mod {
    width: calc(100% - 44px) !important;
    border-radius: 0 3px 3px 0 !important;
}
.input_area--mod label {
    left: 58px;
}
.progress__area.progress__area--mod {
	position: static;
}
.progress__area.progress__area--mod span {
	right: 0;
	left: auto;
    transform: translateX(-50%);
}
.progress__area a {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 7px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
	font-weight:500;
    color: #06cb1e;
}
.login__heading.login__heading--mod {
	margin-bottom: 20px;
}
.note {
    /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.02) 0%, #ffffff 100%);*/
    max-width: 320px;
    margin: 30px auto 0;
    padding: 0 15px 45px;
}
.note p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.27px;
    color: #595959;
    letter-spacing: -0.46px;
    margin: 0;
    text-align: center;
}
.note .icon {
    margin: 15px auto 10px;
    display: block;
}
.form__radio {
	border: 1px solid #c3c3c3;
    padding: 15px;
    border-radius: 5px;
    vertical-align: middle;
    margin-bottom: 15px;
    cursor: pointer;
}
.form__radio .custom-control-label {
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    color: #565555;
    cursor: pointer;
    cursor: pointer;
}
.form__radio .custom-control-label::before {
    top: .20rem;
    width: 1rem;
    height: 1rem;
}
.form__radio_on {
	border: 1px solid #4c8ac8;
	border-width:medium;
    padding: 15px;
    border-radius: 5px;
    vertical-align: middle;
    margin-bottom: 15px;
    cursor: pointer;
}
.form__radio_on .custom-control-label {
    font-size: 16px;
    font-weight: 900;
    padding-left: 10px;
    color: #565555;
    cursor: pointer;
    cursor: pointer;
}
.form__radio_on .custom-control-label::before {
    top: .20rem;
    width: 1rem;
    height: 1rem;
}
.custom-control-label::after {
	top: .20rem;
	width: 1rem;
    height: 1rem;
}
.selectbox {
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    width: 100%;
    height: 56px;
    padding: 15px;
    transition: all 0.5s;
    background: #fff;
    background-position: center right;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    background: url(https://www.blueskyautofinance.com/car-loans/images/arrow-down.png) center right no-repeat;
    background-position-x: 95%;
}
.selectbox option {
	color: #888;
}
.input_area.addContent .selectbox {
	border-color: #58a6d8;
    padding-top: 25px;
    padding-bottom: 5px;
    background: #fff url(https://www.blueskyautofinance.com/car-loans/images/check-symbol.svg) right 15px center no-repeat;
    background-size: 15px;
    color: #888;
}
.input_area--mod1.addContent input {
	background: #fff url(https://www.blueskyautofinance.com/car-loans/images/shield1.png) right 15px center no-repeat;
}
.icon2 {
    max-width: 320px;
    margin: 15px auto;
    display: block;
}
.agree__note {
    border: 1px solid #c3c3c3;
    padding: 35px;
    margin-bottom: 25px;
}
.agree__note p {
	color: #8c8d8d;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: -0.07px;
}
.agree__note ul {
	margin: 0;
	padding: 0;
}
.agree__note ul li {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: -0.07px;
	color: #8c8d8d;
}
.score__text {
	color: #8c8d8d;
    margin: 0;
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}
.note2 {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 30px;
}
.note2 img {
    margin-right: 15px;
}
.note2 p {
    margin: 0;
    color: #6b6b6b;
}
.input_area .input-group-text {
    padding: 14px;
    font-size: 20px;
    background-color: #f5f5f5;
    text-align: center;
    width: 42px;
}
.input_area .input-group-text img {
	display: inline-block;
}
.selectbox.selectbox--mod1 {
    border-radius: 0 3px 3px 0;
    width: calc(100% - 50px);
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

select::-ms-expand { display: none; }
.note--mod {
    margin: 30px auto 0;
}
.banner__area {
	background: url(https://www.blueskyautofinance.com/car-loans/images/car_on_road.png) center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
    padding-bottom: 100px;
}
.banner__area:before {
	position: absolute;
	content: "";
    background-color: rgba(0, 77, 156, 0.71);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.banner__content {
	position: relative;
    padding: 40px 0;
    max-width: 360px;
    width: 100%;
    /*z-index: 999;*/
    margin: 0 auto;
}
.banner__content h3 {
	text-shadow: 1px 2px 7px rgba(3, 57, 92, 0.36);
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -0.45px;
	line-height: 36.61px;
	text-align: center;
}
.banner__content p {
	text-shadow: 1px 2px 7px rgba(3, 57, 92, 0.36);
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.01px;
	letter-spacing: -0.4px;
	text-align: center;
}
.banner__content ul {
	margin: 0;
	padding: 0 25px;
	list-style: none;
}
.banner__content ul li {
	background: url(https://www.blueskyautofinance.com/car-loans/images/check_icon.png) left center no-repeat;
	width: 100%;
	height: 100%;
    text-shadow: 1px 2px 7px rgba(3, 57, 92, 0.36);
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.5px;
    padding-left: 40px;
}
.banner__box {
    margin: -110px auto 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 1px 1px 11px 2px rgba(0, 0, 0, 0.15);
	max-width: 360px;
    /*z-index: 9999;*/
    position: relative;
}
.banner__box li {
	background: url(https://www.blueskyautofinance.com/car-loans/images/arrow-right.png) center right no-repeat;
    background-position-x: 90%;
	padding: 31px 63px;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.01px;
    letter-spacing: -0.45px;
    border-bottom: 0.1px solid #cacaca;
}
.banner__box li a {
	text-decoration: none;
	color: #4a4a4a;
}
.banner__box li a:hover {
	text-decoration: none;
	color: #4a4a4a;
}
.finance__list {
	margin-top: 80px;
	text-align: center;
}
.finance__list h3 {
	color: #555555;
	font-size: 29px;
	font-weight: 700;
	line-height: 39.54px;
	letter-spacing: -0.4px;
}
.finance__list ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 265px;
}
.finance__list ul li {
    margin-bottom: 30px;
}
.finance__list ul li img {
	margin-top: 26px;
	margin-bottom: 26px;
}
.finance__list ul li h5 {
    margin-bottom: 25px;
	color: #555555;
	font-size: 24px;
	font-weight: 500;
	line-height: 27.42px;
	letter-spacing: -0.39px;
}
.finance__list ul li p {
	color: #555555;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.45px;
}
.contact__banner {
	position: relative;
	background: url(https://www.blueskyautofinance.com/car-loans/images/Creative-Fresh-Nordic.jpg) center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	line-height: 0;
    padding: 75px 0 35px;
}
.contact__banner:before {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.contact__banner__item {
	position: relative;
	z-index: 999;
	max-width: 265px;
	margin: 0 auto;
	text-align: center;
}
.contact__banner__item h4 {
	color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: -0.39px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.contact__banner__item p {
    color: #dadada;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 35px;
}
.contact__banner__item a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 27px;
    max-width: 195px;
    margin: 0 auto 25px;
    border-radius: 3px;
}

/**/

/*banner_panel*/
.banner_panel{
	padding: 6rem 0 4rem;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center right;
	
}
.banner_content h1{
	font-size: 58px;
	color: #ffffff;
	font-weight: 700;
	/*text-shadow: 2px 2px rgba(0,0,0,.5);*/
	/*drop-shadow:(0 0 0.75rem black);*/
	/*filter: drop-shadow(0 0 0.55rem black);*/
	text-shadow: 3px 4px 5px rgb(0 0 0 / 75%);
}
.banner_content h2{
	font-size: 32px;
	margin-bottom: 25px;
	color: #ffffff;
	font-weight: 500;
	/*text-shadow: 2px 2px rgba(0,0,0,.5);*/
	/*filter: drop-shadow(0 0 0.55rem black);*/
	text-shadow: 3px 4px 5px rgb(0 0 0 / 75%);
}
.banner_content h3{
	font-size: 18px;
	letter-spacing: 0.3px;
	color: #ffffff;
	font-weight: 500;
	/*text-shadow: 2px 2px rgba(0,0,0,.5);*/
	filter: drop-shadow(0 0 0.55rem black);
}
.banner_content ul{
	margin-bottom: 20px;
	padding-left: 0;
	display: none;
}
.banner_content li{
	padding-left: 35px;
	/*text-shadow: 2px 2px rgba(0,0,0,.5);*/
	filter: drop-shadow(0 0 0.55rem black);
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 15px;
	background: url(https://www.blueskyautofinance.com/car-loans/images/check_icon.png) left top no-repeat;
	background-size: 22px;
}
.baner_zip_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*max-width: 645px;
    margin-bottom: 40px;*/
    margin: 0 auto 27px;
    justify-content: center;
}
.baner_zip_wrap .baner_zip_select_wrap{
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;    
}
.baner_zip_wrap .baner_zip{
	/*-ms-flex: 0 0 50%;
	flex: 0 0 50%;
    max-width: 50%;
    margin-left: 15px;
    background: #fff;
    padding-right: 180px;*/
	border-radius: 5px;
	
}
.baner_zip_wrap .form-control{
	border: none;
	font-size: 18px;
	height: 50px;
	border-radius: 5px;
}
.baner_zip_wrap select.form-control {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(https://www.blueskyautofinance.com/car-loans/images/caret-down.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding-right: 30px;
}
.baner_zip_btn {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    background: #f07100;
    border: none;
   /* height: 44px;
    min-width: 170px;*/
    height: 61px;
    min-width: 265px;
    text-align: center;
    padding: 0 40px 0 15px;
    border-radius: 5px;
   /* position: absolute;
    right: 3px;
    top: 3px;*/
    background-image: url(https://www.blueskyautofinance.com/car-loans/images/round_arrow_right.png);
    background-position: center right 10px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.accredited_wrap{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #ffffff;
	max-width: 400px;
	padding: 5px 10px 2px 10px;
	border-radius: 5px;/*margin: auto;*/
	margin: auto 19px;
	margin-top: 10px;
}
.accredited_content h5, .accredited_content h6{
	font-size: 14px;
	padding-left: 10px;
	font-weight: normal;
}

.about_panel{
	padding: 3rem 0;
}

/*about_panel*/
.about_content h2{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -0.9px;
	color: #232323;
}
.about_content p{
	font-size: 18px;
	letter-spacing: -0.45px;
	color: #232323;
}
.about_content .all_btn{
	margin-top: 30px;
}

/*experience*/
.experience_panel{
	margin-bottom: 3.5rem;
}
.experience_bg{
	height: 485px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.experience_details{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 3.5rem;
}
.experience_details h2{
	font-size: 30px;
	font-weight: 700;
	color: #232323;
	letter-spacing: -0.4px;
}
.experience_details p{
	color: #232323;
	font-size: 16px;
	margin-bottom: 25px;
}
.experience_grid_item h3{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.33px;
	color: #232323;
}
.experience_grid_item p{
	color: #232323;
	font-size: 16px;
	margin-bottom: 0;
	letter-spacing: -0.4px;
}
.experience_grid_item img{
	height: 75px; 
}
.experience_inner{
	position: relative;
	margin-top: -200px;
	background: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
	padding: 30px;
}


.credit_details{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 1rem;
	padding-left:3%;
	padding-right:3%;
}


/*testimonial_panel*/
.testimonial_panel .container-fluid{
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 1.5rem;
}
.testimonial_panel .row{
	margin-left: -10px;
	margin-right: -10px;
}
.testimonial_panel [class*="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.testimonial_item{
	border: 1px solid #dedede;
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom: 30px;
	flex-direction: column;
}
.testimonial_item h4{
	font-size: 18px;
	margin-bottom: 0;
}
.testimonial_item p{
	font-size: 17px;
	color: #414040;
	margin-bottom: 25px;
}
.rating_star{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 220px;
	margin-bottom: 20px;
}
.rating_star span{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 5px;
}
.rating_star span img{
	width: 100%;
}

.success_panel{
	padding: 4rem 0;
}

/*success_panel*/
.success_panel{
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.success_inner{
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
	margin-bottom:45px;
}
.success_inner h2 {
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}
.success_inner h3 {
    font-size: 20px;
    color: #dadada;
    font-weight: normal;
    margin-bottom: 35px;
}
.success_inner a{
	margin-bottom: 20px;
}
.success_inner div:last-child a{
	margin-bottom: 0;
}

/*main_footer*/
.main_footer{
	background: #0075bf;
	text-align: center;
}
.footer_navigation li{
	display: inline-block;
	padding: 0 0px;
	position: relative;
}
.footer_navigation li:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -1.5px;
	width: 3px;
	height: 1px;
	background: #fff;
}
.footer_navigation li:last-child:before{
	display: none;
}
.footer_navigation li a{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.footer_navigation li a:hover{
	color: #fffd00;
}
.main_footer p{
	color: #fff;
	font-size: 14px;
	text-transform: none;
}
.banner_bottom_accredited,
.experience_mob_btn, .experience_mob_heading,
.mb_testimonial_panel, .mb_main_header{
	display: none;
	color: #000007;
}

.nav_overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;;
    background: #000;
    z-index: 99;
    opacity: 0.75;
    display: none;
}
.bluesky_footer {
	background: #0075bf;padding: 20px 0 20px;
	/*padding: 11px 15px;
	
    position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 99;*/
}
.bluesky_footer ul li p{ padding:0; }
.bluesky_footer p{
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.2px;padding: 20px 0;
}
.banner_content{ width: 836px; text-align: center; }
.banner_content-inner{text-align: left;  }
.bluesky_footer ul{ margin:0; padding:0; list-style:none;display:flex; 
	justify-content:center; }
.bluesky_footer ul li{  border-left: 1px solid #fff;padding: 0 20px;
    line-height: 12px; }
.bluesky_footer ul li:first-child{  border-left: none; }
.bluesky_footer ul li a{color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.2px;}
.bluesky_footer ul li a: hover{}
.accredited_img1{
	display:flex;
	justify-content:space-between;
	margin-top: 35px;
	max-width: 360px;
	overflow: hidden;
}
.accredited_img1 img{ width: auto;
    /*height: 50px;*/
    max-width: 100%; }
.apply-footer{ padding: 0px 0 0px !important; }
.bluesky_footer1{ display:none; }
.accredited_wrap1{ display:none; }
.faq_panel-inner{display: flex; justify-content: space-between;flex-wrap: wrap;}
.sideBar .widget {
	margin-bottom: 40px;
	display: block;
	}
	.blueBoxArea {
		padding: 50px 30px;
		background: #45585f;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: 'Roboto', sans-serif;
		}
		.blueBoxArea h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #fff;
	line-height: 31px;
	margin-bottom: 35px;
			}
		.blueBoxArea ul {
			display: block;
			list-style-type: none;padding: 0;
			}
			.blueBoxArea ul li {
				display: block;
				position: relative;
				list-style-type: none;
				margin-bottom: 30px;
				padding: 0 0 0 28px;
				font-family: 'Roboto', sans-serif;
				font-size: 16px;
				font-weight: 300;
				color:#fff;
				line-height: 22px;
				}
				.blueBoxArea ul li:last-of-type {
					margin-bottom: 0;
					}
				.blueBoxArea ul li .fa {
					position: absolute;
					left: 0;
					top: 5px;
					width: 24px;
					height: 24px;
					}
		.blueBoxArea .btnArea {
			text-align: center;
			}
		.blueBoxArea .btnOrangeLrg {
			margin: 0 auto;
			width: 272px;
			}
.maincontent{margin: 33px 0 0 0;}
.maincontent img{ max-width: 100%; height:auto; }
.accredited_wrap-outer{display: flex; justify-content: center;
 align-items: center; }
/* ==========================================================================
FAQ Section Styles
========================================================================== */
.faqSection .panel-heading {
	position: relative;
	padding: 15px 0 15px;
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: #9aacb9 solid 1px;
	/*margin-bottom: 15px;*/
	}
h4.panel-title{font-size: 17px;}	
.faqSection .panel-heading .accordion-toggle {
	color: #066cb2;
	text-decoration: none;display: flex;
}
.faqSection .panel-title a {position: relative;}
.faqSection .faqSectionCollapse {
    position: relative;
    top: -1px;
    background: #fff;
    border-bottom: #9aacb9 solid 1px !important;
    padding: 0 0 32px;
}
.faqSection .panel-body {
	box-shadow: 0px 0px 8px 0px #0000003b;
    padding: 13px;
    border-radius: 5px;
	}
.faqSection .iconQus {
    width: 21px;
    height: 27px;
    background-image: url(https://www.blueskyautofinance.com/car-loans/images/faq-icon.jpg);
    background-repeat: no-repeat;
    display: block;margin: 0 12px 0 0;
}
.faq_panel-inner{ padding:0 0 75px 0; }
.faqSection .panel-heading:hover a {color: #29a9e0;	}
.faqSection .panel-heading.active .accordion-toggle {
color: #29a9e0;	}

.side-bg{ background: #fff;
    width: 100%;
    margin: 33px 0 26px 0;
    border: 1px solid #b0aeae;    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.side-bg p{ display:flex; justify-content:center;     margin: 27px 0; }

.side-bg p a{ background:#f07100; width: 170px; 
	height:45px; color:#fff; text-align:center;
line-height: 45px; border-radius: 5px;
	 }
/****************************/
.form-group{ display:flex; justify-content:flex-start; flex-wrap:wrap; }
.formSection .form-horizontal .control-label, 
.formSection label {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #272727;
	}
	

.formSection .form-control {
	height: 36px;
	background: #fff;
	border: #c3c3c3 solid 1px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #333;
	}
	.formSection .form-control:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
		}
	.formSection textarea.form-control {
		height: 160px;
		}
.form-control::-moz-placeholder {
	color:#909090;
	opacity:1
	}
.form-control:-ms-input-placeholder {
	color:#909090;
	}
.form-control::-webkit-input-placeholder {
	color:#909090;
	}
.col-md-offset-4 {
    margin-left: 33.33333333%;
}
small, .small {
    font-size: 11px;
}

.form-group button{background: #f07100;
    width: 170px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;}

/**********************************/
.apply-newfooter{ position: absolute; bottom: 0px; width: 100%; padding-top: 15px; }



/*responsive*/
@media (max-width: 991px){
	.about_content h2{
		font-size: 25px;
	}
	.about_content .all_btn {
	    margin-top: 15px;
	}
	.experience_grid_item{
		padding: 0 20px;
	}
	.about_video iframe{
		height: auto;
	}
	.about_content p{
		font-size: 16px;
	}
	.main_header, .main_footer{
		display: none;
	}
	.mb_main_header{
		display: block;
		padding: 10px 0;
		
	}
	/**/
	.mb_main_header .container{
		width: 100%;
		max-width: 100%;
	}	
	.nav_wrap{
		padding-left: 0px;
		padding-right: 0px;
	}
	.login_btn {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-transform: uppercase;
	    font-weight: 700;
	    color: #888 !important;
	    padding: 0;
	    line-height: 20px;
	    font-size: 14px;
	}
	.menu_burger {
	    display: inline-block;
	    margin-top: 0;
	    width: 38px;
	    height: 38px;
	    cursor: pointer ;
	    background: transparent;
	    border: none;
	    border-radius: 4px;
	    padding: 12px 0;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.menu_burger:focus {
	    box-shadow: none;
	    outline: none;
	}
	.menu_burger span {
        width: 20px;
        height: 2px;
        display: block;
        margin: 0 auto 4px;
        background: #545555;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }
    .menu_burger.active span, .menu_burger:hover span{
    	background: #4099d3;
    }
    .menu_burger.active span:nth-child(2){
    	margin-bottom: 0;
    	height: 0;
    }
    .menu_burger.active span:first-child{
    	-webkit-transform: rotate(45deg) translate(4px, 3px);
    	transform: rotate(45deg) translate(4px, 3px);
    }
    .menu_burger.active span:last-child{
    	-webkit-transform: rotate(-45deg) translate(1px, 0px);
    	transform: rotate(-45deg) translate(1px, 0px);
    }
	.navbar {
		padding: 17px 16px;
	    background-color: #fff;
	}
	.top_menu.sticky {
	    top: -1px;
	    background: #ffffff;
	    position: sticky;
	    z-index: 999;
	}
	.menu {
		max-width: 20px;
	}
	.logo {
		/*max-width: 80px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);*/
		width: 100%;
		max-width: 100px;
		text-align: center;
		margin:0 auto;
	}
	.btn.login {
		font-weight: 700;
		color: #888 !important;
		padding: 0;
		line-height: 20px;
		border: none;
		font-size: 14px;
	}
	.toggle__menu__open_click {
	    display: inline-flex;
	    width: 20px;
	}
	.toggle__menu__close_click {
	    display: inline-flex;
	    width: 20px;
	}

	.toggle__menu {
	    position: fixed;
	    top: 56px;
	    left: 0;
	    z-index: 999999;
	    width: calc(100% - 72px);
	    height: calc(100% - 56px);
	    background-color: #fff;
	    transition: 0.3s;
	    border-right: 1px solid #ccc;
	    -webkit-transform: translateX(-100%);
	    transform: translateX(-100%);
	    overflow-y: auto;
	}
	.toggle__menu.active {
		-webkit-transform: translateX(0);
	    transform: translateX(0);
	}
	.toggle__menu__close_click {
		display: none;
	}
	.toggle__menu__open_click.d-none {
		display: none;
	}
	.close__menu {
		display: none;
	}
	.toggle__menu__open_click.d-block {
		display: block;
	}
	.toggle__menu .btn-link {
		font-weight: 500;
	    color: #4099d3;
	    letter-spacing: 1px;
	    font-size: 18px;
	}
	.toggle__menu .btn-link:hover, .toggle__menu .btn-link:focus {
		text-decoration: none;
		color: #4099d3;
	}
	.toggle__menu .card {
		border: none;
	    border-bottom: 1px solid #d4d4d4;
	    margin: 0 20px;
	}
	.toggle__menu .accordion>.card:not(:first-of-type):not(:last-of-type), .toggle__menu .accordion>.card:first-of-type {
	    border-bottom: 1px solid #d4d4d4;
	    border-radius: 0;
	}
	.toggle__menu .card-header {
	    background-color: #fff;
	    padding: .75rem 0;
	    border: none;
	}
	.toggle__menu .card-header.active:before {
	    -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	.toggle__menu .card-header:before {
		content: "";
		background: url(https://www.blueskyautofinance.com/car-loans/images/down-chevron.svg) center right no-repeat;
		width: 15px;
		height: 15px;
		float: right;
	    transition: all 0.5s;
	    margin-top: 15px;
	}
	.toggle__menu .card-body {
		padding: 0;
	}
	.toggle__menu .card-body ul {
		padding: 0 0 0 14px;
		margin: 0;
		list-style: none;
	}
	.toggle__menu .card-body ul li {
		color: #696969;
		font-size: 18px;
	    margin-bottom: 17px;
	}
	.toggle__menu .card-body ul li a {
		color: #696969;
	}
	.toggle__menu .card-body ul li a:hover {
		color: #696969;
		text-decoration: none;
	}
	.input_area .input-group-text--mod {
	    padding: 14px;
	    font-size: 21px;
	    background-color: #f5f5f5;
	}	
	.scrollNone{
		overflow: hidden;
	}
	.home_blue_footer{
		position: static;
	}	
}


@media (max-width: 767px){
	.mb_d_block{
		display: block;
	}		
	.banner_panel {
		position: relative;
		padding-top: 2.5rem;
		padding-bottom: 2rem;
		padding-left: 1rem;
		background-position: center right -150px;
	}
	.banner_panel:before {
		position: absolute;
		content: "";
		background-color: rgba(0, 0, 0, 0.2);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.banner_content {
    position: relative;
    z-index: 99;
    width: 95%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	.banner_content li{
		padding-bottom: 8px;
		text-shadow: 2px 2px rgba(0,0,0,.5);
	}
	.banner_content h1{
		font-size: 36px;
		margin-bottom: 15px;
		text-shadow: 2px 2px rgba(0,0,0,.5);
		text-align:center;
	}
	.banner_content h3, .banner_content h2,
	.banner_content .accredited_wrap,
	.about_panel,
	.experience_bg, .experience_details,
	.testimonial_panel{
		display: none;
	}
	.baner_zip_wrap{
		margin-bottom: 0;
	}
	.banner_content ul{
		display: block;
	}
	.baner_zip_select_wrap{
		display: none;
	}
	.baner_zip_wrap .baner_zip{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.accredited_wrap{
		max-width: 100%;
		padding: 30px 15px 20px;
		padding-left: 2rem;
		border-bottom: 1px solid #a3a4a4;
	}
	.accredited_img{
	    -ms-flex: 0 0 190px;
		flex: 0 0 190px;
		max-width: 190px;
	}
	.accredited_img img{
		max-width: 100%;
	}
	.accredited_content {
		-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    max-width: 100%;
	}
	.experience_inner{
		margin-top: 0;
		box-shadow: none;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.experience_grid_item{
		padding: 0 15%;
	}
	.experience_mob_heading{
		color: #000007;
		font-size: 28px;
		font-weight: 700;
		letter-spacing: -0.9px;
		margin-bottom: 20px;
	}	
	.tesimonial_slider .slick-slide > div{
		margin: 0 7.5px;
	}
			.m-scene .bluesky_footer{
		display: none;
	}
	.bluesky_footer1{background: #0075bf; display: block;}
.bluesky_footer1 p{color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.2px;padding: 20px 0;}
.accredited_wrap1 {padding: 18px 0;
    display: block;border-bottom: 1px solid #a3a4a4;
}
.accredited_wrap1 div.accredited_img{ display:flex;
align-items: center;
    justify-content: center;
    margin: auto; }
.accredited_wrap1 div.accredited_img img{ padding:0 0px; }
 .banner_bottom_accredited{ display:none; }





}
@media (max-width: 414px){
	.accredited_img{
	    -ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
	.experience_mob_heading {
	    font-size: 28px;
	}
}




@media (min-width: 991px){
	.top_menu .navbar{
		display: none;
	}
	.toggle__menu{
		display: none; 
	}
	.banner_content{
		padding-left: 0px;
	}
	.main_navigation ul ul {
	    position: absolute;
	    background: #fff;
	    width: 220px;
	    top: 100%;
	    left: 0;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	    -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	    -o-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
        box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	}
	.main_navigation ul li:hover ul{
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.main_navigation ul ul li{
		display: block;
		padding: 0;
	}
	.main_navigation li.submenu_wrap{
		padding-right: 20px;
	}
	.main_navigation ul ul li a{
		border-bottom: 1px solid #eee;
	    padding: 15px 10px;
	}
	.sub_arrow{
		position: absolute;
		top: 50%;
		width: 10px;
		height: 10px;
		line-height: 10px;
		right: 0;
		-webkit-transform: translateY(-50%) rotate(180deg);
		-moz-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		-o-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	.mb_main_header, .bluesky_footer{
		display: none;
	}
	.footer_for_bluesky .footer_navigation {
		display: none;
	}
	.home_screen .scene_element--fadeinright .main_footer{
		margin-top: 0;
	}

	.footer_for_bluesky{
		padding: 1.5rem 0;
		margin-top: 30px;
	}
	.footer_for_bluesky .footer_logo{
		margin-bottom: 10px;
	}
	.m-scene .bluesky_footer{
		display: block;
	}
}