.reg-label{
  font-weight: 700;
  color: #24507d;
  padding-right: 3.6rem;
  font-size: 20px;
  text-transform: uppercase;
}
.registration-page{
  color: #23507d;
}
.registration-page a{
  color: #23507d;
}
.registration-page .go-back-link:hover{
  color: #0f324f;
}

.nav.regtabs .nav-link{
  flex-direction: column;
  display: flex;
  padding: 15px 0 3px;
  border: none !important; 
  margin-right: 1px;
  background: #d7e5f1;
  color: #377bbb;  
}
.nav.regtabs .nav-link.active{
  background: #377bbb;
  color: #fff;  
}
.nav.regtabs .nav-link.active .reg-icon{
 border-color: #fff;

}


.nav.regtabs .label{ 
  text-transform: none;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 49px;
  font-family: "Roboto Condensed";
   
}
.reg-icon{
  max-width: 80%;
  min-width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid #bad1e6;
  padding-bottom: 10px;
  font-size: 30px; 
}



.form-group {
  position: relative;
  margin-bottom: 20px;
}
.floating-label input {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  transition: border-color 0.3s ease;
  min-height: 47px;
  border: 1px solid #d6dbdd;
}
.floating-label input:focus{
 
  outline: none;
}
.floating-label label {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 18px;
  color: #23517d;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.floating-labelp input:focus {
  border-color: #d6dbdd;
  outline: none;
}
.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label {
  top: -13px;
  font-size: 16px;
  color: #23507d;
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
  left: 16px;
}
  



.custom-select-container {
  position: relative;
  display: flex;
}

/* Style for the search bar on top */
.search-bar {
  width: 100%; 
  display: flex;
  align-items: center;
  border: 1px solid #d6dbdd;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-family: "Roboto Condensed";
}

/* Style for the search icon */
.search-icon { 
  cursor: pointer;
  margin: 0;
  font-size: 20px;
  margin-right: 10px;
}
.xmark-icon{
  padding: 10px;
  font-size: 26px;
  border-left: 1px solid #d6dbdd;
}

/* Style for the input/search box */
.search-box {
  width: 100%;
  padding: 10px 20px;
  border: none;
  outline: none; 
  font-size: 20px;
}

/* Style for the options in the dropdown */
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #d6dbdd;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 5px;
  top: 50px;
  width: 100%;
}

/* Style for each option item */
.option-item {
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
}

/* Style for the flag image */
.flag {
  width: 20px;
  margin-right: 10px;
}

.c-registration__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
   
  min-height: 48px;
  box-shadow: inset 0 -0.28571em #526e1f;
  background-color: #79a430;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px;
  color: #fff;
  transition: box-shadow 0.2s linear !important;
}
.c-registration__button:hover{
  box-shadow: inset 0 -3.21429em #526e1f;
  color: #fff;

}

.terms-condition {
  font-family: "Roboto Condensed";
  font-weight: 600;
}
 .terms-condition a{ 
  text-decoration: underline;
 }
.single-select .selected-item{
  width: 100%;
  padding: 10px 20px; 
  border-radius: 4px;
  font-size: 18px;
  transition: border-color 0.3s ease;
  min-height: 47px;
  border: 1px solid #d6dbdd;
  
}

.phone-number-cell{
  border: 1px solid #d6dbdd;
  border-radius: 0;
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
  max-height: 48px;
}
.mb-30{
  margin-bottom: 30px !important;
}

.input-phone{
  height: 44px;
  border: 0;
  
}
.input-phone:focus{
  outline: none;
  
}
.country-cell{
  padding: 11px;
}
.button-inline{
  padding: 15px 20px;
  background-color: #377bbb;
  color: #fff;
  border: 0;
  min-width: 115px;
  font-size: 13px;
}
.button-inline:hover{
  color: #fff;
}

.social-items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-items .item{
  margin: 0 10px;
}



.border-bottom{
  border-color: #d6dbdd;
}
@media only screen and (max-width: 767px){
  .reg-icon {
    font-size: 20px;
  }

  .nav.regtabs .label { 
    min-height: 40px; 
}

.nav.regtabs .label { 
  font-size: 10px; 
  }
}