@import url("//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("../../font-awesome/4.7.0/css/font-awesome.min.css");
@import url("jquery.autocomplete.css");
.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-flex {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-flex-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-flex-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-flex-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-flex-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-flex-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-flex-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-flex-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-flex-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-flex-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-flex-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-flex-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-flex-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .row-flex-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-flex-mobile .leftsticky {
    -ms-flex-order: 2;
    order: 2;
  }
  .row-flex-mobile .rightsticky {
    -ms-flex-order: 1;
    order: 1;
  }
  .row-flex-mobile .contentsticky {
    -ms-flex-order: 0;
    order: 0;
  }
  .mobile-order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .mobile-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .mobile-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .mobile-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .mobile-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .mobile-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .mobile-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .mobile-order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .mobile-order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .mobile-order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .mobile-order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .mobile-order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .mobile-order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  word-break: normal;
  /*property add for break unspace text*/
}

a {
  color: #1c72e4;
  text-decoration: none !important;
}

a:hover, a:focus {
  color: #000000;
}

a:focus {
  outline: none;
}

.img-thumbnail {
  line-height: 20px;
}

hr {
  margin-top: 260px;
  margin-bottom: 260px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1,
.h1 {
  font-size: 33px;
}

h2, .h2 {
  font-size: 22px;
}

h3,
.h3 {
  font-size: 23px;
  line-height: 25px;
}

h4,
.h4 {
  font-size: 14px;
  font-weight: bold;
}

h5,
.h5 {
  font-weight: bold;
  font-size: 12px;
}

.lead {
  margin-bottom: 260px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

/*.text-primary {
  color: #776441;
}
a.text-primary:hover {
  color: #56482f;
}*/
.bg-primary {
  background-color: #1c72e4;
}

a.bg-primary:hover {
  background-color: #000000;
}

.page-header {
  padding-bottom: 129px;
  margin: 520px 0 260px;
}

ul,
ol {
  margin-bottom: 0px;
}

/*dl {
  margin-top: 0;
  margin-bottom: 260px;
}
*/
dl {
  margin-bottom: 0px;
}

dt,
dd {
  line-height: 20px;
}

@media (min-width: 768px) {
  /*  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.dl-horizontal dd {
    margin-left: 180px;
  }-----for make new to take orderlist style in lcactivation_2nd_step page---*/
  .dl-horizontal dd {
    margin-left: 20px;
  }
  .dl-horizontal dt {
    float: left;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

blockquote {
  /*padding: 130px 260px;
  margin: 0 0 260px;*/
  font-size: 16.25px;
}

blockquote .small {
  line-height: 20px;
}

address {
  margin-bottom: 260px;
  line-height: 20px;
}

code, kbd, pre, samp {
  font-family: "Montserrat", sans-serif;
}

pre {
  padding: 129.5px;
  margin: 0 0 130px;
  font-size: 12px;
  line-height: 20px;
}

table {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  /*border: solid 1px red; Chang on 30-06-2014*/
}

.table {
  margin-bottom: 10px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 20px;
}

.table-bordered {
  border: 1px solid #d2d2d2;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d2d2d2;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #EA5E41;
  color: #FFFFFF;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #d2d2d2;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #efefef;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d2d2d2;
}

legend {
  margin-bottom: 260px;
  font-size: 19.5px;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: sub;
  /*extra add*/
}

output {
  font-size: 13px;
  line-height: 20px;
}

.form-control {
  border-radius: 0;
  height: auto;
  padding: 0px;
  font-size: 13px;
  line-height: normal;
  padding: 3px 5px !important;
  /*line-height: 20px;*/
}

input[type="date"] {
  line-height: 274px;
}

.radio,
.checkbox {
  min-height: 260px;
}

.radio-inline,
.checkbox-inline {
  margin-right: 10px;
  padding-left: 18px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}

.input-lg {
  height: 45px;
  font-size: 17px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

.has-feedback .form-control {
  padding-right: 342.5px;
}

.has-feedback .form-control-feedback {
  top: 265px;
  width: 274px;
  height: 274px;
  line-height: 274px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 267px;
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 0px;
}

.btn {
  white-space: nowrap;
  /*padding: 6px 12px;
  line-height:20px;
  Dec04*/
  padding: 0px 10px;
  font-size: 13px;
  color: #FFFFFF;
}

.btn:hover,
.btn:focus {
  transition: all ease 0.7s;
}

.btn-default {
  color: #ffffff;
  background-color: #1c72e4;
  /*  border-color: #da4f32;*/
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-primary {
  background-color: #1c72e4;
  border-color: #1c72e4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #000000;
  border-color: #000000;
}

fieldset[disabled] .btn-primary.active {
  background-color: #1c72e4;
  border-color: #1c72e4;
}

.btn-primary .badge {
  color: #000000;
}

.btn-success {
  background-color: #f26649;
  border-color: #f2f2f2;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #ff3300;
  border-color: #d4d4d4;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #ffffff;
  border-color: #f2f2f2;
}

.btn-success .badge {
  color: #ffffff;
}

.btn-info {
  background-color: #a45c2e;
  border-color: #905128;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #844a25;
  border-color: #60361b;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #a45c2e;
  border-color: #905128;
}

.btn-info .badge {
  color: #a45c2e;
}

.btn-link {
  color: #000000;
}

.btn-link:hover,
.btn-link:focus {
  color: #000000;
}

.btn-lg,
.btn-group-lg > .btn {
  font-size: 17px;
}

.dropdown-menu {
  top: 97%;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /*border-radius: 4px;*/
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: none;
}

.dropdown-menu .divider {
  margin: 1px 0;
}

.dropdown-menu > li > a {
  line-height: 20px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #1c72e4;
}

.dropdown-header {
  line-height: 20px;
}

.btn-group.open .dropdown-toggle {
  /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  font-size: 17px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

.input-group-addon {
  font-size: 13px;
}

.input-group-addon.input-lg {
  font-size: 17px;
}

.nav > li {
  background: url(../../images/seprater_20170713085433.jpg) no-repeat right center;
  /* float:left;*/
}

.nav > li:first-child {
  margin: 0px;
}

/*.nav > li:after{content:"|";}
.nav > li:last-child:after{content:"";}*/
.nav > li > a {
  white-space: nowrap;
  /*font-size:10px;*/
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 9px 3px 9px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a.active {
  color: #000000;
  background: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #1c72e4;
}

.nav .nav-divider {
  margin: 129px 0;
}

.nav-tabs {
  /*border-bottom: 1px solid #dddddd;*/
}

.nav-tabs > li > a {
  line-height: 20px;
  /*border-radius: 4px 4px 0 0;*/
}

.nav-tabs > li > a:hover {
  /*border-color:#df5134;*/
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #df5134;
  transition: all 0.7s ease 0s;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #1c72e4;
}

.navbar {
  /*min-height: 50px;
  border: 1px solid transparent;*/
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  /*z-index: 1030;*/
  z-index: 999;
}

.navbar-brand {
  height: auto;
  padding: 0;
  font-size: 17px;
}

.navbar-toggle {
  background-color: #1c72e4;
  border: medium none;
  border-radius: 0;
  float: left;
  margin-right: 0;
  padding: 8px 5px;
}

.navbar-toggle .icon-bar {
  background: #FFFDFF;
}

/*.navbar-nav {
  margin:5px 5px;
}*/
.navbar-nav > li > a {
  line-height: auto;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 260px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: -105px;
    padding-bottom: -105px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
}

.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
}

@media (min-width: 768px) {
  .navbar-form .form-control {
    width: 100px;
    width: 100px\9;
  }
}

@media (min-width: 768px) {
  .navbar-form.navbar-right:last-child {
    margin-right: 0px;
  }
}

.navbar-btn {
  margin-top: -112px;
  margin-bottom: -112px;
}

.navbar-text {
  margin-top: -105px;
  margin-bottom: -105px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.navbar-default .navbar-brand {
  color: #1c72e4;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #56482f;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #1c72e4;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1c72e4;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #333333;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1c72e4;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
  }
}

.navbar-default .navbar-link {
  color: #1c72e4;
}

.breadcrumb {
  padding: 8px 0px 8px 0px;
}

.breadcrumb > li {
  text-transform: capitalize;
}

.breadcrumb > li + li:before {
  content: ">\00a0";
}

.pagination {
  margin: 2px 0;
}

.pagination > li > a,
.pagination > li > span {
  padding: 3px 3px;
  line-height: 10px;
  color: #1c72e4;
  margin-left: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1c72e4;
  border-color: #1c72e4;
  cursor: pointer;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 17px;
}

.pager {
  margin: 260px 0;
}

.label-primary {
  background-color: #1c72e4;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #56482f;
}

.label-success {
  background-color: #ffffff;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #e6e6e6;
}

.label-info {
  background-color: #a45c2e;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #7c4623;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1c72e4;
}

.jumbotron p {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}

.thumbnail-custom {
  display: block;
  padding: 4px;
  margin-bottom: 10px;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail-custom > img,
.thumbnail-custom a > img {
  margin-left: auto;
  margin-right: auto;
}

/*customcss*/
.thumbnail {
  margin-bottom: 10px;
  line-height: 20px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #776441;
}

.thumbnail .caption {
  padding: 9px 0px;
}

.alert {
  margin-bottom: 0px;
  border-radius: 0px;
}

.progress {
  height: 260px;
  margin-bottom: 260px;
}

.progress-bar {
  line-height: 260px;
  background-color: #776441;
}

.progress-bar-success {
  background-color: #ffffff;
}

.progress-bar-info {
  background-color: #a45c2e;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #776441;
  border-color: #776441;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #d4c7b0;
}

.panel {
  margin-bottom: 260px;
}

.panel-title {
  font-size: 15px;
}

.panel-title > a {
  font-size: 12px;
  text-decoration: none;
}

.panel-group {
  margin-bottom: 0px;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #1c72e4;
  border-color: #1c72e4;
}

.panel-primary {
  border-color: #776441;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #776441;
  border-color: #776441;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #776441;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #776441;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  font-size: 19.5px;
}

.modal {
  z-index: 1000;
}

.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.modal-header {
  padding: 10px;
  min-height: 35px;
}

.modal-title {
  line-height: 20px;
}

.modal-body {
  padding: 10px;
}

.modal-footer {
  padding: 10px;
}

@media (min-width: 768px) {
  .articlestyle li {
    height: 384px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .articlestyle li {
    height: 330px;
    overflow: hidden;
  }
}

.popover-title {
  font-size: 13px;
}

.carousel-indicators {
  width: 20%;
  margin-left: -50%;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0px;
  background-color: rgba(147, 60, 6, 0);
}

.carousel-indicators .active {
  width: 8px;
  height: 8px;
  background-color: #f26649;
}

.carousel-caption {
  bottom: 5px;
  text-align: right;
}

.carousel-caption p {
  font-size: 15px;
  padding: 41px 0 0;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    padding-bottom: 0px;
  }
  .carousel-indicators {
    bottom: 13px;
  }
  /*for tablate*/
  #changesinleloccountryid {
    width: 63%;
  }
}

@media (max-width: 767px) {
  .rightSiteSocialIcon {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .box-hight {
    height: 215px;
    position: relative;
  }
  .rightSiteSocialIcon {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .rightSiteSocialIcon {
    display: none;
  }
}

@media (max-width: 767px) {
  .centre-xs {
    text-align: center !important;
    /*custon gernoter*/
  }
  .right-xs {
    float: right !important;
  }
  /*lawcrossing self*/
  .gap-left-10 {
    margin: 0 0 0 0px !important;
  }
  .paging {
    padding: 10px 0 0 0 !important;
  }
  #overlay {
    width: 100% !important;
  }
  .home-searchposition {
    width: 100%;
    position: static !important;
    z-index: 9;
    top: 0%;
  }
  /*.mar-xs-5{margin:5px 0 0 0px!important}*/
  .social-all ul .shareaholic-share-buttons {
    padding: 0px !important;
    margin: 0px !important;
  }
  .pagination-center {
    display: table !important;
    margin: 0 auto !important;
    width: auto !important;
    float: none !important;
  }
  .nav > li:first-child a {
    padding: 3px 9px 3px 9px !important;
  }
  .spec-mob {
    background: #efefef !important;
  }
  .spec-mob img {
    width: 56% !important;
    margin: 5px 10px !important;
  }
  .gry-background {
    position: relative;
    margin-top: 65px;
  }
  .spl_page .gry-background {
    margin-top: 0;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: #1c72e4 !important;
  }
  .top-plj {
    float: left;
    padding: 20px 0 0 0px;
    font-weight: bold;
  }
  .top-plj a {
    text-decoration: none;
    font-size: 16px !important;
    color: #f2674a;
  }
  .top-plj a:hover {
    color: #000;
  }
  /*for search-box*/
  .search-box {
    position: static !important;
    width: 100% !important;
  }
  .search-box .title-sty {
    font-size: 23px !important;
    text-align: left !important;
  }
  .search-box ul.nav-tabs > li a {
    font-size: 10px !important;
  }
  .search-box .nav-tabs > li.active > a {
    padding: 2px 4px !important;
  }
  .search-box ul.nav-tabs > li a {
    padding: 2px 4px !important;
    font-weight: normal !important;
  }
  .search-box .form-group {
    margin-bottom: 0px !important;
  }
  .search-box .form-control {
    margin: 0 0 10px !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 22px !important;
    line-height: 20px;
  }
  .mobile-btn {
    float: left !important;
    margin: 5px 10px 0px 0 !important;
    background-color: #eb6244;
    border-width: 0;
    color: #ffffff;
    font-weight: bold !important;
    line-height: 20px;
  }
  .search-box .form-control3 {
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 0 10px !important;
    height: 22px;
    line-height: 20px;
  }
  .search-box {
    min-height: 220px !important;
  }
  .search-btn {
    margin-left: 0 !important;
  }
  .search-box p {
    line-height: 18px !important;
  }
  .search-box .nav > li {
    height: 40px !important;
  }
  .search-box .title-sty {
    margin-bottom: 10px !important;
  }
  /*for search-box*/
  .new-table-style {
    display: block !important;
    float: left !important;
  }
  .new-table-cell {
    display: block !important;
    float: left !important;
  }
  /*hemant*/
  .search-box #myTab {
    text-align: center;
  }
  #myTab > li {
    display: inline-block;
    width: auto !important;
  }
  #myTab > li a {
    display: block;
  }
  .title_testimonials {
    white-space: normal;
  }
  .contact-us .form-group {
    padding: 0 0 0px 0px;
  }
  .contact-us label {
    display: inline-block;
    min-width: auto;
  }
  .contact-us input, .contact-us select {
    display: inline-block;
    min-width: 100% !important;
  }
  .contact-us input[type="radio"], .contact-us input[type="checkbox"].mobile-check {
    min-width: 20px !important;
  }
  .contact-us .textarea-control {
    display: inline-block;
    width: 100% !important;
  }
  .category-list li {
    display: inline-block;
    width: 49%;
    font-size: 10px !important;
  }
  .social_bottom-fix {
    bottom: 0;
    position: static !important;
  }
  .square_box_height {
    height: auto !important;
  }
  .box-hight {
    height: auto !important;
  }
  /*custom*/
  .box-thumb {
    width: 100% !important;
    margin: 15px 0px 0px 0px !important;
  }
  .a-form aside {
    width: 100% !important;
  }
  .a-form .right-side {
    width: 100% !important;
  }
  .carousel, .item, .active {
    height: auto !important;
  }
  .form-resume {
    width: 100%;
    margin: 0 0 0 0;
  }
  .form-resume label {
    width: 100%;
  }
  .form-resume select, textarea {
    width: 100%;
  }
  .desktop-align {
    text-align: left !important;
    padding-top: 10px;
  }
  .desktop-align .form-control {
    display: inline !important;
    width: 60% !important;
  }
  .search-box .form-control-one {
    border: 1px solid #eb6244;
    display: inline;
    height: 22px;
    line-height: 20px;
    margin: 0 0 5px !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 5px;
  }
  #selectedCountry {
    margin: 0px 0 0 5px !important;
  }
  /*June-26*/
  .faq-list-50 li {
    display: inline-block;
    padding: 0 0 10px 12px;
    width: 100% !important;
    float: none !important;
  }
  .small-select {
    width: 100% !important;
  }
  /*July-02*/
  .portfolio_4col .da-thumbs li article h3 {
    padding-top: 5px !important;
  }
  .new-table-cell.mid {
    border-left: medium none;
    border-right: medium none;
  }
  .momb-center-text {
    text-align: center;
  }
  .navbar-fixed-top {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  }
  .search-box .small-select {
    height: 22px !important;
    line-height: 22px !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 0 10px !important;
  }
  .new-table-cell .thumbnail {
    display: block !important;
  }
  .simplemodal-data {
    width: 98% !important;
    margin: 0 auto;
  }
  .part50 {
    width: 100%;
    display: block;
  }
  .search-btn {
    line-height: 20px !important;
  }
  .mile-space {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #myTab {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  #myTab > li {
    float: none !important;
    margin: 0px !important;
  }
  #myTab > li a {
    font-size: 11px;
    margin: 0;
    padding: 3px 9px !important;
    font-weight: normal !important;
  }
  button {
    outline: none;
  }
  .footer_Bg .padd_25 {
    padding: 25px 0px !important;
  }
  .spec-mar {
    margin-top: 10px;
  }
  .advanced-setting {
    margin-top: 2px !important;
  }
  #myTab > li a:hover, #myTab > li.active a {
    border-left: solid 1px transparent;
  }
  .shareaholic-share-buttons {
    display: none !important;
  }
  .media-server-img {
    display: none !important;
  }
  .home-banner {
    display: none !important;
  }
  .media-type2 .media-left-side {
    border-top: 1px solid;
    width: 100% !important;
    display: block !important;
    float: none !important;
    padding: 15px !important;
    text-align: center;
  }
  .media-type2 .media-body-style {
    width: 100% !important;
    display: block !important;
    float: none !important;
    border-top: 1px solid #e0e0e0 !important;
    padding: 15px 0 15px 0 !important;
    border-left: none !important;
  }
  /*Augest 24 update*/
  .part3 {
    width: 100% !important;
  }
  /*Update sept-03*/
  .outer-30 {
    padding: 10px 0px 0px 0px !important;
    /* float: left; background: #F1EFEB; margin-top: 0px;  margin-bottom: 15px; */
  }
  .book-B {
    float: left !important;
    width: 100% !important;
    padding-left: 15px;
  }
  .book-box-cont {
    float: right !important;
    width: 100% !important;
  }
  .mob-left {
    text-align: left !important;
  }
  .padding-D {
    padding-left: 0 !important;
  }
  .shareaholic-share-buttons-container.floated ul.shareaholic-share-buttons {
    margin: 0 !important;
    padding: 0 !important;
    display: none;
  }
  .mobile-overflow {
    overflow-y: hidden;
    overflow-x: scroll;
    width: 300px;
  }
  #coverletter_data .inputbox {
    width: 100%;
  }
  #myaccount > .tab_contactdetail > li {
    margin-bottom: 1px !important;
    text-align: left;
  }
  #myaccount > .tab_contactdetail > li span {
    text-align: left;
  }
  #myaccount > .tab_contactdetail > li.ovr span {
    display: inline-block;
    font-size: 12px;
    padding: 5px 6px !important;
    margin: 0px;
    width: 100% !important;
  }
  .mobile-gap {
    margin-top: 15px;
  }
  ol > li > a {
    word-break: break-all;
  }
  /*for stiky header*/
  .my_sticky {
    display: none !important;
  }
  /*for stiky header*/
  /*-------------*/
  #myTab > li a {
    width: 100%;
  }
  #changesinleloccountryid {
    width: 66%;
    display: inline-block;
  }
  .billingInner {
    padding: 0px !important;
  }
  .billingInner .billing-title {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 16px !important;
  }
  .billingInner .billing-title > strong {
    font-size: 20px !important;
  }
  .billingInner .billing-title > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .billingInner .border_R {
    border: none !important;
  }
  .g-recaptcha {
    float: left;
    width: 100%;
  }
  .attorny_title {
    font-size: 23px !important;
  }
  .result-space-cover {
    word-break: break-all;
  }
  .article-dtl-img img {
    max-width: 100%;
    height: auto;
  }
  /*-------------*/
  .row-flex-mobile .full-row {
    width: 100% !important;
  }
  .right-box {
    padding: 15px;
  }
  .title_testimonials {
    font-size: 1.375rem !important;
  }
  .row-flex-mobile > .leftsticky {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-flex-mobile > .leftsticky > .theiaStickySidebar > .right-box {
    padding: 0px;
  }
  .link_btn_style_small {
    font-size: 11px !important;
  }
}

