a{
    color:#EB7D00;
}

.text-decoration-underline{
    text-decoration:underline;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background: url(/images/assets/radio-dot.svg) no-repeat center center;
}
.custom-control-label::after {
    position: absolute;
    top: .1rem;
    left: -2rem;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.radio-border.form-control{
    width: auto;
    height: 36px;
}
.form-control{
    color:#767676;
}
.custom-control-label::before {
    position: absolute;
    top: .1rem;
    left: -2rem;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label{
    color:#767676;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000000;
    background-color: white;
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before{
    color: #fff;
    border-color: #F18D02;
    background-color: #FDF3E0;
}

.email input {
    padding-left: 42px;
}
.email img{
    position: absolute;
    top: 15px;
    left: 12px;
}
.phone input {
    padding-left: 42px;
}
.phone img{
    position: absolute;
    top: 15px;
    left: 12px;
}

::-webkit-input-placeholder { 
    color: #767676!important;
}
::-moz-placeholder { 
    color: #767676!important;
}
:-ms-input-placeholder { 
    color: #767676!important;
}
:-moz-placeholder { 
    color: #767676!important;
}

.bootstrap-select .dropdown-menu.inner{
    display: block;
}

.bootstrap-select .dropdown-menu{
    background:#FFFFFF;
    color: #767676;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder{
    color: #767676;
}
.bootstrap-select>.dropdown-toggle{
    color: #626262;
    height: 50px;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option{
    height: 25px;
}
.bootstrap-select .dropdown-menu li{
    padding: 7px 12px;
}
/*.bootstrap-select .dropdown-menu li:hover{
    background: url(/images/assets/check-hover.svg) no-repeat center right 16px;
}
*/
.glyphicon-ok.check-mark{
    background: url(/images/assets/check-hover.svg) no-repeat center center;
    width: 20px;
    height: 20px;
}
.bootstrap-select .dropdown-menu li a{
    width: 100%;
    display: flex;
    align-items: center;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    /* border-color: #767676; */
    /* box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F4EBFF; */
    outline: none!important;
}

.bootstrap-select.show .dropdown-toggle{
    border-color: #767676;
    /* box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F4EBFF; */
    outline: none!important;
}
.bootstrap-select>.dropdown-toggle:after{
    border: none;
    background: url(/images/assets/select-arrow-down.svg) no-repeat center center;
    width: 20px;
    height: 20px;
}
.bootstrap-select.show>.dropdown-toggle:after{
    background: url(/images/assets/select-arrow-up.svg) no-repeat center center;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    display: flex;
    align-items: center;
}
.fa-flag1{
    background: url(/images/assets/uk-flag.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-size:100%;
}
.fa-flag2{
    background: url(/images/assets/ie-flag.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-size:100%;
}
.fa-flag3{
    background: url(/images/assets/other.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-size:100%;
}
.fa-flagdef{
    background: url(/images/assets/map-pin.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.radio-border.form-control{
    width: auto;
    height: 36px;
}
.form-control:focus{
    color: #626262;
}

.radio-border.checked {
    border-color: #F7B74E;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F4EBFF;
}

.border-right{
    border-right: 1px solid #767676!important;
}
.was-validated .bootstrap-select select:invalid+.dropdown-toggle{
    border-color: #dc3545;
}
.was-validated .bootstrap-select+.invalid-feedback{
    display:block;
}
@media (max-width: 991px) and (min-width: 768px) {
    .border-right {
        border:none!important;
    }
}
@media (max-width: 768px) {
    .border-right{
        border-right: none!important;
    }
}