@media (min-width: 1400px) {
	.banner_sec {
		padding: 280px 0 200px;
		background-position: bottom !important;
	}

	.home_sec3 {
		padding-bottom: 590px;
		padding-top: 170px;
		background-position: center !important;
	}

	#home_sec1 {
		text-align: center;
	}

	#home_sec1 .hd_info {
		justify-content: center;
	}

	.about_banner_sec {
		background-position: center !important;
	}

	.Testimonials_banner_sec {
		background-position: center !important;
	}

	.contact_banner_sec {
		background-position: center !important;
	}

	.latest_banner_sec {
		background-position: center !important;
	}

	.pricing_banner_sec {
		background-position: center !important;
	}

	.gats-menu {
		padding-top: 890px;
	}

}

@media screen and (max-width: 992px) {
	.small {
		display: block;
		transition: all 0.3s ease-in-out;
	}

	#main_header {
		display: none;
	}

	.small nav {
		padding: 15px 0;
	}

	.small nav .container-flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	.small nav .menu {
		width: 40px;
		height: 40px;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #000;
		cursor: pointer;
		border-radius: 5px;
	}

	.small nav .sidebar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		transition: all 0.4s ease-in-out;
		z-index: 1000;
	}

	.small.show .sidebar {
		right: 0;
	}

	.small nav .sidebar>ul {
		margin-top: 120px !important;
	}

	.small nav .sidebar>ul>li {
		padding: 10px;

	}

	.small nav .sidebar ul>li:last-child {
		border-bottom: none;
	}

	.small nav .sidebar ul>li>a {
		color: #000;
		padding: 4px;
		font-size: 17px;
		text-transform: capitalize;
	}

	.small nav .sidebar>ul>li.link-sm {
		position: relative;
	}

	.small nav .sidebar ul li.link-sm i {
		position: absolute;
		top: 3px;
		right: 0px;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 19px;
		color: #1e1e1e;
		font-weight: 700;
	}

	.small nav .sidebar ul.sub-menu-sm {
		max-height: 0;
		overflow: hidden;
		transition: all .3s ease-in-out;
		margin-top: 0px !IMPORTANT;
	}

	.small nav .sidebar ul.sub-menu-sm li {
		padding: 4px 16px;
	}

	.small .times {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: #0e0e0e;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 18px;
		cursor: pointer;
	}

	.small .overlay {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.9);
		opacity: 0;
		pointer-events: none;
		transition: all 0.3s ease-in-out;
		z-index: 1000;
	}

	.small.show .overlay {
		opacity: 1;
		pointer-events: all;
	}

	ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
	}

	.small {
		display: block;
	}

	p br {
		display: none;
	}

	.small .logo img {
		width: 120px;
	}
	.sec-padd{
    padding-top: 100px !important;
   }
}

