[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio]+img {
    cursor: pointer;
    max-width: 350px;
}

/* CHECKED STYLES */
[type=radio]:checked+img {
    outline: 2px solid #F26522;
}

.owl-carousel .owl-item img {
    min-height: 220px;
    height: auto;
}

h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.required{
    color: red;
    font-weight: normal;
}
.custom-input-group{
    display: table;
}

.card-image{
    height: 600px !important;
    margin: 2px !important;
}

@media only screen and (max-width: 410px) {
    .card-image{
        height: 400px !important;
    }
}

@media only screen and (max-width: 405px) {
    .btn{
        width: 100%;
        margin-bottom: 5px;
    }
}
