/* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */


@media (min-width: 1025px) and (max-width: 1300px) { 
    
#rev_slider_4_1_wrapper .clean_arrows.tparrows {
    margin-left: 32px !important;
}

}

@media (min-width: 320px) and (max-width: 767px) { 

	#rev_slider_4_1_wrapper .clean_arrows.tparrows {
		margin-top: 32px !important;
	}
	.tparrows {
		margin-top: 64px !important;
	}	
	canvas.rs-progress-bar {
		margin-top: 65px !important;
	}
	.registration-form-global{
		padding:20px 10px!important;
	}
	.registration-form-global .elementor-heading-title{
		font-size: 20px;
		line-height: 34px;
	}
	.registration-form-global .custom-popup-close{
		    top: 0px!important;
		    right: 0px!important;
	}

}
