/*
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: 30px;
  height: 30px;
  line-height: 30px;
  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: 30px;
  font-size: 22px;
  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: 35px;
  padding-right: 15px;
}
/* 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 8px !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 {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/Checklist-Icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 3px;
}
.checklist_white ul li::before {
  background-image: url("/wp-content/uploads/Check-White-Icon.svg");
}

.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 -- */
/* Wrapper */
.custom-search .et_pb_searchform > div {
  position: relative;
}
/*------------------------------------------------
---------------- Common Css---------------
------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0;
}

body #page-container .et_pb_button {
  line-height: 1 !important;
  transition: all 0.4s ease-in-out !important;
}

/*------------------------------------------------
---------------- Header---------------
------------------------------------------------*/
/* Input */
.custom-search.et_pb_search {
  border: 0px !important;
  border-radius: 0px !important;
  overflow: hidden;
}
.custom-search .et_pb_searchform {
  width: 114px;
}
.et_pb_search input.et_pb_searchsubmit {
  min-height: 100% !important;
  background-color: transparent !important;
  cursor: pointer;
}
#page-container .custom-search .et_pb_s {
  width: 100%;
  height: 48px !important;
  padding: 0 8px 0 39px !important;
  border: 1px solid #2a4f3a !important;
  border-radius: 8px !important;
  background: transparent;
  font-size: 16px;
  color: #2a4f3a;
  box-shadow: none !important;
}

/* Placeholder */
.custom-search .et_pb_s::placeholder {
  content: "";
  color: #2a4f3a;
  opacity: 1;
}
.custom-search input.et_pb_s::placeholder {
  color: #2a4f3a !important;
  opacity: 1; /* Firefox */
}

.custom-search input.et_pb_s::-webkit-input-placeholder {
  color: #2a4f3a !important;
}

.custom-search input.et_pb_s::-moz-placeholder {
  color: #2a4f3a !important;
  opacity: 1;
}

.custom-search input.et_pb_s:-ms-input-placeholder {
  color: #2a4f3a !important;
}

.custom-search input.et_pb_s::-ms-input-placeholder {
  color: #2a4f3a !important;
}
.custom-search .et_pb_searchsubmit {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: none;
  background: transparent url("/wp-content/uploads/Search-Icon.svg") center
    center no-repeat;
  background-size: 18px;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  cursor: pointer;
}

/* Menu Module */
.hamburger-menu {
  position: relative;
}
.hamburger-menu .et_mobile_menu {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
/* Chrome, Edge, Safari */
.hamburger-menu .et_mobile_menu::-webkit-scrollbar {
  width: 6px;
}

.hamburger-menu .et_mobile_menu::-webkit-scrollbar-track {
  background: transparent;
}

.hamburger-menu .et_mobile_menu::-webkit-scrollbar-thumb {
  background: #daebe1;
  border-radius: 20px;
}

.hamburger-menu .et_mobile_menu::-webkit-scrollbar-thumb:hover {
  background: #daebe1;
}

/* Firefox */
.hamburger-menu .et_mobile_menu {
  scrollbar-width: thin;
  scrollbar-color: #daebe1 transparent;
}
/* Desktop */
@media (min-width: 981px) {
  /* Desktop menu hide */
  .hamburger-menu .et_pb_menu__menu {
    display: none !important;
  }
  /* Mobile icon show */
  .hamburger-menu .et_mobile_nav_menu {
    display: block !important;
  }
  .hamburger-menu .et_mobile_menu {
    position: absolute !important;
    top: 65px;
    width: 250px !important;
    background: #fff;
    border-radius: 8px;
    z-index: 99999;
    transform: translateX(-50%) !important;
    left: calc(50% - 0px) !important;
    border: 0px !important;
    box-shadow: 0px 4px 8px 0px rgba(23, 39, 54, 0.08);
    padding: 0px 10px !important;
    list-style-type: none;
    clip-path: inset(0 round 8px);
  }
  div#page-container .mobile_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* Open */
  .hamburger-menu .mobile_nav.opened .et_mobile_menu {
    display: block !important;
  }
  div#page-container .hamburger-menu .et_pb_menu ul li a {
    font-size: 15px !important;
  }
  .hamburger-menu ul li a {
    font-size: 14.5px !important;
  }
  .hamburger-menu ul.sub-menu li a {
    font-size: 13px !important;
  }
}
/* Button */
.hamburger-menu .mobile_menu_bar {
  width: 48px;
  height: 48px;
  background: #daebe1;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

/* Remove default Divi icon */
.hamburger-menu .mobile_nav.closed .mobile_menu_bar::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/Menu-Line.svg") center center no-repeat;
  background-size: 24px;
  font-size: 0;
  background-repeat: no-repeat !important;
}

