
/* dashboard profile */
.dashboard-section{
    padding: 65px 0 0;
}

.dashboard-hldr{
    display: flex;
    justify-content: space-between;
}

.dashboard-left-hldr{
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    justify-content: flex-end;
    background: #F5F5F5;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
}
.dashboard-right-hldr{
    flex: 0 0 80%;
    max-width: 80%;
}
.dashboard-right-hldr > div.container{
    padding: 40px 0 60px;
}
.dashboard-left-hldr > div{padding: 40px 0 0 60px; width: 100%;}
.user-left-prof{
    padding-right: 60px;
}

 .dash-list ul{
    margin: 0 0 30px;
}
 .dash-list ul li a{
    display: inline-block;
    width: 100%;
    padding: 8px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
}
 .dash-list ul li {margin: 0 0 3px;}
 .dash-list ul li a.active, .dash-list ul li a:hover{
    background: #FC823A;
    color: #fff;
}
 .dash-list ul li a.active::after, .dash-list ul li a:hover::after{
    background: #FC823A;
}
 .dash-list ul li a:after{
    content: "";
    position: absolute;
    background: transparent;
    width: 300px;
    height: 100%;
    left: -300px;
    top: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.user-prof-dash .img{
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: table;
    border-radius: 100%;
    margin: 0 auto 20px;
}
.user-prof-dash .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.user-prof-dash .user-name{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 40px;
}

.profile-dashboard-details{
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}
.user-profile-main{
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}
.user-profile-main .img{
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    display: table;
    border-radius: 100%;
    margin-right: 20px;
    border: 1px solid #000000;
    margin-right: 20px;
}
.user-profile-main .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.user-profile-main h2.name{
    font-weight: 700;
    font-size: 35px;
}
.chng-prof-photo{
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    cursor: pointer;
}
.chng-prof-photo-hldr input{display: none;}
.profile-dashboard-details form .form-group{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 20px;
}
.profile-dashboard-details .formdiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 20px;
}
.profile-dashboard-details form .form-group label,.profile-dashboard-details .formdiv .filed_name{
    margin: 0;
    font-weight: 700;
    width: 18%;
    text-align: right;
    margin-right: 20px;
    font-family: 'Open Sans', sans-serif;
}
.profile-dashboard-details .formdiv .frmholder{
    width: 78%;
}
.profile-dashboard-details form .form-group input,
.profile-dashboard-details form .form-group select,
.profile-dashboard-details form .form-group textarea{
    width: 78%;
    padding: 7px 20px;
    border: 1px solid #424240;
    border-radius: 3px;
}
.profile-dashboard-details .formdiv .frmholder input,
.profile-dashboard-details .formdiv .frmholder select,
.profile-dashboard-details .formdiv .frmholder textarea{
    width: 100%;
    padding: 7px 10px;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 3px;
}
.profile-dashboard-details select{
    -webkit-appearance: auto;
    appearance: auto;
    -moz-appearance: auto;
}
.profile-dashboard-details form .form-group textarea,.profile-dashboard-details .formdiv .frmholder textarea{
    height: 150px;
}
.profile-dashboard-details form .form-group select{
    padding: 8px 20px;
}
.profile-dashboard-details form .form-group.frm-address input{
    margin: 0 0 12px;
}
.profile-dashboard-details form .form-group.frm-address input:last-child{
    margin: 0;
}
.profile-dashboard-details form .form-group p{
    margin: 0;
    width: 78%;
}
.profile-dashboard-details form .frm-submit{
    width: 78%;
}
.profile-dashboard-details .formdiv .frmholder > .mce-panel{
    border-radius: 3px;
}
.profile-dashboard-details form .form-group input[type="submit"],.profile-dashboard-details .formdiv .frmholder button[type="submit"]{
    color: #FC823A;
    font-size: 20px;
    padding: 10px 40px;
    line-height: 25px;
    border: 1px solid #FC823A;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
    max-width: 200px;
    width: 100%;
}
.profile-dashboard-details form .form-group input[type="submit"]:hover,.profile-dashboard-details .formdiv .frmholder button[type="submit"]:hover{
    background: #FC823A;
    color: #fff;
}
.dashboard-icon{
    display: none;
    width: 40px;
    height: 40px;
    line-height: 18px;
    padding: 8px;
    top: 72px;
    left: 12px;
    position: fixed;
    z-index: 123;
    transition: all 0.5s ease-in-out 0s;
    border: 2px solid #FC823A;
    border-radius: 100%;
    background: #fff;
}
.dashboard-icon img{
    width: 100%;
    height: 100%;
}
.backdrop-ovr{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #000;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}
.backdrop-ovr.backdrop-ovr-show{opacity: 0.5;z-index: 12;}
.dashboard-icon.icon-show{
    left: 200px;
}

.sticky .dashboard-icon{
    top: 65px;
}

/* dashboad home */

.profile-dashboard-contains{
    padding: 0 50px;
}
.home-dash-imgs{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 0 40px;
}
h3.title-3-h3{
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px;
}
.all-dash-course{text-align: center; margin: 0 0 20px;}
.dash-articles-slider-hldr{
    position: relative;
}
.dash-articles-slider-hldr .related-topices-slider.owl-carousel .owl-nav{
    position: absolute;
    top: -80px;
    right: 0px;
}
.dash-articles-slider-hldr .related-topices-slider.owl-carousel .owl-nav button {
    color: #231F20;
    font-weight: bold;
    margin: 0 20px;
}
.dash-articles-slider-hldr .related-topices-slider.owl-carousel .owl-nav button span{
    font-size: 50px;
    line-height: 30px;
    display: inline-block;
    transition: 0.3s;
}
.dash-articles-slider-hldr .related-topices-slider.owl-carousel .owl-nav button:hover span{
    color: #959595;
}

/* dashboard courses */

.all-dash-courses{text-align: center;}

/* dashboard articles */

.dash-all-articles-hldr .row > div{
    margin: 0 0 40px;
}
.dash-all-articles-hldr .article-box p{
    font-family: 'Roboto', sans-serif;
}
.draft-article{
    width: 100%;
    height: 335px;
    border: 1px dashed #000;
    position: relative;
}
.draft-artcile-add{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    font-weight: 600;
}
/* dashboard rewards */

.dash-rewards-hlr p strong{
    font-weight: 600;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #424240;
}
.dash-rewards-hlr p{color: #424240;}
.dash-rewards-hlr ul{
    padding-left: 100px;
}

/* dashboard messages */

.msg-nm-hldr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.msg-nm-hldr .noti-msg{
    background: #FC823A;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-left: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.msg-nm-hldr .title{
    padding: 0;
}

.new-msg-ico{
    background: #FC823A;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
.new-msg-ico:hover{
    background: #424240;
    color: #fff;
}
.msg-options-hldr{
    margin: 0 0 50px;
}
.msg-options-hldr ul{
    display: inline-block;
    vertical-align: middle;
}
.msg-options-hldr ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.msg-options-hldr ul li:last-child{
    margin-right: 50px;
}
.msg-options-hldr ul li a,.msg-options-hldr ul li button{
    background: #F5F5F5;
    border: 1px solid #424240;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
}
.msg-options-hldr ul li label{
    background: #F5F5F5;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    transition: 0.3s ease-in-out;
    border-radius: 0;
}
.msg-options-hldr ul li .custom-checkbox label.custom-control-label::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background: #eee;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    left: 0px;
    transition: 0.3s ease-in-out;
    border-radius: 0;
}
.msg-options-hldr ul li input[type="checkbox"]:checked + label::before{
    background: #FC823A;
    border: 1px solid #FC823A;
}
.msg-options-hldr ul li input[type="checkbox"]:checked + label{
    box-shadow: 0 0 0 1px #FC823A;
}

.msg-options-hldr .custom-control-label::after{
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}
.msg-options-hldr ul li a:hover,.msg-options-hldr ul li button:hover{
    background: rgba(0, 0, 0, 0.15);
}
.msg-options-hldr ul li a img,.msg-options-hldr ul li button img{
    max-width: 22px;
    width: 100%;
}
.messages-hldr .msg-list-link p{
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.messages-hldr input[type="checkbox"]{display: none;}

h5.title-h5{
    font-weight: 600;
    font-size: 21px;
}

.messages-hldr label{
    display: inline-block;
    /* padding: 10px 10px 10px 80px; */
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0;
    transition: 0.3s ease-in-out;
}
.messages-hldr .custom-control{
    display: inline-block;
    padding-left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    left: 25px;
    z-index: 1;
}
.msg-options-hldr ul li .custom-checkbox{
    padding-left: 0;
}
.messages-hldr .custom-control-label::after{
    display: none;
}
.messages-hldr .date{
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Roboto', sans-serif;
}
.messages-hldr p{
    font-weight: 500;
}
.messages-hldr label::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background: #eee;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    left: 0px;
    transition: 0.3s ease-in-out;
}
.messages-hldr input[type="checkbox"]:checked + label::before{
    background: #FC823A;
    border: 1px solid #FC823A;
}
.messages-hldr input[type="checkbox"]:checked + label{
    box-shadow: 0 0 0 1px #FC823A;
}
.messages-hldr .form-group{margin-bottom: 2px;width: 100%;position: relative;}
.messages-hldr .custom-checkbox .custom-control-label::before{
    border-radius: 0;
}
.messages-hldr .form-group .msg-list-link{
    display: block;
    background: #fff;
    padding: 12px 10px 12px 80px;
    position: relative;
    margin: 0;
    transition: 0.3s ease-in-out;
}
.messages-hldr .form-group:nth-child(odd) .msg-list-link{
    background: #F5F5F5;
}
.messages-hldr .message-form-hldr{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-height: 600px;
    padding: 5px 10px 5px 5px;
    transition: 0.5s ease-in-out;
    overflow-y: auto;
}
.profile-dashboard-contains .pagination-hldr{
    padding: 40px 0 0;
}
.pagination-hldr .pages-list{
    position: absolute;
    top: -90px;
    right: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.messages-hldr .message-form-hldr:hover{
    overflow-y: auto;
}
/* width */
.messages-hldr .message-form-hldr::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.messages-hldr .message-form-hldr::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 10px;
}

/* Handle */
.messages-hldr .message-form-hldr::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

/* *********************************************
modal
******************************** */
.msgmodal{
    margin-top: 50px;
    z-index: 10500;
}
.msgmodal .congrats-msg{
    background: #424240;
    padding: 20px 15px;
    border-radius: 20px 20px 20px 0px;
    color: #fff;
    margin: 0 0 20px;
}
.msgmodal .congrats-msg h4{
    color: #fff;
    font-size: 30px;
    margin: 0 0 20px;
}
.msgmodal .congrats-msg p{
    margin: 0 0 10px;
}
.msgmodal .modal-dialog{
    max-width: 700px;
}
.msg-reply-hldr{
    padding: 10px 0 0px;
}
.msg-reply-hldr .form-inline{
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
}
.msg-reply-hldr .form-inline input{
    border: none;
    background: #fff;
    padding: 12px;
    font-weight: 600;
}
.msg-reply-hldr .form-inline input[type="text"]{
    width: 92%;
}
.msg-reply-hldr .form-inline #replyFormSubmit{
    width: 8%;
    color: #FC823A;
    transition: 00.5s;
    background: #fff;
    font-weight: 700;
    border: none;
    padding: 12px 0px;
    cursor: pointer;
}
.msg-reply-hldr .form-inline #replyFormSubmit:focus{
    box-shadow: none;
}
.msg-reply-hldr .form-inline #replyFormSubmit:hover{
    background: #FC823A;
    color: #fff;
}
.msgmodal .modal-body{
    background: #f5f5f5;
}

