/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: Divi
Version: 5.0.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
li.white,
a.white,
p.white {
  color: #fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black li,
.black a,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
li.black,
a.black,
p.black {
  color: #000;
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary li,
.primary a,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
li.primary,
a.primary,
p.primary {
  color: #32a709;
}

.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6,
.secondary li,
.secondary a,
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
li.secondary,
a.secondary,
p.secondary {
  color: #daf238;
}

.tertiary,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary h5,
.tertiary h6,
.tertiary li,
.tertiary a,
h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
li.tertiary,
a.tertiary,
p.tertiary {
  color: #e4debe;
}

/* background colors */
.bg-white,
a.bg-white {
  background-color: #fff;
}

.bg-black,
a.bg-black {
  background-color: #000;
}

.bg-primary,
a.bg-primary {
  background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
  background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
  background-color: #e4debe;
}

/* -- END COLORS -- */

/* -- TYPOGRAPHY -- */

.text-lowercase,
.text-lowercase h1,
.text-lowercase h2,
.text-lowercase h3,
.text-lowercase h4,
.text-lowercase h5,
.text-lowercase h6,
.text-lowercase li,
.text-lowercase a {
  text-transform: lowercase !important;
}

.text-uppercase,
.text-uppercase h1,
.text-uppercase h2,
.text-uppercase h3,
.text-uppercase h4,
.text-uppercase h5,
.text-uppercase h6,
.text-uppercase li,
.text-uppercase a {
  text-transform: uppercase !important;
}

.text-capitalize,
.text-capitalize h1,
.text-capitalize h2,
.text-capitalize h3,
.text-capitalize h4,
.text-capitalize h5,
.text-capitalize h6,
.text-capitalize li,
.text-capitalize a {
  text-transform: capitalize !important;
}

.text-transform-none,
.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5,
.text-transform-none h6,
.text-transform-none li,
.text-transform-none a {
  text-transform: none !important;
}

.font-weight-bold,
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold li,
.font-weight-bold a {
  font-weight: 700;
}

.font-weight-normal,
.font-weight-normal h1,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal li,
.font-weight-normal a {
  font-weight: 400;
}

.font-italic {
  font-style: italic;
}

.text-underline-none,
.text-underline-none a {
  text-decoration: none !important;
}

.text-underline,
.text-underline a {
  text-decoration: underline !important;
}

.text-nowrap,
.text-nowrap a {
  white-space: nowrap !important;
}

.text-wrap-normal,
.text-wrap-normal a {
  white-space: normal !important;
}

/* -- END TYPOGRAPHY -- */

/* -- TEMPLATE -- */

/* -- END TEMPLATE -- */

/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
  transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
#et-boc header .mobile_nav.opened .mobile_menu_bar::before {
  content: "\4d";
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu
  .menu-item-has-children
  .menu-item-has-children
  > a:first-child::after,
#et-secondary-nav
  .menu-item-has-children
  .menu-item-has-children
  > a:first-child::after,
#et-boc
  header
  .menu-item-has-children
  .menu-item-has-children
  > a:first-child::after {
  content: "5";
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a[href="#0"],
#et-boc header .et_mobile_menu .menu-item-has-children > a[href="#0"] {
  pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children,
#et-boc header .et_mobile_menu .menu-item-has-children {
  position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle,
#et-boc header .et_mobile_menu .sub-menu-toggle {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: 1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  top: 4px;
  right: 4px;
  cursor: pointer;
  text-align: center;
}

/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped {
  background-color: rgba(0, 0, 0, 0.1);
}

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before,
#et-boc header .et_mobile_menu .sub-menu-toggle::before {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
  font-size: 24px;
  text-transform: none;
  speak: none;
  content: "\33";
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped::before {
  content: "\32";
}

/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
  display: none !important;
  padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.03);
}

/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li,
#et-boc header .et_mobile_menu li li {
  padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a,
#et-boc header .et_mobile_menu li a {
  padding-left: 20px;
  padding-right: 20px;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a,
#et-boc header .et_mobile_menu li li a {
  padding-left: 40px;
  padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a,
#et-boc header .et_mobile_menu li li li a {
  padding-left: 60px;
  padding-right: 20px;
}

/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header
  #mobile_menu.et_mobile_menu
  .menu-item-has-children
  .sub-menu-toggle
  + a,
#et-boc header .et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
  padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a,
#et-boc header .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a,
#et-boc header .et_mobile_menu li.current-menu-item > a {
  font-weight: bolder;
}

/* -- END HEADER -- */

/* -- FOOTER -- */

/* - Bottom Bar - */
/* align modules: year, site name, pipe, and logo */
#fs-footer-bottom-bar .col-1 {
  display: flex;
  align-items: center;
}

/* FS logo link hover */
#fs-footer-bottom-bar .col-1 .et_pb_image {
  transition: 0.3s all ease-in-out;
}

#fs-footer-bottom-bar .col-1 .et_pb_image:hover {
  opacity: 0.8;
}

/* tablet */
@media (min-width: 550px) and (max-width: 980px) {
  #fs-footer-bottom-bar .et_pb_row {
    display: flex;
  }

  #fs-footer-bottom-bar .et_pb_row .et_pb_column {
    margin-bottom: 0;
  }

  #fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column_1_2,
  #fs-footer-bottom-bar
    .et_pb_gutters2.et_block_row.et_pb_row
    > .et_pb_column_1_2 {
    width: 48.5%;
  }

  #fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column,
  #fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column {
    margin-right: 3%;
  }

  #fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
    flex-direction: row;
  }

  #fs-footer-bottom-bar .col-1 {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

@media (max-width: 549px) {
  #fs-footer-bottom-bar .et_pb_row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }

  #fs-footer-bottom-bar .col-1 {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    float: none;
    justify-content: center;
    max-width: 100%;
    order: 2;
    text-align: center;
  }

  #fs-footer-bottom-bar .col-1 .year {
    float: none;
    margin-left: auto;
  }

  #fs-footer-bottom-bar .col-1 .pipe {
    float: none;
  }

  #fs-footer-bottom-bar .col-1 .et_pb_image {
    float: none;
    margin-right: auto;
  }

  #fs-footer-bottom-bar .col-1 .site-title {
    margin-left: 0;
    margin-right: 0;
  }

  #fs-footer-bottom-bar .col-2 {
    order: 1;
  }

  #fs-footer-bottom-bar .et_pb_social_media_follow {
    justify-content: center;
  }

  #fs-footer-bottom-bar .et_pb_row .et_pb_column {
    margin-bottom: 0;
  }
}

