* {
  font-family: "Nunito Sans", sans-serif;
}
.navigation {
  width: 100%;
  margin: auto;
  height: auto;
  display: flex;
  padding-top: 12px;
  align-items: center;
}
.nav-container {
  display: flex;
  width: 100%;
  padding-left: 8.055%;
}
.logoContainer {
  width: 150px;
  height: auto;
  margin-right: 4.61%;
  margin-top: auto;
  margin-bottom: auto;
}
.logoContainer img {
  width: 100%;
  height: auto;
}
.nav-bar {
  width: 53%;
}
.nav-bar li {
  text-decoration: none;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.nav-bar li a {
  text-decoration: none;
  color: #0c3653;
  opacity: 0.6;
}
.nav-bar > ul > li > a:hover {
  color: #2b2f91;
  opacity: 1;
  border-bottom: 3px solid #2b2f91;
}
.active {
  color: #2b2f91 !important;
  opacity: 1 !important;
  border-bottom: 3px solid #2b2f91;
}
.productsUl {
  display: none;
  position: absolute;
  z-index: 100;
  padding: 24px;
  padding-top: 24px;
  background: #2b2f91;
  width: 850px;
  left: -200px;
  border-radius: 4px;
  box-shadow: 16px 12px 40px -24px rgb(0 0 0 / 0.82);
}
#products:hover .productsUl {
  display: flex;
  flex-wrap: wrap;
}
.productsUl li {
  margin-right: 2%;
  margin-left: 2%;
}
.ProductsUlSub {
  width: 230px;
  margin-bottom: 32px;
}
.productsUl li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  opacity: 0.87;
}
.productsUl li a:hover {
  color: #fff;
  border-bottom: 1.4px solid #fff;
}
.productsUl li:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: none;
}
.aboutusUl {
  display: none;
  position: absolute;
  z-index: 100;
  padding: 16px;
  padding-top: 16px;
  background: #e8f1f8;
  border-radius: 4px;
  width: max-content;
  box-shadow: 16px 12px 40px -24px rgb(0 0 0 / 0.82);
}
#about:hover .aboutusUl {
  display: block;
}
#dropdown {
  height: 15px;
  width: 15px;
  margin-left: 8px;
}
.aboutusUl li a {
  font-size: 18px;
  font-weight: 400;
}
.aboutusUl li:hover {
  text-decoration: none;
}
.ham {
  display: none;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
.ham img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.bar {
  cursor: pointer;
}
.navbar-contact-details {
  text-align: right;
  float: right;
  margin-left: 16.98%;
}
.navbar-contact-details > p > a {
  color: #2b2f91;
}
.navbar-contact-details p:first-child {
  opacity: 0.6;
  text-transform: capitalize;
  color: #0c3653;
  margin-bottom: 0;
}
.navbar-contact-details p:nth-child(2) {
  text-transform: captalize;
  margin-bottom: 0;
  font-weight: 700;
}
.navbar-contact-details p:last-child {
  text-transform: captalize;
  margin-bottom: 0;
  font-weight: 700;
}
.nav-bar li img {
  height: 20px;
  width: 20px;
}
.nav-bar li:nth-child(2):hover .productsUl {
  display: block;
}
.subMenu li a {
  font-size: 16px;
}
.subMenuHeader {
  color: #fff;
  margin-bottom: 4px;
  font-weight: 600;
}
.subMenu {
  padding: 0;
}
.nav-bar > ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  margin-top: 32px;
}
.nav-bar > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 100;
  padding: 24px;
  padding-top: 24px;
  background: #2b2f91;
  width: 850px;
  left: -200px;
  border-radius: 4px;
  box-shadow: 16px 12px 40px -24px rgb(0 0 0 / 0.82);
}
.nav-bar > ul > li:hover ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-bar > ul > li > ul > li {
  flex-wrap: wrap;
}
.nav-bar > ul > li > ul > li {
  width: 265px;
  margin-bottom: 32px;
}
.nav-bar > ul > li > ul > li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.nav-bar > ul > li > ul > li > ul > li > a {
  opacity: 0.6;
}
.nav-bar > ul > li > ul > li > ul > li a:hover {
  color: #fff;
  opacity: 1;
  border-bottom: 1.4px solid #fff;
}
.nav-bar > ul > li > ul > li > ul {
  padding-left: 0;
}
.nav-bar > ul > li > ul > li > a {
  font-size: 18px;
}
@media (max-width: 1300px) {
  .nav-bar {
    width: 55%;
  }
  .navbar-contact-details {
    margin-left: 5%;
  }
}
@media (max-width: 1200px) {
  .nav-bar {
    width: 55%;
  }
  .navbar-contact-details {
    margin-left: 5%;
  }
}
@media (max-width: 1120px) {
  .nav-bar {
    width: 58%;
  }
  .navbar-contact-details {
    margin-left: 2%;
  }
}
@media (max-width: 1024px) {
  .navbar-contact-details {
    text-align: right;
    float: none;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%);
  }
  .navbar-contact-details p:first-child {
    display: none;
  }
  .ham {
    display: block;
    margin-right: 8.055%;
  }
  .nav-container {
    display: block;
  }
  .navigation {
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 12px;
  }
  .nav-bar {
    display: none;
    margin-top: 0;
  }
  .logoContainer {
    width: 100px;
    height: auto;
  }
  .nav-bar {
    padding: 0.5rem;
  }
  .nav-bar li {
    padding: 0 0 0 0;
  }
  .aboutusUl {
    position: relative;
    background: none;
    margin-bottom: 0;
    width: max-content;
    box-shadow: unset;
  }
  .aboutusUl li {
    padding: 0;
  }
  .productsUl {
    position: relative;
    background: none;
    margin-bottom: 0;
    width: max-content;
    box-shadow: unset;
  }
  .productsUl li {
    padding: 0;
  }
  .navbar-active {
    display: block;
  }
  .productsUl li a {
    font-size: 18px;
    font-weight: 400;
    color: #2b2f91;
    opacity: 1;
  }
  .productsUl li a:hover {
    color: #2b2f91;
  }
  .productsUl li:hover {
    text-decoration: underline;
    color: #fff;
    border-bottom: none;
  }
  #products:hover .productsUl {
    display: block;
    left: 0;
  }
  .ProductsUlSub {
    width: 100%;
    margin-bottom: 0;
  }
  .subMenuHeader {
    color: #2b2f91;
  }
  .nav-bar > ul {
    display: block;
    margin-top: 0;
  }
  .nav-bar > ul > li > ul {
    position: relative;
    background: none;
    margin-bottom: 0;
    width: max-content;
    box-shadow: unset;
    left: 0;
  }
  .nav-bar > ul > li > ul > li {
    padding: 0;
  }
  .nav-bar > ul > li > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #2b2f91;
    opacity: 1;
  }
  .nav-bar > ul > li > ul > li > a:hover {
    color: #2b2f91;
  }
  .nav-bar > ul > li:hover ul {
    display: block;
  }
  .nav-bar > ul > li > ul > li {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }
  .nav-bar > ul > li > ul > li > ul > li > a {
    color: #2b2f91;
  }
  .nav-bar > ul > li > ul > li > ul > li > a:hover {
    color: #2b2f91;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .nav-container {
    padding-left: 0;
  }
  .navbar-contact-details p {
    font-size: 16px;
  }
}
@media (max-width: 578px) {
  .logoContainer {
    width: 80px;
    height: auto;
  }
  .nav-bar li {
    font-size: 16px;
  }
}
@media (max-width: 533px) {
  .navbar-contact-details p {
    font-size: 12px;
  }
}
#eve-modal {
  background-color: rgb(0 0 0 / 0.4) !important;
}
.everest-popup {
  max-width: 450px;
  margin: auto;
  height: auto;
}
.everest-popup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.evem-modal-content {
  border: unset !important;
}
.eve-close,
.eve-close-1,
.eve-close-2,
.eve-close-3 {
  border: unset !important;
  font-size: 36px;
  background-color: unset !important;
  right: 0;
  float: right;
}
.evem-title {
  margin-bottom: unset !important;
  font-size: 20px !important;
}
.evem-header {
  display: flex !important;
  gap: 4px !important;
  justify-content: space-between !important;
  padding: 0 16px !important;
  border: unset !important;
  align-items: center !important;
}
.evem-modal-body {
  padding: unset !important;
  max-height: 80vh !important;
  overflow-y: auto !important;
}
.everest-popup img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 992px) {
  .evem-title {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .evem-title {
    font-size: 16px !important;
  }
}
@media (max-width: 576px) {
  .evem-title {
    font-size: 14px !important;
  }
  .evem-header {
    gap: 2px !important;
    padding: 0 8px !important;
  }
  .eve-close,
  .eve-close-1,
  .eve-close-2,
  .eve-close-3 {
    font-size: 28px !important;
  }
}
@media (min-width: 485px) {
  .everest-popup {
    min-height: calc(100% - 3.5rem);
  }
}
.eve-close-all {
  background: #2b2f91;
  color: #fff;
  border: none;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
@media (min-width: 992px) {
  .eve-close-all {
    padding: 2px 8px;
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .eve-close-all {
    padding: 2px 6px;
    font-size: 12px;
  }
}
.lazy {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lazy.loaded {
  opacity: 1;
}
.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.footer {
  padding: 32px 8% 32px 8%;
  background: #045aa6;
  width: 100%;
  margin: auto;
  margin-top: 64px;
}
.footer-logo-container {
  position: relative;
  height: 170px;
  width: 240px;
  margin-bottom: 32px;
}
.footer-logo-container img {
  position: absolute;
  height: auto;
  width: 100%;
}
.corporate-office p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  opacity: 0.6;
}
.corporate-office p:first-child {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  opacity: 1;
}
.corporate-office p:last-child {
  margin-bottom: 16px;
}
.factory p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  opacity: 0.6;
}
.factory p:first-child {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  opacity: 1;
}
.factory p:last-child {
  margin-bottom: 16px;
}
.social-logo {
  width: 25%;
}
.footer-icons {
  width: 30px;
  height: 30px;
  position: relative;
}
.icons img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.icons-youtube {
  position: relative;
  height: 35px;
  width: 35px;
}
.icons-youtube img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.footer-form {
  width: 70%;
  float: right;
}
.footer-form p {
  color: #fff;
  font-size: 24px;
}
.footer-form input {
  padding: 8px;
  width: 100%;
  margin-bottom: 8px;
}
.footer-form textarea {
  padding: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 100px;
}
.form-submit {
  display: block;
  width: 100%;
  padding: 8px;
  border: 2px solid #14aeda;
  background: #14aeda;
  color: #fff;
  font-size: 18px;
  margin-top: 8px;
}
.sitemap-header {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}
.footer-division-1 {
  margin-top: -32px;
}
.footer-division li a {
  color: #fff;
  opacity: 0.6;
}
.footer-division li a:hover {
  opacity: 1;
}
.footer-division {
  margin-bottom: 16px;
  margin-top: 20px;
}
.footer-division li {
  list-style: none;
}
.last-element {
  margin-bottom: 16px;
}
.footer-middle-section {
  width: 150%;
  margin-left: -16px;
}
.corporate-office > p > a {
  color: #fff;
}
.corporate-office > p > a:hover {
  color: #fff;
  text-decoration: none;
}
.factory > p > a {
  color: #fff;
}
.factory > p > a:hover {
  color: #fff;
  text-decoration: none;
}
.g-recaptcha {
  width: 100%;
}
.g-recaptcha div:first-child {
  width: 100% !important;
}
@media (max-width: 1200px) {
  .footer-form {
    padding: 0;
    width: 70%;
    margin: auto;
  }
  .social-logo {
    width: 50%;
  }
}
@media (max-width: 1150px) {
  .footer {
    padding: 40px;
  }
  .footer-division-1 {
    margin-top: -40px;
  }
}
@media (max-width: 992px) {
  .footer-form {
    width: 100%;
    margin: auto;
  }
  .social-logo {
    width: 60%;
  }
  .footer-division {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .footer-middle-section {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-form {
    padding: 0 0 32px 0;
    width: 100%;
    margin: auto;
  }
  .social-logo {
    width: 50%;
  }
  .footer-logo-container img {
    height: 100%;
  }
  .footer-middle-section {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 568px) {
  .footer {
    padding: 24px 12px 24px 12px;
  }
  .footer-division-1 {
    margin-top: -24px;
  }
  .footer-form {
    padding: 32px 0 32px 0;
    width: 100%;
    margin: auto;
  }
  .social-logo {
    width: 60%;
  }
  .corporate-office p {
    font-size: 16px;
  }
  .corporate-office p:first-child {
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px;
  }
  .factory p {
    font-size: 16px;
  }
  .factory p:first-child {
    font-size: 24px;
  }
  .footer-middle-section {
    width: 100%;
    margin-left: 0;
  }
}
.branches-container {
  margin-bottom: 20px;
}
.branches-container p:first-child {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  margin-bottom: 2px;
}
.branch-item p,
.branch-item p a {
  color: #fff;
  margin-bottom: 0;
  opacity: 0.7;
  text-decoration: none !important;
}
.branch-item .branch-location {
  font-weight: 500;
  font-size: 16px !important;
  margin-bottom: 4px;
  opacity: 0.7;
}
.branch-item p:last-child {
  margin-bottom: 6px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .features {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .features {
    margin-bottom: 20px;
  }
}
.msjk-timeline-whole-container {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.msjk-timeline-whole-container-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.7));
}
.msjk-timeline-container {
  padding: 40px 0 16px;
  width: 85.89%;
  margin: auto;
  position: relative;
  z-index: 100;
  margin-bottom: 64px !important;
}
.msjk-timeline-container .container-fluid {
  padding: 0 16px !important;
}
.msjk-timeline-heading {
  margin-bottom: 30px;
  padding: 0 16px;
}
.msjk-timeline-heading h1 {
  font-weight: 400;
  font-size: 38px;
  text-align: center;
  margin-bottom: 8px;
  z-index: 100;
  color: #fff;
  line-height: 1.3;
}
.msjk-timeline-heading p {
  text-align: center;
  font-size: 18px;
  z-index: 100;
  color: #fff;
  margin-bottom: 0px !important;
  line-height: 21px;
}
.msjk-timeline-container-col {
  max-width: 220px !important;
}
.msjk-timeline-container-single-img-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.msjk-timeline-container-num {
  line-height: 0.9;
}
.msjk-timeline-single-img {
  width: 114px;
  height: 114px;
  margin: auto;
  overflow: hidden;
}
.msjk-timeline-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msjk-timeline-container-num p {
  max-width: 140px;
  margin: auto;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px !important;
  font-family: "Poppins", serif;
}
.msjk-timeline-container-text p {
  max-width: 140px;
  margin: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px !important;
  text-align: center;
  color: #fff;
  font-family: "Poppins", serif;
}
@media (max-width: 992px) {
  .msjk-timeline-container-col {
    max-width: unset !important;
  }
  .msjk-timeline-container-num p {
    max-width: unset;
    font-size: 36px;
  }
  .msjk-timeline-single-img {
    width: 90px;
    height: 90px;
  }
  .msjk-timeline-container-text p {
    max-width: unset;
    font-size: 16px;
  }
  .msjk-timeline-heading h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .msjk-timeline-container {
    max-width: unset;
    width: unset;
  }
  .msjk-timeline-heading {
    margin-bottom: 20px;
  }
  .msjk-timeline-container-num p {
    font-size: 30px;
  }
  .msjk-timeline-heading p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .msjk-timeline-heading p {
    font-size: 14px;
  }
  .msjk-timeline-single-img {
    width: 80px;
    height: 80px;
  }
}
.msjk-banner-hero-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.msjk-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 0.5);
}
.msjk-banner-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: auto;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.msjk-banner-heading h2 {
  font-size: 50px;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  font-family: "Nunito Sans", serif;
  margin: unset !important;
}
.msjk-banner-heading p {
  font-family: "Poppins", serif;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin: unset !important;
}
.msjk-banner-heading a {
  color: #fff;
  text-decoration: unset;
}
.msjk-banner-heading a:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .msjk-banner-heading h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .msjk-banner-heading h2 {
    font-size: 30px;
  }
  .msjk-banner-heading p {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 568px) {
  .msjk-banner-link {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .msjk-banner-heading h2 {
    font-size: 24px;
  }
  .msjk-banner-heading p {
    font-size: 12px;
  }
}
.msjk-pressrelease-container {
  padding: 0 16px;
  max-width: 83.89%;
  margin: 64px auto;
}
.msjk-pressrelease-container-single {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.msjk-pressrelease-container-single h1 {
  margin: unset !important;
  font-family: "Nunito Sans", serif;
  font-weight: 700;
  font-size: 34px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 12px !important;
}
.msjk-pressrelease-container-single p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: unset !important;
  font-family: "Nunito Sans", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #000000bf;
  margin-bottom: 30px !important;
}
.msjk-pressrelease-container-single img {
  width: 25px;
  height: 25px;
}
.msjk-yt-video {
  width: 100%;
  height: 550px;
}
.msjk-yt-video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .msjk-yt-video {
    height: 480px;
  }
}
@media (max-width: 768px) {
  .msjk-yt-video {
    height: 420px;
  }
  .msjk-pressrelease-container {
    max-width: unset;
  }
  .msjk-pressrelease-container-single h1 {
    font-size: 28px;
    margin-bottom: 6px !important;
  }
}
@media (max-width: 576px) {
  .msjk-yt-video {
    height: 340px;
  }
  .msjk-pressrelease-container-single p {
    margin-bottom: 20px !important;
    font-size: 14px;
  }
}
.msjk-dealermeet-container {
  max-width: 83.89%;
  margin: 64px auto;
}
.msjk-dealermeet-single-colour {
  background-color: #ecf4f9;
  padding: 12px;
}
.msjk-dealermeet-single-col {
  position: relative;
  background-color: #ecf4f9;
}
.msjk-dealermeet-img {
  height: 400px;
  width: 100%;
}
.msjk-dealermeet-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.msjk-dealermeet-text {
  position: absolute;
  bottom: 0;
  background-color: #00000080;
  padding: 20px 14px;
  width: 100%;
}
.msjk-dealermeet-text h2 {
  font-family: "Nunito Sans", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: unset !important;
}
@media (max-width: 1024px) {
  .msjk-dealermeet-container {
    max-width: unset;
    margin: 64px auto;
  }
}
@media (max-width: 768px) {
  .msjk-dealermeet-single-colour {
    padding: 8px;
  }
  .msjk-dealermeet-container .msjk-dealermeet-col {
    padding: 0 8px !important;
  }
}
@media (max-width: 576px) {
  .msjk-dealermeet-img {
    height: auto;
  }
  .msjk-dealermeet-text h2 {
    font-size: 18px;
  }
}
.msjk-everest-dealerreg-form-container {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 16px;
}
.msjk-banner-dealerreg-hero-section {
  position: relative;
  background-color: #045aa6;
  padding: 60px 0;
}
.msjk-dealerreg-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 0.5);
}
.msjk-everest-dealerreg-header {
  margin-bottom: 32px;
}
.msjk-everest-dealerreg-header h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 12px !important;
  text-transform: capitalize;
  color: #000;
}
.msjk-everest-dealerreg-header p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0px !important;
  color: #0009;
  max-width: 768px;
  margin: auto;
}
.msjk-single-dealerreg-body h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px !important;
  text-transform: capitalize;
  color: #000;
}
.msjk-ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 24px;
}
.msjk-ul li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0 !important;
  color: #000000bf;
}
.msjk-ul li span {
  font-weight: 600;
}
.msjk-single-dealerreg-body p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px !important;
  color: #000;
}
.msjk-single-dealerreg-body-p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0px !important;
  color: #000000bf;
}
.msjk-single-supplierreg-bodyp {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px !important;
  color: #000;
}
@media (max-width: 768px) {
  .msjk-everest-dealerreg-header h2 {
    font-size: 28px;
    margin-bottom: 8px !important;
  }
}
@media (max-width: 576px) {
  .msjk-everest-dealerreg-header h2 {
    font-size: 24px;
  }
  .msjk-single-dealerreg-body h2 {
    font-size: 20px;
  }
  .msjk-ul li,
  .msjk-single-dealerreg-body p {
    font-size: 14px;
  }
}
.msjk-everest-dealerreg-form-text {
  padding: 20px 24px;
  background-color: #045aa6;
}
.msjk-everest-dealerreg-form-text h2 {
  font-family: "Nunito Sans", sans-serif;
  max-width: 500px;
  margin: auto;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}
