  body, html{
  font-family: 'Open Sans', sans-serif;
  }
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
  width: 20%;
  float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
  width: 20%;
  float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
  width: 20%;
  float: left;
}
}
  /* form starting stylings ------------------------------- */
  .no-padding{padding: 0px !important;}
  .pt-0{padding-top:0px !important;}
  .p-20{padding: 20px;}
  .pl-0{padding-left: 0px !important;}
  .pr-0{padding-right: 0px !important;}
  .mt-20{margin-top: 20px !important;}
  .mb-10{margin-bottom: 10px !important;}
  .fa-22{font-size: 22px !important;}
  .fa-24{font-size: 24px !important;}
  .right-pad, .p-30{
  padding: 30px;
  /*min-height: calc(100vh - 220px);*/
  }
.user-registration{
  width: 35%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 25px !important;
  }
.trade_1{position: relative;}
.signin-input [class*="trade"]{
  position: relative;
}
.right-pad .left-right-colored-btn{
  text-align: center;
  }
.left-right-colored-btn .left,
.left-right-colored-btn .right,
.left-right-colored-btn .ut-add-more,
.left-right-colored-btn .skip-next {
  width: 150px;
  min-width: 150px;
  cursor: pointer !important;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  }
.right-pad .left-right-colored-btn .left{
  background: #000;
  }
.right-pad .left-right-colored-btn .right{
  background: #000;
  }
.right-pad .left-right-colored-btn .ut-add-more {
  transition: all 0.3s;
  background-color: #4285f4;
  }
.right-pad .left-right-colored-btn .ut-add-more:hover {
  background-color: #2f72e1;
  transition: all 0.3s;
  }
.right-pad .left-right-colored-btn .skip-next{
  background-color: #e94335;
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  bottom: 60px;
  width: 135px;
  min-width: 135px;
  }
.right-pad .left-right-colored-btn .skip-next:hover{
  background-color: #d52819;
  transition: all 0.3s;
  }
.cust-terms-conditions{
  padding: 15px 0px;
  position: relative;
  }
.cust-terms-conditions input[type="checkbox"]{
  position: initial !important;
  }
.cust-terms-conditions a{
  font-size: 16px;
  position: absolute;
  left: 30px;
  top: 13px;
  }
.left-right-colored-btn{
  text-align: center;
  margin-top: 10px;
  }
.left-right-colored-btn .left:focus,
.left-right-colored-btn .right:focus,
.left-right-colored-btn .ut-add-more:focus,
.left-right-colored-btn .skip-next:focus{
  transition: all 0.3s;
  opacity: .7;
  /*transform: scale(1.05);*/
  /*top: -5px;
  position: relative;*/
  /*transform: scale(0.9);*/
  /*box-shadow: 0px 1px 7px #656464;*/
  }
.msg-success{
  background-color: #d7e9c3;
  border-color: #d7e9c3;
  color: #587f2e;
  padding: 10px;
  margin: 10px 0px;
  border: 1px solid transparent;
  font-size: 1.4rem;
  font-weight: 600;
  }
.msg-error{
  background-color: #f9cfc8;
  border-color: #f9cfc8;
  color: #ae2a14; 
  padding: 10px;
  margin: 10px 0px;;
  border: 1px solid transparent;
  font-size: 1.4rem;
  font-weight: 600;
  }
.btn{border-radius: 0px;}
.heading-title {
  color: #333;
  margin: 0 auto;
  padding: 35px 20px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  }
  .right-pad .group{ 
  position:relative; 
  margin-bottom:25px; 
  }
  .right-pad input{
  font-size:24px !important;
  padding:10px 10px 10px 0;
  display:block;
  box-shadow: none;
  width:100%;
  border:none;
  border-bottom:1px solid #ccc;
  color: #323232 !important;
  }
.right-pad input:focus{
  outline:none !important; 
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  }   
.view-pasword{/*float: right;*/ margin-top: -40px;position: absolute;z-index: 9;right: 5px;}
.view-pasword:hover{text-decoration: none; cursor: pointer;}
.view-pasword i{color: #999; font-size: 30px;cursor: pointer;}

/*.right-pad .group.readonly-cal input[value=""] + span._blank_field { display: none !important;}*/

#register_customer .flag-container .iti-flag{
  top: 50%;
  transform: translatey(-50%);
  }