/* mobile */

/* -- END FOOTER -- */

/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
  /* hide on mobile */
  .hide-mobile {
    display: none;
  }
}

/* do for desktop */
@media screen and (min-width: 768px) {
  /* hide on desktop */
  .hide-desktop {
    display: none;
  }
}

/* -- END RESPONSIVE -- */

/* -- CHECKLIST -- */

.checklist ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.checklist ul li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
  margin-bottom: 30px !important;
}

@media (max-width: 638px) {
  .checklist-columns-2 ul li,
  .checklist-columns-3 ul li,
  .checklist-columns-4 ul li {
    margin-bottom: 20px !important;
  }

  .checklist-columns-2 ul li:last-child,
  .checklist-columns-3 ul li:last-child,
  .checklist-columns-4 ul li:last-child {
    margin-bottom: 0 !important;
  }
}

/* create columns of list items with this class */
@media (min-width: 639px) {
  .checklist-columns-2 ul::after,
  .checklist-columns-3 ul::after,
  .checklist-columns-4 ul::after {
    content: "";
    clear: both;
    display: table;
  }

  .checklist-columns-2 ul li,
  .checklist-columns-3 ul li,
  .checklist-columns-4 ul li {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .checklist-columns-2 ul li:nth-child(odd),
  .checklist-columns-3 ul li:nth-child(odd),
  .checklist-columns-4 ul li:nth-child(odd) {
    clear: both;
  }

  .checklist-columns-2-alt > ul,
  .checklist-columns-3-alt > ul,
  .checklist-columns-4-alt > ul {
    column-count: 2;
    column-gap: 20px;
  }

  .checklist-columns-2-alt ul li,
  .checklist-columns-3-alt ul li,
  .checklist-columns-4-alt ul li {
    break-inside: avoid-column;
  }
}

@media (min-width: 981px) {
  .checklist-columns-3 ul li,
  .checklist-columns-4 ul li {
    float: left;
    width: 33.333333%;
  }

  .checklist-columns-3 ul li:nth-child(odd),
  .checklist-columns-4 ul li:nth-child(odd) {
    clear: none;
  }

  .checklist-columns-3 ul li:nth-child(3n + 1),
  .checklist-columns-4 ul li:nth-child(3n + 1) {
    clear: both;
  }

  .checklist-columns-3-alt ul,
  .checklist-columns-4-alt ul {
    column-count: 3;
  }
}

@media (min-width: 1199px) {
  .checklist-columns-4 ul li {
    float: left;
    width: 25%;
  }

  .checklist-columns-4 ul li:nth-child(odd) {
    clear: none;
  }

  .checklist-columns-4 ul li:nth-child(3n + 1) {
    clear: none;
  }

  .checklist-columns-4 ul li:nth-child(4n + 1) {
    clear: both;
  }

  .checklist-columns-4-alt ul {
    column-count: 4;
  }
}

.checklist ul li::before {
  font-family: "ETModules";
  content: "\45";
  width: 20px;
  margin: 0;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #057dcd;
  /* set font size helps make icon sharper */
  font-size: 22px;
  font-weight: normal;
}

.pluslist ul li::before {
  content: "\e050";
}

.externallist ul li::before {
  content: "\e906";
}

/* -- END CHECKLIST -- */

/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et-pb-parallax-background {
  background-position: center center;
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
  padding-bottom: 1em;
}

p:last-child,
p:not(.has-background):last-child {
  padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
  padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */

/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
  width: 80%;
  margin: 10% auto;
  max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
  border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
  display: none;
}

/* -- END PASSWORD PROTECTED -- */

/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 2rem;
  background: rgba(90, 90, 90, 0.1);
  text-align: center;
}

/* -- END GRAVITY FORMS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li {
  margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
  display: table;
  font-size: 0.85em;
}

/* -- END BLOG -- */

/*------------------------------------------------
---------------- Custom Style Start ---------------
------------------------------------------------*/

html,
body {
  overflow-x: hidden;
}

body {
  font-weight: 400;
}

body .cmn-mdmText,
body .cmn-mdmText .et_pb_text_inner,
body .cmn-mdmText .et_pb_text_inner p,
body .cmn-mdmText .et_pb_text_inner a {
  font-weight: 500;
}

body #page-container .ppb-yellow-txt {
  color: #ffce75;
}

body #page-container .ppb-blue-txt {
  color: #057dcd;
}
body #page-container .inner_bnner h1 {
  padding-bottom: 0;
}
/*------------------------------------------------
---------------- Custom Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Header Style Start ---------------
------------------------------------------------*/

#main-header .container,
#main-footer .container,
#top-header .container {
  width: 91%;
}

body #main-header #et-top-navigation li a {
  font-weight: 400;
  transition: all 300ms ease-in-out;
}

body #page-container #main-header {
  z-index: 9999;
}

body #page-container #main-header #et-top-navigation {
  padding: 12px 0 0 0;
}

body #main-header.et-fixed-header #et-top-navigation li a {
  padding-bottom: 30px;
}

body #main-header #et-top-navigation .sub-menu,
body #main-header #et-top-navigation .sub-menu li a {
  width: unset;
}

body #main-header.et-fixed-header #et-top-navigation .sub-menu li a {
  padding: 6px 20px;
}

body #main-header.et-fixed-header #et-top-navigation .sub-menu {
  background: #ffffff;
}

body #main-header #et-top-navigation .sub-menu li a {
  white-space: nowrap;
}

body #main-header #et-top-navigation .sub-menu,
body #main-header #et-top-navigation .sub-menu li {
  padding: 0;
}

body #main-header #et-top-navigation .sub-menu li,
body #main-header #et-top-navigation .sub-menu li a {
  display: block !important;
}

body #main-header.et-fixed-header #et-top-navigation .sub-menu li a {
  color: #1e3d58 !important;
}
body #page-container #top-menu li {
  padding-right: 15px;
}
body #page-container #et-top-navigation .et-cart-info {
  margin: 18px 0 0 20px;
}
/*------------------------------------------------
---------------- Header Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Menu Button Style Strat ---------------
------------------------------------------------*/

