* {
  margin: 0;
box-sizing: border-box;
  padding: 0;
}

html {
  height: 100%;
}

img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

#jack-ms-form div.form-card:not(:first-of-type) {
  display: none;
}

.entry-content .jack-scanner-container {
  max-width: 1170px;
  width: 100%;
}

/* step-1 start */

.error-message {
  color: red;
  text-align: left !important;
  /* font-size: ; */
}

.jack-title-wrapper .jack-title {
  font-family: Arial;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 30px;
}

.jack-content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(182, 205, 234, 1);
  background: linear-gradient(0deg, #f9fbfe, #f9fbfe);
  height: 460.93px;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.jack-content-wrapper .jack-img-wrapper.left-col {
  width: 100%;
  max-width: 38%;
  height: 570px;
}
.summary-wrap .jack-summary-list .monthly-revenue-title,
.summary-wrap .jack-summary-list .monthly-savings-title{
  color: #000;
  font-size: 21px;
font-weight: bold
}

.jack-content-wrapper .jack-img-wrapper.right-col {
  max-width: calc(62% - 55px);

  width: 100%;
}

.form-card .jack-content-wrapper .jack-img-wrapper.left-col img {
  max-height: unset;
  margin-bottom: 0;
  margin-top: 0;
  height: 100%;
}

.jack-build .jack-img-wrapper.right-col h2 {
  font-family: Arial;

  font-size: 24px;

  font-weight: 400;

  line-height: 30px;

  padding-top: 55px;

  padding-bottom: 15px;
}

.modal-data {
  display: none;
}

.jack-build .jack-img-wrapper.right-col input {
  border: 1px solid rgba(221, 221, 221, 1);

  background: linear-gradient(0deg, #ffffff, #ffffff);

  border-radius: 6px;

  width: 100%;

  max-width: 415px;

  color: rgba(112, 112, 112, 1);

  font-family: Inter;

  font-size: 16px;

  font-weight: 400;

  line-height: 19px;

  padding: 18px 0px 19px 25px;
}

/* input[type="text"], 
input[type="button"].jack-form-submit,
input[type="email"],
select,
input[type="number"]{
  height: 56px;
} */

.form-card input.next {
  background: rgba(15, 81, 165, 1);

  width: 153px;

  text-align: left;

  padding: 10px 10px 10px 25px;

  border-radius: 48px;

  border: 1px solid rgba(15, 81, 165, 1);

  color: rgba(255, 255, 255, 1);

  font-family: Arial;

  font-size: 18px;

  font-weight: 700;

  line-height: 22px;

  height: 58px;
}

.form-card .next-prev-btn {
  display: flex;

  justify-content: flex-end;

  align-items: center;

  padding-top: 20px;

  position: relative;
}

.form-card .nxt-btn {
  position: relative;
}

.form-card .nxt-btn img {
  margin-left: -50px;
  margin-top: 0;
  margin-bottom: 0;

  position: absolute;

  top: 10px;

  right: 10px;
}

input.next,
.nxt-btn {
  cursor: pointer;
}

/* step-1 end */

/* step-2 start */

.form-card input[type="button"].cancel-btn,
.form-card input.previous.action-button-previous {
  color: rgba(15, 81, 165, 1);

  font-family: Inter;

  font-size: 16px;

  font-weight: 400;

  line-height: 19px;

  margin-right: 40px;

  border: none;

  background: transparent;

  cursor: pointer;
  box-shadow: none;
  text-decoration: none !important;
}

.form-card #jack-features-chkbox {
  width: 25px;
  height: 25px;
  opacity: 5 !important;
  border: 1px solid #000;
}

.select-feature .jack-img-wrapper.right-col {
  display: flex;

  flex-direction: column;

  padding-top: 45px;
}

.select-feature .jack-img-wrapper p {
  color: rgba(22, 22, 22, 1);

  font-family: Arial;

  font-size: 18px;

  font-weight: 400;

  line-height: 22px;

  padding-left: 22px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.check-wrap {
  display: flex;

  margin-bottom: 26.5px;

  justify-content: flex-start;

  align-items: center;
}

.select-feature-btn .nxt-btn {
  position: relative;
}

.select-feature-btn .nxt-btn img {
  margin-left: -50px;

  position: absolute;

  top: 10px;
}

.select-featured .error-message {
  color: red;
  margin-left: 0%;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* step-2 end */

/* step-3 start */

.selected-wrap .jack-img-wrapper.right-col {
  display: flex;

  flex-direction: column;
}

.selected-wrap label {
  color: rgba(22, 22, 22, 1);

  font-family: Arial;

  font-size: 24px;

  font-weight: 400;

  line-height: 30px;

  padding-bottom: 15px;

  width: 100%;

  max-width: 616px;

  margin-top: 30px;
}

#jack-features-dropdown option {
  font-size: 18px;
}

.selected-wrap select {
  background: linear-gradient(0deg, #e0ecfc, #e0ecfc);

  border: 1px solid rgba(182, 205, 234, 1);

  width: 66.1%;

  border-radius: 6px;

  padding: 17px 18px 17px 18px;

  color: rgba(15, 81, 165, 1);

  font-family: Arial;

  font-size: 18px;

  font-weight: 400;

  line-height: 22px;

  margin-bottom: 41px;
}

.selected-wrap select:focus,
.selected-wrap select:active {
  border: 1px solid rgba(182, 205, 234, 1);
}

.selected-wrap .error-message {
  text-align: left;
}

.cost-wrap {
  position: relative;
}

.form-card .cost-wrap::before {
  content: "";
  background-image: url("/jack-scanner/uploads/bx-dollar.png");
  position: absolute;
  top: 49px;
  left: 30px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9999;
}

.selected-radio {
  display: flex;

  justify-content: flex-start;

  gap: 12px;

  margin-bottom: 15px;
}

#jack-features-claims {
  width: 61.8%;

  background: linear-gradient(0deg, #ffffff, #ffffff);

  border: 1px solid rgba(221, 221, 221, 1);

  border-radius: 6px;

  padding: 18px 0px 19px 25px;
  color: rgba(112, 112, 112, 1);
  line-height: normal;
  font-size: 20px;

}

label.selected-services {
  color: rgba(15, 81, 165, 1);

  font-family: Arial;

  font-size: 18px;

  line-height: 22px;

  padding-bottom: 10px;

  letter-spacing: 1px;
}

.selected-btn input.next {
  background: rgba(15, 165, 75, 1);

  border: 1px solid rgba(15, 165, 75, 1);

  width: 196px;
}

.form-card .selected-btn input.next:hover {
  background: rgb(12, 133, 60) !important;
  border: 1px solid rgba(12, 133, 60) !important;
}

.selected-radio p {
  font-family: Arial;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}

.selected-wrap .jack-img-wrapper.right-col {
  padding-top: 35px;
}

/* step-3 end */

/* step-4 start */

.form-card .summary-wrap .jack-summary-wrapper.left-col {
  background: rgba(249, 251, 254, 1);
  width: 100%;
  padding: 45px 20px 30px 20px;
  max-width: 72.3%;
}
.summary-pre input {
  margin-right: 0px !important;
  padding-right: 0 !important;
}
.summary-wrap .jack-summary-list {
  margin: 0px 99px 139px 30px;
  padding: 0 !important;
}


.summary-wrap .jack-summary-list li {
  list-style: none;

  color: rgba(51, 51, 51, 1);

  width: 100%;

  display: flex;

  justify-content: space-between;

  font-family: Arial;

  font-size: 18px;

  font-weight: 400;

  line-height: 22px;

  padding-bottom: 25px;
}

.jack-annual-sub {
  border-top: 1px solid rgba(182, 205, 234, 1);

  display: flex;

  justify-content: space-between;

  width: 100%;
}

.jack-annual-sub .first_col {
  padding: 25px 0px 25px 30px;
}

.jack-annual-sub .first-col-jack.second_col {
  padding: 25px 99px 25px 0px;
}

.summary-wrap .jack-return-invetment {
  background: rgba(255, 255, 255, 1);
  padding: 25px 99px 26px 30px !important;
  display: flex;
  justify-content: space-between;
}

.jack-annual-sub span {
  color: rgba(51, 51, 51, 1);

  font-family: Arial;

  font-size: 18px;

  font-weight: 400;

  line-height: 22px;
}

.jack-return-invetment .first_col {
  color: rgba(22, 22, 22, 1);

  font-family: Arial;

  font-size: 24px;

  font-weight: 400;

  line-height: 30px;
}

.jack-return-invetment .second_col {
  font-family: Arial;

  font-size: 18px;

  font-weight: 400 !important;

  line-height: 22px;

  color: rgba(15, 81, 165, 1) !important;
  display: flex;
}

.jack-return-invetment .second_col strong {
  font-weight: 700;

  color: rgba(15, 187, 84, 1);

  padding-right: 9px;
}

.form-card .summary-wrap {
  border-bottom: none !important;

  background: none !important;

  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.form-card .summary-wrap .jack-summary-wrapper.right-col {
  background: rgba(249, 251, 254, 1);

      padding: 35px 35px 45px 35px;

  width: 100%;

  max-width: 25.88%;
  border-bottom: 1px solid rgba(182, 205, 234, 1);
}

.form-card .summary-wrap .jack-summary-wrapper.right-col img {

  width: 24px;

  height: 24px;
}

.summary-wrap .jack-summary-wrapper.right-col .summary-first {
  color: rgba(22, 22, 22, 1);

  font-family: Arial;

  font-size: 24px;

  font-weight: 700;

  line-height: 30px;

  margin-top: 15px;
}

/* .summary-list{
  display:none ;
  } */

.summary-wrap .jack-summary-wrapper.right-col .summary-second {
  padding-top: 15px;

  padding-bottom: 101px;

  color: rgba(51, 51, 51, 1);

  font-family: Arial;

  font-size: 19px;

  font-weight: 400;

  line-height: 24px;
}

.form-card .download-btn {
  justify-content: flex-start;

  padding-top: 0px;

  cursor: pointer;
}

.form-card .download {
  background: rgba(15, 81, 165, 1);

  border: 1px solid rgba(15, 81, 165, 1);

  border-radius: 48px;

  width: 100%;

  height: 58px;

  color: rgba(255, 255, 255, 1);

  font-family: Arial;

  font-size: 18px;

  font-weight: 700;

  line-height: 22px;

  text-align: left;

  padding: 18px 10px 18px 25px;

  cursor: pointer;
}

.sub_loca_modal .modal-data .jack-form-submit:hover,
.form-card input.next:hover,
.form-card .download:hover {
  background: rgb(22, 118, 243) !important;
  border: 1px solid rgba(22, 118, 243) !important;
}
input[type="button"] {
  border-radius: 48px;
}
.form-card .download-btn img {
width: 38px !important;
    height: 38px !important;
    top: 10px !important;
    right: 10px;
    padding-bottom: 0 !important;
}
.form-card .summary-pre {
	justify-content: flex-start !important;
}
/* step-4 end */

/* pop-up start */

body.modal-active {
  overflow: hidden;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 1s linear infinite;
  margin: 15px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.form-card .submit-btn {
  padding-top: 0 !important;
}
.modal-active .sub_loca_modal::before {
  position: fixed;

  height: 100%;

  width: 100%;

  background: rgba(0, 0, 0, 0.4);

  content: "";

  top: 0;

  left: 0;

  right: 0;

  z-index: 9999;
}

/* .modal-data {
	width: 30.9%;
	background: rgba(248, 251, 255, 1);
	padding: 40px 35px 26px 35px;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	z-index: 999999;
	transform: translate(-50%, -50%);
} */

.modal-data {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.modal-data-inside {
  width: 42%;
  background: rgba(248, 251, 255, 1);
  padding: 40px 35px 26px 35px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 999999;
  transform: translate(-50%, -50%);
}

.jack-img-wrapper .selected-service {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 5px;
  font-family: Arial;
  color: rgba(15, 81, 165, 1);
  letter-spacing: 1px;
}
.jack-img-wrapper .selected-service::before {
  content: "\2713";
}
.jack-img-wrapper .selected-service-info {
  margin-bottom: 25px;
}

.sub_loca_modal .modal-data .jack_full_report {
  display: flex;

  flex-direction: column;

  width: 100%;
}

.sub_loca_modal .modal-data .jack_full_report label {
  color: rgba(22, 22, 22, 1);

  font-family: Arial;

  font-size: 18px;

  font-weight: 700;

  line-height: 22px;

  padding-bottom: 15px;

  margin-top: 25px;

}

#messageContainer{
  color: #0b790b;
  padding-top: 10px;
  font-weight: 600 !important;
}

.sub_loca_modal .modal-data .jack_full_report input {
  border: 1px solid rgba(221, 221, 221, 1);
  background: linear-gradient(0deg, #ffffff, #ffffff);
  border-radius: 6px;
  padding: 18px 0px 19px 25px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(112, 112, 112, 1);
}

.sub_loca_modal .modal-data h4 {
  color: rgba(22, 22, 22, 1);
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.sub_loca_modal .modal-data .jack-modal-wrapper {
    
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.sub_loca_modal .modal-data .jack-form-submit {
  background: rgba(15, 81, 165, 1);
  border: 1px solid rgba(15, 81, 165, 1);
  border-radius: 48px;
  padding: 18px 10px 18px 25px;
  color: rgba(255, 255, 255, 1);
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.sub_loca_modal .modal-data .submit-btn img {
  margin-left: -38px;
  position: absolute;
  top: 9px;
  right: 14px;
}
.jack-modal-wrapper .submit-btn {
  position: relative;
}


.sub_loca_modal .modal-data .cancel-btn {
  padding-top: 25px;
  margin-right: 0px !important;
  background: transparent;
  border: none;
  color: #0c53a6;
  cursor: pointer;
}

/* pop-up end */

/* pdf start */
body #jack-pdf-html {
  max-width: 900px;
  width: 100%;
}
body #jack-pdf-html .cmt-main-wrap {
  width: 100%;
}
body #jack-pdf-html .cmt-logo {
  width: 65%;
}
body #jack-pdf-html .cmt-title h2 {
  color: #0c53a6;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
}
body #jack-pdf-html .monthly-subscription h2,
body #jack-pdf-html .saving-revenue h2 {
  text-decoration: underline;
  font-size: 23px;
  color: #0c53a6;
  font-weight: 600;
}
body #jack-pdf-html div,
body #jack-pdf-html ul li,
body #jack-pdf-html p {
  font-size: 23px;
  color: #0c53a6;
  font-weight: 600;
}
body #jack-pdf-html ul {
  margin-left: 25px;
  padding: 10px 0 30px 0;
}
body #jack-pdf-html .monthly-subscription {
  padding: 40px 0;
}
body #jack-pdf-html .wrap_chid .wrap {
  display: flex;
  width: 100%;
}
body #jack-pdf-html .wrap_chid .wrap .left {
  width: 80%;
}
body #jack-pdf-html .wrap_chid .wrap .right {
  width: 20%;
}
body #jack-pdf-html .investment-return {
  padding-top: 40px;
}
body #jack-pdf-html .investment-return h2 {
  font-size: 30px;
  font-weight: 600 !important;
}
body #jack-pdf-html .investment-return .right p {
  color: rgba(15, 187, 84, 1) !important;
}
body #jack-pdf-html .cmt-footer {
  margin-top: 200px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  background-color: #0c53a6;
  padding: 20px 10px;
}
body #jack-pdf-html .cmt-footer p {
  color: #ffffff !important;
  position: relative;
}
body #jack-pdf-html .cmt-footer p::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("");
  top: 0;
  left: 0;
}
/* pdf end */

