.return-form-main-wrap {
	padding: 30px 0px;
}
.return-form-main-wrap .rf-info-content-wrap h1 {
	font-size: 21px;
	text-align: center;
	color: rgb(41, 56, 69);
	line-height: 28px;
	margin-bottom: 25px;
}
.return-form-main-wrap .rf-info-content-wrap p {
	font-size: 14px;
	line-height: normal;
	color: rgb(41, 56, 69);
	margin-bottom: 0;
}
.return-form-main-wrap .rf-info-content-wrap p:nth-child(2),
.return-form-main-wrap .rf-info-content-wrap p:nth-child(3){
	text-align: center;
	color: #02aaa9;
}
.return-form-main-wrap .rf-info-content-wrap p:nth-child(2){
	margin-bottom: 10px;
}
.return-form-main-wrap .rf-info-content-wrap p:nth-child(3){
	margin-bottom: 20px;
}
.return-form-main-wrap .obligatory-field-wrap {
	margin-top: 25px;
    padding: 0 20px;
}
.return-form-main-wrap .obligatory-field-wrap p {
	font-size: 14px;
	font-weight: 600;
	color: rgb(75, 92, 107);
	margin-bottom: 0;
}
.return-form-main-wrap .rf-info-content-wrap {
    padding: 0 20px;
}
div#return_form_step_one .return-reason-wrap {
    padding: 0 20px;
}
div#customer_info_wrap {
    padding: 0 20px;
}
.after-reason-message-wrap {
    padding: 0 20px;
}
.return-form-main-wrap select#rf_obligatory_field{
	width: 100%;
    border: 2px solid #02aaa9;
    border-radius: 6px;
    background: #ffffff;
    padding: 10px 10px;
    color: rgb(41, 56, 69);
    font-weight: 500;
}
.return-form-main-wrap select {
	background: url(https://ssltest.worldwebdev.in/tappwaternew/en/wp-content/uploads/sites/13/2020/04/sort-1.png) #ffffff !important;
	background-position: 99% 50% !important;
	background-size: 13px !important;
	background-repeat: no-repeat !important;
	-webkit-appearance: none;
}
div#return_form_step_one {
	margin-top: 30px;
}
div#return_form_step_one .order-list-wrap {
	margin-bottom: 35px;
    padding: 0 20px;
}
div#return_form_step_one .order-list-wrap p,
div#return_form_step_one .return-reason-wrap p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: rgb(41, 56, 69);
}
div#return_form_step_one .order-list-wrap select,
div#return_form_step_one .return-reason-wrap select{
	width: 100%;
	border: 2px solid #02aaa9;
	border-radius: 6px;
	background: #ffffff;
	padding:10px 10px;
	color: rgb(197, 206, 214);
	font-weight:500;
}
div#return_form_step_one .order-list-wrap select option {
	color: rgb(197, 206, 214);
}
div#return_form_step_one .order-list-wrap select{
	color: #000000;
}
div#return_form_step_one .return-reason-wrap select{
	color:#000000;
}
div#return_form_step_one div#append_result_message {
	margin-top: 25px;
}
div#return_form_step_one div#append_result_message p {
	color: rgb(26, 174, 159);
	font-style: italic;
	font-weight: 500;
	line-height: normal;
}
div#return_form_step_one div#append_result_message div {
	margin-top: 25px;
}
div#return_form_step_one div#append_result_message div p {
	color: rgb(41, 56, 69);
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
div#return_form_step_one div#append_result_message div textarea#rf_specify_message {
	border: 2px solid rgb(197, 206, 214);
	border-radius: 6px;
	background: #ffffff;
	padding: 7px 10px;
	color: #000;
	height: 150px;
}
div#return_form_step_one div#customer_info_wrap label {
	font-size: 14px;
	color: rgb(41, 56, 69);
	top: -3px;
	position: relative;
	line-height: normal;
	font-weight: 400;
}
div#return_form_step_one div#customer_info_wrap p {
	margin: 35px 0 20px;
	font-size: 14px;
	color: rgb(41, 56, 69);
	font-weight: 400;
}