/*------------------------------------------------
---------------- Home Pages ---------------
------------------------------------------------*/
.round-txt {
  width: fit-content;
}
div#page-container .ic-box-blurb .et_pb_main_blurb_image {
  width: 24px;
}
div#page-container .ic-box-blurb .et_pb_blurb_container {
  padding-left: 8px;
}
div#page-container .clr-box-blurb .et_pb_module_header {
  margin-bottom: 12px;
}
/*------------------------------------------------
---------------- Azim vai ---------------
------------------------------------------------*/

.footer_blurb_cmn .et_pb_blurb_container {
  padding-left: 10px;
}
.footer_blurb_cmn .et_pb_main_blurb_image {
  width: 24px;
}
.footer_list span.et-pb-icon {
  display: none;
}

.footer_list .et_pb_icon_list_text {
  display: flex;
  justify-content: space-between;
}

.footer_list .et_pb_icon_list_text span {
  font-weight: 800;
}
.footer_list .et_pb_icon_list_item {
  padding-bottom: 12px;
  border-bottom: 1px solid #2a4f3a;
}

/* update  */
div#page-container .footer_menu ul,
div#page-container .footer_menu ul li {
  margin: 0;
  padding: 0;
}
div#page-container .footer_menu ul li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
div#page-container .footer_menu ul li a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
div#page-container .footer_menu ul li a:hover {
  text-decoration: none;
  opacity: 0.9;
}

/* updae  */

@media all and (min-width: 981px) {
  .row_for_footer .et_pb_column:nth-child(1) {
    width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4 + 5%);
  }
  .row_for_footer .et_pb_column:nth-child(2) {
    width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4 + 2%);
  }

  .row_for_footer .et_pb_column:nth-child(3) {
    width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4 - 7%);
    padding-left: 3%;
  }

  .row_for_footer .et_pb_column:nth-child(4) {
    width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4 - 0%);
    padding-left: 4%;
  }
	
	
}
.address_footer .et_pb_blurb_description {
  max-width: 200px;
}
/* social update  */
div#page-container .social_menu ul {
  margin: 0;
  padding: 0;
}

div#page-container .social_menu ul li {
  margin: 0;
  padding: 0;
  margin-right: 10px;
}
div#page-container .social_menu ul li:last-child {
  margin-right: 0px;
}
div#page-container .social_menu ul li a {
  margin: 0;
  padding: 0;
}
/* end social  */
/* footer bottom  */
div#page-container .footer_btm.footer_menu ul li {
  width: auto;
  margin-bottom: 0;
  margin-right: 25px;
}

div#page-container .footer_btm.footer_menu ul li:last-child {
  margin-right: 0;
}
/* end footer bottom  */

/* footer respnvie  */

@media only screen and (min-width: 981px) and (max-width: 1250px) {
  .row_for_footer .et_pb_column:nth-child(1) {
    width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4 + 8%);
  }
  .row_for_footer .et_pb_column:nth-child(2) {
    width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4 + 2%);
  }

  .row_for_footer .et_pb_column:nth-child(3) {
    width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4 - 10%);
    padding-left: 2%;
  }

  .row_for_footer .et_pb_column:nth-child(4) {
    width: calc(25% - var(--horizontal-gap-parent, 5.5%) * 3 / 4 - 0%);
    padding-left: 0%;
  }

  .footer_title h2 {
    font-size: 18px !important;
  }
  .footer_blurb_cmn .et_pb_blurb_description,
  .footer_list .et_pb_icon_list_text,
  .footer_social_title,
  .footer_btm_text {
    font-size: 15px;
  }

  div#page-container .footer_menu ul li a {
    font-size: 15px !important;
  }
}

