@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  top: 0px !important;
}

p {
  margin: 0px !important;
}

li {
  list-style: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1430px;
}

.bg-light {
  background-color: #f0f0f0 !important;
}

.bg-custom-header {
  background: linear-gradient(
    90deg,
    #581c5e 0,
    #102a83 50%,
    #720d17 100%
  ) !important;
}

.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #ffffff;
}

.btn-sm-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: normal;
}

.navbar-light .navbar-nav .nav-link a {
  font-size: 18px;
  font-weight: 600 !important;
  outline: none;
  letter-spacing: 0.5px;
  color: #000 !important;
  margin: 0px 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #e30016 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
  width: max-content;
  text-transform: capitalize;
}

.navbar-light.sticky-top {
  top: -130px;
  transition: 0.5s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.navbar .nav-item:hover .dropdown-menu {
  top: 100%;
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

.navbar .same-div {
  width: 100%;
}

.dealer-btn {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  color: rgb(33, 37, 41);
  padding-right: 10px;
  border-right: 1px solid silver;
  margin-right: 10px;
}

.same-div .dropdown-toggle {
  display: flex;
  align-items: center;
}

.same-div .dropdown-toggle img {
  height: 25px;
  margin-right: 5px;
}

.header-btn {
  padding: 11px 23px;
  border: unset;
  border-radius: 100px;
  background-color: #102a83;
  color: #ffffff !important;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.dropdown-toggle.read_more_btn {
  margin-left: 20px;
  color: #fff;
}

.dropdown-toggle.read_more_btn::after {
  border: 0;
  margin: 0;
}

/* mega menu css */

.dropdown-menu {
  z-index: 1111;
  width: 95%;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-radius: 10px;
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  top: 100%;
}

.dropdown-menu.show {
  transform: scale(1) !important;
}

.dropdown-main {
  background: #fff;
  border-radius: 10px;
}

.dp-header {
  border-radius: 10px;
}

.dropdown-main .row {
  width: 100%;
  margin: 0 !important;
}

.dp-title {
  color: #fff;
  background: linear-gradient(
    90deg,
    #581c5e 0,
    #102a83 50%,
    #720d17 100%
  ) !important;
  padding: 10px 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.dp-main {
  max-height: 470px;
  overflow-y: scroll;
  padding: 20px 10px;
}

.dp-main h4 {
  margin-bottom: 15px !important;
}

.dp-main .d-flex {
  margin-bottom: 10px;
}

.dp-main .d-flex img {
  padding-right: 10px;
}

/* toll free css */

.toll_free .toll_free_heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0px;
}

.toll_free .toll_free_number a {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 28px;
  color: #102a83;
  text-decoration: none;
}

.toll_free {
  border: none;
  background-color: #ffffff00;
}

.toll_free_detail {
  padding: 0px 0px 0px 10px;
}

.social_media:after {
  content: "";
  width: 402px;
  height: 56px;
  background-color: #e30016;
  right: 0px;
  top: -0px;
  position: absolute;
  z-index: 0;
}

.social_media a {
  z-index: 1;
}

.top_header p {
  font-family: "Quicksand", sans-serif !important;
  font-size: 16px;
  padding: 5px 0px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
}

i.fa-solid.fa-phone.fa-lg {
  background-color: #102a83;
  border-radius: 100px;
  color: #ffffff;
  font-size: 19px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 4px 10px #2b6f993d, 0 0 0 5px #2b6f9933, 0 0 0 10px #2b6f9933,
    0 0 0 20px #2b6f9900;
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.7, 0.7);
  }

  50% {
    transform: scale(0.9, 0.9);
  }

  100% {
    transform: scale(0.7, 0.7);
  }
}

.hero ul.lSPager.lSpg {
  position: relative;
  top: -40px;
}

.hero .lSSlideOuter .lSPager.lSpg > li a {
  width: 34px;
  background-color: #e30016;
}

.hero .lSSlideOuter .lSPager.lSpg > li.active a,
.hero .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #102a83;
}

#QSIFeedbackButton-btn {
  position: fixed;
  visibility: visible;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  bottom: 412px;
  left: 0px;
  width: 42px;
  transition: 0.5s;
}

.sticky_btn {
  background: rgb(44, 104, 201);
  color: rgb(255, 255, 255);
  padding: 10px;
  position: relative;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  z-index: -1;
  writing-mode: vertical-rl;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.side-nav-widget.close {
  opacity: inherit;
  font-weight: inherit;
  text-shadow: inherit;
}

.side-nav-widget {
  position: fixed;
  bottom: 20%;
  right: 0;
  margin-top: -110px;
  z-index: 104;
  transition: 0.4s;
}

.gcss-theme-light,
.gcss-theme-dark {
  color: #ffffff;
}

.gcss-theme-dark.side-nav-widget li a {
  color: #ffffff;
}

.side-nav-widget ul li a,
.side-nav-widget ul li a span.title-txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-nav-widget ul li a {
  text-decoration: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.side-nav-widget.close ul li.inline-block .inline-links,
.side-nav-widget.close ul li a span.title-txt {
  width: 0.0001px;
  position: absolute;
  right: 52px;
}

.gcss-theme-dark.side-nav-widget li a span.title-txt {
  background-color: #0d205f;
  border: 1px solid #0d205f;
  border-right: 0;
  border-radius: 50px 0px 0px 50px;
}

.side-nav-widget ul li a span.title-txt {
  font-weight: 700;
  height: 49px;
  transition: width 0.4s;
}

.side-nav-widget ul li a,
.side-nav-widget ul li a span.title-txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-nav-widget ul li a span.title-txt .sideText {
  padding: 0 20px 0 15px;
  white-space: nowrap;
}

.gcss-theme-dark.side-nav-widget li a span.icon {
  color: #ffffff;
  background-color: #1e4544;
  border: 1px solid #212121;
  border-left: 0;
}

.side-nav-widget ul li a span.icon {
  font-size: 20px;
  width: 52px;
  height: 42px;
  padding: 0 15px;
  z-index: 99;
  box-sizing: border-box;
}

.side-nav-widget ul li.inline-block,
.side-nav-widget ul li a span.icon {
  text-decoration: none;
  align-items: center;
  justify-content: center;
  display: flex;
}

.gcss-icon-file-text:before {
  content: "\EADE";
}

[class*="gcss-icon-"]:before {
  font-family: "GCSS Icons";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.side-nav-widget ul li {
  margin-bottom: 3px;
}

.side-nav-widget.small.close ul li:focus-within .inline-links,
.side-nav-widget.small.close ul li:focus-within span.title-txt,
.side-nav-widget.small.close ul li:hover .inline-links,
.side-nav-widget.small.close ul li:hover span.title-txt,
.side-nav-widget.small ul li.inline-block .inline-links,
.side-nav-widget.small ul li a span.title-txt,
.width-focus-small,
.width-hover-small,
.width-small {
  width: 150px;
}

.gcss-theme-dark.side-nav-widget li a svg {
  color: #ffffff;
  background-color: #102a83;
  border: 1px solid #102a83;
  border-left: 0;
  width: 52px;
  height: 49px;
  padding: 0 15px;
  z-index: 99;
  box-sizing: border-box;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px 0px 0px 10px;
}

span.title-txt.gcss-typography-label-4 {
  opacity: 0 !important;
  visibility: hidden;
}

.icon_box:hover span.title-txt.gcss-typography-label-4 {
  opacity: 1 !important;
  visibility: visible;
  transition: 0.3s;
}

.icon_box:hover svg {
  border-radius: 0px !important;
  transition: 0.3s;
}

.icon_box span.title-txt.gcss-typography-label-4 {
  transition: 0.3s;
}

.slider_img {
  width: 100%;
  max-width: 100%;
}

.mobile-banner {
  display: none;
}

.gcss-theme-dark ul {
  margin: 0px;
  padding: 0px;
}

.section_main_heading {
  margin-right: -142px;
  margin-top: -90px;
  margin-bottom: 120px;
  font-size: 165px;
  z-index: 9;
  position: relative;
  color: rgb(0 0 0 / 5%);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.about_section .section_heading {
  margin-top: -168px;
  text-align: left;
}

.section_heading {
  margin-bottom: 40px;
  font-size: 55px;
  color: #102a83;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  margin-top: 0px;
  text-transform: capitalize;
}

.about_section {
  margin: 100px 0px;
}

.section_content {
  padding-bottom: 29px;
  font-size: 18px;
}

.ev_models_section .read_more_btn {
  margin: 50px auto 0 auto;
  display: block !important;
  width: max-content;
}

.read_more_btn {
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 18px;
  background: #e30016;
  border: none;
  z-index: 1;
  text-transform: capitalize;
}

.read_more_btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #102a83;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.read_more_btn:hover {
  color: #fff;
}

.read_more_btn:hover:after {
  left: 0;
  width: 100%;
}

.read_more_btn:active {
  top: 2px;
}

.bg_img {
  background-image: url(img/road.webp);
  height: 609px;
  width: 64%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@keyframes right-to-left {
  0% {
    transform: translatex(0px);
    transition: 0.3s;
  }

  100% {
    transform: translatex(-398px);
    transition: 0.3s;
  }
}

.section_sub_heading {
  font-weight: 600;
  border-radius: 39px;
  line-height: 26px;
  font-size: 20px;
  margin: 0px;
  color: #e30016;
  text-transform: uppercase;
}

.bg_blue {
  background-color: #c11e28;
}

.ev_models_section {
  overflow-x: hidden;
  z-index: 999;
  position: relative;
  padding-bottom: 20px;
}

.title-div {
  padding-top: 60px;
}

.title-div .section_heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
}

.ev_models_section .ev_models_detail {
  text-align: center;
  margin-bottom: -40px;
  z-index: 1;
}

.btn-div .read_more_btn {
  margin: 0 20px 0 0;
}

.model_bg_img {
  background-image: linear-gradient(rgb(0 0 0 / 79%), rgb(0 0 0 / 63%)),
    url(img/road.webp);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
}

.model_heading {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.model_sub_heading {
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  position: absolute;
  bottom: 15%;
  font-weight: 900;
}

.happiness_section {
  /* background-image: linear-gradient(rgb(0 6 28 / 93%), rgb(15 23 51 / 80%));*/
  background-image: url(../img/happy-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
  display: none;
}

.happiness_img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.top-img {
  margin-bottom: -15px;
}

.happiness_section .section_heading {
  margin-bottom: 40px;
  font-size: 66px;
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  line-height: 78px;
  text-transform: uppercase;
}

.happiness_section .section_heading span {
  font-weight: 700;
}

.happiness_section svg {
  width: 70px;
}

.happiness_section .card {
  background-color: #f0f8ff00;
  border: 0px;
}

.happiness_section .card-body {
  padding: 0px 20px;
}

.happiness_section .happiness_title {
  font-size: 22px;
  letter-spacing: 0.5px;
}

.happiness_section .happiness_content {
  font-size: 18px;
}

section#counter-stats {
  margin-top: 100px;
}

section#counter-stats .container {
  padding: 80px 60px;
  background: linear-gradient(90deg, #581c5e 0, #102a83 50%, #720d17 100%);
  border-radius: 10px;
}

section#counter-stats .section_heading {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

section#counter-stats .section_content {
  color: #fff;
}

.stats {
  font-size: 65px;
  font-weight: 700;
  line-height: 75px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.stats .fa {
  color: #00ff00;
  font-size: 60px;
}

/*/ end count stats /*/

.blog_section {
  margin: 90px 0px;
}

.blog_img {
  width: auto;
  height: 270px;
  border-radius: 40px;
  object-fit: cover;
}

.blog_section .card {
  border-radius: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border: 0 solid #69727d;
}

.blog_section .card-body {
  padding: 30px;
}

.blog_section .read_more_btn {
  font-size: 16px;
}

.try_footer_main_section_wrapper {
  float: left;
  width: 100%;
  background: #05021e;
  padding-top: 60px;
}

.try_footer_first_sec_wrapper {
  float: left;
  width: 100%;
}

.try_footer_second_sec_wrapper {
  float: left;
  width: 100%;
}

.try_footer_third_sec_wrapper {
  float: left;
  width: 100%;
}

a {
  color: #797979;
  text-decoration: none !important;
}

.try_footer_first_sec_wrapper h4,
.try_footer_main_section_wrapper p {
  font-size: 16px;
  color: rgb(255 255 255 / 58%);
  padding-top: 20px;
  line-height: 24px;
}

.bottom_footer p {
  padding-top: 0px;
}

.try_footer_first_sec_wrapper p {
  font-size: 36px;
  color: #ffffff;
  font-weight: 800;
  padding-top: 35px;
}

.try_footer_main_section_wrapper h5 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.58);
}

.try_footer_main_section_wrapper h5 a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.58);
  transition: all 0.5s;
}