.msg-reply-hldr .form-inline input::-webkit-input-placeholder { /* Edge */
    color: #FC823A;
}

.msg-reply-hldr .form-inline input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FC823A;
}

.msg-reply-hldr .form-inline input::placeholder {
    color: #FC823A;
}
.msg-replies li{
    margin: 0 0 15px;
    text-align: right;

}

.msg-replies li.left_msg{
    text-align: left;
}
.msg-replies li span{
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 20px 20px 0px 20px;
    display: inline-block;
    color: #fff;
    padding: 15px 35px;
    max-width: 270px;
    background: rgba(66, 66, 64, 0.5);
    text-align: center;
    word-break: break-all;
}

.msg-replies li.left_msg span{
    background: #fff;
    color: #000;
    border-radius: 20px 20px 20px 0px;
}
.msg-replies{
    max-height: 200px;
    overflow-y: auto;
    padding-right: 20px;
    overflow-x: hidden;
}
/* width */
.msg-replies::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.msg-replies::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 10px;
}

/* Handle */
.msg-replies::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}
/* *********************************************
end modal
******************************** */

/* *********************************************
message create modal
******************************** */

#msgCreateModal .modal-footer button.btn.btn-primary,
#msgCreateModal .modal-footer button.btn.btn-secondary{
    color: #FC823A;
    font-size: 20px;
    padding: 10px 40px;
    line-height: 25px;
    border: 1px solid #FC823A;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: table;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
}
#msgCreateModal .modal-footer button.btn.btn-primary:hover{
    border: 1px solid #FC823A;
    background: #FC823A;
    color: #fff;
}
#msgCreateModal .modal-footer button.btn.btn-secondary{
    border: 1px solid #FC823A;
    background: #FC823A;
    color: #fff;
}
#msgCreateModal .modal-footer button.btn.btn-secondary:hover{
    border: 1px solid #FC823A;
    background: #fff;
    color: #FC823A;
}
#msgCreateModal .modal-footer button:focus{
    box-shadow: none;
}
#msgCreateModal .col-form-label{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 700;
}
#msgCreateModal input.form-control,#msgCreateModal textarea.form-control{
    padding: 7px 20px;
    border: 1px solid #424240;
    border-radius: 3px;
    width: 100%;
}
#msgCreateModal textarea.form-control{
    height: 150px;
}
#msgCreateModal .modal-content{
    border-radius: 5px;
    overflow: hidden;
}

