@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@media only screen and (min-width: 1700px) and (max-width: 2000px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1650px;
  }
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.rn__section__gapTop {
  padding: 5rem 0;
}
.inner__gapTop {
  margin-top: 3rem;
}
.header__spacing {
  min-height: 110px;
}
.main__heading h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 56px;
  line-height: 107%;
  text-align: center;
  color: #133e53;
  margin: 0 auto 38px;
}
.main__heading h2 span {
  color: #66aa44;
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 82px;
}
.main__heading h2 span::before {
  position: absolute;
  right: 0;
  bottom: -15px;
  content: "";
  width: 98%;
  height: 50px;
  background-image: url(../img/plug__electrix.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.main__heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 107%;
  text-align: center;
  text-transform: capitalize;
  color: #3d3d3d;
}
.btn__primary {
  background: #66aa44;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 20px;
  transition: 0.6s all ease-out;
}
.btn__primary svg {
  margin-left: 4px;
}
.btn__primary svg path {
  transition: 0.6s all ease-out;
}
.btn__primary:hover svg path,
.btn__secondary:hover svg path {
  fill: #66aa44;
}
.btn__primary:hover,
.btn__secondary:hover {
  background-color: #133e53;
  color: #66aa44;
}
.btn__primary:hover img,
.btn__secondary:hover img {
  filter: brightness(1) invert(1);
}
.btn__secondary {
  background: #133e53;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 20px;
  transition: 0.6s all ease-out;
}

/*======Header======*/
.header .dropdown {
  margin: 0 25px;
  position: unset;
  min-height: 110px;
  display: flex;
  align-items: center;
}
.header .dropdown .btn__dropdown {
  padding: 0;
  display: flex;
   align-items: center;
   justify-content: center;
}
.header .dropdown-toggle::after {
  border: none;
  background-image: url(../img/btn_dropdown.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  transition: 0.6s all ease-out;
}
.header .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 15px;
  margin-top: 0 !important;
  width: 385px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: 0.4s all;
  display: block !important;
}
.header .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header .dropdown-menu li a img {
  width: 100%;
  height: auto;
}
.header .logo__secTion {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}
.header .logo__secTion .left__logo {
  display: flex;
  align-items: center;
}
.header .logo__secTion .logo img {
  width: auto;
  height: 80px;
}
.header .navbar {
  background: #fff;
  flex-direction: row;
  min-height: 110px;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header .navbarNav {
  margin-left: auto;
}

/* Menu */
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 22px;
  position: relative;
  width: 22px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-line {
  background: #133e53;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
  width: 70%;
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 767px) {
  button#menu-toggler {
    display: none;
  }
  .header .navbarNav {
    width: 110%;
    border-top: 1px solid #d3d8d2;
    margin-left: -15px;
    margin-right: -15px;
  }
  .nav-menu {
    background: #fff;
    /*flex-direction: column;*/
    justify-content: space-between;
    /*opacity: 0;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*transform: translateX(-100%);*/
    width: 65%;
    padding: 10px 0;
    /*height: 100vh;*/
    margin: auto;
  }
  /*.menu-active {*/
  /*  overflow-y: hidden;*/
  /*}*/
  /*.menu-active .nav-menu {*/
  /*  transform: translateX(0%);*/
  /*  opacity: 1;*/
  /*}*/
}
.nav-menu .menu-item {
  line-height: 0;
}
.nav-menu .menu-item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #343434;
  margin: 0px 22px;
  text-decoration: none;
  position: relative;
}
.nav-menu .menu-item.current-menu-item a {
  color: #66aa44;
}
/*.nav-menu .menu-item a::before {*/
/*    position: absolute;*/
/*    width: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    content: " ";*/
/*    height: 2px;*/
/*    background-color: #66AA44;*/
/*    transition: width 0.3s;*/
/*}*/
/*.nav-menu .menu-item a:hover::before,.nav-menu .menu-item.current-menu-item a::before {*/
/*    width: 100%;*/
/*}*/
.nav-menu .menu-item a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  /*.nav-menu .menu-item:not(:last-child) {*/
  /*    margin-bottom: 1rem;*/
  /*}*/
  .nav-menu .menu-item a {
    font-size: 10px;
    line-height: 13px;
    margin: 0;
  }
  .header .logo__secTion {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
}

