.tabber-with-navigation-bar *, 
.tabber-with-navigation-bar *:after, 
.tabber-with-navigation-bar *:before {
  box-sizing: border-box;
}
.tabber-with-navigation-bar-top-section-inner {
  text-align: center;
}
.tabber-with-navigation-bar-description-wrapper p {
  margin: 0;
}
.tabber-with-navigation-bar-tabber-top-content-wrap .heading {
  margin-bottom: 12px;
}
/* changes if not suitable */
.tabber-with-navigation-bar-tabber-top-sec {
  display: flex;
}
.tabber-with-navigation-bar-tabber-top-img img {
  width: 100%;
  height: 100%;
}
.tabber-with-navigation-bar-container {
  position: relative;
  z-index: 3;
}
.tabber-with-navigation-bar-tabber-top-img {
  max-width: 380px !important;
  width: 100%;
  max-height: 380px !important;
  margin: auto;
}
.tabber-with-navigation-bar-tabber-top-sec {
  max-width: 100%;
}
.tabber-with-navigation-bar-tabber-wrap {
  display: flex;
  justify-content: center;
}
.tabber-with-navigation-bar-tabber-top-content-wrap {
  padding-top: 53px;
  padding-left: 45px;
  width: 100%;
}
/* changes if not suitable */
.tabber-with-navigation-bar-tabber-top-sec {
  display: flex;
  justify-content: center;
}
.tabber-with-navigation-bar-tabber-top-sec-wrap {
  display: flex;
  justify-content: center;
}
.tabber-with-navigation-bar-tabber-top-sec-wrap {
  display: none;
}
.tabber-with-navigation-bar-tabber-top-sec-wrap.active {
  display: flex;
}
.tabber-with-navigation-bar-tabber-top-sec {
  margin-bottom: 10px;
}
.tabber-with-navigation-bar-tabber-bottom-sec {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto;
  gap: 10px 20px;
}
.tabber-with-navigation-bar-tabber-bottom-sec p {
  font-size: 24px;  
  cursor: pointer;
}
.tabber-with-navigation-bar-top-section-inner {
  margin-bottom: 75px;
}
.tabber-with-navigation-bar-tabber-top-content-wrap p {
  margin: 0;
}
.tabber-with-navigation-bar-top-section.top {
  display: flex;
  flex-direction: column;
}
.tabber-with-navigation-bar-top-section.top .tabber-with-navigation-bar-top-section-inner {
  order: 1;
  width: 100%;
  margin-bottom: 50px;
}
.tabber-with-navigation-bar-tabber-top-sec-wrap.reverse_column {
    flex-direction: row-reverse;
}
.tabber-with-navigation-bar-tabber-top-sec-wrap.reverse_column .tabber-with-navigation-bar-tabber-top-content-wrap {
    padding-left: 0;
    padding-right: 45px;
}
.tabber-with-navigation-bar-top-section.top .tabber-with-navigation-bar-tabber-bottom-sec {
  order: 2;
  width: 100%;
  margin-bottom: 20px;
}
.tabber-with-navigation-bar-top-section.top .tabber-with-navigation-bar-tabber-wrap {
  order: 3;
  width: 100%;
}
@media (max-width: 767px) {
  .tabber-with-navigation-bar-tabber-top-sec-wrap {  
    flex-wrap: wrap;
  }
  .tabber-with-navigation-bar-tabber-top-content-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tabber-with-navigation-bar-tabber-bottom-sec p { 
    font-size: 21px;
  }
  .tabber-with-navigation-bar-top-section-inner {
    margin-bottom: 50px;
  }
  .tabber-with-navigation-bar-tabber-top-content-wrap {  
    padding-top: 30px;  
  }
  .tabber-with-navigation-bar-tabber-top-sec {
    margin-bottom: 50px;
  }
  .tabber-with-navigation-bar-tabber-top-sec-wrap.reverse_column .tabber-with-navigation-bar-tabber-top-content-wrap {
    padding-right: 0;
}
}
@media (max-width: 480px) {
  .tabber-with-navigation-bar-tabber-top-content-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tabber-with-navigation-bar-tabber-bottom-sec p {
    font-size: 20px;
  }
}

.tab_heading{
  font-size: 24px;
  font-weight: bold;
  color: #465563;
}
.tabber-with-navigation-bar-tabber-top-content-description li::before{
  color: red;
  ]




