	html, body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	body {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0 20px;
		font-size: 14px;
		line-height: 22px;
		color: #000;
		font-weight: 400;
		min-width: 100%;
		background-color: #f5f5f5;
	}

	.h1,
	h1 {
		font-weight: 600;
	}

	/* Hide the placeholder by default*/
	/* .form-control::placeholder {
		visibility: hidden;
	} */

	/* Show the placeholder only when the input is hovered */
	.form-control:hover::placeholder {
		visibility: visible;
	}




	.main {	
		
		margin: 0 auto;
		box-shadow: lightgrey 0 20px 10px 15px !important;
		margin-bottom: 15px;
		max-width: 1600px;
		background-color: #fff;
		position: relative;
	}

	.pdtb-20 {
		padding: 20px 0px;
	}

	.catagoryfrom a {

		text-decoration: none;
	}

	.pdt-20 {
		padding-top: 20px;
	}

	.pdb-20 {
		padding-bottom: 20px;
	}

	.loginbtn {
		display: flex;
		align-items: center;
		justify-content: right;
		margin-bottom: 10px;
	}

	.logo-section img {
		max-width: 100%;
	}

	.heading-hero h2 {
		font-size: 32px;
		font-weight: 700;
		color: #25578c;
		line-height: 42px;
	}

	.heading-hero {
		text-align: right;
	}

	.top-header-logo {
		padding: 20px 0px;
	}

	.online-ads input {
		padding: 8px 15px;
		width: 300px;
		border: 1px solid #ccc;
		outline: none;
		color: #000;
		border-radius: 50px;
	}

	.online-ads a {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 14px;
		line-height: 32px;
		margin: 0;
		padding: 5px 40px;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		font-weight: 700;
		border-radius: 100px;
	}

	.btnauser a {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 14px;
		line-height: 32px;
		margin: 0;
		padding: 5px 20px;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		font-weight: 700;
		border-radius: 100px;
	}

	.icon-socialmedia {
		margin-left: 10px;
		display: flex;
		align-items: center;
	}

	.login-contant a {
		color: #014bab;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
	}

	.login-contant {
		margin-bottom: 20px;
		text-align: right;
	}

	.subscribemsg {
		color: #25578c;
		text-align: right;
	}

	.online-ads {
		text-align: right;
	}

	.facebook a i {
		width: 35px;
		height: 35px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		font-size: 15px;
		line-height: 21px;
		text-decoration: none;
		margin: 0 2px;
		color: #fff;
		background: #1877F2;
	}

	.instagram a i {
		background: linear-gradient(45deg, #405de6 0%, #833ab4 25%, #c13584 50%, #f77737 75%, #fcaf45 100%);
	}

	.twiter a i {
		background: #000;
	}

	.linkdin a i {
		background: #0a66c2;
	}

	.second-block span i {
		line-height: 30px;
		margin-right: 6px;
		background: #014baa;
		width: 30px;
		height: 30px;
		display: inline-block;
		font-size: 16px;
		text-align: center;
		border-radius: 100%;
		color: #fff;
	}

	a.btnbuser {
		margin-left: 10px;
	}

	.form-section {
		background: #f0f0f0;
		padding: 10px 10px;
		border-radius: 5px;
	}

	.textfor p {
		margin: 0;
		color: #25578c;
	}

	.form-section .form-group {
		margin-bottom: 0px !important;
	}

	.submit-btn a {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 16px;
		line-height: 30px;
		margin: 0;
		padding: 3px 0px;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		border-radius: 100px;
	}

	.form-section input {
		font-size: 14px;
		line-height: 22px;
		color: #555;
		border: 1px solid #ccc;
		border-radius: 50px;
	}

	.form-section input:focus {
		box-shadow: none;
		outline: none;
		border: 1px solid #ccc;
	}

	.form-section select {
		font-size: 14px;
		line-height: 22px;
		color: #555;
		border: 1px solid #ccc;
		border-radius: 50px;
		-webkit-appearance: none;
		-moz-appearance: none;
		background-image: url(../img/arrowdown.png);
		background-repeat: no-repeat;
		background-position-x: 92%;
		background-position-y: 15px;
	}

	.bondiclassified-fromsection .form-section select {
		-webkit-appearance: none;
		-moz-appearance: none;
		background-image: url(../img/arrowdown.png);
		background-repeat: no-repeat;
		background-position-x: 92%;
		background-position-y: 15px;
	}

	.form-section select:focus {
		box-shadow: none;
		outline: none;
		border: 1px solid #ccc;
	}

	.mega-msinu ul.navbar-nav {
		max-width: 200px;

	}

	.btnpost a {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 13px;
		padding: 14px 0px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
	}

	.btnpost span {
		margin-right: 10px;
	}

	.fbbtn a {
		background: #f11926;
		border: none;
		font-size: 16px;
		line-height: 24px;
		padding: 14px 0px;
		border-radius: 100px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
	}

	.fbbtn {
		margin-bottom: 20px;
	}

	.fbbtn span {
		margin-right: 10px;
	}

	.domorecor-logo img {
		max-width: 100%;
	}

	.domorecor-logo {
		margin-bottom: 16px;
	}

	.about-section ul {
		padding-left: 0;
		list-style: none;
	}

	.about-section {
		margin-bottom: 20px;
	}

	.about-section ul li {
		border-bottom: 1px solid #b7b7b7;
		padding: 10px 10px;
		background: #e9e9e9;
	}

	.about-section ul li a {
		text-decoration: none;
		color: #000;
		font-size: 14px;
		line-height: 20px;
		text-transform: uppercase;
	}

	.hero-post img,
	.heroimg img {
		max-width: 100%;
		width: 100%;
	}

	.heroimg {
		margin-bottom: 20px;
	}

	.banner-post img {
		max-width: 100%;
		width: 100%;
	}

	.heading-super {
		background: #014baa;
		border-radius: 5px;
	}

	.heading-super h6 {
		color: #fff;
		font-size: 18px;
		font-weight: 700;
		padding: 12px 12px;
		text-transform: uppercase;
	}

	.jobs-section ul {
		padding: 0;
		list-style: none;
	}

	.jobs-section li a {
		color: #000;
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
		text-decoration: none;
		text-transform: uppercase;
	}

	.jobs-section li {
		margin: 8px 0px;
		padding: 5px 8px;
	}

	li.manu-bg {
		background: #e9f0f6;
	}

	.banner-post {
		margin-bottom: 16px;
	}

	.map-section {
		text-align: center;
	}

	.map-section img {
		max-width: 100%;
	}

	.fast-block img {
		max-width: 100%;
		width: 185px;
	}

	.fast-block {
		min-width: 200px;
	}

	.main-item {
		display: flex;
		align-items: center;
		position: relative;
		cursor: pointer;
	}

	.second-block {
		margin-left: 10px;
	}

	.second-block p {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 20px;
	}

	.price p {
		font-size: 18px;
		line-height: 24px;
	}

	a.fordhead {
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 26px;
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		margin-bottom: 10px;
		display: inline-block;
	}

	.price p {
		color: #25578A;
		display: inline-block;
		font-weight: bold;
	}

	#featuredadslides .slick-slide {
		/*	margin: 5px 0px;*/
	}

	.section-listing {
		background: #FFFFE0;
		padding: 20px 20px;
		margin-bottom: 10px;
		margin-top: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	#searchhis {
		background: none;
		padding: 20px 20px;
		margin-bottom: 10px;
		margin-top: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	.section-listing-new {
		background: #FAE8B5;
	}

	.navbar .nav-item {
		text-transform: uppercase;
	}

	.letest-section li.nav-item {
		font-size: 16px;
		font-weight: 600;
		border-left: 1px solid white;

	}

	.mega-menu li {
		margin: 0 16px;
	}

	.mega-menu nav.navbar ul li a {
		color: #fff;
		text-decoration: none;

	}

	.login-contant span i {
		background: #014baa;
		width: 30px;
		height: 30px;
		display: inline-flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		border-radius: 100%;
		color: #fff;
		font-size: 16px;
		line-height: 24px;
	}

	.mega-menu a.navbar-brand {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
		padding: 10px;

	}

	.mega-menu nav.navbar {
		background: #014baa;
		border-radius: 5px;
		padding: 1px;

	}

	.business-services ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.business-services ul li a {
		color: #333;
		font-size: 14px;
		line-height: 20px;
		text-decoration: none;
	}

	.business-services li {
		border-bottom: 1px solid #b7b7b7;
		padding: 5px 10px;
		background: #e9e9e9;
	}

	h6.busyheading {
		background: #014baa;
		padding: 8px 10px;
		margin: 0;
		font-size: 16px;
		line-height: 20px;
		color: #fff;
		font-weight: 700;
	}

	.mega-menu button.navbar-toggler {
		background: #fff;
		padding: 8px 12px;
		line-height: 20px;
		outline: none;
	}

	.footertext {
		text-align: center;
		background: #014bab;
		padding: 20px 20px;
	}

	.footertext p {
		color: #fff;
	}

	.privacy-policy a {
		color: #fff;
		margin-left: 12px;
		text-decoration: underline;
	}

	.btnauser span i {
		margin-right: 8px;
		font-size: 17px;
		line-height: 24px;
	}

	.footericon {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.business {
		padding: 0px 0px 20px;
	}

	.about-section h4 {
		background: #014baa;
		margin: 0;
		padding: 10px 10px;
		color: #fff;
		font-size: 18px;
		line-height: 20px;
		font-weight: 700;
	}

	.online-ads span {
		margin-right: 10px;
	}

	.letest-section {
		margin: 0;
		display: table;
		width: 100%;
	}

	.btnpost span img {
		max-width: 100%;
	}

	/*single-page-css*/

	.baner-small {
		background: #f0f0f0;
		padding: 10px 10px;
		border-radius: 5px;
	}

	.baner-small a {
		color: #255780;
		font-size: 14px;
		line-height: 20px;
		text-decoration: none;
		margin: 0 10px;
	}

	.product-single {
		padding: 0 0 20px;
	}

	.arrow-btn {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 16px;
	}

	.viewbtn {
		display: flex;
	}

	.prev-btn a {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 16px;
		line-height: 30px;
		margin: 0;
		padding: 5px 30px;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
	}

	.prev-btn span {
		margin-right: 6px;
	}

	.next-btn a {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 16px;
		line-height: 30px;
		margin: 0;
		padding: 5px 30px;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
	}

	.prev-btn {
		margin-right: 12px;
	}

	.next-btn span {
		margin-left: 6px;
	}

	.back-btn a {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 16px;
		line-height: 30px;
		margin: 0;
		padding: 5px 30px;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
	}

	.email-btn a {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 16px;
		line-height: 30px;
		margin: 0;
		padding: 5px 20px;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
	}

	.email-btn {
		margin-left: 12px;
	}

	.back-btn span {
		margin-right: 6px;
	}

	.piterest a i {
		background: #e60023;
		;
	}

	.email a i {
		background: #7d7d7d;
	}

	.text-icon a i {
		background: #32506d;
	}

	.user-icon {
		justify-content: right;
	}

	.report {
		display: flex;
		justify-content: right;
		align-items: center;
		margin-top: 16px;
	}

	.postbtn a {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 16px;
		line-height: 30px;
		margin: 0;
		padding: 5px 30px;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
	}

	.postbtn {
		margin-right: 12px;
	}

	.wishlist span i {
		color: #ff0000;
		font-size: 24px;
		line-height: 30px;
	}

	.location p {
		margin: 0;
	}

	.location span i {
		line-height: 26px;
		margin-right: 6px;
		background: #014baa;
		width: 25px;
		height: 25px;
		display: inline-block;
		font-size: 14px;
		text-align: center;
		border-radius: 100%;
		color: #fff;
	}

	.location a {
		color: #000;
		text-decoration: none;
	}

	.power-section {
		background: #e9e9e9;
	}

	.super-car {
		margin-top: 20px;
	}

	.power-section p {
		border-bottom: 1px solid #fff;
		padding: 5px 0px 5px 12px;
		margin-bottom: 0px;
		font-size: 17px;
		line-height: 22px;
		color: #000;
	}

	.seccall {
		padding: 20px 0px 20px;
	}

	.seccall p {
		margin-bottom: 0;
		font-size: 17px;
		line-height: 22px;
	}

	.location {
		margin-bottom: 10px;
	}

	.blogs {
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(2, 1fr) !important;
		margin-bottom: 20px;
	}

	.gallery-section img {
		max-width: 100%;
		width: 100%;
	}

	.super-car p {
		font-size: 17px;
		line-height: 22px;
		color: #000;
	}

	/***6-24-2024***/
	/* Navigation Sub
	------------------------------------- */

	nav.sub {
		border-bottom: 1px solid #ebebeb;
		padding: 10px 0;
	}

	/* Navigation Main
	------------------------------------- */

	nav.main {}

	nav.main .nav-logo {
		max-width: 200px;
		width: 100%;
	}

	nav.main ul {
		padding-left: 0;
		list-style-type: none;
	}

	/* ------ Mega Menu ------ */

	nav.main .megamenu {
		padding: 20px 20px;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		max-width: 1500px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	/* ------ Mid Menu ------ */

	nav.main .midmenu {
		position: absolute;
		padding: 20px 20px;
		float: left;
		top: auto;
		left: auto;
		right: auto;
		max-width: 650px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.megamenu {
		background: #051f50 !important;
		padding: 10px 25px 20px;
		margin: 1px 0 0;
		/*	border-radius: 0;*/
	}

	.megamenu li {
		display: block;
		text-align: left;
	}

	.dropdown-menu.megamenu.midmenu.show {
		right: 0;

	}

	.dropdown-menu.show {
		right: 0;
		margin-top: 0px;
		padding: 0px;
	}

	.navquicklink ul {

		padding-left: 10px;
		padding-right: 10px
	}

	#navbar-nav-ul {

		margin: 0;
		display: table;
		width: 100%;
	}

	.navquicklink ul li {
		padding: 8px 12px;
		text-transform: capitalize !important;
		border-bottom: 1px solid #344b76;
		font-size: 14px;
		margin: 0;
		font-weight: 300;
		width: 25%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		border-left: 1px solid rgba(255, 255, 255, 0.5);
	}

	#navbarSupportedContent ul li:first-child {
		border-left: none;
	}

	#navbarSupportedContent ul li:hover {
		background: #0466e6;
	}

	.navquicklink ul li:hover {
		background: #014baa;
	}

	.basicclassified {
		background: #014baa;
	}

	.darkbluebg {
		background: #051f50;
	}

	.lightbluebg {
		font-weight: 600;
		background: #014baa !important;
	}

	.darkbluebg .form-check-label {
		margin-bottom: 15px;
	}

	.basicclassified {
		color: #fff;
	}

	.classification-section h2 {
		font-size: 20px;
		font-weight: 600;
	}

	.table-responsive {
		background: #e9e9e9;
	}

	.classification-section table {
		margin-bottom: 0;
	}

	.classification-section td,
	.classification-section th {}

	.lightbluebg {
		color: #fff;
	}

	.form-control:focus {
		outline: none;
		box-shadow: none;
	}

	.bondiclassified-fromsection {
		background: #e9e9e9;
		margin-top: 15px;
	}

	.catagoryfrom {
		padding: 20px 20px 10px;
	}

	.bondiclassified-fromsection .form-control {
		border-radius: 50px;
		height: 38px;
	}

	.bondiclassified-fromsection textarea.form-control {
		height: 110px;
		border-radius: 20px;
	}

	.catagory-attchment {
		background: #014baa !important;
		color: #fff;
		padding: 15px 0px;
	}

	label {
		display: inline-block;
		margin-bottom: .5rem;
		font-weight: 600;
	}

	.catagory-attchment label {
		font-weight: 600;
	}

	.hideblock input {
		width: 22px;
		height: 22px;
	}

	.submitsection .submitbtn {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 13px;
		padding: 10px 20px;
		text-decoration: none;
		color: #fff;
		min-width: 250px;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
	}

	.form-group img {
		max-width: 100%;
	}

	.online-ads button {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 14px;
		line-height: 32px;
		margin: 0;
		padding: 5px 40px;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		font-weight: 700;
		border-radius: 100px;
	}

	.submit-btn button {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 16px;
		line-height: 30px;
		margin: 0;
		padding: 3px 0px;
		border-radius: 5px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		border-radius: 100px;
	}

	.suburbList {
		z-index: 99999;
		list-style: none;
		background: #014baa;
		padding: 10px 15px;
		border-radius: 5px;
		max-width: 97%;
		margin-left: 10px;
		position: absolute;
	}

	.suburbList li {
		color: #fff;
		cursor: pointer;
		border-bottom: 1px dotted #666;
		padding: 4px 6px;
	}

	.suburbList li:hover {
		background-color: #fc3;
		color: #000;
	}

	.adsList {
		z-index: 99999;
		list-style: none;
		background: #f0f0f0;
		padding: 0px;
		border-radius: 5px;
		max-width: 97%;
		margin-left: 10px;
		position: absolute;
	}

	.adsList li {
		color: #000;
		cursor: pointer;
		border-bottom: 1px dotted #666;
		padding: 5px 10px;
	}

	.catsList {
		z-index: 9;
		list-style: none;
		background: #f0f0f0;
		padding: 0px;
		border-radius: 5px;
		max-width: 97%;
		margin-left: 10px;
		position: absolute;
	}

	.catsList li {
		color: #000;
		cursor: pointer;
		border-bottom: 1px dotted #666;
		padding: 5px 10px;
		width: 170px;
	}

	.catsList li a {
		color: #000;
		text-decoration: none;
		width: 160px;
		display: list-item;
	}

	.catschildList {
		z-index: 999;
		list-style: none;
		background: #f0f0f0;
		padding: 0px;
		border-radius: 5px;
		max-width: 100%;
		margin-left: 16px;
		position: absolute;
		left: 130px;
		top: 10px
	}

	.catschildList li {
		color: #000;
		cursor: pointer;
		border-bottom: 1px dotted #666;
		padding: 5px 10px;
		width: 170px;
	}

	.catschildList li a {
		color: #000;
		text-decoration: none;
		width: 160px;
		display: list-item;
	}

	/* 28-06-2024 start */

	.banner-post img {
		/*	    height: 240px;*/
		object-fit: cover;
	}

	.bg-even {
		background: #F8F8F8
	}

	.bg-odd {
		background: #EEEEEE
	}

	.login-btn {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 13px;
		padding: 10px 30px;
		text-decoration: none;
		color: #fff;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
	}

	.termscondition {
		border: 1px solid #333;
		font-size: 12px;
		height: 255px;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 10px;
		width: 96%;
		background: #fff;
	}

	.suburbtip {
		background-color: #ffffcb;
		border: 1px solid #ccc;
		font-size: 12px;
		margin: 0 0 5px;
		padding: 5px;
		width: 70%;
	}

	/* 28-06-2024 end */
	.loaderDiv {
		width: 50px !important;
		margin: auto;
	}

	div.generalMessage {
		font-weight: 700;
		border: 2px solid #ccc;
	}

	div.generalMessage,
	p.generalMessage {
		font-family: Helvetica, Arial;
		background-color: #feef24;
		padding: 35px;
	}

	.generalMessage h3 {
		font-size: 28px;
		line-height: 35px;
		font-weight: 700;
	}

	div.generalMessage p,
	p.generalMessage {
		padding: 0 0 0 10px;
		color: #363636;
	}

	.btnpost a {

		border: none;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 13px;
		padding: 14px 0px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
	}

	div.generalMessage button {
		border-radius: 40px;
		font-size: 18px;
		display: inline-block;
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		font-weight: 700;
		padding: 7px 22px !important;

		border: 1px solid #fff;

		line-height: 30px;
		font-family: Arial, sans-serif;
		color: #fff;
		font-weight: 700;
		margin: 10px 0 10px 10px;
		text-shadow: #043461 1px 1px 0;
		cursor: pointer;
		padding: 0 10px;
	}

	.ad-image-gallery img {
		max-width: 100%;
	}

	.del {
		position: absolute;
		left: 15px;
		background: #f11926;
		width: 24px;
		height: 24px;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		cursor: pointer
	}

	h2.page-heading {
		font-size: 24px;
		font-weight: 600;
		padding: 10px 15px;
		background: #014baa;
		color: #fff;
		border-radius: 5px;

	}

	.member-login {
		max-width: 500px;
		padding: 50px 50px;
		border-radius: 20px;
		margin: 50px auto;
		background: linear-gradient(359deg, rgb(10 100 215) 0%, rgb(1 55 124) 100%);
		/* background: rgba(255, 255, 255, 0.9); */
	}

	.member-login .form-control {
		height: 48px;
	}

	a.forgot {
		color: #fff;
	}

	.member-login .login-btn {
		width: 100%;
		background: transparent;
		border: 1px solid #fff;
		border-radius: 30px;
		font-weight: 500;
	}

	.member-login .login-btn:hover {
		width: 100%;
		background: transparent;
		border: 1px solid #fff;
		border-radius: 30px;
		font-weight: 500;
	}

	.member-login .fb {
		background: #f11926;
	}

	.member-login .fb:hover {
		background: #f11926;
	}

	.member-login .reg {
		background: #007bff;
	}

	.member-login .reg:hover {
		background: #007bff;
	}

	.user {
		text-align: center;
		margin-bottom: 25px;
	}

	.user img {
		width: 60px;
	}

	a#editbtnid {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%) !important;
		border: #014baa;
		padding: 8px 13px;
	}

	.btn-sm {
		background: #6EC531 !important;
		border: #6EC531 !important;
		padding: 8px 13px;
	}

	/* .btn-sm:hover{
	background: #6EC531 !important;
    border: #6EC531;
    padding: 8px 13px;
} */
	#editbtnid {
		background: #f11926;
		border-color: #f11926;
		color: #ffffff;
		padding: 8px 13px;
	}

	.classification-section .table-responsive {
		background: none;
	}

	.classification-section .table-responsive td {
		vertical-align: middle;
	}

	.bondiclassified-fromsection .form-control {

		height: 47px !important;
	}

	button.swal2-confirm {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none !important;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 13px;
		padding: 14px 0px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		outline: none !important;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
		padding: 10px 20px;
		box-shadow: none;
		min-width: 130px;
	}

	button.swal2-confirm:hover {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%) !important;
	}

	button.swal2-cancel:hover {
		background: #f11926;
	}

	button.swal2-cancel {
		background: #f11926;

		border: none !important;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 13px;
		padding: 14px 0px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		box-shadow: none;
		outline: none !important;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
		padding: 10px 20px;
	}

	.btn-danger {
		background: #f11926 !important;
		border-color: #f11926 !important;
	}

	div.swal2-warning {
		border-color: #dd3333 !important;
		color: #dd3333 !important;
	}

	.ad-description p {
		font-size: 16px;
		line-height: 24px;
	}

	.item-purchased p {
		font-size: 16px;
		line-height: 24px;
	}

	.classification-section p {
		font-size: 16px !important;
	}

	.classification-section p span {
		font-size: 16px !important;
	}

	.footertext p {
		font-size: 14px !important;
	}

	.page-item.active .page-link {
		z-index: 3;
		color: #fff;
		background: linear-gradient(45deg, #25578c, #014baa) !important;
		border: 1px solid #25578c;
	}

	.pagination {
		display: flex !important;
		margin-bottom: 2rem;
		margin-top: 2rem;
		justify-content: center;
	}

	.pagination li.page-item {
		line-height: 5px;
	}

	.pagination li a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		min-width: 40px;
		/*
    padding: 1rem;
*/
		margin: 0 1px;
		text-decoration: none;
		cursor: pointer;
		color: #737373;
		border: 1px solid #383e49;
		border-radius: 2px;
		text-align: center;
	}

	.pagination li a:hover {
		border: 0px solid #303fe3;
		background-color: #0c0f16 !important;
		color: #FFF;
	}

	.page-link:focus {
		z-index: 2;
		outline: 0;
		box-shadow: none;
	}

	.search-loader {
		position: absolute;
		top: 8px;
		right: 10px;

	}

	/*
@media all and (min-width: 992px) {
    .dropdown>.dropdown-menu,
    .dropdown.open>.dropdown-menu {
        display: block !important;
        opacity: 0;
		
        visibility: hidden;
             transition: all ease 0.2s;
    }
    .dropdown:hover>.dropdown-menu,
    .dropdown.open:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
	
    }
}*/
	.fevcls {
		position: absolute;
		right: 5px;
		color: red !important;
	}

	.fevcls i {
		font-size: 22px !important;
		color: red !important;
	}

	input::placeholder {
		color: #888888;
		/* Customize the color */
		opacity: 1;
		/* Optional: Ensures full opacity across browsers */
	}

	/* For WebKit-based browsers (Safari, Chrome, etc.) */
	input::-webkit-input-placeholder {
		color: #888888;
	}

	/* For Mozilla Firefox */
	input::-moz-placeholder {
		color: #888888;
	}

	/* For Microsoft Edge and Internet Explorer 10-11 */
	input:-ms-input-placeholder {
		color: #888888;
	}

	/* For older Microsoft Internet Explorer */
	input::-ms-input-placeholder {
		color: #888888;
	}

	.Pay-now {
		display: flex;
		justify-content: center;
		font-weight: 700;
		border-radius: 40px;
		margin: 0 250px;
		padding: 10px 20px;
	}

	/* vip mebership css */
	.payVip {
		display: flex;
		justify-content: center;
		color: #fff;
		margin-top: 10px;
	}

	.payNow {
		background-color: #014bab;
		color: #fff;
		border-radius: 10px;
		box-shadow: 0 0 10px #000;
		padding: 15px 25px;
		cursor: pointer;

	}

	#bannervip {
		cursor: pointer;
	}

	.scrollToTop {
		width: 100px;
		padding: 10px;
		text-align: center;
		background: #014bab;
		color: #fff;
		text-decoration: none;
		position: fixed;
		right: 5px;
		bottom: 5px;
		border-radius: 5px;

	}

	.scrollToTop:hover {
		color: white;
	}

	#heart {
		position: relative;

	}

	.arrow-btn {
		color: #fff;
		cursor: pointer;
	}

	.blink {
		color: red;
		font-size: 15px;
		margin-right: 15px;
		font-weight: 700;
		text-transform: uppercase;
		animation: blink-animation 1s steps(10, start) infinite;
	}

	@keyframes blink-animation {
		to {
			visibility: hidden;
		}
	}

    /* popup */
    #model_backgrond {
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: #014baa;
        color: #fff;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: .5rem;
    }

    #model_backgrond .modal-header,
    #model_backgrond .modal-title {
        color: #fff;
    }

    /* Remove bottom border from modal header */
    #model_backgrond .modal-header {
        border-bottom: 0;
		padding: .5rem;
    }

    /* Compact modal body padding */
    #model_backgrond .modal-body {
        padding: .5rem;
    }

    /* Mobile navbar spacing */
    @media (max-width: 1199px) {
        #navbar-nav-ul > li,
        .navbar-nav#navbar-nav-ul > li,
        .navbar-nav#navbar-nav-ul > .nav-item {
            padding-left: 1rem;
        }
    }

    /* Hide parent_cat list below 768px on Latest Listings */
    @media (max-width: 767.98px) {
        .latest-parent-cats {
            display: none !important;
        }
    }

    #model_backgrond .btn-close {
        position: absolute;
        top: -0.75rem;
        right: -0.75rem;
        opacity: 1;
        width: 2rem;
        height: 2rem;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1rem 1rem;
        border: 1px solid #ffffff;
        border-radius: 9999px;
        box-shadow: 0 2px 6px rgba(0,0,0,.25);
        filter: none;
        z-index: 1;
        /* Blue X icon */
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23014baa' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    #model_backgrond .btn-close:hover {
        box-shadow: 0 4px 10px rgba(0,0,0,.3);
    }

	.img-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.img-container img {
		cursor: pointer;
		margin-top: 10px;
	}

	#closes {
		position: absolute;
		color: #1e4691;
		background-color: #fff;
		font-weight: 900;
		font-size: 20px;
		top: -12px;
		right: -15px;
		border: 2px solid white;
		border-radius: 100%;
		width: 35px;
		cursor: pointer;

	}

	#popup {
		background: #f5f5f5 none repeat scroll 0 0;
		border: 1px solid #c7c6c6;
		border-radius: 3px;
		color: #014bab;
		margin-right: 8px;
		padding: 5px 10px;
		font-weight: 700;
		text-transform: uppercase;
	}

	#popup:hover {
		text-decoration: underline;
	}

	#live {
		margin-right: 10px;
		height: 15px;
	}

    .popup_img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        background: #fff;
        padding: 8px;
        border: 1px solid #e5e7eb;
        border-radius: .375rem;
        object-fit: contain;
        margin-bottom: 1rem;
    }

    @media (min-width: 768px) {
        #model_backgrond {
            border-radius: .5rem;
        }
    }

	.btnFacebook {
		background: linear-gradient(359deg, rgb(23 109 219) 0%, rgb(1 75 170) 100%);
		border: none;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 13px;
		padding: 14px 0px;
		text-decoration: none;
		color: #fff;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		border-radius: 40px;
	}
