.main .right-section .mobile-header {
    display: none;
}
.mobile-bg{
    display: none;
}
.adminupdateFrm label{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.mobile-qr-item{
    display: none;
}
.flix-message {
    position: relative;
    width: initial;
    z-index: 999;
    top: 0;
    right: 0;
    padding: 5px 10px;
}
.flix-message p {
    margin: 0;
    gap: 20px;
}

@media(max-width:1650px){
.bg-purple.md\:mt-0.sm\:mt-0 {
	background-image: url(../images/new_section.png);
	background-repeat: repeat;
	background-size: 125%;
	padding: 15px 0;
	background-position: center center;
}
}

@media(max-width:1450px){
.bg-purple.md\:mt-0.sm\:mt-0 {
	background-image: url(../images/new_section.png);
	background-repeat: repeat;
	background-size: 145%;
	padding: 15px 0;
	background-position: center center;
}
}

@media(max-width:1024px){

}

@media(max-width:768px){
	.planitem-list{
	margin-top:10px;
}

.bespoke-circle {

    top: -36px;
    padding: 9px 8px;
    transform: translate(-50%, -20px);
    left: 50%;
}	
.bespoke-item{
	padding: 50px 20px 20px 20px;
	margin:100px auto 30px;
}
.price-box.yes {
    margin-top: 45px;
}	
.price-box.no {
    margin-top: 45px;
}	
.admin-dashboard .btn.btn-primary {
    padding: 11px 15px;
    gap: 7px;
}
.mobile-qr-item{
    display: block;
}
.desktop-qr-item{
    display: none;
}
.search-list-item-mob {
    margin-bottom: 20px;
}
.pagination {
    margin-bottom: 20px;
    margin-top: 20px;
}
/*.page-header {
    flex-wrap: wrap;
}*/
.m-hide-text {
	display: none;
}
/*.page-header .heading-text {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 15px;
}
.page-header .heading-button {
    flex: 0 0 100%;
    justify-content: center;
}*/
.page-header .heading-text h2 {
	font-size: 15px;
}
.page-header .heading-button span {
	font-size: 12px;
}
.page-header .heading-button .btn.btn-primary img {
	width: inherit;
	max-height: 17px;
}
.page-header .heading-button .btn.btn-primary {
	padding: 8px 10px;
}
.page-header .heading-button .btn.btn-primary svg {
	max-width: 100%;
	height: initial;
}
.main .right-section .mobile-header {
	text-align: center;
	padding: 24px 24px 15px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	border-bottom: 1px solid #1316241a;
}
.mobile-header .m-head-logo img {
	max-width: 105px;
}
.main .right-section .mobile--iccon {
    cursor: pointer;
    color: #000;
}
.main .right-section .mobile--iccon span {
    width: 23px;
    height: 2px;
    background: #6a72b4;
    display: block;
    margin: 6px 0;
}
.mobile-bg.open {
    position: fixed;
    z-index: 9;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.7);
    cursor: pointer;
    display: block;
}
.main  .left-section.open{
    left:0%;
}
.main .left-section {
    width: 315px;
    overflow: hidden;
    flex: 0;
    left: -100%;
    max-width: 315px;
    z-index: 9999;
    position: fixed;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
}
.main .right-section {
    position: relative;
    flex: 100%;
    max-width: 100%;
}
.main .right-section  .dashboard{
    padding: 0px 12px 15px 12px;
}
.dashboard .my-account .p-12{
    padding: 1.5rem;
}





/****************************************/

.folder-bx img {
    max-width: 40px;
}
#filterform .form-group {
    margin-bottom: 20px;
}
.qr-name {
    flex: inherit;
    max-width: inherit;
    padding-right: 30px;
    flex-grow: 1;
}
.s-date {
    font-size: 14px;
}
.s-date img {
    max-width: 14px;
}
.qr-img {
    flex: 0 0 75px;
    max-width: 75px;
}
.search-details {
    gap: 10px;
    padding: 0;
}
.qr-img img {
    max-width: 70px;
}
.search-list-item-mob {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}
.qr-links {
    flex: 0 0 78%;
    max-width: 78%;
    padding-right: 20px;
}
.list-buttons > .btn.btn-primary {
    height: 35px;
    padding: 10px 10px;
    max-width: 47px;
}
.dropdown-menu li {
    border-top: 1px solid #ddd;
}
.dropdown-menu {
    border: 1px solid #ddd;
}
.template-box {
    max-width: 50%;
}
.template-box > span h4 {
    font-size: 13px;
    padding: 14px 12px;
}
.pauseicon {
	position: absolute;
	left: -17px;
	top: -18px;
	background: #fff;
	border-radius: 100%;
	padding: 0;
	font-size: 12px;
}

