.repair-and-care.sagittarius .subhubtext__background.repair {
    align-items: flex-start;
}

.repair-and-care.sagittarius .subhubtext__background.repair .subhubtext__container {
    padding: 40px 10px 110px;
    max-width: 780px;
}

.repair-and-care.sagittarius .subhubtext__background.repair .subhubtext__container p {
    margin: 1em 0;
    font-weight: 500;
}
.repair-and-care.sagittarius .subhubtext__background.repair .subhubtext__container p.normal-weight{
    font-weight: normal;
}

.repair-and-care.sagittarius .subhubtext__background.repair .subhubtext__container h1 {
    margin-bottom: 30px;
}

.repair-and-care.sagittarius .custom-container {
    margin: 5px auto 35px;
}

.repair-and-care.sagittarius .container-repair {
    background: #fff;
    border-top: 4px solid #00A5DB;
    padding: 30px;
    text-align: center;
    margin-top: -130px;
    height: calc(100% + 130px);
    max-width: 450px;
    z-index: 1;
    position: relative;
    -webkit-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    -webkit-box-shadow: 0 10px 20px -15px #005B99;
    box-shadow: 0 10px 20px -15px #005B99;
}

.repair-and-care.sagittarius .container-repair.landing-box {
    margin-top: -100px;
}

.repair-and-care.sagittarius .sagi-icon-tabber .container-repair.landing-box{
    margin:0px;
}


.repair-and-care .normal-font{

}
.repair-and-care.sagittarius .custom-container .text ul li:before{
    content: none;
}
.repair-and-care .step-content input[type=text],
.repair-and-care .step-content input[type=number],
.repair-and-care .step-content input[type=email] {
    color: #434343;
    letter-spacing: 0.5px;
    font-family: Neo Sans, Helvetica, Arial, sans-serif;
    padding-top: 5px;
}
.repair-and-care .step-content input[type=email]:focus,
.repair-and-care .step-content input[type=number]:focus{
    border:none;
    border-bottom: 1px solid #005B99;
}
.repair-and-care .step-content input[type=email] {
    text-transform: lowercase;
}
.repair-and-care #postcode {
    text-transform: uppercase;
}

.repair-and-care.sagittarius .container-repair.booking-form-steps {
    max-width: 100%;
}

.repair-and-care .sagittarius-form .step-content .note {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    color: rgba(67,67,67,0.4);
}

.repair-and-care.sagittarius .container-repair:hover {
    -webkit-box-shadow: 0 20px 40px -15px rgba(0, 91, 153, 0.83);
    box-shadow: 0 20px 40px -15px rgba(0, 91, 153, 0.83);
}

.repair-and-care.sagittarius .custom-container .text .container-repair h2 + p {
    color: #005B99;
}

.repair-and-care.sagittarius .container-repair .include-list {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px;
    margin-top: 40px;
}

.repair-and-care.sagittarius .container-repair .include-list > p {
    font-size: 14px;
    font-weight: 500;
}

.repair-and-care.sagittarius .container-repair .include-list ul li {
    text-align: center;
    list-style-type: none;
    color: #005B99;
    padding: 10px;
    margin-left: 0;
    font-size: 14px;
}

.repair-and-care.sagittarius .container-repair .button-ghost {
    border-bottom-color: #00A5DB !important;
}

.repair-and-care.sagittarius .container-repair .button {
    font-size: 14px !important;
    letter-spacing: 2px;
}


.repair-and-care.sagittarius .container-repair.landing-box .button {
    width: 85%;
    max-width: 330px;
    margin-bottom: 25px !important;
}

.repair-and-care.sagittarius .container-repair.landing-box > h2 {
    margin-bottom: 15px;
}

.repair-and-care.sagittarius .wrapper.sagi-push-content-top .pure-g .container,
.repair-and-care.sagittarius .wrapper.sagi-push-content-top .pure-g .container .text {
    height: 100%;
}

.repair-and-care.sagittarius .container-repair.confirmation {
    padding-bottom: 0;
    max-width: unset;
    padding-top: 0;
}

.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper {
    /*max-width: 50%;*/
    margin: 0 auto;
}
.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper .call-times-box,
.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper .information-box {
    text-align: left;
    padding-bottom: 20px;
}
.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper .call-times-box{
    border-right: 1px solid #E5E6E7;
    padding-left: 200px;
}

