/****/
.nav-tabs,
.topbar ul,
ul.contact-info,
ul.menu {
  list-style: none !important;
  padding-left: 0;
}

a:-webkit-any-link:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

.topbar>.topbar-inner>.container>.content>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar_contact>ul.inline {
  display: flex;
  gap: 10px;
}

.node--view-mode-full p {
  margin-bottom: 10px;
}

body div.body-page {
  background-color: #fff;
}

.simpleslider ul {
  padding: 0;
}

.simpleslider ul li {
  list-style: none;
}

@media (max-width: 991px) {
  .gbb-row.gsc-equal-height .column-content-inner {
    top: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 800px) {
  .gsc-info-background .content {
    width: 100%;
    padding-top: 310px;
  }

  .gsc-info-background .image {
    height: 300px;
    width: 100%;
    position: relative;
  }
}

.swiper-wrapper {
  background: #ccc;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.swiper-wrapper:before {
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: url(../images/preloader/preloader-10.gif) no-repeat rgba(255, 255, 255, 0.3);
  text-align: center;
  margin-top: -30px;
  margin-left: -30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
}

.swiper-wrapper.slick-initialized {
  max-height: 999px !important;
  background: none;
}

.swiper-wrapper.slick-initialized:before {
  display: none !important;
}

header.header-v5 .stuck {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99 !important;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
}

.gbb-row.gsc-equal-height .column-content-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

/* common banner */

.common_banner .content.block-content {
  position: relative;
}

.common_banner .content.block-content::after {
  background: linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.6) 88%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  height: 100%;
}

.common_banner .field--name-field-page-details .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* width: 100%; */
  margin: 0;
  left: 10%;
  font-size: 36px;
  font-family: 'Merriweather', serif;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
  z-index: 1;
}

.common_banner .field--name-field-banner-image img {
  width: 100%;
  height: 492px;
  object-fit: cover;
}

