.text-center {
  text-align: center;
}

.inner-banner.header-banner::before {
  bottom: 40px;
  height: 142px;
}

.inner-banner.header-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #273279;
  z-index: -1;
}

.inner-banner.header-banner h1 {
  font-size: 48px;
  font-size: 30px;
}

@media (min-width: 1200px) {
  .inner-banner .banner-content {
    padding-top: 0px;
  }

  .inner-banner.header-banner h1 {
    padding-bottom: 85px;
  }

  .inner-banner .banner-content {
    padding-top: 0px;
  }

  .inner-banner .header-banner-wrapper {
    align-items: flex-end;
  }
}

@media (min-width: 1500px) {
  .inner-banner h1 {
    font-size: 3.7vw;
  }

  .inner-banner.header-banner h1 {
    padding-bottom: 60px;
  }
}

/* Contact  */

.page-title {
  color: #008c9b;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
}

.innner-page-content,
.contact-us {
  padding: 50px 0;
}

.contact-us-wrapper {
  padding-top: 30px;
}

.contact-us-left {
  background: #273279;
  margin-bottom: 30px;
}

.contact-us-left ul li a,
.contact-us-left ul li {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.contact-us-left ul li {
  padding-left: 55px;
  position: relative;
}

.contact-us-left ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
}

.contact-us-info {
  padding: 22px;
}

.from-box {
  padding: 22px;
}

.from-row {
  padding-bottom: 10px;
}

.from-row input[type="text"] {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  padding: 15px 14px 9px;
  border: none;
  width: 100%;
  height: 42px;
}

.from-row input[type="checkbox"] {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  padding: 15px 14px 9px;
  border: none;
  width: 20px;
  height: 20px;
  border: #273279 1px solid;
}

.from-row textarea {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  padding: 15px 14px 9px;
  border: none;
  width: 100%;
  height: 142px;
  resize: none;
}

.from-row label[for="checkbox"] {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
}

.from-row label[for="checkbox"] a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}

.from-row textarea:focus,
.from-row input[type="text"]:focus {
  outline: none;
}

.from-row input[type="text"]::placeholder,
.from-row textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}

.from-row textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.from-row.flex-box {
  padding: 27px 0 30px;
}

.from-row label {
  margin-left: 12px;
}

.from-row:last-child {
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .contact-us-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .contact-us-left,
  .contact-us-right {
    width: calc(50% - 15px);
  }

  .contact-us-right {
    padding-right: 22px;
  }

  .from-box {
    padding: 0px;
  }
}

@media (min-width: 1200px) {
  .innner-page-content,
  .contact-us {
    padding: 92px 0 54px;
  }

  .page-title {
    font-size: 2.9vw;
  }

  .contact-us-wrapper {
    padding-top: 55px;
  }

  .contact-us-left {
    width: calc(50% - 46px);
    margin-bottom: 0px;
  }

  .contact-us-info {
    margin: 109px 0 98px 82px;
  }

  .contact-us-left ul li {
    padding-bottom: 40px;
  }

  .contact-us-left ul li i {
    top: 12px;
  }

  .contact-us-right {
    width: calc(50% - 71px);
    margin-left: 71px;
    margin-right: 104px;
  }
}

/*  */

.header-top-content-heading p {
  color: #000;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}

.header-top-content-heading .page-title {
  padding-bottom: 15px;
}

@media (min-width: 1200px) {
  .header-top-content-heading p {
    font-size: 2.3vw;
    line-height: 2.9vw;
  }

  .header-top-content-heading {
    width: 70vw;
    margin: 0 auto;
  }

  .header-top-content-heading .page-title {
    padding-bottom: 2vw;
  }
}

/* ****************************************** */

.tabs ul {
  margin: 0;
  padding: 0;
}

.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.6em;
  display: block;
}
.item.active::before {
  background: #273279;
  color: #fff;
}
.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 1200px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 150px;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }
}

.item-content p {
  color: #000;
}
.no-bg-table  tr  td{
  background-color: yellow !important;
}
.item-content h3 {
  font-size: 22px;
  line-height: 38px;
  color: #273279;
  font-weight: 500;
  padding-bottom: 10px;
}

