.modal-backdrop.in{
    display: none!important;
}
.reply{
	max-width: 80%;
    margin: 0 auto;
    display: none;
    /*background: rgba(204, 204, 204, .4);*/
}
.blog_comment div div.mr-2{
	min-width: 50px;
    height: auto;
}
.comment_reply{
    max-width: 80%;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 5px;
    display: none;
}
.loadReply{
	border-radius: 50%;
	padding: 0px 6px;
}

.panel {
    box-shadow: 0 2px 0 rgba(0,0,0,0.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 24px;
}
.panel .panel-heading, .panel>:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bg-primary, .bg-primary a {
    color: #fff;
}
.bg-primary {
    background-color: #5fa2dd;
}
.bg-success, .bg-success a {
    color: #fff;
}
.bg-success {
    background-color: #91c957;
}

.widget-header {
    padding: 15px 15px 50px 15px;
    min-height: 100px;
    position: relative;
    overflow: hidden;
}
.panel .panel-footer, .panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.widget-body {
    padding: 50px 15px 15px;
    position: relative;
}
.panel-body {
    padding: 25px 20px;
}
.pad-all {
    padding: 15px;
}
.widget-img {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    margin-left: -32px;
    top: -32px;
}
.img-md {
    width: 64px;
    height: 64px;
}
.widget-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.img-border-light {
    box-shadow: 0 0 0 4px #fff;
}
.img-border {
    box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
}
.mar-no {
    margin: 0 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}
.text-muted, a.text-muted:hover, a.text-muted:focus, a.text-muted:focus {
    color: #606060;
}
.mar-btm {
    margin-bottom: 15px;
}
.pad-ver {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pad-btm {
    padding-bottom: 15px;
}
.pad-top {
    padding-top: 8px;
}
.small, small {
    font-size: 65%;
}
.text-lg {
    font-size: 75%;
}
.btn {
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid 0;
    font-size: 11px;
    line-height: 1.42857;
    vertical-align: middle;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.widget-body p{
    line-height: 1.2rem
}

#fullname, #occupation, #business, #interest, #industry {
    text-transform: capitalize;
}
.widget-cources-list li a{
    display: flex;
}
.widget-cources-list li a:hover{
    color: #007bff!important;
    margin-left: 12px;
}
img.mt-1.mr-2, .mr-2 img.mt-1{
    width: 56px;
    height: auto;
    border-radius: 50%;
}
.mr-2 img.mt-1 {
    width: 56px;
    height: 55px;
    border-radius: 50%;
}
.show-comment,.hide_upload{
    color: #009fe3;
}
.loadReply{
    border-radius: 50%;
    padding: 2px 7px;
}
.loadPost{
    font-size: 14px;
    border-radius: 5px;
}
.footer-link a{
    color: #000;
}
.share a, .like-share a{
  color: #000;
}
.btn-alpher.btn-sm{
    font-size: 14px;
}
.gall-img{
    /*height: 100px;*/
    object-fit: cover;
    width: 100%;
}

.img-gallery {
    margin-bottom: 15px;
    display: none;
}

.content .content-overlay.image{
    height: 93%;
    width: calc(100% - 15px);
    left: 7px;
}

.comment-text{
    height: 32px
}

@media (max-width: 767px){
    .modal .modal-content {
        max-width: none;
    }
}
@media (max-width: 595px){
    .send-msg {
        display: none;
    }
}