body {
  font-family: "Figtree", Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  background-color: #f8f8f8;
}

img {
  max-width: 100%;
  height: auto;
}

sup {
  font-size: .45em;
  top: -.8em;
}

/*common classes start*/
.font-24 {
  font-size: 24px;
}

.font-12 {
  font-size: 12px;
}

.dark-blue-clr {
  color: #051235 !important;
}

.lgt-blue-gradnt {
  background: linear-gradient(354.24deg, #acfdf5 0%, #4fdcce 95.22%);
}

.lgt-blue-gradnt:hover {
  background: linear-gradient(354.24deg, #4fdcce 0%, #acfdf5 95.22%);
}

.dark-blu-gradnt {
  background: radial-gradient(
    75.62% 124.21% at 9.17% 162.89%,
    #007c8d 0%,
    #051235 100%
  );
}

.dark-blu-gradnt:hover {
  background: radial-gradient(
      132.69% 216.73% at 9.17% 162.89%,
      #051235 0%,
      #007c8d 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

/*common classes end*/

header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  z-index: 10;
  background-color: #fff;
}

.step-section {
  padding-top: 110px;
}

.questionare-steps {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}

.questionare-steps.show {
  margin-bottom: 100px;
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  transform: translateY(0);
}

/** questionare steps start**/

.questionare-steps h5 {
  color: #7f8597;
}

.questionare-steps .form-label {
  font-size: 20px;
  color: #051235;
  margin: 0 0 8px 0;
  line-height: 28px;
  font-weight: 700;
}

.questionare-steps .form-label small {
  font-size: 15px;
  font-weight: normal;
}

.questionare-steps .question-cntnr {
  margin-top: 32px;
}

.questionare-steps .btn-outline-secondary {
  border: 2px solid #c4c4cb;
  border-radius: 42px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  color: #051235;
}

.questionare-steps .btn-outline-secondary:hover {
  color: #051235;
  border: 2px solid #c4c4cb;
  background-color: #ededed;
}

.questionare-steps .btn-check:checked + .btn {
  background: #051235;
  color: #ffffff;
  border: #051235 solid 2px;
}

.questionare-steps .next-prev-btn {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px 32px;
  border: #051235 solid 1px;
  border-radius: 48px;
  color: #051235;
  text-decoration: none;
}

.next-btn {
  background-color: #4fdcce;
  border: #4fdcce solid 1px !important;
}

.next-btn:hover {
  background-color: #32c0b1;
  border: #32c0b1 solid 1px !important;
}

/** questionare steps end**/

/*over write drop down */
.dropdown-toggle {
  color: #7f8597;
  border: 2px solid #c4c4cb;
  background: #f8f8f8;
  line-height: 28px;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  max-width: 280px;
}

.dropdown-toggle::after {
  position: absolute;
  right: 16px;
  top: 15px;
  width: 15px;
  height: 12px;
  border: 0;
  background: url(../images/dropdown-arrow.png) center center no-repeat;
  background-size: contain;
}

.dropdown-menu {
  width: calc(100% - 24px);
  border: 2px solid #c4c4cb;
  color: #aaaaaa;
  padding: 0;
  overflow: hidden;
  max-width: 280px;
  max-height: 270px;
  overflow-y: auto;
}

.dropdown-menu li {
  border-bottom: 2px solid #c4c4cb;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-item {
  color: #aaaaaa;
  padding: 8px 8px 8px 16px;
  background: #f8f8f8;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #051235;
  color: #fff;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.dropdown-toggle:hover {
  color: #aaa;
  border: 2px solid #c4c4cb;
  background: #f8f8f8;
}

.form-check {
  cursor: pointer;
}

.form-check .form-check-label {
  color: #7f8597;
  font-size: 14px;
  cursor: pointer;
}

.form-check-input {
  height: 20px;
  width: 20px;
  border: rgb(5 18 53 / 50%) solid 2px;
  margin: 1px 12px 0 0;
}

.form-check-input:checked {
  border: #051235 solid 3px;
  background-color: #051235;
}

.form-check-input:checked + label {
  color: #051235;
  font-weight: bold;
}

.form-check:hover .form-check-input {
  border-color: #051235;
}

/*over write drop down  end*/

/** home page banner section start**/
.container-bg {
  margin-top: 78px;
  height: calc(100vh - 78px);
  width: 100%;
  background: linear-gradient(
    182.07deg,
    #d9d9d9 -5.39%,
    #051235 -5.38%,
    #034f68 116.32%
  );
  backdrop-filter: blur(21.5px);
}

.banner-container-bg {
  width: 100%;
  padding: 72px 0 87px;
  background: linear-gradient(
    270deg,
    #d9d9d9 -5.39%,
    #051235 -5.38%,
    #034f68 116.32%
  );
  backdrop-filter: blur(21.5px);
}

.get-started-section {
  display: flex;
  align-items: center;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}

.get-started-section.hideContainer {
  padding: 0;
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-100%);
}

.get-started-section > div {
  height: 100%;
}

.get-started-section .row {
  height: 100%;
}

.banner-img {
  position: relative;
}

.get-started .banner-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: flex;
}

.plusIcon {
  position: absolute;
  top: 25%;
  left: 16.5%;
  width: 48px;
  height: 48px;
  z-index: 1;
  transform: translatey(0px);
  animation: floating 6s ease-in-out infinite;
}

.minusIcon {
  position: absolute;
  top: 27%;
  right: 15%;
  width: 40px;
  height: 16px;
  z-index: 1;
  transform: translatey(0px);
  animation: floating 6s ease-in-out infinite;
  animation-delay: 0.5s;
}

.multipleIcon {
  position: absolute;
  bottom: 35%;
  left: 16%;
  width: 48px;
  height: 46px;
  z-index: 1;
  transform: translatey(0px);
  animation: floating 6s ease-in-out infinite;
  animation-delay: 1s;
}

.equalIcon {
  position: absolute;
  bottom: 36%;
  right: 15%;
  width: 36px;
  height: 32px;
  z-index: 1;
  transform: translatey(0px);
  animation: floating 6s ease-in-out infinite;
  animation-delay: 1.5s;
}

@keyframes floating {
  0% {
    transform: translatey(0px);
  }

  25% {
    transform: translatey(-10px);
  }

  50% {
    transform: translatey(0px);
  }

  75% {
    transform: translatey(10px);
  }

  100% {
    transform: translatey(0px);
  }
}

.get-started > div {
  height: 100%;
}

.get-started h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
}

