@charset 'UTF-8';

.top__contact--btn .btn-contact--bg a {
    background-color: #a5f3dd;
	border: 1px solid #a5f3dd !important;
}

@media (min-width: 768px) {
    .top__contact--btn .btn-contact--bg a {
        background-color: #a5f3dd;
        border: 1px solid #a5f3dd !important;
        background: #444445;
    }
}

@media (max-width: 767px) {
    .top__contact--btn .btn-contact:first-child a {
        background-color: #fff;
        
    }
    .top__contact--btn .btn-contact:first-child:hover a {
       color: #fff !important;
    }

    .top__contact--btn02 .btn-contact.btn-contact_entry:hover a {
        background: #6ebff8;;
        
        color: #444445
    }

    .cmn_btn a:hover span::before {
        content: "";
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        right: 35px;
        width: 20px;
        height: 7px;
        background: url("/wp-content/themes/wp-templ/assets/img/common/icon/ico-arrow-white.svg") no-repeat !important;
        transition: 0.3s;
        background-size: cover;
        transition: transform 0.3s
    }
 
}

.grecaptcha-badge {
    z-index: 9999 !important;
    }