/*------------------------------*/
/* Tabs Genral CSS */
/*------------------------------*/
.webgatha-tab-container .nav-tabs {
  border-bottom: none;
}

.webgatha-tab-container .webgatha-tabs-panels-container {
  margin-top: 20px;
}

.webgatha-tab-container .webgatha-tabs-panels-container .wpb_content_element {
  margin-bottom: 0;
}

body .content-wrapper .webgatha-tab-container,
.webgatha-tab-container .nav-tabs .webgatha-tabs {
  margin-bottom: 0;
}

.webgatha-tab-container .nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  border-radius: 0;
  border: none;
}

/* Tabs Alignment - Center */
.webgatha-tab-container.tabs-title-alignment-center .nav-tabs {
  justify-content: center;
}

/* Tabs Alignment - Right */
.webgatha-tab-container.tabs-title-alignment-right .nav-tabs {
  justify-content: flex-end;
}

/* Tabs Icon Alignment */
.webgatha-tab-container .nav-tabs .nav-link i {
  padding-right: 10px;
}

.webgatha-tab-container .nav-tabs .nav-link .webgatha-tabs-title + i {
  padding-right: 0;
  padding-left: 10px;
}

.webgatha-tab-container .nav-tabs .nav-link .tabs-count {
  padding-right: 5px;
}

/* Tabs Shadow */
.webgatha-tab-container.tabs-style-2.tabs-shadow-enable .webgatha-tabs-panels-container,
.webgatha-tab-container.tabs-style-3.tabs-shadow-enable .webgatha-tabs-panels-container,
.webgatha-tab-container.tabs-style-4.tabs-shadow-enable .webgatha-tabs-panels-container,
.webgatha-tab-container.tabs-style-6.tabs-shadow-enable .webgatha-tabs-panels-container {
  -webkit-box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.07);
}

/*==============================*/
/* Tab Style - 1 */
/*==============================*/
.webgatha-tab-container.tabs-style-1 .webgatha-tabs .nav-link {
  padding: 10px 30px;
  border-width: 2px;
  border-style: solid;
  margin-right: -2px;
}

.tabs-style-1 .nav-link.active {
  border-color: #323232;
}

/* Tabs Shape - Rounded */
.webgatha-tab-container.tabs-style-1.tabs-shape-rounded .webgatha-tabs:first-child .nav-link {
  border-radius: 5px 0 0 5px;
}

.webgatha-tab-container.tabs-style-1.tabs-shape-rounded .webgatha-tabs:last-child .nav-link {
  border-radius: 0 5px 5px 0;
}

/* Tabs Shape - Round */
.webgatha-tab-container.tabs-style-1.tabs-shape-round .webgatha-tabs:first-child .nav-link {
  border-radius: 50px 0 0 50px;
}

.webgatha-tab-container.tabs-style-1.tabs-shape-round .webgatha-tabs:last-child .nav-link {
  border-radius: 0 50px 50px 0;
}

/* Tabs Default Color */
.tabs-style-1 .nav-link.active {
  color: #ffffff;
}

/*==============================*/
/* Tab Style - 2 */
/*==============================*/
.webgatha-tab-container.tabs-style-2 .webgatha-tabs {
  margin-right: 15px;
  margin-bottom: 10px;
}

.webgatha-tab-container.tabs-style-2 .webgatha-tabs:last-child {
  margin-right: 0;
}

.webgatha-tab-container.tabs-style-2 .webgatha-tabs .nav-link {
  padding: 10px 30px;
}

.webgatha-tab-container.tabs-style-2 .webgatha-tabs-panels-container {
  background: #f5f5f5;
  padding: 30px;
  margin-top: 5px;
}

/* Tabs Default Color */
.tabs-style-2 .nav-tabs .nav-link {
  background: #323232;
  color: #ffffff;
}

.tabs-style-2 .nav-link.active {
  color: #ffffff;
}

/*==============================*/
/* Tab Style - 3 */
/*==============================*/
.webgatha-tab-container.tabs-style-3 {
  border: 1px solid #e8e8e8;
}

