@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
  margin: 0 !important;
  height: 100%;
  box-sizing: border-box;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #1d232c;
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select, textarea {
  font-size: 18px;
  color: #1d232c;
}

p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

p#costcalc-link {
  color: #2373AE;
  font-weight: 500;
}

a {
  font-size: 18px;
  cursor: pointer;
  color: #2373AE;
}

a:hover {
  text-decoration: none;
}

* {
  box-sizing: inherit;
  font-family: "Montserrat", sans-serif;
}

.costcalc-header {
  box-shadow: 0px 0px 3px 2px #e7e2f1;
  background-color: #fff;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.costcalc-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.back{
  align-content: center;
  min-width: 100px;
}

.backBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.exit {
  align-content: center;
  min-width: 100px;
}

.exitbtn {
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: flex-end;
}

.costcalc-body {
  padding-top: 250px;
  padding-bottom: 100px;
  min-height: 100vh;
}

.costcalc-page {
  width: 100%;
}

.costcalc-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 12px 0;
  background-color: #fff;
  box-shadow: 1px -5px 7px 3px #e7e2f1;
  display: none;
}

.revenue-customers .input-group-addon {
  background-color: #35AFF9;
  border: 1px solid #35AFF9;
  color: #fff;
}

.step-subheading {
  margin-bottom: 0;
}

.step-title {
  text-align: center;
  color: #2373AE;
  margin: 0 auto 30px;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 1000px;
}

.step-desc {
  text-align: center;
  padding-bottom: 30px;
  max-width: 800px;
  margin: auto;
}

.costcalc-page h1 {
  font-size: 56px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.costcalc-page h1::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 200px;
  height: 4px;
  bottom: 0;
  background-color: #FAA634;
  left: 0;
}

.progress {
  align-content: center;
  margin: 0 auto 10px;
  padding: 3px 5px;
  height: 16px;
  border-radius: 10px;
}

.progress-bar {
  align-content: center;
  border-radius: 10px;
  background-color: #2373AE;
}

.title {
  font-weight: bold;
  font-size:50px;
  margin-left:90px;
  margin-right:90px;
  margin-top: 20px;
  line-height: 1.2;
}

.costcalc-wrapper .button_group {
  align-content: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 40px;
}

.costcalc-wrapper .button_group .card_button {
  flex: 0 0 calc(33.3333% - 20px);
  max-width: calc(33.3333% - 20px);
  padding: 25px 20px;
  box-shadow: 2px 2px 10px rgba(190, 190, 190, 1);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  column-gap: 15px;
  border-radius: 4px;
  transition: all .3s;
}

.costcalc-wrapper .button_group .card_button:hover {
  background-color: #35AFF9;
  color: #fff;
}

.costcalc-wrapper .button_group .card_button:active {
  background-color: #35AFF9;
  color: white;
}

.costcalc-wrapper .button_group .card_button.selected {
  background-color: #35AFF9;
  color: white;
}

.costcalc-wrapper .button_group .card_button.selected:hover {
  background-color: #35AFF9;
  color: white;
}

.costcalc-wrapper .button_group .card_button.selected:active {
  background-color: #35AFF9;
  color: white;
}

.costcalc-wrapper .button_group .card_button h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.button_icon {
  min-width:40px;
  height:40px;
  color:white;
  text-align: center;
  align-content: center;
  border-radius: 8px;
  font-size: 20px;
}
.first {
  background-color: #144360;
}

.second {
  background-color: #ff56a5;
}

.third {
  background-color: #FFCD19;
}

.fourth {
  background-color: #2D94D3;
}

.fifth {
  background-color: #1D5F87;
}

.sixth {
  background-color: #da00c8;
}

.request-form {
  max-width: 600px;
  margin: auto;
}

.step-action {
  margin-top: 40px;
  text-align: center;
}

.revenue-customers {
  max-width: 500px;
  margin: auto;
}

.step-subheading {
  font-weight: 600;
}

.myform{
  width: 90%;
  justify-items: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.request-success, .request-save-progress, .request-save-progress-result {
  display: none;
}

#page_1 .step-action {
  text-align: left;
}

.btn-primary {
  font-family: Montserrat, Sans-serif;
  background-color: #faa634;
  border-color: #faa634;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #faa634;
  border-color: #faa634;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 20px 40px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
}

input[type="email"]#link_email {
  height: 63px;
}

input.form-control {
  height: 48px;
}

@media (max-width: 1024px) {
  .costcalc-header-wrapper {
    padding: 10px 0;
  }

  .costcalc-header-wrapper .logo {
    height: 95px;
  }

  .costcalc-wrapper .button_group .card_button {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  .costcalc-page h1 {
    font-size: 50px;
  }

  .step-title {
    font-size: 40px;
  }

  .costcalc-body {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  #page_1 .img-responsive {
    margin: auto;
  }

  .step-action {
    text-align: center;
  }

  #page_1 .step-action {
    margin-bottom: 50px;
  }

  .costcalc-page h1 {
    font-size: 48px;
  }

  .step-title {
    font-size: 32px;
  }

  .costcalc-body {
    padding-top: 140px;
  }
}

@media (max-width: 600px) {
  .costcalc-header-wrapper {
    padding: 5px 0;
  }

  .costcalc-header-wrapper .logo {
    height: 67px;
  }

  .costcalc-wrapper .button_group .card_button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}