.div-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 720px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  left: -100%;
  top: -100%;
  right: -100%;
  bottom: -100%;
  display: block;
  width: 110vw;
  max-width: none;
  min-width: auto;
  margin: auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #05141f;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  min-height: 20px;
  padding: 35px 35px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e4e5e6;
}

.logo {
  width: 105px;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  min-height: auto;
  padding: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #e4e5e6;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title {
  margin-bottom: 20px;
  font-family: Kiab, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.footer-link {
  margin-bottom: 8px;
  font-family: Kiam, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-arrow {
  display: none;
}

.footer-link-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.headerin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 80px;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerin-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.headerin-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.headerin-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.head-logo {
  height: 25px;
}

.head-link {
  padding: 18px;
  font-family: Kiab, sans-serif;
  color: #05141f;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
}

.head-link:hover {
  text-decoration: underline;
}

.head-link.dd {
  padding-right: 44px;
}

.head-link2 {
  width: auto;
  padding: 6px 10px;
  border-radius: 50px;
  background-color: #05141f;
  font-family: Kiab, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.head-link2:hover {
  text-decoration: underline;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.content.grey {
  background-color: #f7f8f8;
}

.contentin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p {
  margin-bottom: 0px;
  font-family: Kiam, sans-serif;
  color: #37434c;
  line-height: 16px;
}

.p._2 {
  margin-bottom: 0px;
}

.head-slink {
  padding: 18px;
  border-bottom: 1px solid rgba(155, 161, 165, 0.22);
  font-family: Kiab, sans-serif;
  color: #05141f;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
}

.head-slink:hover {
  text-decoration: underline;
}

.ddlist.w--open {
  z-index: 555;
  background-color: #fff;
}

.h1 {
  margin-bottom: 0px;
  font-family: Kiab, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.headerinmobmenu {
  display: none;
  width: 1100px;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  display: block;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Kiab, sans-serif;
}

.navbarcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navmenu {
  width: 100%;
}

.navlink {
  font-size: 17px;
  line-height: 17px;
}

.navbar-logo {
  width: 90px;
}

.navbar-brand {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-link3 {
  width: auto;
  padding: 8px 15px;
  border-radius: 50px;
  background-color: #05141f;
  font-family: Kiab, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.head-link3:hover {
  text-decoration: underline;
}

.modelmenu-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-height: 100px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Kiab, sans-serif;
  text-decoration: none;
}

.modelmenu-col:hover {
  background-color: #f6f8f8;
  text-decoration: none;
}

.modelmenu-title {
  margin-bottom: 5px;
  color: #05141f;
  font-size: 18px;
}

.modelmenu-pricefrom {
  font-family: Kiam, sans-serif;
  color: #05141f;
  font-size: 14px;
}

.offr-mainimg {
  width: auto;
  margin-bottom: 20px;
}

.bc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}

.bcin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 35px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bc-link {
  font-family: Kiam, sans-serif;
  color: #05141f;
  font-size: 14px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.bc-link:hover {
  text-decoration: underline;
}

.bc-link.bold {
  font-family: Kiab, sans-serif;
}

.link-block {
  width: 18px;
  height: 24px;
  margin-right: 2px;
}

.bc-arrow {
  margin-right: 5px;
  margin-left: 5px;
}

.off-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Kiab, sans-serif;
  color: #05141f;
  font-size: 35px;
  text-transform: uppercase;
}

.off-h2 {
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: Kiam, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.off-blk-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Kiam, sans-serif;
  color: #f7f8f8;
  text-decoration: none;
}

.off-blk-1-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #05141f;
}

.offin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.off-t1 {
  margin-bottom: 10px;
  font-family: Kiab, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

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

.off-t3 {
  font-size: 13px;
}

.off-t4 {
  line-height: 16px;
}

.off-t2 {
  margin-bottom: 5px;
}

.off-t5 {
  text-align: right;
  text-decoration: underline;
}

.off-blk-2-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.off-blk-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-decoration: none;
}

.off-blk-2-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #05141f;
  font-family: Kiam, sans-serif;
  color: #fff;
}

.off-ment {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Kiam, sans-serif;
  color: #697279;
  font-size: 13px;
  line-height: 16px;
}

.off-hero {
  position: relative;
}

.off-hero-img {
  position: relative;
}

.off-hero-r {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 55;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.off-hero-t1 {
  font-family: Kiab, sans-serif;
  color: #f7f8f8;
  font-size: 40px;
  line-height: 43px;
  text-align: right;
}

.off-hero-content {
  margin-top: 20px;
  padding: 20px;
  background-color: rgba(247, 248, 248, 0.63);
  font-family: Kiam, sans-serif;
  color: #05141f;
  text-align: right;
}

.off-hero-c-t1 {
  margin-bottom: 15px;
  font-size: 24px;
}

.off-hero-c-t2 {
  font-family: Kiab, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.off-hero-c-t3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.off-hero-c-t4 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.off-hero-c-t5 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
}

.off-hero-c-t6 {
  margin-bottom: 15px;
  font-size: 16px;
}

.off-sc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.off-sc-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 80px;
  padding: 10px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #05141f;
  font-family: Kiam, sans-serif;
  color: #f7f8f8;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.off-sc-button:hover {
  text-decoration: underline;
}

.off-sc-button.b {
  background-color: #36434c;
}

.off-sc-button.c {
  background-color: #9ba1a5;
}

.off-sc-button.d {
  background-color: #cdd0d2;
  color: #05141f;
}

.off-sc-icon {
  width: 36px;
  margin-right: 15px;
}

.offdet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offerdet-l {
  width: 50%;
  padding-right: 20px;
  font-family: Kiam, sans-serif;
}

.offdet-t1 {
  margin-bottom: 20px;
  font-family: Kiam, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.offdet-t2 {
  color: grey;
}

.offdet-t3 {
  margin-bottom: 20px;
  font-family: Kiam, sans-serif;
  color: #505050;
  font-size: 17px;
}

.offdet-t4 {
  margin-bottom: 10px;
  font-family: Kiam, sans-serif;
  color: #05141f;
  font-size: 23px;
}

.offdet-t5 {
  margin-bottom: 10px;
  font-family: Kiam, sans-serif;
  color: #05141f;
  font-size: 15px;
}

.offdet-t6 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #37434c;
  font-size: 15px;
}

.off-hero-stamp {
  width: 170px;
}

.ddlistcar.w--open {
  z-index: 555;
  background-color: #fff;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #05141f;
}

.top-logo {
  width: 140px;
  padding-left: 0px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.temp-l {
  width: 45%;
  padding: 20px;
  background-color: #f7f8f8;
}

.temp-r {
  width: 45%;
  padding: 20px;
  background-color: #f7f8f8;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Kiab, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    height: 500px;
  }

  .image {
    overflow: visible;
    width: 100vw;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    padding-bottom: 30px;
  }

  .footer-top {
    width: 100%;
  }

  .footer-row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-col {
    overflow: hidden;
    width: auto;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid rgba(247, 248, 248, 0.2);
    border-bottom: 1px solid rgba(247, 248, 248, 0.2);
  }

  .footer-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0px none transparent;
    border-bottom: 0px none transparent;
  }

  .footer-arrow {
    display: block;
  }

  .footer-link-con {
    overflow: hidden;
    height: auto;
    margin-bottom: 15px;
  }

  .headerin {
    display: none;
    width: 100%;
  }

  .head-link {
    display: none;
  }

  .head-link2 {
    display: none;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contentin {
    width: 100%;
  }

  .head-slink {
    display: none;
  }

  .headerinmobmenu {
    display: block;
    width: 100%;
    height: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbarcon {
    width: 100%;
    height: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navmenu {
    margin-top: 0px;
    padding-right: 0px;
    border-top: 1px solid #cbced0;
    background-color: #fff;
  }

  .navlink {
    margin-right: 0px;
    margin-left: 0px;
  }

  .navlink.hl {
    background-color: #05141f;
    color: #fff;
  }

  .navbar-brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-menuicon {
    color: #05141f;
    font-size: 49px;
  }

  .menu-button {
    padding-right: 18px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .navbarmenu-sep {
    height: 1px;
    background-color: #cbced0;
  }

  .head-link3 {
    display: block;
  }

  .modelmenu-col.mobile {
    width: 50%;
  }

  .bc {
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bcin {
    width: 100%;
  }

  .off-blk-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .offin {
    width: 100%;
  }

  .off-blk-2-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .off-blk-2 {
    width: 100%;
    margin-bottom: 2px;
  }

  .off-blk-2-r {
    width: 40%;
  }

  .off-blk-1-img {
    width: 100%;
  }

  .off-hero-r {
    position: relative;
    width: 100%;
    padding-top: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .off-hero-t1 {
    color: #05141f;
    text-align: left;
  }

  .off-hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .off-hero-c-t1 {
    text-align: left;
  }

  .off-hero-c-t3 {
    text-align: left;
  }

  .off-hero-c-t4 {
    text-align: left;
  }

  .off-hero-c-t5 {
    text-align: left;
  }

  .offerdet-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ddlistcar.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ddlistcarcon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .head-link {
    display: none;
  }

  .head-link2 {
    display: none;
  }

  .content {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content.grey {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .head-slink {
    display: none;
  }

  .navlink.hl {
    background-color: #05141f;
    color: #fff;
  }

  .head-link3 {
    display: none;
  }

  .bc {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .off-h1 {
    font-size: 37px;
    line-height: 39px;
  }

  .off-blk-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .off-blk-2-r {
    width: 100%;
  }

  .off-blk-1-img {
    width: 100%;
  }

  .off-hero-r {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .off-hero-t1 {
    text-align: left;
  }

  .off-hero-content {
    padding-top: 0px;
  }

  .off-sc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .off-sc-button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offdet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offerdet-l {
    width: 100%;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .temp-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .temp-r {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    display: block;
    width: 100%;
  }

  .footer-top {
    padding: 15px 25px;
  }

  .logo {
    width: 75px;
  }

  .footer-row {
    padding: 15px 25px;
  }

  .content {
    padding: 20px;
  }

  .content.grey {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .contentin {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    font-size: 30px;
  }

  .navbarcon {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .navlink.hl {
    background-color: #05141f;
    color: #fff;
  }

  .bc {
    display: none;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .bcin {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bc-link {
    line-height: 13px;
  }

  .off-h1 {
    font-size: 27px;
    text-align: left;
  }

  .off-h2 {
    margin-top: 0px;
    font-size: 21px;
    line-height: 22px;
  }

  .offin {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .off-ment {
    font-size: 12px;
    text-align: justify;
  }

  .off-hero-r {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .off-hero-t1 {
    font-size: 30px;
    text-align: left;
  }

  .off-hero-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .off-hero-c-t1 {
    font-size: 17px;
  }

  .off-hero-c-t2 {
    font-size: 24px;
  }

  .off-hero-c-t3 {
    font-size: 19px;
  }

  .top-logo {
    width: 110px;
  }

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

@font-face {
  font-family: 'Kiam';
  src: url('../fonts/DesignKM.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kiab';
  src: url('../fonts/DesignKB.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}