/*====== faq page css ======*/

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a .custom-tab-image {
  width: 60px;
  height: 60px;
  background: #325AAD;
  border-radius: 50px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a .custom-tab-image .kk {
  filter: brightness(0) invert(1);
  width: 40px;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li {
  box-shadow: unset;
  border: 2px solid #C1DBEB;
  border-radius: 5px;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
  padding: 15px;
  border: 2px solid #C1DBEB;
  border-radius: 6px;
  height: 800px;
  overflow-y: scroll;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs::-webkit-scrollbar {
  width: 10px;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs::-webkit-scrollbar-track {
  background-color: #C1DBEB;
  border-radius: 100px;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs::-webkit-scrollbar-thumb {
  border-radius: 50px;
  border: 1px solid transparent;
  background-clip: content-box;
  background-color: #325AAD;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
  border: 2px solid #C1DBEB;
  border-radius: 5px;
}

.faq_section_tabs .tab-content .gsc-accordion h3 {
  position: relative !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #C1DBEB;
}

.faq_section_tabs .tab-content .gsc-accordion h3:after {
  content: "";
  width: 50%;
  height: 3px;
  background: #325AAD;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.faq_section_tabs .tab-content .gsc-accordion .panel .panel-heading .panel-title>a:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 15px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 50px;
  background: #325AAD;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_section_tabs .tab-content .gsc-accordion .panel .panel-heading .panel-title>a:after {
  content: "\f068" !important;
  background: #c4def2;
  color: #000;
}

.faq_section_tabs .tab-content .gsc-accordion .panel .panel-heading .panel-title>a.collapsed:after {
  content: "\f067" !important;
  background: #325AAD;
  color: #fff;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a {
  display: flex;
  align-items: center;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a .tab-title {
  width: 70%;
  white-space: pre-wrap;
  font-size: 14px;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .autocomplete-container #autocomplete-input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #ffffff;
}

.autocomplete-item {
  padding: 10px;
  border-bottom: 1px solid #c1dbeb;
  cursor: pointer;
}

.faq_section_tabs .autocomplete-item:hover {
  background: #dde9f3;
}

.panel-custom {
  background: #ecf7ff;
}

.crossbutton-custom {
  position: absolute;
  right: 5px;
  border-radius: 5px;
  top: -14px;
  padding: 10px;
  background: red;
  color: #fff;
}

/* .faq_section_tabs .tab-content .gsc-accordion .panel-group .panel {
  border-bottom: 1px solid #c1dbeb !important;
} */

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .searchBtn {
  position: absolute;
  height: 50px;
  right: 15px;
  color: #fff;
  background: #325AAD;
  border: none;
  width: 90px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .hideClear {
  display: none;
}

.showclear {
  display: block;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .Clear {
  font-size: 25px;
  padding: 2px;
  text-align: center;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li>a {
  justify-content: center;
  padding: 5px !important;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li a .custom-tab-image {
  /* height: 65px;
  width: 65px; */
  margin-right: 0;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li a .custom-tab-image .kk {
  width: 40px;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li a .tab-title {
  width: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs:hover {
  width: 30% !important;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content.show-tabs {
  width: 90%;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
  display: none;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
  width: 100% !important;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs {
  width: 10% !important;
  transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs:hover .custom-tab-image {
  margin-right: 10px;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs:hover .tab-title {
  width: 70%;
  display: block;
  opacity: 1;
  visibility: visible;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs:hover+.tab-content.show-tabs {
  width: 70%;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li.active {
  background: #325AAD;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li.active>a {
  color: #ffffff;
  white-space: nowrap;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li.active .custom-tab-image {
  background: #fff;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li.active .custom-tab-image .kk {
  filter: none;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #325AAD;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group {
  margin-bottom: 0px;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel {
  border: 1px solid #c1dbeb !important;
  border-radius: 6px;
  background: rgb(206 224 237 / 18%);
  margin-top: 10px !important;
  padding: unset;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-heading .panel-title>a {
  background: #0000;
  padding: 15px 50px 15px 15px;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-heading .panel-title {
  font-size: 18px;
  padding-right: unset;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body {
  padding-top: 6px;
  border-top: 1px solid #0003 !important;
  /* margin-top: 10px; */
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body .panel_sub {
  padding: 10px 0 0 0;
}

.faq_section_tabs .tab-content .gsc-accordion>.panel-group>.panel.active {
  background: #325AAD;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-heading .panel-title>a {
  color: #fff;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body {
  border-top: 1px solid #fff !important;
}

.faq_section_tabs .tab-content .gsc-accordion .panel.active .panel-heading .panel-title>a.collapsed:after {
  background: #fff;
  color: #1a4480;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body .panel_sub a.d_link,
.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body .panel_sub p>a>u {
  color: #000;
  background: #ffffff;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body p>a,
.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body li>a {
  color: #eeda4a;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body p,
.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body .panel_sub p {
  color: #fff;
  font-size: 15px;
  text-align: justify;
  font-weight: 600;
  margin-bottom: 8px;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body ul {
  padding: 0;
  list-style: none;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body ol {
  padding-left: 22px;
  margin: 0;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body ul li {
  padding: 0px 0px 6px 28px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body ol li {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 6px;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body ul li,
.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body ol li {
  color: #fff;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body table {
  border-color: #fff;
  margin-bottom: 8px;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body table>tbody>tr>td,
.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel.active .panel-body table>thead>tr>th {
  border-color: #fff;
  color: #fff;
  font-size: 15px;
  vertical-align: top;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body ul li::before {
  content: '';
  position: absolute;
  background-color: #c4def2;
  border-radius: 50%;
  height: 7px;
  width: 7px;
  top: 11px;
  left: 6px;
}

.faq_section_tabs.ta_resource_faq .tab-content .gsc-accordion .panel-group .panel .panel-body ul li::before {
  content: "\f058";
  background-color: unset;
  height: unset;
  width: unset;
  top: 8px;
  color: #c4def2;
  font: normal normal normal 14px / 1 FontAwesome;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body .panel_sub .details_hd {
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body .panel_sub a.d_link {
  color: #325AAD;
  line-height: 20px;
  border-radius: 10px;
  background: #005ea221;
  padding: 5px 12px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  word-break: break-all;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body .panel_sub p>a>u {
  color: #325AAD;
  line-height: 20px;
  border-radius: 10px;
  background: #005ea221;
  padding: 5px 12px;
  display: inline-block;
  font-weight: 600;
  word-break: break-all;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body .panel_sub p {
  margin-bottom: 8px;
  color: #000;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li>a:hover,
.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li.active>a {
  color: #222;
  background-color: unset;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body .gsc-accordion .panel-group .panel .panel-heading .panel-title {
  font-size: 16px;
}

.faq_section_tabs a.reset-form {
  background-color: #325AAD;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 90;
}

.faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical.search_result .tab-content.show-tabs {
  width: 100%;
  padding: 0;
}

.gsc-column.faq_section_tabs.resource_sec_tabs {
  padding: 0;
}

.faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-collapse {
  padding: 0 12px 15px;
}

.faq_section_tabs .column-content p {
  margin-bottom: 8px;
}

form#search-filter {
  display: flex;
  position: relative;
  /* padding: 4px;
  border: 1px solid #D0D0D0;
  border-radius: 5px; */
  align-items: center;
  margin: 12px 0;
}

form#search-filter .js-form-item.form-item.js-form-type-search.form-item-titles.js-form-item-titles {
  flex: 1;
}

form#search-filter label.js-form-required.form-required,
form#search-filter label[for="edit-key"] {
  display: none;
}

form#search-filter input#edit-titles {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #1E1E1E;
  border-radius: 5px 0 0 5px;
  background: #ffffff;
  font-size: 15px;
  color: #000;
}

form#search-filter input#edit-titles::placeholder {
  color: #1E1E1E;
}

/* form#search-filter input#edit-titles:focus {
  outline: 3px solid #000000 !important;
} */

form#search-filter input#edit-submit {
  padding: 8px 36px 8px 18px;
  border-radius: 0 5px 5px 0;
  border: 2px solid #325AAD;
  background-color: #325AAD;
  color: #fff;
  font-size: 15px;
  position: relative;
}

form#search-filter i.fa.fa-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

/* news page */

.form_news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  padding: 16px 0;
  gap: 20px;
}

.form_news form#search-filter {
  margin: 0;
}

.form_news form#events-filter-form select.form-select {
  padding: 8px 40px 8px 12px;
  border: unset;
  border-radius: 5px;
  color: #1E1E1E;
}

.form_news form#events-filter-form input#edit-submit2 {
  padding: 10px 40px;
  border-radius: 0 5px 5px 0;
  margin: unset;
}

#events-filter-form #edit-submit2 {
  display: none;
}

/*event page sections */
.event_lists {
  margin: 30px 0;
}

.event_lists .row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}

.event_lists .news_card {
  border: 1px solid #0000001a;
  border-radius: 6px;
  height: 100%;
  padding: 10px 10px 0;
}

.event_lists .event_a_image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
}

.event_lists .event_b_desc {
  padding: 20px 10px;
}

.event_lists .event_b_desc .date {
  display: inline-flex;
  padding: 2px 14px;
  background: #325AAD1A;
  border: 1px solid #325AAD;
  border-radius: 4px;
  color: #325AAD;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.event_lists .event_b_desc .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  font-family: 'Merriweather', serif;
  min-height: 125px;
  max-height: 125px;
  overflow: hidden;
}

.event_lists .event_b_desc .title-desc {
  font-size: 15px;
  margin-bottom: 24px;
  min-height: 82px;
  max-height: 82px;
  overflow: hidden;
}

.event_lists .event_b_desc .title-desc ul {
  padding: 0;
  list-style: none;
}

.event_lists .event_b_desc .title-desc ul li {
  padding: 0px 0px 5px 22px;
  position: relative;
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
}

.event_lists .event_b_desc .title-desc ul li::before {
  content: '';
  position: absolute;
  background-color: #1a4480;
  border-radius: 50%;
  height: 7px;
  width: 7px;
  top: 10px;
  left: 6px;
}

.event_lists .event_b_desc .title_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.event_lists .event_b_desc .title_btn a {
  border-radius: 6px;
  padding: 6px 20px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  border: 2px solid #5d5d5d;
  display: inline-block;
  transition: all .35s;
}

.event_lists .event_b_desc .title_btn a:hover {
  color: #fff;
  background-color: #5d5d5d;
}

.event_lists .event_b_desc .title_btn a:first-child {
  color: #fff;
  background-color: #325AAD;
  border: 2px solid #325AAD;
}

.event_lists .event_b_desc .title_btn a:first-child:hover {
  color: #325AAD;
  background-color: #fff;
}

.event_lists .event_c_date_time_location {
  border-left: 2px solid #e3e3e3;
}

.event_lists .date_block,
.event_lists .time_block,
.event_lists .location_block {
  font-weight: 600;
  font-size: 16px;
  padding: 28px 14px 28px 50px;
  border-bottom: 2px solid #e3e3e3;
  position: relative;
}

.event_lists .location_block {
  border-bottom: unset;
}

.event_lists .col-lg-2.col-md-2.col-sm-12.col-xs-12 {
  padding: 0;
}

.event_lists .date_block p,
.event_lists .time_block p,
.event_lists .location_block p {
  margin-bottom: 0;
}

.event_lists .date_block::after,
.event_lists .time_block::after,
.event_lists .location_block::after {
  position: absolute;
  top: 28px;
  left: 18px;
  font-size: 20px;
  color: #325AAD;
  font-family: 'FontAwesome';
}

.event_lists .date_block::after {
  content: "\f073";
}

.event_lists .time_block::after {
  content: "\f017";
}

.event_lists .location_block::after {
  content: "\f124";
}

/*event past*/
.event_lists.past_webinar .event_c_date_time_location {
  border-left: unset;
}

.event_lists.past_webinar .event_b_desc .title-desc p {
  margin-bottom: 12px;
}

.event_lists.past_webinar .title-desc {
  margin-bottom: 20px;
}

.event_lists.past_webinar .col-lg-7.col-md-7.col-sm-12.col-xs-12 {
  border-right: 2px solid #e3e3e3;
}

.event_lists.past_webinar .time_block {
  border-bottom: unset;
}

.past_webinar .video_content,
.past_webinar .pdf_content {
  margin-bottom: 20px;
  display: inline-block;
}

.past_webinar .pdf_content {
  margin-left: 20px;
}

.past_webinar .video_title,
.past_webinar .pdf_title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

.past_webinar .right_ a.popup-video,
.right_ a {
  background-color: #1a4480;
  padding: 12px 30px;
  border-radius: 6px;
  margin-right: 10px;
  color: #fff;
  font-weight: 600;
}

.past_webinar .right_ a.popup-video i,
.right_ a i {
  margin-left: 5px;
}

.event_lists.past_webinar .event_c_date_time_location .playicon {
  text-align: center;
}

.event_lists.past_webinar .event_c_date_time_location .playicon img {
  width: 150px;
}

/*event page filter design */
.intro-text {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.intro-text p {
  padding-bottom: 10px;
}

form#events-filter-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #3d3d3d;
  border-radius: 5px;
}

form#events-filter-form label {
  display: none;
}

form#events-filter-form .js-form-item-titles,
form#events-filter-form .js-form-item-locations,
form#events-filter-form .js-form-item-date {
  flex: 1;
}

form#events-filter-form input#edit-submit2 {
  padding: 8px 40px;
  border-radius: 5px;
  border: unset;
  background-color: #325AAD;
  color: #fff;
  font-size: 16px;
  margin: 0 40px;
}

form#events-filter-form select.form-select,
form#events-filter-form input#edit-date {
  padding: 14px 40px;
  width: 100%;
  border-radius: 0;
  border-top: unset;
  border-bottom: unset;
  font-size: 15px;
  border-left: unset;
  border-right: 2px solid #e3e3e3;
}

form#events-filter-form select.form-select {
  background-image: url(https://www.ecjusticeta.org/sites/default/files/down-arrow.png);
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form#events-filter-form input#edit-date {
  padding: 8px 40px;
  background-color: #fff;
  position: relative;
}

form#events-filter-form input#edit-date::placeholder {
  color: #1e1e1e;
}

form#events-filter-form input[type="date"]::after {
  font-family: "FontAwesome";
  content: "\f073";
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

form#events-filter-form input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* News details page sections */

.event-details.news_details {
  margin: 0 -15px;
}

.details_sec_a img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.details_sec_b {
  margin-top: -70px;
  position: relative;
  margin-bottom: 40px;
}

.details_sec_b .container {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 30px !important;
}

.details_sec_b .content_details .event_tag {
  display: inline-block;
  background-color: #e5eff6;
  padding: 8px;
  color: #325AAD;
  font-weight: 600;
}

.details_sec_b .content_details .event_title {
  color: #1A1A1A;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  margin: 15px 0 30px;
}

.details_sec_b .content_details .event_desc p {
  margin-bottom: 10px;
}

.details_sec_b .content_details .event_desc ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.details_sec_b .content_details .event_desc ul li {
  padding-left: 25px;
  position: relative;
  vertical-align: top;
  margin-bottom: 10px;
}

.details_sec_b .content_details .event_desc ul li::before {
  content: '';
  position: absolute;
  background-color: #325AAD;
  border-radius: 50%;
  padding: 3.5px;
  top: 11px;
  left: 6px;
}

.details_sec_b .content_details .event_desc ol {
  padding-left: 25px;
  margin-bottom: 0px;
}

.details_sec_b .content_details .event_desc ol li {
  vertical-align: top;
  margin-bottom: 10px;
}

.details_sec_b .content_details .event_desc ol li::marker {
  color: #325AAD;
  font-weight: 600;
}

.details_sec_b .content_details .event_desc p a,
.details_sec_b .content_details .event_desc ol li a,
.details_sec_b .content_details .event_desc ul li {
  color: #325AAD;
  font-weight: 600;
}

.details_sec_b .content_details .event_desc p a.btn-theme:hover {
  color: #fff;
}

.details_sec_b .content_details .event_register {
  background-color: #325AAD;
  padding: 11px 45px;
  border-radius: 6px;
  display: inline-block;
}

.details_sec_b .content_details .event_register a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.details_sec_b .content_details .event_desc p span a {
  color: #000;
  text-decoration: none;
}

.details_sec_b .col-lg-4.col-md-4.col-12 {
  border-left: 2px solid #dfdfdf;
}

.details_sec_b .date_time,
.details_sec_b .location,
.details_sec_b .links {
  padding: 16px 20px 16px 100px;
  position: relative;
}

.details_sec_b .date_time::after {
  content: "\f073";
}

.details_sec_b .location::after {
  content: "\f124";
}

.details_sec_b .links::after {
  content: "\f0c1";
}

.details_sec_b .date_time::after,
.details_sec_b .location::after,
.details_sec_b .links::after {
  position: absolute;
  top: 20px;
  left: 50px;
  font-family: FontAwesome;
  color: #325AAD;
  font-size: 25px;
}

.details_sec_b .date_time .title_hd,
.location .title_hd,
.links .title_hd {
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 10px;
}

.details_sec_b .date_time p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #7f7f7f;
}

.details_sec_b .add_calend {
  margin-top: 20px;
}

.details_sec_b .add_calend .hd {
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
}

.details_sec_b .add_calend ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.details_sec_b .add_calend ul li a {
  color: #325AAD;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
}

.details_sec_b .location p {
  line-height: 30px;
  color: #7f7f7f;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.details_sec_b .location a {
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.details_sec_b .links ul {
  list-style: none;
  margin: 0;
}

.details_sec_b .links ul li {
  margin-bottom: 20px;
  position: relative;
}

.details_sec_b .links ul li::before {
  content: " \f061";
  position: absolute;
  top: 2px;
  left: -24px;
  color: #325AAD;
  font-family: 'FontAwesome';
}

.details_sec_b .links ul li a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #108ce5;
}

/* ta services list page */

.gsc-column.service-cards .column-content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.gsc-column.service-cards .clearfix {
  display: none;
}

.widget.gsc-heading.service-card {
  border: 2px solid #55616a;
  padding: 24px !important;
  border-radius: 25px;
}

.widget.gsc-heading.service-card.one {
  background: #c4def2;
}

.widget.gsc-heading.service-card.two {
  background: #d9d9d9;
}

.widget.gsc-heading.service-card.three {
  background: #fcf8df;
}

.widget.gsc-heading.service-card.four {
  background: #a0cae9;
}

.widget.gsc-heading.service-card.five {
  background: #aedbb4;
}

.widget.gsc-heading.service-card .title {
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
}

.widget.gsc-heading.service-card .title-desc {
  width: 100%;
}

.widget.gsc-heading.service-card .title-desc table {
  margin: 0;
  border: 2px solid #fff;
  color: #000;
}

.widget.gsc-heading.service-card .title-desc table>thead {
  border-bottom: 3px solid #fff;
}

.widget.gsc-heading.service-card .title-desc table>thead>tr>th,
.widget.gsc-heading.service-card .title-desc table>tbody>tr>td {
  border: 2px solid #fff;
  vertical-align: top;
  width: 50%;
}

.widget.gsc-heading.service-card .title-desc table>thead>tr>th {
  text-align: center;
}

.widget.gsc-heading.service-card .title-desc table>tbody>tr>td ul {
  padding-left: 22px;
}

.widget.gsc-heading.service-card.one .title-desc table {
  background: #e9f2f9;
}

.widget.gsc-heading.service-card.two .title-desc table {
  background: #e8e8e8;
}

.widget.gsc-heading.service-card.three .title-desc table {
  background: #f8f2d2;
}

.widget.gsc-heading.service-card.four .title-desc table {
  background: #e9f2f9;
}

.widget.gsc-heading.service-card.five .title-desc table {
  background: #cedccf;
}

.widget.gsc-heading.service-card.one .title-desc table>thead {
  background: #c4dff2;
}

.widget.gsc-heading.service-card.two .title-desc table>thead {
  background: #bfbfbf;
}

.widget.gsc-heading.service-card.three .title-desc table>thead {
  background: #efdd5d;
}

.widget.gsc-heading.service-card.four .title-desc table>thead {
  background: #c4dff2;
}

.widget.gsc-heading.service-card.five .title-desc table>thead {
  background: #43944f;
}

/* --------------- */

.grey_box {
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 5px 14px 1px #0000002e;
}

.grey_box .heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Merriweather', serif;
  line-height: 1.4;
}

/* home page */

.home_banner video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: flex;
}

.home_banner {
  position: relative;
}

.home_banner::after {
  background: linear-gradient(0deg, #121029 0%, rgba(18, 16, 41, 0) 50%);
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
  left: 0;
}

.home_content.widget.gsc-heading {
  padding: 45px;
  background: #121029;
}

.home_content.widget.gsc-heading .title {
  padding-bottom: 20px;
}

.home_content.widget.gsc-heading .title-desc {
  text-align: left;
  font-size: 17px;
  color: #fff;
}

.home_content .title-desc p:not(:last-child) {
  margin-bottom: 20px;
}

/* about page */

.about-two-column {
  position: relative;
  border-top: 1px solid #0000001a;
}

.about-two-column .row-wrapper {
  display: flex;
  align-items: center;
}

.about-full .widget.gsc-heading .title {
  text-align: center;
}

.about-full .widget.gsc-heading .title,
.about-two-column .widget.gsc-heading .title {
  font-size: 30px;
  padding-bottom: 20px;
}

.about-full .widget.gsc-heading .title-desc p,
.about-two-column .widget.gsc-heading .title-desc p {
  margin-bottom: 20px;
}

.about-full .title-desc ul,
.about-two-column .title-desc ul {
  padding: 0;
  margin-bottom: 10px;
}

.about-full .title-desc ul li,
.about-two-column .title-desc ul li {
  display: inline-block;
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  padding-bottom: 10px;
  width: 50%;
  text-align: left;
  vertical-align: top;
}

.about-full .title-desc ul li::before,
.about-two-column .title-desc ul li::before {
  border-radius: 100%;
  position: absolute;
  left: 2px;
  top: 5px;
  content: "\f00c";
  color: #fff;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 12px;
  border-radius: 50%;
  padding: 3px;
  background: #325AAD;
}

.about-two-column .gsc-heading .title-desc ul li {
  width: 100%;
}

.about-two-column::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: #F2F4F9;
}

.about-two-column.bg-reverse::after {
  left: 0;
}

a.pdf_icon {
  position: relative;
}

a.pdf_icon:before {
  content: "\f1c1";
  position: absolute;
  left: -20px;
  font: normal normal normal 18px / 1 FontAwesome;
  top: 0;
}

/* ---------- password protected login page -------------- */

.login-page .container-fw {
  max-width: 1200px;
  margin: 0 auto;
}

.path-single-page-protection .body-page #header .topbar,
.path-single-page-protection .body-page #header .p-static,
.path-single-page-protection #footer {
  display: none;
}

.path-single-page-protection .body-page #header .header-main {
  background-color: transparent;
  box-shadow: none;
  position: absolute !important;
  padding-top: 30px;
}

body.path-single-page-protection div.body-page {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.param-path-collaborative-problem-solving-resource-portal .body-page {
  background-image: url('https://www.ecjusticeta.org/sites/default/files/Collaborative-Problem-Solving.png');
}

.param-path-community-change-grants-resource-portal .body-page {
  background-image: url('https://www.ecjusticeta.org/sites/default/files/ccgbanner.png');
}

.param-path-thriving-communities-grantmaking-resource-portal .body-page {
  background-image: url('https://www.ecjusticeta.org/sites/default/files/TCG-banner.png');
}

.param-path-government-to-government-resource-portal .body-page {
  background-image: url('https://www.ecjusticeta.org/sites/default/files/Group%2024.png');
}

body.path-single-page-protection div.body-page::before {
  background-color: #14141499;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

form#single-page-protection-password-form h1.title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 12px;
}

form#single-page-protection-password-form p.para {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 15px;
}

form#single-page-protection-password-form .js-form-item.form-item.js-form-type-password.form-item-password.js-form-item-password {
  position: relative;
}

form#single-page-protection-password-form label.js-form-required.form-required {
  display: none;
}

form#single-page-protection-password-form input.form-text+i.fa {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* .path-single-page-protection .body-page form#single-page-protection-password-form label {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 25px;
}

.path-single-page-protection .body-page form#single-page-protection-password-form label {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.path-single-page-protection .body-page form#single-page-protection-password-form label span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #4a4a4a;
} */

.path-single-page-protection .body-page form#single-page-protection-password-form .back-to-home-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 20px;
  margin-top: 10px;
}

.path-single-page-protection .body-page form#single-page-protection-password-form .back-to-home-wrapper a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #4a4a4a;
}

.path-single-page-protection .body-page .content-main {
  max-width: 400px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%);
  background-color: #fff;
  padding: 25px 35px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.path-single-page-protection .body-page form#single-page-protection-password-form input.form-text {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 10px;
  border: 2px solid #000000;
  color: #000;
}

.path-single-page-protection .body-page form#single-page-protection-password-form input.form-text::placeholder {
  color: #282828;
}

.path-single-page-protection .body-page form#single-page-protection-password-form .form-submit {
  margin-top: 20px;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  font-weight: 600;
}

.path-single-page-protection.param-path-collaborative-problem-solving-resource-portal .body-page form#single-page-protection-password-form .form-submit {
  background: #409BCA;
}

.path-single-page-protection.param-path-community-change-grants-resource-portal .body-page form#single-page-protection-password-form .form-submit {
  background: #FAC938;
}

.path-single-page-protection.param-path-thriving-communities-grantmaking-resource-portal .body-page form#single-page-protection-password-form .form-submit {
  background: #43944f;
}

.path-single-page-protection.param-path-government-to-government-resource-portal .body-page form#single-page-protection-password-form .form-submit {
  background: #7bc48c;
}

/* -------------- */

/* --------------- TABS PAGE CSS -------------------- */

.common-banner .gsc-column {
  padding: 0;
}

.common-banner .gsc-column .column-content-inner,
.common-banner .gsc-column .column-content-inner .gsc-image .widget-content {
  position: relative;
}

.common-banner .gsc-column .column-content-inner .gsc-image .widget-content::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(270deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.6) 88%);
}

.common-banner .gsc-column .column-content-inner .gsc-image .widget-content img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}

.common-banner .gsc-column .column-content-inner .gsc-heading .title {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  padding: 0;
  color: #fff;
  text-align: left;
}

.tabpage_sec_a.gbb-row .row-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #00000026;
}

.tabpage_sec_a.gbb-row .row-wrapper .gsc-column .column-inner {
  height: 100%;
}

.tabpage_sec_a.gbb-row .widget.gsc-heading .title {
  padding-bottom: 15px;
}

.tabpage_sec_a.gbb-row .widget.gsc-heading .title,
.tabpage_sec_b.gbb-row .widget.gsc-heading .title,
.tabpage_sec_c.gbb-row .widget.gsc-heading .title,
.tabpage_sec_d.gbb-row .widget.gsc-heading .title,
.tabpage_sec_e.gbb-row .widget.gsc-heading .title {
  font-size: 32px;
}

.tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc,
.tabpage_sec_b.gbb-row .widget.gsc-heading .title-desc,
.tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc,
.tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc {
  font-size: 15px;
}

a.btn-mn {
  width: 200px;
  height: 55px;
  border-radius: 6px;
  background-color: #325AAD;
  display: block;
  align-content: center;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
}

a.btn-mn img {
  margin-right: 7px;
  width: 30px;
}

.center-align {
  display: flex;
  justify-content: center;
}

.comingsoontxt {
  color: #E60000;
  font-weight: 600;
  margin-top: 6px;
  font-size: 15px;
  text-align: center;
}

.tabpage_sec_a.gbb-row .gsc-column.border-left {
  border-left: 1px solid #00000026;
  padding-left: 30px;
}

.tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc ul {
  padding-left: 0px;
  margin-bottom: 0;
}

.tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc ul li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  padding-bottom: 10px;
}

.tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc ul.half_li li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc ul li::before {
  position: absolute;
  left: 2px;
  top: 6px;
  content: "\f00c";
  color: #000000;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 12px;
  border-radius: 50%;
  padding: 3px;
}

.tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc a.btn-mn {
  font-size: 18px;
  margin-top: 20px;
  color: #000000 !important;
}

.tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc a.btn-mn img {
  filter: brightness(0) invert(0);
}

.tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc p.comingtext {
  color: #E60000;
  font-size: 13px;
}

.tabpage_sec_b.gbb-row .widget.gsc-heading .title-desc ul,
.tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc ul {
  padding-left: 0px;
}

.tabpage_sec_b.gbb-row .widget.gsc-heading .title-desc ul li,
.tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc ul li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  padding-bottom: 10px;
}

.tabpage_sec_b.gbb-row .widget.gsc-heading .title-desc ul li::before,
.tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc ul li::before {
  top: 9px;
  content: "";
  padding: 6px;
  border-radius: 30px;
  position: absolute;
  left: 4px;
}

.tabpage_sec_b.gbb-row .widget.gsc-image {
  padding-left: 20px;
}

.tabpage_sec_b.gbb-row .widget.gsc-image img {
  border-radius: 20px;
  height: 380px;
  object-fit: cover;
  width: 100%;
}

