:root{
  --gryClr1: #e5e6e6;  
}
.cont-sm {
  font-size: 15px;
}

.card_item h4{
  font-family: var(--fontSecondary);
}
.rp-cards-module .card_item--content .card-item--title {
  font-size: 22.5px;
}
.rp-cards-module .card_item--content .content {
  font-size: 16px;
  line-height: 1.4;
}
.rp-cards-module .card_item--content {
  padding-inline: 25px;
  padding-top: 35px;
}
.rp-cards-module .card_item__media {
  width: 210px;
  height: 210px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
/* card price 2024 module */
.card-block__content {
  border: 1px solid #EB722E;
  border-radius: 25px;
  padding: 80px 20px;
  text-align: center;
  height: 100%;
}
.card-block__row {
  display: grid;
  gap: 50px;
}
.card_title {
  color: #0054CE;
  font-size: 30px;
  font-weight: 700;
}
.card_text {
  font-size: 18px;
}
.price {
  font-size: 145px;
  color: #EB722E;
  font-weight: 800;
  line-height: 1;
  padding-top: 30px;
}
.currency {
  color: #EB722E;
  font-weight: 800;
  font-size: 58px;
  line-height: 1;
  margin-top: -11px;
}
.bottom_text {
  padding-top: 30px;
  font-size: 20px;
}
.card-block {
  padding-top: 50px;
}

.dd-banner .main-banner__content h1 {
  font-size: 98px;
  line-height: 100%;
}

.dd-banner img.banner-img {
  opacity: 1;
  width: 100%;
}

.banner-topleft.dd-banner {
  background: transparent;
  padding: 0;
}
.main-banner.dd-banner {
  background: transparent;
}


/* Schedule a kichoff form popup */

.bn-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);  
  place-items: center;
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;  
  display: none;
}


.bn-popup.active{
  display: inline-grid;
}


.bn-popup__inr h2 {
  color: #fff;
  font-size: 71.5px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  line-height: 85.8px;
  padding-bottom: 38px;
}

.bn-popup__cont figure {
  bottom: 0px;
  left: 0px;
  padding-top: 0;
  position: absolute;
  width: 55%;
}

body.pop-active {
  overflow-y: hidden;
}

.bn-popup__text a.button.button--default {
  min-width: 315px;
  padding-block: 20px;
}

.bn-popup__text {
  padding-top: 30px;
  position: relative;
  right: 0;
  text-align: right;
  width: 100%;
  z-index: 1;
}