.tabbed-content.tabs-side {
  padding-top: 50px;
}

.item.active::before {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.item::before {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

@media (min-width: 768px) {
  .item-content h3 {
    font-size: 32px;
    line-height: 38px;
    color: #273279;
  }
}

@media (min-width: 1200px) {
  .tabbed-content.tabs-side {
    margin: 0 72px 0 90px;
    padding-top: 78px;
  }

  .tabbed-content.tabs-side .tabs {
    width: 367px;
    float: left;
  }

  .tabbed-content.tabs-side .item {
    margin-left: 414px;
  }

  .item-content h3 {
    padding-bottom: 32px;
  }

  .tabs ul li {
    background: transparent;
  }

  .tabbed-content .tabs li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    position: relative;
    padding: 22px 0;
  }

  .tabbed-content .tabs li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #cccecf;
  }

  .tabs ul li a.active::before {
    width: 5px;
    background: #273279;
    right: -3px;
  }
}

.content-icon {
  padding-top: 50px;
  text-align: center;
}

.content-icon p {
  color: #000;
}

.content-icon h3 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
}

.title-page {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}

.content-icon-item {
  position: relative;
  padding-bottom: 40px;
}

.content-icon-item:last-child {
  padding-bottom: 0px;
}

.content-icon-item span {
  display: none;
}

.logo-section h2 {
  font-weight: 900;
  font-size: 30px;
  color: #273279;
  padding-bottom: 40px;
  text-transform: uppercase;
}

.tetx-background {
  position: relative;
  background: #273279;
  margin: 80px 0 0 0;
  padding: 30px 0 30px;
}

.tetx-background::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #273279;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

@media (min-width: 768px) {
  .content-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .content-icon-item {
    width: calc(50% - 30px);
  }

  .content-icon img {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .title-page {
    font-size: 32px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
  }

  .content-icon-item {
    width: calc(26% - 100px);
  }

  .content-icon-item span {
    display: block;
    position: absolute;
    top: 58px;
    left: -75px;
  }

  .content-icon-item span img {
    margin-bottom: 0;
  }

  .content-icon h3 {
    font-size: 15px;
  }

  .content-icon-item p {
    line-height: 30px;
  }

  .content-icon-item {
    padding-bottom: 0px;
  }

  .content-icon {
    padding-bottom: 113px;
  }

  .logo-section h2 {
    font-size: 64px;
    line-height: 79px;
    padding-bottom: 40px;
  }

  .tetx-background {
    position: relative;
    background: #273279;
    margin: 80px 0 0 0;
    padding: 63px 0 97px;
  }

  .tetx-background {
    margin: 114px 0 0 0;
    padding: 63px 0 97px;
  }

  .tetx-background::before {
    top: -114px;
    left: 0;
    width: 100%;
    height: 114px;
    background-color: #273279;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%);
    z-index: -1;
  }

  .tetx-background p {
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
  }
}

.accordion-section {
  padding: 50px 0;
  max-width: 920px;
  margin: 0 auto;
}

.accordion-section h2 {
  font-weight: 900;
  color: #008c9b;
  font-size: 22px;
  text-transform: uppercase;
}

/*  */
details {
  border-bottom: #f0f0f3 1px solid;
  padding-bottom: 30px;
  padding-top: 20px;
}

details p {
  color: #000;
}

summary {
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.25s margin ease-out, 0.25s border-bottom ease-out;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

summary:before {
  content: "\e900";
  font-family: "icomoon" !important;
  position: absolute;
  top: 8px;
  right: 8px;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.25s transform ease;
  font-size: 8px;
}

summary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 34px;
  border: #ececf2 1px solid;
  border-radius: 8px;
}
summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  margin-bottom: 15px;
}

details[open] > summary:before {
  transform: rotate(180deg);
  top: 8px;
  right: 1px;
}

@media (min-width: 1200px) {
  .accordion-section h2 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 76px;
  }

  .accordion-section {
    padding: 79px 0 26px;
  }
}

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

.right-content p {
  color: #000;
}

.right-content h2 {
  font-weight: 900;
  font-size: 22px;
  line-height: 39px;
  color: #008c9b;
  padding-bottom: 15px;
}

