.modal{padding-right: 19px;}
.modal-header {
    display: flex;
    justify-content: center;
    border-bottom: none;
    background: white;
    color: white;
    padding-bottom: initial;
}
.modal-body{
    padding: 0;
}
h4.modal-title{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #3366cc;
    
}
.modal-header .close {
    padding: 0;
    margin: 0px;
    position: absolute;
    right: 20px;
    color: #3366cc;
    opacity: 1;
    top:15px;
}

button.close {
    border: 1px solid;
    border-radius: 15px;
    width: 28px;
    height: 28px;
}

.card-body form {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.float-label-form-group {
    display: flex;
    flex-flow: column-reverse;
}

.float-label-form-group label, .float-label-form-group .float-form-control {
    transition: all 0.2s;
    touch-action: manipulation;
}

.float-label-form-group .float-form-control {
    border: 1px solid #E0E1E1;
    height: 45px;
    padding: 14px 15px 0;
}

.float-label-form-group .float-form-control:placeholder-shown + label {
    cursor: text;
    max-width: 60.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5);
}

.float-label-form-group .float-form-control:not(:placeholder-shown) + label, .float-label-form-group .float-form-control:focus + label {
    transform: translate(0, 1rem) scale(1);
    cursor: pointer;
}

.float-label-form-group label, .float-label-form-group .float-form-control {
    transition: all 0.2s;
    touch-action: manipulation;
}

.float-label-form-group .float-form-control::-webkit-input-placeholder{  opacity: 0;transition: inherit; }
.float-label-form-group .float-form-control:focus::-webkit-input-placeholder{  opacity: 0; }

.float-label-form-group label {
    font-size: 11px;
    color: rgba(21, 16, 13, .5);
    position: relative;
    top: 7px;
    left: 12px;
}

.cd-error-message {
    display: none;
    width: 100%;
    color: #de0f0f;
}

.row.align-items-center.remember {
    justify-content: space-between;
    display: flex;
    width: 100%;
    font-size: 14px;
}

.row.align-items-center.remember {
    margin: 0px 0px 15px 0px;
}

.remember {
    color: #000;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #3266cc;
    background-color: #3266cc;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-label::before {
    top: 3px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #3366cc;
}

.custom-control-label::after {
    background: #fafafa;
    border: 1px solid darkgrey;
    top: 2px;
}

.row.align-items-center.remember a {
    font-size: 14px;
}

.login_btn:hover,.signup_btn:hover {
    color: #fff;
    background-color: #3366cc;
}

.signup-google-button:hover {
    color: #fff;
    background-color: #C12424;
}

.login_btn {
    color: #fff;
    background-color: #3366cc;
    width: 100%;
    height: 46px;
}

.all-error {
    color: #de0f0f;
}

.forgotpassword-div {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.signup-button {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
}
.signup-button p {
    font-size: 16px;
    margin-bottom: 0px;
}
p {
    font-size: 15px;
    color: #4D4D4D;
    line-height: 1.8;
}
.form-group {
    margin-bottom: 1rem;
}
.signup_btn,.login_btn {
    color: #fff;
    background-color: #3A5898;
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    padding-top: 5px;
}
.signup-google-button {
    color: #ffffff;
    background-color: #C12424;
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    padding-top: 5px;
}
.d-flex.justify-content-center.links {
    border-top: 2px solid #e6e6e6;
    padding: 20px 0px 0px 0px;
    width: 100%;
}
.d-flex.justify-content-center {
    padding-bottom: 20px;
}
.links {
    color: #000;
}
.links a {
    margin-left: 4px;
    color: #5bc6cc;
}
.hideapplybutton { display: none !important; }
.all-error {
    color: #de0e0e;
}

.contact_us_sendmail_text {
  display: none;
  
}
/* .dashboardbtn{
  color: white;
  background-color: #25AAE1;
}
.dashboardbtn:hover{
  color: white !important;
  background-color: #6fbdde !important;
} */
#contact_us_sendmail_text_link{
  color: #4a62e8;
   text-decoration: underline;
}
#contatcusform {
padding-left: 190px;
align-items: center;
padding-top: 6px;
font-size: 19px;  
color: #007bff;
}
#modalheader-align{
background-color: #f2f2f2;
padding-top: 54px;
}
#modalbody-align{
  margin-bottom: 80px;
left: 29px; 
margin-right: 51px;
top: 17px;
font-size: 17px;
margin-bottom: 35px;
}

