/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2023 | 05:57:25 */
/*.fixedPop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1111;
	margin: 0 !important;
	top: 50%;
}*/
.fixedPop {
	position: fixed;
	right: 0;
	z-index: 1111;
	margin: 0 !important;
	top: 50%;
	border-radius: 50px 0px 0px 50px !important;
	padding: 0px !important;
}
.fixedPop:hover span::before {
	background: #34394f !important;
}
.fixedPop i, .fixedPop span{
	color: #fff !important;
}

.fixedPop button::after {
	content: '' !important;
}
.fixedPop button {
	border-radius: 25px 0 0 25px;
	padding: 0 !important;
}
.fixedPop span {
	height: 50px !important;
	display: inline-block;
	line-height: 50px;
	padding-left: 66px;
	border-radius: 25px 0 0 25px;
	padding-right: 23px;
}
.fixedPop span::before {
	content: "\f879";
	font-family: "fontawesome";
	position: absolute;
	left: 0;
	width: 50px;
	margin-right: 18px;
	border-radius: 25px 0 0 25px;
	background: #bf4352;
	font-weight:700;
}
.fixedPopForm .wpcf7-form-control.wpcf7-text, .fixedPopForm.wpcf7-form textarea {
	border: 1px solid #e6e6e6;
	box-shadow: none;
}
.w-popup-box-title {
	font-size: 22px;
	font-weight: 500;
	background: #dd5161;
	color: #fff;
}
@media (max-width:768px){
.fixedPop span {
	font-size: 0px;
	padding-right: 0;
	padding-left: 50px;
}
	.fixedPop span::before {
	font-size: 20px;
}
	.w-popup-box-content[style*="padding"] {
	padding: 10px 1.5rem 5vh !important;
}
	.mainTop .g-cols > div:not([class*="vc_col-xs-"]) {
	margin: 0 0 .5rem;
}
}