#main_form_container{
    width: 100%;
    margin-bottom: 30px;
    /* border: 1px solid black; */
}
#main_form_container_inside{
    width: 70%;
    height: 700px;
    /* border: 1px solid red; */
    display: flex;
    margin: auto;
    
}
#main_form_container_inside_picture_container{
    width: 24%;
    height: 100%;
    /* border: 1px solid yellow; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#main_form_container_inside_form_container{
    width: 76%;
    height: 100%;
    /* border: 1px solid black; */
   
}
#form_picture1{
    width:100% ;
    height: 30%;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #666666;
    border-radius: 10px;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    background-color: #ffffff;
}
#form_picture2{
    width:100% ;
    height: 30%;
    border: 1px solid #dddddd;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-around;
    color: #666666;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    background-color: #ffffff;
}
#form_picture3{
    width:100% ;
    height: 30%;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #ffffff;
}

.picture_inside{
    height: 70%;
    width: 70%;
    margin: auto;
    /* border: 1px solid black; */
    color: #666666;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;

}
img{
    height: 100%;
    width: 100%;
}
#h2_container{
    margin: auto;
    margin-top: 7px;
    
}
li{
    color: #666666;
}

#form_upper_heading{
    width: 100%;
    height: 30%;
    /* border: 3px solid blue; */
    text-align: center;
    color: #666666;
   
    font-family: 'Roboto', Arial, Helvetica, sans-serif;

    
}
#heading_of_form{
    /* text-align: center; */
   width: 100%;
   height: 10%;
   /* border: 1px solid black;  */
}
#middle_of_form{
    width: 100%;
    height: 10%; 
    /* border: 1px solid black;  */
    /* text-align: center; */
}
#last_of_form{
    width: 100%;
    height: 10%; 
    /* border: 1px solid black;  */
    /* text-align: center; */
}
#form{
    width: 100%;
    height: 70%;
    /* border: 3px solid black; */
}
#my_main_form{
    width: 100%;
    height: 70%;
    /* border: 3px solid rgb(234, 0, 255); */
}
h1{
    /* color: black; */
}




/* form css starts */



.form-style-2{
	max-width: 500px;
	padding: 20px 12px 10px 20px;
    color: #666666;
   
    font-family: 'Roboto', Arial, Helvetica, sans-serif;

}
.form-style-2-heading{
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	font-size: 15px;
	padding-bottom: 3px;
}
.form-style-2 label{
	display: block;
	margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
	width: 100px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.form-style-2 span.required{
	color:red;
}
.form-style-2 .tel-number-field{
	width: 60px;
	text-align: center;
}
.form-style-2 input.input-field, .form-style-2 .select-field{
	width: 60%;	
}
.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
 .form-style-2 .select-field{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	/* box-shadow: 1px 1px 4px #EBEBEB; */
	/* -moz-box-shadow: 1px 1px 4px #EBEBEB; */
	/* -webkit-box-shadow: 1px 1px 4px #EBEBEB; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
	border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
	height:100px;
	width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
	border: none;
	padding: 8px 15px 8px 15px;
	background: #FF8500;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
	background: #EA7B00;
	color: #fff;
}
#my_main_form_button{
    width: 40%;
    height: 40px;
    background-color: #f53838;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 20px;
  
}
#mybuttonhref{
    text-decoration: none;
    color: white;
}