@font-face {
  font-family: 'proxima_novaregular';
  src: url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
    url('fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 0.9rem;
  font-family: 'proxima_novaregular';
  background: #eee;
}

.hide-style {
  display: none;
}

.f-s-15 {
  font-size: 15px;
}

.p-t-2 {
  padding-top: 2px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.f-18 {
  font-size: 18px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-r-10 {
  margin-right: 10px !important;
}

.no-padding {
  padding: 0px;
}

.p-10 {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .dropdown-menu-title {
    display: none;
  }
}


.submit-button {
  background: #2d6bbf;
  padding: 10px 50px;
  margin-top: 28px;
  float: right;
  font-weight: 600;
}

.bridge-input {
  background-color: #f2f2f2;
  border: 0px;
  padding: 12px 0px;
}

.bridge-input:focus {
  background-color: #f2f2f2;
  box-shadow: none;
}

.has-search .form-control {
  padding-left: 1.275rem;
}

.has-search label {
  font-weight: 600;
}

.has-search {
  text-align: left;
}


.login-search label {
  font-weight: 600;
}

.login-search {
  text-align: left;
}
.terms-sideheader,
.privacy-sideheader {
  text-align: left;
  font-weight: bold;
  color: #293567;
  font-size: 20px;
}
.terms,
.privacy {
  font-weight: normal;
  text-align: left;
  font-size: 17px;
}
select.form-control:not([size]):not([multiple]) {
  height: unset;
}

.dropdown-address .dropdown-list-address {
  width: 100%;
  background-color: #f2f2f2 !important;
  border: 0px;
  padding: 11px 18px;
  color: #888;
  font-size: 16px;
  border-radius: 5px;
}

.date-dropdown-list-content:after {
  content: ' ';
  position: absolute;
  right: 50%;
  top: -8px;
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 9px solid white;
}

.myWidth {
  font-size: 12px;
}

.stateDropdown {
  height: 45px !important;
}

.verificationInput {
  margin: 0 10px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  width: 38px;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}
.verificationInput:focus {
  border-color: #2d6bbf;
  box-shadow: 0 0 5px #2d6bbf inset;
}
.verificationInput::selection {
  background: transparent;
}

.resend-verifiy-code {
  color: #2d6bbf;
  text-decoration: underline;
  padding: 15px 0px;
  cursor: pointer;
}
.verifyEmail-button {
  background: #2d6bbf;
  padding: 10px 50px;
  margin-top: 28px;
  font-weight: 600;
}


input.text-center {
  width: 60px;
}
.w-100 {
  width: 100%;
}
.bg-color{
  background-color: #4CA49A !important;
}
.white-color{
  color: white !important;
}
.catchaalignment{
  padding-top: 10px;
  padding-bottom: 10px;
}