body{
    font-size: 14px;
    font-weight: 400px;
    font-family: system-ui,"Noto Color Emoji";
    background-color: var(--bg-color);
}
:root {
    --primary: #4f46e5;
    --white: #ffffff;
    --black: #222222;
    --border:#00000030;
    --bg-color:#f3f4f6;
}
.primary-bg{
    background-color: var(--primary);
}
.white-bg{
    background-color:var(--white);
}
.color-primary{
    color: var(--primary);
}
.color-white{
    color: var(--white);
}
.color-black{
    color: var(--black);
}
.color-gray{
    color: gray;
}
.weight-800{
    font-weight: 800;
}
.weight-700{
    font-weight: 700;
}
.weight-600{
    font-weight: 600;
}
.weight-500{
    font-weight: 500;
}
.weight-400{
    font-weight: 400;
}
.text-10{
    font-size: 10px !important;
}
.text-12{
    font-size: 12px;
}
.text-14{
    font-size: 14px;
}
.text-16{
    font-size: 16px;
}
.text-18{
    font-size: 18px;
}
.text-20{
    font-size: 20px;
}
.text-24{
    font-size: 24px;
}
.text-30{
    font-size: 30px !important;
}
.text-36{
    font-size: 36px;
}
.text-36{
    font-size: 36px;
}
.text-54{
    font-size: 54px;
}
.l-height-30{
    line-height:30px
}
.mb-15{
    margin-bottom: 15px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-75{
    margin-bottom: 50px;
}
.mt-20{
    margin-top: 20px;
}
.mt-50{
    margin-top: 50px;
}
.mb-75{
    margin-bottom: 75px;
}
a{
    color: var(--primary);
    text-decoration: underline;
}
.btn{
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary) !important;
    border-radius: 8px;
    min-width: 150px;
    width: 100%;
}
.btn:hover{
    background-color: transparent;
    color: var(--primary) !important;
}
.p-32{
    padding: 32px;
}
.pad-75{
    padding-block:75px;
}
.pt-75{
    padding-top: 75px;
}
.pb-75{
    padding-bottom: 75px;
}
a:hover{
    color:var(--primary);
}
button:focus {
    box-shadow: none !important;
}
.btn:focus-visible,
:not(.btn-check)+.btn:active {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    outline: 0;
    box-shadow:none;
}
.mw-600{
    max-width: 600px;
    margin: auto;
    width: 100%;
}
.decoration-none{
    text-decoration: none;
}
.signup-page .logo {
    letter-spacing: -0.5px;
}
.signup-page .logo span{
    font-weight: 200;
    margin-left: -6px;
}
.signup-page .left{
    min-height: 100vh;
}
.signup-page .bg-img {
    background-image: url(../images/signup-bg.jpg);
    background-size: cover;
    background-position: center;
}
.form-container {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: auto;
}
.form-item label {
    display: block;
    margin-bottom: 5px;
}
.form-item input,
.form-item select {
    width: 100%;
    background-color: var(--white);
    padding: 10px 12px;
    /* box-shadow: 0 0 2px #00000042; */
    border: 1px solid #d1d5db;
    border-radius: 8px;
}
.form-item input:focus{
    outline: 0;
    border: 1px solid var(--primary);
    box-shadow: none;
}
.form-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border:1px solid #d1d5db;
    border-radius: 4px;
  }
  .form-checkbox:hover input ~ .checkmark {
    background-color: #eee;
  }
  .form-checkbox input:checked ~ .checkmark {
    background-color: var(--primary);
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .form-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  .form-checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .account-steps .form-checkbox .radio-check {
    right: 10px;
    left: auto;
    top: 10px;
  }
 .account-steps .form-checkbox {
    padding: 0 30px 0 0;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 30px 10px 10px;
    border-radius: 8px;
    background-color: #fff;
}
    #progress {
        position: relative;
        margin-bottom: 25px;
        top: 20px;
        margin-top: 15px;
    }
  /* #progress {
    position: absolute;
    width: 100%;
    max-width: 600px;
    transform: rotate(90deg);
    left: 80%;
    margin: auto;
  } */
  #progress-bar {
    position: absolute;
    background: var(--primary);
    height: 8px;
    width: 0%;
    top: -16px;
    left: 0;
    transition: 0.5s linear;
    border-radius: 4px;
    z-index: 1;
    }
  #progress-num {
    margin: 0 -11px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  #progress-num::before {
    content: "";
    background-color: #ededed;
    position: absolute;
    top: -16px;
    left: 0;
    height: 8px;
    width: 100%;
    z-index: 0;
    border-radius: 4px;
  }
   #progress-num .step {
    width: 26px;
    height: 24px;
    line-height: 15px;
    text-align: center;
    font-family: sans-serif;
    font-size: 15px;
    position: relative;
    z-index: 1;
    transition-delay: 0.5s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(1, 0.02, 0, 0.99);
    color:transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px !important;
    bottom: 25px !important;
  }
 #progress-num .step.active {
    border-color: var(--primary);
    border: 2px solid;
    background-color:#ffff;
    color: var(--primary);
    position: relative;
    transition-delay: 0.5s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(1, 0.02, 0, 0.99);
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 25px !important;
  }
  /* #progress-num .step.active::after {
    content: '';
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent var(--primary);
    top: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    transition-delay: 0.5s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(1, 0.02, 0, 0.99);
  } */
  #progress-num .step.active.arrow-disable::after {
    display:none !important;
  }
  #progress-prev {
    position: absolute;
    left: 0;
    width: fit-content;
    padding: 0;
    min-width: inherit;
    border: 0 !important;
    display: flex;
    column-gap: 4px;
  }
  #progress-prev.btn {
    background-color: transparent;
    color: var(--black);
  }
  .skip-btn{
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    top: 36px;
  }
  .step-div {
    min-height: 400px;
    position: relative;
  }
  .step-div a.skip-btn{
        position: absolute;
        bottom: 12px;
        height: fit-content;
        margin-top: auto;
  }
  .account-steps .form-item {
    margin-bottom: 24px;
  }
  .content-holder {
    height: 100vh;
  }
  .account-setup-content {
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
}
.pricing-ticket .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
    box-shadow: 0 0 7px #00000029;
    position: relative;
    background: #fff;
}
.pricing-ticket .plans {
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    text-align: center;
}