@media screen and (max-width: 1140px) {
  .summary-wrap .jack-summary-wrapper.left-col {
    max-width: 64.88%;
  }
  .modal-data-inside{
    width: 53%;
  }
}

@media screen and (max-width: 1024px) {
  .entry-content {
    padding-left: 0px !important;
    padding-bottom: 15%;
    padding-right: 0px !important;
  }

  .submit-btn img {
    right: -3px;
    margin-right: 8px;
  }

  .entry-content .jack-scanner-container {
    width: 90%;
  }

  input.next {
    text-align: left;

    padding: 7px 10px 7px 25px;
  }

  .nxt-btn img {
    margin-left: -54px;
  }

  .selected-wrap select {
    font-size: 17px;
  }

  .selected-wrap label {
    font-size: 21px;
  }

  .selected-radio p {
    font-size: 17px;
  }
  .form-card .summary-wrap .jack-summary-wrapper.right-col {
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .entry-content .jack-scanner-container {
    width: 95%;
  }
  .modal-data-inside {
    width: 65%;
  }
  .form-card .jack-title-wrapper .jack-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .first_col {
    width: 65%;
  }

  .jack-return-invetment .second_col {
    width: 48%;
    justify-content: right !important;
  }

  .jack-return-invetment .first_col {
    width: 52%;
  }
  .second_col {
    width: 35%;
    text-align: end;
    color: #000 !important;
    font-weight: 600 !important;
  }

  .form-card .download {
    padding: 10px 0px 10px 13px;
    height: 50px;
    font-size: 16px;
  }

  .form-card .select-feature-btn .nxt-btn img,
  .form-card .nxt-btn img {
    margin-left: -48px;
    top: 6px;
  }
  .form-card input.next {
    height: 50px;
  }
  .form-card .download-btn img {
    width: 31px !important;

    height: 31px !important;

    right: 11px !important;

    top: 10px !important;

    z-index: 999 !important;
    margin-left: -42px;
  }

  .form-card .summary-wrap .jack-summary-wrapper.right-col {
    padding: 35px 20px 45px 20px;
  }

  .modal-data {
    width: 100%;
  }

  .form-card .summary-wrap .jack-summary-list {
    margin: 0px 30px 139px 20px;
  }
  .summary-wrap .jack-return-invetment {
    padding: 25px 30px 26px 20px !important;
  }

  .jack-annual-sub .first-col-jack.second_col {
    padding: 25px 30px 25px 0px;
  }

  .jack-build .jack-img-wrapper.right-col h2 {
    font-size: 22px;
  }

  .jack-build .jack-img-wrapper.right-col input {
    padding: 15px 0px 17px 25px;
  }

  .form-card .check-wrap {
    margin-bottom: 24.5px;
  }

  .form-card .selected-wrap label {
    font-size: 19px;
  }

  .form-card .selected-wrap select {
    margin-bottom: 35px;

    font-size: 16px;

    padding: 15px 18px 16px 18px;

    max-width: 90%;

    width: 100%;
  }

  .form-card #jack-features-claims {
    max-width: 84%;

    width: 100%;

    padding: 15px 0px 17px 25px;

    margin-bottom: 33px;
  }

  .form-card .selected-radio p {
    font-size: 16px;
  }

  .form-card #jack-features-chkbox {
    width: 23px;
    flex: 0 0 23px;
    height: 23px;
  }

  .form-card .summary-wrap .jack-summary-wrapper.right-col .summary-first,
  .form-card .jack-return-invetment .first_col {
    font-size: 23px;
  }

  .form-card .summary-wrap .jack-summary-wrapper.right-col .summary-second {
    font-size: 18px;
  }
}

