.navbar-default {
    background-color: transparent !important;
    border-color: #e7e7e7;
}
li.top_con:hover img.freelancer_icon_before {
    opacity: 1;
    transition: 1s;
   
}
img.freelancer_icon_before {
    opacity: .0;
    height: 20px !important;
    transition: 1s;
	margin-top: -5px;
}

img.header_social_icons {
    position: absolute;
    height: 20px !important;
    transition: 1s;
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; }
	
.freelancer_nav_2 {
    background: white !important;
    height: 70px;
	box-shadow: 2px 2px 5px grey;
}
.freelancer_nav_2 a.navbar-brand {
    margin-top: -20px !important;
}
.free_search_nav {
    position: relative;
    left: 0%;
}

input#freeform2 {
    border-radius: 20px;
    height: 40px !important;
    font-family: 'Nunito-Regular';
    font-size: 18px;
    float: right;
    padding-left: 20px;
    width: 100% !important;
    border: 1px solid #38176C;
	color: black;
}
span.free_nav_home_search i {
    font-size: 22px;
    background: #38176C;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    position: absolute;
  
    top: 10;
    color: white !important;
    right: 15px;
}	
	
	
	
	
	input#catalogue {
    display: block !important;
}
	input#pan_img {
    display: block !important;
}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
		display: block;
		max-width: 100%;
		height: auto;
		display: block;
		margin-left: auto;
		width: 70px;

		margin-right: auto;
		margin-top: 20% !important;
		
	}
	/* // nav.navbar { */
		/* // background-image: linear-gradient(#813EEC, #190636); */
		/* // margin-left: -15px; */
		/* // margin-right: -15px; */
		/* // border-radius: 0; */
		/* // padding: 10px; */
	/* // } */
	/* // a.navbar-brand img { */
		/* // margin-top: -5px; */
		/* // width: 130px; */
	/* // } */
	button#prev-btn {
    background: white;
    border-color: gray;
    color: gray;
    border: 1px solid gray !important;
    color: gray !important;
    margin-right: 20px !important;
    box-shadow: 1px 1px 5px grey;
    padding: 12px 66px;
    font-family: 'Nunito-Bold' !important;
    font-size: 18px;
	margin-top: 20px;
}
button#prev-btn:hover {
    background: grey;
    border-color: gray;
    color: gray;
    border: 1px solid gray !important;
    color: black !important;
    margin-right: 20px !important;
    box-shadow: 1px 1px 5px grey;
    padding: 12px 66px;
    font-family: 'Nunito-Bold' !important;
    font-size: 18px;
	margin-top: 20px;
}
	
	.btn-default {
      background: #FE7467 !important;
    color: white !important;
    box-shadow: 1px 1px 5px grey;
    padding: 12px 85px !important;
    font-family: 'Nunito-Bold' !important;
    font-size: 18px !important; 
    border-style: none !important;
	    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -10px;
}

	/* // .nav-tabs > li > a { */
    /* // padding: 12px 28px; */
    /* // font-size: 14px !important; */