body #page-container #main-header #et-top-navigation li.Ppb_menuBtn {
  padding-right: 0;
}

body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
  background: transparent;
  text-align: center;
  padding: 20px 30px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  font-weight: 700;
}

body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a:hover {
  background: #ffce75;
  opacity: 1;
  border: 1px solid #ffce75;
  color: #162535;
}

body
  #page-container
  #main-header.et-fixed-header
  #et-top-navigation
  li.Ppb_menuBtn
  a {
  padding: 16px 20px;
  color: #fff !important;
}

@media only screen and (max-width: 1360px) {
  body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
    padding: 16px 20px;
  }
  body #page-container #et-top-navigation .et-cart-info {
    margin: 15px 0 0 15px;
  }
}

@media only screen and (max-width: 980px) {
  body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
    padding: 11.75px 30px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
    padding: 10.75px 30px;
  }
}

/*------------------------------------------------
---------------- Menu Button Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Slider Style Start ---------------
------------------------------------------------*/
body #page-container .jeff-help-slider .slick-slide {
  display: flex;
}

body #page-container .jeff-help-slider .slick-slide .et_pb_image_wrap {
  height: 100%;
}

body #page-container .jeff-help-slider .slick-slide .et_pb_image_wrap img {
  object-fit: cover;
  object-position: center;
}

body #page-container .ppb-slider .slick-slide {
  margin: 0 15px;
}

body #page-container .ppb-slider .slick-list {
  padding-right: 130px;
}

body #page-container .slick-dots {
  padding-bottom: 0;
  bottom: -50px;
  padding: 0;
  left: -75px;
}

body #page-container .jeff-help-slider .slick-dots {
  left: 0;
}

body #page-container .slick-dots {
  padding-bottom: 0;
  bottom: -50px;
}

body #page-container .slick-dots li,
body #page-container .slick-dots li button {
  width: 8px;
  height: 8px;
  line-height: 8px;
}

body #page-container .slick-dots li button {
  padding: 0;
  border: 1px solid #1e3d58;
  background: transparent;
  border-radius: 100px;
}

body #page-container .slick-dots li.slick-active button {
  border: 1px solid #1e3d58;
  background: #1e3d58;
  width: 12px;
  height: 12px;
  line-height: 12px;
}

body #page-container .slick-dots li button:before {
  content: "";
  display: none;
}

/*------------------------------------------------
---------------- Slider Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Form Style Start ---------------
------------------------------------------------*/
body
  #page-container
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body
  #page-container
  div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="text"],
body #page-container .gform_wrapper select {
  height: 56px;
}

body
  #page-container
  .ppb-cta-form
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body
  #page-container
  .ppb-cta-form
  div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="text"],
body #page-container .ppb-cta-form .gform_wrapper select {
  height: 48px;
  border-radius: 8px;
}

body
  #page-container
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body #page-container .gform_wrapper textarea.textarea,
body
  #page-container
  div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="text"] {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  font-family: "Helvetica Neue Light", Helvetica, Arial, Lucida, sans-serif;
}
body
  #page-container
  .ppb-leardership-cta
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body #page-container .ppb-leardership-cta .gform_wrapper textarea.textarea,
body
  #page-container
  .ppb-leardership-cta
  div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="text"] {
  border: 1px solid #1e3d58;
  color: #1e3d58;
}

body #page-container .gfield_required {
  display: none;
}

body #page-container .gform_wrapper .gfield_label {
  font-weight: 400;
}

body
  #page-container
  .ppb-cta-form
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body #page-container .ppb-cta-form .gform_wrapper textarea.textarea,
body
  #page-container
  .ppb-cta-form
  div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="text"],
body #page-container .gform_wrapper select {
  background-color: #e6f4f9;
  border: 1px solid #fff;
  font-size: 16px;
  color: #1e3d58;
}
body #page-container #kajabi-form .kajabi-form__form-item input,
body #page-container #kajabi-form .kajabi-form__form-item textarea,
body #page-container #kajabi-form .kajabi-form__form-item select {
  border: 1px solid #1e3d58;
  color: #1e3d58;
  background-color: transparent;
  font-size: 16px;
  padding: 16px;
  border-radius: 8px;
  font-family: "Helvetica Neue Light", Helvetica, Arial, Lucida, sans-serif;
  height: 56px;
}
body
  #page-container
  .ppb-footer-form
  .gform_wrapper.gravity-theme
  .gform_fields {
  display: flex;
}

body
  #page-container
  .ppb-footer-form
  .gform_wrapper.gravity-theme
  .ginput_container,
body #page-container .ppb-footer-form .gfield--type-email,
body
  #page-container
  .ppb-footer-form
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  max-width: 228px;
}

body #page-container .gform_wrapper input[type="submit"],
body #page-container .gform_wrapper button[type="submit"] {
  margin-top: 0;
  height: 56px;
  background: #057dcd;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 8px;
  width: 123px;
  border: none !important;
  font-family: "Helvetica Neue Light", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 1px;
  min-width: 119px;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
body #page-container #kajabi-form .kajabi-form__btn {
  background-color: #057dcd !important;
  margin-top: 0;
  height: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  width: 123px;
  border: none !important;
  font-family: "Helvetica Neue Light", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 1px;
  min-width: 119px;
  cursor: pointer;
  margin-left: -5px;
}
body #page-container #kajabi-form.kajabi-form--inline {
  padding: 0;
}
body #page-container #kajabi-form .kajabi-form__content {
  max-width: 100%;
}
body #page-container #kajabi-form .kajabi-form__content fieldset {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
body #page-container #kajabi-form .kajabi-form__btn:hover {
  background-color: #ffce75 !important;
  color: #1e3d58 !important;
}
body #page-container .ppb-footer-form .gform_footer {
  display: none;
}

body #page-container .gform_wrapper.gravity-theme input[type="submit"]:hover,
body #page-container .gform_wrapper button[type="submit"]:hover {
  background: #ffce75;
  color: #1e3d58;
}

body
  #page-container
  .ppb-footer-form
  .gform_wrapper.gravity-theme
  .gform_validation_errors {
  position: absolute;
  bottom: 100%;
  background: #ffffff;
  z-index: 9;
}

