@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Gilroy-Bold.woff") format("woff"),
    url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"),
    url("../fonts/Gilroy-ExtraBold.woff") format("woff"),
    url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"),
    url("../fonts/Gilroy-Black.woff") format("woff"),
    url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("../fonts/Gilroy-SemiBold.woff") format("woff"),
    url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff"),
    url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"),
    url("../fonts/Gilroy-Heavy.woff") format("woff"),
    url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-RegularItalic";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-RegularItalic.woff") format("woff"),
    url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"),
    url("../fonts/Gilroy-MediumItalic.woff") format("woff"),
    url("../fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff"),
    url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff"),
    url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  /* font-family: "Gilroy"; */
}
.right_content .content {
  text-align: center;
  width: 100%;
}
.right_content .content h1 {
  color: #161E3A;

  text-align: center;
  /* font-family: Gilroy; */
  font-size: 60px;
  font-style: normal;
  /* font-weight: 900; */
  font-weight: bold;
  line-height: 120%; /* 72px */
}
.right_content .content h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  max-width: 568px;
  margin: 0 auto 20px;
}
.right_content .content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  max-width: 389px;
  margin: 0 auto 30px;
}
.blue_btn {
  background: #8A9F6B;
  font-size: 19px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0em;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  height: 59px;
  padding: 0 79px;
  border-radius: 7px;
}
.blue_btn:is(:hover, :focus) {
  color: #ffffff;
}
.layer_content {
  position: absolute;
  top: 40px;
}
.mxh-285 {
  max-height: 285px;
}
.mxh-115 {
  max-height: 115px;
}
.layer_content p {
  font-size: 9px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0em;
  margin: 5px 0px;
  color: #ffffff;
}
.right_content .steps_form {
  width: 100%;
  padding: 0 30px;
}
.steps_form .step_head_img {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.steps_form .step_head_img img {
  max-width: 90px;
}
.steps_form .step_title {
  color: #010926;

  text-align: center;
  /* font-family: Gilroy; */
  font-size: 18px;
  font-style: normal;
  /* font-weight: 800; */
  font-weight: bold;
  line-height: 120%;  
}
.steps_form .radio_btn {
  border: 1.3px solid #dfdfdf;
  border-radius: 7px;
  padding: 12px 12px;
  display: flex;
  align-items: center;
}

.steps_form .radio_btn .form-check-input[type="radio"] {
  margin-left: 0;
  height: 24px;
  width: 24px;
}
.steps_form .radio_btn .form-check-input[type="checkbox"] {
    height: 22px;
    width: 22px;
    margin-top: 0px;
} 

.steps_form .radio_btn label {
  margin-right: 12px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: #151515;

  /* font-family: Gilroy; */
  font-size: 23.446px;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  opacity: 0.6;
  width: 80%;
}
.steps_form .radio_btn img {
  max-width: 25px;
}
.steps_form .previous_btn {
  border: 1.3px solid #dfdfdf !important;
  border-radius: 7px;
  color: #999999 !important;
}

.steps_form .previous_btn {
  padding: 15px 25px;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 92px;
  height: fit-content;
  flex-shrink: 0;
}
.steps_form .previous_btn i {
  font-size: 14px !important;
}
.steps_form .next_btn {
  line-height: 54px;
  padding: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0em;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  width: 302.191px;
  height: 84px;
  flex-shrink: 0;
  border-radius: 7.815px;
  background: var(--Blue, #8A9F6B);
}
.steps_form .form-control {
  border: 1.3px solid #dfdfdf;
  border-radius: 7px;
  padding: 12px 12px;
  height: 93px;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(21, 21, 21, 0.6);
  width: 100%;
}
.steps_form .form-control:is(:focus, :hover) {
  box-shadow: none;
  outline: none;
}
.steps_form ::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.6);
}

.steps_form ::placeholder {
  color: rgba(21, 21, 21, 0.6);
}
select.form-control:not([multiple="multiple"]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: calc(100% - 12px) 35px, calc(100% - 20px) 16px, 100% 0;
  background-size: 27px 22px, 27px 22px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.5rem;
}