/* // } */
	.highlight-error {
	  border-color: red;
	}

	.manbot {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.nav-tabs {
		border-bottom: 1px solid #ddd;
		background-color: #EFEFEF;
	}
	.nav-tabs span{
		font-size: 11.84px !important;
	}
	.nav-tabs>li>a {
		margin-right: 0px;
		font-size: 16px;
	}
	.panel-heading {
    margin-top: -10px;
    margin-bottom: -6px;
}
	.nav-tabs > li {
		margin-right: 0px;
	}
	
	.sw-theme-default .sw-toolbar-bottom {
		display: none;
	}
	
	.from_div_text{
		margin-top: 0px;
		background-color: white;
		padding: 15px;
		bottom: 0px;
		position: absolute;
		color: #38176C;
		font-family: MontserratAlternates-SemiBold !important;
		left: 0px;
		
	}
	.four { width: 22%; max-width: 22%;}


	/* COLUMNS */

	.col {
	  display: block;
	  float:left;
	  margin: 1.5% !important;
	}
	 

	/* CLEARFIX */

	.cf:before,
	.cf:after {
		content: " ";
		display: table;
	}

	.cf:after {
		clear: both;
	}

	.cf {
		*zoom: 1;
	}

	/* FORM */

	.form .plan input, .form .payment-plan input, .form .payment-type input{
		display: none;
	}

	.form label{
		position: relative;
		color: #fff;
		font-size: 15px;
		text-align: center;
		 height: 220px;
		box-shadow: 1px 1px 2px lightgrey;
		display: block;
		cursor: pointer;
		border-radius: 2px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		    margin-top: 10px !important;
			box-shadow: 0 0 9px #3535353b;
	}

	.form .plan input:checked + label, .form .payment-plan input:checked + label, .form .payment-type input:checked + label{
		
			border: 2px solid #FE7467;
	}

	.form .plan input:checked + label:after, form .payment-plan input:checked + label:after, .form .payment-type input:checked + label:after{
		content: "\2713";
		width: 35px;
		height: 35px;
		line-height: 35px;
		border-radius: 100%;
		border: 2px solid #FE7467;
		background-color: #FE7467;
		/* z-index: 999; */
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.submit{
		padding: 15px 60px;
		display: inline-block;
		border: none;
		margin: 20px 0;
		background-color: #2fcc71;
		color: #fff;
		border: 2px solid #333;
		font-size: 18px;
		-webkit-transition: transform 0.3s ease-in-out;
		-o-transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
	}

	.submit:hover{
		cursor: pointer;
		transform: rotateX(360deg);
	}
	.change_font
	{
	font-family: 'Nunito-SemiBold' !important;
	margin-top: 0px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 17px !important;
    font-style: normal;
	}

	.heading_txt
	{
		color:#212121; 
		margin-top: 25px;     
		font-family: 'Ubuntu', sans-serif;
	}
	.content_txt
	{
		font-family: 'Nunito', sans-serif !important;
	}
	.side_icon
	{
		width: 25% !important;
	}
	.logo_center
	{
		margin-top: 35px !important;
	}
	.front_txt
	{
		margin-top: -10px !important;
	}
	
	label.free-label.four.col:hover 
	{
    box-shadow: 2px 2px 5px #464646;
    transition: 0.8s !important;
    opacity: .8;
	}
	
	

label input {
  display: none; /* Hide the default checkbox */
}

/* Style the artificial checkbox */
label span.icon_style_box {
  height: 30px;
  width: 30px;
  border: 1px solid grey;
  display: inline-block;
  position: absolute;
  border-radius: 4px;
 
 left: -22px;
  top: 0px;
}
.panel-heading a {
	    font-family: Nunito-SemiBold !important;
    margin-top: 10px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 17px;
    font-style: normal;
	
	
	
  
}
.panel-heading a:hover {
    color: #333333;
	text-decoration: none;
	
}

/* Style its checked state...with a ticked icon */
[type=checkbox]:checked + span.icon_style_box:before {
   content: '\2714';
    font-size: 22px;
    position: absolute;
    top: 0px;
    left: 5px;
    color: green;
}


	
p.col-md-4 {
    height: 24px;
}
@media only screen and (max-width: 767px)
{
	button#prev-btn {
    background: white;
    border-color: gray;
    color: gray;
    border: 1px solid gray !important;
    color: gray !important;
    margin-right: 20px !important;
    box-shadow: 1px 1px 5px grey;
    padding: 12px 66px;
    font-family: 'Nunito-Bold' !important;
    font-size: 14px;
	margin-top: 0px !important;
}
button#prev-btn:hover {
    background: grey;
    border-color: gray;
    color: gray;
    border: 1px solid gray !important;
    color: black !important;
    margin-right: 20px !important;
    box-shadow: 1px 1px 5px grey;
    padding: 12px 66px;
    font-family: 'Nunito-Bold' !important;
    font-size: 14px;
	margin-top: 0px !important;
}	
	
	
	.pull-left 
	{
    min-height: Auto !important;
    height: Auto !important;
}
}	

@media only screen and (min-width: 768px)
{
	.pull-left {
  
}
}

