body {
    background-color: #eeefed;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
}

.nav-bar {
    height: 90px;
    box-shadow: none;
    border-bottom: 1px solid #e3e5e4;
}

.nav-list li a:hover {
    background-color: #fff;
}

#navbar-extended {
    padding-left: 3px;
    padding-top: 2px;
    padding-right: 3px;
}

#website_logo {
    width: 200px;
    height: 65px;
}

.main_nav {
    background-color: #fff;
    height: 100px;
    box-shadow: none;
    border-bottom: 1px solid #e3e5e4;
}

#nav-wrapper {
    padding-left: 3px;
}

#brands_logo {
    width: 142px;
    height: 42px;
}

/* .material-icons {
    color: black !important;
} */

nav .sidenav-trigger i {
    height: 56px;
    line-height: 56px;
    font-weight: 600;
    color: #fff !important;
}

.material-icons:hover {
    color: #263A5A;
}

.signUpLogo {
    width: 210px;
    height: 90px;
    padding: 7px;
}

#mobile-demo li a {
    color: red;
}

.rm_title {
    float: left;
    font-size: 40px;
    font-family: arial;
    font-weight: 700;
    text-transform: uppercase;
}

.rm_subtitle {
    font-size: 20px;
    font-weight: 400;
    font-family: arial;
    float: left;
    text-align: left;
}

#mobile-demo li a {
    background-color: black;
    color: #fff;
    border-bottom: 2px solid #fff;
}

#mobile-demo li a:hover {
    background-color: red;
    color: #fff;
}

#login_left {
    background-size: cover;
    padding: 0;
}

.login_left {
    margin-top: -10px;
    background-size: cover;
}

.left_section {
    background-image: url('../img/main-bg.jpg');
    height: 100%;
    width: 70%;
    margin: 0;
}

.left_row {
    text-align: center;
    padding: 10px;
    color: #fff
}

.intro {
    width: 40px;
    font-weight: 18px;
    color: #fff;
}

.signUpText {
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: arial;
}

.terms_Text {
    color: grey;
}

.menues li a {
    color: grey;
}

.menues li a:hover {
    text-decoration: underline;
    text-decoration-color: red;
    color: red;
}

.main_section {
    padding: 10px;
    width: 375px;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 3%;
}

.sub {
    color: black;
    font-size: 15px;
}

#sub_row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.login_section {
    background-color: #fff;
    width: 100%;
    text-align: center;
}

.signup_section {
    background-color: #fff;
    width: 100%;
    text-align: center;
    float: center;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 0;
}


/*Recently Added for solving issue*/


/* .container {
    width: 70%;
    padding-left: 8px;s
    padding-right: 0;
} */

.contents_section {
    width: 70%;
    padding-left: 8px;
    padding-right: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    /* .container {
        width: 100%;
    } */
    #login_area {
        padding: 30px;
    }
    .contents_section {
        width: 100%;
    }
}


/*End Recently Added for solving issue*/

.special-input {
    height: 2.3rem !important;
    width: 100%;
    border: 1px solid silver !important;
    padding: 0 2px 0 6px !important;
    border-radius: 4px;
    text-align: center;
}

.sign_up_subtitle {
    font-size: 18px;
    color: #bdbec0;
}

.the_input {
    width: 100%;
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 0px 9px 0px 9px;
    /* border: 1px solid #afb7de; */
    border: 1px solid silver;
    border-radius: 7px;
    position: relative;
    height: 2.6rem;
}

.the_input:focus {
    border: 1px solid #a7b4db;
}

.title_row {
    color: black;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}

.bottom_row {
    width: 100%;
    margin-top: 5px;
    border: 2px solid #263A5A;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
    color: #fff;
    font-weight: 500;
    background: #263A5A !important;
    font-size: 18px;
    height: 2.4rem;
}

.bottom_row:hover {
    cursor: pointer;
    color: #fff;
    border: 2px solid #263A5A;
    box-shadow: 5px 5px 7px grey;
}


/*Log In SEction....*/

#login_area {
    height: 100%;
    padding-top: 20px;
}

.login_pic {
    height: 100%;
}

nav {
    background-color: #fff;
}

.forgot_row {
    text-align: left;
}

.forgot_row a {
    text-decoration: underline;
    font-size: 13px;
    color: grey;
}

.forgot_row a:hover {
    cursor: pointer;
    color: #82a15f;
}

.logIn_Text {
    color: black;
}

