/* Custom Responsive CSS */

@media (max-width: 600px) {

	/* Homepage Mobile Responsive CSS Start */
	.w-btn.small_mobile_btn{
		font-size: 18px !important;
	}
	.mobile_heading .vc_column-inner .wpb_wrapper{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile_heading_with_button .vc_column_container{
		width: fit-content!important;
		display: contents!important;
	}
	.mobile_heading_with_button .vc_column_container .vc_column-inner{
		justify-content: space-between!important;
	}
	.mobile_heading_with_button .vc_column_container .vc_column-inner .wpb_wrapper .align_right a .w-btn-label{
		display:none;
	}
	.mobile_heading_with_button .vc_column_container .vc_column-inner .wpb_wrapper .align_right a::before{
		 border: none!important;
	}
	.mobile_heading_with_button .vc_column_container .vc_column-inner .wpb_wrapper .has_text_color .w-text-h .w-text-value{
		font-size: 30px;
	}
	/* Homepage Responsive CSS End */

	
	/* About us page css start */
	.mobile_custom_heading .w-text-h .w-text-value{
		font-size:30px;
	}
	.us_custom_bd06d04b.about_orange_section  {
		padding: 20px !important;
		height: auto!important;
	}
	/* About us page css end */
	
	/* Submissions page css start */
	.all_submissions_page .banner_section .img_back .banner_heading{
		font-size: 50px!important;
	}
	/* Submissions page css end */
}
 

