.main-pricing-wrapper-list {
  padding: 80px 0 60px;
}

.pricing-full-wrapper {
  position: relative;
}

.pricing-wrapper {
  background: #fff;
  display: flex;
  border: 1px solid rgba(112, 112, 112, 0.4392156862745098);
  border-radius: 5px;
  min-width: 450px;
  justify-content: center;
  padding: 2px;
}

.pricing-navigation {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

ul#pricing-menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.menu-pricing-container,
#pricing-menu {
  width: 100%;
}

.menu-pricing-container li {
  color: #0E5A65 !important;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  width: 100%;
  display: flex;
}

.pricing-navigation a {
  color: #0E5A65 !important;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  padding: 10px 25px;
  width: 100%;
}

#pricing-menu .current-menu-item a {
  background: rgb(237, 248, 250);
  border-radius: 5px;
  border: 2px solid rgb(204, 236, 241);
}

/*The Banner Container */

.the-banner-container .the-text-container {
  position: relative;
/*  max-width: 650px;*/
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-full-wrapper .the-banner-container .banner-price h5 {
  font-size: 24px;
}

.pricing-full-wrapper .the-banner-container .banner-price h6 {
  font-size: 20px;
}

.pricing-full-wrapper .the-banner-container .banner-price h1,
.pricing-full-wrapper .the-banner-container .banner-price h2,
.pricing-full-wrapper .the-banner-container .banner-price h3,
.pricing-full-wrapper .the-banner-container .banner-price h4,
.pricing-full-wrapper .the-banner-container .banner-price h5,
.pricing-full-wrapper .the-banner-container .banner-price h6 {
  color: #0E5A65;
}

.pricing-full-wrapper .the-banner-container .banner-price h1 strong,
.pricing-full-wrapper .the-banner-container .banner-price h2 strong,
.pricing-full-wrapper .the-banner-container .banner-price h3 strong,
.pricing-full-wrapper .the-banner-container .banner-price h4 strong,
.pricing-full-wrapper .the-banner-container .banner-price h5 strong,
.pricing-full-wrapper .the-banner-container .banner-price h6 strong  {
  font-weight: 600;
}

.banner-title {
  font-weight: 600;
}

.banner-price,
.banner-title {
  margin-bottom: 30px;
}

.banner-title,
.banner-price h2 {
  font-size: 27px;
  color: #0E5A65;
}

.the-banner-container {
  background-color: rgba(76, 189, 205, 0.05);
  text-align: center;
  padding: 65px 0 45px;
}

.free-trial-wrapper {
  position: absolute;
  border: 2px solid #4cbdcd;
  background: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  color: #0e5a65;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px;
  right: -25px;
  top: -35px;
  line-height: 14px;
}


a.button-banner {
  background: #4cbdcd;
  color: #fff !important;
  padding: 8px 33px;
  font-weight: 500;
  min-width: 170px;
}

/* FLEX CONTENT TEXT AND IMAGE */

.text-image-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}

h2.text-image-title {
  font-size: 24px;
  color: #4cbdcd;
  margin-bottom: 20px;
}

.the-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.the-image-container img {
  max-width: 270px;
}

.text-image-wrapper.right {
  flex-direction: row-reverse;
}

.text-description {
  color: #0e5a65;
}

.text-description p {
  font-size: 18px;
}

@media (max-width:767px) {
  .the-image-container {
    padding-bottom: 30px;
  }

  .free-trial-wrapper {
    top: auto;
    right: 0;
    bottom: 0;
  }

  .pricing-wrapper {
    min-width: 300px;
  }

  .free-trial-wrapper.mobile {
    position: relative;
    margin: 0px 0 25px;
  }
}

/* TABLE STYLING */

.the-table-wrapper {
  width: 100%;
}

.the-table-inner {
  display: flex;
  align-items: center;
}

.the-table-inner img {
  width: 40px;
  height: 40px;
  margin-right: 25px;
}

.the-table-inner p {
  margin: 0;
}

.the-table-inner {
  display: flex;
  align-items: center;
  padding: 26px 23px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.table-head p {
  margin: 0;
  color: #0e5a65;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.table-head {
  background: rgba(76, 189, 205, 0.05);
  border: 1px solid #dcdcdc;
  padding: 9px 22px;
}

.the-table-inner p {
  margin: 0;
  color: #0e5a65;
  font-weight: 500;
}

/* -------------- HELP CENTRE BLOCK -------------- */

.hc-main-wrapper {
  padding: 8rem 0;
}

.hc-main {
  background: #fff;
  box-shadow: 0 0.352rem 0.703rem 0.141rem rgba(0, 0, 0, .1), 0 0.844rem 1.547rem 0.141rem rgba(0, 0, 0, .1);
  border-radius: 0.5rem;
}

.hc-main-inner {
  padding: 30px;
  border-bottom: 0.07rem solid #d9d9d9;
}

.hc-main-inner p {
  margin-bottom: 0;
}

.hc-icon-container {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 2px solid #4cbdcd;
  position: relative;
}

.hc-icon-container::after,
.hc-icon-container::before {
  content: '';
  width: 15px;
  height: 1px;
  background: #4cbdcd;
  ;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.hc-icon-container::before {
  transform: rotate(90deg);
  transition: 0.4s ease-in-out;
}

.open .hc-icon-container::before {
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}

.hc-answers {
  display: flex;
  flex-direction: column;
  height: 0;
  max-height: 0;
  min-height: 0;
  max-width: 96%;
  overflow: hidden;
  transition: 1s max-height ease-in-out, 0.4s min-height ease-in-out;
}

.open .hc-answers {
  height: auto;
  min-height: 40px;
  max-height: 999px;
  max-width: 96%;
  transition: 1s max-height ease-in-out, 0.4s min-height ease-in-out;
}

.hc-questions-text {
  margin: 0;
  color: #0e5a65;
  font-weight: 500;
  max-width: 80%;
}

.faqs-answer p {
  padding: 3rem 0 0;
  margin-bottom: 0;
}

.hc-questions-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}

/* TAXONOMY */

.taxonomy #ajaxsearchlite1 .probox,
div.asl_w .probox {
  max-width: 300px;
  margin: auto;
}

.taxonomy #ajaxsearchlite1 .probox,
div.asl_w .probox {
  max-width: 300px;
  margin: auto;
  border: 2px solid #4CBDCD;
}

div.asl_w .probox .promagnifier .innericon svg {
  fill: #4CBDCD !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  color: #4CBDCD !important;
}

div.asl_m .probox .proclose svg {
  background: #4CBDCD !important;
}

div#ajaxsearchliteres1 {
  max-width: 375px;
  margin: auto;
  left: 0 !important;
  right: 0;
}

.single-taxonomy-content {
  padding: 50px 0;
}

.current-faqs-ancestor a {
  background: rgb(237, 248, 250);
  border-radius: 5px;
  border: 2px solid rgb(204, 236, 241);
}

div#ajaxsearchlite1 {
  z-index: 1;
}

@media (max-width:991px) {
  .single-faqs h1.container {
    font-size: 35px;
  }
}

@media (max-width:767px) {
  .single-faqs h1.container {
    font-size: 28px !important;
    margin-top: 0;
  }

  .pricing-navigation {
    top: -7px;
  }
}