﻿body {
    direction: ltr !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


a img {
    cursor: pointer !important;
}

textarea, a, div, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox {
    /*This to remove the Apple iPhone styling*/
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}







.svgLawyerSelfStar {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}



.rdoSmart-Parent-place {
    display: flex;
}

.rdoSmart-Parent {
    font-family: system-ui, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    display: inline-flex;
    width: 46%;
    height: 50px;
    margin: 3px;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.rdoSmartLabel {
    padding-top: 13px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    opacity: 0.2;
    color: #104c4d;
}

.rdoSmart:checked + label {
    /*background-color: #0a152c;*/
    border-bottom: 2px solid #104c4d;
    opacity: 1;
}


.rdoSmart {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #104c4d;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: #7bb042;
    width: 30px;
    height: 24px;
    border: 1px solid #7bb042;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    box-sizing: border-box;
    margin-top: 13px !important;
}

    .rdoSmart::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        border-radius: 50%;
        transform: scale(0);
        transition: 110ms transform ease-in-out;
        box-shadow: inset 1em 1em #7bb042;
        /* Windows High Contrast Mode */
        background-color: #7bb042;
        box-sizing: border-box;
    }

    .rdoSmart:checked::before {
        transform: scale(1);
        box-sizing: border-box;
    }


    .rdoSmart:checked {
        outline: max(2px, 0.10em) solid;
    }


    .rdoSmart:focus {
        outline: max(2px, 0.15em) solid;
        outline-offset: max(2px, 0.15em);
    }

















.swal2-container {
    z-index: 9999999999999 !important;
}


.divMeetingStarting {
    text-align: center !important;
    padding-top: 50px;
}

    .divMeetingStarting img {
        display: block;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .divMeetingStarting span {
        display: block;
        font-size: 16px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        margin: 5px 5px 15px 5px;
        background-color: #ac8357;
        color: #ffffff;
        font-weight: bold;
    }

.Case_li_video {
}

    .Case_li_video .RemainTimeBG, .Case_li_video .Case_Details, .Case_li_video .divLikeCount {
        display: none !important;
        visibility: collapse !important;
    }


.lnkBuyMoreCalls {
    display: block;
    height: 40px;
    text-align: center;
    border: 1px solid #000000;
    background-color: #ac8357;
    color: #ffffff;
    padding: 5px;
    font-size: 18px;
    border-radius: 15px;
    margin-bottom: 15px;
}

    .lnkBuyMoreCalls::before {
        content: "\f217";
        font-family: "FontAwesome";
        font-size: 18px;
        display: inline-block;
        color: #ffd09e;
        padding-left: 10px;
        padding-right: 10px;
    }

.divHomeVersion {
    float: left;
    position: fixed;
    left: 10px;
    bottom: 60px;
    color: #104c4d;
    z-index: 999999;
}

    .divHomeVersion span {
        font-size: 11px;
    }


.FloatVisitorsCount {
    color: #056409;
    font-size: 15px;
}

    .FloatVisitorsCount::before {
        content: "\f007";
        font-family: "FontAwesome";
        font-size: 18px;
        display: inline-block;
        color: #104c4d;
        padding-left: 10px;
        padding-right: 10px;
    }



.divSignInForm {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #104c4d;
    z-index: 99999999999999999999999 !important;
}

.divSignInForm-Inner {
    display: block;
    background-color: #c6e6e8;
    padding: 20px;
    margin: 70px 30px 0 30px;
    border: 7px #7bb042 solid;
    border-radius: 30px 30px 0 0;
    height: 100%;
    bottom: 0;
}

    .divSignInForm-Inner span {
        color: #104c4d;
    }

.divContactsFooterData {
    width: 100%;
    background-color: #1d1d1d;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #ac8357;
    height: 110px;
    padding: 5px;
}

.divDoNotSendDreams {
    margin-bottom: 10px;
    background-color: #1d1d1d;
    color: #b05d5d;
    padding: 4px;
}

.divAnswerContentInner {
    float: left;
    width: 35px !important;
    background-color: #1d1d1d;
}

.divLikeParent {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.divLikeButton {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #ac8357;
}

    .divLikeButton:before {
        display: block;
        content: "\f004"; /*f256 - f0a6*/
        font-family: "FontAwesome";
        font-size: 25px;
        color: #ff6868;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 20px !important;
        padding-top: 5px !important;
    }



.divLikeCount {
    display: inline-block;
    margin-left: 3px;
    line-height: 50px;
    margin-right: 3px;
    cursor: pointer;
    color: #7bb042;
    float: left;
}

    .divLikeCount:before {
        content: "\f004"; /*f256 - f0a6*/
        font-family: "FontAwesome";
        font-size: 25px;
        color: #7bb042;
    }


.divCase_Views {
    display: inline-block;
    margin-left: 3px;
    line-height: 50px;
    margin-right: 3px;
    cursor: pointer;
    color: #7bb042;
    float: left;
}

    .divCase_Views:before {
        content: "\f06e"; /*f256 - f0a6*/
        font-family: "FontAwesome";
        font-size: 25px;
        color: #7bb042;
    }






.divServiceViewsIcon {
    display: block;
    color: white !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


    .divServiceViewsIcon span {
        font-size: 15px !important;
        line-height: 22px !important;
        color: white !important;
    }

    .divServiceViewsIcon svg {
        width: 24px;
        height: 24px;
        vertical-align: middle;
        text-align: center;
        display: inline-block;
        fill: white;
    }

.divServiceStatusSide {
    display: flex !important;
    text-align: center !important;
    min-width: unset !important;
    width: 100% !important;
}

.QuestionIconSide {
    width: 22px;
    height: 28px;
    line-height: 28px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto !important;
    margin-right: auto !important;
}


.StepSelectMenu {
    display: inline-block !important;
    width: 45% !important;
    min-width: 45% !important;
    margin: 7px !important;
}

.divHomeSeparator {
    text-align: center;
    padding-bottom: 8px;
}

.divHomeSeparator_Line {
    margin-top: 30px;
    border-top: 2px dotted #000; /*dashed dotted*/
    display: inline-block;
    position: relative;
    width: 30%;
}

.divHomeSeparator_LineLeft {
    float: left;
    margin-left: 15px;
}


.divHomeSeparator_LineRight {
    float: right;
    margin-right: 15px;
}

.divHomeSeparator img {
    display: inline-block;
    height: 60px;
}


.txtGoldColor {
    color: #b0ee6e;
}




.divClientInfoText {
    display: block;
    font-size: 18px;
    padding: 3px;
    background-color: #7bb042;
}


.imgUserSide {
    margin-top: 1px !important;
    -webkit-box-flex: 0;
    flex: none;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    box-sizing: content-box;
    position: relative;
    background-size: cover;
    background-position: top center;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    color: rgba(0,0,0,0.870588);
    background-color: #ffffff;
    cursor: pointer;
}





.myFooter {
    cursor: pointer;
    color: #fff !important;
    background-color: #093b3c !important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    z-index: 9999 !important;
}




    .myFooter a, .myFooter div {
        display: inline-block;
        width: 20%;
        height: 52px;
        padding: 0px !important;
        margin: 0px !important;
        border: 0.01em solid;
        line-height: 22px;
        text-align: center;
        vertical-align: middle;
        font-size: 14px !important;
        padding-top: 8px;
        padding-bottom: 7px;
        border-bottom: none !important;
        border-top: none !important;
        border-color: #efc551 !important;
        color: #ffffff !important;
    }

.btnHome {
    border-right: none !important;
}

.btnAbout {
    border-left: none !important;
}




.btnGoBack {
    /*display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    border-radius: 40px;
    background-color: gray;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    z-index: 999999999999999999999999;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;*/
}

    .btnGoBack:after {
        display: block;
        content: "\f060";
        font-family: "FontAwesome";
        font-size: 35px;
        padding-top: 15px;
    }


.myFooter a:before, .myFooter div:before {
    font-family: "FontAwesome" !important;
    font-size: 20px !important;
    display: block;
    padding: 2px 0px 0px 0px !important;
    margin: 0px;
    line-height: 22px;
    color: #7bb042;
}

.w3-border-theme {
    border-color: #efc551 !important;
}

.myFooter .btnHome:before {
    content: "\f015";
}

.myFooter .btnAccount:before {
    content: "\f013"; /*f2c2, f013, f2c3, f2c0, f2be, f2bd, f007*/
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.myFooter .btnOrders:before {
    content: "\f291"; /*f291, */
}

.myFooter .btnNotifications:before {
    content: "\f0f3"; /*f0a2*/
}

.myFooter .btnAbout:before {
    content: "☰"; /*f06a, f129, f05a*/
}



.myFooter .btnCompanies:before {
    content: "\f19c"; /*f233 f19c*/
}


.myFooter .btnClients:before {
    content: "\f0c0"; /*f0a2*/
}



.myFooter .btnCategories:before {
    content: "\f290"; /*f029 f291 f07a f290*/
}



.myFooter .btnEmployees:before {
    content: "\f0c0";
}

.myFooter .btnLive:before {
    content: "\f03d"; /* f03d f1eb*/
}






.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999 !important;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
    background-color: black;
}

.sidenav {
    color: #fff !important;
    background-color: #032021 !important;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999999999999999999999999999999999999999 !important;
    direction: ltr !important;
}

.sidenav-Inner {
    width: 350px;
    min-width: 350px;
    padding-left: 10px;
    padding-right: 10px;
}

    .sidenav-Inner ul {
        list-style: none;
        padding-left: 2px !important;
        padding-right: 2px !important;
        direction: rtl !important;
    }

        .sidenav-Inner ul li {
            padding-top: 15px;
            padding-bottom: 20px;
            font-weight: 500;
            border-bottom: 1px solid #ffffff;
        }


            .sidenav-Inner ul li:nth-child(odd) {
            }

            .sidenav-Inner ul li:nth-last-child(-n+1) {
                /*Last One in the menu*/
            }

                .sidenav-Inner ul li:nth-last-child(-n+1) a {
                    /*Last One in the menu*/
                }

            .sidenav-Inner ul li a {
                display: block;
                width: 100%;
                color: #ffffff;
                line-height: 20px;
            }

                .sidenav-Inner ul li a::after {
                    content: ">";
                    padding-left: 5px;
                    padding-right: 5px;
                    display: inline-block;
                    float: left;
                    font-size: 15px;
                    font-weight: bold;
                    color: #ccfc98;
                }

                .sidenav-Inner ul li a::before {
                    font-family: "FontAwesome";
                    padding-left: 15px;
                    padding-right: 15px;
                    display: inline-block;
                    font-size: 25px;
                    color: #abed63;
                }

.sidenav-admin {
    width: 35px;
}




.divUserMenuImage, .sidenav .closebtn-admin {
    visibility: hidden;
}

.body-content-admin {
    padding-left: 35px;
    background-color: transparent !important;
}


    .body-content-admin .leaflet-control {
        margin-left: 50px !important;
    }


.sidenav .divKid {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: 0.3s;
    margin-bottom: 3px;
    padding-left: 8px !important;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    padding-top: 15px;
    padding-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px solid #1a75a9;
}


.sidenav .AlignLeft {
    text-align: left !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.sidenav a span, .sidenav div span {
    padding-left: 10px !important;
}


.sidenav .fa-globe {
    font-size: 18px;
}






















.txtClientMobile {
    font-size: 30px;
    color: #056409;
    font-weight: bold;
    direction: ltr;
    padding: 2px;
    text-align: center;
    cursor: pointer;
}

.LawyerPaymentPenal_true {
    background-color: #965959 !important;
}


.LawyerPaymentPenal_false {
    background-color: #306029 !important;
}

.divPrintReceipt {
    display: block;
    font-size: 25px;
    color: #ffffff;
}

.divPayPP {
    background-color: #6997c4;
    color: #ffffff;
    z-index: 99999999 !important;
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.divPayInner {
    width: 100%;
    max-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
}


.divPPDo {
    display: block;
}

.divPPDone {
    display: none;
    text-align: center;
    padding-top: 50px;
    width: 100%;
}

    .divPPDone span {
        display: block !important;
        width: 100%;
        font-size: 28px;
        padding: 15px;
    }


.divCreditNote {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.LawyerSinceText {
    font-size: 13px;
}

    .LawyerSinceText:before {
        font-weight: normal;
        content: "\f073";
        font-family: "FontAwesome";
        padding-left: 4px;
        padding-right: 4px;
        color: #e58f33;
    }


.LawyerLastOnline_Offline {
    color: #ffabab !important;
}

.LawyerLastOnline_Online {
}



.btnExtendTime {
    float: left !important;
    background-color: #0c51e0 !important;
}


.divChoseLawyer {
    display: none;
    border-radius: 10%;
    background-color: #742525 !important;
    background-image: linear-gradient(to right, #0b152d, #ac5757) !important;
    border-radius: 35px 30px 30px 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 300px;
    margin-top: 2px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}



.divAudioIcon {
    color: #7bb042;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

    .divAudioIcon:before {
        font-weight: normal;
        content: "\f028"; /*f028*/
        font-family: "FontAwesome";
        padding-left: 2px;
        padding-right: 2px;
        font-size: 30px;
        color: #ffffff;
    }




.divVideoIcon:before {
    content: "\f2a0"; /*f03d f2a0 f095*/
}

.divVideoIcon_0:before {
    color: #ff0000;
}

.divVideoIcon_1:before {
    color: #056409;
}


.cmbFlags {
    display: inline-block !important;
    margin: 5px;
    width: 150px !important;
    min-width: unset !important;
    height: 45px;
}


.cmbFlags_Lawyer {
}

.divCharsCount {
    display: inline-block;
    float: right;
    color: #fff;
}

    .divCharsCount .txtCharsCountNum {
        font-size: 25px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: .010em;
    }

    .divCharsCount .txtCharsCountTitle {
        font-style: italic;
    }


    .divCharsCount:before {
        animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;
        display: inline-block !important;
        content: "\f035"; /*f035*/
        font-family: "FontAwesome";
        padding-left: 2px;
        padding-right: 2px;
        font-size: 20px;
        color: #ffffff;
    }



.divShareMe {
}


.divShareThisLawyer {
}


.divShareThis {
    display: none;
}



.btnShareThis::after {
    animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;
    display: inline-block !important;
    content: "\f1e0"; /*f0a6 f25a*/
    font-family: "FontAwesome";
    padding-left: 2px;
    padding-right: 2px;
    font-size: 20px;
    color: #264628;
}

.btnShareThis {
    padding: 5px 10px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #056409;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    margin-bottom: 10px;
}

    .btnShareThis:hover {
        background-color: #3e8e41
    }

    .btnShareThis:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }



.divShareMe .btnShareThis {
    padding: 2px 4px;
    font-size: 18px;
    box-shadow: 0 4px #999;
}

    .divShareMe .btnShareThis:active {
        background-color: #3e8e41;
        box-shadow: 0 2px #666;
        transform: translateY(2px);
    }


.divShareThisLawyer {
}







.divImageEditorImage {
}

.divImageEditorButtons {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}

    .divImageEditorButtons div {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: black;
        color: white;
        cursor: pointer;
        text-align: center;
        font-size: 20px;
        margin: 1px;
    }


        .divImageEditorButtons div:before {
            display: inline-block !important;
            font-family: "FontAwesome";
            color: #ffffff;
        }

.divDoRotate:before {
    content: "\f01e";
}


.divDoFlip:before {
    content: "\f0ec";
}

.divDoCompress:before {
    content: "\f066";
}



.divServiceLawyerName {
    display: inline-block;
    float: right;
    color: #ffffff;
}


    .divServiceLawyerName:before {
        display: inline-block !important;
        content: "\f2c0"; /*f2c0*/
        font-family: "FontAwesome";
        color: #000000;
    }


.firebaseui-card-footer, .firebaseui-card-header {
    display: none !important;
    visibility: collapse !important;
}

.mdl-card {
    min-height: 10px !important;
}


.txtAdminMoneyDate {
    display: block !important;
}

.divNotifications-panel {
    margin: 8px;
    box-sizing: border-box;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    color: rgba(0,0,0,0.87);
    border-radius: 2px;
    padding: 5px;
}

.divNotifications-panel-l {
    background-color: #104c4d !important;
}

.divNotifications-panel-2 {
    background-color: #7bb042 !important;
}

.divNotifications-container {
}


.divNotifications-Date {
    background-color: rgba(0, 0, 0, 0.43);
    color: #ffffff;
    padding: 5px;
}

.divNotifications-Message {
    color: #ffffff;
    padding: 5px;
}




.divVoiceRecorder {
    background-color: transparent !important;
}


.btnRecorder {
    width: auto;
    margin: 1px !important;
}


.divVTT .divVTT_BG {
    background-color: #ffffff;
}


.divVTT .btnRecordAnswer {
    float: left;
}

.txtUseVTT {
    color: #ffffff;
    display: inline-block;
    float: left;
    line-height: 50px;
}

.firebaseui-button {
    border-style: none !important;
    padding: 0 !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26) !important;
    color: rgb(255,255,255) !important;
    background-color: rgb(76,175,80) !important;
    -webkit-appearance: button !important;
    display: block !important;
    width: 100% !important;
    position: relative !important;
    cursor: pointer !important;
    min-height: 36px !important;
    min-width: 88px !important;
    line-height: 36px !important;
    vertical-align: middle !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    text-align: center !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    -moz-user-select: none !important;
    outline: 0 !important;
    border: 0 !important;
    padding: 0 6px !important;
    margin: 6px 8px !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    font-style: inherit !important;
    font-variant: inherit !important;
    font-family: inherit !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1) !important;
}


.firebaseui-container {
    background-color: #104c4d !important;
}

.firebaseui-country-selector, .firebaseui-label, .firebaseui-input, .firebaseui-input-invalid, .firebaseui-container {
    color: #ffffff !important;
}

.firebaseui-textfield.mdl-textfield .firebaseui-input {
    border-color: #ffffff !important;
}

.firebaseui-country-selector {
    border-bottom: 1px solid #ffffff !important;
}

.firebaseui-info-bar {
    background-color: #b41b1b !important;
    border: 1px solid #ff0000 !important;
}

.firebaseui-id-dismiss-info-bar {
    color: #1d1d1d !important;
}

.grecaptcha-logo, .grecaptcha-badge {
    opacity: 0 !important;
    visibility: collapse !important;
    display: none !important;
    left: -500px !important;
}



.txtCreditValue {
    color: #bcfcac !important;
}

.txtMyPromoCode {
    color: #b62c14 !important;
}

.divMyPromoCode::after {
    color: #fffc5a;
}


.txtYourCreditIs::after {
    animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;
    display: inline-block !important;
    content: "\f25a"; /*f0a6 f25a*/
    font-family: "FontAwesome";
    padding-left: 2px;
    padding-right: 2px;
    font-size: 20px;
    color: #264628;
}

.divMyPromoCode {
}

    .divMyPromoCode::after {
        animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;
        display: inline-block !important;
        content: "\f1e0";
        font-family: "FontAwesome";
        padding-left: 5px;
        padding-right: 5px;
        font-size: 20px;
    }

.txtPromoTitle {
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

.txtPromoBody {
    display: block;
    padding-bottom: 15px;
    line-height: 40px;
}

.txtPromoListTitle {
    display: block;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 8px;
}



.txtCaps {
    font-size: 17px;
    color: red;
    background-color: #d5c0c0;
    display: none;
}

.divNewUserCreated {
    text-align: center !important;
    font-size: 18px;
}



.divNewAccountName {
    padding-top: 30px;
}

.divNewAccountName-Icon {
    font-size: 70px;
    line-height: 60px;
    opacity: 0.8
}


.txtNewUserBox {
    direction: ltr !important;
    border: 3px dashed black;
    background-color: #b1b1b1;
    color: #000000;
    -webkit-user-select: all; /* Chrome 49+ */
    -moz-user-select: all; /* Firefox 43+ */
    -ms-user-select: all; /* No support yet */
    user-select: all; /* Likely future */
    padding-top: 7px;
    font-size: 22px;
    line-height: 35px;
}





.divSendByWhats {
}

.divWhatsMobile {
    color: yellow;
    font-size: 25px;
}

    .divWhatsMobile:before {
        content: "\f232"; /*f02b - f541 - f295 - f507 - f02c*/
        font-family: "FontAwesome";
        font-size: 35px;
        padding-left: 5px;
        padding-right: 5px;
        color: #38e12b;
    }


.divIncludReference {
}


.divPayReference {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fffee4;
    color: #000000;
    font-size: 20px;
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    border: dashed darkgray 1px;
}


.divPromoCodes {
    background-color: white;
    width: 100%;
}

    .divPromoCodes .divPromoCode {
        text-align: justify;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        background-color: slategray;
        margin-bottom: 2px;
        margin-top: 2px;
        width: 100%;
        height: 40px;
        cursor: pointer;
    }


        .divPromoCodes .divPromoCode .txtPromoName {
            float: right;
            display: inline-block;
        }

        .divPromoCodes .divPromoCode .txtPromoCode {
            float: left;
            display: inline-block;
        }




.divBanks {
    background-color: white;
    width: 100%;
    display: table;
}

    .divBanks .divBank {
        text-align: justify;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        display: table-row;
        background-color: slategray;
        width: 100%;
    }

        .divBanks .divBank:active {
            background-color: lightyellow;
            color: black !important;
        }

.divBank .divBankIcon {
    display: table-cell;
    width: 35px;
    height: 40px;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: solid 1px black;
}

.divBank .divBankName {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    border-bottom: solid 1px black;
}

.divBankClose {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: red;
}

.imgBill {
    background-size: cover;
    border: solid black;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
}


.divDisCodeAd {
    background-color: #b9b9b9 !important;
}


    .divDisCodeAd div {
        display: inline;
        color: black;
        font-weight: bold;
    }

    .divDisCodeAd span {
        color: #784e04;
    }

    .divDisCodeAd icon:before {
        content: "\f02c"; /*f02b - f541 - f295 - f507 - f02c*/
        font-family: "FontAwesome";
        font-size: 25px;
        padding-left: 5px;
        padding-right: 5px;
        color: #f37904;
    }

    .divDisCodeAd span:before, .divDisCodeAd span:after {
        font-family: "FontAwesome";
        font-size: 25px;
        padding-left: 5px;
        padding-right: 5px;
        color: #f37904;
    }

    .divDisCodeAd span:after {
        content: "\f054";
    }

    .divDisCodeAd span:before {
        content: "\f053";
    }


.CurrencySelector a {
    display: block;
    color: #000000;
    width: 100%;
    background-color: #f2f2f2;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 20px;
}

.Price_Crncy_1, .Price_Crncy_2, .Price_Crncy_3, .Price_Crncy_4, .Price_Crncy_5, .Price_Crncy_6, .Price_Crncy_7, .Price_Crncy_8, .Price_Crncy_9, .Price_Crncy_10 {
    display: none;
}

.Service_price_before {
    color: black !important;
    text-decoration: line-through red;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: red;
    -webkit-text-decoration-color: red;
}

.Service_price_new {
    /*text-decoration: underline overline dotted white;*/
}

.Title_Discount:after {
    content: "\f02c"; /*f02b - f541 - f295 - f507 - f02c*/
    font-family: "FontAwesome";
    font-size: 25px;
    padding-left: 5px;
    padding-right: 5px;
    color: #f37904;
}

.divNotPaid {
    background-color: #d80000;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    display: none;
    margin-bottom: 7px;
}

.divRefNum {
    width: auto !important;
    font-size: 12px;
    display: block;
    margin-bottom: 7px;
    background-color: #104c4d;
}

    .divRefNum strong {
        font-size: 12px;
    }

.divRefNumInner {
    padding: 5px !important;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    min-width: 50%;
}

.divRefNum .txtDate {
    /*padding-left: 10px;
    padding-right: 10px;*/
    color: #b0de7f;
}


.select2-container {
    display: block !important;
    width: 100% !important;
    text-align: justify !important;
}

.select2-search__field {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.87);
    height: 50px;
    background: rgba(255, 255, 255, 0.55) none repeat scroll 0% 0% !important;
    z-index: auto;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    transition-property: none;
    transition-duration: 0s;
    transition-timing-function: ease;
    outline: 0;
    box-shadow: none;
    min-height: 26px;
    -webkit-box-ordinal-group: 3;
    order: 1;
    display: block;
    box-sizing: border-box;
    border-color: lightgray;
    border-width: 1px 0 1px 0;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    padding: 8px 16px 12px !important;
    resize: none;
    overflow: hidden;
    font-family: Roboto,'Helvetica Neue',sans-serif;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
}



.divLikeDone {
    position: fixed;
    margin-top: 10px !important;
    float: left;
    padding: 20px;
    top: 25%;
    left: 0;
    min-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999999999;
    font-size: 180px;
    text-align: center;
    color: #ff7c7c !important;
}



.divHotAnswers {
    margin-bottom: 3px;
}

    .divHotAnswers div {
        display: inline-flex;
        padding: 5px;
        margin: 3px;
        background-color: #c3c3c3;
        cursor: pointer;
    }

.divStatsContainer {
    margin-bottom: 0;
}

/* The container */
.Chkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    /* Hide the browser's default checkbox */
    .Chkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.Chkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.Chkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.Chkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.Chkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.divActivationCode span {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

.divNoPayment {
    padding: 10px !important;
}

.divWaitPayment {
    padding-top: 15px;
    font-size: 22px !important;
    line-height: 40px;
}

.divWaitPaymentIcon:after {
    content: "\f256"; /*f256 - f0a6*/
    font-family: "FontAwesome";
    font-size: 105px;
    color: #ff6868;
}

.divDoAgreement {
    display: none;
    position: fixed;
    margin-top: 40px !important;
    padding-top: 100px !important;
    padding: 10px;
    top: 0;
    left: 0;
    background-color: white;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999;
    text-align: center;
}

    .divDoAgreement .txtAgreeTitle {
        display: block;
        width: 100%;
        text-align: justify;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
    }

    .divDoAgreement .txtAgreeBody {
        display: block;
        width: 100%;
        text-align: justify;
        font-size: 18px;
        font-weight: normal;
        color: #ffffff;
        padding-top: 15px;
    }


    .divDoAgreement .divButtons {
        display: block;
        width: 100%;
        text-align: justify;
        padding-top: 55px;
    }



.divContactSupport {
    /* display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 140px;
    left: 5px;
    z-index: 9999999;
    text-align: center;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    overflow: hidden;*/
}

    .divContactSupport:before {
        display: block;
        content: "\f0e0";
        font-family: "FontAwesome";
        font-size: 22px;
        line-height: 35px;
    }


.UserNewMails {
}

    .UserNewMails:before {
        animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;
        color: #3b973f !important;
    }

    .UserNewMails span {
        display: inline-block;
        float: left;
        top: 0;
        position: absolute;
    }

        .UserNewMails span:after {
            content: "*";
            font-family: "FontAwesome";
            font-weight: bold;
            font-size: 20px;
            color: #ffc300;
        }


.divChoseLawyer_Cart {
    padding: 0 !important;
    height: 40px;
}

.divAlertIcon {
    display: inline-block;
    line-height: 40px;
    margin-right: 5px !important;
    margin-top: 4px !important;
    float: right;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    position: relative;
    z-index: 9999999;
    text-align: center;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    overflow: hidden;
}

    .divAlertIcon:after {
        position: absolute;
        top: 0;
        font-family: "FontAwesome";
        font-size: 20px;
        line-height: 30px;
        transform: translateX(15px);
        animation: slide 2s infinite;
    }

.divAlertText {
    display: inline-block;
    line-height: 38px;
    height: 40px;
}




.divCartAlert {
    background-color: #921515;
}

    .divCartAlert:after {
        content: "\f07a";
    }


.divChoseAlert {
    background-color: #ac8357;
}

    .divChoseAlert:after {
        content: "\f236";
    }




@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(170%);
    }
}

.body-content {
    padding-bottom: 90px;
}

.divStatsItem {
    display: inline-block;
    width: 32% !important;
    padding: 1px;
}

.divStatsTitle {
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: center;
    color: #104c4d;
}

.divStatsCount {
    display: block;
    width: 95%;
    max-width: 120px;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
}

.divStatsCount1 {
    background-color: #fff200;
    color: #565206;
}

.divStatsCount2 {
    background-color: #c10303;
    color: #ffffff;
}

.divStatsCount3 {
    background-color: #146700;
    color: #ffffff;
}


.divCurrency {
    display: block;
    position: fixed;
    float: left;
    bottom: 190px;
    left: 5px;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    border-radius: 40px;
    background-color: #1d1d1d;
    color: white;
    text-align: center;
    vertical-align: middle;
    z-index: 99999999999 !important;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    line-height: 22px !important;
}

    .divCurrency:before {
        content: "\f0d6"; /*f0d6 f155*/
        font-family: "FontAwesome";
        font-size: 13px;
        line-height: 5px !important;
        display: block;
        color: #056409;
    }


.divRateUS {
    /*animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;*/
    cursor: pointer;
    display: block;
    position: fixed;
    float: left;
    bottom: 155px;
    left: 5px;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    border-radius: 40px;
    background-color: #1d1d1d;
    color: white;
    text-align: center;
    vertical-align: middle;
    z-index: 99999999999 !important;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    line-height: 22px !important;
}


.divSendWhats {
    background-color: #056409;
    bottom: 200px;
}



.divRateUS:before {
    animation: wiggle 2.0s infinite;
    display: block;
    content: "\f164"; /*f164 */
    font-family: "FontAwesome";
    font-size: 25px;
    color: #056409;
}

.divSendWhats:before {
    content: "\f232"; /*f164 */
    color: #ffffff !important;
}





.divGuestLoginCircle {
    /*animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;*/
    cursor: pointer;
    display: block;
    position: fixed;
    float: left;
    bottom: 105px;
    left: 5px;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    border-radius: 40px;
    background-color: #1d1d1d;
    color: white;
    text-align: center;
    vertical-align: middle;
    z-index: 99999999999 !important;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    line-height: 22px !important;
}



    .divGuestLoginCircle:before {
        animation: wiggle 2.0s infinite;
        display: block;
        content: "\f2bd"; /*f164 */
        font-family: "FontAwesome";
        font-size: 25px;
        color: #ff0000;
    }


@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(10deg);
    }

    70% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(10deg);
    }

    90% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}





.divChargeCredit {
    /*animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;*/
    cursor: pointer;
    display: block;
    position: fixed;
    float: left;
    bottom: 285px;
    left: 5px;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    border-radius: 40px;
    background-color: #27822a;
    color: white;
    text-align: center;
    vertical-align: middle;
    z-index: 99999999999 !important;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    line-height: 22px !important;
}



    .divChargeCredit:before {
        animation: 2.3s ease-in-out 0.1s infinite normal both running heartbeat;
        display: block;
        content: "\f0d6"; /*f0d6*/
        font-family: "FontAwesome";
        font-size: 25px;
        color: #1d1d1d;
    }


/*.divChargeCredit div:before {
        animation: wiggle 1.5s infinite;
        display: block;
        float: right;
        position: absolute;
        left: 45px;
        top: 6px;
        content: "\f0a5";
        font-family: "FontAwesome";
        font-size: 25px;
        color: #fff;
    }*/








.divPushNotifications {
    /*animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;*/
    /*cursor: pointer;
        display: block;
        position: fixed;
        float: left;
        bottom: 235px;
        left: 5px;
        width: 40px;
        height: 40px;
        padding-top: 8px;
        border-radius: 40px;
        background-color: #1d1d1d;
        color: white;
        text-align: center;
        vertical-align: middle;
        z-index: 99999999999 !important;
        border-color: #ffffff;
        border-width: 1px;
        border-style: solid;
        font-size: 12px;
        line-height: 22px !important;*/
}



    .divPushNotifications:before {
        animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;
        display: block;
        content: "\f0f3"; /*f0f3 f0a2 */
        font-family: "FontAwesome";
        font-size: 25px;
        color: #056409;
    }





.divVisitorsCount {
    display: block;
    position: fixed;
    float: left;
    bottom: 50px;
    left: 5px;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    border-radius: 40px;
    background-color: #1d1d1d;
    color: white;
    text-align: center;
    vertical-align: middle;
    z-index: 99999999999 !important;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    line-height: 22px !important;
}

    .divVisitorsCount:before {
        /*
            f06e
            f007
            f06e
            f1e6
            f1eb
        */
        content: "\f007";
        font-family: "FontAwesome";
        font-size: 13px;
        line-height: 5px !important;
        display: block;
        color: #056409;
    }

.divGoBack {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    border-radius: 40px;
    background-color: gray;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    z-index: 999999999999999999999999;
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
}

    .divGoBack:after {
        content: "\f060";
        font-family: "FontAwesome";
        font-size: 17px;
    }

.MessageReadStatus {
}

    .MessageReadStatus:after, .MessageReadStatus_read:after {
        margin: 2px;
        padding: 3px;
        vertical-align: middle;
        content: "\f00c";
        font-family: "FontAwesome";
        font-size: 17px;
        color: #000000;
    }

.MessageReadStatus_read:after {
    color: #056409;
}

.Comments_Alert {
    -webkit-animation: bgCycle 1s infinite ease-in-out;
    animation: bgCycle 1s infinite ease-in-out;
}


.RemainTime, .RemainTime_Alert {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    width: 110px !important;
    background-color: #056409 !important;
    border-radius: 0 !important;
    color: #ffffff;
    text-align: center;
    margin-top: -40px;
    direction: ltr !important;
    font-size: 18px;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 35% !important;
}

.RemainTime_Alert {
    -webkit-animation: colorCycle 1s infinite ease-in-out;
    animation: colorCycle 1s infinite ease-in-out;
}

.RemainTime_en {
    float: right;
    right: 32px;
}

.RemainTime_ar {
    float: left;
    left: 32px;
}

@-webkit-keyframes bgCycle {
    0% {
        background-color: #ffffff;
    }

    50% {
        background-color: #d74e4e;
    }

    100% {
        background-color: #ffffff;
    }
}

@keyframes bgCycle {
    0% {
        background-color: #ffffff;
    }

    50% {
        background-color: #d74e4e;
    }

    100% {
        background-color: #ffffff;
    }
}



@-webkit-keyframes colorCycle {
    0% {
        color: #ffffff;
    }

    50% {
        color: #ff0000;
    }

    100% {
        color: #ffffff;
    }
}

@keyframes colorCycle {
    0% {
        color: #ffffff;
    }

    50% {
        color: #ff0000;
    }

    100% {
        color: #ffffff;
    }
}

.divGuestLogin {
    display: none;
    position: fixed !important;
    width: 100% !important;
    height: 53px !important;
    margin-bottom: 0px !important;
    padding: 5px 30px 5px 30px !important;
    vertical-align: middle !important;
    z-index: 99999999999 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}


.divHomeIcons {
    display: block !important;
    text-align: center !important;
}

.divHomeIconsGuest {
    display: none !important;
    visibility: collapse !important;
    position: fixed !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
    z-index: 999999999 !important;
}

.divGuestHomeTopPart {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -1 !important;
}

.diveHomeDisplay {
    z-index: 999 !important;
}

.divGuestHomeTopPart::after {
    min-height: 100%;
    content: "";
    background-attachment: fixed;
    background-size: 100px;
    background-repeat: repeat;
    position: absolute;
    opacity: 0.4;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.divGuestHomeServicesPadding {
    padding-top: 0 !important;
}

.divCompactServices {
    /*display: none !important;*/
}

.divHomeIcons .HomeIconItem .divNotifyCount {
    display: block;
    position: absolute;
    color: white;
    top: 0;
    left: 5px;
    width: 30px;
    margin: 0.60em 0;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: hsl(0, 99%, 53%);
}


.divHomeIcons .HomeIconItem {
    display: inline-grid;
    display: -ms-grid;
    display: -ms-inline-grid;
    position: relative;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000121 !important;
}

    .divHomeIcons .HomeIconItem span {
        display: block;
        max-width: 105px;
    }

    .divHomeIcons .HomeIconItem text span {
        color: #ffffff;
    }

    .divHomeIcons .HomeIconItem .divButtonIcon {
        /*background-image: -webkit-linear-gradient(#e6c6a4, #ac8357 40%, #ac8357);*/
        background-image: linear-gradient(-90deg, #0a152c, #2b96d2);
        border-radius: 45px 40px 40px 35px;
        display: block;
        position: relative;
        width: 25vw;
        max-width: 105px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .divHomeIcons .HomeIconItem div img {
        width: 105%;
        height: 105%;
    }


.divHomeIconsServices .HomeIconItem text {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 105% !important;
    height: 105% !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 20%;
}

    .divHomeIconsServices .HomeIconItem text span {
        font-size: 35px !important;
    }




.divHomeIconsSmall .HomeIconItem {
    padding-left: 1px !important;
    padding-right: 1px !important;
    width: 20vw !important;
    max-width: 100px;
    cursor: pointer;
    padding-bottom: 8px !important;
}

    .divHomeIconsSmall .HomeIconItem .divButtonIcon {
        border-radius: 20% !important;
        width: 95% !important;
        /*margin-left: -10px !important*/
    }


    .divHomeIconsSmall .HomeIconItem text {
        position: absolute;
        float: left;
        left: 0;
        top: 0;
        width: 105% !important;
        height: 105% !important;
        text-align: center;
        vertical-align: middle;
        padding-top: 20%;
    }

    .divHomeIconsSmall .HomeIconItem .txtVisitorsCount {
        padding-top: 30%;
        font-size: 35px !important;
    }


        .divHomeIconsSmall .HomeIconItem .txtVisitorsCount::before {
            content: "\f007";
            font-family: "FontAwesome";
            font-size: 13px;
            line-height: 13px !important;
            display: block;
            color: #056409;
        }



    .divHomeIconsSmall .HomeIconItem div img {
        left: 2px !important;
        top: 2px !important;
    }

    .divHomeIconsSmall .HomeIconItem small {
        font-size: 13px !important;
        width: 95% !important;
        max-width: 105px;
    }


.btnRecord {
    display: none !important;
}

.btnRecordAnswer {
    display: none !important;
    animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;
}


.btnRecordAnswerVTT {
    background-color: #a82b2b;
}


.txtAdminFilterSideClients {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 220px;
    position: fixed;
    top: 35px;
    right: 10px;
    left: auto;
    z-index: 9999;
    font-size: 16px;
    padding: 6px 10px 6px 20px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.divAdminClientName {
    text-align: center !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 25px !important;
    background-color: black;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/*Update 07-07-2019*/
.divExtraQuestionInfo {
    position: relative;
}

    .divExtraQuestionInfo .ExtraSubStep {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: white;
    }

.InformationIcon {
    width: 28px;
    height: 40px;
    display: inline;
    line-height: 80px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 3px;
    margin-left: 3px;
}
/*Update 07-07-2019*/



.txtAnswerEditor {
    display: block;
    width: 100%;
    max-width: unset;
    height: 300px;
}

.NoUserBG {
}

.NoUserHeaderMaster {
    display: none;
    visibility: collapse;
}

.MustUseApp {
    display: none;
    visibility: collapse;
}

.HomeAbout {
    background-color: #273455;
    margin-left: 10px !important;
    margin-right: 25px !important;
    padding: 30px;
    border-radius: 50px 0 50px 0;
    color: white !important;
}

/*.HomeAbout:before {
        content: "\f05a";
        font-family: "FontAwesome";
        width: 100%;
        height: 100%;
        font-size: 2.5em;
        text-align: center;
        display: block;
        line-height: 25px;
        opacity: 0.3;
        padding-bottom: 15px;
    }*/

.divLoginFloat {
    background-color: white;
    width: 100%;
    bottom: 5px;
    display: block;
    position: fixed;
}




/*Tabs*/
.tabsDataContainer {
    position: fixed;
    top: 55px;
    left: 2%;
    right: 2%;
    display: block;
    width: 96%;
    height: auto;
    z-index: 111111;
}

.tabsDataContainer2 {
    display: block;
    height: auto;
    z-index: 111111;
}

.tabs {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 15px;
    padding: 0px;
    list-style: none;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    display: inline-block;
    border-radius: 50px;
    position: relative;
}

    .tabs div {
        text-decoration: none;
        width: 100%;
        color: #777;
        text-transform: uppercase;
        padding: 10px 1px;
        display: inline-block;
        position: relative;
        z-index: 1;
        transition-duration: 0.6s;
        text-align: center;
        cursor: pointer;
        margin: 0 !important;
    }

    .tabs .IsActive {
        color: #fff;
    }

    .tabs div i {
        width: 50px;
        display: inline-block;
    }

    .tabs div span {
        margin-left: 5px;
        margin-right: 5px;
    }

    .tabs .selector {
        height: 100%;
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        border-radius: 50px;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        background: #7bb042;
        background: -moz-linear-gradient(45deg, #7bb042 0%, #7bb042 100%);
        background: -webkit-linear-gradient(45deg, #7bb042 0%,#7bb042 100%);
        background: linear-gradient(45deg, #7bb042 0%,#7bb042 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bb042', endColorstr='#7bb042',GradientType=1 );
    }

/*Tabs*/




.divLoginFloat .txtTopic {
    background-color: rgba(255, 255, 255, 0.69) !important;
}

.divLoginFloat .btn {
    line-height: 35px;
}

.divLoginFloat #cmTypes, .divLoginFloat option, .divLoginFloat select {
    color: black !important;
}


.divAnswer .divLawyer {
    /*This is for the Lawyer Name in the Services*/
    /*display:none;*/
}




.divTermsAbout {
    text-align: justify !important;
    text-justify: inter-word;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Times New Roman', Times, serif;
}


.AccoHeader {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 2px;
}

    .ActiveAcco, .AccoHeader:hover {
        background-color: #ccc;
    }

    .AccoHeader:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #777;
        float: right;
        margin-left: 5px;
    }

.ActiveAcco:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.AccoPanel {
    display: none;
    overflow: hidden;
}


.NoUserContent {
}

.NoUserHeader {
    padding-bottom: 8px;
}

.NoUserFooter {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 2px;
    margin-left: 8px;
    margin-right: 8px;
}


    .NoUserFooter a {
        display: inline-grid;
        background-color: black;
        color: white;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
        min-width: 12.0%;
        text-align: center;
    }

        .NoUserFooter a:hover {
            background-color: #fff9b9;
            color: black;
        }


input,
textarea {
    -moz-user-select: text;
}


.Free_Question_Agreement {
    font-size: 15px !important;
}


.HomeIconsOverBG {
    position: relative !important;
    z-index: 6 !important;
    /*background-color: rgba(255, 255, 255, 0.2) !important;*/
    display: block !important;
    color: #104c4d !important;
}

.Laws_FullEditor {
}

.Services_FullEditor, .Laws_Admin_CountryFilter {
    display: none !important;
}


.AfterPaymentMessage {
    padding-top: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
}


.signoutBTN {
    float: right !important;
    display: inline-block !important;
    height: 45px !important;
    line-height: 45px;
    color: #ffc4c4;
}

    .signoutBTN:hover {
        color: #ff8080;
    }

.navbar-nav {
    float: left !important;
    direction: ltr !important;
    font-size: 14px !important;
}

    .navbar-nav li a::before, .signoutBTN::before {
        font-family: "FontAwesome";
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
    }


.m-payments {
    display: none;
    visibility: collapse;
}

.SenderName {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}

.divNotificationParent {
    box-shadow: 0 0 0 0.5em hsla(0, 0, 0, 0.1);
}

    .divNotificationParent .Headers {
        display: block;
        position: relative;
        height: 50px;
        vertical-align: middle;
        line-height: 50px;
        font-size: 17px;
        font-weight: bold;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #0b295e;
        color: white;
    }

        .divNotificationParent .Headers div {
            display: block;
            position: absolute;
            color: white;
            top: 0;
            left: unset;
            right: 1.3333em;
            width: 25px;
            margin: 0.60em 0;
            border-radius: 50%;
            line-height: 25px;
            text-align: center;
            background: hsl(0, 90%, 60%);
            box-shadow: 0 0 0 0.15em hsl(0, 90%, 40%);
        }

.divQuestionsNotify, .divServicesNotify, .divAnswerNotify, .divMessagesNotify {
    position: relative;
    padding: 5px;
    margin: 3px;
    line-height: 35px;
    min-height: 40px;
    color: #0a255f;
    cursor: pointer;
}

.divAnswerNotify {
    background-color: rgba(51, 168, 60, 0.23);
}

.divServicesNotify {
    background-color: rgba(52, 136, 208, 0.23);
}

.divQuestionsNotify {
    background-color: rgba(216, 141, 79, 0.23);
}

.divMessagesNotify {
    background-color: rgba(106, 216, 79, 0.23);
}

.divQuestionsNotify:hover, .divServicesNotify:hover, .divAnswerNotify:hover {
    background-color: darkgray;
}

.divQuestionsNotify div, .divServicesNotify div, .divMessagesNotify div {
    display: block;
    position: absolute;
    color: white;
    top: 0;
    left: unset;
    right: 1.3333em;
    width: 2em;
    margin: 0.60em 0;
    border-radius: 50%;
    line-height: 2;
    text-align: center;
    background: hsl(110, 38%, 51%);
}



.divMessagesNotify div {
    float: left;
    color: black;
}

    .divMessagesNotify div label {
        font-weight: normal !important;
    }

.divMessagesNotify span {
}



.divAnswerNotify div {
    float: left;
    color: black;
    display: none; /*Removed because it was long for the mobile screen*/
}

    .divAnswerNotify div label {
        font-weight: normal !important;
        display: none; /*Removed because it was long for the mobile screen*/
    }

.divAnswerNotify span {
}


.AdminBody {
    position: relative;
    padding-top: 35px;
}

.AdminHeader {
    display: block;
    background-color: black;
    padding: 0 !important;
    margin: 0 !important;
    height: 32px;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    text-align: center;
}

    .AdminHeader img {
        height: 32px !important;
        float: left !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .AdminHeader span {
        float: right !important;
        color: white;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 32px;
        font-size: 21px;
    }

.AdminPageHeader {
    display: block;
    line-height: 38px;
    height: 45px;
    margin: 0 !important;
    margin-left: 150px;
    margin-bottom: 7px !important;
}

    .AdminPageHeader span {
        margin: 0 !important;
        display: block;
        background-color: black;
        position: fixed;
        z-index: 9999;
        width: 400px;
        color: white;
        text-align: left;
        font-size: 22px;
        font-weight: 500;
        padding: 5px 15px 5px 15px;
    }

        .AdminPageHeader span::before {
            content: " aaaaaaaa ";
            background-color: white;
            width: 100%;
            height: 45px;
            position: fixed;
            display: block;
            margin-left: 250px;
            margin-right: 0;
            top: 33px !important;
            z-index: 99;
        }


        .AdminPageHeader span::after {
            content: " ";
            width: 550px !important;
            height: 1px;
            display: block;
            margin-bottom: -5px;
            border-bottom: solid 3px black;
        }

.divIsActiveCheck {
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}







/*More menu*/
.More-Menu {
    margin-left: 350px;
    margin-right: 350px;
    padding-bottom: 100px;
}

    .More-Menu ul {
        list-style: none;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

        .More-Menu ul li {
            padding-top: 10px;
            padding-bottom: 5px;
            font-weight: 600;
            border-bottom: 1px solid black;
        }


            .More-Menu ul li:nth-child(odd) {
            }

            .More-Menu ul li:nth-last-child(-n+1) {
                /*Last One in the menu*/
            }

                .More-Menu ul li:nth-last-child(-n+1) a {
                    /*Last One in the menu*/
                }

            .More-Menu ul li a {
                display: block;
                width: 100%;
                color: #ffffff;
            }

                .More-Menu ul li a::after {
                    content: ">";
                    padding-left: 5px;
                    padding-right: 5px;
                    display: inline-block;
                    float: right;
                }

                .More-Menu ul li a::before {
                    font-family: "FontAwesome";
                    padding-left: 5px;
                    padding-right: 15px;
                    display: inline-block;
                }
/*More menu*/









.AdminLogin {
    box-sizing: border-box;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    color: rgba(0,0,0,0.87);
    background-color: rgb(255,255,255);
    border-radius: 2px;
    padding: 15px;
    overflow: hidden;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}


.AdminSideData {
    margin-right: 220px;
    margin-left: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.AdminSideClients_Parent {
}

.AdminSideClients {
    width: 220px;
    position: fixed !important;
    top: 70px;
    bottom: 10px;
    left: unset;
    right: 2px;
    overflow-y: auto;
    overflow-x: hidden !important;
    max-height: 100%;
}

    .AdminSideClients ul {
        list-style: none;
        padding-right: 2px !important;
        padding-right: 2px !important;
        display: block;
        position: absolute;
        width: 270px !important;
    }

        .AdminSideClients ul li {
            padding-top: 10px;
            padding-bottom: 5px;
            font-weight: 600;
        }

            .AdminSideClients ul li:nth-child(odd) {
            }

.dropdown-menu {
    top: 5px !important;
}

.dropdown-toggle {
    display: none !important;
    height: 35px !important;
    padding: 16px;
    font-size: 16px;
    border: none;
}



.Admin-Content {
    margin-left: 220px;
    margin-right: 12px;
    padding-right: 10px;
    padding-left: 10px;
}


/*Admin menu*/
.Admin-Menu {
    width: 220px;
    position: fixed;
    top: 35px;
    left: 2px;
}

    .Admin-Menu ul {
        list-style: none;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

        .Admin-Menu ul li {
            padding-top: 5px;
            padding-bottom: 5px;
            font-weight: 600;
            font-size: 12px !important;
            background-color: #f5faff;
            border-bottom: 1px solid black;
        }


            .Admin-Menu ul li:nth-child(odd) {
                background-color: #c8e5ff
            }

            .Admin-Menu ul li:nth-last-child(-n+1) {
                background-color: #fb8899;
                color: white !important;
            }

                .Admin-Menu ul li:nth-last-child(-n+1) a {
                    color: white !important;
                }

.Admin-Menu-1 {
    background-color: #fff5f5 !important;
}

    .Admin-Menu-1:nth-child(odd) {
        background-color: #fff5f5 !important;
    }

.Admin-Menu-2 {
    background-color: #fffff5 !important;
}

    .Admin-Menu-2:nth-child(odd) {
        background-color: #fffff5 !important;
    }


.Admin-Menu-3 {
    background-color: #f6fff5 !important;
}

    .Admin-Menu-3:nth-child(odd) {
        background-color: #f6fff5 !important;
    }


.Admin-Menu-4 {
    background-color: #c2c2c2 !important;
}

    .Admin-Menu-4:nth-child(odd) {
        background-color: #c2c2c2 !important;
    }


.Admin-Menu-5 {
    background-color: #e9e4fe !important;
}

    .Admin-Menu-5:nth-child(odd) {
        background-color: #e9e4fe !important;
    }


.Admin-Menu-6 {
    background-color: #e1d0b9 !important;
}

    .Admin-Menu-6:nth-child(odd) {
        background-color: #e1d0b9 !important;
    }


.Admin-Menu-7 {
    background-color: #e1d0b9 !important;
}

    .Admin-Menu-7:nth-child(odd) {
        background-color: #e1d0b9 !important;
    }

.Admin-Menu ul li a {
    display: block;
    width: 100%;
}

    .Admin-Menu ul li a::after {
        content: ">";
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
        float: right;
    }

    .Admin-Menu ul li a::before {
        font-family: "FontAwesome";
        padding-left: 5px;
        padding-right: 15px;
        display: inline-block;
    }
/*Admin menu*/


.divPostDetails {
    display: none;
    background-color: white;
    width: 100% !important;
    padding-left: 180px;
    padding-right: 180px;
    z-index: 9999;
    position: fixed;
    top: 35px;
    left: 2px;
    max-height: 100%;
    height: 100% !important;
}

.divPostDetails-Scroll {
    overflow-y: auto;
    overflow-x: hidden !important;
    background-color: white;
    width: 100% !important;
    z-index: 9999;
    max-height: 87%;
    height: 87% !important;
}



.AdminListItem {
    background-color: #808080;
    display: block;
    margin-bottom: 20px !important;
    padding: 5px;
}

.txtTopicAdmin {
    margin-bottom: 5px;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.87);
    height: 35px;
    width: 100%;
    max-width: 100%;
    background: white;
    z-index: auto;
    position: relative;
    line-height: 35px;
    font-size: 16px;
    transition-property: none;
    transition-duration: 0s;
    transition-timing-function: ease;
    outline: 0;
    box-shadow: none;
    -webkit-box-ordinal-group: 3;
    order: 1;
    display: block;
    box-sizing: border-box;
    border-color: lightgray;
    border-width: 1px 0 1px 0;
    border-radius: 0;
    border-style: solid;
    padding: 2px 8px 2px 8px !important;
    resize: none;
    overflow: hidden;
    font-family: Roboto,'Helvetica Neue',sans-serif;
    vertical-align: top;
}



.divProfile {
    font-size: 15px !important;
}

    .divProfile span, .divProfile div {
        font-size: 15px !important;
    }

h1 {
    font-size: 22px !important;
}

h2 {
    font-size: 20px !important;
}

h3 {
    font-size: 17px !important;
}

h4 {
    font-size: 14px !important;
}

h5 {
    font-size: 12px !important;
}

h6 {
    font-size: 10px !important;
}

.divPageTitle {
    display: block;
    text-align: center;
    line-height: 50px;
    margin-top: 5px;
    font-size: 15px !important;
    font-weight: normal;
    color: #006bff;
    background-color: #e7feff;
    border: solid #60c1eb 1px;
    border-radius: 5px;
}

.btnAll {
    background-color: #fafdff !important;
    color: #023353 !important;
    display: none !important;
}

.btnFindinLawyer {
}

.btnWaitingAnswer {
}

.btnWaitingAcceptance {
}

.btnAnswered {
}

.btnClosed {
}



.divHello {
    text-align: center;
    font-size: 20px;
    color: #056409;
    padding-bottom: 10px;
}

    .divHello span {
        font-size: 20px;
        font-weight: bold;
        color: #9c9c9c;
    }



.divLawyerStatusSetter {
    text-align: center;
    font-size: 20px;
    color: #056409;
    padding-bottom: 10px;
}

    .divLawyerStatusSetter span {
        font-size: 17px;
        font-weight: bold;
        color: #9c9c9c;
    }



.divCredit {
    text-align: center;
    font-size: 20px;
    color: #056409;
    padding-bottom: 10px;
}

    .divCredit span {
        font-size: 17px;
        font-weight: bold;
        color: #9c9c9c;
    }



.ChartsHolder {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
}

    .ChartsHolder canvas {
    }

.txtSearch:active, .txtSearch:focus {
    border-color: #056409;
}

.txtSearch {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.87);
    height: 50px;
    background: rgba(255, 255, 255, 0.60) none repeat scroll 0% 0% !important;
    z-index: auto;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    transition-property: none;
    transition-duration: 0s;
    transition-timing-function: ease;
    outline: 0;
    box-shadow: none;
    min-height: 26px;
    -webkit-box-ordinal-group: 3;
    order: 1;
    display: block;
    box-sizing: border-box;
    border-color: lightgray;
    border-width: 1px;
    border-radius: 20px;
    border-style: solid;
    width: 500px;
    max-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 16px 12px !important;
    resize: none;
    overflow: hidden;
    font-family: Roboto,'Helvetica Neue',sans-serif;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
}


.divTopButtons_Register {
    text-align: center !important;
    padding-top: 50px;
}

    .divTopButtons_Register a {
        border-style: none;
        color: #056409;
        background-color: #ffffff;
        border-radius: 3px;
        border: 1px solid #056409 !important;
        -webkit-appearance: button;
        display: inline-block;
        position: relative;
        cursor: pointer;
        min-height: 36px;
        min-width: 88px;
        line-height: 36px;
        vertical-align: middle;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
        padding: 10px 20px;
        margin: 12px 13px;
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        overflow: hidden;
    }

.divTopButtons a, .divTopButtons .divTopButtons_a {
    border-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

    .divTopButtons a span, .divTopButtons .divTopButtons_a span {
        color: #056409;
        background-color: #ffffff;
        border-radius: 3px;
        border: 1px solid #056409 !important;
        -webkit-appearance: button;
        min-height: 36px;
        min-width: 88px;
        line-height: 36px;
        vertical-align: middle;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
        padding: 0 2px;
        margin: 1px 1px;
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
    }

.btn:hover,
.btn:focus,
.btn.focus {
    color: #494949 !important;
}


.divNoPayment {
    display: none;
    position: fixed;
    margin-top: 10px !important;
    padding: 20px;
    top: 0;
    left: 0;
    background-color: white;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999;
    text-align: center;
}

.divWaitPaymentInfo strong {
    color: #ff6464;
    font-size: 30px;
}

.divWaitPaymentInfo span {
    color: #9ee8ff;
    font-size: 25px;
}

.divWaitPaymentTitle {
    color: #e66a6a;
    font-size: 30px;
    font-weight: bold;
}

.divWaitPaymentAfter {
    padding-top: 20px;
    font-size: 25px;
    color: #feffa1;
}

.divNoMoreFree {
    padding-top: 30px !important;
    overflow: auto;
}

    .divNoMoreFree .Service_ul {
        text-align: justify !important;
    }

.txtRequestPaid {
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
}


.divNoMoreFree .divWaitPaymentIcon:after {
    content: "\f243"; /*f244*/
    font-family: "FontAwesome";
    font-size: 35px;
    color: #ffa9a9;
}



.divPostAnswer {
    display: none;
    top: 0;
    left: 0;
    background-color: white;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;
    text-align: center;
    color: #ffffff !important;
    font-size: 19px !important;
}

.divPostAnswer_message {
    position: absolute;
}

.divListInserted {
    display: none;
    position: fixed;
    padding-top: 200px !important;
    padding: 100px;
    top: 0;
    left: 0;
    background-color: white;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;
}

.divActivationCode {
    display: none;
    position: fixed;
    padding-top: 200px !important;
    padding: 30%;
    top: 0;
    left: 0;
    background-color: white;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;
}

.divNotActiveUser {
    display: none;
    position: fixed;
    padding-top: 200px !important;
    padding: 30%;
    top: 0;
    left: 0;
    background-color: white;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;
}

.divResendPassword {
    display: block;
    position: fixed;
    padding-top: 200px !important;
    padding: 30%;
    top: 0;
    left: 0;
    background-color: white;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;
}

/* Snak Box */
.AlertText {
    pointer-events: none;
    background-color: #070524;
    font-size: 17px;
    color: #fff;
    padding: 16px;
    width: auto;
    display: inline-block;
    min-width: 350px;
}

.ErrorText {
    pointer-events: none;
    background-color: #b00;
    font-size: 17px;
    color: #fff;
    padding: 16px;
    width: auto;
    display: inline-block;
    min-width: 350px;
}

#AlertBar, #ErrorBar {
    visibility: hidden;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 999999999;
    left: 0;
    bottom: 170px;
}

#AlertBar {
    pointer-events: none;
}

#ErrorBar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 9.5s;
    animation: fadein 0.5s, fadeout 0.5s 9.5s;
}

#AlertBar.show {
    pointer-events: none;
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 170px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 170px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 170px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 170px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* Snak Box */
/********************************************************************************/



.BottomTools {
    border-top: 1px solid rgba(0,0,0,0.12);
    border-bottom: 1px solid rgba(0,0,0,0.12);
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    background-color: #f5f5f5;
}

.BottomToolsContainer {
    background-color: #000000;
    position: fixed;
    bottom: 55px;
    left: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    z-index: 99;
}

.admin_body .BottomToolsContainer {
    bottom: 0 !important;
    width: 100%;
}

.BottomTools_Checks {
    padding: 6px;
    background-color: #2e80aa;
}

.txtProfileHeader {
    font-size: 18px;
    line-height: 20px;
}


/*Checkbox list*/
.select-checkbox option::before {
    content: "\2610";
    width: 1.3em;
    text-align: center;
    display: inline-block;
}

.select-checkbox option:checked::before {
    content: "\2611";
}

.select-checkbox-fa {
    margin-left: 20px;
    font-size: 15px;
    border: none !important;
    box-shadow: none;
    overflow: hidden !important;
}


    .select-checkbox-fa option::before {
        font-family: FontAwesome;
        content: "\f096";
        width: 1.3em;
        display: inline-block;
        margin-left: 2px;
        line-height: 30px;
    }

    .select-checkbox-fa option:checked::before {
        content: "\f046";
    }
/*Checkbox list*/


.toolsBTN {
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

/* Darker background on mouse-over */
.toolsDelete {
    background-color: #ff0000;
}

    .toolsDelete:hover {
        background-color: #ff7171;
    }

.toolsAdd {
    width: 150px !important;
    background-color: #056409;
}

    .toolsAdd:hover {
        background-color: #63cc67;
    }





/*Lawyer Experiences, education..... List*/
.select-MultiItems {
    border: none !important;
    box-shadow: none;
    overflow: hidden !important;
    padding: 0 !important;
}

.MultiItems {
    height: 45px;
    margin-bottom: 5px;
    margin-top: 2px;
    list-style-type: none;
}

    .MultiItems:nth-child(odd) {
        background-color: #f5f5f5 !important;
    }

    .MultiItems .MultiItems-Delete {
        margin-left: 5px;
        margin-right: 5px;
        display: inline-block;
        float: right;
        height: 40px;
        cursor: pointer;
    }

    .MultiItems .MultiItems-Text {
        padding-left: 25px;
        display: inline-block;
        float: left;
    }


        .MultiItems .MultiItems-Text span {
            display: block;
            height: 20px;
        }


/*Lawyer Experiences, education..... List*/



.select-MultiValues {
    border: none !important;
    box-shadow: none;
    overflow: hidden !important;
    padding: 0 !important;
}


.MultiValues {
    /*height: 45px;*/
    margin-bottom: 5px;
    margin-top: 2px;
    list-style-type: none;
}

    .MultiValues:nth-child(odd) {
        background-color: #f5f5f5 !important;
    }

    .MultiValues .MultiValues-Check {
        display: inline-block;
        /*float: left;*/
        height: 40px;
        cursor: pointer;
    }

    .MultiValues .MultiValues-Text {
        padding-top: 10px;
        padding-left: 25px;
        display: inline-block;
        /*float: left;*/
    }









.divRattingStars {
    display: table-row;
}


.divPaymentDone {
    display: none;
    line-height: 50px;
    font-weight: 500 !important;
    font-size: 34px;
    text-align: center;
    padding-top: 25px;
}


.OrderService {
    float: right;
    display: inline-block;
    font-weight: 500 !important;
    font-size: 14px;
}



.service_is_working {
    background-color: #056409 !important;
}

.service_price_confirm {
    background-color: #3da0f5 !important;
    width: 120px !important;
    height: 120px !important;
    line-height: 25px !important;
    padding-top: 45px;
}

    .service_price_confirm span {
        display: block;
        height: auto;
    }

.divRattingStars svg {
    width: 25px;
    height: 25px;
    display: table-cell;
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
}

.divRattingReview {
}

.divReviewHistory {
    padding-top: 40px;
    display: block;
    width: 100%;
}

.pendingDiv {
    animation: 1.5s ease-in-out 0s infinite normal both running heartbeat;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    color: white;
}

a {
    text-decoration: none !important;
}

    a:active, a:hover {
        outline-width: 0;
    }


.divServiceInfo {
    display: table-row;
}

.divServicePrice {
    display: table-cell;
    color: #000000 !important;
    padding: 0 12px 0 12px !important;
}


.txtServicePrice {
    font-size: 22px;
    font-weight: bold;
}

.divServicePrice span {
    display: block;
    width: 100%;
    text-align: center;
}

.divServiceName {
    display: table-cell;
    font: Georgia, Times New Roman, serif !important;
    font-size: 26px;
    text-wrap: normal;
    height: 100% !important;
    line-height: 100%;
    vertical-align: middle;
    color: rgb(237, 145, 0);
    padding-right: 0;
    padding-left: 15px;
}

.divServiceIntro {
    font: Georgia, Times New Roman, serif !important;
    font-size: 16px;
    text-align: justify;
    min-height: 32px;
    color: #676767;
    width: 100%;
}

.divServiceDetails, .divServiceDetails div, .divServiceDetails span, .divServiceDetails font {
    font: Georgia, Times New Roman, serif !important;
    font-size: 18px !important;
    text-align: justify;
    min-height: 32px;
    width: 100%;
}

.divServiceDetails, .divServiceDetailsHeader {
    display: none !important;
    visibility: hidden !important;
}





.divContainer {
    box-sizing: border-box;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    color: rgba(0,0,0,0.87);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    padding: 5px;
    overflow: hidden;
}

/* Cases Menu Style List */
.Cases_ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

.Case_li {
    width: 48%;
    margin: 8px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);*/
    color: rgba(0,0,0,0.87);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    padding: 5px;
    overflow: hidden;
}

    .Case_li:nth-child(odd) {
    }

    .Case_li:hover {
        background-color: rgba(251, 255, 236, 0.5);
    }

    .Case_li:last-child {
    }


    .Case_li img {
        float: left !important;
        display: inline !important;
        margin: 0 15px 0 0 !important;
        width: 32px;
        height: 32px;
    }

    .Case_li p {
        font: Georgia, Times New Roman, serif !important;
        font-size: 20px;
        display: inline-block !important;
        text-wrap: normal;
        overflow: hidden;
        min-height: 32px;
        max-height: 32px;
        color: #000000;
    }

    .Case_li a {
        display: block !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 32px !important;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }


    .Case_li .Case_Details {
        min-height: 50px;
        max-height: 50px;
        display: block;
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: .010em;
        font: Georgia, Times New Roman, serif !important;
        margin-top: 3px;
        margin-bottom: 10px;
        text-wrap: normal;
        word-break: break-word;
        word-wrap: break-word;
        color: #010101;
    }

    .Case_li .Case_info {
        min-height: 30px;
        max-height: 30px;
        display: block;
    }


        .Case_li .Case_info .Case_AnswerDate {
            display: inline-block;
            float: right;
            margin: 5px;
            font-size: 18px;
            line-height: 36px;
            font-weight: 500;
            letter-spacing: .010em;
            font: Georgia, Times New Roman, serif !important;
            color: #784e04;
        }

.MY_Service_Info {
    color: black;
}

.Case_li .Case_info .Case_Views {
    display: inline-block;
    float: left;
    margin: 5px;
    font-size: 25px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: .010em;
    font: Georgia, Times New Roman, serif !important;
    color: #009aff;
}


    .Case_li .Case_info .Case_Views svg {
        width: 24px;
        height: 24px;
        vertical-align: middle;
        text-align: center;
        display: inline-block;
    }

/* Cases Menu Style List */






/* COMPACT Cases Menu Style List */
.Case_li_copmact {
    width: 48%;
    margin: 8px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    color: rgba(0,0,0,0.87);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    padding: 5px;
    overflow: hidden;
}

    .Case_li_copmact:nth-child(odd) {
    }

    .Case_li_copmact:hover {
        background-color: rgba(251, 255, 236, 0.5);
    }

    .Case_li_copmact:last-child {
    }


    .Case_li_copmact img {
        float: left !important;
        display: inline !important;
        margin: 0 15px 0 0 !important;
        width: 32px;
        height: 32px;
    }

    .Case_li_copmact p {
        font: Georgia, Times New Roman, serif !important;
        font-size: 20px;
        display: inline-block !important;
        text-wrap: normal;
        overflow: hidden;
        min-height: 32px;
        max-height: 32px;
        color: #000000;
    }

    .Case_li_copmact a {
        display: block !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 32px !important;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }


    .Case_li_copmact .Case_Details {
        min-height: 50px;
        max-height: 50px;
        display: block;
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: .010em;
        font: Georgia, Times New Roman, serif !important;
        margin-top: 3px;
        margin-bottom: 10px;
        text-wrap: normal;
        word-break: break-word;
        word-wrap: break-word;
        color: #010101;
    }

    .Case_li_copmact .Case_info {
        min-height: 30px;
        max-height: 30px;
        display: block;
    }


        .Case_li_copmact .Case_info .Case_AnswerDate {
            display: inline-block;
            float: right;
            margin: 5px;
            font-size: 18px;
            line-height: 36px;
            font-weight: 500;
            letter-spacing: .010em;
            font: Georgia, Times New Roman, serif !important;
            color: #784e04;
        }

        .Case_li_copmact .Case_info .Case_Views {
            display: inline-block;
            float: left;
            margin: 5px;
            font-size: 25px;
            line-height: 36px;
            font-weight: 500;
            letter-spacing: .010em;
            font: Georgia, Times New Roman, serif !important;
            color: #ffffff;
        }


            .Case_li_copmact .Case_info .Case_Views svg {
                width: 24px;
                height: 24px;
                vertical-align: middle;
                text-align: center;
                display: inline-block;
            }

/* COMPACT Cases Menu Style List */




/* Messages List */
.Messages_ul {
    list-style-type: none !important;
    padding: 5px !important;
    overflow: auto !important;
    display: block;
}

.messages_true {
    background-color: #e4fffe;
}

.messages_false {
    background-color: #deffdc;
}

.messages_reply {
    background-color: #ffb913;
}

.message_i_replied {
}

    .message_i_replied:after {
        content: "\f112";
        font-family: "FontAwesome";
        font-size: 20px;
        color: #000000;
        padding-left: 10px;
        padding-right: 10px;
    }

.Messages_li {
    margin: 8px;
    box-sizing: border-box;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    color: rgba(0,0,0,0.87);
    border-radius: 2px;
    padding: 5px;
    overflow: hidden;
}


    .Messages_li p {
        font: Georgia, Times New Roman, serif !important;
        display: block !important;
        float: left;
        text-wrap: normal;
        overflow: hidden;
        min-height: 20px;
        max-height: 20px;
        height: 20px;
        line-height: 20px;
        color: #1461a1;
        font-size: 15px;
        font-weight: 300;
    }

    .Messages_li span {
        float: right;
        line-height: 20px;
        font-size: 12px;
    }

    .Messages_li:nth-child(odd) {
    }

    .Messages_li:hover {
        /*background-color: aliceblue;*/
    }


    .Messages_li a {
        display: block !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
    }


    .Messages_li div {
        display: block !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
    }
/* Messages List */





/* Service Menu Style List */
.Service_ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

.Service_li {
    width: 48%;
    margin: 8px;
    box-sizing: border-box;
    display: inline-flex;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    color: rgba(0,0,0,0.87);
    background-color: rgba(255,255,255, 0.5);
    border-radius: 2px;
    padding: 5px;
    overflow: hidden;
}


    .Service_li p {
        font: Georgia, Times New Roman, serif !important;
        display: inline-block !important;
        text-wrap: normal;
        overflow: hidden;
        min-height: 32px;
        max-height: 32px;
        color: #000000;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }



    .Service_li .Service_Details {
        min-height: 160px;
        max-height: 160px;
        display: block;
        font-size: 16px;
        text-align: justify;
        font-weight: 400;
        letter-spacing: .010em;
        line-height: 30px;
        font: Georgia, Times New Roman, serif !important;
        margin-bottom: 15px;
        margin-top: 5px;
        text-wrap: normal;
        word-break: break-word;
        word-wrap: break-word;
        color: #000000;
    }

    .Service_li .Service_info {
        min-height: 40px;
        max-height: 40px;
        display: block;
    }


        .Service_li .Service_info .Service_More {
            display: inline-block;
            float: right;
            margin: 5px;
            line-height: 36px;
            font-size: 16px;
            text-align: justify;
            font-weight: 400;
            font: Georgia, Times New Roman, serif !important;
            color: #01760a;
        }

        .Service_li .Service_info .Service_price {
            display: inline-block;
            float: left;
            margin: 5px;
            font-size: 34px;
            line-height: 36px;
            font-weight: 500;
            letter-spacing: .010em;
            font: Georgia, Times New Roman, serif !important;
            color: #0072ff;
        }

            .Service_li .Service_info .Service_price span {
                font-size: 20px;
            }


    .Service_li:nth-child(odd) {
    }

    .Service_li:hover {
        background-color: rgb(23, 23, 23);
    }


    .Service_li a {
        display: block !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
    }
/* Service Menu Style List */




/* Service Menu List COMPACT*/
.Service_li_copmact {
    width: 48%;
    margin: 8px;
    box-sizing: border-box;
    display: inline-flex;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    color: black;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    padding: 5px;
    overflow: hidden;
}


    .Service_li_copmact p {
        font: Georgia, Times New Roman, serif !important;
        display: inline-block !important;
        text-wrap: normal;
        overflow: visible;
        min-height: 32px;
        color: black;
        font-size: 18px;
        font-weight: 400;
        line-height: 52px;
    }



    .Service_li_copmact .Service_Details {
        min-height: 160px;
        max-height: 160px;
        display: block;
        font-size: 16px;
        text-align: justify;
        font-weight: 400;
        letter-spacing: .010em;
        line-height: 32px;
        font: Georgia, Times New Roman, serif !important;
        margin-bottom: 15px;
        margin-top: 5px;
        text-wrap: normal;
        word-break: break-word;
        word-wrap: break-word;
        color: black;
    }

    .Service_li_copmact .Service_info {
        min-height: 40px;
        max-height: 40px;
        display: block;
    }


        .Service_li_copmact .Service_info .Service_More {
            display: inline-block;
            float: right;
            margin: 5px;
            line-height: 36px;
            font-size: 16px;
            text-align: justify;
            font-weight: 400;
            font: Georgia, Times New Roman, serif !important;
            color: #2c8304;
        }

        .Service_li_copmact .Service_info .Service_price {
            display: inline-block;
            float: left;
            margin: 5px;
            font-size: 25px !important;
            line-height: 36px;
            font-weight: 500;
            letter-spacing: .010em;
            font: Georgia, Times New Roman, serif !important;
            color: white;
        }

            .Service_li_copmact .Service_info .Service_price span {
                font-size: 20px;
            }


    .Service_li_copmact:nth-child(odd) {
    }


    .Service_li_copmact:hover {
    }


    .Service_li_copmact a {
        display: block !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
    }
/* Service Menu List COMPACT*/



/* Laws Menu Style List */
.Law_ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

.Law_li {
    width: 48%;
    margin: 8px;
    box-sizing: border-box;
    display: inline-flex;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    color: rgba(0,0,0,0.87);
    background-color: rgb(255,255,255);
    border-radius: 2px;
    padding: 5px;
    overflow: hidden;
}


    .Law_li p {
        font: Georgia, Times New Roman, serif !important;
        display: inline-block !important;
        text-wrap: normal;
        overflow: hidden;
        min-height: 32px;
        max-height: 32px;
        color: #056409;
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }



    .Law_li .Law_Details {
        min-height: 160px;
        max-height: 160px;
        display: block;
        font-size: 16px;
        text-align: justify;
        font-weight: 400;
        letter-spacing: .010em;
        line-height: 24px;
        font: Georgia, Times New Roman, serif !important;
        margin-bottom: 15px;
        margin-top: 5px;
        text-wrap: normal;
        word-break: break-word;
        word-wrap: break-word;
        color: #676767;
    }

    .Law_li .Law_info {
        min-height: 40px;
        max-height: 40px;
        display: block;
    }


        .Law_li .Law_info .Law_Country {
            display: inline-block;
            float: right;
            margin: 5px;
            line-height: 36px;
            font-size: 16px;
            text-align: justify;
            font-weight: 400;
            font: Georgia, Times New Roman, serif !important;
            color: #056409;
        }

        .Law_li .Law_info .Law_Type {
            display: inline-block;
            float: left;
            margin: 5px;
            font-size: 26px;
            line-height: 36px;
            font-weight: 500;
            letter-spacing: .010em;
            font: Georgia, Times New Roman, serif !important;
        }

    .Law_li:nth-child(odd) {
    }

    .Law_li:hover {
        background-color: aliceblue;
    }


    .Law_li a {
        display: block !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
    }
/* Laws Menu Style List */



/* Lawyers Menu Style List */
.Lawyers_ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

.Lawyers_li {
    margin: 0 2px 16px 0;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    color: rgba(0,0,0,0.87);
    background-color: rgba(255,255,255,0.5);
    border-radius: 2px;
    padding: 5px;
    overflow: hidden;
}

    .Lawyers_li:nth-child(odd) {
    }

    .Lawyers_li:hover {
        background-color: lightgray;
    }

    .Lawyers_li:last-child {
    }

    .Lawyers_li img {
        float: left !important;
        display: inline !important;
        margin: 0 15px 0 0 !important;
        width: 32px;
        height: 32px;
    }

    .Lawyers_li p {
        font: Georgia, Times New Roman, serif !important;
        display: inline !important;
        margin: 0px !important;
        text-wrap: normal;
        word-break: break-word;
        word-wrap: break-word;
    }

    .Lawyers_li a {
        display: block !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 32px !important;
        cursor: pointer;
    }
/* Lawyers Menu Style List */



/* Replies Menu Style List */
.divReply {
    margin-top: 25px;
    margin-bottom: 20px;
}

.Reply_li .divReplyDate {
    text-align: right;
    margin-top: 14px;
    margin-bottom: 16px;
    line-height: 1px;
    background: #a5803e;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    color: #000000;
}

.Reply_li:nth-child(odd) .divReplyDate {
    text-align: left;
}

.Reply_li .ReplyDate {
    padding-right: 0;
    padding-left: 16px;
    color: #022e63;
    background: #ffffff;
    vertical-align: baseline;
    text-align: right;
}

.Reply_li:nth-child(odd) .ReplyDate {
    padding-right: 16px;
    padding-left: 0;
    color: #022056;
    background: #ffffff;
    vertical-align: baseline;
    text-align: left;
}

.Reply_ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

.Reply_li {
    padding: 5px;
    overflow: auto;
    background-color: white;
    color: black;
}

    .Reply_li:nth-child(odd) {
        /*background-color: whitesmoke;*/
        color: #9c9c9c;
        font-style: italic !important;
    }

    .Reply_li:hover {
    }

    .Reply_li:last-child {
    }

    .Reply_li img {
        float: left !important;
        display: inline !important;
        margin: 0 15px 0 0 !important;
        width: 32px;
        height: 32px;
    }

    .Reply_li p {
        font-size: 14px;
        display: inline !important;
        margin: 0px !important;
        text-wrap: normal;
        word-break: break-word;
        word-wrap: break-word;
    }
/* Replies Menu Style List */






/* Reviews Menu Style List */
.divReview {
    margin-top: 25px;
    margin-bottom: 20px;
}

.Review_li .divReviewDate {
    text-align: right;
    margin-top: 14px;
    margin-bottom: 16px;
    line-height: 1px;
    background: #f2f2f2;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    color: #b9b9b9;
}

.Review_li .ReviewDate {
    padding-right: 6px;
    margin-right: 15px;
    padding-left: 0;
    color: lightgray;
    background: #ffffff;
    vertical-align: baseline;
    text-align: center;
}


.Review_li .divReviewRate {
    text-align: left;
    line-height: 1px;
    border: 0;
    vertical-align: baseline;
    color: #b9b9b9;
}

    .Review_li .divReviewRate svg {
        width: 24px;
        height: 24px;
    }



.star11 {
    fill: #056409;
}

.star12 {
    fill: #056409;
}

.star13 {
    fill: #056409;
}

.star14 {
    fill: #056409;
}

.star15 {
    fill: #056409;
}




.star21 {
    fill: black;
}

.star22 {
    fill: #056409;
}

.star23 {
    fill: #056409;
}

.star24 {
    fill: #056409;
}

.star25 {
    fill: #056409;
}



.star31 {
    fill: black;
}

.star32 {
    fill: black;
}

.star33 {
    fill: #056409;
}

.star34 {
    fill: #056409;
}

.star35 {
    fill: #056409;
}





.star41 {
    fill: black;
}

.star42 {
    fill: black;
}

.star43 {
    fill: black;
}

.star44 {
    fill: #056409;
}

.star45 {
    fill: #056409;
}




.star51 {
    fill: black;
}

.star52 {
    fill: black;
}

.star53 {
    fill: black;
}

.star54 {
    fill: black;
}

.star55 {
    fill: #056409;
}




.Review_ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

.Review_li {
    padding: 5px;
    overflow: auto;
    background-color: white;
    color: black;
}

    .Review_li:nth-child(odd) {
        /*background-color: whitesmoke;*/
        color: #9c9c9c;
        font-style: italic !important;
    }

    .Review_li:hover {
        background-color: #fcfcfc;
    }

    .Review_li:last-child {
    }

    .Review_li img {
        float: left !important;
        display: inline !important;
        margin: 0 15px 0 0 !important;
        width: 32px;
        height: 32px;
    }

    .Review_li p {
        font-size: 14px;
        display: inline !important;
        margin: 0px !important;
        text-wrap: normal;
        word-break: break-word;
        word-wrap: break-word;
    }
/* Reviews Menu Style List */

.btn-extra {
    border-style: none;
    padding: 0;
    color: #ffffff;
    background-color: #6794ff;
    border-radius: 3px;
    border: 1px solid #006bff !important;
    -webkit-appearance: button;
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 0 6px;
    margin: 6px 8px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
}


.btn-delete {
    border-style: none;
    padding: 0;
    color: #ffffff;
    background-color: #ff6775;
    border-radius: 3px;
    border: 1px solid #ff0000 !important;
    -webkit-appearance: button;
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 0 6px;
    margin: 6px 8px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
}


.btn-cancel {
    border-style: none;
    padding: 0;
    color: #ffffff;
    background-color: #908d8d;
    border-radius: 3px;
    border: 1px solid #ff0000 !important;
    -webkit-appearance: button;
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 0 6px;
    margin: 6px 8px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
}

.btn-order {
    border-style: none;
    padding: 0;
    color: #056409;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #056409 !important;
    -webkit-appearance: button;
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 0 6px;
    margin: 6px 8px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
}


.btn-send {
    border-style: none;
    padding: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    color: rgb(255,255,255);
    background-color: rgb(76,175,80);
    -webkit-appearance: button;
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-user-select: none;
    outline: 0;
    border: 0;
    padding: 0 6px;
    margin: 6px 8px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
}


.OrderServiceStep {
    float: none !important;
    display: block !important;
}

    .OrderServiceStep span {
        float: right;
        padding-left: 5px;
        padding-right: 10px;
    }


.btnPayFromStore {
}

.btnPayBank {
    background-color: #4c9edb !important;
}

.btnPayCredit {
    background-color: #1a9c70 !important;
}


.OrderServiceStep:before {
    font-family: "FontAwesome";
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}



.btnPayFromStore:before {
    content: "\f0d6   \f283   \f10b   \f1f1    \f1f0"; /*f0d6 f283 f09d f1f0 f1f1 f10b*/
    color: #000000;
}


.btnPayBank:before {
    content: "\f19c"; /*f19c f0ec*/
    color: #09103b;
}

.btnPayCredit:before {
    content: "\f06b"; /*f06b*/
    color: #86630f;
}





.btnOrderFullWidth {
    display: block !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.btnPayFromStore_half {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.btnPayCredit_half {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}


.btnPayFromStore_half:before {
    font-family: "FontAwesome";
    content: "\f0d6   \f283   \f10b   \f1f1    \f1f0"; /*f0d6 f283 f09d f1f0 f1f1 f10b*/
    color: #b3e480;
}

.btnPayCredit_half:before {
    font-family: "FontAwesome";
    content: "\f06b"; /*f06b*/
    color: #86630f;
}




select:focus, select:active {
    border-bottom: 1px solid #056409;
}

select {
    min-width: 100%;
    width: 100%;
    min-height: 35px;
    line-height: 35px;
    vertical-align: middle;
    display: block;
    -webkit-appearance: button;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    /*background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
    background-position: center right;
    background-repeat: no-repeat;
    border-bottom: 1px solid lightgray;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row {
    width: 100% !important;
}

.col-1, .col-2, .col-3, .col-4 .col-5 .col-6, .col-7, .col-8, .col-9, .col-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-1 {
    width: 10%;
    max-width: 10%;
}

.col-2 {
    width: 20%;
    max-width: 20%;
}

.col-3 {
    width: 30%;
    max-width: 30%;
}

.col-4 {
    width: 40%;
    max-width: 40%;
}

.col-5 {
    width: 50%;
    max-width: 50%;
}

.col-6 {
    width: 60%;
    max-width: 60%;
}

.col-7 {
    width: 70%;
    max-width: 70%;
}

.col-8 {
    width: 80%;
    max-width: 80%;
}

.col-9 {
    width: 90%;
    max-width: 90%;
}

.col-10 {
    width: 100%;
    max-width: 100%;
}


.subheader {
    border-top: 1px solid rgba(0,0,0,0.12);
    border-bottom: 1px solid rgba(0,0,0,0.12);
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    background-color: rgba(245, 245, 245, 0.55);
}

.SubDetails {
    background-color: rgba(255, 255, 255, 0.4)
}

.subheader-inner {
    display: block;
    padding: 16px;
    margin: 0;
    border: 0;
}

.subheader-content {
    display: block;
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.subheader-icon {
    margin: -6px 32px -6px 0;
    background-repeat: no-repeat no-repeat;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
}

.subheader-Text {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


.SubDetails {
    margin-top: 10px;
}


.DIVsendReplay_Parent {
    margin-top: 20px;
    position: fixed;
    bottom: 55px;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

    .DIVsendReplay_Parent .divHotAnswers {
        width: 100%;
        display: block;
    }


.DIVsendReplay {
    display: flex;
    background-color: #ffffff;
    width: 100%;
    z-index: 2;
}

    .DIVsendReplay .txtQuestion {
        height: auto;
        overflow-y: scroll;
    }

    .DIVsendReplay .btn {
        height: 45px !important;
        width: 45px !important;
        border-radius: 40px;
        min-height: unset;
        min-width: unset;
        padding: 4px !important;
        margin: 4px !important;
        font-family: "FontAwesome" !important;
        font-size: 23px;
    }

    .DIVsendReplay .btnRecord {
        background-color: orange;
    }

.divLawyer {
}


.divLawyerName {
    position: relative;
    margin-top: 0px;
    margin-left: 65px;
    margin-right: 10px;
    padding-top: 5px;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    min-height: 45px;
}

.txtLawyerSub {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}

.txtLawyer {
    color: rgb(0, 0, 0) !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    outline-width: 0;
    background-color: transparent;
}


.divLawyerProfile .imgLawyer {
    width: 80px !important;
    height: 80px !important;
}

.divLawyerProfile .divLawyerName {
    margin-top: 0px;
    margin-right: 10px !important;
    margin-left: 56px;
    min-height: 80px !important;
    vertical-align: middle !important;
    padding-top: 20px;
}

.divLawyerProfile .txtLawyerSub {
    padding-top: 5px;
}


.divLawyerProfile .divLawyerStatus {
    right: -4px;
    bottom: -4px;
    width: 32px;
    height: 32px;
}

.divLawyerProfile .divLawyerStatusInner {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 6px;
}

.imgLawyer {
    float: left;
    margin-top: 1px !important;
    -webkit-box-flex: 0;
    flex: none;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    margin-right: 16px;
    border-radius: 50%;
    box-sizing: content-box;
    position: relative;
    background-size: cover;
    background-position: top center;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    color: rgba(0,0,0,0.870588);
    background-color: #ffffff;
}

.divLawyerStatus {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    color: rgba(0,0,0,0.870588);
}

.divLawyerStatusInner {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    margin: 2px;
    border-radius: 50%;
}

.divLawyerStatusOnline {
    border: 1px solid #005a04;
    background: #7bd87f;
}

.divLawyerStatusOffline {
    border: 1px solid #4a0000;
    background: #ff0000;
}

.divLawyerStatusNoLawyer {
    border: 1px solid #ffffff;
    background: #ffffff;
}


.QuestionIcon {
    float: left;
    width: 28px;
    height: 40px;
    display: inline;
    line-height: 80px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.divTopic {
    display: inline;
    padding-right: 15px;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    vertical-align: top;
}

.Separator {
    left: -16px;
    right: -16px;
    bottom: -16px;
    display: block;
    border-top-width: 1px;
    border-top-style: solid;
    margin: 0;
    border-top-color: rgba(0,0,0,0.12);
    color: rgba(0,0,0,0.54);
}


.divQuestion {
    text-wrap: normal;
    word-wrap: break-word;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
}

.AnswerLable {
    background-color: #ac8357;
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both !important;
    font-size: 15px !important;
}

    .AnswerLable .divLawyerForService {
        display: inline-flex !important;
        width: 50% !important;
        clear: both !important;
        background-color: #1d1d1d;
        padding-left: 7px !important;
        padding-right: 7px !important;
        padding-top: 4px !important;
    }

        .AnswerLable .divLawyerForService .txtLawyer {
            color: #ac8357 !important;
        }


    .AnswerLable .AnswerDate {
        display: inline-flex !important;
        margin: 0 !important;
        clear: both !important;
        font-weight: normal !important;
        font-size: 12px;
        background-color: transparent !important;
        height: 50px;
        padding-top: 30px !important;
        color: #000000 !important;
    }

.divLawyer {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 10px;
    clear: both !important;
}


.divAnswerDate {
    display: block;
    width: 100%;
    margin-top: 15px;
}

    .divAnswerDate .Separator {
        margin-top: 14px;
        margin-bottom: 16px;
        line-height: 0.1px;
        background: rgba(0,0,0,0.12);
        margin-left: 10px;
        margin-right: 10px;
    }

.AnswerDate {
    margin-left: 40px;
    padding-left: 16px;
    color: rgba(0,0,0,0.54);
    background: #ffffff;
    padding-right: 16px;
    border: 0;
    vertical-align: baseline;
    letter-spacing: .010em;
}

.divAnswerContent {
    margin-top: 10px;
    padding: 5px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.divAnswerContentOuter {
    min-height: 135px !important;
}

.divComments {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.divQuestionInfo {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 10px;
}

    .divQuestionInfo div {
        width: 33%;
        display: inline-block;
    }

        .divQuestionInfo div svg {
            width: 24px;
            height: 24px;
            vertical-align: middle;
            text-align: center;
            display: inline-block;
        }

        .divQuestionInfo div span {
            vertical-align: middle;
            text-align: center;
            display: inline-block;
        }



.divLawyerInfo {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .divLawyerInfo div {
        width: 99%;
        display: block;
        margin-bottom: 12px;
    }

        .divLawyerInfo div svg {
            width: 24px;
            height: 24px;
            vertical-align: middle;
            text-align: center;
            display: inline-block;
        }

        .divLawyerInfo div span {
            vertical-align: middle;
            text-align: center;
            display: inline-block;
        }


.RattingDiv, .RattingDivList {
    height: 32px;
    display: block;
}

    .RattingDiv div, .RattingDivList div {
        width: 32px;
        height: 32px;
        vertical-align: middle;
        text-align: center;
        position: relative;
        display: inline-block;
    }

    .RattingDiv span, .RattingDivList span {
        vertical-align: middle;
        text-align: center;
        display: inline-block;
        line-height: 32px;
        margin-top: 3px;
    }

    .RattingDiv div .ratingMask, .RattingDivList div .ratingMask {
        fill: #056409;
    }


.RattingDivList {
    width: 250px !important;
}

    .RattingDivList div {
        width: 250px !important;
    }

    .RattingDivList svg {
        height: 32px !important;
    }

        .RattingDivList svg path {
            height: 32px !important;
        }

.divStarsListInner {
    width: 250px;
}

.divStarsListInnerMask {
    position: absolute !important;
    display: inline-block !important;
    left: 0 !important;
    top: 0 !important;
}



.divStatus {
}


.txtMemo:active, .txtMemo:focus {
    border-color: #056409;
}

.txtMemo {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.87);
    height: 110px;
    background: transparent none repeat scroll 0% 0% !important;
    z-index: auto;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    transition-property: none;
    transition-duration: 0s;
    transition-timing-function: ease;
    outline: 0;
    box-shadow: none;
    min-height: 26px;
    -webkit-box-ordinal-group: 3;
    order: 1;
    display: block;
    box-sizing: border-box;
    border-color: lightgray;
    border-width: 1px 0 1px 0;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    padding: 8px 16px 12px !important;
    resize: none;
    overflow: hidden;
    font-family: Roboto,'Helvetica Neue',sans-serif;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
}

.txtTopic:active, .txtTopic:focus {
    border-color: #056409;
}

.txtTopic {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.87);
    height: 50px;
    background: rgba(255, 255, 255, 0.55) none repeat scroll 0% 0% !important;
    z-index: auto;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    transition-property: none;
    transition-duration: 0s;
    transition-timing-function: ease;
    outline: 0;
    box-shadow: none;
    min-height: 26px;
    -webkit-box-ordinal-group: 3;
    order: 1;
    display: block;
    box-sizing: border-box;
    border-color: lightgray;
    border-width: 1px 0 1px 0;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    padding: 8px 16px 12px !important;
    resize: none;
    overflow: hidden;
    font-family: Roboto,'Helvetica Neue',sans-serif;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
}


.txtQuestion:active, .txtQuestion:focus {
    border-color: #056409;
}

.txtQuestion {
    color: rgba(0, 0, 0, 0.87);
    height: 144px;
    background: transparent none repeat scroll 0% 0% !important;
    z-index: auto;
    position: relative;
    line-height: 26px;
    font-size: 16px;
    transition-property: none;
    transition-duration: 0s;
    transition-timing-function: ease;
    outline: 0;
    box-shadow: none;
    min-height: 26px;
    -webkit-box-ordinal-group: 3;
    order: 2;
    display: block;
    box-sizing: border-box;
    border-width: 1px 0 1px 0;
    border-color: lightgray;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    padding: 8px 16px 12px !important;
    resize: none;
    overflow: hidden;
    font-family: Roboto,'Helvetica Neue',sans-serif;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
}

.txtQuestionFromVoice {
}

.divVoiceStatus {
    display: inline-block;
}

    .divVoiceStatus:before {
        font-family: "FontAwesome";
        font-size: 35px;
        padding-left: 5px;
        padding-right: 5px;
    }


.divVoiceReady {
    color: #38e12b;
}

    .divVoiceReady:before {
        content: "\f130";
    }

.divVoiceNotReady {
    color: #e98080;
}

    .divVoiceNotReady:before {
        content: "\f131";
    }


.txtCharactersCounter {
    color: #ffffff;
    font-size: 17px;
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-12-25 11:41:37
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

#circle-object {
    background: #3e3e3e;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.anim-object.active {
    display: block;
    z-index: 905;
}




/* Responsive: Portrait tablets and up */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
    body {
        padding-top: 5px !important;
    }


    .NoUserContent {
        display: none !important;
        visibility: collapse !important;
    }

    .btnRecord {
        display: block !important;
    }


    .divErrors {
        display: block !important;
    }

    .More-Menu {
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar {
        display: none !important;
        visibility: collapse !important
    }


    .divActivationCode, .divResendPassword {
        padding-top: 80px !important;
        padding: 5px;
    }

    .divPostAnswer {
        padding-top: 80px !important;
        padding: 5px;
    }

    .divListInserted {
        padding-top: 80px !important;
        padding: 5px;
    }

    .BottomToolsContainer {
        width: 100% !important
    }

    .Service_li {
        width: 99%;
        margin: 0 0 15px 0;
        display: flex;
        float: none;
    }

        .Service_li .Service_Details {
            font-size: 14px;
            font-weight: 400;
            letter-spacing: .010em;
            line-height: 35px;
        }

    .Case_li {
        width: 99%;
        margin: 0 0 15px 0;
        display: flex;
        float: none;
    }

    .divComments {
        padding-top: 35px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .divQuestionInfo div {
        width: 32%;
        margin-bottom: 5px;
    }

    .col-1, .col-2, .col-3, .col-4 .col-5 .col-6, .col-7, .col-8, .col-9, .col-10 {
        min-width: 100% !important;
        width: 100% !important;
    }


    .Case_li .Case_info .Case_Views {
        font-size: 18px;
    }


    .divHomeIconsGuest {
        display: block !important;
        visibility: visible !important;
    }

    .divGuestLogin {
        display: block;
    }
}




/* Responsive: Mobile */
@media only screen and ( max-width: 767px) {

    body {
        padding-top: 5px !important;
    }




    .AdminSideData {
        margin-right: auto;
        margin-left: auto;
        padding-left: 1px;
        padding-right: 1px;
        width: 99% !important;
        margin-top: 1px !important;
        padding-top: 10px !important;
    }

    .txtAdminFilterSideClients {
        /*display: none !important;*/
        top: 5px !important;
        width: 100% !important;
        left: 5px !important;
        right: 5px !important;
        min-width: 95% !important;
    }

    .AdminSideClients_Parent {
        width: 100% !important;
        height: 100% !important;
        position: fixed !important;
        top: 1px !important;
        margin-top: 1px !important;
        overflow-y: auto;
        overflow-x: hidden !important;
        bottom: auto !important;
        background-color: #ffffff !important;
        z-index: 99999999999999999999999;
        display: none;
    }

    .AdminSideClients {
        width: 100% !important;
        height: 100% !important;
        position: fixed !important;
        top: 50px !important;
        padding-top: 0 !important;
        margin-top: 1px !important;
        overflow-y: auto;
        overflow-x: hidden !important;
        bottom: auto !important;
        background-color: #ffffff !important;
        z-index: 99999999999999999999999;
    }

        .AdminSideClients ul {
            width: 99% !important;
            margin-left: auto !important;
            margin-right: auto !important;
            position: absolute !important;
            float: left;
            top: 5px !important;
        }

    .divPostDetails {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }




    .Admin-Menu ul li {
        font-size: 17px !important;
    }


    .Admin-Menu {
        z-index: 999999;
        width: 100%;
        height: 90vh !important;
        background-color: #ffffff;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        display: none;
    }

    .dropdown-menu {
        top: 15px !important;
    }

    .dropdown-toggle {
        position: relative !important;
        display: block !important;
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 20px !important;
        padding-top: 1px !important;
    }









    .Admin-Content {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .imgAdminHome {
        max-width: 100%;
        width: 100%;
    }

    .divAdminMenuButton {
        display: inline-block;
        background-color: red;
        color: white;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        line-height: 30px;
        cursor: pointer;
    }

        .divAdminMenuButton:after {
            font-family: "FontAwesome";
            content: "\f142";
            font-size: 20px;
        }


    /*Tabs*/
    .tabsDataContainer {
        top: 5px;
    }
    /*Tabs*/

    #circle-object {
        background: #3e3e3e;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        overflow: hidden;
    }


    .NoUserContent {
        display: none !important;
        visibility: collapse !important;
    }


    .btnRecord {
        display: block !important;
    }

    .btnRecordAnswer {
        display: block !important;
    }

    .divErrors {
        display: block !important;
    }

    .More-Menu {
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar {
        display: none !important;
        visibility: collapse !important
    }

    .divActivationCode, .divResendPassword {
        padding-top: 80px !important;
        padding: 5px;
    }

    .divPostAnswer {
        padding-top: 80px !important;
        padding: 5px;
    }


    .divListInserted {
        padding-top: 80px !important;
        padding: 5px;
    }

    .BottomToolsContainer {
        width: 100% !important
    }



    .divComments {
        padding-top: 35px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .divQuestionInfo {
        margin-bottom: 0;
    }

        .divQuestionInfo div {
            width: 32%;
            margin-bottom: 0;
        }

    .divLawyerInfo div {
        width: 99%;
        display: block;
        margin-bottom: 12px;
    }

    .QuestionIcon {
        width: 22px;
        height: 28px;
        line-height: 28px;
    }

    .divTopic {
        font-size: 17px;
        word-break: break-all;
        font-weight: 200;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .row {
        width: 98vw !important;
    }

    .col-1, .col-2, .col-3, .col-4 .col-5 .col-6, .col-7, .col-8, .col-9, .col-10 {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        position: unset;
        padding-right: 10px;
        padding-left: 10px;
        float: none;
    }


    .divServiceName {
        font-size: 18px;
    }

    .txtServicePrice {
        font-size: 18px;
    }

    .divServicePrice span {
        font-size: 14px;
    }


    .Service_li {
        width: 99%;
        margin: 0 0 15px 0;
        display: flex;
        float: none;
    }

        .Service_li p {
            min-height: 20px;
            max-height: 20px;
            font-size: 20px;
            font-weight: 300;
            line-height: 18px;
        }



        .Service_li .Service_Details {
            min-height: 160px;
            max-height: 160px;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: .010em;
            line-height: 30px;
            margin-bottom: 15px;
            margin-top: 5px;
        }



        .Service_li .Service_info .Service_price {
            font-size: 25px;
            line-height: 30px;
            font-weight: 400;
        }

            .Service_li .Service_info .Service_price span {
                font-size: 15px;
            }


    /* Service Menu List COMPACT*/
    .Service_li_copmact {
        width: 99%;
        margin: 0 0 35px 0;
        display: flex;
        float: none;
    }

        .Service_li_copmact p {
            min-height: 20px;
            max-height: 20px;
            font-size: 16px;
            font-weight: 500;
            line-height: 18px !important;
        }



        .Service_li_copmact .Service_Details {
            display: none;
        }



        .Service_li_copmact .Service_info .Service_price {
            font-size: 25px;
            line-height: 30px;
            font-weight: 400;
        }

            .Service_li_copmact .Service_info .Service_price span {
                font-size: 15px;
            }
    /* Service Menu List COMPACT*/




    /* Cases Menu Mobile */

    .Case_li {
        width: 99%;
        margin: 0 0 15px 0;
        display: flex;
        float: none;
        padding-bottom: 1px;
    }

        .Case_li p {
            font-size: 15px;
            min-height: 32px;
            max-height: 32px;
            word-wrap: break-word;
            word-break: break-all;
            max-width: 250px;
            font-weight: bold;
            margin-bottom: 0 !important;
        }

        .Case_li img {
            margin: 0 5px 0 0 !important;
        }

        .Case_li .Case_Details {
            min-height: 95px;
            max-height: 95px;
            margin-top: 0 !important;
        }


        .Case_li .Case_info {
            min-height: 20px;
            max-height: 20px;
        }


            .Case_li .Case_info .Case_Views {
                font-size: 15px;
                line-height: 20px;
                margin: 2px;
            }

                .Case_li .Case_info .Case_Views svg {
                    width: 20px;
                    height: 20px;
                    margin: 2px;
                    padding: 2px;
                }


            .Case_li .Case_info .Case_AnswerDate {
                font-size: 15px;
                line-height: 20px;
                font-weight: 200;
                margin: 2px;
            }
    /* Cases Menu Mobile */


    .MY_Service_Info {
        font-size: 18px;
        word-wrap: break-word;
        word-break: break-all;
    }





    /* COMPACT Cases Menu Mobile */

    .Case_li_copmact {
        width: 99%;
        margin: 0 0 15px 0;
        display: flex;
        float: none;
        padding-bottom: 1px;
    }

        .Case_li_copmact p {
            font-size: 15px;
            min-height: 32px;
            max-height: 32px;
            word-wrap: break-word;
            word-break: break-all;
            max-width: 250px;
            font-weight: bold;
            margin-bottom: 0 !important;
        }

        .Case_li_copmact img {
            margin: 0 5px 0 0 !important;
        }

        .Case_li_copmact .Case_Details {
            min-height: 95px;
            max-height: 95px;
            margin-top: 0 !important;
        }


        .Case_li_copmact .Case_info {
            min-height: 20px;
            max-height: 20px;
        }


            .Case_li_copmact .Case_info .Case_Views {
                font-size: 15px;
                line-height: 20px;
                margin: 2px;
            }

                .Case_li_copmact .Case_info .Case_Views svg {
                    width: 20px;
                    height: 20px;
                    margin: 2px;
                    padding: 2px;
                }


            .Case_li_copmact .Case_info .Case_AnswerDate {
                font-size: 15px;
                line-height: 20px;
                font-weight: 200;
                margin: 2px;
            }
    /* COMPACT Cases Menu Mobile */




    .Law_li {
        width: 99%;
        margin: 0 0 15px 0;
        display: flex;
        float: none;
    }

        .Law_li p {
            min-height: 20px;
            max-height: 20px;
            font-size: 15px;
            font-weight: 300;
            line-height: 18px;
        }



        .Law_li .Law_Details {
            min-height: 160px;
            max-height: 160px;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: .010em;
            line-height: 18px;
            margin-bottom: 15px;
            margin-top: 5px;
        }



        .Law_li .Law_info .Law_Type {
            font-size: 15px;
            line-height: 20px;
            font-weight: 400;
        }

        .Law_li .Law_info .Law_Country {
            font-size: 15px;
            line-height: 20px;
            font-weight: 400;
        }



    h1 {
        font-size: 20px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    h3 {
        font-size: 15px !important;
    }

    h4 {
        font-size: 12px !important;
    }

    h5 {
        font-size: 10px !important;
    }

    h6 {
        font-size: 8px !important;
    }

    .MultiValues {
        overflow-wrap: normal;
        text-wrap: avoid;
        white-space: nowrap;
    }

        .MultiValues .MultiValues-Text {
            max-height: 28px;
            overflow: hidden;
        }

    .divServiceDetails, .divServiceDetails div, .divServiceDetails span, .divServiceDetails font {
        font-size: 13px !important;
    }

    .divLoginPage {
        display: none;
    }

    .divLoginFloat {
        display: none;
    }

    .MustUseApp {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        visibility: visible;
        width: 100%;
        height: 100%;
        background-color: white;
        text-align: center;
        vertical-align: middle;
        z-index: 9999999;
        font-size: medium;
        padding-top: 50px;
    }

    .divHomeIconsGuest {
        display: block !important;
        visibility: visible !important;
    }

    .divGuestLogin {
        display: block;
    }


    .divGuestHomeScroll {
        position: fixed !important;
        top: 200px !important;
        bottom: 1px !important;
        left: -10px !important;
        overflow: visible;
        margin-bottom: 25px;
    }

    .divGuestHomeScroll_Inner {
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 100%;
    }

    .divLawyerName {
        margin-right: 3px !important;
    }

    .divLawyerProfile .divLawyerName {
        margin-right: 3px !important;
    }

    .divGuestHomeServicesPadding {
        padding-top: 200px !important;
    }


    .divDoAgreement .txtAgreeBody {
        font-size: 14px;
        padding-top: 5px;
        text-align: justify !important;
        text-justify: inter-word;
    }

    .divDoAgreement {
        padding-top: 25px !important;
    }

        .divDoAgreement .divButtons {
            padding-top: 10px !important;
        }


    .divLikeCount {
        line-height: 25px;
        font-size: 16px;
    }

        .divLikeCount:before {
            font-size: 15px;
        }

    .divCase_Views {
        line-height: 25px;
        font-size: 16px;
    }

        .divCase_Views:before {
            font-size: 15px;
        }


    .cmbFlags {
        height: 25px;
        line-height: 20px;
        font-size: 15px !important;
        margin: 2px !important;
    }

    .cmbFlags_Lawyer {
    }

    .divSignInForm {
        display: block;
    }
}