/* tab css  */
@media all and (max-width: 980px) {
  .footer_menu .et_pb_menu__menu,
  .social_menu .et_pb_menu__menu {
    display: block;
  }

  .footer_menu .et_mobile_nav_menu,
  .social_menu .et_mobile_nav_menu {
    display: none;
  }

  div#page-container .footer_menu ul li a {
    text-align: left;
  }

  div#page-container .footer_btm.footer_menu ul li {
    margin-right: 15px;
  }

  .footer_btm .et_pb_menu_inner_container {
    justify-content: flex-end;
  }
}
/* end tab css  */
/* end footer responsive  */
/* stay connected secton footer top  */
/********************************************************* contact page  area  ***************************************/

.cmn_contact .gform_heading {
  display: none;
}

.cmn_contact .gform_body .gform_fields {
  grid-row-gap: 15px;
}

.cmn_contact .gform_footer {
  margin-top: 0;
  padding: 0;
  justify-content: start;
}

.cmn_contact .gform_footer input {
  margin-top: 20px;
}

/* placeholder  */
/* placeholder css update - 30-11-23  */

/* placeholder  */
.cmn_contact form .gform_body input::placeholder {
  color: #2a4f3a;
  opacity: 1;
}

.cmn_contact form .gform_body input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2a4f3a;
  opacity: 1;
}

.cmn_contact form .gform_body input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2a4f3a;
  opacity: 1;
}

.cmn_contact form .gform_body input:-ms-input-placeholder {
  /* IE 10+ */
  color: #2a4f3a;
  opacity: 1;
}

.cmn_contact form .gform_body input:-moz-placeholder {
  /* Firefox 18- */
  color: #2a4f3a;
  opacity: 1;
}

.cmn_contact form .gform_body textarea::placeholder {
  color: #2a4f3a;
  opacity: 1;
}

.cmn_contact form .gform_body textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2a4f3a;
  opacity: 1;
}

.cmn_contact form .gform_body textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2a4f3a;
  opacity: 1;
}

.cmn_contact form .gform_body textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #2a4f3a;
  opacity: 1;
}

.cmn_contact form .gform_body textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2a4f3a;
  opacity: 1;
}

/* up  */
/* update  */

.cmn_contact .gform_body input,
.cmn_contact .gform_body input,
.cmn_contact .gform_body input,
.cmn_contact .gform_body textarea {
  background-color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1 !important;
  color: #2a4f3a !important;
  padding: 17px 20px !important;
  margin-top: 0 !important;
  border: 1px solid #2a4f3a !important;
  transition: 0.3s ease-in !important;
  border-radius: 8px;
  /* box-shadow: 0px 4px 4px #000000; */
}

.cmn_contact .gform_body input:hover,
.cmn_contact .gform_body textarea:hover,
.cmn_contact .gform_body input:focus,
.cmn_contact .gform_body textarea:focus {
  border: 1.5px solid #153222 !important;
}

div#page-container .cmn_contact #gform_submit_button_2 {
  background: #005826 !important;
  color: #fff !important;
  padding: 19.5px 20px !important;
  font-weight: 700 !important;
  border-color: #005826;
  line-height: 1 !important;
  border-radius: 8px !important;
  font-size: 16px;
  border: 0px !important;
  align-items: start !important;
  align-self: start !important;
  cursor: pointer;
}
div#page-container .cmn_contact #gform_submit_button_2:hover {
  background: #daebe1 !important;
  color: #005826 !important;
  border-color: #daebe1 !important;
}

.cmn_contact .gform_body textarea {
  resize: none;
  height: 150px;
}

.contact_checklist legend.gfield_label {
  display: none !important;
}

.contact_checklist label {
  font-weight: 600;
}

.cmn_contact .gform_body .upload_file_c input {
  border: 0px !important;
  padding: 0;
  border-radius: 0;
}

div#page-container .cmn_contact .gform_body input,
div#page-container .cmn_contact .gform_body textarea {
  margin-top: 0px !important;
}

/* content area for footer bottom */
div#page-container .stay_content_form .gform_footer {
  margin: 0;
  padding: 0;
}
.stay_content_form .gform_wrapper .gfield {
  position: relative;
}

