@font-face {
  font-family: sip-icon;
  src: url("../fonts/sip-icon.woff") format("woff"), url("../fonts/sip-icon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.sip-checkout-area [class^=icon-], .sip-checkout-area [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sip-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right-regular:before {
  content: "\e900";
  font-family: "sip-icon" !important;
}

.icon-chevron-down-sharp-solid:before {
  content: "\e901";
  font-family: "sip-icon" !important;
}

.icon-Vector:before {
  content: "\e902";
  font-family: "sip-icon" !important;
}

.icon-chevron-left-light:before {
  content: "\e903";
  font-family: "sip-icon" !important;
}

.icon-chevron-left-regular:before {
  content: "\e904";
  font-family: "sip-icon" !important;
}

.icon-ticket:before {
  content: "\e905";
  font-family: "sip-icon" !important;
}

.icon-clock-three-light:before {
  content: "\e906";
  font-family: "sip-icon" !important;
}

.icon-minus-regular:before {
  content: "\e907";
  font-family: "sip-icon" !important;
}

.icon-plus-large-regular:before {
  content: "\e908";
  font-family: "sip-icon" !important;
}

.icon-check-solid:before {
  content: "\e909";
  font-family: "sip-icon" !important;
}

.icon-check-regular:before {
  content: "\e90a";
  font-family: "sip-icon" !important;
}

.icon-arrow-right-light:before {
  content: "\e90b";
  font-family: "sip-icon" !important;
}

.icon-arrow-left-light:before {
  content: "\e90c";
  font-family: "sip-icon" !important;
}

.icon-arrow-left-regular:before {
  content: "\e90d";
  font-family: "sip-icon" !important;
}

body {
  min-width: 360px;
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sip-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.sip-wrapper a {
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}
.sip-wrapper .main {
  position: relative;
}

.sip-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.sip-checkout-area {
  background: url(../images/sip-pattern-bg.png) repeat;
  position: relative;
  /*padding: 159px 0 80px;*/
  padding: 59px 0 80px;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .sip-checkout-area {
    padding: 108px 0 50px;
  }
}
.sip-checkout-area:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url(../images/sip-pattern.png) no-repeat 50% 0;
  background-size: cover;
}
.sip-checkout-area.step03 .sip-head .sip-steps {
  top: 108px;
}
.sip-checkout-area.step03 .sip-right-area {
  width: 364px;
}
@media (max-width: 1399px) {
  .sip-checkout-area.step03 .sip-right-area {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  .sip-checkout-area.step03 .sip-right-area {
    width: 100%;
  }
}
.sip-checkout-area.step04 .sip-head .sip-steps {
  top: 108px;
}
.sip-checkout-area.step04 .sip-right-area {
  width: 364px;
}
@media (max-width: 1399px) {
  .sip-checkout-area.step04 .sip-right-area {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  .sip-checkout-area.step04 .sip-right-area {
    width: 100%;
  }
}
.sip-checkout-area.step02 .sip-head .sip-steps {
  top: 108px;
}
@media (max-width: 1399px) {
  .sip-checkout-area.step02 .sip-right-area {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  .sip-checkout-area.step02 .sip-right-area {
    width: 100%;
  }
}

.sip-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .sip-head {
    margin: 0 0 20px;
  }
}
.sip-head .sip-steps {
  position: absolute;
  left: 0;
  top: 180px;
  width: 294px;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 42px 48px 38px 38px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .sip-head .sip-steps {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .sip-head .sip-steps {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .sip-head .sip-steps {
    position: static;
    width: 100%;
    padding: 23px 20px;
    margin: 0 0 40px;
  }
}
@media (max-width: 413px) {
  .sip-head .sip-steps {
    padding: 20px 10px;
  }
}
.sip-head .sip-steps-list {
  margin: 0;
  padding: 0;
  counter-reset: step-counter;
  list-style: none;
  color: #fff;
}
@media (max-width: 767px) {
  .sip-head .sip-steps-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 45px;
  }
}
.sip-head .sip-steps-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  .sip-head .sip-steps-list li {
    margin: 0;
  }
}
.sip-head .sip-steps-list li:last-child {
  margin-bottom: 0;
}
.sip-head .sip-steps-list li:last-child:after {
  display: none;
}
.sip-head .sip-steps-list li:after {
  content: "";
  position: absolute;
  left: 32px;
  top: 80px;
  height: 30px;
  width: 4px;
  border-radius: 2px;
  background-color: #6bcbcb;
}
@media (max-width: 767px) {
  .sip-head .sip-steps-list li:after {
    left: 58px;
    width: 22px;
    height: 3px;
    top: 22px;
  }
}
@media (max-width: 413px) {
  .sip-head .sip-steps-list li:after {
    top: 18px;
    left: 50px;
  }
}
.sip-head .sip-steps-list li:not(.completed) .circle:before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.sip-head .sip-steps-list li.completed:after {
  background-color: #007373;
}
.sip-head .sip-steps-list li.completed .circle {
  background-color: #007373;
}
.sip-head .sip-steps-list li.completed .circle i {
  display: block;
}
.sip-head .sip-steps-list li.completed .circle:before {
  display: none;
}
.sip-head .sip-steps-list li.active:after {
  background-color: #007373;
}
.sip-head .sip-steps-list li.active .circle {
  background-color: #007373;
}
.sip-head .sip-steps-list .circle {
  counter-increment: step-counter;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #6bcbcb;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 34px;
  position: relative;
}
@media (max-width: 767px) {
  .sip-head .sip-steps-list .circle {
    width: 48px;
    height: 48px;
    font-size: 25px;
  }
}
@media (max-width: 413px) {
  .sip-head .sip-steps-list .circle {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
.sip-head .sip-steps-list .circle i {
  display: none;
}
.sip-head .sip-steps-list .text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .sip-head .sip-steps-list .text {
    display: none;
  }
}
.sip-head h1 {
  font-family: "Red Rose", serif;
  color: #fff;
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sip-head h1 {
    font-size: 32px;
  }
}

.sip-checkout-content {
  position: relative;
  padding: 0 0 0 334px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 39px;
}
@media (max-width: 1399px) {
  .sip-checkout-content {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .sip-checkout-content {
    padding: 0 0 0 275px;
    display: block;
  }
}
@media (max-width: 767px) {
  .sip-checkout-content {
    padding: 0;
  }
}
.sip-checkout-content h2 {
  font-family: "Red Rose", serif;
  color: #fff;
  margin: 0 0 31px;
  font-size: 28px;
  line-height: 1.2;
}

.sip-calender-holder {
  width: 483px;
}
@media (max-width: 1399px) {
  .sip-calender-holder {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .sip-calender-holder {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .sip-calender-holder > h2 {
    display: none;
  }
}

.sip-choose-area {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

.sip-calender {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px 34px;
}
@media (max-width: 1399px) {
  .sip-calender {
    padding: 30px 20px;
  }
}

.sip-calender-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 25px;
}
.sip-calender-head .sip-month {
  color: #2F2F2F;
  font-size: 28px;
  line-height: 32px;
  font-family: "Red Rose", serif;
}
.sip-calender-head .sip-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}
.sip-calender-head .sip-btn {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #F25E21;
  font-size: 16px;
}
.sip-calender-head .sip-btn.sip-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sip-calender-head .sip-btn:focus, .sip-calender-head .sip-btn:hover {
  background: #2F2F2F;
}

.sip-table {
  color: #2F2F2F;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .sip-table {
    font-size: 14px;
  }
}
.sip-table td {
  text-align: center;
  padding: 8px;
}
@media (max-width: 1399px) {
  .sip-table td {
    padding: 4px;
  }
}
.sip-table td span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .sip-table td span {
    width: 30px;
    height: 30px;
  }
}
.sip-table td span:hover {
  background: #F25E21;
  color: #fff;
}
.sip-table td span.disabled {
  color: #a0a0a0;
  pointer-events: none;
}
.sip-table td span.active {
  background: #F25E21;
  color: #fff;
}
.sip-table th {
  font-weight: 600;
}

.sip-choose-options input[type=checkbox] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
/*.sip-choose-options input[type=checkbox]:checked + .sip-choose-btn {
  border-color: #F25E21;
  color: #F25E21;
}*/
.sip-choose-options input[type=checkbox]:hover + .sip-choose-btn {
  border-color: #F25E21;
  color: #F25E21;
}

.sip-choose-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 24px;
  width: 100%;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 24px 32px;
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  font-family: "Red Rose", serif;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1199px) {
  .sip-choose-btn {
    font-size: 16px;
  }
}
.sip-choose-btn.active {
  border-color: #F25E21;
  color: #F25E21;
}
.sip-choose-btn .time {
  font-weight: 500;
}
.sip-choose-btn .title {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  text-align: left;
}
.sip-choose-btn .tag {
  position: absolute;
  left: 32px;
  top: -15px;
  background: #CCF2F2;
  border-radius: 4px;
  color: #007373;
  font-weight: 600;
  font-size: 14px;
  line-height: 29px;
  width: 140px;
  text-align: center;
}

.sip-right-area {
  width: 400px;
}

.sip-detail-area {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
@media (max-width: 1199px) {
  .sip-detail-area {
    margin: 0 0 30px;
  }
}

.sip-packages {
  margin: 0 0 33px;
}

.sip-package-box {
  border-radius: 12px;
  background: #fff;
  padding: 39px 40px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1299px) {
  .sip-package-box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .sip-package-box {
    padding: 24px;
    display: block;
  }
}
.sip-package-box .action-holder {
  width: 158px;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .sip-package-box .action-holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
.sip-package-box .tag {
  position: absolute;
  left: 40px;
  top: -15px;
  background: #CCF2F2;
  border-radius: 4px;
  color: #007373;
  font-weight: 600;
  font-size: 14px;
  line-height: 29px;
  width: 140px;
  text-align: center;
}
@media (max-width: 1299px) {
  .sip-package-box .tag {
    left: 30px;
  }
}
.sip-package-box .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #131313;
  display: block;
  text-align: right;
  margin: 0 0 27px;
}
@media (max-width: 767px) {
  .sip-package-box .price {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 413px) {
  .sip-package-box .price {
    font-size: 16px;
  }
}
.sip-package-box .text-holder {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #2F2F2F;
}
@media (max-width: 767px) {
  .sip-package-box .text-holder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
  }
}
.sip-package-box .text-holder h3 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #2F2F2F;
  font-weight: 700;
  margin: 0 0 10px;
  font-family: "Red Rose", serif;
}
.sip-package-box .text-holder p {
  margin: 0;
}
@media (max-width: 1399px) {
  .sip-package-box .text-holder p br {
    display: none;
  }
}
.sip-package-box .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.sip-package-box .quantity .qty-box {
  border: 2px solid #000;
  border-radius: 4px;
  width: 53px;
  height: 46px;
  text-align: center;
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 10px;
  outline: none;
}
@media (max-width: 413px) {
  .sip-package-box .quantity .qty-box {
    width: 46px;
    height: 38px;
  }
}
.sip-package-box .quantity .qty-box:-webkit-input-placeholder {
  color: #262626;
  opacity: 1;
}
.sip-package-box .quantity .qty-box:-ms-input-placeholder {
  color: #262626;
  opacity: 1;
}
.sip-package-box .quantity .qty-box:-ms-input-placeholder {
  color: #262626;
  opacity: 1;
}
.sip-package-box .quantity .qty-btn {
  border-radius: 100%;
  color: #fff;
  background: #F25E21;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 413px) {
  .sip-package-box .quantity .qty-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
.sip-package-box .quantity .qty-btn:hover, .sip-package-box .quantity .qty-btn:focus {
  background: #262626;
}

.summary-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
}
@media (max-width: 1399px) {
  .summary-box {
    padding: 30px 25px;
  }
}
.summary-box .summary-details {
  min-height: 210px;
}
@media (max-width: 1199px) {
  .summary-box .summary-details {
    min-height: inherit;
  }
}
.summary-box .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}
.summary-box .date .icon-clock-three-light {
  font-size: 18px;
  line-height: 1;
}
.summary-box .date .text {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.summary-box .ticket-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 18px;
}
.summary-box .ticket-info .icon-ticket {
  font-size: 22px;
  line-height: 1;
}
.summary-box .ticket-info .text {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.summary-box .total-holder {
  padding: 30px 0 0;
  border-top: 2px solid #efefef;
}
.summary-box .total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #131313;
  margin: 0 0 35px;
}
.summary-box .total-row strong {
  font-weight: 600;
}

.sip-btn {
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  border-radius: 9999px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px;
  background: #F25E21;
  color: #fff;
  border: 0;
  outline: none;
  height: 48px;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sip-btn:hover, .sip-btn:focus {
  background: #262626;
}

.disabled {
  opacity: 0.4;
}

.back-btn {
  width: 176px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  outline: none;
  background: none;
  border-radius: 9999px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #fff;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  position: absolute;
  right: 20px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.back-btn:hover, .back-btn:focus {
  background: #fff;
  color: #262626;
}
@media (max-width: 767px) {
  .back-btn {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
}

.sip-info-form {
  border-radius: 12px;
  background: #fff;
  padding: 40px;
}
@media (max-width: 767px) {
  .sip-info-form {
    padding: 24px;
  }
}
.sip-info-form .sip-info-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.sip-info-form .sip-field-holder {
  width: 50%;
  padding: 0 12px 21px;
}
@media (max-width: 1023px) {
  .sip-info-form .sip-field-holder {
    width: 100%;
  }
}
.sip-info-form .sip-field-holder label {
  display: block;
  width: 100%;
  color: #2F2F2F;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin: 0 0 12px;
}
.sip-info-form .check-field {
  width: 100%;
  padding: 0 12px;
}
.sip-info-form .sip-form-control {
  border: 1px solid #A0A0A0;
  width: 100%;
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  padding: 18px 20px;
  background: none;
  font-family: "Poppins", sans-serif;
  outline: none;
}
.sip-info-form .select-holder {
  position: relative;
}
.sip-info-form .select-holder:before {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 16px;
  content: "\e901";
  font-family: "sip-icon" !important;
}
.sip-info-form select::-ms-expand {
  display: none;
}
.sip-info-form select {
  border: 1px solid #A0A0A0;
  width: 100%;
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  background: none;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.sip-info-form .check-field .text:before {
  top: -2px;
}
.sip-info-form .check-field .text:after {
  left: 5px;
  top: -2px;
}

.check-field label {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #2F2F2F;
}
.check-field input[type=checkbox] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.check-field input[type=checkbox]:checked + .text:after {
  opacity: 1;
}
.check-field input[type=checkbox]:checked + .text:before {
  background: #F25E21;
  border-color: #F25E21;
}
.check-field .text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.check-field .text:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #2f2f2f;
}
.check-field .text:after {
  position: absolute;
  left: 5px;
  top: 3px;
  font-family: "sip-icon" !important;
  content: "\e909";
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sip-payment-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
}
@media (max-width: 767px) {
  .sip-payment-box {
    padding: 24px;
  }
}
.sip-payment-box h3 {
  display: block;
  color: #2F2F2F;
  font-size: 20px;
  font-family: "Red Rose", serif;
  line-height: 24px;
  margin: 0 0 20px;
}
.sip-payment-box .card-btn {
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #F25E21;
  font-weight: 600;
  outline: none;
  background: none;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #F25E21;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 55px;
}
@media (max-width: 1399px) {
  .sip-payment-box .card-btn {
    margin: 0 0 32px;
  }
}
.sip-payment-box .card-btn i {
  font-size: 22px;
  line-height: 1;
}
.sip-payment-box .card-btn:hover, .sip-payment-box .card-btn:focus {
  background: #F25E21;
  color: #fff;
}
.sip-payment-box .check-list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  font-size: 14px;
}
.sip-payment-box .check-list li {
  margin: 0 0 18px;
}
@media (max-width: 1399px) {
  .sip-payment-box .check-list li {
    margin: 0 0 20px;
  }
}
.sip-payment-box .check-list a {
  color: #2F2F2F;
  text-decoration: underline;
}
.sip-payment-box .check-list a:hover {
  text-decoration: none;
}

.sip-insu-option {
  padding: 45px 0 25px;
}
.sip-insu-option .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #2F2F2F;
  margin: 0 0 15px;
  font-weight: 700;
  font-family: "Red Rose", serif;
}

.sip-details-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px 40px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .sip-details-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .sip-details-box {
    background: none;
    display: block;
    padding: 0;
  }
}
.sip-details-box .sip-event {
  width: 47%;
}
@media (max-width: 1023px) {
  .sip-details-box .sip-event {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sip-details-box .sip-event {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
  }
}
.sip-details-box .sip-invoice {
  width: 47%;
}
@media (max-width: 1023px) {
  .sip-details-box .sip-invoice {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sip-details-box .sip-invoice {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
  }
}
.sip-details-box h3 {
  display: block;
  padding: 0 0 20px;
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #2F2F2F;
  border-bottom: 2px solid #efefef;
  font-family: "Red Rose", serif;
}
.sip-details-box .list-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sip-details-box .list-info li {
  margin: 0 0 22px;
}
.sip-details-box .list-info .dt {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #787878;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.sip-details-box .list-info .dd {
  display: block;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}