@media screen and (max-width: 850px) {
  .form-card .jack-content-wrapper .jack-img-wrapper.right-col {
    max-width: calc(62% - 30px);
  }

  .form-card .jack-build .jack-img-wrapper.right-col input {
    max-width: 82%;
  }
  .form-card .download-btn img {
width: 28px !important;
  height: 28px !important;
  right: 7px !important;
  top: 10.3px !important;
}

.form-card .summary-wrap .jack-summary-wrapper.right-col {
	padding: 35px 15px 45px 15px;
}

.form-card .download {
	font-size: 15px;
}
}

@media screen and (max-width: 767px) {
  .entry-content .jack-scanner-container {
    width: 93%;
  }
  .jack-img-wrapper .selected-service-info {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .modal-data {
    width: 100%;
  }

  .form-card .jack-content-wrapper {
    flex-direction: column;

    width: 100%;

    border-bottom: none;

    align-items: center;
  }

  .form-card .jack-title-wrapper {
    text-align: center;
  }

  .form-card .jack-content-wrapper .jack-img-wrapper.left-col {
    width: 100%;

    max-width: 100%;

    align-items: center;

    display: flex;

    justify-content: center;
  }

  .form-card .jack-content-wrapper .jack-img-wrapper.right-col {
    max-width: calc(80% - 0px);
width: 100%;
    text-align: left;
  }

  .form-card .next-prev-btn {
    justify-content: center;

    padding-top: 35px;
  }

  .form-card .select-feature .jack-img-wrapper.right-col {
    text-align: left !important;
    margin-left: 0px;
  }

  .form-card .selected-wrap select {
    max-width: 100%;
  }

  .form-card #jack-features-claims {
    max-width: 94%;
  }

  .form-card .summary-wrap .jack-summary-wrapper.left-col {
    max-width: 93%;
  }

  .form-card .summary-wrap .jack-summary-wrapper.right-col {
    max-width: 90%;

    margin-top: 20px;
  }

  .form-card .download-btn img {
    position: static;
  }

  .form-card .download {
    width: 100%;
    padding: 10px 10px 10px 13px;
    max-width: 234px;
  }

  .form-card .form-card .selected-radio-wrapper {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 30px;
  }

  .form-card .summary-wrap .jack-summary-wrapper.left-col {
    padding: 45px 15px 30px 15px;
  }

  .form-card .jack-return-invetment {
    padding: 25px 30px 26px 20px;
  }

  .form-card .jack-annual-sub .first_col {
    padding: 25px 0px 25px 20px;
  }



  .jack-return-invetment .first_col {
    font-size: 22px;
  }

  .form-card .submit-btn img {
    right: 1px;
    margin-right: 8px;
    top: 0px;
  }
  .modal-data-inside {
    width: 80%;
  }
}

