.breadcrumbs_bar1 {

  display: flex;

  margin: auto;

  align-items: center;

  padding: 10px 0;

  font-size: 15px;

  width: 80%;

  border-bottom: solid 1px var(--gray2);

}

.breadcrumbs_bar1 a {

  font-family: "NouvelRRegular";

  color: var(--black);

}

.breadcrumbs_bar1 p {

  font-family: monospace;

  padding: 0 10px;

  color: var(--yellow);

}



.back_btn_1 {

  display: flex;

  align-items: center;

  padding: 10px 0;

  font-size: 15px;

  width: 80%;

  margin: auto;

}



.back_btn_1 p {

  font-family: monospace;

  padding: 0 10px 0 0;

  color: var(--yellow);

}



.back_btn_1 a {

  font-family: "NouvelRRegular";

  color: var(--black);

}



.page_title_main {

  margin: auto;

  font-family: "NouvelRBold";

  text-align: center;

  font-size: 30px;

  margin-bottom: 20px;

}





.page_sub_title {

  text-align: center;

  font-family: "NouvelRRegular";

  color: var(--gray3);

}





.page_form .content form .bottomSection {

  display: flex;

  flex-direction: row;

  width: 100%;

  padding: 20px 0;

}

.page_form .content form .bottomSection .lefside {

  display: flex;

  flex-direction: column;

  width: 49%;

  margin: auto;

}

.page_form .content form .bottomSection .righside {

  display: flex;

  flex-direction: column;

  width: 49%;

  margin: auto;

}

.page_form .content form .bottomSection .righside p{

  font-family: "NouvelRRegular";

  font-size: 12px;

  color: var(--gray3);

}

.page_form .content form .bottomSection .righside span{

  font-weight: bold;

}

.page_form .content form .message {

  width: 99%;

  margin: auto;

}



@media (max-width: 900px){

.page_title_main {

  font-size: 25px;

}

}



@media (max-width: 768px){

.breadcrumbs_bar1 {

  width: 90%;

}

.page_title_main {

  font-size: 20px;

}



.back_btn_1 {

  width: 90%;

}



}



@media (max-width: 375px){

  .page_title_main {

      font-size: 16px;

  }

.breadcrumbs_bar1 {

  font-size: 11px;

}



}

/* form page       */



.page_form {

  height: 100%;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

}



.page_form .body {

  width: 80%;

  margin: 20px 0;

  box-sizing: border-box;

  box-shadow: 0px 0px 4px 1px #ffffff3b;

}

.page_form .body .header {

  background: var(--black);

  display: flex;

  flex-direction: column;

  position: relative;

  padding: 20px 0;

}



.page_form .body .closeBtn {

  position: absolute;

  color: var(--gray2);

  right: 20px;

  top: 10px;

  font-size: 30px;

  font-family: monospace;

  cursor: pointer;

}



.page_form .body .steps {

  display: flex;

  align-items: center;

  width: 100%;

  justify-content: center;

  margin: 10px 0;

}



.page_form .body .cordone {

  color: var(--gray3);

  font-family: "RenaultGroupSemibold";

  font-size: 20px;

}



/* Styles for the first child */

.page_form .body .cordone:not(:last-child) {

  margin: 0 50px 0 0;

}



/* Styles for the last child */

.page_form .body .cordone:last-child {

  margin: 0 0 0 50px;

}



.page_form .body .step.activeStep {

  background: var(--yellow);

}



.page_form .body .cordone.activeLabel {

  color: white;

}



.page_form .part2 {

}



.page_form .body .step {

  color: var(--black);

  background: var(--white);

  width: 35px;

  height: 35px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  font-family: "NouvelRBold";

  padding: 0;

  font-size: 17px;

}



.page_form .body .line {

  width: 30%;

  background: var(--gray3);

  height: 1px;

}



.page_form .body .paragraph {

  color: var(--gray2);

  font-size: 17px;

  font-family: "NouvelRRegular";

  width: 70%;

  margin: auto;

  text-align: center;

}



.page_form .body .content {

  display: flex;

}



.page_form .body .leftSide {

  width: 50%;

  background: var(--white);

  height: auto;

  padding: 20px;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

}



.page_form .body .rightSide {

  width: 50%;

  height: auto;

  padding: 20px 0 20px 20px;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

}



.page_form .body .rightSide img {

  width: 100%;

  margin-bottom: 15px;

}



.page_form .body .rightSide p {

  font-family: "NouvelRRegular";

  font-size: 12px;

  color: var(--gray3);

}



.page_form .body .rightSide p span {

  font-weight: bold;

}



.page_form .body .footer {

  height: auto;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

}



.page_form .body .submitBtn {

  color: var(--white);

  background: var(--black);

  font-family: "NouvelRBold";

  padding: 10px 45px;

  margin: 15px 0;

  cursor: pointer;

}





/* modal form styles       */ /* modal form styles       */

/* modal form styles       */ /* modal form styles       */

/* modal form styles       */ /* modal form styles       */

/* modal form styles       */ /* modal form styles       */



