
/*TABLET DEVICE*/
@media only screen and (max-width:768px) { 
.section-padding { padding: 42px 0; }
.section-title { margin-bottom: 36px; }
.navbar-default .navbar-nav > li > a {
margin-top: 10px;
padding: 8px;
}  
.brand-lockup {
    margin-left: 10px;
}
.hero-text h2 {
font-size: 40px;
line-height: 40px;
}   
.single-slide-item h2 {
font-size: 40px;
line-height: 40px;
}
.single_about h4 { font-size: 15px }
.single_team {
  margin-bottom: 40px;
}
.play-video{ margin-left: -63px;}  
.pricing-table { margin-bottom: 30px }  
.single_address {
  margin-left: 0;
}
.footer_social ul li a { font-size: 12px }  
.footer-qrcodes {
  gap: 12px;
  justify-content: flex-start;
  margin-top: 18px;
}
.footer-qrcodes img {
  width: 135px;
}

}

/*MOBILE 480PX DEVICE*/
@media only screen and (max-width:480px) { 
.menu-top { 
background-color: #2a80b9; 
color: #fff !important;
margin-left: 0px; }
.brand-lockup {
  height: 44px;
  margin-left: 10px;
}
.brand-lockup img {
  height: 42px;
  width: 42px;
}
.brand-copy { margin-left: 8px; }
.brand-copy strong {
  font-size: 17px;
  letter-spacing: 1px;
}
.brand-copy small {
  font-size: 10px;
  margin-top: 4px;
}
.navbar-default .navbar-nav > li > a { color: #fff !important }
.top-info-right ul { float: left } 
.home_bg {
  aspect-ratio: 2890 / 1146;
  background-position: center top;
  background-size: 100% auto;
  height: auto;
  min-height: 0;
}
.hero-text h2 {
padding-top: 7vw;
font-size: 20px;
line-height: 26px;
}
.home_btn { margin-top: 8px; }
.home_btn a {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  margin: 3px;
  padding: 5px 12px;
}
.section-title h2 { font-size: 26px; }
.enterprises-title p {
  font-size: 22px;
}
.enterprises-title h2 {
  font-size: 26px;
}
.contact-details a,
.contact-details span {
  display: block;
  margin: 10px 5px;
}
.contact-panel {
  padding: 28px 18px;
}
.customer-contact-form .btn-contact-bg {
  width: 100%;
}
.modal-dialog { margin: 10px; }

.single-slide-item h2 {
padding-top: 200px;
font-size: 30px;
line-height: 40px;
}

.single_why_img img { margin: 30px 0 }
.play-video{ margin-left: -55px;}
.single_testimonial {margin-bottom:30px;}
.actions {margin-bottom: 30px;}  
.footer_copyright {text-align: left;}
.footer-qrcodes {
  justify-content: flex-start;
}
.footer-qrcodes img {
  max-width: calc(50% - 6px);
  width: 140px;
}
.footer_social {
  float: none;
  text-align: center;
}
}

/*IPHONE 375PX DEVICE*/
@media only screen and (max-width:375px) { 
.play-video{ margin-left: -53px;}
}

/*MOBILE 360PX DEVICE*/
@media only screen and (max-width:360px) { 


.hero-text h2 {
font-size: 26px;
line-height: 34px;
}
.single-slide-item h2 {
font-size: 26px;
line-height: 34px;
} 
.footer_social ul li a { font-size: 14px }

}

/*MOBILE 320PX DEVICE*/
@media only screen and (max-width:320px) { 

.video-container h1 { font-size: 20px }
.footer-qrcodes {
  flex-direction: column;
  align-items: flex-start;
}
.footer-qrcodes img {
  max-width: 100%;
  width: 140px;
}

}






