
.boxclose:before {
    content: "×";

}
.zero-button {
 background: #855990 !important;
}

.boxclose{
   float: right;
    margin-top: -16px;
    margin-right: -17px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 4px;
}
.note
{
    text-align: center;
    height: 60px;
    background: #347c98;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}
.form-content
{
    padding: 5%;
    margin-bottom: 2%;
    padding-top:3%;
}
.form-control{
    border-radius:1.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #347c98;
    color: #fff;
}
#member-reg-msg{
   margin-top: 4px;
   font-size: 18px;
   text-align: center;
}
.member-success{
  color:green;
} 
.member-error{
  color:red;
}  
.member-error-border{
  border: solid 1px red;
}
@media only screen and (min-width: 768px) {
  #member-registor-popup{
  width:860px;
}


}

.member_registration_popup{
    font-family: verdana,geneva,sans-serif;
    font-size: 13px;
}
.row.popuptop_area {
    margin-top: -20px;
   }
   
   .Member_Reigstration {
       overflow-y: scroll;
       height: 550px;
  }
  .submit_button_popup {
    padding-top: 30px;
}

#imgbox{
    padding: 3px;
    border-radius: 12px;
    border: 1px #9E9E9E solid;
    background: white;
}


.page-font-style{
  font-family: verdana,geneva,sans-serif;
  font-size: 17px;

}

.purple-btn-box{
    background: #855990;
    color: #fff;
    width: 90%;
    height: 63px;
    border-radius: 42px;
    float: left;
    margin-top: 3px;
    margin-bottom: 2px;
    cursor: pointer;
    text-align: center;

  }
  
  .purple-btn-box .title{
   margin-left: 25px;
    margin-top: 6px;
    float: left;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
  }
  
  
  .purple-button {
    float: left;
    background: #855990 !important;
}
@media only screen and (max-width: 760px) {
  .mobile-hide {
   display: none;
  }  
   .title-first-part .title {
    font-size: 17px !important;  
  } 
}

#sp-mobile-top-bar #sp-menu{
    margin-left: 30px;
}

.subscribe-btn{
    position: absolute;
    top: 10px;
    float: left;
    margin-top: 17px;
    margin-left: 35%;

}
.subscribe-btn a{
padding: 6px 3px;
}


@media (min-width: 1200px) {
    .container {
        width: 1185px;
    }
}


}

.sp-dropdown-items{
     height: 460px;
        overflow-x: auto;

}