.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper h6{
    color: #000000;
    font-family: Neo Sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper .callback-line {
    color: #000000;
    font-family: Neo Sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
}
.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper span.timespan {
    min-width: 100px;
    display: inline-block;
}
.repair-and-care.sagittarius .custom-container .text ul.information-to-prepare li {
    list-style: disc;
    font-size: 12px;
    color: #005B99;
    margin-bottom: 0;
}
.repair-and-care ul.information-to-prepare li span {
    color: #005B99;
    font-size: 14px;
    line-height: 30px;
}


.repair-and-care.sagittarius .container-repair.confirmation > p,
.repair-and-care.sagittarius .container-repair.confirmation > p > a {
    font-size: 13px;
    color: rgba(67,67,67,0.4);
    line-height: 1.4;
    margin: 0;
    padding-bottom: 10px;
}

.repair-and-care.sagittarius .container-repair.confirmation > p > a {
    text-decoration: underline;
    border: none;
    font-weight: normal;
}

.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper > div {
    padding: 20px 0;
}

.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper p.email-box{
    font-size: 16px;
}

.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper > div:nth-of-type(2) ul {
    display: inline-block;
}

.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper > div:nth-of-type(2) ul li {
    color: #00A5DB;
    margin-left: 0;
    list-style-type: none;
}

.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper > div:nth-of-type(2) ul li span {
    color: #005B99;
    position: relative;
}

.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper > div:nth-of-type(2) ul li span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-left: -12px;
    background-color: #00A5DB;
    border-radius: 50%;
}

.repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper > div:last-of-type {
    padding-bottom: 10px;
    border-top: 1px solid #E5E6E7;
}

.repair-and-care.sagittarius .container-repair.booking-form-steps {
    text-align: left;
    /*padding: 30px 60px;*/
    padding: 40px 60px 30px;
}

.repair-and-care.sagittarius .container-repair.booking-form-steps .form-step:first-of-type h3 a {
    padding-top: 0;
}

.repair-and-care.sagittarius .container-repair.booking-form-steps .form-step:last-of-type h3 a {
    padding-bottom: 0;
}

.repair-and-care.sagittarius .container-repair.booking-form-steps .form-step + .form-step {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.repair-and-care.sagittarius .container-repair.booking-form-steps .form-step h3 {
    margin: 0;
}

.repair-and-care.sagittarius .container-repair.booking-form-steps .form-step h3 a {
    color: rgba(0, 0, 0, .3);
    padding: 30px 0;
    border: none;
    margin-bottom: 0;
    display: block;
    font-family: Neo Sans, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    cursor: default;
}

.repair-and-care.sagittarius .container-repair.booking-form-steps .form-step h3 a span {
    color: #005B99;
    padding-left: 12px;
}

.repair-and-care.sagittarius .container-repair.booking-form-steps .form-step .step-content {
    padding-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.form-group.next-btn-section {
    margin-top: -15px;
    margin-bottom: 20px;
}

.repair-and-care.sagittarius .container-repair.booking-form-steps .form-step .button {
    text-align: center;
}

.repair-and-care.sagittarius .container-repair.booking-form-steps .form-step .selectric .button {
    color: transparent;
}

/*calendar*/
.repair-and-care .step-intro-label,
.repair-and-care .ui-datepicker-title {
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    font-family: Neo Sans, Helvetica, Arial, sans-serif;
    transform: translateY(-25px);
    display: block;
}

.repair-and-care .ui-datepicker-header {
    display: inline-block;
}
.repair-and-care .ui-datepicker-title,
.repair-and-care.sagittarius a.ui-datepicker-prev,
.repair-and-care.sagittarius a.ui-datepicker-next {
    float: left;
    border-bottom: 0;
    display: block;
    min-width: 0;
}
.repair-and-care.sagittarius a.ui-datepicker-next {
    float: right;
}
.repair-and-care .ui-datepicker-next:after,
.repair-and-care .ui-datepicker-prev:after {
    font-size: 20px;
    color: #00A5DB;
    padding: 0 10px;
}
.repair-and-care .ui-datepicker-prev:after {
    content: "<";
}
.repair-and-care .ui-datepicker-next:after {
    content: ">";
}
.repair-and-care .ui-datepicker-prev span,
.repair-and-care .ui-datepicker-next span {
    font-size: 0;
}
.repair-and-care .ui-datepicker-title {
    transform: translateY(0);
    color: #005B99;
    font-size: 22px;
}

.repair-and-care .ui-datepicker-calendar {
    border-spacing: 20px;
    border-collapse: separate;
    margin-top: -20px;
    margin-left: -20px;
}

.repair-and-care .sagittarius-form table {
    outline: none;
    padding: 0;
}

.repair-and-care .sagittarius-form table td {
    outline: none;
    padding: 30px;
}

.repair-and-care .sagittarius-form table th {
    outline: none;
    padding: 30px 30px 10px;
    color: #434343;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    font-family: Neo Sans, Helvetica, Arial, sans-serif;
}

.repair-and-care td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #FAFAFA;
    cursor: default;
}

.repair-and-care td.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
    color: #E5E6E7;
    font-family: Neo Sans, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.repair-and-care .ui-datepicker-calendar td {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    height: 26px;
    min-width: 26px;
}

.repair-and-care .ui-datepicker-calendar td a.ui-state-default {
    border-bottom: none;
    color: #00A5DB;
}

.repair-and-care td.ui-datepicker-current-day {
    border: 1px solid #00A5DB;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUM1MzgwRDAzRjQ3MTFFOUI0RjRERDM2QUI2QzBCNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUM1MzgwRDEzRjQ3MTFFOUI0RjRERDM2QUI2QzBCNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzUzODBDRTNGNDcxMUU5QjRGNEREMzZBQjZDMEI3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzUzODBDRjNGNDcxMUU5QjRGNEREMzZBQjZDMEI3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiLKKBoAAAGySURBVHjazNe/S8NAFAfwl7T1R6wIWjBNaWwrTorgqKN2cBUU/wB3Fzd3/QMc/BOcbDu66eLq0CLiXpxa6CIUpRrfVQtaanJ3fXe5gwu5BB4f3n0hF+us3gouHttg4rBP1zPW8VrGTBy7mAq0BzcmAu3fC9OA9vAD3cDcTApudguw5TrROJ1AD2GVHR825qfgctPjw+kAMlgVYYV0Cl57n3B0/8KPUwnMOt8dG8AO75rw0OqK4VQAGaxa9qEYAePCiQITIRVdJwmVcp4Lxo3jBR6U5qCxtwKrGPBRMJaxUnqCCyaEiwJaOE/w3cJkAq6383+Ai6xjDDbLD+vXDIJAODfnjfbIw4KP21XDPOUwV533D9i/bUK72+tnbFkQJo0LAy4hooZd8rBbDMimyFaS4MKABQbEbmWnk/21DGxsXBiw+ANMp2wpGAkuKoMM99R5k6pLggsDkp5KZIeKT51NWYwaSIqjBpLjKIFKcFRAZTgKoFLcuEDluHGAWnCyQG04GaBWnChQO04EGAuOFxgbjgcYKy4KGDsuDGgE7j+gMbhRQKNww0Cyfwjq4V49B18CDAAoLdlx6GO/EgAAAABJRU5ErkJggg==') no-repeat top right;
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.5);
}

