/* Login Css */

.authfy-container {
  margin-top: 20px;
}

.authfy-panel-left {
  background-color: #f8f8fc;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.authfy-panel-right {
  background-color: #ffffff;
   border: 1px solid rgb(246 246 246);
  border-top-right-radius: 4px;
  /* border-left: 0; */
  border-bottom-right-radius: 4px;
}

.authfy-login, 
.authfy-panel-left .brand-col {
  height: 700px;
}
.authfy-panel-left .brand-col {
  display: table;
  width: 100%;
  padding: 25px;
}

.authfy-panel-left .brand-col .headline {
  display: table-cell;
  vertical-align: middle;
}

.authfy-panel-left .brand-col .headline h1, 
.authfy-panel-left .brand-col .headline h2, 
.authfy-panel-left .brand-col .headline h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.authfy-login .social-buttons a {
  color: white; 
  border-radius: 100px;
    width: 45px;
    height: 45px;
        padding: 0;
    line-height: 45px;
}

.authfy-login .social-buttons a:hover {
  color: white;
  opacity: 0.9; 
}

.authfy-login .social-buttons .btn-facebook {background: #3b5998;}
.authfy-login .social-buttons .btn-twitter {background: #000;}
.authfy-login .social-buttons .btn-google {background: #c32f10;}

.fxt-style-line {
    overflow: hidden;
    text-align: center;
}

.fxt-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 18px;
    font-size: 20px;
    color: #a4a4a4;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
}

.fxt-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.fxt-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.authfy-login {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.authfy-panel {
  padding: 20px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.authfy-panel .authfy-heading {
  margin-bottom: 30px;
}
    
.authfy-login .auth-title {
  font-weight: 700;
}
    
.authfy-login .authfy-panel.active {
  opacity: 1;
  transform: translateX(0);
 -webkit-transform: translateX(0);
}
  
.panel-login {
  margin-top: 55px;
}

.panel-signup
{
  margin-top: 0
}

.panel-forgot
{
  margin-top: 135px;
}

.term-policy {
    text-align: left;
    font-size: 14px;
}

.term-policy a{
      color: #f15a2d;
    font-weight: 500;
}

.panel-login .remember-row {
      margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-login .remember-row label {
  font-weight: normal;
  position: relative;
      line-height: 23px;
  cursor: pointer;
  color: #666;
}

.authfy-login .forgotPwd {
  text-align: right;
  margin-top: 10px;
}

.checkBox
{
  position: relative;
  top:-1px;
}

.panel-login .form-control, 
.panel-signup .form-control, 
.panel-forgot .form-control {
  color: #333333;
  font-size: 16px;
  height: 50px;
  padding: 12px 0px;
  outline: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-login .form-control:focus + .focus-input:before, 
.panel-signup .form-control:focus + .focus-input:before, 
.panel-forgot .form-control:focus + .focus-input:before {
  width: 100%;
}

.wrap-input {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}

.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input:before {
  background-color: #4f77ff;
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.pwdMask {
  position: relative;
}

.pwdMask .pwd-toggle {
  color: #cccccc;
  position: absolute;
  z-index: 2;
}

.panel-login .pwdMask .pwd-toggle, 
.panel-signup .pwdMask .pwd-toggle {
  top: 15px;
  right: 15px;
}

.pwdMask .pwd-toggle:hover, 
.pwdMask .pwd-toggle:focus {
  cursor: pointer;
}

.pwdMask .pwd-toggle:hover, 
.pwdMask .pwd-toggle:focus, 
.pwdMask .pwd-toggle.fa-eye {
  color: #4f77ff;
}

.panel-signup .term-policy a {
  text-decoration: underline;
}

.lnk-toggler
{
  color: #f15a2d;
    font-weight: 500;
}

.lnk-toggler:hover{
  color: #000
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f15a2d;
    background-color: #f15a2d;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.truck_check .client_slider .client_item h3
{
  color: #f15a2d;
  font-size: 25px
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:none !important;
}
.social-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-buttons div{
  margin:0 10px;
}

.truck_check .client_slider
{
  padding-top: 72px
}

.truck_check .client_slider .client_item h4
{
  color: #9c9c9c;
    font-size: 16px;
    font-weight: 400
}

/*.truck_check .client_slider .owl-dots .owl-dot.active
{
  background-color: #fff !important
}*/

.truck_check .client_slider .owl-dots
{
  margin-top: 5px
}

.truck_check .client_slider .client_item img{
     height: 330px;
    width: 380px;
    object-fit: cover;
    margin: 0 auto 15px;
}

.p200
{
  padding-top: 200px;
  padding-bottom: 100px
}

.pb100
{
  padding-top: 0;
  padding-bottom: 80px
}.query_img {    text-align: center;    padding-top: 40px;    padding-bottom: 10px;    min-height: 180px;    display: flex;    align-items: center;    justify-content: center;}.query_img img.img-fluid {    width: 180px;    margin: 0 auto;    display: inline-block;}.query_dropdown {    position: absolute;    right: 15px;    top: 15px;}.query_dropdown .dropdown-toggle {    font-size: 20px;    color: #333;}.query_dropdown .dropdown-toggle:after {    display: none;} .query_dropdown .dropdown-menu {    transform: translate3d(0, 0, 0) !important;    left: inherit !important;    right: 0;    top: 30px !important;    padding: 0;    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 13%);    border: 0;}.l_query_item .text_body p {    text-align: center;} .l_query_item .text_body h5 {    font-size: 14px;	    margin: 0;}.l_query_item  .text_body {    padding-left: 20px;    padding-right: 20px;}.l_query_item .text_body h4 {    font-size: 20px;    margin: 0;}.l_query_item  .r_widget.tag_widget {    margin-top: 10px;}.tag_widget .nav li a {    font-size: 13px;    line-height: 32px;    background: #f3f3f3;    border-color: #fbfbfb;}.l_query_item .text_footer {    padding: 10px 20px;}.l_query_body_item {    display: flex;    align-items: center;    justify-content: space-between;    margin-bottom: 15px;}#editqueryPopup .file-input {    display: block;    border: 2px dotted #ded9ed;    background-color: #f5f7f7;    padding: 20px 30px;    width: 100%;    position: relative;    color: #777;    font-size: 15px;    padding-bottom: 40px;    padding-top: 30px;	    text-align: center;}#editqueryPopup .file-input img.img-fluid {    width: 180px;}.chosen-container.chosen-container-multi {    width: 100% !important;}ul.chosen-choices {    height: 50px !important;    border: none;    border-radius: 0px;    background: #f3f3f8 !important;    padding: 0px 10px !important;    font-size: 14px;    color: #777777;    outline: none;    box-shadow: none;    transition: all 0.2s linear;    width: 100% !important;    display: block;    background-image: none !important;    border: 1px solid transparent !important;    display: flex;    align-items: center;}#editqueryPopup .file-input input[type="file"] {    height: 60px;    width: 100%;    margin-top: 20px;}.mfp-content button.btn.submit_btn.form-control {    width: auto;}button.btn.submit_btn.black.form-control.ml-3 {    background: #333;    border-color: #333;}div#deletequeryPopup p {    font-size: 22px;}.mfp-content .form_container {    padding: 60px 65px 100px;}.main_contact_inner .contact_form .form-group textarea {    background: #f5f7f7;    height: 120px;}



.aboutus_page .market_image {
    padding-top: 100px;
}


.l_blog_item .blog_img .cat {
    left: 30px;
    top: 20px;
	    right: inherit;
    bottom: inherit;
}


.blog_tags_widget .nav li a {
    display: inline-block;
    padding: 0px 15px;
    border-radius: 7px;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #666;
    background: #fcfcfc;
}.lh-50 {
    line-height: 50px;
}
/*Dealer Css Start*/
.lnk-dealer {
    color: #f15a2d;    font-weight: 700;
}
.requestinviteform .authfy-login , .requestinviteform .authfy-panel-left .brand-col {
    height: 550px;
}.dealerlicense {
    background: #f3f3f8;
}.dealerlicense label p {
 margin: 10px 0px 0px;
}.dealerlicense {
    background: #f3f3f8;
    padding: 15px 10px;
}.dealerlicense label 
{
    margin: 0px;
}
.dealerlicense label span.fa
{
    color: #f15a2d;
    font-size: 37px
}
/*Dealer Css Ends*/

/* New Css */
.profileBox 
{
    position: relative;
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
}

.profileBox .profile-pic {
        max-width: 130px;
    max-height: 130px;
    display: block;
    object-fit: cover;
}

.profileBox .file-upload {
    display: none;
}
.profileBox .circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 1px solid #ddd;
    position: relative;
    top: 0;
}
.profileBox img {
    max-width: 100%;
    height: auto;
}
.profileBox .p-image {
    position: absolute;
    top: 94px;
    right: 0;
    color: #666666;
    transition: all 0.3s ease;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.profileBox .p-image:hover {
  background: #f15a2d;
  border: 1px solid #f15a2d;
  color: #fff
}
.profileBox .upload-button {
  font-size: 1.2em;
}

.profileBox .upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}

.forminput {
    height: 50px;
    border: none;
    border-radius: 0px;
    background: #f3f3f8;
    padding: 0px 24px;
    font: normal 16px/50px "Barlow", sans-serif;
    color: #777777;
    outline: none;
    border: 1px solid transparent;
    box-shadow: none;
    transition: all 0.2s linear;
}

.forminput:focus{
   border-color: #ff2a39;
   box-shadow: none
}
  
.passwordb
{
   position: relative;
}

.passwordb input{
  padding-right: 40px
}
.passwordb i{
      position: absolute;
    top: 19px;
    right: 14px;
    cursor: pointer;
}

.he2 {
    text-align: center;
    font-size: 25px;
    color: #f15a2d ;
}

.formbox{
    max-width: 800px;
  margin:0 auto 50px;
  padding:20px 30px 40px;
  background: #fcfcfc;
  border: 1px solid #eee;
  width: 90%;
  border-radius: 10px;
}

.credit-card.visa, .credit-card.visa:hover .cc-info {
    background: #070707;
}
.credit-card {
    background: #126aff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.credit-card .type-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credit-card .type-brand .h4, .credit-card .type-brand h4 {
    color: #a2a5b9;
    font-size: 14px;
}

.credit-card .type-brand img {
    height: 30px;
    background: #fff;
    padding: 4px 6px;
    border-radius: 8px;
}

.credit-card .cc-number {
    padding: 20px 0;
}

.credit-card .cc-number .h6, .credit-card .cc-number h6 {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 20px;
}

.credit-card .cc-holder-exp {
    display: flex;
    justify-content: space-between;
}

.credit-card .cc-holder-exp .h5, .credit-card .cc-holder-exp h5 {
    color: #fff;
    margin-bottom: 0;
}

.credit-card .cc-holder-exp .exp, .credit-card .cc-holder-exp .exp strong {
    color: #fff;
}

.phcounrty
{
  display: flex;
}

.phcounrty select{
      width: 110px;
    margin-right: 8px;
}

.car_budget_inner.carbody .nav.nav-tabs li a
{
  background-color: #f15a2d;
  color: #fff;
  border-right: 1px solid #f15a2d;
}

.car_budget_inner.carbody .nav.nav-tabs li a:hover, 
.car_budget_inner.carbody .nav.nav-tabs li a.active
{
  color: #fff;
  background-color: #000
}

.car_budget_inner.carbody .nav.nav-tabs li
{
      flex: 1;
    max-width: initial;
}

.car_budget_inner.carbody .tab-pane
{
  padding: 20px
}

.flexlogo {
    display: flex;
    justify-content: space-between;
}

.flexlogo img {
        width: 50px;
    height: 50px;
    margin-left: 15px;
    object-fit: contain;
}

.pro_type.pro_type1 
{
  background-color: transparent !important;
}

.pro_type1 label
{
      margin-right: 6px;
    margin-bottom: 6px !important;
    background-color: #f6f6f6;
    color: #000;
}

.media.medflex
{
  display: flex;
  flex-direction: row;
}

.media.medflex img
{
      width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
}

.media.medflex h5{
  font-size: 20px;
      margin-bottom: 2px;
}

.media.medflex p{
  margin-bottom: 0
}

.btn-primary.acceptbtn
{
      background-color: #f15a2d !important;
    color: #fff !important;
    border: transparent  !important;
    transition: all 0.3s ease
}

.btn-danger.rejectbtb
{
   border: transparent  !important;
      color: #fff !important;
    background-color: #dc3545 !important;
    transition: all 0.3s ease
}

.btn-primary.acceptbtn:focus,
.btn-danger.rejectbtb:focus{
  box-shadow: none
}

.btn-primary.acceptbtn:hover,
.btn-danger.rejectbtb:hover{
  opacity: 0.8;
}

.promb .product_list_item
{
  margin-bottom: 15px
}

.search_area.dealperpopup 
{
  max-width: 550px
}

.search_area.dealperpopup  .search_box_inner
{
  padding: 20px
}

.search_area.dealperpopup .media.product_list_item
{
  width: 100%
}

.search_area.dealperpopup .search_box_inner h3
{
    padding-bottom: 0;
    font-size: 15px;
    color: #f15a2d;
}

.bidhis span
{
   color: #f15a2d;
       font-weight: 600;
}

.bidhis span i
{
  padding-right: 7px
}

.bidhis span.checksp
{
   color: #bad46b
}

.bids.bidhight
{
   background-color: #f15a2d !important;
   color: #fff !important
}

.iconimg{
  position: relative;
}

.querydetailsbox .customList .media-body h4
{
  font-size: 30px;
}

.querydetailsbox .flexlogo img
{
  width: 80px;
  height: 80px;
}

.querydetailsbox .pro_type label
{
    font-size: 14px;
    font-weight: 600
}

.querydetailsbox .btnstwin
{
      justify-content: flex-end;
}

.querydetailsbox .btnstwin a
{
      flex: inherit;
    width: 100%;
    max-width: 150px;
}

.filterd .btn-secondary
{
  background: #f15a2d ;
      padding: 10px 15px;
  border-color: #f15a2d ;
}


.filterd .btn-secondary:focus
{ 
   box-shadow: none !important;
   background: #000 ;
  border-color: #000 ;
}


.link-order-details-box {
    border-radius: 0;
        background: #fff;
    box-shadow: 0px 10px 50px 0px rgb(0 34 96 / 8%);
    overflow: hidden;
}

.link-order-details-right h2 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

a.brn-rsr {
    float: right;
    font-size: 13px;
    background: #f15a2d;
    color: #fff;
    padding: 10px 16px;
    margin-top: -5px;
    border-radius: 3px;
}

.order-billing-table .table .thead-light th {
    background-color: #f6f9fc;
    color: #1a3353;
    text-align: left;
    background: 0 0;
    border-bottom: 1px solid #edf2f9;
    border-top: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
}

.order-billing-table table thead th {
    background-color: #f1f4fb !important;
}

.link-order-details-right .table thead th {
    font-size: .65rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ecef;
}

span.chs-sll {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: #4CAF50;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 24px;
}

span.ckse-sll {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: #f64669;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 24px;
}

.table-action-btn .action-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    background: #ddd;
    border-radius: 50%;
    color: #fff;
}

.bg-success {
    background-color: #2dce89!important;
}

.link-order-details-right .table-bordered td, .link-order-details-right .table-bordered th {
    border: 1px solid #dee2e6;
    font-size: 14px;
}

.modal-header {
    display: flex;
    padding: 15px 15px;
    align-items: center;
    justify-content: space-between;
    background: #f15a2d ;
    margin-bottom: 20px;
}

.mdheader .modal-header
{
  background-color: #dc3545 !important;
  padding: auto !important; 
}

.h1head
{
   font-size: 25px;
}

.modal-header .modal-title {
    color: #fff;
    font-size: 19px;
}
.modal-header .close {
   
    opacity: 1;
    color: #fff;
}

.form-control-label {
    font-size: .875rem;
    font-weight: 600;
    color: #525f7f;
}

.custom-btn-submit {
    background: #f15a2d ;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: 0;
    padding: 10px 30px;
}

.bidid
{
  font-size: 10px;
}

.menu_nav li a.active
{
  color: #ea2626 !important;
}

/*.authfy-login.contact_form {
    height: 600px;
}*/

.heighadmin
{
      height: 850px  !important;
}

.truck_check .client_slider.ptt-5
{
  padding-top: 120px
}

.dealerhead {
    display: flex;
}

.dealerhead .pro_type label
{
   border: none;
   padding: 0;
       display: flex;
    align-items: center;
}

.dealerhead .pro_type label i
{
  padding-right: 4px;
}

.dealerhead .pro_type
{
  width: 45px;
}

.badgeoffer
{
  padding-right: 0 !important
}

.confirmbox {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 25px;
}

.confirmbox h1 {
    font-size: 28px;
    color: #f15a2d;
}

.confirmbox i
{
      font-size: 90px;
    margin-bottom: 12px;
    color: #f15a2d;
}

.confirmbox p a
{
  color: #f15a2d;
}

.truck_check.pt100
{
  padding-top: 100px;
  padding-bottom: 100px;
}.error {
  color: red;
}span.select2-selection.select2-selection--single {
  background: #f3f3f8;
  padding: 10px 15px;
  font: normal 16px/50px "Barlow", sans-serif;
  color: #777777;
  height: 50px;
  margin-right: 3px;
  border-radius: 0px !important;
  border: 1px solid transparent;
}span.select2-selection__arrow {
  margin: 11px !important;
}.btn.btn---disable {
  pointer-events: none !important;
}.btn---disable .fa-paper-plane {
  color: #8d8785 !important;
}.no-conversation {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f1f3f4;
  width: 320px;
  height: 320px;
  border-radius: 170px;
  padding-top: auto;
  padding: 106px 29px;
}.no-conversation i.icon-wechat {
  font-size: -webkit-xxx-large !important;
}.noti--count {
  position: absolute;
  display: inline-block;
  top: 9px;
  left: 28px;
  height: 20px;
  padding: 0px;
  line-height: 20px;
  width: 20px;
}section.market_place_area.bro---type {
  margin-top: 50px;
}.glry--btn {
  text-align: end;
  margin-bottom: 10px;
}




.stepsForm .formArea.newqueryform {
    background: #fff;
}

.stepsForm .itemBox input[type="radio"] {
    display: none;
}

.stepsForm .itemBox
{
    margin-right:0px;
}


.stepsForm .itemBox input[type="radio"] + label
{  border-radius:40px;
    height: 150px !important;
}
.stepsForm .itemBox input[type="radio"] + label p
{
 font-size: 14px;   
}
 .stepsForm .itemBox input[type="radio"]:checked + label
 {
    background: #fff;
   color: #777777;
    border-color: #f15a2d;
    min-height: 52px;
        height: 150px;
}

a.carimg.lightBox img {
    height: 105px;
    object-fit: cover;
}

.stepsForm .itemBox input[type="radio"]:checked + label:after{
    content: "\2713";
    position: absolute;
    right: 8px;
 
    bottom: 11px;
    /* border: 2px solid #fff; */
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f15a2d;
    border-radius: 50px;
    color: #fff;
}
.stepsForm .itemBox {
    position: relative;
}
.stepsForm .itemBox label span {
    padding: 7px;
    display: block;
    text-align: center;
    width: 100%;
}

.stepsForm .itemBox input[type="radio"]:checked + label span {
    color:#f15a2d;
}

.stepsForm .itemBox input[type="radio"] + label{
  width: 100%;
  height: 100px;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s;
  /*border:1px solid #eee;*/
  background: #fff; 
  display: flex;
  /*box-shadow: 0 0 25px rgba(0,0,0, .05);*/
  align-items: flex-start;
  border:1px solid rgba(0,0,0, .05);
  justify-content: unset;
  position: relative;
  margin:0;
  overflow: hidden;
      flex-direction: column;
}

.labelHeading {
    font-weight: 600;
    font-size: 19px;
    /* border-bottom: 1px solid #fcfcfc; */
    display: block;
    clear: both;
    /* background: #fcfcfc; */
    margin: 10px 0 5px;
    /* padding: 15px; */
    color: #222;
    border-radius: 7px;
}

