@media only screen and (min-width : 1200px) {
  /*  .container{
        max-width:1170px;
    }*/
}
/*============================================================  
                    Mobile First Method  
 =============================================================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1580px) {

}
@media only screen and (max-width : 1199px) {
    
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {

}
/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) {
	#testimonialSection .elementor-main-swiper .swiper-slide {
		padding: 30px;
	}
	#testimonialSection .elementor-main-swiper{
		padding:0px 10%;
	}
	#testimonialSection .elementor-main-swiper .swiper-slide .elementor-testimonial__text .tags {
		position: unset;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 15px;
	}
	#contactSection form > div .wpcf7-form-control-wrap .wpcf7-list-item {
		margin: 0px 20px 20px 0px;
	}
	#contactSection form > p label{width:100%;}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 667px) {

}