.content-above {
  display: none;
}

#page > main {
  
  background: linear-gradient(180deg, #e5e5e5 0%, rgba(229, 229, 229, 0) 100%);
}

[dir="rtl"] #page > main {
  
  background: linear-gradient(-180deg, #e5e5e5 0%, rgba(229, 229, 229, 0) 100%);
}

[dir] #page > main {
  background-position-y: 165px;
}

@media (min-width: 768px) {
  #page > main {
    background-position-y: 460px;
  }
}

ul > li {
  font-size: 1rem;
}

.geely-aftersales {
  position: relative;
}

.geely-aftersales__header .header-geely {
  padding: 1rem 12px;
}

.geely-aftersales__header h1 {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 400;
}

@media (min-width: 376px) {
  .geely-aftersales__header h1 {
    font-size: 2.875rem;
    line-height: 2.875rem;
  }
}

@media (min-width: 1440px) {
  .geely-aftersales__header h1 {
    font-size: 4rem;
  }
}

.geely-aftersales__header p {
  font-size: 1rem;
}

@media (min-width: 376px) {
  .geely-aftersales__header p {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .geely-aftersales__header p.caption {
    max-width: 950px;
  }
}

.geely-aftersales__card {
  position: inherit;
  gap: 1rem;
}

@media (min-width: 768px) {
  .geely-aftersales__card {
    gap: 0rem;
  }
}

.geely-aftersales__card .card {
  background: transparent;
  border: 1px solid #999 !important;
  border-radius: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

.geely-aftersales__card .card-header {
  display: flex;
  flex-direction: column;
  background: transparent;
  align-items: start;
  gap: 1rem;
  padding: 2rem 2rem 1rem 2rem;
  border: none;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card-header {
    flex-direction: row;
  }
}

.geely-aftersales__card .card-header h5 {
  letter-spacing: .14em;
}

.geely-aftersales__card .card-body {
  padding: 0 2rem 2rem;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card-body {
    
    padding: 0rem 4rem 2rem 6rem;
    height: auto;
  }

  [dir="rtl"] .geely-aftersales__card .card-body {
    
    padding: 0rem 6rem 2rem 4rem;
  }
}

.geely-aftersales__card .card-body > div {
  width: 50%;
}

.geely-aftersales__card .card-body > div p {
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card-body > div p {
    width: 50%;
    font-size: 1rem;
  }
}

.geely-aftersales__card .card-body > div b {
  font-weight: 500;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .geely-aftersales__card .card-body > div b {
    width: 100%;
    font-size: 1.125rem;
  }
}

.geely-aftersales__card .card-footer {
  background: transparent;
  border: none;
  padding: 2rem;
}

.geely-aftersales__road_emergency {
  position: inherit;
  flex-direction: column;
  padding: 4rem 12px;
}

@media (min-width: 376px) {
  .geely-aftersales__road_emergency {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .geely-aftersales__road_emergency {
    flex-direction: row;
    padding: 4rem 0rem;
  }
}

.geely-aftersales__road_emergency h3 {
  font-size: 2.25rem;
  line-height: 46px;
}

@media (min-width: 768px) {
  .geely-aftersales__road_emergency h3 {
    
    padding-right: 10rem;
    line-height: 140%;
  }

  [dir="rtl"] .geely-aftersales__road_emergency h3 {
    padding-right: 0;
    
    padding-left: 10rem;
  }
}

.geely-aftersales__road_emergency .emergency-contact {
  height: 150px;
}

@media (min-width: 768px) {
  .geely-aftersales__road_emergency .emergency-contact {
    height: auto;
  }
}

.geely-aftersales__road_emergency--backdrop {
  height: 100%;
}

.geely-aftersales__road_emergency p {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .geely-aftersales__road_emergency p {
    font-size: 1.125rem;
    width: 42%;
  }
}

.geely-aftersales__road_emergency a svg {
  display: none;
}

.geely-aftersales__road_emergency > div {
  width: 100%;
}

@media (min-width: 768px) {
  .geely-aftersales__road_emergency > div {
    width: 50%;
  }
}

.geely-aftersales__banner {
  position: relative;
}

.geely-aftersales__dealership {
  position: relative;
}

.geely-aftersales__dealership .dealership--card {
  position: relative;
  padding: 0 12px;
  z-index: 0;
  color: white;
}

.geely-aftersales__dealership .block-area {
  height: 500px;
}

@media (min-width: 768px) {
  .geely-aftersales__dealership .block-area {
    height: auto;
  }
}

.geely-aftersales__dealership h4 {
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .geely-aftersales__dealership h4 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 3px;
  }
}

@media (min-width: 992px) {
  .geely-aftersales__dealership h4 {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 3px;
  }
}

#webformModal .modal-dialog {
  max-width: 872px !important;
}

#webformModal .modal-dialog .modal-content {
          border-radius: 24px;
  background: url(https://geelyprod-static.oss-ap-southeast-5.aliyuncs.com/dealership/background-modal.png);
  background-size: auto;
  background-position: center -5px;
  background-repeat: no-repeat;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
  width: 100% !important;
  border: 10px solid #fff;
          border-radius: 24px;
  padding: 30px 1rem;
}

@media (min-width: 768px) {
  #webformModal .modal-dialog .modal-content {
    padding: 30px;
  }
}

#webformModal .table-responsive {
  height: 440px;
}

#webformModal .table > :not(caption) > * > * {
  background: transparent;
}

