.mobile-service-header a {
    border: none;
    background-color: transparent;
    padding-right: 12px;
    display: flex;
    vertical-align: middle;
    align-items : center;
}

.mobile-service-header a:hover{
    text-decoration: none;
}

.mobile-service-header .desktop-header img, .mobile-service-header .desktop-header h3{
    margin: 0;
    vertical-align: middle;
    align-items : center;
    padding-right: 12px;
}

.next-btn, .back-btn{
    margin: 0 auto;
}

.next-btn{
    margin-top: 96px;
}

.form-header{
    margin-bottom: 48px;
}

.back-btn{
    border: none;
    margin-top: 32px;
}

#maincontent{
    padding: 75px;
}

.start-mobile-service a{
    margin: 10px;
}

.mobile-service-header h1, .mobile-service-header h3{
    text-align: center;
}

.mobile-service-header h1{
    margin-top: 96px;
    margin-bottom: 72px;
}

.mobile-service-basic{
    max-width: 690px;
    min-height: calc(100dvh - 100px);
    margin: 0 auto;
    text-align: center;
}

.mobile-service-basic p a {
    text-decoration: underline;
}

.get-location a{
    margin: 20px;
}

.close-btn{
    height: 32px;
}

.close-btn img{
    width: 24px;
    height: 24px;
}

.start-mobile-service{
    margin-top: 78px;
}

.not-eligible h3{
    margin-top: 96px;
    margin-bottom: 78px;
}

.not-eligible p{
    margin-bottom: 48px;
}

.location-buttons-div{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 18px;
}

.location-buttons-div button{
    max-width: 534px;
    margin: 0 auto;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.location-buttons-div button:hover{
    color: white !important;
    background-color: black;
    opacity: 1;
}

.services-checkbox-div{
    padding-left: 120px;
}

.input-other{
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    height: 35px;
    margin-left: 5px;
}

.add-comments .form-group label{
    margin: 0;
    text-align: left;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

textarea{
    padding-top: 16px;
    padding-bottom: 16px;
}

.mobile-service-basic .row, .mobile-service-basic .form-row{
    margin: 0;
}

.start-mobile-service .row{
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.vehicle-information .form-row{
    margin: 0;
    justify-content: center;
    align-items: start;
}

.vehicle-information .col-6{
    padding: 0;
}

.vehicle-information .form-group, .contact-information .form-group{
    padding: 16px;
}

.vehicle-information .form-group label, .contact-information .form-group label{
    margin: 0;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #868487;
}

.mobile-service-basic .invalid-feedback{
    text-align: left;
}

.contact-information .radio-group > label{
    margin-bottom: 16px;
}

.mobile-service-basic  input[type='radio'] { 
    transform: scale(2); 
    margin-right: 16px;
    color: black;
}

.contact-information .form-check .form-check-label{
    margin-right: 28px;
}

.review .row{
    margin-bottom: 72px;
}

.review .row .next-btn {
    margin-top: 20px;
}

.service-info{
    text-align: left;
    font-weight: bold;
}

.review .form-btn{
    float: left;
    color: var(--primary-1);
}

.thank-you h2{
    margin-top: 96px;
    margin-bottom: 24px;
}

.thank-you img{
    margin-bottom: 24px;
}

.next-btn[disabled]:hover {
    opacity: .65;
}

.recaptcha-notice-mobile-service{
    text-align: left;
    font-size: 14px;
    margin-top: 4px;
    width: 100%;
    text-align: center;
}

.recaptcha-notice-mobile-service > a {
    color: #0070d2;
}

@media only screen and (max-width: 768px) {
    #maincontent{
        padding: 24px;
        padding-top: 0;
    }
    .mobile-service-start a{
        margin: 0 auto;
        width: 100%;
        margin-top: 24px;
    }

    .start-mobile-service{
        margin-top: 48px;
    }

    .mobile-service-header .mobile-header{
        margin-top: 48px;
    }

    .mobile-service-header .mobile-header .close-btn{
        margin-bottom: 24px;
    }

    .next-btn, .back-btn{
        width: 100%;
    }

    .mobile-service-header .mobile-header a{
        padding-right: 0;
    }

    .mobile-service-header .mobile-header h3{
        margin-bottom: 18px;
    }

    .mobile-service-header .mobile-header .mobile-progress{
        margin-bottom: 48px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
    }

    .mobile-service-basic p{
        margin-bottom: 24px;
    }

    .mobile-service-basic label{
        color: #868487;
        size: 16px;
        font-weight: normal;
    }

    .input-other{
        display: none;
        margin-bottom: 20px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .add-comments .form-group label {
        font-weight: normal;
        margin-bottom: 30px;
    }

    .vehicle-information .form-group{
        width: 100%;
    }

    .vehicle-information .form-control{
        width: 190px;
        margin: 0 auto;
    }
    .vehicle-information .form-group label{
        width: 190px;
        margin: 0 auto;
    }

    .label-text{
        text-align: left;
    }

    .service-info{
        margin-left: 32px;
    }

    .review a{
        margin-left: 32px;
    }

    .review .recaptcha-notice-mobile-service a{
        margin-left: 0;
    }
}
/*Checkboxes*/
.choose-services .form-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.choose-services .form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
}
  
.choose-services .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: white;
    margin-top: 5px;
    border: 1px solid black;
}
  
.choose-services .form-check:hover input ~ .checkmark {
    background-color: #eee;
}
  
.choose-services .form-check input:checked ~ .checkmark {
    background-color: black;
}
  
.choose-services .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.choose-services .form-check input:checked ~ .checkmark:after {
    display: block;
}
  
.choose-services .form-check .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-radius: 1px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.choose-services .form-check-label{
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .choose-services .form-check{
        width: 100%;
    }
    .choose-services .form-check-label{
        width: 100%;
    }
    .choose-services .checkbox-text{
        display: inline-flex;
        width: 100%;
        border: 1px solid #868487;
        text-transform: uppercase;
        min-width: 234px;
        height: 64px;
        padding: 0 32px;
        line-height: 22px;
        font-size: 18px;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: #868487;
    }
    .choose-services .checkbox{
        display: none;
    }

    .choose-services .checkmark{
        display: none;
    }

    .choose-services .form-check input:checked ~ .checkbox-text {
        border: 3px solid black;
        background-image: url(../images/Check-Success.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 14px) 50%;
        background-size: 20px 20px;
        color: black;
    }

    .services-checkbox-div{
        padding: 0;
    }

    .choose-services .form-check{
        padding: 0;
    }
}

/*Progress Bar*/
.progress-container {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 64px;
}
.progressbar {
    counter-reset: step;
    margin: 0;
    width: 100%;
    height: 50px;
    padding: 0;
}
.progressbar li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 200px;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    color: #7d7d7d;
    letter-spacing: 1px;
}
.progressbar li:before {
    width: 20px;
    height: 20px;
    content: '';
    line-height: 30px;
    border: 2px solid #7d7d7d;
    background-color: #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 10px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: black;
    font-weight: bold;
}
.progressbar li.active:before {
    border-color: white;
    background-color: black;
    box-shadow: 0 0 0 3px black;
}

@media only screen and (max-width: 768px) {
    .form-other {
        border: 1px solid #868487;
        margin-bottom: 8px;
    }

    .form-other-select {
        border: 3px solid black;
    }
    
    .form-other .form-check {
        margin-bottom: 0;
    }
    
    .choose-services .form-other .checkbox-text {
        border: 0;
    }
    
    .choose-services .form-other .form-check input:checked ~ .checkbox-text {
        border: 0;
    }

    .input-other-show{
        display: inline-block;
    }
}