/* css modal */
.modal {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.overlay.active,
.modal.active {
	opacity: 1;
	visibility: visible;
}

.modal {
	transform: translateY(-20px);
}

.modal.active {
	transform: translateY(0);
}

/* end css modal */

#modal_contact {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 102;
}

#modal_contact .modal-content {
	max-width: 90%;
	width: auto;
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 1.25rem;
}
.wpcf7-form-control-wrap.product{
    width: 100%;
}
.custom_form form .input-form, .custom_form form .checkbox-form{
    border: none;
 
    padding: 8px;
}
.custom_form form .wpcf7-list-item{
    margin: 0!important;
}
.custom_form .ajax-loader{
    /*display: contents!important;*/
}
.custom_form .wpcf7-submit{
    margin: 0 auto;
    display: block;
}
.custom_form span.wpcf7-form-control-wrap{
    width: 100%;
}
@media screen and (min-width: 1600px) {
    .back-to-top {
        right: 1.5% !important; 
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .back-to-top {
        right: 2.3% !important; 
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .back-to-top {
        right: 2.8% !important; 
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .back-to-top {
        right: 3.3% !important; 
    }
}

.btn-call {
    bottom: 3%;
}

@media (min-width: 992px) {
    .header .menu-header ul li ul li {
        margin: 0;
        border-top: 1px dashed #333;
    }
}
