.body-content {
  color: #707070;
  font-size: 24px;
}
.flex-row {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: auto;
}

.col {
  flex: 1 1 18%;
  height: auto;
  margin: 4px;
  padding: 20px 0;
  width: auto;
  cursor: pointer;
}

.modal-open .modal {
  z-index: 9999999999;
}

.segment-text {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Sora", sans-serif !important;
  font-weight: 100;
}

.col:last-child .segment-text {
  padding-bottom: 120px;
}

.segment-img {
  opacity: 1;
}

.col:hover .segment-img,
.col:hover .segment-text {
  opacity: 0.3;
}

.jdropdown-header::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.2;
}

.jdropdown-header:-ms-input-placeholder {
  /* Internet Explorer */
  opacity: 0.2;
}

.jdropdown-header::placeholder {
  opacity: 0.2;
}
.main-text {
  color: #00d986;
  font-size: 18px;
  padding-bottom: 10px;
  text-align: center;
}

.sub-text {
  color: black;
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}

.sub-body {
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 30px;
  text-align: center;
  color: black;
}

.segment-modal-btn {
  background-color: #00d986;
  color: #000000 !important;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  padding: 15px 85px;
  margin: 0 auto;
}
.jdropdown-searchbar .jdropdown-header {
  outline: none;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  padding: 16px 20px;
}

.modal-content,
.modal-dialog {
  width: 680px;
  max-width: 680px;
}

.modal-inner {
  max-width: 470px;
  padding: 45px 0;
  margin: 0 auto;
  text-align: center;
}

#dropdown {
  padding-bottom: 20px;
  width: 100% !important;
}

.jdropdown-default .jdropdown-header {
  /* height: 60px !important; */
  opacity: 1;
}

.jdropdown-default.jdropdown-focus .jdropdown-header {
  opacity: 1;
}

.jdropdown-default.jdropdown-focus .jdropdown-header {
  font-size: 18px !important;
}
.modal-header {
  border: none;
  padding: 0;
}
:focus {
  outline: none !important;
}
.close,
.close:focus,
.close:hover {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0.5;
  outline: none;
}
.jdropdown-default .jdropdown-selected,
.jdropdown-default .jdropdown-item:hover {
  background-color: #00d986 !important;
}
.paragraph-title h2 {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  padding-bottom: 10px;
}

.inner-content p {
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
  color: #bfbfbf;
  letter-spacing: 0.18px;
  padding-bottom: 20px;
}
.paragraph-subtitle {
  color: #bfbfbf;
  font-size: 24px;
  font-weight: 100;
}

.paragraph-wrapper {
  border-bottom: 1px solid rgb(97, 97, 97, 0.8);
  padding: 60px 0;
  padding-bottom: 0;
}
.paragraph-wrapper:last-child {
  border: none;
}
.paragraph-icon {
  max-width: 60px;
}
.segment-what-new {
  background: transparent linear-gradient(180deg, #3a3a3a 0%, #232323 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  padding: 60px 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 120px;
}
.segment-what-new-title {
  color: #00d986;
  line-height: 56px;
  padding-bottom: 25px;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 0;
}
.segment-what-new-content {
  letter-spacing: 0px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  max-width: 820px;
  margin: 0 auto;
}
.green-blur {
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
}
.faq-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 56px;
  padding-bottom: 40px;
}
.accordion {
  background-color: black;
  color: #fff;
  cursor: pointer;
  padding: 20px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  font-weight: 100;
  transition: 0.4s;
  border-top: 1px solid rgb(97, 97, 97, 0.8);
}

.accordion.active,
.accordion:hover {
  color: #00d986;
}

.accordion:after {
  content: "\002B";
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  background: #00d986;
  border-radius: 20px;
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
}

.accordion.active:after {
  content: "\2212";
  background: #ffffff;
  border-radius: 20px;
}

.panel {
  background-color: black;
  max-height: 0;
  overflow: hidden;
  color: #bfbfbf;
  transition: max-height 0.2s ease-out;
}
body {
  background-color: black;
}
main#actionable-insights {
  padding-bottom: 110px;
}
.body-content {
  color: #fff;
}
.jdropdown-default.jdropdown-focus .jdropdown-header {
  font-size: 16px !important;
  outline: none !important;
}
#actionable-insights .col {
  padding: 0 15px;
  padding-top: 30px;
}
.col {
  height: 100%;
}
.segment-text {
  font-size: 16px;
  padding-bottom: 0;
}
.search-segment {
  background-color: #00d986;
  border-radius: 43px;
  width: 67px;
  height: 60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
#category-dropdown,
#segment-dropdown,
#places-dropdown {
  width: 33%;
}

.search {
  position: relative;
  background-color: #fff;
  display: flex;
  border-radius: 43px;
  margin-top: 90px;
  box-shadow: 0px 10px 40px -8px #00d986;
}
.jdropdown-default .jdropdown-header {
  height: 80px !important;
  padding-left: 20px !important;
}
#category-dropdown {
  margin-left: 40px;
}

#places-dropdown .jdropdown-header,
#category-dropdown .jdropdown-header {
  border: none;
}
input::placeholder {
  color: black !important;
  opacity: 1 !important;
}
.segments-title {
  padding: 0 0 60px 0;
}

