.s-indianoil-text h1 {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 60px;
  padding-bottom: 31px;
  width: 600px;
}

.s-indianoil-text h2 {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 60px;
  padding-bottom: 31px;
  width: 600px;
}
.jvco-content-text h3 {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 60px;
  padding-bottom: 31px;
  width: 600px;
}

.jvco-content-text label {
  height: 5px;
  width: 48px;
  display: block;
  background-color: #1cc914;
  margin-bottom: 36px;
}


  .s-indianoil-img {
    height: calc(100vh - 170px);
}
.s-indianoil-img img {
  width: 100%;
  /* height: 100%; */
  margin-top: 90px;
  object-fit: cover;

}

.net-map-text {
  margin-top: 200px;
    margin-bottom: 50px;
}
.underline {
  border: none;
  width: 40%;
  border-bottom: 1.3px solid black;
  margin-top: 25px; /* Adjust as needed */
  margin-bottom: 5px; /* Adjust as needed */
}


.jvco-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 25vh;
}
.label {
  display: inline-block;
  height: 3vh;
  border-bottom: 1px solid black; /* Adjust as needed */
  width: 50%;
  margin: 10px 0; /* Adjust as needed */
}
.content {
  padding-left: 50px;
  padding-right: 50px;
}
.jvco-button {
  margin-right: 50%;
  margin-left: 42%;
  padding: 8px 10px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: none;
  color: #fff;
  border-radius: 25px;
  background-color: #1d3c6c; /* Default background color */
  transition: background-color 0.5s ease;
}

.jvco-wrapper {
  text-align: center;
}

.center-image {
  width: 90%; /* Adjust the width as needed */
}
/* Popup overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* Popup content */
.popup-content {
  position: relative;
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  width: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}


/* @media (max-width: 768px) {
  .s-indianoil-text h1 {
    font-size: 1.5em;
  }
  .s-indianoil-text h2 {
    font-size: 1.2em;
    display: block;
    margin-top: 10px;
  }
  .jvco-button {
    padding: 5px 5px;
    font-size: 5px;
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
.s-indianoil-img img {
  margin-top: -307px;
  padding-top: 88%;
}
.net-map-text {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  margin-bottom: -200px;
}
.jvco-wrapper {
  padding: 10px;
}
.net-map-text h4 {
  font-size: 16px;
}
} */

/* @media (max-width: 480px) {
  .s-indianoil-text h1 {
    font-size: 1.2em;
  }
  .s-indianoil-text h2 {
    font-size: 1em;
    display: block;
    margin-top: 5px;
  }
  .jvco-button {
    display: block;
    width: 80%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
  }
  .s-indianoil-img img {
    margin-top: -307px;
    padding-top: 88%;
}

.jvco-wrapper {
  padding: 10px;
}
.net-map-text h4 {
  font-size: 16px;
}
.s-indianoil {
  position: relative;
  height: calc(100vh - 170px);
  margin-top: 90px;
  overflow: hidden;
}

.s-indianoil-img {
  height: calc(110vh - 170px);
}
.s-indianoil-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
} */

@media (max-width: 768px) {
  .s-indianoil-img {
      height: auto;
  }
  .s-indianoil-img img {
      height: auto;
      margin-top: 95px;
  }

  .net-map-text {
      margin-top: 10px;
      margin-bottom: 20px;
  }
  .underline {
      width: 60%;
      margin-top: 15px;
      margin-bottom: 10px;
  }

  .jvco-content {
      height: auto; 
      padding: 10px;
  }

  .net-map-text h4 {
      font-size: 10px;
      /* margin-bottom: 10px;  */
  }

  .jvco-button {
    display: block;
    width: 90%;
    box-sizing: border-box;
    padding: 5px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .container {
      width: 1056px;
  }
  
}
@media (min-width: 1400px) {
  .jvco-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 10vh;
  }
  .net-map-text {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 766px) {
  .navbar-nav>li.actived a{
    background-color: transparent !important;
    /* color:#4FA743 !important; */
}

.navbar-nav li.actived a:after{
    content: ""; 
    display: block;
    width: 30px;
    /* border-bottom: 3px solid #4FA743; */
    transition: width .3s;
}

.navbar-nav li.actived a span{
  display: inline-block;
  width: 30px;
  /* border-bottom: 3px solid #4FA743; */
  transition: width .3s;
  position: absolute;
  left: 0px;
  bottom: -3px;
}
.navbar-nav li.actived a:hover span{
  display:none;
}

.navbar-nav li.actived a:hover:before{
  width:30px;
}
.navbar-nav li.actived a:after{
  display:none;
  width:0px;
}

}

