@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

body{
    margin: 0;padding: 0;
    direction: rtl;
    text-align: right;
    font-family: GE_SS_Two_Medium;
    overflow-x: hidden;
    font-family: 'Cairo', sans-serif;
}
img{
    max-width: 99%;
}

.navbar{
    z-index: 1;
}
.navbar-brand .logo{
    margin-top: 5px;
    max-width: 214px;
}
nav{
    z-index: 9999;
}
.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-light .navbar-nav .nav-link.nav-link-login{
    color: #fff;
    border-radius: 5px;
    background: #1d4522;
    margin-right: 15px;
    font-size: 12px;
    margin-top: 2px;
    padding-left:  15px;
    padding-right:  15px;
}

/* homepage */
.first_section{
    min-height: 500px;
    background-color: #f5f5f5;
    padding: 0px 0px 100px 0px;
}
.first_section .rightpart{
    padding-top: 130px;
    padding-right: 50px;
    padding-left: 30px;
}
.first_section .rightpart p{
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #686868;
    max-width: 370px;
    text-align: justify;
}
.first_section .rightpart h3{
    color: #1d4522;
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 21px;
}
.first_section .rightpart a.btn{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid transparent;
    background-color: #1d4522;
    color: #fff;
    font-weight: bold;
}

.first_section .leftpart{
    text-align: center;
    padding-top: 150px;
}
.first_section .leftpart img{
    width: 200px;
}
.btn-site {
    color: #fff;
    background-color: #1d4522;
    border-color: #1d4522;
    margin-right: 0px;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 10px 0;
}
.reg-form {
    padding: 20px 35px;
    background-color: #fff;
    margin-top: -50px;
    border-radius: 5px;
}
.reg-form h3 {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 40px !important;
    margin-top: 14px !important;
    color: #1d4522;
}
.btn-resend-sms{
    border: none;
    color: green;
    font-size: 13px;
    margin-top: 4px;
    background-color: #fff;
}
.btn-resend-sms:disabled{
    background-color: #eee;
}
.main-box{
    background-color: #fff;
    padding: 15px;
    margin-top: 35px;
    border-radius: 8px;
}
.main-n-title{
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 40px !important;
    margin-top: 14px !important;
    color: #1d4522;
}
.clr{
    color: #1d4522;
}

