
.apply-steps {
    padding: 30px 0 !important;
}

/*form styles*/
#msform {
    min-height: 640px;
	margin: 10px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);*/
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {

}
/*buttons*/
#msform .action-button {
    display: block;
    float: right;
    width: 42%;
    background: #82BF56;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 18px 5px;
    margin: 32px auto 20px auto;
    font-size: 20px;
    line-height: 1;
    border-bottom: 3px solid #76ab51;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    outline: none;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #82BF56;
}

#msform .action-button.previous {
    background: #ccc;
    float: left;
    border-bottom: 3px solid #b9b9b9;
}

#msform .action-button.previous:hover, #msform .action-button.previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc;
}
#msform .action-button:active
{
    transform: translate(0px,3px);
    -webkit-transform: translate(0px,3px);
    border-bottom: 1px solid;
}

/*headings*/
.fs-title {
	font-size: 24px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
    font-weight: 200;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
    margin-bottom: 10px;
    /*margin-top: 20px;*/
}
/*progressbar*/
#progressbar {
	margin-bottom: 0px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
    display: table;
    width: 100%;
}
#progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 11px;
    font-weight: 600;
	/*width: 33.33%;
	float: left;*/
    display: table-cell;
	position: relative;
    width: 14.285%;
}

#progressbar li.active {
    cursor: pointer;
}

#progressbar li.active:hover:before {
    background-color: #69b0e7;
    color: white;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 1.6;
    display: block;
    font-size: 26px;
    background: white;
    border-radius: 20px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 18px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    color: #69b0e7;
    border: 1px solid #69b0e7;
}

.select-date {
    width: 100%;
    height: 46px;
    font-weight: 400;
    font-size: 16px;
}

#msform .form-control, #msform .input-group-addon {
    border-radius: 0;
    border: 2px solid #b5cee4;
    line-height: 1;
    height: 45px;
}
#msform .input-group-addon {
    border-right: none;
}

.car-types {
    max-width: 640px;
   border: 1px solid #fff;
    margin: 0 auto;
}

.car-types.border {
    border: 1px solid #ddd;
}

.car-types .type-info {
    opacity: 0;
    background-color: rgba(255,255,255,.96);
    display: table-cell;
    text-align: left;
}

.car-types .type-info ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    display: inline-block;
}
.car-types .type-info ul li span.icon {
    font-size: 40px;
    padding: 10px 10px 10px 20px;
}

.car-types .type-info ul li span {
    display: table-cell;
    text-align: left;
    padding: 10px 10px 10px 0;
    vertical-align: middle;
}

.car-types .type-info .info-features {
    display: table-cell;
    background-color: rgba(238, 238, 238, 0.75);
    border-right: 1px solid #ddd;
    width: 40%;
    vertical-align: middle;
    height: 100%;
}

.car-types .type-info .info-features li {
    min-height: 70px;
}

.car-types .type-info .info-includes {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 10px 20px;
}

.car-types .type-info .info-includes h3 {
    margin: 0;
}

.car-types .type-info .info-includes p {
    margin: 0;
}

.car-types .type-info .info-includes ul {
    list-style: circle;
    padding-left: 20px;
    padding-top: 10px;
}

.car-types .type {
    min-height: 200px;
    /*margin-top: 15px;
    border: 1px solid #ddd;
    opacity: .55;*/
    cursor: default;
    position: relative;
}

/*.car-types .type:hover {
    opacity: 1 !important;
}

.car-types .type:hover .type-info {
    opacity: 1;
}*/


.car-types .type .info-trigger {
    position: absolute;
    color: #fff;
    font-size: 22px;
    top: 10px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
    background-color: #82BF56;
    width: 32px;
    height: 32px;
    border-bottom: 2px solid #76ab51;
    border-radius: 20px;
    line-height: 37px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    opacity: 1;
}

.car-types .type .info-trigger:hover {
    background-color: #76ab51;
}

.car-types .type .info-trigger:before {
    content: "i";
}

.car-types .type .info-trigger.close {
    background-color: #E76969;
    line-height: 32px;
    border-bottom: 2px solid #c15b5b;
}

.car-types .type .info-trigger.close:before {
    content: "x";
}

.car-types .type .info-trigger.glyphicon-remove-sign {
    color: #E76969;
 }

.car-types .car {
    background: url("../../../images/car-icon.png") center no-repeat;
    background-size: contain;
}

.car-types .van {
    background: url("../../../images/van-icon.png") center no-repeat;
    background-size: contain;
}