.msjk-everest-dealerreg-text-field-block,
.msjk-everest-dealerreg-checkbox-field-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
.msjk-everest-dealerreg-text-field-block label,
.msjk-everest-dealerreg-checkbox-field-block label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0px !important;
}
.msjk-everest-dealerreg-text-field-block input,
.msjk-everest-dealerreg-text-field-block textarea {
  border: 1px solid #767676;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.msjk-everest-dealerreg-text-field-block input {
  height: 40px;
  padding: 0 12px !important;
}
.msjk-everest-dealerreg-checkbox-field-block input {
  height: 20px;
}
.msjk-everest-dealerreg-text-field-block textarea {
  padding: 12px 16px !important;
  height: 130px;
}
.msjk-everest-dealerreg-form-button button.msjk-dealerreg-button {
  margin-top: 60px;
  border: 1px solid #14aeda;
  background-color: #14aeda !important;
  color: #ffffff !important;
  padding: 12px 32px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  text-decoration: none;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: center;
}
.msjk-everest-dealerreg-checkbox-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.msjk-everest-dealerreg-checkbox-single-field {
  width: 45%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .msjk-everest-dealerreg-form-text {
    margin-bottom: 40px;
  }
  .msjk-everest-dealerreg-form-text-col {
    margin-bottom: 32px;
  }
  .msjk-everest-dealerreg-form-button button.msjk-dealerreg-button {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .msjk-everest-form-button a.button {
    font-size: 16px;
  }
  .msjk-everest-dealerreg-form-container {
    margin: 40px auto;
  }
  .msjk-everest-dealerreg-form-text {
    padding: 20px 20px;
  }
  .msjk-everest-dealerreg-form-text h2 {
    font-size: 22px;
    max-width: unset;
  }
  .msjk-everest-dealerreg-form-button button.msjk-dealerreg-button {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .msjk-everest-dealerreg-form-container {
    width: 100%;
  }
  .msjk-everest-form-button input {
    margin-top: 4px;
  }
  .msjk-everest-dealerreg-text-field-block textarea {
    height: 100px;
  }
  .msjk-everest-dealerreg-form-text h2 {
    font-size: 18px;
  }
  .msjk-everest-form-button a.button,
  .msjk-everest-dealerreg-checkbox-field-block label,
  .msjk-everest-dealerreg-text-field-block input,
  .msjk-everest-dealerreg-text-field-block textarea,
  .msjk-everest-dealerreg-text-field-block label {
    font-size: 14px;
  }
  .msjk-everest-dealerreg-checkbox-single-field {
    width: 100%;
  }
  .msjk-everest-dealerreg-checkbox-field {
    gap: 12px;
  }
  .msjk-everest-dealerreg-form-button button.msjk-dealerreg-button {
    font-size: 14px;
  }
}
.msjk-brochure-section-container {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 16px;
}
.msjk-brochure-single {
  margin-bottom: 16px;
  width: 100%;
  height: auto;
}
.msjk-brochure-single img {
  height: 100%;
  object-fit: cover;
}
.msjk-before-nav-blue {
  background-color: #2b2f91;
  padding: 6px 0;
}
.msjk-before-nav-container {
  max-width: 83.89% !important;
  margin: auto !important;
  display: flex;
  gap: 24px;
  padding: 0 8px;
}
.navigation {
  padding-top: 4px !important;
}
.msjk-socialmedia img {
  width: 20px;
  height: 20px;
}
.nav-container {
  max-width: 83.89% !important;
  margin: auto !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 0 !important;
  position: relative;
}
.nav-bar {
  width: 63% !important;
}
.navbar-active {
  padding-bottom: 10px;
}
.nav-bar > ul {
  margin-top: 24px !important;
}
.nav-bar li {
  font-size: 14px !important;
}
.logoContainer {
  margin-right: 0 !important;
}
.msjk-iso-logo {
  width: 60px;
  height: 60px;
}
.msjk-iso-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav-bar > ul > li > ul > li > ul {
  padding: 6px 0;
}
.nav-bar > ul > li > ul.msjk-submenu {
  max-width: 300px !important;
  padding: 0 !important;
  left: -25% !important;
  transform: translateX(-25%);
}
.nav-bar > ul > li:hover ul.msjk-submenu {
  display: block !important;
}
.msjk-submenu > li > img {
  width: 20px;
  height: 20px;
  float: right;
}
.nav-bar > ul > li > ul.msjk-submenu > li {
  width: 100%;
  margin-right: unset;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding: 12px 24px;
  border-bottom: 1px solid #ffffff1a;
  position: relative;
}
.nav-bar > ul > li > ul.msjk-submenu > li:last-child {
  border-bottom: none;
}
.msjk-supersubmenu {
  display: none !important;
  position: absolute;
  max-width: 250px !important;
  width: 250px;
  z-index: 100;
  background: #2b2f91;
  left: 100%;
  top: 0;
  margin-left: 4px;
  border-radius: 4px;
  box-shadow: 16px 12px 40px -24px rgb(0 0 0 / 0.82);
}
.msjk-supersubmenu > li {
  width: 100%;
  margin-right: unset;
  margin-left: auto;
  margin-bottom: 0 !important;
  padding: 12px 24px;
  border-bottom: 1px solid #ffffff1a;
}
.msjk-supersubmenu > li:last-child {
  border-bottom: none;
}
.nav-bar > ul > li > ul > li > .msjk-supersubmenu > li a:hover {
  border-bottom: unset !important;
}
.nav-bar > ul > li > ul > li > ul.msjk-supersubmenu > li > a {
  opacity: unset !important;
}
.nav-bar > ul > li > ul.msjk-submenu > li:hover .msjk-supersubmenu {
  display: block !important;
}
.nav-bar > ul > li > ul > li > a {
  font-size: 14px !important;
}
.nav-bar > ul > li > ul > li a {
  font-size: 14px !important;
}
@media (max-width: 1120px) {
  .nav-bar {
    width: 70% !important;
  }
}
@media (max-width: 1024px) {
  .nav-container {
    display: block !important;
  }
  .navigation {
    padding: 8px 16px 24px !important;
  }
  .nav-bar {
    width: 100% !important;
  }
  .nav-bar > ul {
    margin-top: 0px !important;
  }
  .nav-bar li {
    margin-bottom: unset !important;
    padding: 4px 0;
  }
  .nav-bar > ul > li > ul {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .ham {
    margin-right: 0 !important;
    position: absolute !important;
    top: 12px;
    right: 0;
  }
  .msjk-iso-logo {
    width: 60px;
    height: 60px;
  }
  .msjk-supersubmenu {
    display: block !important;
  }
  .nav-bar > ul > li > ul.msjk-submenu {
    position: relative;
    background: none;
    margin-bottom: 0;
    width: max-content;
    box-shadow: unset;
    left: 0px !important;
    transform: unset !important;
    padding: 4px 16px !important;
  }
  .nav-bar > ul > li > ul.msjk-submenu > li > ul.msjk-supersubmenu {
    position: relative;
    background: none;
    margin-bottom: 0;
    width: max-content;
    box-shadow: unset;
    left: 0px !important;
    transform: unset !important;
    padding: 4px 0 0px !important;
    margin-left: 0 !important;
  }
  .nav-bar > ul > li > ul > li > ul.msjk-supersubmenu > li > a {
    opacity: 0.6 !important;
  }
  .nav-bar > ul > li > ul.msjk-submenu > li {
    padding: 0px !important;
  }
  .msjk-submenu > li > img {
    display: none;
  }
  .msjk-supersubmenu {
    padding: 10px 0 0px !important;
  }
  .msjk-supersubmenu > li {
    padding: 0;
  }
}
@media (max-width: 968px) {
  .navigation {
    padding-bottom: 14px !important;
  }
  .msjk-iso-logo {
    width: 55px;
    height: 55px;
  }
  .nav-bar > ul > li > ul.msjk-submenu > li {
    margin-bottom: 4px !important;
  }
  .nav-bar li {
    margin-bottom: unset !important;
  }
}
@media (max-width: 768px) {
  .nav-container {
    max-width: unset !important;
  }
  .navigation {
    padding-bottom: 0px !important;
    padding-top: 8px !important;
  }
  .msjk-before-nav-container {
    max-width: unset !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .msjk-iso-logo {
    width: 35px;
    height: 35px;
  }
  .ham {
    right: 0;
    top: 8px;
  }
}
@media (max-width: 576px) {
  .msjk-before-nav-container {
    gap: 16px;
  }
  .msjk-socialmedia img {
    width: 15px;
    height: 15px;
  }
}
.msjk-social-logo {
  display: flex;
  gap: 16px;
}
.msjk-single-sm img {
  width: 38px;
  height: 38px;
}
@media (max-width: 768px) {
  .msjk-single-sm img {
    width: 28px;
    height: 28px;
  }
}
.error {
  color: #e62028 !important;
}
#msjk-sucessmsg {
  width: 83.89%;
  margin: auto;
  color: red;
  padding: 20px 16px;
}
@media (max-width: 768px) {
  #msjk-sucessmsg {
    width: 100%;
  }
}
.msjk-notice-card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #ecf4f9;
  padding: 10px 10px 10px 14px;
}
.msjk-notice-card .product-image-content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.msjk-notice-card .product-image-container {
  width: 150px;
  height: 180px;
}
.msjk-notice-card .product-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msjk-notice-card .before-emulsions-headers {
  font-weight: 700 !important;
}
.eve-notice-date {
  font-size: 16px !important;
}
.msjk-footer-video-container {
  padding: 32px 8% 32px 8%;
  background: #045aa6;
  width: 100%;
  margin: 64px auto -64px;
}
.msjk-footer-video {
  width: 100%;
  height: 550px;
  margin-bottom: 32px;
}
.msjk-footer-video iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1150px) {
  .msjk-footer-video-container {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .msjk-footer-video {
    height: 480px;
  }
}
@media (max-width: 768px) {
  .msjk-footer-video {
    height: 420px;
  }
}
@media (max-width: 576px) {
  .msjk-footer-video {
    height: 340px;
  }
  .msjk-footer-video-container {
    padding: 24px 12px 24px 12px;
  }
}
.agm-header {
  background: url(../images/about.png) center no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
  height: 200px;
  position: relative;
  margin-top: 8px;
}
.nav-bar > ul {
  justify-content: center !important;
  gap: 20px;
}
.nav-bar > ul > li {
  position: relative;
}
.nav-bar > ul > li::after {
  content: "|";
  color: #7c92a2;
  position: absolute;
  right: -12px;
}
.nav-bar > ul > li:last-child::after {
  content: "";
}
@media (max-width: 1024px) {
  .nav-bar > ul > li::after {
    content: "";
  }
}
@media (max-width: 1326px) {
  .nav-bar {
    width: 100% !important;
  }
}
@media (max-width: 1036px) and (min-width: 1025px) {
  .nav-bar li {
    font-size: 13px !important;
  }
}
.msjk-right-div {
  display: flex;
  gap: 32px;
}
.msjk-ns-logo {
  width: 58px;
  height: 58px;
  margin-top: 2px;
}
.msjk-ns-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .msjk-right-div {
    gap: 12px;
  }
}
@media ((max-width: 1145px)and (min-width:1025px)) {
  .msjk-ns-logo {
    width: 52px;
    height: 52px;
    margin-top: 2px;
  }
  .msjk-iso-logo {
    width: 55px;
    height: 55px;
  }
  .nav-bar li {
    font-size: 12px !important;
  }
}
@media (max-width: 1024px) {
  .msjk-right-div {
    position: absolute;
    top: 0;
    right: 2%;
    transform: translate(-50%);
  }
  .nav-bar li {
    font-size: 14px !important;
  }
}
@media (max-width: 968px) {
  .msjk-ns-logo {
    width: 52px;
    height: 52px;
    margin-top: unset;
  }
}
@media (max-width: 768px) {
  .msjk-ns-logo {
    width: 35px;
    height: 35px;
  }
  .msjk-right-div {
    top: 0;
  }
}
/* banner section */
.aboutus-overlay {
  background: #e8f1f8;
  position: absolute;
  height: 16px;
  width: 100%;
  margin-top: -12px;
}