.try_footer_second_sec_wrapper h3 {
  font-size: 18px;
  color: #ffffff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.try_footer_second_sec_wrapper ul {
  margin-top: 20px;
}

.try_footer_second_sec_wrapper li {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.text-align-left {
  width: 60%;
  float: left;
}

.try_footer_second_sec_wrapper li a {
  color: rgba(255, 255, 255, 0.58);
  transition: all 0.5s;
}

.text-align-right {
  width: 40%;
  float: left;
}

.try_footer_main_section_wrapper h3 {
  font-size: 18px;
  color: #ffffff;
}

.try_footer_input_wrapper {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.try_footer_input_wrapper input {
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 20px;
  background: #c1c1c1;
  border: 0;
  color: rgba(255, 255, 255, 0.58);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.try_footer_input_wrapper button {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  background: #c11e28;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.flaticon-right-arrow-1:before {
  content: "\f103";
}

.try_footer_input_wrapper button i:before {
  color: rgb(255 255 255);
  margin-left: 0;
}

.try_footer_third_sec_wrapper h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58);
  padding-top: 12px;
  float: left;
  width: 100%;
}

.try_footer_third_sec_wrapper ul {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.social-icons li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.social-icons li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.52);
  border-radius: 100%;
  transition: all 0.5s;
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.try_footer_third_sec_wrapper li a:hover {
  background: #c11e28;
  border: 1px solid #c11e28;
  color: #ffffff;
  transition: all 0.5s;
}

ul.social-icons {
  display: flex;
  align-items: center;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.try_bottom_footer_wrapper {
  float: left;
  width: 100%;
  text-align: left;

  padding-top: 20px;
  padding-bottom: 20px;
}

.try_bottom_footer_wrapper p {
  color: rgba(255, 255, 255, 0.58);
  text-transform: capitalize;
}

.try_bottom_footer_wrapper p a {
  color: rgba(255, 255, 255, 0.58);
  transition: all 0.5s;
}

.try_footer_second_sec_wrapper li a:hover {
  color: #ffffff;
  transition: all 0.5s;
}

.try_bottom_footer_wrapper p a:hover {
  color: #ffffff;
}

.try_footer_first_sec_wrapper h5 a:hover {
  color: #ffffff;
  transition: all 0.5s;
}

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

.bottom_footer {
  border-top: 1px solid rgba(255, 255, 255, 0.17);

  margin-top: 80px;
}

.blog_section .section_sub_heading,
.blog_section .section_heading {
  text-align: center;
}

/* animation css */

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
  animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-direction: reverse;
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(359deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

.happiness_img {
  animation: rotation 10s infinite linear;
}

.vertical {
  position: relative;
  padding: 0;
}

.vertical .lSGallery {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  align-self: center;
  position: absolute !important;
  margin: 0 !important;
  right: 0;
  top: 0;
  height: 100% !important;
}

.vertical .lSGallery li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16.66%;
  background-color: #c2c6d3;
  border-radius: 0px !important;
  border: 1px solid #d3d3d3;
  margin: 0 !important;
  clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
  padding-left: 30px;
  padding-right: 10px;
}

.lSAction > a {
  opacity: 1;
}

.vertical .lSAction {
  display: flex;
  justify-content: center;
}

.vertical .lSAction > .lSPrev {
  right: 51%;
  left: auto;
  bottom: 50px;
  top: unset;
}

.vertical .lSAction > .lSNext {
  right: auto;
  left: 51%;
  bottom: 50px;
  top: unset;
}

.vertical .lSPager.lSGallery li img {
  padding: 5px;
  width: 80%;
  margin: 0 auto;
}

.vertical .lSGallery li:last-child {
  margin-bottom: 0px !important;
}

.vertical .lSPager.lSGallery li.active,
.vertical .lSPager.lSGallery li:hover {
  border-color: #102a83;
  background-color: #102a83;
}

.vertical .lSPager.lSGallery li.active img,
.vertical .lSPager.lSGallery li:hover img {
  background: #fff;
}

#vertical > li {
  /*background: linear-gradient(90deg, #006631 0, #ffe2a5 50%, #ffdd57 100%);
    background-color: #006631;
        height: 780px !important;*/
  padding: 50px;
  position: relative;
  background: linear-gradient(
      0deg,
      rgb(255 255 255 / 60%),
      rgb(255 255 255 / 60%)
    ),
    url(../img/product-bg.png);
  background-size: 100% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

#vertical > li .black-box {
  position: absolute;
  left: 0;
  top: 0;
}

.fadeeffect {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.div {
  position: relative;
  z-index: 1;
}

.btn-div {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}

.vertical .nav-pills {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.vehicle_heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
  width: fit-content;
}

#vertical .vehicle_heading {
  color: #000;
}

#vertical .vehicle_heading span {
  -webkit-text-stroke: 2px #000;
}

.vehicle_heading span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e,
      0 0 40px #ff005e, 0 0 80px #ff005e;
  }

  100% {
    text-shadow: 0 0 10px #ffe06c, 0 0 20px #ffe06c, 0 0 40px #ffe06c,
      0 0 80px #ffe06c, 0 0 160px #ffe06c;
  }
}

#vertical .nav-pills .nav-link span {
  background-color: #fff;
  border-radius: 0px 5px 5px 0;
  padding: 10px 25px;
  color: #000;
  text-transform: capitalize;
  margin-left: -15px;
}

#vertical .nav-pills .nav-link {
  display: flex;
  align-items: center;
  padding: 0;
}

#vertical .nav-pills .nav-link.active,
#vertical .nav-pills .show > .nav-link {
  background-color: transparent;
}

#vertical .nav-pills .nav-link.active span {
  background-color: #e30016;
  color: #fff;
}

#vertical .nav-pills .nav-link.active div {
  border-color: #e30016;
}

#vertical .nav-pills .nav-link div {
  width: 70px;
  height: 70px;
  background-color: #e6effd;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform-origin: bottom;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 3px solid #afafaf;
  z-index: 11;
}

#vertical .nav-pills .nav-link div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#vertical .nav-pills .nav-item {
  margin-bottom: 15px;
}

/* instagram section css */
.instagram-feed {
  padding: 60px 0;
  /* background: linear-gradient(90deg, #581c5e 0, #102a83 50%, #720d17 100%);*/
  background: linear-gradient(90deg, #fcdeff 0, #7a91df75 50%, #ff6d7c36 100%);
  position: relative;
}

.instagram-feed .section_heading,
.instagram-feed .section_sub_heading {
  color: #fff;
}

.instagram-feed:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/social.png);
  opacity: 0.1;
}

.instagram-feed .row {
  position: relative;
  z-index: 1;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  /*      padding-bottom: 12px;*/
  border-radius: 12px;
}

.border-set {
  border: 1px solid #fff;
  border-radius: 12px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgb(0 0 0 / 60%);
}

.hovereffect img {
  display: block;
  position: relative;
  height: 450px;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

.hovereffect a.info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  /*  border: 1px solid #fff;*/
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 62px 100px;
  font-size: 30px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* dealer section css */
.dealer-section {
  background: #fff;
  padding: 50px 0;
  overflow: hidden;
}

.dealer-section .section_heading {
  margin-bottom: 20px;
}

.dropbtn {
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: left;
  border: 1px solid #102a83;
  border-radius: 12px;
  background-color: #fff;
}

.dropbtn:hover,
.dropbtn:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#myInput {
  box-sizing: border-box;
  background-image: url("searchicon.png");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

#myDropdown a:hover {
  background-color: #102a83;
  color: #fff;
}

#myInput:focus {
  outline: 3px solid #ddd;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #000;
  z-index: 1;
  width: 100%;
  border-radius: 12px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.hide-desktop {
  display: none;
}

.showdp {
  display: block;
}

.map-div {
  color: #000;
  background: #fff;
  padding: 30px 20px;
  height: 95vh;
  overflow-y: auto;
  border-radius: 12px;
}

.address-box h3 {
  font-size: 20px;
}

.address-box .read_more_btn {
  font-size: 16px;
  padding: 10px;
}

.icon-div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.icon-div i {
  margin-right: 15px;
}

.icon-div a {
  color: #000;
}

.btn-text {
  display: flex;
  align-items: center;
}

.d-link {
  text-decoration: underline !important;
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
}

