.header_sec {
  background: white;
}
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_lists {
  list-style: none;

  padding: 0px;

  margin-bottom: 0px;

  border-bottom: 1px solid;
}

.menu_lists {
  display: inline-block;

  border: 1px solid;

  padding: 12px;

  border-radius: 10px 10px 0px 0px;

  background: white;

  font-weight: 600;

  font-size: 15px;

  cursor: pointer;

  margin-bottom: 2px;
}

.list_con {
  /* background: #f8f8f8; */

  padding: 20px 25px;

  border-radius: 10px;
}

h2.doc_head {
  font-weight: 700;

  color: #12777f;

  margin-bottom: 10px;

  text-align: center;

  font-size: 24px;
}

.doc_col img {
  width: 100%;

  height: 200px;
}

.doc_col {
  text-align: center;

  background: #fdfbff;

  margin-left: 22px;

  padding-top: 15px;

  border: 1px solid #12777f;

  border-radius: 7px;
}

h4.doc-name {
  font-size: 16px;

  font-weight: bold;

  margin-bottom: 0px;
}

.doc_col hr {
  margin: 15px auto;

  width: 30%;

  background: #12777f;

  border-top: 2px solid #12777f;
}

p.doc_qua {
  font-style: italic;

  font-size: 12px;

  margin: 0px;

  padding: 0px;
}

p.doc_des {
  margin: 0px;

  padding: 0px;
}

.doc_row {
  margin-bottom: 30px;
}

.doc_col:hover {
  box-shadow: 0 1px 10px 1px #8bd0bf;
}

.enq_form {
  border: 1px solid #5bb5a4;

  padding: 30px 8px;
}

p.cust_head {
  color: #465069;

  font-size: 1.6em;

  padding: 0px 4px;
}

p.cust_head:after {
  content: "";

  display: block;

  bottom: 0;

  width: 25%;

  height: 2px;

  background: #009688;

  margin-top: 10px;
}

p.cust_sub_head {
  padding: 3px 5px;

  color: grey;
}

.enq_form input {
  width: 90%;

  margin: 5px !important;

  padding: 12px !important;

  border: 1px solid #00968f !important;
}

select#country,
select#location {
  width: 90%;

  margin: 5px !important;

  border: 1px solid #00968f !important;

  padding: 12px !important;

  color: grey;

  font-size: 13px;
}

textarea#msg {
  width: 90% !important;

  border: 1px solid #00968f !important;

  padding: 12px;

  margin: 4px;
}

p.submit {
  width: 90%;

  border: 1px solid #5bb5a4;

  text-align: center;

  padding: 5px;

  margin: 4px 4px;

  font-weight: 500;

  color: white;

  background: #5bb5a4;

  cursor: pointer;
}

p.submit:hover {
  background: #79a2d0;
}

@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) {
  .doc_col {
    width: 25% !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .enq_form {
    margin-top: 20px;
  }

  h1.page_header {
    padding: 40px;
  }

  .about_us {
    display: none;
  }

  .doc_col {
    width: 80% !important;

    margin-bottom: 10px;

    margin-left: 10%;

    margin-right: 10%;
  }

  .doc_col img {
    width: 225px !important;

    height: 200px;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  .enq_form {
    margin-top: 20px;
  }

  h1.page_header {
    padding: 40px;
  }

  .about_us {
    display: none;
  }

  .doc_col {
    width: 80% !important;

    margin-bottom: 10px;

    margin-left: 10%;

    margin-right: 10%;
  }

  .doc_col img {
    width: 225px !important;

    height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  li.equl_space {
    margin-top: 0px !important;
  }
}
li.equl_space {
  margin-top: 22px;
}
/* new css for tabs  */
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  /* padding: 15px 15px 25px; */
  /* border: 1px solid transparent; */
  border-bottom: 0;
  cursor: pointer;
  /* font-weight: 600; */
}

.tabset .active {
  background: rgb(85, 182, 163);
}
