/* Responsive CSS Document */

@media (min-width: 992px) {
  .container {padding-right: 0;padding-left: 0;}
}
/*(min-width: 992px)*/

@media (min-width: 1400px) {

}
/*(min-width: 1400px)*/

/*Grid xl Start*/
@media (max-width: 1399px) {
  footer h5 {font-size: 17px;}
}
/*(max-width: 1399px)*/



/*Between Grid xl*/
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-banner-one .hero-heading {font-size: 55px;}
  .feature-block-one .sidebox-bg {padding: 80px 20px 30px;}
  .title-one {font-size: 38px;}
  .inner-banner h2 {font-size: 48px;}
}
/*(min-width: 1200px) and (max-width: 1399px)*/

/* *** Important *** Breakpoint */
@media (min-width: 992px) and (max-width: 1399px) {

  
}
/* (min-width: 992px) and (max-width: 1399px) */


/*Grid lg Start*/
@media (max-width: 1199px) {
  .hero-banner-one .slogan {font-size: 15px;}
  .feature-block-one .sidebox-bg {padding: 60px 20px 30px;}
  .feature-block-two .st-bg-wrapper .main-count {font-size: 35px;}
  .feature-block-one .gola-box h3 {font-size: 20px;}
  .feature-block-two .st-bg-wrapper p {font-size: 16px;}
  footer {padding-top: 60px;}
  footer h2 {font-size: 22px;}
  .inner-banner {padding: 170px 0 60px;}
  .product-section {margin: 80px 0 50px;}
  .contact-us .bg-wrapper {padding: 40px 20px;}
}
/*(max-width: 1199px)*/



/*Between Grid lg*/
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner-one .hero-heading {font-size: 45px;}
  .title-one {font-size: 32px; line-height: 1.25em;}
  .inner-banner h2 {font-size: 42px;}
}
/*(min-width: 992px) and (max-width: 1199px)*/



/*Grid md Start*/
@media (max-width: 991px) {
  .hero-banner-one .hero-heading {font-size: 35px;}
  .title-one {font-size: 28px; line-height: 1.25em;}
  .title-one span {font-weight: 600;}
  .hero-banner-one p {font-size: 16px;}
  footer .contact-list li {font-size: 16px;}
  .theme-main-menu .top-header {padding: 10px 12px;}
  .inner-banner h2 {font-size: 35px;}
}
/*(max-width: 991px)*/
/*Grid md Start*/
@media (min-width: 992px) {
  
}



/*Between Grid md*/
@media (min-width: 768px) and (max-width: 991px) {

  
}
/*(min-width: 768px) and (max-width: 991px)*/



/*Grid sm Start*/
@media (max-width: 767px) {
  .feature-block-two .st-bg-wrapper .border-style {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 0;
  }
  .contact-us .form-style-one .input-group-meta input {height: 60px;}
  .contact-us .form-style-one .input-group-meta textarea {height: 180px;}
}
/*(max-width: 767px)*/




/*Between Grid sm*/
@media (min-width: 576px) and (max-width: 767px) {


}
/*(min-width: 576px) and (max-width: 767px)*/




/*Extra Small breakpoints*/
@media (max-width: 575px) {
  .theme-main-menu.menu-overlay,
  .theme-main-menu.menu-overlay .container {padding: 0;}
  .inner-banner {padding-top: 150px;}
}
/*(max-width: 575px)*/

