@charset "utf-8";
/* CSS Document */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 3, 2015 */

@font-face {
    font-family: 'SinkinSans-500Medium';
    src: url('SinkinSans-500Medium.otf');
}
@font-face {
    font-family: 'SinkinSans-600SemiBold';
    src: url('SinkinSans-600SemiBold.otf');
}
@font-face {
    font-family: 'sinkin_sans300_light';
    src: url('../fonts/sinkinsans-300light.eot');
    src: url('../fonts/sinkinsans-300light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkinsans-300light.woff2') format('woff2'),
         url('../fonts/sinkinsans-300light.woff') format('woff'),
         url('../fonts/sinkinsans-300light.ttf') format('truetype'),
         url('../fonts/sinkinsans-300light.svg#sinkin_sans300_light') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*@font-face {
    font-family: 'sinkin_sans100_thin';
    src: url('../fonts/sinkinsans-100thin-webfont.eot');
    src: url('../fonts/sinkinsans-100thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkinsans-100thin-webfont.woff2') format('woff2'),
         url('../fonts/sinkinsans-100thin-webfont.woff') format('woff'),
         url('../fonts/sinkinsans-100thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans100_thin_italic';
    src: url('../fonts/sinkinsans-100thinitalic-webfont.eot');
    src: url('../fonts/sinkinsans-100thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sinkinsans-100thinitalic-webfont.woff2') format('woff2'),
         url('../fonts/sinkinsans-100thinitalic-webfont.woff') format('woff'),
         url('../fonts/sinkinsans-100thinitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/

.logg_section , .log_tabs , .log_tabs ul , .log_content , .table_layout
{
	float: left;
	width:100%;
}

.log_tabs ul li
{
	float: left;
	margin: 10px;
	padding: 0px 10px 5px;
	border-bottom: 2px solid #c3c3c3;
}
.log_tabs ul li.active
{
	border-bottom: 2px solid #0073AA;
}

.log_tabs ul li a {
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	display: inline-block;
	outline: 0 none;
	color:#c3c3c3;
}
.log_tabs ul li a:focus
{
	outline: 0 none;
	box-shadow:none;
}
.log_tabs ul li.active a
{
color: #0073AA;
}

.table_layout > table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 13px;
}
.table_layout th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 20px;
  text-align: left;
}
.table_layout td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 20px;
}
.logg_section {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  margin: 25px 0 0;
  padding: 11px 15px;
  text-align: left;
}
.log_tabs > ul {
    margin: 0 0 15px;
}
.table_layout
{
	padding-bottom:20px;
}
body{
	margin:0px;
	padding:0px;
	height:auto !important;
	background:#d0dce5;
}

.container {
    margin: 0 auto;
	padding-top:60px;
	padding-bottom:60px;
    width: 400px;
}
.main{
	width:400px;
	overflow:hidden;
	background:#FFF;
	margin:0px auto;
	border-radius:5px;
	border:1px solid #a0b8c8;
	
}
.logo{
	width:100%;
	margin:20px auto;
	text-align:center;
	padding-bottom:25px;
}
.buttons {
    margin: 0 auto;
    width: 80%;
}
.clear
{
	clear:both;}
.call {
    background: #009cff url("../images/call_icon.png") no-repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: left;
    height: 50px;
    width: 130px;
	 font-family: 'SinkinSans-500Medium';
	 font-size:18px;
	 border:none;
}
.main_form
{   margin: 0 auto;
    width: 90%;
}
.main_form_new
{
	width:auto;}

.text_box {
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 30px;
  text-align: center;
  width: 93%;
}
 
#loading_image {
  background: rgba(225, 225, 225, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 11;
}
#loading_image > img {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
#generate_app {
  background: #ccc none repeat scroll 0 0;
  border-radius: 5px;
  color: #000;
  float: right;
  margin-right: 6px;
  margin-top: 10px;
  padding: 5px;
  text-decoration: none;
}
.text_filed{
	height:45px;
	margin:0 auto;
	border-radius:5px;
	border-color:#b3b3b3;
	font-size:13px;
	font-family:'SinkinSans-500Medium';
	border:1px solid #b3b3b3;
	color:#b9b9b9;
	  padding-left: 10px;
    width: 96%;
	
}
.ready_btn {
    float: left;
    margin-top: 55px;
    padding-bottom: 55px;
    text-align: center;
    width: 100%;
}
.Ready{
    border-radius:5px ;
	padding:13px 44px 13px 44px;
	font-size:16px;
	text-decoration:none;
	color:#328c02;
	border:2px solid #328c02;
	font-family: 'SinkinSans-600SemiBold';
	box-shadow: 0px 0px 5px  #328c02;
	
}
.Ready a{
	text-align:center;
}

