.form {
    position: relative;
    display:inline-block ;
    padding-top: 0px;
    padding-bottom: 0px;
    top: 0px;
    right: 0;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.55);*/
    /* background: #FF8A00; */
    /*-webkit-box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.7);*/
    /*-moz-box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.7);*/
    /*box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.7);*/
    /*border-radius: 20px;*/
    /*border: 10px solid white;*/
}
select{
	/*
    position: relative;
	display: inline-block;
	width: 45.6%;
	padding: 2.5% 2.5% 2.5% 2.5%;
	margin-left: 2.8%;
	margin-bottom: 15px;
	border: 2px solid white;
	background:white; */
	/*font-family: <?php echo $font_roboto_regular ?>;*/
	/*font-size: 16px;
	color: #747474;
	line-height: 17px;
	outline: none;
	border-radius: 40px;*/
}
.button-send{
	position: relative;
	width: 100%;
	background: red;
	font-size: 17px;
	line-height: 48px;
	text-align: center;
	color: white;
	background: #383839;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition:all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;
  	visibility: visible;	
    
}
.loader-gif{
	position: absolute;
	width: 160px;
	bottom:0px;
	left: 50%;
	margin-left: -80px;
	text-align: center;
	font-size: 18px;
	color: white;
	-webkit-transition:all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;
  	visibility: hidden;
}
.loader-gif img{
	position: absolute;
	width: 40%;
	bottom:10px;
	margin-left: -48.5%;

}
.text-msn{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 17px;
	line-height: 48px;
    visibility: hidden;
}

/* M E D I A   Q U E R Y  1200 */

@media screen and (max-width: 1200px) {



}

/* M E D I A   Q U E R Y  650 */

@media screen and (max-width: 650px) {


}