.summary-cont {
    padding: 20px;
    border: 1px solid #d1d1d1;
    border-radius: 15px;
    height: -moz-max-content;
    height: max-content;
  }
  .summary-cont .top-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  @media screen and (max-width: 575px) {
    .summary-cont .top-info {
      flex-direction: column;
    }
  }
  .summary-cont .top-info .tour-image {
    width: 100%;
    max-width: 170px;
    height: 150px;
    border-radius: 9px;
  }
  @media screen and (max-width: 575px) {
    .summary-cont .top-info .tour-image {
      max-width: 100%;
      height: 180px;
    }
  }
  .summary-cont .top-info .tour-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 9px;
  }
  .summary-cont .top-info .small-info {
    margin-left: 20px;
  }
  @media screen and (max-width: 575px) {
    .summary-cont .top-info .small-info {
      margin-left: 0;
      margin-top: 20px;
    }
  }
  .summary-cont .top-info .small-info h3 {
    font-size: 28px;
    font-weight: 400;
    color: #484848;
  }
  .summary-cont .top-info .small-info .tags .see-more {
    font-size: 12px;
    padding: 7px 20px;
    background-color: rgba(180, 187, 107, 0.4);
    border: none;
    margin-right: 10px;
    margin-top: 10px;
  }
  @media screen and (max-width: 575px) {
    .summary-cont .top-info .small-info .tags .see-more {
      padding: 7px 15px;
    }
  }
  .summary-cont .top-info .small-info .tags .see-more:hover {
    color: #b4bb6b;
  }
  .summary-cont .top-info .small-info .stars {
    display: flex;
    margin-top: 10px;
  }
  .summary-cont .top-info .small-info .stars img {
    width: 13px;
    height: 13px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .summary-cont .top-info .small-info .selected {
    display: flex;
    flex-wrap: wrap;
  }
  .summary-cont .top-info .small-info .selected span {
    text-transform: none;
    color: #484848;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 10px;
  }
  .summary-cont .final-price-wrapper {
    margin-top: 15px;
  }
  .summary-cont .final-price-wrapper .flex-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .summary-cont .final-price-wrapper .flex-price:last-child {
    margin-bottom: 0;
  }
  .summary-cont .final-price-wrapper .flex-price:last-child p {
    font-size: 20px;
    font-weight: 400;
  }
  .summary-cont .final-price-wrapper .flex-price p {
    font-size: 18px;
    color: black;
  }
  
  .success-wrapper {
    text-align: center;
    margin-top: 40px;
  }
  .success-wrapper .success-cont {
    border: 1px solid #b4bb6b;
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 30px;
  }
  @media screen and (max-width: 575px) {
    .success-wrapper .success-cont {
      padding: 20px;
    }
  }
  .success-wrapper .success-cont .success {
    box-shadow: 0 30px 50px rgba(110, 110, 110, 0.2);
    padding: 40px;
  }
  @media screen and (max-width: 767px) {
    .success-wrapper .success-cont .success {
      padding: 30px;
    }
  }
  @media screen and (max-width: 575px) {
    .success-wrapper .success-cont .success {
      padding: 15px;
    }
  }
  .success-wrapper .success-cont .success h2 {
    color: #b4bb6b;
    font-size: 30px;
    font-weight: 400;
    margin: 15px 0;
  }

.steps-wrapper {
    margin-bottom: 40px;
  }
  
  .steps-numbers-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 79%;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 991px) {
    .steps-numbers-wrapper {
      width: 90%;
    }
  }
  @media screen and (max-width: 767px) {
    .steps-numbers-wrapper {
      width: 100%;
    }
  }
  @media screen and (max-width: 575px) {
    .steps-numbers-wrapper {
      width: 92%;
    }
  }
  .steps-numbers-wrapper .step-number {
    width: 100%;
    max-width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: rgba(180, 187, 107, 0.5);
    color: white;
    font-size: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 575px) {
    .steps-numbers-wrapper .step-number {
      max-width: 45px;
      height: 45px;
      font-size: 20px;
    }
  }
  .steps-numbers-wrapper .active-step {
    background-color: #b4bb6b;
  }
  .steps-numbers-wrapper .line {
    height: 2px;
    background-color: rgba(183, 210, 243, 0.3);
    width: 100%;
  }
  
  .steps-names-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  @media screen and (max-width: 991px) {
    .steps-names-wrapper {
      width: 99%;
    }
  }
  @media screen and (max-width: 767px) {
    .steps-names-wrapper {
      width: 100%;
    }
  }
  .steps-names-wrapper .step-name {
    padding: 10px 25px;
    border: 0;
    background-color: rgba(180, 187, 107, 0.4);
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    max-width: 150px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
  }
  @media screen and (max-width: 575px) {
    .steps-names-wrapper .step-name {
      padding: 7px 11px;
      max-width: -moz-max-content;
      max-width: max-content;
      font-size: 12px;
    }
  }
  /* .steps-names-wrapper .step-name:hover {
    color: #b4bb6b;
  } */
  .steps-names-wrapper .active-step {
    background-color: #b4bb6b;
    color: white;
  }
  /* .steps-names-wrapper .active-step:hover {
    color: white;
  } */

