@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: underline;
    color: #179f63;
}

header {
    width: 100%;
    background: #f0f0f0;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-pi {
    width: 100%;
    max-width: 300px;
}

.header-venue p {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}

.header-venue p span {
    font-size: 2rem;
}

.page-head {
    text-align: center;
    font-size: 2.7rem;
    margin: 0 0 35px 0;
    font-weight: 700;
}

.page-section {
    padding: 3rem 0;
}

.vr-form-card {
    border-radius: 20px;
    background: #fff;
    border-color: #9E9E9E;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.vr-form-card .card-body {
    padding: 2.0rem 1.25rem 1rem 1.25rem;
}

.green-text {
    color: #179f63;
}

.orange-text {
color: #f89939;
}

.eng-only {
    margin: 0 0 1.4rem 0;
}

/* .one-day-pass {
    color: #fff;
    background: #ca346b;
    position: absolute;
    right: 15px;
    top: -11px;
    padding: 9px 17px;
    font-size: 1.3rem !important;
    border-radius: 6px;
}

.three-day-pass {
    color: #fff;
    background: #eaa82b;
    position: absolute;
    right: 15px;
    top: -11px;
    padding: 9px 17px;
    font-size: 1.3rem !important;
    border-radius: 6px;
}

.six-day-pass {
    color: #fff;
    background: #12b3b2;
    position: absolute;
    right: 15px;
    top: -11px;
    padding: 9px 17px;
    font-size: 1.3rem !important;
    border-radius: 6px;
} */

.custom-radio-pass {
    margin: 0 0 0 0;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.custom-radio-pass input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-radio-pass label {
    background-color: #F8F9FB;
    font-weight: 500;
    border: 1px solid #D2DCFF;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    margin-bottom: 10px;
    min-width: 250px;
    text-align: center;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    height: 150px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; */
}

.custom-radio-pass label:hover {
    /* transform: scale(1.02); */
     /* box-shadow: 0px 0px 2px 2px rgba(59, 104, 252, 0.1);
    border-color: #7E9CFF; */
}

.custom-radio-pass input[type="radio"]:checked + label {
    /* border: 1px solid #12b3b2;
    outline: 1px solid #12b3b2;
    background: #edffff;
    box-shadow: 0px 0px 0px 4px rgba(59, 104, 252, 0.1); */

    color: #fff;
    border: none;
    outline: none;
    background: #179f63;
    box-shadow: none;
    padding: 70px 0 0 0;
}

.custom-radio-pass input[type="radio"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    background: #ffffff;
    color: #179f63;
    width: 55px;
    height: 55px;
    font-size: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
}

.custom-radio-pass span {
    position: relative;
}

.custom-radio-pass span p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.custom-radio-pass span p::before {
    content: '';
    width: 0;
    border: 18px solid #fff;
    border-radius: 0 50px 50px 0;
    border-right: 0;
    margin: 0;
    display: block;
    position: absolute;
    left: -1px;
    top: -18px;
}

.custom-radio-pass span p::after {
    content: '';
    width: 0;
    border: 18px solid #fff;
    border-radius: 50px 0 0 50px;
    border-right: 0;
    margin: 0;
    display: block;
    position: absolute;
    right: -1px;
    top: -18px;
}

.btn-theme {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #fff;
    border-radius: 10px;
    position: relative;
    display: block;
    padding: 11px 20px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    line-height: normal;
    max-width: 250px;
    width: 100%;
    transition: all .4s ease-in-out;
    background: #179F63;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    text-decoration: none;
}

.btn-theme:hover {
    background: #128b55;
    color: #fff;
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
}

.mt-25 {
    margin-top: 35px;
}

.form-control {
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 6px;
    background-color: #F8F9FB;
    margin-top: 0;
    outline: none;
    overflow: hidden;
    border: 1px solid #b0b0b0;
    height: 40px;
    color: #000000;
}

.form-control:hover {
    box-shadow: 0px 0px 2px 2px rgba(59, 104, 252, 0.1);
    border-color: #595959;
}

.form-control:focus {
    border: 1px solid #000;
    outline: 1px solid #000;
    color: #000000;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 0px 4px rgba(40, 42, 46, 0.1); */
    box-shadow: none;
}

/*custom checkbox list*/
.custom-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.checkbox-item {
  flex: 1 1 100%;
}
.custom-checkbox-list input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    width: 0;
}