.right-content h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  padding-bottom: 15px;
}

.right-content ul {
  margin: 0 -22px;
  padding: 30px 22px;
  background-color: #273279;
}

.right-content ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #ffff;
  padding-bottom: 15px;
  position: relative;
  padding-left: 40px;
}

.right-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -40px;
  width: 60px;
  height: 16px;
  background: url(../img/big-arrow.png);
}
@media (min-width: 768px) {
  .right-content ul {
    margin: 0 -52px;
  }
}
@media (min-width: 1200px) {
  .right-content h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 39px;
    color: #008c9b;
  }

  .left-img-right-content {
    display: flex;
    justify-content: space-between;
  }

  .left-img-right-section .container-fluid {
    padding: 0 0 0 0;
  }

  .left-img {
    width: 471px;
  }

  .right-content {
    width: calc(100% - 471px);
  }

  .right-content ul {
    margin: 0px;
    padding: 20px 0 20px;
    overflow: hidden;
  }

  .right-content ul li::before {
    left: -20px;
  }
  .right-content ul li {
    padding-left: 60px;
    padding-bottom: 4px;
  }

  .right-content h2,
  .right-content h3,
  .right-content p {
    padding-left: 30px;
  }

  .right-content p {
    padding-bottom: 42px;
    padding-right: 43px;
  }

  .right-content h3 {
    font-size: 32px;
  }

  .right-content h3 {
    padding-bottom: 25px;
  }
}

@media (min-width: 1500px) {
  .right-content ul li,
  .right-content p {
    font-size: 1vw;
    line-height: 1.5vw;
  }
}

.product-top {
  padding-bottom: 25px;
}

.product-top h3 {
  font-weight: 900;
  color: #008c9b;
  font-size: 32px;
  line-height: 39px;
  padding-bottom: 15px;
}

.product-top ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product-top ul li {
  padding-right: 27px;
}

.product-top ul li:last-child {
  padding-right: 0px;
}

.product-top ul li a {
  font-weight: 900;
  color: #273279;
  font-size: 16px;
  line-height: 20px;
}

.product-top ul li a:hover {
  color: #008c9b;
}

.product-box {
  background-color: #f5f5f5;
  padding: 20px;
}

.product-box-top-icon {
  padding-bottom: 20px;
}

.product-box-top-icon ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product-box-top-icon ul li {
  padding-right: 27px;
}

.product-box-top-icon ul li:last-child {
  padding-right: 0px;
}

.product {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 22px 20px 10px;
}

.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.product-content h4 {
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  padding-bottom: 5px;
  color: #008c9b;
}

.product-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.product-content ul li {
  width: 50px;
  margin: 5px;
  display: inline-block;
}

@media (min-width: 768px) {
  .products-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product {
    width: calc(50% - 15px);
  }

  .product-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-top h3 {
    padding-bottom: 0px;
  }

  .product-box {
    margin-bottom: 44px;
  }
}

@media (min-width: 1200px) {
  .product {
    width: calc(25% - 54px);
    margin-bottom: 40px;
    margin-left: 27px;
    margin-right: 27px;
  }

  .product-box {
    padding: 32px 52px 0;
  }

  .products-wrapper {
    justify-content: flex-start;
    margin-left: -27px;
    margin-right: -27px;
  }
}

@media (min-width: 1440px) {
  .product-content ul {
    width: 299px;
  }
}

/*  */

.custom-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: Arial;
  background: rgba(0, 0, 0, 0.4);
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 110.145ms 0ms;
}

.custom-popup__holder {
  width: 90%;
  height: auto;
  background: #f5f5f5;
  border-radius: 0px;
  padding: 20px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  position: relative;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 400ms, transform 400ms;
  transition-delay: 300ms;
}

.custom-popup__content {
  flex: 1;
  font-size: 22px;
  line-height: 24px;
  overflow: auto;
}

.custom-popup__footer {
  font-size: 28px;
  line-height: 30px;
}

.custom-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s transform;
}

.custom-popup__close:before,
.custom-popup__close:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 3px;
  display: block;
  width: 2px;
  height: 26px;
  background: #000;
  transform: rotate(45deg);
}

