*{
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0 15px;
    background: url(../images/body-bg.png) no-repeat top;
    background-attachment: fixed;
    background-size: 100%;
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3;
}
h1,h2,h3,h4,h5,h6,p, ul, ol, li{
    margin: 0;
    padding: 0;
}
ul, ol, li
{
    list-style: none;
}
p{
    margin-bottom: 20px;
}
img{
    max-width: 100%;
}
.font47
{
    font-weight: 500;
    font-size: 47px;
    line-height: 1.1;
    font-family: 'PP Hatton';
}
.font30
{
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    font-family: 'PP Hatton';
}
.font27
{
    font-family: 'PP Hatton';
    font-weight: 500;
    font-size: 27px;
    line-height: 1.1;
}
.font47 strike {
    text-decoration-color: #990047;
    text-decoration-thickness: 13%;
}
.padleft90{
    padding-left: 90px;
}
.padright90{
    padding-right: 90px;
}
.padtop60{
    padding-top: 60px;
}
.padbottom60{
    padding-bottom: 60px;
}
.padtop30{
    padding-top: 30px;
}
.padbottom30{
    padding-bottom: 30px;
}
.padtop40{
    padding-top: 40px;
}
.padbottom40{
    padding-bottom: 40px;
}
.whitecolor
{
    color: #fff;
}
.yellowcolor
{
    color: #FFF6C8;
}
.headingshadow
{
    text-shadow: 0px 4px 9px #FFFFFF40;
}
.pinkcolor
{
    color: #990047;
}
.mbottom10
{
    margin-bottom: 10px;
}
.mbottom20
{
    margin-bottom: 20px;
}
.mtop10
{
    margin-top: 10px;
}
.mtop20
{
    margin-top: 20px;
}
.ptop10
{
    padding-top: 10px;
}
.ptop20
{
    padding-top: 20px;
}
.pbottom10
{
    padding-bottom: 10px;
}
.pbottom20
{
    padding-bottom: 20px;
}
.bgcream
{
    background-color: #FFF8EC;
}
.justifycenter
{
    justify-content: center;
}
.aligncenter
{
    align-items: center;
}
.flex
{
    display: flex;
    flex-wrap: wrap;
}
.width50
{
    width: 50%;
}
.width100
{
    width: 100%;
}
.width25
{
    width: 25%;
}
.width75
{
    width: 75%;
}
.button {
    background: #990047;
    box-shadow: 0px 4px 24px 0px #99004770;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 6px 70px 4px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    position: relative;
    min-width: 70%;
    min-height: 63px;
    align-items: center;
    justify-content: center;
    border: 2px solid #990047; 
    transition: .3s all ease;  
}
.button:hover {
    background: #ffffff;
    color: #990047;
}
.quiz-banner .button img
{
    animation: movebottom 1s ease-in-out infinite;
}
@keyframes movebottom {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes moveleft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}