/*for mobile*/
@media (min-width: 768px) and (max-width: 991px) {
  .centre-sm {
    text-align: center !important;
    /*custon gernoter*/
  }
  .right-sm {
    float: right !important;
  }
  .rightSiteSocialIcon {
    display: none;
  }
  /*lawcrossing self*/
  .title_testimonials {
    font-size: 1.375rem;
  }
  .font-22 {
    font-size: 125% !important;
  }
  /*FEATURED EMPLOYER*/
  .new-table-style {
    display: table !important;
    float: left !important;
  }
  .new-table-cell {
    display: table-cell !important;
    float: none !important;
    vertical-align: top !important;
  }
  .refrel-form .textarea-control {
    width: 100% !important;
  }
  .advanced-setting {
    margin-top: 0px;
  }
  .media-server-img img {
    width: 100% !important;
  }
  /*-----------------------------*/
  .billingInner .billing-title {
    padding: 15px 20px 4px 20px !important;
  }
  .billingInner .billingDetail {
    padding: 15px 20px 25px 20px !important;
  }
  .article-dtl-img img {
    max-width: 100%;
    height: auto;
  }
  /*-----------------------------*/
  #myTab {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  #myTab > li {
    display: inline-block;
    float: none !important;
    width: auto;
  }
}

@media screen and (max-height: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.66);
    -webkit-transform: scale(0.66);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #myTab {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  #myTab > li {
    display: inline-block;
    float: none !important;
    width: auto;
  }
  .modal-dialog-home {
    width: 1000px !important;
  }
}

.btn {
  border-radius: 0;
  line-height: inherit;
}

.section_concier.texture_Pattern .padd_T_30 {
  border-top: solid 1px #000000 !important;
}

.navbar-nav {
  margin: 5px;
}

.jobs-share-friends {
  font-size: 20px;
  color: #1c72e4;
  vertical-align: text-top;
}

.printarticle-page {
  background-image: none;
  padding: 20px;
}

.font-44 {
  font-size: 44px;
}

.font-12 {
  font-size: 12px;
}

.font-10 {
  font-size: 10px;
}

.padd_R_10 {
  padding-right: 10px !important;
}

.table-wrap {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .table-wrap {
    max-width: 500px;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 480px) {
  #formmain .side_btn_style {
    display: block;
    margin-top: 10px;
  }
}

.border-1 {
  border: 1px solid #afafaf;
}

.thank_you_visit_message {
  font-size: 20px;
  line-height: 30px;
}

.article_not_found {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}

.error_box_wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.application_submit {
  color: #1c72e4;
  font-size: 70px;
}

.primary_color {
  color: #1c72e4;
}

@media (max-width: 767px) {
  .n-mobile-space {
    margin-bottom: 15px;
  }
  ul.sign-teb::before {
    display: none !important;
  }
  .signup-title {
    font-size: 2.1rem !important;
    line-height: 30px !important;
  }
}

.fa-rss-square {
  font-size: 20px;
  color: #d2d2d2;
}

.theiaStickySidebar label {
  font-size: 10px;
}

.font-30 {
  font-size: 30px;
}

.v-top {
  vertical-align: top;
}

.font-20 {
  font-size: 20px;
}

.spl_page {
  background: url("../../images/body_bg_20181029024218.jpg") 0 -40px repeat-x #fff;
}

.spl_page .gry-background {
  padding: 15px;
}

/*-----------------Event logos----------------*/
/* Halloween code
.spec-mob .navbar-brand, .home-logo{position:relative}
.spec-mob .navbar-brand::after, .home-logo::after{background: url('../../images/halloweenicon_20181031053510.png') no-repeat;
    content: "";position: absolute;top:-10px;right:-48px;width: 34px;height: 49px;
background-size: contain;}
.spec-mob .navbar-brand::after{top:12px; right:45px}
@media (max-width: 767px) {
 .spec-mob .navbar-brand::after, .home-logo::after{display:none}
 }*/
/*-----------------Event logos----------------*/
.bglightgreen .textblack.testimonial-content {
  padding: 10px;
  background: #d2d2d2;
}

.bglightgreen .textblack.testimonial-content .textblue {
  float: left;
}

/* SSL styles recovered */
.input-shadow {
  -webkit-box-shadow: inset 10px 10px 10px -10px #9e9b96 !important;
  -moz-box-shadow: inset 10px 10px 10px -10px #9e9b96 !important;
  box-shadow: inset 10px 10px 10px -10px #9e9b96 !important;
  background: #e7e4df;
  background-color: #e7e4df;
  background-image: none;
}

.custom-dropdown {
  -webkit-appearance: none;
  position: relative;
  -moz-appearance: none;
  float: left;
  font-size: 14px;
  padding: 10px;
  width: 125%;
  cursor: pointer;
  border: none;
}

.selectGre {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #f2f2f2 19%, #e0e0e0 77%, #dcdcdc 100%);
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #f2f2f2 19%, #e0e0e0 77%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #f2f2f2 19%, #e0e0e0 77%, #dcdcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 );
  position: relative;
  overflow: hidden;
  border: solid 1px #cccccc;
}

.selectGre::after {
  position: absolute;
  z-index: 1;
  content: " ";
  right: 6px;
  top: 15px;
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #000000;
}

.rowBgap {
  padding-bottom: 30px;
}

.btn-shadow {
  -webkit-box-shadow: 4px 3px 5px 0px #afafaf;
  -moz-box-shadow: 4px 3px 5px 0px #afafaf;
  box-shadow: 4px 3px 5px 0px #afafaf;
}

.similar-jobs-thumb {
  float: left;
  margin-right: 10px;
  width: 75px;
  height: 75px;
}

/*uinivarsal*/
/*uinivarsal*/
.font-11,
.font-12,
.font-16,
.font-22 {
  line-height: normal !important;
}

.footer_Title a,
.panel a,
a.orange {
  text-decoration: none;
}

.guranteeseal_box h3,
.yello-strip {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b38b29', endColorstr='#d1a015', GradientType=0);
}

.home-link,
.link_btn_style,
.orange_link,
.redbtn,
.top_bar a {
  cursor: pointer;
}

#main1,
.bg-brow,
.brown-bg,
.clrfix {
  clear: both;
}

body {
  background: url(../../images/body_bg_20181029024218.jpg) 0 37px repeat-x #fff;
  /*@media screen and (min-width: 1024px) {
            background: url(../../images/body_bg_20181029024218.jpg) 0 37px repeat-x #fff;
        }*/
}

@media (max-width: 767px) {
  body {
    background-image: none !important;
  }
  p {
    word-break: break-word;
  }
}

