/*your custom css goes here*/

.aiz-main-wrapper{
    background-color: #fff;
}
.border-radius-50{
    border-radius: 50px;
}
.border-radius-top-50{
    border-radius: 50px 50px 0 0;
}
.color-sub{
    color: #ACACAC;
}
.fs-50 {
    font-size: 50px;
}
.fs-40 {
    font-size: 40px;
}
.fs-30 {
    font-size: 30px;
}
button.btn.btn-radius{
    border-radius: 25px;
}
.btn-primary{
    border-radius: 25px;
}
.description{
    opacity: 0.7;

}
.description h5{
    font-size: 17px;
    font-weight: normal;
}

.bg-gray{
    background-color: #f8f8f8;
}
.border-bold{
    border:solid 2px #c4c4c4!important;

}

.df{
    display: flex;
}

@media (min-width: 576px) {
    .df-xl{
        display: flex;
    }
}

.radio-group label{
    border-radius: 50px;
    margin-right: 5px;
    min-width: 90px;
    border-color: rgb(209, 209, 209);
    font-size: 15px;
}
.radio-group input:checked + label{
    background-color: #000;
   color: #fff;
}
.radio-group input{
    display: none;
}
.modal-content .modal-body {

    max-height: 60vh;
}

@media (min-width: 768px) {
    .modal-content .modal-body {
        max-height: 60vh;
    }
}
