.dentalDefender, .dentalDefender p {
    font-family: "Arial Rounded MT Bold", "Nunito", sans-serif;
}
.introVideo {
    max-width: 100%;
    margin: 0 auto;
}
.introCopy {
    position: absolute;
    bottom: 28px; 
    text-align: center; 
    width: 50%; 
    left: 24%;
}
@media (max-width:767px) {
   .introCopy {
        width: 90%; 
        left: 5%;
    } 
}

.hidden, .hidden h2 {
    font-size: 0px !important;
}
.hidden button {
	background-color: transparent !important;
	border-color: transparent !important;
	font-size: 0px !important;
}
.dentalDefender .btn {
    padding: 0px 20px;
    border: 2px solid white;
    background: white;
    color: #000;
    margin: 5px;
}
.dentalDefender .btn:hover {
    padding: 0px 20px;
    border: 2px solid black;
    background: transparent;
    color: #000;
    text-decoration: none;
    margin: 5px;
}
.hide {
    visibility: hidden;
    display: none !important;
    opacity: 0;
    overflow: hidden;
}
.bathroom {
    position: relative;
	max-width: 1134px;
	overflow: hidden;
}
.clock {
    position: absolute;
    width: 287.458px;
    max-width: 25%;
    left: 20px;
    top: 38px;
}
.question {
    position: absolute;
    width: 370.659px;
    max-width: 35%;
    top: 81px;
    right: 33px;
}
.clock p {
    background: url(../images/Clock.png);
    background-size: contain;
    position: absolute;
    top: 60px;
    left: 30px;
    font-family: "Electrolize", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    display: inline-flex;
    padding: 40px;
    width: 100%;
    background-repeat: no-repeat;
}

.clock span {
    font-family: "Electrolize", sans-serif;
    width: 25%;
}
#seperator {
    width: 20px;
}

#greatJob {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.correctMessage p {
    color: #2CB2C5;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    transform: translate(0px, -10px);
    margin-bottom: 25px;
}
.correctMessage.hidden {
    height: 0px;
    overflow: hidden;
    visibility: none;
}

.greatJob.hide {
    opacity: 0;
}

.question .content {
    position: absolute;
    background: url(../images/Question.png);
    background-size: 100% 100%;
    padding: 30px;
    width: calc(100% - 60px);
}

.question .questionTitle {
    display: table;
    width: 100%;
    min-height: 100px;
    margin-bottom: 25px;
}

#plus10 {
    opacity: 0;
    position: absolute;
    width: 180px;
    top: 30%;
    left: 16%;
    transition: all .5s ease-in-out;
}
.count#plus10 {
    opacity: 1;
    position: absolute;
    width: 180px;
    top: 30%;
    left: 16%;
    transition: all .5s ease-in-out;
}

.question h2 {
    display: table-cell;
    vertical-align: middle;
    color: #002F32;
    text-align: center;
    font-family: "Arial Rounded MT Bold", "Nunito", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; 
    text-transform: lowercase;
}
.question h2:first-letter {
    text-transform: uppercase;
}

.question .content button {
    border-radius: 23px;
    border: 2px solid;
    outline: none;
    width: 100%;
    margin-bottom: 5px;
    color: #000;
    text-align: center;
    font-family: "Arial Rounded MT Bold", "Nunito", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.382px;
    padding: 5px;
    text-transform: lowercase;
}

.question .content button:first-letter {
    text-transform: uppercase;
}

/* .question .content button:first-of-type {
    background: #2CB2C5;
    border-color: #2CB2C5;
} */
.question .content button:first-of-type {
    background: #90B9FF;
    border-color: #90B9FF;
}
.question .content button:nth-of-type(2) {
    background: #FFBC00;
    border-color: #FFBC00;
}
.question .content button:nth-of-type(3) {
    background: #C4D746;
    border-color: #C4D746;
}

.question .content button.clicked {
    background-color: #EDEBE7;
    border-color: #EDEBE7;
    color: #B9B9BA;
    pointer-events: none;
}

.question .content button.wrong.active {
    background-color: #EA5353;
    border-color: #EA5353;
    color: #000;
}

.question .content button.right.active {
    background-color: transparent;
    border-color: #3EFFC0;
    color: #000;
}

.question .content button.nextQuestion.clicked:not(.wrong) {
    border-color: #2CB2C5;
    background-color: #2CB2C5;
    pointer-events: all;
    color: #000000;
}

.question .content button.answer.right.clicked {
    border-color: #3EFFC0;
    background: white !important;
    color: #000000 !important;
}

#lottie {
    position: absolute;
    top: 0px;
	z-index: 9;
}

.playAgain {
    position: absolute;
    bottom: 10%;
    right: 16%;
	z-index: 16;
}

.playAgain .btn {
    background: #FFBC00;
    border-color: #FFBC00;
}

.back {
    position: absolute;
    left: 10px;
    bottom: 15px;
}

#smile.hide {
	opacity: 0;
	position: absolute; top: 0; z-index: 0;
}
#smile:not(.hide) {
	opacity: 1;
	position: absolute; top: 0; z-index: 0;
}

@media (max-width:767px) {
    .dentalDefender {
        background-color: #67A0F1;
    }

    #mainVideo {
        max-width: 115%;
    }

    .bathroom {
        background: #D7E9FF;
        overflow: hidden;
    }

    .clock {
        background-color: #FEEAEE;
        max-width: 100%;
        position: relative;
        display: block;
        text-align: center;
        padding: 15px;
        width: 100%;
        left: 0;
        top: 0;
    }

    .question {
        width: 100%;
        top: 0px;
        left: 30px;
        position: relative;
        max-width: 100%;
		min-height: 400px;
        right: 0px;
    }

    .question .content {
        position: relative;
    }

    .clock p {
        position: relative;
        background-size: 100% 99%;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 25px;
        top: 0;
        left: 0;
        width: auto;
        min-width: 20%;
        margin-bottom: 0px;
    }
    .back {
        position: relative;
        left: 10px;
        bottom: 0px;
        margin: 10px;
        margin-top: 10px;
        width: 30px;
    }
    .greatJob #lottie {
        position: absolute;
        right: 0px;
        width: 200% !important;
        top: 159px;
    }
    .playAgain {
        right: 38%;
    }
}