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

.pro-left {
  width: 60%;
}
.pro-left h3 {
  font-size: 70px;
  line-height: 86px;
}
.pro-ri {
  width: 40%;
  padding-left: 80px;
}
    
    
    
    
    
    
    
    
}

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

.pro-left {
  width: 60%;
}
.pro-left h3 {
  font-size: 58px;
  line-height: 69px;
}
.pro-ri {
  width: 40%;
  padding-left: 80px;
}
 
.pro-img img {
  max-width: 219px;
}
.pro-img a {
  display: block;
}
.pro-img {
  margin-left: -20px;
  margin-bottom: 10px;
}
.pro-text {
  margin-bottom: 13px;
}
.pro-con {
  margin-bottom: 10px;
}   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.pro-left {
  width: 50%;
}
.pro-left h3 {
  font-size: 50px;
  line-height: 67px;
}
.pro-ri {
  width: 50%;
  padding-left: 80px;
}
 
.pro-img img {
  max-width: 219px;
}
.pro-img a {
  display: block;
}
.pro-img {
  margin-left: -20px;
  margin-bottom: 10px;
}
.pro-text {
  margin-bottom: 13px;
}
.pro-con {
  margin-bottom: 10px;
}  
    .offcanva-menu ul li a {
	font-size: 20px;
	padding: 2px 20px;
	display: block;
	/* border-bottom: 1px solid #ddd; */
	color: #fff;
	transition: .3s;
	text-transform: uppercase;
	margin-bottom: .7em;
}   
    
    
    
    
    
    
    
    
    
    
    
    
}
 

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

.pro-left {
  width: 100%;
}
.pro-left h3 {
  font-size: 50px;
  line-height: 67px;
}
.pro-ri {
  width: 100%;
  padding-left: 80px;
}
 
.pro-img img {
  max-width: 219px;
}
.pro-img a {
  display: block;
}
.pro-img {
  margin-left: -20px;
  margin-bottom: 10px;
}
.pro-text {
  margin-bottom: 13px;
}
.pro-con {
  margin-bottom: 10px;
}  .pro-area {
	display: block;
}
    
     .offcanva-menu ul li a {
	font-size: 18px;
	padding: 2px 20px;
}  
    
    
    
    
    
    
    
    
    
    
}





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

 
}