.contact-wrapper {
    margin-top: 40px;
  }
  .contact-wrapper form {
    /* display: grid;
    grid-template-columns: 1.1fr 0.9fr; */
    margin-top: 30px;
    /* gap: 40px; */
  }
  @media screen and (max-width: 1199px) {
    .contact-wrapper form {
      grid-template-columns: 1fr;
    }
  }
  .contact-wrapper form .left-part .contact-info-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .contact-wrapper form .left-part .contact-info-form.book2-form {
    grid-template-columns: repeat(3, 1fr);
  }
  @media screen and (max-width: 575px) {
    .contact-wrapper form .left-part .contact-info-form {
      grid-template-columns: 1fr;
    }
  }
  .contact-wrapper form .left-part .contact-info-form .field {
    display: flex;
    flex-direction: column;
  }
  .contact-wrapper form .left-part .contact-info-form .field label {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .contact-wrapper form .left-part .contact-info-form .field input,
  .contact-wrapper form .left-part .contact-info-form .field select,
  .contact-wrapper form .left-part .contact-info-form .field textarea {
    border: 1px solid #c9c9c9;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #474747;
    font-family: "Rubik";
  }
  .contact-wrapper form .left-part .contact-info-form .field input:focus,
  .contact-wrapper form .left-part .contact-info-form .field select:focus,
  .contact-wrapper form .left-part .contact-info-form .field textarea:focus {
    outline: none;
  }
  .contact-wrapper form .left-part .contact-info-form .field input#phone {
    padding-left: 65px;
  }
  .contact-wrapper form .left-part .contact-info-form .field select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("../images/arr-down-grey-bold.svg");
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
  }
  .contact-wrapper form .left-part .contact-info-form .field textarea {
    resize: none;
    height: 100px;
  }
  /* .contact-wrapper form .left-part .contact-info-form .field:nth-child(3), .contact-wrapper form .left-part .contact-info-form .field:nth-child(4) {
    grid-column: span 2;
  }
  @media screen and (max-width: 575px) {
    .contact-wrapper form .left-part .contact-info-form .field:nth-child(3), .contact-wrapper form .left-part .contact-info-form .field:nth-child(4) {
      grid-column: span 1;
    }
  } */
  .contact-wrapper form .left-part .contact-info-form .field .iti__selected-flag {
    border: 1px solid #b4bb6b;
    border-radius: 5px;
    padding: 0 11px 0 12px;
  }
  .contact-wrapper form .left-part .contact-info-form .field .iti__flag-container {
    padding: 0;
  }
  .contact-wrapper form .left-part .contact-info-form .field .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(180, 187, 107, 0.4);
  }
  .contact-wrapper form .left-part .book2-form {
    margin-bottom: 20px;
  }
  .contact-wrapper form .left-part .book2-form .field {
    /* grid-column: span 2; */
  }

  .contact-wrapper form .left-part .book2-form .field:last-child {
    grid-column: span 3;
  }
  .contact-wrapper form .left-part .paying-form .field {
    border: 1px solid #c9c9c9;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #474747;
    font-family: "Rubik";
  }
  .contact-wrapper form .left-part .paying-form .field .container {
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 25px;
  }
  .contact-wrapper form .left-part .paying-form .field .container .checkmark {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: white;
    border: 1px solid #c9c9c9;
  }
  .contact-wrapper form .left-part .paying-form .field .container .checkmark:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b4bb6b;
    transform: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
  }
  .contact-wrapper form .left-part .paying-form .field .container img {
    width: 32px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .contact-wrapper form .left-part .paying-form .field .container img:first-of-type {
    margin-left: 20px;
    margin-right: 10px;
  }
  .contact-wrapper form .left-part .paying-form .card-fields {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 2;
    gap: 10px;
    padding: 15px;
    background-color: rgba(146, 178, 217, 0.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -20px;
  }
  @media screen and (max-width: 575px) {
    .contact-wrapper form .left-part .paying-form .card-fields {
      grid-template-columns: 1fr;
    }
  }
  .contact-wrapper form .left-part .paying-form .card-fields .field {
    grid-column: span 1;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .contact-wrapper form .left-part .paying-form .card-fields .field input {
    background-color: transparent;
  }
  .contact-wrapper form .left-part .paying-form .card-fields .field input#cvc {
    max-width: 135px;
  }
  .contact-wrapper form .left-part .paying-form .card-fields .flex-btns label {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #484848;
  }
  .contact-wrapper form .left-part .paying-form .card-fields .flex-btns label .field {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
  }
  .contact-wrapper form .left-part .paying-form .card-fields .flex-btns label .field select {
    background-color: transparent;
  }
  .contact-wrapper form .left-part .paying-form .card-fields .flex-btns label .field select:first-child {
    margin-right: 10px;
  }
  .contact-wrapper form .left-part .paying-form .show-fields {
    display: grid;
  }
  .contact-wrapper form .left-part .flex-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .contact-wrapper form .left-part .flex-btns .back-btn {
    border: none;
    background-color: #cecece;
    color: white;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 15px 35px;
    margin-right: 20px;
  }
  @media screen and (max-width: 575px) {
    .contact-wrapper form .left-part .flex-btns button:last-child {
      min-width: -moz-max-content;
      min-width: max-content;
      max-width: 200px;
    }
  }
  .contact-wrapper form .left-part button, .contact-wrapper form .left-part a.btn {
    padding: 15px 20px;
    min-width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
  }
  .contact-wrapper form .left-part .bottom-text {
    margin-bottom: 20px;
  }
  .contact-wrapper form .left-part .bottom-text span {
    font-size: 30px;
    font-weight: 400;
    color: #484848;
  }
  @media screen and (max-width: 575px) {
    .contact-wrapper form .left-part .bottom-text span {
      font-size: 25px;
    }
  }
  .contact-wrapper form .left-part .bottom-text p {
    font-size: 14px;
    color: #484848;
    text-transform: none;
  }
  .contact-wrapper form .left-part .bottom-text p a {
    color: #484848;
    text-decoration: underline;
    min-width: max-content;
    margin-top: 0;
    padding: 0;
  }
  


  .r1-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-column: span 2;
  }

  .contact-wrapper form .book-txt {
    margin-top: 30px;
  }
  .contact-wrapper form .left-part {
    margin-top: 30px;
  }
  .contact-wrapper form .form-check {
    margin-top: 20px;
    margin-bottom: 30px;
  }


  .contact-wrapper form .left-part .check.terms {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }

  .contact-wrapper form .form-check .check {
    margin-bottom: 10px;
  }

  .book-step-wrapper {
    padding: 0px 50px;
  }

  .book-step-btns {
    display: flex;
    align-items: center;
  }

  .contact-wrapper form .left-part .check.terms a {
    color: #b4bb6b;
  }
  .contact-wrapper form .left-part .check.terms label {
    padding-left: 5px;
  }
  .contact-wrapper form .book-txt p {
    margin-top: 10px;
  }

  @media screen and (max-width: 1099px) {
    .book-step-wrapper {
      padding-left: 0;
      padding-right: 0;
    }
  }