
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');



.forgotpassword{padding-top: 12px; font-size: 15px;}
.input_parent label.error {
 color: #ec0000; }
.ctFormRow{
    /*float:left;*/
	width:100%;
	margin: 0px auto;
}
.error {
color: #ec0000;
font-size: 14px;
font-weight: 400;
margin: 0px auto;
padding: 0px;
font-family: open sans; display: inherit;}
 
 .search-box{
    width: 90%;
    background-color: rgba(0, 0, 0, 0.63);
    padding: 55px 20px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 20%;
}
.search-box h3{
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
    font-size: 35px;
    margin-top: 0px;
    text-transform: uppercase;
}
.search-box h1{
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
    font-size: 35px;
    margin-top: 0px;
    text-transform: uppercase;
}
.search-box ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.search-box ul li{
    float: left;
    margin-left: 10px;
}
.search-box .form-control{
    height: 45px;
    border-radius: 0px;
    position: relative;
}
.search-box ul li.city{
    width: 20%;
}
.search-box ul li.city select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-field input {
	background: #fff;
	height: 48px;
	border-radius: 2px 2px 2px 2px;
	padding: 0px 10px;
	box-shadow: 2px 2px 4px -4px;
	width: 100%;
	border: 0px;
	color: #444444;
	font-size: 16px;
	border: 1px solid #dedede;
	min-width: 250px; }
.search-field input.submit-btn {
	width: 130px;
	background: #4286f4;
	color: #fff;
	border-color: #4286f4;
	cursor: pointer;
	min-width: 130px; 
	border-radius: 2px 2px 2px 2px;}
.search-field select {
    
    height: 48px;
    border-radius: 2px 2px 2px 2px;
    padding: 0px 10px;
    box-shadow: 2px 2px 4px -4px;
    width: 100%;
    border: 0px;
    color: #444444;
    font-size: 16px;
    border: 1px solid #dedede;
    min-width: 250px;
}
.refineSearch select {
    
    height: 34px;   
    padding: 0px 10px;    
    width: 100%;
    border: 0px;
    color: #444444;
    font-size: 14px;
    border: 1px solid #dedede;
    min-width: 100px;
}
select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-image: url("../images/down-arrow.png");
 background-size: 100% 100%;
 background-size: 16px;
 background-repeat: no-repeat;
 background-position: 98% center; }

.selected
{
background-color:green;
}
/*end css of feedback*/

/*start css of home page ,listing view details*/
.ui-autocomplete {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   float: left;
   display: none;
   min-width: 160px;  
   padding: 4px 0;
   margin: 0 0 10px 25px;
   list-style: none;
   background-color: #ffffff ;
   border-color: #ccc;
   border-color: rgba(0, 0, 0, 0.2);
   border-style: solid;
   border-width: 1px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   -webkit-background-clip: padding-box;
   -moz-background-clip: padding;
   background-clip: padding-box;
   *border-right-width: 2px;
   *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
   display: block;
   padding: 3px 15px;
   clear: both;
   font-weight: normal;
   line-height: 18px;
   color: red;
   white-space: nowrap;
   text-decoration: none;
}

a.ui-corner-all{color:#333 !important; font-weight:600;}
.ui-state-hover, .ui-state-active {
   color: #ffffff ;
   text-decoration: none;
   background-color: #0088cc ;
   border-radius: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   background-image: none;
}
/*
.dropdown-menu li{border-bottom: 1px solid #ccc;
text-align: center;
border-left: 0px !important; width: 100%;}
.dropdown-menu{width: 250px; background:#ddd; border-radius: 0px; top: 110%;
left: -40%;} */
 .ui-helper-hidden-accessible { display:none; }
 .selected
{
  background-color:green;
}

.ui-autocomplete-loading 
{
    background: white url(../images/autocomplete-loader.gif) right center no-repeat!important;
}

ul.ui-autocomplete {
  width: 180px;
  font-size: 18px;
  max-height: 133px;
  overflow-x: hidden;
  overflow-y: auto;
}
ul.ui-autocomplete li {
  padding: 2px 5px;
  line-height: 18px;
  font-size: 18px!important;
  position: relative;
}
ul.ui-autocomplete li:hover:before {
  height: 0px;
}
ul.ui-autocomplete li:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom:0px;
  left: 0;
  background: #444444; 
}
ul.ui-autocomplete li:hover {
  border-bottom: 0.5px solid #333;
  cursor: pointer;
  background: #d8d5d5;
}
 /*end css of home page ,listing and view details*/
 