@media only screen and (max-width: 280px) and (min-width: 200px)
{
	.pull-left {
    min-height: auto !important;
}
}
	
@media only screen and (max-width: 320px) and (min-width: 281px)
{
.panel-heading a {
    font-family: Nunito-SemiBold !important;
    margin-top: 10px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    font-style: normal;
}	
	
.panel-heading {
    text-align: center;
}
.change_font {
    font-family: 'Nunito-SemiBold' !important;
    margin-top: 0px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    font-style: normal;
    text-align: center !important;
}

	
	
.btn-default {
    background: #FE7467 !important;
    color: white !important;
    box-shadow: 1px 1px 5px grey;
    padding: 12px 45px !important;
    font-family: 'Nunito-Bold' !important;
    font-size: 18px;
    border-style: none !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0px !important;
}
button#prev-btn {
    background: white;
    border-color: gray;
    color: gray;
    border: 1px solid gray !important;
    color: gray !important;
    margin-right: 20px !important;
    box-shadow: 1px 1px 5px grey;
    padding: 12px 20px !important;
    font-family: 'Nunito-Bold' !important;
    font-size: 18px;
}
.for_small_vendor {
    width: 32% !important;
    position: absolute !important;
	top: -30px !important;
    left: -18px !important;
}
.heading_txt {
    color: #212121;
    margin-top: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    position: relative !important;
    top: 22px;
    left: 38px;
}
.pull-left {
    min-height: auto !important;
}

.logo_center {
  
    position: absolute !important;
    top: -94px;
}
.form label {
    position: relative;
    color: #fff;
    background-color: #353535;
    font-size: 15px;
    text-align: center;
    height: auto !important;
    box-shadow: 1px 1px 2px lightgrey;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 98% !important;
}
.third_heading_2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
#frm_content
{
	height: auto !important;
}
}




@media only screen and (max-width: 411px) and (min-width: 360px)
{
	
.panel-heading {
    text-align: center;
}
.change_font {
    font-family: 'Nunito-SemiBold' !important;
    margin-top: 0px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    font-style: normal;
    text-align: center !important;
}
	
	
.for_small_vendor {
    width: 25% !important;
    position: absolute !important;
	top: -30px !important;
    left: -18px !important;
}
.heading_txt {
    color: #212121;
    margin-top: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    position: relative !important;
    top: 22px;
    left: 38px;
}
.for_small_vendor

.pull-left 
{
    min-height: auto !important;
}
.logo_center {
  
    position: absolute !important;
    top: -94px;
}
.form label {
    position: relative;
    color: #fff;
    background-color: #353535;
    font-size: 15px;
    text-align: center;
    height: auto !important;
    box-shadow: 1px 1px 2px lightgrey;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 98% !important;
}	
.third_heading_2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
#frm_content
{
	height: auto !important;
}
.btn-default {
    background: #FE7467 !important;
    color: white !important;
    box-shadow: 1px 1px 5px grey;
    padding: 12px 45px !important;
    font-family: 'Nunito-Bold' !important;
    font-size: 18px;
    border-style: none !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0px !important;
}
button#prev-btn {
    background: white;
    border-color: gray;
    color: gray;
    border: 1px solid gray !important;
    color: gray !important;
    margin-right: 20px !important;
    box-shadow: 1px 1px 5px grey;
    padding: 12px 20px !important;
    font-family: 'Nunito-Bold' !important;
    font-size: 18px;
}
}

@media only screen and (max-width: 540px) and (min-width: 412px)
{
.panel-heading a {
    font-family: Nunito-SemiBold !important;
    margin-top: 10px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    font-style: normal;
}	
	
	
	
.panel-heading {
    text-align: center;
}
.change_font {
    font-family: 'Nunito-SemiBold' !important;
    margin-top: 0px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    font-style: normal;
    text-align: center !important;
}
	
.for_small_vendor {
    width: 20% !important;
    position: absolute !important;
	top: -30px !important;
    left: -18px !important;
}
.heading_txt {
    color: #212121;
    margin-top: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    position: relative !important;
    top: 22px;
    left: 38px;
}
.pull-left 
{
    min-height: auto !important;
    height: auto !important;
}

.logo_center {
  
    position: absolute !important;
    top: -94px;
}
.form label {
    position: relative;
    color: #fff;
    background-color: #353535;
    font-size: 15px;
    text-align: center;
    height: auto !important;
    box-shadow: 1px 1px 2px lightgrey;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 98% !important;
}	
.side_icon {
    width: 18% !important;
}	
.third_heading_2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
#frm_content
{
	height: auto !important;
}
}