body
  #page-container
  .ppb-footer-form
  .gform_wrapper
  .gfield_description.gfield_validation_message {
  position: absolute;
  background: #ffffff;
  z-index: 9;
}
body #page-container #kajabi-form .kajabi-form__form-item {
  margin-block-end: 0px;
}
/* Chrome, Safari, and Opera */
::-webkit-input-placeholder {
  color: #ffffff;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

/* IE 10-11 */
:-ms-input-placeholder {
  color: #ffffff;
}

/* Edge Legacy */
::-ms-input-placeholder {
  color: #ffffff;
}

/* Standard modern syntax */
::placeholder {
  color: #ffffff;
  opacity: 1;
}

/* Chrome, Safari, and Opera */
body #page-container .ppb-leardership-cta ::-webkit-input-placeholder,
body #page-container .ppb-cta-form ::-webkit-input-placeholder,
body #page-container #kajabi-form ::-webkit-input-placeholder {
  color: #1e3d58;
}

/* Firefox 19+ */
body #page-container .ppb-leardership-cta ::-moz-placeholder,
body #page-container #kajabi-form ::-moz-placeholder,
body #page-container .ppb-cta-form ::-moz-placeholder {
  color: #1e3d58;
  opacity: 1;
}

/* IE 10-11 */
body #page-container #kajabi-form :-ms-input-placeholder,
body #page-container .ppb-leardership-cta :-ms-input-placeholder,
body #page-container .ppb-cta-form :-ms-input-placeholder {
  color: #1e3d58;
}

/* Edge Legacy */
body #page-container #kajabi-form ::-ms-input-placeholder,
body #page-container .ppb-leardership-cta::-ms-input-placeholder,
body #page-container .ppb-cta-form ::-ms-input-placeholder {
  color: #1e3d58;
}

/* Standard modern syntax */
body #page-container #kajabi-form ::placeholder,
body #page-container .ppb-leardership-cta ::placeholder,
body #page-container .ppb-cta-form ::placeholder {
  color: #1e3d58;
  opacity: 1;
}

body #page-container .ppb-cta-form textarea {
  max-height: 92px;
  margin-top: 0 !important;
}

body #page-container .ppb-cta-form .gform-footer {
  align-items: center;
  margin-top: 0;
}

body
  #page-container
  .ppb-footer-form
  .gform_confirmation_wrapper
  .gform_confirmation_message {
  color: #fff;
}

body
  #page-container
  .ppb-leardership-cta
  .gform_confirmation_wrapper
  .gform_confirmation_message {
  color: #1e3d58;
}

body
  #page-container
  .ppb-cta-form
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body #page-container .ppb-cta-form .gform_wrapper textarea.textarea,
body
  #page-container
  .ppb-cta-form
  div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="text"],
body #page-container .gform_wrapper select {
  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
  margin-top: 0 !important;
}
body #page-container .ppb-cta-form .signup-terms a {
  text-decoration: underline;
}
body #page-container .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 1%;
  grid-row-gap: 10px;
}
body
  #page-container
  .gform_wrapper
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked
  + label:before {
  background-image: url(/wp-content/uploads/check-mark.png);
  width: 18px;
  height: 18px;
  z-index: 99999999;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(39deg) brightness(112%) contrast(92%);
}
/*------------------------------------------------
---------------- Form Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Select Icon Style Strat ---------------
------------------------------------------------*/
select {
  background-image: url(/wp-content/uploads/dropdown-icon.svg) !important;
  background-position: 97% 21px !important;
  background-repeat: no-repeat !important;
}

select {
  appearance: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*------------------------------------------------
---------------- Select Icon Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Custom Social Icon Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Checkbox Style Start ---------------
------------------------------------------------*/
.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"] {
  opacity: 0;
}

.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"] + label {
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}

.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"] + label:before,
.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* after */
.gform_wrapper
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:not(:checked)
  + label:after {
  width: 14px;
  height: 14px;
  border: 2px solid #1e3d58;
  border-radius: 3px;
  background-color: #fff;
  top: 3px;
}

.gform_wrapper
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked
  + label:after {
  top: 3px;
  width: 14px;
  height: 14px;
  border: 2px solid #057dcd;
  background-color: #057dcd;
  z-index: 0;
  border-radius: 3px;
}

.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice {
  position: relative;
}

.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"] {
  position: absolute;
}

.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice {
  margin-bottom: 5px;
}

.signup-terms {
  text-align: left;
  margin-left: 20px;
}

.signup-terms a {
  color: #057dcd;
}

.signup-terms a:hover {
  color: #ffce75;
}

/* @media only screen and (max-width: 1366px) {
 .gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:checked + label::after,	
.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:not(:checked) + label::after {
  width: 18px;
  height: 18px;   
  border-radius: 3px !important;  
  top: 5px;
	border: 1px solid #1E3D58;

}	
.gform_wrapper .gfield_checkbox .gchoice input[type="checkbox"]:checked + label::before {  
  width: 5px;
  height: 13px;  
  top: 3px;
}	
} */
/*------------------------------------------------
---------------- Checkbox Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Scroll Top Style Strat ---------------
------------------------------------------------*/
body .et_pb_scroll_top.et-pb-icon {
  border-radius: 0;
  background: #057dcd;
  height: 60px;
  line-height: 60px;
  padding: 0;
}

/*------------------------------------------------
---------------- Scroll Top Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Footer Style Start ---------------
------------------------------------------------*/
body #page-container footer .widget_nav_menu {
  margin-bottom: 0;
}

body #page-container .ppb-footer-menu {
  padding-right: 0 !important;
}
body #page-container .ppb-footer-menu li {
  margin-bottom: 15px;
}
body #page-container .ppb-footer-menu li a {
  text-underline-offset: 5px;
  text-decoration: underline;
}

