div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: 1px solid rgba(253, 77, 0, 1);
    padding: 0.2em !important;
}
/* input[type="tel"] {padding: 0px 7px !important;} */
/* ======================= */
form{
  margin: 0 0 1em !important;
}

.form-group{
    margin-bottom: 15px;
}

.wpcf7-p{
	text-indent: 0;
	font-size: 1.2em;
}

.wpcf7-file{
    height: 34px !important;
    width: 100% !important;
    padding: none;
    background-color: none;
}

.wpcf7-submit:hover{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(135, 189, 62) 0px, rgb(135, 189, 62) 100%) repeat scroll 0 0 !important;
  background-image: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(135, 189, 62) 0px, rgb(135, 189, 62) 100%) repeat scroll 0 0 !important;
  text-decoration: none;
}

.wpcf7-submit{
    background-color: #054059 !important;
    background-image: linear-gradient(to bottom, rgb(240, 136, 68), rgb(240, 99, 55));
    border: medium none !important;
    border-radius: 6px !important;
    border-color: #428bca;
    color: #fff !important;
    font-size: 22px;
    padding: 3px;
    margin: 0;
}

.wpcf7-textarea{
    width: 100% !important;
    height: 200px !important;
    font-size: 1em !important;
}

.wpcf7-form-control{
    background-position: unset !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 0.8em !important;
    height: 34px;
    line-height: 1.42857;
    padding: none;
    margin-bottom: 0 !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.wpcf7-tel{
    padding: 5px !important;
    /* margin-bottom: -10px !important; */
    width: 50%;
    /* font-size: 0.6em !important; */
}

.vasu-contactform1{
    box-shadow: 2px 2px 04px rgba(0, 0, 0, 0.7) !important;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    margin: 10px;
    min-height: 20px;
    padding: 20px;
}

div.wpcf7-response-output{
   display: inline-block;
   background: #088cc7;
   position: fixed;
   bottom: 4em;
   right: 1em;
   margin: 0;
   padding: 0;
   z-index: 223;
   max-width: 250px;
}
.wpcf7-p-bottom input.wpcf7-submit{
	font-size: inherit !important;
	width: 10em;
	position: relative;
	border-radius: 10em !important;
	background-color: #3da5ff !important;
	background-image: linear-gradient(to bottom, rgb(8, 89, 126), #3da5ff) !important;
	text-indent: 1em;
	opacity: 0.8;
	height: 33px;
	padding: 0;
	margin: 0 !important;
}

/*
.wpcf7-p-bottom input.wpcf7-submit{
	-webkit-animation: pulse 3.2s ease-in-out 0s normal none infinite running;
	-moz-animation: pulse 3.2s ease-in-out 0s normal none infinite running;
	-o-animation: pulse 3.2s ease-in-out 0s normal none infinite running;
	animation: pulse 3.2s ease-in-out 0s normal none infinite running;
}
*/

input[type="submit"]{
	margin-bottom: 4px !important;
}

span.wpcf7-form-control-wrap.vasu-telephone-bottom input.wpcf7-tel{
	width: 10em;
	border-radius: 10em !important;
	position: relative;
	height: 22px !important;
	text-indent: 7px;
	background-image: linear-gradient(to bottom, rgba(8, 89, 126, 0.1), #3da5ff) !important;
}

.vasu-tel-btm{
	font-size: 100%;
	width: 0 !important;
	display: inline-block;
}

.vasu-tel-btm::before{
	position: relative;
	color: #fff;
	left: 14px;
	z-index: 1;
	font-size: 18px !important;
	animation: highlight-telephone 4s linear 3s infinite;
}

@keyframes highlight-telephone{
    0%{color:  #ffffff;}
   50%{color:  #ff6600;}
}

.flag{
	background-position: 0 -122px !important;
	box-sizing: border-box;
	width: 16px;
	height: 10px;
	position: relative;
	display: inline-block;
	top: 2px;
	left: 25px;
	z-index: 1;
}

.vasu-well-bottom{
	position: fixed;
	bottom: 7px;
	z-index: 111;
	right: 5px;
}

span.wpcf7-not-valid-tip{
	display: none;
	position: fixed;
	font-size: 0.6em !important
}

.vasu-well-email{
    display: block;
}

.vasu-well-email p{
    text-align: left !important;
}

.wpcf7-email{
    font-size: 1em !important;
}
.animate-tel::before{
	-webkit-animation: headShake 1.2s ease-in-out 0s normal none infinite running;
	-moz-animation: headShake 1.2s ease-in-out 0s normal none infinite running;
	-o-animation: headShake 1.2s ease-in-out 0s normal none infinite running;
	animation: headShake 1.2s ease-in-out 0s normal none infinite running;
}

/* Adaptive */ 
/* ************* Adaptive 1920 *************  */ 
@media screen and (min-width: 1920px){
}
/* ************* Adaptive 1440 *************  */ 
@media screen and (min-width: 1440px) and (max-width:1919px){
}
/* ************* Adaptive 1280 *************  */ 
@media screen and (min-width: 1280px) and (max-width:1439px){
}
/* ************* Adaptive 1024 *************  */ 
@media screen and (min-width: 1024px) and (max-width:1279px){
}
/* ************* Adaptive 960 *************  */ 
@media screen and (min-width: 960px) and (max-width:1023px){
}
/* ************* Adaptive 800 *************  */ 
@media screen and (min-width: 800px) and (max-width:959px){
}
/* ************* Adaptive 768 *************  */ 
@media screen and (min-width: 768px) and (max-width:799px){
}
/* ************* Adaptive 720 *************  */ 
@media screen and (min-width: 720px) and (max-width:767px){
}
/* ************* Adaptive 640 *************  */ 
@media screen and (min-width: 640px) and (max-width:719px){
}
/* ************* Adaptive 600 *************  */ 
@media screen and (min-width: 600px) and (max-width: 639px){
}
/* ************* Adaptive 480 *************  */ 
@media screen and (min-width: 480px) and (max-width: 599px){
}

/* ************* Adaptive 360 *************  */ 
@media screen and (min-width: 360px) and (max-width: 479px){
	.flag{display: none !important;}
	span.wpcf7-form-control-wrap.vasu-telephone-bottom input.wpcf7-tel{top: 0; text-indent: 1em; left: 10px;}
	.wpcf7-p-bottom input.wpcf7-submit{width: 45%; text-indent: 0; left: 10px;}
	span.wpcf7-form-control-wrap.vasu-telephone-bottom input.wpcf7-tel {width: 40%;}
}
/* ************* Adaptive 320 *************  */ 
@media screen and (min-width: 320px) and (max-width: 359px){
	.flag{display: none !important;}
	span.wpcf7-form-control-wrap.vasu-telephone-bottom input.wpcf7-tel{top: 0; text-indent: 5px; left: 5px;}
	.wpcf7-p-bottom input.wpcf7-submit{width: 45%; text-indent: 10px; left: 10px;}
	span.wpcf7-form-control-wrap.vasu-telephone-bottom input.wpcf7-tel {width: 40%;}
}
/* ************* Adaptive <320 *************  */ 
@media screen and (min-width: 1px) and (max-width: 319px){
	.flag{display: none !important;}
	span.wpcf7-form-control-wrap.vasu-telephone-bottom input.wpcf7-tel{top: 0; text-indent: 1em; left: 10px;}
	.wpcf7-p-bottom input.wpcf7-submit{width: 45%; text-indent: 0; left: 10px;}
	span.wpcf7-form-control-wrap.vasu-telephone-bottom input.wpcf7-tel {width: 40%;}
	.vasu-tel-btm {display: none;}
}
/* ************* Adaptive END! *************  */ 
#wpcf7-f120-o2{
	display: none;
}