 
* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,600;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
  font-family: "Lato", sans-serif !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,p{
  font-family: "Lato", sans-serif !important;
}

body, html {
  height: 100%;
  font-family: "Lato", sans-serif !important;
  overflow-x: hidden;
}

/*---------------------------------------------*/
a {
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}
select::-ms-expand {
    display: none;
}
/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 0px;
}

p {
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul, li {
  margin: 0px;
  list-style-type: none;
}

.no-padding{ padding: 0px; }
/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  /*border-color: transparent !important;*/
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #9EA6B5;}
input:-moz-placeholder {color: #9EA6B5;}
input::-moz-placeholder {color: #9EA6B5;}
input:-ms-input-placeholder {color: #9EA6B5;}

textarea::-webkit-input-placeholder {color: #333;}
textarea:-moz-placeholder {color: #333;}
textarea::-moz-placeholder {color: #333;}
textarea:-ms-input-placeholder {color: #333;}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

.left-sider-pannel {
    text-align: center;
    padding: 40px 15px;
}

.mid-images {
    max-width: 400px;
    width: 100%;
    margin: 57px auto 50px;
    text-align: center;
}
.mid-images>img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
}
.left-content-pannel h3 {
    font-size: 18px;
    margin: 10px 0px 6px;
}
.login-details-hedear {
    text-align: right;
    padding: 20px 20px 0px 0px;
}

.login-details-hedear>h4 {
    color: #fff;
    font-size: 14px;
    margin: 0px;
}

.login-details-hedear>h4>a {
    color: #fff;
    font-weight: 600;
}
.left-sider-pannel  h1 {
    color: #3D4658;
    font-size: 28px;
    margin: 10px 0px;
}

.left-sider-pannel p {
    color: #5C6A83;
    max-width: 85%;
    font-size: 14px;
    margin: auto;
    line-height: 23px;
}
.left-content-pannel p {
    font-size: 14px;
    max-width: 100%;
    color: #8994A8;
    line-height: 21px;
    font-weight: 400;
}
span.toggle-password, span.toggle-password2 {
    position: absolute;
    top: 29px;
    right: 15px;
    font-size: 14px;
    color: #9EA6B5;
    font-weight: 400;
    cursor: pointer;
    z-index: 9999;
    background: #fff;
}
span.toggle-password:hover, span.toggle-password2:hover {
  color:#1A89D4;
}

span.login100-form-title.small {
    font-size: 16px;
    margin-top: 10px;
}
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
}

.txt2 {
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
  color: #1A89D4;
  line-height: 1.4;
  text-decoration: underline;
}
.txt2:hover {
  text-decoration: none;
}

.txt3 {
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
}

.hov1:hover {
  color: #1A89D4;
}



/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
    background: url(../images/bg.png)no-repeat;
  background-position: left top;
  background-size: 50%;
}

.container-login100 {
  width: 100%;
    max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin:  auto;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}


.wrap-login100 {
  width: 520px;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  position: relative;
}

/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 520px);
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e8519e;
  background: -webkit-linear-gradient(bottom, #e8519e, #c77ff2);
  background: -o-linear-gradient(bottom, #e8519e, #c77ff2);
  background: -moz-linear-gradient(bottom, #e8519e, #c77ff2);
  background: linear-gradient(bottom, #e8519e, #c77ff2);
  opacity: 0.8;
}

/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  /*  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  width: 100%;
  max-width: 445px;
  margin: 40px auto;
  float: left;
  padding-left: 50px;
}

.login100-form-title {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 10px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
 /*border-bottom: 2px solid #dbdbdb;*/
  margin-bottom: 15px;
}

.label-input100 {font-size: 14px;color: #3D4658;font-weight: 400;line-height: 1.2;padding-left: 2px; margin-bottom: 10px; display: inline-block;}

.input100, select {
  display: block;width: 100%;height: 37px;font-family: "Lato", sans-serif !important;font-size: 14px;color: #333;line-height: 1.2;padding: 0 8px;border: 1px #E0E0E0 solid;
  border-radius: 4px;
  background: #fff;
  outline: none;
  box-shadow: none!important;
}
.wrap-input100 select {
  background: #fff!important;
 /* -webkit-appearance: none;
   -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;*/
}
.wrap-input100.validate-input.common-filed:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 35px;
    right: 5px;
    top: 21px;
    z-index: 0;
    border-radius: 4px;
    background: #fff url(../images/down-arow-l.png)no-repeat!important;
    background-size: 15px!important;
    background-position: 59% 13px!important;
}
.wrap-input100.validate-input.common-filed2:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 35px;
    right: 2px;
    top: 21px;
    z-index: 99999;
    border-radius: 4px;
    background: #fff url(../images/down-arow-l.png)no-repeat!important;
    background-size: 15px!important;
    background-position: 59% 13px!important;
}
.wrap-input100.validate-input.common-filed span.focus-input100.licence_number_validate.error_cross {
    top: 0px;
}
.wrap-input100.validate-input.common-filed span.focus-input100.licence_number_validate.success_tick {
    top: 0px;
}
.wrap-input100.validate-input._m-spam.common-filed span.focus-input100.years_licence_validate.error_cross {
    top: 0;
}
.wrap-input100.validate-input._m-spam.common-filed span.focus-input100.years_licence_validate.success_tick {
    top: 0;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #d5007d;
  background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
  background: -o-linear-gradient(45deg, #d5007d, #e53935);
  background: -moz-linear-gradient(45deg, #d5007d, #e53935);
  background: linear-gradient(45deg, #d5007d, #e53935);
  display: none;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  margin: 0;

  display: block;
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 5px;
     background: transparent;
    border: 1px #ccc solid;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
/*  opacity: 0;
  visibility: hidden;*/
}

.zips-chekcs .label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 11px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 7px;
    background: transparent;
    border: 1px #ccc solid;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.input-checkbox100:checked ~ .label-checkbox100::before {
    color: #fff;
    background: #57AFEA;
    border: 1px #57AFEA solid;
}
.contact100-form-checkbox.zips-chekcs #ckb1 {
    display: none;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wrap-login100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 300%;
  background: #FFCD27;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #151515;
  line-height: 1.2;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  bottom: 0;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 30px 4px 10px;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: none;
}

.alert-validate::after {
  /*content: "\f00d";
  font-family: FontAwesome;*/
  content: "";
  background: url(../images/cross.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 14px;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: -40px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

header.header-mg.vendor-singup-header {
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 20px 0px;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
header.header-mg.vendor-singup-header2 {
    background: #fff;
}
.vendor-pages .left-sider-pannel {
    text-align: center;
    margin-top: 44px;
    padding: 40px 15px;
}
.vendor-pages .login-details-hedear>h4 {
    color: #3D4658;
}
.vendor-pages .login-details-hedear>h4>a{
 color:#2F4BE9;
}
.vendor-pages .left-content-pannel h3 {
    font-size: 14px;
    margin: 10px 0px 6px;
    color: #8994A8;
    text-align: center;
}
.vendor-pages .left-sider-pannel p {
    color: #5C6A83;
    font-size: 16px;
}
.vendor-pages .login100-form {
    margin: 80px auto;
}
.vendor-pages .login100-form-bgbtn.blue-bntd {
    background-image: linear-gradient(to bottom, #278aff, #0079ff, #0067ff, #0052fe, #0039f8);
    color: #fff!important;
}
button.btn.next-step2 {
  background-image: linear-gradient(to bottom, #278aff, #0079ff, #0067ff, #0052fe, #0039f8);
    color: #fff!important;
        font-size: 14px;
    font-weight: 500;
    padding: 5px 16px;
}
/*span.label-input100.ft-txt {
    line-height: 34px;
}*/
.vendor-pages button.login100-form-btn {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    height: 37px;
}
.vendor-pages .limiter {
    background-size: 47.5%;
}
p.g-label {
    position: absolute;
    top: 6px;
    left: 139px;
}
.hetstratheading{
  text-align: center;
}
.hetstratheading h3{
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  background: #279AEE;
  padding: 18px 24px;
  margin-bottom: 20px;
  margin-left: -30px;
  margin-right: -30px;
  height: 65px;
  line-height: normal;
  font-family: 'ProximaNovaBold', sans-serif;
}
.LNOffJOIN #myform_new{
  background: #FFFFFF;
  /*padding: 0px 30px 30px 30px;*/
  /*box-shadow: 0px 4px 15px rgba(33, 61, 124, 0.12);*/
  border-radius: 0px 0px 4px 4px;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.true-validate::after {
  /*content: "\f00c";*/
  content: "";
  background: url(../images/right-check.png) no-repeat;
  width:16px;
  height: 16px;
  /*font-family: FontAwesome;*/
  font-size: 14px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: -40px;
}


.Note-TEXT{
  padding-bottom: 22px;
}
.Note-TEXT p{
  line-height: 20px;
}
.VS-LEARNSE{
  text-align: center;
  margin-top: 15px;
}
.VS-LEARN{
 text-decoration: none;
 color: #1A89D4;
}
.VS-LEARN:hover{
 text-decoration: underline;
 color: #1A89D4; 
}
.login100-form-bgbtn.blue-bntd{
  display: none;
}
#submitBtn{
  background-image: linear-gradient(to bottom, #278aff, #0079ff, #0067ff, #0052fe, #0039f8);
  color: #fff !important;
  display: block;
  width: 100px;
  min-width: inherit;
  float: right;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
.REALBROK{
  margin-bottom: 25px;
}
.REALBROK a{
  color: #006EE0;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.REALBROK a .fa{
  padding-left: 15px;
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

header.header-mg {
  padding: 12px 0px;
  background: #1A89D4;
}
header.header-mg .login-details-hedear {
  padding: 0px;
}
.wizard {
    margin: 0px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    background: #f0f0f0;
    border-bottom: 0px;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    display: none;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 15px;
    height: 15px;
    line-height: normal;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 36%;
    top: 16px;
    text-align: center;
    font-size: 14px;
}
i.right-icon {
    top: 0px;
    left: 2px;
    margin-top: 4px;
    position: absolute;
}
i.right-icon>img {
    max-width: 10px;
}
span.round-tab.greens-border {
    border: 1px #6AD11F solid;
}
.wizard li.active span.round-tab {
    background: #2F4BE9;
    border: 0px;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 1px solid #707070;
}
span.login100-form-title.inner-page-title {
    font-size: 24px;
    font-weight: 300;
}
.wizard .nav-tabs > li {
    width: 33.333%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
    display: none;
}

.wizard .nav-tabs > li a {
    width: 100%;
    margin: 0px auto;
    border-radius: 0px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    position: relative;
    border: 0px!important;
    padding-top: 15px;
    height: 48px;
    display: block;
    background: #FAFAFC;
    outline: none;
    color: #3D4658!important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  background: #FAFAFC!important;
}
.wizard .nav-tabs > li a:hover {
    background: #FAFAFC;
}

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}


 
.true-validate.firstname-filed:after {
    left: 225%;
    display: none;
}


/* The container */
.radio-filed {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0px 0px;
  width:100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-filed input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
    background-color: #fff;
    border-radius: 50%;
    border: 1px #3D4658 solid;
}

/* On mouse-over, add a grey background color */
.radio-filed:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.radio-filed input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px #707070 solid;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-filed input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-filed .checkmark:after {
  top: 2px;
  left: 2.2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
}

.password-filed.true-validate:after {
    display: none;
}
.confirm-password-filed.true-validate:after{
  display: none;
}

span.focus-input100.error_cross {
    background: url(../images/cross.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: -80px!important;
    top: 33px;
    display: block;
    left: inherit;
}


#field{margin-left:.5em;float:left}
#field,label{float:left;font-size:small}
br{clear:both}input{border:1px solid #000;margin-bottom:.5em}
input.error{/*border:1px solid red*/}

label.error {
    display: none!important;
}
.wrap-input100.validate-input.confirm-password-filed.password-filed label.error{
    /*background: #f00 url(../images/cross.png) no-repeat;*/
    background: #f00;
    padding: 4px 7px;
    font-size: 14px;
    margin-left: 0px;
    background-position: right bottom;
    width: 100%;
    color: #fff;
    margin-top: -10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    display: block!important;
  }
  .input100.left.psw-input2.error {
    border: 1px solid red;
}
.wrap-input100.validate-input.confirm-password-filed.password-filed label.error.valid {
    background: #0F9D0F url(../images/white-tick.png) no-repeat;;
    padding: 4px 7px;
    font-size: 14px;
    margin-left: 0px;
    background-position: 34% 8px;
    width: 100%;
    color: #fff;
    margin-top: -10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
}

.confirm-password-filed.password-filed input.psw-input2.valid {
    border: 1px #0F9D0F solid;
}
  .wrap-input100.validate-input.confirm-password-filed.password-filed label.error.valid {
    border: 0px;
}
span.focus-input100.success_tick {
    background:url(../images/right-check.png) no-repeat;display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -80px;
    top: 33px;
    left: inherit;
  }
  .radio-label {
    padding: 10px 0px 20px;
    float: left;
    width: 100%;
    cursor: pointer;
}
.wizard li.active span.round-tab i.blue-fill-box:before {
  background: transparent;
}
i.blue-fill-box:before {
    content: "";
    background: url(../images/right-check.png);
    position: absolute;
    width: 10px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    top: 4px;
    left: 2px;
    background-size: 100%;
}
.wizard li.active.current span.round-tab i.blue-fill-box:before {
    background: url(../images/right-check.png);
    position: absolute;
    width: 10px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    top: 4px;
    left: 2px;
    background-size: 100%;
}
li.disabled.last-circle.blue-circle-active span.round-tab {
    background: #2F4BE9;
    border: 1px #2F4BE9 solid;
}
li.disabled.last-circle span.round-tab {
    border: 1px #707070 solid;
}
.wizard li.active.current span.round-tab {
    background: #fff;
    border: 0px;
}

.firstname-filed.alert-validate:after {
    display: none;
}
.phone-filed.true-validate:after {
    display: none;
}
input.input100.phone-format {
    max-width: 182px;
}


.contact100-form-checkbox {
    width: 100%;
    min-height: 24px;
    margin-top: 15px;
    margin-bottom: 12px;margin-top:10px;
    position: relative;
}
/*.contact100-form-checkbox input#ckb1 {
    display: block;
    position: absolute;
}*/
span.focus-input100.terms_validate.error_cross {
    top: 2px;
}
span.focus-input100.terms_validate.success_tick {
    top: 4px;
}

.wizard-inner {
    margin-left: -15px;
    margin-right: -15px;
}

.mmain-inner-form-wrap {
    width: 100%;
    max-width: 410px;
}

ul.continue-btn-wrap {
    border-top: 1px #cecece solid;
    width: 100%;
    padding: 20px 0px;
    margin-top: 30px;
    text-align: right;
}
ul.continue-btn-wrap>li {
  padding-right: 0px;
}

button.btn.next-step {
    background: #FFCD27;
    font-size: 14px;
    font-weight: 500;
    color: #151515;
    padding: 5px 16px;
} 


span.login100-form-title.small-txt-md {
    font-size: 14px;
}

ul.continue-btn-wrap.tried-forms {
    margin-top: 50px;
}

/*.mmain-inner-form-wrap span.focus-input100.error_cross {
    right: -80px!important;
}

.mmain-inner-form-wrap span.focus-input100.success_tick {
    right: -80px!important;
}*/
span.focus-input100.first_name_validate.error_cross, span.focus-input100.first_name_validate.success_tick {
    display: none;
}
.wrap-input100.validate-input.small-zipcade-wrap input[type="text"] {
    max-width: 117px;
}
button.login100-form-btn.small {
    height: 37px;
    font-size: 14px;
}
.mid-images.third-tab-img {
    margin: 57px;
    float: right;
}

.row.confirm-title h4 {
    background: #FAFAFC;
    padding: 15px 0px;
    text-align: center;
    margin-top: 0px;
}
.main-outer-panel{
  padding: 50px 0px;
}



.responsive-table-wrap {
  overflow-x: hidden;
}
.responsive-table-wrap  table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0px;
}
.responsive-table-wrap table td:first-child {
    width: 165px;
}
.responsive-table-wrap  table th, .responsive-table-wrap  table td {
  text-align: left;
  padding: 3px 0px;
}
.responsive-table-wrap  table tr:nth-child(even){background-color: #fff}

.details-section h4 {
    display: block;
    border-bottom: 1px #e0e0e0 solid;
    padding: 10px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.details-section h4>span {
    float: right;
    color: #0089FF;
    font-size: 18px;
    cursor: pointer;
}

.edit-content-wrap {
    position: relative;
    background: #fff;
    display: none;
}
.details-section.active .edit-content-wrap {
  display: block;
}
.details-section.active .responsive-table-wrap {
 display: none;
}
.mmain-inner-form-wrap.deatis-of.thrid-section {
    max-width: 500px;
}
.deatis-of.thrid-section .edit-content-wrap {
    max-width: 440px;
    width: 100%;
    margin-top: 20px;
}
.details-section {
    position: relative;
}
span.focus-alert-msg {
    position: absolute;
    right: 0;
    color: #f00;
    opacity: 0;
    visibility: hidden;
}
span.focus-alert-msg.active {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
span.label-input100.b0-text {
    font-weight: 600;
    display: block;
}
span.label-input100.b0-text.b1s-txt{
  margin-bottom: 10px;
}

.confirm-meg-page {
    text-align: center;
}
.center-envlop-img {
    width: 100%;
    max-width: 234px;
    margin: 50px auto;
}
.center-envlop-img>img {
    margin: auto;
}
.sucussfullu-msg-tabs p {
    width: 100%;
    max-width: 475px;
    margin: auto;
}

.mobi-slider-screen {
    text-align: center;
}
.mobi-slider-screen ol.carousel-indicators {
    margin: 0px;
    bottom: -37px;
    left: 0px;
    width: 100%;
}
.mobi-slider-screen .carousel-indicators li {
    background: #fff;
    border: 1px #707070 solid;
}

.mobi-slider-screen .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    position: relative;
}
.mobi-slider-screen .carousel-indicators .active:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #707070;
    left: 1.6px;
    top: 1.3px;
    border-radius: 10px;
}
.mobile-display-ctabar{ display: none; }


.mobi-slider-screen .slider {
        width: 100%;
        margin: 0px auto 40px;
    }

.mobi-slider-screen .slick-slide {
      margin: 0px 20px;
  }

.mobi-slider-screen .slick-slide img {
      width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }


  .mobi-slider-screen .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
  }
  
  .mobi-slider-screen .slick-active {
    opacity: 1;
  }

  .mobi-slider-screen .slick-current {
    opacity: 1;
  }

.mobi-slider-screen .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 2px;
    cursor: pointer;
    border: 1px #707070 solid;
    color: transparent;
    border-radius: 50%;
    outline: none;
    background: transparent;
    position: relative;
}
.mobi-slider-screen .slick-dots li button:before {
    /*content: '•';*/
    /*font-family: 'slick';*/
    content: "";
    background: #000;
    border: 0px;
    border-radius: 50%;
    line-height: 9px;
    position: absolute;
    top: 1px;
    left: 1.7px;
    width: 7px;
    height: 7px;
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #333;
    visibility: visible;
}
.logo-mg {
    width: 100%;
    max-width: 130px;
}
.wrap-input100.validate-input.em-sec label.error {
    background: #f00;
    padding: 4px 7px;
    font-size: 14px;
    margin-left: 0px;
    background-position: right bottom;
    width: 100%;
    color: #fff;
    margin-top: -10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    display: block!important;
}
.wrap-input100.validate-input.em-sec .red.error {
    border: 1px #f00 solid;
}
.wrap-input100.validate-input.em-sec .red.valid {
  border: 1px #E0E0E0 solid !important;/*0F9D0F */
}
.wrap-input100.validate-input.em-sec label.error.valid {
    background: #0F9D0F url(../images/white-tick.png) no-repeat;
    padding: 4px 7px;
    font-size: 14px;
    margin-left: 0px;
    background-position: 28% 8px;
    width: 100%;
    color: #fff;
    margin-top: -10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    opacity: 1;
    visibility: visible;
}
.r-m-space {
    margin: 7px 0px;
}
.bott_singup.additional-filed-wrap h3 {
    font-size: 14px;
    color: #333;
    margin: 30px 0px 15px;
}

.bott_singup.additional-filed-wrap 
input#otherzip {
    display: block;
    width: 100%;
    max-width: 119px;
    height: 37px;
    background: transparent;
    font-family: "Lato", sans-serif !important;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    padding: 0 8px;
    border: 1px #E0E0E0 solid;
    border-radius: 4px;
}
.bott_singup.additional-filed-wrap p:nth-of-type(1) {
    display: none;
}
.you-may-txt h3 {
    font-size: 14px;
    padding: 15px 0px 0px;
    color: #333333;
    font-style: italic;
}

ul.add-zip-file-wrap {
    margin-bottom: 15px;
        width: 100%;
    float: left;
}
ul.add-zip-file-wrap li {
    display: inline-block;
        height: 40px;
    margin: 0px;
    float: left;
    padding: 0px;
}
ul.add-zip-file-wrap li a.add_additional_zip.search-grp {
    font-size: 16px;
    padding-left: 15px;
    line-height: 40px;
    color: #57AFEA;
    text-decoration: none;
    outline: none;
}
ul.add-zip-file-wrap li a.add_additional_zip.search-grp:hover{
  text-decoration: none;
  color:#333;
}
div#search_result> input[type="checkbox"] {
    margin-right: 10px;
}
.firstname-filed span.focus-input100.fname_validate.error_cross, .firstname-filed span.focus-input100.fname_validate.success_tick {
    display: none;
}
.wrap-input100.validate-input.small-zipcade-wrap span.focus-input100.success_tick {
    top: 10px;
}
span.morered.red.success_tick {
       padding: 15px 15px;
    display: block;
}
.licensed-filed-b span.focus-input100.years_licence_validate.error_cross {
    top: 30px!important;
}

.licensed-filed-b span.focus-input100.years_licence_validate.success_tick {
    top: 30px!important;
}




@media screen and (max-width: 1100px) {
  span.focus-input100.error_cross, span.focus-input100.success_tick {
    right: -30px!important;
  }
  span.round-tab {
    left: 30%;
  }
  .left-sider-pannel h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .login100-form {
    padding-left: 20px;
    max-width: 300px;
  }
  .mmain-inner-form-wrap {
    max-width: 300px;
  }
  .left-sider-pannel >h1 {
    font-size: 20px;
  }
  .login100-form-btn {
    height: 40px;
  }
  span.focus-input100.error_cross, span.focus-input100.success_tick {
    right: -40px!important;
  }
  span.focus-input100.first_name_validate.error_cross, span.focus-input100.first_name_validate.success_tick {
    display: block;
  }
  .label-checkbox100 {
    padding-left: 26px;
  }
  .mid-images {
    max-width: 260px;
  }
}
@media screen and (max-width: 800px) {
  span.round-tab {
    left: 25%;
  }
  input.input100.phone-format {
    max-width: 100%;
  }
  .wrap-input100.validate-input.em-sec label.error.valid {
    background-position: 40% 8px;
  }
  .wrap-input100.validate-input.confirm-password-filed.password-filed label.error.valid {
    background-position: 50% 8px;
  }
  .left-sider-pannel h1 {
    font-size: 20px;
  }
  .left-content-pannel h3 {
    margin: 20px 0px 6px;
  }
}
@media screen and (min-width: 767px) {
  .mobile-display { display: none; }
  .desktop-display { display: block; }
}
@media screen and (max-width: 767px) {
    .vendor-pages a.login-txt {
      color: #2F4BE9;
  }
  .vendor-pages .join-our-network-link button.join-btn {
    border-radius: 4px;
    font-size: 14px;
    background-image: linear-gradient(to bottom, #278aff, #0079ff, #0067ff, #0052fe, #0039f8);
    font-weight: 600;
    color: #fff;
    padding: 12px 16px;
    width: 100%;
    display: none;
  }
  header.header-mg.vendor-singup-header {
    position: relative;
    padding: 10px 0px;
  }
  .vendor-pages .login100-form {
    margin: 15px auto;
  }
  .login100-form-title{
    margin-bottom: 15px;
  }
  .licensed-filed-b span.focus-input100.years_licence_validate.error_cross {
    top: 0px!important;
  }

  .licensed-filed-b span.focus-input100.years_licence_validate.success_tick {
      top: 0px!important;
  }

  ul.continue-btn-wrap {
    padding: 15px 15px;
  }
  .firstname-filed span.focus-input100.fname_validate.error_cross, .firstname-filed span.focus-input100.fname_validate.success_tick {
    display: block;
}
  .main-outer-panel {
    padding: 25px 0px;
  }
  .mmain-inner-form-wrap {
    max-width: 100%;
  }
  .mid-images.third-tab-img {
    float: none;
    max-width: 290px;
    margin: 40px auto;
  }
  .mid-images{ display: none; }
  .mobile-display { display: block; }
  .desktop-display { display: none; }
  span.focus-input100.error_cross, span.focus-input100.success_tick {
    right: 8px!important;
  }
  .mmain-inner-form-wrap.deatis-of.thrid-section {
    max-width: 100%;
  }
  .deatis-of.thrid-section .edit-content-wrap {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .login100-form {
    padding-left: 0px;
    max-width: 100%;
    margin: 10px auto;
  }
  .limiter .mid-images {
    max-width: 275px;
    display: block;
    margin: 30px auto;
  }
  .limiter {
    background-size: 100%;
  }
  .hide-for-mobile{ display: none; }
  .join-our-network-link {
    margin: 86px 0px 40px;
    text-align: center;
  }
.join-our-network-link button.join-btn {
    display: block;
    border-radius: 4px;
    background: #FFCD27;
    font-size: 18px;
    font-weight: 600;
    color: #151515;
    padding: 20px 16px;
    width: 100%;
  }
  .mobi-slider-screen .slick-slide h3 {
    color: #3D4658;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mobi-slider-screen .slick-slide p {
    color: #525B6A;
    font-size: 16px;
    line-height: 21px;
    margin: 0px;
  }
  a.login-txt {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  span.toggle-password, span.toggle-password2 {
    right: 30px;
  }
  .mobile-display.hide-wrap { display: none; }
  .limiter.open-form {
    background: #fff;
  }
  .no-padding{ padding: 0px; }
  .mobi-slider-screen .slick-dots {
    bottom: -30px;
  }
  .mobi-slider-screen .slick-dotted.slick-slider {
    margin-bottom: 50px;
    height: 132px;
  }
  .logo-mg {
    max-width: 114px;
  }
  .wrap-input100.validate-input._m-spam input[type="text"] {
    max-width: 175px;
  }
  /*NEW CSS*/
  #submitBtn{
    display: block;
    width: 100%;
    min-width: inherit;
    float: none;
    border-radius: 4px;
    height: 45px;
    font-size: 16px;
    background-image: none;
    background-color: #006EE0;
    border: 1px solid #006EE0;
    color: #fff;
    padding: 4px 42px;
    text-decoration: none;
    font-size: 16px;
    font-family: "ProximaNovaSemibold", sans-serif;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .limiter{
    background-image: none;
  }
  .top-section-front .left-sider-pannel{
    text-align: center;
    margin-top: 35px;
    padding: 0;
  }
  .top-section-front .left-sider-pannel h1{
    margin-bottom: 20px;
  }
  .col-md-6.col-sm-6.col-xs-12.top-section-front,
  .col-md-6.col-sm-6.col-xs-12{
    padding-right: 20px;
    padding-left: 20px;
  }
  .login100-form.validate-form .col-md-6 .row{
    margin-right: -20px;
    margin-left: -20px;
  }
  .vendor-pages .left-content-pannel h3{
    font-size: 16px;
    line-height: 20px;
  }
  .VS-LEARN{
    font-size: 16px;
  }
  .hero_section_p11{
    background:url(https://www.fastexpert.com/wordpress/wp-content/uploads/2020/05/Mtransprant-bg.png);
  }
  .REALBROK{
    margin-bottom: 20px;
  }
  .hetstratheading h3{
    font-size: 24px;
    padding: 21px 24px;
  }
}

@media( max-width : 585px ) {
  span.round-tab {
      left: 15px;
  }
  .wrap-input100.validate-input.confirm-password-filed.password-filed label.error.valid {
    background-position: 42% 8px;
  }
  .wrap-input100.validate-input.em-sec label.error.valid {
    background-position: 34% 8px;
  }
  .responsive-table-wrap table td:first-child {
    width: 145px;
  }
}
@media screen and (max-width: 375px) {
  .login100-form {
    max-width: 360px;
  }
}
@media screen and (max-width: 360px) {
  .wrap-input100.validate-input.confirm-password-filed.password-filed label.error.valid {
    background-position: 97% 8px;
  }
  .wrap-input100.validate-input.em-sec label.error.valid {
    background-position: 97% 8px;
  }
}
/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}


/*****--------19-FEB-2020-----------******/
.td-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.td-list li {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  background-color: #f9f9f9;
  padding: 2px 8px;
  margin-bottom: 5px;
  border-radius: 2px;
}
.wrap-input100.validate-input.common-filed.appre-select:before {
    display: none;
}
.appre-select .selectize-control.single:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 41px;
    background: #ccc;
    left: 89%;
    top: 0px;
    z-index: 9;
}
.box{
    color: #fff;
    padding: 0px;
    display: none;
    margin-top: 0px;
}
.common-filed.appre-select span {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}
.common-filed.appre-select .selectize-input {
  padding:10px 12px;
  border: 1px #E0E0E0 solid!important;
}
.selectize-dropdown-content::-webkit-scrollbar-track
{
 /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
 border-radius: 10px;
}

.selectize-dropdown-content::-webkit-scrollbar
{
 width: 9px;
}

.selectize-dropdown-content::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
 background-color: #E0E0E0;
}

.small-zipcade-wrap .zip-select {
    background: url(../images/d-arrow.png)no-repeat!important;
    position: relative;
    background-position: 94px 14px!important;
    max-width: 120px;
    padding: 10px 10px;
}
select#profession {
    background: url(../images/d-arrow.png)no-repeat!important;
    position: relative;
    background-position: 96% 19px!important;
    padding: 9px 10px;
    height: 45px;
}
div#show-me {
    display: none;
}
.navList .droplist{ display: none;
    /*border: 1px #cecece solid;*/
    color: #333;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 0px;
   /* border-radius: 4px;
    box-shadow: 0px 2px 7px #cecece;*/
  }
.option:hover {
    background: #E2F3FF!important;
}
input#other:focus {
    border: 1.5px #98CEF2 solid;
}
.common-filed.appre-select .selectize-input.focus {
    border: 1.5px #98CEF2 solid!important;
    box-shadow: none!important;
}
/*li.ui-menu-item:hover {
    background: #E2F3FF;
}*/
input#autocomplete:focus {
    border: 1px #98CEF2 solid;
}
.navList {
    border: 1px #e0e0e0 solid;
    color: #333;
    font-size: 14px;
    padding: 0px;
    margin-bottom: 7px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #e0e0e0;
    opacity: 0;
    visibility: none;
}
.navList.open{
  opacity: 1;
  visibility: visible;
}
label.other-titile {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    float: left;
    width: 100%;
}
.wrap-input100.other-field-area {
    padding: 0px 15px;
}
.autocomplete-filed.ui-autocomplete-input {
    width: 100%;
    border: 1px #e0e0e0 solid;
    padding: 10px 15px;
    border-radius: 4px;
    color: #333;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    margin-top: 2px;
    border-radius: 3px;
    padding: 6px;
    box-shadow: 0px 3px 4px #e0e0e0;
    min-height: 50px;
    max-height: 250px;
    overflow-y: auto;
}

.ui-widget-content {
    background: #ffffff;
    color: #333;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
    font-family: "Lato", sans-serif !important;
    font-size: 1.1em;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
        z-index: 100;
}
.ui-widget.ui-widget-content::-webkit-scrollbar-track
{
 /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
 border-radius: 10px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar
{
 width: 9px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
 background-color: #E0E0E0;
}
.ui-menu .ui-menu-item {
        margin: 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    z-index: 1000;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 6px 1em 6px .4em;
    font-size: 14px;
    color: #333;
}
.container-login100-form-btn.signup-n-btn {
    display: block!important;
}

.container-login100-form-btn.signup-n-btn .wrap-login100-form-btn {
    max-width: 100px;
    float: right;
}
.sucussfullu-msg-tabs.another-txt p>a {
    color: #666;
    text-decoration: underline;
}