.fluidBG2 {
    width: 100%;
    min-height: 200px;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}
.whyGroup {
    max-width: 70%;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.whyGroup img {
    width: 150px;
    display: block;
    margin-bottom: 20px;
}
.content1 img {
    width: 70%;
    display: block;
    margin: 20px auto;
}
.whyGroup .textWrap h3 {
    font-size: 28px;
}
.whyGroup .textWrap p {
    font-size: 14px;
    color: #777;
}

@media screen and (min-width: 768px) {
    .whyGrid {
        display: flex;
        align-items: flex-end;
    }
    .whyGroup img {
        width: 90px;
    }
    .content1 img {
        width: 200px;
    }
    .content1 {
        width: 30%;
    }
    .content2 {
        width: 70%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
    }
    .whyGroup {
        margin: 0;
    }
    .blogCard {
        width: 95%;
    }
    .whyGroup .textWrap h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .textWrap .breakWord {
        display: block;
    }
    .styleContain .imgWrap {
        max-width: 800px;
        margin: 0 auto;
        height: 400px;
    }

    .whyGrid {
        display: flex;
        align-items: center;
        justify-items: flex-start;
    }
    .whyGroup img {
        width: 90px;
    }
    .content1 img {
        width: 200px;
    }
    .content1 {
        width: 30%;
    }
    .content2 {
        width: 70%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-items: flex-start;
    }
    .whyGroup {
        margin-bottom: 10px;
    }
    .whyGroup .textWrap h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .textWrap .breakWord {
        display: block;
    }
    .styleContain .imgWrap {
        max-width: 800px;
        margin: 0 auto;
        height: 400px;
    }
}
@media screen and (min-width: 1024px) {
    .whyGroup {
        max-width: 100%;
        flex-direction: row;
    }
    .whyGroup img {
        margin-right: 20px;
    }
    /* .whyGroup:nth-child(2) img {
        margin-top: -30px;
    }
    .whyGroup:last-child {
        margin-left: 30px;
    } */
    .whyGrid {
        align-items: center;
    }
    .content2 {
        grid-gap: 20px;
    }
    .content1 img {
        width: 180px;
        margin-top: -20px;
    }
    .textWrap:nth-child(2) {
        margin-top: 30px;
    }
    .whyGroup .textWrap {
        align-self: flex-start;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 25px;
    font-weight: bold;
}

#package .package-tx {
    min-height: 140px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: 0.1rem;
}

.card-carousel .slick-prev {
    opacity: 1;
    z-index: 1;
    margin-left: 9px;
}

.select2-results ul > li:not(.select2-resultsoption--group):first-child,
.select2-results .select2-resultsoptions > li:first-child ul > li:first-child {
    display: block;
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#select2-brand-results,
#select2-year-results,
#select2-model-results,
#select2-variant-results,
#select2-seats-results {
    max-height: 9rem !important;
    overflow-y: scroll;
}
