@media only screen and (min-width: 1400px) and (max-width: 4000px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {

#hero-carousel{
	height: 650px;
}
#hero-carousel .glide__track,
#hero-carousel .glide__track .glide__slides,
#hero-carousel .glide__track .glide__slides .glide__slide,
#hero-carousel .glide__track .glide__slides .glide__slide .hero-banner-wrapper {
	height: 100% !important;
}
#hero-carousel .glide__track .glide__slides .glide__slide .hero-banner-wrapper,
#hero-carousel .glide__track .glide__slides .glide__slide .hero-banner-wrapper picture{
	display: block;
	width: 100%;
	height: 100%;
}

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

.hero-content-inner{
	text-align: center;
}
.consultation-box {
  padding: 3rem;
}

}
@media only screen and (max-width: 991px) and (min-width: 768px) {

.btn-with-arrow,
.custom-btn,
.big-btn {
  padding: 1rem 1.5rem;
}
.custom-btn{
	font-size: 15px;
}
.banner-caption h1 {
  font-size: 3rem;
}
.hero-content-inner{
	text-align: center;
}
.nav ul li a {
  font-size: 16px;
  padding: 15px 18px;
}
.consultation-box {
  padding: 3rem;
}
.need-section .heading {
  text-align: center;
}
.copy-text{
	text-align: center;
	flex-direction: column;
	gap: 10px;
}



}
 @media only screen and (max-width: 767px) {
.thumbs-wrapper {
	width: 100%;
}
.thumbs-arrow {
	left: inherit;
	right: inherit;
	height: 100%;
	width: 24px;
}
.thumbs-arrow-left {
	left: 0;
}
.thumbs-arrow-right {
	right: 0;
}
.slider-section.carousal-slider-section .slider-arrow.nav-button-next {
	right: 0;
}
.slider-section.carousal-slider-section .slider-arrow.nav-button-prev {
	left: 0;
}
.nav-left {
	width: 100%;
}
.nav ul {
	width: 100%;
}
.header {
	flex-direction: column;
	display: block;
}
.header-middle-section {
	padding-right: 0px;
}
.list-with-tick.list-3 li {
	flex: 1 0 50%;
}
.testimonials-section {
	background-size: cover;
}
.why-choose-us-section .container {
	margin-top: 30px;
}
.banner-caption h1 {
	font-size: 35px;
}
.banner-caption h6 {
	font-size: 18px;
	margin-bottom: 20px !important;
}
.hero-content-inner {
	text-align: center;
	padding: 0 2rem;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.bt-colm-group {
	text-align: center;
}
.bt-colm-group .custom-btn {
	margin-bottom: 10px;
}
.service-box-content h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.box-wrapper {
	padding: 40px 25px 30px;
}
.how-to-work-box {
	padding: 0;
}
.testimonials-section .heading {
	text-align: center;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-right {
	padding: 50px 0;
}
.contact-right .heading {
	text-align: center;
}
.contact-column {
	justify-content: center;
}

.top-right-section{
	gap: 0;
}
.logo .custom-logo {
  width: 125px !important;
}
.heading h2 {
  font-size: 28px;
}
.service-box-content{
	text-align: center;
}
.consultation-box {
  align-items: center;
  padding: 2rem;
  text-align: center;
}
.featured-box-title {
  font-size: 18px;
}
.need-section .heading {
	text-align: center;
}
.contact-details-section .heading {
	text-align: center;
}
.copy-text{
	text-align: center;
	flex-direction: column;
}


}
