.tut_profile {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    align-items: center;
    border-bottom: solid 1px #eee;
    margin-bottom: 17px;
}


.tut_profile label {
    width: 94%;
    padding: 0 12px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    align-items: flex-start;
    margin-bottom: 15px;
}




.tut_profile label img {
    margin-right: 16px;
}


#myTutor .modal-dialog {
    border-radius: 0px;
}




#myTutor .modal-content .modal-header h4.modal-title {
    font-size: 14px;
    font-weight: 600;
}


#myTutor .modal-content .modal-header button.close {
    color: #fff;
    opacity: 1;
}


#myTutor .modal-content .modal-footer button {
    background: #92c5ce;
    border-radius: 0px;
    border: none;
    color: #fff;
    padding: 8px 14px;
}


#myTutor .modal-content .modal-footer button.btn-success {
    background: #56476f;
}


.tut_profile input[type=checkbox] {
    border-radius: 0px;
    width: 18px;
    height: 18px;
}



.tut_profile input[type=checkbox]:checked::before {
    margin: 1px 0px;
    height: 1.5125rem;
    width: 1.51125rem;
}

.tut_profile input[type=checkbox]:focus {
    border: none;
    outline: none;
}