﻿.smPageDescrip > h2 {
    font-family: Lato;
    font-weight: 300;
    font-size: 50px;
}

.greyBackground {
    background: #ebeaf1;
    padding: 16px 32px 32px 32px;
}

.greyHead {
    width: 100%;
    text-align: center;
    color: #9d7a44;
    font-size: 20px;
    font-weight: bold;
}

.greyHead2 {
    width: 100%;
    text-align: center;
    color: #e75524;
    font-size: 20px;
    font-weight: bold;
}

.smMenuLink {
    color: #9d7a44;
    transition: all 0.2s linear 0s;
}

    .smMenuLink:hover {
        color: #d1a765;
        transition: all 0.2s linear 0s;
    }

#smNav {
    top: 0;
    display: block;
    overflow: inherit;
    position: relative;
    max-height: 1000px;
    padding: 20px 0;
}

#smExplain p {
    margin: 0 0 19px;
}

#smNavContainer {
    width: 100%;
    margin: 15px auto;
    max-width: 1280px;
}

.navBtn {
    margin: 0;
    font-weight: bold;
    font-size: 17px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 8px 12px;
    line-height: 1.53334;
    user-select: none;
    border-radius: 3px;
}

.btn-active {
    border: 1px solid #9d7a44;
    background: #b68d4d;
    color: #fff;
    transition: all 0.2s linear 0s;
}

    .btn-active:hover {
        background: #d1a765;
        transition: all 0.2s linear 0s;
    }

#navBrows::after {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f107";
}

.fileUploadContainer {
    width: 100%;
    height: 107px;
    border: 2px dashed #ccc;
}

.uploadDetails {
    text-align: center;
    padding: 20px;
}

    .uploadDetails p {
        color: #999;
    }

#smContent textarea {
    resize: none;
}

.smpActionBtn {
    background: #2e1cba;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    border: 1px solid #21167a;
    cursor: pointer;
}

.smpActionBtn2 {
    background: #b68d4d;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    border: 1px solid #9d7a44;
    cursor: pointer;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

    .checkbox .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

.checkbox label input[type="checkbox"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr {
        opacity: .5;
    }

.input-group-separator {
    padding: 0;
    width: 0;
    border: none;
}

    .input-group-separator + .form-control {
        border-left: none;
    }

#smSearchHead {
    padding: 10px 0px;
    font-size: 36px;
}

#smSearchBtn {
    background: #b68d4d;
    display: inline-block;
    color: #fff;
    padding: 6px 8px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear 0s;
}

