#loader16login {
    color: white;
    display: none;
    margin-top: -2px;
}

#loader16verify {
    color: white;
    display: none;
    margin-top: -2px;
}

#loader16confirm {
    color: white;
    display: none;
    margin-top: -2px;
}

.verify-btn16 {
    width: 145px;
    height: 37px;
    background: var(--unnamed-color-1c9a35) 0% 0% no-repeat padding-box;
    background: #1C9A35 0% 0% no-repeat padding-box;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.mobile-input16 {
    width: 100%;
    height: 50px;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    outline: none;
    border: none;
    padding-left: 30px;
}

#card-signin16 {
    margin-top: -50px;
}


/* * {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
} */


/* Main-Loader */

@media (min-width: 1200px) {
    .loader {
        width: 50px;
        height: 50px;
        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid #1c9a34;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
    .nodata {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .loader {
        width: 50px;
        height: 50px;
        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid #1c9a34;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
}

@media (max-width: 992px) {
    .loader {
        width: 50px;
        height: 50px;
        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid #1c9a34;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
}

@media (max-width: 768px) {
    .loader {
        width: 50px;
        height: 50px;
        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid #1c9a34;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
}

@media (max-width: 480px) {
    .loader {
        width: 50px;
        height: 50px;
        border: 8px solid #f3f3f3;
        border-radius: 50%;
        border-top: 8px solid #1c9a34;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
    .nodata {
        font-size: 20px;
    }
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Main-Loader */

@media (min-width: 1200px) {
    .nav-logo1 {
        width: 225px;
        height: 80px;
    }
    .navbar-nav>li {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1200px) {
    .nav-logo1 {
        width: 225px;
        height: 80px;
    }
    .navbar-nav>li {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .nav-logo1 {
        width: 242px;
        height: 82px;
    }
}

@media (max-width: 768px) {
    .nav-logo1 {
        width: 232px;
        height: 78px;
    }
}

@media (max-width: 480px) {
    .nav-logo1 {
        width: 202px;
        height: 72px;
    }
}

.navbar {
    /*width: 200px;
    height: 70px;*/
    background: none;
}


/* .navbar-brand img {
    width: 200px;
    height: 70px;
    margin-left: 20px;
} */

.section-main {
    margin-top: 4%;
}

.card-left {
    margin-left: 3%;
    margin-bottom: 8%;
    border: none;
    background-color: transparent !important;
}

.card-left .card-body {
    color: white !important;
    margin-left: 60px !important;
}

.card-left .card-body p {
    font-size: 45px;
    font-weight: bold;
    line-height: 47px;
}

.card-left .card-body footer {
    font-size: 12px;
    margin-top: 30px;
    color: darkgray;
    width: 60%;
}

@media (min-width: 992px) {
    #check-validation {
        margin: 0 20%;
    }
}

.card-right {
    margin: auto;
    margin-top: 40px;
    padding: 0px 5px;
    width: 80%;
    height: 90%;
    border-radius: 18px;
    align-content: center;
}

.card-right-signup {
    margin: auto;
    margin-top: 40px;
    padding: 0px 5px;
    width: 80%;
    height: 103%;
    border-radius: 18px;
    align-content: center;
}

.card-right .card-body .card-title {
    font-size: 30px;
    font-weight: bold;
    color: #1c9a35;
    margin-bottom: 10px;
}

.card-right-signup .card-body .card-title {
    font-size: 25px;
    font-weight: bold;
    color: #1c9a35;
    margin-bottom: 10px;
}

.card-title-company {
    font-size: 13px;
    font-weight: bold;
    flex: right;
    color: #1c9a35;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-right .card-body .input-type,
.card-right-signup .card-body .input-type {
    width: 100%;
}

.card-right .card-body .input-text,
.card-right-signup .card-body .input-text {
    background: #eeeeee 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 100% !important;
    height: 40px;
    margin-bottom: 10px;
    outline: none;
    border: none;
    padding-left: 10px !important;
    color: #1c9a35;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .input-number {
        background: #eeeeee 0% 0% no-repeat padding-box;
        opacity: 1;
        width: 100% !important;
        height: 40px;
        margin-bottom: 10px;
        outline: none;
        border: none;
        padding-left: 139px !important;
        /* padding-left: 120% !important; */
        color: #1c9a35;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .input-number {
        background: #eeeeee 0% 0% no-repeat padding-box;
        opacity: 1;
        width: 100% !important;
        height: 40px;
        margin-bottom: 10px;
        outline: none;
        border: none;
        color: #1c9a35;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .input-number {
        background: #eeeeee 0% 0% no-repeat padding-box;
        opacity: 1;
        width: 100% !important;
        height: 40px;
        margin-bottom: 10px;
        outline: none;
        border: none;
        color: #1c9a35;
        font-size: 14px;
    }
}

@media (max-width: 748px) {
    .input-number {
        background: #eeeeee 0% 0% no-repeat padding-box;
        opacity: 1;
        width: 100% !important;
        height: 40px;
        margin-bottom: 10px;
        outline: none;
        border: none;
        color: #1c9a35;
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    .input-number {
        background: #eeeeee 0% 0% no-repeat padding-box;
        opacity: 1;
        width: 100% !important;
        height: 40px;
        margin-bottom: 10px;
        outline: none;
        border: none;
        color: #1c9a35;
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .input-number {
        background: #eeeeee 0% 0% no-repeat padding-box;
        opacity: 1;
        width: 100% !important;
        height: 40px;
        margin-bottom: 10px;
        outline: none;
        border: none;
        color: #1c9a35;
        font-size: 14px;
    }
}

 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cecece;
    opacity: 1;
    /* Firefox */
    font-size: 14px;
}

.forgot-text {
    text-align: right;
    float: right;
    letter-spacing: 0px;
    color: #1c9a35;
    opacity: 1;
    margin-right: 10px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.forgot-text:hover {
    color: #1c9a35;
}

.or-social-login {
    /* text-align: center; */
    letter-spacing: 0px;
    color: #1c9a35;
    opacity: 1;
    margin-top: 14%;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.icon-card {
    width: 100%;
    height: 35px;
    align-items: center;
    background: #eeeeee 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
}

.fa {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: black;
}

.button-login {
    margin-top: 30px;
}

.btn-success {
    color: white;
    background-color: #1c9a35;
    font-size: 15px;
    height: 40px;
    width: 120px;
}

.footer-text {
    font-size: 12px;
    font-weight: 400;
    margin-top: 30px;
    width: 100%;
}

.right-text {
    float: right;
    color: #d0d2d7;
}

.left-text {
    float: left;
    font-size: 16px;
    color: #1c9a35;
    margin-top: -4px;
    font-weight: bold;
    margin-left: 5px;
}

.fa-facebook {
    color: #3b5998;
}

.fa-twitter {
    color: #03a9f4;
}

.fa-google {
    color: #f30b0b;
}

.term-condition {
    letter-spacing: 0px;
    color: #1c9a35;
    opacity: 1;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.termsconditions {
    text-align: center;
    font: normal normal medium 14px/18px Quicksand;
    letter-spacing: -0.34px;
    color: #1C9A35;
    opacity: 1;
}


/* .radio-btn {
    margin-top: 4px;
    margin-left: 5px;
    color: #1c9a35 !important;
    background-color: #1c9a35 !important;
} */

input[type="radio"]+label:before {
    background-color: #1c9a35;
}

input[type="radio"] {
    margin-top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #1c9a35 !important;
    color: #fff !important;
    content: "";
    display: inline-block;
    visibility: visible;
    margin-left: 5px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/* appearance of checked radiobutton */


/* input[type="radio"]:checked+label:before {
    background-color: #1c9a35;
} */

input[type="radio"]:checked {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #1c9a35 !important;
    color: #fff !important;
    content: "checked";
    display: inline-block;
    visibility: visible;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

input[type="radio"]:checked:after {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #1c9a35 !important;
    color: #fff !important;
    content: "";
    display: inline-block;
    visibility: visible;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.or-social-signup {
    text-align: center;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #1c9a35;
    opacity: 1;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.please-verify {
    width: 90%;
}

.please-verify-text {
    color: #1c9a35;
    opacity: 1;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.please-verify-text:hover {
    color: #1c9a35;
}

.opt-text {
    margin-top: 30px;
}

.otp-card {
    width: 100%;
    height: 35px;
    align-items: center;
    background: #eeeeee 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    /* padding: 3px; */
}

.input-opt-text {
    background: #eeeeee 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    outline: none;
    border: none;
    padding-left: 12px;
    color: #1c9a35;
    font-size: 18px;
    border-radius: 10px;
    font-weight: bold;
}

.location {
    position: relative;
}

.location .fa-map-marker {
    position: absolute;
    color: #1c9a35;
    margin-left: -20px;
    font-size: 20px;
}

.location .fa-id-card-o {
    position: absolute;
    color: #1c9a35;
    margin-left: -30px;
    font-size: 20px;
}

/*added class for translate english and arabic word*/
.arabic{text-align:right !important;padding-right:10px;}
.english{text-align:left;}