.btn-text p {
  margin-left: 20px !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

/* abouut us page css */
.left-right-sec {
  margin: 80px 0;
}

.left-right-sec p {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.mission-sec {
  margin: 80px 0;
}

.mission-sec .section_content {
  padding-bottom: 0;
}

.mission-sec .section_heading {
  margin-bottom: 20px;
}

.mission-box p {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.mission-img {
  width: 50%;
  object-fit: contain;
}

.pl-5 {
  padding-left: 80px;
}

.legacy-section {
  padding: 80px 0;
}

.legacy-section .middle-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #000;
}

.legacy-section p {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.legacy-section .main-title {
  margin-top: -168px;
}

.div-title {
  width: fit-content;
  margin: 0 auto;
}

.legacy-section .section_main_heading {
  margin-right: auto;
  font-size: 125px;
  margin-bottom: 140px;
}

.thumbnail {
  position: relative;
  height: 100%;
}

.thumbnail:after,
.thumbnail::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #e30016;
  position: absolute;
}

.thumbnail img {
  z-index: 1;
  position: relative;
}

.img1::after {
  left: -25px;
  top: -25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.img2::after {
  right: -25px;
  bottom: -25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

/* .values-section {
  padding-top: 80px 0px;
  background-image: url("../img/before_after_bg_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 80px;
} */
.values-section {
  padding: 80px 0px;
  background-image: url("../img/before_after_bg_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 80px;
}

.middle-div img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.box {
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  height: 195px;
  justify-content: center;
}

.box h3 {
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 10px;
}

.ibox {
  width: 80px;
  height: 80px;
  background-color: #e30016;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease 0s;
}

.box:hover .ibox {
  background-color: #000;
}

.info {
  text-align: left;
  width: 80%;
}

.mr-5 {
  margin-right: 15px;
}

.ml-5 {
  margin-left: 15px;
}

.journey-sec {
  padding: 80px 0;
  position: relative;
  /*background-image: linear-gradient(to right, rgb(1 19 60 / 81%), rgb(1 19 60 / 81%)), url('../img/timelinebg.jpg'); */
  background-image: linear-gradient(
      to right,
      rgb(255 255 255 / 76%),
      rgb(255 255 255 / 87%)
    ),
    url(../img/timelinebg.jpg);
}

.journey-sec .section_heading {
  color: #102a83;
}

.main-timeline5 {
  overflow: hidden;
  position: relative;
}

.main-timeline5 .timeline {
  position: relative;
  margin-top: -79px;
}

.main-timeline5 .timeline:first-child {
  margin-top: 0;
}

.main-timeline5 .timeline-icon,
.main-timeline5 .year {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-timeline5 .timeline:after,
.main-timeline5 .timeline:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline5 .timeline:before {
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: -8px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.main-timeline5 .timeline-icon {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #f44556;
  border-right-color: #f44556;
  z-index: 1;
  transform: rotate(45deg);
}

.main-timeline5 .year {
  display: block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  background: #e30016;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
}

.main-timeline5 .timeline-content {
  width: 35%;
  float: right;
  padding: 30px 20px;
  margin: 50px 0;
  z-index: 1;
  position: relative;
}

.main-timeline5 .timeline-content:before {
  content: "";
  width: 20%;
  height: 3px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: -20%;
  z-index: -1;
  transform: translateY(-50%);
}

.main-timeline5 .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}

.main-timeline5 .description {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0;
}

.main-timeline5 .timeline:nth-child(odd) .timeline-content {
  background: #01133c;
}

.main-timeline5 .timeline:nth-child(even) .timeline-content {
  background: #01133c;
}

.main-timeline5 .timeline:nth-child(2n):before {
  box-shadow: 8px 0 5px -5px rgba(0, 0, 0, 0.5) inset;
}

.main-timeline5 .timeline:nth-child(even) .timeline-icon {
  transform: rotate(-135deg);
  border-top-color: #102a83;
  border-right-color: #102a83;
}

.main-timeline5 .timeline:nth-child(odd) .timeline-icon {
  border-top-color: #e30016;
  border-right-color: #e30016;
}

.main-timeline5 .timeline:nth-child(even) .year {
  transform: rotate(135deg);
  color: rgb(255 255 255);
  background: #102a83;
}

.main-timeline5 .timeline:nth-child(even) .timeline-content {
  float: left;
}

.main-timeline5 .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: -20%;
}

/* gallery section css start */
.image-sec {
  margin: 80px 0;
}

.image-sec .lSAction > a {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 50px !important;
  width: 50px !important;
  margin-top: 0;
}

.image-sec .lSAction > .lSPrev {
  left: 0;
  background: url("../img/long-arrow-left.png");
}

.image-sec .lSAction > .lSNext {
  right: 0;
  background: url("../img/long-arrow-right.png");
}

.image-sec p {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.image-sec .lSSlideOuter .lSPager.lSpg > li a {
  width: 10px;
  background-color: #e30016;
}

.image-sec .lSSlideOuter .lSPager.lSpg > li.active a,
.image-sec .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #102a83;
}

/* steps section css start */
.step-section {
  margin-bottom: 60px;
}

.step-section .card .description {
  padding: 20px;
}

.cs_card_wrapper {
  display: flex;
}

.cs_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 630px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_card.active .cs_card_index_wrap {
  background-color: #c11e28;
}

.cs_card:not(:last-child) .cs_card_index_wrap {
  border-right: 1px solid #666666;
}

.cs_card .cs_card_index_wrap {
  padding: 30px 58px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  background-color: #01133c;
}

.cs_card .cs_card_index {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}

.cs_card .cs_card_index_wrap {
  position: relative;
}

.cs_card .cs_card_index_wrap:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  display: flex;
  top: 30px;

  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  justify-content: center;
  font-size: 28px;
}

.cs_card.active .cs_card_index_wrap:after {
  content: "\f053";
}

.cs_card .cs_card_content_wrapper {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.cs_card .cs_card_thumbnail {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs_card .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cs_card .cs_card_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 60px;
  background: #c11e28;
  /*background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/card_bg_1.svg);*/
}

.cs_card .cs_card_info h3 {
  font-weight: bold;
  color: #fff;
}

.cs_card .cs_card_info p {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
}

.cs_card.active .cs_card_content_wrapper {
  visibility: visible;
  opacity: 1;
}

.cs_card .cs_card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
}

.cs_card.active .cs_card_content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.cs_card.active {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* video section  css start */
.video-section {
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 100px 0;
  background: #f7f7f7;
  position: relative;
}

.video-div {
  position: relative;
  z-index: 11;
}

.video-section .section_heading {
  color: #fff;
}

.cs_video_shape {
  left: 0;
  bottom: 0;
  z-index: 11;
}

.md-section .btn {
  position: absolute;
  bottom: 0px;
  left: -50px;
}

.cs_player_btn {
  width: 86px;
  height: 86px;
  background-color: #c11e28;
  position: relative;
  z-index: 10;
  border-radius: 50%;
  padding: 0 0 0 3px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.cs_player_btn:before {
  z-index: 0;
}

@keyframes pulse-border-2 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.3;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.28);
    opacity: 0;
  }
}

.cs_player_btn:before,
.cs_player_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c11e28;
  border-radius: 50%;
}

.cs_player_btn::after,
.cs_player_btn::before {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-animation: pulse-border-2 2000ms ease-out infinite;
  animation: pulse-border-2 2000ms ease-out infinite;
}

.cs_player_btn::after {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  z-index: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  z-index: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.cs_player_btn span {
  border-left: 25px solid currentColor;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
}

#myModal iframe {
  width: 100%;
  height: 80vh;
}

/* md section css start */
.md-section {
  margin-top: -200px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

/* .md-section iframe {
  height: 800px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  object-fit: cover;
} */
.md-section iframe {
  height: 700px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  object-fit: cover;
}

.md-section .container {
  border: 30px solid #fff;
  background: #fff;
  border-radius: 10px;
}

.md-section p {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.cs_team {
  height: 100%;
  text-align: center;
}

.round .cs_team_thumbnail,
.round img {
  border-radius: 50%;
}

.cs_team .cs_team_thumbnail {
  width: 100%;
  position: relative;
  z-index: 1;
}

.cs_team .cs_team_thumbnail img {
  width: 100%;
}

.cs_team .cs_team_info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: rgb(227 0 22 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_team.round .cs_team_info {
  border-radius: 50%;
}

.cs_team:hover .cs_team_info {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cs_team .cs_team_shape {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.05;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.cs_team .cs_team_shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cs_team:hover .cs_team_shape {
  opacity: 0.5;
}

.cs_team_info p {
  color: #fff;
}

.cs_team_info h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
}

.team-section {
  margin-bottom: 100px;
}

.team-section .row {
  gap: 30px 0;
}

.team-section .col-lg-2 {
  flex: 0 0 auto;
  width: 19%;
}

.map-section {
  margin-top: 80px;
  padding: 80px 0;
  background-image: url(../img/map.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.map-section .section_heading,
.map-section .section_content {
  color: #fff;
}

.top_header .col-lg-12 .btn {
  color: #ffa8a8;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #ffa8a8;
  border-radius: 0px;
  padding: 0px 0px;
  margin: 2px 17px;
}

.instagram-feed .section_sub_heading {
  color: #e30016;
}

.instagram-feed .section_heading {
  color: #102a83;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 20px;
}

.main_country {
  border-bottom: 1px solid #dee2e6;
}

.address-box.mb-4 {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 25px;
  margin-bottom: 20px !important;
}

.box {
  border-radius: 120px;
}

.breadcrumb-sec {
  margin: 50px 0;
}

ol.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

ol.breadcrumb li {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 400;
}

ol.breadcrumb li a {
  color: #000 !important;
}

ol.breadcrumb li.active {
  color: #e30016;
  font-weight: bold;
}

.breadcrumb > li + li:before {
  content: "\f054";
  font-size: 13px;
  top: -1px;
  position: relative;
  color: #000;
  font-family: FontAwesome;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
}

section.about-counter#counter-stats .container {
  background: unset;
  padding: 0;
}

.about-counter .stats {
  color: #000;
}

.about-counter .col-lg-3 {
  border-right: 1px solid #d5d5d5;
}

.about-counter .row .col-lg-3:last-child {
  border: 0;
}

/* Product detail page css */
.product-image-sec {
  position: relative;
  padding: 130px;
  background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(250, 248, 246, 0.3) 0%,
      rgba(164, 164, 164, 0.3) 100%
    ),
    url(../img/eclipse.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.product-image-sec .nav-item span {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background-color: #016833;
  margin: 0 auto;
}

.product-image-sec .nav-item {
  margin-bottom: 15px;
}

.product-image-sec .nav-pills .nav-link.active {
  background: #d4d4d4;
  border: 0.5px solid #000000;
  border-radius: 6px;
  padding: 6px 13px;
}

.product-image-sec .nav-pills .nav-link {
  width: 102px;
  /* height: 73px; */
  height: fit-content;
  background-color: transparent;
  padding: 0;
  /* margin-left: auto; */
  object-fit: contain;
}

.text-box {
  text-align: right;
  border-right: 4px solid #000;
  padding-right: 21px;
}

.right-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-image-sec .nav-link {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
}

.product-image-sec .black-box {
  text-align: right;
}

.product-image-sec .nav-pills .nav-item:last-child {
  margin-bottom: 0;
}

.product-image-sec .nav-pills {
  display: flex;
  flex-direction: column;
}

.div360 {
  position: relative;
}

.img360 {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
}

#product1,
#product2,
.product360Container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  cursor: e-resize;
  text-align: center;
}

#product1 img,
#product2 img,
.product360Container img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  opacity: 0;
}

#product1 img.active,
#product2 img.active,
.product360Container img.active {
  position: relative;
  opacity: 1;
}

.vehicle_name {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(10px, 2.5vw, 42px);
  /*font-size: 90px;*/
  line-height: 100px;
  color: #2e2677;
  text-transform: capitalize;
  text-align: center;
}

.text-box p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.04em;
  color: #000000;
}

.text-box h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #000000;
}

.space-box {
  text-align: right;
}

.space-box img {
  height: 50px;
  object-fit: contain;
}

.space-box h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  /* or 150% */
  text-align: right;
  letter-spacing: 0.04em;
  color: #000000;
}

.details {
  margin-bottom: 30px;
}

.details p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  /* identical to box height */
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.5);
}

.details h5 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #000000;
}

.tab-section {
  padding: 23px 0 28px 0;
  background-color: #f6f5f5;
  width: 100%;
  z-index: 999;
}

.tab-div {
  display: flex;
  justify-content: center;
}

.tab-div li {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #000000;
}

.activelink {
  color: #e30016 !important;
}

.tab-div li a {
  color: #000000;
  transition: all 200ms;
}

.tab-div li:first-child:before {
  display: none;
}

.tab-div li:before {
  content: "/";
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 31px;
}

.feature-box {
  text-align: center;
  background-color: rgba(17, 49, 86, 0.7);
  border-radius: 10px;
  padding: 10px;
}

.feature-box h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
  margin-top: 15px;
  letter-spacing: 0.5px;
}

.feature-box img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  object-fit: contain;
}

/* product feature section */
.product-feature {
  background-image: url(../img/feature-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 50px 0 70px 0;
}

.feature-tab .nav-link {
  background-color: unset !important;
}

.product-feature .container {
  max-width: 1171px;
}

#pills-feature {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 70px;
  padding: 0 45px !important;
  margin: 0 auto 60px auto;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
}

#pills-feature .nav-link.active {
  background-color: unset;
  border-color: #2e2677;
}

#pills-feature .nav-link.active span {
  color: #2e2677;
}

#pills-feature .nav-link img {
  opacity: 0.7;
}

#pills-feature .nav-link.active img {
  opacity: 1;
}

#pills-feature .nav-link {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 7px solid transparent;
  width: 100%;
}

#pills-feature .nav-link .border-right-set {
  border-right: 1px solid #888888;
  padding: 25px 65px;
}

