.banner-area {
    background: unset;
    background-size: unset;
}
#header {   
    position: absolute;
}
#header.header-scrolled {
    background: transparent;
    transition: unset;
}

#mobile-nav-toggle {
	display: block !important;
	position: absolute !important;
}
.default-select .current {  
    font-weight: 500;
    font-size: 16px;
}
.default-select .nice-select .list .option {   
    font-size: 14px;
}
body.mobile-nav-active #mobile-nav {
   /* left: unset;
    right: 0; */
}
.btn.disabled, .btn:disabled {
    opacity: 1;
}

.nav-menu a { 
    font-size: 20px;
}
.footer-area {
    padding-top: 20px;
	padding-bottom: 12px;
	margin-top: 40px;
}

.footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;
}
.footer-bottom span {
    color: #49e4fa;
}
.default-select .nice-select .list {
    max-height: 200px;
    overflow-y: auto;
}
.choose-city-btn {
	font-size: 30px !important;
	border-radius: 5px;
	padding: 9px 80px !important;
}

.home-bottom.section-gap {
	padding: 50px 0 20px 0;
}
.service-area.section-gap {
	padding: 15px 0 30px 0;
}
#section-form-msg {
	display: none;
}
.contact-page-area.section-gap {
    padding: 40px 0 30px 0;
}
.contact-page .form-msg {
    background-color: #a998f6;
	color: #ffffff;
    border: 1px solid #b8aaf3;
    padding: 20px 20px;
    margin-top: 40px;
}
.about-content {
    padding: 80px 0px 10px 0px;
    text-align: center;
}
.about-content p span {
    color: #49e4fa;
}
.page-home .banner-content {
	margin-top: 70px;
	padding: 80px 0px 50px 0px;
	text-align: center;
}
.page-home .banner-content h1 {    
    margin-top: 60px;
}
.page-home .banner-content .form-wrap {   
    margin: 20px 0;
}
.page-home .banner-content .form-wrap .nice-select {
    width: 100%;
}
.card-columns.container-city {
    /*padding-left: 30px;*/
    column-gap: 3rem;
    margin-top: 2rem;
}

.single-service { 
   padding: unset;
}
.single-service h4 {  
    margin-top: unset;
    margin-bottom: unset;
}

.city-link {    
    color: #222222 !important;
	font-size: 16px;
}

.single-service:hover h4, .single-service:hover p, .single-service:hover .lnr {
    color: #ffffff;
}