/* ============================================
   Upgrade Ad Modal Styles
   ============================================ */

.upgrade-btn-blue {
	background: #007bff !important;
	border-color: #007bff !important;
	color: #fff !important;
	background-color: #007bff !important;
}
.upgrade-btn-blue:hover {
	background: #0056b3 !important;
	border-color: #0056b3 !important;
	background-color: #0056b3 !important;
}
.action-btn-sm {
	padding: 2px 8px !important;
	font-size: 12px !important;
}
/* Close button styling for upgrade modal */
.upgrade-modal-close {
	background: #fff !important;
	opacity: 1 !important;
	border-radius: 50% !important;
	width: 36px !important;
	height: 36px !important;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute !important;
	top: -5px !important;
	right: -10px !important;
	z-index: 9999 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
	border: 2px solid rgba(0,0,0,0.1) !important;
	filter: brightness(1) !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
}
.upgrade-modal-close:hover {
	background: #f0f0f0 !important;
	opacity: 1 !important;
	box-shadow: 0 3px 10px rgba(0,0,0,0.4) !important;
	transform: scale(1.1) !important;
}
.upgrade-modal-close:focus {
	box-shadow: 0 0 0 0.25rem rgba(0,0,0,0.25) !important;
	outline: none !important;
}
.upgrade-modal-close i {
	line-height: 1 !important;
	display: block !important;
	font-size: 18px !important;
	color: #333 !important;
	font-weight: bold !important;
}
/* Modal backdrop */
.upgrade-modal-backdrop {
	display: block !important;
	background-color: rgba(0,0,0,0.5) !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 1050 !important;
	overflow: auto !important;
}
/* Modal dialog */
.upgrade-modal-dialog {
	max-height: 95vh !important;
	margin: 10px auto !important;
	display: flex !important;
	flex-direction: column !important;
}
/* Modal content */
.upgrade-modal-content {
	max-height: 95vh !important;
	display: flex !important;
	flex-direction: column !important;
	overflow: visible !important;
}
/* Modal header */
.upgrade-modal-header {
	flex-shrink: 0 !important;
	position: relative !important;
	border-bottom: none !important;
	padding: 0 !important;
}
/* Modal body */
.upgrade-modal-body {
	overflow-y: auto !important;
	overflow-x: hidden !important;
	flex: 1 1 auto !important;
	padding: 20px 15px !important;
	max-height: calc(100vh - 70px) !important;
}
/* Modal title */
.upgrade-modal-title {
	color: #fff !important;
	margin-bottom: 10px !important;
	font-weight: 600 !important;
}
/* Modal text */
.upgrade-modal-text {
	color: #fff !important;
	font-size: 14px !important;
	margin-bottom: 15px !important;
}
.upgrade-modal-text strong {
	color: #fff !important;
}
.upgrade-modal-description {
	color: #fff !important;
	font-size: 13px !important;
	margin-bottom: 20px !important;
}
@media (max-width: 1299px) {
	.upgrade-modal-title {
		font-size: 20px !important;
		margin-bottom: 8px !important;
	}
	.upgrade-modal-text {
		font-size: 13px !important;
		margin-bottom: 12px !important;
	}
	.upgrade-modal-description {
		font-size: 12px !important;
		margin-bottom: 15px !important;
	}
}
/* Plan container */
.upgrade-plan-container {
	padding: 0 10px !important;
}
.upgrade-plan-col {
	margin-bottom: 15px !important;
	padding: 0 5px !important;
}
/* Plan card */
.upgrade-plan-card {
	cursor: pointer !important;
	border: 1px solid rgba(255,255,255,0.3) !important;
	border-radius: 8px !important;
	transition: all 0.3s ease !important;
	height: 100% !important;
	background: rgba(255,255,255,0.95);
	overflow: hidden !important;
	position: relative !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}