@media only screen and (max-width: 1090px) {
    .navBtn {
        font-size: 15px;
    }

    .navLabel {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    #smSearchBtn {
        display: block;
    }

    .navSelection {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#smSearchBtn:hover {
    background: #d1a765;
    transition: all 0.2s linear 0s;
}

.mentApphead {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #121212;
    margin-top: 10px;
}

.mentAppMsg {
    display: inline-block;
    width: 100%;
    color: #9d0000;
    margin-top: 10px;
}

.mentAppList {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.mentAppTbl {
    width: 100%;
}

    .mentAppTbl tr td {
        text-align: center;
        border: 1px solid #b5b3b4;
        padding: 3px 5px;
        transition: all 0.2s linear 0s;
    }

        .mentAppTbl tr td:first-child {
            text-align: left !important;
        }

            .mentAppTbl tr td:first-child:before {
                font-family: "Font Awesome 5 Pro";
                content: "\f111";
                display: inline-block;
                padding-right: 3px;
                padding-left: 5px;
                vertical-align: middle;
                font-weight: 900;
                font-size: 12px;
                color: #B68D4D;
                margin-top: -4px;
            }

    .mentAppTbl tr:nth-child(odd) td {
        background: #ebeaf1;
    }

    .mentAppTbl tr:nth-child(odd):hover td {
        background: #dce0eb;
        transition: all 0.2s linear 0s;
    }

.mHead1 {
    font-size: 48px;
}

.mHead2 {
    font-size: 36px;
    font-style: italic;
}

.cellContainer {
    border-bottom: 1px solid #c4c3c3;
    padding: 25px 0px;
    color: #444444;
}

.declineBtn {
    color: #fff;
    padding: 16px 38px;
    border-radius: 2px;
    display: inline-block;
    background: #cb0000;
    cursor: pointer;
    transition: all 0.2s linear 0s;
}

    .declineBtn:hover {
        background: #a40303;
        transition: all 0.2s linear 0s;
    }

.awardBtn {
    color: #fff;
    padding: 16px 38px;
    border-radius: 2px;
    display: inline-block;
    background: #6f991d;
    cursor: pointer;
    transition: all 0.2s linear 0s;
}

    .awardBtn:hover {
        background: #557614;
        transition: all 0.2s linear 0s;
    }

.subAppBtn {
    color: #fff;
    padding: 16px 38px;
    border-radius: 2px;
    display: inline-block;
    background: #e75524;
    cursor: pointer;
    transition: all 0.2s linear 0s;
}

    .subAppBtn:hover {
        background: #f77245;
        transition: all 0.2s linear 0s;
    }

.mentNameHighlight {
    font-style: italic;
    color: #e75524;
    font-weight: bold;
}

.cellContainer {
    pointer-events: none;
    transition: all 0.2s linear 0s;
}

    .cellContainer:hover {
        background: #def4ff;
        transition: all 0.2s linear 0s;
    }

.mentAppChk {
    pointer-events: auto;
}

.chkHighligt {
    background: #f9ffee;
}

.mentAppNote {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.mentCap {
    font-size: 50px;
    color: #444444;
}

.pHeadTit1 {
    color: #656668;
    font-size: 45px;
}

.pHeadTit1_1 {
    color: #e75524;
    font-size: 45px;
}

.headPara {
    display: inline-block;
    width: 100%;
    font-size: 1.17em;
    margin-top: 15px;
    font-weight: bold;
}

.mfContain {
    border-top: 1px solid #c4c3c3;
    border-left: 1px solid #c4c3c3;
    border-bottom: 1px solid #c4c3c3;
    padding: 5px;
    background: #fff;
    z-index: 100;
}

.mfcEnd {
    border-right: 1px solid #c4c3c3;
}

.mfcBg {
    background: #f7f7f7;
}

.mfcFilter {
    width: 17%;
    display: inline-block;
}

.mfcCountry {
    width: 43%;
    display: inline-block;
    margin-left: -6px;
    z-index: 500;
}

.mentCountry {
    border: none !important;
    width: 100%;
}

#ConsultantFilter {
    margin-top: 15px;
}

.mfcLang {
    width: 40%;
    display: inline-block;
    margin-left: -6px;
}

.mentLanguage {
    border: none !important;
    width: 100%;
}

.mfcSpec {
    width: 49%;
    display: inline-block;
    margin-left: -6px;
}

.mfcSpecChk {
    display: inline-block;
    width: 52%;
    margin-left: 0px;
    padding: 4px 5px 4px 5px;
    position: absolute;
}

    .mfcSpecChk label {
        padding-top: 0px !important;
    }

@media only screen and (max-width: 1179px) {
    .mfcFilter span {
        display: none;
    }

    .mfcFilter {
        width: 45px;
    }

    .mfcCountry, .mfcLang {
        width: 45%;
    }

    .mfcSpecChk label {
        font-size: 12px;
    }

    .mfcSpecChk {
        padding-bottom: 6px;
    }
}

@media only screen and (max-width: 960px) {
    .mfcCountry {
        width: 89%;
    }

    .mfcLang {
        width: 99%;
        margin-left: 0px;
    }

    .mfcSpec, .mfcSpecChk {
        height: 74px;
    }
}

@media only screen and (max-width: 954px) {
    .mfcCountry {
        width: 89%;
    }

    .mfcLang {
        width: 99%;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 891px) {
    .mfcCountry {
        width: 88%;
    }

    .mfcLang {
        width: 98%;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 823px) {
    .mfcCountry {
        width: 87%;
    }

    .mfcLang {
        width: 99%;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 766px) {
    .mfcSpec {
        margin-left: 0px;
    }

    .mfcSpecChk {
        width: 50%;
    }
}

@media only screen and (max-width: 369px) {
    .mfcCountry {
        width: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .mfContain {
        border-right: 1px solid #c4c3c3;
    }
}

#ConsultantSearchResults {
    margin-top: 30px;
}

.mfrCont {
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    padding: 8px;
    margin-top: 6px;
    transition: all 0.2s linear 0s;
    min-height: 505px;
}

    .mfrCont:hover {
        transform: scale(1.02);
        z-index: 9999;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
        transition: all 0.2s linear 0s;
        position: relative;
    }

.mfrImg {
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 8px;
}

    .mfrImg img {
        height: 132px;
        width: 100%;
        object-fit: cover;
    }

.mfrHead {
    font-size: 18px;
    font-weight: bold;
    color: #e75524;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.mfrDescription {
    display: inline-block;
    width: 100%;
    height: 102px;
    margin-top: 5px;
}

.overflow {
    --max-lines: 3;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem; /* space for ellipsis */
}

    .overflow::before {
        position: absolute;
        content: "...";
        /*   inset-block-end: 0;
          inset-inline-end: 0; */
        bottom: 0;
        right: 0;
    }

/*.overflow::after {
        content: "";
        position: absolute;*/
/*   inset-inline-end: 0; */
/*right: 0;
        width: 1rem;
        height: 1rem;
        background: white;
    }*/

.mfrName {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    min-height: 25px;
}

.mfrRateChat {
    display: inline-block;
    width: 100%;
    margin-top: 1px;
    text-align: center;
}

.mfrrp {
    width: 126px;
    display: inline-block;
}

.mfrRate {
    display: inline-block;
    float: left;
    color: #ffb356;
    font-size: 14px;
    margin-top: 3px;
}

.mfrChat {
    display: inline-block;
    float: right;
    font-size: 20px;
}

.mfrCountry {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-top: 2px;
    width: 100%;
}

.mfrLanguage {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-top: 2px;
    width: 100%;
}

.mfrAction {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.mfrBtn {
    display: inline-block;
    text-align: center;
    background: #e75524;
    color: #fff;
    padding: 12px 18px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.2s linear 0s;
}

    .mfrBtn:hover {
        background: #f26b3e;
        transition: all 0.2s linear 0s;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 0.25);
    }

.openNewTab {
    display: inline-block;
    text-align: center;
    background: #fb8158;
    color: #fff;
    padding: 12px 18px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.2s linear 0s;
}

    .openNewTab:hover {
        background: #fea588;
        transition: all 0.2s linear 0s;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 0.25);
    }

.mentResPad {
    padding: 0px 3px;
}

.ConsultantAgreeAll {
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.2s linear 0s;
}

    .ConsultantAgreeAll:hover {
        color: #103878;
        transition: all 0.2s linear 0s;
    }

.mentAppQuest .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfdContain {
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    padding: 8px;
    display: inline-block;
    width: 100%;
}

.mfdInfo {
    display: inline-block;
    width: 100%;
    color: #444444;
    margin-top: 8px;
    padding-left: 5px;
}

.mfdiIcon {
    width: 28px;
    float: left;
}

    .mfdiIcon img {
        width: 20px;
        height: 20px;
        vertical-align: text-top;
    }

.mfdiTxt {
    padding-left: 5px;
    width: 100%;
    font-size: 16px;
}

.mfdName {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}

.mfdDescription {
    width: 100%;
    margin-top: 10px;
}

.mfdViewRate {
    padding-left: 10px;
    display: inline-block;
    color: #1465c7;
    cursor: pointer;
}

    .mfdViewRate:hover {
        color: #c71477;
        text-decoration: underline;
    }

.mfdRateing {
    width: 100%;
    margin-top: 10px;
}

.mfdSkill {
    width: 100%;
    margin-top: 10px;
}

.mfds1 {
    font-weight: bold;
}

.mfds2 {
    font-weight: bold;
    text-transform: capitalize;
}

.mfdJournal {
    margin-top: 10px;
    width: 100%;
}

.mfdb {
    color: #fff !important;
    padding: 10px 13px !important;
    text-align: center !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

    .mfdb:hover {
        -webkit-filter: hue-rotate(12deg);
        filter: hue-rotate(12deg);
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

.mfdBtn1 {
    background: #636363;
}

.mfdBtn2 {
    background: #e75524;
}

.mfdReviewConsultant {
    background: #e99937;
    display: inline-block;
}

.mfdReviewPublish {
    background: #337ab7;
    display: inline-block;
}

#ConsultantFullDetails {
    margin-top: 15px;
}

.mfdBorderBot {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px;
}

.mfdVer {
    margin-top: 15px;
    font-weight: bold;
    border-bottom: none;
}

.mfdVerGroup {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mfdvIcon {
    float: left;
    width: 40px;
}

.mfdvTit {
    width: auto;
    display: inline-block;
}

.mfdvInfo {
    float: right;
    width: 40px;
}

    .mfdvInfo .fa-check {
        color: #019004;
    }

    .mfdvInfo .fa-times {
        color: #c20505;
    }

.mfdVerCont {
    color: #444;
}

.mfrLi {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
}

.mfrReview {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.mfrUser {
    width: 100%;
    display: inline-block;
}

.mfruFlag {
    float: left;
    width: 40px;
}

    .mfruFlag img {
        width: 20px;
        height: 20px;
        vertical-align: text-top;
    }

.mfruName {
    min-width: 200px;
    display: inline-block;
    font-weight: bold;
}

.mfruDate {
    display: inline-block;
    width: 235px;
}

.mfrConsultEdit {
    display: inline-block;
    margin-left: 10px;
    color: #14459d;
    cursor: pointer;
}

    .mfrConsultEdit:hover {
        color: #14849d;
    }

.mfruCR {
    display: inline-block;
    position: relative;
    float: left;
    padding-right: 5px;
}

.mfruConRespoTxt {
    position: relative;
}