.car-types .suv {
    background: url("../../../images/suv-icon.png") center no-repeat;
    background-size: contain;
}

.car-types .truck {
    background: url("../../../images/truck-icon.png") center no-repeat;
    background-size: contain;
}

.car-types .boat {
    background: url("../../../images/boat-icon.png") center no-repeat;
    background-size: contain;
}

.car-types .bike {
    background: url("../../../images/bike-icon.png") center no-repeat;
    background-size: contain;
}

.car-types .rv {
    background: url("../../../images/rv-icon.png") center no-repeat;
    background-size: contain;
}

.car-types .owl-next {
    right: -45px;
    color: #69b0e7;

}
.car-types .owl-next:hover:before {
   content: "\f138 ";
}

.car-types .owl-prev {
    left: -45px;
    color: #69b0e7;
}

.car-types .owl-prev:hover:before {
   content: "\f137 ";
}

#msform .owl-prev:hover, #msform .owl-next:hover {
    opacity: 1;
}
#msform .owl-prev:before, #msform .owl-next:before{
    font-size: 28px;
}
#msform fieldset.first-step {
    width: 100%;
    margin: 0;
}

.field-info {
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
}

.field-info i.fa {
    color: #69b0e7;
    font-size: 20px;
}

.loading-screen {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 130px 40px;
}

.loading-screen .meter {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 24px;  /* Can be anything */
    position: relative;
    border: 2px solid #eee;
    padding: 4px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.loading-screen .meter span {
    display: block;
    height: 12px;
    background: #69b0e7;
    position: relative;
    overflow: hidden;
}

.success-pop-up-bg {
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.success-pop-up {
    width: 440px;
    background: #ffffff;
    padding: 20px 20px 40px;
    margin: 100px auto;
    text-align: center;
}
.success-pop-up h2 {
    text-transform: uppercase;

}
.success-pop-up > i.fa {
    font-size: 80px;
    color: #00C700;
    margin-bottom: 20px;
}

.success-pop-up .next {
    display: block;
    width: 42%;
    background: #69b0e7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 20px auto;
}

.success-pop-up .next:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #69b0e7;
}

.type .type-title {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    color: #7a7e82;
    border-top: 1px solid rgba(105, 176, 231, 0.66);
    width: 70%;
    margin: 0 auto;
}

/* owl pagination */

.owl-pagination {
    top: -60px;
    bottom: auto !important;
    display: table;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
}

.owl-pagination .owl-page {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 36px;
    border: none;
    border-radius: 0;
    display: table-cell;
    opacity: 0.5;
    position: relative;
}

.owl-pagination .owl-page.active {
    opacity: 1;
}
.owl-pagination .owl-page.active:after {
    height: 3px;
    background-color: #69b0e7;
    display: block;
    content: " ";
    width: 100%;
    position: absolute;
    bottom: -5px;

}

.owl-pagination .owl-page:nth-child(1) {
    background-image: url("../../../images/car-icon.png");
}
.owl-pagination .owl-page:nth-child(2) {
    background-image: url("../../../images/van-icon.png");
}
.owl-pagination .owl-page:nth-child(3) {
    background-image: url("../../../images/suv-icon.png");
}
.owl-pagination .owl-page:nth-child(4) {
    background-image: url("../../../images/truck-icon.png");
}
.owl-pagination .owl-page:nth-child(5) {
    background-image: url("../../../images/boat-icon.png");
}
.owl-pagination .owl-page:nth-child(6) {
    background-image: url("../../../images/rv-icon.png");
}
.owl-pagination .owl-page:nth-child(7) {
    background-image: url("../../../images/bike-icon.png");
}

span.i {
    color: #fff;
    background: #69b0e7;
    font-size: 14px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 22px;
    font-weight: 500;
}

#loading-image {
    margin: 0 auto;
}

.complete .apply-steps, .processing .apply-steps {
    min-height: 720px;
}

@media (max-width: 768px) {
    .input-group {
        margin-bottom: 24px;
    }
}


@media (max-width: 580px) {
    .car-types .type-info {
        display: block;
    }
    .car-types .type-info .info-features, .car-types .type-info .info-includes {
        display: block;
        width: auto;
        border: none;
    }
    #msform fieldset {
        box-shadow: none;
        margin: 0;
        width: 100%;
    }
    .success-pop-up {
        width: auto;
    }
    .success-pop-up h2 {
        font-size: 24px;
    }
    #msform .action-button {
        font-size: 14px
    }
    .num9 h2 {
        font-size: 25px;
    }

}