.my-account > div > .p-12:last-child {
    margin-bottom: 60px !important;
}
/*.preview-image {
    display: none;
}*/
.main .right-section .mobile-header + .dashboard {
    padding: 15px 12px 80px;
    border-radius: 0;
}
.page-header {
	margin-bottom: 20px;
}
.m-head-logo img {
    max-width: 110px;
}
.modal-title {
    font-size: 17px;
}
.delete-msg p, .delete-msg p span {
    font-size: 18px;
}
.preview-image img {
	width: 100%;
}
.accordion-bg-white .accordion-body {
	padding: 15px 15px;
	margin: 0;
	min-height: 100px;
}
.white-bx {
    padding: 30px 20px;
}
.custom-radio-list span.custom-radio {
    cursor: pointer;
    max-width: 20%;
    margin-bottom: 20px;
}
.form-group.col-md-6.mt35 {
    margin: 0;
}
.accordion-header p.accordion-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.accordion-header p.accordion-subtitle {
    font-size: 12px;
}

.search-list-item-mob > span > button {
    background: transparent;
    border: 2px solid #adadad !important;
    font-size: 25px;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-list-item-mob > span > button:hover {
    background: transparent;
    border: 2px solid #adadad !important;
}
.search-list-item-mob > span > button img {
    max-width: 20px;
}
.search-list-item-mob > span > button.btn > span {
    transform: rotate(45deg);
}
.search-list-item-mob > span {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.search-list-item-mob .search-details:first-child {
    margin-bottom: 11px;
}
.admin-dashboard .left-section {
    height: 100dvh;
}
.user-list td .btn.btn-primary {
    padding: 0 7px;
    max-height: 40px;
    border-radius: 5px;
    width: 40px;
}
.user-list td {
    min-width: 130px;
}
.admin-dashboard .dashboard {
	height: calc(100dvh - 10px);
	-webkit-overflow-scrolling: touch;
	margin: 0;
}
.custom-input input.mt-1 {
    margin-top: 0 !important;
    margin-left: -1px !important;
}
.admin-dashboard-panel .search-list-item-mob > span > button {
    padding: 0 0 !important;
    border: 1px solid #aaa !important;
    background: transparent !important;
    width: 40px !important;
    height: 40px !important;
}
.admin-dashboard-panel .search-list-item-mob > span > button.w-full.inline-flex span img {
    display: block;
}
.list-buttons > .btn.btn-primary {
	padding: 0 0;
}



.admin-dashboard-panel .search-list-item-mob span svg {
	width: 100%;
	height: inherit;
	max-width: 30px;
	display: block;
}

.admin-dashboard-panel .search-list-item-mob > span .btn.btn-light, .admin-dashboard-panel .search-list-item-mob > span .btn.btn-light + button {
	border: 2px solid #aaa !important;
	color: #aaa !important;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	background: transparent;
	padding: 0 0 !important;
}
.admin-dashboard-panel .search-list-item-mob span > button:hover {
	background: transparent;
	border: 2px solid #adadad !important !important;
}

.admin-dashboard-panel .search-list-item-mob > span .btn.btn-light {
	border: 2px solid #dc3545 !important;
	color: #aaa !important;
	background: #dc3545 !important;
}
.admin-dashboard-panel .search-list-item-mob > span .btn.btn-light + button {
	border: 2px solid green !important;
	color: #aaa !important;
	background: green !important;
}
.admin-dashboard-panel .search-list-item-mob > span .btn.btn-light svg {
	transform: rotate(45deg);
}
.admin-dashboard-panel .search-list-item-mob > span .btn.btn-light svg path {
	fill: #fff;
}
.admin-dashboard-panel .search-list-item-mob > span .btn.btn-light + button svg path {
	stroke: transparent;
	fill: #fff;
}

.my-folder-sec.white-bx h4 + .row {
	flex-wrap: nowrap;
	overflow: auto;
	padding-bottom: 20px;
}
.my-folder-sec.white-bx h4 + .row .col-lg-3.mt20 {
	flex: 0 0 270px;
}

.my-folder-sec.white-bx h4 + .row .col-lg-3.mt20 .folder-bx {
	border-radius: 5px;
	box-shadow: 3px 3px 10px #c7cbea;
}

#filterform .mobfilter .mobile-filtericon {
	display: block;
	margin-bottom: 21px;
	height: 43px;
	width: 44px;
	border: 1px solid #6a72b4;
	flex: 0 0 44px;
	text-align: center;
	line-height: 44px;
	background: #6a72b4;
	color: #fff;
	font-size: 22px;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile-filtericon svg {
	width: 27px;
	height: initial;
}
.mobile-filtericon svg path {
	fill: #fff;
}
#filterform .mobfilter {
	display: flex;
	align-items: flex-end;
	gap: 15px;
}
#filterform .row {
	height: 80px;
	overflow: hidden;
	transition: .25s ease-in-out;
}
.userview #filterform .row.show.active-filter {
	height: 390px;
}