.get-started h1 span {
  padding-right: 10px;
  display: inline-block;
  position: relative;
  background: rgb(252, 203, 190);
  background: linear-gradient(
    90deg,
    rgba(252, 203, 190, 1) 0%,
    rgba(139, 160, 255, 1) 20%,
    rgba(158, 203, 255, 1) 50%,
    rgba(158, 203, 255, 1) 76%,
    rgba(79, 220, 206, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.get-started h1 span small {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
}

.get-started h1 img {
  vertical-align: baseline;
}

.get-started p {
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 36px;
}

.btn-container {
  text-align: left;
}

.btn-container .anchorBtn {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 56px;
  color: #051235;
  padding: 20px 68px;
  text-decoration: none;
}

/** home page banner section end**/

/** total productivity page starts **/
.productivity {
  padding: 136px 0 102px;
}

.results-info {
  padding: 0 0 21px;
}

.results-info h2 {
  font-weight: 700;
}

.productivity .btn-container .anchorBtn {
  padding: 16px;
  max-width: 190px;
  min-width: 190px;
  font-size: 16px;
}

.card-grid-container {
  display: grid;
  grid-column: auto;
  grid-template-columns: 80%;
  padding: 10px;
  justify-content: center;
  grid-column-gap: 72px;
  margin-top: 37px;
}

.results-baseline-data {
  display: grid;
  grid-column: auto;
  grid-template-columns: 80%;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
  padding-top: 24px;
}

.card-grid-container .grid-item {
  background: #051235;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 28px 20px 25px;
}

.card-grid-container .grid-item h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 34px;
  min-width: 150px;
}

.card-grid-container .grid-item h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}

.nested-grid {
  display: flex;
}

.grid-item-img {
  width: 48px;
  margin-right: 17px;
}

.grid-item-details {
  font-size: 16px;
  line-height: 1.35;
  color: #ffffff;
  margin: 0;
  padding: 12px 0 46px;
}

.grid-item-details b {
  font-weight: 600;
}

.learn-text {
  margin-right: 29px;
}

.item-arrow {
  display: flex;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #4fdcce;
  border-left: 2px solid #4fdcce;
  transform: rotate(-45deg);
  margin-top: 2px;
}

.open-arrow {
  display: flex;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #4fdcce;
  border-left: 2px solid #4fdcce;
  transform: rotate(135deg);
  margin-top: 7px;
}

.learn-accordion-header {
  display: flex;
  font-size: 18px;
  line-height: 1;
  color: #4fdcce;
  cursor: pointer;
}

.learn-accordion-details {
  height: 0;
  overflow: hidden;
}

.learn-accordion-details p:first-child {
  padding-top: 18px;
  margin: 0;
}

.learn-accordion-details p + P {
  padding-top: 21px;
  margin: 0;
}

.nested-grid-item {
  column-gap: 17px;
}

.results-calculate-info {
  padding-top: 3px;
}

.results-calculate-info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.results-calculate-info strong {
  font-weight: 600;
}

/** total productivity page ends **/

.step-buttons a,
.step-buttons button {
  display: inline-flex;
}

.step-buttons a:first-child,
.step-buttons button:first-child {
  margin-right: 64px;
}

.step-buttons .back-btn {
  background-color: #fff;
}

.step-buttons .back-btn:hover {
  background-color: #eaeaea;
}

.user-detail-section > div,
.user-detail-section .row {
  height: 100%;
}

.user-detail-section .image {
  background: url(../images/banner.png) center center no-repeat;
  background-size: contain;
}

/*complete details page start*/
.details-form-cntnr {
  padding: 44px 65px;
  height: 100%;
  background-color: #f8f8f8;
}

.details-form-cntnr label {
  color: #051235;
}

.details-form-cntnr h4 {
  color: #051235;
  max-width: 395px;
}

.details-form-cntnr .form-control {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  border-radius: 8px;
  border-width: 3px;
  max-width: 330px;
  font-weight: 600;
}

.details-form-cntnr .form-control::placeholder {
  color: #c4c4cb;
}

.details-form-cntnr .details-form .btn-container .submitBtn {
  padding: 16px 52px;
  color: #ffffff;
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  margin-top: 14px;
  border-radius: 48px;
  text-decoration: none;
  display: inline-block;
}

.user-detail-section {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  transform: translateY(0);
  transition: height 0.3s ease-in-out, transform 0.3s ease-in-out,
    opactity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    overflow 0.3s ease-in-out;
}

.user-detail-section.user-detail-hidden {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(100%);
}

.user-detail-section.user-detail-hidden-out {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-100%);
}