.btn-blue { padding: 0 30px; height: 36px; border: 1px solid #3366CC; background-color: #3366CC; border-radius: 3px; font-size: 14px; color: #FFF; font-weight: 400; line-height: 36px; display: inline-block; text-align: center; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.btn-blue::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0;  background: #3366CC;border-radius: 3px; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.btn-blue:hover { background-color: #3366CC; color:#FFF}
.btn-blue:hover::before { -webkit-transform: scaleY(1); transform: scaleY(1); }
a.btn-blue.modal-sigin-btn { width: 165px; height: 40px; line-height: 40px; }
a.btn-blue.creat-acc-btn { width: 100%; height: 40px; line-height: 40px; margin: 15px 0; }
.contactus-form .cd-form .btn-blue { width: 150px; }

.form-control.has-error{border: 2px solid red;}
#message {display: none;background:	#F8F8F8;color: #000;padding: 20px;margin-top: 10px;position: absolute;z-index: 999;width: calc(100% - 25px);left: 0;right: 0;margin: 0 auto;top: 62px;border-radius: 5px;}
#message p {
	font-size: 15px;
	margin: 0px 6px 8px 6px;
}
#message p.invalid {color: red;}
#message p {font-size: 15px;margin: 0px 6px 8px 6px;}
#message p.valid:before {
	position: relative;
	left: -5px;
    font-size: 14px;
    content: ' \2713';
    color:green;
}
#message p.valid {color: green;}
#success-pw {display: none;color: green;font-weight: 600;margin: -85px 2px;}
#message h3{padding:5px 0px;}

.input-group.form-group .cd-error-message.error-show {
    margin-bottom: -87px;
    white-space: nowrap;
}

.cd-error-message.is-visible {
    display: block;
}

.input-group.form-group .cd-error-message.error-show {
    margin-bottom: -87px;
    white-space: nowrap;
}