#pills-feature .nav-item:last-child .nav-link .border-right-set {
  border-right: 0;
}

#pills-feature .nav-link img {
  height: 48px;
  object-fit: contain;
}

#pills-feature .nav-link span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2e2677b2;
  margin-top: 12px;
  text-transform: capitalize;
}

.feature-tab li {
  width: 100%;
}

.list {
  padding: 22px 0 22px 37px !important;
  background-repeat: no-repeat;
  text-align: left;
  background-position: left center;
  width: 100%;
  margin-bottom: 22px;
}

.bg1 {
  background-image: url(../img/list.png);
  background-size: 100%;
}

.bg2 {
  background-image: url(../img/list2.png);
}

.bg3 {
  background-image: url(../img/list3.png);
}

.bg4 {
  background-image: url(../img/list4.png);
}

.bg5 {
  background-image: url(../img/list5.png);
  background-size: 100%;
}

#style-tab .bg2,
#style-tab .bg4,
#strength-tab .bg2,
#strength-tab .bg4 {
  background-size: 94%;
}

#style-tab .bg3,
#strength-tab .bg3 {
  background-size: 92%;
}

#safety-tab .bg2,
#space-tab .bg2,
#safety-tab .bg4,
#space-tab .bg4 {
  background-size: 95%;
}

#saving-tab .bg3 {
  background-size: 94%;
}

.list h3 {
  margin-bottom: 0;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #ffffff;
}

/*  download sec css start */
.download-sec {
  margin-bottom: 22px;
}

.download-sec .container {
  background: #f6f5f5;
  border-radius: 42px;
  padding: 60px 65px;
}

.download-sec .read_more_btn {
  border-radius: 35px;
  font-weight: bold;
}

.download-sec p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #000000;
}

.download-sec h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 82px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #000000;
  margin: 0;
}

.feature-div {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.pulsating-circle {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  z-index: 11;
}

.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #e30016;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1)
    infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e30016;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s
    infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.hideme {
  display: none;
  margin-top: 30px;
}

a.showBtn {
  position: absolute;
  left: 0;
  top: 0;
}

.feature-div .card-title {
  font-weight: bold;
}

.feature-div .card-body {
  background: #ebebeb;
}

.fbox1 {
  position: absolute;
  top: 4%;
  left: 37%;
}

.fbox2 {
  position: absolute;
  top: 29%;
  left: 37%;
}

.fbox3 {
  position: absolute;
  top: 34%;
  left: 23%;
}

.fbox4 {
  position: absolute;
  top: 38%;
  left: 18%;
}

.fbox5 {
  position: absolute;
  top: 40%;
  left: 38%;
}

.fbox6 {
  position: absolute;
  top: 45%;
  left: 31%;
}

.fbox7 {
  position: absolute;
  top: 58%;
  left: 34%;
}

.city-img {
  width: 100%;
}

/* specification section css start*/
.specification-sec {
  padding: 30px 0 60px 0;
  background: #f6f5f5;
  background-repeat: repeat-x;
  background-position: top;
}

.specification-sec .tab-content {
  background: #ffffff;
  border: 0.3px solid #000000;
  border-radius: 39px;
  padding: 54px 50px;
  margin-left: -55px;
}

.specification-sec .tab-content h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0.01em;
  color: #000000;
}

.spece-left h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.specification-sec .tab-content table {
  text-align: left;
  width: 100%;
}

.specification-sec .tab-content table tr td {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #000000;
}

.specification-sec .tab-content table tr td:nth-child(1) {
  width: 40%;
}

.specification-sec .tab-content table tr td:nth-child(3) {
  width: 45%;
  padding-left: 30px;
}

.specification-sec .tab-content table tr td:nth-child(2) {
  text-align: center;
  width: 15%;
}

.specification-sec .nav {
  display: flex;
  flex-direction: column;
}

.road-img {
  padding: 10px 0;
  width: 100%;
}

.spece-left {
  background-color: #2e2677;
  padding: 19px 47px;
  height: 100%;
}

.specification-sec .nav .nav-link {
  border-bottom: 1px solid #ffffff33;
  padding-bottom: 12px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #ffffff;
  position: relative;
  margin-bottom: 10px;
}

.specification-sec .nav .nav-item:last-child .nav-link {
  border-bottom: 0;
  padding-bottom: 0;
}

.specification-sec .nav .nav-link:after {
  font-family: FontAwesome;
  content: "\f054";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.specification-sec .nav .nav-link img {
  width: 43px;
  object-fit: contain;
  margin-right: 20px;
}

.specification-sec .nav .nav-link.active:after {
  content: "\f053";
}

.form-section {
  background: #ebebeb;
  padding: 100px 0;
}

.form-section .form-box {
  margin-bottom: unset;
  background: #243a6c;
}

.form-section .section_heading {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.form-section .form-box .read_more_btn {
  background: #e30016;
}

.form-section .form-box .read_more_btn:hover {
  color: #e30016;
}

.form-section .form-box .read_more_btn:after {
  background-color: #fff;
}

.contact-detail-box {
  width: 100%;
  padding: 25px;
  background: #243a6c;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-detail-box h3 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.contact-detail-box p {
  color: #fff;
}

.img-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.img-box i {
  margin-right: 10px;
  color: #e30016;
}

.inimg {
  padding-left: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* contact us page css start */
.contact-hero {
  padding-bottom: 100px;
  position: relative;
}

.contact-hero .section_heading {
  text-transform: none;
  border-bottom: 2px solid #102a83;
  width: max-content;
  margin: 0 auto;
}

.contact a span {
  color: #9f9f9f;
}

.contact-text {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.reach-section .form-box {
  background-color: #102a83;
  color: #fff;
}

.form-box {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;

  text-align: center;
}

.form-box h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.form-box .form-control {
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 50px;
  height: 53px;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0.5px;
}

.form-box textarea.form-control {
  height: auto;
}

.reach-section {
  padding: 60px 0;
  background: #f6f5f5;
}

.contact-img,
.laptop-img {
  display: none;
}

.reach-section .main-title {
  margin-top: -168px;
}

.reach-section .section_main_heading {
  margin-right: 0;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-100 {
  margin-top: -100px;
}

.detail-box {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.border-right {
  border-right: 1px solid rgb(222, 226, 230);
}

.detail-box img {
  padding-right: 20px;
  height: 80px;
  object-fit: contain;
}

.detail-box h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.contact {
  display: flex;
  flex-direction: column;
}

.small-title {
  font-size: 20px;
  border-bottom: 1px solid #000;
  width: max-content;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 10px;
}

.contact a {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #212529;
}

.contact a i {
  font-size: 18px;
  padding-right: 10px;
  margin-bottom: 0;
}

.border-top-set {
  height: 1px;
  width: 100%;
  background-color: #d3d3d3;
  margin: 50px 0;
}

.add-box {
  position: relative;
}

.add-box:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d3d3d3;
  position: absolute;
  left: -10px;
  top: 0;
}

.add-box h3,
.detail-box h3 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}

.no {
  font-weight: 500;
  font-size: 16px;
}

.add {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.office-section {
  padding: 30px 0 60px 0;
  background: #f6f5f5;
}

.office-section .row {
  row-gap: 30px;
}

.office-box {
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
}

.office-box h5 {
  font-size: 26px;
  letter-spacing: 0.5px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 20px;
}

.border-red {
  border-top: 15px solid #e30016;
}

.border-blue {
  border-top: 15px solid #102a83;
}

.top-space {
  margin-top: 80px;
}

.office-box p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.office-box a {
  margin-top: 20px;
}

.office-box a i {
  margin-right: 10px;
}

/* blog detail page css */
.blog-content .form-box {
  padding: 30px 20px;
  background-color: #102a83;
  margin-bottom: 30px;
}

.blog-content .form-box h3 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}

.blog-content .form-box .read_more_btn:hover {
  color: #000;
}
.blog-content img {
  height: 600px;
  object-fit: cover;
}

.blog-content .form-box .read_more_btn:hover:after {
  background-color: #fff;
}

.post-box {
  padding: 30px 20px;
  background-color: #102a83;
  border-radius: 20px;
}

.post-box h3 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}

.post-div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 20px;
}

.post-box .post-div:last-child {
  border: 0;
  margin-bottom: 0;
}

.post-box .post-div:last-child p {
  margin-bottom: 0 !important;
}

.post-div h5 a,
.post-div p {
  color: #fff;
}

.post-div h5 a {
  font-weight: bold;
  margin-bottom: 15px;
}

.post-div p {
  margin-bottom: 15px !important;
}

.feature-img {
  border-radius: 10px;
  margin-bottom: 15px;
}

.date {
  margin-bottom: 20px !important;
  font-weight: bold;
  font-size: 18px;
}

.date i {
  margin-right: 10px;
  color: #e30016;
}

.blog-content {
  margin: 20px 0 100px 0;
}

.blog-content .section_heading {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 20px;
}

.pagination {
  margin-top: 50px;
}

.page-btn {
  background-color: #102a83;
  color: #fff;
}

/* new contact design */
.nadd-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.nadd-box h3 {
  font-size: 25px;
}

.nadd-box p a {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #212529;
}

.icon {
  width: 20%;
}

.new-detail {
  width: 80%;
  text-align: left;
}

.icon i {
  width: 50px;
  height: 50px;
  background-color: #102a83;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  border-radius: 50%;
}

/* email sec css */
.email-sec {
  margin-bottom: 100px;
}

.email-sec .section_heading {
  font-size: 40px;
  line-height: 50px;
}

.email-sec table th,
.email-sec table td {
  font-size: 20px;
  padding: 12px;
}

.email-sec .new-detail a i {
  margin-right: 10px;
}

.email-sec .new-detail a {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.border-bottom {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30px;
}

/* product page design */
.product-tab {
  background: #102a83;
  padding: 15px 0 !important;
  border-bottom: 1px solid #ccc;
}
.product-tab ul {
  display: flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  gap: 50px;
  justify-content: center;
}

.product-tab ul li a {
  background: #c2c6d3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  width: 100px;
  height: 80px;
  border: 5px solid transparent;
  transition: all 0.5s ease-out;
}

.myscroll {
  height: 1px;
  width: 1px;
  pointer-events: none;
  position: relative;
  top: auto;
  z-index: -1;
  overflow: hidden;
  position: absolute;
}

.sticky-element.product-tab ul li a {
  height: 70px;
}

.activeproduct {
  border-color: #fff !important;
}

.product-list {
  padding-top: 115px;
}

#atule {
  padding-bottom: 115px;
}

#product-banner {
  background-image: url(../img/Atul-auto-Banner.jpg);
  height: 370px;
  background-size: cover;
  background-position: top;
  margin: 0;
  padding: 50px;
}

#product-banner ol.breadcrumb li.active {
  color: rgb(194 198 211);
}

#product-banner ol.breadcrumb li a,
#product-banner .breadcrumb > li + li:before {
  color: #fff !important;
}

.product-list h3 {
  font-size: 35px;
  line-height: 45px;
  color: #102a83;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.product-box {
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border-top: 15px solid #e30016 !important;
  border: 1px solid #edb4b9;
}

.product-box h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.product-box img {
  height: 183px;
  object-fit: contain;
}

/* country page css start */
.lSAction > a {
  background-position: center;
  background-size: contain;
}

.lSAction > a.lSNext {
  background-image: url(../img/next.png);
}

.lSAction > a.lSPrev {
  background-image: url(../img/before.png);
}

.mb-65 {
  margin-bottom: 65px;
}

.product-list-style {
  background: #ebebeb;
  padding: 100px 0;
  margin-top: 0px;
  margin-top: -27px;
}

.product-list .read_more_btn {
  padding: 6px 12px;
  font-size: 16px;
}

