.row {
	width: 100%;
}
form input{
    height: 50px !important;
}
form input[type="email"]{
    width: 60%; 
    margin: 0 15px 0 0;
}
.start-return-btn{
    width: 40%;
    padding: 0px 5px; 
    margin: 0;
	min-height: 50px;
}
nav>a:first-child>i {
	margin-right: 5px;
}

nav>a:last-child>i {
	margin-left: 5px;
}

section.top-section {
	margin-top: 50px !important;
}

.return-title {
	line-height: 1.4;
	font-size: 80px;
	margin: 15px 0 20px 0;
	background: -webkit-linear-gradient(10deg, #43c9db, #76d9c8, #44c9db, #86e0c0, #5bced3, #43c9db);
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.white-btn {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
	text-transform: lowercase;
	padding: 7.5px 15px;
	margin: 10px auto;
}

.logo {
	margin: 15px auto;
}

.top-bar {
	background-image: linear-gradient(to right, #ffcb84 0%, #ff9271 99%);
	padding: 5px 0;
	color: #fff;
	font-size: 1.2rem;
}
.row.return-inputs-row{
   flex-wrap: nowrap; 
   max-width: 1000px; 
   margin: 0 auto !important;
}
nav {
	padding: 0 15px;
}
.ve-white-border--wrap {
    padding: 10px;
}
.contact-text:hover,
.contact-text:focus{
	color: #fff;
}
.contact-text--wrap {
    text-align: center;
    border: 2px solid #fff;
    padding: 20px 10px;
}
.ve-contact-box--wrap{
	max-width: 900px;
    margin: 0 auto;
}
.return-icons {
	display: flex;
	color: #fff;
	width: 100%;
	margin: 15px auto;
	max-width: 900px;
	text-align: center;
}

.return-icon {
	width: 33.33%;
	padding: 0 15px;
}

.return-icon i {
	font-size: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 25px;
}

.orange-gradient-bg {
	background-image: linear-gradient(to left, #f5ba9a, #dca6b4);
	padding: 50px 30px;
	color: #fff;
}
.ve-gradient-bg-purple{
	background-image: linear-gradient(53deg, #40a2af, #d0c2e2);
    padding: 35px 0 50px 0;
	color: #fff;
	text-align: center;
}
/* IMAGE ROW */
.ve-social-image-row {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.ve-social-image-row img {
    height: 100%;
    width: calc(100vw / 8);
}
@media (min-width: 1850px){
   .ve-social-image-row img {
       width: calc(100vw / 10);
   }
}
@media(min-width:1600px) {
	.ve-social-image-row img {
		width: calc(100vw / 9);

	}
}

@media(max-width:1200px) {
	.ve-social-image-row img {
		width: calc(100vw / 7);

	}
}

@media(max-width:950px) {
	.ve-social-image-row img {
		width: calc(100vw / 6);

	}
}

@media(max-width:798px) {
	.ve-social-image-row img {
		width: calc(100vw / 5);
	}
}

@media(max-width:600px) {
	.ve-social-image-row {
		flex-wrap: wrap;
	}

	.ve-social-image-row img {
		width: 20%;
	}
}

@media(max-width:525px) {
	.ve-social-image-row img {
		width: 25%;

	}

	.ve-social-image-row img:nth-last-child(2),
	.ve-social-image-row img:last-child {
		display: none;
	}
}

@media(max-width: 450px) {
	.ve-social-image-row img {
		width: calc(100% / 3);

	}

	.ve-social-image-row img:nth-last-child(3),
	.ve-social-image-row img:nth-last-child(4) {
		display: none;
	}
}

@media(max-width: 799px) {
	.return-icons {
		flex-wrap: wrap;
	}

	.return-icon {
		margin-top: 20px;
		width: 100%;
	}
}

@media(max-width: 500px) {
	.return-title {
		font-size: 16vw;
	}
}