.aboutus-header {
  background: url("../images/about.png") center no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
  height: 200px;
  position: relative;
  margin-top: 8px;
}

.aboutus-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.aboutus-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 54px;
  line-height: 74px;
  font-weight: 600;
}

.aboutus-link {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  color: white;
  font-weight: 600;
}

.aboutus-link:hover {
  color: white;
}

.aboutus-link > a {
  color: white;
}

.aboutus-link > a:hover {
  color: white;
}

@media (max-width: 1350px) {
  .aboutus-title {
    font-size: 46px;
  }
}

@media (max-width: 992px) {
  .aboutus-title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .aboutus-title {
    font-size: 30px;
  }
}

@media (max-width: 568px) {
  .aboutus-header {
    height: 100px;
  }

  .contact-header p:first-child {
    font-size: 30px;
  }

  .aboutus-link {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .aboutus-title {
    font-size: 18px;
  }

  .aboutus-header p:nth-child(2) {
    font-size: 24px;
  }
}
/*Popup CSS*/
.modal-dialog {
  overflow-y: initial !important;
}
#modal-content {
  position: relative;
  background-color: wheat;
  margin: auto;
  border: 1px solid #888;
  width: 50%;
  box-shadow:
    0 4px 8px 0 rgb(0 0 0 / 0.2),
    0 6px 20px 0 rgb(0 0 0 / 0.19);
  animation-name: animatetop;
  animation-duration: 0.5s;
  overflow-y: auto;
  height: 500px;
}
.close {
  color: #000;
  float: right;
  font-size: 45px;
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 35px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#modal-header {
  color: #000;
  margin: 32px 15% 30px 15%;
}
.header-image a {
  display: flex;
  justify-content: center;
  gap: 62px;
}
.modal-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-body {
  width: 90%;
  text-align: justify;
  padding-left: 37px;
  padding-bottom: 10px;
}
.modal-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.modal-text p {
  font-size: 14px;
  font-weight: 400;
  font-family: Montserrat;
  line-height: 163.4%;
}
.modal-footer {
  padding: 10px 0 10px 35px;
  background-color: #486e48;
  color: #fff;
}
.modal-footer p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 175.4%;
  letter-spacing: 1.1px;
  text-transform: capitalize;
}
.modal-footer span {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: orange;
}
.ns-modal-image {
  height: 400px;
}
.custom-modal-content a {
  color: #212529;
  text-decoration: none;
}
.custom-modal-content a:hover {
  color: #212529;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ns-modal-image {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .ns-modal-image {
    height: auto;
  }
}
/*End of popup css*/

/* bihani css 2026/06/19 starts */
.msjk-fb-video {
    max-width: 500px;
    margin-right: auto;
    height: 350px;
}

.msjk-fb-video iframe {
    width: 100%;
    height: 100%;
}


/* bihani css 2026/06/19 ends */