html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #333;
    font-size:16px;
    background-image: url("../images/bg.jpg"), url("../images/bg-small.jpg");
    background-repeat: no-repeat;
  
    background-position: center center
}
*{box-sizing: border-box}


.mm-logo{
    max-width: 350px;
    width: 100%;
    margin: 10px auto 10px auto
}
.mm-logo-inner{
    width: 100%;
    position: relative;
    padding-bottom: 13.166666666666666% ;
    display: block;
    cursor: pointer
}
.multiple-choice-question-block-outer{
    max-width:700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1
}
.multiple-choice-question-block {
    background-color: #fff;
    padding: 20px 15px 15px 15px;
    border-bottom: none;
    max-width:700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-radius: 26px 26px 26px 26px;

    border: 5px solid #4f09ba
}


.confetti{
    position:fixed;
    width:10px;
    height:14px;
    pointer-events:none;
    z-index:9999;
}

@keyframes waveBorder{
    from{
        background-position:0 0;
    }
    to{
        background-position:400% 0;
    }
}
.graphics-block{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    pointer-events: none;

}
.chenda{
    max-width: 60px;
    width: 100%;
    position: absolute;
    left: -10px;
    bottom: -20px;  
	display: none
}
.chenda-inner{
    width: 100%;
    position: relative;
    padding-bottom: 177.6315789473684% 
}
.thabala{
    max-width: 80px;
    width: 100%;
    position: absolute;
    right: -10px;
    bottom: -20px; 
	display: none
}
.thabala-inner{
    width: 100%;
    position: relative;
    padding-bottom: 119.56521739130434% 
}
.graphics-img-outer{
    max-width: 50px;
    width: 100%;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: self-end;
    display: none
}
.graphics-img-inner{
    width: 100%;
    position: relative;
    padding-bottom: 420% 
}

