/** Responsive CSS **/

/* ============================= 1024px ====================== */

@media screen and (min-width: 1024px) and (max-width: 1124px){
	
	
}

/* ============================= 768px ====================== */

@media screen and (max-width:768px){

.col-md-4.foot-1, .col-md-5.foot-2{
	text-align:center;
}
.col-md-5.foot-2 img{
	margin:0px;
}
.bottom-phone-content h2 {
    font-size: 17px;
}
.bottom-phone-content h1{
	font-size: 28px;
}
.bottom-phone-content-main{
	padding:0px;
}

}


/* ============================= 736px ====================== */

@media screen and (min-width: 736px) and (max-width: 767px){

}


/* ============================= 667px ====================== */


@media screen and (min-width: 667px) and (max-width: 735px){

}

/* ============================= 600px ====================== */


@media screen and (min-width: 600px) and (max-width: 666px){

}

/* ============================= 568px ====================== */

@media screen and (min-width: 568px) and (max-width: 599px){


}

/* ============================= 480px ====================== */


@media screen and (min-width: 480px) and (max-width: 567px){

}

/* ============================= 414px ====================== */

@media screen and (max-width: 414px){

.bottom-phone-content ul li a img {
    width: 74%;
}
.bottom-phone-content h2 {
    font-size: 17px;
}
.bottom-phone-content h1{
	font-size: 28px;
}
.bottom-phone-content-main{
	padding:0px;
}
.rf-bl-pic > a{
	height:auto;
}



}

/* ============================= 384px ====================== */


@media screen and (min-width: 384px) and (max-width: 413px){


}

/* ============================= 375px ====================== */


@media screen and (min-width: 375px) and (max-width: 383px){


}
/* ============================= 320px ====================== */


@media screen and (min-width: 320px) and (max-width: 374px){


}