@media only screen and (max-width: 640px) and (min-width: 541px)
{
	
.panel-heading a {
    font-family: Nunito-SemiBold !important;
    margin-top: 10px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 24px !important;
    font-style: normal;
}	
	
	.panel-heading {
    text-align: center;
}
.change_font {
    font-family: 'Nunito-SemiBold' !important;
    margin-top: 0px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    font-style: normal;
    text-align: center !important;
}

.for_small_vendor {
    width: 20% !important;
    position: absolute !important;
	top: -30px !important;
    left: -18px !important;
}
.heading_txt {
    color: #212121;
    margin-top: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    position: relative !important;
    top: 22px;
    left: 38px;
}
.pull-left 
{
    min-height: auto !important;
}

.logo_center {
  
    position: absolute !important;
    top: -94px;
}
.form label {
    position: relative;
    color: #fff;
    background-color: #353535;
    font-size: 15px;
    text-align: center;
    height: auto !important;
    box-shadow: 1px 1px 2px lightgrey;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 97% !important;
}	
.side_icon {
    width: 18% !important;
}	
.third_heading_2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
#frm_content
{
	height: auto !important;
}
}

@media only screen and (max-width: 720px) and (min-width: 641px)
{
	
.panel-heading a {
    font-family: Nunito-SemiBold !important;
    margin-top: 10px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 24px !important;
    font-style: normal;
}	
	
	.panel-heading {
    text-align: center;
}
.change_font {
    font-family: 'Nunito-SemiBold' !important;
    margin-top: 0px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    font-style: normal;
    text-align: center !important;
}	
	
	.for_small_vendor {
    width: 20% !important;
    position: absolute !important;
	top: -30px !important;
    left: -18px !important;
}
.heading_txt {
    color: #212121;
    margin-top: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    position: relative !important;
    top: 22px;
    left: 38px;
}
.pull-left 
{
    min-height: auto !important;
}

.logo_center {
  
    position: absolute !important;
    top: -94px;
}
.form label {
    position: relative;
    color: #fff;
    background-color: #353535;
    font-size: 15px;
    text-align: center;
    height: auto !important;
    box-shadow: 1px 1px 2px lightgrey;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 98% !important;
}	
.side_icon {
    width: 18% !important;
}
.third_heading_2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
#frm_content
{
	height: auto !important;
}
}

@media only screen and (max-width: 767px) and (min-width: 721px)
{
.panel-heading a {
    font-family: Nunito-SemiBold !important;
    margin-top: 10px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 24px !important;
    font-style: normal;
}		
	
	
	
	.panel-heading {
    text-align: center;
}
.change_font {
    font-family: 'Nunito-SemiBold' !important;
    margin-top: 0px !important;
    color: #333333 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    font-style: normal;
    text-align: center !important;
}	
	
.for_small_vendor {
    width: 20% !important;
    position: absolute !important;
	top: -30px !important;
    left: -18px !important;
}
.heading_txt {
    color: #212121;
    margin-top: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    position: relative !important;
    top: 22px;
    left: 38px;
}
.for_small_vendor

.pull-left {
    min-height: auto !important;
}
.logo_center {
  
    position: absolute !important;
    top: -94px;
}
.form label {
    position: relative;
    color: #fff;
    background-color: #353535;
    font-size: 15px;
    text-align: center;
    height: auto !important;
    box-shadow: 1px 1px 2px lightgrey;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 98% !important;
}	
.side_icon {
    width: 18% !important;
}
.third_heading_2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
#frm_content
{
	height: auto !important;
}
}
