/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: #cccccc;
  scroll-behavior: smooth;
}
body {
  max-width: 1920px;
  background-color: #ffffff !important;
  margin: 0 auto !important;
}
body,
body p {
  color: #4d4d4d !important;
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.8em !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(16px - 2px) !important;
  }
}
body a,
body p a {
  color: #275d95;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: #3e73ad;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'Poppins', sans-serif !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 1400px;
}
.flex-layout1 .light {
  background-color: #f9f5ec;
}
.flex-layout1 .dark {
  background-color: #20221f;
}
.flex_layout_row {
  padding-top: 100px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
  .flex_layout_row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 992px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: #f9f5ec;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #20221f;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: #f9f5ec;
}
.flex-spacer.dark {
  background-color: #20221f;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
.site-header {
  background: none !important;
  max-width: 1920px;
  width: 100%;
  height: 130px;
  box-shadow: none !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .container {
  max-width: 1400px;
}
@media all and (max-width: 768px) {
  .site-header {
    height: 130px;
  }
}
.site-header img {
  transition: all 0.9s ease-in-out !important;
  opacity: 1;
  width: auto;
}
@media all and (max-width: 992px) {
  .site-header img {
    max-height: 80px;
  }
}
@media all and (max-width: 768px) {
  .site-header img {
    height: 80px;
  }
}
.site-header.scroll {
  transition: all 0.9s ease-in-out !important;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.75) !important;
}
@media all and (max-width: 768px) {
  .site-header.scroll {
    height: 130px;
  }
}
.site-header.scroll img {
  height: 80px;
  width: auto;
  transition: all 0.9s ease-in-out !important;
}
body.logged-in .site-header {
  top: 32px;
}
body.error404 .search-form {
  display: none;
}
ul.navbar-nav {
  position: relative;
  margin-right: 2px;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 576px) {
}
#main-nav .navbar-nav > li > a {
  color: #f7ece4 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500 !important;
  font-size: 1.1rem !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 10px 1.5vw 10px 1.5vw !important;
  margin: 0 0.5vw !important;
}
@media all and (min-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    margin: 0 10px  !important;
    padding: 10px 20px 10px 20px !important;
  }
}
@media all and (max-width: 992px) {
  #main-nav .navbar-nav > li > a {
    display: none;
  }
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: #cccccc !important;
  background: none;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:hover,
#main-nav .navbar-nav > .active > a:focus {
  color: #e7e7e7;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline-block;
  /* still needed */
  border-bottom: 3px solid #f7ece4;
}
#main-nav .navbar-nav > li:nth-child(7) {
  background: #ffffff;
  border-radius: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
