/* ================Common Css===================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #002347;
}

body {
  line-height: 25px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #7b838a;
  background-color: #f4f4f4;
}

a {
  text-decoration: none !important;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

a:focus, a:hover {
  color: #fff !important;
}
.logo-container {
  display: flex;
  justify-content: center;
}

.row-flex {
  width: 100%;
  display: flex;
  justify-content: center;
}

.primary-logo {
  width: 300px;
  height: auto;  
  margin: 24px
}

.secondary-logo {
  width: 65%;
  height: auto;  
}

.btn-container {
  display: flex;
  justify-content: center;
}

/* ================Header Css===================== */
.header_area {
  position: absolute;
  width: 100%;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;  
}

.navbar-collapse {
  float: right;
}

.header_area .navbar {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.header_area .navbar .nav .nav-item {
  margin-right: 40px;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: #fff;
}

.header_area .navbar .nav .nav-item .nav-link {
  font: 500 12px/0 'Open Sans', sans-serif;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  display: inline-block;
  background: transparent;
}

.active .nav-link::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 50%;
  padding-top: 20px;
  border-bottom: 1px solid #84cefc;
}

/* ================Home Banner Css===================== */
.home_banner_area {
  z-index: 1;
  min-height: 400px;
  position: relative;
  background-color: #49796d ;
  background-size: cover;
}

.home_banner_area .banner_inner {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}

.banner_content {
  margin-top: 20%;
}

.navbar-brand .logo_h {
  margin: auto auto 30px;
  width: 100%;
}

.demo-screenshot {
  max-width: 726px;
}

.home_banner_area .banner_inner .banner_content p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.home_banner_area .banner_inner .banner_content h2 {
  font-size: 48px;
  font-weight: 500;
}

.primary-btn {
  display: block;
  width: 140px;
  margin: auto;
  background: transparent;
  padding: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 2px;
  border-radius: 6px;
  border: 2px solid #fff;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn2 {
  display: inline-block;
  background: #4a7a6e;
  padding: 0 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 6px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  box-shadow: none;
}

.sign-up-button .primary-btn2 {
  padding: 0 81px;
}

.padding-bottom {
  padding-bottom: 30px;
}

.section_gap_top {
  padding-top: 24px;
}

.main_title h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #4a7a6e;
}

.main_title p {
  font-size: 20px;
  margin-bottom: 75px;
  color: #1c1c24;
  font-weight: bold;
  line-height: 26px;
}

.content-center {
  margin: auto;
  float: initial;
}

input[type='text'],
input[type='tel'],
input[type='email'] {
  border: 1px solid #1c1c24;
  border-radius: 6px;
  padding: 5px;
  margin-left: 15px;
  width: 182px;
  max-height: 30px;
  font-size: 12px;
  background: transparent;
}

.col-sm-12.sign-up-button {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
  z-index: 2;
}

.justify-content-between {
  margin: auto;
}

.form-group {
  display: inline-block;
}

/* ================Media Css===================== */
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .demo-screenshot {
    width: 100%;
    height: 430px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'] {
    width: 22%;
  }

  .demo-screenshot {
    width: 100%;
    height: 410px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-brand.logo_h {
    margin-left: -15px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'] {
    width: 46%;
    margin-bottom: 15px;
  }

  .demo-screenshot {
    width: 100%;
    height: 300px;
  }

  .home_banner_area {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  body {
    background-color: #fff;
  }

  .navbar-brand.logo_h {
    margin: auto auto 30px;
    width: 100%;
    text-align: center;
  }

  .navbar-brand.logo_h img {
    margin: auto;
  }

  .navbar-collapse {
    float: initial;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav {
    display: table;
    margin: auto auto 0;
    list-style: none;
  }

  li.nav-item.home {
    display: none !important;
  }

  .primary-btn2 {
    padding: 0 10px;
    font-size: 12px;
    border: none;
    box-shadow: none;
  }

  .primary-btn {
    padding: 0 37px;
    font-size: 12px;
    line-height: 26px;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 10px;
    display: -webkit-inline-box;
  }

  li.nav-item:last-child {
    margin-left: 60px;
    margin-right: 0;
  }

  .home_banner_area .banner_inner {
    top: 60%;
  }

  .btn-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .main_title p {
    font-size: 12px;
    margin-bottom: 48px;
    color: #49796d;
    font-weight: bold;
    line-height: 18px;
    padding: 0 32px;
  }

  .main_title h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .home_banner_area .banner_inner .banner_content p {
    font-size: 16px;
    text-align: center;
    padding: 32px 0 30px;
  }

  input[type='text'],
  input[type='tel'],
  input[type='email'] {
    width: 47%;
    margin-right: 7px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .d-flex {
    display: block !important;
    text-align: center;
  }

  .demo-screenshot {
    max-width: 314px;
  }

  
  .sign-up-button .primary-btn2 {
    padding: 0 61px;
    color: #fff;
  }

  .footer-area .container {
    padding: 0;
  }

  .form-container {
    padding: 0 35px;
  }
}

@media (max-width: 413px) {
  .demo-screenshot {
    width: 100%;
  }

  .btn-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  input[type='text'],
  input[type='tel'],
  input[type='email'] {
    margin-right: 4px;
  }
}

.errorlist {
  color: red;
  font-size: 12px;
}
