/*
Theme Name: Car Dealer html5  Bootstrap Template.
Author: codezionsoftwares
Author URL: https://www.templatemonster.com/authors/codezion/
Version: 1.0.0
*/
@media (max-width: 1200px) {
	/*navigation*/
	.navigation .main-navigation .main-menu > nav > ul > .menu-item > a {
		padding: 0 10px;
	}

	.mb-lg-20 {
		margin-bottom: 20px;
	}

	.mb-lg-30 {
		margin-bottom: 30px;
	}

	.mb-lg-40 {
		margin-bottom: 40px;
	}

	.mb-lg-80 {
		margin-bottom: 80px;
	}

	.our_articles .post .post-wrapper .post-img .post-date {
		left: 220px;
	}

	.nav-detail ul li {
		margin: 0px -8px 0px 0px;
	}

	.about-left-side {
		background: #111d5e;
		padding: 44px 30px;
	}
}

@media (max-width: 1024px) {
	.car-grid .location ul {
		margin-left: -30px;
	}

		.car-grid .location ul li {
			padding: 10px 2px;
		}

	.car-grid .location {
		width: 91%;
	}

	.nav-detail ul li {
		margin: 0px 20px 0px 0px;
	}
}

@media (max-width: 992px) {
	.header .navigation-wrapper nav > .main-navigation .logo {
		width: 103px;
		height: 55px;
		position: absolute;
		top: 5px;
	}
	/*Navigation*/
	.header .navigation-wrapper nav > .main-navigation .hamburger-menu {
		display: flex;
	}

	.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item:last-child {
		margin-right: 10px;
	}

	.header .navigation-wrapper nav > .main-navigation .main-menu {
		display: block;
		position: fixed;
		left: -320px;
		width: 320px;
		height: 100vh;
		top: 0;
		background: #39291c;
		transition: 0.5s all;
		overflow: auto;
		z-index: 100;
	}

		.header .navigation-wrapper nav > .main-navigation .main-menu.active {
			left: 0;
		}

		.header .navigation-wrapper nav > .main-navigation .main-menu > ul {
			display: block;
		}

			.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .search {
				display: none;
			}

			.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item {
				padding: 0;
				margin: 10px;
			}

				.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item > a {
					padding: 10px 15px;
					display: block;
					background: #fff;
					border: none;
					border-radius: 0;
					color: #000;
				}

				.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item.active > a {
					color: #263077;
					font-weight: 500;
				}

	.menu-item-has-children > a > .arrow:after, .menu-item-has-megamenu > a > .arrow:after {
		position: absolute;
		right: 15px;
	}

	.menu-item-has-children .submenu .menu-item-has-children > .submenu, .menu-item-has-megamenu:hover > .megamenu, .menu-item-has-megamenu .megamenu, .menu-item-has-children .submenu {
		opacity: 1;
		visibility: visible;
		left: 0;
		width: 100%;
		position: relative;
		display: none;
		padding: 0;
		transform: none;
	}

	.car-grid .location {
		width: 92%;
	}

		.car-grid .location ul {
			margin-left: -5px;
		}

	.mb-md-20 {
		margin-bottom: 20px;
	}

	.mb-md-30 {
		margin-bottom: 30px;
	}

	.mb-md-40 {
		margin-bottom: 40px;
	}

	.mb-md-80 {
		margin-bottom: 80px;
	}

	.about-left-side,
	.section-header .section-heading {
		max-width: 100%;
		text-align: center;
	}

	.section-header.style-left .section-heading h3:after {
		margin: 20px auto 0;
	}

	.section-header.style-left .section-heading {
		margin: 0;
	}

	.section-header.style-left {
		text-align: center;
	}

	.about-left-side .section-header {
		display: block;
	}
}

@media (max-width: 767px) {
	.header .navigation-wrapper nav > .main-navigation .logo {
		width: 105px;
		height: 55px;
		position: absolute;
		top: 5px;
	}
	/*topbar*/
	.header .topbar .leftside, .header .topbar .rightside {
		display: flex;
		justify-content: center;
	}

		.header .topbar .rightside ul > li.book-appointment > a, .header .topbar .rightside ul > li.login {
			padding: 12px 30px;
		}
	/*General*/
	.section-header {
		display: block;
	}

		.section-header .section-btn {
			display: none;
		}
	/*blog*/
	.blog-details .post-details-tags-social .tags-box {
		justify-content: center;
		margin-bottom: 10px;
	}

	.blog-details .post-details-tags-social .social-media-box ul {
		justify-content: center;
	}

	.blog-details .post-author {
		display: block;
	}

		.blog-details .post-author .author-caption {
			flex: 0 0 calc(100% - 0px);
			max-width: calc(100% - 0px);
		}

	.car-grid .location ul {
		justify-content: center;
		font-size: 18px;
		width: 100%;
	}

	.car-grid .location {
		width: 94.5%;
	}

		.car-grid .location ul li {
			padding: 10px 11px;
		}

	.nav-detail ul li {
		margin: 12px 46px 0px 0px;
	}

	.coming-soon .coming-soon-text h1 {
		font-size: 40px;
	}

	.coming-soon .coming-soon-text .counter .counter-box .inner-box {
		font-size: 28px;
		margin-top: 10px;
	}

	.coming-soon .coming-soon-text .counter .counter-box {
		margin: 0 5px;
	}

	.mb-sm-20 {
		margin-bottom: 20px;
	}

	.mb-sm-30 {
		margin-bottom: 30px;
	}

	.mb-sm-40 {
		margin-bottom: 40px;
	}

	.mb-sm-80 {
		margin-bottom: 80px;
	}

	.book-appointment {
		margin-bottom: 10px;
	}

	.copyright .social-content {
		text-align: center;
		margin-bottom: 20px;
	}

	.copyright .copy {
		text-align: center;
	}
}

