.country-contact-us {
    clear: both;
    padding: 3px 4px 39px 1px;
}
.country-contact-us .form-item.form-type-select.form-item-country-dropdown {
    float: left;
}

.country-go {
    float: left;
    padding: 0px 1px 0px 34px;
}
.country-contact-us .form-item-country-dropdown {
    /*background: #fff;*/
    display: inline-block;
    width: 250px;
    position: relative;
}

.country-select {
	display: none;
    padding: 10px 10px 10px 1px;
    font-size: 18px;
    font-weight: bold;
}

select#edit-country-dropdown{
    background: url(https://www.janssen.com/sites/all/themes/janssen/release/images/select-arrow-down.png) 99% 15px no-repeat;
    color: #019cdc;
    font-family: KarbonSemiBold, Arial, sans-serif;
    height: 40px;
    /* overflow: hidden!important; */
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 2px;
    text-align: left;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5rem;
    z-index:99;
    display: block;
}

.my-go-class {
    font-size: 29px!important;
    background-color: #019cdc !important;
    border: none!important;
    color: #fff!important;
    cursor: pointer!important;
    display: inline-block!important;
    font-family: KarbonMedium, Arial, sans-serif!important;
    font-weight: 700!important;
    /* margin-bottom: 8px!important; */
    letter-spacing: .01em!important;
    /* line-height: 1.05!important; */
    /* padding: 23px 42px 1px 10px!important; */
    text-align: center!important;
    text-transform: uppercase!important;
    @inclue font-size(14): !important;
    vertical-align: top!important;
    width: 58px;
	padding: 2px 0px 6px 1px!important;
}

.country-go .submit-arrow {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    z-index: 1053;
    margin: 1px -34px 1px 1px;
    position: relative;
	cursor: pointer;
    /* height: 17px !important; */
}
.custom-select-menu ul li {
    padding: 6px 0 4px .5em;
    font-family: KarbonMedium, Arial, sans-serif;
    cursor: pointer;
    text-align: left;
    color: #999;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    list-style: none 0;
	text-transform:none!important;
}

@media only screen and (min-width: 415px) and (max-width: 767px) {
	.country-contact-us .form-item-country-dropdown {
		width: 300px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px)  {
	.country-contact-us .form-item-country-dropdown {
		width: 300px !important;
	}
}