.stay_content_form .gform_wrapper .ginput_container_email::before {
  content: "";
  background-image: url("/wp-content/uploads/mail.svg");
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.stay_content_form .gform_wrapper .ginput_container_email input {
  padding-left: 40px !important;
}

/********************************************************* End contact  page  area  ***************************************/

@media all and (max-width: 767px) {
  .cmn_contact .gform_footer input {
    font-size: 16px !important;
  }
}
/********************************************************* End another page  area  ***************************************/
/* service footer top */
.blurb_for_recent_servie span.et_pb_image_wrap img {
  border-radius: 8px;
  box-shadow: 0 8px 24px 0px rgb(21 50 34 / 32%);
}

.blurb_for_recent_servie .et_pb_blurb_container {
  vertical-align: middle;
}

/* update  */
.blurb_for_recent_servie .et_pb_blurb_description a {
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  position: relative;
  padding-right: 27px;
  transition: 0.3s ease-in;
}
.blurb_for_recent_servie .et_pb_blurb_description a:hover {
	color: #000c05 !important;
}
.blurb_for_recent_servie .et_pb_blurb_description a:after {
  background-image: url("/wp-content/uploads/arrow-right.svg");
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  content: "";
}
.blurb_for_recent_servie .et_pb_blurb_description a:hover:after {
  background-image: url("/wp-content/uploads/chevron-Black-Icon.svg");
}
.cmn_underline_btn a {
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  position: relative;
  padding-right: 27px;
  transition: 0.3s ease-in;
}
.cmn_underline_btn a:hover {
  color: #000c05 !important;
}
.cmn_underline_btn a:after {
  background-image: url("/wp-content/uploads/arrow-right.svg");
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  content: "";
}
.cmn_underline_btn a:hover:after {
  background-image: url("/wp-content/uploads/chevron-Black-Icon.svg");
}
@media all and (min-width: 767px) {
  .blurb_for_recent_servie .et_pb_blurb_container {
    padding-left: 30px;
  }
}
.blurb_for_recent_servie h3 {
  padding-bottom: 5px;
}
/* end service footer top  */

/* update  */

@media all and (min-width: 981px) {
  .row_for_involve .et_pb_column .cmn_underline_btn {
    left: 30px;
    bottom: 30px;
    position: absolute;
  }

  .row_for_involve .et_pb_column {
    padding-bottom: 40px;
  }
  #sunday-row .et_pb_column {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 980px) {
  .row_for_involve .et_pb_column .cmn_underline_btn {
    left: 20px;
  }
}
@media all and (max-width: 767px) {
  .row_for_involve .et_pb_column .cmn_underline_btn {
    left: 15px;
  }
}
.row_for_involve .et_pb_column {
  position: relative;
}
/* end update  */
@media only screen and (min-width: 981px) and (max-width: 1650px) {
  .blurb_for_involved h3 {
    font-size: 22px !important;
  }
}
/* update  */
.row_for_involve .et_pb_column {
  box-shadow: 0 4px 8px rgb(23 39 54 / 8%);
  border: 1px solid #daebe1;
}
.team_row .et_pb_column {
  box-shadow: 0 4px 8px rgb(23 39 54 / 8%);
  border: 1px solid #daebe1;
}

/* *************** end serve page  ****************/
/* about us page  */
.blurb_for_involved .footer_blurb_cmn .et_pb_blurb_container {
  vertical-align: middle;
}
/* 
.blurb_for_involved .footer_blurb_cmn span.et_pb_image_wrap {
    transform: translateY(5px);
} */
.team_row .blurb_for_involved h4 {
  line-height: 1.2em;
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .team_row .blurb_for_involved h4 {
    line-height: 1.2em;
    font-size: 18px !important;
  }

  .team_row .blurb_for_involved {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .team_row .footer_blurb_cmn .et_pb_blurb_container {
    padding-left: 5px;
  }
}

/* end about us page  */
.row_for_underline a {
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.row_for_underline a:hover {
  text-decoration: none;
}

/* update  */
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .row_for_involve .et_pb_column .cmn_underline_btn {
    bottom: 20px;
    position: absolute;
  }
}
@media all and (max-width: 980px) {
  .row_for_involve .et_pb_column {
    padding-bottom: 30px;
  }
  #sunday-row .et_pb_column {
    padding-bottom: 55px;
  }
}
@media all and (max-width: 767px) {
  #sunday-row .et_pb_column {
    padding-bottom: 30px;
  }
  .round-txt .et_pb_text_inner {
    font-size: 14px !important;
  }
}
/********************************************************* End another page  area  ***************************************/
/* end footer top section  */

