
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .header-logo {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 10px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 16px;
  }
  .top-bar-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #3C7D7F;
    color: white;
    font-size: 14px;
  }
  .custom-btn {
    border: 1px solid #3C7D7F;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .second-header {
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
  }
  .tp-parallax-wrap {
    top: 15px !important;
  }
  .tp-caption {
    min-width: 160px !important;
    max-width: 160px !important;
  }
  .tp-caption h3 {
    font-size: 13px !important;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px !important;
  }
  .company-heading {
    font-size: 12px !important;
  }
  .rev_slider_wrapper .button a {
    display: block !important;
    width: 100% !important;
    font-size: 8px !important;
    text-align: center;
  }
  .callto-action-area .inner-content .title-box {
    padding: 20px 0 20px;
  }
  .callto-action-area .inner-content .title-box h2 {
    margin-top: 0;
  }
  #slider1 {
    height: 148px !important;
  }
  .fact-counter-area ul li {
    width: 345px;
  }
  .footer-area {
    padding-bottom: 0;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .header-logo {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 10px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 16px;
  }
  .top-bar-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #3C7D7F;
    color: white;
    font-size: 14px;
  }
  .custom-btn {
    border: 1px solid #3C7D7F;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .second-header {
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
  }
  .tp-parallax-wrap {
    top: 15px !important;
  }
  .tp-caption {
    min-width: 160px !important;
    max-width: 160px !important;
  }
  .tp-caption h3 {
    font-size: 13px !important;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px !important;
  }
  .company-heading {
    font-size: 12px !important;
  }
  .rev_slider_wrapper .button a {
    display: block !important;
    width: 100% !important;
    font-size: 8px !important;
    text-align: center;
  }
  .callto-action-area .inner-content .title-box {
    padding: 20px 0 20px;
  }
  .callto-action-area .inner-content .title-box h2 {
    margin-top: 0;
  }
  #slider1 {
    height: 148px !important;
  }
  .fact-counter-area ul li {
    width: 345px;
  }
  .footer-area {
    padding-bottom: 0;
  }
}