/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

p.small-text{
    font-size:12px;
    margin:6px 0;
    color:#555;
}

ul.steps-progress {display:block; list-style:none; padding:20px 0 50px; max-width:650px; margin:0 auto; text-align:center;}
ul.steps-progress li {display:inline-block; list-style:none; margin:0 5px; box-sizing:border-box; height:22px; vertical-align:-webkit-baseline-middle;}
ul.steps-progress li img {vertical-align:text-top;}
ul.steps-progress li.stepdot {width:22px; height:22px; border-radius:50%; background:#e4e4e4; border:3px solid #d8d8d8;}
ul.steps-progress li.stepdot.done, ul.steps-progress li.stepdot.active {background:#93d6af; border:3px solid #31b267;}

.ProgressBar {
  margin: 0 auto;
  padding: 1.5em 0 1.5em;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
}
.ProgressBar-step:before, .ProgressBar-step:after {
  content: "";
  height: 0.3em;
  background-color: #d8d8d8;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.ProgressBar-step:first-child:before, .ProgressBar-step:first-child:after {
  display: none;
}
.ProgressBar-step:after {
  background-color: #31b267;
  width: 0%;
}
.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after, .ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
  width: 100%;
}

.ProgressBar-icon {
  width: 1.2em;
  height: 1.2em;
  background:#e4e4e4; 
  border:3px solid #d8d8d8;
  fill: #e4e4e4;
  border-radius: 50%;
  padding: 0.5em;
  max-width: 100%;
  z-index: 10;
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.is-current .ProgressBar-icon {
  fill: #93d6af;
  background-color: #93d6af;
  border:3px solid #31b267;
}
.is-complete .ProgressBar-icon {
  fill: #DBF1FF;
  background-color: #93d6af;
  border:3px solid #31b267;
}

.ProgressBar-stepLabel {
  display: block;
  text-transform: uppercase;
  color: #9F9FA3;
  position: absolute;
  padding-top: 0.5em;
  width: 100%;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.is-current > .ProgressBar-stepLabel, .is-complete > .ProgressBar-stepLabel {
  color: #00637C;
}


/* ==========================================================================
   HEADER AREA
   ========================================================================== */

.header{
    background-color:#fafafa;
    border-bottom:1px solid #d9d9d9;
    text-align:center;
}

.logo{
    height:auto;
    width:200px;
}

/* ==========================================================================
   MAIN AREA
   ========================================================================== */

main{
    max-width:500px;
    margin:0 auto;
}

.application-form{
  padding-bottom:20px;
}

.application-form form fieldset h2{
    font-size:18px;
    font-weight:500;
    text-align:center;
    text-transform:capitalize;
}

/*form styles*/

#msform {
    max-width:400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding:0 10px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    
    /*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 {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 18px;
-webkit-box-shadow: 0px 6px 5px -6px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 6px 5px -6px rgba(0,0,0,0.25);
box-shadow: 0px 6px 5px -6px rgba(0,0,0,0.25);
}
/*buttons*/
#msform .action-button {
    width: 100%;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 20px 10px;
    /*margin: 10px 5px;*/
    margin-top:20px;
    font-size:22px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

#msform .error {
    color: #ff0000;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/* select vehicle type */
.vehicle-type{
    width:100%;
}

.vehicle-type .styledRadio{
    display:inline-block;
    background-size:150px 300px;
}

/* select budget */

.button-radio {
     list-style-type:none;
     padding:0;
}

.button-radio li {
    float:left;
    margin:0 5px 10px 0;
    width:100%;
    height:50px;
    position:relative;
    line-height:40px;
    font-size:18px;
}

.button-radio label, .button-radio input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.button-radio input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.button-radio input[type="radio"]:checked + label {
    border:1px solid #33aa73;
    border-bottom:3px solid #33aa73;
}

.button-radio label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
-webkit-box-shadow: 0px 6px 5px -6px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 6px 5px -6px rgba(0,0,0,0.25);
box-shadow: 0px 6px 5px -6px rgba(0,0,0,0.25);
}

.button-radio label:hover {
     background:#f9f9f9;
}

.button-half  li{
    width:50%;
    float:left;
    margin:0;
}

.button-half li:first-child label{
    margin-right:5px;
}

.button-half li:last-child label{
    margin-left:5px;
}

.button-half input[type="radio"]:checked + label{
    border:1px solid #33aa73;
    border-bottom:3px solid #33aa73;
}

.button-radio-container{
    overflow:auto;
}

p.pre-label{
    color:#AAA;
    text-align:left;
    font-size:12px;
    margin-bottom:5px;
}

p.sub-label{
    color:#AAA;
    text-align:center;
    font-size:14px;
    margin-bottom:5px;
}

input.day_month_year{
    text-align:center;
}

.symbol-input{
    position:relative;
}

.symbol-input i{
    position:absolute;
    left:15px;
    top: 36px;
    font-size: 18px;
    font-style: normal;
}

#msform .symbol-input input{
    padding-left:33px;
}

.input-label{
    margin-bottom:10px;
    overflow:auto;
}

#msform .input-label input{
    width:50%;
    float:left;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.input-label span{
    display:block;
    width:50%;
    float:left;
    padding: 17px 15px 17px 15px;
    border: 1px solid #ccc;
    /*margin-bottom: 10px;*/
    color: #2C3E50;
    font-size: 13px;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    font-size:13px!important;
    border-radius:0;
    border-left:0;
}

.line-divider{
    border-top:1px solid #e5e5e5;
    max-width:300px;
    margin:0 auto;
    padding-bottom:20px;
}

.divider{
    margin-bottom:15px;
}

/* ==========================================================================
   ERROR MESSAGES
   ========================================================================== */
#msform .error{
  font-weight:bold;
}
#msform .error_msg span.error{
  font-weight:normal;
}
.error_msg span.error{
  display:inline-block;
  background-color: #ffe3e3;
  border:1px solid #ffbdbd;
  padding:5px 10px 5px 33px;
  margin:0 auto;
  color:#444;
  font-size:14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image:url("../img/icons/error-icon.png");
  background-position:10px 6px;
  background-repeat:no-repeat;
  background-size:16px 17px;
  font-weight:normal;
  margin-top:5px;
}
.error::-webkit-input-placeholder {
color: red;
}
.error:-moz-placeholder {
color: red;

}
.error::-moz-placeholder {
color: red;

}
.error:-ms-input-placeholder {
color: red;

}

