/*===================================
 * Responsive 
 *===================================*/

@media (max-width:1440px) {

}

@media (max-width:1366px) {

}
@media (max-width:1266px) {
	
}
@media (max-width:1100px) {

}


@media (max-width:767px) {

	.production-form .elementor-field-type-email{
		width: calc(100% - 120px);
	}
	.production-form .elementor-field-type-submit {
		width:120px;
	}
	.production-form .elementor-button{
		border-radius:50px;
		padding:10px 0px;
		font-size:14px;
	}
	.display-grid ul{
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  gap:20px;
	}
	.elementor-element-ebc1528 .pp-info-box-content{
		left:unset;
		right:0px;
	}
	.elementor-element-d2d8edb  .pp-info-box-content{
		left:0px;
	}
	
     .core-features .boxk-content p,  .core-features .boxk-content .elementor-widget-text-editor{
        font-size:14px !important;
    }
     .core-features .boxk-content h5{
        font-size:15px;
    }
	.core-features .box-icon{
		padding:0px !important;
		padding-top:10px !important;
	}
}