.box-row .et_pb_column {
  transition: transform 0.4s ease;
}

.box-row .et_pb_column:hover {
  transform: scale(1.03);
}
.recent-ser-row .sby_video_thumbnail {
	border-radius: 10px !important;
}
@media all and (min-width: 981px) {
	div#page-container .recent-ser-row .et_pb_column:nth-child(1) {
		width:24% !important;
	}
	div#page-container .recent-ser-row .et_pb_column:nth-child(2) {
		width:68% !important;
	}
	div#page-container .recent-ser-row .et_pb_column:nth-child(3) {
		width:11% !important;
	}
	.sml-title h2{
		font-size:32px !important;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1220px) {
	div#page-container .recent-ser-row .et_pb_column:nth-child(1) {
		width:23% !important;
	}
	div#page-container .recent-ser-row .et_pb_column:nth-child(2) {
		width:66% !important;
	}
	div#page-container .recent-ser-row .et_pb_column:nth-child(3) {
		width:14% !important;
	}
	.sml-title h2{
		font-size:32px !important;
	}
	.sml-title h2{
		font-size:25px !important;
	}
}
/*------------------------------------------------
---------------- Responsive ---------------
------------------------------------------------*/
@media only screen and (min-width: 981px) and (max-width: 1220px) {
  div#page-container .header-logo img {
    max-width: 245px !important;
  }
  div#page-container #menu-primary-menu li a {
    font-size: 13px !important;
  }
  div#page-container .et_pb_menu .et-menu > li {
    padding-left: 6px;
    padding-right: 6px;
  }
  #page-container .custom-search .et_pb_s {
    height: 42px !important;
    padding: 0 8px 0 39px !important;
    font-size: 13px;
  }
  body div#page-container .header-section .et_pb_button {
    font-size: 12px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  body #page-container .hamburger-menu .mobile_menu_bar {
    width: 42px;
    height: 42px;
  }
  .hamburger-menu .et_mobile_menu {
    transform: translateX(-80%) !important;
    left: calc(0% - 0px) !important;
  }
  body
    #page-container
    .gform_wrapper.gravity-theme
    .gfield.gfield--width-three-quarter {
    grid-column: span 8;
    -ms-grid-column-span: 8;
  }
  body
    #page-container
    .gform_wrapper.gravity-theme
    .gfield.gfield--width-quarter {
    grid-column: span 4;
    -ms-grid-column-span: 4;
  }
  div#page-container .cmn_contact #gform_submit_button_2 {
    background: #005826 !important;
    padding: 18px 20px !important;
  }
  .cmn_contact .gform_body input,
  .cmn_contact .gform_body input,
  .cmn_contact .gform_body input,
  .cmn_contact .gform_body textarea {
    background-color: transparent !important;
    font-size: 15px !important;
  }
  .cmn_contact .gform_body input,
  .cmn_contact .gform_body input,
  .cmn_contact .gform_body input,
  .cmn_contact .gform_body textarea {
    font-size: 15px !important;
    padding: 16px 20px !important;
  }
  .stay_content_form .gform_wrapper .ginput_container_email::before {
    width: 23px;
    height: 23px;
    left: 13px;
    top: 48%;
  }
}
#sml-title h2 {
	font-size: 30px !important;
	line-height:1.1em;
}
@media only screen and (min-width: 1221px) and (max-width: 1366px) {
  .hamburger-menu .et_mobile_menu {
    transform: translateX(-80%) !important;
    left: calc(0% - 0px) !important;
  }
	#sml-title h2 {
		font-size: 26px !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  body #page-container .hero-title h1 {
    font-size: 56px !important;
  }
  body #page-container .font-fix h3 {
    font-size: 26px !important;
  }
	#sml-title h2 {
		font-size: 28px !important;
	}
}
/* cssfor seach page  */
.blog_custom .entry-title {
  padding-bottom: 10px;
}