.tabpage_sec_c.gbb-row .gsc-column:nth-child(2) .column-content-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  grid-gap: 1rem;
  padding-top: 30px;
}

.tabpage_sec_c.gbb-row .gsc-column .column-content-inner .gsc-icon-box {
  margin-bottom: 0;
}

.tabpage_sec_c.gbb-row .gsc-column .column-content-inner .widget.gsc-icon-box.top-center .highlight_content .desc {
  text-align: center;
  color: #000000;
}

.tabpage_sec_c.gbb-row .gsc-column .column-content-inner .widget.gsc-icon-box .highlight_content .title {
  font-size: 25px;
  line-height: 1.3;
  color: #1E1E1E;
  margin: 25px 0 15px;
}

.tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 0;
  padding: 15px 0;
}

.tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p:not(:last-child) {
  border-bottom: 1px solid #00000026;
}

.tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p strong {
  font-size: 32px;
  font-weight: 600;
  font-family: 'Merriweather', serif;
  line-height: 1.2;
  min-width: 180px;
  color: #1E1E1E;
}

.tabpage_sec_d.gbb-row .widget.gsc-image {
  padding-left: 20px;
}

.tabpage_sec_d.gbb-row .widget.gsc-image img {
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.tabpage_sec_e.gbb-row .widget.gsc-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tabpage_sec_e.gbb-row .widget.gsc-heading .title,
.tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc {
  min-width: 49%;
}

.tabpage_sec_e.gbb-row .widget.gsc-heading .title {
  text-align: center;
}

.map_section.gbb-row.bg-size-cover {
  background: #EDF2FC;
}

.map_section .widget.gsc-heading .title {
  padding-bottom: 20px;
}

/* cps page */

.common-banner.cps_page .gsc-column .column-content-inner .gsc-image .widget-content {
  border-bottom: 10px solid #409BCA;
}

.tabpage_sec_a.gbb-row.cps_page .widget.gsc-heading .title-desc ul li::before {
  background: #409bca;
}

.tabpage_sec_a.gbb-row.cps_page .widget.gsc-heading .title-desc a.btn-mn {
  background-color: #409BCA;
}

.tabpage_sec_b.gbb-row.cps_page .widget.gsc-heading .sub-title {
  font-size: 20px;
}

.tabpage_sec_b.gbb-row.cps_page .widget.gsc-heading .title-desc ul li::before {
  background: #409BCA;
}

/* ccg page */

.common-banner.ccg_page .gsc-column .column-content-inner .gsc-image .widget-content {
  border-bottom: 10px solid #FAC938;
}

.tabpage_sec_a.gbb-row.ccg_page .widget.gsc-heading .title-desc ul li::before {
  background: #FAC938;
}

.tabpage_sec_a.gbb-row.ccg_page .widget.gsc-heading .title-desc a.btn-mn {
  background-color: #FAC938;
}

.tabpage_sec_b.gbb-row.ccg_page .widget.gsc-heading .title-desc ul li::before {
  background: #FAC938;
}

.tabpage_sec_b.gbb-row.ccg_page .row-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #00000026;
}

/* g2g page */

.common-banner.g2g_page .gsc-column .column-content-inner .gsc-image .widget-content {
  border-bottom: 10px solid #7bc48c;
}

.tabpage_sec_a.gbb-row.g2g_page .widget.gsc-heading .title-desc ul li::before {
  background: #7bc48c;
}

.tabpage_sec_a.gbb-row.g2g_page .widget.gsc-heading .title-desc a.btn-mn {
  background-color: #7bc48c;
  margin-top: 10px;
}

/* tcgm page */

.common-banner.tcgm_page .gsc-column .column-content-inner .gsc-image .widget-content {
  border-bottom: 10px solid #43944f;
}

.tabpage_sec_a.gbb-row.tcgm_page .widget.gsc-heading .title-desc ul li::before {
  background: #43944f;
}

.tabpage_sec_a.gbb-row.tcgm_page .widget.gsc-heading .title-desc a.btn-mn {
  background-color: #43944f;
  margin-top: 10px;
}