.page_form form {

  display: flex;

  flex-direction: column;

  width: 100%;

  margin: auto;

}

.page_form form label {

}



.page_form form input {

  border: 0;

  border-bottom: var(--gray3) solid 1px;

  padding: 15px 0;

  margin-bottom: 10px;

  font-family: NouvelRRegular;

}

.page_form form input:focus {

  border: 0;

}



.page_form .checkbox_wrap {

  display: flex;

  align-items: flex-start;

  margin: 5px 0;

}



.page_form .checkbox_wrap .checkBox {

  border: double 1px var(--gray2);

  width: 15px;

  height: 15px;

  margin: 0 10px 0 0;

  border-radius: 50px;

  cursor: pointer;

}



.page_form .checkbox_wrap .label {

  width: 100%;

  font-family: "NouvelRRegular";

  font-size: 12px;

  color: var(--black);

}



.page_form .checkbox_wrap .checked {

  background: var(--black);

  outline: solid var(--gray3) 1px;

  border: solid var(--black) 1px !important;

}



form .note_label {

  color: var(--gray3);



  font-family: "NouvelRRegular";



  font-size: 12px;



  margin: 10px 0;

}



.page_form form .error {

  color: red;

  font-size: 12px;

  font-family: "NouvelRRegular";



}

.page_form form p.error {

  color: red;

  font-size: 12px;

  font-family: "NouvelRRegular";

  margin:6px 0px;

}



.page_form .checkbox_wrap .checkBoxError {

  border: double 1px red !important;

}



.page_form .hide {

  display: none;

}

.page_form .thanksMsg {

  font-family: "NouvelRBold";

  font-size: 20px;

  margin: 0 0 30px 0;

  text-align: center;

}

.page_form .thanksMsg2 {

  text-align: center;

  font-family: "NouvelRRegular";

  font-size: 15px;

}

.page_form .part2 .leftSide {

  display: flex;



  align-items: center;



  justify-content: center;



  flex-direction: column;

}

.page_form .part2 .leftSide img {

  width: 90px;

  margin: 0 0 30px 0;

}

.lefside .checkbox_wrap input {

	padding: 0;

    height: 0;

    width: 0;

    margin-bottom: 0;

    cursor: pointer;

    opacity: 0;

    margin: 0;

    padding: 0;

}

.lefside .checkbox_wrap {

  display: block;

  margin-bottom: 1px;

}

.lefside .checkbox_wrap label {

  position: relative;

  cursor: pointer;

}



.lefside .checkbox_wrap label.label:before {

  content:'';

  -webkit-appearance: none;

  background-color: transparent;

  border: 2px solid black;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);

  padding: 10px;

  display: inline-block;

  position: relative;

  vertical-align: middle;

  cursor: pointer;

  margin-right: 5px;

  

}

.lefside .checkbox_wrap input:checked + label:after {

 content: '';

    display: block;

    position: absolute;

    top: 1px;

    left: 8px;

    width: 7px;

    height: 14px;

    border: solid black;

    border-width: 0 2px 2px 0;

    transform: rotate(45deg);

}

.page_form .body .leftSide.hide{

	display:none;

	

}

.label .lireSpan {
  white-space: nowrap;
}


@media (max-width: 900px) {

  .item_card {

    width: calc(50% - 10px);

    margin-bottom: 20px;

  }
}

@media (max-width: 849px) {
  .label .lireSpan {
    margin-left: 30px;
  }
}


@media (max-width: 768px) {
  .label .lireSpan {
    margin-left: 5px;
  }


  .main_container {

    padding-bottom: 60px;

}

  .breadcrumbs_bar1 {

    width: 90%;

}



  .page_form .body .paragraph {

    font-size: 14px;

  }

  .page_form .body .cordone:last-child {

    margin: 0 0 0 30px;

  }

  .page_form .body .cordone {

    font-size: 17px;

  }

  .page_form .body .cordone:not(:last-child) {

    margin: 0 30px 0 0;

  }



  .page_form .body .rightSide p {

    font-size: 10px;

  }



  .page_form form {

    width: 90%;

    margin-top: 15px;

  }



  .page_form form input {

    padding: 12px 0;

    margin-bottom: 3px;

  }



  form .note_label {

    font-size: 10px;

  }



  .page_form .checkbox_wrap .label {

    font-size: 10px;

  }



  .page_form .checkbox_wrap .checkBox {

    width: 12px;

    height: 12px;

    margin: 0px 6px 0 0;

  }



  .page_form .body .leftSide {

    width: 100%;

    padding-bottom: 15px;

  }



  .page_form .part2 .leftSide img {

    width: 25%;

    margin: 25px 0;

  }



  .page_form .body  .rightSide {

    width: 100%;

    height: auto;

    padding: 0;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

}



  .page_form .thanksMsg {

    font-size: 22px;

    margin: 0 0 25px 0;

  }



  .page_form .thanksMsg2 {

    font-size: 20px;

    margin: 0 0 10px 0;  }

}



