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

.header .custom img{
	max-width: 	90%;
	margin: 0 !important;
}

.header .custom a {
    width: 100%;
    display: inline-block;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
    padding: 20px 0 0 0;
}

}

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



.part1 .nspInfo1{
	position: unset;
	padding: 10px 0;
}


.main-content-area.main-content-area-custom .gkResponsive{
	width: 100%;
	max-width: 100%
}

.main-content-area.main-content-area-custom .nspText{
	width: 100%;
	max-width: 98%;
	float: none;
}

.footer-menu-container .menu{
	width: 	100%;
	max-width: 100%	;
}
.footer-menu-container .menu li{
	display: 	block;
	float: none;
	text-align: 	center;
}

#its_search_field{
	width: 100px;
}


.jg_row {

    max-width: 100%;
    float: left;
    display: block;
    width: 100%;

}
.subpage-content-container {
    padding: 0 20px !important;
    font-size: 90%;
}

.socialicon-container {
    text-align: right;
    padding-right: 2%;
    float: none;
    display: block;
}

}
	
@media only screen and (max-width: 380px){
#fontSize{
	display: none;
}
	
}