/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Functions Styles _____________ ====================================== */
/* ====================================== _____________ Functions Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Classes Styles _____________ ====================================== */
.my-cont {
  width: 90%;
  margin: 0 auto;
}

.leftContainer {
  background-color: transparent;
  height: 100vh;
  margin-left: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .leftContainer {
    width: calc(740px + (100vw - 740px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .leftContainer {
    width: calc(960px + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .leftContainer {
    width: calc(1140px + (100vw - 1140px) / 2);
  }
}

section:not(.banner, .sec_0) {
  padding: 50px 0;
}
@media (max-width: 767px) {
  section:not(.banner, .sec_0) {
    padding: 25px 0;
  }
}
section.gray {
  background-color: #F4F4F4;
}

.img_cover {
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  height: 100% !important;
}

.mainColor {
  color: #05141F !important;
}

.secColor {
  color: #9BA1A5 !important;
}

.whtColor {
  color: #fff !important;
}

.blkColor {
  color: #000 !important;
}

.mainBgColor {
  background-color: #05141F !important;
}

.secBgColor {
  background-color: #9BA1A5;
}

.grayBgColor {
  background-color: #F4F4F4;
}

.whtBgColor {
  background-color: #fff;
}

.grayBgColor5 {
  background-color: #99A1A7 !important;
}

.sm_title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #05141F;
  margin-bottom: 1rem;
}

.xs_title {
  font-size: 1rem;
  font-weight: bold;
  color: #05141F;
  margin-bottom: 1rem;
}

.md_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #05141F;
  margin-bottom: 1rem;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff;
}

.specific_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #05141F;
  text-align: center;
  position: relative;
}
@media (max-width: 576px) {
  .specific_title {
    font-size: 1.25rem;
  }
}
.specific_title::before, .specific_title::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.5);
}
@media (max-width: 576px) {
  .specific_title::before, .specific_title::after {
    width: 7%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .specific_title::before, .specific_title::after {
    width: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .specific_title::before, .specific_title::after {
    width: 20%;
  }
}
.specific_title::before {
  left: 0;
}
.specific_title::after {
  right: 0;
}

p,
.p {
  font-size: 0.95rem;
  font-weight: 400;
  color: #697279;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  color: #000;
  text-align: justify;
}
p.sm,
.p.sm {
  font-size: 0.85rem;
}

.sm_text {
  font-size: 0.8rem;
  font-weight: 300;
  display: inline-block;
  margin-left: 10px;
  padding-left: 5px;
  border-left: 1px solid #05141F;
  margin-bottom: 0;
}

b.big {
  font-size: 1.25rem;
}

.main_padding {
  padding-top: 80px;
}

.link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 300;
  margin-bottom: 0;
}
.link span {
  position: relative;
}
.link span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background-color: #05141F;
}
.link span.whtColor::before {
  background-color: #fff;
}
.link:hover {
  text-decoration: none;
}
.link.underline:hover {
  text-decoration: underline;
}
.link svg {
  width: 8px;
  margin-right: 5px;
  font-weight: bold;
}

small {
  font-size: 0.85rem;
  font-weight: 300;
  color: #020202;
}

.b-bottom {
  border-bottom: 1px solid #F4F4F4;
}

.big_th {
  width: 70%;
}

.md_th {
  width: 40%;
}

.decoration_underline {
  text-decoration: underline;
}

.p-static {
  position: static !important;
}

/* ====================================== _____________ Classes Styles _____________ ====================================== */
/* ====================================== _____________ Reset Styles _____________ ====================================== */
* {
  outline: 0 !important;
  box-shadow: none !important;
}

a,
a:hover {
  color: inherit;
}

button {
  border: none;
  background-color: transparent;
}

ul {
  padding: 0;
  margin: 0;
}

