.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary){
	border:1px solid black ;
}

.uk-h5, h5 {
     letter-spacing: 0px !important;
}

.ul-profession li:last-child{
    display: none !important;
}

@media (max-width: 1300px){
	.ul-profession{
		justify-content: center;

	}

	.ul-profession > .uk-tab{
		flex-direction: column;
		align-items: center;
	}

}

.verified{
background-image: url('../images/verify-icon-white.png');
background-size:cover;
height:25px;
width:25px;
display: inline-block;
margin-left: 1rem;
}

.verified-hidden .verified{display: none;}


.wpcf7 .wpcf7-text{
height: 32px;
width: -webkit-fill-available;

}

textarea{
width: -webkit-fill-available;
}

.wpcf7-submit{

      background-color: #0082b8;
color:#fff;
   border-radius:5px; 
border: 1px solid #0082b8;
margin: 0;
   
    overflow: visible;
    font: inherit;

    text-transform: none;
    -webkit-appearance: none;

    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
       font-family: 'Open Sans';
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    background-origin: border-box;


}

.wpcf7-submit:hover{
      background-color: #fff;
color:#000;
border-radius:5px; 
border: 1px solid #39f;
	    


}


:focus-visible {
    outline: 1px #abb8c3 !important;
}

.uk-search-default .uk-search-input {
        border: 1px solid #e5e5e7 !important;
	    width: -webkit-fill-available;
}

.hidden-div {
    display: none !important;
}

.location-seperator:last-child{
    display: none;
}
}

