@media only screen and (max-width: 600px) {
	.shrink .menu-toggle {
		top: 22px;
	}
	h1.section-title2 {
		font-size: 20px;
		padding-left:50px;
        margin-bottom: 60px;
	}
	.section-title .icon-inner {
		display: none;	
	}
	.section-title .title-inner {
		display: inline-block;
	}
	.section-title .fa-stack {
		width: 50px;
		height: 32px;
		line-height: 57px;
		margin-right: 20px;
		display: table-cell;
		position: absolute;
        left: 0;
        top: -10px;
	}
	h1.section-title2 small {
		font-size: 20px;
		font-weight: 600;
    transform: translate(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: max-content;
    margin-top: 18px;
	}
	.registration-form div.form-group {
		font-size: 25px !important;
		
	}
}