/*********************************************************************/


.text_box_1{
 margin: 0 auto;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.heading {
    float: left;
    margin-top: 15px;
    width: 100%;
}


.heading p {
    color: #7f7f7f;
    font-family: "SinkinSans-600SemiBold";
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width:100%;
}
.btn {
    float: left;
    width: auto;
}
.btn_2{
	float:right;
	width:auto;
}
.buttons .btn button {
    background: #009cff none repeat scroll 0 0;
    border: medium none;
    line-height: 31px;
    border-radius: 5px;
    color: #fff;
    font-family: "SinkinSans-500Medium";
    font-size: 18px;
    padding: 11px 24px 11px 20px;
}
.buttons .btn button img {
    float: left;
    margin-top: -4px;
}

.buttons .btn_2 button {
    background: #ff7200 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    line-height: 31px;
    font-family: "SinkinSans-500Medium";
    font-size: 18px;
    padding: 11px 12px;
}
.buttons .btn_2 button img {
    float: left;
    margin-top: -4px;
}

.btn_3 button {
     border-radius:5px ;
	padding:13px 44px 13px 44px;
	font-size:16px;
	text-decoration:none;
	color:#328c02;
	cursor:pointer;
	border:2px solid #328c02;
	font-family: 'SinkinSans-600SemiBold';
	box-shadow: 0px 0px 5px  #328c02;
	
}
.btn_3 {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
    width: 100%;
	padding-bottom:30px;
}

/*-----------written by dj-------------*/
.main_form_left
{
width:50%;	
float:left;	
}
.main_form_right
{
width:50%;	
float:right;	
}
/****************************************error and success******************************/
.success_message
{
	margin: 0 auto;
	width:400px;
	color:#090;
}
.error_message
{
	margin: 0 auto;
	width:400px;
	color:#F00;
}
/*-----------ends written by dj-------------*/


@media only screen and (min-width: 320px) and (max-width: 400px){
.main{
	width:94%;
	overflow:hidden;
	background:#FFF;
	margin:0px auto;
	border-radius:5px;
	border:1px solid #a0b8c8;
	
}
.container{
	width:100%;
	padding-top:10px;
}
.buttons{
	width:95%;
}




.text_filed{
	 width: 96%;
}
.heading p{
	width:96%;
}

}





/*------------------------dashboard-------------------------------------*/
.wrapper
{
	margin:0px auto;
	padding:0px;
	width:100%;
}
.dasboardlogo
{
	text-align:center;
	width:100%;
	margin:0px auto;
	padding:60px 0 15px;
}
.dashboardcontainer
{
	width:100%;
	margin:0px auto;
    padding-bottom: 34px;}
.filed_box
{
	width:100%;
	margin:0px;
	background:#d7ebf8;
	padding-bottom:40px;
}
.filed_box_main
{
	max-width:1220px;
	margin:0px auto;
	background:#d7ebf8;
	padding:0px;
}
.checkbox_main
{
	width:100%;
	text-align:left;
	 font-family: 'sinkin_sans300_light';
	margin:0px;
	padding:0px;
	color:#585858;
	font-size:15px;
	
}
.checkbox_main ul
{
	    background: rgb(196, 219, 233) none repeat scroll 0 0;
    float: left;
    height: 20px;
    margin: 0;
    padding:12px 1px 17px 35px;
    width: 20%;
}
.checkbox_main ul li
{
	list-style:none;
	display:inline;
}
.dashboardtextbox
{
	width:100%;
	padding:0px;
	margin:0px;
}
.dashboardtextbox_box1
{
  float: left;
    margin-right: 24px;
    padding: 0;
    width: 20%;
}
.dashboardtextbox_box1 label
{
	width:100%;
	margin:10px 0px;
	font-size:13px;
	  font-family: 'sinkin_sans300_light';
	 color:#7f7f7f;
	     padding: 19px 3px 8px;
	float:left;
}
/*.select_box
{
	border:1px solid #b3b3b3;
	background:#f4f7fa;
	border-radius:4px;
     font-family: 'SinkinSans-500Medium';
	 width:100%;
	 font-size:13px;
	 color:#b9b9b9;
	 height: 40px;
}*/
.box_main_style
{
				 margin: 0 !important;
    padding:0px 10px !important;
}


.select-wrapperlog3{
		float: left;
		display: inline-block;
		border:o none;           
		background: url("../images/arrow.png") no-repeat scroll right center #f4f7fa;
			border:1px solid #b3b3b3;
	border-radius:4px;
	 font-size:13px;
	 color:#b9b9b9;
    font-family: 'sinkin_sans300_light';
		cursor: pointer;
		
	}
	.select-wrapperlog3 select {
 
    color: rgb(66, 171, 236);
    cursor: pointer;
    margin: 0;
    outline: medium none;
   /* position: absolute;*/
    z-index: 2;
}
.select-wrapperlog3, .select-wrapperlog3 select {
     height: 42px;
    width: 255px;}
	  .select-wrapperlog3 .holder3{
    cursor: pointer;
    display: block;
    	 font-size:13px;
	 color:#b9b9b9;
  font-family: 'sinkin_sans300_light';
	pointer-events:none;
    overflow: hidden;
    padding:9px 35px 6px 14px;
    position: relative;
	 bottom: 42px;
    white-space: nowrap;
    z-index: 0;
	}
	.dashboard_textbox
	{
					border:1px solid #b3b3b3;
	border-radius:4px;
	 font-size:13px;
	  font-size:13px;
	  width: 100%;
	  padding-left:10px;
	 color:#b9b9b9;
  font-family: 'sinkin_sans300_light';
	 height: 40px;
	 background:#f4f7fa;
	}
	.general_call input[type="checkbox"] + label span {
    background: rgba(0, 0, 0, 0) url("../images/check_radio_sheet.png") no-repeat scroll -2px center;
    color: rgb(78, 190, 238);
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 22px;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    width: 19px;
}
.submit
{
    background: rgb(196, 218, 232) none repeat scroll 0 0;
    border:1px solid #b5ccdb;
	height:40px;
    font-family: 'sinkin_sans300_light';
	 cursor:pointer;
	 border-radius:4px;
	 line-height:0px;
	 color:#575757;
    margin-left: 15px;
    margin-top: 67px;
    width: 100px;
}

.text-some {
   background: rgb(212, 233, 246) none repeat scroll 0 0;
    bottom: 18px;
    margin-left: 73px;
	 top: -14px
	font-family: 'sinkin_sans300_light';
	 font-size:12px !important;
    position: relative;
    text-align: center;
    width: 78px;
}
.dashboardtextbox2
{
    margin:15px auto;
    max-width: 1220px;
    padding: 0;
}
.tabbox1
{
background:#ffffff;
 font-family: 'sinkin_sans300_light';
  font-size:13px;
color:#5d5d5d;
font-weight:100;
 line-height:50px; 
 text-align:center;
}
.tabbox2
{
background:#e6f3fb;
 line-height:50px; 
 font-family: 'sinkin_sans300_light';
   font-size:13px;
color:#5d5d5d;
font-weight:100;
 text-align:center;
}
.maintab_box
{
	font-family: 'sinkin_sans300_light';
	 font-size:14px;
color:#5d5d5d;
background:#b8d1e1;
font-weight:100;
  text-align:center;
}
.button_buy
{
	    background: rgb(0, 86, 136) none repeat scroll 0 0;
    border: medium none;
    color: rgb(255, 255, 255);
    padding: 8px;
	cursor:pointer;
    width: 88px;
}
.main_teble
{
	width:100%;
	margin:0px;
	padding:0px;
}
.checked_box
{
	width:100%;
}
@media only screen and (min-width: 992px) and (max-width:1200px){
		.checkbox_main ul
	{
		width:25%;
	}
	.select-wrapperlog3, .select-wrapperlog3 select
	{
		width:100%;
	}
	.dashboard_textbox
	{
		width:95%;
	}
	.dashboardtextbox {
    margin: 0 auto;
    padding: 0;
    width: 97%;
}
.dashboardtextbox_box1
{
	width:22%;
}
		.main_teble
		{
		width:100%;
		padding:0px;
		margin:0px;
	}
	.dashboardtextbox2
	{
		    overflow-x: scroll;
			width:96%;
			margin:10px auto;
	}
}
@media only screen and (min-width: 768px) and (max-width:991px){
		.checkbox_main ul
	{
		width:30%;
	}
		.dashboardtextbox
	{
		width:95%;
		margin:0px auto;
	}
	.dashboardtextbox_box1
	{
		width:45%;
		margin:6px;
	}
	.submit
	{
		margin-left:0px;
	}
	.select-wrapperlog3, .select-wrapperlog3 select
	{
		width:100%;}
				.main_teble
		{
		width:1000px;
		padding:0px;
		margin:0px;
	}
	.dashboardtextbox2
	{
		    overflow-x: scroll;
			width:90%;
			margin:10px auto;
	}
}

@media only screen and (min-width: 660px) and (max-width:767px){
	
		.main_teble
		{
		width:1000px;
		padding:0px;
		margin:0px;
	}
	.dashboardtextbox2
	{
		    overflow-x: scroll;
			width:90%;
			margin:10px auto;
	}
	.checkbox_main ul
	{
		width:30%;
	}
		.dashboardtextbox
	{
		width:95%;
		margin:0px auto;
	}
	.dashboardtextbox_box1
	{
		width:45%;
		margin:6px;
	}
	.submit
	{
		margin-left:0px;
	}
	.select-wrapperlog3, .select-wrapperlog3 select
	{
		width:100%;}
}
@media only screen and (min-width: 481px) and (max-width: 659px){
	.dashboardtextbox
	{
		width:95%;
		margin:0px auto;
	}
	.dashboardtextbox_box1
	{
		width:45%;
		margin:6px;
	}
	.submit
	{
		margin-left:0px;
	}
	.select-wrapperlog3, .select-wrapperlog3 select
	{
		width:100%;}
		.dashboard_textbox
		{
			width:95%;
		}
		.main_teble
	{
		width:1000px;
		padding:0px;
		margin:0px;
	}
	.dashboardtextbox2
	{
		    overflow-x: scroll;
			width:90%;
			margin:10px auto;
	}
	.checkbox_main ul
	{
		width:40%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px){
	.main_teble
	{
		width:1000px;
		padding:0px;
		margin:0px;
	}
	.dashboardtextbox2
	{
		    overflow-x: scroll;
			width:95%;
			margin:0px auto;
	}
	.checkbox_main ul
	{
		width:100%;
	}
	.dashboardtextbox_box1
	{
		width:80%;
		margin:0px auto;
		float:none;
	}
	.box_main_style {
    float: left;
    width: 100%;
}
.checkbox_main
{
	overflow:hidden;
}
.select-wrapperlog3, .select-wrapperlog3 select
{
	width:100%;
}
.dashboard_textbox
{
	width:95%;
}
.box_main_style
{
	width:90%;
}
.checked_box
{
	width:100%;
}
.terms_agreement
{
	text-align:center;
}
.text-some {
    margin-left: 40px;
}
.dashboardtextbox_box1 label
{
	text-align:left;
}
}

.general_call input[type="checkbox"] {
    display: none;
}
.general_call label
{
	padding:0px;
	margin:0px;
	
}
.box_checked_type {
    float: left;
		    width: 32% !important;


}
.box_checked_type p
{

	font-family: 'sinkin_sans300_light';
	 font-size:11px !important;
color:#5d5d5d;
margin-top:5px !important;
}
.general_callbasestyle input[type="checkbox"] + label span {
    background: rgba(0, 0, 0, 0) url("../images/check_radio_sheet_new.png") no-repeat scroll -45px center !important;
    color: rgb(78, 190, 238);
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 22px;
    margin:0px !important;
    vertical-align: middle;
    width: 19px;
}

.general_callbasestyle input[type="checkbox"]:checked + label span {
    background: rgba(0, 0, 0, 0) url("../images/check_radio_sheet_new.png") no-repeat scroll -63px center  !important;
    color: rgb(78, 190, 238);
}
.general_callbasestyle label {
    margin-left:100%;
	background:#d7ebf8;
	width:61px !important;
	   margin-top: -17px;
	   padding-left: 7px;
}
.general_callbasestyle p
{
	margin:0px !important;
}

/*********************************************************** Form Page **************************************************************************************/



.dashboardcontainer_1 {
    margin: 0 auto;
    width: 100%;
}
.container_new {
   width:87%;
   background:url(../images/form_bg.jpg) repeat-x;
   margin-top:30px;
   height:80px;
   margin:0 auto;
}

.main_tab_bar{
	width:1220px;
	margin:0 auto;
	
}
.r-tabs-anchor {
    color: #6a6a6a;
    display: block;
    font-family: "sinkin_sans400_regular";
    font-size: 13px;
    margin: 0 2px 0 0;
    padding: 30px 30px 29px 52px;
    text-decoration: none;
}
.r-tabs-anchor:hover {
    background-color: #e6f3fb ;
    box-shadow: 0 4px 0 #009bff inset;
    color: #005688;
	
}

.r-tabs .r-tabs-nav {
    float: left;
    margin: 0px 0 0 ;
}
#tab-4 > p {
    float: left;
    width: 100%;
}
.r-tabs .r-tabs-panel{
	
	background:#e6f3fb;
	
}
.tab_subheading{
	font-family:"Open Sans";
	font-size:14px;
	color:#313131;
	padding:20px;
}
.form {
    background: #fdfdfd none repeat scroll 0 0;
    margin: 30px auto;
    overflow: hidden;
    width: 95%;
}
.left {
    float: left;
    padding: 20px;
    width: 45%;
}

.first_field {
    float: left;
    padding:20px;
    width: 100%;
}
.first_field_1 {
    float: left;
    padding: 0 0 25px 40px;
    width: 100%;
}
.first_heading{
	width:100%;
	text-align:left;
	color:#636363;
	font-family:"Open Sans";
	font-size:14px;
	padding-bottom:10px;
}
.first_heading_1
{
	width:100%;
	text-align:left;
	color:#636363;
	font-family:"Open Sans";
	font-size:14px;
	padding-bottom:10px;
}
.input_field{
	width:100%;
	float:left;
	height:40px;
}
.input_field_2{
	width:100%;
	float:left;
	height:80px;
}
.input{
	width:100%;
	height:100%;
	float:left;
	border:1px solid #b7b7b7;
}
.input_1{
	width:100%;
	height:100%;
	float:left;
	border:1px solid #b7b7b7;
}
.radio_field {
    background: #e6f3fb none repeat scroll 0 0;
    border: 1px solid #b7b7b7;
    float: left;
    width: 100%;
}
.male {
    color: #636363;
    float: left;
    font-family: "Open Sans";
    font-size: 14px;
    padding: 12px 11px;
    width: 40%;
}
.male_new{
	background:#fff;
	border:1px solid #a8b3bc;
}
.gender{
	float:left;
	width:46%;
}
.hobbies{
	float:left;
	width:50%;
	padding-left:20px;
	
}
.check{
	  color: #636363;
    float: left;
    font-family: "Open Sans";
    font-size: 14px;
    padding: 15px 10px;
    width: 40%;
}
.buttn {
    background: #0783d1 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family:'sinkin_sans400_regular';
    font-size: 15px;
    margin: 10px 0;
    padding: 20px 40px;
    text-align: left;
    text-decoration: none;
    width: auto;
}
.icon {
    background-image: url("../images/record.png");
    background-position: 20px 31px;
    background-repeat: no-repeat;
    float: left;
}
.icon:hover, .r-tabs-state-active .icon {
	background-image:url(../images/record_active.png) ; background-repeat:no-repeat;
	 background-position: 20px 31px;
	     float: left;
}
.icon_1{
	background-image:url(../images/lorem.png);
	background-repeat:no-repeat;
	background-position: 20px 31px;
	float:left;
}
.icon_1:hover{
	background-image:url(../images/lorem_active.png); background-repeat:no-repeat;
	background-position: 20px 31px;
	     float: left;
}
.r-tabs-state-active{
	   background-color: #e6f3fb;
    box-shadow: 0 4px 0 #009bff inset;
    color: #005688;
}
.r-tabs-panel.r-tabs-state-active{
	box-shadow:none !important;
}

.hobbies span {
    border: 1px solid #a8b3bc;
}
.hobbies .box_checked_type {
    width: 45% !important;
}
.new_main{
	background:#e6f3fb;
	border:1px solid #a8b3bc;
}
.new {
    padding: 10px 10px 0 6px;
    width: 100%;
}
.hobbies p{
	
      color: #636363 !important;
    float: left !important;
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    font-weight: normal !important;
   
}

/**********************************************************************Radio button*********************/
.regular-radio {
    display: none;
}
.regular-radio + label {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #a8b3bc;
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    display: inline-block;
    margin-right: 3px;
    padding: 10px;
    position: relative;
    top: 5px;
}
.regular-radio:checked + label::after {
    background: #72f565 none repeat scroll 0 0;
    border-radius: 50px;
    content: " ";
    font-size: 32px;
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
}
.regular-radio:checked + label {
    border: 1px solid #a8b3bc;
    color: #99a1a7;
}


/*********************************************************************Radio Button End******************************/

@media (max-width:1024px){
.main_tab_bar {
    margin: 0 auto;
    width: 100%;
}
.r-tabs-anchor{
	padding:30px 11px 28px 48px;
}
.left{
	width:42%;
}
.gender{
	width:100%;
}
.hobbies{
	width:100%;
	padding-left:0;
	margin-top:30px;
}
}
@media (max-width:767px){
	.main_tab_bar {
    margin: 0 auto;
    width: 100%;
}
.left{
	width:100%;
	padding:0;
}

.gender{
	width:100%;
}
.hobbies {
    float: left;
    margin-top: 30px;
    width: 100%;
	padding-left:0
}
.first_field{
	width:93%;
	
}
.first_field_1 {
  
    padding: 0 0 25px 20px;
}
.r-tabs .r-tabs-panel{
	margin-bottom:20px;
}
}
@media (max-width:480px){
	.main_tab_bar {
    margin: 0 auto;
    width: 100%;
}
.left{
	width:100%;
	padding:0;
}
.gender{
	width:100%;
}
.hobbies {
    float: left;
    margin-top: 30px;
    width: 100%;
	padding-left:0
}
.first_field{
	width:85%;
	
}
.first_field_1 {
 
    padding: 0 0 25px 22px;
}
.r-tabs .r-tabs-panel{
	margin-bottom:20px;
}

}
.download_here 
{
  background-color: rgb(227, 30, 37);
  border-radius: 2px;
  color: rgb(255, 255, 255);
  display: block;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 140px;
  transition:0.3s all linear;
  -webkit-transition:0.3s all linear;
    box-shadow: 0 7px 11px -9px rgba(0, 0, 0, 0.17);
}
.download_here:hover , .download_here:focus 
{
  background-color: rgb(255, 30, 37);
  color: rgb(255, 255, 255);
  box-shadow: 0 17px 9px -9px rgba(0, 0, 0, 0.17);
}