.login_page{
    padding: 60px;
    background-image: url(../images/clientlogin.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 80vh;
}
.login_page form{
    max-width: 400px;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 3px 6px #00000016;
}
.login_page form input::placeholder {
    font-size: 12px;
    color: #aaa;
}

.partphone{
    position: relative;
}
.partphone input{
    padding-right: 65px;
    text-align: left;
}
.partphone .part_icon{
    position: absolute;
    right: 9px;
    top: 5px;
}
.partphone .part_icon img{
    width: 22px;
    border-radius: 3px;
}
.partphone .part_icon span{
    font-weight: bold;
    color: #444;
    font-size: 10px;
}
.abso-icon{
    position: absolute;
    right: 9px;
    top: 5px;
}
.pr-30{
    padding-right: 30px;
}
.underline{
    text-decoration: underline;
}


.phone_verifycode .number-code div {
    display: flex;
}
.phone_verifycode .number-code  div  input.code-input {
    font-size: 1.5em;
    text-align: center;
    flex: 1 0 1em;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
}
.phone_verifycode .number-code  div  input.code-input:not(:last-child) {
    margin-right: calc(5px * 2);
}
.phone_verifycode .number-code  div  input.code-input[readonly]{
    background-color: #eee;
    cursor: not-allowed;
}
.navbar-light .navbar-nav .nav-link.nav-link-accountname{
    color: #1d4522;
    border-radius: 5px;
    background: #f6efe5;
    margin-right: 15px;
    font-size: 12px;
    margin-top: 2px;
    padding-left:  15px;
    padding-right:  15px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pre_order{
    text-align: center;
    padding-top: 100px;
    min-height: 78vh;
}
.pre_order .items{
    max-width: 619px;
    margin: 0 auto;
}
.pre_order .items > div{
    display: inline-block;
    width: 180px;
    height: 180px;
    background-color: #f8f8f8;
    margin: 20px 11px ;
    padding: 20px;
    transition: 0.5s all;
}
.pre_order .items > div:hover{
    transform: scale(0.95);
}
.pre_order .items > div img{
    width: 63px;
    height: 54px;
    margin: 0 auto;
    margin-top: 24px;
}
.pre_order .items > div a{
    text-decoration: none;
}
.pre_order .items > div a h6{
    color: #000;
    font-size:16px;
    margin-top: 10px;
}
.graybody{
    background-color: #f3f2f7;
}
.clientcontent{
    padding-top: 50px;
    padding-bottom: 50px;
}
.startorder{
    border-radius: 15px;
    overflow: hidden;
}
.startorder .header{
    background-color: #1d4522;
    padding: 20px 15px;
}
.startorder .header .item{
    display: inline-block;
    text-align: center;
    padding: 14px;
    width: auto;
    position: relative;
    color: #949494;
}
.startorder .header .item::after{
    content: '';
    border: 1px dashed #949494;
    position: absolute;
    left: -57%;
    top: 28px;
    width: 100%;
}
.startorder .header .item:last-of-type:after{
    display: none;
}
.startorder .header .item h6:last-of-type{
    height: 36px;
    overflow: hidden;
}
.startorder .header .num{
    height: 30px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #949494;
    padding-top: 5px;
    margin: 0 auto;
    margin-bottom: 24px;
    background-color: #1d4522;
    position: relative;
    z-index: 9;
}
.startorder .header .num.checked{
    color: #fff;
    background: #1a6647;
}
.startorder .header .item.active{
    color: #fff;
}
.startorder .header .item.active .num{
    border-color: #fff;
}

.startorder .body{
    background-color: #fff;
    padding: 20px 15px;
}
.startorder .body .title{
    padding: 17px 30px;
    margin-bottom: 17px;
    background-color: #eff6ee;
    color: #1d4522;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}
.startorder .body form input::placeholder {
    font-size: 12px;
    color: #aaa;
}
.btn-site{
    color: #fff;
    background: #1d4522;
}
.startorder .step_2{
    text-align: center;
    padding-top: 30px;
}
.startorder .step_2 img{
    width: 250px;
    margin-bottom: 25px;
}

.startorder .step_3 .divupload {
    margin-top: 25px;
    width: 100%;
    min-height: 420px;
    background-color: #e9f9ee;
    border: 2px dashed #333;
    border-radius: 12px;
    text-align: center;
    padding-top: 54px;
    padding-bottom: 25px;
    position: relative;
}
.startorder .step_3  .divupload input{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
.startorder .step_3  .divupload .frames img{
    margin: 1px 4px;
    border: 1px solid #c39e9e;
}

.startorder .step_3 .savved{
    margin-top: 20px;
    margin-bottom: 25px;
}
.startorder .step_3 .savved .itemimg{
    background-color: #f9f9f9;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 12px;
    position: relative;
}
.startorder .step_3 .savved .itemimg img{
    width: 80px;
    height: 80px;
}
.startorder .step_3 .savved .itemimg .remove{
    position: absolute;
    left: 25px;
    top: 44px;
    color: red;
}
.startorder .step_4 .group{
    margin-bottom: 15px;
}
.startorder .step_4 .group h6{
    width: auto;
    display: inline-block;
    background-color: #1d4522;
    padding: 10px 25px;
    font-weight: bold;
    color: #fff;
    border-radius: 12px;
}

.startorder .step_4 .question{
    background-color: #f2f2f2;
    padding: 15px 25px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}
.startorder .step_4 .question h6{
    color: #051501;
    font-weight: bold;
}
.startorder .step_4 .question .answers{
    position: absolute;
    left: 25px;
    top: 12px;
}
.startorder .step_4  .circle_result{
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background-color: #def6e6;
    border: 2px dashed #77b087;
    margin: 20px auto;
    text-align: center;
    padding-top: 70px;
    padding-right: 25px;
    padding-left: 25px;
}
.startorder .step_4  .circle_result.failed{
    background-color: #f6dede;
    border: 2px dashed #b07777;
}
.startorder .step_5 table th{
    background-color: #0d6441;
    color: #fff;
}

.startorder .step_finish{
    text-align: center;
    padding-top: 30px;
}
.startorder .step_finish img{
    width: 250px;
    margin-bottom: 25px;
}

.startorder .step_successfully{
    text-align: center;
    padding-top: 30px;
}
.startorder .step_successfully img{
    width: 250px;
    margin-bottom: 25px;
}
.btn-site-bor{
    color: #1d4522;
    background-color: #fff;
    border-color: #1d4522;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 10px 0;
}
.text-success{
    color: #1d4522;
}
.step_letfeedback{
    position: relative;
    padding: 50px 0;
}
.step_letfeedback .star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 183px;
    height: 37px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.step_letfeedback  .star-rating i {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.step_letfeedback  .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.step_letfeedback  .star-rating input:hover + i,
.step_letfeedback  .star-rating input:checked + i {
    opacity: 1;
}
.step_letfeedback  .star-rating i ~ i {
    width: 40%;
}
.step_letfeedback  .star-rating i ~ i ~ i {
    width: 60%;
}
.step_letfeedback  .star-rating i ~ i ~ i ~ i {
    width: 80%;
}
.step_letfeedback  .star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}
.step_letfeedback  .choice {
    text-align: center;
    display: block;
    position: absolute;
    left: calc(50% - 150px);
    top: 10px;
}

.step_letfeedback .question{
    background-color: #f2f2f2;
    padding: 15px 25px;
    border-radius: 8px;
    position: relative;
    text-align: right;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.step_letfeedback .question h6{
    color: #051501;
    font-weight: bold;
}
.step_letfeedback .question .answers{
    position: absolute;
    left: 25px;
    top: 12px;
}
.step_letfeedback .question .answers label{
    margin: 0 10px;
}
.showorder .mark{
    background-color: #1d4522;
    width: 350px;
    height: 120px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 8px;
}
.inspectorapp{
    background-color: #d3d0df;
    padding: 30px 0;
}
.inspector_order_show{
    padding: 50px 0;
}
.laboratoryapp{
    background-color: #d3d0df;
    padding: 30px 0;
}
.laboratory_order_show{
    padding: 50px 0;
}

.prefooter{
    background: #f3f2f7;
    padding-top: 100px;
}
.site-footer {
    background: #1d4522;
    padding: 30px 0;
    text-align: right;
    width:100%;
    position: relative;
    padding-bottom: 5px;
}
.site-footer .part_white{
    background-color: #fff;
    padding: 30px 40px;
    margin-top: -100px;
    border-radius: 12px;
}
.site-footer .part_white h5{
    color: #598c5f;
}
.site-footer .part_white .btn-footer-left{
    float: left;
    margin-top: -51px;
}
.part_green ul li{
    display: inline-block;
    margin: 0 5px;
    margin-top: 31px;
}
.part_green ul li a{
    color: #fff;
}
.part_green .app_btns{
    position: relative;
}
.part_green .app_btns a{
    display: inline-block;
    margin: 0 5px;
    margin-top: 25px;
    width: 112px;
    background-color: #1d4522;
    color: #fff;
    height: 37px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 12px;
    padding: 0;
}
.part_green .app_btns a.GooglePlay{
    background-image: url(../images/GooglePlay.png);
    top: 100px;
}
.part_green .app_btns a.AppleStore{
    background-image: url(../images/AppleStore.png);
}

/* copy rights */
.copy-rights{
    background: #fff;
    text-align: center;
    padding: 15px 0;
}
.copy-rights p{
    color: #333;
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

/* footer social */
.f-social ul li a{
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #b4b0b01f;
    line-height: 37px;
    border-radius: 50%;
    color: #555;
    font-size: 14px;
    position: relative;
    top: 0;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
.f-social ul li a:hover{
    background: #11998e;
    top: -5px;
}
.wlecomeheader{
    height: 540px;
    padding-top: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.wlecomeheader h3{
    color: #1d4522;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 25px;
}
.HomeAdvantages{
    padding: 60px 0;
    text-align: center;
    background-color: #f3f2f7;
}
.HomeAdvantages h5{
    color: #1f4423;
}
.HomeAdvantages .iteem{
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 6px;
    height: 200px;
}
.HomeAdvantages .iteem .icon{
    width: 60px;
    height: 56px;
    margin: 0px auto;
    max-width: 100%;
    margin-bottom: 11px;
}
.HomeAdvantages .iteem h6{
    font-weight: 600;
    line-height: 23px;
    color: #777;
}

.HowtoGetit{
    padding: 60px 0;
    text-align: center;
    background-color: #fff;
    height: 500px;
}
.HowtoGetit h5{
    color: #1f4423;
}
.HowtoGetit .iteem{
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 6px;
}
.HowtoGetit .iteem .icon{
    width: 160px;
    margin: 0px auto;
    max-width: 100%;
}
.HowtoGetit .iteem h6{
    font-weight: 600;
    line-height: 23px;
    color: #777;
}
.HowtoGetit .step{
    padding: 10px 15px;
    border: 1px dashed #acacac;
    border-radius: 8px;
    display: inline-flex;
    vertical-align: text-top;
}
.HowtoGetit .step h6{
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #464646;
    font-weight: bold;
}
.HowtoGetit .step img{
    height: 30px;
    width: 30px;
}
.HowtoGetit .step.num1{
    position: absolute;
    top: 0;
    right: 0;
}
.HowtoGetit .step.num2{
    position: absolute;
    top: 0;
    left: 45%;
}
.HowtoGetit .step.num3{
    position: absolute;
    top: 0;
    left: 0;
}
.HowtoGetit .step.num4{
    position: absolute;
    top: 150px;
    right: 190px ;
}
.HowtoGetit .step.num5{
    position: absolute;
    top: 150px;
    left: 270px;
}
.HowtoGetit .divhr{
    border: 2px dashed #1d4422;
    position: relative;
    top: 99px;
    width: 900px;
    margin: 0 auto;
}
.HowtoGetit .divhr .circle{
    border: 5px solid #1d4422;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 6px;
    background: #f3f2f7;
}
.HowtoGetit .divhr .circle.num1{
    position: absolute;
    top:-12px;
    right:  -9px;
}
.HowtoGetit .divhr .circle.num2{
    position: absolute;
    top: -12px;
    right: 20%;
}
.HowtoGetit .divhr .circle.num3{
    position: absolute;
    top: -12px;
    right: 47.3%;
}
.HowtoGetit .divhr .circle.num4{
    position: absolute;
    top: -12px;
    left: 26%;
}
.HowtoGetit .divhr .circle.num5{
    position: absolute;
    top: -12px;
    left: -9px;
}
.HowtoGetitVideo{
    padding: 60px 0;
    text-align: center;
    background-color: #fff;
    background-image: url(../images/HowtoGetitVideoBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.HowtoGetitVideo h5{
    color: #1f4423;
}
.HowtoGetitVideo img.videocover{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    transition: 1s all ease-in-out;
    border-radius: 8px;
}
.HowtoGetitVideo img.videocover:hover{
    transform: scale(0.95);
}

.SectionContactUs{
    padding: 60px 0;
    background-color: #fff;
}
.SectionContactUs .cover{
    padding: 60px 30px;
    background-image: url(../images/SectionContactUs.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 25px;
}
.btn-site-dark{
    color: #fff;
    background-color: #292929;
    border-color: #292929;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 10px 0;
}
.SectionContactUs .cover p{
    max-width: 400px;
}

.SectionContactUs .cover .btn-site-dark{
    padding: 12px 20px;
}

.banner{
    height: 380px;
    padding-top: 80px;
    background-image: url(../images/homeBanner1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner h4{
    color: #1d4522;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.banner .app_btns{
    position: relative;
}
.banner .app_btns a{
    display: inline-block;
    margin: 0 5px;
    margin-top: 25px;
    width: 140px;
    background-color: #1d4522;
    color: #fff;
    height: 47px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 8px;
    padding: 0;
}
.banner .app_btns a.GooglePlay{
    background-image: url(../images/GooglePlay.png);
    top: 100px;
}
.banner .app_btns a.AppleStore{
    background-image: url(../images/AppleStore.png);
}


.HomeTwitters{
    padding: 60px 0;
    text-align: center;
    background-color: #f3f2f7;
}
.HomeTwitters h5{
    color: #1f4423;
}
.HomeTwitters .item{
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    text-align: right;
    position: relative;
}
.HomeTwitters .item .icon{
    position: absolute;
    left: 20px;
    top: 20px;
}
.HomeTwitters .item img{
    width: 50px !important;
    margin-top: -26px;
}
.HomeTwitters .owl-carousel .owl-nav button.owl-next,
.HomeTwitters .owl-carousel .owl-nav button.owl-prev,
.HomeTwitters .owl-carousel button.owl-dot{
    font-size: 41px !important;
    position: absolute;
    top: 35%;
    background-color: #fff;
    height: 50px !important;
    width: 50px;
    border-radius: 50%;
    line-height: 0;
    display: block;
    padding-bottom: 9px !important;
    border: 2px solid #eee;
    background-color: #fff !important;
}
.HomeTwitters .owl-carousel .owl-nav button.owl-next{
    left: -25px;
}
.HomeTwitters .owl-carousel .owl-nav button.owl-prev{
    right: -25px;
}
.btn-site-twitter{
    color: #007bff;
    background-color: #fff;
    border-color: #007bff;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 10px 0;
}

nav .navbar-nav  .nav-item.dropdown .dropdown-menu {
    background-color: #f7f6fd;
    text-align: right;
}

.dashTopTitle{
    padding: 30px 0;
    background-color: #e4e4e4;
    margin-bottom: 25px;
}
.dashTopTitle li{
    display: inline-block;
    margin-left: 11px;
}
.dashTopTitle li a{
    color: #444;
}
.dashTopTitle li svg{
    font-size: 9px;
}
.clientdash .clientsidebar{
    background-color: #0C210E;
    border-radius: 12px ;
    overflow: hidden;
}
.clientdash .clientsidebar .header{
    padding: 30px 30px;
    background-color: #1E4521;
    border-bottom-left-radius: 43px;
    padding-bottom: 18px;
}
.clientdash .clientsidebar .header img.iconmark{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-top: -21px;
}
.clientdash .clientsidebar .header h6.text-muted{
    color: #c1c8ce !important;
}
.clientdash .clientsidebar .body{
    padding: 30px 20px;
}
.clientdash .clientsidebar .body ul{
    padding: 0;
}
.clientdash .clientsidebar .body ul li{
    margin-bottom: 15px;
    padding: 15px 5px;
}
.clientdash .clientsidebar .body ul li a{
    color: #e7e8e7;
    text-decoration: none;
}
.clientdash .clientsidebar .body ul li a img{
    margin-left: 5px;
    margin-right: 5px;
}
.clientdash .clientsidebar .body ul li:hover a{
    color: #bebebe;
}
.clientdash .clientsidebar .body ul li.active{
    background-color: #1E4521;
    border-radius: 8px;
}
.clientdash .clientsidebar .body ul li.active a{
    color: #fff;
}
.card.card1{
    margin-bottom: 10px;
}
.clientdash .card1 img{
    width: 25px;
    height: 25px;
    background: #2D5230 ;
    padding: 4px;
    border-radius: 50%;
    margin-bottom: 3px;
}
.clientdash .card1 h6{
    color: #2D5230;
    margin-right: 5px;
    font-weight: bold;
}
.clientdash .card2 .content{
    height: 200px;
    padding-top: 60px;
    border-radius: 12px;
    overflow: hidden;
    padding-right: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.clientdash .card2 .content h5{
    color: #1d4522;
    max-width: 63%;
    font-weight: bold;
    margin-bottom: 25px;
}
.clientdash .card2 .content.num1{
    background-image: url(../images/card2contentnum1.png);
}
.clientdash .card2 .content.num2{
    background-image: url(../images/card2contentnum2.png);
}
.clientdash .cardprofile .imgupload{
    position: relative;
    height: 60px;
}
.clientdash .cardprofile .imgupload img{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    border-radius: 50%;
}
.clientdash .cardprofile .imgupload svg{
    position: absolute;
    left: 50%;
    bottom: 10px;
    color: #0c210e;
}
.clientdash .cardprofile .imgupload input{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    z-index: 99;
}
.form-input{
    position: relative;
}
.form-input svg{
    position: absolute;
    right: 9px;
    top: 11px;
    color: #1e4521;
}
.form-input input{
    padding-right: 32px;
}
.btn-site-gray{
    color: #404040;
    background-color: #f2f2f2;
    border-color: #404040;
    padding: 8px 12px;
    border-radius: 4px;
}
.table-header-clr thead{
    background: #1d4522;
    color: #fff;
}
.badge-wait-bor{
    border: 1px solid #898fcf;
    color: #898fcf;
    padding: 6px 5px;
    margin-top: 5px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #e9f9ee;
}
.cardsupport .diviteem{
    padding: 25px 18px;
    border-radius: 8px;
    font-weight: bold;
}
.cardsupport .diviteem h6{
    display: inline-block;
}
.cardsupport .diviteem.num1{
    background-color: #e9eeea;
}
.cardsupport .diviteem.num1 a{
    background-color: #1d4522;
    color: #fff;
}
.cardsupport .diviteem.num1 h6{
    color: #1d4522;
}
.cardsupport .diviteem.num2{
    background-color: #f7f3ea;
}
.cardsupport .diviteem.num2 a{
    background-color: #ebd4b2;
    color: #3a3a39;
}
.cardsupport .diviteem.num2 h6{
    color: #3a3a39;
}
.cardsupport .diviteem.num3{
    background-color: #eae8fe;
}
.cardsupport .diviteem.num3 a{
    background-color: #41488e;
    color: #fff;
}
.cardsupport .diviteem.num3 h6{
    color: #282d6c;
}
.ticketslist .item{
    padding: 20px 15px;
    background-color: #f3f2f7;
    border-radius: 8px;
}
.ticketslist  .id{
    padding: 5px 8px;
    background-color: #fff;
    color:#000 ;
    border-radius: 8px;
}
.ticketslist  .status{
    padding: 5px 15px;
    border-radius: 18px;
    background-color: #edf9ef;
    color: #5cb968;
    border: 1px solid #5cb968;
    font-size: 12px;
    float: left;
}
.ticketslist  .date{
    display: block;
    margin-top: 15px;
}
.ticketslist .status.closed{
    padding: 5px 15px;
    border-radius: 18px;
    background-color: #fde8ed;
    color: #c9405f;
    border: 1px solid #c9405f;
    font-size: 12px;
    float: left;
}
.ticketslist .id-gray{
    padding: 5px 8px;
    background-color: #f3f2f7;
    color:#000 ;
    border-radius: 12px;
    margin-left: 10px;
    font-size: 12px;
}
.ticketslist .chat .itemm{
    margin-bottom: 15px;
}
.ticketslist .chat .itemm .boxx{
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #eceff4;
    margin-right: 11px;
}

.ticketslist .chat .itemm.dash{
    float: left;
    direction: ltr;
}
.ticketslist .chat .itemm.dash .boxx{
    background-color: #326137;
    color: #fff;
    margin-right: 0;
    margin-left: 11px;
}
.ticketslist .chat .itemm img{
    width: 45px;
    margin-top: -30px;
}
.ticketslist .chat .itemm .boxx span{
    font-size: 10px;
}
.ticketslist .chat .itemm.dash .boxx span{
    color: #eee !important;
}
.ticketslist .repaly{
    width: 100%;
    margin-top: 15px;
    position: relative;
}
.ticketslist .repaly button{
    position: absolute;
    top: 10px;
    left: 15px;
}
.ticketslist .repaly textarea{
    background: #eceff4;
    border: none;
    padding-left: 60px;
}
.cardfaq .faq-acc-item{
    background-color: #f2f2f2;
    padding: 15px 25px;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;
}
.cardfaq .faq-acc-item .panel-title{
    font-weight: bold;
    color: #000;
}
.ModalInquiry_h5{
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: 25px;
}
.aboutUsSec1{
    padding-top: 25px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 50px;
}
.aboutUsSec1 .partgreen img{
    margin-bottom: -34px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 10;
}
.aboutUsSec1 .partgreen .content{
    padding: 50px 25px;
    background-color: #1E4521;
    border-radius: 12px;
    color: #fff;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
}
.aboutUsSec1 .partgreen .content p{
    max-width: 500px;
    margin:  10px auto;
}
.aboutUsSec1 .partgry{
    padding-top: 150px;
    background-color: #F2F2F2;
    padding-bottom: 60px;
}
.cardofficemark{
    width: 280px;
    margin-bottom: 25px;
}
.AboutsAdvantages{
    padding: 60px 0;
    background-color: #fff;
}
.AboutsAdvantages h5{
    color: #1f4423;
}
.AboutsAdvantages .item{
    background-color: #f2f2f2;
    padding: 15px 25px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.AboutsCategories{
    padding: 60px 0;
    background-color: #F3F2F6;
}
.AboutsCategories h5{
    color: #1f4423;
}
.AboutsCategories .item{
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.AboutsCategories .item img{
    width: 35px;
    margin-right: 20px;
    margin-left: 11px;
    margin-bottom: 4px;
}
.beneficiariesHeader{
    padding: 35px 0;
    background-color: #1E4521;
    color: #fff;
    text-align: center;
}
.faqlist{
    padding: 50px 0;
    background-color: #fff;
}
.privacy{
    padding: 50px 0;
    background-color: #fff;
}
.privacy .card{
    background-color: #F3F2F6;
    padding: 25px 30px;
}
.btn-site-danger-bor{
    color: #dc3545;
    background-color: #fff;
    border-color: #dc3545;
}
.btn-site-danger-bor:hover{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btncommitmentcontract{
    position: absolute;
    top:10px;
    left: 10px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.navbar-light .navbar-nav .nav-link{
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 14px;
}
.notificationcount{
    background-color: #1d4522;
    border-radius: 50%;
    padding-top: 2px;
    color: #fff;
    padding-right: 7px;
    padding-left: 7px;
    height: 22px;
    font-size: 12px;
    box-shadow: 0 3px 6px #00000052;
    top: -12px;
}
.notificationcount:hover .dropdown-menu{
    display: block;
}
.dropdown-menu.show.right0{
    right: 0;
    width: 283px;
    margin-top: 14px;
    max-height: 300px;
    overflow-y: auto;
}
.dropdown-menu.show.right0 a{
    white-space: initial;
    width: 261px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown-menu.show.right0 a:hover{
    background: #f7f7f7;
}
.divImagemark99{
    background-color: #fff;
    width: 150px;
    height: 160px;
    border-radius: 12px;
    color: #fff;
    padding: 10px 15px;
    box-shadow: 0 3px 6px #00000016;
    color: #1d4522;
    position: relative;
    text-align: center;
}
.divImagemark99 .imgllogo{
    width: 101px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 16px;
}
.divImagemark99 *{
    margin-bottom: 0;
}
.divImagemark99 div svg{
    width: 65px;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.divImagemark99  span.num{
    margin-top: -19px;
    display: block;
}
.beneficiariesSection{
    padding-top: 30px ;
    padding-bottom: 60px ;
    background-color: #f3f2f7;
}
.beneficiariesSection .card.filtercard{
    border-radius: 12px;
    border: 0
}
.beneficiariesSection .item{
    height: 178px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
}
.beneficiariesSection .item .backgground{
    position: absolute;
    top: 0px;
    bottom: 0;
    height: 178px;
}
.beneficiariesSection .item .llogo{
    position: absolute;
    top: 21px;
    right: 34px;
}
.mr-85{
    margin-right: 85px;
}
.modal-open .modal{
    z-index: 9999999999;
}
.modal-open .modal .modal-dialog{
    margin-top: 103px;
}
.modal-open .modal .modal-body .close{
    margin: 0;
    margin-right: auto;
    padding: 0;
    position: absolute;
    top: 5px;
    left: 10px;
}
.btn-abso{
    position: absolute;
    top: 4px;
    left: 5px;
}
.btn-clr{
    background-color: #1E4521;
    border-color: #1E4521;
}
.min-h23 {
    min-height: 23px;
}
.btnabso-tableplus{
    position: absolute;
    left: 0;
    top: 74px;
    background: #f8f1eb;
    border-color: #cfcfcf;
    color: #333;
}
a.beneficiaries_show{
    position: absolute;
    top: 8px;
    left: 8px;
    color: #1e4521;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #343a40 !important;
}
.HowtoGetit .step{
    cursor: pointer;
}
.HowtoGetit .step .textInfo{
    display: none;
    position: absolute;
    width: 100%;
    top: 53px;
    left: 0;
    right: 0;
    font-size: 13px;
    background: #292929;
    color: #ebebeb;
    border-radius: 8px;
    padding: 7px 7px;
    z-index: 9999;
    transition: 0.5s all;
}
.HowtoGetit .step:hover .textInfo{
    display: block;
}
.planter_program{
    padding: 60px 0;
}
.planter_program .img-planter_program{
    max-width: 99%;
    margin: 0 auto;
    margin-top: 30px;
    max-height: 115px;
}
.planter_program p{
    color: #767676;
}
.planter_program .Participatingpartie .item img{
    height: 65px;
    width: 65px;
    margin-top: 5px;
}
.dropdown-menu{
    max-height: 300px;
    overflow-y: auto;
}
.list-methodpay{
    padding: 0;
    text-align:right;
    list-style: none;
    padding-right: 25px;
}
.list-methodpay li{
    padding: 10px 5px;
    background: #fcf9fc;
    border-bottom: 2px solid #edeff4;
    padding-right: 20px;
    padding-top: 23px;
    position: relative;
}
.list-methodpay li > img{
    position: absolute;
    left: 10px;
    width: 60px;
}
.step_4 .question h6{
    max-width: 80%;
}
.questionIndex{
    position: absolute;
    left: 0;
    top: 0;
    background: #1d4522;
    color: #fff;
    border-bottom-right-radius: 25px;
    padding: 5px 16px 6px 5px;
}
.breadcrumb .breadcrumb-item a{
    color: #333;
    text-decoration: underline;
}
.toggleSideBarMobile{
    display: none;
}



@media (max-width: 768px) {
    .listSideBarClient{
        display: none;
    }
    .toggleSideBarMobile{
        display: block;
        width: 100%;
        background: #0c210e;
        color: #fff;
        border-color: #ffffff78;
        border-left: none;
        border-right: none;
        padding: 9px 5px;
        border-radius: 8px;
    }
}

