


form h3 {
             font-weight:bold;

}

form .form-control {
width:95%;
}

.h1_class {
              font-weight:bolder;
			  font-size:300%;
			  color:maroon;
			  padding: 10px;
}


.padding_remove {
padding-left:0px;
padding-bottom:20px;

}
.Responce {
     width:100%;
      height:auto;
}
.ExtarCss{
    width:100%;
    height:auto;
    float:left;

}

.side_buttons {

                          margin-bottom:20px;
						  width:60%;
}

.no_brdr {
border-right:1px dotted black;
}


.li_class {
display:inline;
padding:0;
list-style-type: none;
padding-right:10px;
}

ul{
padding-left:0;
}

/* media queries*/

@media (min-width:320px) and (max-width:766px){

.no_brdr {

border:none;

}
}