body{
    color: #4c697c;
}
.navbar-brand img {
    width: 150px;
    margin: 0px auto;
}
.navbar-brand {
    width: 180px;
    background: #fff;
    text-align: center;
    margin-right: 15px;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.coustom-control {
    border: 1px solid #00afe4;
    padding-top: 5px;
    min-height: 42px;
    font-size: 16px;
    font-weight: 300;
    color: #4c697c;
}
.coustom-control :hover {
    border: 1px solid #00afe4;
    padding-top: 5px;
    min-height: 42px;
    font-size: 16px;
    font-weight: 300;
    color: #4c697c;
}
.bg-main{
    background-color: #00afe4;
}
#searchfeild::placeholder, .coustom-control::placeholder {
    color: #ccc;
    font-size: 15px;
    line-height: 20px;
 }

 // workaround
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.form-check-input:checked{
    background-color: #00afe4;
    border-color: #00afe4;
}







.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.0.3/img/flags.png");
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.0.3/img/flags@2x.png");
    }
  }