.logIn_Text a {
    text-decoration: underline;
}

.logIn_Title {
    font-size: 22px;
    color: grey;
}

.theLog_input {
    width: 100%;
    display: block;
    margin-top: 6px;
    margin-bottom: 10px;
    padding: 9px;
    /* border: 1px solid #afb7de; */
    border: 1px solid silver;
    border-radius: 7px;
    height: 2.6rem;
}

.theLog_input:focus {
    border: 1px solid #a7b4db;
}

#last_row {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.profile-input {
    height: 2.5rem;
    width: 100%;
    border: 1px solid #c3c4e7;
    padding: 0 2px 0 6px !important;
    border-radius: 2px;
}


/*Input Icons*/

.drop_down li a {
    color: red;
}

.join_us {
    font-size: 15px;
}

input[type='email'] {
    background: url('../img/icons/emailicon.png') no-repeat scroll 7px 10px;
    padding-left: 35px;
}

input[type='tel'] {
    background: url('../img/icons/phone.png') no-repeat scroll 7px 7px;
    padding-left: 35px;
}

input[type='password'] {
    background: url('../img/icons/password.png') no-repeat scroll 7px 9px;
    padding-left: 35px;
}

input,
select,
.select2-selection,
textarea,
option {
    outline: none;
    color: black;
}

.country-list li {
    color: black;
}

.selected-dial-code {
    color: black;
}

.iti-arrow {
    margin-left: 1px;
}

.nav-wrapper {
    background-color: #fff;
    padding: 20px;
}

.menue_bar li a {
    /* text-decoration: none;
    color: black;
    background-color: none; */
    font-weight: 500;
    font-size: 14px;
    color: #263A5A;
    font-style: normal;
    font-stretch: normal;
}

.menue_bar li a:hover {
    color: #82a15f;
    background-color: #fff;
}

.menue_bar li a:focus {
    color: #82a15f;
    background-color: #fff;
}

.menue_bar li #tab_btn {
    border: 1px solid red;
}

.menue_bar li #tab_btn {
    border: 1px solid red;
}


/*CSS For Two Buttons*/

.menue_bar li a[class="link_btn"] {
    width: 100px;
    height: 35px;
    text-decoration: none;
    background-color: #fff;
    color: #263A5A;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #263A5A;
    border-radius: 40px;
    text-align: center;
    vertical-align: middle;
    margin-top: 25px;
    margin: 3px;
    padding-top: -4px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    text-transform: uppercase;
    display: flex;
    /*CSS3*/
    align-items: center;
    /*Vertical align*/
    justify-content: center;
    /*horizontal align*/
    -webkit-appearance: none;
    outline: 0;
    resize: none;
    
}

.menue_bar li a[class="link_btn"]:hover {
    text-decoration: none;
    background-color: #82a15f;
    color: #fff;
    border: 2px solid #82a15f;
    /* border-radius: 40px; */
    text-align: center;
    cursor: pointer;
}

.menue_bar li a[class="link_btn"]:active {
    text-decoration: none;
    background-color: #82a15f;
    color: #fff;
    border: 2px solid #82a15f;
    /* border-radius: 40px; */
    text-align: center;
}


/*End ofCSS For Two Buttons*/

.sidenav-trigger {
    color: black;
}

.sidenav-trigger:hover {
    color: red;
}

#mobile-nav {
    box-shadow: none !important;
}

#mobile-nav li a {
    background-color: #263A5A;
    color: #fff;
    border-bottom: 2px solid #fff;
}

#mobile-nav li a:hover,
#mobile-nav li a:focus {
    background-color: #82a15f;
    color: #fff;
    border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 993px) {
    .nav-wrapper {
        background-color: #fff;
    }
}

.btn_li {
    margin-top: 10px;
}

.login_icon {
    font-size: 14px;
    margin-right: 2px;
}

.signup_icon {
    font-size: 14px;
    margin-right: 2px;
}

#arrow_img {
    display: inline-block;
    width: 40%;
    padding-bottom: 25px;
}


/* 
#phone_and_email_area {
    padding-left: 40px;
    padding-right: 40px;
}

#confirm_code_phone_area {
    padding-left: 40px;
    padding-right: 40px;
}

#choose_confirm_password {
    padding-left: 40px;
    padding-right: 40px;
}

#enter_code_email,
#enter_code_sms,
#choose_password_and_confirm {
    margin-top: -10px;
    margin-bottom: -10px;
} */