@media screen and (max-width: 767px) {
	#pricing-new .pricing-list:hover .item-title{
	color: #000;
	transition: ese all 0.3s;
     }
	.banner_sec h1 {
		text-transform: uppercase;
		font-size: 54px;
		line-height: 1;
		margin-bottom: 3px;
	}

	.banner_sec h1 span {
		font-family: var(--span-font);
		text-transform: capitalize;
		display: block;
		text-align: center;
		margin-bottom: 8px;
		margin-left: 0;
		font-size: 62px;
		margin-top: -5px;
	}

	.banner_sec h5 {
		font-size: 21px;
		margin-bottom: 5px;
		font-family: var(--paragraph-font);
		font-weight: 400;
	}

	.banner_sec .banner_heading {
		text-align: center;
	}

	.banner_sec .hd_info {
		justify-content: center;
	}

	.banner_sec .btom_social_icon {
		display: flex;
		align-items: center;
		gap: 13px;
		padding-top: 20px;
		justify-content: center;
	}

	.banner_sec {
		padding: 140px 0 290px;
		/*     background: url(../image/banner_sec_mb.jpg) no-repeat bottom/ cover !important; */
	}

	.home_sec3 {
		padding-top: 220px;
		padding-bottom: 60px;
		/*     background: url(../image/home_sec3_mb.jpg) no-repeat top / cover !important; */
	}

	.home_sec4 {
		padding-top: 250px;
		/*     background: url(../image/home_sec4_mb.png) no-repeat top / cover !important; */
	}

	.banner_sec .btom_social_icon img {
		width: 90px;
	}

	h2 {
		font-size: 36px;
	}

	section {
		padding: 60px 0px;
	}

	.home_sec1 .btom_content {
		display: flex;
		align-items: center;
		gap: 20px;
		flex-wrap: wrap;
	}

	.home_sec1 .btom_content img {
		width: 70px;
	}

	.home_sec1 {
		text-align: center;
	}

	.home_sec1 .btom_content img {
		width: 110px;
		margin: 0 auto;
	}

	.home_sec1 .hd_info {
		flex-wrap: wrap !important;
		justify-content: center;
	}

	.home_sec2 h3 {
		font-family: var(--span-font);
		font-size: 42px;
		margin-bottom: 0px;
	}

	.home_sec2 {
		padding-top: 55px;
	}

	.home_sec2 .heading {
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}

	.home_sec2 .hd_info {
		justify-content: center;
		flex-wrap: wrap;
	}

	.home_sec3 .hd_info {
		justify-content: center;
		flex-wrap: wrap;
	}

	.home_sec4 .hd_info {
		justify-content: center;
		flex-wrap: wrap;
	}

	.home_sec3 {
		text-align: center;
	}

	.home_sec2 .heading {
		padding-left: 0px;
	}

	.faq-contact .accordion-item p {
		color: #d2d2d2;
		padding-left: 15px;
		border-left: 2px solid #e3e3e3;
		margin-left: 0;
	}

	#reviews h2 {
		font-size: 36px;
	}

	.reviews .review-card {
		background: #fff;
		padding: 25px 15px;
		border-radius: 5px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		flex: 1;
		min-width: 50%;
	}

	.faq-contact h3 span {
		margin-left: 0;
		display: inherit;
		margin-bottom: -5px;
	}

	.faq-contact .top-img img {
		position: absolute;
		width: 140px;
		right: 50px;
		top: -20px;
	}

	#blogs .heading {
		display: flex;
		flex-wrap: wrap !important;
		justify-content: center !important;
	}

	#blogs .blog-overlay h4 {
		font-size: 15px;
		margin-bottom: 0;
	}

	.faq-contact h3 {
		font-size: 40px;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1;
		position: relative;
	}

	.site-footer .footer-about {
		position: relative;
		z-index: 11;
	}

	.site-footer::after {
		content: "";
		width: 42%;
		height: 100%;
		background: var(--theme-color-third);
		position: inherit;
		left: 0;
		top: 0;
		display: none;
	}

	.footer-logo {
		max-width: 150px;
	}

	.footer-about p {
		color: #ccc;
		padding-right: 0;
	}

	.footer-links li, .footer-contact li {
		margin-bottom: 14px;
		display: inline-block;
		align-items: center;
		color: #fff;
		padding-right: 18px;
	}

	.faq-contact .top_content h3 b br {
		display: none;
	}

	.site-footer .footer-bottom p {
		font-size: 14px;
		margin-bottom: 10px !important;
	}

	.site-footer {
		background: #333;
		color: #fff;
		padding: 70px 0 50px;
		font-size: 14px;
	}

	#inner-banner {
		padding: 155px 0 40px;
	}

	.about_banner_sec {
		/*     background: url(../image/about-mb.jpg) no-repeat bottom/ cover !important; */
	}

	.blog_banner_sec {
		padding: 140px 0 290px;
		/*     background: url(../image/blog-mb.jpg) no-repeat bottom/ cover !important; */
	}

	.contact_banner_sec {
		padding: 140px 0 290px;
		/*     background: url(../image/banner_sec_contact_mb.png) no-repeat bottom/ cover !important; */
	}

	.Testimonials_banner_sec {
		padding: 140px 0 290px;
		/*     background: url(../image/Testimonials_banner_sec_mb.png) no-repeat bottom/ cover !important; */
	}

	.testimonials_sec2 {
		padding-bottom: 250px;
		/*     background: url(../image/testimonials_sec2_mb.png) no-repeat top / cover !important; */
	}

	.about_sec img {
		width: 100px;
	}

	.testimonials_sec2 .hd_info {
		flex-wrap: wrap;
		justify-content: center;
	}

	#blog_sec1 {
		text-align: center;
	}

	#blog_sec1 .hd_info {
		justify-content: center;
		flex-wrap: wrap;
	}

	#blog_sec1 ul li {
		background: #fff;
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
		box-shadow: rgba(0, 0, 0, 0.41) 1px 2px 7px;
		padding: 16px 14px;
		border-radius: 6px;
	}

	#blog_sec1 ul li span br {
		display: none;
	}

	.blog_sec1 .blog-box .ober-lay h5 {
		margin-bottom: 0;
		text-transform: capitalize;
		font-size: 20px;
		line-height: 28px;
	}

	.blog_sec1 .bg-overlay {
		padding: 20px 15px;
	}

	.blog_sec1 .bg-overlay .content {
		background: #fff;
		padding: 15px 16px 15px 13px;
		border: 1px solid #000;
		position: relative;
		z-index: 111;
		text-align: center;
	}

	.blog_sec1 h3 {
		font-size: 24PX;
	}

	.blog_sec1 h5 br {
		display: none;
	}

	.blog_sec1 h5 {
		margin-bottom: 8px;
	}

	#testimonials-sec3 {
		text-align: center;
	}
	.gats-menu .head-1 {
		display: grid;
		grid-template-columns: auto auto;
		gap: 10px;
	}
	.gats-menu .head-1 {
		margin-bottom: 360px;
	}

	
	.pricing-3{
		background-position-x: 100%!important;
	}
	.pricing-3 .pricing-list li {
		margin-bottom: 30px;
		position: relative;
		padding-left: 20px;
		display: flex;
		flex-direction: column;
	}
	.pricing-3 .item-title {
		font-size: 23px;
		font-weight: bold;
	}
	.pricing-3 .item-sub {
		font-size: 19px;
		color: #666;
		display: inline-flex;
		margin-top: 2px;
		align-items: center;
		gap: 10px;
		color: #ffffff;
	}
	.pricing-3 .pricing-list {
		list-style: none;
		padding: 0 20px;
		margin: 0;
		background: #00000061;
		padding: 15px;
		color: #fff;
		border-radius: 6px;
		border: 2px solid #fff;
	}
}

@media screen and (max-width: 567px) {
	.banner_sec h1 {
		text-transform: uppercase;
		font-size: 48px;
		line-height: 1;
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 320px) {}