.repair-and-care td.ui-datepicker-current-day .ui-state-active {
    color: #005B99;
}

/*checkbox section styling*/
.repair-and-care .later-date-container {
    background-color: rgba(0, 165, 219, 0.05);
    padding: 15px 20px;
}
.repair-and-care .later-date-container div {
    display: inline-block;
}
.repair-and-care .later-date-container label,
.repair-and-care .later-date-container span{
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: Neo Sans, Helvetica, Arial, sans-serif;
    line-height: 17px;
    display:block;
}
.repair-and-care .later-date-container span{
    font-size: 16px;
    font-weight:normal;
}
.repair-and-care .icheckbox_square-custom {
    height: 30px;
    width: 30px;
    border: 1px solid #434343;
    border-radius: 4px;
    background-color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    margin-right: 8px;
}

.repair-and-care .icheckbox_square-custom.checked {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDk4MTM3QTkzRjY1MTFFOUIxQ0NFNDg0RDk4NTUyRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDk4MTM3QUEzRjY1MTFFOUIxQ0NFNDg0RDk4NTUyRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowOTgxMzdBNzNGNjUxMUU5QjFDQ0U0ODREOTg1NTJGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowOTgxMzdBODNGNjUxMUU5QjFDQ0U0ODREOTg1NTJGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsOmMH0AAAELSURBVHjaYhRfep2BNoCJgWZg1OhRo2lrtDQ363YPBSsJLiobLcXNutZZzlCIY5qlFDWNBpq7zllOgYf1y59/yUeeUs1oSS6QeyHmhu9/fPb1d+oYDTR3nYucIl5zCRjNjE1SgotlrYssQXPxGR2qxH8pUFVbiAPNXGD4KvGwETQXp9GMDAzFOiLC7MxrnGThposD3Qs0l5coc3Ea/Z+BIWzfo6fffguyQU0X5wS5V5loc0Huw1MVyPOyrXeWk+Jief/rLxARGQ5ERePDz7+C9j56/v0P0O2kmks48T0Amr7n0Yvvf0g1l0CAwIEcDysPK9O19z9JSv4sxCh69OX3aHk9avSo0WAAEGAAvNaESmLh0o8AAAAASUVORK5CYII=') no-repeat center center;
}