.bullet-list i {
  color: #e30016;
  padding-right: 10px;
}

.bullet-list li {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.icon-box {
  padding: 30px 20px;
  background-color: #243a6c;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  position: relative;
}

.icon-box h3 {
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 20px 0;
  color: #fff;
}

.icon-box p {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.5px;
}

.icon-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #e30016;
  opacity: 0;
  width: 0%;
  margin: auto;
}

.icon-box:hover:after {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}

.feature-sec {
  margin: 100px 0;
}

.cta-sec {
  padding: 80px 60px;
  background: linear-gradient(90deg, #581c5e 0, #102a83 50%, #720d17 100%);
  text-align: center;
  margin-top: 100px;
}

.cta-sec .section_heading {
  color: #fff;
}

.cta-sec p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 20px !important;
}

.cta-sec .read_more_btn:hover:after {
  background-color: #fff;
}

.cta-sec .read_more_btn:hover {
  color: #e30016;
}

.country-about.about_section .section_heading {
  margin-top: 0px;
  text-align: center;
}

.section_sub_heading.new-style {
  position: relative;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
  width: fit-content;
  margin: 0 auto;
}

.section_sub_heading.new-style:after,
.section_sub_heading.new-style:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  background-color: transparent;
  width: 50px;
}

#counter-stats.counter .container {
  background: #01133c;
}

/*media query*/
@media screen and (max-width: 600px) {
  .side-nav-widget {
    position: fixed;
    top: 65%;
  }

  .autoriksa_img {
    display: none;
  }

  .vertical .lSSlideOuter .lSGallery li {
    height: 80px !important;
    margin: 4px;
    width: 50% !important;
  }

  .instagram-feed .mobile_size {
    display: none;
  }
  .blog-content img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  #product-banner {
    padding: 50px 0;
  }

  .product-tab ul li a {
    width: 70px;
    height: 55px !important;
  }

  .product-tab ul {
    gap: 10px;
  }

  .product-box {
    margin-bottom: 30px;
  }

  .product-list {
    padding-top: 50px;
  }

  .cta-sec {
    padding: 50px 0;
  }

  .ibox {
    margin: 0 auto;
  }

  .feature-sec {
    margin: 50px 0 0 0;
  }
  .country-about p {
    text-align: center;
  }

  .country-about .row .col-lg-6:last-child {
    margin-top: 30px;
  }

  #atule {
    padding-bottom: 50px;
  }

  .md-section iframe {
    height: 250px;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .detail-box h4 {
    margin-top: 30px;
  }

  .contact-hero .gap-30 {
    gap: 30px;
  }

  .email-sec {
    margin-bottom: 50px;
  }

  .email-sec .section_heading {
    font-size: 30px;
    line-height: 40px;
  }

  .email-sec .detail-box h4 {
    margin-top: 0;
  }

  .contact a {
    text-align: center;
    display: block;
  }

  .contact a span {
    display: block;
  }

  .contact-hero {
    text-align: center;
    padding-bottom: 50px;
  }

  .detail-box {
    text-align: center;
    justify-content: center;
  }

  .detail-box h3 {
    margin-top: 10px;
  }

  .small-title {
    margin: 10px auto;
  }

  .add-box h3 {
    margin-top: 30px;
  }

  .contact .d-flex {
    justify-content: center;
  }

  .blog-content .form-box {
    margin-top: 0px;
    text-align: left;
  }
  .blog-content .section_heading {
    font-size: 30px;
    line-height: 40px;
  }

  .blog_section {
    margin: 50px 0;
  }

  .navbar .container {
    position: relative;
  }

  .form-section .section_heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #vertical > li .black-box {
    position: unset;
  }

  .form-section {
    padding: 50px 0;
  }

  .ev_models_section {
    padding-bottom: 0;
  }

  .inimg {
    position: unset;
    padding-left: 20%;
  }

  .contact-detail-box {
    padding: 30px 21px;
  }

  section#counter-stats .container {
    padding: 50px 15px;
    text-align: center;
  }

  .detail-box img {
    height: 75px;
  }

  .list-content img {
    width: 80%;
  }

  .img360 {
    position: unset;
    margin-bottom: 20px;
  }

  .details h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .top_header p {
    font-size: 12px;
  }

  section#counter-stats {
    margin-top: 0;
  }

  .left-right-sec {
    margin: 50px 0;
  }

  .ibox {
    width: 70px;
    height: 70px;
  }

  .ibox img {
    width: 60%;
  }

  .values-section {
    margin-top: 50px;
  }

  .counting {
    font-size: 50px;
  }

  .bg-custom-header {
    padding: 5px;
  }

  .dp-main .col-sm-6 {
    width: 50%;
  }

  .top_header a {
    padding-left: 0px !important;
  }

  .mobile-banner {
    display: block;
  }

  .desktop-banner {
    display: none;
  }

  .about_section .col-lg-5 {
    position: relative;
  }

  .section_main_heading {
    font-size: 60px;
  }

  .about_section {
    margin: 50px 0;
  }

  .section_heading,
  .happiness_section .section_heading,
  .ev_models_section .title-div .section_heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .about_section .section_main_heading {
    margin-top: -60px;
    margin-right: 0;
    margin-bottom: 160px;
  }

  .happiness_img {
    max-width: 100%;
    margin-top: 0;
    display: none;
  }

  .happiness_section .section_heading {
    padding-top: 30px;
  }

  .mobilii_img3,
  .mobilii_img2,
  .mobilii_img1 {
    margin-top: 20px;
    height: 70%;
    object-fit: contain;
    left: 0px;
    width: 100%;
    display: BLOCK;
    position: static;
  }

  .model_sub_heading {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    display: block;
    text-align: center;
  }

  .happiness_section .card-body {
    padding: 20px 0 0 0;
  }

  .ev_models_section .section_content {
    width: 100%;
  }

  .stats {
    margin-bottom: 20px;
  }

  .side-nav-widget {
    right: 0;
  }

  .try_footer_input_wrapper {
    margin-top: 0;
  }

  .text-align-right,
  .text-align-left {
    width: 50%;
  }

  .bottom_footer {
    margin-top: 30px;
  }

  .try_footer_second_sec_wrapper ul,
  .try_footer_first_sec_wrapper h5 {
    margin-top: 0 !important;
    padding-top: 0;
  }

  .try_bottom_footer_wrapper {
    text-align: center;
    padding-bottom: 0px !important;
  }

  .happiness_section_detail,
  .about_section .col-lg-7,
  .about_section .section_heading {
    text-align: center;
  }

  .happiness_section {
    padding-top: 50px;
  }

  .navbar-brand img {
    max-width: 60px;
  }

  .navbar-toggler.me-4 {
    margin-right: 0px !important;
    padding: 0px;
    border: 0px;
    color: #000;
    outline: none !important;
  }

  .navbar-toggler:focus {
    outline: none !important;
  }

  .fadein.visible {
    opacity: 1 !important;
    transform: none !important;
  }

  .try_bottom_footer_wrapper ul {
    display: none;
  }

  .tab-content > .tab-pane .d-flex {
    flex-wrap: wrap;
  }

  .div img {
    height: auto;
    width: auto;
  }

  .btn-div .read_more_btn {
    margin: 0 0 10px 0;
  }

  .vehicle_heading {
    font-size: 45px;
  }

  .vertical .lSSlideOuter .lSGallery {
    flex-wrap: wrap;
  }

  .vertical .lSSlideOuter .lSGallery li {
    width: 50% !important;
  }

  #vertical .nav-pills .nav-link span {
    padding: 10px;
    width: 90%;
    font-size: 15px;
    margin-left: 0;
    border-radius: 5px;
    margin-top: -10px;
  }

  .search-drpdwn iframe {
    height: 350px;
  }

  .dealer-section .mb-5 {
    margin-bottom: 20px !important;
    margin-top: 20px;
    padding: 0 10px;
  }

  #vertical .nav-pills {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .black-box {
    width: 100%;
  }

  .vertical .nav-pills {
    width: 100%;
  }

  #vertical .nav-pills .nav-item {
    margin-right: 0px;
    width: 50%;
    padding: 0 5px;
  }

  .map-div {
    height: 350px;
  }

  .btn-div {
    flex-direction: column;
  }

  .ev_models_section .ev_models_detail {
    padding: 0;
    background: transparent;
    color: #000;
    margin-bottom: 20px;
  }

  .ev_models_section .nav-pills .nav-link {
    flex-direction: column;
  }

  .vertical .lSGallery {
    height: fit-content !important;
    width: 100% !important;
    position: unset !important;
    align-items: center;
    flex-direction: row;
  }

  .vertical .lSGallery li {
    clip-path: unset;
    padding-left: 0;
    padding-right: 0;
  }

  .vertical .lSAction > .lSNext {
    right: 10px;
    left: unset;
    bottom: unset;
    top: 50%;
  }

  .vertical .lSAction > .lSPrev {
    left: 10px;
    right: unset;
    bottom: unset;
    top: 50%;
  }

  .banner-sec {
    height: 175px;
  }

  .box h3 {
    font-size: 20px;
  }

  .img2::after {
    right: 0;
  }

  .img1::after {
    left: 0;
  }

  .team-section .col-lg-2 {
    width: 100%;
  }

  .legacy-section .exp {
    font-size: 45px;
    line-height: 55px;
  }

  .banner-sec h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .mission-box p {
    font-size: 18px;
  }

  .mission-sec,
  .image-sec,
  .md-section {
    margin: 50px 0;
  }

  .values-section,
  .journey-sec,
  .map-section {
    padding: 50px 0;
  }

  .values-section .px-5 {
    padding: 0 15px !important;
  }

  .box {
    height: auto;
    padding: 20px;
    border-radius: 20px;
  }

  .box.mt-5 {
    margin-top: 30px !important;
  }

  .values-section .mb-5 {
    margin-bottom: 20px !important;
  }

  .legacy-section .section_heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
    margin-top: -110px;
  }

  .legacy-section .middle-title {
    margin-top: unset;
    margin-bottom: 20px;
  }

  .legacy-section .section_main_heading {
    margin-top: -65px;
    font-size: 60px;
    margin-bottom: 120px;
  }

  .cs_card .cs_card_index_wrap:after {
    display: none;
  }

  .img1 {
    margin-bottom: 30px;
  }

  .img2 {
    margin-top: 30px;
  }

  .cs_card_index h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .cs_video_shape img {
    width: 30%;
  }

  .video-section {
    display: none;
  }

  #myModal iframe {
    height: 300px;
  }

  .md-section .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .md-section .container {
    border: 0;
    box-shadow: unset !important;
  }

  .md-section .section_heading {
    margin-top: 20px;
  }

  .md-section p {
    font-size: 18px;
  }

  .md-section .mt-5 {
    margin-top: 0 !important;
  }

  .map-section {
    margin-top: 50px;
  }

  .map-section .col-lg-7 {
    margin-bottom: 50px;
  }

  .cs_card_wrapper {
    flex-direction: column;
  }

  .cs_card .cs_card_index {
    transform: rotate(0deg);
    writing-mode: horizontal-tb;
  }

  .cs_card {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
  }

  .cs_card .cs_card_index_wrap {
    width: 100%;
    padding: 20px 15px;
  }

  .cs_card .cs_card_content {
    position: initial;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
  }

  .cs_card .cs_card_info {
    padding: 30px 20px;
  }

  .cs_card .cs_card_content_wrapper {
    opacity: 1;
  }

  .cs_card .cs_card_info h3 {
    font-size: 20px;
  }

  .cs_card .cs_card_info p {
    font-size: 16px;
  }

  .md-section .btn {
    left: 0;
  }

  .image-sec .lSAction > a {
    height: 30px !important;
    width: 30px !important;
  }

  .vehicle_name {
    font-size: clamp(10px, 2vw, 32px);
    /*font-size: 34px;*/
    line-height: 44px;
    position: unset;
    margin-bottom: 30px;
  }

  .product-image-sec {
    padding: 50px 0;
  }

  .tab-div li {
    position: relative;
    padding: 0 10px;
  }

  .tab-div li a {
    font-size: 16px;
  }

  .tab-div li:before {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    width: fit-content;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-3 .mt-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .text-box {
    text-align: center;
    margin-bottom: 30px;
    border-right: 0;
  }

  .product-image-sec .nav-pills {
    flex-direction: row;
    justify-content: center;
  }

  .product-image-sec .nav-item {
    margin-bottom: 0px;
    margin-right: 15px;
  }

  .black-box {
    margin-bottom: 30px;
  }

  .details {
    text-align: center;
    margin-bottom: 20px;
  }

  .space-box {
    text-align: center;
    margin-bottom: 30px;
  }

  .product-feature .container {
    max-width: 100%;
  }

  #pills-feature .nav-link span {
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    justify-content: center;
  }

  #pills-feature {
    padding: 0 20px !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
    border-radius: 10px;
    justify-content: flex-start;
  }

  #pills-feature li {
    width: 33.33%;
  }

  #pills-feature .nav-link .border-right-set {
    padding: 15px 10px;
  }

  .list {
    margin-bottom: 0;
    padding: 15px;
  }

  .list h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .list-content .row {
    flex-direction: column-reverse;
  }

  .list-content .col-lg-7 {
    margin-top: 40px;
  }

  .spece-left h3,
  .specification-sec .tab-content h3 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }

  .product-feature {
    margin: 50px 0;
  }

  .download-sec h3 {
    font-size: 30px;
    line-height: 40px;
  }

  #pills-feature .nav-link img {
    height: 40px;
  }

  .download-sec .container {
    padding: 30px 20px;
    text-align: center;
  }

  .download-sec .text-end {
    text-align: center !important;
  }

  .download-sec p {
    font-size: 20px;
    line-height: 30px;
  }

  .download-sec .read_more_btn {
    margin-top: 20px;
  }

  .spece-left {
    padding: 20px;
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
  }

  .specification-sec .tab-content table tr td {
    font-size: 16px;
  }

  .specification-sec .tab-content {
    padding: 0;
    margin-left: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .specification-sec .tab-content table tr td:nth-child(1),
  .specification-sec .tab-content table tr td:nth-child(2),
  .specification-sec .tab-content table tr td:nth-child(3) {
    width: auto;
  }

  .space-box h5 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }

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

  .office-box {
    padding: 20px;
  }

  .office-section {
    padding: 50px 0;
  }
  .values-section .left-div {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .dropdown-toggle.read_more_btn {
    margin-left: 0;
    color: #fff;
    margin-top: 20px;
    display: block;
    width: fit-content;
  }

  .side-nav-widget {
    position: fixed;
    top: 35%;
  }

  #navbarNav .lanu_menu a {
    color: #5d6063 !important;
  }
  /*
  #navbarNav {
    position: absolute;
    top: 100%;
    z-index: 2147483647;
    background: #102a83;
    width: 100%;
    left: 0%;
    padding: 20px;
  }

  #navbarNav a {
    color: #fff !important;
  }*/
  .values-section .left-div {
    margin-bottom: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-list {
    padding-top: 50px;
  }

  #atule {
    padding-bottom: 50px;
  }

  .product-list h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .product-box {
    margin-bottom: 30px;
  }

  .product-list .vehicle_heading {
    font-size: 40px;
    line-height: 50px;
  }

  .contact-hero .gap-30 {
    row-gap: 30px;
  }

  .small-title,
  .detail-box h4 {
    font-size: 17px;
    line-height: 27px;
  }

  .md-section iframe {
    height: 500px;
  }

  .add-box h3,
  .detail-box h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .add,
  .contact a {
    font-size: 17px;
  }

  .blog-content .form-box {
    margin-top: 0px;
    text-align: left;
  }

  .blog-content .section_heading {
    font-size: 28px;
    line-height: 38px;
  }
  .detail-box img {
    height: 80px;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .md-section {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .inimg {
    bottom: -54px;
  }

  .legacy-section .section_main_heading {
    font-size: 120px;
  }

  .middle-div img {
    width: 50%;
  }

  .space-box h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .vertical .lSGallery li {
    width: 30% !important;
  }

  .video-section {
    display: none;
  }

  .values-section {
    padding-bottom: 80px;
  }

  .md-section .btn {
    left: 15%;
  }

  .image-sec .lSAction > a {
    height: 40px !important;
    width: 40px !important;
  }

  section#counter-stats {
    padding: 0;
  }

  .section_heading,
  .happiness_section .section_heading,
  .title-div .section_heading {
    font-size: 45px;
    line-height: 55px;
  }

  .dealer-section .section_heading {
    font-size: 40px;
    line-height: 50px;
  }

  .about_section .section_main_heading {
    font-size: 130px;
    margin-right: 0;
  }

  .about_section .section_sub_heading {
    margin-top: 50px;
  }

  .map-div {
    height: 55vh;
  }

  .ev_models_section .ev_models_detail {
    margin-bottom: 20px;
  }

  .autoriksa_img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  .vertical .lSAction > .lSPrev,
  .vertical .lSAction > .lSNext {
    bottom: 100px;
  }

  .side-nav-widget {
    right: 0;
  }

  .try_footer_input_wrapper,
  .try_footer_third_sec_wrapper ul {
    margin-top: 0;
  }

  .try_bottom_footer_wrapper ul {
    justify-content: flex-end;
  }

  .try_bottom_footer_wrapper ul li {
    margin-right: 15px;
  }

  .bottom_footer {
    margin-top: 50px;
  }

  .text-align-right,
  .text-align-left {
    width: 50%;
  }

  .try_footer_first_sec_wrapper h5,
  .try_footer_first_sec_wrapper p {
    padding-top: 20px;
  }

  .mobilii_img3,
  .mobilii_img2,
  .mobilii_img1 {
    margin-top: 20px;
    height: 65%;
    object-fit: contain;
  }

  .about_section {
    margin: 50px 0px;
  }

  .stats {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }

  .dealer-section iframe {
    height: 350px;
  }

  .div img {
    height: 450px;
    width: 450px;
    object-fit: contain;
  }

  .vehicle_heading {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .banner-sec {
    height: 350px;
  }

  .legacy-section .order-md-3 {
    margin-top: 50px;
  }

  .team-section .col-lg-2 {
    width: 50%;
  }

  .cs_video_shape {
    width: 10%;
  }

  .md-section img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }

  .md-section .col-lg-8 {
    text-align: center;
  }

  #myModal iframe {
    height: 50vh;
  }

  .main-timeline5 .timeline-icon {
    width: 150px;
    height: 150px;
  }

  .img2::after {
    right: 0;
  }

  .img1::after {
    left: 0;
  }

  .product-image-sec {
    padding: 80px 0;
  }

  .vehicle_name {
    font-size: 50px;
    /*font-size: 60px;*/
    line-height: 80px;
    position: unset;
    margin-bottom: 30px;
  }

  #pills-feature {
    padding: 0 30px !important;
  }

  #pills-feature li {
    width: 20%;
  }

  #pills-feature .nav-link span {
    justify-content: center;
  }

  #pills-feature .nav-link .border-right-set {
    padding: 15px 0;
  }

  #pills-feature .nav-link img {
    height: 35px;
  }

  .list {
    margin-bottom: 0;
    padding: 15px;
  }

  .list h3 {
    font-size: 20px;
  }

  .download-sec .container {
    text-align: center;
    padding: 50px 30px;
  }

  .download-sec .text-end {
    text-align: center !important;
    margin-top: 30px;
  }

  .download-sec h3,
  .spece-left h3 {
    text-align: center;
  }

  .spece-left {
    padding: 20px;

    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
  }

  .specification-sec .nav .nav-link {
    font-size: 25px;
    line-height: 35px;
  }

  .specification-sec .tab-content {
    margin-left: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px;
  }

  .specification-sec .tab-content h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .order-smm-1 {
    order: 1;
  }

  .order-smm-2 {
    order: 2;
  }

  .order-smm-3 {
    order: 3;
  }

  .order-smm-4 {
    order: 4;
  }

  .order-smm-5 {
    order: 5;
  }

  .img360 {
    position: unset;
  }
  .values-section .left-div {
    margin-bottom: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cs_card .cs_card_index_wrap {
    padding: 30px;
  }

  .cs_card .cs_card_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    width: 100%;
  }

  .cs_card .cs_card_info {
    padding: 30px 20px;
  }

  .cta-sec {
    padding: 50px 0;
    margin-top: 50px;
  }

  .ibox {
    margin: 0 auto;
  }

  .feature-sec {
    margin: 50px 0;
  }
}