/* ==========================================================================
   THANK YOU PAGE / ERROR PAGE
   ========================================================================== */
.confirmation-page{
    text-align:center;
    font-size:18px;
    padding-bottom:60px;
}
.confirmation-page .fa-check, .confirmation-page .fa-frown-o{
  color:#33aa73;
}
/** Thank you page- Delivered cars **/
.delivered-cars{
    background-image: url(../img/18aa12fd-handshake-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width:100%;
    min-height: 880px;
    text-align: center;
    color: #fff;
    position:relative;
    z-index:1;
}
.delivered-cars .bg-overlay{
    background-color: rgba(46, 181, 113, 0.68);
    position:absolute;
    width:100%;
    height:100%;
    z-index:-1;
}
.delivered-cars h3{
    font-size: 42px;
    font-family: Poppins; 
    font-weight: 700; 
    font-style: normal;
    line-height: 60px;
    margin: 48px 0 40px 0;
}
.delivered-cars .grid-m-4{
    padding: 15px;
}
.delivered-cars .img-wrap{
    background: rgba(50, 170, 114, 1);
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 7px;
}
.delivered-cars .grid-m-4 img{
    width:100%;
}
.delivered-cars .clear-both{
    clear:both;
}
.delivered-cars .second-row{
    padding:40px 0;
}
.delivered-cars p.description{
    font-size: 18px;
    font-weight: 700;
    font-family: Roboto;
    font-style: normal;
    margin: 20px 0 30px
}
.confirmation-page .call-button-wrap{
    position:relative;
}
.confirmation-page .call-button-wrap a{
    background-color: #ff6600;
    background: -webkit-linear-gradient(#2eb571, #00cc00);
    background: -moz-linear-gradient(#2eb571, #00cc00);
    background: -ms-linear-gradient(#2eb571, #00cc00);
    background: -o-linear-gradient(#2eb571, #00cc00);
    background: linear-gradient(#2eb571, #00cc00);
    padding: 8px 13px;
    color: #ffffff;
    border-width: 1px;
    border-color: #00cc00;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    font-family: Poppins;
    font-style: normal;
    text-align: center;
    border-style: solid;
    border-radius: 92px;
    text-decoration: none;
}
.confirmation-page .call-button-wrap img{
    position:absolute;
    bottom: -10px;
    left: 70px;
}
.confirmation-page p{
    
}
@media only screen and (max-width: 767px) {
    .delivered-cars .grid-m-4{
        width:80%;
        display:block;
        margin:0 auto;
        float: none;
    }
    .delivered-cars .second-row {
        padding: 10px 0;
    }
    .delivered-cars p.description {
        margin: 0px 0 30px;
    }
    .confirmation-page h2{
        font-size: 40px !important;
    }
    .confirmation-page .call-button-wrap img {
        display:none;
    }
}
@media only screen and (max-width: 600px) {
    .confirmation-page h2{
        font-size: 28px !important;
    }
}
/** End - Thank you page- Delivered cars **/
.button {
    width: 100%;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 20px 10px;
    /*margin: 10px 5px;*/
    margin-top:10px;
    font-size:22px;
    text-decoration:none;
    display:inline-block;
}

.button:hover, .button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.confirmation-page h2{
  font-size:60px;
  font-weight:900;
}
.confirmation-page p{
  margin:20px 0;
}
span.number-box{
  background-color:#33aa73;
  display:inline-block;
  padding:20px 30px;
  color:#fff;
  font-size:28px;
  font-weight:700;
}

span.number-box a{
  color:#fff;
}
.credit-button{
    background: #FFAF18ED;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px;
    margin-top: 20px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
}

/* ==========================================================================
   FOOTER AREA
   ========================================================================== */
.footer{
    background-color:#f4f4f4;
    border-top:1px solid #d9d9d9;
    text-align:center;
    padding: 20px 0;
}

.footer-icons{
    width:230px;
}

.footer nav ul{
    list-style-type:none;
    margin-top:10px;
}

.footer nav ul li{
    border-right:1px solid #bababa;
    display:inline-block;
    height:12px;
    line-height:12px;
    padding:0 13px;
}

.footer nav ul li:last-child{
    border-right:0;
}

.footer nav a, .footer nav a:visited{
    color:#4a4a4a;
    font-size:12px;
    font-weight:500;
    line-height:10px;
    text-decoration:none;
    vertical-align:top;
}

.footer nav a:hover{
    text-decoration:underline;
}

.copyright{
    margin-top:10px;
    font-size:11px;
    font-weight:400;
    color:#909090;
}

/* ==========================================================================
   OTHER PAGES
   ========================================================================== */


.page{
  padding:20px 10px;
}

.page p{
  font-size:14px;
  color:#4a4a4a;
  margin:10px 0;
}

.page h2{
  color:#27AE60;
  font-size:20px;
  padding:10px 0 5px 0;
}

.contact-box{
  background-color: rgba(0,0,0,0.06);
  padding: 20px;
  font-size: 18px;
  margin-top: 30px;
}

.contact-box a{
  text-decoration:none;
  color:#27AE60;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.loading-gif{
    display:none;
    width:20px;
    height:20px;
    text-align:center;
    margin:10px auto;
}
#msform .submit.action-button[disabled="disabled"] {
    background: #eaeaea;
    cursor: not-allowed;
    border: #eaeaea;
}