/*------------------------------------------------
---------------- Footer Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Woocommerce Style Start ---------------
------------------------------------------------*/
body.woocommerce-cart #page-container .product-remove {
  width: 30px;
	background: transparent;
    border: none;
	
}
body.woocommerce-cart #page-container .product-thumbnail {
  width: 115px;
}
body.woocommerce-cart table.cart button[name="update_cart"]:not([disabled]) {
  border: 1px solid #057dcd;
  color: #057dcd;
}
body.woocommerce-cart #page-container .product-name a:hover{
	color: #FFCE75;
}
body.woocommerce-cart table.cart button[name="update_cart"]:not([disabled]):hover {
  color: #1e3d58;
}
body #page-container #et-boc #et-main-area .single_add_to_cart_button,
body #page-container #et-boc #et-main-area .add_to_cart_button,
body #page-container #et-boc #et-main-area .et_pb_wc_related_products li .button,
body.woocommerce #page-container #et-boc #et-main-area ul.products li.product .button,
body.woocommerce-page.et_pb_button_helper_class #page-container #et-boc #et-main-area a.button,
body.woocommerce-page.et_pb_button_helper_class #page-container #et-boc #et-main-area button.button,
body.woocommerce-page #page-container #et-boc #et-main-area button.button{
  background-color: #057dcd !important;
  color: #ffffff !important;
  font-size: 16px !important;
  letter-spacing: 0px !important;
  padding-top: 10px !important;
  padding-right: 25px !important;
  padding-bottom: 10px !important;
  padding-left: 25px !important;
  border-radius: 8px;
  border: none !important;
}
body.woocommerce-page #page-container #et-boc #et-main-area a.checkout-button{
	padding: 1em;
}
body #page-container #et-boc #et-main-area .single_add_to_cart_button:hover,
body #page-container #et-boc #et-main-area .add_to_cart_button:hover,
body #page-container #et-boc #et-main-area .et_pb_wc_related_products li .button:hover,
body.woocommerce #page-container #et-boc #et-main-area ul.products li.product .button:hover,
body.woocommerce-page.et_pb_button_helper_class #page-container #et-boc #et-main-area a.button:hover,
body.woocommerce-page.et_pb_button_helper_class #page-container #et-boc #et-main-area button.button:hover,
body.woocommerce-page #page-container #et-boc #et-main-area button.button:hover{
  background-color: #ffce75 !important;
  color: #1f3d58 !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {    
    background-color: transparent;
     
}
body #page-container #et-boc #et-main-area .single_add_to_cart_button:after,
body #page-container #et-boc #et-main-area .add_to_cart_button:after,
body #page-container #et-boc #et-main-area .et_pb_wc_related_products li .button:after,
body.woocommerce ul.products li.product .button:after,
body.woocommerce-page.et_pb_button_helper_class #page-container #et-boc #et-main-area a.button:after,
body.woocommerce-page.et_pb_button_helper_class #page-container #et-boc #et-main-area button.button:after {
  display: none;
}
body #page-container #et-boc #et-main-area .et_pb_shop .woocommerce-result-count,
body #page-container #et-boc #et-main-area .et_pb_shop .woocommerce-ordering {
  display: none;
}
body #page-container #et-boc #et-main-area ul.products li.product a img,
body.woocommerce-page #page-container #et-boc #et-main-area ul.products li.product a img {
  max-height: 275px;
  height: 30vw;
  object-fit: cover;
  object-position: center;
}
body #page-container #et-boc #et-main-area ul.products,
body #page-container #et-boc #et-main-area .et_pb_wc_related_products ul {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  margin-left: -10px;
}
body.woocommerce-account #page-container #et-boc #et-main-area .woocommerce-MyAccount-navigation ul li a {
  color: #1e3d58;
}
body.woocommerce-account #page-container #et-boc #et-main-area .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffce75;
}
body.woocommerce-account #page-container #et-boc #et-main-area .woocommerce-MyAccount-navigation ul li {
  padding-left: 0;
}
body.woocommerce-account  #page-container #et-boc #et-main-area .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
body.woocommerce-account #page-container #et-boc #et-main-area .woocommerce-MyAccount-navigation { 
box-shadow: 0 2px 18px rgba(0, 0, 0, 0.05);
  padding: 15px;
  background: #ffffff;
}
body #page-container #et-boc #et-main-area ul.products li.product .button,
body #page-container #et-boc #et-main-area .et_pb_wc_related_products li .button {
  position: absolute;
  bottom: 15px;
}
body #page-container #et-boc #et-main-area ul.products li.product,
body #page-container #et-boc #et-main-area .et_pb_wc_related_products li {
  padding-bottom: 100px !important;
}
body #page-container #et-boc #et-main-area ul.et_pb_tabs_controls {
  background-color: transparent;
}
body #page-container #et-boc #et-main-area ul.products li.product,
body #page-container #et-boc #et-main-area .et_pb_wc_related_products li {
  background: #fff;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.05);
  padding: 0px 15px 15px 15px;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}
body.woocommerce-account #page-container #et-boc #et-main-area h2,
body.woocommerce-account #page-container #et-boc #et-main-area .woocommerce-MyAccount-content header.woocommerce-Address-title h2 {
  font-weight: 400;
  font-size: 24px;
}
body #page-container #et-boc #et-main-area .et_pb_wc_tabs .description_tab {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
body.woocommerce-order-received .ppb-chckout-wrap .et_pb_column:nth-child(1) {
  display: none;
}
body.woocommerce-order-received .ppb-chckout-wrap .et_pb_column:nth-child(2) {
  width: 100%;
}
body.woocommerce-order-received
  .ppb-chckout-wrap
  .et_pb_wc_checkout_payment_info {
  background: transparent;
}
body #page-container #et-boc #et-main-area .woocommerce-order-details__title,
body #page-container #et-boc #et-main-area .woocommerce-column__title {
  font-weight: 400 !important;
	font-size: 30px;
}
body.woocommerce-account.et_pb_button_helper_class #page-container #et-boc #et-main-area  a.button{
	background-color: #FFCE75 !important;
	padding: 12px 30px !important;	 
	color: #162535 !important;
	border: none !important;
	
}
body.woocommerce-account.et_pb_button_helper_class #page-container #et-boc #et-main-area  a.button:hover{
	background: #162535 !important;
	color: #fff !important;
}
body.woocommerce-account #page-container #et-boc #et-main-area  a.button:after{
	display: none !important;
}
body
  #page-container
  #et-boc
  #et-main-area
  ul.products
  li.product
  .et_shop_image,