.button img
{
    animation: moveleft 1s ease-in-out infinite;
    position: absolute;
    right: 3px;
    top: 3px;
}
.buttonyellow
{
    background: #FFCA00;
    color: #990047;
    border-color: #FFCA00;
}
.buttonyellow:hover{
    background: #990047;
    color: #fff;
    border-color: #990047;
}
.textcenter{
    text-align: center;
}
.bggradient
{
    background-image: url(../images/bggradient.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.auto-container {
    max-width: 900px;
    margin: auto;
    min-height: 100vh;
    background: #fff8ec;
}
.home-logo {
    text-align: center;
}
.home-banner
{
    background: url(../images/home-banner.png) no-repeat center;
    background-size: cover;
    padding: 15px 20px;
}
.banner-inner {
    max-width: 400px;
    margin: auto;
    text-align: center;
    margin: 61px auto 151px;
    background: url(../images/banner-shadow.png) no-repeat center;
    background-size: contain;
}

.home-banner p{
    margin: 7px 0 0;
}
.banner-inner h1 {
    text-shadow: 0px 4px 21px  #000000;
}
.width65
{
    width: 72%;
}
.font38 {
    font-weight: 500;
    font-size: 38px;
    line-height: 1.1;
    font-family: 'PP Hatton';
}
.width35
{
    width: 28%;
}
.channeled-inner {
    background: #00000038;
    padding: 35px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
}
.channeled-box {
    display: flex;
}
.channeled-img {
    width: 50%;
}
.channeled-text {
    width: 50%;
    align-self: center;
    padding-left: 18px;
}
.testimonials-block p {
    font-weight: 400;
    font-style: Italic;
    font-size: 30px;
    line-height: 1.7;
    margin: 20px 0 20px;
}
.testimonials-block .font27 {
    color: #990047;
}
.padtop120
{
    padding-top: 120px;
}
.scrollreel-flex {
    display: flex;
    border-bottom: 1px solid #00000033;
    padding: 30px 0;
    gap: 40px;
    align-items: center;
}
.scrollreel-flex img {
    min-width: 132px;
}
.scrollreel-flex p {
    margin: 0;
}
.scrollreel-flex p span {
    color: #990047;
    font-weight: 700;
}
.scrollreel-flex:last-child {
    border: navajowhite;
}
.font21
{
    font-size: 21px;
}
.resolution-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 15px;
    padding: 0 0 25px;
}
.resolution-box {
    border: 1px solid #990047;
    background: url(../images/resolution-bg.png)  center;
}
.resolution-box img {
    display: block;
    width: 100%;
}
.resolution-inner {
    padding: 17px 19px;
    position: relative;
}
.resolution-inner h3 {
    font-weight: 700;
    font-family: "PT Serif", serif;
}
.resolution-inner p {
    margin: 6px 0 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}
.resolution-count {
    background: #990047;
    box-shadow: 0px 4px 24px 0px #99004770;
    font-family: Poppins;
    font-weight: 800;
    font-size: 30px;
    line-height: 21px;
    text-transform: uppercase;
    position: absolute;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -50px;
    border-radius: 50px;
    left: 18px;
}

.resolution-list ul{
     display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 15px;
}
.resolution-list li
{
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: url(../images/resolution-check.svg) no-repeat left top;
    min-height: 51px;
    padding-left: 55px;
    display: flex;
    align-items: center;
}
.unfolding {
    background: #F8E4D0;
}
.unfolding-left {
    width: 60%;
}
.unfolding-right {
    width: 40%;
}
.copyright {
    font-size: 16px;
}
.disclaimer-text.textcenter {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #00000099;
}
.coincidence-right img {
    margin: -20px 0 0px -21px;
    max-width: unset;
}
.fragments-right img {
    margin: -60px 0 0 -40px;
    max-width: unset;
}
.unfolding-right img {
    max-width: unset;
}
.sacred-icon {
    width: 18%;
    padding-right: 20px;
}
.sacred-text {
    width: 82%;
}
.channeled-right img {
    max-width: unset;
    margin: -80px 0 0 -20px;
}




.accordion-content {
  display: none;
}
.accordion-item {
    border: 1px solid #990047;
    background: #FFF8EC7D;
    margin-bottom: 22px;
    background: url(../images/resolution-bg.png) ;
}

.accordion-header {
    cursor: pointer;
    color: #990047;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    background: url(../images/accordion-faq-plus.svg) no-repeat left 15px top 16px;
    padding: 15px 15px 15px 55px;
}
.accordion-item.active .accordion-header {
    background: url(../images/accordion-plus-minus.svg) no-repeat left 15px top 16px;
}
.accordion-content p {
    padding: 0px 15px 25px 55px;
    margin: 0;
    font-size: 17px;
}

.exitmodal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000006E;
    display: none;
    left: 0;
}
.exitmodal-dialogue {
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: auto;
    padding: 40px;
}