.single-service {
	background-image: -moz-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
    background-image: -webkit-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
    background-image: -ms-linear-gradient(0deg, #bfacff 0%, #795fff 100%); 
    
}
.single-service .card-header {
	/*background-image: -moz-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
    background-image: -webkit-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
    background-image: -ms-linear-gradient(0deg, #bfacff 0%, #795fff 100%); */
}
.single-service .card-body {
	background: #f9f9ff;
}
.single-service:hover {
    box-shadow: -14.142px 14.142px 20px 0px rgb(157 157 157 / 50%);
	cursor: initial;
}

.single-service:hover .city-link {
    color: #000000 !important;
}

.about-content .form-wrap {
    background-color: #a998f6;
    border: 1px solid #b8aaf3;
    padding: 20px 0;
    margin: 20px 16px;
}
.about-content .form-wrap .btn-info {
    background-color: #49e4fa;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
}
.container-city.card-columns .card {
    border-radius: 20px;
}
.container-city .card-header {  
    background-color: transparent;
    
}
.container-city .card-body {  
	border-bottom-left-radius: 18px;    
	border-bottom-right-radius: 18px;    
}
.list-columns.sponsored-column .single-popular-post {	
	transition: all 0.5s;
	background-image: -moz-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
	background-image: -webkit-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
	background-image: -ms-linear-gradient(0deg, #bfacff 0%, #795fff 100%); 
	
	padding: 12px 8px;
}
.list-columns.sponsored-column .single-popular-post .adv-pic {
	max-height: 60px;
}


.list-columns.sponsored-column .single-popular-post h3 {
    color: #ffffff;
    font-weight: 400;
}
.list-columns .single-popular-post {
    background-color: #f9f9ff;
    padding: 12px 10px 16px 10px;
	border: 1px solid #b8aaf3;
	border-radius: 5px; 
	
	margin: auto;
	padding-left: 1px;
}
.list-columns .single-popular-post:hover {
	background-color: #222222;
	box-shadow: -14.142px 14.142px 20px 0px rgb(157 157 157 / 50%);
}
.list-columns .single-popular-post:hover h4 {
	color: #ffffff;
}
.list-columns .single-popular-post .details {
    /*margin-left: 12px;*/
    margin-left: 0px;
	padding-left: 10px;
}
.list-columns .single-popular-post h4 {
    color: #222222;
	font-weight: 400;
}
.list-columns .single-popular-post .thumb {   
    /*width: 30%;
	display: flex;
    justify-content: flex-end;*/

	/*position: absolute;
    right: 0;
    margin-right: 32px;*/
	
	display: flex;
    justify-content: flex-end;
	padding-right: 2px;
}
.list-columns .adv-pic {
    margin-left: 0.2rem;
    border: none !important;
    max-height: 48px;	
	
	border-radius: 8px;

}
.list-columns span.has-adv-pic {
    color: #9588d1;
    font-size: 0.85em;
    padding-left: 1em;
    margin-right: 1rem;
}
.date-bar {   
    color: #ffffff;
    font-weight: 400;
    font-size: 1rem;
}
.message-row {
	font-size: 18px;
	font-weight: 400;
}
.next-button, .next-button span {
	font-size: 20px;
	font-weight: 700;
}
.owl-carousel .owl-item img {
    display: block;
    max-width:50px;
    -webkit-transform-style: preserve-3d;
}
.city-info {
    font-size: 1.2rem !important;
    font-weight: 700;
}
.text-dark {
    color: #343a40 !important;
}
.adv-pic {
    margin-left: 0.2rem;
    border: #49e4fa 2px solid;
    max-width: unset !important;
    max-height: 60px !important;
}

img.ad-main-pic {
    margin: 0 auto;
    max-width: 250px;
    max-height: 250px;
    border-radius: 15px;
}
.gallery-thumbs img.portrait {
    width: 100%;
    height: auto;
}
.thumb-active {
    /*border-radius: 5px;
    border-color: rgb(28, 154, 214);
    border-width: 2px;
    border-style: solid;*/
	
	border-radius: 8px;
}
.gallery-thumbs {
    width: 50px;
    height: 50px;
    margin-right: 1px;
    position: relative;
    overflow: hidden;
    display: inline-block;
	
	border-radius: 5px;
}
.gallery-thumbs img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.page-ad-detail .ad-detail {
	color: #222222;
	font-weight: 400;
}

.page-ad-detail .post-list .single-post {   
    /*background-color: #222222;*/
}

.page-ad-detail .titles h3 {
	color: #222222;
}
.page-ad-detail .single-post h5 {   
    color: #795fff;
	font-weight: 600;
}
.page-ad-detail .btns li {
	/*background-color: #49e4fa !important;*/
	color: #ffffff !important;
	font-weight: 400;
    font-size: 18px;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 5px;
	
	background-image: -moz-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
	background-image: -webkit-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
	background-image: -ms-linear-gradient(0deg, #bfacff 0%, #795fff 100%); 
}
.page-ad-detail .btns li:hover {	
	/*background-image: -moz-linear-gradient(0deg, #bfacff 0%, #795fff 100%) !important;
	background-image: -webkit-linear-gradient(0deg, #bfacff 0%, #795fff 100%) !important;
	background-image: -ms-linear-gradient(0deg, #bfacff 0%, #795fff 100%) !important; 
	box-shadow: -14.142px 14.142px 20px 0px rgb(157 157 157 / 50%) !important;*/
}
.page-ad-detail .btn-msg {
	width: 130px;
	text-align: center;
	/*font-size: 32px !important;
	padding-top: 5px !important;
    padding-bottom: 15px !important;*/
	padding-top: 7px !important;
    padding-bottom: 4px !important;
}
.page-ad-detail .btn-msg span {
	line-height: 0 !important;
	vertical-align: middle;
}
.page-ad-detail .single-popular-post .details {
    margin-left: initial;
}
.page-ad-detail .owl-carousel .owl-item img {
    display: inline-block !important;
	margin-top: 18px;
}

.page-ad-detail .ad-btn {
	width: 100px;
	text-align: center;
    position: absolute;
    right: 0;
    margin-right: 10px;
	border-radius: 5px;
}


.page-ad-detail .sponsored-post .single-popular-post {
	background-image: -moz-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
	background-image: -webkit-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
	background-image: -ms-linear-gradient(0deg, #bfacff 0%, #795fff 100%); 
}

.page-home .single-popular-post {   
    height: 180px;
	background-image: -moz-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
	background-image: -webkit-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
	background-image: -ms-linear-gradient(0deg, #bfacff 0%, #795fff 100%); 
}
.page-home .single-popular-post .details p {
    color: #ffffff;
}
.page-home .single-popular-post .thumb {   
    width: 35%;
}
.page-home .single-popular-post .thumb .adv-pic {   
    max-height: 60px !important; 
}
.page-home .ad-btn {
	width: 100px;
	text-align: center;
	border-radius: 5px;
}
.page-home .banner-content .form-wrap .btn-info {		
	height: 40px;
	border-radius: 5px;
}
/* modal box */
.modal {
	text-align: center;
}
.modal-dialog.message-box {
    max-width: 450px;
    margin: 1.75rem auto;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.btn-outline-info {
    color: #795fff;
    background-color: transparent;
    background-image: none;
    border-color: #795fff;
    border: 1px solid;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    text-transform: none;
    font-weight: normal;
    line-height: 1.5;
    padding: .375rem .75rem;
}
.btn-outline-info:hover {   
    background-color: #795fff;
}
.btn-list-page {
    color: #fff;
    /*background-color: #49e4fa;*/
    border-color: #795fff;
	text-transform: uppercase;
	
	background-image: -moz-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
	background-image: -webkit-linear-gradient(0deg, #bfacff 0%, #795fff 100%);
	background-image: -ms-linear-gradient(0deg, #bfacff 0%, #795fff 100%); 
}
.btn-list-page:hover {
	background-image: unset;
    color: #795fff;
    background-color: #ffffff;
    border-color: #795fff;
}
.error {
    color: #795fff;
    font-size: 0.8em;
    font-weight: 500;
}
.owl-carousel .owl-item img {   
	width: unset !important; 	
	max-width: unset !important; 	
}
header h1 {	
	color: #fff;
}
/* modal box */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) { 
  .banner-content .form-wrap {		
		padding-bottom: 0px;
	}
  
 }
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (orientation : landscape) {
	
 }
  
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) {

	

}
@media (min-width: 768px) {  
	.card-columns {column-count: 3;} 
	.page-home .banner-content {		
		padding: 0;		
	}
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 .card-columns {column-count: 3;}
}
 @media (min-width: 961px) { 
 .card-columns {column-count: 3;}
 
	#logo {
		padding-left: 0;
	}
	body.mobile-nav-active #mobile-nav {    
		right: 0;
	}
	
	#mobile-nav {
		left: unset !important;
		right: -260px;
	}
	#mobile-nav-toggle {
		font-size: 34px;
		right: 13%;
	}
	#mobile-nav ul {   
		margin-top: 56px;
		padding-left: 10px;
	}	
	#mobile-nav ul li {   
		padding-left: 16px;
	}
	#mobile-nav ul li a {    
		font-size: 18px;
	}
	
	.page-home .banner-content {		
		padding: 0;		
	}
	.page-ad-detail .post-list {
		padding-left: 0px;
	}
	.footer-bottom {
		justify-content: flex-end;
	}

}
@media (max-width:960px) { 
	
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 16px;
	}
	
	.about-content h1 {
		font-size: 36px;
	}
	
	.ticker-btn {
		display: block !important;
		width: 50%;
	}
	
	.choose-city-btn {		
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	
	.city-button-home {
		justify-content: center;
		display: flex;
	}
	.post-list .single-post {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.single-footer-widget {		
		text-align: center;
	}
	
	.single-footer-widget {
		margin-bottom: initial;
	}
	
	.service-area.section-gap {
		padding-top: 20px
	}
	
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
   .card-columns {column-count: 3;} 
}
@media (max-width:767px) {
	h3 {
		font-size: 18px;
	}	
	.just-live h1, .home-bottom h1, .about-content h1 {
		font-size: 30px;
	}
	.card-columns {column-count: 2;} 
	
	.card-columns.container-city {
		padding-left: initial;
		column-gap: 2rem;
	}
	
	.city-link {
		color: #222222 !important;
		font-size: 14px;
	}
	#logo {
		margin-left: initial;
	}
	
	#header #logo img {
		max-height: 34px;
	}
	.ticker-btn {		
		width: 90%;
	}
	.city-button-home {
		font-size: 26px !important;
		margin-top: 32px !important;
	}
	.choose-city-btn {		
		padding: 9px 12px !important;
	}
	.page-home .banner-content .form-wrap .btn-info {
		font-size: 18px;
		height: 46px;
	}
	.page-home .banner-content .form-wrap {
		margin-bottom: 0px;
	}
	.page-home .banner-content {
		padding-bottom: 28px;
		margin-top: -38px;
	}
	
	.page-ad-detail .btns li {   
		font-size: 14px;
	}
	.page-ad-detail .btn-msg {
		/*width: 72px;*/		
	}
	.page-ad-detail .ad-btn {		
		margin-right: 30px;
	}
	.page-home .single-popular-post .thumb {
		width: 60%;
	}
	.page-home .single-popular-post {
		height: 196px;
	}
	.single-footer-widget {
		margin-bottom: 10px;		
	}	
	
	.footer-bottom {
		justify-content: center;
	}
	
	/*.list-columns .single-popular-post .details {
		width: 100% !important;
	}*/
	.list-columns .single-popular-post .thumb {	
		justify-content: flex-start;		
	}
	
	
}
@media (max-width:414px) {
	
	.post-list .details {
		margin-top: 0px;
	}
	.page-home .single-popular-post {
		height: 220px;
	}
	.page-home .single-popular-post .thumb {
		width: 100%;
	}
	
	
}