body
  #page-container
  #et-boc
  #et-main-area
  .et_pb_wc_related_products
  li
  .et_shop_image {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body
  #page-container
  #et-boc
  #et-main-area
  .et_pb_wc_related_products
  li
  .et_shop_image
  .et_overlay {
  display: none;
}
body
  #page-container
  #et-boc
  #et-main-area
  .et_pb_shop
  .woocommerce-notices-wrapper {
  display: none;
}
body.woocommerce #page-container #et-boc #et-main-area #respond input#submit,
body.woocommerce-page
  #page-container
  #et-boc
  #et-main-area
  #respond
  input#submit,
body.woocommerce #content input.button,
body.woocommerce-page
  #page-container
  #et-boc
  #et-main-area
  #content
  input.button,
body #page-container #et-boc #et-main-area .woocommerce-message,
body #page-container #et-boc #et-main-area .woocommerce-error,
body #page-container #et-boc #et-main-area .woocommerce-info {
  background: #057dcd !important;
  font-size: 15px !important;
}
body.single-product #page-container #main-header {
  background-color: #057dcd;
}
body.woocommerce-checkout #page-container #et-boc #et-main-area .et_pb_wc_checkout_payment_info{
	    background: #e6f4f9;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.et_pb_wc_cart_totals .select2-container--default .select2-selection--single,
.et_pb_wc_checkout_billing
  .select2-container--default
  .select2-selection--single,
.et_pb_wc_checkout_shipping
  .select2-container--default
  .select2-selection--single,
body
  #page-container
  #et-boc
  #et-main-area
  .et_pb_wc_checkout
  .et_pb_wc_checkout_section
  .form-row
  input.input-text,
body
  #page-container
  #et-boc
  #et-main-area
  .et_pb_wc_checkout_section
  .form-row
  textarea,
body
  #page-container
  #et-boc
  #et-main-area
  .et_pb_wc_checkout_section
  .form-row
  input.input-text,
body
  #page-container
  #et-boc
  #et-main-area
  .et_pb_wc_checkout_section
  .form-row
  textarea,
:where(.woocommerce)
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  padding: 13px 15px;
  border-radius: 8px;
  background-color: #e6f4f9;
  border: 1px solid #fff;
  font-size: 16px;
  color: #1e3d58 !important;
  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
	     
}
.et_pb_wc_checkout_billing .select2-container--default .select2-selection--single{
 min-height: 55px;	
}
:where(.woocommerce) .select2-container .select2-dropdown,
:where(.woocommerce) .select2-container .select2-selection {
  border: none;
}
.et_pb_wc_cart_totals
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
.et_pb_wc_checkout_billing
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
.et_pb_wc_checkout_shipping
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  color: #1e3d58 !important;
border: none;
padding: 0;	  
}
body.woocommerce-checkout .product-name a{
	color: #2ea3f2;
}
body.woocommerce-checkout .product-name a:hover{
	color: #FFCE75;
}
/* Chrome, Safari, Opera */
.woocommerce-input-wrapper ::-webkit-input-placeholder {
  color: #1e3d58;
}

/* Firefox 19+ */
.woocommerce-input-wrapper ::-moz-placeholder {
  color: #1e3d58;
  opacity: 1;
}

/* IE 10-11 */
.woocommerce-input-wrapper :-ms-input-placeholder {
  color: #1e3d58;
}

/* Microsoft Edge (Legacy) */
.woocommerce-input-wrapper ::-ms-input-placeholder {
  color: #1e3d58;
}

/* Standard Modern Rule */
.woocommerce-input-wrapper ::placeholder {
  color: #1e3d58;
  opacity: 1;
}
.et_pb_wc_checkout_payment_info form .form-row{
	margin-top: 0;
}
/*------------------------------------------------
---------------- Woocommerce Style End ---------------
------------------------------------------------*/

/*------------------------------------------------
---------------- Checkbox Style Start ---------------
------------------------------------------------*/
 body #page-container .woocommerce-form__label-for-checkbox input[type="checkbox"] {
accent-color: #057DCD;
 -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
top: -5px;
    position: relative;
}
 
 

}
 /*------------------------------------------------
---------------- Checkbox Style End ---------------
------------------------------------------------*/
/*------------------------------------------------
---------------- Responsive Style Start ---------------
------------------------------------------------*/
@media only screen and (min-width: 1921px) {
  body #page-container .testimonial-video-slider,
  body #page-container .jeff-help-slider {
    max-width: 1480px !important;
    padding-left: 4% !important;
    margin: 0 auto !important;
  }
  body #page-container .testimonial-video-slider .slick-dots {
    left: -5px;
  }
}

@media only screen and (min-width: 981px) {
  body #page-container .woocommerce-cart-form .shop_table tr .product-name {
    width: 50%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1440px) {
  body #page-container .jeff-help-slider {
    /*max-width: 1225px !important;*/

    padding-left: 10% !important;
  }
  body #page-container .ppb-slider .slick-list {
    padding-right: 100px;
  }
  body #page-container .jeff-help-slider .slick-dots {
    left: 0;
  }
	body #page-container #et-boc #et-main-area .woocommerce-order-details__title,
body #page-container #et-boc #et-main-area .woocommerce-column__title {
   
	font-size: 26px;
}
}

@media only screen and (max-width: 1280px) {
  body #main-header #et-top-navigation li {
    padding-right: 14px;
  }

  body #main-header #et-top-navigation li a {
    font-size: 14px;
  }
	body.woocommerce-account.et_pb_button_helper_class #page-container #et-boc #et-main-area a.button {    
    padding: 8px 20px !important;
    color: #162535 !important;    
    font-size: 15px !important;
}
}

@media only screen and (max-width: 1170px) {
  body #main-header #et-top-navigation li a {
    font-size: 12px;
  }
  body #main-header #et-top-navigation li {
    padding-right: 10px;
  }
  body #page-container #et-boc #et-main-area ul.products li.product a img,
  body.woocommerce-page
    #page-container
    #et-boc
    #et-main-area
    ul.products
    li.product
    a
    img {
    max-height: 250px;
  }
}

@media only screen and (max-width: 980px) {
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped,
  #et-boc header .et_mobile_menu .sub-menu-toggle.popped,
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle,
  #et-boc header .et_mobile_menu .sub-menu-toggle {
    background-color: transparent;
  }
	body.woocommerce-checkout #page-container h3  {
		font-size: 24px;
	}
	body #page-container #et-boc #et-main-area .woocommerce-order-details__title,
