/*
Theme Name: bienvip
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.pd-0px {
	padding: 5px !important;
}
.list-service-home .box-text {
    background: linear-gradient(120deg, rgb(54, 110, 216), rgb(6, 74, 203));
    color: #fff;
}
.list-service-home .box-text h4, .list-service-home .box-text p {
	color: #fff;
}
.hotline {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9000;
    display: block;
    background: #e01f26;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 99px;
}
.hotline .hotline-number {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.form-contact-site {
    text-align: center;
}
.form-contact-site input {
    width: 70%;
    border-radius: 5px;
}
.form-contact-site select {
    width: 70%;
    margin: 0px auto !important;
	margin-right: 0px;
    margin-top: 20px;
}
.form-contact-site .wpcf7-submit {
    margin-right: 0px;
    margin-top: 15px;
    background: #b20000;
}
.form-contact-site .wpcf7-spinner {
	display: none;
}
.title-form-ct-prod {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b20000;
    margin-bottom: 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}