.searchResultbar > span h1 {
    margin: 0px auto;
    background: #fefefe;
    border: 1px solid #fff;
    /* padding: 12px 16px; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    color: #454545;
    /* margin-top: 18px; */
    display: inline-block;
    width: auto;
}

.header-banner-inner2 h1{
argin: 0px auto;
    margin-top: 0px;
font-size: 39px;
text-transform: uppercase;
font-weight: 700;
text-align: center;
margin-top: 52px;
color: #fff;
padding-bottom: 20px;font-family: 'Roboto', sans-serif;

} 
.people-saying {
	background-color: #4286f4;
}
.people-saying .head-title> h3 {
	color: #fff;
}
.people-saying .bl-people-item > h2 a{
    font-size: 22px;
	color: #fff;
}
.people-saying .bl-people-item > h3 {
    font-size: 18px;
	color: #333;
}
.people-saying .bl-people-item  p {
    color: #fff;
}
.people-saying .head-title .head-border {
    width: 200px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 40px;
}
.people-saying .spviewall{
	text-align: center;
}
.people-saying .spviewall a{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    color: #fff;
    padding: 10px 0px;
    margin-top: 30px;
	margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
    width: 210px;
    border-radius: 5px;
}

.latest-jobs{
	background-color: #2f2f2f;  
}
.latest-jobs .head-title> h3 {
	color: #fff;
}
.latest-jobs .bl-people-item > h2 a{
    font-size: 22px;
	color: #1fdb54;
}
.latest-jobs .bl-people-item > h3 {
    font-size: 16px;
	color: #fff;
}
.latest-jobs .bl-people-item  p {
    color: #1fdb54;
}
.latest-jobs .jobviewall{
	text-align: center;
}
.latest-jobs .jobviewall a{
	color: #1fdb54;
	font-size: 16px;
}

 /*Start css of Star Rating*/
    .rating_widget
    {
      padding: 0px;
      margin: 0px;
      float: left;
    }
    .rating_widget li
    {
      line-height: 0px;
      width: 28px;
      height: 28px;
      padding: 0px;
      margin: 0px;
      margin-left: 2px;
      list-style: none;
      float: left;
      cursor: pointer;
    }
    .rating_widget li span
    {
      display: none;
    }
    .overall-rating
    {
      font-size: 14px;margin-top: 5px;color: #8e8d8d;
    }