@media screen and (min-width: 480px) and (max-width: 600px) {
  .display_Box li {
    width: 50% !important;
    padding: 0 2% !important;
    display: table-cell !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .nav > li:first-child {
    margin: 0 !important;
  }
  .nav > li {
    background: 0 0;
  }
  .nav > li > a {
    background-color: #EFEFEF;
    border-bottom: solid 1px #CFCFCF;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: #913e08;
    width: 100%;
    color: #fff;
  }
  .padd_L_10 {
    padding: 0 !important;
  }
  .title_testimonials {
    padding: 5px 0 10px !important;
  }
  .action_padd {
    position: static !important;
    bottom: 0;
    right: 0;
    margin: 10px 0 !important;
  }
  .home_image {
    margin-top: 0 !important;
  }
  .right-sm,
  .right-xs {
    float: right;
  }
  .left-sm,
  .left-xs {
    float: left;
  }
  .customthumb {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}

.gry_bg,
.pink_Transparent,
.social {
  display: inline-block;
}

a {
  outline: 0;
}

a:hover {
  transition: all ease .7s;
}

.padd_T10 {
  padding: 10px 0 0;
}

.padd_B5 {
  padding: 0 0 5px;
}

.padd_5 {
  padding: 5px;
}

.padd_10 {
  padding: 10px;
}

.padd_T_5 {
  padding: 5px 0 0;
}

.padd_B_5 {
  padding: 0 0 5px;
}

.padd_T_10 {
  padding: 10px 0 0;
}

.padd_L_10 {
  padding: 0 0 0 10px;
}

.padd_B_10 {
  padding: 0 0 10px;
}

.padd_TB_10 {
  padding: 10px 0;
}

.padd_T_B_18 {
  padding: 18px 0 10px;
}

.padd_TB_20 {
  padding: 20px 0;
}

.padd_T_25 {
  padding: 25px 0 0;
}

.padd_TB_25 {
  padding: 25px 0;
}

.padd_25 {
  padding: 25px;
}

.padd_30 {
  padding: 30px;
}

.padd_T_30 {
  padding: 30px 0 0;
}

.padd_T_B_38 {
  padding: 38px 0 10px;
}

.padd_T_B_30 {
  padding: 30px 0;
}

.padd-l-r {
  padding: 0 10px;
}

.padd_T_57 {
  padding: 57px 0 0;
}

.padd_T_200 {
  padding: 200px 0 0;
}

.padd_B_25 {
  padding: 0 0 25px;
}

.padd_l_20 {
  padding: 0 0 0 20px;
}

.padd-left_10 {
  padding-left: 10px !important;
}

.padd-right_10 {
  padding-right: 10px !important;
}

.padd-top_10 {
  padding-top: 10px;
}

.padd-bottom_10 {
  padding-bottom: 10px;
}

.margin-T-5 {
  margin: 5px 0 0 !important;
}

.margin-T-10 {
  margin: 10px 0 0;
}

.margin-TB15 {
  margin: 15px 0;
}

.margin-T-30 {
  margin: 30px 0 0;
}

.margin-L-10 {
  margin: 0 0 0 10px;
}

.margin-B-10 {
  margin: 0 0 10px;
}

.margin-T-19 {
  margin: 19px 0 0;
}

.margin-T-83 {
  padding: 83px 0 0;
}

.margin-R-15 {
  margin: 0 15px 0 0;
}

.margin-R-5 {
  margin: 0 5px 0 0;
}

.margin-TR-5 {
  margin: 10px 5px 0 0;
}

.analogous_one {
  background: #f1efeb;
}

.orangeS {
  background: #1c72e4;
}

.subtitle {
  background: #1c72e4;
  color: #fff;
}

.subtitles-one {
  color: #9e9d9a;
  font-size: 12px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-16 {
  font-size: 16px;
}

.font-22 {
  font-size: 22px;
}

.top_bar,
header,
header a {
  font-size: 11px;
}

.pink_Transparent {
  background: #efefef;
  width: 100%;
}

.dark_brown {
  height: 15px;
  background: #1c72e4;
}

.color_brown {
  color: #1c72e4 !important;
}

.gry_bg {
  background: rgba(214, 212, 209, 0.1);
  width: 100%;
}

header {
  position: relative;
}

.top_bar {
  font-style: italic;
  color: #000000;
}

.top_bar span {
  font-style: normal;
  font-weight: 700;
}

.top_bar a {
  color: #000000;
  padding: 0 0 0 4px;
}

.social {
  padding: 1px 3px 0 0;
  float: right;
}

.title_style {
  min-height: 40px;
  overflow: hidden;
}

.box-Style {
  border-right: dotted 1px #d5d0c5;
}

.display_Box {
  width: 100%;
}

.display_Box li {
  padding: 0 0 10px;
  min-height: 229px;
}

.display_Box .title {
  padding: 10px 0;
}

.display_Box li .btn {
  padding: 0 10px;
}

a.orange {
  min-height: 25px;
  color: #1c72e4;
  line-height: 16px;
  font: 12px;
  margin: 25px 0;
  display: block;
}

.gry-background {
  display: inline-block;
  width: 100%;
  background-color: #efefef;
}

.cms-home.gry-background {
  background-color: #efefef;
}

.dark_Red_bg {
  background: #efefef;
}

.testimonial_Text {
  font-size: 24px;
  line-height: 30px;
}

.orange_List {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.side_btn,
.side_btn_style {
  text-align: center;
  margin: 0 0 10px;
}

.orange_List li {
  background: url(../../images/bulet_20181029024223.jpg) left 10px no-repeat;
  padding: 0 0 0 17px;
  font-size: 16px;
}

.cote_Style {
  float: left;
  width: auto;
}

.author {
  padding: 10px 0 0;
  font-size: 17px;
}

.footer_Bg {
  background: #d2d2d2;
}

.footer_Title {
  font-size: 11px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: solid 1px #afafaf;
}

.footer_Title a {
  font-weight: 400;
}

.footer_Look {
  padding: 30px 0;
}

.style-itel {
  font-style: italic;
  color: #9a3d28;
  font-size: 10px;
}

.copy_Right {
  color: #FFF;
  font-size: 12px;
}

.copy_Right a {
  color: #fbc6b1;
  font-size: 12px;
}

.copy_Right a:hover {
  color: #fff;
  font-size: 12px;
}

.panel a,
.slider_Link,
.slider_Link:hover {
  color: #FFF;
}

.content_Holder {
  height: 182px;
  overflow: hidden;
}

.carousel-caption h3 {
  color: #FFF;
  font-size: 70px;
  font-style: italic;
}

.panel a {
  background: url(https://d2mr814xz93xhl.cloudfront.net/images/search_bg.jpg) repeat-x;
  display: block;
  width: 100%;
}

.caret_2,
.mail_icon {
  display: inline-block;
}

.panel-heading h4 {
  font-size: 12px;
}

.panel_title_new {
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
}

.dotted_Border_2 {
  border-top: dotted 1px #cec9c1;
}

.side_btn_style {
  border: none;
  background: #1c72e4;
  font-size: 10px;
  color: #FFF;
  font-weight: 700;
  padding: 1px 10px;
}

/*@media (min-width: 768px) {
  .side_btn_style {
    padding: 1px 4px;
    font-size: 8px;
  }
}*/
.side_btn_style:hover {
  transition: all .7s ease 0s;
  background: #000000;
  color: #FFF;
}

.panel-group_possion {
  top: 42px;
  right: 0;
  position: absolute;
  z-index: 999;
}

.panel-heading_shade {
  -webkit-box-shadow: 0 1px 5px 1px #adadab;
  box-shadow: 0 1px 5px 1px #adadab;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb .active a,
.brown_link,
.link_btn_style:hover,
.orange_link,
.orange_link:hover {
  text-decoration: none;
}

.search_results {
  border-bottom: solid 1px #766341;
  padding: 0 0 10px;
  color: #000000;
  font-size: 12px;
}

.search_results h2 {
  color: #000000;
  font-size: 26px;
}

.search_results h2 span {
  color: #a2988a;
  font-size: 20px;
}

.extra_Small,
.side_btn {
  font-size: 10px;
  font-weight: 700;
}

.side_btn {
  border: none;
  background: #1c72e4;
  color: #FFF;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.side_btn:hover {
  transition: all .7s ease 0s;
  background: #df5134;
}

.btn-custom {
  border: 1px solid #c3bdb4;
  background: #FFF;
  border-radius: 0;
  color: #a2988a;
}

.extra_Small {
  line-height: 12px;
}

.pink_Strip {
  background: url(../../images/pink_top_20181029031037.jpg) top left repeat-x #f9f9f7;
}

.orange_link {
  color: #1c72e4;
}

.orange_link:hover {
  color: #000000;
  transition: all ease .7s 0s;
}

.brown_link {
  color: #8E3B05;
}

.sidee_title {
  border-top: dotted 1px #cec9c1;
  border-bottom: dotted 1px #cec9c1;
  padding: 8px 0;
  color: #000000;
  font-weight: 700;
  font-size: 12px;
}

.side_content_label {
  padding: 10px 0 0;
  font-weight: 700;
}

.off_white_bg {
  background: #e4e1d8;
}

.caret_2 {
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.panel-heading-Pink {
  background: #d2d2d2 !important;
  padding: 5px 10px !important;
}

.panel-heading-Pink .panel-title a {
  background: 0 0;
  color: #000000;
}

.pink_panal_body {
  background: #efefef !important;
  padding: 10px;
}

.pink_panal_body ul li a,
.pink_panal_body ul li a:hover {
  color: #000000;
  font-size: 11px;
}

.pink_panal_body ul li {
  float: left;
  width: 100%;
}

.pink_panal_body ul li a {
  display: inline;
}

.cover_letter {
  background: #FFF;
  -webkit-box-shadow: 5px 0 5px 0 #dbd8d1;
  box-shadow: 5px 0 5px 0 #dbd8d1;
  margin: 30px 0 0;
  color: #756543;
  font-size: 12px;
  line-height: 16px;
}

.cover_letter h2 {
  border-top: solid 1px #bab1a0;
  color: #897a5d;
  font-size: 14px;
  padding: 5px 0 10px;
}

.border-top,
.brown_text {
  padding: 10px 0;
}

.text_area_design {
  width: 100%;
  border: 1px solid #d0ccc3;
  resize: vertical;
  height: 110px;
}

.brown_text {
  font-style: italic;
  font-size: 11px;
  line-height: 12px;
}

.yellow_panal_body {
  background: #f4e7c4 !important;
  padding: 0;
}

.yellow_panal_body h3 {
  width: 100%;
  background: #edd597;
  color: #786441;
  line-height: 30px;
  font-size: 14px;
  padding: 0 0 0 10px;
}

.yello_outer {
  padding: 10px;
}

.icon_set_bg {
  background: url(../../images/icon-set_20181029045707.png);
}

.icon_sprit {
  background: url(../../images/new_spirit_20181029024232.png);
}

.mail_icon {
  background-position: -36px -130px;
  height: 19px;
  width: 32px;
  float: left;
  margin-right: 5px;
}

.delete_icon,
.deleted_icon,
.icon_cancel,
.pdf_icon,
.text_icon,
.word_icon {
  height: 24px;
  width: 23px;
  display: inline-block;
  margin-right: 5px;
}

.delete_icon {
  background-position: -185px -102px;
  float: left;
}

.pdf_icon {
  background-position: -215px 95px;
  float: left;
}

.text_icon {
  background-position: -431px 128px;
  float: left;
}

.word_icon {
  background-position: -188px 95px;
  float: left;
}

.deleted_icon {
  background-position: -142px 199px;
}

.icon_cancel {
  background-position: -141px 220px;
}

.mail_icon_main {
  background-position: -36px -130px;
  display: inline-block;
  height: 19px;
  width: 32px;
  margin-right: 5px;
  margin-top: 5px;
}

.email_search {
  width: 20px;
  float: left;
  margin-right: 8px;
}

.download_icon,
.excel_icon {
  display: inline-block;
  height: 24px;
  margin-right: 5px;
  width: 23px;
}

.download_icon {
  background-position: -457px 32px;
}

.excel_icon {
  background-position: -430px 64px;
  float: left;
}

.face,
.face:hover,
.gplus,
.gplus:hover,
.linkedin,
.linkedin:hover,
.twitter,
.twitter:hover {
  display: block;
}

.upload_section {
  width: 15px;
  height: 19px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.chat,
.face,
.face:hover,
.gplus,
.gplus:hover,
.linkedin,
.linkedin:hover,
.twitter,
.twitter:hover {
  width: 18px;
  height: 18px;
}

.pdf {
  background-position: -6px -49px;
}

.word {
  background-position: -6px -27px;
}

.doc {
  background-position: -6px -6px;
}

.linkedin {
  background-position: -6px -206px;
}

.linkedin:hover {
  background-position: -27px -206px;
}

.twitter {
  background-position: -6px -233px;
}

.twitter:hover {
  background-position: -27px -233px;
}

.face {
  background-position: -6px -260px;
}

.face:hover {
  background-position: -27px -260px;
}

.gplus {
  background-position: -6px -287px;
}

.gplus:hover {
  background-position: -27px -287px;
}

.chat {
  background-position: -7px -314px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.rightmark,
.wrongmark {
  width: 15px;
  height: 18px;
  display: block;
  margin: 0 10px 0 0;
  float: left;
}

.chat:hover {
  background-position: -27px -314px;
  margin: 0 10px 0 0;
}

.wrongmark {
  background-position: -6px -88px;
}

.rightmark {
  background-position: -6px -69px;
}

.qustion {
  width: 27px;
  height: 22px;
  display: inline-block;
  margin: 0 10px 0 0;
  background-position: 0 -110px;
}

.mail,
.print,
.share {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  display: inline-block;
}

.mail {
  background-position: -6px -135px;
}

.print {
  background-position: -6px -159px;
}

.share {
  background-position: -6px -183px;
}

.social-icon {
  display: inline-block;
  margin: 0 4px 0 0;
}

.clients {
  float: left;
  width: 100%;
  display: block;
}

.clients li {
  float: left;
  width: 100%;
  display: block;
  padding: 0 0 10px;
}

.big-pera-style,
.short_Result {
  padding: 15px 0 10px;
  border-bottom: solid 1px #b8ae9c;
}

.big-pera-style {
  font-size: 16px;
  color: #a2988a;
  line-height: 20px;
}

.result_box {
  width: 100%;
  border: 1px solid #cec9c1;
}

.sub_title {
  color: #000000;
  line-height: 16px;
  font-weight: 700;
}

.sub_title span {
  font-size: 11px;
  font-weight: 400;
  display: block;
  line-height: 30px;
}

.add-box {
  background: #f1efeb;
  padding: 10px;
  margin: 30px 0 0;
}

.advertisement_title {
  padding: 0 0 10px;
  color: b7afa4;
  margin: 0;
}

.attorny_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
}

.jobs-link a,
.jod {
  font-size: 11px;
  color: #6a5e45;
}

.right-box {
  background: #efefef;
}

.jod {
  font-weight: 700;
  line-height: 13px;
}

.jod p,
.jod span,
.title_testimonials {
  font-weight: 400;
  float: left;
}

.jod span {
  width: 100%;
  line-height: 14px;
}

.jod p {
  font-size: 11px;
  padding: 10px 0;
  margin: 0;
}

.jobs-link {
  padding: 0;
}

.jobs-link li {
  padding: 0;
  line-height: 14px;
}

.jobs-link a {
  line-height: 16px;
}

.warning_Pera {
  padding: 0 0 10px;
  font-size: 14px;
  color: #a2988a;
  line-height: 16px;
}

.title_testimonials {
  font-size: 22px;
  color: #000000;
  line-height: normal;
  width: 100%;
  padding: 0 0 10px;
  margin: 0;
  text-transform: capitalize;
}

.big-pera,
.testimonial_line {
  font-size: 16px;
  padding: 0 0 10px;
}

.big-pera {
  color: #a2988a;
  line-height: 20px;
  border-bottom: solid 1px #b8ae9c;
}

.testimonial_line {
  color: #FFF;
  font-weight: 700;
  margin: 0;
}

.link_btn_style,
.link_btn_style_small {
  border: none;
  text-align: center;
  margin: 0 0 10px;
  font-weight: 700;
}

.color-gry {
  color: #b6b6b6;
}

.heightcell {
  height: 135px;
  overflow: hidden;
}

.link_btn_style {
  background: #1c72e4 !important;
  padding: 2px 10px;
  font-size: 11px;
  color: #FFF;
}

.link_btn_style:hover {
  transition: all .7s ease 0s;
  background: #df5134;
  color: #FFF;
}

.formbg {
  background: #FFF;
  padding: 10px;
  box-shadow: 5px 5px 10px #CCC;
}

.link_btn_style_small {
  background: #1c72e4;
  font-size: 12px;
  color: #fff;
  padding: 1px 10px;
}

.link_btn_style_small:hover {
  transition: all .7s ease 0s;
  background: #000000;
  color: #fff;
  text-decoration: none;
}

.fill_input,
.form_control_50 {
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
}

.categaery-live li {
  padding: 0 0 0 15px;
}

.categaery-live li:before {
  content: ">";
}

.guranteeseal_box {
  background: #FFF;
  -webkit-box-shadow: 5px 0 5px 0 #dbd8d1;
  box-shadow: 5px 0 5px 0 #dbd8d1;
  margin: 30px 0 0;
  color: #756543;
  font-size: 12px;
  line-height: 16px;
}

.guranteeseal_box h3 {
  color: #fff;
  position: relative;
  padding: 5px 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzOGIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjYmI4ODA5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjYzE4ZTBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjYzE5MDBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjYzk5MzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjYzk5NTBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjY2M5ODEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZDU5ZTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODIlIiBzdG9wLWNvbG9yPSIjZDNhMTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZDY5ZTE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjZDQ5ZjExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZDc5ZTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QxYTAxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #b38b29 0, #bb8809 5%, #c18e0f 14%, #c1900f 18%, #c9930f 27%, #c9950d 32%, #cc9810 36%, #d59e0e 50%, #d3a10e 82%, #d69e15 86%, #d49f11 91%, #d79e11 95%, #d1a015 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b38b29), color-stop(5%, #bb8809), color-stop(14%, #c18e0f), color-stop(18%, #c1900f), color-stop(27%, #c9930f), color-stop(32%, #c9950d), color-stop(36%, #cc9810), color-stop(50%, #d59e0e), color-stop(82%, #d3a10e), color-stop(86%, #d69e15), color-stop(91%, #d49f11), color-stop(95%, #d79e11), color-stop(100%, #d1a015));
  background: -webkit-linear-gradient(top, #b38b29 0, #bb8809 5%, #c18e0f 14%, #c1900f 18%, #c9930f 27%, #c9950d 32%, #cc9810 36%, #d59e0e 50%, #d3a10e 82%, #d69e15 86%, #d49f11 91%, #d79e11 95%, #d1a015 100%);
  background: -o-linear-gradient(top, #b38b29 0, #bb8809 5%, #c18e0f 14%, #c1900f 18%, #c9930f 27%, #c9950d 32%, #cc9810 36%, #d59e0e 50%, #d3a10e 82%, #d69e15 86%, #d49f11 91%, #d79e11 95%, #d1a015 100%);
  background: -ms-linear-gradient(top, #b38b29 0, #bb8809 5%, #c18e0f 14%, #c1900f 18%, #c9930f 27%, #c9950d 32%, #cc9810 36%, #d59e0e 50%, #d3a10e 82%, #d69e15 86%, #d49f11 91%, #d79e11 95%, #d1a015 100%);
  background: linear-gradient(to bottom, #b38b29 0, #bb8809 5%, #c18e0f 14%, #c1900f 18%, #c9930f 27%, #c9950d 32%, #cc9810 36%, #d59e0e 50%, #d3a10e 82%, #d69e15 86%, #d49f11 91%, #d79e11 95%, #d1a015 100%);
}

.cencleicon {
  border: 1px solid #fff;
  display: block;
  line-height: 15px;
  margin: 4px 5px 0 0;
  padding: 0;
  color: #FFF;
}

.job_main ul li a,
.rating > span,
ul .control li a,
ul .control2 li a,
ul .control3 li a,
ul.nav-tabs > li a {
  display: inline-block;
}

.recommend {
  padding: 20px 0;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.imag-Display {
  min-height: 244px;
}

.imag-Display .thumbnail {
  margin-bottom: 0;
  height: 244px;
  overflow: hidden;
}

.first_tab,
.popup_text,
.second_tab_main {
  overflow-x: hidden;
  overflow-y: scroll;
}

.alert-normal {
  background-color: #fff;
  border-color: #ddd;
  border-radius: none;
}

.alert-normal hr {
  border-top-color: #e4b9c0;
}

.yello-strip {
  color: #fff;
  line-height: 30px;
  padding: 2px 15px;
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzOGIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjYmI4ODA5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjYzE4ZTBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjYzE5MDBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjYzk5MzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjYzk5NTBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjY2M5ODEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZDU5ZTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODIlIiBzdG9wLWNvbG9yPSIjZDNhMTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZDY5ZTE1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjZDQ5ZjExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZDc5ZTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QxYTAxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #b38b29 0, #bb8809 5%, #c18e0f 14%, #c1900f 18%, #c9930f 27%, #c9950d 32%, #cc9810 36%, #d59e0e 50%, #d3a10e 82%, #d69e15 86%, #d49f11 91%, #d79e11 95%, #d1a015 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b38b29), color-stop(5%, #bb8809), color-stop(14%, #c18e0f), color-stop(18%, #c1900f), color-stop(27%, #c9930f), color-stop(32%, #c9950d), color-stop(36%, #cc9810), color-stop(50%, #d59e0e), color-stop(82%, #d3a10e), color-stop(86%, #d69e15), color-stop(91%, #d49f11), color-stop(95%, #d79e11), color-stop(100%, #d1a015));
  background: -webkit-linear-gradient(top, #b38b29 0, #bb8809 5%, #c18e0f 14%, #c1900f 18%, #c9930f 27%, #c9950d 32%, #cc9810 36%, #d59e0e 50%, #d3a10e 82%, #d69e15 86%, #d49f11 91%, #d79e11 95%, #d1a015 100%);
  background: -o-linear-gradient(top, #b38b29 0, #bb8809 5%, #c18e0f 14%, #c1900f 18%, #c9930f 27%, #c9950d 32%, #cc9810 36%, #d59e0e 50%, #d3a10e 82%, #d69e15 86%, #d49f11 91%, #d79e11 95%, #d1a015 100%);
  background: -ms-linear-gradient(top, #b38b29 0, #bb8809 5%, #c18e0f 14%, #c1900f 18%, #c9930f 27%, #c9950d 32%, #cc9810 36%, #d59e0e 50%, #d3a10e 82%, #d69e15 86%, #d49f11 91%, #d79e11 95%, #d1a015 100%);
  background: linear-gradient(to bottom, #b38b29 0, #bb8809 5%, #c18e0f 14%, #c1900f 18%, #c9930f 27%, #c9950d 32%, #cc9810 36%, #d59e0e 50%, #d3a10e 82%, #d69e15 86%, #d49f11 91%, #d79e11 95%, #d1a015 100%);*/
  background: #1c72e4;
}

.outer_Inner {
  padding: 15px;
}

.triangleRight {
  width: 0;
  height: 0;
  border-left: 100px solid red;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}

.jobs_Display li {
  padding: 0 0 0 15px;
  position: relative;
}

.padd_T_15 {
  padding: 15px 0 0;
}

.form {
  background-color: none !important;
}

.top {
  border-top: none;
}

.get_main {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}

.get_main span {
  width: 21px;
  height: 15px;
  float: left;
}

.get_main p {
  width: auto;
  margin: 0 0 5px !important;
}

.email_main,
.input {
  width: 100%;
  float: left;
}

.checkbox_main,
.email_main span,
.select_box {
  width: auto;
  float: left;
}

.email_main span {
  margin-right: 15px;
}

.checkbox_main span {
  width: 21px;
  float: left;
}

.checkbox_main p {
  width: auto;
  float: left;
  margin-right: 7px;
}

.checkbox_main h2,
.checkbox_main h3 {
  font-size: 14px;
  float: left;
  font-weight: 700;
  margin-right: 8px;
}

.content_lft_text h2 {
  width: auto;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content_lft_text h3 a {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  float: left;
  margin-bottom: 10px;
}

.content_lft_text h3 a:hover {
  width: 100%;
  color: #000;
  font-size: 15px !important;
  text-decoration: none !important;
}

.content_lft_text p {
  width: auto;
  font-weight: 400;
}

.content_right_part {
  width: auto;
  float: right;
}

.content_lft_text h4 {
  width: auto;
  font-size: 14px;
  font-weight: 700;
}

.input_bx {
  width: auto;
  float: left;
}

.select_box {
  border: 1px solid #999;
}

.icon_text {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.icon_text span {
  float: left;
  margin-right: 20px;
  margin-top: 16px;
  min-height: 91px;
  width: auto;
}

.radio_main h2,
.radio_main h3 {
  margin-right: 4px;
  font-weight: 400;
}

.icon_text p {
  width: auto;
}

.radio_main {
  width: auto;
  float: left;
}

.radio_main span {
  width: 17px;
  float: left;
}

.radio_main p {
  width: auto;
  float: left;
}

.sign_button,
.video-container {
  width: 100%;
  text-align: center;
  z-index: 999999;
  float: left;
  position: relative;
}

.radio_main h2 {
  float: left;
  font-size: 10px;
}

.radio_main h3 {
  float: left;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 10px;
}

.cat_main {
  float: left;
  margin-top: 10px;
}

.cat_main span {
  float: left;
  background: url(https://d2mr814xz93xhl.cloudfront.net/images/arrow.gif) left top no-repeat;
  width: 15px;
  height: 15px;
}

.bo_jb,
.job_main,
.map_main,
.text_area {
  width: 100%;
  float: left;
}

.cat_main h2 {
  font-size: 13px;
  padding-bottom: 5px;
  float: left;
}

.cat_main h2 a:hover {
  color: #000;
}

.cat_main h3 a {
  font-size: 13px;
  margin-left: 15px;
  color: #646567;
  float: left;
}

.cat_main h3 a:hover {
  color: #000;
}

.bo_jb h2 {
  float: left;
}

.job_main ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9999;
}

.job_main ul li {
  margin: 0;
  padding: 0;
  background: url(https://d2mr814xz93xhl.cloudfront.net/images/arrow.gif) 0 6px no-repeat;
  list-style: none;
  line-height: 24px;
}

.job_main ul li a {
  padding-left: 15px;
  line-height: 20px;
}

.job_main ul li a:hover {
  color: #000;
  text-decoration: none;
}

.textdarkgray1 > a {
  color: #646567;
}

ul.nav-tabs > li {
  padding: 0;
  float: left;
  list-style: none;
  line-height: 24px;
  background-image: none;
  margin: 10px 0 0;
}

ul.nav-tabs > li a {
  font-size: 11px;
  background-color: #933E08;
  color: #FFF;
}

ul.nav.nav-tabs li a:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}

.list-unstyled a {
  text-decoration: none;
}

.text_area {
  border: 1px solid #ccc;
}

.map_main span {
  width: 20px;
  float: left;
  background: url(https://d2mr814xz93xhl.cloudfront.net/images/icon1.gif) left top no-repeat;
  margin-right: 5px;
}

.map_main h2 {
  width: auto;
  float: left;
}

.select_box_map {
  border: 1px solid #999;
  width: 100%;
}

.control {
  width: 100%;
  float: left;
}

ul.control {
  margin: 0;
  padding: 14px;
}

ul.control li {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  line-height: 24px;
}

ul.control2 li,
ul.control3 li {
  line-height: normal;
  margin: 0;
  width: 100%;
  float: left;
}

ul .control li a {
  font-size: 14px;
  padding-left: 15px;
  text-decoration: underline;
  color: #000000;
}

ul.control li a:hover {
  color: #000;
  text-decoration: none;
}

.control2 {
  width: 100%;
  float: left;
}

ul.control2 {
  margin: 0;
  padding: 0 14px;
}

ul.control2 li {
  padding: 0;
}

ul .control2 li a {
  font-size: 14px;
  padding-left: 15px;
  text-decoration: underline;
  color: #000000;
}

ul.control2 li a:hover {
  color: #000;
  text-decoration: none;
}

.control3 {
  width: 100%;
  float: left;
}

ul.control3 {
  margin: 0;
  padding: 0 5px;
}

ul.control3 li {
  padding: 2px 13px;
  background: url(https://d2mr814xz93xhl.cloudfront.net/images/arrow.gif) 0 6px no-repeat;
  list-style: none;
}

ul .control3 li a {
  font-size: 14px;
  padding-left: 15px;
  text-decoration: underline;
  color: #000000;
}

ul.control3 li a:hover {
  color: #000;
  text-decoration: none;
}

.text_main {
  width: 100%;
  float: left;
}

.text_main p {
  margin: 0;
}

ul.next_menu {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #000000;
}

ul.next_menu li {
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

ul.next_menu li a {
  font-size: 14px;
  padding: 0 4px;
  color: #fff;
}

ul.next_menu li a:hover {
  color: #000;
  text-decoration: none;
}

ul.next_menu li span {
  text-align: right;
  font-size: 14px;
  color: #C3C4C6;
}

.last {
  border-bottom: none !important;
}

.reviews span {
  width: 10px;
}

.reviews h2 {
  font-size: 13px;
  width: auto;
  float: left;
  margin-right: 6px;
  margin-top: 3px;
}

.reviews p {
  font-size: 13px;
  margin-top: 5px;
}

ul.next_menu-new {
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.next_menu-new li {
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
  line-height: 24px;
  width: 100%;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  margin-right: 5px;
}

.rating h2 {
  float: left;
  font-size: 14px;
  margin-right: 6px;
  padding-top: 2px;
  width: auto;
}

.rating > span {
  position: relative;
  color: #9d9a92;
  margin-right: 2px;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
  content: "\2605";
  position: absolute;
  color: #933708;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover,
.pagination > li > a,
.pagination > li > span {
  background-color: none !important;
}

ul.abc_nav {
  padding: 0;
  margin: 0;
}

ul.abc_nav li {
  display: inline;
  list-style: none;
  padding: 0;
}

.e_icon,
.email_icon,
.print_icon,
.right_icon,
.rss_icon {
  display: inline-block;
  height: 18px;
  width: 18px;
}

.add_box {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 3px 10px;
}

.email_icon {
  background-position: -6px -135px;
}

.rss_icon {
  background-position: -6px -159px;
}

.print_icon {
  background-position: -6px -183px;
}

.color {
  color: #646567;
}

.e_icon {
  background-position: -6px -432px;
}

.right_icon {
  background-position: -30px -432px;
}

.ranking_banner {
  font: 12px/16px;
  text-align: center;
  padding-top: 5px;
  text-transform: uppercase;
  color: #d2aca8;
}

.ranking_banner_main {
  background-color: transparent;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  max-width: 100%;
  text-align: center;
}

.total_jobs_title {
  font-size: 18px;
}

.total_jobs {
  background-color: #1c72e4;
  padding: 4px 10px;
  font-size: 19px;
  color: #fff;
  line-height: 25px;
  text-transform: capitalize;
}

.da-thumbs li article h3,
.highlight,
div.upper,
dl.home-tab dt,
h2 small,
h3 small {
  text-transform: uppercase;
}

.button_main {
  width: 100%;
  text-align: center;
  float: left;
}

.upload_resume {
  font-size: 16px;
  color: #fff;
  padding: 6px;
}

.loction_link {
  color: #000000 !important;
  background: 0 0 !important;
  margin-left: 10px;
  text-decoration: underline !important;
}

.loction_link:hover {
  color: #1c72e4 !important;
}

.jobdatails_main h4 {
  width: auto;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.jobdatails_main h5,
.jobdatails_main h6 {
  font-weight: 400;
  padding: 10px 0 0;
  width: auto;
}

.jobdatails_main h5 {
  font-size: 20px;
  margin: 0;
  color: #a4988a;
}

.jobdatails_main h6 {
  font-size: 16px;
  margin: 0;
}

.jobdatails h3,
ul.job_details {
  padding: 0;
  margin: 0;
}

.jobdatails h3 {
  width: auto;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

ul.job_details li {
  float: left;
  list-style: none;
  padding: 3px 0 0;
  width: 100%;
  float: left;
}

ul.job_details li a {
  font-size: 12px;
  color: #1c72e4;
}

ul.job_details li a:hover {
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}

.lawfirm_main h4 {
  width: auto;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 7px;
  margin: 0;
  color: #786443;
}

.aditional_main h4,
.lawfirm_main p,
.post_title {
  margin: 0;
  font-weight: 700;
}

.lawfirm_main p {
  width: auto;
  font-size: 12px;
  padding: 0 0 2px;
  color: #766341;
}

.aditional_main h4 {
  width: auto;
  font-size: 13px;
  padding: 0 0 7px;
  color: #953b07;
}

.post_title {
  padding: 0;
  line-height: 13px;
}

.action_padd {
  position: absolute;
  bottom: 0;
  right: 0;
}

.search_image {
  width: 150px;
  height: 150px;
}

.upload_image {
  background-color: #FFF;
  border: 1px solid #666;
  color: #333;
  font: 13px arial;
  padding-left: 2px;
  margin-right: 15px;
}

.upload_resume_btn {
  color: #FFF;
  font-size: 16px;
  margin-left: 30px;
  padding: 3px 10px;
}

.lc_thanks_main {
  width: 100%;
  float: left;
}

.lc_thanks_main h1 {
  font-size: 42px;
  margin: 0 10px 0 0;
  float: left;
  color: #000000;
}

.lc_thanks_main h2 {
  font-size: 20px;
  margin: 0;
}

.lc_thanks_main span {
  font-size: 24px;
  float: left;
  margin-top: 15px;
}

.lc_thanks_main h4 {
  font-size: 18px;
  margin: 0;
  color: #000000;
}

.lc_concierge {
  width: 100%;
  float: left;
}

.lc_concierge h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #000000;
}

.paypal {
  width: 100%;
  margin: 0 auto;
}

.white_bg {
  background-color: #fff;
  box-shadow: 5px 5px 10px #CCC;
}

.bg_premi {
  background: url(https://d2mr814xz93xhl.cloudfront.net/htm/images/1stpageimage.jpg) left top no-repeat;
  float: left;
  height: 508px;
  width: 98%;
}

.pay_text {
  padding: 4px 10px;
  font-size: 19px;
  color: #fff;
  text-align: center;
}

.lc_activation_main {
  width: 100%;
  float: left;
}

.lc_activation_main h2 {
  font-size: 20px;
  margin: 0;
  text-align: center;
  color: #000000;
}

.lc_activation_main span {
  font-size: 24px;
  float: left;
  margin-top: 15px;
}

.lc_activation_main h4 {
  font-size: 18px;
  margin: 0;
  color: #000000;
}

ul.tab_menu {
  margin: 0;
  padding: 20px 0 0;
  float: left;
}

ul.tab_menu li {
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
  line-height: 24px;
  background: url(https://d2mr814xz93xhl.cloudfront.net/htm/images/Menu_arrow.png) right 7px no-repeat;
  float: left;
}

ul.tab_menu li a {
  display: inline-block;
  font-size: 12px;
  padding: 0 1px;
  margin-right: 23px;
}

ul.tab_menu li a:hover {
  color: #000;
  text-decoration: none;
}

ul.tab_menu li span {
  text-align: right;
  font-size: 14px;
  color: #C3C4C6;
}

.popup_text {
  height: 350px;
}

.second_tab_main {
  height: 609px;
}

.third_tab_main {
  width: 100%;
  float: left;
  background-color: #000000;
}

.third_tab_main h2 {
  color: #fff;
  font-size: 19px;
  padding: 10px 10px 0;
}

.third_tab_main p {
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
}

.main {
  margin: 25px auto;
  text-align: center;
}

.main img {
  width: 100%;
  background: url(https://d2mr814xz93xhl.cloudfront.net/htm/images/ajax.gif) center center no-repeat #FFF;
  border: 1px solid #AAA;
}

.lc_web_main {
  width: 100%;
}

.lc_web_main h2 {
  font-size: 26px;
  margin: 0;
  color: #000000;
  padding: 0 5px;
  line-height: 39px;
}

.lc_web_main p {
  font-size: 17px;
  margin: 42px 0 0;
  color: #a2988a;
  padding: 0 5px;
  line-height: 27px;
}

.fill_input {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  padding: 1px 5px;
}

.first_tab {
  height: 300px;
  float: left;
}

.articlestyle li,
.da-thumbs li,
.image_grid,
.image_grid li,
.spacer40,
span.zoom {
  overflow: hidden;
}

ul.tab_popup {
  margin: 0;
  padding: 20px 0 0;
  float: left;
  position: relative;
  z-index: 9999;
}

ul.tab_popup li {
  margin: 0 1px 0 0;
  padding: 0 0 5px;
  list-style: none;
  line-height: 24px;
  float: left;
}

ul.tab_popup li a {
  display: inline-block;
  font-size: 12px;
  padding: 0 48px 0 7px;
  background: url(https://d2mr814xz93xhl.cloudfront.net/htm/images/Menu_arrow.png) right 7px no-repeat #f4c6ba;
}

ul.tab_popup li a:hover,
ul.tab_popup li.active a {
  color: #000000;
  text-decoration: none;
  background-color: #e6e4e0;
}

ul.tab_popup li span {
  text-align: right;
  font-size: 14px;
  color: #C3C4C6;
}

.appraoc_bg {
  background-color: #cfccc5;
  float: left;
  min-height: 320px;
}

.appraoc_bg h2 {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
  padding: 5px;
  font-weight: 700;
}

.appraoc_bg p {
  font-size: 14px;
  color: #fff;
  padding: 5px;
}

.clr {
  color: #000000;
  font-size: 16px;
}

.numbring {
  color: #8E3B05;
  font-size: 64px;
  font-weight: 700;
  margin-top: 21px;
}

.home_image {
  margin-top: 20px;
}

.panel7 {
  margin-bottom: 3px !important;
  box-shadow: none !important;
}

.anyshadow,
.home-modal-form {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.panel7-heading h4 {
  font-size: 12px;
  font-weight: 400;
}

.panel_bg {
  background-color: #f4e7c4;
  width: 100%;
}

.panel_main {
  background-color: #edd597;
  width: 100%;
}

.gap {
  background: url(https://d2mr814xz93xhl.cloudfront.net/images/colorbg.jpg) 0 15px no-repeat;
  text-indent: 20px;
  line-height: 21px;
}

.nav > li:first-child {
  margin: 0;
}

.nav > li:first-child a {
  padding: 3px 9px 3px 0;
}

blockquote {
  border: none;
  font-size: 12px;
  margin: 10px 0 11px !important;
  padding: 0 0 0 10px;
  width: 91%;
}

hr {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.resume_bg {
  background-color: #fff;
}

.form_control_50 {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  width: 65%;
}

ul.lc_web {
  margin: 0;
  padding: 20px 0 0;
  width: 100%;
}

ul.lc_web li {
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
  line-height: 24px;
  width: 100%;
  text-decoration: none;
}

ul.tab_contactdetail {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  z-index: 998;
}

ul.tab_contactdetail li {
  margin: 0 1px 0 0;
  padding: 0 0 5px;
  list-style: none;
  line-height: 24px;
  float: left;
}

ul.tab_contactdetail li a {
  display: inline-block;
  font-size: 12px;
  padding: 0 9px;
  background: url(https://d2mr814xz93xhl.cloudfront.net/htm/images/Menu_arrow.png) right 7px no-repeat;
}

ul.tab_contactdetail li a:hover,
ul.tab_contactdetail li.active a {
  color: #000000 !important;
  text-decoration: none;
}

.lc_last {
  background-image: none !important;
}

.checkbox_border {
  border-right: 1px solid #DDD !important;
}

.share__btn,
table {
  border: none;
}

.mypromo {
  background-color: #000000;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 10px;
}

.white-link {
  color: #FFF !important;
}

.brown-title {
  color: #923c09;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}

.share_type_twitter > .share__btn {
  background: url(../../images/sharing_sprite_20170713085434.png) 105px 0 repeat-x transparent;
  width: 24px;
}

.share__btn {
  display: inline-block;
  width: 27px;
}

.share_size_large > .share__btn {
  padding: 5px 0;
  width: 100%;
}

.share a,
.social-icon a {
  border: none;
  display: inline-block;
  text-indent: -9999em;
}

.share_type_facebook > .share__btn {
  background: url(../../images/sharing_sprite_20170713085434.png) 77px 0 repeat-x transparent;
  width: 24px;
}

.share_type_gplus > .share__btn {
  background: url(../../images/sharing_sprite_20170713085434.png) 55px 0 repeat-x transparent;
  width: 24px;
}

.share_type_link > .share__btn {
  background: url(../../images/sharing_sprite_20170713085434.png) 30px 0 repeat-x transparent;
  width: 24px;
}

.spacer40 {
  float: left;
  width: 100%;
  height: 40px;
}

.rightSiteSocialIcon {
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  padding: 5px 0;
  position: fixed;
  left: 0;
  text-align: center;
  top: 150px;
  width: 70px;
  z-index: 9999;
}

.rightSiteSocialIcon ul {
  margin: 0;
  padding: 0;
}

.rightSiteSocialIcon ul li {
  display: block;
  float: left;
  list-style: none;
  padding: 2px 0;
  width: 100%;
}

.rightSiteSocialIcon ul li a {
  text-decoration: none;
}

.box-thumb {
  border: 1px solid #dddad5;
  background: #FFF;
  position: relative;
  margin: 15px 5px 0;
  display: inline-block;
  padding: 10px;
  width: 47%;
}

.dark-gray-color {
  background: #d1ccc5;
}

.newborderbox,
.white-background {
  background: #fff;
}

.inner-title {
  font-size: 16px;
  color: #000000;
}

.label-populor {
  position: absolute;
  top: -4px;
  right: 4px;
}

.membership li {
  padding: 10px 0 0;
}

.orange-color-text {
  color: #1c72e4 !important;
}

.newborderbox {
  border: 1px solid #d1ccc6;
}

.panel-title2 {
  background: url(https://d2mr814xz93xhl.cloudfront.net/images/search_bg.jpg) repeat-x transparent;
  color: #FFF;
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 10px 12px;
  margin: 0 0 10px;
}

.error {
  color: red;
}

.border_R {
  border-right: solid 1px #d5d0c5;
}

.border_L {
  border-left: solid 1px #d5d0c5;
}

.border_T_main {
  border-top: 1px #d5d0c5 solid;
}

.border_bottom {
  border-bottom: solid 2px #9c8e75;
}

.border_all {
  border: 3px solid #766341;
}

.border {
  border: 1px solid #766341;
}

.border_red {
  border: 1px solid #db5c38;
}

.border_right {
  border-right: solid 1px #db5c38;
}

.border-Big {
  border-bottom: solid 15px #000000;
}

.border_TB {
  border-bottom: solid 2px #9c8e75;
  border-top: solid 2px #9c8e75;
}

.dotted_Border_bt,
.solid_Border_bt,
.solid_Border_tb {
  border-bottom: solid 1px #afafaf;
}

.border-top {
  border-top: solid 1px #afafaf;
}

.dotted_Border_L {
  border-left: dotted 1px #000000;
}

.dotted_Border,
.dotted_Border_tp {
  border-top: dotted 1px #000000;
}

.solid_Border_t {
  border-top: solid 1px #000000;
}

.solid_Border_top {
  border-top: solid 1px #afafaf;
}

.solid_Border_tb {
  border-top: solid 1px #afafaf;
}

.dotted_Border_right {
  border-right: dotted 1px #000000;
}

.outer {
  width: 95%;
  margin: 0 10px 0 0;
  min-height: 285px;
}

.border-left {
  border-left: solid 1px #afafaf;
}

.orangetitle {
  color: #1c72e4;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}

.span_style {
  color: #000000;
  font-style: italic;
}

h4 small,
h5 small {
  color: #1c72e4;
}

h3 small {
  line-height: 20px !important;
  color: #000000;
  padding: 15px 0;
  font-weight: 700 !important;
  display: block;
}

.black_bullet li,
.font-weight,
.jobcount li a {
  font-weight: 700;
}

h4 small {
  margin: 0;
}

.hrstyle {
  border-top: 1px solid #D5D0C5;
  display: block;
  float: left;
  height: 1px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.black_bullet {
  list-style: none;
  margin: 0;
  padding: 0;
}

.black_bullet li {
  padding: 0 0 4px;
  font-size: 13px;
}

.black_bullet span {
  color: #1c72e4;
  padding-bottom: 5px;
}

.control3 {
  margin: 0;
  padding: 0 0 0 15px;
}

.social_bottom-fix {
  position: absolute;
  bottom: 0;
}

.articlestyle li {
  height: 330px;
}

.legalguides {
  border-left: solid 1px #D4D0C5;
  position: relative;
}

.payment_box {
  padding: 15px 0 0;
}

.box-hight {
  height: 220px;
  position: relative;
}

.fixedFooterMobile,
.fixedHeaderMobile {
  position: fixed;
  height: auto;
  width: 100%;
}

.square_box_height {
  height: 150px;
}

.modal-dialog-home {
  width: 1142px;
  margin: 0 auto;
  height: 100%;
}

.modal-dialog-home .modal-content {
  background: url(../../images/popup_20170713085431.jpg) 0 0/100% no-repeat;
  border-radius: 0;
  max-height: 100%;
  min-height: 600px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .modal-dialog-home .modal-content,
  ::i-block-chrome {
    background: url(../../images/popup_20170713085431.jpg) no-repeat;
    border-radius: 0;
    max-height: 100%;
    min-height: 600px;
  }
}

.home-modal-form {
  background: #c9c0b9;
  padding: 15px;
  border: 5px solid #FFF;
  margin: 220px 0 0 97px;
  width: 395px;
}

.home-modal-form h2 {
  color: #923e1f;
  font-size: 22px;
  line-height: 30px;
}

.modal-dialog-home .modal-body {
  float: left;
  font-size: 13px !important;
  line-height: 20px !important;
}

.home-page label {
  display: block;
  width: 115px;
  float: left;
}

.home-page input[type=text],
input[type=file] {
  display: block;
  float: left;
  width: 225px;
}

.home-link {
  color: #E35639;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline !important;
  float: right;
  line-height: 40px;
  margin: 0 5px 0 0;
}

.home-link:hover {
  color: #933E1F;
  text-decoration: none;
}

.pink-box {
  background: #d2d2d2;
}

.pink-box h3 {
  font-size: 18px !important;
  line-height: 20px !important;
  padding: 0 0 5px;
}

.margin-box {
  display: inline-block;
  margin: 10px;
}

.jobcount {
  display: block;
}

.jobcount li {
  border-bottom: solid 1px #f9f9f7;
  padding: 5px;
}

.jobcount li span {
  color: #aa9991;
  font-weight: 700;
}

.jobcount li a {
  text-decoration: none;
}

.header-link-14 {
  font-size: 14px;
}

.fixedFooterMobile {
  bottom: 0;
  left: 0;
  padding: 0;
  float: left;
  text-align: center;
  z-index: 9997;
}

.fixedHeaderMobile {
  top: 0;
  left: 0;
  background: #d2d2d2;
  z-index: 9999;
}

.upload-resume {
  display: block;
  margin-top: 10px;
  padding: 0;
}

.upload-resume li {
  margin-bottom: 10px;
  padding: 5px;
  background: #d2d2d2;
  list-style: none;
}

.upload-resume li .pnew,
.upload-resume li h2 {
  color: #f2674a;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}

.upload-resume li p {
  color: #776541;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: normal;
}

.upload-resume li input[type=text],
.upload-resume li input[type=file] {
  display: block;
  float: left;
  width: 100%;
}

.new-modal-header {
  background: url(https://d2mr814xz93xhl.cloudfront.net/images/search_bg.jpg) repeat-x;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

#TB_title {
  display: none;
}

#TB_window a:link {
  color: #fff !important;
}

.droup-D-positon {
  left: -99px !important;
  top: 20px;
  position: absolute;
  font-style: normal;
  padding: 0;
}

.droup-D-positon .collapsed {
  background-color: #fff;
  color: #FFF;
}

.droup-D-positon .collapsed:focus,
.droup-D-positon .collapsed:hover {
  background-color: #DA4F32;
  border-color: #1c72e4;
  color: #FFF;
}

.slidingDiv {
  position: relative;
}

#c_granted_intl1 {
  background-color: #FFF;
  border: 1px solid #999;
  right: 0;
  padding: 3px;
  position: absolute;
  top: 1px;
  width: 308px;
  z-index: 999;
}

#c_granted_intl1 .region ul {
  margin: 0;
  padding: 0;
}

#c_granted_intl1 .region {
  float: left;
  font: 13px/19px arial;
  padding: 4px 0 9px 14px;
  width: 144px;
}

dl.home-tab dd span,
dl.right-side dd span {
  font-style: italic;
  font-weight: normal;
}

#c_granted_intl1 .intl,
#c_granted_intl1 .intl:visited {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.close,
a.btn_close_a,
span.f {
  position: absolute;
}

a.btn_close_a {
  display: block;
  float: right;
  height: 21px;
  width: 21px;
  margin: 0;
  right: 10px;
  top: 4px;
}

#c_granted_intl1 .site {
  list-style: none;
}

.site a {
  background: 0 0;
}

.site a:hover {
  color: #000000;
}

.btn_close {
  background: url(../../images/cancle.png) no-repeat #fff;
  border: 0;
  height: 21px;
  outline: 0;
  width: 21px;
}

span.f {
  background: url(../../images/sprite_flags_t-20140827032600.gif) 16px 0 no-repeat;
  height: 11px;
  left: 0;
  top: 4px;
  width: 16px;
}

a.us span.f {
  background-position: 0 0;
}

a.au span.f {
  background-position: -16px 0;
}

a.be span.f {
  background-position: -32px 0;
}

a.br span.f {
  background-position: -48px 0;
}

a.ca span.f {
  background-position: -64px 0;
}

a.de span.f {
  background-position: -80px 0;
}

a.es span.f {
  background-position: -96px 0;
}

a.fr span.f {
  background-position: -112px 0;
}

a.gb span.f {
  background-position: -128px 0;
}

a.ie span.f {
  background-position: -144px 0;
}

a.in span.f {
  background-position: -160px 0;
}

a.it span.f {
  background-position: -176px 0;
}

a.nl span.f {
  background-position: -192px 0;
}

a.mx span.f {
  background-position: -208px 0;
}

a.jp span.f {
  background-position: -224px 0;
}

a.ch span.f {
  background-position: -240px 0;
  width: 11px;
}

a.cn span.f {
  background-position: -251px 0;
}

a.at span.f {
  background-position: -267px 0;
}

a.kr span.f {
  background-position: -283px 0;
}

a.za span.f {
  background-position: -299px 0;
}

a.ru span.f {
  background-position: -331px 0;
}

a.se span.f {
  background-position: -347px 0;
}

a.pt span.f {
  background-position: -363px 0;
}

a.ar span.f {
  background-position: -315px 0;
}

.selectionShareable input[type=radio],
input[type=checkbox] {
  float: left;
}

.selectionShareable label {
  width: 90%;
  font-weight: 400;
}

.vertical-search {
  background: #d2d2d2;
  padding: 5px 0 10px;
  margin: 0 0 15px;
  width: 100%;
  display: inline-block;
}

.title_testimonials a {
  text-decoration: none;
  color: #000000;
}

.title_testimonials a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

.close,
.scrollToTop-btn,
.scrollToTop-btn:hover,
.search-box a,
dl.home-tab dd a,
dl.home-tab dd a:hover,
dl.right-side dd a,
dl.right-side dd a:hover {
  text-decoration: none;
}

.gap-left-10 {
  margin: 0 0 0 10px;
}

.answer,
.content p {
  margin: 0;
}

.divide {
  background: url(../../images/divid.png) right no-repeat;
}

h3 .brown_link:hover {
  color: #8E3B05;
}

.greenstrap {
  background: #D4D0C8;
  padding: 10px 0;
  font-size: 17px;
  color: #000000;
  line-height: 25px;
}

.greenstrap span {
  color: #c1293d;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  width: 214px;
  padding: 0 55px 0 33px;
  float: left;
  text-align: center;
}

.redbtn,
.type {
  font-size: 18px;
}

.answer,
.content {
  line-height: inherit;
}

.redbtn {
  border-radius: 5px;
  background: #c1293d;
  color: #FFF;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
}

.full {
  float: left;
  width: 100%;
}

.tagline {
  float: left;
  width: 500px;
  padding: 0 22px 0 0;
  color: #000000;
}

.gry-strap {
  background: #c3b6b0;
  border-bottom: solid 10px #000000;
}

.type {
  font-family: Courier New, Courier, monospace;
  color: #000;
  padding: 36px 0;
  float: left;
}

.content {
  font-size: inherit;
}

.grn-title {
  color: #b8b83c;
  font-size: 22px;
  padding: 20px 0;
}

.question {
  color: #c1293d;
  font-weight: 700;
  font-size: 20px;
  padding: 0 0 20px;
}

.answer {
  color: #000000;
  font-size: inherit;
}

.answer span {
  color: #000000;
}

ul.whatmeans {
  margin: 20px 0 20px 26px;
  padding: 0;
  float: left;
  display: block;
  width: 100%;
}

ul.whatmeans li {
  float: left;
  width: 50%;
  color: #1c72e4;
  font-size: 14px;
  font-weight: 700;
}

ul.whatmeans li small {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.highlight {
  background: #d4d0c8;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  padding: 20px;
  float: left;
  margin: 20px 0 !important;
}

.paddB20 {
  padding: 0 0 20px;
}

.bluee {
  color: #2e88c7;
}

.gry-bak {
  background: #ddd8d4;
  padding: 20px;
  display: block;
  width: 100%;
}

h2 small {
  padding: 15px 0 5px;
  color: #000000;
  float: left;
  width: 100%;
}

.img-responsive-banner {
  display: block;
  width: 100%;
  height: auto;
}

.close {
  background: #000000 !important;
  color: #fff !important;
  font-size: 25px;
  line-height: 19px;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
  height: 34px;
  opacity: 1;
}

#myTab ul.nav-tabs > li a,
#myTab > li a {
  display: inline-block;
  font-size: 11px;
}

.carousel,
.item {
  height: 100%;
}

.carousel-inner {
  height: 300px;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.outer-container {
  float: left;
  width: 100%;
}

.bordertop_pd10 {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: dotted 1px #cec9c1;
}

#myTab ul.nav-tabs > li a {
  background-color: #933e08;
  color: #fff;
}

#myTab > li {
  background-image: none;
  float: left;
  line-height: 24px;
  list-style: none;
  padding: 0;
  margin: 0 1px 0 0;
}

#myTab > li a {
  margin: 0;
  background-color: #1c72e4;
  color: #FFF;
  font-weight: 700;
  padding: 3px 9px;
  border: none;
}

#myTab > li a:hover,
#myTab > li.active a {
  background: #d2d2d2;
  color: #000000;
  transition: all .7s ease 0s;
  border: none;
}

dl.home-tab {
  display: block;
  width: 100%;
}

dl.home-tab dt {
  color: #000000;
  float: left;
  font-size: 13px;
  line-height: 17px;
  margin: 5px 0;
  padding: 5px 0;
  width: 100%;
}

dl.home-tab dd {
  font-weight: 700;
  float: left;
  width: 100%;
}

dl.home-tab dd a {
  font-weight: 400;
  cursor: pointer;
}

dl.home-tab dd a:hover {
  color: #000;
  transition: all .7s ease 0s;
}

.new-table-style {
  display: table;
}

.new-table-cell,
.new-table-cell .thumbnail {
  display: table-cell;
  float: none !important;
  vertical-align: top;
}

.new-table-cell {
  border-top: solid 1px #766341;
}

.new-table-cell .thumbnail {
  border: none;
  padding: 0;
  width: 100%;
}

.display {
  display: block;
}

.da-thumbs li,
.da-thumbs li img {
  display: block;
  position: relative;
}

.da-thumbs li article {
  margin: 0 15px;
  position: absolute;
  background: rgba(147, 60, 6, 0.8);
  width: 90%;
  height: 100%;
}

.da-thumbs li article.da-animate {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.da-slideFromTop {
  left: 0;
  top: -100%;
}

.da-slideFromBottom {
  left: 0;
  top: 100%;
}

.da-slideFromLeft {
  top: 0;
  left: -100%;
}

.da-slideFromRight {
  top: 0;
  left: 100%;
}

.da-slideTop {
  top: 0;
}

.da-slideLeft {
  left: 0;
}

.da-thumbs li article a {
  color: #fff;
  display: block;
  padding: 20px 0 10px;
}

.da-thumbs li article h3 {
  color: #fff;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.da-thumbs li article em {
  margin-bottom: 10px;
  color: #fff;
  display: block;
}

.da-thumbs li article span {
  display: inline-block;
}

span.link_post,
span.zoom {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #df6232;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

span.link_post {
  background-image: url(https://d2mr814xz93xhl.cloudfront.net/htm/css/images/link_post_icon.png);
  margin-right: 10px;
}

span.zoom {
  background-image: url(https://d2mr814xz93xhl.cloudfront.net/htm/css/images/zoom_icon.png);
  margin-left: 10px;
}

.portfolio_2col article h3 {
  padding-top: 70px !important;
}

.image_grid {
  float: left;
  position: relative;
  width: 100%;
}

.image_grid li {
  display: inline-block;
  line-height: 17px;
  color: #686f74;
  list-style: none;
  margin-bottom: 10px;
  text-align: center;
}

.image_grid li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .image_grid {
    width: 100%;
  }
  .image_grid li {
    display: inherit;
  }
  .portfolio_4col .da-thumbs li article h3 {
    padding-top: 70px;
  }
  .portfolio_3col .da-thumbs li article h3 {
    padding-top: 50px;
  }
  .portfolio_2col .da-thumbs li article h3 {
    padding-top: 53px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .image_grid {
    width: 450px;
  }
  .image_grid li {
    width: 33.33333% !important;
  }
  .portfolio_4col .da-thumbs li article h3 {
    padding-top: 58px;
  }
  .portfolio_3col .da-thumbs li article h3 {
    padding-top: 34px;
  }
  .portfolio_2col .da-thumbs li article h3 {
    padding-top: 23px !important;
  }
}

.da-animate p {
  line-height: 18px;
  color: #FFF;
  padding: 0 5px;
}

.tab-content-mystyle {
  background: #efefef;
}

dl.right-side dd {
  font-weight: 500;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  border-bottom: solid 1px #dedede;
}

dl.right-side dd:last-child {
  border-bottom: none;
}

dl.right-side dd a {
  cursor: pointer;
}

dl.right-side dd a:hover {
  transition: all .7s ease 0s;
}

.f-Size-14 {
  font-size: 14px;
}

.padding-box {
  padding: 10px;
  width: 100%;
  display: inline-block;
}

.box-new {
  float: left;
  width: 100%;
}

.header-Sticky {
  z-index: 999;
  position: fixed;
  width: 100%;
  margin: -150px 0 0;
  background: #335C7D;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-Sticky.sticky {
  display: block;
  margin: 0;
  background: rgba(147, 60, 6, 0.9);
  border-bottom: 1px solid #cc5a43;
  text-align: left;
}

.header-Sticky .title-sty {
  color: #fff;
  font-family: inherit;
  font-size: 26px;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.header-Sticky .search-btn {
  background: #1c72e4;
  border: none;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.header-Sticky .myform-group {
  margin: 0 1px 0 0;
}

.header-Sticky .myform-control {
  color: #000;
  border: 1px solid #afafaf;
  height: 28px;
  line-height: 30px;
  width: 100%;
}

.header-Sticky a {
  color: #FFF;
}

.header-Sticky a:focus,
.header-Sticky a:hover {
  color: #1c72e4;
}

.search-box {
  border: 1px solid #cc5a43;
  background: rgba(147, 60, 6, 0.95);
  padding: 15px;
  border-radius: 2px;
  z-index: 9;
  width: 520px;
  margin: 0 auto;
  min-height: 200px;
}

.search-box a {
  color: #eb6244;
  font-size: 13px;
}

.search-box a:focus,
.search-box a:hover {
  text-decoration: none;
  color: #fd947f;
  transition: all .5s ease;
}

.search-box .title-sty {
  font-size: 26px;
  line-height: normal;
  font-family: inherit;
  text-transform: capitalize;
  color: #FFF;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.search-box .nav > li {
  margin: 0;
  height: 50px;
}

.search-box ul.nav-tabs > li a {
  color: #fff;
  font-weight: 700;
  background: 0 0;
  display: inline-block;
  font-size: 14px;
  border-radius: 0;
  padding: 5px 10px;
  border: none;
  outline: 0;
  margin-right: 0;
}

.search-box .nav-tabs > li.active > a:after {
  display: block;
  content: "";
  border-color: #d2d2d2 transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -19px;
  left: 35%;
}

.search-box .nav-tabs > li.active > a {
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
  border: none;
  outline: 0;
  background-color: #fff;
  position: relative;
  border-image: none;
  color: #555;
  cursor: default;
  border-radius: 0;
}

.search-box .nav-tabs {
  border-bottom: none;
}

.search-btn {
  background: #1c72e4;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  border: none;
}

.search-box .form-control {
  border: 1px solid #afafaf;
  line-height: 30px;
  max-width: 255px;
  min-width: 188px;
  float: left;
  margin: 0 0 0 -5px;
  height: 32px;
}

.search-box .form-control3 {
  border: 1px solid #afafaf;
  line-height: 28px;
  max-width: 300px;
  min-width: 377px;
  background-color: #fff;
  background-image: none;
  color: #555;
  display: block;
  font-size: 13px;
  padding: 0;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  width: 100%;
  height: 30px;
}

.sub-title {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}

.scrollToTop-btn {
  background: rgba(28, 114, 228, 0.5);
  border: none;
  bottom: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  height: 35px;
  outline: 0;
  padding: 8px 6px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 999999;
  display: none;
}

.scrollToTop-btn:hover {
  transition: all ease .7s;
  background: #000000;
  outline: 0;
  color: #fff;
}

.faq-list li::before,
.faq-list-50 li::before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
}

.table-title {
  color: #000000;
  font-size: 14px;
}

.bgbrown {
  background-color: #9E4F1E;
}

.bgwhite {
  background: #FFF;
}

#main1 {
  background-color: #efefef;
  margin-bottom: 14px;
  padding: 10px;
  border: 1px solid #afafaf;
}

.faq-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-list li {
  padding: 0 0 10px 12px;
  position: relative;
}

.faq-list li::before {
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px 0 0;
  top: 0;
  position: absolute;
  left: 0px;
}

.orange-sub-title {
  font-size: 18px;
}

.orange-box-border {
  border: 1px solid #afafaf;
  background: #FFF;
  padding: 10px;
}

.contact-us .form-group {
  padding: 0 0 10px;
}

.contact-us label {
  display: inline-block;
  min-width: 70px;
}

.contact-us input,
.contact-us select {
  display: inline-block;
  min-width: 360px;
}

.contact-us select {
  margin: 0 0 0 5px;
}

.contact-us .textarea-control {
  width: 359px !important;
  display: inline-block;
  float: none;
}

.refrel-form {
  float: left;
  width: 100%;
}

.refrel-form .form-group-new {
  width: 100%;
  margin-bottom: 10px;
}

.refrel-form .form-group-new input {
  text-indent: 5px;
  padding-right: 5px;
}

.refrel-form .form-group-new .textarea-control {
  padding: 5px;
}

.refrel-form label {
  display: inline-block;
  width: 39%;
}

.refrel-form .textarea-control,
.refrel-form input,
select {
  float: right;
  width: 60%;
  border: 1px solid #ccc;
  color: #555;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  display: block;
}

.refrel-form input,
select {
  background-color: #fff;
}

.next,
.prev {
  border: none;
  cursor: pointer;
  padding: 2px 10px;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
}

.bs-example-modal .modal {
  bottom: auto;
  display: block;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  z-index: 1;
}

.popup-btn {
  width: 60px;
  display: block;
}

.prev {
  background: #000000;
  color: #fff;
}

.next:focus,
.next:hover,
.prev:focus,
.prev:hover {
  color: #FFF;
  transition: all ese .7s;
}

.next {
  background: #1c72e4;
  color: #fff;
}

.category-list li {
  width: 32%;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
}

.textgray {
  font-size: 11px;
  float: left;
}

.textgray a {
  color: #000000;
}

.subtitlewhite {
  font-size: 14px;
  font-weight: 700;
}

.advertise-form .advertise-form {
  float: left;
  width: 100%;
  padding: 0 0 10px;
}

.job-dtl-fm-t .btn-group {
  width: 100%;
}

.job-dtl-fm-t .btn-group .btn {
  color: #000;
  border: 1px solid #c3bdb4;
  width: 96%;
}

.simple-row {
  float: left;
  width: 100%;
}

.share-fa {
  float: right;
}

.share-fa li {
  background: #000000;
  border-radius: 100%;
  display: inline;
  float: left;
  font-size: 20px;
  line-height: 30px;
  margin: 0 5px 0 0;
  text-align: center;
  width: 30px;
}

.a-form .right-side,
.a-form aside,
.error-w label,
.icon-small {
  display: inline-block;
}

.share-fa li a {
  color: #FFF;
}

.icon-small {
  background: #000000;
  color: #fff;
  line-height: 30px;
  text-align: center;
  width: 20px;
}

.icon-small i {
  line-height: 20px;
}

.icon-small:hover,
.icon-small:visited {
  background: #d2d2d2;
  transition: all ease .6s;
}

.brown-bg {
  background-color: #d2d2d2;
  margin-bottom: 14px;
  padding: 10px;
}

.error-w .form-group,
.form-resume,
.media-type,
.media-type2 {
  padding: 0 0 10px;
}

.a-form aside {
  width: 30%;
}

.a-form .right-side {
  width: 70%;
}

.a-form .right-side select,
select.date-created {
  min-width: 100%;
}

.rank span {
  font-size: 12px;
  display: block;
  width: 100%;
}

.rank {
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.skew-image {
  border-left: solid 1px red;
  transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  -o-transform: skew(-12deg, 0deg);
  -ms-transform: skew(-12deg, 0deg);
}

.skew-image image {
  -webkit-transform: translate(0, 0) rotate(0) skew(-1deg, 0deg) scale(1, 1);
  -moz-transform: translate(0, 0) rotate(0) skew(-1deg, 0deg) scale(1, 1);
  -o-transform: translate(0, 0) rotate(0) skew(-1deg, 0deg) scale(1, 1);
  -ms-transform: translate(0, 0) rotate(0) skew(-1deg, 0deg) scale(1, 1);
  transform: translate(0, 0) rotate(0) skew(-1deg, 0deg) scale(1, 1);
}

#myTab > li a span {
  font-size: 10px;
  font-weight: 400;
  background: 0 0;
  line-height: normal;
}

.xyz {
  margin: 20px 0 0;
}

.xyz img {
  max-width: 100%;
}

.form-resume {
  width: 100%;
  float: left;
}

.form-resume label {
  width: 30%;
  float: left;
}

.form-resume select,
textarea {
  width: 70%;
  float: left;
}

.error-w .textarea-control,
.test-application-custom input[type=checkbox] {
  float: none;
}

.error-w label {
  min-width: 70px;
}

.error-w .textarea-control,
.error-w input,
.error-w select {
  min-width: 300px;
  display: inline-block;
}

.error-w select {
  margin: 0 0 0 5px;
}

.media-type {
  display: block;
}

.media-type .media-left-side {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}

.media-type .media-body-style {
  display: inline-block;
  width: 89%;
  vertical-align: top;
}

.media-type2 {
  display: block;
}

.media-type2 .media-left-side {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}

.search-tabbing .form-control3 {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #555;
  display: block;
  font-size: 13px;
  padding: 3px 5px;
  text-indent: 15px;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  width: 100%;
  line-height: normal;
}

.search-box .form-control-one,
.search-box .small-select {
  border: 1px solid #afafaf;
  line-height: 30px;
  height: 32px;
  display: inline;
}

.padd-desk-R {
  padding-right: 10px;
}

.desktop-align {
  text-align: right;
}

.debugstyle {
  padding: 0;
  margin: 0;
}

.search-box .small-select {
  margin: 0 0 0 -5px;
  max-width: 70px;
  min-width: 65px;
  float: none;
}

.search-box .form-control-one {
  max-width: 185px;
  min-width: 205px;
  margin: -4px 0 0;
}

.btn-type-title {
  background: #000000;
  color: #fff;
  font-weight: 700;
  padding: 0 5px;
}

.side-right {
  float: left;
  width: 87%;
}

.part50 {
  float: left;
  width: 50%;
}

.job-post-sec {
  float: left;
  width: 30%;
}

.bg-brow {
  background-color: #d2d2d2;
  margin-bottom: 14px;
  padding: 10px;
}

.faq-list-50 {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-list-50 li {
  display: inline;
  float: left;
  padding: 0 0 10px 12px;
  width: 50% !important;
}

.faq-list-50 li:before {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 -12px;
  padding: 0 5px 0 0;
  top: 0;
}

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 100%;
}

.bottom-line,
.off_btn,
.tag-line {
  font-weight: 700;
}

.for-M {
  display: block;
}

.bottom-line {
  color: #000000;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  padding: 10px 0;
  background: #efefef;
  margin-bottom: 10px;
}

.home-searchposition {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 28%;
}

.new-table-cell .thumbnail_new {
  border: none;
  padding-right: 10px;
  display: table-cell;
  float: none !important;
  width: 100%;
  vertical-align: top;
}

.mile-space {
  padding-left: 15px;
  padding-right: 15px;
}

.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
  -moz-user-select: none;
  background: transparent !important;
  display: block;
  float: none !important;
  list-style: none;
  margin: 0 0 0 10px !important;
  overflow: hidden;
  padding: 0 !important;
}

.total_jobs .f-Size-14 {
  display: block;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

.media-server-img img,
.part-30,
.part-70 {
  display: inline-block;
}

.tag-line {
  font-style: italic;
  color: #000000;
  font-size: 11px;
}

.tag-line h1,
.tag-line p {
  padding-top: 5px;
}

#SocialIconsTop {
  padding-top: 8px;
}

.search-box p {
  margin-bottom: 0;
  line-height: 30px;
  color: #FFF !important;
}

#selectedCountry {
  margin: 0;
}

.advanced-setting {
  margin-top: -15px;
}

.off_btn {
  border: none;
  background: #1c72e4;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  width: 130px;
  margin: 0 0 10px;
  padding: 1px 10px;
}

.off_btn:hover {
  transition: all .7s ease 0s;
  background: #000000;
  color: #ffffff;
}

.tpedit select {
  margin-bottom: 10px;
}

.media-server-img {
  text-align: center;
  width: 100%;
}

.media-server-img img {
  max-width: 100%;
  height: auto;
}

.home-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../../images/home_image_20170713084555.jpg) 0 0/100% 100% no-repeat;
}

ul.token-input-list-facebook {
  width: 100% !important;
  border: 1px solid #ccc !important;
}

.nav > li:last-child {
  background: 0 0 !important;
}

.media-type2 .media-body-style {
  border-left: 1px solid;
  display: inline-block;
  padding: 15px 0 15px 15px;
  vertical-align: top;
  width: 79%;
  min-height: 120px;
}

.media-type2 .media-left-side {
  padding: 15px 0 15px 15px;
}

.media-type2 .simple-row {
  border-top: 1px solid;
}

.part-30 {
  width: 30%;
  padding: 0 15px 0 0;
  float: left;
}

.part-70 {
  width: 70%;
  float: left;
}

.textblack img {
  display: block;
  max-width: 100%;
  height: auto;
}

.error center {
  align: center !important;
  text-align: left;
}

.demo-tableR {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.part3 {
  width: 30%;
  margin-right: 7px;
  float: left;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
}

.writter {
  color: black;
  display: inline-block;
  line-height: 14px;
  list-style: outside none square;
  margin: 10px 0 0;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .left-testimonial-box {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.left-testimonial-box h4 {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

.left-testimonial-box summary {
  font-weight: bold;
}

@media (min-width: 768px) {
  .left-testimonial-box summary {
    word-wrap: break-word;
    -webkit-hyphens: auto;
  }
}

ul.tab_contactdetail > li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 24px;
  padding-bottom: 5px;
  float: left;
  margin-right: 1px;
}

ul.tab_contactdetail > li > a {
  display: inline-block;
  font-size: 12px;
  padding: 0 9px !important;
  background: url(https://d2mr814xz93xhl.cloudfront.net/htm/images/Menu_arrow.png) no-repeat right 7px;
  text-transform: capitalize;
}

ul.tab_contactdetail > li > a span {
  font-size: 12px !important;
  text-transform: capitalize;
}

ul.tab_contactdetail > li.ovr span {
  display: inline-block;
  font-size: 12px;
  padding: 1px 9px !important;
  margin: 0px;
  text-transform: capitalize;
}

/*ul.tab_contactdetail > li > a:hover, ul.tab_contactdetail > li.ovr span{color:$primary_text_color !important; text-decoration:none; background-color:#f4c6ba !important;font-size:12px;  padding: 0 9px!important;}*/
ul.tab_contactdetail > li > span {
  margin: 1px 0 0 0;
  text-align: right;
  font-size: 14px;
  color: #fff;
  background: #000000;
  line-height: 22px;
  display: block;
  font-size: 11px;
  padding: 0 5px;
}

ul.tab_contactdetail > li > span {
  margin: 1px 0 0 0;
  text-align: right;
  font-size: 14px;
  color: #fff;
  background: #000000;
  line-height: 22px !important;
  display: block;
  font-size: 11px;
  padding: 0 5px;
}

/*------------------------------------*/
.my_sticky {
  position: fixed;
  z-index: 998;
  height: 60px;
  background: #efefef;
}

.my_sticky .pink_Transparent {
  background: none;
  height: 60px;
}

.my_sticky .poss-c {
  position: absolute;
  z-index: 99999;
  right: 0px;
  top: 15px;
  width: 100%;
}

.my_sticky .scroll-hide {
  display: none;
}

.poss-c {
  position: static;
}

.outer_cover {
  width: 100%;
}

/*------------------------------------*/
/*new add on for star---*/
div.rating-cancel,
div.star-rating {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}

div.rating-cancel,
div.rating-cancel a {
  background: url(https://d2mr814xz93xhl.cloudfront.net/images/delete.gif) no-repeat 0 -16px;
}

div.star-rating,
div.star-rating a {
  background: url(../../images/star_20181029024233.gif) no-repeat 0 0px;
  color: transparent;
}

div.rating-cancel a,
div.star-rating a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0px;
  border: 0;
}

div.star-rating-on a {
  background-position: 0 -16px !important;
}

div.star-rating-hover a {
  background-position: 0 -32px;
}

div.star-rating-readonly a {
  cursor: default !important;
}

div.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}

/*For ratting button*/
button.rate_target {
  position: fixed;
  left: 0px;
  padding: 0px;
  top: 73%;
  width: 44px;
  height: 53px;
  margin: 0;
  border: none;
  outline: none;
  z-index: 2;
}

.big-star {
  background-position: -272px -94px;
  display: inline-block;
  width: 44px;
  height: 53px;
}

.star_group {
  position: fixed;
  left: 43px;
  top: 73%;
  background: #a03d00;
  padding: 2px 5px 3px 5px;
  width: 120px;
  z-index: 99999999;
  box-sizing: border-box;
  height: 53px;
}

.star_group .group-list {
  list-style: none;
  margin: 0;
  padding: 0px;
  width: 100%;
  float: left;
}

.star_group .group-list li {
  width: auto;
  display: inline-block;
}

.star_group .title_S {
  color: white;
  font-size: 11px;
  float: left;
  width: 100%;
  line-height: 14px;
}

.star_group .sub_S {
  color: white;
  font-size: 9px;
  float: left;
  width: 100%;
  line-height: 14px;
}

/*END For ratting button*/
/*ratting edit*/
div.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}

div.star-rating a {
  border: 0;
  display: block;
  width: 18px;
  height: 100%;
  background: url(../../images/star_20181029024233.gif) no-repeat 0 0px;
  color: transparent;
}

div.star-rating-on a {
  background-position: 0 -20px !important;
}

div.star-rating-hover a {
  background-position: 0 -20px;
}

div.rating-cancel, div.star-rating {
  width: 18px;
  height: 18px;
  text-indent: -999em;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  overflow: hidden;
  margin-right: 2px;
}

div.rating-cancel, div.rating-cancel a {
  background: url(https://d2mr814xz93xhl.cloudfront.net/images/delete.gif) no-repeat 0 -18px;
}

div.star-rating, div.rating-cancel a, div.star-rating-readonly a {
  cursor: default !important;
}

/*New Add*/
.jobs_Display li:before {
  content: "\25b6";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #000000;
  font-size: 10px;
}

/**/
.billing {
  border-top: solid 1px #000000;
  background: #d2d2d2;
  float: left;
  width: 100%;
  /* On mouse-over, add a grey background color */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.billing .billingInner {
  float: left;
  width: 100%;
  background: #efefef;
  position: relative;
  margin-top: 10px;
}

.billing .billingInner .billing-title {
  font-size: 25px;
  padding: 15px 40px 25px 40px;
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
  .billing .billingInner .billing-title {
    padding: 15px 15px 25px 15px;
    float: none;
  }
}

.billing .billingInner .billing-subtitle {
  font-size: 20px;
  font-weight: bold;
}

.billing .billingInner ul.billing-tab {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin-top: 20px;
}

.billing .billingInner ul.billing-tab > li {
  display: inline;
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .billing .billingInner ul.billing-tab > li {
    margin-right: 0px;
    margin-bottom: 1px;
    width: 100%;
  }
}

.billing .billingInner ul.billing-tab > li > a {
  padding: 5px 40px 5px 20px;
  background: #d2d2d2;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.billing .billingInner ul.billing-tab > li > a + .bTn {
  background: #000000;
}

.billing .billingInner ul.billing-tab > li > a:hover, .billing .billingInner ul.billing-tab > li > a.active {
  background: #1c72e4;
  transition: all ease 0.7s;
  color: white;
}

@media (max-width: 767px) {
  .billing .billingInner ul.billing-tab > li > a {
    display: block;
  }
}

.billing .billingInner .billingDetail {
  padding: 40px;
  float: left;
  width: 100%;
  background: #FFFFFF;
  margin: -4px 0 0 0;
}

@media (max-width: 767px) {
  .billing .billingInner .billingDetail {
    padding: 40px 15px;
  }
}

.billing .billingInner .billingDetail .form-group {
  display: block;
}

.billing .billingInner .billingDetail select.form-control {
  padding: 5px 5px !important;
}

.billing .billingInner .billingDetail .form-control {
  padding: 3px 5px !important;
  display: block;
  width: 100%;
  padding: 0px;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.billing .billingInner .billingDetail .cvv-icon .form-control {
  position: relative;
}

.billing .billingInner .billingDetail .cvv-icon .icon-c {
  position: absolute;
  position: absolute;
  right: 17px;
  top: 30px;
}

.billing .billingInner .billingDetail .left-remove {
  margin-right: -15px;
}

.billing .billingInner .billingDetail .routing {
  display: inline-block;
  width: 37%;
  padding: 10px !important;
}

.billing .billingInner .header_concier .smallTitle, .billing .billingInner .section_concier .smallTitle {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
}

.billing .billingInner .error_box {
  text-align: center;
  background: #d2d2d2;
  padding-top: 20px;
  padding-bottom: 20px;
  color: red;
  font-size: 13px;
  width: 100%;
  top: -10px;
}

.billing .billing-tab {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin-top: 20px;
}

.billing .trailSubscription {
  background: #efefef;
  padding: 15px;
}

.billing .trailSubscription .subscriptionTitle {
  padding-bottom: 15px;
  font-size: 23px;
  line-height: 25px;
}

.billing .trailSubscription .sub_description .line-through {
  text-decoration: line-through;
  color: #1c72e4;
}

.billing .header_concier, .billing .section_concier {
  float: left;
  width: 100%;
  padding: 20px 60px 30px 60px;
}

@media (max-width: 767px) {
  .billing .header_concier, .billing .section_concier {
    padding: 20px 15px 30px 15px;
  }
}

.billing .texture_Pattern {
  background: #e7e2de url(../../images/bg_image_20160419024453.png) repeat 0px 0px;
}

.billing .texture_Pattern .price {
  float: left;
  width: 100%;
  line-height: 80px;
  text-align: center;
  /*font-size: 42px;*/
  color: #000000;
}

.billing .texture_Pattern .price .value {
  font-size: 7rem;
}

.billing .texture_Pattern .price .currency {
  vertical-align: text-bottom;
  /*vertical-align: middle;*/
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}

.billing .texture_Pattern .price .duration {
  font-weight: 500;
  font-size: 2.3rem !important;
  text-transform: uppercase;
}

.billing .texture_Pattern .bgImage {
  background: #9c9c9a url(../../inhousejobsearchcourse/EC.jpg) no-repeat 0px 0px;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 767px) {
  .billing .texture_Pattern .bgImage {
    background-size: 100%;
  }
}

.billing .section_concier {
  padding: 0px 60px 0px 60px;
}

@media (max-width: 767px) {
  .billing .section_concier {
    padding: 0px 15px 0px 15px;
  }
}

.billing .section_concier .concierge-box {
  float: left;
  width: 100%;
  padding: 15px 30px;
  /*background:$ec-gray;*/
  background: #dddbda;
}

.billing .lableSection {
  float: left;
  width: 75%;
}

@media (min-width: 768px) {
  .billing .lableSection {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .billing .lableSection {
    width: 100%;
  }
}

.billing .buttonSection {
  float: left;
  width: 24%;
  text-align: right;
}

@media (max-width: 767px) {
  .billing .buttonSection {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
}

.billing .custom-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.billing .custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.billing .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.billing .custom-check:hover input ~ .checkmark {
  background-color: #f9bcaf;
}

.billing .custom-check input:checked ~ .checkmark {
  background-color: #1c72e4;
}

.billing .custom-check input:checked ~ .checkmark:after {
  display: block;
}

.billing .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.billing .custom-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.trialBox {
  background: #efefef;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .trialBox {
    margin-top: 0px;
  }
}

.trialBox .trialSecton {
  padding-top: 40px;
  padding-bottom: 40px;
}

.trialBox .trialfooter {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
}

.infoBox {
  margin-top: 30px;
}

.infoBox .color_brown {
  font-size: 23px;
  line-height: 25px;
  color: #000000;
  border-bottom: 1px solid #c6c6c6;
}

ul.sign-teb {
  float: right;
  position: relative;
}

ul.sign-teb::before {
  background: #9c9c9c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 9px;
  width: 100%;
}

ul.sign-teb li {
  margin-left: 15px;
  float: right;
  display: inline-block;
  transform: skew(-21deg, 0deg);
  -webkit-transform: skew(-21deg, 0deg);
  -moz-transform: skew(-21deg, 0deg);
  -o-transform: skew(-21deg, 0deg);
  -ms-transform: skew(-21deg, 0deg);
}

ul.sign-teb li a {
  background: #d2d2d2;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  padding: 3px 8px;
}

ul.sign-teb li a span {
  width: 110px;
  display: inline-block;
  transform: skew(20deg, 0deg);
  -webkit-transform: skew(20deg, 0deg);
  -moz-transform: skew(20deg, 0deg);
  -o-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
}

ul.sign-teb li a:hover, ul.sign-teb li a.active {
  background: #1c72e4;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: all ease 0.7s;
}

ul.sign-teb li:first-child {
  margin-top: -1px;
  -webkit-transform: perspective(60px) rotatex(10deg);
  -webkit-transform-origin: right bottom;
  transform: perspective(60px) rotatex(10deg);
  transform-origin: right bottom;
}

ul.sign-teb li:last-child {
  margin-left: 0;
}

.billing-tab {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin-top: 20px;
}

.billing-tab li {
  display: inline;
  float: left;
  margin-right: 10px;
}

.billing-tab li a {
  padding: 5px 50px 5px 20px;
  background: #b6ad9c;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}

.billing-tab li a .active {
  color: #806a41;
  background: #FFFFFF;
  transition: all ease 0.7s;
}

/*for new banner*/
.plainback {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,f1efeb+100&0+0,1+100 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087e0fd', endColorstr='#f1efeb',GradientType=0 );
  /* IE6-9 */
  text-align: center;
  padding: 25px 0 0;
}

@media (max-width: 767px) {
  .plainback .learnmore-space {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .plainback .learnmore-space {
    padding-bottom: 30px;
  }
}

.plainback .plaintext1 {
  font-size: 3.35em;
  line-height: 50px;
}

@media (max-width: 767px) {
  .plainback .plaintext1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.plainback .plaintext2 {
  font-size: 5.83em;
  line-height: 80px;
}

@media (max-width: 767px) {
  .plainback .plaintext2 {
    font-size: 36px;
    line-height: 50px;
    display: block;
  }
}

.plainback .plaintext3 {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
}

.plainback .forSection {
  position: relative;
}

.plainback .forSection::after {
  content: '\f0d7';
  font: normal 14px/1 FontAwesome;
  position: absolute;
  font-size: 30px;
  left: 22px;
  top: 10px;
}

.plainback .biggerS {
  background: #fff;
  padding: 10px 13px 10px 13px !important;
  width: 35%;
  display: inline;
}

@media (max-width: 767px) {
  .plainback .biggerS {
    width: 65%;
  }
}

.plainback .bigger-btn {
  padding: 9px 30px;
  margin-bottom: 3px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .plainback .bigger-btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .custom .padd_T_25 {
    padding: 25px 15px 0px 15px !important;
    background: red;
  }
}

.home-search_section .search-tabbing {
  background: #d2d2d2;
}

.home-search_section .search-tabbing .searchTitle {
  text-align: center;
  width: 100%;
  font-size: 25px;
  padding: 22px 0 22px 0px;
}

.home-search_section .search-tabbing .devider {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.home-search_section .search-tabbing .vertical-search {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .home-search_section .search-tabbing .vertical-search .mobile-space {
    margin-top: 15px;
  }
}

.home-search_section .search-tabbing .form-control {
  background: #fff;
  padding: 10px 13px 10px 13px !important;
}

.home-search_section .search-tabbing .bigger-btn {
  padding: 8px 10px;
  margin-bottom: 3px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .home-search_section .search-tabbing .bigger-btn {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .home-search_section .search-tabbing .bigger-btn {
    font-size: 10px;
  }
}

.home-search_section .padding_l_remove {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .home-search_section .padding_l_remove {
    padding-left: 15px;
  }
}

.flash-button {
  padding: 2px 10px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  animation-name: flash;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: flash;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

@keyframes flash {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

@-moz-keyframes flash {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

.crossing_payment_sec .simple-row .form-group {
  width: 100%;
}

.crossing_payment_sec .simple-row .form-group .select_box_map {
  padding: 10px 5px !important;
  background: #ffffff;
  border: solid 1px #cccccc;
}

.crossing_payment_sec .simple-row .form-group .form-control {
  padding: 10px 5px !important;
  background: #ffffff;
  width: 100%;
}

.crossing_payment_sec .simple-row .form-group .routing-input {
  width: 44%;
}

.crossing_payment_sec .btn-default {
  padding: 10px;
}

@media (max-width: 767px) {
  .crossing_payment_sec .lblcc {
    display: block;
  }
}

.spaceTwo {
  padding-right: 7px;
}

.spaceTwoR {
  padding-left: 7px;
}

.billingDetail_inner #CCImage, .billingInner #CCImage {
  width: 64px;
  height: 37px;
  background: url(../../images/card_images_20160419024453.png) no-repeat 4px -18px;
  position: absolute;
  text-indent: 65px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  transition: all ease 0.7s;
}

.billingDetail_inner .visa_new, .billingInner .visa_new {
  position: absolute;
  text-indent: 150px;
  border: none;
  width: 64px;
  height: 36px;
  background: url(../../images/card_images_20160419024453.png) no-repeat 4px -73px;
  transition: all ease 0.7s;
}

.billingDetail_inner .amex_new, .billingInner .amex_new {
  position: absolute;
  text-indent: 150px;
  border: none;
  width: 64px;
  height: 36px;
  background: url(../../images/card_images_20160419024453.png) no-repeat 4px -128px;
  transition: all ease 0.7s;
}

.billingDetail_inner .discover_new, .billingInner .discover_new {
  position: absolute;
  text-indent: 150px;
  border: none;
  width: 64px;
  height: 36px;
  background: url(../../images/card_images_20160419024453.png) no-repeat 4px -237px;
  transition: all ease 0.7s;
}

.billingDetail_inner .mastercard_new, .billingInner .mastercard_new {
  position: absolute;
  text-indent: 150px;
  border: none;
  width: 64px;
  height: 36px;
  background: url(../../images/card_images_20160419024453.png) no-repeat 4px -183px;
  transition: all ease 0.7s;
}

.billingDetail #CCImage {
  position: absolute;
  text-indent: 65px;
  border: none;
  width: 64px;
  height: 41px;
  transition: all ease 0.3s;
  background: url(../../images/card_images_20160419024453.png) no-repeat 4px -16px;
}

.billingDetail .visa_new {
  position: absolute;
  text-indent: 150px;
  border: none;
  width: 64px;
  height: 41px;
  transition: all ease 0.7s;
  background: url(../../images/card_images_20160419024453.png) no-repeat 4px -71px;
}

.billingDetail .amex_new {
  position: absolute;
  text-indent: 150px;
  border: none;
  width: 64px;
  height: 41px;
  transition: all ease 0.7s;
  background: url(../../images/card_images_20160419024453.png) no-repeat 4px -126px;
}

.billingDetail .discover_new {
  position: absolute;
  text-indent: 150px;
  border: none;
  width: 64px;
  height: 41px;
  transition: all ease 0.7s;
  background: url(../../images/card_images_20160419024453.png) no-repeat 4px -235px;
}

.billingDetail .mastercard_new {
  position: absolute;
  text-indent: 150px;
  border: none;
  width: 64px;
  height: 41px;
  transition: all ease 0.7s;
  background: url(../../images/card_images_20160419024453.png) no-repeat 4px -181px;
}

@media (max-width: 767px) {
  .col-md-10.col-sm-10.col-lg-10.col-md-offset-1.col-sm-offset-1.col-lg-offset-1 {
    padding-right: 15px !important;
  }
}

button.btn.btn-default.btn-shadow.btn-block.fs25 {
  font-size: 25px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.no_thanks {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .no_thanks {
    float: left;
    text-align: center;
    width: 100%;
  }
}

.pad-top-15 {
  padding-top: 15px;
}

.big-btn {
  padding: 15px 30px;
  font-size: 25px;
  font-weight: bold;
}

.signup-title {
  font-size: 3.6666666666666665rem;
  line-height: normal;
}

.home-logo {
  border-right: 15px solid #fff;
  padding: 0 15px 0 15px;
}

@media (max-width: 767px) {
  .s_Title {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .s_Title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .mgn-remove {
    margin-top: 0px;
  }
}

/* Bootstrap styles overwrite */
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.modal-backdrop {
  z-index: 999;
}

.text-danger {
  color: red;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #d2d2d2;
}

/* Event logo */
/* Thanksgiving */
/*.home-logo{position:relative;}
.home-logo::after{content:"";width:55px;height: 51px;background: url('../../images/icon_thanksgiving_20170713084608.png') no-repeat;display: inline-block;position:absolute;
top: 41px;right: 0;background-size:contain;}
.navbar-brand {position:relative;}
.navbar-brand::after{content:"";width:35px;height: 31px;background: url('../../images/icon_thanksgiving_20170713084608.png') no-repeat;display: inline-block;position:absolute;
top:24px;right:53px;background-size:contain;}*/
/* Christmas */
/*.home-logo{position:relative}
.home-logo::after {
    content: "";
    width: 38px;
    height: 51px;
    background: url("../../images/xmas_logo_20170713085441.png") no-repeat;
        background-size: auto auto;
    display: inline-block;
    position: absolute;
    top: -14px;
    right: -54px;
    background-size: contain;
}
 /* Happy New Year*/
.navbar-brand img.img-responsive {
  float: left;
}

/*Browsjob-pages*/
.browseTabbHolder {
  display: inline-block;
  width: 100%;
}

.browseTabbHolder ul.browseTabb {
  margin: 0px;
  padding: 0px;
}

.browseTabbHolder ul.browseTabb li {
  background-image: none;
  float: none;
  line-height: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.browseTabbHolder ul.browseTabb li a {
  border-bottom: none !important;
  margin: 0;
  background-color: #1c72e4;
  color: #FFF;
  font-weight: 700;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  font-Size: 14px;
}

.browseTabbHolder ul.browseTabb li a:hover, .browseTabbHolder ul.browseTabb li a.active {
  background: #d2d2d2;
  color: #000000;
  transition: all .7s ease 0s;
  border: none;
}

@media only screen and (max-width: 767px) {
  /*Browsjob-pages*/
  ul.browseTabb {
    /*Browsjob-pages*/
  }
  ul.browseTabb li {
    margin-bottom: 1px !important;
    display: block !important;
  }
  ul.browseTabb li a {
    width: 100%;
    display: block;
  }
}

.result-space-cover {
  width: 100%;
  float: left;
  padding: 10px;
}

.size-fix {
  font-size: 10px;
}

.w-break {
  word-break: break-all;
}

/*Home Page*/
.homepage .home-signup {
  padding: 15px;
}

/*Home Page*/
/*job-detail page*/
.right-box .pink-box .margin-box img.media-object {
  height: auto;
}

.similar-jobs-thumb {
  height: auto;
}

/*job-detail page*/
/*make responsive ad code*/
@media (max-width: 767px) {
  #aswift_0_expand, #aswift_0_anchor {
    width: 100% !important;
  }
}