html {
  font-size: 100%;
}
@media (max-width: 576px) {
  html {
    font-size: 85%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 88%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}

body {
  font-family: "KIA";
  font-weight: 400;
  font-size: 1rem;
}
body.ar {
  font-family: "Cairo";
  direction: rtl;
  text-align: right;
}

@media (max-width: 991px) {
  .container.kia {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .container.kia_0 {
    max-width: 100%;
    padding: 0;
  }
}

/* ====================================== _____________ Reset Styles _____________ ====================================== */
/* ====================================== _____________ Fonts Styles _____________ ====================================== */
@font-face {
  font-family: "KIA body Latin basic";
  src: url("fonts/KIAbodyLatinbasic_Light.eot");
  src: url("fonts/KIAbodyLatinbasic_Light.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic_Light.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic_Light.woff") format("woff"), url("fonts/KIAbodyLatinbasic_Light.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic_Light.svg#KIAbodyLatinbasic_Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA Text Latinbasic";
  src: url("fonts/KIAbodyLatinbasic-aLt.eot");
  src: url("fonts/KIAbodyLatinbasic-aLt.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic-aLt.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic-aLt.woff") format("woff"), url("fonts/KIAbodyLatinbasic-aLt.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic-aLt.svg#KIAbodyLatinbasic-aLt") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA Text Latinbasic";
  src: url("fonts/KIAbodyLatinbasic-cBd.eot");
  src: url("fonts/KIAbodyLatinbasic-cBd.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic-cBd.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic-cBd.woff") format("woff"), url("fonts/KIAbodyLatinbasic-cBd.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic-cBd.svg#KIAbodyLatinbasic-cBd") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA Text Latinbasic";
  src: url("fonts/KIAbodyLatinbasic-aLt_1.eot");
  src: url("fonts/KIAbodyLatinbasic-aLt_1.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic-aLt_1.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic-aLt_1.woff") format("woff"), url("fonts/KIAbodyLatinbasic-aLt_1.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic-aLt_1.svg#KIAbodyLatinbasic-aLt") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA Text Latinbasic";
  src: url("fonts/KIAbodyLatinbasic-bRg.eot");
  src: url("fonts/KIAbodyLatinbasic-bRg.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic-bRg.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic-bRg.woff") format("woff"), url("fonts/KIAbodyLatinbasic-bRg.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic-bRg.svg#KIAbodyLatinbasic-bRg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA Text Latinbasic";
  src: url("fonts/KIAbodyLatinbasic-bRg_1.eot");
  src: url("fonts/KIAbodyLatinbasic-bRg_1.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic-bRg_1.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic-bRg_1.woff") format("woff"), url("fonts/KIAbodyLatinbasic-bRg_1.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic-bRg_1.svg#KIAbodyLatinbasic-bRg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA Text Latinbasic";
  src: url("fonts/KIAbodyLatinbasic-aLt_2.eot");
  src: url("fonts/KIAbodyLatinbasic-aLt_2.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic-aLt_2.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic-aLt_2.woff") format("woff"), url("fonts/KIAbodyLatinbasic-aLt_2.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic-aLt_2.svg#KIAbodyLatinbasic-aLt") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA Text Latinbasic";
  src: url("fonts/KIAbodyLatinbasic-cBd_1.eot");
  src: url("fonts/KIAbodyLatinbasic-cBd_1.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic-cBd_1.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic-cBd_1.woff") format("woff"), url("fonts/KIAbodyLatinbasic-cBd_1.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic-cBd_1.svg#KIAbodyLatinbasic-cBd") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA Text Latinbasic";
  src: url("fonts/KIAbodyLatinbasic-bRg_2.eot");
  src: url("fonts/KIAbodyLatinbasic-bRg_2.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic-bRg_2.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic-bRg_2.woff") format("woff"), url("fonts/KIAbodyLatinbasic-bRg_2.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic-bRg_2.svg#KIAbodyLatinbasic-bRg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA body Latin basic";
  src: url("fonts/KIAbodyLatinbasic_Regular.eot");
  src: url("fonts/KIAbodyLatinbasic_Regular.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic_Regular.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic_Regular.woff") format("woff"), url("fonts/KIAbodyLatinbasic_Regular.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic_Regular.svg#KIAbodyLatinbasic_Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA body Latin basic";
  src: url("fonts/KIAbodyLatinbasic_Bold.eot");
  src: url("fonts/KIAbodyLatinbasic_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic_Bold.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic_Bold.woff") format("woff"), url("fonts/KIAbodyLatinbasic_Bold.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic_Bold.svg#KIAbodyLatinbasic_Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA Text Latinbasic";
  src: url("fonts/KIAbodyLatinbasic-cBd_2.eot");
  src: url("fonts/KIAbodyLatinbasic-cBd_2.eot?#iefix") format("embedded-opentype"), url("fonts/KIAbodyLatinbasic-cBd_2.woff2") format("woff2"), url("fonts/KIAbodyLatinbasic-cBd_2.woff") format("woff"), url("fonts/KIAbodyLatinbasic-cBd_2.ttf") format("truetype"), url("fonts/KIAbodyLatinbasic-cBd_2.svg#KIAbodyLatinbasic-cBd") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA";
  src: url("fonts/uk/KIAL.eot");
  src: url("fonts/uk/KIAL.eot?#iefix") format("embedded-opentype"), url("fonts/uk/KIAL.woff2") format("woff2"), url("fonts/uk/KIAL.woff") format("woff"), url("fonts/uk/KIAL.ttf") format("truetype"), url("fonts/uk/KIAL.svg#KIAL") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA";
  src: url("fonts/uk/KIAM.eot");
  src: url("fonts/uk/KIAM.eot?#iefix") format("embedded-opentype"), url("fonts/uk/KIAM.woff2") format("woff2"), url("fonts/uk/KIAM.woff") format("woff"), url("fonts/uk/KIAM.ttf") format("truetype"), url("fonts/uk/KIAM.svg#KIAM") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KIA";
  src: url("fonts/uk/KIAB.eot");
  src: url("fonts/uk/KIAB.eot?#iefix") format("embedded-opentype"), url("fonts/uk/KIAB.woff2") format("woff2"), url("fonts/uk/KIAB.woff") format("woff"), url("fonts/uk/KIAB.ttf") format("truetype"), url("fonts/uk/KIAB.svg#KIAB") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DesignK";
  src: url("fonts/uk/DesignKL.eot");
  src: url("fonts/uk/DesignKL.eot?#iefix") format("embedded-opentype"), url("fonts/uk/DesignKL.woff2") format("woff2"), url("fonts/uk/DesignKL.woff") format("woff"), url("fonts/uk/DesignKL.ttf") format("truetype"), url("fonts/uk/DesignKL.svg#DesignKL") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DesignK";
  src: url("fonts/uk/DesignKL_1.eot");
  src: url("fonts/uk/DesignKL_1.eot?#iefix") format("embedded-opentype"), url("fonts/uk/DesignKL_1.woff2") format("woff2"), url("fonts/uk/DesignKL_1.woff") format("woff"), url("fonts/uk/DesignKL_1.ttf") format("truetype"), url("fonts/uk/DesignKL_1.svg#DesignKL") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DesignK";
  src: url("fonts/uk/DesignKM.eot");
  src: url("fonts/uk/DesignKM.eot?#iefix") format("embedded-opentype"), url("fonts/uk/DesignKM.woff2") format("woff2"), url("fonts/uk/DesignKM.woff") format("woff"), url("fonts/uk/DesignKM.ttf") format("truetype"), url("fonts/uk/DesignKM.svg#DesignKM") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DesignK";
  src: url("fonts/uk/DesignKM_1.eot");
  src: url("fonts/uk/DesignKM_1.eot?#iefix") format("embedded-opentype"), url("fonts/uk/DesignKM_1.woff2") format("woff2"), url("fonts/uk/DesignKM_1.woff") format("woff"), url("fonts/uk/DesignKM_1.ttf") format("truetype"), url("fonts/uk/DesignKM_1.svg#DesignKM") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DesignK";
  src: url("fonts/uk/DesignKB_1.eot");
  src: url("fonts/uk/DesignKB_1.eot?#iefix") format("embedded-opentype"), url("fonts/uk/DesignKB_1.woff2") format("woff2"), url("fonts/uk/DesignKB_1.woff") format("woff"), url("fonts/uk/DesignKB_1.ttf") format("truetype"), url("fonts/uk/DesignKB_1.svg#DesignKB") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DesignK";
  src: url("fonts/uk/DesignKB.eot");
  src: url("fonts/uk/DesignKB.eot?#iefix") format("embedded-opentype"), url("fonts/uk/DesignKB.woff2") format("woff2"), url("fonts/uk/DesignKB.woff") format("woff"), url("fonts/uk/DesignKB.ttf") format("truetype"), url("fonts/uk/DesignKB.svg#DesignKB") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Cairo';
  src: url('fonts/arabic/Cairo-Bold.eot');
  src: url('fonts/arabic/Cairo-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/arabic/Cairo-Bold.woff2') format('woff2'),
      url('fonts/arabic/Cairo-Bold.woff') format('woff'),
      url('fonts/arabic/Cairo-Bold.ttf') format('truetype'),
      url('fonts/arabic/Cairo-Bold.svg#Cairo-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('fonts/arabic/Cairo-Black.eot');
  src: url('fonts/arabic/Cairo-Black.eot?#iefix') format('embedded-opentype'),
      url('fonts/arabic/Cairo-Black.woff2') format('woff2'),
      url('fonts/arabic/Cairo-Black.woff') format('woff'),
      url('fonts/arabic/Cairo-Black.ttf') format('truetype'),
      url('fonts/arabic/Cairo-Black.svg#Cairo-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('fonts/arabic/Cairo-ExtraBold.eot');
  src: url('fonts/arabic/Cairo-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/arabic/Cairo-ExtraBold.woff2') format('woff2'),
      url('fonts/arabic/Cairo-ExtraBold.woff') format('woff'),
      url('fonts/arabic/Cairo-ExtraBold.ttf') format('truetype'),
      url('fonts/arabic/Cairo-ExtraBold.svg#Cairo-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('fonts/arabic/Cairo-ExtraLight.eot');
  src: url('fonts/arabic/Cairo-ExtraLight.eot?#iefix') format('embedded-opentype'),
      url('fonts/arabic/Cairo-ExtraLight.woff2') format('woff2'),
      url('fonts/arabic/Cairo-ExtraLight.woff') format('woff'),
      url('fonts/arabic/Cairo-ExtraLight.ttf') format('truetype'),
      url('fonts/arabic/Cairo-ExtraLight.svg#Cairo-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('fonts/arabic/Cairo-Light.eot');
  src: url('fonts/arabic/Cairo-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/arabic/Cairo-Light.woff2') format('woff2'),
      url('fonts/arabic/Cairo-Light.woff') format('woff'),
      url('fonts/arabic/Cairo-Light.ttf') format('truetype'),
      url('fonts/arabic/Cairo-Light.svg#Cairo-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('fonts/arabic/Cairo-Medium.eot');
  src: url('fonts/arabic/Cairo-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/arabic/Cairo-Medium.woff2') format('woff2'),
      url('fonts/arabic/Cairo-Medium.woff') format('woff'),
      url('fonts/arabic/Cairo-Medium.ttf') format('truetype'),
      url('fonts/arabic/Cairo-Medium.svg#Cairo-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('fonts/arabic/Cairo-Regular.eot');
  src: url('fonts/arabic/Cairo-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/arabic/Cairo-Regular.woff2') format('woff2'),
      url('fonts/arabic/Cairo-Regular.woff') format('woff'),
      url('fonts/arabic/Cairo-Regular.ttf') format('truetype'),
      url('fonts/arabic/Cairo-Regular.svg#Cairo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('fonts/arabic/Cairo-SemiBold.eot');
  src: url('fonts/arabic/Cairo-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/arabic/Cairo-SemiBold.woff2') format('woff2'),
      url('fonts/arabic/Cairo-SemiBold.woff') format('woff'),
      url('fonts/arabic/Cairo-SemiBold.ttf') format('truetype'),
      url('fonts/arabic/Cairo-SemiBold.svg#Cairo-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ====================================== _____________ Fonts Styles _____________ ====================================== */
/* ====================================== _____________ Global Styles _____________ ====================================== */
.arabicTxt {
  font-family: "Cairo" !important;
  margin-top: 22px;
}
.arabicTxt .title {
  font-size: 25px;
}

/* ====================================== _____________ Global Styles _____________ ====================================== */
/* ====================================== _____________ Grids Styles _____________ ====================================== */
/* ====================================== _____________ Grids Styles _____________ ====================================== */
/* ====================================== _____________ Header Styles _____________ ====================================== */
@media (max-width: 991px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
  }
  header:hover, header.whtHeader {
    background-color: #fff;
  }
  header:hover nav .logo svg path, header.whtHeader nav .logo svg path {
    fill: #000;
  }
  header:hover nav .search, header.whtHeader nav .search {
    color: #000;
  }
  header:hover nav .menu-btn svg path, header.whtHeader nav .menu-btn svg path {
    fill: #000;
  }
  header nav {
    border-bottom: 1px solid rgba(247, 248, 248, 0.2);
    padding: 20px 0;
  }
  header nav.search-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 0;
    display: none;
  }
  header nav.search-nav .search-part {
    padding: 15px;
    display: flex;
    border-top: 1px solid #cdd0d2;
    margin-top: 30px;
  }
  header nav.search-nav .search-part input {
    width: 95%;
    padding-left: 10px;
    font-size: 13px;
  }
  .ar header nav.search-nav .search-part input {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header nav.search-nav .search-part input {
    width: 85%;
  }
}
@media (max-width: 991px) {
  header nav.search-nav .search-part .search-btn {
    width: 4%;
    background: #fff;
    border: 1px solid #cdd0d2;
    padding: 8px 0;
    cursor: pointer;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header nav.search-nav .search-part .search-btn {
    width: 12%;
    padding: 8px 0;
  }
}
@media (max-width: 991px) {
  header nav.search-nav .search-part .search-btn img {
    width: 40%;
  }
  header nav .nav-grid {
    display: flex;
    justify-content: space-between;
  }
  header nav .nav-item {
    cursor: pointer;
  }
  header nav .menu-btn {
    width: 20px;
  }
  header nav .menu-btn svg path {
    fill: #fff;
    transition: all 0.3s ease-in-out;
  }
  header nav .logo {
    width: 70px;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  header nav .logo svg {
    width: 70px;
  }
}
@media (max-width: 991px) {
  header nav .logo svg path {
    transition: all 0.3s ease-in-out;
  }
  header nav .search {
    width: 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  header nav .cancel {
    width: 20px;
  }
  header .side-wrapper {
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  header .side-wrapper .side-menu {
    position: fixed;
    background: #fff;
    height: 100vh;
    top: 0;
    left: -48%;
    width: 48%;
    transition: all 0.3s ease-in-out;
  }
  header .side-wrapper .side-menu.active {
    left: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header .side-wrapper .side-menu {
    width: 100%;
  }
  header .side-wrapper .side-menu.active {
    left: 0;
  }
}
@media (max-width: 991px) {
  header .side-wrapper .side-menu .top-part {
    padding: 20px 30px;
  }
  header .side-wrapper .side-menu .top-part .logo {
    width: 120px;
  }
  header .side-wrapper .side-menu .top-part .cancel-btn {
    width: 20px;
    cursor: pointer;
  }
  header .side-wrapper .side-menu .top-part .search {
    width: 20px;
    cursor: pointer;
  }
  header .side-wrapper .side-menu .menu-body {
    max-height: 90vh;
    overflow-y: auto;
  }
  header .side-wrapper .side-menu .menu-body .flag {
    background: #f9f9f9;
    border-top: 1px solid #cdd0d2;
    border-bottom: 1px solid #cdd0d2;
    padding: 8px 30px;
    font-size: 13px;
    font-weight: bold;
  }
  header .side-wrapper .side-menu .menu-body .flag a {
    color: #000;
  }
  header .side-wrapper .side-menu .menu-body .flag img {
    width: 25px;
    position: relative;
    top: -2px;
    margin-right: 10px;
  }
  header .side-wrapper .side-menu .menu-body .link-area {
    border-bottom: 1px solid #cdd0d2;
  }
  header .side-wrapper .side-menu .menu-body .link-area a {
    color: #000;
    font-weight: bold;
    font-size: 13px;
  }
  header .side-wrapper .side-menu .menu-body .link-area .link-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
  }
  header .side-wrapper .side-menu .menu-body .link-area .link-head .sym {
    text-decoration: none;
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url("../img/global/plus.png");
    background-size: 100% 100%;
  }
  header .side-wrapper .side-menu .menu-body .link-area .sub-menu {
    background: #f9f9f9;
    padding: 0 35px;
    height: 0;
    overflow: hidden;
  }
  header .side-wrapper .side-menu .menu-body .link-area .sub-menu a {
    display: block;
    border-bottom: 1px solid #cdd0d2;
    padding: 15px 0;
    font-size: 12px;
  }
  header .side-wrapper .side-menu .menu-body .link-area .sub-menu a:last-of-type {
    border-bottom: none;
    font-weight: bold;
  }
  header .side-wrapper .side-menu .menu-body .link-area.shown .link-head {
    background: #000;
    color: #fff;
  }
  header .side-wrapper .side-menu .menu-body .link-area.shown .link-head .sym {
    background: url("../img/global/minus.png");
    background-size: 100% 100%;
  }
  header .side-wrapper .side-menu .menu-body .link-area.shown .sub-menu {
    height: auto;
  }
  header .side-wrapper .side-menu .menu-body .bot-links {
    display: flex;
    flex-wrap: wrap;
  }
  header .side-wrapper .side-menu .menu-body .bot-links .link {
    width: 50%;
    background: #f9f9f9;
    border-right: 1px solid #cdd0d2;
    border-bottom: 1px solid #cdd0d2;
    padding: 12px 30px;
    color: #000;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header .side-wrapper .side-menu .menu-body .bot-links .link {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header .side-wrapper .side-menu .menu-body .bot-links .link:nth-of-type(2n) {
    border-right: none;
  }
  header .side-wrapper .side-menu .menu-body .bot-links .link a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
  }
  header .side-wrapper .side-menu .menu-body .discover {
    text-align: center;
    display: inline-block;
    margin: 20px 0 10px;
    padding: 5px 10px;
    background: #05141f;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
  }
  header .side-wrapper .side-menu .menu-body .discover img {
    width: 12px;
    position: relative;
    top: -1px;
  }
  header .nav-grid {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
/* ====================================== _____________ Header Styles _____________ ====================================== */
/* ====================================== _____________ Header Styles _____________ ====================================== */
@media (min-width: 992px) {
  .toolbar {
    padding: 0 20px;
    background-color: #05141f;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 100;
  }
  .toolbar_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .toolbar_list_item {
    margin-right: 12px;
  }
  .toolbar_list_item:last-of-type {
    margin-right: 0;
  }
  .toolbar_list_item:last-of-type .toolbar_list_item_link {
    padding-right: 0;
  }
  .toolbar_list_item:last-of-type .toolbar_list_item_link:last-of-type {
    padding-right: 35px;
  }
  .toolbar_list_item:last-of-type .toolbar_list_item_link::before {
    display: none;
  }
  .toolbar_list_item-search {
    max-width: 100px;
  }
  .toolbar_list_item_link {
    display: inline-block;
    color: #9ba1a5;
    text-decoration: none;
    padding: 10px 0;
    padding-right: 35px;
    font-size: 0.75rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .ar .toolbar_list_item_link {
    padding-right: 0;
    padding-left: 35px;
  }
  .toolbar_list_item_link::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30%;
    background-color: #9ba1a5;
  }
  .ar .toolbar_list_item_link::before {
    right: auto;
    left: 0;
  }
  .toolbar_list_item_link:hover {
    text-decoration: underline;
    color: #9ba1a5;
  }
  .toolbar_list_item_link-flex {
    display: flex;
    align-items: center;
  }
  .toolbar_list_item_link-flex svg,
  .toolbar_list_item_link-flex i,
  .toolbar_list_item_link-flex img {
    margin-right: 0.25rem;
  }
  .ar .toolbar_list_item_link-flex svg,
  .ar .toolbar_list_item_link-flex i,
  .ar .toolbar_list_item_link-flex img {
    margin-right: 0;
    margin-left: 0.25rem;
  }
  .toolbar_list_item_link-flex img {
    width: 18px;
  }
  .toolbar_list_item_form {
    display: none;
  }
  .toolbar_list_item_form .form-group {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .toolbar_list_item_form .form-group .form-control {
    background-color: transparent;
    padding: 0;
    padding-right: 12px;
    border: none;
    border-bottom: 1px solid #fff;
    min-height: auto;
    height: auto;
    color: #9ba1a5;
    font-size: 0.8rem;
  }
  .toolbar_list_item_form .form-group .form-control:focus {
    border-bottom: 1px solid #fff;
  }
  .toolbar_list_item_form .form-group .form-submit {
    position: absolute;
    right: 0;
    top: -3px;
    color: #9ba1a5;
    z-index: 2;
  }
  .toolbar_list_item-country {
    position: relative;
  }
  .toolbar_list_item-country .toolbar_list_item_dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    width: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    display: none;
  }
  .toolbar_list_item-country .toolbar_list_item_dropdown.toolbar_list_item_dropdown-flex {
    display: flex !important;
  }
  .toolbar_list_item-country .toolbar_list_item_dropdown_link {
    padding: 8px 30px 8px 15px;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #fff;
    font-size: 0.8rem;
  }
  .toolbar_list_item-country .toolbar_list_item_dropdown_link img {
    margin-right: 0.5rem;
    width: 15px;
    height: 15px;
  }
  header {
    padding: 15px 20px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    height: auto;
    z-index: 99;
    border-bottom: 1px solid #9ba1a5;
    transition: all 0.3s ease-in-out;
  }
  header.whtHeader {
    background-color: #fff;
    color: #05141f;
  }
  header.whtHeader .navbar_brandLogo svg path {
    fill: #05141f;
  }
  header.whtHeader .navbar_list_item_link {
    color: #05141f;
  }
  header.whtHeader .navbar_list_item_link-btn {
    color: #fff;
  }
  header.clicked {
    background-color: #fff;
  }
  header.clicked .navbar_brandLogo svg path {
    fill: #05141f;
  }
  header.clicked .navbar_list_item_link {
    color: #05141f;
  }
  header.clicked .navbar_list_item_link-btn {
    color: #fff;
  }
  header:hover {
    background-color: #fff;
  }
  header:hover .navbar_brandLogo svg path {
    fill: #05141f;
  }
  header:hover .navbar_list_item_link {
    color: #05141f;
  }
  header:hover .navbar_list_item_link-btn {
    color: #fff;
  }
  header .navbar {
    background-color: transparent !important;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2.5rem;
  }
  header .navbar_list {
    display: flex;
    align-items: center;
    flex: 1;
  }
  header .navbar_list:last-of-type {
    justify-content: flex-end;
  }
  header .navbar_list_item {
    margin: 0 15px;
    position: relative;
  }
  header .navbar_list_item:first-of-type {
    margin-left: 0;
  }
  .ar header .navbar_list_item:first-of-type {
    margin-left: 15px;
    margin-right: 0;
  }
  header .navbar_list_item:last-of-type {
    margin-left: 0;
  }
  .ar header .navbar_list_item:last-of-type {
    margin-left: 15px;
    margin-right: 0;
  }
  header .navbar_list_item_link {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
  }
  header .navbar_list_item_link-btn {
    display: flex;
    align-items: center;
    background-color: #05141f;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.85rem;
    text-transform: uppercase;
  }
  header .navbar_list_item_link-btn:hover {
    color: #fff;
    text-decoration: none;
  }
  header .navbar_list_item_link-btn svg {
    margin-right: 0.4rem;
  }
  header .navbar_list_item_dropdown {
    position: absolute;
    left: 0;
    top: 194%;
    width: 250px;
    background-color: #fff;
    display: none;
  }
  header .navbar_list_item_dropdown.full_dropdown {
    position: absolute;
    left: -20px;
    top: 137%;
    width: calc(100% + 40px);
    padding: 0 0 25px 0;
    background-color: #fff;
    display: none;
  }
  header .navbar_list_item_dropdown.full_dropdown .nav_container {
    padding-left: calc(20px + 2.5rem);
    padding-right: 2rem;
  }
  header .navbar_list_item_dropdown.full_dropdown .nav_container-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .navbar_list_item_dropdown_form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(155, 161, 165, 0.4);
    background-color: #F4F4F4;
    padding-top: 25px;
  }
  header .navbar_list_item_dropdown_form_group {
    margin-right: 2rem;
  }
  header .navbar_list_item_dropdown_form_group_label {
    font-size: 1.15rem;
    text-transform: uppercase;
  }
  header .navbar_list_item_dropdown_link {
    display: block;
    padding: 0.65rem 15px;
    border-bottom: 1px solid rgba(155, 161, 165, 0.4);
    font-size: 0.95rem;
  }
  header .navbar_list_item_dropdown_link:last-child {
    margin-bottom: 0;
  }
  .full_dropdown header .navbar_list_item_dropdown_link, header .navbar_list_item_dropdown_link.full_dropdown_link {
    background-color: #fff;
    padding: 10px 2rem !important;
    font-size: 0.9rem;
    color: #05141f;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    max-width: 20% !important;
    border-bottom: 0;
  }
  .full_dropdown header .navbar_list_item_dropdown_link img, header .navbar_list_item_dropdown_link.full_dropdown_link img {
    margin-bottom: 1rem;
    max-width: 90%;
  }
  header .navbar_list_item_dropdown_link:hover {
    text-decoration: underline;
    color: #05141f;
  }
  header .navbar_brandLogo {
    display: inline-block;
  }
  header .navbar_brandLogo svg path {
    transition: all 0.3s ease-in-out;
  }
}
/* ====================================== _____________ Header Styles _____________ ====================================== */
/* ====================================== _____________ Footer Styles _____________ ====================================== */
footer {
  background: #05141f;
}
footer .footer-links {
  padding: 100px 0;
  display: flex;
}
@media (max-width: 991px) {
  footer .footer-links {
    flex-wrap: wrap;
    padding: 50px 0;
  }
}
footer .footer-links .logo-social {
  margin-right: 100px;
}
@media (max-width: 1200px) {
  footer .footer-links .logo-social {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  footer .footer-links .logo-social {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-links .logo {
  width: 150px;
  display: block;
}
footer .footer-links .social-links {
  display: flex;
  margin-top: 35px;
}
@media (max-width: 991px) {
  footer .footer-links .social-links {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
footer .footer-links .social-links a {
  display: inline-block;
  margin-right: 40px;
}
.ar footer .footer-links .social-links a {
  margin-left: 40px;
  margin-right: 0;
}
@media (max-width: 991px) {
  footer .footer-links .social-links a {
    margin: 0 15px;
  }
}
footer .footer-links .social-links a:hover {
  opacity: 0.5;
}
footer .footer-links .social-links a img {
  max-height: 20px;
}
footer .footer-links .links-cols {
  display: flex;
}
@media (max-width: 991px) {
  footer .footer-links .links-cols {
    flex-wrap: wrap;
  }
}
footer .footer-links .links-cols .link-col {
  margin-right: 70px;
}
@media (max-width: 1200px) {
  footer .footer-links .links-cols .link-col {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  footer .footer-links .links-cols .link-col {
    margin-right: 40px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  footer .footer-links .links-cols .link-col {
    width: 100%;
  }
}
footer .footer-links .links-cols .link-col a {
  display: block;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 3px;
}
footer .footer-links .links-cols .link-col .head-link {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}
footer .bot-links {
  margin-bottom: 10px;
}
footer .bot-links a {
  color: #fff;
  margin-left: 15px;
  font-size: 13px;
}
.ar footer .bot-links a {
  margin-right: 15px;
  margin-left: 0;
}
footer .small-footer {
  color: #fff;
  border-top: 1px solid #707070;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .small-footer .small-grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  footer .small-footer .small-grid {
    flex-direction: column;
  }
}
footer .small-footer .small-bc a {
  color: #fff;
  text-decoration: none;
}
footer .small-footer .small-bc a img {
  width: 15px;
  position: relative;
  top: -3px;
}
footer .small-footer .copy p {
  font-size: 12px;
  margin-bottom: 0;
}
footer .small-footer .copy img {
  height: 12px;
}
footer .small-footer .copy span {
  color: #9ba1a5;
}
footer .small-footer .copy a {
  color: #fff;
}
@media (max-width: 500px) {
  footer .small-footer .copy {
    margin-top: 15px;
  }
}

/* ====================================== _____________ Footer Styles _____________ ====================================== */
/* ====================================== _____________ Sidebar Styles _____________ ====================================== */
/* ====================================== _____________ Sidebar Styles _____________ ====================================== */
/* ====================================== _____________ Forms Styles _____________ ====================================== */
form .form-group {
  text-align: left;
  position: relative;
  margin-bottom: 1.25rem;
}
.ar form .form-group {
  text-align: right;
}
form .form-group label {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 0.5rem;
}
form .form-group label.form-check-label {
  font-size: 1rem;
  font-weight: 300;
  color: #707070;
  min-height: auto;
}
form .form-group .form-control {
  border-radius: 0;
  border: 1px solid rgba(112, 112, 112, 0.5);
  padding: 10px 20px;
  min-height: 45px;
  transition: all 0.3s ease-in-out;
}
form .form-group .form-control:focus {
  border-color: #05141F;
}
form .form-group .form-control.select {
  appearance: none;
  position: relative;
  background-image: url(../img/global/chevron_down.png);
  background-size: 18px 12px;
  background-repeat: no-repeat;
  background-position: 95% 15px;
  cursor: pointer;
}
.ar form .form-group .form-control.select {
  background-position: 5% 15px;
}
form .form-check {
  text-align: left;
  position: relative;
  margin-bottom: 1.25rem;
  position: relative;
}
form .form-check:not(.cust_check) .form-check-label:not(.car_label) {
  position: relative;
}
form .form-check:not(.cust_check) .form-check-label:not(.car_label)::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  height: 15px;
  width: 15px;
  padding: 1px;
  border: 1px solid rgba(199, 199, 199, 0.6);
  z-index: 2;
  background: transparent;
}
form .form-check:not(.cust_check) .form-check-input {
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
form .form-check:not(.cust_check) .form-check-input:checked ~ .form-check-label::after {
  background-image: url(../img/global/check_sm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border-color: #000;
}
form .form-check-input {
  margin-top: 0.35rem;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: 1px solid #C7C7C7;
}
form .cust_check {
  padding: 0;
  position: relative;
}
form .cust_check_label {
  margin-bottom: 0 !important;
  color: #000 !important;
  border: 1px solid #020202;
  padding: 10px 20px;
  background-color: #F4F4F4;
  width: 100%;
  height: 100%;
  text-align: center;
  min-height: auto !important;
  font-size: 0.95rem !important;
  font-weight: 300 !important;
  position: relative;
}
form .cust_check_label::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  height: 15px;
  width: 15px;
  padding: 1px;
  border: 1px solid rgba(199, 199, 199, 0.6);
  z-index: 2;
  background: #fff;
}
@media (max-width: 576px) {
  form .cust_check_label {
    text-align: left;
    padding-left: 40px;
  }
}
form .cust_check_input {
  position: absolute;
  margin: 0 !important;
  z-index: 3;
  top: 49%;
  transform: translateY(-50%);
  left: 20%;
  border-radius: 0;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.ar form .cust_check_input {
  left: auto;
  right: 20%;
  top: 52%;
}
form .cust_check_input:checked ~ label {
  border-color: #05141F;
  border-width: 2px;
}
form .cust_check_input:checked ~ .form-check-label::after {
  background-image: url(../img/global/check_sm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border-color: #000;
}
@media (max-width: 576px) {
  form .cust_check_input {
    left: 20px;
  }
}

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

/* ====================================== _____________ Forms Styles _____________ ====================================== */
/* ====================================== _____________ Navs Styles _____________ ====================================== */
.bottom_nav {
  background-color: #05141F;
  position: absolute;
  left: 0;
  top: 66px;
  width: 100%;
  z-index: 8;
}
@media (max-width: 576px) {
  .bottom_nav {
    top: 64px;
  }
}
@media (min-width: 992px) {
  .bottom_nav {
    top: 110px;
  }
}
.bottom_nav .container {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .bottom_nav .container {
    padding: 0;
  }
}
.bottom_nav_title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  margin-right: 3.5rem;
}
.ar .bottom_nav_title {
  margin-right: 0;
  margin-left: 3.5rem;
}
@media (max-width: 576px) {
  .bottom_nav_title {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 45%;
  }
}
.bottom_nav_list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.bottom_nav_list_item {
  margin: 0 15px;
  color: #9BA1A5;
  padding: 10px 0;
  font-size: 0.85rem;
}
.bottom_nav_list_item.active {
  color: #fff;
  border-bottom: 3px solid #fff;
}
.bottom_nav_list_item:hover {
  color: #fff;
}
.bottom_nav_dropdown {
  flex: 0 0 55%;
  border-left: 1px solid #9BA1A5;
}
.bottom_nav_dropdown.show .bottom_nav_dropdown_toggle {
  background-color: #cdd0d2 !important;
  color: #000;
  font-weight: bold;
}
.bottom_nav_dropdown.show .bottom_nav_dropdown_toggle .fa-chevron-down {
  transform: rotate(180deg);
  margin-top: -3px;
  color: #05141F;
  opacity: 0.5;
}
.bottom_nav_dropdown_toggle {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
  border: 0;
  color: #fff;
  padding: 10px 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.85rem;
  display: block;
  position: relative;
  text-align: left;
  border-radius: 0;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.bottom_nav_dropdown_toggle::after {
  display: none;
}
.bottom_nav_dropdown_toggle:hover {
  background-color: transparent;
  box-shadow: none !important;
  text-decoration: underline;
}
.bottom_nav_dropdown_toggle .fa-chevron-down {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #9BA1A5;
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
}
.bottom_nav_dropdown .dropdown-menu {
  width: 100%;
  border-radius: 0;
  padding: 0;
}
.bottom_nav_dropdown .dropdown-menu.show {
  transform: translate3d(0px, 36px, 0px) !important;
}
.bottom_nav_dropdown .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  color: #000;
  border-bottom: 1px solid #9BA1A5;
  font-size: 0.85rem;
}
.bottom_nav_dropdown .dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
}

.breadcrump {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .breadcrump {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .breadcrump .container {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .breadcrump .container {
    max-width: 100%;
    padding: 0;
  }
}
.breadcrump_list {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.breadcrump_list_item:last-of-type .breadcrump_list_item_link {
  border-right: 0;
}
.breadcrump_list_item_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  background-color: #9BA1A5;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .breadcrump_list_item_link {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .breadcrump_list_item_link {
    padding: 8px 5px;
  }
}
.breadcrump_list_item_link.active {
  background-color: #05141F;
  color: #fff;
  text-decoration: none;
}
.breadcrump_list_item_link:hover {
  text-decoration: none;
  color: #fff;
}
.breadcrump_list_item_link svg {
  height: 32px;
}
.breadcrump_list_item_link svg path {
  font: #fff;
}
.breadcrump_list_item_link span {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .breadcrump_list_item_link span {
    margin: 0;
    margin-top: 5px;
  }
}
@media (max-width: 576px) {
  .breadcrump_list_item_link span {
    font-size: 0.85rem;
  }
}

/* ====================================== _____________ Navs Styles _____________ ====================================== */
/* ====================================== _____________ Tabs Styles _____________ ====================================== */
.tabs {
  padding: 20px 0 40px;
}
.tabs_list {
  display: flex;
  justify-content: flex-start;
}
.tabs_list_item {
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0;
}
.tabs_list_item:last-of-type .breadcrump_list_item_link {
  border-right: 0;
}
.tabs_list_item_link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 15px;
  background-color: #9BA1A5;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border-right: 1px solid #fff;
}
@media (max-width: 576px) {
  .tabs_list_item_link {
    padding: 8px 5px;
    font-size: 0.75rem;
  }
}
.tabs_list_item_link.active {
  background-color: #05141F;
  color: #fff;
  text-decoration: none;
}
.tabs_list_item_link:hover {
  text-decoration: none;
  color: #fff;
}

/* ====================================== _____________ Tabs Styles _____________ ====================================== */
/* ====================================== _____________ Buttons Styles _____________ ====================================== */
.bttn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #05141F;
  color: #fff;
  border-radius: 35px;
  padding: 8px 60px 8px 25px;
  position: relative;
  font-size: 0.95rem;
  font-weight: bold;
}
.ar .bttn {
  padding: 8px 25px 8px 60px;
}
.bttn:hover {
  color: #fff;
  text-decoration: none;
}
.bttn img {
  width: 28px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.ar .bttn img {
  right: auto;
  left: 5px;
  transform: translateY(-50%) rotate(180deg);
}

.bttn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #05141F;
  color: #fff;
  border-radius: 35px;
  padding: 5px 15px 5px 15px;
  position: relative;
  font-size: 0.95rem;
  font-weight: bold;
}
.bttn2:hover {
  color: #fff;
  text-decoration: none;
}
.bttn2 span {
  margin-right: 1.5rem;
}
.ar .bttn2 span {
  margin-right: 0;
  margin-left: 1.5rem;
}
.ar .bttn2 i {
  transform: rotate(180deg);
}

.toogled_map {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 44px;
  padding: 3px 5px;
  border: 1px solid rgba(112, 112, 112, 0.4);
}
.toogled_map_btn {
  background-color: transparent;
  border-radius: 44px;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.toogled_map_btn.active {
  background-color: #05141F;
  color: #fff;
}

/* ====================================== _____________ Buttons Styles _____________ ====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* _______________ Home Slider _______________ */
.intro {
  height: 100vh;
  width: 100%;
}
@media (max-width: 576px) {
  .intro {
    height: auto;
  }
}
.intro .owl-carousel {
  width: 100%;
  height: 100%;
}
.intro .owl-carousel .owl-stage-outer {
  height: 100%;
}
.intro .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  left: 5%;
  display: flex;
  justify-content: space-between;
}
.intro .owl-theme .owl-nav [class*=owl-] {
  background: none;
  opacity: 0.5;
  transition: all 0.35s ease-in-out;
}
.intro .owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
}
.intro .owl-theme .owl-nav [class*=owl-] img {
  width: 50px;
}
@media (max-width: 991px) {
  .intro .owl-theme .owl-nav {
    width: 95%;
    left: 2.5%;
  }
}
.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 5%;
  width: 100%;
}
.intro .owl-theme .owl-dots .owl-dot span {
  width: 60px;
  height: 2px;
  border-radius: 0;
  background: #aeaeae;
  display: inline-block;
  margin: 5px 3px;
}
.intro .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}
.intro .item {
  width: 100%;
  height: 100%;
  height: 100vh;
}
@media (max-width: 576px) {
  .intro .item {
    height: auto;
  }
}
.intro .item .text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  z-index: 5;
}
@media (max-width: 767px) {
  .intro .item .text {
    width: 100%;
  }
}
.intro .item .text .title {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 10%;
}
@media (max-width: 991px) {
  .intro .item .text .title {
    font-size: 25px;
  }
}
.intro .item .text .more {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 12px 35px;
  font-weight: bold;
  font-size: 13px;
}
.intro .item .text .more:hover {
  text-decoration: underline !important;
}
@media (max-width: 991px) {
  .intro .item .text .more {
    padding: 7px 20px;
    font-size: 13px;
  }
}
.intro .item .img {
  height: 100%;
}
@media (max-width: 767px) {
  .intro .item .img {
    height: 100vh;
  }
}
@media (max-width: 576px) {
  .intro .item .img {
    height: auto;
  }
}
.intro .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .intro .item .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .intro .item .img img {
    height: auto;
  }
}
.intro .owl-item {
  height: 100vh;
}
@media (max-width: 767px) {
  .intro .owl-item {
    height: auto;
  }
}
.intro .owl-item.active .title {
  animation: 1.5s 0.1s fadeInUp both;
}
.intro .owl-item.active .more {
  animation: 1.5s 0.5s fadeInUp both;
}

/* _______________ Home Slider _______________ */
/*====================================== _______________ Swiper Slider _______________====================================== */
.swiper-container.specs_swiper {
  padding: 25px 0;
}
.swiper-container .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  border-radius: 0;
  background-color: #000;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-color: #05141F;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  display: none;
}
@media (max-width: 767px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    top: 30%;
  }
}
@media (min-width: 1200px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    top: 35%;
  }
}

.popup_exterior_swiper .swiper-pagination,
.popup_enterior_swiper .swiper-pagination,
.popup_features_swiper .swiper-pagination {
  bottom: auto;
  top: 75%;
}
@media (max-width: 767px) {
  .popup_exterior_swiper .swiper-pagination,
  .popup_enterior_swiper .swiper-pagination,
  .popup_features_swiper .swiper-pagination {
    top: 47%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup_exterior_swiper .swiper-pagination,
  .popup_enterior_swiper .swiper-pagination,
  .popup_features_swiper .swiper-pagination {
    top: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .popup_exterior_swiper .swiper-pagination,
  .popup_enterior_swiper .swiper-pagination,
  .popup_features_swiper .swiper-pagination {
    top: 60%;
  }
}
@media (min-width: 1200px) {
  .popup_exterior_swiper .swiper-pagination,
  .popup_enterior_swiper .swiper-pagination,
  .popup_features_swiper .swiper-pagination {
    top: 68%;
  }
}
@media (min-width: 1450px) {
  .popup_exterior_swiper .swiper-pagination,
  .popup_enterior_swiper .swiper-pagination,
  .popup_features_swiper .swiper-pagination {
    top: 75%;
  }
}

.specification_swiper {
  width: 100%;
  height: 100%;
}
.specification_swiper_slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.specification_swiper_slide_img {
  max-width: 80%;
  margin: auto;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .specification_swiper_slide_img {
    max-width: 100%;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .specification_swiper_slide_img {
    padding-top: 12rem;
  }
}
.specification_swiper .swiper-button-next,
.specification_swiper .swiper-button-prev {
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
.specification_swiper .swiper-button-next svg,
.specification_swiper .swiper-button-prev svg {
  width: 35px;
}

/* ======================================_______________ Swiper Slider _______________====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
.privacy-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.74);
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy-popup .popup-area {
  background: #36434b;
  color: #fff;
  width: 90%;
  padding: 20px;
}
@media (max-width: 767px) {
  .privacy-popup .popup-area {
    max-height: 90%;
    overflow-y: auto;
  }
}
.privacy-popup .popup-area h3 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .privacy-popup .popup-area h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .privacy-popup .popup-area h3 {
    font-size: 15px;
  }
}
.privacy-popup .popup-area p {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .privacy-popup .popup-area p {
    font-size: 12px;
  }
}
.privacy-popup .popup-area a {
  color: #fff;
  text-decoration: underline;
}
.privacy-popup .privacy-options {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .privacy-popup .privacy-options {
    flex-direction: column;
  }
}
.privacy-popup .checkbox-wrapper {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
}
.privacy-popup .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.privacy-popup .checkbox-wrapper input:checked ~ .checkmark {
  background-color: #c7c7c7;
}
.privacy-popup .checkbox-wrapper:hover input ~ .checkmark {
  background-color: #c7c7c7;
}
.privacy-popup .checkbox-wrapper:hover input ~ .checkmark:after {
  display: block;
}
.privacy-popup .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c7c7c7;
}
.privacy-popup .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.privacy-popup .checkmark :after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.privacy-popup .text {
  position: relative;
  top: 2px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .privacy-popup .text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .privacy-popup .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .privacy-popup .option {
    margin: 10px 0;
  }
}
.privacy-popup .option .details {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
}
.privacy-popup .settings {
  margin-top: 40px;
  margin-bottom: 10px;
}
.privacy-popup .settings a {
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  font-size: 13px;
}
.privacy-popup .settings a:hover {
  opacity: 0.7;
}
.privacy-popup .settings .allow {
  background: #fff;
  border: 1px solid #cdd0d2;
  color: #000;
  padding: 10px 25px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 70px 0;
  display: none;
}
.popup_box {
  position: relative;
  width: 65%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 576px) {
  .popup_box {
    width: 95%;
  }
}
.popup_box_close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #05141F;
  width: 55px;
  height: 55px;
  color: #9BA1A5;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup_box_close {
    width: 40px;
    height: 40px;
  }
}
.popup_box_content {
  width: 100%;
  height: 100%;
  border-top: 4px solid #05141F;
}
.popup_box_content_text {
  padding: 15px 20px;
  width: 60%;
}
@media (max-width: 767px) {
  .popup_box_content_text {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup_box_content_text {
    width: 100%;
  }
}

/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* ====================================== _____________ Banner Styles _____________ ====================================== */
.banner {
  position: relative;
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner {
    position: relative;
  }
  .banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .banner::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.banner_img {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1199px) {
  .banner_img {
    object-position: 40%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner_img {
    object-position: 60%;
    padding-bottom: 5rem;
  }
}
@media (max-width: 576px) {
  .banner_img {
    object-position: 62%;
    padding-bottom: 5rem;
  }
}
.banner_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner_content_box {
  margin-top: 11rem;
}
@media (max-width: 576px) {
  .banner_content_box {
    margin-top: 80%;
  }
}
.banner_content_box_title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: start !important;
}
@media (max-width: 576px) {
  .banner_content_box_title {
    font-size: 1.5rem !important;
  }
}

/* ====================================== _____________ Banner Styles _____________ ====================================== */
/* ====================================== _____________ Check Boxes Page _____________ ====================================== */
.form-check.form_check_car .form-check-label {
  display: block;
  position: relative;
  min-height: 225px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-check.form_check_car .form-check-label {
    min-height: 175px;
  }
}
.form-check.form_check_car .form-check-label .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.form-check.form_check_car .form-check-label .form-check-input:checked ~ .checkmark {
  background-color: #2196f3;
}
.form-check.form_check_car .form-check-label .form-check-input:checked ~ .checkmark::after {
  display: block;
}
.form-check.form_check_car .form-check-label .form-check-input:checked ~ .checkCar {
  border: 2px solid #05141F;
}
.form-check.form_check_car .form-check-label .checkCar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
}
.form-check.form_check_car .form-check-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.form-check.form_check_car .form-check-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.form-check.form_check_car .form-check-label:hover .checkmark {
  background-color: #ccc;
}

/* ====================================== _____________ Check Boxes Page _____________ ====================================== */
/* ====================================== _____________ Table Styles _____________ ====================================== */
.table {
  border: 1px solid rgba(112, 112, 112, 0.3);
}
@media (max-width: 767px) {
  .table {
    overflow-x: auto;
  }
  .findDealer_map_list .table, .scroll_table .table {
    max-width: 900px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table {
    overflow-x: auto;
  }
  .findDealer_map_list .table, .scroll_table .table {
    max-width: 900px;
    white-space: nowrap;
  }
}
.table.slide_up {
  display: none;
}
.table_head.gray th {
  background-color: rgba(112, 112, 112, 0.1);
}
.table_head_grade {
  font-weight: 300;
}
.table th, .table td {
  border-right: 1px solid rgba(112, 112, 112, 0.3);
  border-left: 1px solid rgba(112, 112, 112, 0.3);
  vertical-align: middle;
}
.findDealer_map_list .table th, .findDealer_map_list .table td {
  vertical-align: top;
}
.table th p, .table th a, .table th h5, .table td p, .table td a, .table td h5 {
  text-align: left;
  color: #000;
}
.table th p:last-child, .table th a:last-child, .table th h5:last-child, .table td p:last-child, .table td a:last-child, .table td h5:last-child {
  margin-bottom: 0;
}
.table th a, .table td a {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.85rem;
}
.table th img, .table td img {
  max-width: 30px;
}

.findDealer_map_list, .scroll_table {
  max-width: 100%;
  overflow-x: scroll;
}

/* ====================================== _____________ Table Styles _____________ ====================================== */
/* ====================================== _____________ Home Page Styles _____________ ====================================== */
.options .options-grid {
  display: flex;
  flex-wrap: wrap;
}
.options .new-option {
  width: 40%;
}
@media (max-width: 767px) {
  .options .new-option {
    width: 100%;
  }
}
.options .sub-options {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .options .sub-options {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .options .sub-options {
    width: 100%;
  }
}
.options .sub-options .option {
  width: 25%;
  background: #36434c;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .options .sub-options .option {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .options .sub-options .option {
    width: 50%;
    height: 200px;
  }
}
.options .sub-options .option:nth-of-type(2) {
  background: #9ca1a5;
}
.options .sub-options .option img {
  max-height: 70px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .options .sub-options .option img {
    width: 100%;
    object-fit: cover;
  }
}
.options .sub-options .option.warranty img {
  max-height: 100%;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center;
}
.options .sub-options .option .sub-text {
  font-size: 12px;
}
@media (max-width: 1200px) {
  .options .sub-options .option .sub-text {
    font-size: 10px;
  }
}

/* ====================================== _____________ Home Page Styles _____________ ====================================== */
/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== Specs Section ====================================== */
.specs_card {
  padding: 25px 20px;
  border-right: 1px solid #C7C7C7;
  height: 100%;
}
.specs_card:first-of-type {
  border-left: 1px solid #C7C7C7;
}
@media (max-width: 767px) {
  .specs_card {
    border: 0;
    display: flex;
    justify-content: center;
    padding: 0 20px;
  }
}
.specs_card_img {
  margin-bottom: 5px;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specs_card_img svg {
  width: 50px;
}
.specs_card_img img {
  width: 50px;
}
.specs_card_text {
  font-size: 0.85rem;
  color: #9BA1A5;
  margin-bottom: 5px;
  text-align: center;
}
.ar .specs_card_text {
  text-align: center;
}
.specs_card_info {
  margin-bottom: 5px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.ar .specs_card_info {
  text-align: center;
}
.specs_card_content {
  padding: 15px;
  text-align: center;
}
.ar .specs_card_content {
  text-align: center;
}

/* ====================================== Specs Section ====================================== */
/* ====================================== Exterior Section ====================================== */
.exterior,
.enterior {
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .exterior,
  .enterior {
    border-top: 1px solid #C7C7C7;
  }
}
.exterior_bg,
.enterior_bg {
  position: relative;
}
.exterior_bg_content,
.enterior_bg_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .exterior_bg_content,
  .enterior_bg_content {
    position: static;
    padding: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .exterior_bg_content_title,
  .enterior_bg_content_title {
    color: #000;
  }
}
.exterior_imgs_img,
.enterior_imgs_img {
  height: 100%;
  padding-right: 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .exterior_imgs_img,
  .enterior_imgs_img {
    margin-right: 0;
  }
}
.exterior_imgs_img_plus,
.enterior_imgs_img_plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.exterior_imgs_img_plus::before,
.enterior_imgs_img_plus::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  z-index: -1;
}

/* ====================================== Exterior Section ====================================== */
/* ====================================== Visualiser Section ====================================== */
.visualiser_imgs {
  text-align: center;
}
.visualiser_imgs_startRotate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #020202;
  border-radius: 65px;
  padding: 8px 35px;
  margin: auto;
  cursor: pointer;
  margin-bottom: 5rem;
  position: relative;
}
.visualiser_imgs_startRotate::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #020202;
}
.visualiser_imgs_startRotate svg {
  width: 20px;
}
.visualiser_imgs_startRotate span {
  display: inline-block;
  font-size: 1rem;
  font-weight: bolder;
  margin: 0 5px;
  color: #fff;
  text-transform: uppercase;
}
.visualiser_imgs_img {
  max-width: 50%;
  margin: auto;
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .visualiser_imgs_img {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visualiser_imgs_img {
    max-width: 80%;
  }
}
.visualiser_imgs_colors_color {
  display: block;
  max-width: 75px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  border: 3px solid transparent;
}
.visualiser_imgs_colors_color:last-of-type {
  margin-right: 0;
}
.visualiser_imgs_colors_color.active {
  padding: 1px;
  border: 3px solid #9BA1A5;
  border-radius: 25%;
}

/* ====================================== Visualiser Section ====================================== */
/* ====================================== Version Section ====================================== */
.version_specs {
  background-color: #fff;
  padding: 50px 50px;
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  .version_specs {
    padding: 25px;
  }
}
.version_specs:not(.active) {
  display: none;
}
.version_specs_list {
  padding: 15px 0;
}
.version_specs_list_item {
  padding-left: 25px;
  position: relative;
  color: #05141F;
}
.ar .version_specs_list_item {
  padding-left: 0;
  padding-right: 25px;
}
.version_specs_list_item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  height: 1.5px;
  width: 15px;
  background-color: #05141F;
}
.ar .version_specs_list_item::before {
  left: auto;
  right: 0;
}

/* ====================================== Version Section ====================================== */
/* ====================================== Features Section ====================================== */
.features {
  position: relative;
}
.features::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #F4F4F4;
  z-index: -1;
}
.features_img {
  position: relative;
}
.features_img_plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  width: 60px;
  z-index: 1;
}
.features_img_plus::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/* ====================================== Features Section ====================================== */
/* ====================================== Visit Section ====================================== */
.visit {
  background-image: url(../img/grandCeratoPage/visit_bg.jpg);
  background-size: cover;
  background-position: center;
}

/* ====================================== Visit Section ====================================== */
/* ====================================== Keep Section ====================================== */
.keep_info {
  background-color: #fff;
  padding: 40px 20px;
}

/* ====================================== Keep Section ====================================== */
/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Test Drive Page _____________ ====================================== */
.testDrive_content {
  max-width: 40%;
  margin: auto;
}
@media (max-width: 576px) {
  .testDrive_content {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testDrive_content {
    max-width: 75%;
  }
}
.testDrive_cars_steps {
  display: none;
}
.testDrive_cars_steps.active {
  display: block;
}
.testDrive_cars_data {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testDrive_cars_data_number {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0.5rem;
  display: block;
  color: #05141F;
}
.testDrive_cars_data_ques {
  font-size: 1.15rem;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
}
.testDrive_cars_forms {
  max-width: 60%;
  margin-right: auto;
}
.ar .testDrive_cars_forms {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .testDrive_cars_forms {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testDrive_cars_forms {
    max-width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testDrive_cars_forms {
    max-width: 70%;
  }
}
.testDrive_cars_forms_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.testDrive_cars_forms_car {
  background-color: #F4F4F4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 15px;
  color: #000;
}
.testDrive_cars_forms_car_name {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.testDrive_cars_forms_car_img {
  max-width: 250px;
}
.testDrive_cars_view {
  text-align: center;
  margin-top: 4rem;
}
.testDrive_cars_view_text {
  display: block;
  font-size: 0.85rem;
  color: #000;
  text-align: left;
  max-width: 35%;
  margin: auto;
  margin-bottom: 0.75rem;
}
@media (max-width: 576px) {
  .testDrive_cars_view_text {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .testDrive_cars_view_text {
    max-width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testDrive_cars_view_text {
    max-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testDrive_cars_view_text {
    max-width: 40%;
  }
}

/* ====================================== _____________ Test Drive Page _____________ ====================================== */
/* ====================================== _____________ Specification Page _____________ ====================================== */
.specification_section {
  background-image: url(../img/grandCeratoPage/specification/bg.png);
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.specifications_headTable {
  background-color: #05141F;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
}
.specifications_headTable .toggle {
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
  display: inline-block;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.ar .specifications_headTable .toggle {
  right: auto;
  left: 15px;
}
.specifications_headTable .toggle.toggled {
  transform: translateY(-50%) rotate(180deg);
}
.specifications_headTable .toggle svg {
  width: 15px;
}

/* ====================================== _____________ Specification Page _____________ ====================================== */
/* ====================================== _____________ Find Dealer Page  _____________ ====================================== */
.findDealer_box {
  padding: 15px 10px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(211, 213, 215) 100%);
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.findDealer_box p {
  text-align: center;
}
.findDealer_box.active {
  border: 1px solid #05141F;
}
.findDealer_box img {
  margin-bottom: 10px;
}
.findDealer_map_items:not(.active) {
  display: none;
}

/* ====================================== _____________ Find Dealer Page  _____________ ====================================== */
/* ====================================== _____________ Theme Styles _____________ ====================================== */
/* ====================================== _____________ Theme Styles _____________ ====================================== */

/*# sourceMappingURL=style.css.map */