.webgatha-tab-container.tabs-style-3 .nav-tabs {
  background: #ffffff;
  position: relative;
}

.webgatha-tab-container.tabs-style-3 .webgatha-tabs .nav-link {
  padding: 10px 30px;
  border-right: 1px solid #e8e8e8;
}

.webgatha-tab-container.tabs-style-3.tabs-title-alignment-center .webgatha-tabs:first-child .nav-link {
  border-left: 1px solid #e8e8e8;
}

.webgatha-tab-container.tabs-style-3.tabs-title-alignment-right .webgatha-tabs .nav-link {
  border-left: 1px solid #e8e8e8;
  border-right: none;
}

.webgatha-tab-container.tabs-style-3 .webgatha-tabs-panels-container {
  padding: 30px;
  margin-top: 0;
  border-top: 1px solid #e8e8e8;
}

/* Tabs Default Color */
.tabs-style-3 .nav-tabs .nav-link {
  background: #ffffff;
}

.tabs-style-3 .nav-link.active {
  color: #ffffff;
}

/*==============================*/
/* Tab Style - 4 */
/*==============================*/
.webgatha-tab-container.tabs-style-4 {
  border: 1px solid #e8e8e8;
}

.webgatha-tab-container.tabs-style-4 .webgatha-tabs .nav-link {
  padding: 10px 30px;
  border-right: 1px solid #e8e8e8;
}

.webgatha-tab-container.tabs-style-4 .webgatha-tabs-panels-container {
  padding: 30px;
  margin-top: 0;
}

.webgatha-tab-container.tabs-style-4.tabs-title-alignment-center .webgatha-tabs:first-child .nav-link {
  border-left: 1px solid #e8e8e8;
}

.webgatha-tab-container.tabs-style-4.tabs-title-alignment-right .webgatha-tabs .nav-link {
  border-left: 1px solid #e8e8e8;
  border-right: none;
}

.webgatha-tab-container.tabs-style-4.tabs-position-top .nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.webgatha-tab-container.tabs-style-4.tabs-position-top .nav-tabs li {
  margin-bottom: -1px;
}

/* Tabs Default Color */
.tabs-style-4 .nav-link.active,
.tabs-style-4 .webgatha-tabs-panels-container {
  color: #ffffff;
}

/*==============================*/
/* Tab Style - 5 */
/*==============================*/
.webgatha-tab-container.tabs-style-5 .webgatha-tabs {
  margin-right: 15px;
  margin-bottom: 10px;
}

.webgatha-tab-container.tabs-style-5 .webgatha-tabs:last-child {
  margin-right: 0;
}

.webgatha-tab-container.tabs-style-5 .webgatha-tabs .nav-link {
  padding: 10px 30px;
}

.webgatha-tab-container.tabs-style-5 .webgatha-tabs-panels-container {
  margin-top: 10px;
}

/* Tabs Shape - Rounded */
.webgatha-tab-container.tabs-style-5.tabs-shape-rounded .webgatha-tabs .nav-link {
  border-radius: 5px;
}

/* Tabs Shape - Round */
.webgatha-tab-container.tabs-style-5.tabs-shape-round .webgatha-tabs .nav-link {
  border-radius: 50px;
}

/* Tabs Position - Left */
.webgatha-tab-container.tabs-style-5.tabs-position-left > div {
  display: flex;
}

.webgatha-tab-container.tabs-style-5.tabs-position-left .webgatha-tabs-container {
  flex: 0 0 250px;
  margin-right: 30px;
}

.webgatha-tab-container.tabs-style-5.tabs-position-left .webgatha-tabs-panels-container {
  flex: max-content;
}

