.custom-select .select2-container {
    height: 48px;
   width: 100%;
}
.custom-select .select2-container .select2-selection{
    height: 48px;
    border: 1px solid #364153;
    border-radius: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.custom-select .select2-container .select2-selection .select2-selection__arrow{
    height: 48px;
   
}

.radio-group-4 label {
    width: 250px;
    height: 250px;
    border-radius: 5px;
    border: 1px solid #d1d5dc;
    cursor: pointer;
}
.radio-group-4 label img{
    opacity: .5;
}
.radio-group-4 label.active img{
    opacity: 1;

}
.radio-group-4 label.active {
    border: 1px solid #713C71;
}

.social-header a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.gend{
        text-align: center !important;
    }