/* 
Theme Name: Pogoh Theme
Author: Shooga
Author URI: https://shooga.ca/
Version: 1.0 
*/
@font-face {
  font-family: "IBMPlexSerif-Bold";
  src: url("fonts/IBM_Plex_Serif/IBMPlexSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSerif-SemiBold";
  src: url("fonts/IBM_Plex_Serif/IBMPlexSerif-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSerif-Medium";
  src: url("fonts/IBM_Plex_Serif/IBMPlexSerif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSerif-Regular";
  src: url("fonts/IBM_Plex_Serif/IBMPlexSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* COLORS */
/* Font Families */
/*flexes*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#wpadminbar {
  position: fixed !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body:not(.elementor-editor-active) {
  min-height: calc(100svh - var(--wp-admin--admin-bar--height, 0px));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body:not(.elementor-editor-active) footer.elementor-location-footer {
  margin-top: auto;
}

body {
  word-break: break-word;
  /* Elementor global styles */
  /* Elementor Accordion Global Styles */
  /* Custom Global Classes */
  /* Admin Panel Text Edidor Image Global Classes */
}
body img {
  max-width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
}
body nav.elementor-nav-menu--layout-horizontal ul.elementor-nav-menu > li.menu-item-has-children ul.sub-menu li a.elementor-sub-item {
  border-left: 0;
}
body nav.elementor-nav-menu--dropdown ul.elementor-nav-menu a:focus {
  background-color: transparent;
}
body nav.elementor-nav-menu--dropdown ul.elementor-nav-menu a:focus-visible {
  background-color: transparent;
}
body nav.elementor-nav-menu--dropdown ul.elementor-nav-menu a:focus-within {
  background-color: transparent;
}
body nav.elementor-nav-menu--dropdown ul.elementor-nav-menu a.has-submenu {
  position: relative;
}
body nav.elementor-nav-menu--dropdown ul.elementor-nav-menu a.has-submenu span.sub-arrow svg {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  pointer-events: none;
  transition: transform 0.3s;
}
body nav.elementor-nav-menu--dropdown ul.elementor-nav-menu a.has-submenu.highlighted span.sub-arrow svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
body div.e-n-accordion .e-n-accordion-item-title {
  position: relative;
  padding-left: 45px;
}
body div.e-n-accordion .e-n-accordion-item-title span.accordion-number {
  color: #BAC8CA;
  font-weight: 400;
  margin-right: 10px;
  position: absolute;
  top: auto;
  left: 0;
}
body div.e-n-accordion .e-n-accordion-item-title span.e-n-accordion-item-title-icon {
  min-width: 50px;
  height: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #6ECEB2;
  border-radius: 50%;
}
@media all and (max-width: 768px) {
  body div.e-n-accordion .e-n-accordion-item-title span.e-n-accordion-item-title-icon {
    min-width: 40px;
    height: 40px;
  }
}
body div.e-n-accordion .e-n-accordion-item-title[aria-expanded=true] span.e-n-accordion-item-title-icon {
  background-color: #01426A;
}
body div.single_accardion div.e-n-accordion .e-n-accordion-item-title {
  padding: 10px 20px;
}
body div.single_accardion div.e-n-accordion .e-n-accordion-item-title span.e-n-accordion-item-title-icon {
  min-width: 35px;
  height: 35px;
}
@media all and (max-width: 768px) {
  body div.single_accardion div.e-n-accordion .e-n-accordion-item-title span.e-n-accordion-item-title-icon {
    min-width: 30px;
    height: 30px;
  }
}
body div.single_accardion div.e-n-accordion .e-n-accordion-item-title[aria-expanded=true] {
  border-width: 1px 1px 0 1px !important;
}
body a.blue_btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  background-color: #01426A;
  padding: 10px 20px;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 22px;
}
body a.blue_btn:hover {
  background-color: #6ECEB2;
  color: #ffffff;
}
body span.read_more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
body span.read_more span.dashicons-plus-alt2 {
  width: 30px;
  height: 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #ffffff;
  background-color: #01426A;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}
body span.read_more span.text {
  color: #01426A;
  font-size: 16px;
  line-height: 22px;
  transition: color 0.3s;
}
body span.read_more:hover span.dashicons-plus-alt2 {
  background-color: #6ECEB2;
}
body span.read_more:hover span.text {
  color: #6ECEB2;
}
body img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
body img.alignright {
  float: right;
  margin-right: 15px;
  margin-bottom: 15px;
}
body img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Global Paddings and Margins For Text Editor */
.text_content h2:not(:last-child),
.text_content h3:not(:last-child),
.text_content h4:not(:last-child),
.text_content h5:not(:last-child),
.text_content h6:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h2:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h3:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h4:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h5:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h6:not(:last-child),
.elementor-widget-theme-post-content > .elementor-widget-container h2:not(:last-child),
.elementor-widget-theme-post-content > .elementor-widget-container h3:not(:last-child),
.elementor-widget-theme-post-content > .elementor-widget-container h4:not(:last-child),
.elementor-widget-theme-post-content > .elementor-widget-container h5:not(:last-child),
.elementor-widget-theme-post-content > .elementor-widget-container h6:not(:last-child) {
  padding-bottom: 20px;
}
.text_content p:not(:last-child),
.text_content ul:not(:last-child),
.text_content ol:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container p:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container ul:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container ol:not(:last-child),
.elementor-widget-theme-post-content > .elementor-widget-container p:not(:last-child),
.elementor-widget-theme-post-content > .elementor-widget-container ul:not(:last-child),
.elementor-widget-theme-post-content > .elementor-widget-container ol:not(:last-child) {
  padding-bottom: 20px;
}
.text_content ul li,
.elementor-widget-text-editor > .elementor-widget-container ul li,
.elementor-widget-theme-post-content > .elementor-widget-container ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.text_content ul li::before,
.elementor-widget-text-editor > .elementor-widget-container ul li::before,
.elementor-widget-theme-post-content > .elementor-widget-container ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.text_content ul li:not(:first-child),
.elementor-widget-text-editor > .elementor-widget-container ul li:not(:first-child),
.elementor-widget-theme-post-content > .elementor-widget-container ul li:not(:first-child) {
  margin-top: 5px;
}
.text_content ol,
.elementor-widget-text-editor > .elementor-widget-container ol,
.elementor-widget-theme-post-content > .elementor-widget-container ol {
  counter-reset: list-number;
}
.text_content ol li,
.elementor-widget-text-editor > .elementor-widget-container ol li,
.elementor-widget-theme-post-content > .elementor-widget-container ol li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.text_content ol li::before,
.elementor-widget-text-editor > .elementor-widget-container ol li::before,
.elementor-widget-theme-post-content > .elementor-widget-container ol li::before {
  counter-increment: list-number;
  content: counter(list-number) ".";
  color: currentColor;
  position: absolute;
  left: 0;
  top: 0;
}
.text_content ol li:not(:first-child),
.elementor-widget-text-editor > .elementor-widget-container ol li:not(:first-child),
.elementor-widget-theme-post-content > .elementor-widget-container ol li:not(:first-child) {
  margin-top: 5px;
}
.text_content a,
.elementor-widget-text-editor > .elementor-widget-container a,
.elementor-widget-theme-post-content > .elementor-widget-container a {
  text-decoration: underline;
}

/* Elementor Footer Text Editor Gllobal Paddings and Margins */
.elementor-location-footer .elementor-widget-text-editor > .elementor-widget-container h2:not(:last-child),
.elementor-location-footer .elementor-widget-text-editor > .elementor-widget-container h3:not(:last-child),
.elementor-location-footer .elementor-widget-text-editor > .elementor-widget-container h4:not(:last-child),
.elementor-location-footer .elementor-widget-text-editor > .elementor-widget-container h5:not(:last-child),
.elementor-location-footer .elementor-widget-text-editor > .elementor-widget-container h6:not(:last-child),
.elementor-location-footer .elementor-widget-text-editor > .elementor-widget-container p:not(:last-child),
.elementor-location-footer .elementor-widget-text-editor > .elementor-widget-container ul:not(:last-child),
.elementor-location-footer .text_content h2:not(:last-child),
.elementor-location-footer .text_content h3:not(:last-child),
.elementor-location-footer .text_content h4:not(:last-child),
.elementor-location-footer .text_content h5:not(:last-child),
.elementor-location-footer .text_content h6:not(:last-child),
.elementor-location-footer .text_content p:not(:last-child),
.elementor-location-footer .text_content ul:not(:last-child) {
  padding-bottom: 10px;
}
.elementor-location-footer .elementor-widget-text-editor > .elementor-widget-container ol:not(:last-child),
.elementor-location-footer .text_content ol:not(:last-child) {
  padding-bottom: 10px;
}

/*Slick Slider global styles */
body:not(.elementor-editor-active) .slider {
  opacity: 0;
  transition: opacity 0.3s;
}

body.elementor-editor-active .slider .slide_column:not(:first-child) {
  display: none !important;
}

.slider_arrows:has(span.slick-hidden) {
  display: none;
}

.slick-dots li {
  width: 24px;
  height: 24px;
  background-color: #A8CDDD;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #01426A;
}

.slider_arrows {
  margin-top: 35px;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
}
.slider_arrows span {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  border: 1px solid #01426A;
  overflow: hidden;
  cursor: pointer;
}
.slider_arrows span:hover {
  border: 1px solid #6ECEB2;
}
.slider_arrows span:hover::before {
  background-color: #6ECEB2;
  color: #ffffff;
}
.slider_arrows span::before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 22px;
  color: #ffffff;
  background-color: #01426A;
  transition: 0.3s;
}

/* Home Banner Slider Styles */
div.banner_slider_container {
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}
@media all and (max-width: 1024px) {
  div.banner_slider_container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

div.slider_nav_wrapper {
  width: 100%;
  max-width: 50%;
  padding-right: 40px;
}
@media all and (max-width: 1024px) {
  div.slider_nav_wrapper {
    max-width: 100%;
    margin-top: 40px;
    padding: 0;
  }
}
@media all and (max-width: 1024px) {
  div.slider_nav_wrapper div.slide_column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
div.slider_nav_wrapper span.like_title {
  display: block;
  color: #01426A;
  font-size: clamp(2.375rem, 1.9821rem + 1.9643vw, 3.75rem);
  line-height: clamp(2.75rem, 2.3571rem + 1.9643vw, 4.125rem);
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  div.slider_nav_wrapper span.like_title {
    text-align: center;
  }
}
div.slider_nav_wrapper div.text_content {
  width: 100%;
  max-width: 440px;
  margin-top: 20px;
}
@media all and (max-width: 1200px) {
  div.slider_nav_wrapper div.text_content {
    max-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  div.slider_nav_wrapper div.text_content {
    text-align: center;
  }
}
div.slider_nav_wrapper a.blue_btn {
  margin-top: 20px;
}

div.slider-for {
  width: 100%;
  max-width: 50%;
}
@media all and (max-width: 1024px) {
  div.slider-for {
    max-width: 100%;
  }
}
div.slider-for div.slide_column img {
  width: 100%;
  border-radius: 15px;
}

@media all and (max-width: 1024px) {
  div.banner_slider_arrows {
    display: none;
  }
}

div.banner_slider_mobile_arrows {
  display: none;
}
@media all and (max-width: 1024px) {
  div.banner_slider_mobile_arrows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* Supporters Slider Styles */
div.supporters_slider div.slick-list,
div.supporters_slider div.slick-track {
  display: -ms-flexbox;
  display: flex;
}
div.supporters_slider div.slide_column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

div.supporters_slider_arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

body:not(.elementor-editor-active) .elementor-location-header {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  width: 100%;
  background-color: #ffffff;
}

.elementor-location-header {
  z-index: 9999;
}
.elementor-location-header nav.elementor-nav-menu--dropdown ul li.menu-item a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media all and (max-width: 425px) {
  .elementor-location-header nav.elementor-nav-menu--dropdown ul li.menu-item a.has-submenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.elementor-location-header div.header_desctop_container div.logIn_btn {
  min-width: 88px;
}
.elementor-location-header div.header_desctop_container div.signUp_btn {
  min-width: 98px !important;
}

/* Mobile Dropdown Menu Styles */
body:not(.elementor-editor-active) .menu_dropdown_container {
  display: none;
  height: calc(100svh - (59px + var(--wp-admin--admin-bar--height, 0px)));
  max-height: calc(100svh - (59px + var(--wp-admin--admin-bar--height, 0px)));
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body:not(.elementor-editor-active) .menu_dropdown_container nav.elementor-nav-menu--dropdown {
  max-height: 70svh;
  overflow-y: auto;
}

/* Mobile Toggle Button Styles */
.menu_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  align-items: center;
  gap: 10px;
}
.menu_btn .btn_text {
  font-size: 14px;
}

.nav-icon {
  width: 30px;
  height: 28px;
  position: relative;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #01426A;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-icon span.first_item {
  top: 4px;
}
.nav-icon span.second_item {
  top: 13px;
}
.nav-icon span.third_item {
  top: 22px;
}

.menu_open span.first_item {
  top: 13px;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
.menu_open span.second_item {
  opacity: 0;
  left: -45px;
}
.menu_open span.third_item {
  top: 13px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.elementor-location-footer div.elementor-widget-text-editor a {
  text-decoration: none;
}
.elementor-location-footer div.elementor-social-icons-wrapper svg:hover {
  filter: brightness(0) saturate(100%) invert(84%) sepia(93%) saturate(2395%) hue-rotate(321deg) brightness(95%) contrast(100%);
}

form.frm_pro_form fieldset {
  padding: 0 !important;
}
form.frm_pro_form .frm_fields_container .frm_single_upload {
  max-width: 100%;
}
form.frm_pro_form .frm_fields_container .frm_single_upload div.dz-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  padding: 8px;
  min-height: 40px;
  position: relative;
  border: 1px solid #495D63;
}
form.frm_pro_form .frm_fields_container .frm_single_upload div.dz-message span.frm_upload_text {
  display: inline-block;
  font-size: 16px;
}
form.frm_pro_form .frm_fields_container .frm_single_upload div.dz-message svg.frmsvg.frm-svg-icon {
  margin-left: 0;
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  filter: brightness(0) saturate(100%) invert(30%) sepia(68%) saturate(1247%) hue-rotate(195deg) brightness(92%) contrast(84%);
  margin-right: 0;
}
form.frm_pro_form .frm_fields_container .frm_single_upload div.dz-message div.frm_small_text {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
form.frm_pro_form .frm_fields_container div.upload_field_container div.frm_error {
  background-color: #01426A;
  position: relative;
  z-index: 1;
}
form.frm_pro_form .frm_fields_container div.name_field {
  position: relative;
}
form.frm_pro_form .frm_fields_container div.name_field div.frm_description {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 20px;
  line-height: 20px;
  opacity: 0.4;
}
form.frm_pro_form .frm_fields_container div.ss-main {
  border: 1px solid #495D63;
  box-shadow: none;
}
form.frm_pro_form .frm_fields_container div.ss-main svg {
  filter: brightness(0) saturate(100%) invert(43%) sepia(66%) saturate(518%) hue-rotate(153deg) brightness(90%) contrast(92%);
}

div.frm_forms div.frm_message {
  margin: 0;
  border: none;
  text-align: center;
  background-color: #01426A;
}
div.frm_forms div.frm_message h2 {
  color: #ffffff;
  margin-bottom: 8px;
}
div.frm_forms div.frm_message p {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

div.ss-content {
  border: 1px solid #495D63;
  border-bottom: none;
}
div.ss-content div.ss-list .ss-option {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #495D63;
}
div.ss-content div.ss-list .ss-option:hover {
  background-color: #01426A;
  color: #ffffff;
}
div.ss-content div.ss-list div.ss-option.ss-selected {
  background-color: #01426A !important;
}

/* Home Blog Slider and Blog Feed slider  */
div.home_blog_slider,
div.blog_slider {
  overflow-x: hidden;
}
div.home_blog_slider div.slick-list,
div.home_blog_slider div.slick-track,
div.blog_slider div.slick-list,
div.blog_slider div.slick-track {
  display: -ms-flexbox;
  display: flex;
}
div.home_blog_slider div.slick-list,
div.blog_slider div.slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
div.home_blog_slider a.slick-slide,
div.blog_slider a.slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 10px;
  padding-bottom: 5px;
}
div.home_blog_slider a.slick-slide img,
div.blog_slider a.slick-slide img {
  width: 100%;
  border-radius: 25px;
  margin: 0 auto;
}
div.home_blog_slider a.slick-slide span.post_date,
div.blog_slider a.slick-slide span.post_date {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  color: #495D63;
}
div.home_blog_slider a.slick-slide h3,
div.blog_slider a.slick-slide h3 {
  margin-top: 5px;
  padding-bottom: 15px;
}
div.home_blog_slider a.slick-slide span.read_more,
div.blog_slider a.slick-slide span.read_more {
  margin-top: auto;
}
div.home_blog_slider a.slick-slide:hover span.read_more span.dashicons,
div.blog_slider a.slick-slide:hover span.read_more span.dashicons {
  background-color: #6ECEB2;
}
div.home_blog_slider a.slick-slide:hover span.read_more span.text,
div.blog_slider a.slick-slide:hover span.read_more span.text {
  color: #6ECEB2;
}

/* Blog Feed Styles */
div.blog_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
}
@media all and (max-width: 991px) {
  div.blog_container {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
div.blog_container a.blog_post_column {
  width: 100%;
  max-width: calc((100% - 40px) / 3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media all and (max-width: 991px) {
  div.blog_container a.blog_post_column {
    max-width: 440px;
  }
}
div.blog_container a.blog_post_column img {
  width: 100%;
  border-radius: 25px;
  margin: 0 auto;
}
div.blog_container a.blog_post_column span.post_date {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  color: #495D63;
}
div.blog_container a.blog_post_column h3 {
  margin-top: 5px;
  padding-bottom: 15px;
}
div.blog_container a.blog_post_column span.read_more {
  margin-top: auto;
}
div.blog_container a.blog_post_column:hover span.read_more span.dashicons {
  background-color: #6ECEB2;
}
div.blog_container a.blog_post_column:hover span.read_more span.text {
  color: #6ECEB2;
}

div.pricing_plans_switchers {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px 14px;
  background-color: #ffffff;
  padding: 6px 10px;
  border-radius: 25px;
}
div.pricing_plans_switchers span.switcher {
  color: #01426A;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 14px;
  cursor: pointer;
}
div.pricing_plans_switchers span.switcher_active {
  color: #ffffff;
  background-color: #01426A;
}

div.pricing_plans_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px 0;
}
div.pricing_plans_wrapper div.pricing_plans {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 768px) {
  div.pricing_plans_wrapper div.pricing_plans {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
div.pricing_plans_wrapper div.pricing_plan_column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  max-width: calc((100% - 20px) / 2);
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
}
@media all and (max-width: 768px) {
  div.pricing_plans_wrapper div.pricing_plan_column {
    max-width: 365px;
  }
}
div.pricing_plans_wrapper div.text_content {
  padding-bottom: 25px;
  margin-top: 10px;
}
div.pricing_plans_wrapper div.price_btn_block {
  margin-top: auto;
}
div.pricing_plans_wrapper span.price {
  display: block;
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  color: #01426A;
  padding-bottom: 20px;
}
@media all and (max-width: 768px) {
  div.pricing_plans_wrapper span.price {
    font-size: 34px;
    line-height: 40px;
  }
}
div.pricing_plans_wrapper span.price > span {
  font-size: 20px;
  line-height: 26px;
}
div.pricing_plans_wrapper a.blue_btn {
  width: 100%;
  max-width: 100%;
}

div.pricing_plans_wrapper:not(:first-child) {
  display: none;
}

div.plan_main_content {
  width: 100%;
  max-width: 440px;
  color: #ffffff;
  margin-top: 220px;
}
@media all and (max-width: 1200px) {
  div.plan_main_content {
    margin-top: 50px;
  }
}
div.plan_main_content h3 {
  color: #ffffff;
}

div.plan_main_content:first-of-type {
  display: none;
}

/* Payment Options Styles */
div.payment_option_wrapper {
  width: 100%;
  max-width: 990px;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  div.payment_option_wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
div.payment_option_wrapper div.circle_1,
div.payment_option_wrapper div.circle_2,
div.payment_option_wrapper div.circle_3 {
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
div.payment_option_wrapper div.circle_1 {
  width: 148px;
  min-width: 148px;
  height: 148px;
  border: 1px solid #6ECEB2;
}
div.payment_option_wrapper div.circle_2 {
  width: 128px;
  min-width: 128px;
  height: 128px;
  border: 1px solid rgba(110, 206, 178, 0.6);
}
div.payment_option_wrapper div.circle_3 {
  width: 108px;
  min-width: 108px;
  height: 108px;
  border: 1px solid rgba(110, 206, 178, 0.3);
}
div.payment_option_wrapper div.circle_3 span {
  display: inline-block;
  color: #6ECEB2;
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
}
div.payment_option_wrapper div.option_content_column {
  width: 100%;
  max-width: calc(100% - 188px);
}
@media all and (max-width: 768px) {
  div.payment_option_wrapper div.option_content_column {
    max-width: 100%;
  }
}
div.payment_option_wrapper div.option_content_column div.text_content {
  margin-top: 10px;
}
div.payment_option_wrapper div.option_content_column div.text_content a {
  text-decoration: underline;
}

div.payment_option_wrapper:not(:last-child) {
  padding-bottom: 80px;
  position: relative;
}
div.payment_option_wrapper:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted #6ECEB2;
  position: absolute;
  left: 74px;
  top: 0;
}
@media all and (max-width: 768px) {
  div.payment_option_wrapper:not(:last-child)::after {
    display: none;
  }
}

/* Pogoh Corporate Members Styles */
div.corporate_members_wrapper {
  overflow-x: hidden;
}
div.corporate_members_wrapper div.corporate_members_group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 35px;
  margin-top: 35px;
  position: relative;
  left: 50px;
}
@media all and (max-width: 991px) {
  div.corporate_members_wrapper div.corporate_members_group {
    position: static;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media all and (max-width: 768px) {
  div.corporate_members_wrapper div.corporate_members_group {
    gap: 20px;
  }
}
div.corporate_members_wrapper div.corporate_members_column {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
div.corporate_members_wrapper div.corporate_members_column:nth-child(2) {
  margin-top: -35px;
}
@media all and (max-width: 768px) {
  div.corporate_members_wrapper div.corporate_members_column:nth-child(2) {
    margin-top: -20px;
  }
}

div.history_slider {
  overflow-x: hidden;
}
div.history_slider div.slick-list,
div.history_slider div.slick-track {
  display: -ms-flexbox;
  display: flex;
}
div.history_slider div.slick-list {
  margin-left: -230px;
}
@media all and (max-width: 768px) {
  div.history_slider div.slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
div.history_slider div.slide_column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 210px;
  margin: 0 10px;
  padding: 30px;
  border: 1px solid #D9E1E2;
  border-radius: 12px;
  min-height: 390px;
}
@media all and (max-width: 768px) {
  div.history_slider div.slide_column {
    width: auto;
  }
}
div.history_slider div.index span {
  color: #6ECEB2;
  display: inline-block;
}
div.history_slider h3 {
  margin-top: 5px;
}
div.history_slider div.text_content {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 40px 0;
}
@media all and (max-width: 768px) {
  div.history_slider div.text_content {
    opacity: 1;
    width: auto;
    height: auto;
  }
}
div.history_slider img {
  width: 30px;
  margin-top: auto;
}

/* Make the current (center) slide wider */
.history_slider .slick-current + .slick-slide {
  width: 555px;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .history_slider .slick-current + .slick-slide {
    width: auto;
    max-width: 100%;
  }
}
.history_slider .slick-current + .slick-slide .text_content {
  opacity: 1;
  width: 100%;
  height: auto;
}

div.check_bike_slider,
div.plan_your_ride_slider {
  overflow-x: hidden;
}
div.check_bike_slider div.slick-list,
div.check_bike_slider div.slick-track,
div.plan_your_ride_slider div.slick-list,
div.plan_your_ride_slider div.slick-track {
  display: -ms-flexbox;
  display: flex;
}
div.check_bike_slider div.slick-list,
div.plan_your_ride_slider div.slick-list {
  margin-left: -230px;
}
@media all and (max-width: 768px) {
  div.check_bike_slider div.slick-list,
div.plan_your_ride_slider div.slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
div.check_bike_slider .slide_column,
div.plan_your_ride_slider .slide_column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 210px;
  margin: 0 10px;
  padding: 30px;
  border: 1px solid #D9E1E2;
  border-radius: 12px;
  min-height: 390px;
}
@media all and (max-width: 768px) {
  div.check_bike_slider .slide_column,
div.plan_your_ride_slider .slide_column {
    width: auto;
  }
}
div.check_bike_slider div.index span,
div.plan_your_ride_slider div.index span {
  color: #6ECEB2;
  display: inline-block;
}
div.check_bike_slider h3,
div.plan_your_ride_slider h3 {
  margin-top: 5px;
}
div.check_bike_slider div.text_content,
div.plan_your_ride_slider div.text_content {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 40px 0;
}
@media all and (max-width: 768px) {
  div.check_bike_slider div.text_content,
div.plan_your_ride_slider div.text_content {
    opacity: 1;
    width: auto;
    height: auto;
  }
}
div.check_bike_slider img,
div.plan_your_ride_slider img {
  width: 30px;
  margin-top: auto;
}
div.check_bike_slider a.slide_column h3,
div.plan_your_ride_slider a.slide_column h3 {
  text-decoration: underline;
}
div.check_bike_slider a.slide_column div.text_content,
div.plan_your_ride_slider a.slide_column div.text_content {
  color: #495D63;
}
div.check_bike_slider a.slide_column:hover h3,
div.plan_your_ride_slider a.slide_column:hover h3 {
  color: #F3D03E;
}

/* Make the current (center) slide wider */
.check_bike_slider .slick-current + .slick-slide,
.plan_your_ride_slider .slick-current + .slick-slide {
  width: 555px;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .check_bike_slider .slick-current + .slick-slide,
.plan_your_ride_slider .slick-current + .slick-slide {
    width: auto;
    max-width: 100%;
  }
}
.check_bike_slider .slick-current + .slick-slide .text_content,
.plan_your_ride_slider .slick-current + .slick-slide .text_content {
  opacity: 1;
  width: 100%;
  height: auto;
}

/*-- contact pg --*/
#sear4map {
  width: 100%;
  height: 80vh;
}

.map_container {
  position: relative;
}
.map_container .map_search {
  position: absolute;
  border-radius: 15px;
  top: 40px;
  left: 40px;
  z-index: 999;
  background-color: white;
  max-width: 410px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .map_container .map_search {
    top: 0;
  }
}
.map_container .map_search h2 {
  font-size: 36px;
  color: #01426A;
  font-weight: 500;
  margin-bottom: 25px;
}
@media all and (max-width: 768px) {
  .map_container .map_search {
    left: 0;
  }
}
@media all and (max-width: 575px) {
  .map_container .map_search {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.map_container .form_column {
  padding: 26px;
}
.map_container .form_map {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 20px;
}
.map_container .label {
  color: #495D63;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.map_container .button_block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.map_container .button_block input[type=text] {
  width: 80%;
  height: 43px;
  padding: 0 10px;
  border: 1px solid #C7C7CC;
  border-radius: 5px;
}
.map_container .button_block input[type=text]:-ms-input-placeholder {
  color: #495D63;
  font-size: 14px;
}
.map_container .button_block input[type=text]::placeholder {
  color: #495D63;
  font-size: 14px;
}
.map_container .button_block input[type=text]:focus {
  outline: none;
}
.map_container .button_block input[type=submit] {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #01426A;
  border-radius: 25px;
  color: #ffffff;
  border: none;
  transition: 0.3s;
  font-size: 16px;
  margin-left: -15px;
}
.map_container .button_block input[type=submit]:hover {
  background-color: #6ECEB2;
}
.map_container .errmsg {
  margin-top: 5px;
  display: none;
  color: #495D63;
}
.map_container .switch_column {
  padding-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-direction: row;
      flex-direction: row;
}
.map_container .switch_block {
  color: #fff;
}
.map_container .switch_block span.title {
  color: #495D63;
  margin-left: 10px;
  font-size: 14px;
}
.map_container label.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  padding: 0 10px;
}
.map_container label.switch:nth-child(2) {
  margin-top: 10px;
}
.map_container label.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.map_container span.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CFD6DE;
  transition: 0.4s;
  border: 1px solid #ffffff;
}
.map_container span.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}
.map_container input:checked + span.slider {
  background-color: #495D63;
}
.map_container input:checked + span.slider:before {
  -ms-transform: translateX(15px);
      transform: translateX(15px);
}
.map_container .slider.round {
  border-radius: 34px;
}
.map_container .slider.round:before {
  border-radius: 50%;
}

.infoAdd h5 {
  font-size: 15px;
  color: #01426A;
}

.infostation {
  font-size: 13px;
  color: #848484;
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
}

.infotxt {
  font-size: 13px;
  color: #01426A;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 15px;
}
.infotxt img {
  width: 23px;
  height: 16px;
  margin-right: 10px;
}

.gm-style-iw-c {
  border-radius: 0 !important;
  padding: 10px !important;
}
.gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.stations .fl-col-group {
  padding: 0;
}

/*# sourceMappingURL=style.css.map */