.blog_custom p.post-meta {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.blog_custom article {
  background: #f1f9f4 !important;
  border-radius: 8px;
}
/* end css for search page  */

@media all and (max-width: 980px) {
  .cmn_contact .gform_body input,
  .cmn_contact .gform_body input,
  .cmn_contact .gform_body input,
  .cmn_contact .gform_body textarea {
    background-color: transparent !important;
    font-size: 15px !important;
    padding: 14px 20px !important;
  }
  .stay_content_form .gform_wrapper .ginput_container_email::before {
    width: 22px;
    height: 22px;
    left: 13px;
    top: 51%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
  }
  div#page-container .cmn_contact #gform_submit_button_2 {
    padding: 16px 20px !important;
  }
	#sml-title h2 {
		font-size: 22px !important;
	}
}
.et_pb_scroll_top.et-pb-icon {
  background: #005826;
  border-radius: 4px;
  padding: 20px 0;
}
@media (min-width: 981px) {
  #menu-item-1029,
  #menu-item-1030 {
    display: none !important;
  }
  .custom-menu .et-menu > li {
    position: relative;
  }

  /* Active menu underline */
  .custom-menu .et-menu > li.current-menu-item > a::after,
  .custom-menu .et-menu > li.current_page_item > a::after,
  .custom-menu .et-menu > li.current-menu-ancestor > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    width: 100%;
    height: 8px;
    background: #005826;
    border-radius: 8px;
  }
  .custom-menu .et-menu > li > a {
    position: relative;
  }
}
.header-section.et_pb_sticky.et_pb_sticky--top {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}
@media only screen and (min-width: 981px) and (max-width: 1220px) {
  .custom-menu .et-menu > li.current-menu-item > a::after,
  .custom-menu .et-menu > li.current_page_item > a::after,
  .custom-menu .et-menu > li.current-menu-ancestor > a::after {
    bottom: -22px;
    height: 5px;
  }
	
}
@media (max-width: 980px) {
  body #page-container .hamburger-menu .menu-btn a {
    background-color: #daebe1;
    color: #005826 !important;
    font-size: 15px !important;
    border-radius: 8px;
    padding: 10px 20px !important;
    font-weight: 700;
    text-align: center;
  }
  body #page-container .hamburger-menu .menu-btn a:hover {
    background-color: #005826;
    color: #fff !important;
  }
  body #page-container .hamburger-menu .menu-btn.menu-btn-up a {
    background-color: #005826;
    color: #fff !important;
    margin-top: 10px;
  }
  body #page-container .hamburger-menu .menu-btn.menu-btn-up a:hover {
    background-color: #daebe1;
    color: #005826 !important;
  }
}
@media (max-width: 980px) {
  .hamburger-menu ul li a {
    font-size: 16px !important;
  }
  .hamburger-menu ul.sub-menu li a {
    font-size: 15px !important;
  }
  body #page-container .hamburger-menu .menu-btn a {
    font-size: 15px !important;
  }
  .checklist ul li {
    margin: 0 0 8px !important;
  }
}
@media (max-width: 767px) {
  .hamburger-menu ul li a {
    font-size: 15px !important;
  }
  .hamburger-menu ul.sub-menu li a {
    font-size: 14px !important;
  }
  body #page-container .hamburger-menu .menu-btn a {
    font-size: 14px !important;
  }
  .checklist ul li {
    margin: 0 0 6px !important;
  }
	#sml-title h2 {
		font-size: 20px !important;
	}
}
@media (max-width: 480px) {
  .hamburger-menu .et_pb_menu__logo img {
    max-width: 230px !important;
  }
  .hamburger-menu .mobile_menu_bar {
    width: 40px;
    height: 40px;
  }
  .et_pb_menu_2_tb_header .et_pb_menu__icon.et_pb_menu__search-button {
    font-size: 16px !important;
  }
  .hamburger-menu ul li a {
    font-size: 14.5px !important;
  }
  .hamburger-menu ul.sub-menu li a {
    font-size: 13.5px !important;
  }
  body #page-container .hamburger-menu .menu-btn a {
    font-size: 13.5px !important;
  }
}
@media (max-width: 400px) {
  .hamburger-menu .et_pb_menu__logo img {
    max-width: 215px !important;
  }
  .hamburger-menu .mobile_menu_bar {
    width: 35px;
    height: 35px;
  }
  .et_pb_menu_2_tb_header .et_pb_menu__icon.et_pb_menu__search-button {
    font-size: 15px !important;
  }
  body div#page-container .team_row .et_pb_blurb_description a {
    font-size: 13px !important;
  }
	
}
@media (max-width: 375px) {
  .hamburger-menu .et_pb_menu__logo img {
    max-width: 170px !important;
  }
  .et_pb_menu_2_tb_header .et_pb_menu__icon.et_pb_menu__search-button {
    font-size: 15px !important;
  }
	.et_pb_menu--style-left_aligned .et_pb_menu__logo {
		margin-right: 5px !important;
	}
	.et_pb_menu__search-input {
		font-size: 13.5px !important;
	}
}
/* Smooth Accordion */