.exitmodal-content {
    margin: auto;
    background: #FBFBFB;
    max-width: 690px;
    border: 3px solid #990047;
    outline: 12px solid #FBFBFB;
    position: relative;
}
.exitmodal-close {
    position: absolute;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    right: -33px;
    top: -33px;
    cursor: pointer;
}
.exitmodal-top {
    background: #990047;
    padding: 20px;
    color: #fff;
}
.exitmodal-top h3 {
    font-weight: 400;
    font-size: 29px;
    line-height: 1.2;
    margin: 0 0 6px 0;
}
.exitmodal-top p {
    margin: 0;
}
.exitmodal-left p {
    margin: 0 0 10px;
}
.exitmodal-body {
    padding: 35px 50px 30px;
}
.exitmodal-left {
    width: 52%;
}
.exitmodal-left h4 {
    background: #9900471A;
    color: #990047;
    font-weight: 400;
    font-size: 19px;
    line-height: 21px;
    padding: 10px;
    border-radius: 10px;
}
.exitmodal-right {
    width: 48%;
    padding: 0  20px;
}
.exitmodal-btn .button {
    font-size: 26px;
    padding-right: 20px;
}
.exitmodal-right img {
    margin: -22px 0 -27px;
}
.exitmodal-btn p {
    margin: 10px 0;
}
.exitmodal-btn span {
    color: #00000099;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    max-width: 470px;
    margin: auto;
    display: inline-block;
}


