.country_lang:hover {
    color: #d00;
    text-decoration: underline;
}

.country_lang {
    width: auto;
    float: right !important;
    color: #666;
    line-height: 30px;
    text-align: center;
    margin-left: 0;
    margin-top: 17px;
    text-decoration: none;
    position: relative;
    margin-right: 27px;
}

.country_lang .country_icon img {
    width: 32px;
    height: auto;
    margin-right: 5px;
}
    
.country_lang i.fa-angle-down {
    padding-left: 5px;
}

.country-flags a span {
    color: #000;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500;
}

.country-flags a img {
    width: 35px;
    height: 35px;
}

.country-flags a {
    display: inline-block;
    margin-right: 15px;
}

/*.modal-header .close {
    position: absolute;
    right: 20px !important;
    top: 20px;
    background: #d00;
    border-radius: 100%;
    color: #fff !important;
    padding: 4px 10px 5px 9px !important;
    opacity: .9 !important;
} */
    
.component.title-with-richtext.back-color.mobile-Hide .ctaheading{
    font-size: 28px;
}
    
@media (max-width: 767px){
    .mobile-Hide{display: none}
    .desktop-Hide{display:block}
    
    .column-splitter .position-static{
        margin-top: -9px;
    }
    .country-selector .dropdown{
        margin-top: 25px !important;
        position: relative;
        right: -93px;
    }
    #country option {
        font-size: 12px;
    }
    .country-selector .country_lang #country:focus{
        border-bottom: none !important;
    }
    .country-selector{
        margin-top: 75px !important;
    }
}
    
@media (min-width: 768px){
    .desktop-Hide{
        display: none;
    }
    .mobile-Hide{display: block}
}

.ctamargin{
    margin-top: 30px
}


.sticky-form,
.sticky-form{
    display:none;
}

.country-list{
margin: -40px 0px 0 0;
border-bottom : none !important;
padding-right: 20px !important;
background-color:transparent !important;
}
.dropbtn {
    background-color: #ffffff;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-image: url(/-/media/project/ameteksxa/ReichertAI/shared/dropdown);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right: 33px !important;
    background-color: #fff;
}

.country-selector .dropdown{
    margin-top: 10px;
    margin-right: 20px;
}
      
.dropdown {
        position: relative;
        display: inline-block;
}
      
.dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 100;
}
      
.dropdown-content a {
        color: #000;
          padding: 4px 14px;
          text-decoration: none;
          display: block;
          background: #ffffff;
}
      
.dropdown a:hover {background-color: #39f;}
      
.show {display: block;}

.country-selector .dropdown{margin-top: 20px;}

.country-selector .country_lang{
    top:0 !important;
}

.country-selector{
    margin-top: 3px;
}

.country_lang .country_icon img{
    position: relative;
    top: -3px;
}

.country-selector .dropdown-content a.disabled{
    background: #ddd;
    color: #999;
    cursor: default;
}