
/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
    
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
.hero-content h1 {
	font-size: 34px;
	line-height: 1.3;
}
.heroFeature .content p {
	font-size: 16px;
}
.cta-content h2 {
	font-size: 30px;
}
.cta-content h4 {
	font-size: 19px;
}
.main-title h2 {
	font-size: 34px;
}
.textBlock-content h3 {
	font-size: 26px;
	margin-bottom: 16px;
}
.textBlock-desc p {
	font-size: 16px;
}
.conversation-content h2 {
	font-size: 29px;
}
.feature-item .content h3 {
	font-size: 26px;
}
h2 {
	font-size: 34px;
	line-height: 1.3;
}
.hero-content h1 span.repText {
	min-width: 172px;
	max-width: 172px;
	height: 43px;
}




}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
    
.header-menu ul {
	gap: 28px;
}
.hero-video {
	flex: 0 0 auto;
	width: 50%;
}
.hero-img {
	flex: 0 0 auto;
	width: 25%;
}
.hero-img img {
	max-width: 100%;
}
.section.hero {
	padding-bottom: 45px;
}
.cta-wrapper img {
	display: none;
}
.cta-content {
	text-align: center;
}
.section.textimonial {
	padding: 60px 0px 44px;
}
.main-title {
	margin-bottom: 20px;
}
.row.textBlock-item {
	padding-top: 24px;
	padding-bottom: 24px;
}
.textBlock-desc {
	padding-right: 0px;
}
.download-img {
	display: none;
}
.conversation-content {
	text-align: center;
}
.conversation-content h2 {
	margin-bottom: 25px;
}
.conversation-wrapper {
	padding: 42px 0px 42px;
}
.conversation-content a img {
	max-width: 146px;
}
.section.features {
	padding: 50px 0px 40px;
}
.features-wrapper {
	grid-gap: 28px 30px;
}
.section.faq {
	padding: 40px 0px 35px;
}
.main-title {
	margin-bottom: 23px;
}
.contact-img {
	text-align: center;
}
.contact-formTitle h2 {
	margin-bottom: 0px;
	text-align: center;
}
.section.contact {
	padding: 40px 0px 70px;
}
.hero-cuntrys {
	justify-content: flex-start;
}
.hero-content h1 {
	position: relative;
	z-index: 11;
}

}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
.header-left {
	gap: 12px;
}
.header-wrapper {
	padding: 0px 20px;
} 
.hero-content {
	text-align: center;
	margin-left: -12px;
	margin-right: -12px;
}
.hero-cuntrys {
	padding: 0px 10px 13px;
}
.hero-img {
	flex: 0 0 auto;
	width: 25%;
	display: none;
}
.hero-video {
	width: 100%;
}
.section.hero {
	padding-bottom: 60px;
}
.cta-content {
	padding: 0px 20px;
}
.cta-wrapper {
	padding: 40px 0px 45px;
}
.main-title {
	padding: 0px 20px;
}
.testimonial-item {
	max-width: 90%;
}
.textBlock-img {
	padding: 0px 20px;
}
.section.textBlock {
	padding: 70px 0px 28px;
}
.features-wrapper {
	grid-gap: 30px 0px;
    grid-template-columns: repeat(1, 1fr);
}
.feature-item {
	text-align: center;
}
.feature-item .icon span {
	margin: 0 auto;
}
.section.faq {
	padding: 0px 0px 20px;
}
.accordion-button {
	font-size: 18px;
	padding: 12px 0px 18px;
}
.accordion-button::after {
	height: 37px;
	width: 37px;
}
.accordion-body p {
	font-size: 16px;
}
.contact-form button.btn {
	font-size: 17px;
	width: 100%;
    line-height: 1;
}
.footer-left {
	width: 100%;
	flex: 0 0 auto;
	text-align: center;
	margin-bottom: 18px;
}
.footer-right {
	width: 100%;
}
.footer-copy {
	flex: 0 0 auto;
	width: 100%;
	order: 2;
    text-align: center;
}
.footer-menu {
	flex: 0 0 auto;
	width: 100%;
    margin-bottom: 15px;
}
.footer-menu ul{
    justify-content: center;
}
.testimonial-active .swiper-wrapper{
  -webkit-transition-timing-function: inherit !important;    
  transition-timing-function: inherit !important; 
  position: relative;
}
.testimonial-wrapper {
	padding-left: 20px;
}
.section.textBlock {
	padding: 20px 0px 28px;
}
.section.textimonial {
	padding: 40px 0px 10px;
}

/* new-responsive-css */
.hero-content h1 span.repText {
	min-width: 130px;
	max-width: 130px;
	height: 43px;
}
.hero-content h1 {
	font-size: 28px;
	line-height: 1.6;
}
h2 {
	font-size: 28px;
	line-height: 1.3;
}
.main-title h2 {
	font-size: 28px;
}
}



/* Small devices  */
@media (max-width: 576px) {
    
}
/* Small devices  */
@media (min-width: 300px) and (max-width: 400px) {
.testimonial-header h5 img {
	width: 32px;
}
.testimonial-header h5 {
	font-size: 16px;
}
.rattings img {
	max-width: 18px;
}



}