.pricing-ticket .plans .header {
    color: var(--black);
    font-size: 12px;
    font-weight: 600;
}
.pricing-ticket .plans li.price {
    line-height: 30px;
}
.pricing-ticket  .columns .button {
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 4px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.pricing-ticket  .columns.active .button {
    background-color: var(--primary);
    color: white;
}
.pricing-ticket .button.invers {
    background-color: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}
.pricing-ticket .plans li sup {
    font-size: 20px;
    margin-right: -8px;
}
.pricing-ticket .columns.active {
    transform: scale(1.1);
    margin-inline: -7px;
    box-shadow: 0 0 45px #00000033;
    z-index: 1;
}
.payment  .icon-container {
    padding: 7px 0;
    font-size: 24px;
  }
  .pricing-ticket {
    justify-content: space-between;
}
.card-accepted {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0  12px;
    justify-content: space-between;
}
.thankyou-page .inner-content-holder .img-holder{
    width: 500px;
    height: 400px;
    text-align: center;
    position: relative;
    z-index: 999999;
    animation: movingobject 4.5s infinite linear;
}
.thankyou-page .inner-content-holder img {
  animation-name: image-animate;
  animation-duration: 0.5s;
}
.thankyou-page .inner-content-holder {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes movingobject {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    25% {
        transform: translate(10px, 10px);
        -webkit-transform: translate(10px, 10px);
    }

    50% {
        transform: translate(5px, 5px);
        -webkit-transform: translate(5px, 5px);
    }

    75% {
        transform: translate(10px, -5px);
        -webkit-transform: translate(10px, -5px);
    }

    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

@keyframes image-animate {
    0% {
        width: 20000px;
    }

    100% {
        width: 100%;
    }
}
.note-info {
    bottom: 10px;
    line-height: 26px;
}
.step-div h3 img {
    right: 0;
    top: -46px;
}

.video-modal.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.video-modal .modal-body {
position:relative;
padding:0px;
}
.video-modal .btn-close {
position:absolute;
right:-30px;
top:0;
}
.video-modal {
    z-index: 999999;
}

.error.form-item span {
    color: red;
}

.error.form-item input {
    border-color: red;
}

.spinner-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#step-2 img{
 width: 206px;
 height: 218px;
}



@media(min-width:992px){}
@media(min-width:1200px){}
@media(max-width:1399px){}
@media(max-width:1199px){}
@media(max-width:767px){}
@media(max-width:589px){}