body #page-container #et-boc #et-main-area .woocommerce-column__title {
   
	font-size: 24px;
}	
  body
    #page-container
    .ppb-footer-form
    .gform_wrapper.gravity-theme
    .gform_fields {
    column-gap: 10px;
  }

  body #page-container .ppb-footer-menu {
    display: block;
  }
	body.woocommerce-account.woocommerce-orders #page-container .woocommerce-MyAccount-content .woocommerce-info{
	display: flex;
    flex-direction: column-reverse;	
	}
	body.woocommerce-account.woocommerce-orders #page-container .woocommerce-MyAccount-content .woocommerce-info a.button{
	max-width: 202px;
    margin-top: 15px;
	}
  body #page-container .ppb-slider .slick-list {
    padding-right: 0px;
  }

  body #page-container .slick-dots {
    left: 0px;
  }

  body #page-container #et-boc #et-main-area ul.products li.product a img,
  body.woocommerce-page
    #page-container
    #et-boc
    #et-main-area
    ul.products
    li.product
    a
    img {
    height: 65vw;
    max-height: 300px;
  }

  body #page-container .ppb-slider .slick-slide {
    margin: 0;
  }

  body #page-container .ppb-col-block .et_pb_column_empty {
    display: block !important;
  }

  body #page-container #main-header .et_mobile_menu {
    background-color: rgb(255 255 255);
    padding: 0;
  }

  body #page-container #main-header .et_mobile_menu li a {
    color: #162535;
    padding-left: 0;
    padding-right: 0;
  }
  body #main-header #et-top-navigation li {
    padding-right: 0px;
  }

  body
    #page-container
    #main-header
    #mobile_menu.et_mobile_menu
    li.current-menu-item:not(.Ppb_menuBtn)
    > a,
  body #page-container #et-boc header .et_mobile_menu li.current-menu-item > a {
    font-weight: 600;
    color: #057dcd;
  }

  body
    #page-container
    #main-header
    .et_mobile_menu
    .menu-item-has-children
    > a {
    font-weight: 400;
  }
  body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a {
    background: #057dcd;
  }
  body #page-container #main-header #et-top-navigation li.Ppb_menuBtn a:hover {
    background: #ffce75 !important;
    color: #162535 !important;
  }

  body #page-container #main-header .et_mobile_menu {
    padding: 0px 15px 15px 15px !important;
  }
  body #page-container #main-header .et_mobile_menu li .sub-menu {
    background-color: transparent !important;
  }
  body #page-container #main-header .et_mobile_menu li a:hover {
    background: transparent !important;
  }

  body #page-container #et-boc #et-main-area ul.products,
  body #page-container #et-boc #et-main-area .et_pb_wc_related_products ul {
    column-gap: 0;
    margin-left: 0;
    flex-wrap: wrap;
  }
  body #page-container #et-boc #et-main-area ul.products li.product,
  body #page-container #et-boc #et-main-area .et_pb_wc_related_products li {
    width: 48% !important;
    margin: 1% !important;
    margin-bottom: 0 !important;
  }
  body #page-container #et-boc #et-main-area .single_add_to_cart_button,
  body #page-container #et-boc #et-main-area .add_to_cart_button,
  body
    #page-container
    #et-boc
    #et-main-area
    .et_pb_wc_related_products
    li
    .button,
  .woocommerce ul.products li.product .button {
    font-size: 14px !important;
    padding-top: 12px !important;
    padding-right: 25px !important;
    padding-bottom: 12px !important;
    padding-left: 25px !important;
  }
  .woocommerce .quantity input.qty,
  .woocommerce-page .quantity input.qty,
  .woocommerce #content .quantity input.qty,
  .woocommerce-page #content .quantity input.qty,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .et_pb_wc_cart_totals .select2-container--default .select2-selection--single,
  .et_pb_wc_checkout_billing
    .select2-container--default
    .select2-selection--single,
  .et_pb_wc_checkout_shipping
    .select2-container--default
    .select2-selection--single {
    font-size: 14px;
    padding: 13px 5px;
  }
  body #page-container #et-boc #et-main-area .woocommerce-order-details__title,
  body #page-container #et-boc #et-main-area .woocommerce-column__title {
    font-size: 20px;
  }
  body #page-container #et-top-navigation .et-cart-info {
    margin: 5px 15px 0 0px;
  }
  body.woocommerce-order-received
    .ppb-chckout-wrap
    .woocommerce-order-overview {
    margin-bottom: 0;
  }
  body #main-header #et-top-navigation .sub-menu {
    padding-left: 15px !important;
  }
body #main-header #et-top-navigation .mobile_menu_bar {
  padding-bottom: 0;
}	
	body #page-container .woocommerce-form__label-for-checkbox input[type="checkbox"] {  ;
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);    
    top: -2px;
    
}
body.woocommerce-account #page-container #et-boc #et-main-area h2,
body.woocommerce-account #page-container #et-boc #et-main-area .woocommerce-MyAccount-content header.woocommerce-Address-title h2 {
  font-weight: 400;
  font-size: 20px;
}	
}

@media only screen and (max-width: 768px) {
  body #page-container #et-boc #et-main-area ul.products li.product,
  body #page-container #et-boc #et-main-area .et_pb_wc_related_products li {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
  }
  body.woocommerce-order-received
    .ppb-chckout-wrap
    .woocommerce-order-overview__order {
    margin-bottom: 15px;
  }
  body #page-container .ppb-slider .slick-list {
    padding-right: 0px;
  }

  body #page-container .ppb-slider .slick-slide {
    margin: 0;
  }

  body #page-container .ppb-cta-form .gform-footer {
    flex-direction: column-reverse;
    row-gap: 15px;
  }
  body #page-container .signup-terms {
    margin-left: 0px;
  }
  body #page-container .ppb-cta-form .gform_wrapper input[type="submit"] {
    align-self: flex-start;
  }
  body #page-container #kajabi-form .kajabi-form__form-item {
    position: relative;
    margin-block-end: 5px;
    width: calc((100% - 5px) / 2);
  }
		body #page-container #et-boc #et-main-area .woocommerce-order-details__title,