.bn-popup__inr {
  background: linear-gradient(90deg, #0143b7, #0238a9 42%, #03228d 100%, #341000 0, #1e0900 0, #000 0, #00d4ff 0);
  margin-inline: auto;
  min-height: 532px;  
  padding: 16px 30px 30px;
  position: relative;
  width: min(770px, 100%);
}

.bn-popup__inr .popup__close svg {
  width: 26px;
  fill: #fff;
}

.bn-popup__inr .popup__close {
  position: absolute;
  right: -7px;
  z-index: 111;
  top: -8px;
  cursor: pointer;
}


/* question form popup */
.qstnform-pop__inr {  
  position: relative;
  width: 100%;
  border-radius: 0 0 22px 22px;
}

.qstnform-pop {
  background-color: rgba(0, 0, 0, .5);
  display: none;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  place-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.qstnform-pop.active{
  display: inline-grid;
}

.qstnform-pop__inr h3 {
  background-color: #f4ad34;
  color: #1A4478;
  padding-block: 18px;
  padding-inline: 10px;
  text-align: center;
  font-family: 'Poppins';
  font-size: 32px;
  line-height: 38.4px;
  border-radius: 22px 22px 0px 0px;
  font-weight: bold;
}

.qstnform-pop__frm {
  padding-inline: 85px;
  padding-block: 50px;
  background-color: #fff;
  border-radius: 0 0 22px 22px;
}
.qstnform-pop__frm .form-title {
  display: none;
}

.qstnform-pop__inr .hs-form-field input,
.qstnform-pop__inr .hs-form-field textarea {
  border: 0 !important;
  border-bottom: 3px solid #b0b0b0 !important;
  border-radius: 0;
}
.qstnform-pop__inr .hs-form-field textarea {
  background-color: #e5e6e6;
  height: 105px;
  margin-top: 15px;
}
.qstnform-pop__inr form label span {
  color: #1f3063;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;    
  display: inline-block;
}
.qstnform-pop__inr form input[type=text] {
  min-height: 35px;
  height: 35px;
}
.qstnform-pop__frm .hs_submit .actions {
  text-align: right;
}
.qstnform-pop__frm .hs_submit input {
  width: 220px;
}

.qstnform-pop__frm .hs-form-field .hs-error-msgs {
  display: none;
}

.qstnform-pop__inr .popup__close {
  position: absolute;
  right: -6px;
  border-radius: 100%;
  z-index: 999;
  top: -10px;
}

.qstnform-pop__inr .popup__close svg {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.qstnform-pop .submitted-message {
  text-align: center;
  font-size: 20px;
  color: #1a4478;
  font-weight: 600;
}

.dd-termsform .submitted-message {
  text-align: center;
  font-size: 20px;
  color: #1a4478;
  font-weight: 600;
}

.dd-termsform .submitted-message {
  font-size: 30px;
  padding-block: 20px;
}

@media screen and (min-width: 768px){
  .dd-banner .banner-img {
    height: 670px !important;
    width: 100%;
  }
  .card-block__row {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 991px){
  .price {
    font-size: 110px;
  }
  .currency {
    font-size: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px){
  .price {
    font-size: 90px;
  }
  .card-block__content {
    padding: 40px 20px;
  }
  .card-block__row {
    gap: 30px;
  }
  .card_title {
    font-size: 20px;
  }
}
/*  end card price 2024 module */

@media (max-width: 767px){

  .qstnform-pop__frm .hs_submit input {
    width: auto;
    padding-block: 12px;
  }
  .qstnform-pop__frm .hs-form-field {
    margin-bottom: 10px;
  }
  .qstnform-pop .container {
    padding-inline: 0;
  }

  .qstnform-pop__inr h3 {
    font-size: 20px;
  }
  .qstnform-pop__inr form label span {
    font-size: 18px !important;
    line-height: 25px;
  }
  .row-fluid .cont-sm p {
    font-size: 15px;
  }
  .rp-cards-module .card_item--content .content {
    font-size: 16px;    
    text-align: center;
  }
  .rp-cards-module .card_item--content .card-item--title {
    font-size: 20.5px;
  }
  .rp-cards-module .card_item--content {
    padding-inline: 10px;    
  }
  .rp-cards-module .card_item {
    margin-bottom: 50px;
  }
  .qstnform-pop__frm {
    padding-inline: 25px;
  }
  .qstnform-pop__inr form label span {
    font-size: 20px;
    line-height: 25px;
  }
}



/* downgrade survey page */

.dfs-txt{ 
  text-align: center;
}

.dfs-txt h1 {
  font-size: 40px;
  font-family: "Noto Sans", serif;
  font-weight: 800;
  padding-bottom: 28px;
  color: #1F3063;
}

.dfs-txt p {
  color: #a7a9ac;
  font-weight: 600;
  font-size: 25px;
  font-family: 'Noto Sans';
  line-height: 34px;
}

.survey-form__innr .srv-form-title {
  text-align: left;
  padding-inline: 35px;
}

.survey-form__innr form input[type=email],
.survey-form__innr form input[type=file],
.survey-form__innr form input[type=number],
.survey-form__innr form input[type=password],
.survey-form__innr form input[type=tel],
.survey-form__innr form input[type=text],
.survey-form__innr form select,
.survey-form__innr form textarea {
  background-color: #fafafa !important;
  font-family: Noto Sans, serif;
  border-bottom: 2px solid #e6e7e8;
}

.survey-form__innr .sr-form-block{
  background-color: #fafafa;
  border: 0;
  padding-inline: 35px;
  padding-bottom: 40px;
}

.survey-form__innr form fieldset strong {
  color: #1F3063;
}

.survey-form__innr legend.hs-field-desc strong {
  font-weight: 600;
}

.survey-form__innr  .sr-form-block form .hs-button, .survey-form__innr form input[type=submit] {
  border-radius: 0;
}

.survey-form__innr .srv-form-title {
  padding-inline: 35px;
  text-align: left;
  border-radius: 0;
  padding-block: 18px;
}

.survey-form__innr legend.hs-field-desc {
  color: #A7A9AC;
  font-size: 19px !important;
}

.survey-form__innr legend.hs-field-desc p {
  font-size: 19px;
}

.survey-form__innr .sr-form-block form label {
  color: #A7A9AC;
  font-family: Noto Sans, serif;
}


@media (min-width: 1321px) and (max-width:1399px){
  .r-notes-inner .r-notes-col {
    padding-inline: 38px 20px;
  }
}


@media (min-width: 768px) and (max-width:1199px){
  .dfs-txt p {
    font-size: 22px;
    line-height: 32px;
  }
  .dfs-txt p br{
    display: none;
  }
}


@media (max-width: 767px){
  .survey-form__innr legend.hs-field-desc p {
    font-size: 17px;
  }
  .dfs-txt h1 {
    color: #1f3063;
    font-size: 30px;
    line-height: 40px;
  }
  .dfs-txt p {
    line-height: 28px;
  }
  .dfs-txt p br{
    display: none;
  }