/* *********************************************
end message create modal
******************************** */

/* start profile tab */

.tab-box { display:none; }
.tab-box.active-tab{
    display: block;
}
.profile-tabs{
    margin: 20px 0 50px;
}
.profile-tabs ul{
    display: flex;
    justify-content: center;
}

.profile-tabs li a{
    color: #424240;
    font-size: 20px;
    padding: 10px 40px;
    line-height: 25px;
    border-bottom: 4px solid #424240;
    background: #fff;
    border-radius: 0px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
}
.profile-tabs li a::before{
    position: absolute;
    content: "";
    height: 4px;
    width: 0%;
    background: #fc813aa6;
    right: 0;
    bottom: -4px;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
}
.profile-tabs li a::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 0%;
    background: #FC823A;
    left: 0;
    bottom: -4px;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 5px 0 0 5px;
}

.profile-tabs li a:hover,.profile-tabs li a.active {
    border-bottom: 4px solid transparent;
    background: #fc813a1e;
    color: #FC823A;
}
.profile-tabs li a:hover::after, .profile-tabs li a:hover::before,.profile-tabs li a.active::after, .profile-tabs li a.active::before{
    width: 50%;
}

/* end profile tab */


/* rating */

.star-holder{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 20px;
}
.rating-css{
    width: 78%;
}
.feedback-lvl{
    margin: 0;
    font-weight: 700;
    width: 18%;
    text-align: right;
    margin-right: 20px;
    font-family: 'Open Sans', sans-serif;
}
.star-icon{
    color: #b4afaf;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
  }
  .star-icon input {
    display: none;
  }
  .star-icon input + label {
    font-size: 50px;
    text-shadow: 1px 1px 0 #8f8420;
    cursor: pointer;
  }
  /* .rating-css input:checked + label ~ label {
  } */
  .star-icon label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
  }