div#return_form_step_one div#customer_info_wrap input[type="text"],
div#return_form_step_one div#customer_info_wrap input[type="email"]{
	border: 2px solid rgb(197, 206, 214);
	border-radius: 6px;
	background: #ffffff;
	padding: 7px 10px;
	/*color: rgb(197, 206, 214);*/
	font-weight:500;
	margin-bottom: 15px;
	width:100%;
}
div#return_form_step_one div#customer_info_wrap p:nth-child(7) {
	font-style: italic;
	line-height: normal;
	font-weight: 500;
}
div#return_form_step_one div#customer_info_wrap p:nth-child(8) {
	margin-top: 0;
}
div#return_form_step_one div#customer_info_wrap p a {
	color: #09ABA9;
	font-weight: 500;
	letter-spacing: 0.5px;
}
div#return_form_step_one div#customer_info_wrap input#return_form_submit {
	display: block;
	margin: 45px auto 0;
	background: #207868;
	font-size: 20px;
	border-radius: 5px;
	letter-spacing: 0.5px;
}
.login-form-wrap p {
	color: rgb(41, 56, 69);
	font-weight: 500;
	line-height: 21px;
}
.login-form-wrap {
	width: 100%;
	background: rgb(141, 215, 207);
	padding: 15px;
}
.login-form-wrap div label {
	display: block;
	font-weight: bold;
	color: rgb(75, 92, 107);
	letter-spacing: 0.5px;
}
.login-form-wrap div input[type="email"],
.login-form-wrap div input[type="password"] {
	width: 100%;
	border: 2px solid rgb(197, 206, 214);
	border-radius: 6px;
	background: #ffffff;
	padding: 7px 10px;
	color: rgb(197, 206, 214);
	font-weight:500;
	margin-bottom: 15px;
}
.login-form-wrap div input[type="submit"] {
	width: 100%;
    border-radius: 6px;
    background: rgb(32, 120, 104);
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 6px 0;
}
.require_field {
	color: red !important;
}
/* File upload media start */
.fileUpload {
	position: relative;
	overflow: hidden;
}.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.btn--browse{
	border: 1px solid gray;
	border-left: 0;
	border-radius: 0 2px 2px 0;
	background-color: #ccc;
	color: black;
	height: 42px;
	padding: 10px 14px;
}
.f-input{
	height: 42px;
	background-color: white;
	border: 1px solid gray;
	width: 100%;
	max-width: 400px;
	float: left;
	padding: 0 14px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.btn--browse{
	border: 0;
	border-left: 0;
	border-radius: 0 2px 2px 0;
	background-color: #207868;
	color: black;
	height: 42px;
	padding: 0;
	margin-top: 0 !important;
	width: 45%;
	text-align: center;
	line-height: 36px;
}
.f-input{
	height: 42px;
	background-color: white;
	border: 1px solid gray;
	width: 55%;
	float: left;
	padding: 0 14px;
	border: 2px solid rgb(197, 206, 214);
	background: #ffffff;
	padding: 7px 10px;
	color: #000;
	border-right: 0;
}
.rf-custom-media {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn--browse span {
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.5px;
}
div#return_form_step_one div#append_result_message .rf-custom-media {
	display: flex;
	justify-content: end;
}
div#return_form_step_one div#append_result_message .rf-custom-media input#uploadFile {
	border-top-left-radius: 21px;
	border-bottom-left-radius: 21px;
}
div#return_form_step_one div#append_result_message .rf-custom-media .fileUpload.btn.btn--browse {
	border-top-right-radius: 21px;
	border-bottom-right-radius: 21px;
}
/* File upload media end */

/* Thank you page css start */
.rf-tankyou-page-main-wrap {
	text-align: center;
	padding: 30px 0;
}
.rf-tankyou-page-main-wrap h3 {
	color: rgb(32, 120, 104);
	font-weight: 500;
	margin-bottom: 25px;
}
.rf-tankyou-page-main-wrap p {
	color: rgb(41, 56, 69);
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
}
.rf-tankyou-page-main-wrap input[type="button"] {
	display: block;
    margin: 45px auto 0;
    background: #207868;
    font-size: 16px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    padding: 7px 20px;
}
.rf-tankyou-page-main-wrap a {
    display: block;
    margin: 45px auto 0;
    background: #207868;
    /*font-size: 16px;*/
    border-radius: 5px;
    letter-spacing: .5px;
    padding: 7px 20px;
    color: #ffffff;
    width: 160px;
}
span#return_form_step_other_message h3 {
	font-size: 14px;
	line-height: normal;
	color: rgb(41, 56, 69);
	margin-bottom: 0;
	text-align: center;
	margin-top: 25px;
	line-height: 23px;
	font-weight: 500;
}

/* Thank you page css end */
