<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {

}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    
   .site-menu ul li a {
	display: block;
	color: #fff;
	padding: 8px 11px;
}
    
.banner-top-texts h1 {
	font-size: 45px;
	font-weight: 700;
} 
.banner-top-texts p {
	font-size: 22px;
	font-weight: 400;
} 
.mdl-texts h1 {
	
	font-size: 37px;

} 
}
 

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {


.banner-top-texts h1 {
	font-size: 25px;
	
}
.banner-top-texts p {
	font-size: 15px;

} 
.desc-al h1 {
	font-size: 21px;
	
} 
.star-blk {
	display: none;
} 
    
.mdl-texts {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}   
.mdl-texts h1 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 8px;
}
.action-aera h1 {
	font-size: 21px;
	margin-bottom: 7px;
}
    
.action-aera {
	
	padding: 17px;
	
}  
.right-gf-texts {
	margin: 16px 0;
}  
    
.footer-top-content h1 {
	
	font-size: 34px;
	
}
.footer-top-content h2 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 32px;
} 
    
.footer-top-content {
	
	padding-left: 17px;padding-right: 17px;
	
} 
.footer-single-wd.lst-blk {
	padding-left: 0;
}
    
.footer-menu {
	text-align: center;
}  
    
.main-address {
	text-align: center;
	margin: 25px 0;
}   
.tell {
	position: relative;
	padding-left: 26px;
	width: 166px;
	margin: 0 auto;
	text-align: left;
}
.site-logo a img {
	max-width: 192px;
}  
.header-bar-section {
	background: #1e2d3b;
	padding-top: 12px;
	padding-bottom: 12px;
}
    
.banner-area {
	padding-top: 86px;
}  
.footer-area {
	padding-bottom: 95px;
}
 
.menu-open {
  display: block;
}

.footer-fixed-bar {
	opacity: 1;
	visibility: visible;
}  
    
    
}





/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

 
}</pre></body></html>