.star-icon{
    float: left;
}
.star-icon:not(:checked) > label {
    float: right;
    margin: 0 10px 0 0;
}
.star-icon > input:checked ~ label {
    color: #FC823A;
}
.star-icon:not(:checked) > label:hover,
.star-icon:not(:checked) > label:hover ~ label {
    color: #FC823A;
}
.star-icon > input:checked + label:hover,
.star-icon > input:checked + label:hover ~ label,
.star-icon > input:checked ~ label:hover,
.star-icon > input:checked ~ label:hover ~ label,
.star-icon > label:hover ~ input:checked ~ label {
    color: #fc813a9a;
}

  /******************
   End of Star Rating
   ******************************/
.alert-success {
    /* color: #424240;
    background-color: #42424014;
    border-color: #424240; */
    display: table;
    margin: 0 auto 20px;
}
.error{
    color: red;
    font-size: 12px;
    font-weight: 500;
}
.profile-dashboard-details form .form-group .error,.star-holder .error{
    width: 78%;
}

.profile-dashboard-contains table td{
    padding: 10px 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-top: none;
    font-size: 15px;
}
.profile-dashboard-contains table th{
    padding: 15px 20px;
    background: #42424028;
    font-weight: 700;
    border: 1px solid #42424063;
}
.correct-boxhldr{
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px rgb(0,0,0,.2);
    margin: 0 0 30px;
}
.current-ico{
    display: inline-block;
    margin: 0 0 12px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
    background: #FC823A;
}
.current-ico img{
    filter: invert(1) brightness(100%);
    max-width: 50px;
}
.fli li{
    display: flex;
    flex-wrap: wrap;
}
.fli li i{
    margin-right: 10px;
    width: 15px;
    margin-top: 4px;
}
.fli li p{
    width: calc(100% - 25px);
}
.general-instraction-div h2{
    margin: 0 0 20px;
}
.qstn-find-ul{
    margin: 0 0 30px;
}
.qstn-find-ul li {
    display: flex;
    align-items: center;
    flex-wrap: inherit;
}
.hilight-spn{
    margin: 0 0 20px;
}
.dahs-overview-hldr{
    text-align: center;
    background: #f5f5f5;
    padding: 0 0 20px;
    width: 18%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
}
.meter-hldr{
    margin: -40px 0 10px;
}
.dahs-overview-hldr h3{
    width: 75%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #424240;
}
.dahs-overview-hldr span{
    color: #231F20;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 20px;
    display: block;
}

