
/************************************************************************************
smaller than 1280
*************************************************************************************/
@media screen and (max-width: 1680px) {

}

/************************************************************************************
smaller than 1280
*************************************************************************************/
@media screen and (max-width: 1280px) {

}

/************************************************************************************
smaller than 1024
*************************************************************************************/
@media screen and (max-width: 1024px) {

}

/************************************************************************************
smaller than 1024
*************************************************************************************/
@media screen and (max-width: 980px) {

}
/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {
.popupBox1{
	width:100%;
}
.popupInner{
	margin:0px;
}
}

/************************************************************************************
smaller than 767
*************************************************************************************/
@media screen and (max-width: 767px) {
.boxIn1{
	width:100%;
	text-align:justify;
}
.boxIn2{
	width:100%;
}
.inImageBox{
	position:relative;
	top:auto;
	right:auto;
	text-align:center;
}
}

/************************************************************************************
smaller than 736
*************************************************************************************/
@media screen and (max-width: 736px) {

}

/************************************************************************************
smaller than 667
*************************************************************************************/
@media screen and (max-width: 667px) {
}

/************************************************************************************
smaller than 568
*************************************************************************************/
@media screen and (max-width: 568px) {

.popupInner h1{
	font-size:25px;
	}

}

/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen and (max-width: 320px) {

}