.height90{height: 100px;}
.height75{height: 75px;}
.alert-success-message {font-size:14px;  position:absolute; border-radius:5px; top:120px; box-shadow:0 0 10px #999; max-width:580px; background: #dff0d8;color: #3c763d; border: #dff0d8;}
.alert-success-message span {padding:13px 40px 13px 20px;  float:left;}
.alert-success-message .m-closer {width:14px; height:14px; background:url(../images/sprite.png) no-repeat -82px -135px; right:10px; top:15px; position:absolute; }

.alert-error-message {font-size:14px;  position:absolute; border-radius:5px; top:20px; box-shadow:0 0 10px #999; max-width:580px; background: #f2dede;color: #a94442; border: #f2dede;}
.alert-error-message span {padding:13px 40px 13px 20px;  float:left;}
.alert-error-message .m-closer {width:14px; height:14px; background:url(../images/sprite.png) no-repeat -82px -135px; right:10px; top:15px; position:absolute; }

.search-box-inner ul {
    padding-left: 75px!important;
}
.search-box-inner ul li {
    padding-top: 5px!important;
}

/*css for radio and checkbox*/
.control-drop .control-group {
 display: inline-block;
 vertical-align: top;
 background: #fff;
 text-align: left;
 box-shadow: 0 1px 2px rgba(0,0,0,0.1);
 padding: 30px;
 height: 210px;
 margin: 10px;
}


.control-drop .control {
 display: block;
 position: relative;
 padding-left: 30px;
 margin-bottom: 0px;
 cursor: pointer;
 font-size: 16px;
 font-weight: normal;
}
.control-drop .control input {
 position: absolute;
 z-index: -1;
 opacity: 0;
}
.control-drop .control__indicator {
 position: absolute;
 top: 2px;
 left: 0;
 height: 20px;
 width: 20px;
 background: #e6e6e6 ;
}
.control-drop .control--radio .control__indicator {
 border-radius: 50%;
}
.control-drop .control:hover input ~ .control__indicator,
.control-drop .control input:focus ~ .control__indicator {
 background: #ccc;
}
.control-drop .control input:checked ~ .control__indicator {
 background: #4ab19a ;
}
.control-drop .control:hover input:not([disabled]):checked ~ .control__indicator,
.control-drop .control input:checked:focus ~ .control__indicator {
 background: #4ab19a ;
}
.control-drop .control input:disabled ~ .control__indicator {
 background: #e6e6e6 ;
 opacity: 0.6;
 pointer-events: none;
}
.control-drop .control__indicator:after {
 content: '';
 position: absolute;
 display: none;
}
.control-drop .control input:checked ~ .control__indicator:after {
 display: block;
}
.control-drop .control--checkbox .control__indicator:after {
 left: 8px;
 top: 4px;
 width: 3px;
 height: 8px;
 border: solid #fff;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
}
.control-drop .control--checkbox input:disabled ~ .control__indicator:after {
 border-color: #7b7b7b ;
}
.control-drop .control--radio .control__indicator:after {
 left: 7px;
 top: 7px;
 height: 6px;
 width: 6px;
 border-radius: 50%;
 background: #fff;
}
.control-drop .control--radio input:disabled ~ .control__indicator:after {
 background: #7b7b7b ;
}
.margin-right-5{ margin-right: 5px; }
.hit-wid-70{ height: 70px; width: 70px;}

.profilepic {
border-radius: 50%;
overflow: hidden;
display: block;
width: 90px;
height: 90px;
max-width: 90px;
margin: 0px auto;
border: 1px solid #eee;
box-shadow: 2px 4px 8px #ccc;
}
.profilepic img {
	 width: 100%;
	 height: 100%; }
.ProfileRow .right h6 {
    
    font-size: 24px!important;
   text-transform: capitalize;
}
.ProfileRow .right h6 a{
    margin: 0px auto;
    font-size: 24px;
    font-weight: 500;
    color: #4286f4;
    padding-bottom: 1px;
    padding-top: 10px;
	text-transform: capitalize;
}
.profile-details .profile_desc {
   margin: 0px auto;
width: 100%;
color: #555;
font-size: 18px;
padding-top: 5px;
padding-bottom: 8px;
text-align: justify;
font-weight: 400;
}
.profile-details .jobtitle {
    margin: 0px auto;
    width: 100%;
    color: #4286f4;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    text-align: justify;
}
.pagination_anchor_class{border: 1px solid #4286f4;border-radius: 3px;padding: 2px 8px;margin: 0 5px 0 5px;text-decoration: none!important;color: #4286f4;}
.pagination b {
    border: 1px solid #4286f4;
    border-radius: 3px;
    padding: 2px 8px;
    margin: 0 5px 0 5px;
    text-decoration: none !important;
    color: #ffffff;
    background: #4286f4;
}
.overview_section{
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: normal;
}
.overview
{
	font-size: 22px;
	color: #484848;	
	margin-bottom: 15px;
	margin-top: 15px;
}
.overview_text {
    font-size: 15px;
    color: #555;
    margin-bottom: 30px;
}
.profile-services2 h4 span{
	color: #4286f4;
	font-weight: bold;
}
.job-services h4 span{
	color: #4286f4;
	
}
.feedbackGiven h6{
text-transform:capitalize;
}
.feedbackGiven h6 span{
text-transform:capitalize;
font-size: 14px;
}
.tab-content2 {
    border: 1px solid #f2f2f2;
    padding: 15px 20px 3px 20px;
    position: relative;
    top: 5px;
    display: inline-block;
    width: 100%;	
}
.profilepic-reviews {
	border-radius: 50%;
	overflow: hidden;
	display: block;
	width: 60px;
	height: 60px;
	max-width: 60px;
	margin: 0px auto; }
.profilepic-reviews img {
	 width: 100%;
	 height: 100%; }
	 
.showdetails-btn a.btn-book {
	padding: 6px 10px 7px 10px;
	text-decoration: none;
	background-color: #4286f4;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fff;
	border-radius: 4px 4px 4px 4px; }
.active_menu {background:#fff;}
.active_menu a {color: #454545 !important;}
.deshboard-sidebar a{
color:#454545;
text-decoration: none;
}
.deshboard-sidebar a:hover {
   text-decoration: none;
}

.select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-image: url("../images/down-arrow.png");
 background-size: 100% 100%;
 background-size: 16px;
 background-repeat: no-repeat;
 background-position: 98% center; }
 
 .hundered-percent-select {
    height: 38px;
}
.form-element, .xsmall_input, .small_input, .medium_input, .large_input, .xlarge_input, .xxlarge_input, .xxxlarge_input, .hundered-percent-input, .form-textarea, .small_select, .medium_select, .large_select, .xlarge_select, .xxlarge_select, .hundered-percent-select {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    background-color: #fff;
    color: #454545;
    text-align: left;
    padding: 4px 10px;
    line-height: 18px;
    font-size: 15px;
    min-height: 28px;
    height: 38px;
    border: 1px solid #cccccc;
	
}
.hundered-percent-select {
    width: 100%;
}
.hundered-percent-input {
    width: 100%;
}
.form-textarea {
    width: 100%;
    height: 84px;
    resize: none;
}
.error-red-border{
	border: 1px solid #ec0000!important;
	color: #ec0000!important;
}
#permanent_address {
    resize: none;
    height: 38px;
}
#address {
    resize: none;
    height: 38px;
}
.exprienceForm .input input {
	height: 38px!important;
}
.customFileWrapper input {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.customFileWrapper {

    overflow: visible;

}
.customFileWrapper {

    height: 28px;
    overflow: hidden;
    position: relative;
    width: 100%;

}
.inputFileBtn {
    left: 0;
    /*position: absolute;*/
    top: 0;
    z-index: 0;
    font-family: "Roboto-Regular";
    color: #444444;
    text-align: left;
    padding: 4px 10px;
    line-height: 18px;
    font-size: 16px;
    border: 1px dashed #444444;
    height: 100%;
    background: url("../images/file.png") no-repeat #f1f1f1;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: 98% center;
}
#userfile-error
{
  position: absolute;
  z-index: 999;
  margin-top: 30px;
}
.inputFileWrapper{margin-top: 9px;}
.customFileWrapper{overflow: visible;}


/**radio button **/
.radioDiv {
 display: inline-block;
 float: left;
 height: 28px;
 padding: 5px 0;
 width: auto;
 min-width: 105px;
 position: relative; }

.radioButton[type="radio"] {
 display: none; }

.radioButton[type="radio"] + label.form-label:before {
 width: 18px;
 height: 18px;
 content: '';
 display: inline-block;
 float: left;
 position: absolute;
 left: 0;
 top: 8px;
 background-size: cover;
 background-image: url("../images/radioButton1.png");
 background-size: 100% 100%; }

.radioButton[type="radio"] + label.form-label:hover:before {
 background-image: url("../images/radioButton2.png");
 background-size: 100% 100%; }

.radioButton[type="radio"]:checked + label.form-label:before {
 background-image: url("../images/radioButton3.png");
 background-size: 100% 100%; }

.radioButton[type="radio"] + label {
 padding-left: 28px; 
 font-size: 14px;
font-weight: normal;
 }

/***checkbox**/
.checkBox[type="checkbox"] {
 display: none; }

.checkBox[type="checkbox"] + label.form-label {
 display: table;
 position: relative;
 cursor: pointer;
 text-indent: -1px;
 padding-left: 28px; }

.checkBox[type="checkbox"] + label.form-label span {
 display: inline-block;
 float: left;
 line-height: 12px;
 margin: 4px 0 2px;
 text-align: left;
 padding-left: 30px;
 text-overflow: ellipsis;
 white-space: nowrap;
 width: auto;
 word-wrap: break-word;
 color: #484848; }

.checkBox[type="checkbox"] + label.form-label:after {
 width: 18px;
 height: 18px;
 content: '';
 display: block;
 background: #484848;
 font-size: 16px;
 line-height: 18px;
 text-align: center;
 float: left;
 position: absolute;
 left: 0; }

.checkBox[type="checkbox"] + label.form-label:hover:after {
 width: 18px;
 height: 18px;
 content: '';
 background: #484848;
 font-size: 16px;
 line-height: 18px;
 text-align: center; }

.checkBox[type="checkbox"]:checked + label.form-label:after {
 font-family: "FontAwesome";
 content: '\f00c';
 background: #484848;
 color: #fff;
 font-size: 16px;
 line-height: 18px;
 text-align: center;
 text-indent: 1px; }
.cls-both {
    clear: both;
}
.image-preview{max-width: 150px;position: relative;}
.image-preview span{position: absolute;top: -19px;right: -19px; font-size: 2em;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 213px;
    padding: 0px 0;
    margin: 2px 0 0;
        margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 2px 25px #ddd;
}

.dropdown-submenu a {
	border-left:none;
	border-top:1px solid #eee;
	border-right:none;
	
}
.dropdown-submenu .dropSpace {
	padding: 8px 16px;	
}
.adjustdropdown {
	width:270px; 
	padding-left: 10px; 
	padding-right: 10px;
	}
.tab ul .activeLi {
    /*background: #4286f4;*/
	}
.tab ul li a.active {
    color: #fff;
	background-color: #4286f4;
}
.tab ul li a {
    color: #484848;
    text-decoration: none;
   /* font-size: 18px;
    padding: 8px 20px;
    font-weight: 600;*/
    display: block;
}
.static_page_banner {
    height: 400px;
}
.static_page_banner .about-us {
    background-image: url("../images/about_us.jpg");
    background-size: 100% 100%;
    height: 100%;
    background-size: cover;
}
.static_page_banner .about-us h2 {
    font-size: 48px;
    color: #fff;
    padding-top: 55px;
}
.static_page_banner .about-us p {
    color: #fff;
    font-size: 24px;
    padding-top: 100px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}
.static_page_banner .contact-us {
    background-image: url("../images/contact.jpg");
    background-size: 100% 100%;
    height: 100%;
    background-size: cover;
}
.static_page_banner .contact-us h2 {
    font-size: 48px;
    color: #fff;
    padding-top: 55px;
}
.static_page_banner .contact-us p {
    color: #fff;
    font-size: 24px;
    padding-top: 100px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.input_parent {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.contact_inner .feed_form {
    margin-bottom: 35px;
}
.input_parent label {
    padding-bottom: 5px;
    color: #444444;
	width: 100%;
	display: inline-block;
}
.modal-footer {
 border-top:none; }
.lower_detail a {
    margin-right: 5px;
}

.lebel strong {
    color: #4286f4;
    font-weight: 600;
    padding-right: 10px;
   /* text-transform: uppercase;*/
    font-size: 14px;
    float: left;
	}
.frmCols2 .img {
    border-radius: 1200px;
    display: table;
    margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
    max-width: 220px;
}
.frmCols2 .img img {
    margin: 0px auto;
    border: 2px solid #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    width: 100%;
}

.frmColsFull .img {
    border-radius: 1200px;
    display: table;
    margin: 0px auto;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
    max-width: 220px;
}
.frmColsFull .img img {
    margin: 0px auto;
    border: 2px solid #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    width: 100%;
}
.crossBtn {
    width: 25px;
    height: 24px;
    background: #4286f4;
    color: #fff;
    border-radius: 100px;
    line-height: 19px;
    font-weight: 600;
    position: absolute;
    border: 2px solid #fff;
    cursor: pointer;
}

.footer-bottom{
	width: 100%;
	position: absolute;
	margin-bottom: 0px;
}
#notice_count {    
    margin-top: 14px!important;
}
.table_cell .fa{
	font-size: 20px;
}
.requestTable .row .ActionID {    
    width: 15%!important;
}
.ActionID .fa{
	font-size: 20px;
}
.lebel h4{
color: #4286f4;
}
/* Table responsive classess */
  .table {
    display: table;
    text-align: center;
    width: 60%;
    margin: 10% auto 0;
    border-collapse: separate;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
  
  .table_row {
    display: table-row;
  }
  
  .theader {
    display: table-row;
  }
  
  .table_header {
    display: table-cell;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    background: #bdbdbd;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  
  .table_header:first-child {
    border-left: #ccc 1px solid;
    border-top-left-radius: 5px;
  }
  
  .table_header:last-child {
    border-right: #ccc 1px solid;
    border-top-right-radius: 5px;
  }
  
  .table_small {
    display: table-cell;
  }
  
  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    background: #bdbdbd;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .table_row > .table_small > .table_cell {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #5b5b5b;
    border-bottom: #ccc 1px solid;
  }
  
  .table_row > .table_small:first-child > .table_cell {
    border-left: #ccc 1px solid;
  }
  
  .table_row > .table_small:last-child > .table_cell {
    border-right: #ccc 1px solid;
  }
  
  .table_row:last-child > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
  
  .table_row:last-child > .table_small:first-child > .table_cell:last-child {
    border-bottom-left-radius: 5px;
  }
  
  .table_row:nth-child(2n+3) {
    background: #e9e9e9;
  }
  
#results{display:none;}



  @media screen and (max-width: 900px) {
    .table {
      width: 90%
    }
  }
  
  @media screen and (max-width: 767px) {
	  
	  
	  .search-field input.submit-btn {
    width: 100%;
    background: #4286f4;
    color: #fff;
    border-color: #4286f4;
    cursor: pointer;
    min-width: none;
    border-radius: 2px 2px 2px 2px;
}
	  
	 
	  
	  .search-box-inner ul {
    padding-left: 0px !important;
}
	  
	  .table_row > .table_small > .table_cell {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #5b5b5b;
    border-bottom: #e6e6e6 1px solid;
}
	  
	  
	  .table {
    width: 100%;margin-top: 12px;
}
	  
	  .table_row > .table_small > .table_cell:nth-child(2n+1) {
    display: none;
    background: #f2f2f2;
    color: #454545;
    padding-top: 10px;
    padding-bottom: 10px;
}
	  
	  #results-desktop{display:none;}
	  #results{display:block;}
	  
    .table {
      display: block;
    }
    .table_row:nth-child(2n+3) {
      background: none;
    }
    .theader {
      display: none;
    }
    .table_row > .table_small > .table_cell:nth-child(odd) {
      display: table-cell;
      width: 50%;
    }
    .table_cell {
      display: table-cell;
      width: 50%;
    }
    .table_row {
      display: table;
      width: 100%;
      border-collapse: separate;
      padding-bottom: 20px;
      margin: 5% auto 0;
      text-align: center;
    }
    .table_small {
      display: table-row;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-left: none;
    }
    .table_row > .table_small > .table_cell:first-child {
      border-left: #e6e6e6 1px solid;
    }
    .table_row > .table_small:first-child > .table_cell:first-child {
      border-top-left-radius: 5px;
      border-top: #e6e6e6 1px solid;
    }
    .table_row > .table_small:first-child > .table_cell:last-child {
      border-top-right-radius: 5px;
      border-top: #e6e6e6 1px solid;
    }
    .table_row > .table_small:last-child > .table_cell:first-child {
      border-right: none;
    }
    .table_row > .table_small > .table_cell:last-child {
      border-right: #e6e6e6 1px solid;
    }
    .table_row > .table_small:last-child > .table_cell:first-child {
      border-bottom-left-radius: 5px;
    }
    .table_row > .table_small:last-child > .table_cell:last-child {
      border-bottom-right-radius: 5px;
    }
	  
	  
	  .search-field input.submit-btn {
    width: 100%;
    background: #4286f4;
    color: #fff;
    border-color: #4286f4;
    cursor: pointer;
    border-radius: 2px 2px 2px 2px;
    min-width: 100;
    max-width: 100%;
}
	
.search-box ul li {
    float: left;
    margin-left: 3%;
    width: 44%;
    margin-right: 3%;
}
	  .search-field select {
    height: 48px;
    border-radius: 2px 2px 2px 2px;
    padding: 0px 10px;
    box-shadow: 2px 2px 4px -4px;
    width: 100%;
    border: 0px;
    color: #444444;
    font-size: 16px;
    border: 1px solid #dedede;
    min-width: 100%;
}
	  .search-field input {
    background: #fff;
    height: 48px;
    border-radius: 2px 2px 2px 2px;
    padding: 0px 10px;
    box-shadow: 2px 2px 4px -4px;
    width: 100%;
    border: 0px;
    color: #444444;
    font-size: 16px;
    border: 1px solid #dedede;
    min-width: 100%;
}
	.search-box h3 {
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
    font-size: 18px;
    margin-top: 0px;
    text-transform: uppercase;
	line-height: 25px;
}
	.search-box h1 {
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
    font-size: 18px;
    margin-top: 0px;
    text-transform: uppercase;
	line-height: 25px;
}	  
.start_profinder-box h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
}  
	  
	  
	  
  }

/* Table responsive classess */









@media only screen and (max-width: 600px) {

pagination_anchor_class {
    border: 1px solid #4286f4;
    border-radius: 3px;
    padding: 2px 5px;
    margin: 0 2px 0 2px;
    text-decoration: none !important;
    color: #4286f4;
    display: inline-block;
    font-size: 12px;
}
	
	
	
}


@media only screen and (max-width: 480px) {

.search-box ul li {
    float: left;
    margin-left: 0%;
    width: 100%;
    margin-right:0%;
}
	
	
	.search-box {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.63);
    padding: 55px 20px;
    margin: 0 auto;
        margin-top: 0px;
    border-radius: 5px;
    margin-top: 12%;
}
	
	.pagination b {
    border: 1px solid #4286f4;
    border-radius: 2px;
    padding: 2px 3px;
    margin: 0 1px 0 1px;
    text-decoration: none !important;
    color: #ffffff;
    background: #4286f4;
		font-size: 13px;
}
	
	
	.pagination_anchor_class {
    border: 1px solid #4286f4;
    border-radius: 2px;
    padding: 2px 3px;
    margin: 0 1px 0 1px;
    text-decoration: none !important;
    color: #4286f4;
		font-size: 13px;
}
	
	
}