.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;
}

.content h3 {
  color: #12777f;

  font-weight: 600;

  font-size: 30px;

  text-align: left;

  border-bottom: 2px solid #12777f;

  width: 90%;

  line-height: 45px;
}

.content h2.depart_head {
  color: #12777f;

  font-weight: 600;

  font-size: 30px;

  text-align: left;

  border-bottom: 2px solid #12777f;

  width: 90%;

  line-height: 45px;
}

.read_btn {
  background: #12777f;

  padding: 10px 18px;

  color: #fff;

  font-weight: bold;

  margin: 10px auto;

  border: 1px solid #12777f;

  border-radius: 10px;
}

.content p {
  font-size: 16px;

  padding: 10px 0px;

  line-height: 2.5rem;
}

input,
select#location {
  width: 90%;

  margin: 5px !important;

  padding: 12px !important;

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

textarea#msg {
  width: 90% !important;

  border: 1px solid #00968f !important;

  padding: 12px;

  margin: 6px;
}

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.cust_head {
  color: #465069;

  font-size: 1.6em;

  padding: 0px 4px;

  margin-top: 20px;
}

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

.we_spc_head {
  text-align: center;

  font-size: 30px;

  color: #12777f;
}

.speciality {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
  width: 210px;
  height: 175px;
  background: #12777f;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.spec_img {
  width: 100%;

  border-radius: 5%;

  box-shadow: 4px 6px 18px grey;
}

.spec_con {
  padding-top: 30px;
}

p.spec_treat {
  font-size: 20px;

  font-weight: 500;
}

@media (min-width: 1251px) and (max-width: 1350px) {
}

@media (min-width: 1025px) and (max-width: 1250px) {
  .speciality {
    width: 18%;
    height: 195px !important;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .speciality {
    height: 160px !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .speciality {
    width: 18% !important;

    /*height: 165px !important;*/
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .speciality {
    width: 100% !important;

    margin: 15px auto !important;
  }
/* 
  .spec_para {
    padding: 0px 35px !important;
  } */

  .testi_monials img {
    margin: 10px auto;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  .speciality {
    width: 100% !important;

    margin: 15px auto !important;
  }

  /* .spec_para {
    padding: 0px 35px !important;
  } */

  .testi_monials img {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 600px) {
  li.equl_space {
    margin-top: 0px !important;
  }
}
li.equl_space {
  margin-top: 22px;
}
.content ul {
  font-size: 16px;
  padding: 10px 20px;
  line-height: 2.5rem;
}
.we_spc_head {
  width: 95%;
}
@media (min-width: 481px) and (max-width: 767px) {
  .we_spc_head {
    width: 100%;
  }
}
.content ul li {
  /*border-bottom: 1px solid #149c8e;*/
  margin-bottom: 10px;
}
ul.dep_fe li {
  list-style: none;
}
ul.dep_fe li::before {
  content: "• ";
  color: rgb(20, 156, 142);
  padding-right: 6px;
  display: inline-block;
  margin-left: -1em;
}
.content h3 {
  border-bottom: unset !important;
}
.content h3:after {
  content: "";
  display: block;
  bottom: 0;
  width: 72%;
  height: 2px;
  background: #42b3e5;
  margin-top: 10px;
  /*margin-left: auto;
    margin-right: auto;*/
}
ul.dep_fe li:after {
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #149c8e;
  position: relative;
  /*right: 2%;*/
  margin-top: 10px;
}
/* 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) {
  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 .speciality.active {
  background: rgb(85, 182, 163);
}
.speciality:hover {
  background: rgb(85, 182, 163);
}

/* .tabset {
	  max-width: 65em;
	} */
/* new css for tabs  */
