@import "../../../berlin/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */
.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.all-top-field-wrap > div{
	margin-bottom:10px;
}


.submit-wrapper input{
	background-color: #dd9933;
	color: #ffffff;
	border-radius:0;
	width:100%;
	max-width:100%;
	margin-top:10px;
}

.all-top-field-wrap > div > span > .wpcf7-form-control::placeholder,
.wpcf7-form-control-wrap.message textarea::placeholder{
	opacity:0.6;
	text-align:right;
}


/************quick phone**********/

.quick-phone-wrap{
	position: fixed;
	z-index: 99999;
	right: 30px;
	bottom: 80px;
	display: flex;
	align-items: center;
}

.phone-link-mobile{
	display: flex;
	border-radius: 100%;
	background: #03e78b;
	color: #fff;
	align-items: center;
	justify-content: center;
	width:54px;
	height:54px;
}

.desk-phone a{     
	font-size: 17px;
	padding: 5px 15px;
	line-height: 21px;
	color: #333;
	background-color: #fff;
	box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);
	border-radius: 10px;
	margin-right: 7px;
	position:relative;
	opacity:0;
}

.quick-phone-wrap:hover .desk-phone a{
	opacity:1;
} 

.desk-phone a:before{   
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid white;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -5px;
	top: 6px;}

.wpcf7-response-output{
	background-color:#fff;
}

@media only all and (max-width: 650px){

	.quick-phone-wrap{
		right: 5px;
	}
}
