._ci-module h4{
    text-transform: initial!important;

._ci-module #_ci-country-dropdown{
    min-width: 100%;
}

._ci-module ._ci_results{
    display: none;
    margin-top: 1rem;
}

._ci-module ._ci_results.open{
    display: block;
    background-color: #f8f9fa;
    padding: 1rem 1.5rem;
}

._ci-module ._ci_results.open h3{
    margin-left: -1.5rem;
    padding-left: 1.5rem;
    margin-right: -1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #e4e4e4;
    
}

.mb-0{
    margin-bottom: 0px!important;
}

.mt-0{
    margin-top: 0px!important;
}

.mb-3{
    margin-bottom: 1rem!important;
}

.pb-3{
    padding-bottom: 1rem!important;
}