.background_card{
    background: #ffffff;
    padding: 2rem;
    /* border: 1px white; */
    border-radius: 2%;
}

.car_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, .125); */
    border-radius: .25rem;
}

.card_shaddow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.round-button {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 26px;
    color: #ffffff !important;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #3fa1da;
    box-shadow: 0 0 3px gray;
    font-size: 20px;
    font-weight: bold;
}
.round-button:hover {
    background: #3fa1da;
    opacity: 0.6;
}

.round-button_car {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 26px;
    color: #ffffff !important;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #003b71;
    box-shadow: 0 0 3px gray;
    font-size: 20px;
    font-weight: bold;
}
.round-button_car:hover {
    background: #003b71;
    opacity: 0.6;
}

.modal-dialog-width
{
width: 106vw !important
}

@media (min-width: 800px) {
    .modal-dialog {
        max-width: 1000px !important;
        margin: 1.75rem auto;
    }
}

@media (min-width: 711px) {
    .modal-dialog {
        max-width: 636px !important;
        margin: 1.75rem auto;
    }
}

@media (min-width: 340px) {
   .modal_link_style {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    font-size: 12px;
    overflow: hidden;
    /* border: 4px solid #1e88c3; */
    box-sizing: border-box;
    border-radius: 10%;
}
}



.pricing_t div {
    display:inline-block;
    margin:16px;
    text-align:center;
}
.pricing_t div span {
    opacity:0.4
}

.modal_link_style{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 123px;
    font-size: 13px;
    overflow: hidden;
    /* border: 4px solid #1e88c3; */
    box-sizing: border-box;
    border-radius: 10%;
}

.border_r{
border-radius: 4%;
}

.diclamers{
    font-size: 12px;
    color: gray;
    opacity: 0.8;
}