.hero__sn {
  background-image: url(../img/hero__bnr.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 77vh;
  display: flex;
  align-items: center;
}
.hero__sn .rt__txt .bnr__component {
  width: 95px;
  height: auto;
  margin: auto;
  display: block;
}
.hero__sn .rt__txt h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 81px;
  text-align: center;
  text-transform: capitalize;
  color: #133e53;
  margin-top: 1.6rem;
}
.hero__sn .rt__txt h1 span {
  color: #66aa44;
}
.hero__sn .rt__txt .center__sn {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero__sn .rt__txt .center__sn .card__inr {
  background: #ffffff;
  border: 1px solid #66aa44;
  border-radius: 16px;
  min-height: 105px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
}
.hero__sn .rt__txt .center__sn .card__inr img {
  width: auto;
  height: 30px;
  margin: 0 auto;
  display: block;
}
.hero__sn .rt__txt .center__sn .card__inr p {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #040404;
  margin: 1rem 0 0 0;
}
.hero__sn .rt__txt .btn__end {
  margin-top: 2.5rem;
  text-align: center;
}
.contact__modal .modal-dialog {
  max-width: 650px;
}
.contact__modal .modal-body {
  padding: 45px 30px;
}
.contact__modal .modal-body h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #133e53;
  text-align: center;
  margin-bottom: 1rem;
}
.contact__modal .modal-body p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #051015;
  width: 80%;
  margin: 0 auto 30px;
}
.contact__modal .modal-body p span {
  color: #66aa44;
}
.contact__modal .modal-content {
  z-index: 0;
  border-radius: 24px;
  border: none;
}
.contact__modal .modal-header {
  border: none !important;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.contact__modal .modal-body .input__sn {
  margin-bottom: 14px;
}
.contact__modal .modal-body label {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #4e4f51;
  margin-bottom: 8px;
}
.contact__modal .modal-body .form-control {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #4e4f51;
  padding: 15px;
}
.contact__modal .modal-body .form-control::placeholder {
  color: #b9b9b9;
  opacity: 1;
}
.form-control:focus,
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
.contact__modal .modal-body .btn__primary {
  display: block;
}
.why__electrix .lt__item .card__item {
  margin-bottom: 1.5rem;
}
.why__electrix .lt__item .card__item {
  border: 1px solid #eeeeee;
  padding: 40px 60px;
  display: flex;
}
.why__electrix .lt__item .card__item h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 107%;
  text-align: center;
  color: #040404;
  margin: 0 30px 0 0;
}
.why__electrix .lt__item .card__item h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #040404;
  margin: 0;
}
.why__electrix .lt__item .card__item h6 span {
  color: #66aa44;
  font-weight: 700;
}
.why__electrix .rt__inr {
  position: relative;
}
.why__electrix .rt__inr .ot__item {
  width: 215px;
  position: absolute;
}
.why__electrix .rt__inr .ot__item:nth-child(1) {
  top: 6%;
  left: -6px;
}
.why__electrix .rt__inr .ot__item:nth-child(2) {
  top: -14%;
  left: 20%;
}
.why__electrix .rt__inr .ot__item:nth-child(3) {
  top: -35%;
  right: 24%;
}
.why__electrix .rt__inr .ot__item:nth-child(4) {
  top: 0;
  right: 0;
}
.why__electrix .rt__inr .ot__item .icon {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 3.07692px solid #e6e6e6;
  box-shadow: 0px 2.80702px 9.82456px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 14px;
}
.why__electrix .rt__inr .ot__item .icon img {
  width: 40px;
  height: auto;
}
.why__electrix .rt__inr .rt__img img {
  width: 71.5%;
  height: auto;
  margin: auto;
  display: block;
}
.why__electrix .rt__inr .ot__item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #969696;
  position: relative;
  padding-bottom: 10px;
}
.why__electrix .rt__inr .ot__item p::before {
  position: absolute;
  content: "";
}
.why__electrix .rt__inr .ot__item p::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid #66aa44;
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(103, 170, 6, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(103, 170, 6, 0);
  }
}
.why__electrix .rt__inr .ot__item:nth-child(1) p::before {
  left: 50%;
  top: 100%;
  width: 140px;
  height: 62px;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.why__electrix .rt__inr .ot__item:nth-child(1) p::after {
  left: 110%;
  top: 100%;
  margin-top: 54px;
}
.why__electrix .rt__inr .ot__item:nth-child(2) p::before {
  left: 50%;
  top: 100%;
  width: 130px;
  height: 42px;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.why__electrix .rt__inr .ot__item:nth-child(2) p::after {
  left: 110%;
  top: 100%;
  margin-top: 34px;
}
.why__electrix .rt__inr .ot__item:nth-child(3) p::before {
  left: 50%;
  top: 100%;
  width: 130px;
  height: 42px;
  border-left: 1px solid #e8e8e8;
}
.why__electrix .rt__inr .ot__item:nth-child(3) p::after {
  left: 47%;
  top: 100%;
  margin-top: 34px;
}
.why__electrix .rt__inr .ot__item:nth-child(4) p::before {
  right: 50%;
  top: 100%;
  width: 145px;
  height: 62px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.why__electrix .rt__inr .ot__item:nth-child(4) p::after {
  left: -20%;
  top: 100%;
  margin-top: 54px;
}
.why__orix {
  background: linear-gradient(
    180deg,
    rgba(244, 245, 246, 0.76) 66.85%,
    rgba(244, 245, 246, 0) 100%
  );
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.why__orix::before {
  position: absolute;
  right: -9%;
  top: -16%;
  content: "";
  width: 790px;
  height: 773px;
  background-image: url(../img/orix_compo.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.why__orix .orix__tabs {
    padding-top: 38px;
}
.why__orix .nav-tabs {
  border-bottom: none;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.why__orix .nav-tabs .nav-item.show .nav-link,
.why__orix .nav-tabs .nav-link.active {
  border: none;
  border-top: 4px solid #cfe2b3;
  color: #040404;
}
.why__orix .nav-tabs .nav-item {
  width: 100%;
}
.why__orix .nav-tabs .nav-item:not(:last-child) {
  margin-right: 25px;
}
.why__orix .nav-tabs .nav-link {
  background: transparent;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #040404;
  border-top: 4px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-bottom: 0;
  border-radius: 0;
  text-align: left;
  padding: 24px 0 0;
  position: relative;
  transition: 0.6s all ease-out;
}
.why__orix .nav-tabs .nav-link::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 4px;
  background: #66aa44;
  content: "";
  transition: width 0.4s;
}
.why__orix .nav-tabs .nav-link.active::before {
  width: 60%;
}
.why__orix .nav-tabs .nav-link:focus,
.why__orix .nav-tabs .nav-link:hover {
  border: none;
  border-top: 4px solid #cfe2b3;
}
.why__orix .orix__content .img__area img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  border-radius: 12px;
}
.mobility__ecosystem {
  position: relative;
  background-image: url(../img/ecosystem_bnr.jpg);
  background-size: 74%;
  background-repeat: no-repeat;
  margin-bottom: 4rem;
}
.mobility__ecosystem .card__item {
  background: #ffffff;
  border-bottom: 6px solid #66aa44;
  box-shadow: 0px 11.4954px 57.4769px rgba(49, 32, 138, 0.05);
  border-radius: 12px;
  padding: 45px 75px;
}
.mobility__ecosystem .card__item .logo__electrix {
  width: 270px;
  height: auto;
  margin: auto;
  display: block;
}
.mobility__ecosystem .card__item h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140.02%;
  text-align: center;
  color: #133e53;
  margin: 24px 0;
}
.mobility__ecosystem .card__item h5 span {
  color: #66aa44;
}
.mobility__ecosystem .card__item .btn__primary {
  display: block;
  width: fit-content;
  margin: auto;
}
.our__services {
  background: linear-gradient(
    165.61deg,
    #cdd8bf -56.54%,
    rgba(255, 255, 255, 0) 36.98%,
    #e9efdf 134.49%
  );
}
.our__services .nav {
  justify-content: center;
}
.our__services li.nav-item:not(:last-child) {
  margin-right: 18px;
}
.our__services .nav-pills .nav-link {
  background: #ffffff;
  border: 1px solid #66aa44;
  border-radius: 756px;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #040404;
  padding: 16px 35px;
}
.our__services .nav-pills .nav-link.active,
.our__services .nav-pills .show > .nav-link {
  color: #fff;
  background: #66aa44;
}
.our__services .tab-content .sub__heading {
  margin-top: 84px;
  margin-bottom: 3rem;
}
.our__services .sub__heading h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 107%;
  text-align: center;
  text-transform: capitalize;
  color: #133e53;
  margin-bottom: 24px;
}
.our__services .sub__heading h4 span {
  color: #66aa44;
}
.our__services .sub__heading p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #040404;
  width: 75%;
  margin: auto;
}
.our__services .tab-content .top__card .card__item {
  height: 100%;
  background: #ffffff;
  border-bottom: 2px solid #66aa44;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.6s all ease-out;
}
.our__services .tab-content .top__card .card__item:hover {
  background: #66aa44;
  border-radius: 24px;
}
.our__services .tab-content .top__card .card__item::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 184px;
  height: 360px;
  background-image: url(../img/cars_about_compo.svg);
  background-size: 184px;
  background-repeat: no-repeat;
  z-index: -1;
}
.our__services .tab-content .top__card .card__item .top__sn {
  display: flex;
  align-items: center;
}
.our__services .tab-content .top__card .card__item .top__sn img {
  width: 55px;
  height: auto;
  transition: 0.6s all ease-out;
}
.our__services .tab-content .top__card .card__item:hover .top__sn img {
  filter: brightness(0) invert(1);
}
.our__services .tab-content .top__card .card__item .top__sn h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
  color: #66aa44;
  margin: 0 0 0 38px;
  transition: 0.6s all ease-out;
  position: relative;
  width: 100%;
}
.our__services .tab-content .top__card .card__item .top__sn h4::before {
  position: absolute;
  left: 0;
  bottom: -15px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dadada;
  z-index: -1;
}
.our__services .tab-content .top__card .card__item:hover .top__sn h4,
.our__services .tab-content .top__card .card__item:hover .btm__sm li {
  color: #fff;
}
.our__services .tab-content .top__card .card__item .btm__sm {
  margin-top: 30px;
  padding-left: 1rem;
  margin-bottom: 0;
}
.our__services .tab-content .top__card .card__item .btm__sm li {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #040404;
  transition: 0.6s all ease-out;
}
.our__services .tab-content .bottom__card {
  background: #ffffff;
  box-shadow: 0px 12px 47px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 45px;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.our__services .tab-content .bottom__card h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  text-align: center;
  color: #133e53;
  margin-bottom: 14px;
}
.our__services .tab-content .bottom__card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  text-transform: capitalize;
  color: #66aa44;
  margin: 0;
}
.our__services .tab-content .bottom__card .brdr__rt {
  border-right: 1px solid #dadada;
  height: 80px;
}
.faq__section .main__heading h2::before {
  display: none;
}
.faq__section .accordion-item {
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.faq__section .accordion-item:first-child {
  border-radius: 12px 12px 0 0;
}
.faq__section .accordion-item:last-child {
  border-radius: 0 0 12px 12px;
}
.faq__section .accordion-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #133e53;
  padding: 28px 25px;
}
.faq__section .accordion-button:not(.collapsed) {
  color: #66aa44;
  background: #f4fee7;
  box-shadow: none;
  border-left: 3px solid #66aa44;
}
.faq__section .accordion-collapse {
  background: #f4fee7;
}
.faq__section .accordion-item .accordion-body {
  padding: 0 35px 35px;
}
.faq__section .accordion-item .accordion-body p {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #133e53;
  margin: 0;
}
.faq__section .accordion-button:focus {
  box-shadow: none;
}
.faq__section .accordion-button::after {
  background-image: url(../img/dashicons_arrow-down.svg);
  background-size: 6px;
  background-position: center;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition: 0.4s all ease-in-out;
}
.faq__section .accordion-item .accordion-button:not(.collapsed)::after {
  background-size: 9px;
  background-color: #66aa44;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-image: url(../img/dashicons_arrow-down_white.svg);
  transform: rotate(0deg);
}
.other__item {
  margin-top: 4.5rem;
}
.other__item h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #133e53;
}
.other__item .card__item {
  background: #133e53;
  border: 1px solid #d9d9d9;
  border-radius: 99px;
  padding: 20px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other__item .card__item img {
  width: 58px;
  height: auto;
}
.other__item .card__item .brdr__center {
  border-right: 1px solid #66aa44;
  height: 48px;
}
.other__item .card__item p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #ffffff;
  width: 62%;
  margin: 0;
}
.send__us .send__card {
  background: #66aa44;
  border: 2px solid #ffffff;
  box-shadow: 0px 11.4954px 57.4769px rgba(49, 32, 138, 0.05);
  border-radius: 12px;
  min-height: 500px;
  padding: 36px 225px;
}
.send__us .send__card h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 18px;
}
.send__us .send__card p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #f1f1f1;
  margin-bottom: 24px;
}
.send__us .send__card .input__sn {
  margin-bottom: 14px;
}
.send__us .send__card .input__sn label {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 8px;
}
.send__us .send__card .input__sn .form-control {
  background-color: #fcfff7;
  border: 1px solid #dbf0bd;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #66aa44;
  padding: 14px;
}
.send__us .send__card .input__sn .form-control::placeholder {
  color: #66aa44;
}
.send__us .send__card .btn__secondary {
  width: 265px;
  margin: 10px auto 0;
  display: block;
}
.footer__sn {
  background: #17487e;
  margin-top: -220px;
  padding-top: 300px;
}
.footer__sn .ftr__inr {
  padding-bottom: 24px;
}
.footer__sn .item__ftr h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer__sn .item__ftr ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__sn .item__ftr ul li a,
.footer__sn .item__ftr ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  text-decoration: none;
}
.footer__sn .item__ftr ul li span {
  font-weight: 600;
}
.footer__sn .item__ftr ul li img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.footer__sn .item__ftr .social__sn {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.footer__sn .item__ftr .social__sn li a img {
  width: 35px;
  height: auto;
}
.footer__sn .ftr__btm {
  border-top: 1px solid #ffffff;
  padding: 24px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__sn .ftr__btm ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer__sn .ftr__btm ul li a,
.footer__sn .ftr__btm p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .main__heading h2 {
    font-size: 26px;
    margin: 0 auto 20px;
  }
  .main__heading p {
    font-size: 14px;
    line-height: 128%;
  }
  .main__heading h2 span::before {
    bottom: -8px;
    height: 24px;
  }
  .main__heading h2 span {
    padding-right: 38px;
  }
  .inner__gapTop {
    margin-top: 1.5rem;
  }
  .rn__section__gapTop {
    padding: 2rem 0;
  }
  .send__us .send__card {
    padding: 16px;
  }
  .why__orix::before {
    right: -30%;
    top: -5%;
    width: 70%;
    height: 230px;
  }
  .why__orix .nav-tabs .nav-item:not(:last-child) {
    margin-right: 10px;
  }
  .why__orix .nav-tabs {
    column-count: 2;
    display: block;
  }
  .why__orix .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
    min-height: 78px;
    display: flex;
  }
  .why__orix .orix__content .img__area img {
    height: auto;
  }
  .faq__section .accordion-button {
    font-size: 12px;
    line-height: 17px;
    padding: 10px;
  }
  .faq__section .accordion-item .accordion-body p {
    font-size: 12px;
    line-height: 17px;
  }
  .faq__section .accordion-item .accordion-body {
    padding: 0 20px 20px;
  }
  .mobility__ecosystem {
    background-size: cover;
    margin-bottom: 1rem;
  }
  .mobility__ecosystem .card__item {
    padding: 1rem;
  }
  .mobility__ecosystem .card__item .logo__electrix {
    width: 150px;
  }
  .mobility__ecosystem .card__item h5 {
    font-size: 16px;
    margin: 16px 0;
  }
  .header__spacing {
    min-height: 110px;
  }
  .header .dropdown .btn__dropdown {
    line-height: 0;
  }
  .btn__primary,
  .btn__secondary {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
  }
  .hero__sn {
    background-image: url(../img/hero_mobile_bnr.jpg);
    min-height: 91vh;
  }
  .hero__sn .rt__txt {
    margin-top: 11rem;
  }
  .hero__sn .rt__txt h1 {
    font-size: 26px;
    line-height: 28px;
    margin-top: 10px;
  }
  .hero__sn .rt__txt .center__sn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero__sn .rt__txt .center__sn .card__inr {
    width: 110px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .hero__sn .rt__txt .center__sn .card__inr:nth-child(3),
  .hero__sn .rt__txt .center__sn .card__inr:last-child {
    margin-right: 0;
  }
  .hero__sn .rt__txt .center__sn .card__inr:nth-child(4),
  .hero__sn .rt__txt .center__sn .card__inr:last-child {
    margin-bottom: 0;
  }
  .hero__sn .rt__txt .center__sn .card__inr p {
    font-size: 12px;
    line-height: 16px;
  }
  .hero__sn .rt__txt .btn__end {
    margin-top: 1rem;
  }
  .hero__sn .rt__txt .bnr__component {
    width: 40px;
  }
  .why__electrix .lt__item {
    margin-bottom: 6rem;
  }
  .why__electrix .lt__item .card__item {
    padding: 1rem;
  }
  .why__electrix .lt__item .card__item h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .why__electrix .lt__item .card__item h1 {
    font-size: 32px;
    margin: 0 16px 0 0;
  }
  .header .logo__secTion .logo img {
    width: auto;
    height: 45px;
  }
  .header .navbar {
    min-height: 110px;
  }
  .header .dropdown {
    margin: 0 0 0 10px;
    min-height: 75px;
  }
  .header .dropdown-menu {
    width: 100%;
  }
  .our__services .nav-pills .nav-link {
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
  }
  .our__services .nav {
    justify-content: center;
  }
  .our__services .nav-pills .nav-link {
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
  }
  .our__services li.nav-item:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .our__services .tab-content .sub__heading {
    margin: 1rem 0;
  }
  .our__services .sub__heading h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .our__services .sub__heading p {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
  }
  .our__services .tab-content .top__card .card__item .top__sn img {
    width: 48px;
  }
  .our__services .tab-content .top__card .card__item .top__sn h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 0 30px;
  }
  .our__services .tab-content .top__card .card__item .btm__sm li {
    font-size: 12px;
    line-height: 20px;
  }
  .our__services .tab-content .top__card .card__item .btm__sm {
    margin-top: 20px;
  }
  .our__services .tab-content .top__card .card__item {
    height: auto;
    padding: 25px;
    margin-bottom: 1rem;
  }
  .our__services .tab-content .top__card .col-lg-3:last-child .card__item {
    margin-bottom: 0;
  }
  .our__services .tab-content .top__card .card__item::before {
    width: 132px;
    height: 260px;
    background-size: 132px;
  }
  .our__services .tab-content .bottom__card {
    padding: 30px;
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .our__services .tab-content .bottom__card h1 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .our__services .tab-content .bottom__card p {
    font-size: 12px;
  }
  .our__services .tab-content .bottom__card .text__sn {
    margin-bottom: 1rem;
    width: 50%;
  }
  .our__services .tab-content .bottom__card .text__sn:last-child {
    margin-bottom: 0;
  }
  .our__services .tab-content .bottom__card .brdr__rt {
    display: none;
  }
  .other__item {
    margin-top: 2rem;
  }
  .other__item h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .other__item .card__item {
    padding: 1rem 2.5rem;
    margin-bottom: 10px;
  }
  .other__item .card__item p {
    font-size: 14px;
    line-height: 20px;
  }
  .other__item .card__item img {
    width: 45px;
  }
  .send__us .send__card h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .send__us .send__card p {
    margin-bottom: 12px;
  }
  .send__us .send__card .input__sn {
    margin-bottom: 7px;
  }
  .send__us .send__card .input__sn label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .send__us .send__card .input__sn .form-control {
    line-height: 13px;
    padding: 12px;
  }
  .send__us .send__card .btn__secondary {
    width: 100%;
  }
  .footer__sn .item__ftr {
    margin-bottom: 1.5rem;
  }
  .footer__sn .ftr__inr div:last-child .item__ftr {
    margin-bottom: 0;
  }
  .footer__sn .item__ftr ul li a,
  .footer__sn .item__ftr ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .footer__sn .item__ftr ul li img {
    width: 14px;
    margin-right: 8px;
  }
  .footer__sn .item__ftr h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .footer__sn {
    margin-top: -275px;
  }
  .footer__sn .ftr__btm {
    padding: 14px 0 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__sn .ftr__btm ul {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 6px;
  }
  .footer__sn .ftr__btm ul li a,
  .footer__sn .ftr__btm p {
    font-size: 14px;
    line-height: 22px;
    margin-right: 0;
  }
  .header .dropdown-toggle::after {
    background-size: 12px;
    width: 12px;
    height: 7px;
  }
  .why__electrix .rt__inr .rt__img {
    height: 450px;
    display: flex;
    align-items: center;
  }
  .why__electrix .rt__inr .rt__img img {
    width: 100%;
  }
  .why__electrix .rt__inr .ot__item p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 5px;
  }
  .why__electrix .rt__inr .ot__item {
    width: 175px;
  }
  .why__electrix .rt__inr .ot__item .icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 10px;
  }
  .why__electrix .rt__inr .ot__item .icon img {
    width: 30px;
  }
  .why__electrix .rt__inr .ot__item:nth-child(2) {
    top: unset;
    left: 0;
    bottom: -30px;
  }
  .why__electrix .rt__inr .ot__item:nth-child(2) p::before {
    left: 64px;
    top: -206px;
    width: 23px;
    height: 135px;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-left: none;
    border-bottom: none;
  }
  .why__electrix .rt__inr .ot__item:nth-child(2) p::after {
    left: 54px;
    top: -212px;
    margin-top: 0;
  }
  .why__electrix .rt__inr .ot__item:nth-child(1) {
    top: -2%;
    left: -8%;
  }
  .why__electrix .rt__inr .ot__item:nth-child(1) p::after {
    left: 97%;
  }
  .why__electrix .rt__inr .ot__item:nth-child(1) p::before {
    width: 95px;
  }
  .why__electrix .rt__inr .ot__item:nth-child(4) {
    top: unset;
    right: 10px;
    bottom: -8%;
  }
  .why__electrix .rt__inr .ot__item:nth-child(4) p::before {
    right: 32%;
    top: -195px;
    width: 35px;
    height: 120px;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-right: none;
    border-bottom: none;
  }
  .why__electrix .rt__inr .ot__item:nth-child(4) p::after {
    right: 48px;
    top: -202px;
    margin-top: 0;
    left: unset;
  }
  .why__electrix .rt__inr .ot__item:nth-child(3) {
    top: -12%;
    right: 3%;
  }
  .why__electrix {
    overflow: hidden;
  }
  .contact__modal .modal-body h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .contact__modal .modal-body p {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin: 0 auto 15px;
  }
  .contact__modal .modal-body .form-control {
    font-size: 12px;
    line-height: 13px;
    padding: 12px;
  }
  .contact__modal .modal-body label {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .contact__modal .modal-body .input__sn {
    margin-bottom: 8px;
  }
  .contact__modal .modal-body {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 1361px) and (max-width: 1600px) {
  .btn__secondary {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;
  }
  .hero__sn .rt__txt .center__sn .card__inr {
    width: 105px;
  }
  .hero__sn .rt__txt h1 {
    font-size: 45px;
    line-height: 56px;
    margin-top: 1rem;
  }
  .hero__sn .rt__txt .bnr__component {
    width: 80px;
  }
  .hero__sn .rt__txt .center__sn .card__inr p {
    font-size: 12px;
    line-height: 16px;
  }
  .main__heading h2 {
    font-size: 42px;
    margin: 0 auto 32px;
  }
  .main__heading p {
    font-size: 16px;
  }
  .why__electrix .lt__item .card__item {
    padding: 25px;
  }
  .why__electrix .lt__item .card__item h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .why__electrix .lt__item .card__item h1 {
    font-size: 50px;
    margin: 0 20px 0 0;
  }
  .why__orix .nav-tabs .nav-item:not(:last-child) {
    margin-right: 15px;
  }
  .why__orix .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
  .why__orix::before {
    right: -12%;
    top: -11%;
    width: 680px;
    height: 670px;
  }
  .mobility__ecosystem .card__item {
    padding: 25px 40px;
  }
  .mobility__ecosystem .card__item h5 {
    font-size: 18px;
    margin: 18px 0;
  }
  .mobility__ecosystem {
    background-size: 78%;
    margin-bottom: 3rem;
  }
  .mobility__ecosystem .card__item .logo__electrix {
    width: 180px;
  }
  .btn__primary {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;
  }
  .our__services .nav-pills .nav-link {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 25px;
  }
  .our__services li.nav-item:not(:last-child) {
    margin-right: 10px;
  }
  .our__services .tab-content .top__card .card__item {
    padding: 1.5rem 15px;
  }
  .our__services .tab-content .top__card .card__item .top__sn img {
    width: 45px;
  }
  .our__services .tab-content .top__card .card__item .top__sn h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 15px;
  }
  .our__services .tab-content .bottom__card h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .our__services .tab-content .bottom__card p {
    font-size: 14px;
  }
  .other__item .card__item img {
    width: 40px;
  }
  .other__item .card__item p {
    font-size: 12px;
    line-height: 18px;
    width: 70%;
  }
  .other__item .card__item {
    padding: 15px 20px;
  }
  .send__us .send__card {
    padding: 30px 100px;
  }
  .faq__section .accordion-button {
    font-size: 16px;
    line-height: 20px;
    padding: 22px 20px;
  }
  .faq__section .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 22px;
  }
  .other__item h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__sn .item__ftr ul li a,
  .footer__sn .item__ftr ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .footer__sn .item__ftr h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .footer__sn .ftr__btm ul li a,
  .footer__sn .ftr__btm p {
    font-size: 14px;
    line-height: 25px;
  }
  .our__services .sub__heading h4 {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .our__services .tab-content .sub__heading {
    margin-top: 60px;
    margin-bottom: 3rem;
  }
  .our__services .tab-content .top__card .card__item .btm__sm li {
    font-size: 12px;
    line-height: 19px;
  }
  .our__services .tab-content .bottom__card {
    padding: 30px;
    margin-top: 2rem;
  }
  .our__services .tab-content .top__card .card__item::before {
    width: 160px;
    height: 320px;
    background-size: 160px;
  }
  .our__services .sub__heading p {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
  }
  .why__electrix .rt__inr .rt__img img {
    width: 80%;
  }
  .why__electrix .rt__inr .ot__item p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 6px;
  }
  .why__electrix .rt__inr .ot__item .icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 8px;
  }
  .why__electrix .rt__inr .ot__item .icon img {
    width: 30px;
  }
  .why__electrix .rt__inr .ot__item:nth-child(1) {
    left: -95px;
    top: -1%;
  }
  .why__electrix .rt__inr .ot__item:nth-child(2) {
    top: -18%;
    left: 6%;
  }
  .why__electrix .rt__inr .ot__item:nth-child(3) {
    right: 16%;
    top: -42%;
  }
  .why__electrix .rt__inr .ot__item:nth-child(4) {
    right: -14%;
    top: -20%;
  }
  .header .logo__secTion .logo img {
    height: 55px;
  }
  .nav-menu .menu-item a {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 15px;
  }
  .hero__sn {
    background-size: cover;
  }
  .header__spacing {
    min-height: 85px;
  }
  .header .dropdown,
  .header .navbar {
    min-height: 85px;
  }
}
@media only screen and (max-width: 374px) {
  .hero__sn .rt__txt .center__sn .card__inr p {
    font-size: 10px;
    line-height: 12px;
    margin: 8px 0 0 0;
  }
  .hero__sn .rt__txt .center__sn .card__inr {
    min-height: 85px;
    width: 92px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .hero__sn {
    min-height: 70vh;
  }
  .hero__sn .rt__txt .center__sn .card__inr img {
    width: auto;
    height: 25px;
  }
  .hero__sn .rt__txt h1 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 8px;
  }
  .btn__primary,
  .btn__secondary {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 16px;
  }
  .hero__sn .rt__txt .center__sn {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.header .logo__secTion .logo img {
    height: 45px;
}
.header .dropdown {
    margin: 0 10px;
    min-height: 70px;
}
.header .dropdown .btn__dropdown {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .dropdown-toggle::after {
    background-size: 12px;
    width: 12px;
}
.nav-menu .menu-item a {
    font-size: 12px;
    line-height: 18px;
    margin: 0px 10px;
}
.header__spacing {
    min-height: 70px;
}
.header .navbar {
    min-height: 70px;
}
.hero__sn {
    min-height: 67vh;
}
.hero__sn .rt__txt {
    margin-top: 30vh;
}
.hero__sn .rt__txt h1 {
    font-size: 28px;
    line-height: 35px;
    margin-top: 10px;
}
.hero__sn .rt__txt .bnr__component {
    width: 50px;
}
.hero__sn .rt__txt .center__sn .card__inr p {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0 0;
}
.hero__sn .rt__txt .center__sn .card__inr {
    width: 130px;
}
.btn__primary, .btn__secondary {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 18px;
}
.hero__sn .rt__txt .btn__end {
    margin-top: 1rem;
}
.rn__section__gapTop {
    padding: 3rem 0;
}
.main__heading h2 {
    font-size: 30px;
    margin: 0 auto 20px;
}
.main__heading p {
    font-size: 14px;
}
.main__heading h2 span {
    padding-right: 40px;
}
.main__heading h2 span::before {
    height: 40px;
    background-size: 100%;
}
.inner__gapTop {
    margin-top: 1.5rem;
}
.why__electrix .lt__item .card__item h6 {
    font-size: 20px;
    line-height: 28px;
}
.why__electrix .lt__item .card__item h1 {
    font-size: 45px;
    margin: 0 20px 0 0;
}
.why__electrix .lt__item .card__item {
    padding: 25px 40px;
    margin-bottom: 10px;
}
.why__orix .nav-tabs .nav-link {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 0;
}
.why__orix .orix__content .img__area img {
    height: 350px;
}
.why__orix::before {
    right: -14%;
    top: -5%;
    width: 270px;
    height: 270px;
}
.why__electrix .rt__inr .rt__img {
    min-height: 450px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.why__electrix .rt__inr .rt__img img {
    width: 65%;
    margin: 0 auto;
}
.why__electrix .rt__inr .ot__item p {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
}
.why__electrix .rt__inr .ot__item .icon img {
    width: 25px;
}
.why__electrix .rt__inr .ot__item .icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 7px;
}
.why__electrix .rt__inr .ot__item:nth-child(1) {
    top: 30%;
    left: -45px;
}
.why__electrix .rt__inr .ot__item:nth-child(2) {
    top: 19%;
    left: 10%;
}
.why__electrix .rt__inr .ot__item:nth-child(3) {
    top: 5%;
    right: 20%;
}
.why__electrix .rt__inr .ot__item:nth-child(4) {
    top: 20%;
    right: -5%;
}
.mobility__ecosystem .card__item .logo__electrix {
    width: 120px;
}
.mobility__ecosystem .card__item h5 {
    font-size: 16px;
    margin: 15px 0;
}
.mobility__ecosystem .card__item {
    padding: 20px;
}
.mobility__ecosystem {
    background-size: 90%;
    margin-bottom: 1rem;
}
.our__services .nav-pills .nav-link {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 15px;
}
.our__services li.nav-item:not(:last-child) {
    margin-right: 8px;
}
.our__services .tab-content .sub__heading {
    margin-top: 20px;
    margin-bottom: 1rem;
}
.our__services .sub__heading h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.our__services .sub__heading p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
.our__services .tab-content .top__card .card__item .top__sn h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 0 25px;
}
.our__services .tab-content .top__card .card__item .top__sn img {
    width: 45px;
}
.our__services .tab-content .top__card .card__item .btm__sm {
    margin-top: 16px;
}
.our__services .tab-content .top__card .card__item .btm__sm li {
    font-size: 12px;
    line-height: 20px;
}
.our__services .tab-content .top__card .card__item {
    padding: 20px;
}
.our__services .tab-content .top__card .col-md-6 {
    margin-bottom: 1rem;
}
.our__services .tab-content .bottom__card {
    padding: 16px;
    margin-top: 1rem;
}
.our__services .tab-content .bottom__card h1 {
    font-size: 20px;
    margin-bottom: 8px;
}
.our__services .tab-content .bottom__card p {
    font-size: 10px;
}
.our__services .tab-content .top__card .card__item::before{
    width: 135px;
    height: 260px;
    background-size: 136px;
}
.faq__section .accordion-button {
    font-size: 14px;
    line-height: 15px;
    padding: 10px 15px;
}
.faq__section .accordion-item .accordion-body p {
    font-size: 12px;
    line-height: 18px;
}
.faq__section .accordion-button::after {
    width: 28px;
    height: 28px;
}
.other__item {
    margin-top: 2rem;
}
.other__item h6 {
    font-size: 14px;
    line-height: 20px;
}
.other__item .card__item {
    padding: 12px 18px;
}
.other__item .card__item p {
    font-size: 12px;
    line-height: 16px;
    width: 65%;
}
.other__item .card__item img {
    width: 35px;
}
.other__item .card__item .brdr__center {
    height: 30px;
}
.send__us .send__card {
    min-height: auto;
    padding: 20px 50px;
}
.send__us .send__card h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.send__us .send__card p {
    margin-bottom: 12px;
}
.send__us .send__card .input__sn label {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
}
.send__us .send__card .input__sn .form-control {
    font-size: 10px;
    line-height: 12px;
    padding: 10px;
}
.send__us .send__card .input__sn {
    margin-bottom: 7px;
}
.footer__sn {
    margin-top: -120px;
    padding-top: 150px;
}
.footer__sn .item__ftr h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer__sn .item__ftr ul li a, .footer__sn .item__ftr ul li {
    font-size: 10px;
    line-height: 14px;
}
.footer__sn .item__ftr ul li:not(:last-child) {
    margin-bottom: 7px;
}
.footer__sn .item__ftr ul li img {
    width: 12px;
    margin-right: 5px;
}
.footer__sn .item__ftr .social__sn li {
    margin-bottom: 0 !important;
}
.footer__sn .item__ftr .social__sn li a img {
    width: 20px;
    height: auto;
}
.footer__sn .ftr__inr {
    padding-bottom: 12px;
}
.footer__sn .ftr__btm ul li a, .footer__sn .ftr__btm p {
    font-size: 10px;
    line-height: 14px;
    margin-right: 10px;
}
.footer__sn .ftr__btm p {
    margin-right: 0;
}
.footer__sn .ftr__btm {
    padding: 8px 0;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1360px) {
.header .logo__secTion .logo img {
    height: 50px;
}
.header .dropdown {
    margin: 0 15px;
    min-height: 85px;
}
.header .navbar {
    min-height: 85px;
}
.header__spacing {
    min-height: 85px;
}
.header .dropdown-toggle::after {
    width: 15px;
    height: 10px;
}
.nav-menu .menu-item a {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 10px;
}
.hero__sn .rt__txt h1 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 10px;
}
.hero__sn .rt__txt .bnr__component {
    width: 55px;
}
.hero__sn .rt__txt .center__sn .card__inr p {
    font-size: 10px;
    line-height: 12px;
    margin: 6px 0 0 0;
}
.hero__sn .rt__txt .center__sn .card__inr img {
    height: 25px;
}
.hero__sn .rt__txt .center__sn .card__inr {
    min-height: 85px;
    width: 88px;
}
.btn__primary, .btn__secondary {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px;
}
.hero__sn .rt__txt .btn__end {
    margin-top: 1rem;
}
.hero__sn {
    min-height: 45vh;
}
.main__heading h2 {
    font-size: 30px;
    margin: 0 auto 25px;
}
.main__heading h2 span {
    padding-right: 50px;
}
.main__heading h2 span::before {
    bottom: -10px;
    height: 30px;
}
.main__heading p {
    font-size: 14px;
}
.rn__section__gapTop {
    padding: 3rem 0;
}
.inner__gapTop {
    margin-top: 2rem;
}
.why__orix .nav-tabs .nav-link {
    font-size: 12px;
    line-height: 20px;
    padding: 12px 0 0;
}
.why__orix .orix__content .img__area img {
    height: auto;
}
.why__orix::before {
    right: -8%;
    top: -10%;
    width: 385px;
    height: 385px;
}
.mobility__ecosystem .card__item h5 {
    font-size: 16px;
    margin: 15px 0;
}
.mobility__ecosystem .card__item .logo__electrix {
    width: 130px;
}
.mobility__ecosystem .card__item {
    padding: 1.5rem;
}
.mobility__ecosystem {
    background-size: 78%;
    margin-bottom: 1rem;
}
.our__services .nav-pills .nav-link {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 28px;
}
.our__services .sub__heading h4 {
    font-size: 24px;
    margin-bottom: 12px;
}
.our__services .sub__heading p {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
}
.our__services .tab-content .sub__heading {
    margin-top: 30px;
    margin-bottom: 1.5rem;
}
.our__services .tab-content .top__card .card__item .top__sn img {
    width: 30px;
}
.our__services .tab-content .top__card .card__item .top__sn h4 {
    font-size: 14px;
    line-height: 16px;
}
.our__services .tab-content .top__card .card__item .btm__sm li {
    font-size: 10px;
    line-height: 16px;
}
.our__services .tab-content .top__card .card__item {
    border-radius: 12px;
    padding: 12px;
}
.our__services .tab-content .bottom__card {
    padding: 20px;
    margin-top: 1.5rem;
}
.our__services .tab-content .bottom__card h1 {
    font-size: 22px;
    margin-bottom: 5px;
}
.our__services .tab-content .bottom__card p {
    font-size: 12px;
}
.our__services .tab-content .bottom__card .brdr__rt {
    height: 60px;
}
.faq__section .accordion-button {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 20px;
}
.faq__section .accordion-item .accordion-body p {
    font-size: 12px;
    line-height: 20px;
}
.other__item h6 {
    font-size: 14px;
    line-height: 20px;
}
.other__item {
    margin-top: 2.5rem;
}
.other__item .card__item p {
    font-size: 12px;
    line-height: 20px;
    width: 65%;
}
.other__item .card__item img {
    width: 40px;
}
.other__item .card__item {
    padding: 14px 35px;
}
.send__us .send__card {
    min-height: auto;
    padding: 30px 60px;
}
.send__us .send__card h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
}
.send__us .send__card .input__sn .form-control {
    padding: 10px;
}
.send__us .send__card .input__sn label {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
.send__us .send__card .input__sn {
    margin-bottom: 10px;
}
.footer__sn {
    margin-top: -150px;
    padding-top: 185px;
}
.footer__sn .item__ftr ul li a, .footer__sn .item__ftr ul li {
    font-size: 12px;
    line-height: 24px;
}
.footer__sn .item__ftr h5 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
}
.footer__sn .item__ftr ul li img {
    width: 15px;
    margin-right: 7px;
}
.footer__sn .item__ftr .social__sn {
    margin-top: 8px;
}
.footer__sn .item__ftr .social__sn li a img {
    width: 25px;
}
.footer__sn .ftr__btm ul li a, .footer__sn .ftr__btm p {
    font-size: 12px;
    line-height: 22px;
    margin-right: 12px;
}
.footer__sn .ftr__btm {
    padding: 15px 0 10px;
}
.why__electrix .lt__item .card__item {
    padding: 12px 15px;
}
.why__electrix .lt__item .card__item h1 {
    font-size: 38px;
    margin: 0 12px 0 0;
}
.why__electrix .lt__item .card__item h6 {
    font-size: 16px;
    line-height: 22px;
}
.why__electrix .rt__inr .rt__img img {
    width: 75%;
}
.why__electrix .rt__inr .ot__item p {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
}
.why__electrix .rt__inr .ot__item .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 8px;
}
.why__electrix .rt__inr .ot__item .icon img {
    width: 25px;
    height: auto;
}
.why__electrix .rt__inr .ot__item {
    width: 140px;
}
.why__electrix .rt__inr .ot__item:nth-child(1) p::before {
    width: 90px;
}
.why__electrix .rt__inr .ot__item:nth-child(1) {
    top: -6%;
    left: -5%;
}
.why__electrix .rt__inr .ot__item:nth-child(2) {
    top: -20%;
    left: 12%;
}
.why__electrix .rt__inr .ot__item:nth-child(2) p::before {
    width: 95px;
}
.why__electrix .rt__inr .ot__item:nth-child(3) {
    top: -45%;
    right: 20%;
}
.why__electrix .rt__inr .ot__item:nth-child(4) {
    top: -8%;
    right: -3%;
}
.why__electrix .rt__inr .ot__item:nth-child(4) p::before {
    width: 90px;
}
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
.contact__modal .modal-body .form-control {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 16px;
}
.contact__modal .modal-body {
    padding: 25px;
}
}