#main-nav .navbar-nav > li:nth-child(7) a {
  color: #275d95 !important;
}
.extra-menu-top {
  display: none;
  position: absolute;
  float: none !important;
  right: 2px;
  top: -28px;
  height: 30px;
}
.extra-menu-top ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.extra-menu-top ul.menu li {
  display: inline-block;
}
.extra-menu-top ul.menu li a {
  color: #f7ece4;
  font-family: 'Poppins', sans-serif;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.navbar-toggle {
  display: none;
}
ul.dropdown-menu {
  background-color: rgba(32, 34, 31, 0.75) !important;
  border: 1px solid #cccccc !important;
  border-top: none !important;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 8px;
}
ul.dropdown-menu li.menu-item:hover {
  background: #275d95;
}
ul.dropdown-menu li.menu-item:hover a {
  color: #f7ece4 !important;
}
ul.dropdown-menu li.menu-item.current_page_item a {
  color: #e7e7e7;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  color: #f7ece4;
  background: none;
  font-size: 1.1em;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:hover {
  color: #f7ece4;
  text-decoration: none;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
.footer {
  max-width: 1920px;
  background-color: #000000;
  height: auto !important;
  color: #f7ece4;
  margin: 0 auto;
  padding: 30px 0;
}
.footer .container {
  max-width: 1400px;
}
.footer p {
  color: #f7ece4;
}
@media all and (max-width: 576px) {
  .footer {
    text-align: center;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: #f7ece4;
}
.footer a {
  color: #f7ece4;
}
.footer a:hover {
  color: #cccccc;
}
.footer a .fab {
  margin: 2px 6px;
  color: white;
  background-color: red;
  display: inline-block;
}
.footer a .fab:hover {
  color: green;
}
@media (max-width: 768px) {
  .footer {
    text-align: center !important;
  }
}
.footer-menu {
  position: relative;
}
.footer-menu ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.footer-menu ul.menu li {
  display: inline-block;
}
.footer-menu ul.menu li a {
  color: #f7ece4;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.footer-menu ul.menu li a:hover {
  color: #cccccc;
}
p.footer-copyright {
  color: #f7ece4 !important;
  padding-left: 15px;
}
/* ---------------------------------------------------------------------- 7. Pages */
.hero-banner {
  height: 592px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .container {
  max-width: 1400px;
}
@media (max-width: 768px) {
  .hero-banner {
    height: auto;
  }
}
.hero-banner .hero-banner-text {
  z-index: 100;
}
.hero-banner .hero-banner-text h1 {
  margin-top: 120px;
  text-align: center;
  font-size: 3.5em !important;
  color: #f7ece4 !important;
}
.hero-banner .hero-banner-text h3 {
  text-align: center;
  color: white !important;
}
.hero-banner .hero-banner-text p {
  text-align: center;
  color: white !important;
  padding: 0 120px;
}
@media (max-width: 768px) {
  .hero-banner .hero-banner-text p {
    padding: 0 !important;
  }
}
body.home .hero-banner {
  height: 1287px;
}
@media (max-width: 992px) {
  body.home .hero-banner {
    height: auto;
  }
}
body.home .hero-banner .hero-banner-text {
  /* Optional styling for the heading and paragraph */
  /* Style for each action row */
}
body.home .hero-banner .hero-banner-text .hero-text-box {
  margin-left: auto;
  /* Pushes box to the right */
  width: 40%;
  min-width: 250px;
  background-color: transparent;
  padding: 2rem;
  border-radius: 0.5rem;
}
body.home .hero-banner .hero-banner-text .hero-text-box h1 {
  font-weight: 500 !important;
  text-align: left;
  font-size: 3.3em !important;
  color: #f7ece4 !important;
}
body.home .hero-banner .hero-banner-text .hero-text-box p {
  text-align: left !important;
  padding: 0px !important;
}
body.home .hero-banner .hero-banner-text .hero-text-box .butlight {
  margin-top: 10px !important;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  body.home .hero-banner .hero-banner-text .hero-text-box {
    width: 40%;
  }
}
@media (max-width: 992px) {
  body.home .hero-banner .hero-banner-text .hero-text-box {
    width: 80%;
    margin-top: 300px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 992px) {
  body.home .hero-banner .hero-banner-text .hero-text-box .action-item {
    display: none !important;
  }
}
body.home .hero-banner .hero-banner-text .hero-text-box h1 {
  font-weight: bold;
  font-size: 2rem;
}
body.home .hero-banner .hero-banner-text .hero-text-box p {
  color: #ffffff !important;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
body.home .hero-banner .hero-banner-text .action-item img {
  margin-right: 1.25rem;
  flex-shrink: 0;
}
body.home .hero-banner .hero-banner-text .border-top {
  border-top-color: rgba(141, 161, 182, 0.5) !important;
}
body.home .hero-banner .hero-banner-text .border-bottom {
  border-bottom-color: rgba(141, 161, 182, 0.5) !important;
}
body.home .hero-banner .hero-banner-text .action-link {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
body.home .hero-banner .hero-banner-text .action-link:hover {
  text-decoration: underline;
}
.mobile-repeater-icons .mobile-link {
  padding: 30px;
  margin-bottom: 10px;
}
.mobile-repeater-icons .mobile-link a.action-link {
  color: #f7ece4;
  text-decoration: none;
  font-size: 1.3em;
}
@media (min-width: 992px) {
  .mobile-repeater-icons {
    display: none;
  }
}
body.archive h1.page-title {
  color: #4d4d4d !important;
}
body.blog,
body.archive .hero-banner {
  height: 292px;
}
body.single .hero-banner {
  height: 292px;
}
body.blog .hero-banner-text h1,
body.blog .hero-banner-text h2.single-blog-header {
  color: white !important;
  font-weight: 400 !important;
  font-size: 1.5em !important;
}
@media (max-width: 576px) {
}
body.blog .hero-banner-text h2,
body.blog .hero-banner-text h3.single-blog-header {
  color: #4d4d4d !important;
  font-size: 2.5em !important;
}
@media (max-width: 576px) {
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #f7ece4;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
.blog-3-across .newsbox {
  background-color: white;
}
.blog-3-across .newsbox .newsbox-text {
  padding: 30px !important;
}
.blog-3-across .newsbox .newsbox-text h3 {
  font-size: 1.4em !important;
}
.blog-3-across .newsbox .newsbox-text h3 a {
  text-decoration: none !important;
}
.blog-3-across .newsbox .newsbox-text .excerpt-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.blog-3-across .newsbox .newsbox-text .learn-more {
  display: inline-block;
  text-transform: uppercase;
  color: #275d95;
  text-decoration: none;
}
.blog-3-across .newsbox .newsbox-text .learn-more:hover {
  color: #3e73ad;
}
h1,
.h1 {
  font-size: 2em !important;
}
h2,
.h2 {
  color: #4d4d4d;
  font-size: 2.1em !important;
}
h3,
.h3 {
  color: #275d95;
  font-size: 1.5em !important;
}
h4,
.h4 {
  font-size: 1.5em !important;
}
h5,
.h5 {
  font-size: 1.1em !important;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.8em !important;
  color: red !important;
}
p a.mybutton,
a.mybutton {
  text-decoration: none !important;
  background: #275d95;
  color: #f7ece4;
  border: 1px solid #275d95;
  border-radius: 30px;
  font-weight: 400 !important;
  font-size: 20px;
  margin-top: 36px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 10px 30px;
}
@media all and (max-width: 576px) {
  p a.mybutton,
  a.mybutton {
    margin: 16px 3px 16px 3px;
  }
}
p a.mybutton.butlight,
a.mybutton.butlight {
  background-color: #5b8ec9;
  color: #ffffff;
  border: 1px solid #5b8ec9;
}
p a:hover.mybutton,
a:hover.mybutton {
  background: white;
  color: #275d95;
  border: 1px solid #275d95;
  transform: translate(3px, 3px) !important;
}
p a:hover.mybutton.butlight,
a:hover.mybutton.butlight {
  background: #275d95;
  color: white;
  border: 1px solid #275d95;
}
.link-spanner {
  background: rgba(255, 255, 255, 0.1);
}
.link-spanner:hover {
  background: none;
}
.about-2-across .container {
  background-color: #ffffff;
  border-radius: 30px;
}
.about-2-across .container .left img,
.about-2-across .container .right img {
  border-radius: 30px;
}
.about-2-across .container .left {
  padding-left: 60px;
}
@media (max-width: 992px) {
  .about-2-across .container .left {
    padding: 30px 30px 0 30px !important;
  }
}
.about-2-across .container .right {
  padding: 60px;
}
.about-2-across .container .right .mybutton {
  margin-top: 10px !important;
}
.membership-2-across .container {
  padding: 50px;
  background-color: #ffffff;
  border-radius: 30px;
}
.membership-2-across .container .right img {
  border-radius: 30px !important;
}
.membership-2-across .container .left {
  padding: 60px;
}
.membership-2-across .container .left .mybutton {
  margin-top: 10px !important;
}
.location-2-across .container {
  padding: 50px;
}
@media (min-width: 768px) {
  .location-2-across .container .left {
    padding-right: 60px;
    /* adjust spacing as needed */
  }
}
.location-2-across .container .right h2,
.location-2-across .container .right p,
.location-2-across .container .right ul {
  color: #f9f5ec !important;
}
@media (max-width: 768px) {
  .location-2-across .container .right h2,
  .location-2-across .container .right p,
  .location-2-across .container .right ul {
    text-align: center !important;
  }
}
.location-2-across .container .right a {
  color: #f9f5ec !important;
  text-decoration: none;
}
@media (max-width: 768px) {
  .location-2-across .container .right a {
    text-align: center !important;
  }
}
.carousel-item {
  height: 35vw;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .carousel-caption {
  bottom: 300px;
}
.carousel-item .carousel-caption h1 {
  color: white;
}
.carousel-indicators {
  text-align: left;
}
.carousel-indicators .active {
  background-color: red !important;
}
h2.entry-title {
  border: none;
  margin-top: 10px !important;
}
h2.entry-title a {
  color: #4d4d4d !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: #cccccc !important;
}
h1.entry-title {
  color: #4d4d4d !important;
  border: none;
}
.entry-meta {
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
}
#primary .post-thumbnail {
  margin-top: 20px;
}
.comments-area {
  display: none;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: #4d4d4d;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  color: #275d95;
  text-decoration: none;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: #3e73ad;
  background: none;
}
body.woocommerce-page h1.page-title {
  font-size: 40px;
  color: red;
}
body.woocommerce-page h1.entry-title {
  color: orange;
  font-size: 30px;
}
body.woocommerce-page h2 {
  color: violet;
  font-size: 30px;
}
body.woocommerce-page h3 {
  color: black;
}
form.wpcf7-form {
  width: 94%;
}
form.wpcf7-form .textfield input,
form.wpcf7-form .textfield textarea {
  background-color: transparent;
  color: #333333 !important;
  padding: 20px 8px !important;
  width: 99%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
form.wpcf7-form .textfield textarea {
  max-height: 100px;
  width: 99%;
  padding: 10px 8px !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
}
form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid red !important;
  color: red;
  font-weight: 600;
}
form.wpcf7-form input.wpcf7-submit {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px !important;
  color: black;
  font-weight: 600;
  font-size: 0.9em;
}
form.wpcf7-form input.wpcf7-submit:hover {
  color: white;
  background: black;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: right;
}
.overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  border-radius: 30px;
  margin: -250px auto 0 auto;
  padding: 50px;
  background-color: white;
}
@media (max-width: 992px) {
  .overlay .container {
    margin: 0 auto !important;
  }
}
.golf-lessons-fullwidth p {
  color: #f7ece4 !important;
  text-align: center;
}
@media (max-width: 992px) {
  .solutions-boxes .custom-box {
    margin-top: 60px;
  }
}
.solutions-boxes .white-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 11.5px solid transparent;
  border-radius: 30px;
  background-color: #fff;
  background-clip: padding-box;
  padding: 60px;
}
.solutions-boxes .white-box p.box-text {
  font-size: 16px !important;
}
.solutions-boxes .white-box h4 {
  padding-top: 60px;
  color: #4d4d4d;
  font-size: 1.5rem !important;
}
.solutions-boxes .repeater-cell-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.solutions-boxes .repeater-cell-link .link-spanner {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: transparent;
}
.solutions-boxes .circle-img {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  z-index: 6;
}
.solutions-boxes .arrow-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 47px;
  height: 33px;
  z-index: 6;
}
.play-overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  border-radius: 30px;
  margin: -250px auto 0 auto;
  padding: 50px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .play-overlay .container {
    margin: 0 auto !important;
  }
}
#wpsm_accordion_2145 .wpsm_panel {
  padding: 20px;
  border-radius: 30px !important;
  margin-bottom: 20px;
}
#wpsm_accordion_2145 .wpsm_panel-heading .wpsm_panel-title a {
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.2em !important;
  font-weight: 500 !important;
}
#wpsm_accordion_2145 .wpsm_panel-heading .wpsm_panel-title a .ac_open_cl_icon {
  background-color: #173e6e !important;
  border-radius: 60px !important;
  color: white !important;
}
@media all and (max-width: 576px) {
  #wpsm_accordion_2145 .wpsm_panel-heading .wpsm_panel-title a .ac_open_cl_icon {
    margin-bottom: 3vh;
  }
}
#wpsm_accordion_2145 .wpsm_panel .wpsm_panel-body {
  padding-left: 30px !important;
  border: none !important;
  margin-top: -20px !important;
  line-height: 1.9em !important;
  font-weight: 400 !important;
}
.faq-overlay .container {
  background-color: transparent !important;
}
