.tqb-question-wrapper {
	font-family: 'poppins' !important;	
}
.tqb-question-text {
	font-weight: var(--g-regular-weight, normal) !important;
    color: rgb(126, 125, 125) !important;
    font-size: 35px !important;
    --tcb-applied-color: rgb(126, 125, 125) !important;
    --tve-applied-color: rgb(126, 125, 125) !important;    
    font-family: 'poppins' !important;
    line-height: 1.25em !important;
}
.tqb-answer-text {
	font-family: 'poppins' !important;	
	color: rgb(126, 125, 125) !important;	
}
.tqb-answer-inner-wrapper {
	border-radius: 0px !important;
}
.tqb-answer-inner-wrapper:hover {
    background-color: rgb(84, 198, 198) !important;
    --tve-applied-background-image: none !important;
    --tve-applied-background-color: rgb(84, 198, 198) !important;
    border-radius: 0px !important;
    border: 1px solid rgb(84, 198, 198) !important;
}

.tqb-answer-inner-wrapper:hover .tqb-answer-text {
    color: #fff !important;
}

.below-reminderform-content {
    z-index: unset !important;
}

.tve_lg_dropdown[data-style="style-2"] .tve-lg-dropdown-list, .tcb-form-dropdown[data-style="style-2"] .tve-lg-dropdown-list, .tve-dynamic-dropdown[data-style="style-2"] .tve-lg-dropdown-list {
    margin-top: 0 !important;
    border-radius: 10px;
    border: 1px solid rgb(59 133 253);
    background-color: #fff !important;
}

@media(max-width:768px) {
    .bottom_book_image , [data-css="tve-u-16515ac1bf5"] {
        width: 80% !important;
        height: auto !important;
    }
}
@media(max-width:640px) {
    .bottom_book_image , [data-css="tve-u-16515ac1bf5"] {
        width: 100% !important;
        height: auto !important;
    }
}