/* CSS variables! yay */
:root {
  --main-green-color: #2b8a11;
  --main-blue-color: #274f96;
}

#hero {
  background-color: #f6f6f6;
  text-align: center;
  color: #333333;
  padding: 40px 0 50px;
}
#hero > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hero h1 {
  color: #333333;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}
#hero p {
  margin-bottom: 40px;
  padding: 10px 0;
  font-size: 24px;
}
#hero .button {
  margin: 10px 0;
}
#hero a:not(.button) {
  color: #fff;
  text-decoration: underline;
}
#pricing-table {
  max-width: 1300px;
  margin: 0 auto;
}
#pricing-table .link {
  text-align: center;
  padding: 40px;
}
#pricing-table .link a {
  color: #2c8b11;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.pricing-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.pricing-container > article {
  margin: 0;
  padding: 40px;
}
#pricing-table article {
  position: relative;
  flex: 1;
  max-width: 350px;
  background: #fff;
  border: 1px solid #cccdce;
}
#pricing-table article > div:first-of-type {
  min-height: 280px;
}
#pricing-table .recommended {
  z-index: 2;
  background-color: #f3fdf0;
}
#pricing-table .recommended > div > span {
  position: absolute;
  top: -48px;
  left: -1px;
  display: block;
  height: 48px;
  background: #008d00;
  border: 1px solid #008d00;
  width: calc(100% + 2px);
  max-width: 350px;
  padding: 14px 10px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}
#pricing-table h3 {
  font-size: 14px;
  line-height: 21px;
  color: #2a2a2a;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
#pricing-table p {
  font-size: 12px;
  text-align: center;
}
#pricing-table .price {
  text-align: center;
  font-family: "LatoLatinWeb", sans-serif;
}
#pricing-table .dollar {
  font-size: 28px;
  font-weight: 500;
  color: #318a1e;
}
#pricing-table .description {
  min-height: 60px;
}
#pricing-table .shipments {
  margin: 10px 0 20px;
}
#pricing-table .options {
  width: 100%;
  height: 30px;
}
#pricing-table:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 500px;
  background: #f6f6f6;
}
.includes  {
  padding-left: 20px;
}
#pricing-table li {
  font-size: 12px;
  margin: 10px 0;
  position: relative;
  list-style: none;
}
#pricing-table li:before {
  position: absolute;
  content: "";
  background: url(../png/check-v3.png)
    no-repeat center;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: -16px;
  top: 4px;
}
.disabled-feature {
  color: #b6b6b6;
}
.disabled-feature:before {
  background: none !important;
}
#pricing-table button {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  border: 1px solid #367bb8;
  font-family: "LatoLatinWebBlack", sans-serif;
  background: #127bbd;
  color: #fff;
}
#pricing-table button a {
  color: inherit;
  text-decoration: none;
}

#pricing-table .rangeslider__value-bubble {
  background-color: #008d00;
  color: #fff;
  font-family: "LatoLatinWeb";
  font-size: 12px;
  font-weight: 400;
  width: auto;
  white-space: nowrap;
}

#slider {
  margin: 100px auto;
}
.slider-message {
  font-family: "LatoLatinWebBlack", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
.slider-wrap {
  display: flex;
  justify-content: space-between;
}
.slider-features ul {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding-left: 0;
}
.slider ul div {
  padding: 0 25px;
}
.slider-text h2 {
  font-family: "LatoLatinWebBlack", sans-serif;
}

.reviews-band {
  background-color: #f6f6f6;
  padding: 80px 0;
}
.reviews-band h4 {
  color: #274f96;
}
.reviews-band a {
  color: #274f96;
  text-decoration: underline #274f96;
  border-bottom: none;
}
.reviews .slick-prev {
  background: url(../svg/left-arrow-blue.svg);
  background-repeat: no-repeat;
}
.reviews .slick-next {
  background: url(../svg/right-arrow-blue.svg);
  background-repeat: no-repeat;
}

#integrations_list {
  background-color: #f6f6f6;
  margin-top: 50px;
}

.button {
  background-color: #127bbd;
  border: 1px solid #367bb8;
}

#integrations_list .button a {
  color: #fff;
}
.seamless ul li {
  list-style: none;
}
.seamless .link-container {
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.platforms {
  padding-inline-start: 0;
}

.pricing-section {
  padding: 70px 0;
}
.pricing-section h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}

.pricing-section p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 24px;
}
.pricing-section .button {
  background-color: #127bbd;
  border: 1px solid #367bb8;
  padding: 10px 20px;
}
.pricing-section .button a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
  }
  #pricing-table article {
    margin: 15px 30px;
  }
  #pricing-table .recommended {
    box-shadow: none;
    margin-top: 39px;
  }
  .pricing-section {
    padding: 80px 20px;
  }
  .pricing-section .button {
    margin-bottom: 40px;
  }
  #pricing-table article > div:first-of-type {
    min-height: auto;
  }
}

.features select{
  padding: 10px; 
  background:#edf2ff; 
  border:none;
}

  ::-webkit-scrollbar
  {
      width: 7px;
  }
   
  ::-webkit-scrollbar-track
  {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      -webkit-border-radius: 10px;
      border-radius: 10px;
  }
   

  ::-webkit-scrollbar-thumb
  {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: #008D00;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  }
  .dropdown-option {
      width: 100%;
      background-color: white;
      height: 35px;
      border-style: none;
      border-bottom-width: 0.3px;
      border-bottom-color: lightgray;
      border-bottom-style: solid;
      color: black;
      display: flex;
      align-items: center;
      padding-left: 10px;
  }
  .dropdown-option:hover {
      background-color: #e8e8e8
  }
  .dropdown-toggle {
      background-color: white;
      border-width: 0.5px;
      border-color: lightgray;
      width: 100%;
      height: 35px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 10px;
      padding-right: 10px;
      color: #a3a3a3;
      border-style: solid;
  }
  .custom-scrollbar
  {
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      padding: 0px;
      overflow-y: scroll;
      overflow-x: hidden;
      margin-top: 35px;
  }

.recommended .dropdown{
  padding: auto;
}
.dropdown-menu{
  padding-left: 0;
}
