/*******************************************<-- Start Carcity footer section css -->********************************************/


.huake-side-bar {
  top: 50%;
  margin-top: -200px;
  position: fixed;
  right: 10px;
  z-index: 9999;
  background: #fff;
  border-radius: 57px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.huake-side-bar a {
  display: block;
  cursor: pointer;
  width: 80px;
  background: #fff;
  position: relative;
  color: #676767;
  padding: 15px 0;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 3px;
}
.huake-side-bar a:first-of-type{
 border-radius: 40px 0px 0px 0px;
}
.huake-side-bar a:last-of-type{
 border-radius: 0px 0px 0px 40px;
}
.huake-side-bar a i {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.huake-side-bar a span {
  font-size: 14px;
  color: var(--color-primary);
  display: block;
  margin: 10px 0 0;
}

.huake-side-bar a.wx .wx-box {
  width: 152px;
  height: 193px;
  position: absolute;
  right: 98px;
  top: -50px;
  display: none;
}

.huake-side-bar a.wx .wx-box .box {
  width: 140px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.huake-side-bar a.wx .wx-box .box img {
  width: 140px;
}

.huake-side-bar a.wx .wx-box .box span {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  letter-spacing: 1px;
}

.huake-side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 70px;
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.huake-side-bar a.wx:hover .wx-box {
  display: block;
}

.footer-section {
  background: #06304F;
  padding: 30px 0 20px;
}

//.footer-section .wp{display:flex;justify-content:space-between;}


.widget-nav-menu {
  width: 369px;
  margin-top: 18px;
}

.widgets-company-info {
  width: 550px;
  margin-top: 18px;
}

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

.carcity .logo_img {
  display: block;
  width: 100px;
}

.carcity .tit {
  flex: 1;
  margin-left: 15px;
  color: #fff;
  font-size: 19px;
}

.carcity-company-icon {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.carcity-company-icon a {
  width: 80px;
  display: inline-block;
}

.carcity-company-icon a+a {
  margin-left: 10px;
}


.company-info-desc p {
  padding: 40px 0 10px;
  color: #A2A2A2;
}

.company-info-title h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.company-info-text p {
  color: #A2A2A2;
  padding: 10px 0 8px;
}


h4.widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #ffff;
  padding: 0 0 41px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

h4.widget-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 30px;
  height: 2px;
  width: 40px;
  background: #D3FEFF;
  transition: 0.5s;
}

ul.footer-widget-list {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

ul.footer-widget-list li {
  width: 40%;
  display: block;
  list-style: none;
}

ul.footer-widget-list li a {
  color: #fff;
  font-weight: 500;
  font-family: var(--font-family);
  line-height: 24px;
  padding: 0 0 18px;
  display: inline-block;
  transition: 0.5s;
  font-size: 16px;
}

ul.footer-widget-list li a i {
  margin-right: 4px;
  transition: 0.5s;
}

table.widget-table tr td {
  padding-right: 30px;
  padding-bottom: 12px;
}

td.table-title {
  font-size: 17px;
  font-family: 'Jost';
  color: #fff;
}

td.table-text {
  color: #A1A1A1;
  font-family: 'Jost';
  position: relative;
  z-index: 1;
}

td.table-text:before {
  position: absolute;
  content: ":";
  left: -22px;
  top: 0;
  font-size: 20px;
  color: #fff;
}

td.table-text.up {
  color: #ED1C24;
}

.footer-wedget-title h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin: 0 0 16px;
  /* padding-left:9px;*/
}

.footer-info-desc {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 20px;
}

.footer-info-desc i {
  position: absolute;
  left: -5px;
  top: -3px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  /* background:var(--btn-bg);*/
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.footer-info-desc p {
  color: #fff;
  word-break: break-word;
  font-size: 16px;
}

.carcity-company-icon a:hover:before {
  transform: scale(1);
}

ul.footer-widget-list li a:hover {
  color: #fff;
}

h4.widget-title:hover:before {
  width: 100%;
}

ul.footer-widget-list li a:hover i {
  /* color:#ED1C24;*/
}

.footer-bottom-area {
  padding: 80px 0 0;
}

.row.footer-bottom-bg {
  background: #D3FEFF;
  align-items: center;
  border-radius: 4px 4px 0 0;
}

.footer-bottom-content-copy p {
  padding: 21px 0 5px;
  color: #000;
  text-transform: capitalize;
}


/*-------------*/
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1000;
}

.cd-popup .div_info {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -15%;
  float: none;
  max-height: 80%;
  overflow: auto;
}

.cd-popup .div_info {
  width: 30%;
  padding: 55px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.cd-popup .div_info h3 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
  line-height: 24px;
  font-weight: 500;
}

.cd-popup .input-position {
  position: relative;
}

.cd-popup .input-position+.input-position {
  margin-top: 20px;
}

.cd-popup .div_info input,
.cd-popup .div_info textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  line-height: 26px;
  font-size: 16px;
  background: #fafafa;
  border: 1px solid #eee;
  color: #666;
}

.cd-popup .div_info textarea {
  height: 197px;
  line-height: 26px;
}

.cd-popup .div_info button {
  width: 100%;
  height: 60px;
  font-size: 17px;
  color: #fff;
  background: #06304F;
  margin-top: 30px;
  font-weight: 500;
  transition: .3s all;
}

.cd-popup .div_info button:hover {
  background: #06304F;
  cursor: pointer;
}

.cd-popup .cd-popup-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 42px;
  color: #999;
}

.cd-popup .cd-popup-close:hover {
  text-decoration: none;
}

.cd-popup .crmFormVali-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}