#filterform .row.show.active-filter {
	height: 280px;
}

.list-buttons > a.btn.btn-primary path {
	fill: transparent;
	stroke: #fff;
}
.list-buttons > a.btn.btn-primary svg {
	width: 25px;
	margin: 0 4px;
}
.mt-6.flex.justify-end .font-moderat.w-full.inline-flex.items-center.gap-x-1\.5.justify-center.py-2.md\:py-3\.5.px-4.rounded-md.text-md.font-semibold.text-gray-900.border.border-gray-300.hover\:bg-gray-100.transition.duration-150.ease-in-out {
	flex-grow: initial;
	flex: 0 0 100px;
	height: 45px;
	padding: 0;
	border-radius: 4px;
}
.custom-radio .body-img {
	max-width: 100%;
	height: initial;
	width: 100%;
}
#Pattern_Color,
#Background_Color {
	border: 1px solid #dedede;
}
.modal-footer-box .btn-grp .btn.btn-light {
	min-width: inherit;
}
.form-group.col-md-12.mt20 .row.mt20 .col-md-9 {
	width: 45%;
}
.form-group.col-md-12.mt20 .row.mt20 .col-md-2 {
	width: 34%;
}
.form-group.col-md-12.mt20 .row.mt20 .col-md-1 {
	width: 20%;
}
.prject-edit-btn-grp .dropdown-item .dpicon + span {
	display: none;
}
}

/*Home Page Responsive*/
@media(max-width:767px){
/* .home_heading_and_text h1 span {
	font-size: 38px;
	line-height: 65px;
} */
.home_heading_and_text h1 {
	margin: 0px 0 10px;
	font-size: 39px;
	line-height: 48px;
}
.home_heading_and_text p {
	font-size: 16px;
	line-height: 30px;
	max-width: 100%;
	margin: 0 0 20px;
}
.qr-code-text {
	text-align: center !important;
	font-size: 17px !important;
	font-weight: normal !important;
	max-width: 250px;
	margin: 35px auto 0;
	line-height: 28px !important;
}
.home_banner_bg {
	padding: 20px 0 30px !important;
}
.home_banner_text .w-full.lg\:w-1\/2.ps-0.md\:ps-6 {
	display: none;
}
.home_banner_text .font-moderat.w-full.inline-flex.items-center.gap-x-1\.5.justify-center.py-2.md\:py-3\.5.px-4.rounded-md.text-md.font-semibold.text-gray-900.border.border-gray-300.hover\:bg-gray-100.transition.duration-150.ease-in-out {
	background: #fff;
}
.qr-code-text-logo-cloud .qr-code-text {
	font-size: 21px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 0px;
}
.qr-or-section {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	margin: 20px auto;
}
.qr-or-section::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	border-top: 2px dashed #4f46e5;
	top: 50%;
	left: 100%;
	border-left: 0;
}
.qr-or-section::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	border-top: 2px dashed #4f46e5;
	top: 50%;
	bottom: initial;
	right: 100%;
	left: initial;
	border-left: 0;
}
/*.home_banner_bg {
	background-position: center right;
}*/
/* .home_banner_bg {
	background-position: center bottom;
	padding-bottom: 210px !important;
	padding-top: 50px !important;
	background-image: url(../images/house_banner_op_mob.png);
} */
.flex.home_bg_text_button.w-full.gap-x-4.hidden.md\:flex {
	display: flex !important;
}
.home_bg_text_button .fdbicon {
	display: none;
}
.home_heading_and_text .home_bg_text_button button {
	padding: 10px 10px;
}

