.corner-form * {
 font-family:'Poppins', Arial, sans-serif !Important;
}
.container.corner-form{	
	display:none;
	min-height:520px;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.15) !important;
	background:white;
	position:fixed;
	bottom:0;
	right:19px;
	width:400px;
	padding:34px;
	z-index:999999;
}	
.sendbtnp p {margin-bottom:0 !important;}
.corner-form .row {
	/*overflow-y:scroll;*/
    max-height: 520px !important;
	margin-bottom:-15px;
	margin-right:-32px;
	margin-left:-15px;
	padding-right:20px;
}
 
.titlelabel {
	position:absolute !important;
	top:0;
	left:0;
	font-weight:700;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.15) !important;
	background:#BE0000;
	padding:8px;
	color:white;
	margin-top:-39px;
	border-radius:12px 12px 0 0;
	line-height:26px;
}

.corner-form input.col-sm-12, textarea {
	border:none;
	border-radius:7px;
	background:#f7f8f8;
	padding:5px;
}
.corner-form input.col-sm-12:focus, textarea:focus {
	border:1px solid #00000052;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.15) !important;
}
.corner-form label.col-sm-12 {
	margin-top:9px;
	margin-bottom:0;
	padding:0;
	font-weight:500;
	color:#000000;
}


.corner-form textarea {
	padding:4px; 
	min-width:100% !important;
	max-width:100% !important; 
	max-height:300px !important;
	min-height:100px !important;
}

.crn-arrow {
	float:right;
	height:11px;
	margin-top:6px;
	color:white;
	cursor:pointer;
}

.corner-form  input[type="submit"] {	
	padding:0;
	height:40px;
	text-transform:initial;
	font-weight:700;
	margin-top:20px;
	background:#BE0000;
	color:white;
	border:none;
	border-radius:8px;
	
}
.corner-form  input[type="submit"]:hover {
	background:#f02b22;	
}

button.crn-button {
	 font-family:'Poppins', Arial, sans-serif !Important;
	display:none;
	position:fixed;
	box-shadow:0 3px 20px 0 rgba(0,0,0,0.5) !important;
	background:#BE0000;
	padding:13px;
	width:188px;
	bottom:18px;
	right:19px;
	border:none;
	color:white;
	z-index:9999999;
	border-radius:24px;
}
button.crn-button:hover{
	box-shadow:0 3px 25px 0 rgba(0,0,0,0.9) !important;
}

svg {
	display:inline-block;
	width:40px;
	height:30px;
	float:left;
}
svg.crn-arrow:hover {
	fill: #d2d2d2;
	margin-top:8px !important;
	transition: all ease-out .15s !important;
}
svg.crn-arrow:link {
	margin-bottom:-600px;
	transition:all ease-out 0.6s !important;
}

.crn-btn-txt {
	display:inline-block;
	font-weight:700;
	font-size:14px;
	width:120px;
	line-height:26px;
}
.form-block h2 {
    color: black !important;
    font-size: 20px !important;
    line-height: 26px;
    margin-top: -20px;
	height:47px;	
}
.form-block {font-size:14px;}
p.formtxt2 {
	word-break:break-all;
    font-size: 14px;
	height:78px;
}
.formstatus {
	color:#ffffff;
	padding:10px;
	box-shadow:0 3px 8px 0 rgba(0,0,0,0.5) !important;
}
.circle {
    position: relative;
    border-radius: 123px;
    border: 7px solid green;
    margin-left: 78px;
    width: 190px;
    height: 190px;
    margin-top: 20px;
    margin-bottom: 10px;
}

p.form-ok {
    position: absolute;
    color: green;
    font-size: 148px;
    top: 77px;
    left: 23px;
}
.form-block {color:rgb(119, 119, 119);}
.submitcornerform {
	line-height:18px;
	height:48px;
	padding:12px;
	text-transform:initial;
	font-weight:700;
	margin-top:81px;
	font-size:14px;
	background:#BE0000;
	color:white;
	border:none;
	border-radius:8px;
	width:100%;
}
label#name_error, label#tel_error, label#email_error, label#msg_error {
    color: #EE2F2F !important;
}
input.col-sm-12.submitcornerform {
    margin-left: 0;
}
