
.conus{
	border: 2px solid #e22;
	border-top: 8px solid #e22;
	border-radius: 10px;
	height: unset;
	text-align: center;
	padding: 10px 15px;
}

.calic{
	margin-top: -12%;
	text-align: center;
	position: relative;
	height: 50px;
	display: block;
}

.calic i{
	position: relative;
    font-size: 30px;
    color: #06a;
    border: 3px solid #06a;
    padding: 10px 15px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 0px 5px #fff;
    transition: all 0.8s ease;
}
.calic.jop i{
    font-size: 25px;
    padding: 14px 15px;
}
.conus:hover .calic i{
	transform: rotate(360deg);
    color: #e22;
    border: 3px solid #e22;
}
.conus:hover{
	border: 2px solid #06a;
	border-top: 8px solid #06a;
}
.calde h4{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
.calde p{
	color: #000;
	text-align: center;
	font-size: 18px;
}
.calde a{
	color: #000;
	text-align: center;
	font-size: 18px;
}

/*Form*/
.mindbe{
	background-image: linear-gradient(45deg, #5cd4ef, #354381)
}
.icsty span{
	background-color: #06a;
}
.icsty i{
	color: #fff;
}
form#contact_form label{
	color: #fff;
}
form#contact_form .form-control{
	padding: 2px 4px;
	font-size: 10px;
}
.tmfrm{
	padding: 30px 0px 10px 30px;
}
.tmfrm h3{
	color: #fff;
	font-weight: bolder;
}
.tmfrm .line-bottom:after{
	border-color: #fff;
}
form#contact_form input::placeholder{
	font-size: 12px;
}


@media (min-width: 768px) {
	.conus{
		height: 150px;
	}
}
@media (max-width: 768px){
	.conus{
		margin-bottom: 30px; 
	}
	.tmfrm{
	padding: 10px 10px;
	}
	.menuzord-responsive .menuzord-brand{
		margin: unset;
	}
}