.et_mobile_menu .menu-item-has-children > .sub-menu {
  display: block !important;

  max-height: 0;
  overflow: hidden;

  transition: max-height 0.55s ease;

  padding-top: 0;
  padding-bottom: 0;
}

.et_mobile_menu .menu-item-has-children.submenu-open > .sub-menu {
  max-height: 1500px;
}

.et_mobile_menu .sub-menu {
  will-change: max-height;
}
.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
  align-items: start !important;
  align-self: start !important;
}
.ginput_container.ginput_container_email {
  position: relative !important;
}

.cta-blurb .et_pb_module_header {
  margin-bottom: 12px;
}
.et_pb_module.maps-code {
	line-height: 0 !important;
}
body #page-container .rm-unline a {
	text-decoration: none !important;
}


.recent-services-feed .sby_item {
    display: flex;
    gap: 24px;
    margin-bottom: 22px;
}
.recent-services-feed .sby_info.sby_info_item {
	text-align: left !important;
}
.recent-services-feed .sby_video_thumbnail_wrap.sby_item_video_thumbnail_wrap {
	width: 178px !important;
	height: 100px !important;
	object-fit: cover;
    border-radius: 10px;
}
.recent-services-feed .sby_video_thumbnail.sby_item_video_thumbnail.sby_imgLiquid_bgSize.sby_imgLiquid_ready {
	width: 178px !important;
	height: 100px !important;
}
.recent-services-feed .sby_title {
    margin-bottom: 4px !important;
}
.recent-services-feed .sby_video_thumbnail.sby_item_video_thumbnail {
	border-radius: 10px !important;
}
.recent-services-feed .sby_video_title_wrap {
	text-align: left !important;
	font-size: 15px !important;
	color: #000c05 !important;
	line-height: 1.5em !important;
	margin-bottom: 12px !important;
}
.recent-services-feed .sby_player_wrap {
	border-radius: 10px !important;
}
.recent-services-feed .custom-watch-now {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 5px;
}

.recent-services-feed .custom-watch-now span {
     color: #005826;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.recent-services-feed .custom-watch-now .watch-text {
    text-decoration: underline !important;
}

.recent-services-feed .custom-watch-now .watch-arrow {
    text-decoration: none !important;
}

.recent-services-feed .sby_play_btn {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
}

.recent-services-feed .sby_play_btn svg {
    width: 18px !important;
    height: 18px !important;
}

.recent-services-feed .sby_play_btn_bg {
    width: 35px !important;
    height: 35px !important;
}
/* Recent Services – prevent text overlapping thumbnail */
.recent-services-feed .sby_item {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    width: 100% !important;
}

