/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

	/*=== step 02 page start ===*/

	.application-item-second h2 br {
		display: none;
	}

	.application-item-second p br {
		display: none;
	}

	.application-item-third h2 br {
		display: none;
	}

	.application-item-inner-fourth .form-input label {
		margin-left: 16px;
	}

	.application-item-inner-fourth .form-input label br {
		display: none;
	}






}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {	


	/*=== main content start ===*/

	.application-item h2 br {
		display: none;
	}

	.application-item p br {
		display: none;
	}

	.application-item-inner-second div:nth-of-type(1) {
	    width: 460px;
	}

	.application-item-inner-fourth .form-input label br {
		display: none;
	}

	.application-item-inner-eleventh {
	    width: 50%;
	}





}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {	


	/*=== main content start ===*/

	.application-item-inner {
		margin-bottom: 40px;
	}

	.application-item h2 {
	    font-size: 28px;
	    margin-bottom: 25px;
	}

	.application-item h2 br {
		display: none;
	}

	.application-item p br {
		display: none;
	}

	.application-item-inner-second div:nth-of-type(1) {
	    width: 100%;
	    padding-right: 0px;
	    margin-bottom: 20px;
	}

	/*=== step 02 page start ===*/

	.application-item-inner-third .form-input {
	    width: 57px;
	    height: 50px;
	    margin-right: 0;
	    padding: 0 3px;
	    margin-bottom: 15px;
	}

	.application-item-inner-third .form-input input {
		font-size: 28px;
	}

	/*=== step 02 page start ===*/

	.application-item-inner-fifth {
	    width: 100%;
	}

	.application-item-inner-sixth {
	    width: 100%;
	}

	.application-item-inner-seventh {
	    width: 100%;
	}

	.application-item-inner-eighth {
	    width: 100%;
	}

	.application-item-inner-nineth {
	    width: 100%;
	}

	.application-item-inner-nineth {
	    width: 100%;
	}

	.application-item-inner-tenth {
	    width: 100%;
	}

	.application-item-inner-eleventh {
	    width: 100%;
	}

	.application-item-inner-fourth .form-input label {
		margin-left: 0;
	}

	.application-item-inner-fourth .form-input label br {
		display: none;
	}




}