@media only screen and (max-width:800px){
  .main_headg>h2{
	font-family: 'Merriweather';
	margin:0px 0px 35px;
	padding:0px;
	text-align:center;
	color:#000;
	font-weight:700;
	font-size:35px;
	line-height:48px;
}
.globe_trd {
	text-align:center;
	width:94%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.res_mjtp {
	margin-top:15px;
}
section.area_map {
	background-image:url(/images/wrld_mp.png);
	padding:0px;
	background-repeat:no-repeat;
	background-position:top center;
	min-height:450px;
	background-size:cover;
}
.mjatb {
	margin-top:0px;
}
.bnrr>h1{
	font-family: 'Merriweather';
	color:#eb0028;
	font-size:37px;
	text-align:center;
	font-weight:600;
	padding-top:0px;
}
.bdy_pnl>p>img {
	width:100%!important;
}

.bttn_thal {
	padding:17px 15px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	background-color:#eb0028;
	border:none;
	cursor:pointer;
	border-radius:5px;
	display:inline-block;
}
.bttn_thal:hover {
	padding:17px 15px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	background-color:#f31138;
	border:none;
	border-radius:5px;
	display:inline-block;
}
.page-link {
  position: relative;
  display: block;
  padding:3px 2px;
  margin-left: -1px;
  line-height: 1.25;
  font-size:12px;
  color: #fff;
  background-color: #eb0028;
  border: 1px solid #d20c2e;
  margin-top:40px;
}


.ani_rel {position:relative; width:100%;height:386px;}
section.bnbg {
	background-image:url(/images/animate-bnr-bg-respon.png);
	width:100%;
	height:386px;
	background-size:cover;
	background-repeat:repeat-x;
}
	.ani_abs {
	background-image:url(/images/bnr-ship-respon.png);
	width:316px;
	height:95px;
	position:absolute;
	bottom:40px;
	left:10%;
	z-index:10;
	animation:ship 4s ;
}
@keyframes ship {
   from   {left:-50%; }
    to  {left:10%;}
}

	.ani_txhd>h1 {
	font-family: 'Merriweather';
    color: #eb0028;
    font-size:22px;
	line-height:26px;
    text-align: center;
    font-weight: 600;
	top:70px;
	position:absolute;
	width:100%;
	animation:anihead 7s ;
	text-shadow:2px 2px 2px #ccc;
	
}
@keyframes anihead {
  0%   {top:40px;opacity:0; }
    25%  {top:40px;opacity:0; }
    50%  {top:40px;opacity:0; }
    75%  {top:40px;opacity:0; }
    100% { top:70px;opacity:10; }
}.ani_txtle {
	color: #0c0c0c;
    font-family: 'Merriweather';
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height:25px;
	top:110px;
	position:absolute;
	width:100%;
	padding:20px 20px;
	animation:anitl 10s; 
	text-shadow:2px 2px 2px #d3d3d3;
	z-index:15;
}
@keyframes anitl {
  0%   {top:70px;opacity:0; }
    25%  {top:70px;opacity:0; }
    50%  {top:70px;opacity:0; }
    75%  {top:70px;opacity:0; }
    100% { top:110px;opacity:10; }
}


}

@media only screen and (min-width:800px) and (max-width:1200px) {
  
}


@media only screen and (min-device-width:481px) and (max-device-width:800px){
 	.pfcIn>ul>li{
	width:49%;
	border-right:1px dashed #dadada;
	border-bottom:1px dashed #dadada;
	padding:30px 5px 30px;
	text-align:center;
	float:left;
	font-family: 'PT Sans';
    color: #313131;
    font-size:18px;
    font-weight: 600;
}

.serh_src {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 10px;
	width:50%;
	float:left;
	border:none;
	border-right:1px solid #dedede;	
	border-bottom:1px solid #dedede;
}
.serh_dir {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 10px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	width:50%;
	float:left;
	border:none;
	border-right:1px solid #dedede;	
	border-bottom:1px solid #dedede;
}
.serh_prdn {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 15px;
	border-right:1px solid #dedede;
	width:50%;
	float:left;
	border:none;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;	
} 
.serh_hsc {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 15px;
	width:50%;
	float:left;
	border:none;
	border-right:1px solid #dedede;	
	border-bottom:1px solid #dedede;
}
.serh_bttn {
	height:48px;
	line-height:48%;
	padding:0px 37px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	background-color:#eb0028;
	border:none;
	float:left;
	width:50%;
	cursor:pointer;
}
.serh_bttn:hover {
	height:48px;
	line-height:48%;
	padding:0px 37px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	background-color:#f31138;
	border:none;
	float:left;
	width:50%;
}

.flds>ul>li {
	list-style:none;
	width:48%;
	font-weight:400;
	color:#0C0C0C;
	padding:7px 32px;
	display:inline-block;
	line-height:35px;
	font-size:16px;
	border-right:1px dashed #dedede;
	vertical-align:top;
}

.flds_3>ul>li {
	list-style:none;
	width:48%;
	font-weight:400;
	color:#0C0C0C;
	padding:7px 2%;
	display:inline-block;
	line-height:35px;
	font-size:16px;
	border-right:1px dashed #dedede;
	vertical-align:top;
}
.predes>ul>li{
	width:47%;
	margin:5px;
	display:inline-block;
	background-color:#eb0028;
	color:#fff;
	text-align:center;
	padding:17px 10px;
	transition: background-color 1s ease-out;
	cursor:pointer;
}

.popup-box {
  width: 100%;
  padding:0px;
  transform: translate(-50%, -50%) scale(0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: #fff;
  text-align: center;
}

.img_wid {
	width:100%;
}
.carousel-caption h1{
	 font-family: 'Merriweather';
	 font-weight:600;
	 font-size:30px;
	 line-height:38px;
	 width:42%;
}
.carousel-caption p{
	display:none;
}
.btnn_sld {
	background-color:#eb0028;
	color:#fff;
	text-align:center;
	border:none;
	font-size:13px;
	font-family: 'PT Sans';
	padding:7px;
	border-radius:5px;
	cursor:pointer;
	margin-top:5px;
}
.btnn_sld:hover {
	background-color:#f60e36;
	color:#fff;
	text-align:center;
	border:none;
	font-size:13px;
	font-family: 'PT Sans';
	padding:7px;
	border-radius:5px;
	cursor:pointer;
	margin-top:5px;
}

}





/* Media query for smartphones and mobile */
@media only screen and (min-device-width:320px) and (max-device-width:480px){
 	.pfcIn>ul>li{
	width:100%;
	border-right:1px dashed #dadada;
	border-bottom:1px dashed #dadada;
	padding:30px 5px 30px;
	text-align:center;
	float:left;
	display:inline-block;
	font-family: 'PT Sans';
    color: #313131;
    font-size:18px;
    font-weight: 600;
}	 

.serh_src {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 10px;
	width:100%;
	float:left;
	border:none;
	border-right:1px solid #dedede;	
}
.serh_dir {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 10px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	width:100%;
	float:left;
	border:none;
	border-right:1px solid #dedede;	
	border-bottom:1px solid #dedede;
}
.serh_prdn {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 15px;
	border-right:1px solid #dedede;
	width:100%;
	float:left;
	border:none;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;	
} 
.serh_hsc {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 15px;
	width:100%;
	float:left;
	border:none;
	border-right:1px solid #dedede;	
	border-bottom:1px solid #dedede;
}
.serh_bttn {
	height:48px;
	line-height:48%;
	padding:0px 37px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	background-color:#eb0028;
	border:none;
	float:left;
	width:100%;
	cursor:pointer;
}
.serh_bttn:hover {
	height:48px;
	line-height:48%;
	padding:0px 37px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	background-color:#f31138;
	border:none;
	float:left;
	width:100%;
}
.flds>ul>li {
	list-style:none;
	width:100%;
	font-weight:400;
	color:#0C0C0C;
	padding:7px 32px;
	display:inline-block;
	line-height:35px;
	font-size:16px;
	border-right:1px dashed #dedede;
	vertical-align:top;
}
.flds_3>ul>li {
	list-style:none;
	width:100%;
	font-weight:400;
	color:#0C0C0C;
	padding:7px 2%;
	display:inline-block;
	line-height:35px;
	font-size:16px;
	border-right:1px dashed #dedede;
	vertical-align:top;
}
.bdy_pnl>p>img {
	width:100%;
}
.page-link {
  position: relative;
  display: block;
  padding:3px 2px;
  margin-left: -1px;
  line-height: 1.25;
  font-size:12px;
  color: #fff;
  background-color: #eb0028;
  border: 1px solid #d20c2e;
  margin-top:40px;
}
.predes>ul>li{
	width:100%;
	margin:5px;
	display:inline-block;
	background-color:#eb0028;
	color:#fff;
	text-align:center;
	padding:17px 10px;
	transition: background-color 1s ease-out;
	cursor:pointer;
}
.popup-box {
  width: 100%;
  padding:0px;
  transform: translate(-50%, -50%) scale(0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: #fff;
  text-align: center;
}

.img_wid {
	width:100%;
}
.carousel-caption h1{
	 font-family: 'Merriweather';
	 font-weight:600;
	 font-size:17px;
	 line-height:22px;
	 width:42%;
}
.carousel-caption p{
	display:none;
}
.btnn_sld {
	background-color:#eb0028;
	color:#fff;
	text-align:center;
	border:none;
	font-size:13px;
	font-family: 'PT Sans';
	padding:7px;
	border-radius:5px;
	cursor:pointer;
	margin-top:5px;
}
.btnn_sld:hover {
	background-color:#f60e36;
	color:#fff;
	text-align:center;
	border:none;
	font-size:13px;
	font-family: 'PT Sans';
	padding:7px;
	border-radius:5px;
	cursor:pointer;
	margin-top:5px;
}
	}
	
	
	
@media only screen and (max-width:360px){
	.pfcIn>ul>li{
	width:100%;
 
	border-bottom:1px dashed #dadada;
	padding:50px 10px 50px;
	text-align:center;
	float:left;
	font-family: 'PT Sans';
    color: #313131;
    font-size:18px;
    font-weight: 600;
}	
 .serh_src {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 10px;
	width:100%;
	float:left;
	border:none;
	border-right:1px solid #dedede;	
	border-bottom:1px solid #dedede;
}
.serh_prdn {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 15px;
	border-right:1px solid #dedede;
	width:100%;
	float:left;
	border:none;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;	
} 
.serh_hsc {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 15px;
	width:100%;
	float:left;
	border:none;
	border-right:1px solid #dedede;	
	border-bottom:1px solid #dedede;
}
.serh_bttn {
	height:48px;
	line-height:48%;
	padding:0px 37px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	background-color:#eb0028;
	border:none;
	float:left;
	width:100%;
	cursor:pointer;
}
.serh_bttn:hover {
	height:48px;
	line-height:48%;
	padding:0px 37px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	background-color:#f31138;
	border:none;
	float:left;
	width:100%;
}
.flds>ul>li {
	list-style:none;
	width:100%;
	font-weight:400;
	color:#0C0C0C;
	padding:7px 32px;
	display:inline-block;
	line-height:35px;
	font-size:16px;
	border-right:1px dashed #dedede;
	vertical-align:top;
}
.flds_3>ul>li {
	list-style:none;
	width:100%;
	font-weight:400;
	color:#0C0C0C;
	padding:7px 2%;
	display:inline-block;
	line-height:35px;
	font-size:16px;
	border-right:1px dashed #dedede;
	vertical-align:top;
}
.bdy_pnl>p>img {
	width:100%;
}
.page-link {
  position: relative;
  display: block;
  padding:3px 2px;
  margin-left: -1px;
  line-height: 1.25;
  font-size:12px;
  color: #fff;
  background-color: #eb0028;
  border: 1px solid #d20c2e;
  margin-top:40px;
}
.predes>ul>li{
	width:100%;
	margin:5px;
	display:inline-block;
	background-color:#eb0028;
	color:#fff;
	text-align:center;
	padding:17px 10px;
	transition: background-color 1s ease-out;
	cursor:pointer;
}

.popup-box {
  width: 100%;
  padding:0px;
  transform: translate(-50%, -50%) scale(0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
.img_wid {
	width:100%;
}
.carousel-caption h1{
	 font-family: 'Merriweather';
	 font-weight:600;
	 font-size:17px;
	 line-height:22px;
	 width:42%;
}
.carousel-caption p{
	display:none;
}
.btnn_sld {
	background-color:#eb0028;
	color:#fff;
	text-align:center;
	border:none;
	font-size:13px;
	font-family: 'PT Sans';
	padding:7px;
	border-radius:5px;
	cursor:pointer;
	margin-top:5px;
}
.btnn_sld:hover {
	background-color:#f60e36;
	color:#fff;
	text-align:center;
	border:none;
	font-size:13px;
	font-family: 'PT Sans';
	padding:7px;
	border-radius:5px;
	cursor:pointer;
	margin-top:5px;
}
}
	
	
@media only screen and (max-width:340px){	
  
	.pfcIn>ul>li{
	width:100%;
	border-bottom:1px dashed #dadada;
	padding:50px 10px 50px;
	text-align:center;
	float:left;
	font-family: 'PT Sans';
    color: #313131;
    font-size:18px;
    font-weight: 600;
} 
.serh_dir {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 10px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	width:100%;
	float:left;
	border:none;
	border-right:1px solid #dedede;	
	border-bottom:1px solid #dedede;
}

.serh_prdn {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 15px;
	border-right:1px solid #dedede;
	width:100%;
	float:left;
	border:none;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;	
} 
.serh_hsc {
	background-color:#fff;
	color:#000;
	font-family: 'PT Sans';
	font-size:16px;
	height:48px;
	line-height:48px;
	font-weight:400;
	padding:0px 15px;
	width:100%;
	float:left;
	border:none;
	border-right:1px solid #dedede;	
	border-bottom:1px solid #dedede;
}
.serh_bttn {
	height:48px;
	line-height:48%;
	padding:0px 37px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	background-color:#eb0028;
	border:none;
	float:left;
	width:100%;
	cursor:pointer;
}
.serh_bttn:hover {
	height:48px;
	line-height:48%;
	padding:0px 37px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	background-color:#f31138;
	border:none;
	float:left;
	width:100%;
}

.flds>ul>li {
	list-style:none;
	width:100%;
	font-weight:400;
	color:#0C0C0C;
	padding:7px 32px;
	display:inline-block;
	line-height:35px;
	font-size:16px;
	border-right:1px dashed #dedede;
	vertical-align:top;
}
.flds_3>ul>li {
	list-style:none;
	width:100%;
	font-weight:400;
	color:#0C0C0C;
	padding:7px 2%;
	display:inline-block;
	line-height:35px;
	font-size:16px;
	border-right:1px dashed #dedede;
	vertical-align:top;
}
.bdy_pnl>p>img {
	width:100%;
}
.page-link {
  position: relative;
  display: block;
  padding:3px 2px;
  margin-left: -1px;
  line-height: 1.25;
  font-size:12px;
  color: #fff;
  background-color: #eb0028;
  border: 1px solid #d20c2e;
  margin-top:40px;
}

.predes>ul>li{
	width:100%;
	margin:5px;
	display:inline-block;
	background-color:#eb0028;
	color:#fff;
	text-align:center;
	padding:17px 10px;
	transition: background-color 1s ease-out;
	cursor:pointer;
}
.popup-box {
  width: 100%;
  padding:0px;
  transform: translate(-50%, -50%) scale(0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background: #fff;
  text-align: center;
}

.img_wid {
	width:100%;
}


.carousel-caption h1{
	 font-family: 'Merriweather';
	 font-weight:600;
	 font-size:17px;
	 line-height:22px;
	 width:42%;
}
.carousel-caption p{
	display:none;
}
.btnn_sld {
	background-color:#eb0028;
	color:#fff;
	text-align:center;
	border:none;
	font-size:13px;
	font-family: 'PT Sans';
	padding:7px;
	border-radius:5px;
	cursor:pointer;
	margin-top:5px;
}
.btnn_sld:hover {
	background-color:#f60e36;
	color:#fff;
	text-align:center;
	border:none;
	font-size:13px;
	font-family: 'PT Sans';
	padding:7px;
	border-radius:5px;
	cursor:pointer;
	margin-top:5px;
}
}