#regmainForm input.invalid {
  background-color: #ffdddd;
}
#regmainForm {
  background: #f6f6f6;
  box-shadow: 0 0 25px -1px rgba(0,0,0,0.2);
  border-radius: 5px;
  margin: 0;
  font-family: "AvenirMedium";
  padding:30px;
}
.regnewtab {
  display: none;
}
#regmainForm button {
  background-color: #22bbcd;
  color: #ffffff;
  border: none;
  padding: 8px 44px;
  font-size: 17px;
  font-family: "AvenirMedium";
  cursor: pointer;
  border-radius: 50px;
  position: relative;
}
#regmainForm button:hover{background: #000;}
#regmainForm button#nextBtn::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    width: 12px;
    font-size: 22px;
    top: 4px;
    left: 99px;
}
#regmainForm button:hover {
  opacity: 0.8;
}
#regmainForm button:focus{outline: none;}
#revBtn {
  background-color: #bbbbbb;
}
#regmainForm button#prevBtn::after {
    content:"\f104";
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    width: 12px;
    font-size: 22px;
    top: 4px;
    left: 20px;
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
.step.finish {
  background-color: #4CAF50;
}

.regnewtab input.newflds {
    margin: 20px 0 0 0;
    padding: 5px 15px;
    width: 100%;
    height: 50px;
    border: #d4d4d4 solid thin;
    border-radius: 10px;
}
.regnewtab input.newflds:focus, .regnewtab select.newflds{outline: none;}
.regnewtab select.newflds {
    margin: 20px 0 0 0;
    padding: 5px 15px;
    width: 100%;
    height:50px;
    border: #d4d4d4 solid thin;
    border-radius: 10px;
    color: #757575;
}
.custom-file-input2{
    display: inline-block;
    position: relative;
    width: 100%;
}
.custom-file-input2 input[type="file"]{
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;  /* Fix for IE7 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
}
.custom-file-input2 .newflds2 {
    background: #fff;
    border: #d4d4d4 solid thin;
    border-radius: 10px;
    color: #757575;
    width: 100%;
    height: 50px;
    padding: 18px 15px;
    position: relative;
     margin: 20px 0 0; 
}
.custom-file-input2 span i {
    font-size: 26px;
}
.custom-file-input2 span {
    position: absolute;
    top: 33px;
    right: 16px;
}

.boxregnew input[type="file"] {
    width: 97%;
    background: #ff0;
    position: absolute;
    top: 0;
    left: 9px;
    display: none;
    height: 60px;
}
.regnewtab textarea.newareafld {
    margin: 20px 0 0 0;
    padding: 5px 15px;
    width: 100%;
    min-height:160px;
    border: #d4d4d4 solid thin;
    border-radius:10px;
    color: #757575;
}
.regnewtab input.rechecks {
    height: 22px;
    width: 22px;
    position: relative;
    top: 4px;
    left: 15px;
}
#showcheck{display: none;}
.rgtitlenew {
    font-size: 22px;
    line-height: 32px;
    color: #22bbcd;
    position: relative;
    margin: 20px 0 0;
}
.rgtitlenew::after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    background: -webkit-linear-gradient(right, #22bbcd 68%, transparent 30%);
    top: 15px;
    width: 100%;
}


.rgtitlenew2 {
    font-size: 22px;
    line-height: 32px;
    color: #22bbcd;
    position: relative;
    margin: 20px 0 0;
}
.rgtitlenew2::after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    background: -webkit-linear-gradient(right, #22bbcd 78%, transparent 30%);
    top: 15px;
    width: 100%;
}

.sectandfld {
    display: flex;
    display: -webkit-flex;
    margin: 20px 0 0;
    padding: 0px;
    height: 50px;
    border: #d4d4d4 solid thin;
    border-radius: 10px;
}
.sectandfld select.social {
    border-radius: 10px 0px 0px 10px;
    border: none;
    width: 140px;
    padding: 0 15px;
    border-right: #d4d4d4 solid 1px;
}
.sectandfld select.social:focus, .sectandfld input.socfld:focus{outline: none;}
.sectandfld input.socfld {
    border-radius: 0px 10px 10px 0px;
    border: none;
    width: 100%;
    padding: 0 15px;
}

.buttonsnew {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
}

.boxregnew {
   text-align: center;
    width: 100%;
    position: relative;
    max-width: 160px;
    margin: 0 auto;
}


.regshape {
    height: 136px;
    width: 160px;
    border: #ccc dashed 3px;
    background: #fff;
    margin: 0 auto;
    padding: 25px;
    position: relative;
}
.regshape span {
    position: absolute;
    top: -10px;
    padding: 0;
    right: -6px;
}

.regshape span i {
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    border-radius: 50%;
}
.pross {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.pross img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.boxregnew label {
    position: relative;
    z-index: 1;
    margin: 0px;
}
.pross.z_index_high{
    z-index: 1;
}
.pross.z_index_high span {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    cursor: pointer;
}
.pross.z_index_high span i{font-size:16px;}
.pross span{display: none;}


@media all and (max-width: 991px){
.rgtitlenew::after {
    display: none;
}
}













/*form2*/

.tabss {
  display: none;
}