@media screen and (max-width:1580px) {
  .cd-popup .div_info {
    width: 46%;
    margin-left: -23%;
    top: 80px;
  }
}

@media screen and (max-width:992px) {
  .cd-popup .div_info h3 {
    font-size: 24px;
  }

  .cd-popup .div_info {
    width: 86%;
    margin-left: -43%;
    padding: 30px;
  }

  .cd-popup .cd-popup-close {
    top: 10px;
  }

  .cd-popup .div_info button {
    margin-top: 20px;
    height: 46px;
  }

  .cd-popup .div_info input,
  .div_info button {
    height: 46px;
  }

  .cd-popup .div_info input,
  .cd-popup .div_info textarea {
    margin-top: 15px;
    font-size: 15px;
  }

  .cd-popup .div_info input {
    height: 46px;
    padding: 0 15px;
  }

  .cd-popup .div_info textarea {
    height: 100px;
    padding: 15px;
    line-height: 22px;
  }

  .cd-popup .div_info {
    top: 100px;
  }
}

@media screen and (max-width:480px) {
  .cd-popup .div_info {
    padding: 20px;
  }
}


/*===========================<-- Responsive Css -->=============================*/


@media(max-width:767px) {
  .footer-section {
    text-align: center;
  }

  .footer-bg>div+div {
    margin-top: 20px;
  }

  h4.widget-title {
    margin-bottom: -10px;
  }

  table.widget-table {
    margin: auto;
  }

  .footer-info-desc {
    margin-bottom: 5px;
  }

  .huake-side-bar,
  .foot-nav {
    display: none;
  }
}

@media(max-width:599px) {
  .footer-section {
    padding: 75px 0 0;
  }

  .footer-bottom-area {
    padding: 60px 0 0;
  }

  .footer-bottom-content-copy p {
    font-size: 15px;
  }

  .huake-side-bar,
  .foot-nav {
    display: none;
  }
}



@media only screen and (max-width: 768px) {
  body>div.footer-section>div {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .footer-section {
    text-align: left !important;
  }
}

@media only screen and (max-width: 992px) {
  .huake-side-bar {
    display: none !important;
  }
}