@media (max-width: 991px) {
  .icon-box {
    margin-bottom: 30px;
  }

  .navbar .same-div {
    width: 78%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .dealer-btn {
    padding: 10px 15px;
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
    font-size: 20px;
    display: block;
  }

  .navbar .navbar-toggler {
    margin-right: 20px;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .hide-desktop .dropdown-toggle.read_more_btn {
    margin-top: 0px;
  }

  .form-box {
    padding: 30px 21px;
    text-align: center;
  }

  .reach-section {
    background-image: unset;
    padding: 50px 0;
  }

  .contact-img {
    display: block;
  }

  .reach-section .row .col-lg-4:first-child .detail-box {
    margin-bottom: 30px;
  }

  #navbarNav {
    position: absolute;
    top: 100%;
    z-index: 2147483647;
    background: #102a83;
    width: 100%;
    left: 0%;
    padding: 20px;
  }

  #navbarNav a {
    color: #fff !important;
  }

  .team-section {
    text-align: center;
    margin-bottom: 50px;
  }

  .left-right-sec .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .middle-div {
    margin-top: 15px;
  }

  .left-right-sec .pe-3 {
    padding-right: 0 !important;
    padding-top: 20px;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .about_section.country-about .row {
    flex-direction: unset;
  }

  #vertical .nav-pills .nav-link {
    width: 100%;
  }

  #vertical > li {
    padding: 0px 10px 30px 10px;
  }

  .pe-0 {
    padding-right: 12px !important;
  }

  .ps-0 {
    padding-left: 12px !important;
  }

  .md-section .container {
    box-shadow: unset !important;
    border: 0;
  }

  .md-section .row {
    flex-direction: column-reverse;
  }

  .md-section .section_heading {
    margin-top: 30px;
  }

  .try_footer_main_section_wrapper {
    padding-top: 80px;
  }

  .try_footer_second_sec_wrapper,
  .try_footer_third_sec_wrapper,
  .try_footer_four_sec_wrapper {
    margin-top: 60px;
  }

  .try_footer_second_sec_wrapper.ps-5 {
    padding-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
  .img1::after {
    left: 0;
  }

  .img2::after {
    right: 0;
  }

  .cs_video_shape {
    width: 8%;
  }

  .md-section .container {
    max-width: 88%;
  }

  .section_heading {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
  }

  .box {
    padding: 30px;
    height: 196px;
  }

  .download-sec .container {
    width: 95%;
  }

  .box h3 {
    font-size: 18px;
  }

  .box p {
    font-size: 14px;
  }

  .values-section .px-5 {
    padding: 0 15px !important;
  }

  .spece-left h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .specification-sec .tab-content h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .download-sec h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .list h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .vehicle_name {
    font-size: 50px;
    /*font-size: 60px;*/
    line-height: 70px;
    top: 30px;
  }

  .product-image-sec {
    padding: 90px 50px 50px 50px;
  }

  .img360 {
    bottom: 0;
  }

  .details h5,
  .text-box h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-box p {
    font-size: 13px;
    line-height: 23px;
  }

  .details {
    margin-bottom: 12px;
  }

  #product1 img,
  #product2 img,
  .product360Container img {
    height: 450px;
    object-fit: contain;
  }

  .product-image-sec .nav-pills .nav-link {
    width: 90px;
    height: 60px;
  }

  .order-smm-3 .mt-5 {
    margin-top: 0 !important;
  }

  .space-box h5 {
    font-size: 18px;
    line-height: 28px;
  }

  #pills-feature li {
    width: 20%;
  }

  .product-feature {
    margin: 50px;
  }

  #pills-feature {
    margin-bottom: 30px;
  }

  .list {
    padding: 10px 20px;
    margin-bottom: 15px;
  }

  #pills-feature .nav-link span {
    justify-content: center;
  }

  #pills-feature .nav-link .border-right-set {
    padding: 10px;
  }

  #pills-feature .nav-link img {
    height: 35px;
  }

  .product-feature .col-lg-5 img {
    height: 400px;
    object-fit: contain;
  }

  .contact-img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
  }

  .reach-section {
    background-image: unset;
    position: relative;
  }

  .breadcrumb-sec,
  .border-top-set {
    margin: 20px 0;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1600px) {
  .icon-box p {
    font-size: 16px;
    line-height: 26px;
  }

  .md-section iframe {
    height: 500px;
  }

  .contact a,
  .add,
  .detail-box h4 {
    font-size: 17px;
  }
  .left-right-sec {
    margin: 0 0 50px 0;
  }

  .bg_img {
    width: 80%;
    height: 450px;
  }

  .legacy-section .main-title {
    margin-top: -130px;
  }

  .legacy-section .section_main_heading {
    margin-top: -65px;
  }

  section#counter-stats {
    padding: 0;
  }

  .navbar-light.sticky-top {
    padding: 0;
  }

  .section_main_heading {
    font-size: 85px;
  }

  .section_heading,
  .happiness_section .section_heading,
  .title-div .section_heading {
    font-size: 35px;
    line-height: 45px;
  }

  .about_section .section_heading {
    margin-top: -75px;
  }

  .happiness_img {
    width: 60%;
  }

  .vehicle_heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  #vertical .nav-pills .nav-link span {
    padding: 5px 18px;
    font-size: 13px;
  }

  .top-img {
    width: 30%;
  }

  .slider_img {
    height: 575px;
    object-fit: cover;
  }

  .mobilii_img2 {
    margin-top: -33px;
    height: 112%;
    object-fit: contain;
  }

  .mobilii_img3,
  .mobilii_img1 {
    margin-top: -51px;
    height: 127%;
    object-fit: contain;
  }

  .mobilii_img3 {
    position: absolute;
    left: 34%;
    right: 0%;
    margin-top: -77px !important;
    height: 155% !important;
    transition: 0.3s;
  }

  .model_sub_heading {
    font-size: 23px;
  }

  .about_section {
    margin: 40px 0;
  }

  .text-align-right,
  .text-align-left {
    width: 50%;
  }

  .stats {
    font-size: 55px;
  }

  .bottom_footer {
    margin-top: 50px;
  }

  .top_header p {
    font-size: 13px;
  }

  .navbar-light.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    color: #000 !important;
    margin: 0px 7px;
    padding: 0 15px;
  }

  .top_header .col-lg-12 .btn {
    margin: 0 10px;
  }

  .toll_free .toll_free_heading {
    font-size: 16px;
    line-height: 26px;
  }

  .toll_free .toll_free_number a {
    font-size: 18px;
    line-height: 25px;
  }

  .blog_section .read_more_btn,
  .read_more_btn {
    font-size: 15px;
  }

  .div img {
    height: 450px;
    object-fit: contain;
  }

  #vertical .nav-pills .nav-link div {
    height: 50px;
    width: 50px;
    padding: 5px;
  }

  .vertical .lSPager.lSGallery li img {
    width: 100%;
  }

  #vertical > li {
    padding: 30px;
  }

  .ev_models_section .ev_models_detail {
    padding: 20px;
  }

  .gcss-theme-dark.side-nav-widget li a svg {
    width: 45px;
    height: 40px;
    padding: 0 13px;
  }

  .section_content {
    padding-bottom: 15px;
  }

  .stats h5 {
    font-size: 18px;
  }

  .blog_img {
    height: 250px;
  }

  .cs_card .cs_card_info {
    padding: 30px;
  }

  .cs_card {
    min-height: 500px;
  }

  .md-section .container {
    border: 20px solid #fff;
  }

  .cs_team_info h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .cs_team_info p {
    font-size: 15px;
  }

  .map-section img {
    width: 80%;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .mobilii_img1 {
    margin-top: -43px;
    height: 118%;
    object-fit: contain;
    left: 18%;
  }

  .mobilii_img2 {
    margin-top: 0px;
    height: 98%;
    object-fit: contain;
    left: 7%;
  }

  .mobilii_img3 {
    margin-top: -58px;
    height: 139%;
    object-fit: contain;
    left: 28%;
  }

  .model_sub_heading {
    font-size: 27px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    top: 76%;
    font-weight: 900;
    margin-left: -10px !important;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1800px) {
  .section_main_heading {
    margin-right: -142px;
    font-size: 149px;
    z-index: 9;
    position: relative;
    color: rgb(0 0 0 / 5%);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }

  .section_sub_heading {
    margin-bottom: 40px;
  }

  .mobilii_img1 {
    margin-top: -66px;
    height: 135%;
    object-fit: contain;
    left: 28%;
  }

  .mobilii_img2 {
    margin-top: -39px;
    height: 112%;
    object-fit: contain;
    left: 21%;
  }

  .mobilii_img3 {
    margin-top: -88px;
    height: 159%;
    object-fit: contain;
    left: 39%;
  }

  .model_sub_heading {
    font-size: 27px;
    line-height: 45px;
    color: #fff;
    margin-left: -10px !important;
  }
}

/* timeline media query */

@media only screen and (max-width: 767px) {
  .main-timeline5 .timeline {
    margin-top: 0;
    overflow: hidden;
  }

  .main-timeline5 .timeline:before,
  .main-timeline5 .timeline:nth-child(2n):before {
    box-shadow: none;
  }

  .main-timeline5 .timeline-icon,
  .main-timeline5 .timeline:nth-child(2n) .timeline-icon {
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
    transform: rotate(135deg);
  }

  .main-timeline5 .timeline:nth-child(2n) .year,
  .main-timeline5 .year {
    transform: rotate(-135deg);
  }

  .main-timeline5 .timeline-content,
  .main-timeline5 .timeline:nth-child(2n) .timeline-content {
    width: 100%;
    float: none;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 25px 20px;
    margin: 0 auto;
  }

  .main-timeline5 .timeline-content:before,
  .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    width: 15px;
    height: 25px;
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#counter-stats {
    margin-top: 50px;
  }

  section#counter-stats .container {
    padding: 40px;
  }

  .product-list-style {
    padding-bottom: 50px;
  }

  .contact-hero .align-self-center {
    margin-bottom: 50px;
  }

  .main-timeline5 .timeline {
    margin-top: -117px;
  }

  .main-timeline5 .timeline-content:before {
    left: -20%;
  }

  .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    right: -20%;
  }

  .main-timeline5 .title {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  .main-timeline5 .timeline-content {
    padding: 30px 7px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-timeline5 .timeline {
    margin-top: -80px;
  }

  .main-timeline5 .timeline-content:before {
    left: -18%;
  }

  .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    right: -18%;
  }
}