.custom-checkbox-list .cbx {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    cursor: pointer;
}

.custom-checkbox-list .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.custom-checkbox-list .cbx span:first-child {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.custom-checkbox-list .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.custom-checkbox-list .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #179F63;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.custom-checkbox-list .cbx span:last-child {
    padding-left: 8px;
}

.custom-checkbox-list .cbx span:last-child {
    line-height: 1.4;
}

.custom-checkbox-list .cbx:hover span:first-child {
    border-color: #179F63;
}

.custom-checkbox-list .inp-cbx:checked+.cbx span:first-child {
    background: #179F63;
    border-color: #179F63;
    animation: wave-46 0.4s ease;
}

.custom-checkbox-list .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.custom-checkbox-list .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.interested-pro .checkbox-item:last-child {
    flex: 1 1 100%;
}

.interested-pro {
    position: relative;
}

.interested-pro .formError {
    position: absolute !important;
    top: inherit !important;
    bottom: -16px;
}

@keyframes wave-46 {
    50% {
    transform: scale(0.9);
    }
}

.radius-right-0 {
    border-radius: 6px 0px 0px 6px; 
}

.radius-left-0 {
    border-radius: 0px 6px 6px 0px;
    border-left: 0;
}

.user-details {
    border: 0;
    background: #f7f7f7;
    width: 100%;
    font-size: 0.9rem;
    max-width: 350px;
}

.user-details .card-body {
    padding: 0.5rem;
    line-height: 23px;
}

.coupon-code {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 310px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    left: 0;
    margin: 0 0 20px 0;
}

.coupon-row {
  display: flex;
  width: 100%;
}

.coupon-code input.form-control {
  flex: 1;
  height: 40px;
}

.coupon-code .btn {
  width: 110px;
  height: 40px;
  margin-left: 5px;
  padding: 0;
}

.coupon-code p {
  margin: 0;
  color: #179F63;
  width: 100%;
}

.checkbox-wrapper-46 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checkbox-wrapper-46 input[type="checkbox"] {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    width: 0;
}

