@media only screen and (min-width: 240px) and (max-width: 767px) {

	html {
		font-size: 52%;
	}

	.container {
		max-width: 100%;
	}


	.only_desktop_view {
		display: none;
	}

	.only_mobile_view {
		display: block;
	}


	.button a,
	.button button {
		padding: 8px 25px;
	}

	.section {
		padding: 30px 0;
	}


	.logo {}

	.heading h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.heading h2 span {
		font-size: 48px;
		line-height: 60px;
	}

	.toggle_button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 20px;
		height: 18px;
		cursor: pointer;
		background: transparent;
		margin-left: 10px;
	}

	.toggle_button div {
		width: 100%;
		height: 1.5px;
		border-radius: 3px;
		background-color: var(--e-global-dark-color);
		position: relative;
		transition: all .25s ease 0s;
	}

	.toggle_button div:before,
	.toggle_button div:after {
		content: "";
		position: absolute;
		left: 0;
		width: inherit;
		height: inherit;
		background-color: var(--e-global-dark-color);
		border-radius: 3px;
		transition: all .25s ease 0s;
	}

	.toggle_button div:before {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	.toggle_button div:after {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}

	.close_toggle {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 0;
		float: right;
		padding-right: 0;
		margin: 0 0 0 auto;
	}

	.close_toggle .toggle_button div {
		background-color: var(--e-global-color-white);
	}

	.close_toggle .toggle_button div:before,
	.close_toggle .toggle_button div:after {
		background-color: var(--e-global-color-white);
	}

	.toggle_button.active div {
		background-color: initial;
	}

	.toggle_button.active div:before {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}

	.toggle_button.active div:after {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}

	.mobile_version_menu_inside {
		display: flex;
	}

	.menu {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		top: 0;
		left: -100vw;
		background-color: var(--e-global-color-white);
		overflow: hidden;
		padding: 1rem;
		-webkit-transition: left .6s cubic-bezier(.6, .1, .68, .53);
		transition: left .6s cubic-bezier(.6, .1, .68, .53);
	}

	.menu.menu_open {
		left: 0;
	}

	#menu_background_overlay {
		display: block;
		position: fixed;
		z-index: 14;
		top: 0;
		left: -110vw;
		height: 100%;
		width: 100%;
		background-color: rgba(51, 51, 51, .5);
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		opacity: 1;
		visibility: visible;
	}

	#menu_background_overlay.menu_overlay_active {
		left: 0;
	}

	.mobile_view {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 2rem;
	}

	.mobile_view_logo {
		max-width: 17rem;
	}

	.menu>ul {
		width: 100%;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
	}

	.menu>ul li {
		width: 100%;
		padding: 1rem 2rem;
	}

	.menu>ul li a {
		width: auto;
		display: inline-block;
		padding: 0;
	}

	.menu>ul li>a:hover {
		background: transparent;
		color: #E00544;
	}

	.menu>ul li a span {
		position: relative;
	}

	.menu>ul li.child_menu a span {
		padding-right: 6rem;
	}

	.menu>ul li.child_menu .child_menu_panel {
		position: relative;
		display: none;
	}

	.menu>ul li.child_menu:hover .child_menu_panel {
		display: block;
	}

	.mega_menu {
		max-width: 100%;
		min-width: 100%;
		right: 0;
		height: 78vh;
		overflow-y: auto;
	}

	.mega_menu .mega_menu_part_top {
		border-top: solid 0.1rem #DFDFDF;
	}

	.menu ul li.child_menu .child_menu_panel li,
	.menu ul li.child_menu .mega_menu .mega_menu_part .mega_menu_part_list ul li {
		font-size: 1.3rem;
		line-height: 1.6rem;
		padding: .3rem 0;
	}

	.menu .social ul li a {
		background-color: #E00544;
		color: var(--e-global-color-white);
	}


	.before_login_side_image {
		display: none;
	}

	.before_login_box {
		padding: 30px 30px;
	}

	.before_login_box_heading h2 {
		font-size: 24px;
		line-height: 35px;
	}

	.before_login_form form .form-group .form_field {
		height: 55px;
	}

	.before_login_form form .form-group .form_field .form-control {
		padding: 10px 15px;
	}


	.dashboard_rightbar_body {
		padding: 10px 15px;
	}

	.dashboard_rightbar_top {
		padding: 10px 15px;
		flex-wrap: wrap;
	}

	.dashboard_rightbar_top h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.dashboard_rightbar_top .search_bar_box {
		width: 100%;
	}

	.dashboard_rightbar_top .search_bar_wrap input {
		width: 90%;
	}

	.dashboard_rightbar_main_top {
		flex-wrap: wrap;
	}

	.dashboard_rightbar_main_top .button {
		margin-top: 15px;
	}

	.dashboard_rightbar_main_top .button a {
		padding: 10px 15px;
		font-size: 14px;
	}

	.dashboard_rightbar_main {
		padding: 15px;
	}


	.dashboard_sidebar {
		width: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 99999;
	}

	.sidebar_show {
		left: 0;
	}

	.dashboard_sidebar_top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 15px;
	}

	.dashboard_logo {
		padding: 15px;
	}

	.sidebar_menu {
		padding: 10px 15px;
	}


	.dashboard_rightbar {
		width: 100%;
	}

	.dashboard_rightbar_header {
		padding: 10px 15px;
	}

	.dashboard_header_left h2 {
		font-size: 22px;
	}

	.user_details_part .user_name span {
		display: none;
	}


	.datepicker_bar form {
		flex-wrap: wrap;
	}

	.datepicker_bar form .search_button {
		margin-left: 0;
		margin-top: 15px;
	}





	.all_profile_image_under_sec {
		padding: 20px 10px;
	}

	.all_profile_image_under_sec_top {
		flex-wrap: wrap;
	}

	.all_profile_image_under_right {
		padding: 0;
	}

	.profile_tab_heading ul li {
		padding: 0 6px;
	}

	.profile_details_part {
		max-width: 33.33%;
	}

	.profile_details_part h4 {
		font-size: 22px;
	}

	.profile_details_part span {
		font-size: 13px;
	}

	.profile_details_part:first-child {
		padding-left: 0;
	}

	.profile_details_part:last-child {
		padding-right: 0;
	}

	.profile_image_wrap {
		width: 120px;
		height: 120px;
		border: solid 5px var(--e-global-color-white);
	}

	.online {
		bottom: 0;
	}

	.profile_page_wrap {
		padding: 15px;
	}

	.post_tab_top {
		flex-wrap: wrap;
	}

	.post_tab_top_left {
		width: 100%;
	}

	.post_tab_top_left .search_bar_wrap {
		width: 100%;
	}

	.post_tab_top_right {
		width: 100%;
		padding-top: 15px;
		justify-content: center;
	}

	.post_upload_box_top_right {
		width: 100%;
		padding-top: 10px;
	}

	.post_upload_box {
		padding: 15px;
	}

	.post_upload_box_top {
		flex-wrap: wrap;
	}





}



