

/***** Media Quries *****/

@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:100%;
	}
	.header{ height:60px; background-color:#000;}

}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:100%;
	}

}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:100%;
	}

}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:100%;
	}

}

/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:100%;
	}
	
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:100%;
	}
	.logo{
		float:right !important;
		margin: 9px 3px !important;
}
	.fa.fa-caret-down{
	position: relative;
    top: 17px;
    left: -12px;
    color: #fff;
    font-size: 14px;
}
.banner_img {
    width: 97%;
    position: relative;
    background: url(http://sheervantage.com/image/svs_mobileimage.png);
    height: 340px;
    top: 29px;
}

.banner_img img{
	display: none;
}
.section p {
    font-size: 10px !important;
    padding: 0 0 5px 0 !important;
}
.phone p {
    
    margin: 9px 0 0 6px !important;
    font-size: 19px !important;
}
.footer {
	text-align: center !important;
}

}

/*----responsive-design-----*/