
				.hidden-on-mobile{
					display: none !important;
				}
				.modal-body{
					padding-botttom: 70px !important;
				}
				.hidden-on-mobile{
					display: none !important;
				}
				.lead-stats-icons-holder {
					margin: 10px 0px 10px 0px !important;
					padding: 20px 10px !important;
				}
				.lead-stats-icons-holder .icon-holder img {
					padding-left: 0.25rem !important;
					padding-right: 0.52rem !important;
				}
				.kt-content.kt-grid__item.kt-grid__item--fluid.kt-grid.kt-grid--hor.mt-5.pt-2{
					margin-top: 0px !important;
				}
				.solid-new-profile-card h3 {
					padding: 0px 20px 0px 0px;
				}
				.custom-padding {
					padding-top: 10px !important;
					padding-left: 5px !important;
				}
				
				@media (max-width: 1024px)
				{
					.kt-header-mobile{
						background: linear-gradient(to right, #760e24 , black) !important;
					}
					.kt-header-mobile--fixed .kt-header-mobile {
						border-radius: 0px 0px 20px 20px;
					}
					::-webkit-scrollbar-thumb {
						background: #282a3c;
					}
					::-webkit-scrollbar-thumb:hover {
						background: #282a3c;
					}
					.kt-header__topbar {
						margin-bottom: -50px;
						bottom: 89px;
					}
					.kt-header__topbar--mobile-on .kt-header .kt-header__topbar {
						box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
						border-top: 1px solid #ebedf2;
						bottom: 139px;
					}
				}

				.mobile-grids img, .mobile-grids svg {
					position: absolute;
					top: calc(50% - 136px);
					left: 50%;
					transform: translate(-50%,-50%);
					width: 520px;
					display: none;
				}
				.mobile-grids svg {
					top: 50%;
					border: 1px solid red;
					width: 400px;
					height: 400px;
				}
				.mobile-grids.grids {
					position: fixed;
					bottom: 0px;
					left: 50%;
					transform: translate(-50%);
					width: 100%;
					max-width: 400px;
					max-height: calc(50% - 50px);
					border-radius: 0px 0px 25px 25px;
					overflow: hidden;
					z-index: 9999999999999999999999999;
				}
				.mobile-grids .grid4 {
					position: relative;
					display: grid;
					grid-gap: 0px;
					grid-template-columns: repeat(4, 1fr);
					color: rgb(42, 42, 62);
				}
				.mobile-grids .grid4 > a {
					height: 90px;
					font-family: 'Roboto', sans-serif;
					position: relative;
					overflow: hidden;
					cursor: pointer;
					border: none;
					transition: 500ms;
					color: rgb(42, 42, 62);
					background: #f9f9f9;
				}
				.mobile-grids .grid4 > a:hover {
					background: #f5f5f5;
				}
				.mobile-grids .grid4 > a > .btnTitle {
					font-weight: bold;
					position: absolute;
					top: 80%;
					left: 50%;
					transform: translate(-50%,-100%);
					transition: 500ms;
				}
				.mobile-grids .grid4 > a > .fa {
					font-weight: bold;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%,-120%);
					transition: 500ms;
				}
				.mobile-grids .grid4 > a > .topDiag {
					position: absolute;
					top: -20%;
					left: 0%;
					z-index: 2;
					transform: rotate(15deg);
					height: 50%;
					width: 100%;
					background: inherit;
				}
				.mobile-grids .grid4 > a > .btmDiag {
					position: absolute;
					top: 70%;
					left: 0%;
					z-index: 2;
					transform: rotate(15deg);
					height: 50%;
					width: 100%;
					background: transparent;
					/*  border: 2px solid hotpink; */
					transition: 500ms;
				}
				.mobile-grids .grid4 > a > .selected {
					position: absolute;
					/*  z-index: 2; */
					top: 70%;
					left: 50%;
					transform: translate(-50%);
					height: 0px;
					width: 0px;
					border-radius: 50%;
					background: rgb(42, 42, 62);
					transition: 500ms;
				}
				.mobile-grids .grid4 > a:hover > .topDiag {
					background-color: inherit;
					color: inherit;
				}
				.mobile-grids .grid4 > a:hover > .btmDiag {
					background-color: inherit;
					color: inherit;
				}
				.kt-grid.kt-grid--hor:not(.kt-grid--desktop):not(.kt-grid--desktop-and-tablet):not(.kt-grid--tablet):not(.kt-grid--tablet-and-mobile):not(.kt-grid--mobile).kt-grid--root{
					padding-bottom: 50px !important;
				}
				.modal{
					padding-bottom: 150px !important;
				}