@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 : 1080px) {
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {

}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) {
	.elementor-main-swiper.swiper.swiper-initialized .elementor-swiper-button{display:none;}
	.elementor-main-swiper.swiper.swiper-initialized .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{display:block;}
	.elementor-main-swiper.swiper.swiper-initialized {
		width: 100% !important;
		padding: 0;
		padding-bottom: 40px;
	}
	.contactUsForm form p span.wpcf7-form-control-wrap,
	.uploadDocumentForm form p span.wpcf7-form-control-wrap{
		width: 100%;
		margin-bottom: 20px;
	}
	.contactUsForm form p .wpcf7-form-control.wpcf7-submit,
	.uploadDocumentForm form p .wpcf7-form-control.wpcf7-submit{
		margin: 20px auto 0;
		width:100%;
	}
	.elementor-element.elementor-element-5fad135 .elementor-icon-box-wrapper .elementor-icon-box-content {
		max-width: 190px;
	}
	.elementor-element.elementor-element-5fad135 .elementor-icon-box-wrapper {
		justify-content: center;
	}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 667px) {

}