/* ********************************************************************* */


@media(min-width: 1900px) {
    .profile-dashboard-contains{
        padding: 0;
    }
}
@media(max-width: 1500px) {
    .dashboard-left-hldr > div{
        padding: 40px 0 0 40px;
    }
    .user-left-prof {
        padding-right: 40px;
    }
}
@media(max-width: 1400px) {
    .dashboard-left-hldr > div{
        padding: 40px 0 0 20px;
    }
    .user-left-prof {
        padding-right: 20px;
    }

}
@media(max-width: 1199px) {
    .profile-dashboard-contains {
        padding: 0px 20px;
    }
    .dash-articles-slider-hldr .article-box{
        width: 100%;
    }
    .messages-hldr .message-form-hldr{
        overflow-y: auto;
    }
    .dahs-overview-hldr{
        width: 23%;
        margin-top: 0px;
    }
    .meter-hldr img{
        width: 100%;
    }

}
@media(max-width: 1023px) {
    .profile-tabs {
        margin: 0px 0 30px;
    }
    .profile-tabs li a {
        font-size: 16px;
        padding: 8px 20px;
    }

    .dashboard-right-hldr > div.container {
        padding: 55px 20px 60px;
    }
    .dashboard-left-hldr {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .dashboard-right-hldr {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .dashboard-left-hldr > div{
        padding: 40px 0 0 10px;
    }
    .user-left-prof {
        padding-right: 10px;
    }
    .user-prof-dash .user-name{
        margin: 0 0 20px;
    }
    .profile-dashboard-details form .form-group label,.feedback-lvl,.profile-dashboard-details .formdiv .filed_name{width: 21%;}
    .profile-dashboard-details form .form-group input,.profile-dashboard-details form .form-group select,.profile-dashboard-details form .form-group textarea,.rating-css,.profile-dashboard-details .formdiv .frmholder,.profile-dashboard-details form .form-group .error,.star-holder .error{
        width: 75%;
    }
    .user-profile-main .img {
        width: 100px;
        height: 100px;
    }
    .user-profile-main h2.name {
        font-size: 30px;
    }
    h3.title-3-h3 {
        font-size: 25px;
        margin: 0 0 20px;
    }
    .profile-dashboard-contains {
        padding: 0;
    }
    .dash-all-articles-hldr .row > div{
        margin: 0;
    }
    .draft-article{height: 222px;}
    .msg-list-link h5.title-h5{
        width: calc(100% - 125px);
        font-size: 18px;
    }
    .intraction-hding h1{
        font-size: 30px;
    }
    .general-instraction-div h2{
        font-size: 25px;
    }
    .dahs-overview-hldr {
        width: 30%;
    }

}
@media(max-width: 767px) {

    .general-instraction-div h2 {
        font-size: 20px;
    }
    .intraction-hding h1 {
        font-size: 27px;
    }
    .profile-tabs ul{
        flex-wrap: wrap;
    }
    .profile-tabs ul li {
        margin:0 0 12px;
        width: 100%;
    }
    .profile-tabs ul li a{
        width: 100%;
        text-align: center;
    }
    .dashboard-left-hldr{
        flex: 0 0 60%;
        max-width: 60%;
        position: fixed;
        background: #fff;
        z-index: 123;
        height: 100%;
        padding: 85px 0 50px;
        overflow: auto;
        top: 0;
        transition: 0.5s ease-in-out;
        left: -250px;
    }
    .dashboard-left-hldr.show{
        left: 0;
    }
    .dashboard-left-hldr > div {
        padding: 30px 0 0 20px;
        height: 500px;
        overflow: auto;
    }
    .dashboard-right-hldr {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .user-profile-main{
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 25px;
    }
    .user-profile-main .img{
        margin: 0 auto 20px;
        width: 200px;
        height: 200px;
    }
    .user-profile-main .changes-hldr{text-align: center;}
    .profile-dashboard-details form .form-group,.star-holder,.profile-dashboard-details .formdiv{justify-content: flex-start;margin: 0 0 12px;}

    .profile-dashboard-details form .form-group label,.feedback-lvl,.profile-dashboard-details .formdiv .filed_name {
        width: 100%;
        margin: 0 0 8px;
        text-align: left;
    }
    .profile-dashboard-details form .form-group input,.profile-dashboard-details form .form-group select,.profile-dashboard-details form .form-group textarea,.rating-css,.profile-dashboard-details .formdiv .frmholder,.profile-dashboard-details form .form-group .error,.star-holder .error{
        width: 100%;
    }
    .star-icon input + label {
        font-size: 30px;
    }
    .profile-dashboard-details form{
        padding: 20px;
        background: #eee;
        border-radius: 10px;
    }
    .profile-dashboard-details form .form-group p{
        width: 100%;
    }
    .dashboard-icon{
        display: inline-block;
    }
    h3.title-3-h3 {
        font-size: 22px;
    }
    .dash-articles-slider-hldr .related-topices-slider.owl-carousel .owl-nav{
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
    }
    .draft-article {
        height: 200px;
        margin: 0 0 30px;
    }
    .dash-rewards-hlr ul {
        padding-left: 0px;
    }
    .msg-options-hldr {
        margin: 0 0 30px;
    }
    .msg-options-hldr ul li{
        margin-right: 10px;
    }
    .msg-options-hldr ul li a,.msg-options-hldr ul li button,.msg-options-hldr ul li label,.msg-options-hldr ul li .custom-checkbox label.custom-control-label::before,.msg-options-hldr .custom-control-label::after{
        width: 30px;
        height: 30px;
        line-height: 26px;
    }
    #msgCreateModal .modal-footer button.btn.btn-primary, #msgCreateModal .modal-footer button.btn.btn-secondary{
        font-size: 18px;
        padding: 8px 20px;
    }
    .msg-options-hldr ul li a img,.msg-options-hldr ul li button img {
        max-width: 15px;
    }
    .msg-options-hldr ul li:last-child {
        margin-right: 25px;
    }
    .pagination-hldr .pages-list{
        position: relative;
        top: 0;
        text-align: center;
        right: 0px;
        font-size: 18px;
        width: 100%;
        display: block;
        margin: 0 0 20px;
    }
    .msg-list-link h5.title-h5 {
        width: 100%;
        font-size: 16px;
    }
    .messages-hldr .date {
        position: relative;
        top: 0px;
        right: 0px;
        margin: 0 0 6px;
        display: inline-block;
    }
    .messages-hldr .form-group .msg-list-link{
        padding: 10px 10px 10px 50px;
    }
    .messages-hldr label::before,.messages-hldr label{
        width: 20px;
        height: 20px;
    }
    .messages-hldr .custom-control{
        left: 14px;
        top: 15px;
        transform: translate(0,0);
    }
    .profile-dashboard-contains .pagination-hldr {
        padding: 20px 0 0;
    }
    /* modal */

    .msgmodal {
        margin-top: 100px;
    }
    .msgmodal .congrats-msg h4 {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .msgmodal .congrats-msg p {
        font-size: 14px;
        margin: 0;
    }
    .msgmodal .congrats-msg{
        margin: 0 0 20px;
    }
    .msg-replies li span{
        padding: 10px 20px;
    }
    .msg-reply-hldr {
        padding: 30px 0 0px;
    }
    .dahs-overview-hldr h3{
        font-size: 16px;
        line-height: 20px;
        width: 90%;
    }

}

/* end dashboard profile */