.checkbox-wrapper-46 .cbx {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    user-select: none;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.checkbox-wrapper-46 .cbx span {
    display: inline-block;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #000;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-top: 3px;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
}

.checkbox-wrapper-46 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #179F63;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.checkbox-wrapper-46 .cbx span:last-child {
    padding-left: 10px;
    line-height: 1.4;
    margin: 3px 0 0 0;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
    border-color: #179F63;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
    background: #179F63;
    border-color: #179F63;
    animation: wave-46 0.4s ease;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.error-message {
    color: #ff0000;
    margin: 10px 0 0 0;
}

.main-thank-you-txt {
    /* text-align: center; */
}

.main-thank-you-txt img {
    width: 90px;
}

.main-thank-you-txt h1 {
    font-size: 2rem;
    margin: 30px 0 16px 0;
    font-weight: 700;
}

.main-thank-you-txt p {
    font-size: 1.2rem;
    width: 100%;
    margin: 0 auto 15px auto;
}

.thank-you-card {
        border-radius: 20px;
    background: #fff;
    border-color: #9E9E9E;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.syp-card {
        border-radius: 20px;
    background: #fff;
    border-color: #9E9E9E;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.qr-head {
     font-size: 1.1rem;
    width: 100%;
    margin: 0 auto 15px auto;
}

.pre-reg-id {
    font-size: 1.2rem;
    text-align: center;
    margin: 25px 0 10px 0;
}

.qr-img {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.print-qr {
    border-bottom: 2px #d9d9d9 dashed;
    margin-top: 0px;
}

/*select pass new design*/

.planbox form {
    transition: 0.3s ease-in-out;
}

.planbox {
    transition: 0.3s ease-in-out;
}


.planbox:hover {
    transform: scale(1.03);
}

.pass-card {
    border-radius: 30px !important;
    border: 1px solid rgba(0, 0, 0, 0.225);
}

.pass-card .card-body {
    padding: 0.1rem 6px 0.8rem 6px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    padding-bottom: 0;
}

.pass-divider {
    padding: 13px 0 0 0 !important;
}

.pass-divider p {
    border-bottom: 1px #666 dashed;
    position: relative;
}

.pass-divider p::before {
    content: '';
    width: 0;
    border: 18px solid #fff;
    border-radius: 0 50px 50px 0;
    border-right: 0;
    margin: 0;
    display: block;
    position: absolute;
    left: -1px;
    top: -18px;
    box-shadow: 2px 0px 2px #9b9b9b;
}

.pass-divider p::after {
    content: '';
    width: 0;
    border: 18px solid #fff;
    border-radius: 50px 0 0 50px;
    border-right: 0;
    margin: 0;
    display: block;
    position: absolute;
    right: -1px;
    top: -18px;
    box-shadow: -2px 1px 2px #9b9b9b;
}

.deliverables-content {
        text-align: center !important;
    background: #fff;
    font-size: 1rem !important;
    min-height: 105px;
    margin-top: 10px;
    padding: 0 1rem !important;
    width: 100%;
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
}

.deliverables-content p {
    font-weight: normal;
    margin: 0;
}

.passcard-footer {
    text-align: center;
    padding: 0rem 0 1.8rem 0;
}

.deliverables-content ul {
    list-style: none;
    padding: 5px 0 0 0px;
    margin-bottom: 20px;
}

.deliverables-content li {
    padding-left: 1.3em;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

.deliverables-content li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight: 900;
    color: #4caf50;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.deliverables-content li.in-cross {
    color: #8D8D8D;
}

.deliverables-content li.in-cross:before {
    content: "\f057";
    color: #EA5757;
}

.btn-danger {
    color: #fff;
    background-color: #e3342f !important;
    border-color: #e3342f !important;
}

/* .btn-theme {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #fff;
    border-radius: 0;
    position: relative;
    display: block;
    padding: 11px 20px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    line-height: normal;
    max-width: 250px;
    width: 100%;
    transition: all .4s ease-in-out;
    background: #122a47;
} */

.pass-plan {
    padding: 6px 0 0 0;
    margin: 4px auto 0 auto;
    max-width: 100%;
    background: #EFF1FE;
    padding-top: 10px;
    border-radius: 30px;
}

.pass-rs {
    position: relative !important;
    background: transparent;
    padding: 0;
    margin: 0;
    min-height: 162px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.badge-student {
    background: #c4caed;
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.2rem 1rem;
    line-height: normal;
    border-radius: 25px !important;
}

.pass-rs p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0;
    text-shadow: 2px 2px 2px #5e5e5e;
    font-weight: 400;
    margin: 15px 0 0 0;
      color: #ffffff !important;
    text-shadow: none !important;
}

.offer-till {
    margin: 3px 0 5px 0 !important;
}

.Studentplan_span {
    font-size: 3.1rem !important;
}

.pass-rs span {
    font-size: 2.3rem;
    display: block;
    text-align: center !important;
    text-shadow: none !important;
    /* color: #000 !important; */
    line-height: normal;
    font-weight: 700 !important;
}

.pass-rs span i {
  font-size: 2.1rem;
}

.one-day-pass .pass-plan {
    background: #fbdce8;
    background: #ca346b;
}

.three-day-pass .pass-plan {
    background: #fbe9c6;
    background: #eaa82b;
}

.six-day-pass .pass-plan {
    background: #d1f9f9;
    background: #12b3b2;
}

.one-day-pass .badge {
    background: #f7b5cf;
}

.three-day-pass .badge {
    background: #f7d38c;
}

.six-day-pass .badge {
    background: #97dddd;
}

.planbox .badge {
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.2rem 1rem;
    line-height: normal;
    border-radius: 25px !important;
}


.passcard-footer input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.passcard-footer label {
    display: inline-block;
    background-color: #fff;
    padding: 10px 12px;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid #444;
    border-radius: 25px;
    color: #333;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    width: 100%;
    max-width: 200px;
    margin: 10px 0 0 0;
}

.passcard-footer input[type="radio"]:checked + label {
    background: #ff9d3c !important;
    border-color: #ff9d3c !important;
	color:#fff;
}

.passcard-footer input[type="radio"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin: 0 6px 0 0;
  font-weight: 600;
}

.passcard-footer input[type="radio"]:checked + label::after {
  content: "Selected";
  margin: 0 6px 0 0;
  font-weight: 600;
}

.passcard-footer input[type="radio"]:checked + label span {
  display: none;
}

.select-pass-card {
    width: 95%;
    margin: 0 auto 30px auto;
}

.cpricesec span {
    display: inline-block;
}

.cpricesec .cut-price {
    font-size: 1.1rem;
    position: relative;
    color: #ffffff;
    font-weight: 500 !important;
}

.cpricesec .cut-price i {
    font-size: 1.1rem;
}

.cpricesec .cut-price::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 12px;
    left: 0;
    transform: rotate(-14deg);
}

.cpricesec .main-banner {
    margin: 0 0 0 3px;
}

.select-pass-head {
    padding-top: 0;
}

.select-pass-head h4 {
    text-align: center;
    font-size: 2rem;
    margin: 0 0 2.5rem 0;
    font-weight: 600;
}

.one-day-pass-head {
    color: #fff;
    position: absolute;
    right: 15px;
    top: -11px;
    font-size: 1.3rem !important;
    background: #ca346b;
    padding: 9px 17px;
    border-radius: 6px;
}

.three-day-pass-head {
    color: #fff;
    position: absolute;
    right: 15px;
    top: -11px;
    font-size: 1.3rem !important;
    background: #eaa82b;
    padding: 9px 17px;
    border-radius: 6px;
}

.six-day-pass-head {
    color: #fff;
    position: absolute;
    right: 15px;
    top: -11px;
    font-size: 1.3rem !important;
    background: #12b3b2;
    padding: 9px 17px;
    border-radius: 6px;
}

.badge-1-pass {
    background: #ca346b;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1.3rem;
        margin: 4px 0 0 0px;
    display: inline-block;
}

.badge-3-pass {
    background: #eaa82b;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1.3rem;
        margin: 4px 0 0 0px;
    display: inline-block;
}

.badge-six-day-pass {
    background: #12b3b2;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1.3rem;
    margin: 4px 0 0 0px;
    display: inline-block;
}

.summary-pass-head {
    margin-bottom: 22px;
    margin-top: 5px;
}

.privacy-head {
    font-size: 1.2rem;
}

.sm-txt {
    font-size: 0.85rem;
}

.show-details-ty {
    margin-top: 25px;
    margin-bottom: 15px;
}

.show-details-ty .card {
    text-align: center;
    border-radius: 20px;
    border-color: #9E9E9E;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
}

.show-details-ty .card img {
    width: 60px;
    margin: 0 0 20px 0;
}

.show-details-ty .card p {
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
}

.show-details {
    margin: 30px 0 32px 0;
    border-bottom: 2px #d9d9d9 dashed;
    padding-bottom: 22px;
}

/*select-pass-mobile*/
.select-pass-mobile {
    margin: 0 0 15px 0;
    text-align: center;
}

.select-pass-mobile input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.select-pass-mobile label {
    display: inline-block;
    background-color: #fff;
    padding: 7px 12px;
    font-size: 14px;
  font-weight: 500;
    border: 1px solid #444;
    border-radius: 25px;
    color: #333; 
	cursor: pointer;
	margin-bottom: 10px;
  min-width: 100px;
  text-align: center;
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.select-pass-mobile input[type="radio"]:checked + label {
    background: #f89939 !important;
    border-color: #f89939 !important;
	color:#fff;
}

.select-pass-mobile input[type="radio"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin: 0 6px 0 0;
  font-weight: 600;
}

.sp-countinue-sec {
    margin: 25px 0 20px 0;
}

.select-pass-mobile {
    display: none;
}

.sph-main {
    margin-top: 24px;
}

/*swich checkbox*/
.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 0 0 20px;
}

.switch-checkbox input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-checkbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-checkbox .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-checkbox input:checked + .slider {
  background-color: #179f63;
}

/* .switch-checkbox input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
} */

.switch-checkbox input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.switch-checkbox .slider.round {
  border-radius: 34px;
}

.switch-checkbox .slider.round:before {
  border-radius: 50%;
}

.privacy-head {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: start;
}

.formError {
    position: relative !important; 
    top: auto !important; 
    left: 0 !important; 
    margin-top: 5px !important; 
    width: 100%; 
    z-index: 1; 
}

.formError .formErrorArrow {
    display: none !important;
}

.formError .formErrorContent {
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 0.8rem !important;
    color: #f00 !important;
    background: transparent !important;
}

.vlogin-card {
    width: 80%;
    margin: 0 auto;
    /* box-shadow: none;
    border: 0;
    background: transparent; */
}

.vlogin-card .btn-theme {
    max-width: 100%;
}

.vlogin-card a {
    text-decoration: none;
    font-weight: 500;
}

.vlemail {
    position: relative;
}

.vlpassword {
    position: relative;
}

.vlemail i, .vlpassword i {
    position: absolute;
    top: 9px;
    left: 11px;
    font-size: 1.3rem;
}

.vlemail input, .vlpassword input {
    /* padding-left: 42px; */
}

.font-1rem {
    font-size: 1rem !important;
}

.sponsor-area {
    
}

.reg-summary {
    margin: 0 0 1.3rem 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

#otpMessage {
    color: #e3342f !important;
}

#countdownTimer {
    color: #e3342f !important;
    font-weight: 600;
}