#register_customer .intl-tel-input .selected-flag .iti-arrow{
  top: 19px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000 !important;
  }

  /* LABEL ======================================= */
  .right-pad label{
  color:#999; 
  font-size:22px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0;
  top:18px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  }
  /* active state */
  .right-pad input:focus ~ label, .right-pad input:valid ~ label,  .right-pad input[readonly] ~ label{
  /*top:-15px;*/
  top:-8px;
  font-size:16px;
  color:#797979;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  }
.right-pad select{
  font-size: 24px !important;
  }
.readonly-cal i{
  position: absolute;
  top: 17px;
  font-size: 22px;
  }
.readonly-cal input{
  padding-left: 30px;
  font-size: 22px !important;
  position: relative;
  z-index: 9;
  background: transparent;
  }
.readonly-cal .col-xs-6 label{
  left: 10px;
  }
._blank_field:before{
  /*content: '\f0b6';
  font-family: Icofont;*/
  content: '\f014';
  font-family: FontAwesome;
}
._blank_field{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}
/* BOTTOM BARS ================================= */
.right-pad .bar  { position:relative; display:block; width:100%; }
.right-pad .bar:before, .right-pad .bar:after    {
  content:'';
  height:2px; 
  width:0;
  bottom:0px; 
  position:absolute;
  background:#333333; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  }
.right-pad .input-error-msg ~ .bar:before, .right-pad .input-error-msg ~ .bar:after{
  top:-24px !important;
}
.right-pad .bar:before {
  left:50%;
  }
.right-pad .bar:after {
  right:50%; 
  }
.user-registration{
  padding: 100px 0 0 0;
  }
.logo{
  padding: 40px 0;
  }
.logo img{
  /*max-width: 40%;*/
  max-width: 45%;
  }
/* active state */
.right-pad input:focus ~ .bar:before, .right-pad input:focus ~ .bar:after {
  width:50%;
  }
/* HIGHLIGHTER ================================== */
.right-pad .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
  }
/* active state */
.right-pad input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
  }

  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
  from { background:#4285f4; }
  to  { width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
  from { background:#4285f4; }
  to  { width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
  from { background:#4285f4; }
  to  { width:0; background:transparent; }
  }
@media screen and (max-width: 1525px) {
.right-pad .left-right-colored-btn .skip-next{bottom: 130px;}  
}
@media screen and (max-width: 992px) {
.right-pad {
  padding-left: 0;
  padding-top: 7rem;
  max-width: 100%;
  }
body:before {
  width: 100%;
  top: 45%;
  }
.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  }
.right-pad .left-right-colored-btn .skip-next{bottom: 120px;}  
}
@media screen and (max-width: 480px) {
.right-pad .left-right-colored-btn .skip-next{bottom: 130px;}  
}
@media screen and (max-width: 360px) and (min-width: 300px) { 
.right-pad .left-right-colored-btn .skip-next{bottom: 130px;}  
.left-right-colored-btn .left, .left-right-colored-btn .right, .left-right-colored-btn button,
.left-right-colored-btn .ut-add-more, .left-right-colored-btn .skip-next{
  width: 125px !important;
  min-width: 125px !important;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 10px;
  }
}
.intl-tel-input {
  position: relative;
  display: inherit !important;
  /*height: 55px;*/
  }
.error_custom{
  color: red;
  padding: 10px 0;
  }
.txt-danger{color:#e94335 !important;}
.txt-primary{color:#4285f4 !important;}
.txt-inverse{color:#252525 !important;}
.txt-success{color:#34aa54 !important;}
a.web-btn-primary, .web-btn-primary a, .web-btn-primary {
  display: inline-block;
  }
/*._for_message{
  padding: 10px 0;
  }*/
.mt-10{
  margin-top: 10px !important;
  }
.no-margin{
  margin: 0px !important;
  }
.tell-us{
  color: #151515;
  background: #d3d3d3;
  padding: 7px 10px;
  margin: 10px 0px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  }
.search-refresh-btn{
  top: 0px;
  right: 25px;
  }
.search-refresh-btn a{
  /*color: #9b9b9b;*/
  color: #f5f5f5;
  margin-top: 15px;
  display: inline-block;
  }
.service-list-new .cat-box{
  float: none;
  display: inline-block;
  }
.service-list-new .owl-item .cat-box{
  float: none;
  display: block;
  }
.group .input-error-msg, .group .error_custom{
  padding: 0px;
  position: relative;
  /*position: absolute;*/
  }
.input-error-msg, .error_custom{
  color: red;
  /*margin-top: 4px;*/
  margin-top: 0px;
  position: absolute;
  }
 .left-form-section .group{
  position: relative;
  margin-bottom: 25px;
  }
.search-location .search{
  background: #fff;
  }
.ragi-cate-list ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  }
.ragi-cate-list li.one-line-category {
  box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: normal;
  }
.ragi-cate-list li.one-line-category a {
  width: 100%;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  line-height: normal;
  }
#driver_step_6_form .right-pad,
#driver_step_7_form .right-pad,
#driver_step_8_form .right-pad{
  padding-top: 10px;
  }
.driver-step-4-form .cat-search-box {
  position: sticky;
  top: 0px;
  z-index: 100;
  background: #fff;
  padding-top: 10px;
  }
.most-populer-cat .cat-box i{
  font-size: 4.5rem;
  }
.heading-circle{
  background: #303336;
  display: inline-block;
  padding: 7px 9px 7px 70px;
  color: #fff;
  font-size: 16px;
  position: relative;
  left: -21px;
  margin-top: 0px;
  top: -8px;
  font-weight: bold;
  }
.after-add-more{
  position: relative;
  }
.after-add-more .heading-title{
  margin-bottom: 10px;
  }
/*.after-add-more .close-btn*/
.user-registration .close-btn{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  background: #4285f4;
  padding: 4px 10px;
  }
blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
    animation: 2s linear infinite condemned_blink_effect;
}
@-webkit-keyframes condemned_blink_effect { // for android
    0% {
        opacity: 0;
    }
    50% {
        opacity: 6;
    }
    100% {
        opacity: 9;
    }
}
@keyframes condemned_blink_effect {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 6;
    }
    100% {
        opacity: 9;
    }
}
.custom-list-unstyled ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.custom-list-unstyled ul li{
  position: relative;
}
.custom-list-unstyled ul li:before, .custom-list-unstyled ul li:after {
    content: '';
    left: -10px;
    position: absolute;
    right: auto;
}
.custom-list-unstyled ul ul{
  padding-left: 30px;
}
.custom-list-unstyled .ckbox-theme {
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
  display: inline-block;
  background: #FFF;
  }
.custom-list-unstyled .ckbox-theme:hover{
  background: #d8d8d8;
}
.custom-list-unstyled .ckbox label:before, .custom-list-unstyled .rdio label:before {
    top: 1px;
    left: 3px;
}
.custom-list-unstyled .ckbox input[type=checkbox]:checked + label::after {
    top: 8px;
    left: 10px;
}
.custom-list-unstyled .ckbox label, .custom-list-unstyled .rdio label{
  margin-bottom: 0 !important;
  padding-left: 35px;
  font-size: 18px;
}
.tree ul:first-child{
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #ccc;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #ccc;
    height:20px;
    top:30px;
    width:15px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #ccc;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #ccc;
    color:#000
}
.selected-service label{
  position: absolute;
  background: #fff;
  z-index: 1;
  width: 95%;
  padding: 3px 0px;
  margin-top: -5px;
  color: #ea4335;
  font-weight: normal;
  font-size: 16px;
}
.selected-service ul{
  padding-top: 25px;
}
.selected-service ul.listing-action li{
  padding: 5px;
  position: relative;
}
.selected-service ul.listing-action li .trash-btn i{
  top: 0px; 
  padding-right: 0px; 
  font-size: 16px;
}
.selected-service .trash-btn{
  width: auto;
  padding: 5px 0px;
  position: absolute;
  top: 0px;
  right: 5px;
}
.selected-service .services {
  width: calc(100% - 30px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.selected-service .breadcrumbs{
  word-break: break-all;
  font-size: 14px;
}
.load-payment-cards li{
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 15px;
  padding: 5px;
  background: #f5f5f5;
  box-shadow: 0px 1px 3px #d0cfcf;
}
.load-payment-cards li .cvv-no{
  /*font-size: 0.850em;*/
}
.load-payment-cards li .card-details{
  width: calc(100% - 35px);
  overflow: hidden;
}
.load-payment-cards li .abs{
  top: 5px;
  right: 5px;
}
.load-payment-cards li .abs .btn{
  border-radius: 0px !important;
  font-size: 14px;
  padding: 0px 5px;
}
@media  screen and (max-width: 1600px) {
.user-registration{width: 35%;}
} 
@media  screen and (max-width: 992px) {
.user-registration{width: 60%;}
}
@media  screen and (max-width: 700px) {
.user-registration{width: 95%;}
[type="checkbox"]+label {
  height: auto;
}
}
@media  screen and (max-width: 480px) {
.user-registration{width: 95%;}
.right-pad .left-right-colored-btn .left{
  margin-bottom: 10px;
  }
}