@media (max-width: 1000px) {
    #content {
        padding-top: unset !important;
    }
}

.bot-pad h2 {
    color: #fff;
    margin-top: unset !important;
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: .6;
    padding-top: 1em;
}

.input-group {
    flex-wrap: unset;
}

.input-group {
    flex-wrap: unset;
}

input[type="number"] {
    padding: 10px;
    padding-right: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-control {
    border: 1px solid;
}

strong {
    color: unset !important;
}


.apply-now {
    margin: unset!important;
}

.left-col3 {
    width: 95%;
    margin: 0 auto;
    padding: 0px 7px;
}

p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #ffffff;
}

.plans-columns .left-col3 p, .support-info p {
    text-align: center;
    margin-bottom: 10px;
}

.worldwide-simple-btn {
    border-radius: 0px;
    bottom: unset;
    position: relative;
    margin: 0 auto;
    margin-top: 0px;
    height: unset;
    width: unset;
    background-color: transparent;
    border: 2px solid;
    color: #b8860b;
    display: block;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
}

.worldwide-simple-btn:hover {
    background-color: #b8860b;
    color: #fff;
}

.secondary-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-image: url('../images/static/car-ship-bg.jpg');
    background-position: center;
    max-width: unset;
    margin: unset;
    width: 100%;
    height: auto;
    padding-left: 10%;
    min-height: 730px;
}

.mustang {
    background-color: #070707;
    background-image: unset;
    min-height: unset;
    flex-direction: inherit;
}

.plans {
    background-color: #070707;
    background-image: unset;
    min-height: unset;
    padding: 30px;
    border: 2px solid #6b6b6b;
    border-radius: 10px;
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

.faq-section {
    background-color: #ffffff;
    background-image: unset;
    min-height: unset;
    padding: 30px;
}

.shipping-types-section {
    background-image: unset;
    box-shadow: unset;
    min-height: unset;
    padding: 30px !important;
}

.plans-columns {
    text-align: center;
    display: flex;
    width: 80%;
}

.contact-form-wrapper {
    background-image: unset;
    background-color: unset;
    box-shadow: unset;
    padding: 30px;
    width: 80%;
    margin: auto;
}

.contact-form {
    background-color: #070707;
    border-radius: 10px;
    width: 70%;
    padding: 20px 90px 20px 90px;
    box-shadow: inset 0 0 0 2000px rgba(11, 10, 10, 0.56);
}

.support-section {
    background-color: #070707;
    background-image: unset;
    min-height: unset;
    padding: 150px 30px 150px 30px;
}

.support-info {
    margin-top: 40px;
    width: 40%;
    padding: 40px;
    background-color: #070707;
    text-align: center;
    border-radius: 10px;
}

.support-info p {
    font-size: 20px;
}

.contact-form input, .contact-form select, .contact-form textarea {
    /*height: 50px;*/
    /*padding-right: 10px;*/
}

.input-group {
    width: 100%;
    display: flex;
    flex-direction: initial;
    gap: 10px;
}

.input-group .form-group {
    width: 100%;
}

.mustang img {
    width: 85%;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.loadMoreBtn {
    margin: unset;
}

.loadMoreBtn:hover {
    color: black;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.elementor-divider {
    margin-bottom: 10px;
}

.elementor-divider-separator {
    border-top: 2px solid #6b6b6b;
    display: block;
    width: 40%;
    margin: auto;
}

strong {
    text-transform: uppercase;
}

.worldwide-fw-wrap.bot-pad {
    padding-bottom: unset;
}

.financing-title {
    margin-top: 20px;;
    width: 100%;
    text-align: center;
}

.plan-name {
    margin-bottom: 40px;
}

.faq-cols, .shipping-types-cols {
    margin-top: 40px;
    display: flex;
    flex-direction: initial;
    width: 70%;
    flex-wrap: wrap;
}

.faq-col {
    padding: 20px;
    box-shadow: unset;
    background-color: #0e1523;
    border: 1px solid;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 20px;
    flex-basis: calc(50% - 20px);
    transition: background-color 0.3s ease;
}

.shipping-type {
    padding: 20px;
    box-shadow: inset 0 0 0 2000px rgba(11, 10, 10, 1);
    background-position: unset;
    background-size: cover;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 20px;
    flex-basis: calc(33% - 20px);
    transition: background-color 1.5s ease, box-shadow 1.5s ease; /* Add box-shadow to transition */
    min-height: 450px;
    min-width: 350px;
}

.shipping-type .text-block {
    margin-top: 80%;
    box-shadow: inset 0 0 0 2000px rgba(9, 12, 23, 0.5);
    padding: 20px;
    height: 15em;
    border-radius: 20px;
}

.faq-col:hover {
    background-color: #1e2c50;
    cursor: pointer;
}

.support-info a {
    color: #fff;
}

.support-info a:hover {
    color: #eee3b8 !important;
}

@media (max-width: 1400px) {
    .shipping-types-cols {
        width: 100%;
    }

    .shipping-type {
        max-width: 300px;
    }
}

@media (max-width: 1200px) {
    .faq-cols {
        width: 100%;
    }

    .contact-form, .contact-form-wrapper {
        width: 100%;
    }

    .contact-form {
        padding: 20px 10px 20px 10px;
        text-align: center;
    }

    .support-section {
        text-align: left;
    }

    .support-info {
        width: 100%;
    }
}

@media (max-width: 950px) {
    .bot-pad h2 {
        font-size: 20px;
    }

    .subm-request {
        text-align: center;
        width: 50%;
    }

    #content {
        padding-top: 43px;
    }

    .mustang {
        flex-direction: column;
    }

    p {
        width: 100% !important;
    }

    .plans-columns {
        flex-direction: column;
    }

    .faq-cols {
        flex-direction: column;
    }

    .input-group {
        flex-direction: column;
    }

    .shipping-type {
        min-width: 100%;
    }

    .input-group .form-group {
        margin: 10px auto auto;
    }

    .mustang, .title {
        padding-left: unset;
    }

    .mustang img {
        width: 100%;
        padding: 15px;
    }

    .subm-request {
        width: 100%;
        text-align: center;
        margin-top: 0.5em;
    }

    .contact-form {
        padding-left: 15px;
        padding-right: 15px;
    }
}