@media screen and (max-width: 1480px) {
	.container {
		padding: 0px 100px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1320px;
	}
}





@media only screen and (max-width: 1199px) {

	.btn-primary,
	.btn-secondary,
	.btn-outline {
		padding: 10px 20px;
		line-height: 30px;
	}

	.container {
		padding: 0 15px;
		max-width: 100%;
	}

	.banner-sec h1 {
		font-size: 60px;
		line-height: 60px;
	}

	.text-with-img-sec .img-box {
		padding-right: 50px;
	}

	h2 {
		font-size: 42px;
		line-height: 50px;
	}

	.my-120 {
		margin: 25px 0;
	}

	.heading-box h2 {
		font-size: 42px;
		line-height: 50px;
	}

	.testimonials-sec h2 {
		font-size: 42px;
		line-height: 55px;

	}

	.my-80 {
		margin: 40px 0;
	}

	.text-with-img-sec.text-with-img-btm .flex-md-row-reverse .text-box {
		padding-right: 20px;
	}
}

@media screen and (max-width: 991px) {
.slider-text h2 {
    padding: 30px 0 0;
}
}


@media screen and (max-width: 991px) {
	.slider-text {
		margin-bottom: 30px;
	}
	.testimonials-sec .item-single {
    padding-right: 0px;
}


}

/*****************************/
@media only screen and (max-width: 450px) {
	.sec-tabs-slider-main .nav-link {
		font-size: 11px!important;
		/* padding: 5px; */
	}
	.sec-tabs-slider-main .nav-link.active {
		font-size: 11px!important;
	 }
}
@media only screen and (max-width: 767px) {

	.banner-sec h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.banner-sec p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.my-120 {
		margin: 25px 0;
	}

	.text-with-img-sec .img-box {
		padding-right: 0;
	}

	.text-with-img-sec img {
		width: 100%;
	}

	.heading-box h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.py-120 {
		padding: 50px 0;
	}

	.my-80 {
		margin: 30px 0;
	}

	.text-with-img-sec.text-with-img-btm h3 {
		font-size: 24px;
		line-height: 40px;

	}

	.testimonials-sec h2 {
		font-size: 42px;
		line-height: 50px;
	}

	.text-box h2 {
		font-size: 24px;
		line-height: 40px;
	}

	.contact-info {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.right-menu-items {
		justify-content: end;
	}

	.contact-info .d-flex.flex-wrap {
		justify-content: end;
	}

	.text-with-img-sec.text-with-img-btm .flex-md-row-reverse .text-box {
		padding: 20px 0;
	}

	.text-box {
		padding: 20px 0;
	}

	.footer-box p {
		text-align: center;
		font-size: 16px;

	}

	.footer-box .btn {
		float: inherit;
	}

	footer.footer {
		text-align: center;
		padding-top: 50px;
	}

	p {
		font-size: 16px;
	}

	.footer-btm {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.footer-btm ul {
		display: block !important;
	}

	.contact-info ul li a {
		font-size: 12px;
	}

	.slider-text h2 {
		font-size: 27px;
	}

	.slider-text p {
		font-size: 16px;
		margin: 20px 0;
	}

	.slider {
		padding: 50px 0;
	}

	.heading-text {
		font-size: 24px;
	}

	.border-css:after {
		content: "";
		width: 28%;
	}

	.border-css:before {
		content: "";
		width: 28%;
	}
	.testimonials-sec {
    padding-bottom: 80px !important;
}

.footer-box h4 {
   
    margin: 20px 0 0;
}

.footer-btm {
    padding: 25px 0px;
}

.sec-tabs-slider-main .nav-link.active {
    font-size: 15px;
 }
 .sec-tabs-slider-main .nav .nav-item {
    padding: 0px 2px;
}
.sec-tabs-slider-main .nav-link {
    font-size: 15px;
    padding: 5px;
}
.sec-tabs-slider-main .nav {
    justify-content: space-between;
}
.footer-btn-prime {
    justify-content: center !important;
}
}