@media screen and (max-width: 450px) {
  .jack-content-wrapper .jack-img-wrapper.left-col {
    max-width: 90%;
  }

  .jack-content-wrapper .jack-img-wrapper.right-col {
     max-width: 100% !important;
  }

  input.next {
    width: 170px;
  }

  .jack-return-invetment .second_col {
    justify-content: left !important;
  }

  .jack-form-submit {
    font-size: 17px;
  }

  .summary-wrap .jack-summary-list li {
    flex-direction: column;
  }

  .form-card .jack-annual-sub .first_col {
    padding: 25px 0px 2px 20px;
  }
  span.first-col-jack.second_col {
    padding-top: 5px;
    color: rgb(102, 101, 101);
    font-weight: 600;
    text-align: left;
  }

  .form-card .summary-wrap .jack-summary-list {
    margin: 0px 20px 139px 20px;
  }
  .form-card .jack-annual-sub .first_col {
    padding: 25px 0px 0px 20px;
  }
  .form-card .jack-annual-sub .first-col-jack.second_col {
    padding: 5px 95px 25px 20px;
  }
  .form-card .jack-return-invetment,
  .form-card .jack-annual-sub {
    flex-direction: column;
  }
  .form-card .download-btn img {
    right: 83px !important;
  }
  .form-card .jack-return-invetment .first_col,
  .form-card .jack-return-invetment .second_col,
  .form-card .first_col,
  .form-card .second_col {
    width: 100%;
  }
  .modal-data {
    width: 100%;
  }
  .modal-data-inside {
    width: 90%;
  }
  .modal-data .jack_full_report label {
    font-size: 17px;
  }
  .modal-data .jack-form-submit {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .jack-content-wrapper .jack-img-wrapper.left-col {
    max-width: 96%;
  }

  .jack-build .jack-img-wrapper.right-col h2 {
    padding-top: 35px;
  }

  .jack-build .jack-img-wrapper.right-col input {
    max-width: 90%;
  }
}

li.summary-list.monthly-save {
  border-bottom: 1px solid rgba(182, 205, 234, 1);
  margin-bottom: 20px;
}
.cost-wrap:after {
    content: "";
    position: absolute;
    top: 62px;
    left: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../images/bx-dollar.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.cost-wrap input {
  padding-left: 35px !important;
}