.webgatha-tab-container.tabs-style-5.tabs-position-left .webgatha-tabs {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.webgatha-tab-container.tabs-style-5.tabs-position-left .webgatha-tabs:last-child {
  margin-bottom: 0;
}

.webgatha-tab-container.tabs-style-5.tabs-position-left .webgatha-tabs-panels-container {
  margin-top: 0;
}

/* Tabs Position - Right */
.webgatha-tab-container.tabs-style-5.tabs-position-left.tabs-title-alignment-right .webgatha-tabs-container {
  order: 2;
  margin-right: 0;
  margin-left: 30px;
}

.webgatha-tab-container.tabs-style-5.tabs-position-left.tabs-title-alignment-right .webgatha-tabs-panels-container {
  order: 1;
  width: 100%;
}

/* Tabs Default Color */
.tabs-style-5 .nav-link {
  background: #f5f5f5;
  color: #323232;
}

.tabs-style-5 .nav-link.active {
  color: #ffffff;
}

/*==============================*/
/* Tab Style - 6 */
/*==============================*/
.webgatha-tab-container.tabs-style-6 .webgatha-tabs .nav-link {
  padding: 10px 30px;
  border: 1px solid #e8e8e8;
  margin-right: -1px;
  font-weight: 600;
}

.webgatha-tab-container.tabs-style-6.tabs-title-alignment-right .webgatha-tabs:last-child .nav-link {
  margin-right: 0;
}

.webgatha-tab-container.tabs-style-6 .webgatha-tabs .nav-link.active {
  background: #ffffff;
  border-bottom-color: transparent;
}

.webgatha-tab-container.tabs-style-6 .webgatha-tabs-panels-container {
  border: 1px solid #e8e8e8;
  padding: 30px;
  margin-top: -1px;
}

/* Tabs Shape - Rounded */
.webgatha-tab-container.tabs-style-6.tabs-shape-rounded .webgatha-tabs .nav-link {
  border-radius: 5px;
}

/* Tabs Shape - Round */
.webgatha-tab-container.tabs-style-6.tabs-shape-round .webgatha-tabs .nav-link {
  border-radius: 50px;
}

/* Tabs Position - Left */
.webgatha-tab-container.tabs-style-6.tabs-position-left > div {
  display: flex;
}

.webgatha-tab-container.tabs-style-6.tabs-position-left .nav-tabs {
  border-bottom: 1px solid #e8e8e8;
}

.webgatha-tab-container.tabs-style-6.tabs-position-left .webgatha-tabs .nav-link {
  padding: 12px 30px;
  margin-right: 0;
  border-bottom: none;
}

.webgatha-tab-container.tabs-style-6.tabs-position-left .webgatha-tabs .nav-link.active {
  border-right-color: transparent;
}

.webgatha-tab-container.tabs-style-6.tabs-position-left .webgatha-tabs-container {
  flex: 0 0 250px;
  position: relative;
  z-index: 8;
}

.webgatha-tab-container.tabs-style-6.tabs-position-left .webgatha-tabs-panels-container {
  flex: max-content;
}

.webgatha-tab-container.tabs-style-6.tabs-position-left .webgatha-tabs {
  display: block;
  width: 100%;
  margin-right: 0;
}

.webgatha-tab-container.tabs-style-6.tabs-position-left .webgatha-tabs:last-child {
  margin-bottom: 0;
}

.webgatha-tab-container.tabs-style-6.tabs-position-left .webgatha-tabs-panels-container {
  margin-top: 0;
  margin-left: -1px;
  width: 100%;
}

/* Tabs Position - Right */
.webgatha-tab-container.tabs-style-6.tabs-position-left.tabs-title-alignment-right .webgatha-tabs .nav-link.active {
  border-right-color: #e8e8e8;
  border-left-color: transparent;
}

.webgatha-tab-container.tabs-style-6.tabs-position-left.tabs-title-alignment-right .webgatha-tabs-container {
  order: 2;
}

.webgatha-tab-container.tabs-style-6.tabs-position-left.tabs-title-alignment-right .webgatha-tabs-panels-container {
  order: 1;
  margin-left: 0;
  margin-right: -1px;
}

/* Tabs Default Color */
.tabs-style-6 .nav-link {
  background: #f5f5f5;
  color: #323232;
}

.tabs-style-6 .nav-link.active {
  background: #ffffff;
}

/*==============================*/
/* Tab Style - 7 */
/*==============================*/
.webgatha-tab-container.tabs-style-7 .webgatha-tabs {
  margin-right: 10px;
  margin-bottom: 20px;
}

.webgatha-tab-container.tabs-style-7 .webgatha-tabs:last-child {
  margin-right: 0;
}

.webgatha-tab-container.tabs-style-7 .webgatha-tabs .nav-link {
  padding: 20px 35px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.webgatha-tab-container.tabs-style-7 .nav-tabs .nav-link i {
  display: block;
  text-align: center;
  font-size: 60px;
  padding: 0;
  opacity: .1;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.webgatha-tab-container.tabs-style-7 .nav-tabs .nav-link.active i {
  opacity: .15;
}

.webgatha-tab-container.tabs-style-7 .webgatha-tabs-panels-container {
  margin-top: 5px;
}

.webgatha-tab-container.tabs-style-7 .nav-tabs .nav-link .tabs-count {
  font-weight: 600;
}

/* Icon - After Title */
.webgatha-tab-container.tabs-style-7 .nav-tabs .nav-link .webgatha-tabs-title + i {
  left: auto;
  right: 20px;
}

/* Active Down Arrow */
.tabs-style-7.tabs-position-top .nav-link:after, .tabs-style-7.tabs-position-left .nav-link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  pointer-events: none;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 12px;
  border-right-width: 12px;
  border-top: 10px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs-style-7.tabs-position-top .nav-link.active:after {
  border-top-color: #81d742;
}

.tabs-style-7.tabs-position-left .nav-link:after {
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left: 10px solid #cc171700;
}

/*------------------------*/
/* Tabs Position - Top */
/*------------------------*/
.tabs-style-7.tabs-position-top .webgatha-tabs .nav-link.active:after {
  border-left-color: transparent;
  border-right-color: transparent;
}

/*------------------------*/
/* Tabs Position - Left */
/*------------------------*/
.webgatha-tab-container.tabs-style-7.tabs-position-left > div {
  display: flex;
}

.webgatha-tab-container.tabs-style-7.tabs-position-left .webgatha-tabs-container {
  flex: 0 0 250px;
}

.webgatha-tab-container.tabs-style-7.tabs-position-left .webgatha-tabs-panels-container {
  flex: max-content;
}

.webgatha-tab-container.tabs-style-7.tabs-position-left .webgatha-tabs {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.webgatha-tab-container.tabs-style-7.tabs-position-left .webgatha-tabs:last-child {
  margin-bottom: 0;
}

.webgatha-tab-container.tabs-style-7.tabs-position-left .webgatha-tabs .nav-link {
  text-align: left;
}

.webgatha-tab-container.tabs-style-7.tabs-position-left .webgatha-tabs-panels-container {
  margin-top: 0;
  margin-left: 30px;
}

.tabs-style-7.tabs-position-left.tabs-title-alignment-left .nav-link:after {
  top: 50%;
  left: auto;
  right: -22px;
  margin-top: -12px;
}

/*------------------------*/
/* Tabs Position - Right */
/*------------------------*/
.webgatha-tab-container.tabs-style-7.tabs-position-left.tabs-title-alignment-right .webgatha-tabs-container {
  order: 2;
}

.webgatha-tab-container.tabs-style-7.tabs-position-left.tabs-title-alignment-right .webgatha-tabs-panels-container {
  order: 1;
  margin-left: 0;
  margin-right: 30px;
  width: 100%;
}

.tabs-style-7.tabs-position-left.tabs-title-alignment-right .nav-link:after {
  top: 50%;
  right: auto;
  left: -10px;
  margin-top: -12px;
}

/* Tabs Default Color */
.tabs-style-7 .nav-link {
  background: #f5f5f5;
  color: #323232;
}

.tabs-style-7 .nav-link.active {
  color: #ffffff;
}

/*==============================*/
/* Tab Style - 8 */
/*==============================*/
.webgatha-tab-container.tabs-style-8 .nav-tabs {
  display: flex;
  flex-wrap: inherit;
  box-shadow: inset 0 0px 0px 2px #e8e8e8;
  background: #ffffff;
}

.webgatha-tab-container.tabs-style-8 .webgatha-tabs {
  flex-grow: 1;
  max-width: 100%;
  position: relative;
}

.webgatha-tab-container.tabs-style-8 .webgatha-tabs .nav-link {
  padding: 17px 35px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.webgatha-tab-container.tabs-style-8 .nav-tabs .nav-link i {
  padding-right: 0;
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 5px;
  width: 100%;
}

.webgatha-tab-container.tabs-style-8 .webgatha-tabs .nav-link:before {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  height: 100%;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.webgatha-tab-container.tabs-style-8 .webgatha-tabs .nav-link.active:before {
  border-left: none;
  border-right: none;
}

.webgatha-tab-container.tabs-style-8 .webgatha-tabs:last-child .nav-link:before {
  content: normal;
}

.tabs-style-8 .nav-link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  pointer-events: none;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 12px;
  border-right-width: 12px;
  border-top: 10px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs-style-8 .nav-link.active:after {
  border-top-color: #81d742;
}

.webgatha-tab-container.tabs-style-8 .nav-tabs .nav-link .webgatha-tabs-title + i {
  margin-bottom: 0;
  margin-top: 5px;
}

.webgatha-tab-container.tabs-style-8 .webgatha-tabs-panels-container {
  margin-top: 30px;
}

/* Tabs Default Color */
.tabs-style-8 .nav-link.active {
  color: #ffffff;
}

/*==============================*/
/* Tab Style - 9 */
/*==============================*/
.webgatha-tab-container.tabs-style-9 > div {
  display: flex;
}

.webgatha-tab-container.tabs-style-9 .webgatha-tabs-container {
  flex: 0 0 250px;
  background: #ffffff;
  box-shadow: 30px 0 40px -40px rgba(0, 0, 0, 0.21);
}

.webgatha-tab-container.tabs-style-9 .webgatha-tabs-panels-container {
  flex: max-content;
}

.webgatha-tab-container.tabs-style-9 .webgatha-tabs {
  display: block;
  width: 100%;
  border-bottom: 2px solid #e8e8e8;
}

.webgatha-tab-container.tabs-style-9 .webgatha-tabs:last-child {
  border-bottom: none;
}

.webgatha-tab-container.tabs-style-9 .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
  border-right: 3px solid transparent;
}

.webgatha-tab-container.tabs-style-9 .nav-tabs .nav-link.active {
  border-right: 3px solid;
}

.webgatha-tab-container.tabs-style-9 .nav-tabs .nav-link i {
  padding-right: 0;
  display: block;
  font-size: 26px;
  line-height: 25px;
  margin-bottom: 10px;
}

.webgatha-tab-container.tabs-style-9 .nav-tabs .nav-link .webgatha-tabs-title + i {
  margin-bottom: 0;
  margin-top: 10px;
}

.webgatha-tab-container.tabs-style-9 .webgatha-tabs-panels-container {
  margin-top: 0;
  margin-left: 50px;
}

/* Tabs Default Color */
.tabs-style-9 .nav-tabs .nav-link {
  color: #b5b5b5;
}

/*==============================*/
/* Tab Style - 10 */
/*==============================*/
.webgatha-tab-container.tabs-style-10 .webgatha-tabs .nav-link {
  padding: 17px 40px;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.webgatha-tab-container.tabs-style-10 .nav-tabs .nav-link i {
  display: block;
  text-align: center;
  font-size: 30px;
  padding: 0;
  margin-bottom: 7px;
  width: 100%;
}

/* Icon - After Title */
.webgatha-tab-container.tabs-style-10 .nav-tabs .nav-link .webgatha-tabs-title + i {
  margin-bottom: 0;
  margin-top: 7px;
}

.webgatha-tab-container.tabs-style-10 .webgatha-tabs-panels-container {
  border-top: 1px solid #e8e8e8;
  margin-top: 0;
  padding-top: 30px;
}

/* Tabs Default Color */
.tabs-style-10 .nav-link.active {
  color: #ffffff;
}

/*==============================*/
/* Tab Style - 11 */
/*==============================*/
.webgatha-tab-container.tabs-style-11 .nav-tabs .nav-link {
  background: none;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  padding: 10px 35px;
}

.webgatha-tab-container.tabs-style-11 .webgatha-tabs-panels-container {
  border-top: 1px solid #e8e8e8;
  margin-top: -1px;
  padding-top: 30px;
}

/*========================================*/
/* All Style light dark */
/*========================================*/
/* light */
.webgatha-tab-container.tabs-color-light .webgatha-tabs-panels-container .wpb_content_element p {
  color: #ffffff;
}

.webgatha-tab-container.tabs-style-2.tabs-color-light .webgatha-tabs-panels-container,
.webgatha-tab-container.tabs-style-3.tabs-color-light .nav-tabs {
  background: rgba(255, 255, 255, 0.07);
}

.webgatha-tab-container.tabs-style-3.tabs-color-light,
.webgatha-tab-container.tabs-style-3.tabs-color-light .webgatha-tabs-panels-container,
.webgatha-tab-container.tabs-style-4.tabs-color-light,
.webgatha-tab-container.tabs-style-4.tabs-position-top.tabs-color-light .nav-tabs,
.webgatha-tab-container.tabs-style-4.tabs-color-light .webgatha-tabs .nav-link,
.webgatha-tab-container.tabs-style-6.tabs-color-light .webgatha-tabs .nav-link,
.webgatha-tab-container.tabs-style-6.tabs-color-light .webgatha-tabs-panels-container,
.webgatha-tab-container.tabs-style-9.tabs-color-light .webgatha-tabs,
.webgatha-tab-container.tabs-style-10.tabs-color-light .webgatha-tabs-panels-container {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Style 4 */
.webgatha-tab-container.tabs-style-4.tabs-color-light .webgatha-tabs .nav-link {
  color: #ffffff;
}

/* Style 6 */
.webgatha-tab-container.tabs-style-6.tabs-color-light .webgatha-tabs .nav-link.active {
  border-bottom-color: transparent;
}

.webgatha-tab-container.tabs-style-6.tabs-color-light .webgatha-tabs .nav-link.active,
.webgatha-tab-container.tabs-style-6.tabs-color-light .webgatha-tabs-panels-container {
  background: #212121;
}

/* Style 8 */
.webgatha-tab-container.tabs-style-8.tabs-color-light .nav-tabs {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.webgatha-tab-container.tabs-style-9.tabs-color-light .nav-tabs .nav-link.active,
.webgatha-tab-container.tabs-style-9.tabs-color-light .webgatha-tabs-container {
  background: none;
}

/*========================================*/
/* Tab-Responsive */
/*========================================*/
@media all and (max-width: 767px) {
  .webgatha-tab-container .nav-tabs {
    display: block;
  }
  .webgatha-tab-container .nav-tabs li.webgatha-tabs {
    margin-bottom: 15px;
  }
  /*-----------------*/
  /* Style-1 */
  /*-----------------*/
  .webgatha-tab-container.tabs-style-1.tabs-position-top.tabs-shape-rounded .webgatha-tabs .nav-link {
    border-radius: 5px;
  }
  .webgatha-tab-container.tabs-style-1.tabs-position-top.tabs-shape-rounded .webgatha-tabs:first-child .nav-link,
  .webgatha-tab-container.tabs-style-1.tabs-position-top.tabs-shape-rounded .webgatha-tabs:last-child .nav-link {
    border-radius: 5px;
  }
  /*-----------------*/
  /* Style-2 */
  /*-----------------*/
  .webgatha-tab-container.tabs-style-2 .webgatha-tabs,
  .webgatha-tab-container.tabs-style-5 .webgatha-tabs {
    margin-right: 0;
  }
  /*-----------------*/
  /* Style-3 */
  /*-----------------*/
  .webgatha-tab-container.tabs-style-3 {
    border: 0;
  }
  .webgatha-tab-container.tabs-style-3 .webgatha-tabs .nav-link {
    border: 1px solid #e8e8e8;
  }
  .webgatha-tab-container.tabs-style-3 .webgatha-tabs-panels-container {
    border: 1px solid #e8e8e8;
  }
  .webgatha-tab-container.tabs-style-3.tabs-title-alignment-right .webgatha-tabs .nav-link {
    border-right: 1px solid #e8e8e8;
  }
  /*-----------------*/
  /* Style-4 */
  /*-----------------*/
  .webgatha-tab-container.tabs-style-4 {
    border: 0;
  }
  .webgatha-tab-container.tabs-style-4 .nav-tabs .webgatha-tabs {
    margin-bottom: -1px;
  }
  .webgatha-tab-container.tabs-style-4 .webgatha-tabs .nav-link {
    border: 1px solid #e8e8e8;
  }
  .webgatha-tab-container.tabs-style-4 .webgatha-tabs-panels-container {
    border: 1px solid #e8e8e8;
  }
  .webgatha-tab-container.tabs-style-4.tabs-title-alignment-left .webgatha-tabs .nav-link,
  .webgatha-tab-container.tabs-style-4.tabs-title-alignment-right .webgatha-tabs .nav-link {
    border-right: 1px solid #e8e8e8;
  }
  /*-----------------*/
  /* Style-5 */
  /*-----------------*/
  .webgatha-tab-container.tabs-title-alignment-left.tabs-style-5.tabs-position-left > div,
  .webgatha-tab-container.tabs-title-alignment-right.tabs-style-5.tabs-position-left > div,
  .webgatha-tab-container.tabs-title-alignment-left.tabs-style-6.tabs-position-left > div,
  .webgatha-tab-container.tabs-title-alignment-right.tabs-style-6.tabs-position-left > div,
  .webgatha-tab-container.tabs-title-alignment-left.tabs-style-7.tabs-position-left > div,
  .webgatha-tab-container.tabs-title-alignment-right.tabs-style-7.tabs-position-left > div,
  .webgatha-tab-container.tabs-title-alignment-center.tabs-style-5.tabs-position-left > div {
    display: block;
  }
  .webgatha-tab-container.tabs-title-alignment-left.tabs-style-5 .tab-content,
  .webgatha-tab-container.tabs-title-alignment-right.tabs-style-5 .tab-content,
  .webgatha-tab-container.tabs-style-5.tabs-position-left .webgatha-tabs-panels-container {
    margin-top: 20px;
  }
  .webgatha-tab-container.tabs-title-alignment-left.tabs-style-5.tabs-position-left .webgatha-tabs-container,
  .webgatha-tab-container.tabs-style-5.tabs-position-left .webgatha-tabs-container {
    margin-right: 0;
  }
  .webgatha-tab-container.tabs-style-5.tabs-position-left.tabs-title-alignment-right.tabs-shape-round .webgatha-tabs-container,
  .webgatha-tab-container.tabs-style-5.tabs-position-left.tabs-title-alignment-right .webgatha-tabs-container {
    margin-left: 0;
  }
  .webgatha-tab-container.tabs-style-5.tabs-position-left.tabs-counter-enable .webgatha-tabs {
    margin-bottom: 15px;
  }
  .testimonial.testimonial-style-5 .testimonial-details i {
    font-size: 80px;
  }
  /*-----------------*/
  /* Style-6 */
  /*-----------------*/
  .webgatha-tab-container.tabs-style-6.tabs-position-top .webgatha-tabs .nav-link.active {
    border-bottom-color: #e8e8e8;
  }
  .webgatha-tab-container.tabs-style-6.tabs-position-top.tabs-position-left .webgatha-tabs-panels-container {
    margin-top: 20px;
  }
  .webgatha-tab-container.tabs-style-6.tabs-title-alignment-left.tabs-position-right .webgatha-tabs .nav-link.active {
    border-right-color: #e8e8e8;
  }
  .webgatha-tab-container.tabs-style-6 .nav li {
    margin-bottom: 15px;
  }
  .webgatha-tab-container.tabs-title-alignment-left.tabs-style-6.tabs-position-left .webgatha-tabs .nav-link.active {
    border-right-color: #e8e8e8;
  }
  .webgatha-tab-container.tabs-title-alignment-left.tabs-style-6.tabs-position-left .webgatha-tabs .nav-link {
    border-bottom: 1px solid #e8e8e8;
  }
  .webgatha-tab-container.tabs-title-alignment-right.tabs-style-6.tabs-position-left.tabs-counter-enable .webgatha-tabs .nav-link.active {
    border-left-color: #e8e8e8;
  }
  .webgatha-tab-container.tabs-title-alignment-right.tabs-style-6.tabs-position-left .webgatha-tabs .nav-link {
    border-bottom: 1px solid #e8e8e8;
  }
  .webgatha-tab-container.tabs-title-alignment-left.tabs-style-6.tabs-position-left .webgatha-tabs-panels-container {
    margin-top: 20px;
  }
  .webgatha-tab-container.tabs-title-alignment-right.tabs-style-6.tabs-position-left .webgatha-tabs:last-child .nav-link {
    border-bottom: 0;
  }
  .webgatha-tab-container.tabs-title-alignment-left.tabs-style-6.tabs-position-right .webgatha-tabs-panels-container {
    margin-top: 20px;
  }
  /*-----------------*/
  /* Style-7 */
  /*-----------------*/
  .webgatha-tab-container.tabs-title-alignment-left.tabs-style-7.tabs-position-left .webgatha-tabs-panels-container {
    margin-top: 20px;
    margin-left: 0;
  }
  .webgatha-tab-container.tabs-style-7.tabs-position-left.tabs-title-alignment-right .webgatha-tabs-panels-container {
    margin-top: 20px;
    margin-right: 0;
  }
  .webgatha-tab-container.tabs-style-7.tabs-counter-enable .webgatha-tabs .nav-link {
    padding: 15px 25px;
    font-size: 14px;
  }
  .webgatha-tab-container.tabs-style-7.tabs-counter-enable .nav-tabs .nav-link i {
    font-size: 42px;
  }
  .webgatha-tab-container.tabs-style-7.tabs-counter-enable .webgatha-tabs {
    margin-right: 0;
  }
  /*-----------------*/
  /* Style-8 */
  /*-----------------*/
  .webgatha-tab-container.tabs-style-8 .nav .webgatha-tabs {
    margin-bottom: 0;
  }
  .webgatha-tab-container.tabs-style-8 .webgatha-tabs .nav-link {
    padding: 8px 15px;
  }
  .webgatha-tab-container.tabs-style-8 .nav-tabs {
    display: block;
  }
  .webgatha-tab-container.tabs-style-8 .nav li {
    width: 100%;
  }
  .webgatha-tab-container.tabs-style-8 .nav-tabs .nav-link i {
    font-size: 20px;
    line-height: 22px;
  }
  .webgatha-tab-container.tabs-style-8 .webgatha-tabs .nav-link:before {
    border-left: 0;
    border-right: 0;
  }
  .webgatha-tab-container.tabs-style-8 .webgatha-tabs .nav-link:after {
    display: none;
  }
  /*-----------------*/
  /* Style-9 */
  /*-----------------*/
  .webgatha-tab-container.tabs-style-9 > div {
    display: block;
  }
  .webgatha-tab-container.tabs-style-9 .webgatha-tabs-panels-container {
    margin-left: 0;
  }
  .webgatha-tab-container.tabs-style-10 .webgatha-tabs-panels-container {
    border-top: 0;
  }
  .webgatha-tab-container.tabs-style-9 .nav-tabs .nav-link {
    padding: 5px 0;
  }
  .webgatha-tab-container.tabs-style-9 .nav-tabs .nav-link i {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  /*-----------------*/
  /* Style-10 */
  /*-----------------*/
  .webgatha-tab-container.tabs-style-10 .webgatha-tabs .nav-link {
    padding: 10px 25px;
  }
  .webgatha-tab-container.tabs-style-10 .nav-tabs .nav-link i {
    font-size: 24px;
  }
  /*-----------------*/
  /* Style-11 */
  /*-----------------*/
  .webgatha-tab-container.tabs-style-11 .nav li {
    margin-bottom: 10px;
  }
  .webgatha-tab-container.tabs-style-11 .nav li:last-child {
    margin-bottom: 0;
  }
  .webgatha-tab-container.tabs-style-11 .nav-tabs .nav-link {
    padding: 10px 0;
  }
}