/* #result_new_pass_for_phone, #result_new_pass_for_email, #result_phone_code_area, #result_email_code_area{
    padding-left:40px;
    padding-right:40px;

} */


/* #choose_and_confirm_passoword_row {
    padding-left: 40px;
    padding-right: 40px;
}
*/

@media only screen and (max-width: 600px) {
    #phone_and_email_area {
        padding-left: 10px;
        padding-right: 10px;
    }
    #confirm_code_phone_area {
        padding-left: 10px;
        padding-right: 10px;
    }
    #choose_confirm_password {
        padding-left: 10px;
        padding-right: 10px;
    }
    #result_new_pass_for_phone,
    #result_new_pass_for_email,
    #result_phone_code_area,
    #result_email_code_area {
        padding-left: 10px;
        padding-right: 10px;
    }
    #choose_and_confirm_passoword_row {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* ***************** for Password Rouls for SignUp Start *********** */

.rules_ul,
.rules_li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
}

#pswd_info {
    position: absolute;
    bottom: -105px;
    right: 200px;
    width: 200px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
	z-index:999;
}

#pswd_info .info_pass_title {
    font-size: 10px;
}

#pswd_info h4 {
    font-size: 10px;
}

#pswd_info span {
    font-size: 10px;
}

#pswd_info p {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
    font-size: 11px;
}

#pswd_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 50%;
    font-size: 11px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

.invalid {
    background: url(../img/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url(../img/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}

@media only screen and (max-width: 600px) {
    #pswd_info {
        position: absolute;
        bottom: 60px;
        left: 20%;
        width: 250px;
        padding: 15px;
        background: #fefefe;
        font-size: .875em;
        border-radius: 5px;
        box-shadow: 0 1px 3px #ccc;
        border: 1px solid #ddd;
		z-index:999;
    }
}


/* @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    #pswd_info {
        position: absolute;
        bottom: 60%;
        left:20%;
        width: 250px;
        padding: 15px;
        background: #fefefe;
        font-size: .875em;
        border-radius: 5px;
        box-shadow: 0 1px 3px #ccc;
        border: 1px solid #ddd;
    }
    
  } */


/* ***************** for Password Rouls for SignUp END *********** */


/* ***************** for Password Rouls for forgot pass Start*********** */

.rules_ul_pass,
.rules_li_pass {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#pswd_info_pass {
    position: absolute;
    bottom: -105px;
    right: 200px;
    width: 200px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

#pswd_info_pass p {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
    font-size: 11px;
}

#pswd_info_pass::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 50%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

.invalid {
    background: url(../img/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url(../img/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info_pass {
    display: none;
}

@media only screen and (max-width: 600px) {
    #pswd_info_pass {
        position: absolute;
        bottom: 60px;
        left: 20%;
        width: 250px;
        padding: 15px;
        background: #fefefe;
        font-size: .875em;
        border-radius: 5px;
        box-shadow: 0 1px 3px #ccc;
        border: 1px solid #ddd;
    }
}


/* @media only screen and (max-width: 600px) {
    #pswd_info_pass {
        position: fixed;
        bottom: 5%;
        width: 200px;
        height: 200px;
        background: #fff;
        border: 0px none;
        overflow: hidden;
        z-index: 1000000;
        right: 5%;
    }
} */


/* ***************** for Password Rouls for Forgot pass END *********** */


/* Absolute Center Spinner */

#loading {
    position: fixed;
    top: 61%;
    left: 83%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color: darkred;
}

.disabled_btn {
    cursor: not-allowed ! important;
    background-color: silver;
}


/*Little Extra bring from RMIndex.css for overriding*/

.valid:before {
    content: "";
}

.invalid:before {
    content: "";
}


/*For IOS to not destroy my CSS*/

textarea,
button,
input.text,
input[type="text"],
input[type="date"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
}


/* Style from old asset*/

.button-one {
    font-size: 14px;
    /*color: #ba2626;*/
    color: #263A5A;
    text-decoration: none;
    background-color: #FFFFFF;
    display: inline-block;
    margin: 0px;
    position: relative;
    float: none;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #263A5A;
    line-height: 18px;
}

a.button-one {}

a.button-one {}

.button-one:hover {
    background-color: #263A5A;
    color: #FFF;
    text-decoration: none;
}

.button-two {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    float: none;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    position: relative;
}

.button-two:hover {
    background-color: #656565;
    color: #FFF;
    text-decoration: none;
}

a.close-sidenav>i.material-icons {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}