/*--Responsive CSS--*/

@media screen and (max-width: 1024px) {
.menu-header-container {
	display: none;
}
.desktopmenu {
	display: flex;
}
/* .menuarea .menu li {
	margin: 0 0 0 15px;
} */
.loginsignup {
	margin: 0;
}
.loginsignup .signupbtn a {
	padding: 2px 15px;
}
.loginsignup .loginbtn a {
	padding: 2px 15px;
}
.settings_form .row .col-3 {
	width: 50%;
}
.modal-content {
	width: 75%;
}
.modal-dialog-centered {
	justify-content: center;
}
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
	width: 85%;
}
.swal2-popup.swal2-modal.swal2-show {
	width: 85%;
}
.logo {
	float: left;
	width: 190px;
}
.signuparea_inner {
	min-width: 0;
}
.card.shadow-sm.mt-3.mb-3.minheightdashbrd {
	min-height: 190px;
}
.userpage_content .col-3 {
	width: 50%;
}
.col-4 {
	width: 50%;
}
.wq_questionTextCtr h4 {
	font-size: 18px !important;
}
.childprofile {
	height: 160px;
}
.childprofile img {
	height: 140px;
}
.addchildprofile {
	height: 150px;
	line-height: 150px;
}
.usermenu {
	margin: 0 5px 0 0;
}
.subscription_details .subdetrow {
	padding: 10px 10px;
	font-size: 13px;
}

.header {
	align-content: center;
}
.table tbody td {
	white-space: nowrap;
}
.card-body .userpage_title h2 {
	font-size: 19px;
}
.question_count.d-flex {
	font-size: 16px;
	line-height: 26px;
}
.count_timer_wrapper {
	align-items: center;
}
.timer-section-in {
	padding: 0;
	flex-direction: column;
}
.question_count.d-flex {
	height: 35px;
}
.title_timer {
	font-size: 16px;
	margin: 0;
}

}
