
.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  
  .button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .button:hover {
    background: #06D85F;
  }
  .form-group-reg {
    margin-bottom: 4px;
}
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 5445;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 20px auto;
    padding: 20px;
    width: 50%;
    height: 356px;
    border-radius: 5px;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .modal-content-custom{
      border:none;
      
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    height: 330px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
       border-radius:0px!important;
        outline: 0;
    
  }
  #popup2 .modal-content-custom{
  height: 600px;
  overflow: auto;
  }
  #popup2 .modal-body-left {
    width: 100%;
    height: 600px;
}
.paragraph-bottom{
  font-size: 14px;
}

  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 37px;
    right: 30px;
    transition: all 200ms;
    font-size: 20px;
    z-index: 3;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #06D85F;
  }
.login-header{
    margin-bottom: 30px;
}
.login-header h6{
    font-weight: bolder;
}
.pull-right{
padding:0px;
}
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }
  .modal-body-left{
    width: 100%;
    height: 330px;
  }
  .btn-login{
    width:30%;
    height: 39px;
    font-size: 12px;
    padding: 0px;
    float: right;
    margin: 10px 2px;
  }
  .bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootstrap-select>select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
  z-index: 0!important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu a {
  padding: 14px 20px;
  font-size: 14px;
  display:block;
  line-height: 1.42857;
  white-space: nowrap;
  cursor: pointer;
}
.first-select button{
  height:40px;
  
}
.first-select{
  width: 100%;
  margin:0px;
  height: 40px;
  margin-bottom:4px;
  min-height: 40px;
  border: 1px solid #ced4da !important;
}
.menu-nav-header .scroll-to-section:hover>a{

  color: #8fbce5!important;
 
 
}
.menu-nav-header li{
position: relative;

}
.menu-nav-header .scroll-to-section a:before {
  background-color: #8fbce5;
  width: 0%;
  height: 3px;
  top: -20px;
  right: 0px;
  left: 0px;
  content: "";
  position: absolute;
  margin: 0 auto;
  transition: all 0.3s ease-out;

}
.menu-nav-header .scroll-to-section:hover>a:before {
  background-color: #8fbce5;
  width:100%;
  height:3px;
  margin: 0 auto
}


#drop_down_modal{
  width: 430px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 235px;
}
.drop_down_modal1{
  height: 153px!important;
  width:260px!important
}
.first-select div{
  padding:0px;
}

.first-select li{
  padding: 0;
  margin: 0px 0px;
}
.validate-errors-login{
  margin-top: -8px;
  position: relative;
  padding: 4px 4px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.validate-errors-login .close {
position: absolute;
  padding: 8px 8px;
  top:0px;
  right: 0px;
  transition: all 200ms;
  font-size: 18px;
  z-index: 3;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
@media (max-width: 1000px) {
  .modal-body-left {
    display: none;
    width: 100%;
    height: 330px;
}
}