.banner {
  background: url(../img/Infrastructure-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
h1.page_header {
  color: #126b92 !important;
  text-align: center;
  padding: 65px 0px;
  font-size: 40px;
  margin: 0px;
}
li.menu-items a {
  color: #75797c;
  font-weight: 700;
  font-size: 15px;
}
li.menu-items {
  list-style: none;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #42b3e5;
}
li.current_page {
  background: #12777f;
}
li.current_page a {
  color: #fff !important;
}
ul#menu-about-us {
  padding: 0px;
}
.content p {
  font-size: 15px;
  padding: 10px 0px;
  line-height: 2.5rem;
}
.content h3 {
  font-size: 18px;
  color: #12777f;
}
h2.menu-title {
  font-size: 22px;
  font-weight: 700;
  color: #12777f;
}
.bread_crumb {
  background: #68d1a9 !important;
  margin: 0px;
}
ul.bread_crumb li {
  display: inline-block;
}
.bread_crumb li:first-child {
  margin-left: 0;
}
.bread_crumb li,
.bread_crumb li a {
  color: #fff;
  font-weight: 600 !important;
  line-height: 25px;
  letter-spacing: 1px;
}
.bread_crumb li:last-child {
  background-color: #3c9aa6;
}
.bread_crumb li:last-child:before {
  content: " ";
  display: inline-block;
  border-top: 14px solid rgba(20, 49, 93, 0);
  border-left: 14px solid #68d1a9;
  border-bottom: 14px solid transparent;
  border-right: none;
  margin-top: 0px;
  vertical-align: middle;
}
.bread_crumb li:last-child:after {
  content: " ";
  display: inline-block;
  border-top: 14px solid rgba(20, 49, 93, 0);
  border-left: 14px solid #3c9aa6;
  border-bottom: 14px solid transparent;
  border-right: none;
  margin-top: 0px;
  background: #68d1a9;
  vertical-align: middle;
}
.menu-items:hover {
  background: #12777f;
}
.menu-items:hover a {
  color: #fff;
}
.chk_pkgs {
  border: 1px solid #ccc !important;
  padding: 8px 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  margin: 20px 35px;
}
i.fa.fa-angle-right {
  padding-right: 10px;
  color: #12777f;
}
.content h4:after {
  content: "";
  width: 0px;
  height: 2px;
  width: 100px;
  margin-top: 4px;
  background-color: #12777f;
  color: #12777f;
  display: block;
  -webkit-transition: width 0.2s;
}
@media (min-width: 1251px) and (max-width: 1350px) {
}
@media (min-width: 1025px) and (max-width: 1250px) {
}
@media (min-width: 991px) and (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 990px) {
}
@media (min-width: 481px) and (max-width: 767px) {
  h1.page_header {
    padding: 40px;
  }
  .about_us {
    display: none;
  }
  .chk_pkgs {
    margin: 10px 0px;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  h1.page_header {
    padding: 40px;
  }
  .about_us {
    display: none;
  }
  .chk_pkgs {
    margin: 10px 0px;
  }
}
.chk_pkgs:hover h4:after {
  width: 200px;
}
.chk_pkgs:hover {
  border-color: #009688 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.enq_form_head {
  color: #12777f;

  text-align: left;
}

input {
  width: 100%;

  margin: 5px !important;

  padding: 12px !important;

  border: 1px solid #952222 !important;
}

textarea.form-control {
  border: 1px solid red;
}


select {
  width: 100%;

  margin: 5px !important;

  border: 1px solid #952222 !important;

  padding: 12px !important;

  color: grey;

  font-size: 13px;
}

textarea.msg {
  width: 100% !important;

  border: 1px solid #00968f !important;

  padding: 12px;

  margin: 4px;
}

p.submit,
.submit_international {
  width: 20%;

  border: 1px solid #343838;

  text-align: center;

  padding: 5px;

  margin: 4px 4px;

  font-weight: 500;

  color: white;

  background: #343838;
}
@media only screen and (min-width: 768px) {
  .form-inline {
    display: flex;
  }
}
span {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .form-inline-1 {
    display: flex;

    display: -webkit-flex;
    flex-direction: column-reverse;
  }
}