.name-pill {
  border-radius: 14px;
  border: 1.304px solid #DFDFDF;

  background: #FFF;
  flex-shrink: 0;
  color: #151515;

  text-align: center;
  /* font-family: Gilroy; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: fit-content;
  padding: 12px;
  cursor: pointer;
  position: relative;
}

.name-pill.selected {
  border: 1.304px solid #1e526e;
  color: #1e526e;
  border-top-right-radius: 0px;
}

.name-pill.active::after {
  position: absolute;
  top: 0;
  right: 0;
  flex-shrink: 0;
  fill: var(--Blue, #8A9F6B);
  stroke-width: 1px;
  stroke: var(--Blue, #8A9F6B);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #1e526e transparent transparent;
}

label small {
  color: #151515;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  opacity: 0.4;
}

.accordion .accordion-button {
  border-radius: 6px !important;
  border: 1px solid #DFDFDF;
  margin-bottom: 10px;
  background: #FFF;
  width: 314px;
  height: fit-content;
  flex-shrink: 0;
}

.accordion-body .sum_div.me-2::after {
  content: "";
  position: absolute;
  left: -16px;
  top: -35px;
  border: 1px solid #000;
  bottom: 59px;
  opacity: 0.1;
}

.accordion-body .form-check.radio_btn::after {
  position: absolute;
  content: "";
  border: 1px solid black;
  opacity: 0.1;
  left: -15px;
  width: 15px;
}
.accordion .accordion-item {
  border: none;
}

.accordion .accordion-button {
  position: relative;
  padding-left: 50px;
}

.accordion .accordion-button.active::before{
  content: "✅";
  position: absolute;
  left: 10px;
}

.header-mobile {
  background-position: center bottom !important;
}

@media screen and (min-width: 990px) {
  .right_content {
    height: 100%;
  }
  .d-desk-none {
    display: none;
  }
}

@media screen and (max-width: 1530px) {
  .timeslots-wrapper.desk {
   flex-flow: column; 
  }

  .timeslots-wrapper.desk .sum_div {
    width: 100% !important;
  }
}


@media screen and (min-width: 550px) and (max-width: 990px) {
.header-mobile {
  height: 250px !important;
  background-position: center bottom !important;
}
}

@media screen and (max-width: 990px) {
  .name-pill {
    width: 50%;
    margin: 10px auto;
  }

  .accordion .accordion-button {
    width: 100%;
  }

    #form fieldset .sum_flex {
        flex-direction: column;
    }
  #form fieldset .sum_flex .sum_div {
    width: 100% !important;
    position: relative;
  }
  .right_content .steps_form {
    margin-top: 30px;
    padding: 0 15px;
  }
  .steps_form .next_btn {
    font-family: Gilroy;
    font-size: 18px;
    line-height: 56px;
    width: 200px;
  }
  .steps_form .previous_btn i {
    font-size: 14px !important;
  }
  .steps_form .previous_btn{
    margin-left: 10px;
  }
  .button-set-primary{
    width: auto !important;
  }
  #progressbar {
    margin: 0 0 25px 0 !important;
  }
  .steps_form .radio_btn label,
  .steps_form .form-control {
    font-size: 17px;
    line-height: 20px;
  }
  .steps_form .radio_btn .form-check-input[type="radio"], .steps_form .radio_btn .form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .steps_form .radio_btn img {
    max-width: 22px;
  }
  .steps_form .step_title {
      font-family: Gilroy;
    font-size: 21px;
    line-height: 27px;
  }
  .steps_form .step_head_img {
    margin-bottom: 27px;
  }
  .steps_form .step_head_img img {
    max-width: 60px;
  }
  .d-mob-none {
    display: none;
  }
  .right_content .content {
    margin-top: 70px;
  }
  .right_content .content .blue_btn {
    font-family: Gilroy;
    margin-top: 50px;
  }
  .right_content .content h1 {
    font-family: Gilroy;
    font-size: 24px;
    line-height: 28px;
  }
  .right_content .content h2 {
    font-family: Gilroy;
    font-size: 18px;
    line-height: 21px;
  }
  .right_content .content p {
    font-size: 14px;
    line-height: 21px;
  }
  .blue_btn {
    padding: 0 68px;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
  }
}
#form fieldset .sum_flex .form-check.radio_btn .form-check-input {
    margin-left: 12px;
}
#form fieldset {
  background: white;
  border: 0 none;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 409px;
  position: relative;
}
#form fieldset.max_830 {
/*  max-width: 600px;*/
  max-width: 100%;
}
#form fieldset .sum_flex {
  display: flex;
  justify-content: space-between;
}
#form fieldset .sum_flex .form-check {
  padding-left: 0;
}
#form fieldset .sum_flex .sum_div {
  width: 49%;
}
.finish {
  text-align: center;
}

#form fieldset:not(:first-of-type) {
  display: none;
}

#form .previous-step,
.next-step {
  color: white;
  border: 0 none;
  cursor: pointer;
}
#form .next-step {
  float: left;
}

.text {
  color: #2f8d46;
  font-weight: normal;
}

#progressbar {
  overflow: hidden;
  color: lightgrey;
  margin: 0 0 50px 0;
  padding: 0;

  margin-top: 15px;

}

.left-bg-desk {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#progressbar .active {
  color: #2f8d46;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 17.5%;
  float: right;
  position: relative;
  font-weight: 400;
  margin: 0 1%;
}

#progressbar li:before {
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 4px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #8A9F6B;
}

.error {
    border: 1px solid #FC5555 !important;
    color: #FC5555 !important;
}