.paragraph-wrapper:first-child {
  /* padding-top:130px; */
  border-top: 1px solid rgb(97, 97, 97, 0.8);
}
.mobile-search-segment {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  display: none !important;
}
.box-section .body-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #fafafa;
}
.box-section .body-content {
  padding: 20px;
}
.active-green-color {
  color: #00d986 !important;
}

.segments-by-category-wrapper {
  padding-bottom: 130px;
}
.segments-by-category-wrapper h2 {
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 35px;
  letter-spacing: 0.42px;
  color: #ffffff;
}
.segments-left {
  padding-right: 30px;
}
.segment-left-title {
  font-size: 18px;
  color: #d1d1d1;
  letter-spacing: 0.18px;
  border-bottom: 1px solid #616161;
  padding: 15px 0 10px 0;
  font-family: "Sora", sans-serif;
  cursor: pointer;
}
.segments-right {
  background-color: #262626;
  padding: 40px;
  border-radius: 10px;
}
.segments-right-title {
  font-size: 28px;
  letter-spacing: 0.28px;
  color: #fafafa;
  padding-bottom: 20px;
}
.seg-img {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.seg-img img {
	border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;

}
.seg-img-wrapper {
  width: 80px;
}
.seg-text {
  font-size: 13px;
  color: #fff;
  padding-left: 15px;
}
#category-mobile-dropdown {
  display: none;
}

#segment-dropdown,
#places-dropdown {
  background-color: #e8e8e8;
  opacity: 0.5;
}
.jdropdown-content:empty {
  display: none !important;
}
.bg-image {
  /* Add the blur effect */
  filter: blur(30px);
  -webkit-filter: blur(30px);
  /* Full height */
  height: 100%;
}

.bg-text {
  border-radius: 10px;
  background-color: #26262699;
  color: white;
  text-align: center;
  padding: 30px 80px;
}
@media screen and (max-width: 1200px) {
  .bg-text {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 992px) {
  #actionable-insights .col {
    padding: 0 15px;
  }
  .col:last-child .segment-text {
    padding-bottom: 0;
  }
  .paragraph-icon {
    padding-bottom: 20px;
  }
  .inner-content {
    max-height: 100%;
  }
  .green-blur {
    height: 27px;
  }
  .segment-what-new-content {
    padding: 0 15px;
  }
  .segment-what-new {
    margin-bottom: 60px;
  }
  .faq-title {
    font-size: 30px;
    line-height: 35px;
  }
  main#actionable-insights {
    padding-bottom: 50px;
  }
  .paragraph-title h2 {
    font-size: 40px;
    line-height: 42px;
  }
  .search-segment {
    display: none !important;
  }

  #actionable-insights .col {
    padding: 0 15px;
  }
  .segments-title {
    padding: 0 0 30px 0;
    font-size: 24px;
  }
  .box-section-wrapper {
    padding-bottom: 50px;
  }
  .jdropdown-default .jdropdown-header {
    border: none;
  }
  .mobile-search-segment {
    display: flex !important;
  }
  .segments-right {
    padding: 15px;
  }
  .custom-text {
    padding: 0 15px !important;
  }
  .search {
    box-shadow: none;
  }

  .seg-text {
    font-size: 14px;
    padding: 0;
  }

  .seg-img {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .jdropdown-searchbar .jdropdown-header {
    border: none;
  }
  .search-segment {
    margin: 0;
    margin-top: 20px;
  }
  .box-section-wrapper {
    background: none;
  }
  .container.d-flex.flex-column.justify-content-center.text-center {
    padding: 0;
  }
  .segments-by-category-wrapper h2 {
    font-size: 21px;
  }
  .search {
    flex-direction: column;
  }
  #category-dropdown,
  #segment-dropdown,
  #places-dropdown {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .jdropdown.jdropdown-searchbar.jdropdown-focus {
    z-index: 99999999999;
  }
  #category-mobile-dropdown {
    margin-bottom: 20px;
    display: block;
  }
  .seg-img img {
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100% !important;
    padding: 0;
    height: 60px;
    margin-bottom: 20px;
  }
  .search {
    background-color: black;
  }
}
@media (max-width: 575.98px) {
  .bg-text {
    padding: 20px;
  }
  .col {
    flex: 1 1 40%;
  }
  .jdropdown-searchbar.jdropdown-focus .jdropdown-header {
    padding: 5px 20px !important;
    padding-left: 30px !important;
  }
  .jdropdown-searchbar .jdropdown-container {
    background-color: #fff !important;
    margin-top: 42px !important;
  }
  .modal-content,
  .modal-dialog {
    width: auto;
    max-width: initial;
  }
  .jdropdown-searchbar.jdropdown-focus .jdropdown-container-header {
    box-shadow: none !important;
  }
  .jdropdown-searchbar .jdropdown-content {
    margin-top: 12px !important;
  }
  .sub-text {
    font-size: 28px;
  }
  #dropdown {
    max-width: 100%;
    background-color: #fff !important;
  }
  .sub-body {
    font-size: 18px;
    padding: 0 15px;
    padding-bottom: 30px;
  }
  .modal-bdy {
    padding: 0 15px;
    margin: 0 auto;
  }
  .jdropdown-searchbar.jdropdown-focus {
    height: 100vh !important;
  }
}
#locationModal {
  overflow-y: hidden !important;
}