@media only screen and (min-width: 240px) and (max-width: 1023px) {

	.dashboard_table {}

	.dashboard_table table thead {
		display: none;
	}

	.dashboard_table table tbody tr {
		display: block;
		border: solid 1px rgba(0, 0, 0, 0.1);
		padding: 13px 0;
		margin-bottom: 15px;
		border-radius: 10px;
		background-color: var(--e-global-color-white);
	}

	.dashboard_table table>tbody>tr>td {
		display: flex;
		text-align: left !important;
		border: none;
		max-width: unset !important;
		width: unset !important;
		min-width: unset !important;
		padding: 10px 15px;
		font-size: 15px;
	}

	.dashboard_table table>tbody>tr>td:before {
		content: attr(data-th) ":";
		color: var(--e-global-dark-color);
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		margin: 0;
		display: inline-block;
		width: 100px;
		white-space: pre-wrap;
		overflow-wrap: break-word;
		word-wrap: break-word;
		word-break: break-word;
		padding-right: 10px;
		flex: 0 0 auto;
	}


}





@media only screen and (min-width: 767px) and (max-width: 1260px) {


	html {
		font-size: 55%;
	}

	.dashboard_rightbar_body {
		padding: 15px;
	}


	.dashboard_sidebar {
		width: 200px;
	}

	.hide_sidebar {
		width: 80px;
	}

	.sidebar_menu {
		padding: 20px 15px;
	}

	.sidebar_menu ul li {
		font-size: 14px;
	}

	.sidebar_menu ul li a {
		padding: 15px 15px;
	}


	.dashboard_rightbar {
		width: calc(100% - 200px);
	}

	.full_dashboard {
		width: calc(100% - 80px);
	}

	.dashboard_rightbar_top,
	.dashboard_rightbar_main {
		padding: 15px;
	}

	.dashboard_rightbar_main_top .button a {
		padding: 10px 15px;
		font-size: 14px;
	}


	.all_profile_image_under_sec {
		padding: 20px;
	}

	.profile_image_wrap {
		width: 130px;
		height: 130px;
		border: solid 6px var(--e-global-color-white);
	}



}


@media only screen and (min-width: 768px) {

	.hamburger_menu,
	.hamburger_close {
		display: none;
	}

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.before_login_box {
		padding: 30px 30px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1023px) {}

@media only screen and (min-width: 1023px) and (max-width: 1190px) {

	.before_login_box {
		padding: 30px 40px;
	}


}

@media only screen and (min-width: 1191px) and (max-width: 1300px) {}


@media only screen and (min-width: 1601px) and (max-width: 1800px) {

	html {
		font-size: 85%;
	}

}



@media only screen and (min-width: 1801px) and (max-width: 2000px) {}



@media only screen and (min-width: 2001px) and (max-width: 2500px) {}



@media only screen and (min-width: 2501px) and (max-width: 2800px) {

	html {
		font-size: 128%;
	}


}


@media only screen and (min-width: 2801px) and (max-width: 3500px) {}


@media only screen and (min-width: 3501px) and (max-width: 4000px) {}


@media only screen and (min-width: 4001px) and (max-width: 4500px) {

	html {
		font-size: 200%;
	}


}


@media only screen and (min-width: 4501px) and (max-width: 5000px) {}


@media only screen and (min-width: 5001px) {}


/* start: max media query */
@media (max-width: 767px) {
	.agent-profile-card {
		column-gap: 12px;
		padding: 10px 10px;
	}

	.agent-profile-card .image-container {
		width: 85px;
		height: 85px;
	}

	.agent-profile-card .text-container h2 {
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 4px;
	}

	.agent-profile-card .text-container .p-divider-list {
		flex-direction: column;
		row-gap: 2px;
	}

	.agent-profile-card .text-container .p-divider-list p {
		font-size: 14px;
	}

	.agent-profile-card .text-container .p-divider-list p:not(:last-child)::after {
		display: none;
	}

	.dashboard_table {
		margin-top: 16px;
	}
}

/* end: max media query */