* {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.shedulerPage {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 14px;
    font-family: "VW Text";
    font-weight: 500;
}
.shedulerPage,
.shedulerPage h1,
.shedulerPage h2,
.shedulerPage h3,
.shedulerPage h4,
.shedulerPage h5,
.shedulerPage h6,
.shedulerPage input,
.shedulerPage li,
.shedulerPage ol,
.shedulerPage p,
.shedulerPage ul {
    list-style: none;
    color: #0d0d0d;
}
.shedulerPage input::-webkit-inner-spin-button,
.shedulerPage input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.shedulerPage input[type="number"] {
    -moz-appearance: textfield;
}
.shedulerPage a {
    text-decoration: none;
    outline: 0;
}
@font-face {
    font-family: VW Head;
    src: url(../font/VWHeadWeb-BoldItalic.woff2) format("woff2"), url(../font/VWHeadWeb-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: VW Head;
    src: url(../font/VWHeadWeb-Light.woff2) format("woff2"), url(../font/VWHeadWeb-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VW Head;
    src: url(../font/VWHeadWeb-ExtraBold.woff2) format("woff2"), url(../font/VWHeadWeb-ExtraBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VW Head;
    src: url(../font/VWHeadWeb-Bold.woff2) format("woff2"), url(../font/VWHeadWeb-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VW Head;
    src: url(../font/VWHeadWeb-Italic.woff2) format("woff2"), url(../font/VWHeadWeb-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: VW Head;
    src: url(../font/VWHead-Regular.woff2) format("woff2"), url(../font/VWHead-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VW Text;
    src: url(../font/VWTextWeb-Regular.woff2) format("woff2"), url(../font/VWTextWeb-Regular.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: VW Text;
    src: url(../font/VWTextWeb-Bold.woff2) format("woff2"), url(../font/VWTextWeb-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VW Head;
    src: url(../font/VWHead-Regular.woff2) format("woff2"), url(../font/VWHead-Regular.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: VW Text;
    src: url(../font/VWTextWeb-Bold.woff2) format("woff2"), url(../font/VWTextWeb-Bold.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: VW Text;
    src: url(../font/VWTextWeb-Regular.woff2) format("woff2"), url(../font/VWTextWeb-Regular.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: icomoon;
    src: url(../font/icomoon.eot?nfkvzm);
    src: url(../font/icomoon.eot?nfkvzm#iefix) format("embedded-opentype"),
        url(../font/icomoon.ttf?nfkvzm) format("truetype"), url(../font/icomoon.woff?nfkvzm) format("woff"),
        url(../font/icomoon.svg?nfkvzm#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.shedulerPage h1,
.shedulerPage h2,
.shedulerPage h3,
.shedulerPage h4,
.shedulerPage h5,
.shedulerPage h6 {
    font-family: "VW Head";
}
.shedulerPage .form-wapper {
    width: 920px;
    margin: 0 auto;
    display: block;
}
.shedulerPage #btnSubmit,
.shedulerPage .btn a {
    display: inline-block;
    color: #001e50;
    border: 1px solid #001e50;
    font-size: 18px;
    padding: 10px 60px;
    border-radius: 23px;
    width: auto;
    cursor: pointer;
}
.shedulerPage .banner {
    position: relative;
    margin: 0;
}
.shedulerPage .banner img {
    width: 100%;
    max-width: 100%;
}
.shedulerPage .banner-mobile {
    display: none;
}
.shedulerPage p {
    margin: 0 0 30px 0;
    font-size: 20px;
    line-height: 25px;
}
.shedulerPage .img-fluid {
    width: 100%;
    margin-bottom: 20px;
}
.shedulerPage .paddedDiv {
    padding: 10px 40px;
}
.shedulerPage .formWrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
}
.shedulerPage .formContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .shedulerPage .headerText{margin-bottom:50px} */
.shedulerPage .headerText h1 {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
}



.shedulerPage .headerText h4 {
    font-family: "VW Text";
    font-size: 20px;
    font-weight: 400;
    color: #000;
    width: 80%;
    margin-bottom: 10px;
}
.shedulerPage .headerText a {
    text-decoration: underline;
    color: #000;
    font-size: 16px;
    margin: 0;
    font-family: "VW Head";
}
.shedulerPage ol.breadcrumb {
    margin: 20px auto;
    background: 0 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0rem;
    list-style: none;
}
.breadcrumb-item {
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    margin-right: 8px;
    margin-bottom: 8px;
}
.shedulerPage .breadcrumb-item a {
    font-weight: inherit;
    display: inline;
    border: none;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    background: 0 0;
    color: #001e50;
    text-align: inherit;
    -webkit-tap-highlight-color: transparent;
}
.shedulerPage .breadcrumb-item a:hover {
    text-decoration: none;
    background-color: rgba(194, 202, 207, 0.2);
}
.shedulerPage .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    margin-right: 8px;
    width: 0;
    height: 0;
    border-left: 0.4em solid #001e50;
    border-top: 0.25em solid transparent;
    border-bottom: 0.25em solid transparent;
}
.shedulerPage .breadcrumb-item.active {
    color: #000;
}
.shedulerPage .form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.shedulerPage .formRow {
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
    margin-bottom: 30px;
}
.shedulerPage .formField {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 15px;
}
.shedulerPage .formField label {
    margin-bottom: 5px;
    color: #000;
    font-size: 18px;
    font-family: "VW Text";
    font-weight: 700;
}
/* .shedulerPage .tabcontent .formField label{font-size:16px} */
.shedulerPage .formField label.testdrive-dealer {
    font-size: 16px;
    margin-top: 0;
}
.shedulerPage .requiredLabel {
    position: relative;
}
.shedulerPage .requiredLabel::after {
    content: "*";
    color: red;
}
.shedulerPage .inputContainer {
    display: flex;
    flex: 1;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.shedulerPage .inputContainer .inputWrapper {
    flex: 1;
    color: #06172a;
}
.inputContainer select,
.inputContainer textarea,
.shedulerPage .inputContainer input {
    padding: 10px;
    border: none;
    width: 100%;
    outline: 0;
    background: #fff;
    resize: none;
    height: 54px;
    font-size: 14px;
    font-family: "VW Text";
    font-weight: 500;
    color: #000;
}
.shedulerPage .inputContainer i {
    font-size: 1.5rem;
    margin: 0 10px;
    color: #001e50;
    opacity: 1;
}
.shedulerPage .fa-calendar-alt:before {
    content: "\f073";
}
.shedulerPage .actionContainer {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
}
.shedulerPage .actionContainer button {
    padding: 20px 40px;
    font-size: 18px;
    border-radius: 45px;
    flex: 1;
    color: #fff;
    background: #001e50;
    cursor: pointer;
}
.shedulerPage .actionContainer button.bordered {
    color: #001e50;
    background: 0 0;
    border: 1px solid #001e50;
}
.shedulerPage .actionContainer button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
.shedulerPage input::placeholder {
    color: #ccc;
    font-size: 14px;
    font-family: "VW Text";
    font-weight: 500;
}
.shedulerPage .formField small {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    margin-top: 5px;
    line-height: 18px;
}
.shedulerPage .detectLocation {
    position: relative;
}
.shedulerPage .detectLocation input {
    padding-right: 60px;
}
.shedulerPage .detectLocation a {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: 0;
    height: 100%;
    width: 60px;
    background: #00b0f0 url(../images/icon-detectbtn.svg) no-repeat center;
    cursor: pointer;
    color: #fff;
}
.shedulerPage .check-box,
label.check-box {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    line-height: 20px;
    margin-top: 20px;
}
.shedulerPage .check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
    top: 0;
}
.shedulerPage .check-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
}
.shedulerPage .check-box input:checked ~ .checkmark {
    background-color: #00b0f0;
}
.shedulerPage .check-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.shedulerPage .check-box input:checked ~ .checkmark:after {
    display: block;
}
.shedulerPage .check-box .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shedulerPage b,
strong {
    font-weight: 700;
}
.shedulerPage #covidCopy {
    font-style: italic;
    padding: 15px;
    background: #ccc;
    font-size: 13px;
    line-height: 18px;
    margin: 20px 0;
}
.shedulerPage .tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.shedulerPage .tab a {
    background-color: inherit;
    float: left;
    outline: 0;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    margin: 0 15px 0 0;
    padding: 5px 5px 10px 5px;
    height: 39px;
    line-height: 22px;
    vertical-align: top;
}
.shedulerPage .tab a.active,
.shedulerPage .tab a:hover {
    color: #00b0f0;
}
.shedulerPage .tab.new_rdo a {
    position: relative;
    padding: 5px 10px 10px 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: "VW Head";
}
.shedulerPage .tab.new_rdo a .rdo_icon {
    border-radius: 100%;
    height: 20px;
    width: 20px;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
}
.shedulerPage .tab.new_rdo a.active .rdo_icon {
    border: 1px solid #00b0f0;
}
.shedulerPage .tab.new_rdo a.active .rdo_icon::after {
    border-radius: 100%;
    background: #00b0f0;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.shedulerPage .tabcontent {
    display: none;
    margin-top: 10px;
}
.shedulerPage .tabcontent p {
    font-size: 16px;
    margin-bottom: 0;
}
.shedulerPage .tabcontent .formRow {
    margin-bottom: 0;
}
.shedulerPage .tabcontent .formField {
    padding: 0 15px;
}
.shedulerPage .tabcontent .inputWrapper {
    position: relative;
}
.shedulerPage .tabcontent .select-items {
    max-height: 300px;
    overflow: auto;
}
.shedulerPage .tabcontent .select-selected::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    background: url(../images/icon-timer.svg) no-repeat 0 0;
    width: 28px;
    height: 27px;
    border: none;
    transform: none;
}
.shedulerPage .tabcontent .select-selected.select-arrow-active:after {
    transform: none;
}
.shedulerPage .tooltip {
    position: relative;
    display: inline-block;
    top: 3px;
    left: 3px;
}
.shedulerPage .tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-style: normal;
}
.shedulerPage .tooltip:hover .tooltiptext {
    visibility: visible;
}
.shedulerPage .tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    line-height: 14px;
}
.shedulerPage .hide {
    display: none;
}
.shedulerPage .selTimeHeight {
    height: 200px;
}
.shedulerPage .custom-select {
    position: relative;
}
.shedulerPage .custom-select select {
    display: none;
}
.shedulerPage .select-selected:after {
    position: absolute;
    content: "";
    top: 24px;
    right: 10px;
    width: 0;
    height: 0;
    top: 20px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: rotate(-45deg);
    transition: ease 1s all;
}
.shedulerPage .select-selected.select-arrow-active:after {
    transform: rotate(-230deg);
}
.select-selected,
.shedulerPage .select-items div {
    padding: 10px;
    border: none;
    width: 100%;
    outline: 0;
    color: #000;
    font-size: 14px;
    font-family: "VW Text";
    font-weight: 500;
    background: #fff;
    resize: none;
    height: 55px;
    line-height: 32px;
    cursor: pointer;
}
.shedulerPage .select-items {
    position: absolute;
    top: 100%;
    left: -1px;
    right: 0;
    z-index: 1;
    width: calc(100% + 2px);
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 2px;
}
.shedulerPage .select-hide {
    display: none;
}
.shedulerPage .select-items div:hover {
    background-color: #b9dcff;
    color: #000;
}
.same-as-selected:hover,
.shedulerPage .same-as-selected {
    background-color: #1e90ff !important;
    color: #fff !important;
}
.shedulerPage .td_callitservicebanner {
    display: flex;
    width: 75%;
    margin: 60px auto;
    flex-direction: column;
    gap: 60px;
}
.shedulerPage .raw {
    display: block;
    width: 100%;
}
.shedulerPage .width-50 {
    width: 50%;
    float: left;
}
.shedulerPage .td_callitservicebanner img {
    width: 100%;
}
.shedulerPage .td_callitservicebanner .width-50 p {
    font-weight: 400;
    font-family: "VW Text";
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin: 0;
    text-align: left;
}
.shedulerPage .td_callitservicebanner .width-50 .pre-bookings {
    padding-top: 25px;
}
.shedulerPage .td_callitservicebanner .width-50 .pre-bookings a {
    color: #011e50;
    text-decoration: underline;
    text-underline-position: under;
    font-size: 16px;
}
.shedulerPage .td_callitservicebanner .width-50.td_callitservicebanner_content {
    padding-right: 100px;
    padding-top: 50px;
    text-align: left;
}
.shedulerPage .mob-img-50 {
    display: none;
    padding: 0 !important;
}
.shedulerPage .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(6, 23, 42, 0.75);
}
.shedulerPage .modal .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 25px;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    border-radius: 5px;
}
.shedulerPage .modal .modal-close {
    color: #aaa;
    font-size: 28px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 10px;
}
.shedulerPage .modal .modal-close:focus,
.shedulerPage .modal .modal-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.shedulerPage .modal .submitButton {
    margin-top: 15px;
    background: #011e50;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 15px 25px;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}
.shedulerPage .flatpickr-months {
    background: #eceef1;
}
.shedulerPage .flatpickr-wrapper {
    width: 100%;
}
.shedulerPage .flatpickr-months .flatpickr-month {
    border-radius: 5px 5px 0 0;
    background: #eceef1;
    color: #5a6171;
    fill: #5a6171;
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.shedulerPage .flatpickr-innerContainer {
    display: flex;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #eceef1;
}
.flatpickr-rContainer,
.shedulerPage .flatpickr-innerContainer {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.shedulerPage .flatpickr-weekdays .flatpickr-weekdaycontainer,
span.flatpickr-weekday {
    flex: 1;
    -webkit-box-flex: 1;
}
.shedulerPage .flatpickr-weekdays {
    background: #eceef1;
    text-align: center;
    overflow: hidden;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}
.shedulerPage span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: #eceef1;
    color: #5a6171;
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    font-weight: bolder;
}
.flatpickr-months .flatpickr-prev-month,
.shedulerPage .flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: #5a6171;
    fill: #5a6171;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.shedulerPage .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0;
}
.shedulerPage .flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: -15px;
}
.shedulerPage .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: #eceef1;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: 0;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.shedulerPage .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #eceef1;
    outline: 0;
    padding: 0;
}
.shedulerPage .flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-months .flatpickr-prev-month svg,
.shedulerPage .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}
.shedulerPage .fa-clock:before {
    content: "\f017";
}
.shedulerPage .flatpickr-current-month .numInputWrapper {
    width: 9ch;
}
.shedulerPage .flatpickr-current-month input.cur-year {
    font-size: 18px;
    background: #eceef1;
    color: #6d6b8e;
}
.shedulerPage span.flatpickr-day.selected {
    font-weight: 700;
    background: #001e50;
    color: #fff;
    border-color: #001e50;
}
.shedulerPage .flatpickr-day.selected:hover {
    background: #ff5a5f;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #ff5a5f;
}
.shedulerPage .flatpickr-wrapper {
    position: relative;
}
.shedulerPage .flatpickr-wrapper:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    background: url(../images/icon-datepicker.svg) no-repeat 0 0;
    width: 28px;
    height: 27px;
    pointer-events: none;
}
.shedulerPage #resend {
    display: none;
    font-size: 12px;
    color: #ff5a5f;
    text-decoration: underline;
}
.shedulerPage #resend:hover {
    text-decoration: none;
}
.shedulerPage .has-error {
    border: 1px solid red !important;
    color: #000 !important;
}
#divLocationErr.error,
.shedulerPage span.error,
pre.error,
span.errorMsg {
    color: red !important;
    font-size: 14px;
    font-family: "VW Text";
    margin: 5px 0 0 0;
}
.shedulerPage .numInputWrapper span.arrowDown,
.shedulerPage .numInputWrapper span.arrowUp {
    display: none;
}
.modal-content p {
    margin-top: 15px;
}
.pcontent {
    margin-bottom: 20px !important;
}
.disable {
    background: #f8f8f8;
    color: #a3a3a3;
    cursor: default;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader {
    position: relative;
    color: #fefefe;
    pointer-events: none;
    cursor: pointer;
}
.loader:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 3px solid #fefefe;
    border-radius: 50%;
    border-top: 3px solid #e21414;
    width: 12px;
    height: 12px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}
@media screen and (max-width: 1300px) {
    .shedulerPage .td_callitservicebanner {
        width: 90%;
    }
}
@media screen and (max-width: 991px) {
    .shedulerPage .actionContainer button {
        padding: 10px 20px;
        border-radius: 30px;
    }
}
@media screen and (max-width: 800px) {
    .shedulerPage ol.breadcrumb {
        margin: 5px auto;
    }
    .shedulerPage .width-50 {
        width: 100%;
    }
    .shedulerPage .mob-img-50 {
        display: block;
        padding: 20px !important;
    }
    .shedulerPage .desktop-img-50 {
        display: none;
    }
    .shedulerPage .td_callitservicebanner .width-50.td_callitservicebanner_content {
        padding: 20px;
    }
    .shedulerPage .banner-mobile {
        display: block;
    }
    .shedulerPage .banner-desktop {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .shedulerPage p {
        margin: 0 0 20px 0;
    }
    .shedulerPage .paddedDiv {
        padding: 10px 15px;
    }
    .shedulerPage .formRow {
        flex-direction: column;
        margin: 0;
    }
    .shedulerPage .formField,
    .shedulerPage .tabcontent .formField {
        padding: 10px 0;
        width: 100%;
    }
    .shedulerPage .actionContainer {
        margin: 0;
    }
    .shedulerPage .headerText {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .shedulerPage .td_callitservicebanner {
        margin: 0 auto;
        gap: 20px;
    }
    .shedulerPage .mob-img-50,
    .shedulerPage .td_callitservicebanner .width-50.td_callitservicebanner_content {
        padding: 10px !important;
    }
    .shedulerPage .modal .modal-content {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 420px) {
    .shedulerPage .tab.new_rdo a {
        padding: 5px 5px 5px 25px;
        font-size: 14px;
    }
}
@media screen and (max-width: 360px) {
    .shedulerPage .tab.new_rdo a {
        padding: 0 0 0 20px;
        font-size: 12px;
        line-height: 20px;
        height: 25px;
    }
    .shedulerPage .tab.new_rdo a .rdo_icon {
        height: 15px;
        width: 15px;
    }
    .shedulerPage .tab.new_rdo a.active .rdo_icon::after {
        width: 8px;
        height: 8px;
    }
}

/* Scroll banner */
.masthead_main_container {
    width: 100%;
    display: block;
}

.masthead_main_container .masthead_main_media_container {
    background-image: url(../images/Virtus-Masthead-desktop.jpg);
    min-height: 65vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    scroll-behavior: smooth;
}
.masthead_main_container .masthead_main_content_container {
    width: 50%;
    background: radial-gradient(circle at 0% 0%, #00437a 0%, #001e50 100%);
    padding: 40px 8% 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    scroll-behavior: smooth;
}
.masthead_main_container .masthead_main_content_container .data h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -1px;

    color: #fff;
    word-break: inherit;
    margin: -0.11em 0px 0.11em;
    padding: 0;
}
.masthead_main_container .masthead_main_content_container .data p {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -1px;
    font-family: VW Text;
    color: #fff;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    .masthead_main_container .masthead_main_media_container {
        background-image: url(../images/Virtus-Masthead-mobile.jpg);
        min-height: 450px;
    }
    .masthead_main_container .masthead_main_content_container {
        width: 100%;
        text-align: center;
    }
    .masthead_main_container .masthead_main_content_container .data h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .masthead_main_container .masthead_main_content_container .data h1 br {
        display: none;
    }
    .masthead_main_container .masthead_main_content_container .data p {
        font-size: 25px;
        line-height: 30px;
    }
}

/* features common section start here */
.common-wrapper {
    width: 60%;
    margin: 60px auto;
    z-index: 0;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1600px) {
    .common-wrapper {
        width: 75%;
    }
}

@media only screen and (max-width: 1366px) {
    .common-wrapper {
        width: 80%;
    }
}

@media only screen and (max-width: 1300px) {
    .common-wrapper {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .text-head {
        padding: 0 35px;
    }
}

.common-wrapper h2 {
    font-size: 60px;
    text-align: center;
    line-height: 75px;
    margin: 0 0 40px;

    font-weight: 100;
}

@media only screen and (max-width: 767px) {
    .common-wrapper h2 {
        font-size: 30px;
        line-height: 40px;

        text-align: center;
        margin: 0 0 10px;
    }
}

.img-with-content {
    width: 90%;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .img-with-content {
        width: 100%;
    }
}

.img-with-content .swiper-container {
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .img-with-content .swiper-container {
        width: 100%;
        padding: 0 40px;
    }
}

.common-wrapper .swiper-wrapper {
    height: auto;
}

.img-with-content a {
    display: block;
}
.img-with-content .slide img {
    margin: 0 0 30px;
    max-width: 100%;
}

.img-with-content .slide {
    width: 33.33%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .img-with-content .slide {
        width: 100%;
        padding: 10px;
    }
    .img-with-content .slide img {
        margin: 0 0 10px;
    }
}
@media only screen and (max-width: 767px) {
    .img-with-content .slide img {
        width: 100%;
    }
}

.common-wrapper h3 {
    font-size: 20px;
}
/* //Faqs CSS start? */
.faqWrp {
    width: 900px;
    margin: auto;
}
.faqWrp summary {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 1rem 0;
}

.faqWrp summary .icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 16px;
}
.faqWrp details {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 2px solid #f8f8f8;
}

.faqWrp details[open] summary .icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.faqWrp details p {
    margin: 0 0 1rem 0;
}
.faqWrp summary > * {
    display: inline;
}
@media only screen and (max-width: 900px) {
    .faqWrp {
        width: 100%;
    }
    .faqWrp h3,
    .faqWrp p {
        font-size: 16px;
        line-height: normal;
    }
}

.howitworksWrp .stepbox {
    margin: 30px auto;
    display: flex;
}
.howitworksWrp h2 {
    font-size: 30px;
    color: #000;
    margin: 30px auto;
    text-align: center;
    display: table;
}
.howitworksWrp .card {
    flex-grow: 1;
    text-align: center;
    flex-basis: calc(33% - 15px);
    position: relative;
}

.howitworksWrp .card.stepbg::after {
    content: "";
    position: absolute;
    left: 40%;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.howitworksWrp .card.stepbg.one::after {
    background: url(../images/stepbg1.jpg) no-repeat 0 0;
}
.howitworksWrp .card.stepbg.two::after {
    background: url(../images/stepbg2.jpg) no-repeat 0 0;
}

.howitworksWrp .card img {
    margin-bottom: 30px;
}

.howitworksWrp .card h3 {
    margin-bottom: 10px;
}
.howitworksWrp .card p {
    color: #828282;
    display: table;
    margin: auto;
    max-width: 90%;
    font-size: 18px;
    line-height: 120%;
}
@media only screen and (max-width: 900px) {
    .howitworksWrp .card.stepbg::after {
        left: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .howitworksWrp .card.stepbg::after {
        left: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .howitworksWrp .card.stepbg::after {
        display: none;
    }
    .howitworksWrp .stepbox {
        flex-direction: column;
    }

    .howitworksWrp .card {
        width: 100%;
        padding: 20px 0;
    }
}
