.logo-chat{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 14%;
}
.logo-chat a{
    height: 30px;
    margin-top: 20px;
}
@media (max-width: 767px){
    .logo-chat{
        width: 60%;
        padding-left: 0;
    }
}

.wpcf7-form .fields{
	display: block !important;
}
.wpcf7-form .fields p{
	margin: 5px 0 !important;
}
.wpcf7-form input{
	width: 100%;
	height: 35px;
    border-radius: 5px;
}
.wpcf7-form .wpcf7-response-output{
    float: right;
    margin: 0 0 10px 0 !important;
}
.wpcf7-form .wpcf7-captchac{
    position: absolute;
    z-index: 10;
    margin-top: 25px;
    margin-left: 70px;
    border: 1px solid #b1b0b0;
}

.wpcf7-form .wpcf7-select {
    height: 35px;
    max-width: 100% !important;
    width: 100%;
    margin: 6px 0;
    padding: 0 10px;
}
.wpcf7-form input[type="radio"] {
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
}

.menu-cus{
	display: flex;
    justify-content: space-between;
}
.menu-cus .menu-item-home a, .menu-cus .menu-item-has-children a{
    font-weight: 700;
	text-decoration: none;
	font-size: 14px;
}
.menu-cus .menu-item-has-children > a:nth-child(1) span{
    color: #036cc5 !important;
    cursor: default;
    font-weight: 700;
}
@media (max-width: 768px){
	.menu-cus{
		display: none;
	}
}