#otpVerifiedTick {
    position: relative;
}

#otpVerifiedModal i {
    font-size: 3rem;
    color: #4CAF50;
    margin: 0 auto;
    display: block;
    text-align: center;
}

#otpVerifiedModal h2 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 2rem;
    font-weight: 700;
}

.btn-auto {
    display: inline-block;
  max-width: inherit;
  width: auto;
  margin: 0;
}

#filter-buttons {
  display: flex;
  justify-content: space-between;
}

.country-code-inp {
       border-radius: 6px 0px 0px 6px;
}

.wmn-inp {
        border-radius: 0 6px 6px 0px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f8f9fb;
    opacity: 1;
}

.send-otp-btn {
    height: 40px;
    padding: 0 20px !important;
    border-radius: 6px;
}

.otp-btn-sec-email .fa-circle-check {
    right: 23px !important;
    top: 40px;
}

.tandc-list li {
    margin-bottom: 5px;
}

#resetPromoBtn {
    width: 40px !important;
}

.otp_india .whatsapp-div {
    order: 1;
}

.otp_india .otp-btn-sec-email {
    order: 2;
}

.otp_india #otpSection {
    order: 4;
}

.otp_india .otp_btn_india {
    order: 3;
}

/**/

.otp_other .whatsapp-div {
    order: 4;
}

