input,
select,
input:active,
input:focus-visible {
    border: none;
    border-bottom: 2px solid #F2F2F2;
    outline: none;
}

.birchForm {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: 0.375rem 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #1D263E;
    background-color: #fff;
    background-clip: padding-box;
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
    margin: 10px 0;
    font-family: EncodeSans-Light;
    border-bottom: 2px solid #F2F2F2;
}
/* .birchForm:focus{
    border-bottom: 2px solid rgb(77, 210, 0);
} */

.birchForm::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.birchForm li span {
    font-family: EncodeSans-Light;
    font-size: 12px;
    color: #fff;
    margin-right: 3px;
}

.birchForm li {
    border-radius: 15px;
    padding: 2.5px ​10px !important;
}

.dashboardcode-bsmultiselect::after {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.lets-connect .conHead h2 {
    font-family: EncodeSans-Light;
    font-size: 44px;
    color: #1D263E;
    text-transform: capitalize;
}

.lets-connect .conHead p {
    font-family: Raleway-Medium;
    font-size: 18px;
    color: #1D263E;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #4dd200;
    background-color: #4dd200;
}

.text-primary {
    color: #4dd200!important;
}

label.error {
    font-size: 11px;
    margin: 0px !important;
    color: red;
    position: absolute;
    top: 84%;
    left: 4%;
}

.multi-select label.error {
    top: 100%;
}

.lets-connect #country_code-error {
    left: 14%;
}

@media only screen and (max-device-width: 480px) {
    .lets-connect .conHead h1 {
        font-family: EncodeSans-Light;
        font-size: 36px;
        color: #1D263E;
    }
}