@media only screen and (max-width:1600px){
	.signup-sec .right-col, .signup-sec .left-col {
		min-height: 900px;
	}
	.right-wrap2 {
		max-width: 600px;
	}
	.createAccount-sec .right-col, .createAccount-sec .left-col {
		min-height: 900px;
	}
	.step1 .left-col, .step1 .right-col {
		min-height: 1250px;
	}
	.step4 .left-col, .step4 .right-col {
		min-height: 2000px !important;
	}
}
@media only screen and (max-width:1280px){
	.right-wrap2 {
		max-width: 480px;
	}
}
@media only screen and (max-width:1200px){
	.createAccount-sec .left-col img {
		max-width: 400px;
	}
	.signup-sec .right-wrap {
		max-width: 420px;
	}
}
@media only screen and (max-width:1024px){
	.paragraph {
		font-size: 16px;
	}
	.login-form label {
		font-size: 16px;
	}
	.f-bottomBar {
		font-size: 16px;
	}
	.otp-form input {
		max-width: 65px;
		height: 65px;
	}
	.right-wrap2 {
		max-width: 450px;
	}
	.fky-images img {
		max-width: 100px;
		max-height: 100px;
		min-height: 100px;
	}
	/* profile Screen */
	.profileMemories .photo-wrap img {
		max-width: 200px;
		min-width: 200px;
		min-height: 180px;
		max-height: 180px;
	}
	.profileMemories .profileInterests .tags {
		font-size: 12px;
	}
}
@media only screen and (max-width:991px){
	.createAccount-sec .left-col img {
		max-width: 300px;
	}
	.boldHeading {
		font-size: 30px;
	}
	.right-wrap2 {
		max-width: 380px;
	}
	.cover-Image {
		min-height: 250px;
	}
}
@media only screen and (max-width:910px){
	.logo img {
		max-width: 350px;
	}
	.createAccount-sec .right-wrap {
		max-width: 300px;
	}
	.input-field {
		font-size: 16px;
	}
	.cta-btn {
		font-size: 22px;
		width: 280px;
		height: 50px;
	}
	.input-field input {
		font-size: 16px;
	}
	.agreeTerms input {
		margin-right: 10px;
	}
	.agreeTerms p {
		font-size: 14px;
	}
	.otp-form input {
		font-size: 30px;
	}
	.right-wrap2 {
		max-width: 330px;
	}
	.added-images {
		flex-direction: column;
		align-items: flex-start;
	}
	.addedImages-slider {
		margin: 20px 0 0;
	}
	/* profile screen */
	.profileWrap .profileInner {
		padding: 30px 20px;
	}
	.profileWrap .dashBoardTitle {
		font-size: 30px;
	}	
	.profileWrap .bannerWrap {
		min-height: 350px;
		max-height: 350px;
	}
	.profileWrap .bannerWrap .profileFlag {
		bottom: -60px;
		left: 23%;
	}
	.profileMemories .photo-wrap img {
		max-width: 180px;
		min-width: 180px;
		min-height: 150px;
		max-height: 150px;
	}
}
@media only screen and (max-width:767px){
    /* profile Screen */
	.profileMemories .photo-wrap {
		margin-right: 10px;
	}
}
@media only screen and (max-width:575px){}
@media only screen and (max-width:480px){}
@media only screen and (max-width:440px){}
@media only screen and (max-width:414px){}
@media only screen and (max-width:375px){}