@media screen and (max-width:1200px){

.banner img{height:auto;}	
.pledge {
    background: #0d4395;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-top: 40px;
    width: 40%;
    margin:20px auto;
}

.abt {
    width:49%;
    float: left; padding:10px;
}

	}

@media screen and (max-width:768px){

.banner img{height:auto;}	

.abt {
    width:100%;
    float: left;
}
.form{ width:100%;
			margin-left:0!important;}	
	}
	
	


@media only screen and (min-width:320px) and (max-width:479px)
{
	.form{ width:100%;
			margin-left:0!important;}	
			
	.form ul li{ width:100%;}
	.form ul li input{ width:100%;}
	.form ul li select{ width:100%;}
	.adj{ margin-left:0;}	
	.banner .left{float:left; width:100%;}
.banner .right{float:left; width:100%;}
.check_box{padding-bottom:56px; width:100%;}		
.check_box input {
    width: 60% !important;
    float: right;
    margin: 0px !important;
    padding: 0px !important;
}
.check_box span {
    margin: 0px;
    padding: 6px 0;
    float: left;
    font-size: 11px;
	clear:both;
}

.select_box select {
    float: right;
    width: 48% !important;
    margin-left: 4px;
    font-size: 12px;
    margin-bottom: 13px;
}	
}


@media only screen and (min-width:568px) and (max-width:599px)
{	

	.adj img{ max-width:100%;}
	
			
	
	.gif_box h4 {
    background: url(../images/gif.gif) no-repeat;
    background-size: auto auto;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    padding-top: 8px;
    font-weight: bold;
    width: 45%!important;
    float: left!important;
    margin: 10px 15px;
}

}

@media only screen and (min-width:600px) and (max-width:1200px)
{	

	
	
	.gif_box h4 {
    background: url(../images/gif.gif) no-repeat;
    background-size: auto auto;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    padding-top: 8px;
    font-weight: bold;
    width: 45%!important;
    float: left!important;
    margin: 10px 15px;
}

}
