/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.address-form {
    height: auto;
}
.container_label{
    font-size: 15px;
    font-weight: 400;
}
.resendotp{
    padding:6px;
}

.disable-btn{
    pointer-events: none;
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
}
.float_right{
    float: right !important
  }

  .select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #d2d8dd;
    border-radius: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    height: calc(2.55rem + 2px);
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    color: #717171;
    /* font-weight: 400; */
    line-height: 40px;
  }

  .select2-container--default .select2-selection--multiple{
    background-color: white;
    border: 1px solid #d2d8dd;
    border-radius: 4px;
    cursor: text;
    padding:5px;
    position: relative;
    height: calc(2.55rem + 2px);

  }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:38px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    height:38px;
}
.other-hide{
  display: none;
}

.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.ajax-loader img {
  position: relative;
  top:50%;
  left:50%;
}
.laststep #forwardbtn1{
  display: none;
   
}

.backward{
  color: #777;
  background: #e8e8e8;
}
a.backward{
   border: none;
    color: #777;
    text-decoration: none;
    transition: background .5s ease;
    text-align: center;
    background: #e8e8e8;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
}
a.forward{
   border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    cursor: pointer;
    outline: 0;
    text-align: center;
    background: #434bdf;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
}
.backward:hover, .forward:hover {
  background: #d80075;
  color: #fff;
}
.laststep {
  display: none;
}