<style type="text/css">
/*--memberdetails--*/
    body{
        text-transform: capitalize;
        overflow: hidden;
        color: black;
    }

/*--offer price--*/
     .media-body{
        text-align: justify;
     }
     .basic_content{
        border: 1px solid green;
        padding: 10px;
        margin-top: -20px;
     }

/*--registration--*/
#regForm {
  background-color: #f9fcf3;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway;
  padding: 10px;
  width: 100%;
  min-width: 300px;
  border:1px solid #c5dfa5;
  text-align: justify;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  border: 10px solid red;
  background-color: #fff2f2;
}
.f-select > invalid{
  background-color: gray;
}


.required_error {
  border: 1px solid red !important;
  background: #fff2f2 !important;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #b19592;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.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;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
/*now*/
.single-field {
    display:  inline-block;
    margin-bottom: 10px;
    color: black;
    margin: 3px;
    margin-left: 0px;
     font-family: Arial;
    font-size: 10pt;
}
select.f-select {
    height:  21px;
    padding: 1px 0 3px;
    font-size: 90%;
    line-height: 1;
}

.single-field label {
    margin-bottom: -3px;
}

.single-field span {
    color: rgb(204, 0, 0);
    font-family: Verdana;
}
/*select.f-select {
    display:  inline-block;
    border:  1px solid;
    color: black;
}*/
.foe .single-field.one {margin-left:5px;margin-right:2px;}

.foe {
    display: inline-block;
    position:  relative;
}

.foe .single-field.one .s-field, .foe .single-field.one .f-select {
    border: 0;
    max-width: 172px;
    position: relative;
    top: -3px;
}
.single-field.one select {
    display: inline-block;
}
.foe .single-field.one .s-field:focus,.foe .single-field.one .f-select:focus{
    outline: none;
}

.foe .single-field.one .s-field {
    border-left:  1px solid;    
}
.foe .single-field.one .f-field {
   border-left:  1px solid;
}

.foe .single-field.one div {
    border: 1px solid;
    padding: 0;
    position: relative;
    height: 21px;
    overflow: hidden;
    background: #fff;
}
.single-field label {
    display: block;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #5f7230;
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
}

.single-field .s-field {
    /* max-width: 160px; */
    padding: 3px 5px;
    height: 21px;
    line-height: 1;
    margin-top: 1px;
    position: relative;
    top: 0px;
}
.single-field .ss-field {
    /* max-width: 160px; */
    padding: 3px 5px;
    height: 21px;
    line-height: 1;
    margin-top: 2px;
    position: relative;
    top: 0px;
}
.single-field .ss-field {
    max-width: 160px;
    padding: 3px 5px;
    height: 21px;
  
    line-height: 1;
    margin-top: 2px;
}
.single-field.in label {
    position:  relative;
    top: 3px;
}
.single-field.in label {
    position:  relative;
    top: 2px;
}
.col-md-6.left-side {
    border-right: 1px solid gray;
}

form #myform>.row:first-child> .col-md-12 {
    background: #e0dddd;
    padding: 7px 20px;
    border-radius: 3px;
    color: #e40303;
    font-weight: 700;
    font-size: 13px;
}
h4.reg-title {
    font-size: 16px;
    font-weight: bold;
    color: #317092;
    padding: 5px 3px;
    border-radius: 3px;
    border-bottom: 2px solid #317092;
}
.con_apply{
    padding: 10px;
    border: 1px solid #384d86;
    font-family: normal;
    background-color: #FFF;
    color: black;
}
input[type="checkbox"]{
  width: 30px;
}

textarea{
width: 527px;
overflow: hidden;
}
.single-field.textarea label {
    display: block;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #5f7230;
    font-size: 13px;
    margin-top:4px;
    text-align: left;
    line-height: 0.4;
}
textarea.s-field.required{
    padding: 3px 5px;
    height: 21px;
    line-height: 1;
    margin-top: 1px;
    position: relative;
    top: 6px;
}
/*profile edit*/
.foe .single-field.one span{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-shadow: 0 0 black;
}

/*--details page--*/
.tab-content {
    margin-top: -15px;
}
table tr td {
    padding:  1px;
    padding-left:15px;
    font-size: 13px;
}
.table>tbody>tr>td, .table>tfoot>tr>td {
    padding:  1px;
    padding-left:3%;
    font-size: 13px;
    }
.m-table-one tr td:first-child {max-width: 85px;}
.m-table-two tr td:first-child {
    width: 126px !important;
}
.m-table-three tr td:first-child {
    max-width: 95px;
}
.x-padding {
    padding-left: 5px;
    padding-right: 5px;
}

/*about*/
.who_we_are_area p{
    margin-bottom: 10px;
    text-align: justify;
}
.who_we_are_area .who_we_left h4{
    color: green;
}
.para{
    font-size: 18px;
    text-align: center;
}
/*user panel/activemember page*/
#pagination{
  text-align: center;
  font-size: 18px;
  padding: 10px;
  padding-left: 20px;
  width:50%;
 
  border-radius: 10px;
  margin-left:auto;
  margin-right: auto;
}
#pagination a{
  margin: 10px;
  padding: 10px;
  border: 1px solid gray;
}
#pagination strong{
  margin: 10px;
  padding: 10px;
  border: 1px solid gray;
}
/*user panel/contact page*/
 .contact_form_area .form_inner .form-group select {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #334249;
    height: 48px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    font-size: 16px;
    
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    padding: 0px 20px 0px 30px;
    outline: none !important;
    box-shadow: none !important;
}
/*user panel/forget_pass page*/
.welcome_title{
        margin-top: 10px;
    }
/*userpanel/login*/
 .forget_pass a{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    color: blue;
    border:none;
}
/*userpanel/memberbycase*/
#pagination{
text-align: center;
font-size: 18px;
padding: 10px;
padding-left: 20px;
width:50%;

border-radius: 10px;
margin-left:auto;
margin-right: auto;
}
#pagination a{
margin: 10px;
padding: 10px;
border: 1px solid gray;
}
#pagination strong{
margin: 10px;
padding: 10px;
border: 1px solid gray;
}

/*userpanel/memberbycaste page*/
#pagination{        
    text-align: center;
    font-size: 18px;
    padding: 10px;
    padding-left: 20px;
    width:50%;
   
    border-radius: 10px;
    margin-left:auto;
    margin-right: auto;
}
#pagination a{
    margin: 10px;
    padding: 10px;
    border: 1px solid gray;
}
#pagination strong{
    margin: 10px;
    padding: 10px;
    border: 1px solid gray;
}
</style> 