.custom-popup__close:after {
  left: 15px;
  top: 3px;
  transform: rotate(-45deg);
}

.custom-popup__close:hover {
  transform: rotate(90deg);
}

.custom-popup.is-active {
  opacity: 1;
  pointer-events: auto;
}

.custom-popup.is-active .custom-popup__holder {
  opacity: 1;
  transform: translateY(0);
}

/* end only demo styles */

.example {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.wrapper {
  padding-bottom: 40px;
}

.wrapper:last-child {
  padding-bottom: 0px;
}

.wrapper h4 {
  color: #008c9b;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 22px;
}

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
  color: #8181a5;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 1px solid #008c9b;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  background: rebeccapurple;
  color: #fff;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 4px;
}

.radio-custom:checked + .radio-custom-label:before {
  background-color: #008c9b;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

.radio-custom:checked + .radio-custom-label {
  color: #1c1d21;
}

.popup-content {
  height: 80vh;
}

.popup-content-button {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.custom-popup__title {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.custom-popup__title h3 {
  font-size: 32px;
  line-height: 29px;
  padding-bottom: 26px;
  color: #008c9b;
  font-weight: 900;
}

.custom-popup__title p {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 26px;
  color: #000;
  font-weight: 500;
}

.product-details-content-img {
  padding-bottom: 60px;
}

.product-details-tab .item.active::before {
  background: #008c9b;
  color: #fff;
  font-weight: 700;
}

.product-details-tab .item::before {
  background: #273279;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .flex-popup {
    display: flex;
    justify-content: space-between;
    max-width: 546px;
    margin: 0 auto;
  }

  .custom-popup__holder {
    height: 90vh;
  }

  .product-details-tab .tabs ul li {
    margin-right: 30px;
  }

  .product-details-tab .tabs ul li a {
    background-color: #273279;
    padding: 17px 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }

  .product-details-tab .tabs ul li a.active {
    background-color: #008c9b;
  }

  .product-details-tab .tabs ul li a.active::before {
    display: none;
  }

  .product-details-tab .item.active .item-content {
    padding: 52px 0 0;
  }

  .product-details-tab .item.active .item-content p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
  }

  .popup-content-button {
    padding-bottom: 0px;
  }
}



.title-tetx {
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
  color: #000;
  padding-bottom: 27px;
}

.poroduct1 .tabbed-content.tabs-side {
  padding-top: 0px;
}

.tetx-background-heading {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 62px;
}

.tetx-background-heading::before {
  content: "";
  position: absolute;
  top: -86px;
  left: 0;
  width: 100%;
  height: 114px;
  background-color: #273279;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.tetx-background-heading::after {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  height: calc(100% - 62px);
  background-color: #273279;
  z-index: -1;
}

.tetx-background-heading h2 {
  color: #ffff;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 62px;
  text-align: center;
}

.tetx-background-heading h3 {
  color: #ffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.tetx-background-wrapper {
  max-width: 1175px;
  margin: 0 auto;
}
.img7 {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .tetx-background-heading::before {
    height: 350px;
    top: -275px;
  }

  .tetx-background-heading::after {
    top: 75px;
    height: calc(100% - 120px);
  }

  .tetx-background-heading h2 {
    font-size: 32px;
    line-height: 39px;
  }
}

.tetx-hulf-and-hulf p {
  color: #000;
}

.tetx-hulf-and-hulf h2 {
  font-size: 26px;
  line-height: 40px;
  color: #008c9b;
  font-weight: 900;
}

.tetx-hulf-and-hulf h3 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}

.tetx-hulf-and-hulf__content-text {
  margin-bottom: 30px;
}

.online-logo-content {
  max-width: 1228px;
  position: relative;
  margin: 15px;
}

.online-logo-con {
  background-color: #008c9b;
  padding: 21px 24px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.online-logo-con p {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
}

.online-logo-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 678px) {
  .tetx-hulf-and-hulf h2 {
    font-size: 32px;
    line-height: 40px;
    color: #008c9b;
    font-weight: 900;
  }

  .tetx-hulf-and-hulf h3 {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    padding-top: 21px;
    padding-bottom: 38px;
  }

  .tetx-hulf-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  .online-logo-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .online-logo-con {
    margin: 10px;
    width: 268px;
  }

  .tetx-hulf-and-hulf__content-text {
    margin-bottom: 0px;
    width: calc(50% - 36px);
  }

  .tetx-hulf-and-hulf {
    padding-bottom: 43px;
  }
}

