.col-12 {
    max-width: 15%;
}

.card_box {
    background-color: var(--e-global-color-white);
    position: absolute;
    display: inline-block;
    align-items: center;
    padding: 26px 40px 30px;
    bottom: -185px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 100px 0px rgb(226 228 231);
    border-bottom: 2px solid var(--e-global-color-accent);
}

.tile {
    width: 100%;
    background: #f7f7f7;
    border-radius: 5px;
    border-bottom: 1px solid var(--e-global-color-accent);
    box-shadow: 0px 0px 3px -1px rgb(139 139 139 / 40%);
    float: left;
    transform-style: preserve-3d;
}

.header {
    border-bottom: 1px solid #ebeff2;
    padding: 19px 0;
    text-align: center;
    color: #59687f;
    font-size: 600;
    font-size: 19px;
    position: relative;
}

.price {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #d74949;
}

.card-title {
    font-size: 1.3vw;
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.banner-img {
    padding: 0px 0px 0;
}

.banner-img img {
    width: 100%;
    border-radius: 0px;
}

.dates {
    border-radius: 5px;
    padding: 10px 0px;
    margin: 10px 30px;
    font-size: 14px;
    overflow: auto;
}

.dates div {
    position: relative;
}

.dates strong,
.stats strong {
    display: block;
    color: #adb8c2;
    font-size: 11px;
    font-weight: 700;
}

.dates span {
    width: 1px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ebeff2;
}

.stats {
    border-top: 1px solid #ebeff2;
    background: #f7f8fa;
    overflow: auto;
    padding: 15px 0;
    font-size: 16px;
    color: #59687f;
    font-weight: 600;
    border-bottom: 0.0625rem solid #dddddd;
}

.stats div {
    border-right: 0.0625rem solid #dddddd;
    width: 25%;
    float: left;
    text-align: center
}

.stats div:nth-of-type(4) {
    border: none;
}

div.footer {
    text-align: right;
    position: relative;
    margin: 20px 5px;
}

div.footer a.Cbtn {
    padding: 10px 25px;
    background-color: #DADADA;
    color: #666;
    margin: 10px 2px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
}

div.footer a.Cbtn-primary {
    background-color: #5AADF2;
    color: #FFF;
}

div.footer a.Cbtn-primary:hover {
    background-color: #7dbef5;
}

div.footer a.Cbtn-danger {
    background-color: #fc5a5a;
    color: #FFF;
}

div.footer a.Cbtn-danger:hover {
    background-color: #fd7676;
}

.our_choose_box_content img {
    width: 70%;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .our_choose_box_content img {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .our_choose_box_content img {
        width: 130%;
    }
}

 .select:focus, .select.active, .open>.dropdown-toggle.select {
    background-color: #ffffff !important;
    border-color: #ced4da !important;
    border-radius: 5px !important;
    box-shadow: 0 0 0 0.23rem rgba(254, 167, 167, 0.5) !important;
}