.result-container {
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.result-container.result-hidden {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(25%);
}

/* Additional resources section start */
.resourcesSection {
  background: #f8f8f8;
}

.resources-info {
  padding: 106px 0 156px;
}

.resources-info h2 {
  font-size: 35px;
  color: #051235;
  font-weight: 700;
  margin: 0 0 37px;
}

.resources-item {
}

.resources-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  margin: 0 auto;
}

.resources-meet-box {
  width: 250px;
  height: 230px;
  border-radius: 12px;
  margin: 0 auto;
  padding: 49px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.meet-sirius-title {
  font-size: 21px;
  color: #051235;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.meet-sirius-title span {
  background: linear-gradient(91deg, #f6a891 14%, #8399fc 56%, #55dbce 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.meet-sirius-subTitle {
  font-size: 16px;
  color: #051235;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.resources-meet-sirius {
  background: #eaf0ff;
}

.resources-meet-sirius::after {
  content: "";
  display: flex;
  width: 37px;
  height: 55px;
  background-image: url(../images/meet-sirius-star-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: -1;
}

.resources-meet-sirius::before {
  content: "";
  display: flex;
  width: 68px;
  height: 65px;
  background-image: url(../images/meet-sirius-ai-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.resources-sirius {
  background: #b6d2e4;
}

.resources-sirius::after {
  content: "";
  display: flex;
  width: 37px;
  height: 55px;
  background-image: url(../images/sirius-star-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 21px;
  z-index: -1;
}

.resources-sirius::before {
  content: "";
  display: flex;
  width: 135px;
  height: 50px;
  background-image: url(../images/sirius-ai-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 24%;
  z-index: -1;
}

.sirius-ai-title {
  font-size: 23px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.sirius-ai-subTitle {
  font-size: 17px;
  color: #051235;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.resources-how-sirius {
  background: #051235;
}

.resources-how-sirius::after {
  content: "";
  display: flex;
  width: 33px;
  height: 49px;
  background-image: url(../images/how-sirius-star-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 13px;
  z-index: -1;
}

.resources-how-sirius::before {
  content: "";
  display: flex;
  width: 70px;
  height: 64px;
  background-image: url(../images/how-sirius-ai-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.how-sirius-title {
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.how-sirius-title span {
  background: linear-gradient(91deg, #f6a891 14%, #8399fc 56%, #55dbce 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.how-sirius-subTitle {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.resources-text {
  font-size: 16px;
  font-weight: 500;
  color: #051235;
  line-height: 24px;
  text-align: center;
  padding: 32px 0 20px;
}

.resources-read-btn {
  display: flex;
}

.resources-read-more {
  font-size: 16px;
  font-weight: 700;
  color: #051235;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.resources-read-more img {
  width: 12px;
  height: 9px;
  margin-left: 6px;
}

/* Additional resources section ends */

/*  */
.slick-dots {
  bottom: -56px;
}

.slick-dots li {
  width: 8px;
  height: 8px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #d5e0ed;
  border-radius: 8px;
}

.slick-dots li.slick-active button {
  background: #4fdcce;
}

/*  */

/*range slider */
.range-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.range {
  -webkit-appearance: none;
  width: 100%;
}

.range:focus {
  outline: none;
}

.range::before,
.range::after {
  position: absolute;
  top: 2rem;
  color: #a8a8a8;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
}

.range::before {
  left: 0;
  content: attr(data-min);
}

.range::after {
  right: 0;
  content: attr(data-max);
}

.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: linear-gradient(
    90deg,
    #051235 var(--range-progress),
    #d9d9d9 var(--range-progress)
  );
  border-radius: 1rem;
}

#marketing-channels-slider-range::-webkit-slider-runnable-track {
  background: linear-gradient(
    90deg,
    #051235 var(--marketing-channels-slider-range-range-progress),
    #d9d9d9 var(--marketing-channels-slider-range-range-progress)
  );
}

#cross-channels-slider-range::-webkit-slider-runnable-track {
  background: linear-gradient(
    90deg,
    #051235 var(--cross-channels-slider-range-range-progress),
    #d9d9d9 var(--cross-channels-slider-range-range-progress)
  );
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  background: #051235;
  cursor: pointer;
  height: 16px;
  width: 16px;
  transform: translateY(-6px);
}

.custom-tooltip {
  position: absolute;
  top: -1.25rem;
}

.custom-tooltip span {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 1;
  color: #051235;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  left: 50%;
  transform: translate(-50%, 0);
}

.marketing-channels-slider.range::before {
  content: "1";
}

.marketing-channels-slider.range::after {
  content: "20";
}

.cross-channels-slider.range::before {
  content: "1";
}

.cross-channels-slider.range::after {
  content: "50";
}

/***progress bar start***/
.dot {
  position: relative;
  z-index: 1;
  height: 16px;
  width: 16px;
  background-color: #d1d9ff;
  border-radius: 50%;
  display: inline-block;
  box-shadow: inset 0px 0px 0px 4px #8ba0ff;
}

.steps-progress {
  position: sticky;
  top: 110px;
  width: 6px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: #d9d9d9;
}

.steps-progress .step-done {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s ease-in;
  background: #8ba0ff;
}

.steps-progress .step1 {
  height: 20%;
}

.steps-progress .step2 {
  height: 40%;
}

.steps-progress .step3 {
  height: 60%;
}

.steps-progress .step4 {
  height: 80%;
}

.steps-progress .step5 {
  height: 100%;
}

/***progress bar end***/

/** media query start**/
@media screen and (max-width: 991px) {
  .container-bg {
    padding: 20px 20px 0 20px;
  }

  .user-detail-section {
    padding: 0;
  }

  .get-started-section {
    display: flex;
    align-items: center;
  }

  .get-started h1 {
    font-size: 29px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 30px;
  }

  .get-started h1 img {
    width: 120px;
  }

  .get-started p {
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 28px;
  }

  .get-started > div,
  .get-started-section > div {
    height: auto;
  }

  .btn-container .anchorBtn {
    padding: 10px 48px !important;
    font-size: 16px !important;
  }

  .productivity .btn-container .anchorBtn {
    max-width: 100%;
  }

  .btn-container .btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 32px;
    color: #051235;
    padding: 12px 38px;
  }

  .results-info,
  .resources-info {
    padding: 64px 0;
  }

  .productivity {
    padding: 0 10px 64px;
    height: auto;
  }

  .card-grid-container {
    display: grid;
    grid-template-columns: 100%;
    padding: 0;
    justify-content: center;
    grid-column-gap: 0;
    margin-top: 16px;
  }

  .card-grid-container .grid-item {
    margin-top: 16px;
  }

  .card-grid-container .grid-item:last-of-type p {
    margin-bottom: 0;
  }

  .steps {
    padding: 20px 5px;
  }

  .questionare-steps .btn-outline-secondary {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .step-section {
    padding-top: 0;
  }

  .details-form-cntnr {
    padding: 20px 20px 0 20px;
  }

  .dropdown-toggle,
  .dropdown-menu {
    max-width: 100%;
  }

  .questionare-steps .form-label small {
    font-size: 14px;
  }

  .resources-info {
    padding: 61px 0 102px;
  }

  .resources-info h2 {
    font-size: 30px;
    text-align: center;
  }

  .results-info h2 {
    font-size: 30px;
    text-align: left !important;
  }

  .results-baseline-data {
    grid-template-columns: 100%;
    text-align: left;
  }

  .card-grid-container .grid-item {
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
    padding: 36px 0;
    margin-bottom: 0;
    margin-top: 0;
  }

  .card-grid-container .grid-item:last-child {
    border-bottom: none;
  }

  .resources-item-box {
    width: 280px;
  }
}

/** media query end**/


/* Gokhan ni Additions */
#lastStepForm *{
  color: #051235;
}

#lastStepForm input,#lastStepForm select{
  border: 2px solid #C4C4CB;
  border-radius: 8px;
  height: 42px;
}

#lastStepForm .form-columns-2{
  display: flex;
  flex-wrap: nowrap;
  height: 90px;
}

#lastStepForm .form-columns-2>div{
  flex-basis: 50%;
  padding: 5px;
}

#lastStepForm .form-columns-2 .input{
  margin: 0;
}

#lastStepForm .form-columns-2 .input select{
  width: 100%;
}

#lastStepForm .form-columns-2 input{
  width: 100%;
}

#lastStepForm .hs-error-msgs{
  padding: 0;
  margin:0;
  font-size: 9px;
  list-style: none;
  text-align: right;
}

#lastStepForm .hs_error_rollup .hs-error-msgs{
  text-align: center;
  font-size: 12px;
}



#lastStepForm .hs-error-msgs li label{
  color: red;
}

#lastStepForm .legal-consent-container ul{
  list-style: none;
  padding: 0;
}

#lastStepForm .legal-consent-container{
  font-size: 12px;
  padding: 5px;
}
#lastStepForm input[type="checkbox"]{
  width: 25px;
  height: 25px;
  margin-right: 0px;
}
#lastStepForm .hs-form-booleancheckbox label{
  display: flex;
  align-items: center;
  cursor: pointer;
}

#lastStepForm .actions{
  text-align: center;
}

#lastStepForm .hs-button{
  background: radial-gradient(127.38% 134.4% at 9.17% 162.89%, #007C8D 0%, #051235 100%);
  color: var(--White, #FFF);
  font-size: 16px;
  font-weight: 500;
  line-height: 135.2%;
  border-radius: 43.157px;
  width: 160px;
  height: 52px;
}
