/*
Theme Name: 10Web Speed Optimizer Demo Theme
Author: 10Web
Author URI: https://10web.io/pricing/
Description: This is a minimal theme.
Version: 1.0.6
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
License URI: LICENSE
Text Domain: tenweb-speed-optimizer-demo-theme
*/
html, body {
  margin: 0;
  height: 100%;
  font-family: "Open Sans", sans-serif;
}
.two_demo_header {
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 5px 20px #E5E6E899;
  opacity: 1;
  text-align: center;
}
.two_demo_header img {
  margin: 5px auto;
}
.site-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.two_body {
  display: flex;
  flex-grow: 1;
  align-self: center;
  width: 100%;
  background-color: #F9F9F9;
}
.two_body_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  margin: 0 auto;
  width: 1180px;
  height: 318px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 5px 20px #E5E6E8CC;
  border: 1px solid #323A4533;
  border-radius: 12px;
}
.two_body_inner h4 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #323A45;
  margin: 67px 0 0 0;
}
.two_body_inner h1 {
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.3px;
  color: #323A45;
  margin: 2px 0 0 0;
}
.two_body_inner span {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15px;
  color: #323A45;
  margin: 10px 0 0 0;
}
.two_body_inner a {
  width: 260px;
  height: 40px;
  background: #2160B5 0 0 no-repeat padding-box;
  border-radius: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.12px;
  color: #FFFFFF;
  text-decoration: none;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 1260px) {
  .two_body_inner {
    width: 720px;
    height: 267px;
  }
  .two_body_inner h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 46px 0 0 0;
  }
  .two_body_inner h1 {
    font-size: 30px;
    line-height: 46px;
    margin: 5px 0 0 0;
  }
  .two_body_inner span {
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0 0 0;
  }
  .two_body_inner a {
    font-size: 14px;
    line-height: 40px;
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .two_body_inner {
    width: 100%;
    height: 100%;
  }
  .two_body_inner h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 204px 0 0 0;
  }
  .two_body_inner h1 {
    font-size: 22px;
    line-height: 32px;
    margin: 2px 0 0 0;
  }
  .two_body_inner span {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0 0;
  }
  .two_body_inner a {
    font-size: 14px;
    line-height: 40px;
    margin: 20px 0 0 0;
  }
}