#hero_top .flex_column {
    margin-bottom: 0 !important;
}

#hero_top .flex_column_table {
    width: 1250px !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding-inline: 50px;
    padding-top: 65px;
}

.bottom-shape {
    transform: rotate(180deg);
    bottom: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.bottom-shape svg {
    height: 155px;
    z-index: -1;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.red-item {
    color: var(--secondary);
    display: block;
}

.hero-title .av-special-heading-tag {
    font-weight: 600 !important;
    line-height: 1 !important;
        text-transform: uppercase;
}

.hero-title .av-subheading {
    font-weight: 600 !important;
}

.floating-wrapper .flex_column_table {
    box-shadow: 0px 0px 78px 0px rgba(0, 0, 0, 0.14);
    padding: 20px;
    border-radius: 25px;
    background: #fff;
    transition: .5s;
}

.floating-wrapper .flex_column_table:hover {
    transform: scale(1.03);
}

@media (min-width: 1250px) {
    .floating-wrapper .flex_column_table {
        position: absolute;
        top: -105px;
        width: 1150px !important;
        left: calc(50% - 575px);
    }
}

.non-link .flex_column:nth-child(1) {
    border-top: none !important;
}

/* Curved Area CSS - Starts */

.clipped-image {
    clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 0 100%);
}

.navy-curved-inner {
    background-color: var(--primary);
    padding: 40px;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    display: flex;
    justify-content: center;
}

.title-block {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    padding-inline: 25px;
    text-align: center;
}

@media (min-width: 990px) {
    .title-block:nth-child(n+2) {
        border-left: 1px solid;
    }

    .navy-curved-inner {
        position: absolute;
        top: 0;
        width: 900px;
        z-index: 3;
    }
    
    .navy-curved {
        position: relative;
        padding-block: 100px;
    }

    .title-block {
        font-size: 40px;
        line-height: 1.2;
        width: 260px;
    }
}

@media (max-width: 989px) {
    .title-block:nth-child(n+2) {
        border-top: 1px solid;
    }

    .title-block {
        padding-block: 25px;
        width: 80%;
    }

    .navy-curved-inner {
        flex-wrap: wrap;
        margin-block: 30px;
    }
}

@media (min-width: 1600px) {
    .navy-curved-inner {
        width: 1050px;
    }
}

/* Curved Area CSS - Ends */


/* Dealer Networ Area CSS - Starts */

.simple-iconbox {
    background-color: rgb(0 0 0 / 50%) !important;
    padding: 20px;
    border: 2px solid #000 !important;
    text-align: center;
    margin: 0 !important;
}
@media (min-width: 990px) {    
    .network-wrapper {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 3fr 1fr;
        align-items: center;
    }
    
    .network-wrapper .flex_column {
        width: 100% !important;
    }

    .simple-iconbox h3 {
        width: 140px;
        margin-inline: auto;
    }
}

/* Dealer Networ Area CSS - Ends */

.strong-subhead .av-subheading p {
    text-transform: uppercase !important;
    font-weight: bold;
    letter-spacing: 2px;
}

#usmapbase {
    text-align: center;
}

#usmapbase svg {
    width: 80%!important;
    height: auto!important;
}

/* Home Popup Form CSS - Start */
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.popup-image img {
    aspect-ratio: 3 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
}

.popup-image {
    aspect-ratio: 3 / 1;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: 1s shine linear infinite;
}

.popup-content {
    text-align: center;
}

.popup-state {
    color: var(--primary);
}

.popup-subtitle {
    color: var(--secondary);
    font-size: 22px;
}

.popup-title {
    font-size: 28px;
}

.popup-state {
    font-size: 33px;
    text-transform: uppercase;
}

p.popup-note {
    margin-bottom: 0;
}

ul.popup-list {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-block: 30px;
    column-gap: 25px;
}

ul.popup-list li {
    padding: 3px 6px;
    transition: .5s;
    cursor: pointer !important;
}

ul.popup-list li:hover {
    background-color: var(--primary);
    color: #fff;
    cursor: pointer !important;
}
/* Home Popup Form CSS - End */

@media (min-width: 990px) and (max-width: 1440px) {
    #details {
        display: grid;
        grid-template-columns: 4fr 3fr !important;
        padding-top: 50px;
    }
    
    #details .flex_cell {
        width: 100% !important;
    }
}

@media (max-width: 989px) {
    .solo-image img {
        width: 300px;
    }
    .clipped-image img {
        width: 500px;
    }
}

@media (max-width: 640px) {
    .solo-image img {
        width: 250px;
    }
}