@media (min-width: 1950px) {
  #myModal iframe {
    height: 50vh;
  }

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 1200px;
  }
}

/* css 01-06-2025 */
.dealer-btn {
  background-color: #102a83;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  font-size: 15px;
  border: none;
  z-index: 1;
  text-transform: capitalize;
}

.dealer-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #e30016;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.dealer-btn:hover:after {
  left: 0;
  width: 100%;
}

.try_footer_main_section_wrapper {
  background: #c4cef1 !important;
}

.try_footer_first_sec_wrapper h4,
.try_footer_main_section_wrapper p {
  color: #212529 !important;
}

.try_footer_main_section_wrapper h5 {
  color: #212529 !important;
}

.try_footer_main_section_wrapper h5 a {
  color: #212529 !important;
}

.try_footer_main_section_wrapper h3 {
  color: #212529 !important;
  font-weight: 700;
}

.try_footer_second_sec_wrapper li a {
  color: #212529 !important;
}

.social-icons li a {
  border: 1px solid #212529;
  color: #212529;
}

.try_bottom_footer_wrapper ul li a {
  color: #212529;
}

.map_home .section_heading {
  color: #102a83;
}

.dealer-section .contact-detail-box .section_heading {
  color: #fff;
}

.dealer-section .form-box {
  background-color: #243a6c;
}

.dealer-section .form-box .section_heading {
  color: #fff;
}

.form-section .section_heading {
  color: #ffffff !important;
  margin-bottom: 20px;
}

.dealer-section .section_heading {
  font-size: 40px;
  line-height: 50px;
}

/* Container layout */
.counter_section .container {
  display: flex;
  gap: 20px;
  padding: 20px;
}