/* Thumbnail fixed width */
.recent-services-feed .sby_video_thumbnail_wrap.sby_item_video_thumbnail_wrap {
    flex: 0 0 178px !important;
    width: 178px !important;
    min-width: 178px !important;
    height: 100px !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* Text stays beside the thumbnail */
.recent-services-feed .sby_item > .sby_info {
    flex: 1 1 auto !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Fix thumbnail image sizing */
.recent-services-feed .sby_video_thumbnail {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

/* Mobile */
@media (max-width: 767px) {
    .recent-services-feed .sby_item {
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .recent-services-feed .sby_video_thumbnail_wrap.sby_item_video_thumbnail_wrap {
        flex-basis: 130px !important;
        width: 130px !important;
        min-width: 130px !important;
        height: 74px !important;
    }
}
@media (max-width: 480px) {

    /* Recent Services - YouTube Feed */
    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2 {
        width: 100% !important;
    }

    /* Remove list/horizontal layout */
    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2 .sby_items_wrap {
        display: block !important;
        width: 100% !important;
    }

    /* Each video */
    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2 .sby_item {
        display: block !important;
        width: 100% !important;
        margin: 0 0 30px !important;
    }

    /* Video section */
    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2 .sby_inner_item {
        display: block !important;
        width: 100% !important;
    }

    /* Thumbnail */
    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2
    .sby_video_thumbnail_wrap {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
    }

    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2
    .sby_video_thumbnail {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 16 / 9 !important;
    }

    /* Actual YouTube player */
    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2
    .sby_player_wrap {
        width: 100% !important;
        height: auto !important;
    }

    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2
    .sby_player_wrap iframe {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
    }

    /* Text BELOW video */
    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2
    .sby_info {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 15px 0 0 !important;
    }

    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2
    .sby-video-info-bottom,
    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2
    .sby-video-info {
        width: 100% !important;
        text-align: center !important;
    }

    /* Title */
    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2
    .sby_video_title_wrap {
        width: 100% !important;
        text-align: center !important;
        margin: 0 0 10px !important;
    }

    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2
    .sby_video_title {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    /* Watch Now */
    .recent-services-feed #sb_youtube_sbyUC4wjDiiMy8Ex3bEBbEBgag2
    .custom-watch-now {
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 5px auto 0 !important;
    }
	.recent-services-feed .sby_video_title_wrap {
		font-size: 14px !important;
	}
	.recent-services-feed .custom-watch-now span {
		font-size: 13px;
	}
}

/* Description and labels */
.ctct-inline-form .ctct-form-embed .ctct-form-text,
.ctct-inline-form .ctct-form-embed .ctct-form-label,
.ctct-inline-form .ctct-form-embed .ctct-form-listitem {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* Email and name input boxes */
.ctct-inline-form .ctct-form-embed input.ctct-form-element[type="email"],
.ctct-inline-form .ctct-form-embed input.ctct-form-element[type="text"] {
    height: 36px !important;
    min-height: 36px !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
    line-height: 1.3px !important;
    box-sizing: border-box !important;
}

/* Space between fields */
.ctct-inline-form .ctct-form-embed .ctct-form-field {
    margin-bottom: 16px !important;
}

/* Space between label and input */
.ctct-inline-form .ctct-form-embed .ctct-form-label {
    margin-bottom: 6px !important;
}
.ctct-inline-form .ctct-form-embed .ctct-form-text {
	margin-bottom: 4px !important;
}
.ctct-inline-form .ctct-form-button {
	background-color: #005826 !important;
	border: 0px solid #005826 !important;
	color: #ffffff !important;
	line-height: 1 !important;
	transition: all 0.4s ease-in-out !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	padding:15px !important;
}
.ctct-inline-form .ctct-form-button:hover{
	background-color: #daebe1 !important;
 	 color: #005826 !important;
}
div.ctct-form-embed div.ctct-form-defaults {
	font-size: 14px !important;
	line-height: 1.4;
}
div.ctct-form-embed form.ctct-form-custom fieldset.ctct-form-lists {
	margin: 0 !important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
	color: #2a4f3a !important;
}

@media (max-width: 480px) {
    body.et-db #et-boc [id^="sb_youtube_"].sb_youtube .sby_info p.sby_video_title_wrap {
        padding: 0 !important;
    }
}
body.et-db #et-boc .ctct-form-defaults .ctct-form-header {
	color: #000c05 !important;
}



/* YouTube feed play button fix */
.recent-services-feed .sby_video_thumbnail_wrap {
    position: relative;
}
.recent-services-feed .sby_video_thumbnail_wrap .sby_player_wrap,
.recent-services-feed .sby_video_thumbnail_wrap .sby_cta_items_wraps {
    pointer-events: none;
}
.recent-services-feed .sby_video_thumbnail_wrap .sby_video_thumbnail {
    position: relative;
    z-index: 5;
    pointer-events: auto;
}
/* -- 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;
}