.joinus-welcome-container{width: 100%; float: left; background: #F4F5FA;}
.joinus-welcome-container .welcome-content h3 { font-size: 20px; color: #000; font-weight: 600; margin-bottom: 25px; }
.joinus-welcome-container .welcome-content p { font-weight: 300; line-height: 28px; margin-bottom: 20px; }
.joinus-gallery { width: 100%; float: left; }
.joinus-gallery li { background-size: cover; background-repeat: no-repeat; height: 370px; display: block; }
.joinus-gallery .slick-prev, .joinus-gallery .slick-next { background: rgba(0, 0, 0, 0.7); width: 50px; height: 50px; z-index: 1; }
.joinus-gallery .slick-prev { left: 0; }
.joinus-gallery .slick-next { right: 0; }
.joinus-gallery .slick-prev:before { content: "\f104"; font-family: 'FontAwesome'; }
.joinus-gallery .slick-next:before { content: "\f105"; font-family: 'FontAwesome'; }
.joinus-gallery .slick-prev:before, .joinus-gallery .slick-next:before { font-size: 25px; opacity: 1; }
.joinus-welcome-container .welcome-content { display: table; height: 100%; }
.joinus-welcome-container .welcome-content>div { display: table-cell; vertical-align: middle; }
.company-benefits { float: left; width: 100%; background-color: #FFF;}
.detail_block { display: none; margin: 25px 0; }
.joinusselect {
    background: #EEEEEE;
    pointer-events: none;
    border: 1px solid #D8D8D8;
}
.job-panel { height: 100px; display: flex; align-items: center; justify-content: space-between;cursor: pointer; padding: 15px 15px; border-bottom: 1px solid #d0d0d0; }
.job-panel:hover {color:#3366CC;}
.job-panel:hover p{color:#3366CC;}
.activejob_pannel p{color:#3366CC;}
.company-benefits h2 { margin-bottom: 50px; }
.joinus_areaOfInterest{padding: 14px 0 0 0;}
.joinus_location{padding: 14px 0 0 0;}
#joinus_form ul li input.form-control{padding: 14px 15px 0;}
#joinus_form ul li label , .getOurFreeGuide ul li label {font-weight: 400;line-height: 1.5;color: #495057;font-size: 10px; top: 0px;left: 15px;}
#joinus_form .form-control.has-error{border: 1px solid #de0f0f;}
.form-group-seller li .form-control:placeholder-shown + label {cursor: text;max-width: 60.66%; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transform-origin: left bottom;transform: translate(0, 2.125rem) scale(1.5);}
.form-group-seller li label, .form-group-seller li .form-control {transition: all 0.2s;touch-action: manipulation;}
.form-group-seller li label {font-size: 11px;color: rgba(21, 16, 13, .5);position: relative;top: -8px;}
.form-group-seller li {display: flex;flex-flow: column-reverse;}
.form-group-seller li .form-control:not(:placeholder-shown) + label, .form-group-seller li .form-control:focus + label {
    transform: translate(0, 1rem) scale(1);
    cursor: pointer;
}
.form-group-seller li .form-control::-webkit-input-placeholder{  opacity: 0;transition: inherit; }
.form-group-seller li .form-control:focus::-webkit-input-placeholder{  opacity: 0; }
.career-btn{width:50%;}
.create-model {width: 130%;}
.card-body.signup-form {margin-top: -15px;}
.row.sign_up_form .form-group {margin-bottom: 5px;}
.input-group.form-group .cd-error-message.error-show {margin-bottom: -87px;white-space: nowrap;}
.fa.fa-eye-slash, i.fa.fa-eye {position: absolute;right: 24px;top: 40px;z-index: 10;}
.row.align-items-center.remember {justify-content: space-between;display: flex;width: 100%;}
.remember input {width: 20px;height: 20px;margin-left: 15px;margin-right: 5px;}
.custom-control-label::before {top: 3px;}
.row.align-items-center.remember a {font-size: 14px;}
.createmodel .form-group .login_btn {max-width: 35%;margin: 0 auto;}
.modal-dialog.signup-modal {display: flex;max-width: 50%;}
/* frontend */
.bg-gray { background-color: #F2F2F2; }
#joinus_form .form-control{background-color: transparent; border: 1px solid #E0E1E1; height: 45px;}
#joinus_form .joinus_source{ padding: 14px 0 0 0;}
#resume{padding: 12px 10px !important; }
@media screen and (max-width:1024px) {
    .modal-dialog.signup-modal{max-width: 100%;}
    .create-model { width:100%;}
    .createmodel {width: 100%;padding-left: 0px !important;padding-right: 0px !important;}
    .createmodel{overflow-x: hidden;overflow-y: auto;}
    .row.sign_up_form .form-group {margin-bottom: 9px;}
    .input-group.form-group .cd-error-message.mobile-show.error-show { margin-bottom: 0px;}
    #success-pw {margin: -8px 2px;}
    .padding{padding: 0;}
}

.resetpw-form{margin-top:65px;}
.resetpw-form .view_hide_password .fa.fa-eye-slash{position: absolute;right: 24px;top: 15px;z-index: 10;}
.resetpw-form .view_hide_password .fa.fa-eye{position: absolute;right: 24px;top: 15px;z-index: 10;}
.resetpw-form .form-group.resetpsw .help-block {color: #db7475; }
.resetpw-form #resetmessage {
    display:none;
    background: #f2f2f2;
    color: #000;
    padding: 20px;
    margin-top: 10px;
    position: absolute;
    z-index: 999;
    width: calc(100% - 24px);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45px;
    border-radius: 5px;
}
.resetpw-form #resetmessage p {font-size: 15px;margin: 0px 6px 8px 6px;}
.resetpw-form #resetmessage h3{padding:5px 0px;font-size:17px}
.resetpw-form #resetmessage p.valid {color: green;}
.resetpw-form #resetmessage p.valid:before {
    position: relative;
	left: -5px;
    font-size: 14px;
    content: ' \2713';
    color:green;
}
.resetpw-form #resetmessage p.invalid {color: red; }
.resetpw-form #success-resetpw{display:none;color:green;font-weight:600;}
.resetpw-form .resetexpired-btn{margin: 10px auto;}
.alert-success {color: green;}
.alert-danger{color: red;}
@media screen and (max-width:470px) {
    .d-sm-flex.navbar-data-btn a {
        padding: 5px 10px;
        margin-right: 5px !important;
    
    }
    .createmodel .form-group .login_btn{
        max-width: 45%;
    }
}
button.navbar-toggler.navbar_icon_toggle:focus {
    border: none;
    outline: none;
}
.divhide{display: none !important;}
.divhide2{display: none !important;}
@media screen and (max-width:768px) {
    #contact_us_submit_button{
       justify-content: center !important;    
    }
    .logout-gotodashboard_panel{display: inline-flex;}
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.demo-schedule i{
    display: flex;
    float: right;
    margin-top: -33px;
    margin-right: 17px;
}
#google_captcha_1.has-error #RecaptchaField1, #google_captcha_2.has-error #RecaptchaField2,#google_captcha_3.has-error #RecaptchaField3,#google_captcha_signup.has-error,#google_captcha_qto.has-error{ border: 1px solid red; }
.job-discription p,.job-discription li{
    font-size: 15px !important; 
    line-height: 1.8 !important;
    font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    font-weight: 600 !important;
}
.job-discription p br{
    display: none !important;
} */