/*oto2-page page css start*/
body.oto2-page {
    background: url(../images/oto2bg.png) no-repeat top;
    background-attachment: fixed;
    background-size: 100%;
}
.home-banner.oto2-banner {
    background: url(../images/oto2-banner.png) no-repeat center;
    background-size: cover;
}
.oto2-banner .banner-inner {
    max-width: 810px;
    margin: 91px auto 171px;
}
.bggradient1 {
    background-image: url(../images/bggradient1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.oto2-list li {
    letter-spacing: 0%;
    background: url(../images/oto2-list.svg) no-repeat left top 1px;    
    padding-left: 30px;
    margin-bottom: 15px;
}
.matterslist li {
    list-style: disc;
    margin-bottom: 20px;
    font-style: italic;
}
.matterslist {
    padding-left: 22px;
}
.font26
{
    font-weight: 400;
    font-size: 26px;
    line-height: 1.1;
}
.beautifully-list {
    padding: 13px 0;
    border-top: 1px solid #00000033;
}

.pricingsesion strong {
    font-family: PP Hatton;
    font-weight: 500;
    font-size: 67px;
    line-height: 51px;
    color: #FFCA00;
}
.pricingsesion span {
    font-family: PP Hatton;
    font-weight: 500;
    font-size: 47px;
    line-height: 51px;
    color: #FFFFFF;
    position: relative;
    padding: 0 10px;
}
.pricingsesion span::before {
    height: 2px;
    width: 100%;
    background: #F00044;
    position: absolute;
    left: 0;
    top: 20px;
    content: "";
    transform: rotate(-10deg);
}
/*oto2-page page css end*/
/*oto3-page page css start*/
body.oto3-page {
    background: url(../images/oto3-page.png) no-repeat top;
    background-attachment: fixed;
    background-size: 100%;
}
.home-banner.oto3-banner {
    background: url(../images/oto3-banner.png) no-repeat center;
    background-size: cover;
}
.oto3-banner .banner-inner {
    max-width: 810px;
    margin: 91px auto 171px;
}
.bggradient2 {
    background-image: url(../images/bggradient2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.soundscapelist li {
    background: url(../images/soundscapelist-checked.svg) no-repeat top left;
    font-family: PT Serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    min-height: 30px;
    display: flex;
    align-items: center;
}
.meditation {
    padding: 40px 0;
    border-top: 1px solid #00000033;
}
.oto3-list li {
    background: url(../images/meditation-checked.svg) no-repeat left top 0px;
    padding-left: 39px;
    margin-bottom: 15px;
    min-height: 36px;
    vertical-align: middle;
    padding-top: 3px;
}
.oto3-list  ul {
    padding: 10px 0 0;
}

.tingled-listing li {
    background: url(../images/tingled-list.svg) no-repeat left top 1px;
    padding-left: 65px;
    margin-bottom: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.add-on
{
    background: #F8E4D0;
}

.pricingsesion.pricingsesion2 strong {
    color: #990047;
}
.pricingsesion.pricingsesion2 span
{
    color: #0C0C0C47;
}
.odo3-footer .button {
    font-size: 21px;
}
/*oto3-page page css end*/

.quiz-banner {
    background: url(../images/quiz-banner.png) no-repeat center;
    background-size: cover;
}
.banner-questions {
    padding: 50px 20px 100px 70px;
    max-width: 550px;
}
.banner-questions p {
    margin-bottom: 20px;
}
.quiz-form-row > label {
    font-family: PT Serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.2;
    width: 100%;
    padding: 0 0 15px;
    display: block;
}
.quiz-form-row .quiz-input, .quiz-form-row select {
    background: #EADED25E;
    border: 1px solid #5238222B;
    box-shadow: 0px 4px 14px 0px #00000017 inset;
    font-family: PT Serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    padding: 16px 23px;
    width: 100%;
    border-radius: 10px;
    height: 69px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    color: rgba(0, 0, 0, 0.7);
}
.quiz-form-select {
    position: relative;
}
.quiz-form-row select
{
     background-image: url(../images/quiz-form-select.png);
     background-repeat: no-repeat;
     background-position: center right 15px;
}

.quiz-form-row .quiz-input::placeholder{
    color: rgba(0, 0, 0, 0.7);
}
.quiz-form-row {
    padding-bottom: 20px;
}
.quiz-form-horoscope:has(span#horoscope_id:empty) {
    display:none;
}
.quiz-form-horoscope {
    color: rgb(0 0 0 / 70%);
    padding: 15px 0 0 0;
}
.quiz-form-horoscope span#horoscope_id {
    font-weight: 700;
    color: rgb(153 0 71 / 70%);
}
.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.gap18
{
    gap: 18px;
}
.quiz-form-radio .quiz-form-column {
    background: #EADED25E;
    border: 1px solid #5238222B;
    box-shadow: 0px 4px 14px 0px #00000017 inset;
    font-family: PT Serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    padding: 10px 7px;
    width: 100%;
    border-radius: 10px;
    outline: none;
    height: 100%;
    min-height: 69px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.quiz-form-radio label input{
    display: none;
}
.quiz-form-radio input:checked + .quiz-form-column{
    background: #990047;
    color: #FFFFFF;
}
.quiz-form-row  .quiz-input-email
{
    padding-left: 67px;
    background-image: url(../images/email-icon.svg) ;
    background-repeat: no-repeat;
    background-position: left 15px center;
}
.quiz-form-button button {
    cursor: pointer;
}
/*quiz page css end*/
/*thank you page css start */
.thankyou-page
{
    background: url(../images/thankyou-banner.png) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
.thank-questions {
    padding: 150px 0 140px;
}
.home-banner.thankyou-banner {
    background: transparent;
}
.thankyou-banner .button {
    background: #00000080;
    box-shadow: none;
        border-color: transparent;
}
/*thank you page css end*/
/*Result page css start*/
.result-page
{
    background: url(../images/resultpage.png) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
.result-logo
{
    padding: 15px;
    background: #fff;
}
.result-logo img{
    display: inline-block;
    vertical-align: top;
}
.verify-step-outer
{
    background: #960145;
}
.verify-step {
    width: 33.33%;
    text-align: center;
    padding: 9px;
    color: #fff;
    text-transform: uppercase;
    font-family: poppins;
    line-height: 24px;
    font-size: 16px;
    position: relative;
}
.verify-step span {
    display: inline-block;
    color: #960145;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px 0 0;
}
.verify-step:nth-child(2) {
    background: #e00275;
}

.verify-step::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-left: 20px solid #960145;
    border-bottom: 21px solid transparent;
    z-index: 1;
}
.verify-step:nth-child(2)::after 
{
     border-left-color:  #e00275;
}
.verify-step:nth-child(3)::after{
    display: none;
}
.result-banner-outer
{
    background:url(../images/result-banner.png) no-repeat center;
    background-size: cover;    
}
.result-banner {
    max-width: 340px;
    margin: auto;
    padding: 210px 0 20px;
}
.fontstrike {
    text-decoration-color: #990047;
    text-decoration-thickness: 13%;
}
.font29
{
    font-size: 29px;

}
.bgsmoky
{
    background: #F8E4D0;
}

.destiny-list {
    border: 1px solid #990047;
    background: url(../images/destiny-list.png) repeat;
    padding: 15px 0;
    margin: 0 0 25px;
}
.destiny-list li{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 15px 10px 60px;
    color: #990047;
    background: url(../images/destiny-list-icon.svg) no-repeat left 15px top 10px ;
}
.icon-listing li {
    margin: 15px 0;
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 700;
}
.width60
{
    width: 60%;
}
.width40
{
    width: 40%;
}
.resultcheckbox span {
    display: inline-block;
    border: 1px solid #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    vertical-align: top;
    margin: -3px 3px 0 0;
    position: relative;
}
.resultcheckbox  input {
    display: none;
}
.resultcheckbox {
    color: #FFFFFFB2;
    padding: 20px 0 20px;
}
.resultcheckbox label {
    cursor: pointer;
}
.resultcheckbox span::after {
    content: "✔";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 25px;
    line-height: 1;
    color: #ffff;
    padding: 0 3px 0;
    visibility: hidden;
}
.resultcheckbox  input:checked ~ span::after{
    visibility: visible;
}
.result-button
{
    font-size: 27px;
}
.polarity-row h4 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #990047;
    margin-bottom: 15px;
}
.polarity-row h4 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #990047;
    margin-bottom: 15px;
}
.polarity-row {
    border-top: 1px solid #ccc6bd;
    border-bottom: 1px solid #ccc6bd;
    margin-top: -1px;
    padding: 15px 0;
}
.polarity-row p:last-child {
    margin: 0;
}
.polarity-row h4 span {
    font-size: 61%;
}
.resultcheckbox.resultcheckbox2 {
    color: #000000B2;
}
.resultcheckbox.resultcheckbox2 span{
    border-color: #000000B2;
}
.resultcheckbox.resultcheckbox2 span::after {
    color: #000000B2;
}
.blackshadow
{
    box-shadow: 0px 4px 24px 0px #A0A0A070;
}
.resultfooter-button
{
    font-size: 22px;
}
/*Result page css end*/

/*odo 4 page css start*/
.oto4-page
{
    background: url(../images/oto4-page.png) no-repeat center;    
        background-attachment: fixed;
    background-size: 100%;
}
.home-banner.oto4-banner {
    background: url(../images/oto4-banner.png) no-repeat center;
    background-size: cover;
}
.oto4banner-inner h1 {
    font-family: PP Hatton;
    font-weight: 500;
    font-size: 37px;
    text-align: center;
}
.oto4banner-inner h1 span {
    font-size: 70px;
    line-height: 1.2;
    display: block;
}
.oto4banner-inner {
    padding: 90px 0 136px;
}
.emotion-right img {
    max-width: unset;
    margin: 0 0 0 -40px;
}

.bggradient4 {
    background-image: url(../images/bggradient4.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bluecolor
{
   color: #CFD4FF;
}
.firstname {
    text-transform: capitalize;
}
/*odo 4 page css end*/




/* Minimal styles for transitions + progress */
.steprow { display: none; opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease; position: absolute; width: 100%; left: 0; top: 0; }
.steprow.active { display: block; opacity: 1; transform: translateY(0); }

/* Progress bar */
.quiz-form-progressbar {
    background: #990047;
    border-radius: 20px;
    transition: width .35s ease;
    height: 100%;
}

.quiz-form-progresscount {
    text-align: center;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0,0,0,0.7);
    margin-bottom: 30px;
}
/* Make .next look clickable (optional) */


.quiz-form-progressbar-wraper {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px 0px #00000017 inset;
    height: 17px;
    border-radius: 20px;
    margin: 0 0 8px;
}
.quiz-form-back {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.quiz-form-back a {
    background: #FFFFFF;
    padding: 13px 43px;
    text-decoration: none;
    font-size: 22px;
    color: #000;
    border-radius: 50px;
    box-shadow: 0px 4px 24px 0px #00000014;
}
.quiz-form-back  a.next {
    background: #990047;
    color: #fff;
    box-shadow: 0px 4px 24px 0px #99004770;
}
.quiz-form-button {
    margin-bottom: 17px;
}
.thankyou-page .auto-container {
    background: transparent;
}


.quiz-modal .exitmodal-content {
    outline: none;
    background: #FFF8EC;
}
.quiz-modal .exitmodal-dialogue {
    padding: 20px;
}
.quiz-modal .exitmodal-close {
    right: -13px;
    top: -13px;
}
.quiz-modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000006E;
    display: none;
    left: 0;
}
.quiz-modal-form {
    min-height: 300px;
    position: relative;
}