@media (max-device-width: 767px) {
    .dtk-im2-vdp.page-container {
        padding: 5px;
    }

    .dtk-im2-vdp .actions {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px !important;
    }

    .dtk-im2-vdp .section-one {
        display: block !important;
    }

    .dtk-im2-vdp .section-two .group {
        width: auto !important;
        max-width: none !important;
    }

    .dtk-im2-vdp .section-two {
        display: block !important;
    }

    .dtk-im2-vdp .section-three {
        width: auto;
    }

    .dtk-im2-vdp .section-three .section.reviews {
        display: none !important;
    }

    .dtk-im2-vdp .section-one .column-one .section.floorplan .section-container {
        flex-direction: column !important;
    }
}

.dtk-im2-vdp.page-container {
    text-align: center;
    position: relative;
    font-family: var(--primary-font);
}

.dtk-im2-vdp.page-container h1 {
    margin: 0px;
}

.dtk-im2-vdp .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.dtk-im2-vdp .section-one {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.dtk-im2-vdp .section-two {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.dtk-im2-vdp .section-two .group {
    width: 50%;
    max-width: 500px;
}

.dtk-im2-vdp .section-two .group.map .group-container iframe {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dtk-im2-vdp .section-two .payment-calculator p {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.dtk-im2-vdp .section-two .payment-calculator h4 {
    /* margin: 14px; */
    line-height: 25px;
    font-size: 16px;
    color: var(--primary-color);
    margin: 2px;
}

.dtk-im2-vdp .section-two .payment-calculator input,
.dtk-im2-vdp .section-two .payment-calculator select {
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.dtk-im2-vdp .section-two .payment-calculator .amount-financed input {
    cursor: not-allowed;
    background-color: #e6e6e6;
}

.dtk-im2-vdp .section-two .payment-calculator .monthly-payment {
    position: relative;
    width: 80%;
    margin-left: 10%;
    margin-top: 12%;
}

.dtk-im2-vdp .section-two .payment-calculator .monthly-payment #monthly-payment-slider {
    width: 100%;
}

.dtk-im2-vdp .section-two .payment-calculator .monthly-payment #monthly-payment-tooltip {
    position: absolute;
    white-space: nowrap;
    transform: translateY(-140%) translateX(-50%);
    display: inline-block;
}

.dtk-im2-vdp .section-two .payment-calculator .monthly-payment #monthly-payment-tooltip .arrow {
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid #003764;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dtk-im2-vdp .section-two .payment-calculator .monthly-payment #monthly-payment-tooltip .content {
    position: relative;
    background-color: #003764;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
}

.dtk-im2-vdp .section-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    max-width: 1100px;
}

/* .dtk-im2-vdp .section-three .section.recommendations .splide__slide {
    padding: 20px;
} */

.dtk-im2-vdp .section-three .section.reviews .section-container {
    display: flex;
    gap: 10px;
}

.dtk-im2-vdp .section-three .section.reviews .section-container .review.container {
    border-radius: 20px;
    border: 5px solid #eee;
    padding: 10px;
}

.dtk-im2-vdp .section-three .section.reviews .section-container .review.ratings {
    color: goldenrod;
    margin-bottom: 10px;
}

.dtk-im2-vdp .section-three .section.reviews .section-container .review.container p {
    font-size: 15px;
}

.dtk-im2-vdp .section-three .section.recommendations .splide__slide h3 {
    font-size: 20px;
}

.dtk-im2-vdp .section-one .column-one {
    max-width: 800px;
    min-width: 400px;
}

.dtk-im2-vdp .section-one .column-one .section.floorplan .section-container {
    text-align: center;
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.dtk-im2-vdp .section-one .column-two {
    max-width: 400px;
    min-width: 300px;
}

.dtk-im2-vdp .section-one .column-two .location {
    font-size: 14px;
    font-weight: bold;
}

.dtk-im2-vdp .section-one .column-two .location-container {
    text-align: left;
}

.dtk-im2-vdp .section-one .column-two .location.address {
    font-weight: 400 !important;
}

.dtk-im2-vdp .section-one .column-two .location.cityState {
    color: var(--primary-color);
}

.dtk-im2-vdp .section-one .column-two .field.unqiue {
    margin-top: 20px;
}

.dtk-im2-vdp .section-one .column-two .call-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8em;
}

.dtk-im2-vdp .section-one .column-two .call-us .interested {
    color: var(--secondary-color);
    font-weight: bold;
}

.dtk-im2-vdp .section-one .column-two .call-us .call-us-today {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 22px;
}

.dtk-im2-vdp .section-one .column-two .call-us .phone {
    font-weight: bold;
    color: var(--secondary-color);
    font-size: 30px;
}

/* Phone shake */
.dtk-im2-vdp .section-one .column-two .call-us:hover .phone i {
    animation: rotatephone 0.6s ease-in-out infinite;
    cursor: grab;
}

@keyframes rotatephone {
    0%, 100% { transform: rotate(-6deg); }
    10%, 30%, 50%, 70%, 90% { transform: rotate(0deg); }
    20%, 40%, 60%, 80% { transform: rotate(-6deg); }
}
/* Phone shake */

.dtk-im2-vdp .section-one .column-two .pricing {
    text-align: center;
    font-size: 20px;
    padding: 5px;
    /* margin-top: 20px; */
}

.dtk-im2-vdp .section-one .column-two .pricing strong {
    font-size: 26px;
    font-weight: bold;
    color: var(--secondary-color);
}

.dtk-im2-vdp .section-one .column-two .pricing s {
    font-weight: bold;
}

.dtk-im2-vdp .section-one .column-two .pricing .prices {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dtk-im2-vdp .section-one .column-two .pricing .prices .price {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dtk-im2-vdp .section-one .column-two .pricing .financing {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #0000006b;
}

.dtk-im2-vdp .section-one .column-two .specifications-container .specification {
    justify-content: space-between;
    white-space: nowrap;
    font-size: 14px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.dtk-im2-vdp .section-one .column-two .specifications-container .specification span {
    font-weight: bold;
}

.dtk-im2-vdp .section-one .column-two .specifications-buttons {
    justify-content: space-between;
    display: flex;
    font-size: 25px;
}

.dtk-im2-vdp .section-one .column-two .specifications-buttons i {
    cursor: pointer;
}


.dtk-im2-vdp .alert {
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    background-color: var(--alert-color);
    color: black;
    font-weight: bold;
    padding: 5px;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.2);
}

.dtk-im2-vdp .group {
    border-radius: 10px;
    /* border: 1px solid #ddd; */
    margin-top: 20px;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.2);
}

.dtk-im2-vdp .group-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: var(--vdp-group-header-color);
    text-align: center;
    color: var(--vdp-group-header-font-color);
}

.dtk-im2-vdp .group-header.primary {
    color: var(--vdp-group-header-primary-font-color) !important;
    background-color: var(--vdp-group-header-primary-color) !important;
    text-align: center !important;
}

.dtk-im2-vdp .group-header h2 {
    margin: 0px;
    font-size: 1rem;
}

.dtk-im2-vdp .group-container {
    padding: 5px;
}

.dtk-im2-vdp .section .section-header {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.dtk-im2-vdp .section .section-header h2 {
    color: var(--vdp-section-header-color);
    margin: 0px;
}


/* default elements */
.dtk-im2-vdp .button {
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.dtk-im2-vdp .button.primary {
    background-color: var(--vdp-action-button-primary-color);
}

.dtk-im2-vdp .button.secondary {
    background-color: var(--vdp-action-button-secondary-color);
}

.dtk-im2-vdp img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.splide__arrow {
    background: black !important;
}

.splide__arrow svg {
    fill: white !important;
}