/* Left side content */
.counter_section .left-content {
  flex: 1;
  min-width: 250px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

/* Right side with 4 boxes in 2x2 grid */
.counter_section .right-boxes {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-width: 300px;
}

.counter_section .fancy-box {
  background: linear-gradient(132deg, #001d7e, #b72f3c);
  color: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(36, 58, 108, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.counter_section .fancy-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.counter_section .fancy-box p {
  margin: 0;
  font-size: 14px;
  opacity: 0.85;
}

.counter_section .fancy-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(36, 58, 108, 0.5);
}

.counter_section .section_sub_heading {
  margin: 0;
}

.counter_section .section_heading {
  text-align: left;
}

.counter_section .section_paragraph {
  text-align: left;
}

@media (max-width: 1024px) {
  .counter_section .container {
    flex-direction: column;
  }

  .counter_section .right-boxes {
    grid-template-columns: 1fr 1fr;
  }
  .counter_section .section_heading {
    text-align: center;
  }
  .counter_section .section_sub_heading {
    margin: 0 auto;
  }
  .counter_section .section_paragraph {
    text-align: center;
  }
  .counter_section .col-lg-6 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .counter_section .right-boxes {
    grid-template-columns: 1fr;
  }

  .counter_section .fancy-box {
    padding: 20px;
  }
  .cta-sec {
    margin-top: 0px;
  }
}

@media (max-width: 600px) {
  .counter_section .container {
    padding: 20px;
  }

  .counter_section .left-content {
    padding: 20px;
  }

  .counter_section .fancy-box h3 {
    font-size: 18px;
  }

  .counter_section .fancy-box p {
    font-size: 13px;
  }
  .counter_section .cta-sec {
    margin-top: 0px;
  }
  .counter_section .section_heading {
    text-align: center;
  }
  .counter_section .section_sub_heading {
    margin: 0 auto;
  }
  .counter_section .section_paragraph {
    text-align: center;
  }
  .counter_section .col-lg-6 {
    width: 100% !important;
  }
}

.counter_section .right-boxes .fancy-box h5 {
  font-size: 16px;
  margin-top: 16px;
}

.map_home .section_heading {
  color: #102a83 !important;
}

.bottom_footer {
  border-top: 1px solid rgb(16 42 131);
}

/* .counter_section {
    margin: 100px 0px;
} */

.counter_section .right-boxes .fancy-box.second {
  transform: translateY(25px);
}

.counter_section .container {
  align-items: center;
}

.counter_section .fancy-box {
  padding: 40px;
}

.counter_section .fancy-box.second:hover {
  transform: translateY(18px) !important;
}
.country_product .product-box {
  border-top: 1px solid #ebebeb !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(235 235 235) 50%
  );
  position: relative !important;
  border: 1px solid #dbdbdb;
}

.country_product .product-box .read_more_btn {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  width: 85%;
  margin: 0 auto;
  bottom: -16px;
}

.country_product .product-box .read_more_btn:after {
  border-radius: 10px;
}

.country_product .lightSlider.lsGrab {
  height: 330px !important;
}

.country_product .lSAction > a.lSPrev {
  background: #c9cbd3;
  height: 100px;
  top: 111px !important;
  border-radius: 100px !important;
  left: 0px;
}

.country_product .lSAction > a.lSNext {
  background: #c9cbd3;
  height: 100px;
  top: 111px;
  border-radius: 100px !important;
  right: 0px;
}

.country_product .lSNext::before {
  font-family: "Font Awesome 5 Free"; /* Or your version */
  content: "\f054"; /* Unicode for the left arrow */
  font-weight: 900; /* Needed for solid icons in FA5+ */
  position: absolute;
  top: 38px;
  /* transform: translateX(36px); */
  left: 10px;
  color: #102a83;
}

.country_product .lSPrev::before {
  font-family: "Font Awesome 5 Free"; /* Or your version */
  content: "\f053"; /* Unicode for the left arrow */
  font-weight: 900; /* Needed for solid icons in FA5+ */
  position: absolute;
  top: 38px;
  /* transform: translateX(36px); */
  left: 10px;
  color: #102a83;
}

.product-tab {
  background: linear-gradient(90deg, #581c5e 0, #102a83 50%, #720d17 100%);
}

.activeproduct {
  border-color: #e30016 !important;
}

.product-tab ul {
  gap: 0px;
}

.product-tab ul li a {
  border-radius: 100px;
  width: 80px;
  height: 80px;
  padding: 15px;
}

.product-tab ul li {
  margin-left: -15px;
}

.sticky-element.product-tab ul li a {
  height: 80px;
}

.product-tab {
  margin: 0;
  padding: 0 !important;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  border: none;
}

.blur-overlay {
  width: 100%;
  padding: 15px;
  backdrop-filter: blur(12px);
  background: linear-gradient(
    90deg,
    rgba(88, 28, 94, 0.7) 0%,
    rgba(16, 42, 131, 0.7) 50%,
    rgba(114, 13, 23, 0.7) 100%
  ) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
}

@media (max-width: 767px) {
  .product-tab ul li a {
    width: 60px;
    height: 60px !important;
  }
}

@media (max-width: 768px) {
  .counter_section .right-boxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .counter_section .right-boxes {
    grid-template-columns: 1fr;
  }
  .counter_section .right-boxes .fancy-box.second {
    transform: translateY(0px);
  }
  .counter_section .right-boxes .fancy-box.second:hover {
    transform: translateY(-8px) !important;
  }
}

.download-sec .read_more_btn:hover:after {
  border-radius: 35px;
}

.contact-detail-box .read_more_btn:after {
  background-color: #fff;
}

.contact-detail-box .read_more_btn:hover {
  color: #e30016;
}

.reach-section .form-box .read_more_btn:after {
  background-color: #fff;
}

.reach-section .form-box .read_more_btn:hover {
  color: #e30016;
}

.dealer-section .form-box .read_more_btn:after {
  background-color: #fff;
}

.dealer-section .form-box .read_more_btn:hover {
  color: #e30016;
}

.cursor_pointer {
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.showdp {
  display: block;
}

.PopUp {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.PopUp-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
}

.PopUp .close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
}

.PopUp h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.PopUp p {
  margin-bottom: 20px !important;
  font-size: 20px;
  color: #000;
}

.PopUp .language-grid {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.PopUp .language-grid li {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.PopUp .read_more_btn {
  width: 70%;
  border-radius: 35px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.PopUp .read_more_btn:after {
  border-radius: 35px !important;
}

.PopUp .read_more_btn i {
  margin-right: 25px;
}

/* .read_more_btn:hover {
    background: #0056b3;
  } */

#map {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
@media screen and (max-width: 760px) {
  #map {
    margin-top: 40px !important;
  }
}

.popup_map p {
  margin-bottom: 10px !important;
  font-size: 15px !important;
  font-family: "Open Sans", sans-serif;
  color: #000 !important;
  font-weight: 400;
  line-height: 25px;
}

.popup_map p i {
  color: #2e3191 !important;
}

.popup_map button {
  background: #2e3191;
  color: #fff;
  margin-top: 10px;
}

.gm-style-iw-ch {
  display: none;
}

.gm-style-iw-chr {
  justify-content: flex-end;
  display: block;
}

.gm-style-iw-c {
  padding: 25px !important;
  max-width: 415px !important;
}
@media screen and (max-width: 540px) {
  .gm-style-iw-c {
    padding: 15px !important;
    max-width: 300px !important;
  }
}

.gm-ui-hover-effect {
  position: absolute !important;
  right: 0;
  top: 0;
}

#main_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 122px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.4s ease, height 0.4s ease;
  z-index: 9999999;
}

#main_header.shrink {
  height: 100px;
}

.hero {
  margin-top: 122px;
}
.custom-tabs {
  border-bottom: 1px solid #ccc;
}

.category-tab {
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  color: #aaa;
  padding: 12px 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-tab.active {
  color: #000;
}

.category-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: #000;
}

.blog_card {
  margin-bottom: 24px;
}

.video-thumbnails {
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-thumb {
  width: 250px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .video-thumb {
    width: 115px;
  }
}

@media screen and (max-width: 1024px) {
  .video-thumb {
    width: 225px !important;
  }
}

.lang_translate .dropdown_btn {
  padding: 10px 25px;
  background: transparent;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.lang_translate .dropdown-menu {
  width: 15% !important;
  left: 60% !important;
  margin: 0px auto !important;
}

.lang_translate .dp-main {
  overflow-y: unset;
}

#languageSelector {
  display: none;
  max-width: 500px;
  margin: 10px auto;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header {
  background: #333;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.country-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
}

.translate,
.mobile_translate {
  border-radius: 5px;
  padding: 8px;
  color: #5d6063 !important ;
  text-align: left;
  cursor: pointer;
  white-space: unset;
}

.translate {
  border-radius: 5px;
  padding: 8px;
  color: #5d6063 !important;
  text-align: center;
  cursor: pointer;
}

.content {
  text-align: center;
  padding: 20px;
}

/* Optional: hide other injected elements */
.goog-te-gadget-icon {
  display: none !important;
}

.goog-te-menu-value {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

.same-div .dropdown_moblie img {
  height: 40px !important;
}

.hide-desktop .nav-link {
  font-size: 20px !important;
  padding: 10px 15px !important;
}

.skiptranslate {
  display: none;
}

.lang_translate .dropdown-menu {
  width: 15% !important;
  left: 60% !important;
  margin: 0px auto !important;
}

@media screen and (max-width: 1440px) {
  .lang_translate .dropdown-menu {
    width: 25% !important;
  }
}

@media screen and (max-width: 768px) {
  .lang_translate .dropdown_btn {
    padding: 10px !important;
  }
}

@media screen and (max-width: 600px) {
  .lang_translate .dropdown-menu {
    width: 95% !important;
    left: 0% !important;
  }
}

.filter-section {
  justify-content: center;
  align-items: center;
}

.filter-section .section_heading {
  width: 80%;
}

.filter-section .dropdown {
  width: 20%;
}

.filter-section .dropdown button {
  background: #102a83;
  color: #fff !important;
}
.filter-section .dropdown-menu {
  top: 100% !important;
  padding: 15px !important;
  right: 60px !important;
}
.filter-section {
  justify-content: center;
  align-items: center;
}

.filter-section .section_heading {
  width: 70%;
}

.filter-section .filter {
  width: 30%;
  margin-bottom: 20px;
}

.filter-section .dropdown button {
  background: #102a83;
  color: #fff !important;
}

.filter-section .dropdown-menu {
  top: 100% !important;
  padding: 15px !important;
  right: 60px !important;
}

/* Pill styles */
.fancy-check input[type="checkbox"] {
  display: none;
}

.fancy-check .form-check-label {
  background: #f8f9fa;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.fancy-check input[type="checkbox"]:checked + .form-check-label {
  background: linear-gradient(135deg, #007bff, #00c4ff);
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 3px 8px rgba(0, 123, 255, 0.3);
}

.form-check {
  padding-left: 0 !important;
}
/* Apply button color */
.apply-btn {
  background: #102a83;
  color: #fff;
  border: none;
}
.apply-btn:hover {
  background: #0d2270;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .filter-section .section_heading {
    width: 50%;
  }

  .filter-section .filter {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .lang_translate .dropdown-menu {
    width: 95% !important;
    left: 0% !important;
  }

  .filter-section {
    flex-direction: column;
    align-items: center;
  }
  .filter-section .section_heading {
    width: 100%;
  }

  .filter-section .filter {
    width: 100%;
    justify-content: center;
  }
}
.after_sales {
  padding-bottom: 50px;
}

.after_sales .card {
  background: linear-gradient(132deg, #001d7e, #b72f3c);
  text-align: center;
  color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 20px;
}

.after_sales .card img {
  height: 182px;
  object-fit: contain;
}

.after_sales .title {
  font-size: 32px;
  line-height: 42px;
  padding-bottom: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.after_sales .subtitle {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}

.after_sales .contact-item {
  display: flex;
  padding-top: 16px;
  gap: 10px;
  font-size: 18px;
  line-height: 28px;
  justify-content: center;
}

.after_sales .contact-item a {
  color: #fff !important;
}

@media (max-width: 1024px) {
  .after_sales .card {
    margin-bottom: 40px;
  }
  .after_sales .card img {
    height: 200px;
    object-fit: contain;
  }
}

@media (max-width: 600px) {
  .after_sales .card {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .after_sales .card img {
    height: auto;
    object-fit: cover;
  }

  .after_sales .title {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 12px;
  }
}
.blog_section .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /*show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}
.blog_section .card-text {
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*14-10-2025*/

.view_more_btn {
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    outline: none;
    font-size: 18px;
    background: #e30016;
    border: none;
    z-index: 1;
    max-width: 200px;
    margin: 35px auto 0px;
    text-transform: capitalize;
    text-align: center;
}

.view_more_btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #102a83;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.view_more_btn:hover:after {
    left: 0;
    width: 100%;
}

.social_card {
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    overflow: hidden;
    text-align:center ;
}


.icon_wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    position: relative;
}

.social_card:hover .icon_wrapper {
    transform: scale(1.1) rotate(5deg);
}

.icon {
    width: 40px;
    height: 40px;
    fill: #fff;
    transition: all 0.3s;
}

.instagram .icon_wrapper {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.facebook .icon_wrapper {
    background: linear-gradient(135deg, #3b5998, #2d4373);
}

.linkedin .icon_wrapper {
    background: linear-gradient(135deg, #0077b5, #005582);
}

.twitter .icon_wrapper {
    background: linear-gradient(135deg, #000000, #1a1a1a);
}

/* Telegram */
.telegram .icon_wrapper {
    background: linear-gradient(135deg, #0088cc, #006bb3);
}

/* TikTok */
.tiktok .icon_wrapper {
    background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

/* YouTube */
.youtube .icon_wrapper {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.social_name {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}

.follower_count {
    font-size: 17px;
    line-height: 27px;
    color: #000;
    margin-top: 8px;
}

#social-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-nav-widget{
  height: max-content;
}