.repair-and-care .please-check-lbl {
    margin-bottom:30px;

}
.repair-and-care input[type=number]::-webkit-inner-spin-button,
.repair-and-care input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.repair-and-care input[type=number]{
    -moz-appearance: textfield;
}

.proxyForm{
    display: none;
}

.repair-and-care .sagittarius-form .control-label.optional:after {
    content: none;
}

.repair-and-care.sagittarius.ppc-landing-page .container-repair.landing-box .button{
    border-radius: 4px !important;
}

@media (max-width: 1024px) {
    .repair-and-care .ui-datepicker-calendar {
        border-spacing: 15px;
        margin-top: -15px;
        margin-left: -15px;
    }
    .repair-and-care .sagittarius-form table td {
        padding: 20px;
    }
    .repair-and-care .sagittarius-form table th {
        padding: 30px 20px 10px;
    }
    .repair-and-care.sagittarius .container-repair.booking-form-steps {
        padding: 40px 30px 30px;
    }

}

@media (max-width: 767px) {

    .repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper .call-times-box{
        padding-left: 0;
        padding-right: 0;
    }

    .repair-and-care.sagittarius .container-repair.landing-box {
        margin-top: -80px;
    }

    .repair-and-care .sagittarius-form select {
        max-width: 100%;
    }
    .repair-and-care .ui-datepicker-calendar {
        border-spacing: 5px;
        margin-top: -5px;
        margin-left: -5px;
        margin-bottom: 20px;
    }
    .repair-and-care .later-date-container {
        margin: 20px 0 40px;
    }
    .repair-and-care .sagittarius-form table td {
        padding: 5px;
    }
    .repair-and-care .ui-datepicker-calendar td {
        height: 38px;
        min-width: 0;
        max-width: 15px;
    }
    .repair-and-care .sagittarius-form table th {
        padding: 15px 5px 10px;
        min-width: 40px;
    }
    .repair-and-care .ui-datepicker-calendar td a.ui-state-default {
        min-width: 0;
    }
    .repair-and-care td.ui-datepicker-current-day {
        background-size: 50%;
    }

    .repair-and-care .ui-datepicker-title {
        transform: translateY(0px);
        font-size: 18px;
    }
    .repair-and-care .step-intro-label {
        transform: translateY(-10px);
    }

    .repair-and-care.sagittarius .subhubtext__background.repair .subhubtext__container {
        padding: 30px 10px 60px;
    }

    .repair-and-care.sagittarius .subhubtext__background.repair .subhubtext__container h1 {
        margin-bottom: 15px;
    }

    .repair-and-care.sagittarius .subhubtext__background {
        min-height: 300px;
    }

    .repair-and-care .sagittarius-form .form-group {
        margin-bottom: 0;
    }

    .repair-and-care .form-group.next-btn-section {
        margin-bottom: 30px;
    }

    .repair-and-care .sagittarius-form .form-group .pure-u-md-1-2 {
        margin-bottom: 35px;
    }

    .repair-and-care.sagittarius .container-repair {
        float: none;
        margin-top: -150px;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        padding: 15px 10px;
        border-top: 0;
    }

    .repair-and-care .step-content input[type=text],
    .repair-and-care .step-content input[type=number],
    .repair-and-care .step-content input[type=email] {
        padding-top: 0;
    }

    .repair-and-care.sagittarius .container-repair.mobile-space {
        margin-top: -30px;
        margin-bottom: 0;
    }

    .repair-and-care.sagittarius .container-repair.landing-box .button {
        width: 100%;
    }

    .repair-and-care.sagittarius .container-repair .button {
        font-size: 14px !important;
        letter-spacing: 0.5px;
    }

    .repair-and-care.sagittarius .container-repair.confirmation .confirmation-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }

    .repair-and-care.sagittarius .container-repair.booking-form-steps .form-step h3 a {
        font-size: 20px;
        padding: 10px 0;
    }

    .repair-and-care.sagittarius .container-repair.booking-form-steps {
        padding: 15px 0;
    }

    .repair-and-care.sagittarius .container-repair.booking-form-steps .form-step {
        padding: 0 5px;
    }

    .repair-and-care.sagittarius .container-repair .sagittarius-form {
        padding: 0;
    }

    .repair-and-care.sagittarius .container-repair .include-list ul li {
        line-height: 20px;
    }
    .repair-and-care .sagittarius-form .form-group .submit-btn {
        margin-top: 15px !important;
    }
}
@media (max-width: 480px) {
    .repair-and-care .ui-datepicker-calendar {
        transform: scale(0.8);
        transform-origin: left 80px;
        margin-top: -30px;
        margin-bottom: -15px;
    }
    .repair-and-care.sagittarius .container-repair.booking-form-steps .form-step h3 a {
        white-space: nowrap;
        font-size: 90%;
    }
}