@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap");

@media (min-width: 1900px) {
    .container {
        max-width: 1640px;
    }
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(71, 162, 63, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(71, 162, 63, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(71, 162, 63, 0.2);
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #a58346;
    padding: 17px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 22px;
    right: 10px;
}

.select-styled:hover {
    background-color: #a58346;
}

.select-styled:active,
.select-styled.active {
    background-color: #a58346;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #a58346;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #a58346;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    color: #a58346;
    background: #fff;
}

.select-options li[rel=hide] {
    display: none;
}

.owl-nav {
    margin-top: 20px;
    padding-right: 0;
}

.owl-nav button {
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
}

.owl-nav button:not(:last-child) {
    margin: 0 15px;
}

.owl-nav button.owl-prev {
    background-image: url(../images/arrow-left.svg) !important;
}

.owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

.owl-nav button.owl-next {
    background-image: url(../images/arrow-right.svg) !important;
}

.owl-nav button.owl-next.disabled {
    opacity: 0.5;
}

.ag-switch {
    display: flex;
    justify-content: space-between;
    width: 260px;
    padding: 5px;
    background-color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
    position: relative;
}

.ag-switch a {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px;
    position: relative;
}

.ag-switch a.active {
    color: #ffffff;
}

.ag-switch .selector {
    position: absolute;
    display: block;
    width: 125px;
    height: 26px;
    background-color: #a58346;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ag-switch .selector.left {
    left: 5px;
}

.ag-switch .selector.right {
    right: 5px;
}

body {
    font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Orbitron", sans-serif;
}

/* .test-drive-form {
  min-height: 100vh;
  background-image: url(../../images/book-a-test-drive-22nd-dec-desktop-new.jpg);
  background-repeat: no-repeat;

  background-size: cover;
  padding-bottom: 150px;
  background-attachment: fixed;
} */
.test-drive-form .tdBox {
    max-width: 580px;
}

.test-drive-form .tdBox h2,
.test-drive-form .tdBox h1 {
    font-family: "Orbitron", sans-serif;
    font-size: 35px;
    margin-bottom: 20px;
}

.test-drive-form .tdBox .tdBox-inner {
    background-color: #ffffff;
    padding: 15px;
}

.test-drive-form .tdBox .tdBox-inner h3 {
    display: table;
    position: relative;
    top: -15px;
    left: -15px;
    padding: 15px;
    background-color: #a58346;
    color: #fff;
    clip-path: polygon(0 0, 85% 0, 75% 100%, 0% 100%);
    padding-right: 95px;
    margin-bottom: 20px;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper {
    padding: 0 15px;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper .form-label sup {
    color: #a58346;
    position: relative;
    top: -2px;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper .form-control {
    border: 1.5px solid #a58346;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0.63rem 0.75rem;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper .select {
    box-shadow: none;
    border: 1.5px solid #a58346;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper .select .select-styled {
    background-color: #ffffff;
    color: #000000;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper .select .select-styled::after {
    border: 7px solid #a58346;
    border-color: #44ac49 #fff #fff;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper .select .select-styled.select-styled:active {
    background-color: #ffffff;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper .select .select-styled:active:after,
.test-drive-form .tdBox .tdBox-inner .formWrapper .select .select-styled.active:after {
    top: 22px !important;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper .formGroup {
    display: grid;
    grid-template-columns: auto auto;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper .formGroup .form-check {
    margin-bottom: 8px;
    margin-top: 8px;
}

.test-drive-form .tdBox .tdBox-inner .formWrapper .formGroup .form-check .form-check-input {
    margin-top: 0 !important;
}

.datepicke {
    width: 100%;
    padding: 14px 15px;
    border: 1.5px solid #a58346;
    background-image: url("../../images/Icon metro-calendar.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.form-check-input {
    margin-top: 0 !important;
}

.submit {
    display: table;
    border: none;
    outline: 0;
    padding: 15px;
    background-color: #a58346;
    color: #ffffff;
    min-width: 150px;
    text-align: center;
    -webkit-transform: skewX(335deg);
    -moz-transform: skewX(335deg);
    transform: skewX(335deg);
    margin-top: 15px;
}

.submit span {
    -webkit-transform: skewX(-335deg);
    -moz-transform: skewX(-335deg);
    transform: skewX(-335deg);
    display: block;
}

@media (max-width: 767px) {
    .footer {
        margin-top: -50px;
    }

    .test-drive-form {
        background-image: none;
    }

    .tdBox-inner {
        border: 1px solid #cccccc;
    }

    .test-drive-form .tdBox h2 {
        font-size: 26px;
    }

    .test-drive-form .tdBox .tdBox-inner {
        margin-bottom: 50px;
    }
}

@media(min-width: 992px) {}

@media(min-width: 1200px) {
    .test-drive-form {
        min-height: 100vh;
        background-image: url(../../images/book-a-test-drive-22nd-dec-desktop-new.jpg);
        background-repeat: no-repeat;
        background-position: top -140px left -148px;
        background-size: auto;
        padding-bottom: 150px;
    }
}


@media(min-width: 1400px) {
    .test-drive-form {
        min-height: 100vh;
        background-image: url(../../images/book-a-test-drive-22nd-dec-desktop-new.jpg);
        background-repeat: no-repeat;
        background-position: top -75px left -100px;
        background-size: auto;
        padding-bottom: 150px;
    }
}

@media(min-width: 1900px) {
    .test-drive-form {
        min-height: 100vh;
        background-image: url(../../images/book-a-test-drive-22nd-dec-desktop-new.jpg);
        background-repeat: no-repeat;
        background-position: top -100px left 0px;
        background-size: auto;
        padding-bottom: 150px;
    }
}