.upgrade-plan-card.selected {
	border: 2px solid #007bff !important;
	box-shadow: 0 4px 15px rgba(0,123,255,0.3) !important;
}
.upgrade-plan-card:hover:not(.selected) {
	border-color: #007bff !important;
	transform: translateY(-3px) scale(1.02) !important;
	box-shadow: 0 4px 12px rgba(0,123,255,0.25) !important;
}
.upgrade-plan-card:hover:not(.selected) .upgrade-plan-days,
.upgrade-plan-card:hover:not(.selected) .upgrade-plan-days i,
.upgrade-plan-card:hover:not(.selected) .upgrade-plan-price-symbol,
.upgrade-plan-card:hover:not(.selected) .upgrade-plan-price {
	color: #fff !important;
	opacity: 0.9 !important;
}
/* Plan card body */
.upgrade-plan-card-body {
	padding: 12px 10px !important;
	position: relative !important;
	z-index: 1 !important;
}
/* Plan days */
.upgrade-plan-days {
	font-size: 10px !important;
	color: #007bff !important;
	margin-bottom: 5px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}
.upgrade-plan-days.selected {
	color: #fff !important;
	opacity: 0.9 !important;
}
.upgrade-plan-days i {
	margin-right: 3px !important;
	font-size: 10px !important;
	color: #007bff !important;
}
.upgrade-plan-days.selected i {
	color: #fff !important;
}
/* Plan price */
.upgrade-plan-price-container {
	margin-bottom: 0 !important;
}
.upgrade-plan-price-symbol {
	font-size: 26px !important;
	color: #007bff !important;
	font-weight: 800 !important;
}
.upgrade-plan-price-symbol.selected {
	color: #fff !important;
	opacity: 0.9 !important;
}
.upgrade-plan-price {
	font-size: 26px !important;
	font-weight: 800 !important;
	color: #007bff !important;
	margin: 0 !important;
	line-height: 1.1 !important;
	display: inline-block !important;
}
.upgrade-plan-price.selected {
	color: #fff !important;
}
/* Selected badge */
.upgrade-plan-selected-badge {
	position: absolute !important;
	top: 6px !important;
	right: 6px !important;
	background: #fff !important;
	border-radius: 50% !important;
	width: 22px !important;
	height: 22px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
}
.upgrade-plan-selected-badge i {
	color: #007bff !important;
	font-size: 11px !important;
}
.upgrade-plan-selected-label {
	margin-top: 8px !important;
	padding: 4px 10px !important;
	background: rgba(255,255,255,0.25) !important;
	border-radius: 12px !important;
	display: inline-block !important;
	backdrop-filter: blur(10px) !important;
}
.upgrade-plan-selected-label span {
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 600 !important;
}
.upgrade-plan-selected-indicator {
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: 3px !important;
	background: #fff !important;
	opacity: 0.5 !important;
}
/* Payment section */
.upgrade-payment-section {
	padding: 30px 20px !important;
	background: #f8f9fa !important;
	border-radius: 8px !important;
	border: 1px solid #e0e0e0 !important;
	margin-top: 15px !important;
}
.upgrade-payment-heading {
	color: #333 !important;
	margin-bottom: 15px !important;
	font-weight: 600 !important;
}
.upgrade-payment-alert {
	background: #e7f3ff !important;
	border: 1px solid #b3d9ff !important;
	border-radius: 6px !important;
	padding: 12px 15px !important;
	margin: 0 !important;
}
.upgrade-payment-alert strong {
	color: #004085 !important;
	font-size: 14px !important;
}
.upgrade-payment-alert span {
	color: #004085 !important;
	margin-left: 8px !important;
	font-size: 14px !important;
}
/* Card element */
.upgrade-card-label {
	font-weight: 600 !important;
	color: #333 !important;
	margin-bottom: 12px !important;
	font-size: 15px !important;
	display: block !important;
}
.upgrade-card-element-container {
	padding: 12px !important;
	border: 1px solid #ddd !important;
	border-radius: 6px !important;
	background-color: #fff !important;
	transition: border-color 0.3s !important;
	min-height: 40px !important;
}
.upgrade-card-errors {
	color: #dc3545 !important;
	margin-top: 8px !important;
	font-size: 12px !important;
	min-height: 20px !important;
}
.upgrade-card-info {
	font-size: 12px !important;
	color: #666 !important;
	margin-top: 8px !important;
	margin-bottom: 0 !important;
}
.upgrade-card-info i {
	margin-right: 5px !important;
	color: #28a745 !important;
}
/* Button container */
.upgrade-button-container {
	margin-top: 25px !important;
	display: flex !important;
	flex-direction: row !important;
	gap: 0 !important;
	justify-content: center !important;
	align-items: center !important;
}
.upgrade-cancel-btn {
	padding: 10px 25px !important;
	border-radius: 6px !important;
	font-weight: 500 !important;
	min-width: 120px !important;
	margin-right: 15px !important;
	width: auto !important;
}
.upgrade-pay-btn {
	border: none !important;
	padding: 10px 30px !important;
	border-radius: 6px !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	min-width: 180px !important;
	width: auto !important;
}
.upgrade-pay-btn i {
	margin-right: 8px !important;
}
/* No plans message */
.upgrade-no-plans {
	color: #fff !important;
	padding: 20px !important;
}
/* Hide scrollbar but keep scrolling functionality */
.upgrade-modal-body::-webkit-scrollbar {
	width: 0px !important;
	background: transparent !important;
}
.upgrade-modal-body {
	scrollbar-width: none !important; /* Firefox */
	-ms-overflow-style: none !important; /* IE and Edge */
}
.modal.show::-webkit-scrollbar {
	width: 0px !important;
	background: transparent !important;
}
.modal.show {
	scrollbar-width: none !important; /* Firefox */
	-ms-overflow-style: none !important; /* IE and Edge */
}
.upgrade-ad-modal .modal-dialog {
	width: 100%;
	max-width: 900px;
	margin: 1.5rem auto;
}
.upgrade-ad-modal .modal-content {
	border-radius: 12px;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
}
.upgrade-ad-modal .modal-body {
	overflow-y: auto;
}
/* Mobile responsive styles for upgrade modal */
@media (max-width: 768px) {
	.modal-dialog.modal-fullscreen-sm-down {
		max-height: 95vh !important;
		margin: 5px auto !important;
	}
	.modal-content {
		max-height: 95vh !important;
		border-radius: 8px !important;
	}
	.modal-body {
		padding: 15px 10px !important;
		max-height: calc(95vh - 100px) !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch !important;
	}
	#model_img {
		padding: 0 5px !important;
	}
	#model_img .col-6 {
		padding: 0 3px !important;
	}
	#model_img .card {
		margin-bottom: 10px !important;
	}
	.upgrade-modal-title {
		font-size: 18px !important;
		margin-bottom: 8px !important;
	}
	.upgrade-modal-text {
		font-size: 12px !important;
		margin-bottom: 10px !important;
	}
	.upgrade-modal-description {
		font-size: 11px !important;
		margin-bottom: 12px !important;
	}
	.upgrade-modal-body {
		padding: 15px 12px !important;
	}
	.upgrade-card-label {
		font-size: 14px !important;
	}
	.upgrade-card-element-container {
		padding: 10px !important;
		min-height: 40px !important;
	}
	.upgrade-plan-price-symbol,
	.upgrade-plan-price {
		font-size: 20px !important;
	}
	.upgrade-payment-section {
		padding: 20px 15px !important;
	}
	.upgrade-button-container {
		margin-top: 20px !important;
		flex-direction: column !important;
		gap: 10px !important;
	}
	.upgrade-cancel-btn {
		padding: 12px 20px !important;
		min-width: 100% !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.upgrade-pay-btn {
		padding: 12px 20px !important;
		font-size: 14px !important;
		min-width: 100% !important;
		width: 100% !important;
	}
}
@media (max-width: 576px) {
	.modal-dialog {
		margin: 0 !important;
		max-width: 100% !important;
		height: 100vh !important;
		max-height: 100vh !important;
	}
	.modal-content {
		height: 100vh !important;
		max-height: 100vh !important;
		border-radius: 0 !important;
	}
	.modal-body {
		max-height: calc(100vh - 80px) !important;
	}
}
/* Ensure modal is scrollable on all devices */
.modal.show {
	overflow: auto !important;
}
.modal-dialog-scrollable .modal-content {
	max-height: 95vh !important;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch !important;
}
.upgrade-ad-modal .modal-body {
	overflow-y: auto;
	max-height: calc(90vh - 80px);
	padding: 20px 25px;
}
@media (max-width: 576px) {
	.upgrade-ad-modal .modal-dialog {
		margin: 0;
		height: 100%;
	}
	.upgrade-ad-modal .modal-content {
		max-height: 100vh;
		border-radius: 0;
	}
	.upgrade-ad-modal .modal-body {
		max-height: calc(100vh - 120px);
		padding: 20px 15px 30px;
	}
}