.list-scan-section .fade-heading {
	font-size: 27px;
	font-weight: 900;
	opacity: .1;
	line-height: inherit;
	position: absolute;
	max-width: 630px;
	top: -23px;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	text-align: center;
}
.dp-icons .formicon {
	max-width: 60px;
	display: block;
}
.dp-icons .formicon svg {
	width: 100%;
	height: initial;
}
.how-to-join-us .relative.flex.space-x-4 {
	align-items: flex-start;
}
.why-join-our-key .fade-heading {
	font-size: 30px;
}
.home_banner_bg span.font-medium {
	font-size: 15px;
}
.lead-form-section .grid.grid-cols-1.md\:grid-cols-2.gap-3.md\:gap-6 {
	margin: 0;
	gap: 0;
}
.lead-form-section .grid.grid-cols-1.md\:grid-cols-2.gap-3.md\:gap-6 {
	gap: 0;
	margin: 0;
}
.lead-form-section .block.font-medium.text-xs.md\:text-\[16px\].text-\[\#131627\].mb-2 {
	margin-top: 20px;
}
.lead-form-section.mt-8 {
	margin: 0;
}
.gap-3.md\:gap-6 {
	margin: 0 !important;
}
.custom-radio-list span.custom-radio label {
	margin: 1px 1px 10px;
	padding: 6px;
}
.mx-auto.px-4.question-about-plan-pricing {
	max-width: 100%;
	padding: 0;
}
.question-about-plan-pricing .lg\:px-12.text-center {
	text-align: left;
}
.lead-form-section .selected-plan {
	font-size: 14px;
	margin-top: 10px;
}

.list-scan-section.home-video-section.py-24 {
	padding: 0 0 15px !important;
}
.list-scan-section.home-video-section h1 {
	margin-bottom: 20px !important;
}
.bg-purple.md\:mt-0.sm\:mt-0 .py-12.md\:py-12 {
	padding: 35px 32px !important;
}
.purple_text_section .w-2\/3 {
	width: 100% !important;
}
.purple_text_section li {
	width: 100%;
	padding: 5px 0px 5px 30px;
	font-size: 14px;
	background-position: 0px 11px;
}
.purple_text_section .mt-6.text-md.md\:text-xl.leading-7.font-moderat.max-w-2xl.mx-auto {
	margin: 10px 0 20px;
}
.bg-purple.md\:mt-0.sm\:mt-0 {
	background-size: 2040px;
	background-position: -1272px 0;
}
.purple_text_section h1 {
	font-size: 1.5rem;
	line-height: 35px;
	font-weight: 600;
}
.hidden-img {
	display: block;
}
.main_banner_left_image {
	display: none;
}
.log_box_section {
	gap: 0px;
}
.log_box_section .icon:last-child img {
	margin-bottom: 0;
}
.log_box_section .icon:nth-child(2) img {
	margin-bottom: -4px;
}
.man_banner_box {
	padding: 0;
}
.log_box_section {
	align-content: flex-end !important;
	align-items: flex-end;
}
.px-6.col-span-5.lg\:col-span-5.lg\:px-0.baner_logo_icon {
	padding: 0px 16px;
}
.purple_text_section .w-1\/2 {
	width: 100%;
}	
}