body #page-container #et-boc #et-main-area .woocommerce-column__title {
   
	font-size: 20px;
}
  body #page-container #kajabi-form .kajabi-form__btn {
    width: 100%;
    margin-left: 0;
    margin-top: -5px;
	height: unset;
  }
  body #page-container #kajabi-form .kajabi-form__content fieldset {
    column-gap: 5px;
    flex-wrap: wrap;
  }
  body.woocommerce-order-received
    .ppb-chckout-wrap
    .woocommerce-column--shipping-address {
    margin-top: 20px;
  }
  body #page-container .gform_wrapper input[type="submit"], body #page-container .gform_wrapper button[type="submit"] { 
   width: 100%;
  }
  body #page-container #kajabi-form .kajabi-form__form-item input,
  body #page-container #kajabi-form .kajabi-form__form-item textarea,
  body #page-container #kajabi-form .kajabi-form__form-item select{
	height: 46.5px;
  }
}

@media only screen and (max-width: 767px) {
  body #page-container .ppb-col-block .et_pb_column_empty {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  body #page-container #kajabi-form .kajabi-form__form-item {
    width: 100%;
  }
	body #page-container #main-header #et-top-navigation{
	display: flex;
  align-items: center;	
	}	
body #page-container #main-header .logo_container { 
  top: 8px;
}
}

@media only screen and (max-width: 480px) {
  body #page-container .ppb-slider .slick-list {
    padding-right: 0px;
  }

  body #page-container .ppb-grid-2col {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  body #page-container .ppb-main-hero .ppb-col-block {
    margin-top: -18vw !important;
  }

  body
    #page-container
    .ppb-footer-form
    .gform_wrapper.gravity-theme
    .gform_fields {
    flex-direction: column;
  }

  body
    #page-container
    .ppb-footer-form
    .gform_wrapper.gravity-theme
    .ginput_container,
  body #page-container .ppb-footer-form .gfield--type-email,
  body
    #page-container
    .ppb-footer-form
    .gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    max-width: 100%;
  }

  body #page-container .ppb-footer-form .gform_wrapper input[type="submit"] {
    width: 100%;
  }
}

/*------------------------------------------------
---------------- Responsive Style Start ---------------
------------------------------------------------*/

/*-------------Blog Style Strat -----------------------*/

.blog_filtergrid .dp-dfg-item {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.blog_filtergrid .dp-dfg-header {
  padding: 16px 0 12px;
}

.blog_filtergrid .read-more-wrapper {
  align-self: end;
  padding-top: 12px;
}

.blog_filtergrid .entry-title {
  margin: 18px 0 14px;
}

/*-------------- Blog Style End --------------------*/

/* -- RECAPTCHA BADGE -- */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  z-index: 9;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
body .grecaptcha-badge {
  visibility: visible;
}

/* .et-cart-info {
    display: none !important;
} */
/****** Cart Count Style******/
.et-cart-info {
  position: relative;
  display: inline-block;
}

.jh-cart-count {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  background: #ffffff;
  color: #057dcd;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  z-index: 999;
}

.jh-cart-count:before {
  display: none;
}


.number-blurb .et_pb_module_header{
	margin-bottom: 16px;
}

.number-style  .et_pb_text_inner{
	background: #057dcd;
  font-weight: bold;
  font-size: 22px;
	width: 54px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
	position: absolute;
	  top: 0;
	  left: 0;
		border: 7px solid #f1f2f2;
}
.number_style_white .et_pb_text_inner{
	border-color: #fff;
}
.number-blurb .et_pb_blurb_container{
	margin-left: 70px!important;
}

.dashed-line{
	position: relative;
}

.dashed-line::before{
	content: "";
	display: block;
	width: 1px;
	height: 77%;
	position: absolute;
	left: 26px;
	background: url('/wp-content/uploads/Dashed.svg');
	background-size: revert;
	background-repeat: repeat;
	top: 14px;
	opacity: 0.8;

}
.big_dashed_line:before{
	height: 95%;
}

/* Update */

.white-effect .dashed-line::before{
	filter: brightness(0) invert(1) !important; 
}

.white-effect .number-style  .et_pb_text_inner{
	border-color: #0061a2!important;
}

/**2 Columns checklist**/
body .checklist_2_colr ul li{
    padding-bottom: 0;
    margin-bottom: 6px !important;
}
/**Common Accordion**/
body #page-container .cmn_accord .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: '\4b';
    color: #1e3d58;
    font-size: inherit;
}
@media (max-width: 767px){
    body #page-container .cmn_accord .et_pb_toggle_title {
        padding-right: 30px;
    }
    body #page-container .cmn_accord .et_pb_accordion_item{
        padding: 15px
    }
}
/**Banner jumps on load**/
body #page-container .inner_bnner{
    padding-top: 179px !important;
}
body #page-container .et_pb_section.ppb-main-hero{
/* 	padding-top: 20vw !important; */
	padding-top: 284px !important;
}
body #page-container .ppb-main-hero.et_pb_section {
    margin-top: 0 !important;
}
@media (max-width: 1279px){
    body #page-container .inner_bnner{
        padding-top: 154px !important;
    }
	body #page-container .et_pb_section.ppb-main-hero{
        padding-top: 214px !important;
    }
}
@media (max-width: 980px){
    body #page-container .inner_bnner{
        padding-top: 136px !important;
    }
	body #page-container .et_pb_section.ppb-main-hero{
        padding-top: 179px !important;
    }
}
@media (max-width: 767px){
    body #page-container .inner_bnner{
        padding-top: 119px !important;
    }
	body #page-container .et_pb_section.ppb-main-hero{
        padding-top: 122px !important;
    }
}
/**Blog featured img fix**/
@media (max-width: 980px){
    body .blog_filtergrid .dp-dfg-item .dp-dfg-image img{
        aspect-ratio: 2/1;
        object-fit: cover;
    }
}
/**Cart Remove icon fix**/
.woocommerce a.remove{
	line-height: .91em;
}
/**Contact forms button height**/
@media (max-width: 980px){
	body #page-container .ppb-cta-form .gform_wrapper input[type="submit"],
	body #page-container .ppb-cta-form .gform_wrapper button[type="submit"]{
		height: 48.5px;
	}
}
@media (max-width: 767px){
	body #page-container .ppb-cta-form .gform_wrapper input[type="submit"],
	body #page-container .ppb-cta-form .gform_wrapper button[type="submit"]{
		height: 46.5px;
	}
}