@media (max-width: 500px) {

  .main_container {

    padding-bottom: 50px;

}

 

  .commandez_btn1 {

    margin: 10px 0;

}

  .item_card {

    width: calc(100% - 10px);

    margin-bottom: 20px;

}



  .page_form .body {

    margin-top: 10px;

}

  .page_form .body .content {

    flex-direction: column;

  }



  .page_form .body .step {

    width: 20px;

    height: 20px;

    border-radius: 50px;

    font-size: 12px;

  }



  .page_form .body .cordone {

    font-size: 13px;

    margin: auto !important;

  }



  .page_form .body .steps {

    margin: 25px 0 10px 0;

  }



  .page_form .body .closeBtn {

    right: 15px;

    top: 5px;

    font-size: 25px;

  }



  .page_form .body .steps {

    margin: 20px 0 10px 0;

  }



  .page_form .body .paragraph {

    font-size: 12px;

    width: 90%;

  }



  .page_form .body .header {

    padding: 15px 0;

  }



  .page_form .body .leftSide {

    width: 100%;

    padding-bottom: 10px;

  }



  .page_form form input {

    padding: 12px 0;

    margin-bottom: 3px;

    font-size: 12px;

  }



  .page_form .body .rightSide {

    width: 100%;

    padding: 15px;

    box-sizing: border-box;

  }



  .page_form .body .submitBtn {

    padding: 7px 30px;

    margin: 10px 0;

    font-size: 12px;

  }



  .page_form .thanksMsg2 {

    font-size: 12px;

    width: 95%;

    margin-bottom: 10px;

  }



  .page_form .thanksMsg {

    font-size: 20px;

    margin: 0 0 15px 0;

  }



  .page_form .part2 .leftSide img {

    width: 22%;

    margin: 22px 0;

  }

}







@media (max-width: 375px) {

  .item_card .price {

    margin-top: 2px;

}

  .item_card .title {

    margin: 10px 0 0 0;

}

  .item_card {

    width: 100%;

    font-size: 13px;

}



  .back_btn_1 {

    font-size: 12px;

}

  .breadcrumbs_bar1 {

    font-size: 11px;

}

  .page_form .body .cordone {

    font-size: 10px;

}

.page_form .body .closeBtn {

  right: 10px;

  top: 1px;

  font-size: 20px;

}



.page_form .body .step {

  width: 15px;

  height: 15px;

  font-size: 9px;

}



.page_form .body .line {

  width: 25%;

}



.page_form .body .paragraph {

  font-size: 10px;

}



.page_form form {

  width: 95%;

  margin-top: 5px;

}



.page_form form input {

  padding: 10px 0;

  margin-bottom: 1px;

  font-size: 10px;

}



form .note_label {

  font-size: 8px;

}



.page_form .checkbox_wrap .label {

  font-size: 8px;

}



.page_form .checkbox_wrap .checkBox {

  width: 10px;

  height: 10px;

  margin: 0px 4px 0 0;

}



.page_form .body .rightSide p {

  font-size: 8px;

}



.page_form .body .submitBtn {

  padding: 5px 25px;

  margin: 8px 0;

  font-size: 10px;

}



.page_form .part2 .leftSide img {

  width: 20%;

  margin: 15px 0 10px 0;

}



.page_form .thanksMsg {

  font-size: 17px;

  margin: 0 0 12px 0;

}



.page_form .thanksMsg2 {

  font-size: 12px;

  width: 95%;

  margin-bottom: 10px;

}



}





.hidden_input1 {

  width: 0;

  height: 0;

  opacity: 0;

  margin: 0;

  padding: 0 !important;

}

.backToTop {

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  display: flex;

  width: max-content;

  align-items: center;

  margin: 0 0 15px 0;

  cursor: pointer;

}



.backToTop .text {

  font-family: "NouvelRRegular";

  border-bottom: 1px solid;

  margin: 0 20px 0 0;

  padding: 0;

}



.backToTop .flesh {

  transform: rotate(270deg);

  font-family: monospace;

  font-size: 22px;

}



.main_container {

  padding-bottom: 100px;

  position: relative;

}





.page_form form .message {

  width: 99%;

  margin: auto;

}





@media (max-width: 1024px){

  .page_form .body {

    width: 90%;

}



.page_sub_title {

  width: 90%;

  margin: auto;

}

}



.desktopDisplay {

  display: flex !important;

}

.mobileDisplay {

  display: none !important;

}



@media (max-width: 768px){

  .desktopDisplay {

    display: none !important;

  }

  .mobileDisplay {

    display: block !important;

  }

  .page_form .content form .bottomSection .righside {

    width: 100%;

    margin: 10px 0 0 0;

}



.page_form .content form .bottomSection .lefside {

  width: 100%;

  margin: 0;

}

.page_form .content form .bottomSection {

  flex-direction: column;

}

.lefside .checkbox_wrap label.label:before {
  padding: 7px;
}

.lefside .checkbox_wrap input:checked + label:after {
  top: 1px;
  left: 6px;
  width: 5px;
  height: 9px;
}

}