.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast;
}
.cmp-multiple-choice {
    width: 100%;
}
.cmp-multiple-choice__counter {
    width: fit-content;
    color: var(--banner-color4);
    line-height: 1;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #333399;
}
.main-title{
    max-width: 450px;
    width: 100%;
    margin: 0 auto
}
.main-title-inner{
    width: 100%;
    position: relative;
    padding-bottom: 37.56038647342996% 
}
.cmp-multiple-choice__counter-current {
    color: var(--white-color);
    font-weight: 700;
}
.cmp-multiple-choice__question {
    font-size: 1.5rem;
    color: var(--title-color);
    margin-bottom: 10px;
    font-family: EGGIndulekhaUni, "Poppins", sans-serif;
    margin: 0 0 10px 0;
    font-weight: normal;
}
.cmp-multiple-choice .cmp-story-figure {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}
figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.cmp-story-figure__image {
    position: relative;
    background-color: var(--cardBox-color);
    min-height: 50px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.cmp-story-figure__image img {
    display: block;
}
.cmp-multiple-choice__option-block{
    width: 100%;display: flex;
    flex-wrap: wrap;

}
.cmp-multiple-choice__answer {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 8px;
    display: block;
    padding: 18px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1;
    font-family: PanchariUni, arial, sans-serif;
    font-size: 20px;
    color:#000;
    background-color:#f9f9f9;
    padding: 10px 10px 10px 35px;
    position: relative;
    cursor: pointer;
}
.cmp-multiple-choice__answer:hover{
    background-color: #333994;
    color: #fff;
}
.cmp-multiple-choice__answer:hover.cmp-multiple-choice__answer:before {
    border: 2px solid #fff;
}
.cmp-multiple-choice__answer:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 0px;
    border: 2px solid #000;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    line-height: 15px;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
}
.cmp-multiple-choice__answer {
    text-align: left;
    line-height: 1;
    font-family: PanchariUni, arial, sans-serif;
    font-size: 22px;
    color: var(--title-color);
}
.mm-btn {
    padding: 10px 25px;
    font-size: 13px;
    text-transform: uppercase;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius:8px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    font-weight:700;
    border: 0;
    outline: 0;
    font-family: "Montserrat", sans-serif;
    background-color: #200260;
    color: #fff;
}
.mm-btn:hover{
    background-color: #333994;
    color: #fff;
}
a{
    color: #333994;
    cursor: pointer;
    text-decoration: none
}
.mm-btn span {
    position: relative;
    z-index: 1;
}
.btn-disabled{
    opacity: 0.2;
    pointer-events: none;
}
.cmp-multiple-choice__answer.wrong-answer{
    background-color: #e27676;
    color: #fff;
}
.wrong-answer.cmp-multiple-choice__answer:before{
    background-image: url("../images/wrong.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center center;
    border: 0 !important;

}
.cmp-multiple-choice__answer.correct-answer{
    background-color: #95c198;
    color: #fff;
}
.correct-answer.cmp-multiple-choice__answer:before {
    background-image: url("../images/tick.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center center;
    border: 0 !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.full {
    left:0px;
    top:0px;
    width : 100%;
    height : 100%;
}
.audioWrapper-outer{
    margin-bottom: 10px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrapper-outer-wrap{
    width: 100%;
    padding: 10px;
    background-color: #000;
    margin-bottom: 10px;
    border-radius: 10px;
}
.videoWrapper-outer{
    max-width:350px;
    width: 100%;
    margin: 0 auto 0 auto
}

.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast;
}
.copyright{
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    text-align: center
}
.cmp-multiple-choice__points{
   font-size: 20px;
    font-weight: 700;
    color: green;
    margin-bottom: 10px;
}
.whatis-plan{
    color: #333994;
    font-weight: 600;
    font-size:18px;
}
.cmp-multiple-choice__result{
    text-align: center;
}
.arrow{
    position: relative;
  z-index: 1;
  font-weight: 500;
  margin-left:2px;
}
.music-day{
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color:#c902e5;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
}
.play-music{
    background-color: red !important;
  color: #fff !important;
}
.main-title{
    font-size: 34px;
    color: #c50d07;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;  
    margin-bottom: 15px;
}
.desc{
    font-size:20px;
    font-family: "Arima", system-ui;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
@keyframes swing{
    from{
        transform:translateZ(0) rotate(-5deg);
    }
    to{
        transform:translateZ(0) rotate(5deg);
    }
}
@keyframes swing-2{
    from{
        transform:translateZ(0) rotate(5deg);
    }
    to{
        transform:translateZ(0) rotate(-5deg);
    }
}
.quitar{
        animation:swing 5s cubic-bezier(.445,.05,.55,.95) infinite alternate;
}
.vioilin{
        animation:swing-2 5s cubic-bezier(.445,.05,.55,.95) infinite alternate;
}
/* .........................  Social media style  .........................*/
.shareboxwrp{
    display:none;
    float:left;
    width:100%;
}
.shareboxwrpin {

    margin: 0 auto;
    display: table;
    width: 40px;

}
.social-media-main {
    width: 50px;
    height: 240px;
    float: left;
    position: fixed;
    bottom: 20px;
    z-index: 1005;
    right: 10px;
    padding-top: 60px;
    z-index: 99
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 50px;
    height:50px;
    line-height:50px;
    background-size:60% auto;
    background-image:url(../images/share.svg);
    background-repeat:no-repeat;
    background-position:center center;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 3px 0;
    color: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    float:left;
    position:absolute;
    top:100px;
    left:0;
    cursor:pointer;
    -moz-transition:all .2s linear .0s;
    -webkit-transition:all .2s linear .0s;
    transition:all .2s linear .0s;
}
.shretle.open {
    top:0;
    background-image:url(../images/close.svg);

}
.social-media-ins {
    width: 100%;
    height: 180px;
    float: left;
    margin: 0px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 40px;
    height: 40px;
    float: left;
    margin-bottom:2px;
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size:50px auto;
    background-repeat: no-repeat;
    /*
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
    */
    margin-right: 5px;
    /*
    
    margin-bottom: 5px;
    */
}
.tw-clr {

    border-radius: 50px;
    background-position: -4px -107px;
    background-color: #000;
}
.gl-clr {

    border-radius: 50px;
    background-position: -4px -56px;
    background-color: #000;
}
.wt-clr {

    border-radius: 50px;
    background-position: -4px -159px;
    background-color: #000;
}
.fb-clr {

    border-radius: 50px;
    background-color: #000;
    background-position: -6px -5px;
}
/* .........................  /Social media style  .........................*/
@media (min-width: 768px) {
    .mm-logo{
        margin: 40px auto 10px auto;
    }
    .desc{
        font-size: 28px;
    }
    .graphics-img-outer{
        display: flex;
    }
	.chenda, .thabala{
		display: flex
	}
	.multiple-choice-question-block {
    background-color: #fff;
    padding: 20px 15px 50px 15px;

    border-radius: 26px 26px 0px 0px;

}
	
}