.tabpage_sec_b.gbb-row.tcgm_page .row-wrapper,
.tabpage_sec_d.gbb-row.tcgm_page .row-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #00000026;
}

.tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title {
  text-align: center;
  padding-bottom: 20px;
}

.tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc {
  max-width: 85%;
  margin: 0 auto;
  float: unset;
}

.tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc ul.half_li li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc ul li::before,
.tabpage_sec_e.gbb-row.tcgm_page .widget.gsc-heading .title-desc ul li::before {
  background: #43944f;
}

.tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc ul.half_li li::before {
  left: 2px;
  top: 6px;
  content: "\f00c";
  color: #000000;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 12px;
  border-radius: 50%;
  padding: 3px;
}

.tabpage_sec_d.gbb-row.tcgm_page .widget.gsc-heading .title-desc p strong {
  color: #43944f;
}

.tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc a,
.tabpage_sec_e.gbb-row.tcgm_page .widget.gsc-heading .title-desc a {
  color: #325AAD;
}

.tabpage_sec_d.gbb-row.tcgm_page .widget.gsc-heading .title {
  width: 85%;
}

@media (min-width:991px) {

  ul.gva_menu.gva_menu_main {
    padding-right: 30px;
  }

  .navigation.tab_menu .gva_menu>li {
    flex: 1;
  }

  .tab_menu.navigation .gva_menu .menu-item--active-trail a {
    background: #000;
    color: #000;
    text-decoration: none;
  }

  .tab_menu.navigation .gva_menu .menu-item--active-trail a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -28px;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #000;
    transform: rotate(90deg) translateY(28%);
  }

  .tab_menu.navigation .gva_menu a[gva_class="ccg"] {
    background: #FAC938;
  }

  .tab_menu.navigation .gva_menu .menu-item--active-trail a[gva_class="ccg"]:after {
    border-left-color: #FAC938;
  }

  .tab_menu.navigation .gva_menu a[gva_class="g2g"] {
    background: #7bc48c;
  }

  .tab_menu.navigation .gva_menu .menu-item--active-trail a[gva_class="g2g"]:after {
    border-left-color: #7bc48c;
  }

  .tab_menu.navigation .gva_menu a[gva_class="cps"] {
    background: #409BCA;
  }

  .tab_menu.navigation .gva_menu .menu-item--active-trail a[gva_class="cps"]:after {
    border-left-color: #409BCA;
  }

  .tab_menu.navigation .gva_menu a[gva_class="gm"] {
    background: #43944f;
  }

  .tab_menu.navigation .gva_menu .menu-item--active-trail a[gva_class="gm"]:after {
    border-left-color: #43944f;
  }

  .tab_menu.navigation .gva_menu a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 17px;
  }

  ul.menu>li {
    width: fit-content;
  }

  .menu-item.faqs::after,
  ul.menu>li.tool_tip::after,
  .tab_menu.navigation .gva_menu>li::after {
    content: "Coming Soon";
    position: absolute;
    z-index: 1;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .menu-item.faqs::before,
  ul.menu>li.tool_tip::before,
  .tab_menu.navigation .gva_menu>li::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .menu-item.faqs:hover::after,
  .menu-item.faqs:hover::before,
  ul.menu>li.tool_tip:hover::after,
  ul.menu>li.tool_tip:hover::before,
  .tab_menu.navigation .gva_menu>li:hover::after,
  .tab_menu.navigation .gva_menu>li:hover::before {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width:991px) {

  .gva-offcanvas-mobile .gva-navigation .gva_menu_main .menu-item.faqs::after,
  .tab_menu.navigation .gva_menu>li::after,
  ul.menu>li.tool_tip::after {
    content: "Coming Soon" !important;
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #E60000;
    font-weight: 600;
    font-size: 10px;
    white-space: nowrap;
  }

  .tab_menu.navigation .gva_menu>li,
  ul.menu>li.tool_tip {
    padding-right: 65px !important;
  }
}

/* Large devices (Large Desktops) */

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {

  .common_banner .field--name-field-banner-image img,
  .common-banner .gsc-column .column-content-inner .gsc-image .widget-content img {
    height: 450px;
  }

  .details_sec_a img {
    height: 450px;
  }
}

/* Large devices (Large Desktops) */

@media screen and (min-width: 1024px) and (max-width: 1199.98px) {

  /* news page*/

  .notfoundhd {
    font-size: 26px;
  }

  .details_sec_a img {
    height: 400px;
  }

  .details_sec_b {
    margin-top: -50px;
  }

  .details_sec_b .container {
    padding: 26px !important;
  }

  .details_sec_b .content_details .event_title {
    font-size: 28px;
    line-height: 1.4;
    margin: 12px 0 24px;
  }

  .details_sec_b .date_time,
  .details_sec_b .location,
  .details_sec_b .links {
    padding: 16px 16px 16px 90px;
  }

  .details_sec_b .add_calend {
    margin-top: 16px;
  }

  .details_sec_b .date_time::after,
  .details_sec_b .location::after,
  .details_sec_b .links::after {
    left: 35px;
    top: 20px;
  }

  .details_sec_b .links ul li {
    margin-bottom: 14px;
  }

  .event_lists .event_b_desc {
    padding: 16px 0px;
  }

  .event_lists .event_b_desc .title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
  }

  .event_lists .event_b_desc .title-desc {
    margin-bottom: 16px;
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
  }

  .event_lists .event_b_desc .title_btn a {
    padding: 6px 16px;
  }

  .event_lists .date_block::after,
  .event_lists .time_block::after,
  .event_lists .location_block::after {
    left: 14px;
    top: 25px;
  }

  .event_lists .date_block,
  .event_lists .time_block,
  .event_lists .location_block {
    padding: 24px 14px 24px 42px;
  }

  /* home page css */

  .home_banner video {
    height: 100%;
  }

  .home_content.widget.gsc-heading {
    padding: 35px;
  }

  .home_content.widget.gsc-heading .title {
    padding-bottom: 16px;
  }

  .home_content .title-desc p:not(:last-child) {
    margin-bottom: 16px;
  }

  /* about */

  .common_banner .field--name-field-banner-image img,
  .common-banner .gsc-column .column-content-inner .gsc-image .widget-content img {
    height: 400px;
  }

  .about-full .widget.gsc-heading .title,
  .about-two-column .widget.gsc-heading .title {
    font-size: 26px;
    padding-bottom: 15px;
  }

  .about-full .widget.gsc-heading .title-desc p,
  .about-two-column .widget.gsc-heading .title-desc p {
    margin-bottom: 15px;
  }

  a.btn-mn {
    width: 195px;
    height: 50px;
  }

  a.btn-mn>img {
    width: 28px;
  }

  /* ta service list page */

  .gsc-column.service-cards .column-content-inner {
    gap: 16px;
  }

  .widget.gsc-heading.service-card {
    padding: 20px !important;
  }

  /* --------------- TABS PAGE CSS -------------------- */

  .tabpage_sec_a.gbb-row .row-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title {
    padding-bottom: 12px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_b.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_c.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_d.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title {
    font-size: 28px;
  }

  .tabpage_sec_a.gbb-row .gsc-column.border-left {
    padding-left: 20px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc a.btn-mn {
    font-size: 17px;
    margin-top: 18px;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-image {
    padding-left: unset;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-image img {
    height: 400px;
  }

  .tabpage_sec_c.gbb-row .gsc-column:nth-child(2) .column-content-inner {
    padding-top: 26px;
  }

  .tabpage_sec_c.gbb-row .gsc-column .column-content-inner .widget.gsc-icon-box .highlight_content .title {
    font-size: 24px;
    line-height: 1.2;
    margin: 24px 0 12px;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p {
    padding: 12px 0;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p strong {
    font-size: 28px;
    min-width: fit-content;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-image {
    padding-left: unset;
  }

  .tabpage_sec_e.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc {
    min-width: fit-content;
  }
  
  /* ccg page */

  .tabpage_sec_b.gbb-row.ccg_page .row-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* tcgm page */

  .tabpage_sec_b.gbb-row.tcgm_page .row-wrapper,
  .tabpage_sec_d.gbb-row.tcgm_page .row-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title {
    padding-bottom: 12px;
  }

  .tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc {
    max-width: 95%;
  }
}

/* Medium devices (Tablets) */

@media screen and (min-width: 992px) and (max-width: 1023.98px) {

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
    padding: 10px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a {
    padding: 15px 15px !important;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
    padding: 20px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .gsc-accordion h3 {
    font-size: 25px;
    padding-bottom: 15px !important;
  }

  /*News details page*/

  .details_sec_a img {
    height: 300px;
  }

  .details_sec_b {
    margin-top: -40px;
  }

  .details_sec_b .container {
    padding: 24px !important;
  }

  .details_sec_b .content_details .event_tag {
    padding: 4px 8px;
    font-size: 15px;
  }

  .details_sec_b .content_details .event_title {
    font-size: 26px;
    line-height: 1.4;
    margin: 12px 0 20px;
  }

  .details_sec_b .content_details .event_desc {
    font-size: 15px;
  }

  .details_sec_b .date_time,
  .details_sec_b .location,
  .details_sec_b .links {
    padding: 12px 12px 12px 65px;
  }

  .details_sec_b .date_time::after,
  .details_sec_b .location::after,
  .details_sec_b .links::after {
    left: 20px;
    top: 15px;
  }

  .details_sec_b .links ul li {
    margin-bottom: 16px;
  }

  /* news list page*/

  .notfoundhd {
    font-size: 24px;
  }

  .event_lists .event_b_desc {
    padding: 16px 0px;
  }

  .event_lists .event_b_desc .title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
  }

  .event_lists .event_b_desc .title-desc {
    margin-bottom: 20px;
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
  }

  .event_lists .event_b_desc .title_btn {
    gap: 12px;
  }

  .event_lists .event_b_desc .title_btn a {
    padding: 5px 16px;
  }

  .event_lists .date_block,
  .event_lists .time_block,
  .event_lists .location_block {
    padding: 20px 14px 20px 40px;
  }

  .event_lists .date_block::after,
  .event_lists .time_block::after,
  .event_lists .location_block::after {
    left: 12px;
    top: 20px;
  }

  .past_webinar .pdf_content {
    margin-left: 10px;
  }

  /* common banner */

  .block.common_banner {
    margin: 0 0 20px;
  }

  .common_banner .field--name-field-page-details .title {
    font-size: 32px;
    line-height: 1.3;
    left: 4%;
  }

  .common-banner .gsc-column .column-content-inner .gsc-heading .title {
    width: 50%;
    left: 4%;
  }

  .common-banner.cps_page .gsc-column .column-content-inner .gsc-image .widget-content,
  .common-banner.ccg_page .gsc-column .column-content-inner .gsc-image .widget-content,
  .common-banner.g2g_page .gsc-column .column-content-inner .gsc-image .widget-content,
  .common-banner.tcgm_page .gsc-column .column-content-inner .gsc-image .widget-content {
    border-width: 8px;
  }

  .common_banner .field--name-field-banner-image img,
  .common-banner .gsc-column .column-content-inner .gsc-image .widget-content img {
    height: 350px;
  }

  /* home page css */

  .home_banner video {
    height: 100%;
  }

  .home_content.widget.gsc-heading {
    padding: 24px;
  }

  .home_content.widget.gsc-heading .title {
    padding-bottom: 15px;
  }

  .home_content .title-desc p:not(:last-child) {
    margin-bottom: 12px;
  }

  /* about */

  .about-full .widget.gsc-heading .title,
  .about-two-column .widget.gsc-heading .title {
    font-size: 26px;
    padding-bottom: 15px;
  }

  .about-full .widget.gsc-heading .title-desc p,
  .about-two-column .widget.gsc-heading .title-desc p {
    margin-bottom: 15px;
  }

  a.btn-mn {
    width: 192px;
    height: 50px;
  }

  a.btn-mn>img {
    width: 28px;
  }

  /* ta service list page */

  .gsc-column.service-cards .column-content-inner {
    gap: 16px;
  }

  .widget.gsc-heading.service-card {
    padding: 18px !important;
  }

  .widget.gsc-heading.service-card .title {
    font-size: 20px;
  }

  .widget.gsc-heading.service-card .title-desc,
  .main-text {
    font-size: 15px;
  }

  /* --------------- TABS PAGE CSS -------------------- */

  .tabpage_sec_a.gbb-row .row-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title {
    padding-bottom: 12px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_b.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_c.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_d.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title {
    font-size: 28px;
  }

  .tabpage_sec_a.gbb-row .gsc-column.border-left {
    padding-left: 15px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc ul li {
    padding-bottom: 8px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc a.btn-mn {
    font-size: 16px;
    margin-top: 15px;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-heading .title-desc ul li,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc ul li {
    padding-bottom: 8px;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-image {
    padding-left: unset;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-image img {
    height: 400px;
  }

  .tabpage_sec_c.gbb-row .gsc-column:nth-child(2) .column-content-inner {
    padding-top: 24px;
  }

  .tabpage_sec_c.gbb-row .gsc-column .column-content-inner .widget.gsc-icon-box .highlight_content .title {
    font-size: 22px;
    line-height: 1.2;
    margin: 20px 0 12px;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p {
    padding: 12px 0;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p strong {
    font-size: 28px;
    min-width: fit-content;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-image {
    padding-left: unset;
  }

  .tabpage_sec_e.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc {
    min-width: fit-content;
  }
  
  /* ccg page */

  .tabpage_sec_b.gbb-row.ccg_page .row-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* tcgm page */

  .tabpage_sec_b.gbb-row.tcgm_page .row-wrapper,
  .tabpage_sec_d.gbb-row.tcgm_page .row-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title {
    padding-bottom: 12px;
  }

  .tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc {
    max-width: 95%;
  }

}

/* Medium devices (Tablets) */

@media screen and (min-width: 768px) and (max-width: 991.98px) {

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
    padding: 18px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .gsc-accordion h3 {
    font-size: 20px;
    padding-bottom: 14px !important;
    margin-top: 0;
  }

  .faq_section_tabs .tab-content .gsc-accordion .panel-group .panel {
    padding: 12px 15px 12px 0px;
  }

  .faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-heading .panel-title>a:after {
    font-size: 14px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    padding-left: 0;
    text-align: center;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
    padding: 10px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li {
    margin-bottom: 14px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a {
    padding: 10px 4px !important;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a .custom-tab-image {
    width: 45px;
    height: 45px;
    margin-right: 4px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a .tab-title {
    font-size: 13px;
  }

  /* news list page*/

  .form_news {
    gap: 15px;
    padding: 12px 0;
  }

  form#events-filter-form select.form-select,
  form#events-filter-form input#edit-date {
    padding: 15px 15px 14px 10px;
    font-size: 14px;
  }

  form#events-filter-form input#edit-date {
    padding: 7px 20px;
    min-width: 100%;
  }

  form#events-filter-form input#edit-submit2 {
    margin: 0 20px;
  }

  form#search-filter input#edit-submit {
    padding: 8px 26px 8px 10px;
  }

  form#search-filter i.fa.fa-search {
    right: 9px;
  }

  .faq_section_tabs a.reset-form {
    font-size: 17px;
    padding: 8px 16px;
  }

  .notfoundhd {
    font-size: 22px;
  }

  .event_lists .event_a_image img {
    height: 460px;
  }

  .event_lists .event_b_desc {
    padding: 15px 0;
  }

  .event_lists .event_b_desc .title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: fit-content;
    max-height: fit-content;
  }

  .event_lists .event_b_desc .title-desc {
    margin-bottom: 16px;
    min-height: fit-content;
    max-height: fit-content;
  }

  .event_lists .event_b_desc .title_btn {
    gap: 12px;
  }

  .event_lists .event_b_desc .title_btn a {
    padding: 5px 16px;
  }

  .event_lists .event_c_date_time_location {
    border-left: unset;
    border-top: 2px solid #e3e3e3;
  }

  .event_lists .date_block,
  .event_lists .time_block,
  .event_lists .location_block {
    padding: 22px 14px 22px 50px;
  }

  .event_lists .date_block::after,
  .event_lists .time_block::after,
  .event_lists .location_block::after {
    top: 22px;
  }

  /*News details page*/

  .details_sec_a img {
    height: 250px;
  }

  .details_sec_b {
    margin-top: -35px;
  }

  .details_sec_b .container {
    padding: 20px !important;
  }

  .details_sec_b .content_details .event_tag {
    padding: 4px 8px;
    font-size: 15px;
  }

  .details_sec_b .content_details .event_title {
    font-size: 24px;
    line-height: 1.4;
    margin: 10px 0 20px;
  }

  .details_sec_b .content_details .event_desc {
    font-size: 15px;
  }

  .details_sec_b .content_details .event_desc ul li,
  .details_sec_b .content_details .event_desc ol li,
  .details_sec_b .content_details .event_desc p {
    margin-bottom: 8px;
  }

  .details_sec_b .col-lg-4.col-md-4.col-12 {
    border-left: 0;
    border-top: 2px solid #dfdfdf;
  }

  .details_sec_b .links ul li {
    margin-bottom: 14px;
  }

  .details_sec_b .add_calend {
    margin-top: 16px;
  }

  /* common banner */

  .block.common_banner {
    margin: 0 0 15px;
  }

  .common_banner .field--name-field-page-details .title {
    font-size: 28px;
    line-height: 1.3;
    left: 5%;
  }

  .common-banner .gsc-column .column-content-inner .gsc-heading .title {
    width: 60%;
    left: 3%;
  }

  .common-banner.cps_page .gsc-column .column-content-inner .gsc-image .widget-content,
  .common-banner.ccg_page .gsc-column .column-content-inner .gsc-image .widget-content,
  .common-banner.g2g_page .gsc-column .column-content-inner .gsc-image .widget-content,
  .common-banner.tcgm_page .gsc-column .column-content-inner .gsc-image .widget-content {
    border-width: 6px;
  }

  .common_banner .field--name-field-banner-image img,
  .common-banner .gsc-column .column-content-inner .gsc-image .widget-content img {
    height: 100%;
  }

  /* home page css */

  .home_banner video {
    height: 100%;
  }

  .home_banner::after {
    bottom: -2px;
  }

  .home_content.widget.gsc-heading {
    padding: 24px;
  }

  .home_content.widget.gsc-heading .title {
    padding-bottom: 14px;
  }

  .home_content.widget.gsc-heading .title-desc {
    font-size: 16px;
  }

  .home_content .title-desc p:not(:last-child) {
    margin-bottom: 10px;
  }

  /* about */

  .about-full .widget.gsc-heading .title,
  .about-two-column .widget.gsc-heading .title {
    font-size: 22px;
    padding-bottom: 12px;
  }

  .about-full .widget.gsc-heading .title-desc,
  .about-two-column .widget.gsc-heading .title-desc {
    font-size: 15px;
  }

  .about-full .widget.gsc-heading .title-desc p,
  .about-two-column .widget.gsc-heading .title-desc p {
    margin-bottom: 12px;
  }

  .about-two-column .widget.gsc-image img {
    height: 300px;
    object-fit: cover;
  }

  a.btn-mn {
    width: 190px;
    height: 45px;
  }

  a.btn-mn>img {
    width: 27px;
  }

  /* ta service list page */

  .gsc-column.service-cards .column-content-inner {
    grid-template-columns: 1fr;
  }

  .widget.gsc-heading.service-card {
    padding: 18px !important;
  }

  .widget.gsc-heading.service-card .title {
    font-size: 20px;
  }

  .grey_box {
    padding: 16px;
    font-size: 15px;
  }

  .grey_box .heading {
    font-size: 20px;
  }

  .widget.gsc-heading.service-card .title-desc,
  .main-text {
    font-size: 15px;
  }

  /* --------------- TABS PAGE CSS -------------------- */

  .tabpage_sec_a.gbb-row .row-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title {
    padding-bottom: 10px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_b.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_c.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_d.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title {
    font-size: 24px;
  }

  .tabpage_sec_a.gbb-row .gsc-column.border-left {
    border-left: unset;
    padding-left: 15px;
    padding-top: 20px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc ul li {
    padding-bottom: 8px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc ul.half_li li {
    width: 100%;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc a.btn-mn {
    font-size: 16px;
    margin-top: 10px;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-heading .title-desc ul li,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc ul li {
    padding-bottom: 8px;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-image {
    padding-left: unset;
    padding-top: 15px;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-image img {
    height: 100%;
  }

  .tabpage_sec_c.gbb-row .gsc-column:nth-child(2) .column-content-inner {
    gap: 12px;
    padding-top: 20px;
  }

  .tabpage_sec_c.gbb-row .gsc-column .column-content-inner .widget.gsc-icon-box.top-center .highlight_content .desc {
    font-size: 14px;
  }

  .tabpage_sec_c.gbb-row .gsc-column .column-content-inner .widget.gsc-icon-box .highlight_content .title {
    font-size: 22px;
    line-height: 1.2;
    margin: 18px 0 10px;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p {
    padding: 12px 0;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p strong {
    font-size: 24px;
    min-width: fit-content;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-image {
    padding-left: unset;
    padding-top: 20px;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-image img {
    height: 100%;
  }

  .tabpage_sec_e.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc {
    min-width: 100%;
  }

  /* ccg page */

  .tabpage_sec_b.gbb-row.ccg_page .row-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* tcgm page */

  .tabpage_sec_b.gbb-row.tcgm_page .row-wrapper,
  .tabpage_sec_d.gbb-row.tcgm_page .row-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title {
    padding-bottom: 12px;
  }

  .tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc {
    max-width: 100%;
  }

  .tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc ul.half_li li {
    width: 100%;
  }

  .tabpage_sec_d.gbb-row.tcgm_page .widget.gsc-heading .title {
    width: 100%;
  }
}

/* Small devices (Phones in landscape mode) */

@media screen and (min-width: 320px) and (max-width: 767.98px) {

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
    width: 100% !important;
    display: flex;
    margin-bottom: 20px;
    border: unset;
    padding: 0px 0px 15px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
    height: unset;
    overflow-x: scroll;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content,
  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content.show-tabs {
    width: 100%;
    padding-left: 0;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li {
    margin: 0 8px;
    text-align: center;
    align-items: center;
    display: flex;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li:first-child {
    margin-left: 0;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a,
  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li>a {
    width: 230px;
    padding: 10px 12px !important;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a .custom-tab-image,
  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li a .custom-tab-image,
  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs:hover .custom-tab-image {
    margin: auto;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a .tab-title {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a {
    display: block;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li.active:after,
  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li.active:after,
  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 106%;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 13px solid #325AAD;
    transform: rotate(90deg) translateY(28%);
    margin-top: -13px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a .custom-tab-image .kk {
    padding: 4px;
  }

  .faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-heading .panel-title>a:after {
    font-size: 14px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-left: 0;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
    padding: 10px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .gsc-accordion h3 {
    padding-bottom: 10px !important;
    font-size: 22px;
    margin: 10px 0;
  }

  .faq_section_tabs .tab-content .gsc-accordion .panel-group .panel {
    padding: 8px;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs:hover,
  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs:hover+.tab-content.show-tabs,
  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs {
    width: 100% !important;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs>li a .tab-title,
  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs.show-tabs:hover .tab-title {
    width: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li>a:hover {
    background-color: unset;
    color: #000;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li.active {
    background: #325AAD;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li.active>a {
    color: #ffffff;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li.active .custom-tab-image {
    background: #fff;
  }

  .faq_section_tabs .gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li.active .custom-tab-image .kk {
    filter: none;
  }

  .faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body .panel_sub .details_hd {
    font-size: 15px;
    line-height: 26px;
  }

  .faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-heading .panel-title {
    font-size: 15px;
    /* padding-right: 50px; */
  }

  .faq_section_tabs .tab-content .gsc-accordion .panel-group .panel .panel-body .gsc-accordion .panel-group .panel .panel-heading .panel-title {
    font-size: 14px;
  }

  /* news page */

  .container.mobile-padding {
    padding: 0 !important;
  }

  .form_news {
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 0;
  }

  form#search-filter i.fa.fa-search {
    right: 9px;
    font-size: 14px;
  }

  form#search-filter input#edit-submit {
    padding: 6px 24px 6px 10px;
    font-size: 14px;
  }

  form#search-filter input#edit-titles {
    padding: 6px 10px;
    font-size: 14px;
  }

  .form_news form#events-filter-form select.form-select {
    padding: 6px 30px 6px 10px;
    height: unset;
    font-size: 14px;
    background-position: 97%;
    background-size: 15px;
  }

  .form_news form#events-filter-form {
    flex-direction: unset;
    width: 100%;
  }

  .form_news form#search-filter {
    width: 100%;
  }

  .js-form-item.form-item.js-form-type-select.form-item-title.js-form-item-title {
    flex: 1;
  }

  .form_news form#events-filter-form input#edit-submit2 {
    padding: 10px 30px;
  }

  /* event page css*/
  .intro-text {
    line-height: 26px;
  }

  form#events-filter-form {
    display: flex;
    align-items: unset;
    flex-direction: column;
    text-align: center;
  }

  form#events-filter-form select.form-select,
  form#events-filter-form input#edit-date {
    border-bottom: 2px solid #e3e3e3;
    border-right: unset;
    height: 50px;
    padding: 10px 30px;
    text-align: left;
  }

  form#events-filter-form input#edit-date {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  form#events-filter-form input#edit-submit2 {
    margin: 8px auto;
  }

  form#events-filter-form input[type="date"] {
    position: relative;
  }

  .faq_section_tabs a.reset-form {
    font-size: 17px;
    padding: 8px 16px;
  }

  /* news list page */
  .notfoundhd {
    font-size: 22px;
  }

  .event_lists .event_a_image img {
    height: 460px;
  }

  .event_lists .event_b_desc {
    padding: 10px 0;
  }

  .event_lists .event_b_desc .date {
    padding: 1px 10px;
  }

  .event_lists .event_b_desc .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
    min-height: fit-content;
    max-height: fit-content;
  }

  .event_lists .event_b_desc .title-desc {
    margin-bottom: 16px;
    min-height: fit-content;
    max-height: fit-content;
  }

  .event_lists .event_b_desc .title_btn {
    gap: 10px;
  }

  .event_lists .event_b_desc .title_btn a {
    padding: 5px 12px;
    font-size: 14px;
  }

  .event_lists .event_c_date_time_location {
    border-left: unset;
    border-top: 2px solid #e3e3e3;
  }

  .event_lists .date_block,
  .event_lists .time_block,
  .event_lists .location_block {
    height: unset;
  }

  /* news details page */

  .details_sec_a img {
    height: 150px;
  }

  .details_sec_b {
    margin-top: unset;
    margin-bottom: 0px;
  }

  .details_sec_b .container {
    padding: 15px !important;
  }

  .details_sec_b .content_details .event_tag {
    padding: 2px 8px;
    font-size: 15px;
  }

  .details_sec_b .content_details .event_title {
    font-size: 22px;
    line-height: 1.4;
    margin: 10px 0 15px;
  }

  .details_sec_b .content_details .event_desc {
    font-size: 15px;
  }

  .details_sec_b .content_details .event_desc ul li,
  .details_sec_b .content_details .event_desc ol li,
  .details_sec_b .content_details .event_desc p {
    margin-bottom: 8px;
  }

  .details_sec_b .col-lg-4.col-md-4.col-12 {
    border-left: unset;
    border-top: 2px solid #dfdfdf;
  }

  .details_sec_b .date_time,
  .details_sec_b .location,
  .details_sec_b .links {
    padding: 16px 16px 16px 40px;
  }

  .details_sec_b .date_time::after,
  .details_sec_b .location::after,
  .details_sec_b .links::after {
    top: 20px;
    left: 0px;
  }

  .details_sec_b .add_calend {
    margin-top: 10px;
  }

  .details_sec_b .links ul li {
    margin-bottom: 10px;
  }

  .event_lists.past_webinar .event_a_image {
    text-align: center;
  }

  .event_lists.past_webinar .col-lg-7.col-md-7.col-sm-12.col-xs-12 {
    border-right: unset;
  }

  /* home page css */

  .home_banner video {
    height: 100%;
  }

  .home_banner::after {
    bottom: -2px;
  }

  .home_content.widget.gsc-heading {
    padding: 15px;
  }

  .home_content.widget.gsc-heading .title {
    padding-bottom: 12px;
  }

  .home_content.widget.gsc-heading .title-desc {
    font-size: 16px;
  }

  .home_content .title-desc p:not(:last-child) {
    margin-bottom: 10px;
  }

  /* --- about pages */

  .about-full .widget.gsc-heading .title,
  .about-two-column .widget.gsc-heading .title {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .about-full .widget.gsc-heading .title-desc,
  .about-two-column .widget.gsc-heading .title-desc {
    font-size: 15px;
  }

  .about-full .widget.gsc-heading .title-desc p,
  .about-two-column .widget.gsc-heading .title-desc p {
    margin-bottom: 12px;
  }

  .about-full .title-desc ul,
  .about-two-column .title-desc ul {
    margin: 0;
  }

  .about-full .title-desc ul li,
  .about-two-column .title-desc ul li {
    width: 100%;
    padding-left: 25px;
  }

  .about-two-column .row-wrapper {
    flex-wrap: wrap;
    gap: 16px 0;
  }

  .about-two-column::after {
    content: unset;
  }

  a.btn-mn {
    width: 190px;
    height: 45px;
  }

  a.btn-mn>img {
    width: 27px;
  }

  /* ta service list page */

  .gsc-column.service-cards .column-content-inner {
    display: flex;
    flex-wrap: wrap;
  }

  .widget.gsc-heading.service-card {
    border: 1px solid #55616a;
    padding: 12px !important;
  }

  .widget.gsc-heading.service-card .title {
    font-size: 18px;
  }

  .widget.gsc-heading.service-card .title-desc,
  .main-text {
    font-size: 15px;
  }

  .widget.gsc-heading.service-card .title-desc table>thead {
    border-bottom: 2px solid #fff;
  }

  .widget.gsc-heading.service-card .title-desc table,
  .widget.gsc-heading.service-card .title-desc table>thead>tr>th,
  .widget.gsc-heading.service-card .title-desc table>tbody>tr>td {
    border: 1px solid #fff;
  }

  .widget.gsc-heading.service-card .title-desc table>thead>tr>th,
  .widget.gsc-heading.service-card .title-desc table>tbody>tr>td {
    padding: 5px;
  }

  .grey_box {
    padding: 14px;
    font-size: 15px;
  }

  .grey_box .heading {
    font-size: 20px;
  }

  /* common banner */

  .block.common_banner {
    margin: 0 0 10px;
  }

  .common_banner .field--name-field-page-details .title {
    font-size: 25px;
    line-height: 1.2;
    left: 5%;
  }

  .common-banner .gsc-column .column-content-inner .gsc-heading .title {
    width: 60%;
    left: 3%;
  }

  .common-banner.cps_page .gsc-column .column-content-inner .gsc-image .widget-content,
  .common-banner.ccg_page .gsc-column .column-content-inner .gsc-image .widget-content,
  .common-banner.g2g_page .gsc-column .column-content-inner .gsc-image .widget-content,
  .common-banner.tcgm_page .gsc-column .column-content-inner .gsc-image .widget-content {
    border-width: 6px;
  }

  /* --------------- TABS PAGE CSS -------------------- */

  .tabpage_sec_a.gbb-row .row-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title {
    padding-bottom: 10px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_b.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_c.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_d.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title {
    font-size: 22px;
  }

  .tabpage_sec_a.gbb-row .gsc-column.border-left {
    border-left: unset;
    padding-left: 15px;
    padding-top: 20px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc ul li {
    padding-bottom: 8px;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc ul.half_li li {
    width: 100%;
  }

  .tabpage_sec_a.gbb-row .widget.gsc-heading .title-desc a.btn-mn {
    font-size: 16px;
    margin-top: 10px;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-heading .title-desc ul li,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc ul li {
    padding-bottom: 8px;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-image {
    padding-left: unset;
    padding-top: 15px;
  }

  .tabpage_sec_b.gbb-row .widget.gsc-image img {
    height: 100%;
  }

  .tabpage_sec_c.gbb-row .gsc-column:nth-child(2) .column-content-inner {
    gap: 12px;
    padding-top: 20px;
  }

  .tabpage_sec_c.gbb-row .gsc-column .column-content-inner .widget.gsc-icon-box.top-center .highlight_content .desc {
    font-size: 14px;
  }

  .tabpage_sec_c.gbb-row .gsc-column .column-content-inner .widget.gsc-icon-box .highlight_content .title {
    font-size: 20px;
    line-height: 1.2;
    margin: 15px 0 10px;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p {
    padding: 12px 0;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p strong {
    font-size: 22px;
    min-width: fit-content;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-image {
    padding-left: unset;
    padding-top: 20px;
  }

  .tabpage_sec_d.gbb-row .widget.gsc-image img {
    height: 100%;
  }

  .tabpage_sec_e.gbb-row .widget.gsc-heading .title,
  .tabpage_sec_e.gbb-row .widget.gsc-heading .title-desc {
    min-width: 100%;
  }

  /* cps page */

  .tabpage_sec_b.gbb-row.cps_page .widget.gsc-heading .sub-title {
    font-size: 18px;
  }

  /* ccg page */

  .tabpage_sec_b.gbb-row.ccg_page .row-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* tcgm page */

  .tabpage_sec_b.gbb-row.tcgm_page .row-wrapper,
  .tabpage_sec_d.gbb-row.tcgm_page .row-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title {
    padding-bottom: 12px;
  }

  .tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc {
    max-width: 100%;
  }

  .tabpage_sec_b.gbb-row.tcgm_page .widget.gsc-heading .title-desc ul.half_li li {
    width: 100%;
  }

  .tabpage_sec_d.gbb-row.tcgm_page .widget.gsc-heading .title {
    width: 100%;
  }

}

@media screen and (min-width: 576px) and (max-width: 767.98px) {

  /* banner */
  .common_banner .field--name-field-banner-image img,
  .common-banner .gsc-column .column-content-inner .gsc-image .widget-content img {
    height: 200px;
  }

  /* TABS PAGE CSS */

}

/* Mobile styles (Extra Small Devices) */

@media (max-width: 575.98px) {
  .topbar_contact>ul.inline {
    gap: 5px;
  }

  .topbar>.topbar-inner>.container>.content>div {
    flex-wrap: wrap;
    gap: 5px;
  }

  /* banner */

  .common_banner .field--name-field-banner-image img,
  .common-banner .gsc-column .column-content-inner .gsc-image .widget-content img {
    height: 150px;
  }

}

@media (max-width: 470px) {

  .event_lists .event_a_image img {
    height: 260px;
  }

  .widget.gsc-heading.service-card .title-desc table {
    overflow-x: auto;
    display: block;
    scrollbar-width: thin;
    scrollbar-color: #325AAD #C4DEF2;
  }

  /* TABS PAGE CSS */

  .tabpage_sec_d.gbb-row .widget.gsc-heading .title-desc p {
    flex-direction: column;
  }
}