@media (min-width: 1366px) {
  .online-logo-con {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .online-logo-content {
    margin: 0px;
    height: 462px;
    margin: 0 auto 87px auto;
  }

  .online-logo-con.online-logo-item1 {
    left: 232px;
    top: 30px;
  }

  .online-logo-con.online-logo-item2 {
    left: 793px;
  }

  .online-logo-con.online-logo-item3 {
    left: unset;
    right: 0;
    top: 162px;
  }

  .online-logo-con.online-logo-item4 {
    left: 903px;
    top: 329px;
  }

  .online-logo-con.online-logo-item5 {
    left: 541px;
    top: 380px;
  }

  .online-logo-con.online-logo-item6 {
    left: 151px;
    top: 329px;
  }

  .online-logo-con.online-logo-item7 {
    top: 176px;
  }

  .online-logo-img {
    padding-top: 63px;
    padding-left: 96px;
  }
}

.plants-access-online {
  display: inline-block;
  width: 100%;
  padding: 40px 0 50px;
}

.plants-access-online h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.plants-access-online-bg {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.plants-access-online-bg ul li {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
}

.plants-access-online-bg ul li a {
  background-color: #008c9b;
  display: inline-block;
  padding: 10px;
  color: #fff;
}

table {
  border: 1px solid #fff;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /* table-layout: fixed; */
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000000;
  padding: 0.35em;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* @media screen and (max-width: 1000px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #fff;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #ffff;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
} */

table tbody tr th:first-child {
  text-align: right;
}

table tbody tr td {
  text-align: left;
  padding-right: 0;
}

tbody th,
table td {
  padding: 0 27px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 0em;
}

table th b,
table td b {
  font-weight: 700;
}

.t-m {
  width: 230px;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  padding: 0 22px;
}

.t-m2 {
  width: 230px;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}

table tr {
  border: none;
}
/* table th{
    letter-spacing: 0em;
} */

table th {
  font-size: 20px;
  letter-spacing: 0;
  text-transform: unset;
}

table th a {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0em;
  position: relative;
  z-index: 2;
  margin-left: 11px;
}

table th a::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -12px;
  width: calc(100% + 20px);
  height: 37px;
  background-color: #008c9b;
  z-index: -1;
}

thead th {
  text-align: left;
}

thead th:first-child {
  text-align: right;
}

.plants-access-online-bg {
  padding-top: 18px;
  padding-bottom: 29px;
  background: #273279;
  overflow: auto;
}

table {
  border: none;
  width: 1400px;
}

.plants-access-online h2 {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 27px;
}

.plants-access-online {
  padding: 94px 0 104px;
}

@media (min-width: 1200px) {
  table tbody tr th:first-child {
    text-align: right;
  }

  table tbody tr td {
    text-align: left;
    padding-right: 0;
    border: 1px solid #000000;
  }

  tbody th,
  table td {
    padding: 0 27px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 0em;
  }

  table th b,
  table td b {
    font-weight: 700;
  }

  .t-m {
    width: 230px;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    padding: 0 22px;
  }

  .t-m2 {
    width: 230px;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
  }

  table tr {
    border: none;
  }
  /* table th{
        letter-spacing: 0em;
    } */

  table th {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: unset;
  }

  table th a {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0em;
    position: relative;
    z-index: 2;
    margin-left: 11px;
  }

  table th a::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -12px;
    width: calc(100% + 20px);
    height: 37px;
    background-color: #008c9b;
    z-index: -1;
  }

  thead th {
    text-align: left;
  }

  thead th:first-child {
    text-align: right;
  }

  .plants-access-online-bg {
    padding-top: 18px;
    padding-bottom: 29px;
    background: #273279;
  }

  table {
    border: none;
  }

  .plants-access-online h2 {
    font-size: 32px;
    line-height: 37px;
    padding-bottom: 27px;
  }

  .plants-access-online {
    padding: 94px 0 104px;
  }

  table {
    border: none;
    width: unset;
    margin: 0 auto;
  }
}

.right-img-content-box {
  padding-bottom: 50px;
}

.right-img-content-box-img {
  margin-right: -22px;
}

.right-img-content-box-img {
  position: relative;
}

.right-img-content-box-img .right-img-content-box-bg {
  position: absolute;
  bottom: 38px;
  left: 65px;
}

.right-img-content-box-bg {
  background-color: #008c9b;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 21px 24px;
  width: 268px;
  text-align: center;
}

.right-img-content-box-con-wrapper h2 {
  font-size: 22px;
  line-height: 39px;
  font-weight: 900;
  color: #008c9b;
}

.right-img-content-box-con-wrapper h3 {
  font-size: 22px;
  line-height: 39px;
  font-weight: 500;
  color: #000;
}

.right-img-content-box-con-wrapper p {
  color: #000;
}

.right-img-content-box-wrapper {
  padding-top: 30px;
}

.right-img-content-box-wrapper .right-img-content-box-bg {
  margin: 15px auto;
}

@media (min-width: 768px) {
  .right-img-content-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .right-img-content-box-img {
    text-align: right;
  }

  .right-img-content-box-img {
    margin-right: -52px;
  }

  .right-img-content-box-img .right-img-content-box-bg {
    left: unset;
    right: 104px;
  }

  .right-img-content-box-con-wrapper h2 {
    font-size: 32px;
    line-height: 39px;
    padding-bottom: 22px;
  }

  .right-img-content-box-con-wrapper h3 {
    font-size: 32px;
    line-height: 39px;
    padding-bottom: 38px;
  }
}

@media (min-width: 1200px) {
  .right-img-content-box {
    padding-bottom: 130px;
  }

  .right-img-content-box-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .right-img-content-box-img {
    width: 475px;
  }

  .right-img-content-box-con {
    width: calc(100% - 423px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .right-img-content-box-wrapper {
    justify-content: space-between;
  }

  .right-img-content-box-wrapper .right-img-content-box-bg {
    margin: 0;
  }
}

@media (min-width: 1500px) {
  .right-img-content-box-img {
    width: 33vw;
  }

  .right-img-content-box-img img {
    width: 100%;
  }

  .right-img-content-box-con {
    width: calc(100vw - 33vw);
  }

  .right-img-content-box-bg {
    width: 18vw;
  }

  .right-img-content-box-bg {
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .right-img-content-box-img .right-img-content-box-bg {
    right: 150px;
    bottom: 52px;
  }

  .right-img-content-box-wrapper {
    padding-top: 00px;
  }

  .right-img-content-box-con-wrapper h3,
  .right-img-content-box-con-wrapper h2 {
    font-size: 2.65vw;
    line-height: 2.99vw;
  }

  .right-img-content-box-con-wrapper p {
    font-size: 0.99vw;
    line-height: 1.65vw;
  }
}

.box-img-content {
  display: inline-block;
  width: 100%;
}

.box-img-content-item {
  background-color: #f5f5f5;
}

.box-img-content-img {
  text-align: center;
  position: relative;
  z-index: 2;
}

.box-img-content-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  background-color: #fff;
  z-index: -1;
}

.box-img-content-content {
  padding: 46px 28px 30px;
}

.box-img-content-content h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  color: #008c9b;
  padding-bottom: 33px;
  text-transform: uppercase;
}

.box-img-content-content p {
  color: #000;
  text-align: justify;
}

.box-img-content-item {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .box-img-content-item-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .box-img-content-item {
    width: calc(33.333% - 44px);
  }

  .box-img-content-content {
    height: 100%;
    padding: 19px 28px 30px;
  }

  .box-img-content-content h3 span {
    display: block;
  }

  .box-img-content-content ol li {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
  }

  .box-img-content-img {
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1500px) {
  .box-img-content-content p,
  .box-img-content-content ol li {
    font-size: 0.99vw;
    line-height: 1.65vw;
  }
}


@media (min-width: 1440px) {

  .popup-content-button {
    padding-bottom: 0px;
  }

  .popup-content {
    height: auto;
  }
  
}