.otp_other .otp-btn-sec-email {
order: 1;
}

.otp_other #otpSection {
order: 3;
}

.otp_other .otp_btn_other {
order: 2;
}

.incom-txt {
    width: 70%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.incom-txt-head h1 {
    font-size: 1.5rem;
    margin: 30px auto 16px auto;
    font-weight: 700;
    width: 70%;
}

.pass-main-g {
    margin-top: 25px;
}

.pro-int-div {
    
}

.syp-txt-head {
    display: none;
}

.otp_msg_error {
    display: block;
    margin: 00 0 5px 0;
    text-align: left;
}

.otp_msg {
    text-align: center;
}

.otp-alert {
    text-align: center;
    display: block;
    margin: 8px 0 0 0;
    font-weight: 600;
}

@media (min-width: 992px) {
.select-pass-mobile {
    display: none !important;
}
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    transition: all .4s ease-in-out;
    background: #179F63 !important;
    border: 0 !important;
    outline: none !important;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
}

.btn-theme:hover {
    background: #128b55;
    color: #fff;
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
}

.note-pass {
    margin: 30px auto 0 auto;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 15px 30px;
    max-width: 97.5%;
}

.note-pass p {

}

.note-pass ul {
    margin-bottom: 0;
}

.note-pass ul li {

}

/*responsive css*/
@media (min-width: 768px) {
  .checkbox-item {
    flex: 1 1 calc(50% - 8px);
  }
}

@media (max-width: 991px) {
    .syp-txt-head {
        display: block;
        font-weight: 500;
        font-size: 1.1rem;
    }

    .header-venue {
        display: none;
    }

    .logo-pi {
        width: 100%;
        max-width: 220px;
    }

    header {
        justify-content: center;
    }

    .page-head {
        font-size: 1.5rem;
    }

    .select-pass-head h4 {
        font-size: 1.4rem;
        margin: 0 0 2rem 0;
    }

    .thank-you-card .card-body {

    }

    .sp-countinue-sec {
        margin: 0 0 20px 0;
    }

    .one-day-pass, .three-day-pass, .six-day-pass {
      display: none;
    }

    .select-pass-mobile {
        display: block;
        margin: 22px 0 0 0;
    }

    .syp-card {
        padding-bottom: 0px !important;
    }

    .planbox:first-child {
        margin-top: 25px;
    }

    .select-country {
        margin: 0px 0 0px 0 !important;
    }

    .select-country .col-xl-4 {
        padding: 0;
    }

    .pass_3_other {
        margin-top: 25px;
    }

    /* .sp-countinue-sec {
        display: none;
    } */

    .six-day-pass-head, .one-day-pass-head, .three-day-pass-head {
        position: relative;
        right: 0;
        top: 0;
        font-size: 1.3rem !important;
        margin: 0 0 21px 0 !important;
        display: inline-block;
        }

        .coupon-code {
            position: relative;
            top: 0;
            width: 100%;
            max-width: 290px;
            display: flex;
            flex-direction: column;
            gap: 5px;
            left: 0;
        }

        .user-details {
            border: 0;
            background: #f7f7f7;
            width: 100%;
            font-size: 0.8rem;
            max-width: 180px;
            display: none;
        }

        .summary-table thead tr th:nth-child(1), .summary-table tbody tr td:nth-child(1) {
            width: 70% !important;
        }

         .summary-table thead tr th:nth-child(2), .summary-table tbody tr td:nth-child(2) {
            width: 30% !important;
        }

        .badge-six-day-pass {
    font-size: 1.05rem;
}

         /* .summary-table thead tr th:nth-child(3), .summary-table tbody tr td:nth-child(3) {
            width: 30% !important;
        } */

        .main-thank-you-txt h1 {
            font-size: 1.3rem;
            margin: 22px 0 16px 0;
        }

        .main-thank-you-txt p {
            width: 100%;
        }

        .qr-head {
            width: 100%;
        }

        .show-details-ty .card {
           margin-bottom: 30px;
        }

        .show-details-ty .card p {
            margin: 0;
            font-weight: 500;
            font-size: .8rem;
        }

        .thank-you-card .card-body {
            padding: 1rem 0.5rem 1rem 0.5rem;
        }

        .main-thank-you-txt img {
            width: 90px;
        }

        .select-pass-card {
            margin: 0 auto 0 auto;
        }

        .sph-main {
            margin-top: 5px;
        }

    .vlogin-card {
        width: 100%;
        margin: 0 auto;
    }

    #filter-buttons {
    display: flex;
    justify-content: left;
    flex-direction: column;
    }

    #filter-buttons a { 
        order: 1;
    }

        #filter-buttons div { 
        order: 2;
        margin: 10px 0 0 0;
    }

    .planbox {
        margin-bottom: 25px;
        display: none !important;
    }

    .active-pass {
        display: block !important;
    }

    /*.select-pass-mobile {
        display: none;
    }*/

    .incom-txt {
        width: 100%;
    }

    .incom-txt-head h1 {
        width: 100%;
    }

    .pass-main-g {
        margin-top: 0px;
    }

}

@media (max-width: 768px) {
  .custom-radio-pass {
    flex-direction: column;
}

.eng-only {
    margin: 15px 0 1.4rem 0;
}
}

@media (max-width: 390px) {
.select-pass-mobile label {
    padding: 7px 10px;
    font-size: 11px;
    min-width: inherit;
}
}

