.radio-buttons 
{
  width: 100%;
  margin-bottom: 20px;
  /* margin: 0 auto;
  text-align: center; */
}

.custom-radio input 
{
  display: none;
}

.radio-btn 
{
    margin: 10px;
    width: auto;
    height: 40px;
    border: 1px solid #005f83;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: nne;
    cursor: pointer;
    border-radius: 59px;
    padding: 0px 20px;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #FFDAE9;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.hobbies-icon h3{
    font-size: 14px;    font-family: 'Gotham Book';
    padding: 8px;margin: 0px;font-weight: 400;
}
.custom-radio input:checked + .radio-btn 
{
    border:1px solid #005f83;
    background: #005f83;
}
.label-calculater{
    margin: 3px 0px;
    color: #005f83!important;
}
.border-bottom{
    border-bottom: 1px solid #000;
}
.custom-radio input:checked + .radio-btn .hobbies-icon h3
{
    color: #fff;
}
.form-control {
    height: 45px !important;
    padding: 15px!important;
    line-height: 1.5!important;
    font-weight: 400!important;
    color: #777!important;
    background-color: #fff!important;
    border: 1px solid #ebebeb!important;
    border-radius: 4px!important;
    margin-bottom: 2rem!important;
    transition: all 0.3s!important;
    width: 100%;
    font-size: 13px!important;
    margin-bottom: 9px !important;
    font-family: 'Gotham Book'!important;
}

.card-calculator {
    padding: 60px 9% !important;
    border-radius: 15px;
    box-shadow: none !important;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;

}

.dropdown dd ul li a span:first-child,
.dropdown dt a span span:first-child {
    background-image: url('https://i.imgur.com/OQiDoZe.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
    white-space: nowrap;
}

.dropdown dt a img {
    position: relative;
    z-index: 1;
}

.dropdown dt a span span:first-child:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.dropdown dt a span span {
    display: inline-block;
    padding: 0;
}

.dropdown dt a span span:first-child {
    padding: 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #4a535f;
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {
    color: #5d4617;
}

.dropdown dt a:hover,
.dropdown dt a:focus {
    color: #5d4617;
}

.dropdown dt a {
    position: relative;
    /* background: #fff; */
    display: block;
    padding-right: 20px;
    overflow: hidden;
    min-width: 101px;
    border-radius: 4px;
    padding: 8px 2px;
    /* g: 12px; */
    height: 45px;
}



.dropdown dd ul {
    background: #fff;

    color: #C5C0B0;
    display: none;
    left: 0px;
    padding: 0px 0px;
    position: absolute;

    width: 300px;
   border: 1px solid #005f83;
    list-style: none;
    max-height: 300px;
    overflow-y: scroll;
    top: 2px;
    z-index: 99999999999999999999999;
}

li a {
    font-size: 13px;
}

li a span:nth-child(2) {
    line-height: 2em;
}

.dropdown dd ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown dd ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
}

.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
    background: blue;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
    font-size: 12px !important;
}

.dropdown dd ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

dl.dropdown {
    display: inline-block;
    min-width: 101px;

}

dl.dropdown span:nth-child(3) {
    color: rgba(0, 0, 0, 0.4)
}

dl.dropdown>span:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

dl.dropdown span:nth-child(3) {
    float: right;
}

dl.dropdown dt span:nth-child(2) {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    font-family: 'Gotham Book';
    color: #005f83;
}

dl.dropdown dt span:nth-child(3) {
    display: none;
}

.countryFlag {
    padding: 0;
    background-image: url("https://i.imgur.com/OQiDoZe.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    margin-right: 4px;
    width: 16px;
    cursor: pointer;
    white-space: nowrap;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BFBFC1 #B6B6B6 #969696;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.uk-input-help-text-1 {
    color: #5795ad;
    font-size: .8125rem;
    font-weight: 400;
    font-family: 'Gotham Book';
    color: #fff;
}

form label {
    display: contents!important;
}