@media (max-width: 576px) {
	.header .navigation-wrapper nav > .main-navigation .logo {
		width: 100px;
		height: 55px;
		position: absolute;
		top: 5px;
	}

	/*topbar*/
	.header .topbar .rightside ul > li.book-appointment > a, .header .topbar .rightside ul > li.login {
		padding: 8px 10px;
	}
	/*Navigation*/
	.header .navigation-wrapper nav > .main-navigation .main-menu {
		left: -260px;
		width: 260px;
	}
	/*our services*/
	.service-box .service-wrapper {
		display: block;
	}

		.service-box .service-wrapper .service-img, .service-box .service-wrapper .service-text {
			flex: 0 0 calc(100% - 0px);
			max-width: calc(100% - 0px);
		}

	.coming-soon .coming-soon-text .counter {
		flex-wrap: wrap;
	}

		.coming-soon .coming-soon-text .counter .counter-box {
			margin: 0 5px 10px;
			width: 100px;
		}

	.coming-soon .coming-soon-contact ul {
		justify-content: center;
	}

		.coming-soon .coming-soon-contact ul li {
			width: auto;
			padding: 0 15px;
		}

	.mb-xs-20 {
		margin-bottom: 20px;
	}

	.mb-xs-30 {
		margin-bottom: 30px;
	}

	.mb-xs-40 {
		margin-bottom: 40px;
	}

	.mb-xs-80 {
		margin-bottom: 80px;
	}

	#page404 .txt {
		margin: 0 0 0 -190px;
	}

	.tabs .nav-tabs .nav-item {
		width: calc(50% - 10px);
	}
}

@media (max-width:450px) {
	blockquote {
		padding: 15px;
	}

		blockquote p {
			font-size: 14px;
		}

	.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date {
		position: absolute;
		top: 20px;
		right: 20px;
		margin-top: 0;
	}

	.blog-details .post-details-tags-social span, .blog-details .post-details-tags-social .social-media-box ul li .social-number, .blog-details .post-author .author-caption .authorpost {
		display: none;
	}

	.blog-details .post-details-tags-social .tags {
		margin-left: 0;
	}

	.comment-box .children {
		padding-left: 0;
	}
	/*coming soon*/
	.coming-soon .main .counter .counter-box {
		margin: 0 10px;
	}

		.coming-soon .main .counter .counter-box .inner-box {
			width: 50px;
			height: 50px;
		}

	.about-us .about-left-side ul {
		columns: 1;
	}

	.about-us .about-right-side .about-img:before, .about-us .about-right-side .about-img:after {
		height: calc(50% - 20px;
		)
	}

	.tabs .nav-tabs .nav-item {
		width: 100%;
		margin-right: 0;
	}

	.nav-detail ul li {
		margin: 12px 10px 0px 0px;
	}
}

@media (max-width:425px) {
	.car-grid .location {
		display: none;
	}
}

@media (min-width:360px) and (max-width:460px) {
	.single-courses-card .courses-content .admin-profile {
		position: relative;
		padding-left: 76px;
		padding-bottom: 10px;
		/* margin-bottom: 20px; */
	}

	.header .navigation-wrapper nav > .main-navigation .logo {
		width: 185px;
		height: 55px;
		position: absolute;
		top: 5px;
	}

	.slider-content h1 {
		font-size: 46px;
	}
}
/*video-responsive*/
@media (max-width: 1400px) {
	.slider .main-banner .video-img {
		width: 100%;
	}
}

@media (min-width: 360px) and (max-width: 1280px) {
	.slider .main-banner .video-img {
		width: auto;
	}
}


@media (min-width:360px) and (max-width:484px) {
	.our-work-sec .section-header span::after {
		background: url(../images/icon/edu-icon.png);
		bottom: -8px;
		color: #1bb4b9;
		content: "";
		font-size: 14px;
		height: 20px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		text-align: center;
		width: 40px;
		z-index: 9;
		bottom: 204px;
	}
}
