/* ---------------------------------------------------------------- comment -------------------------------------------------------------------- */
/* ======================== Head section Styling ================================ */

body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  touch-action: pan-x pan-y;
  font-family: "Signika", sans-serif !important;
}
@import url("https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100..800&family=Signika:wght@300..700&display=swap");
a:hover {
  text-decoration: none !important;
}

.v-pro-index {
  width: 940px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px 60px;
}

.v-pro {
  width: 940px;
  background: url(../img/driving_license/Asset1.svg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 60px 0 60px;
}

.mvd_logo {
  width: 200px;
  height: 200px;
  border: none;
  background: none;
}

.vpro_head_left {
  display: flex;
}

.img2 {
  width: 160px;
}

.img2 img {
  width: 100%;
}

.text_wrap h1 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
  text-align: left;
  /* line-height: 35px; */
}

.text_wrap h2,
.text_wrap h3 {
  font-size: 20px;
  text-align: left;
}

.text_wrap h2 {
  letter-spacing: 5.8px;
  font-size: 24px;
}
.text_wrap h3 {
  color: red;
  font-weight: 400;
  font-size: 16px;
  font-family: "Anek Malayalam", sans-serif !important;
}
.services .btns .sarathi-btn {
  color: #000;
  text-align: center;
}

.services .btns .sarathi-btn:hover {
  text-decoration: none;
}

.vpro_head_right {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; /* ensures images align to the right */
  align-content: flex-end;
  flex-wrap: wrap;
}

.bell_icon {
  width: 50px;
  margin-bottom: 10px;
  border: none;
  background: none;
}

/* .btns img {
  width: 150px;
} */

.dl-btn-sec {
  margin-top: 30px;
}

.dlap-banner {
  margin-top: 30px;
}
.title_bg {
  background: #e8262a;
  padding: 5px 25px;
  border-radius: 5px 15px;
  box-shadow: 5px 4px 5px 3px rgb(0 0 0 / 75%);
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  width: max-content;
  margin: auto;
  text-transform: uppercase;
}

.long_head .title_bg {
  font-size: 35px;
}

.long_head.long_head-title .title_bg {
  font-size: 30px;
}

/* Services Inner Page */

.services .btns .sarathi-btn {
  color: #000;
}

.service-details {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 15px;
  margin-top: 10px;
  justify-content: center;
  width: 100%;
}

.service-details.second {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
  margin-top: 10px;
  justify-content: center;
  width: 80%;
}
.details-grid {
  margin-top: 10px;
  width: 100%;
}
.registration .service-details img {
  width: 155px;
  margin: 0 auto;
  display: table;
}
.details-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.registration .details-text {
  width: 100%;
}

.echallan .service-details {
  grid-template-columns: auto auto auto auto;
  padding: 0 30px;
  justify-content: center;
}

.echallan .service-details.echallan-page .details-grid:last-child {
  grid-column: 2 / 4;
  justify-self: center;
}

.large-text .title_bg {
  font-size: 27px;
}

.ministers-social-media {
  margin-top: 50px;
  margin-bottom: 100px;
}

.ministers-social-media .dl-label,
.ministers-social-media {
  width: 100%;
}

.ministers-social-media .dl-label .title_bg {
  width: 100%;
}

.ministers-social-media .social-icon img {
  width: 65px;
  margin-top: 40px;
}
.ministers-social-media .social-icon a {
  margin: 0 20px;
}
.dl-label {
  min-width: 40%;
}
/* ============================================ End of Head Section ================================================= */

/* ---------------------------------------------------------------- info Section ---------------------------------------------------------------- */

/* =========================================== Starting of Info Section ============================================= */
.info-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.info_left h1 {
  font-size: 28px;
  font-weight: bold;
}

.info_left {
  flex-grow: 1;
  text-align: center;
}

.line {
  height: 1px;
  background-color: #000;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 0.3rem;
}
.line.two {
  margin-top: 0.3rem;
}

.info_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 30px;
}

.qr_text {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
}

.qr_code {
  width: 200px;
  height: 200px;
}

.info-mal {
  font-size: 19px;
  font-weight: 500;
  margin-left: 25px;
  text-align: center;
  font-family: "Anek Malayalam", sans-serif !important;
}

.info-eng {
  font-size: 46px;
  font-weight: bold;
  padding-left: 0;
  margin-left: 25px;
  text-align: center;
  /* font-family: "Anek Malayalam", sans-serif !important; */
}

.mvd-informations {
  position: relative;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  margin-left: 105px;
}

.btn-content {
  position: relative;
  display: inline-block;
}

.btn-content img {
  display: block;
}

.btn-text {
  /* padding-left: 10px; */
  /* padding: 10px; */
  justify-content: center;
  position: absolute;
  top: 40%; /* center vertically */
  left: 47%; /* center horizontally */
  transform: translate(-50%, -50%);
  color: white; /* text color */
  font-size: 19px;
  font-weight: bold;
  width: 100%;
  /* ensures clicks go to the button, not text */
}

.btn-text h1 {
  font-size: 22px;
  margin-bottom: 0;
}

.btns {
  justify-content: center;
  gap: 15px;
  display: grid;
  grid-template-columns: auto auto auto;
  width: 555px;
  justify-content: center;
}

.feedback img {
  width: 150px;
}

.services .btns {
  justify-content: center;
  gap: 15px;
  display: grid;
  grid-template-columns: auto auto auto;
  /* width: 555px; */
  width: max-content;
  justify-content: center;
  margin-left: 50px;
}
/* .mvd-informations {
  margin-left: 3px;
} */

.feedback img {
  width: 150px;
  width: 144px;
  margin-top: 20px;
}
.services .btns img {
  width: 144px;
}
.services-grid .sarathi-btn {
  text-align: center;
}

.services-grid .sarathi-btn:hover {
  text-decoration: none;
}
.sarathi,
.echallan,
.vahan,
.fittness,
.permit,
.tax {
  display: flex;
  flex-direction: column;
  background: none;
  border: none;
  text-align: center;
}
.socials {
  margin: 0 auto;
}
.socials img {
  width: 40px;
  margin-top: 10px;
}
.ftr-text h1 {
  color: #fff;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 0;
}
.ftr-text h2 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.ftr-text {
  margin-top: 22px;
}
.feedback {
  margin-top: 40px;
}

.feedback a {
  text-align: center;
}
/*
--------------------------------------------------------------
  circular
  section
  --------------------------------------------------------------------
  */
.img-container {
  position: relative; /* makes this container the reference for absolute positioning */
  display: inline-block;
  margin: 0 auto;
  display: table;
}

.cir-noti {
  margin-top: 20px;
  margin-bottom: 10px;
}

.img-container img {
  width: 280px; /* responsive image */
  height: auto;
  display: block;
}

.img-container .circular {
  /* margin-left: -100px; */
  position: absolute; /* position text over image */
  top: 45%; /* vertically center */
  /* left: 170px; */
  left: 35px;
  transform: translateY(-50%);
  color: white; /* text color */
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: max-content;
}
.circular-main {
  margin-left: 50px;
  margin-left: 140px;
  position: relative;
}

.circular {
  width: 100%;
}

.minister-msg {
  /* margin-top: -15px;
  margin-left: 30px;
  max-width: 514px; */
  margin-top: 10px;
  margin-left: 25px;
  max-width: 514px;
}

.minister-msg img {
  width: 100%;
}

.minister-message,
.sos,
.road-safety {
  border: none;
  background: none;
}

.circular-img {
  /* margin-left: -50px;
  max-width: 300px; */
}

.circular h1 {
  margin-top: 5px;
  font-size: 22px;
}

.echallan .details-grid img,
.echallan .details-grid img,
.tax-last-section .details-grid img {
  width: 185px;
}
/* ---------------------------------------------------------------- footer section -------------------------------------------------------------------- */
.ftr h1 {
  font-size: 30px;
  padding-left: 50px;
  padding-top: 50px;
}

.socials {
  background-image: url("../img/backgrounds/social-banne.png");
  background-repeat: no-repeat;
  /* margin-left: 50px; */
  background-size: contain;
  max-width: 330px;
  min-height: 70px;
  max-width: 300px;
  min-height: 60px;
  padding-top: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}
.socials button {
  padding: 0;
}
.facebook {
  margin-top: 0;
  background: none;
  border: none;
}

button {
  margin-top: 10px;
  background: none;
  border: none;
}
.feedback {
  margin-top: -26px;
  margin-right: 167px;
  margin-top: -44px;
  margin-right: 156px;
  display: flex;
  justify-content: flex-end;
}
.feedback-text {
  color: #fff;
}
.feed {
  color: white;
  margin-top: 30px;
}

.ftr {
  display: flex;
}

/* ---------------------------------------------------------------- Inner pages starting -------------------------------------------------------------------- */
/* ============================================== Driving License ================================================== */

/* ---------------------------------------------------------------- end of head sec -------------------------------------------------------------------- */

/* =============================== Dl Button sec ==================================== */

.dl-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.title_bg {
  /* width: 300px; */
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 4px 5px 3px rgb(0 0 0 / 75%);
  width: 100%;
}

.dl-ser {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.dl-img {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.dl-img:hover {
  text-decoration: none;
  color: #000;
}

.dl-txt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.img-sz {
  width: 140px;
}
.rc-foot {
  position: relative;
}
.road {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  float: right;
}
.road-img {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -60px;
}
.road-img img {
  margin-top: 30px;
  width: 100%;
}

.rc-footer-text {
  margin-top: 50px;
}

.backbtn {
  margin-top: 30px;
  margin-bottom: -20px;
}

/* ---------------------------------------------------------------- End of DL Page -------------------------------------------------------------------- */

/* =============================================== E-challan Page ======================================================= */

/* .echallan-page {
  width: 940px;
    background-image: url('../img/driving_license/Asset\ 1.svg');
    background-size: cover;
    padding: 50px 50px;
} */

/* ---------------------------------------------------------------- End of Head sec -------------------------------------------------------------------- */

/* =========================================== Echallan Button Section ============================================= */
.echallan-btn-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.echallan-ser {
  background: none;
  border: none;
  width: fit-content;
}
.echallan-btn-sec {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.echallan-btn {
  margin-top: 20px;
  max-width: 800px;
}
/* ---------------------------------------------------------------- End of Button Section -------------------------------------------------------------------- */

/* =============================================== Footer ========================================================== */

.ec-line {
  height: 1px;
  background-color: red;
  border-radius: 2px;
  width: 90%;
}

.ec-riding {
  bottom: -65px;
}

.ftr-txt-mal {
  font-size: 23px;
}

.ec-ftr {
  display: flex;
  flex-direction: column;
  float: right;
}

/* ---------------------------------------------------------------- end of Echallan -------------------------------------------------------------------- */

/* =================================================== Registration Page ======================================================== */

/* ---------------------------------------------------------------- title -------------------------------------------------------------------- */
.rc-title {
  margin-top: 30px;
}

.title-img {
  position: relative; /* Parent should be relative */
}

.title-img img {
  display: block;
  width: 100%;
}

.title-text {
  position: absolute; /* Place text over the image */
  top: 50%; /* Vertically center */
  left: 50%; /* Horizontally center */
  transform: translate(-50%, -50%); /* Perfect center */
  color: white; /* Change text color for visibility */
  font-size: 40px; /* Adjust size */
  font-weight: bold;
  text-align: center;
  width: 100%;
}

/* ---------------------------------------------------------------- Buttons -------------------------------------------------------------------- */
.icons {
  padding: 50px;
}

.icons .row {
  display: flex;
  flex-wrap: wrap;
}

.icons .col {
  flex: 0 0 20%; /* 5 columns per row */
  max-width: 20%;
  padding: 0.5rem;
}

.rc-btns {
  width: 100%;
  padding: 1rem;
  border: none;
  background-color: transparent;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rc-btns:hover {
  transform: scale(1.05);
}

.rc-img-btn {
  width: 40px;
  height: 40px;
  object-fit: contain;
  background: none;
  margin-bottom: 0.5rem;
}

.rc-text-btn {
  font-size: 0.9rem;
  margin: 0;
  text-align: center;
}

/* --
/* @media (max-width: 576px) {
  .rc-btns {
    padding: 0.3rem;
  }

  .rc-img-btn {
    width: 25px;
    height: 25px;
  }

  .rc-text-btn {
    font-size: 0.75rem;
  }
} */

/* .rc-img-btn{
  width: 100px;
  
} */

/* .rc-text-btn{
  font-size: 15px; 
} */
.services .sarathi-btn {
  font-weight: 500;
}
.short-line {
  width: 95%;
  border: 1px solid red;
  float: left;
}

/* ---------------------------------------------------------------- footer -------------------------------------------------------------------- */

.rc-footer-text-start {
  /* font-size: 20px; */
  font-weight: 600;
  color: #000;
  font-size: 38px;
  text-align: center;
  margin-right: 30px;
  font-family: "Anek Malayalam", sans-serif !important;
}

.rc-footer-text-start span {
  color: red;
}

.road-img {
  display: block;
}

.rc-footer-text-end {
  /* font-size: 20px; */
  font-weight: bolder;
}

.back-btn {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  width: 160px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.fitness .service-details {
  margin-top: 150px;
  margin-bottom: 100px;
}
.fitness .road-img {
  width: 40%;
  bottom: 25px;
}
.tax .rc-footer-text-start {
  padding-bottom: 60px;
  font-size: 30px;
  line-height: 50px;
}

.rc-foot.echallan .rc-footer-text-start {
  font-size: 36px;
}

.permit .road-img {
  width: 33%;
  right: 10px;
  bottom: 10px;
}
.permit .short-line {
  width: 80%;
}
.echallan.permit .service-details {
  padding: 60px 0;
}

.Tax .pt-10 {
  margin-top: 80px;
}
.Tax .road-img {
  width: 45%;
  right: 10px;
  bottom: 10px;
}

.Tax .tax-last-section {
  grid-column: 2 / 4;
  justify-self: center;
  margin-bottom: 40px;
}

.tax-last-section {
  display: grid;
  padding: 0 30px;
  justify-content: center;
  grid-column: 1 / 4;
  grid-template-columns: auto auto;
  gap: 15px;
}

.Tax .short-line {
  width: 88%;
}
.Tax .rc-footer-text-start {
  width: 90%;
}

.Tax .dl-label {
  width: 70%;
}
.Tax .title_bg {
  width: 70%;
}

.vahan .road-img {
  width: 30%;
  right: 40px;
}
-------------------------------------------------------------- Tutorials Section From Here -------------------------------------------------------------------- */

/* ======================================================== DLAP Section Tutorial ================================================ */
.dlap-banner {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dlap-banner img {
  width: 100%;
}

.video-tutorial,
.audio-tutorial,
.web-tutorial {
  top: 100px;
  background: none;
  border: none;
}
.video-tutorial {
  text-align: center;
  color: #000;
}

.tutorial-img {
  width: 80%;
  margin: 0 auto;
  display: table;
}

.end-banner {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-area {
  padding-top: 50px;
}

.text-box {
  width: 100%;
  background-color: #ffff;
  height: 50%;
}

.text-box-text {
  padding: 50px;
  font-size: 20px;
  min-height: 300px;
}

.long_head_s .title_bg {
  font-size: 28px;
}

.long_head_2s .title_bg {
  font-size: 22px;
}

.text-area ol li {
  margin: 10px 0;
  text-transform: capitalize;
}

.footer {
  margin-top: 50px;
}

.backbtn {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nextbtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.backbtn img,
.nextbtn img {
  width: 140px;
  margin-bottom: 40px;
}
.nextbtn img {
  float: right;
}
.tutorial-btns {
  padding-top: 20px;
  margin: 0 auto;
  width: 80%;
}
.tutorial-btns .dl-txt {
  font-size: 20px;
  font-weight: 500;
}

.tutorial-btns a:hover {
  color: #000;
  text-decoration: none;
}

.tutorial-btns a {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.info_bttn {
  width: 600px;
}

.large-head .title_bg {
  font-size: 26px;
}

.medium-head .title_bg {
  font-size: 30px;
}

.text-area img {
  width: 100%;
}

.Road-safety {
}

.Road-safety .road-img {
  width: 45%;
  bottom: 20px;
}

.Road-safety .rc-footer-text-start {
  margin-right: 85px;
}

.echallan.Road-safety .service-details {
  grid-template-columns: auto auto auto;
}

.echallan.Road-safety .short-line {
  width: 85%;
}
/* ---------------------------------------------------------------- End of Tutorial Page -------------------------------------------------------------------- */

/* ===================================================== Media Query Tutorial ================================================= */
@media (min-width: 1450px) {
  .v-pro-index {
    background-size: cover;
    height: 100%;
    width: 1000px;
  }
  .v-pro.service-inner {
    width: 960px;
  }
  .vpro_head {
    margin: 20px;
  }
  .cir {
    margin-top: 10px;
  }
  .services.minister {
    margin-top: 10px;
  }
  .ftr-text {
    margin-top: 30px;
  }
  .info-mal {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
  }
  .circular-main {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .ftr-text h1 {
    margin-bottom: 10px;
  }
  .vahan .road-img {
    width: 25%;
    right: 40px;
  }
  .mvd-info {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .btns {
    width: 555px;
  }
}
@media (min-width: 1201px) and (max-width: 1439px) {
  .text_wrap h3 {
    font-size: 18px;
  }
  .info-mal {
    font-size: 18px;
  }
  .ftr-text {
    margin-top: 20px;
  }
}

/* ================================================================== Media query Tutorial 200px =============================================  */
@media (min-width: 768px) and (max-width: 1200px) {
  body {
    margin-left: 100px;
  }

  /* ---------------------------------------------------------------- Head Section ----------------------------------------------------------------*/
  .v-pro-index {
    width: 768px;
    padding: 70px 25px 60px 90px;
  }
  .info_bttn {
    margin-top: -45px;
  }

  .v-pro {
    width: 90%;
    padding: -50px -50px;
    height: 900px;
    height: 100%;
  }
  .service-inner {
    padding-bottom: 50px;
  }

  .mvd_logo {
    width: 150px;
    height: 150px;
    border: none;
    background: none;
  }

  .text_wrap h1 {
    font-size: 22px;
  }

  .text_wrap h2,
  .text_wrap h3 {
    font-size: 16px;
  }

  .bell_icon {
    width: 50px;
    margin-bottom: 10px;
    border: none;
    background: none;
  }

  .vpro_head_left {
    margin-left: -50px;
  }

  .vpro_head_right {
    margin-right: 45px;
  }

  .vpro_logo {
    width: 120px;
  }

  .vpro_head {
    margin-top: -30px;
    width: 100%;
  }

  .btn-text h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  /* ========================================================= Latest Updates =============================================================== */

  .services .btns {
    /* width: 440px; */
    margin-left: 0;
  }
  .mvd-informations {
    margin-left: 0;
  }
  .cir-noti {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .circular-main {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .info-mal {
    /* margin-top: -80px; */
    font-size: 15px;
  }

  .circular-main {
    margin-left: 15px;
  }

  .img-container img {
    width: 350px;
  }

  .img-container .circular {
    left: 75px;
  }

  .qr_code {
    width: 200px;
    height: 170px;
  }

  .info_left {
    margin-top: 0;
    margin-left: -31px;
  }
  .info-eng {
    font-size: 36px;
    font-weight: bold;
    padding-left: 0;
  }

  .sarathi-btn {
    font-size: 12px;
  }
  .minister-msg img {
    width: 110px !important;
  }
  .mvd-info {
    width: 500px;
  }
  .cir {
    width: 700px;
    margin-top: 10px;
  }
  .feedback {
    max-width: 636px;
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 0;
  }
  .fooottr {
    width: 80%;
  }
  .feed {
    width: 700px;
  }
  .minister-msg {
    margin-top: 16px;
    margin-left: 0;
    max-width: 500px;
  }

  .footer {
    margin-top: 50px;
  }

  .minister {
    width: 700px;
  }
  /* .services,
  .info-sec,
  .info_bttn {
    width: 717px;
  } */

  .info-sec {
    margin-left: -90px;
    margin-top: 9%;
    width: 100%;
  }
  .services .btns img {
    width: 110px;
  }
  .minister-msg {
    margin-top: -17px;
    margin-left: 0;
    max-width: 391px;
  }
  .ftr-text {
    margin-top: 43px;
  }
  .feedback-text {
    font-size: 24px;
  }
  .cir-noti {
    margin-top: -21px;
    width: 552px;
  }
  .feedback img {
    margin-right: 0;
    width: 107px;
    margin-top: 0;
  }
  .ftr h1 {
    font-size: 30px;
    padding-left: 50px;
    padding-top: 83px;
  }

  .socials img {
    width: 40px;
    margin-top: 10px;
  }
  .ftr-text h1 {
    font-size: 1.6rem;
  }
  .ftr-text h2 {
    font-size: 1.5rem;
  }
  /* ---------------------------------------------------------------- End of Head Section ---------------------------------------------------------- */
  /* ================================================== Footer ======================================= */

  .back-btn {
    margin-top: 50px;
    width: 150px;
  }

  .back-btn img{
    width: 100%;
  }

  /* ================================================ Qr Code ================================================= */
  .info_right {
    width: 100%;
    margin-right: -35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 0;
  }
  .qr_text {
    margin-top: 20px;
  }
  .rc-footer-text-start {
    font-size: 34px;
    margin-right: 45px;
  }
  .short-line {
    width: 90%;
    border: 1px solid red;
    float: left;
  }

  .service-inner {
    padding-bottom: 50px;
  }

  .info-eng {
    margin-left: -30px;
    margin-bottom: 20px;
  }
  .info-mal {
    font-size: 15px;
    margin-left: -50px;
  }
  /* ================================================= Media query ended ====================================== */
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .vpro_head {
    width: 100%;
  }
  .v-pro-index {
    width: 786px;
    background: url(../img/backgrounds/backbtn.png) no-repeat;
    background-size: contain;
    overflow: hidden;
  }
  .feedback {
    position: absolute;
    /* margin-top: 12px;
    margin-left: 49px; */
    /* margin-top: 0px;
    margin-left: -20px; */
    margin-top: 40px;
    margin-left: -9px;
  }
}

@media (max-width: 750px) and (min-width: 450px) {
  .v-pro-index {
    width: 400px;
    height: 710px;
  }
  .services {
    width: 300px;
    margin-left: -22px !important;
  }
  .v-pro {
    height: 100%;
  }
  .registration .service-details img {
    width: 90px;
  }
  .rc-footer-text-start,
  .rc-footer-text-end {
    font-size: 18px;
    width: 80%;
  }
  .echallan .service-details img {
    width: 121px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ftr-text {
    margin-top: 17px;
  }
  #registration.registration .details-text {
    width: 100%;
    font-size: 18px;
  }
  .rc-footer-text-start {
    font-size: 26px;
    margin-right: 45px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .dl-txt {
    font-size: 11px;
  }
  .large-head .title_bg {
    font-size: 16px;
  }
}

@media (min-width: 800px) and (max-width: 1023px) {
  .dl-txt {
    font-size: 13px;
  }
  .registration .service-details img {
    width: 90px;
  }
  .details-text {
    font-size: 9px;
  }
  .large-head .title_bg {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .registration .service-details img {
    width: 110px;
  }
  .details-text {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .registration .service-details img {
    width: 110px;
  }
  .details-text {
    font-size: 12px;
  }
  .registration .rc-footer-text-start {
    margin-right: 0;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .text-area {
    padding-top: 50px;
  }

  .text-box {
    width: 100%;
    background-color: #ffff;
    height: 50%;
  }

  .text-box-text {
    padding: 10%;
    font-size: 12px;
  }
  .backbtn img,
  .nextbtn img {
    width: 40%;
  }
  .backbtn,
  .nextbtn {
    margin-bottom: -50px;
  }

  .tutorial-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }

  /* .tutorial-img {
    width: 60%;
  } */
  .footer-one {
    width: 75% !important;
  }
  .footer-two {
    width: 25% !important;
  }
  .title_bg {
    font-size: 26px;
  }
  .service-inner {
    padding-bottom: 50px;
  }
  .echallan .details-grid img,
  .tax-last-section .details-grid img {
    width: 145px;
  }
  .vahan .road-img {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .v-pro-index {
    width: 100%;
    padding: 50px;
    background: url(../img/backgrounds/Mob-MVD-Vpr-bg.png) no-repeat center !important;
    background-size: cover !important;
    overflow: hidden;
    padding: 70px 50px 0;
    height: 742px;
  }

  .v-pro {
    width: 100%;
    padding: 50px 30px 0 30px;
    height: 100%;
    height: inherit;
    overflow: hidden;
  }

  .v-pro .col-3 {
    padding: 0 !important;
  }
  .service-inner {
    padding-bottom: 100px;
    height: 100%;
  }
  .road-img {
    width: 200px;
    right: 30px !important;
  }

  .vahan .road-img {
    width: 25%;
    right: 40px !important;
  }
  .fitness .road-img {
    width: 30%;
  }

  .mvd_logo {
    width: 100px;
    height: 100px;
    border: none;
    background: none;
  }

  .text_wrap h1 {
    margin-left: 10px;
    font-size: 10px;
  }

  .text_wrap h2,
  .text_wrap h3 {
    margin-left: 10px;
    font-size: 9px;
    text-align: left;
  }
  .text_wrap h3 {
    font-size: 7px;
  }
  .bell_icon {
    width: 20px;
    margin-bottom: 5px;
    border: none;
    background: none;
  }

  .vpro_head_left {
    margin-left: -14px;
  }

  /* .vpro_head_right {
    margin-right: -50px;
  } */

  .img2 {
    width: 100px;
  }

  .vpro_logo {
    width: 70px;
    margin: 0 auto;
    display: table;
  }
  .img2 img {
    width: 80px;
    margin: 0 auto;
    display: table;
  }

  .info_left h1 {
    font-weight: normal !important;
    font-size: 16px !important;
  }

  .vpro_head {
    margin-top: -30px;
  }

  .row.info-row {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .text-area {
    padding-top: 15px;
  }

  .text-box {
    width: 100%;
    background-color: #ffff;
    height: 50%;
  }

  .text-box-text {
    padding: 10%;
    font-size: 12px;
  }
  .backbtn img,
  .nextbtn img {
    width: 40%;
  }
  .backbtn,
  .nextbtn {
    margin-bottom: -50px;
  }

  .tutorial-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .tutorial-img {
    width: 80%;
  }
  .title_bg {
    font-size: 10px;
  }
  .end-banner {
    padding-top: 10px;
  }

  .service-inner {
    padding-bottom: 100px;
    height: 100%;
  }
  .echallan .service-details {
    padding: 0;
  }
}

/* ============================================================================== Media Query 768px ===================================================== */
@media (max-width: 767px) {
  body {
    width: 100%;
  }

  .info_right {
    margin-top: 0 !important;
    width: 80%;
    margin-left: 19px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 14px;
  }
  .qr_text {
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
  }

  .qr_code {
    width: 100px;
    height: 100px;
  }

  .info-mal {
    /* width: 330px; */
    /* margin-top: -52px; */
    margin-left: 0;
    font-size: 8px;
  }

  .info-eng {
    /* width: 330px; */
    font-size: 16px;
    font-weight: bold;
    margin-left: 0;
  }
  .text_wrap h2 {
    letter-spacing: 0px;
    font-size: 10px;
  }
  .mvd-informations {
    margin-left: -40px;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    width: 100%; /* allow responsiveness */
    max-width: 400px;
  }

  .services .btns button {
    align-items: center; /* center horizontally */
    justify-content: center; /* center vertically */
    width: 100%;
    border: none;
    background: transparent; /* or keep your styling */
    text-align: center;
    cursor: pointer;
  }

  .services .btns img {
    display: block;
    margin: 0 auto;
  }

  .services .btns .sarathi-btn {
    font-weight: bold;
    margin-top: 5px;
    font-size: 7px;
    display: block;
    text-align: center;
  }

  .btns {
    width: auto;
  }

  .mvd-informations img {
    width: 100%; /* responsive image */
    height: auto;
    display: block;
  }

  .mvd-informations .btn-text {
    position: absolute;
    top: 50%; /* vertically center */
    left: 50%; /* horizontally center */
    transform: translate(-50%, -50%);
    color: white; /* adjust for contrast */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; /* prevent text breaking oddly */
  }

  .info_bttn {
    width: 364px;
    margin-left: -50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .img-container {
    position: relative; /* makes this container the reference for absolute positioning */
    display: inline-block;
    margin-left: 20px; /* shrink to fit the image */
  }

  .minister-message img,
  .sos img,
  .road-safety img {
    width: 45px !important;
  }

  .services .col-4 {
    padding: 0 !important;
  }
  .minister-message {
    width: 70px;
  }
  /* .minister-message img {
    width: 100% !important;
  } */

  .minister-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-top: 0px;
    margin-left: 70px;
    max-width: 476px;
  }

  .circular-img {
    width: 100%;
  }

  .btn-text h1 {
    font-size: 9px;
  }

  span.circular {
    position: absolute;
    width: max-content;
    /* margin-left: -100px; */
  }
  .cir-noti {
    margin-left: -30px;
    margin-top: 12px;
  }
  .ftr {
    margin-left: -40px;
  }
  .socials {
    /* margin-left: 35px !important; */
    margin: 0 auto;
    margin-top: 0;
    background-size: contain;
    max-width: 150px;
    min-height: 30px;
    gap: 5px;
  }
  .socials img {
    width: 20px;
    margin-top: 0;
  }
  .feedback img {
    width: 45px;
    margin-top: 0;
    /* margin-top: 20px; */
  }
  .feedback-text {
    font-size: 7px;
    display: block;
    text-align: center;
  }
  .feedback {
    margin-top: -4px;
    margin-right: -35px;
    margin-top: 9px;
    margin-right: 43px;
    display: flex;
    justify-content: flex-end;
  }
  /* .feedback {
    margin-top: -12px;
    margin-right: 33px;
    display: flex;
    justify-content: flex-end;
  } */
  .footer-one {
    width: 80% !important;
  }
  .footer-two {
    width: 20% !important;
  }
  .feedback {
    padding-top: 0;
    display: flex;
    align-items: center;
  }

  .dl-txt {
    font-size: 8px !important;
  }
  .img-sz {
    width: 50px !important;
  }
  .rc-footer-text-start,
  .rc-footer-text-end {
    font-size: 25px;
  }

  .back-btn img {
    width: 60px;
    display: flex;
  }
  .back-btn {
    width: 100px !important;
    margin-top: 30px;
  }

  /* .road-img img {
    margin-bottom: -50px;
    width: 200px;
    margin-left: -110px;
  } */

  .rc-img-btn {
    width: 50px;
  }
  /* ======================================================== Echallan Page ========================================== */
  .echallan-btn-sec {
    margin-left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .echallan-btn img {
    width: 80%;
  }
  .echallan-btn {
    margin-left: -100px;
  }

  .echallan-ser {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .echallan-txt {
    font-size: 12px;
  }
  .helmet-mal {
    font-size: 14px;
  }
  .ec-riding {
    height: 80px;
  }
  .ec-riding img {
    width: 100px;
    margin-left: -10px;
  }

  /* ============================================================= 3/9/25 ========================================================= */
  .mvd-info {
    margin-left: -75px;
    width: 200px;
  }

  .services {
    /* width: 300px;
    margin-left: -30px; */
    width: 300px;

    margin-left: -20px;
  }
  .services .btns img,
  .minister-message img,
  .sos img,
  .road-safety img {
    width: 60px !important;
  }
  .btns {
    width: 250px;
  }

  .cir {
    margin-left: -30px;
    width: 150px;
    margin-top: 10px;
  }
  .img-container img {
    width: 200px !important;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .circular h1 {
    margin-top: 0;
    font-size: 12px !important;
  }
  .circular {
    top: 50% !important;
    left: 60px;
  }

  /* .minister {
    margin-left: -78px;
    width: 250px;
  } */

  .feed {
    width: 500px;
  }
  .footer {
    height: 0;
    /* margin-bottom: -50px !important; */
  }
  .hed h1 {
    margin-left: -50px;
    margin-top: 140px;
    font-size: 20px !important;
  }

  .ftr-text h1,
  .ftr-text h2 {
    font-size: 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .fooottr {
    height: 0;
    margin-bottom: 63px;
    margin-left: -45px;
  }

  .info-sec {
    margin-top: -13px;
  }
  .ftr-text {
    margin-top: 20px;
  }
  .large-head .title_bg {
    font-size: 14px;
  }
  .permit .road-img {
    width: 25%;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .rc-btns {
    padding: 0.5rem;
  }

  .rc-img-btn {
    width: fit-content;
  }

  .rc-text-btn {
    font-size: 10px;
  }

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

  .traffic-img img {
    width: 100px !important;
    margin-bottom: -50px;
    width: 200px;
    margin-left: -50px;
  }
  /* .img-container .circular {
    margin-left: -50px;
  } */
  .short-line {
    width: 80%;
  }
  .echallan.Road-safety .short-line {
    width: 80%;
  }
  .minister-msg {
    margin-top: 20px;
  }
  .sarathi-btn {
    font-size: 7px !important;
  }

  .echallan .service-details {
    width: 100%;
  }
  .registration .service-details img {
    width: 130px;
  }
  .echallan .service-details img {
    width: 155px;
    margin: 0 auto;
    display: table;
  }
  .echallan .service-details.second {
    width: 76%;
  }
  .details-text {
    font-size: 12px;
  }
  .service-details {
    gap: 10px;
  }
  .services .minister {
    margin-top: 11px;
  }
  .services .btns {
    gap: 0;
    /* width: 100%;
    margin-left: -30px; */
    margin-left: 0;
  }
  .services-grid {
    margin: 5px 10px;
  }
  .long_head .title_bg {
    font-size: 14px;
  }
  .larg-head .title_bg {
    font-size: 10px;
    padding: 10px 10px;
  }

  .medium-head .title_bg {
    font-size: 18px;
    padding: 10px 10px;
  }
  .ftr-text {
    margin-top: 17px;
  }
  .Tax .road-img {
    width: 30%;
  }
  .circular-main {
    margin-left: 38px;
  }
}

@media (max-width: 767px) and (min-width: 450px) {
  .v-pro-index {
    width: 400px;
    height: 686px;
  }
  /* .v-pro-index {
    width: 400px;
    height: 735px;
  } */
  .v-pro-index {
    height: 100%;
    padding-bottom: 50px;
  }
  .services {
    width: 300px;
    margin-left: -22px !important;
  }
  .ftr-text {
    margin-top: 17px;
  }
  .ftr-text {
    margin-top: 18px;
  }
  .feedback img {
    width: 45px;
    margin-top: 0px;
  }
  .medium-head .title_bg {
    font-size: 13px;
    padding: 10px 10px;
  }
}

/* ======================================================================= Media Query above 1200px ============================================ */

.clear {
  clear: both;
}
@media (max-width: 760px) and (min-width: 550px) {
  .registration .service-details img {
    width: 60px;
  }
  .echallan .service-details img,
  .echallan .service-details img {
    width: 100px !important;
  }
  .Road-safety .rc-footer-text-start,
  .Road-safety .rc-footer-text-end {
    font-size: 20px;
  }
}
@media (max-width: 767px) and (min-width: 690px) {
  .v-pro-index {
    height: 1245px;
    padding-bottom: 50px;
   width: 100%;
   width: 100vw;
   background: url(../img/backgrounds/Mob-MVD-Vpr-bg.png) no-repeat top center !important;
   background-size: cover !important;
   margin-left: 10px;
}
.img2 img {
  width: 122px;
  margin: 0 auto;
  display: table;
}
.feedback img{
  width: 122px;
  margin: 0 auto;
  display: table;
}
.footer-one {
  width: 75% !important;
}
.socials {
  /* margin-left: 35px !important; */
  margin: 0 auto;
  margin-top: 47px;
  background-size: contain;
  max-width: 220px;
  min-height: 40px;
  gap: 5px;
  display: none;
}
.socials img {
  width: 27px;
  margin-top: 8px;
}
.feedback {

  margin-right: 120px;
}
.qr_code {
  width: 175px;
  height: 175px;
}
.bell_icon {
  width: 40px;
  margin-bottom: 5px;
  border: none;
  background: none;
}
.vpro_head {
  margin-top: -20px;
}
.text_wrap h1 {
  margin-left: 10px;
  font-size: 28px;
}
.text_wrap h2 {
  letter-spacing: 0px;
  font-size: 25px;
}
.text_wrap h3 {
  font-size: 13px;
}
.info_left h1 {
  font-weight: normal !important;
  font-size: 24px !important;
}
.info-mal {
 margin-top: 10px;
  font-size: 17px;
}
.info-eng {
  /* width: 330px; */
  font-size: 34px;
  font-weight: bold;
  margin-left: 0;
}
.mvd_logo {
  width: 190px;
  height: 190px;
}
.services {
  width: 390px;
  margin-left: 15px !important;
}
.services .btns img, .minister-message img, .sos img, .road-safety img {
  width: 110px !important;
}
.mvd-info {
  margin-left: -75px;
  width: 390px;
}
.mvd-informations {
  margin-left: 120px;
  max-width: 300px;
}
.btn-text h1 {
  font-size: 15px;
}
.mvd-informations .btn-text {
  top: 45%;
  transform: translate(-50%, -50%);
}
.circular h1 {
  margin-top: 0;
  font-size: 18px !important;
}
.cir {
  margin-left: -30px;
  width: 300px;
  margin-top: 10px;
}
.cir {
  margin-left: 0;
  width: 300px;
  margin-top: 10px;
}
.cir-noti {
  margin-left: 0;
  margin-top: 12px;
}
.img-container img {
  width: 250px !important;
  height: auto;
  display: block;
  margin: 0 auto;
}
.mvd-info {
  width: 415px;
}
.info_bttn {
  width: 364px;
  margin-left: -30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ftr-text {
  margin-top: 18px;
  margin-left: -20px;
}
.ftr-text h1, .ftr-text h2 {
  font-size: 20px;
  font-size: 24px;
  line-height: 34px;
}
.sarathi-btn, .feedback-text {
  font-size: 14px !important;
}

}
@media (max-width: 550px) {
  .text_wrap h2 {
    font-size: 7px;
  }
  .text_wrap h3 {
    font-size: 6.5px;
  }
  .qr_text {
    margin-top: 10px;
  }
  .echallan .service-details img {
    width: 70px;
  }
  /* .echallan .service-details img {
    width: 80px;
    margin: 0 auto;
    display: table;
  } */
  .dl-txt {
    font-size: 10px !important;
  }
  .road-img {
    width: 150px;
  }
  .registration .service-details img {
    width: 60px;
  }
  .details-text {
    font-size: 6px;
  }
  .rc-footer-text-start {
    font-size: 14px;
    width: 100%;
  }
  .medium-head .title_bg {
    font-size: 12px;
    padding: 10px 10px;
  }
  .footer-two {
    margin-top: -20px;
  }
  .Road-safety .rc-footer-text-start,
  .Road-safety .rc-footer-text-end {
    font-size: 18px;
    width: 80%;
  }
}
@media (max-width: 405px) and (min-width: 300px) {
  .info-mal {
    /* width: 330px; */
    /* margin-top: -52px; */
    margin-left: 0;
    font-size: 7px;
  }
  .cir {
    margin-top: 0;
  }
  .img2 {
    width: 65px;
  }
  .qr_code {
    width: 85px;
  }
  /* .minister {
    margin-top: -20px;
  } */
  .ftr-text {
    margin-top: 18px;
  }
  .ftr-text h1,
  .ftr-text h2 {
    margin-bottom: 5px;
    margin-top: 8px;
  }
  .feedback-text {
    font-size: 6px;
    width: 95% !important;
  }
  .v-pro-index {
    background: url(../img/backgrounds/Mob-MVD-Vpr-bg.png) no-repeat !important;
    background-size: cover !important;
    height: 650px;
  }
  .v-pro-index {
    padding-top: 55px;
  }
  .ftr-text {
    margin-top: 17px;
  }
  .v-pro-index {
    height: 675px;
  }
  .services .btns {
    gap: 0;
  }
  .services-grid {
    margin: 0 5px;
  }
  .services .btns .sarathi-btn {
    margin-top: 2px;
    margin-bottom: 3px;
  }
  .feedback img {
    width: 45px;
    margin-top: 0;
  }
  .medium-head .title_bg {
    font-size: 11px;
    padding: 10px 10px;
  }
}

@media (max-width: 390px) and (min-width: 376px) {
  .v-pro-index {
    /* height: 675px;
    max-height: 720px; */
    padding-bottom: 30px;
    height: 100%;
  }
  .larg-head .title_bg {
    font-size: 9px;
    padding: 10px 5px;
  }
}

@media (max-width: 400px) and (min-width: 390px) {
  .v-pro-index {
    height: 100%;
    padding-bottom: 30px;
  }
  .minister-msg .sarathi-btn {
    font-size: 7px;
  }
  .medium-head .title_bg {
    font-size: 13px;
    padding: 10px 10px;
  }
}

@media (max-width: 400px) and (min-width: 390px) {
  .v-pro-index {
    height: 660px;
    background-size: cover !important;
    height: 675px;
    background-size: contain !important;
  }
  .sarathi-btn {
    /* font-size: 6px; */
  }
}

@media (max-width: 400px) and (min-width: 360px) {
  .cir-noti {
    margin-top: 0;
    margin-bottom: 0;
  }
  .services-grid.mt-3 {
    margin-top: 5px !important;
  }
  .mvd_logo {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 360px) {
  .road-img {
    width: 160px;
  }
  .dl-txt {
    font-size: 7px !important;
  }
  .services .col-4 {
    padding: 0 !important;
  }
  .registration .service-details img {
    width: 55px;
  }
  .registration .details-text {
    width: 100%;
    font-size: 5px;
  }
  /* .echallan .service-details img {
    width: 60px;
  } */
  .echallan .service-details img {
    width: 60px;
  }
  .services .btns {
    gap: 0;
  }
  .btn-text h1 {
    font-size: 8px;
  }
  .mvd-informations img {
    width: 84%;
  }
  .mvd-informations .btn-text {
    left: 40%;
  }
  .img-container img {
    width: 170px !important;
  }
  .img-container .circular {
    /* margin-left: -60px; */
  }
  .mvd_logo {
    width: 85px;
    height: 85px;
  }
  .circular h1 {
    margin-bottom: 4px;
    font-size: 10px !important;
  }
  .feedback img {
    margin-top: -5px;
  }
  .services .btns img,
  .minister-message img,
  .sos img,
  .road-safety img {
    width: 55px !important;
  }
  .services .btns {
    gap: 5px;
  }
  .feedback img {
    margin-top: -3px;
  }
  .v-pro-index {
    height: 650px;
  }
  .rc-footer-text-start {
    font-size: 14px;
    width: 90%;
    margin: 0;
  }
  .registration .rc-footer-text-start {
    font-size: 12px;
  }
  .larg-head .title_bg {
    font-size: 8.5px;
    padding: 10px 5px;
  }
  .medium-head .title_bg {
    font-size: 10px;
    padding: 10px 10px;
  }
  .vahan .road-img {
    width: 36%;
    right: 40px;
  }
  .text_wrap h2,
  .text_wrap h3,
  .text_wrap h1 {
    margin-left: 6px !important;
    margin-bottom: 5px;
  }
  .cir-noti {
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .services-grid.mt-3 {
    margin-top: 6px !important;
  }
  .services-grid .mt-3 {
    margin-top: 0;
  }
  .info-mal {
    margin-bottom: 0;
  }
  .ftr-text h1,
  .ftr-text h2 {
    margin-bottom: 5px;
    margin-top: 6px;
  }
  .footer-two {
    margin-top: 10px;
  }
  .info-eng {
    font-size: 14px;
  }
  .text_wrap h3,
  .info-mal {
    font-size: 6px;
  }
  .Road-safety .rc-footer-text-start,
  .Road-safety .rc-footer-text-end {
    font-size: 12px;
    width: 90%;
  }
}
@media (max-width: 330px) {
  .feedback {
    margin-top: 0;
    margin-right: 0;
  }
  .feedback {
    margin-top: -14px;
    margin-right: 23px;
  }
  .services .btns {
    margin-left: -30px;
  }
  .info_left {
    margin-top: -10px;
  }
  .ftr-text {
    margin-top: 0;
    margin-left: 10px;
  }
  .ftr-text h1,
  .ftr-text h2 {
    font-size: 13px;
    line-height: 16px;
  }
  .v-pro-index {
    padding-right: 30px;
  }
  .qr_code {
    width: 70px;
    height: 75px;
  }
  .registration .service-details img {
    width: 45px;
  }
  .rc-footer-text-start {
    font-size: 11px;
  }

  .road-img {
    width: 130px;
    right: 30px !important;
  }
  .larg-head .title_bg {
    font-size: 8px;
    padding: 10px 5px;
  }
  .services {
    width: 300px;
    margin-left: 10px;
  }
  .v-pro-index {
    background-size: contain !important;
  }
  .cir-noti {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mvd_logo {
    width: 70px;
    height: 70px;
  }
  .info-eng {
    margin-bottom: 0;
  }
  .info-mal {
    margin-bottom: 0;
    font-size: 6px;
  }
  .registration .rc-footer-text-start {
    font-size: 11px;
  }
  .Road-safety .rc-footer-text-start,
  .Road-safety .rc-footer-text-end {
    font-size: 10px;
    width: 90%;
  }
}
@media (max-width: 310px) {
  .echallan .service-details img {
    width: 52px;
  }
  .vpro_head_right {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
  }
  .vpro_head {
    padding: 0;
  }
  .mvd_logo {
    width: 90px;
    height: 100px;
  }
  .text_wrap h1 {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
  }
  .text_wrap h2 {
    font-size: 11px;
    letter-spacing: 3.1px;
    margin-bottom: 0;
  }
  .text_wrap h3 {
    margin-left: 10px;
    font-size: 8px;
  }
  .img2 img {
    width: 65%;
    margin: 0 auto;
    display: table;
  }
  .larg-head .title_bg {
    font-size: 7.5px;
    padding: 10px 5px;
  }
  .Road-safety .rc-footer-text-start,
  .Road-safety .rc-footer-text-end {
    font-size: 10px;
    width: 90%;
  }
}

/* Version Old 26-09-2025 Developed By Jisna */

/* .version-old .title_bg {
  font-size: 30px;
} */

.steps ,.steps-section .end-banner{
  width: 100%;
  margin-top: 20px;
  display: grid !important;
  grid-template-columns: auto auto auto;
  display: none !important;
}


.step-img {
  width: 110px;
  height: 95px;
  margin: 0 auto;
  display: table;
}

.steps img {
  margin: 0 auto;
  display: table;
  height: max-content;
}

.version-old .end-banner {
  padding-top: 15px;
}
.steps-section {
  display: block;
}

@media (max-width: 1200px) {
  .steps.tutorial-btns {
    justify-content: normal;
  }
}

@media (max-width: 900px) {
  .steps.tutorial-btns .dl-txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .version-old .title_bg {
    font-size: 20px;
  }
  .step-img {
    width: 60px;
    height: 50px;
  }
}

@media (max-width: 450px) {
  .version-old .title_bg {
    font-size: 10px;
  }
  .step-img {
    width: 60px;
    height: 50px;
  }

  .version-old .dl-txt {
    font-size: 8px !important;
  }
}

@media (max-width: 1100px) and (min-width: 900px) {
  .v-pro-index {
    width: 1000px;
    width: 100%;
    height: 1640px;
  }
  .services .btns img,.feedback img {
    width: 145px;
  }
  .details-text{
    font-size: 20px;
  }
  .minister.services .btns .sarathi-btn {
    width: 160px !important;
  }
  .sarathi-btn {
    font-size: 22px;
  }
  .mvd_logo {
    width: 210px;
    height: 210px;
  }
  .text_wrap h1 {
    font-size: 2rem;
  }
  .text_wrap h2 {
    font-size: 1rem;
  }
  .v-pro-index {
    padding: 100px 25px 80px 100px;
  }
  .btn-text h1 {
    font-size: 26px;
  }

  .mvd-informations {
    width: 100%;
    margin-top: 40px;
    margin-left: 25px;
  }
  .mvd-informations img {
    width: 100%;
  }
  .mvd-info {
    width: 525px;
  }
  .img-container .circular {
    left: 150px;
  }

  .circular-main a {
    margin: 0 auto;
    display: table;
  }
  .qr_code {
    width: 200px;
    height: 200px;
  }
  .feedback {
    position: absolute;
    margin-top: 0px;
    margin-left: -9px;
    margin-top: -105px;
    margin-left: -35px;
  }
  .socials{
    display: none;
  }
  .ftr-text {
    margin-top: 20px;
}
.info-eng {
  font-size: 44px;
  font-weight: bold;
  padding-left: 0;
}
.info-mal {
  font-size: 21px;
  margin-left: -50px;
}
.ftr-text h2 {
  font-size: 2rem;
}
.ftr-text h1 {
  font-size: 2.2rem;
}
}
/* Version Old 26-09-2025 Developed By Jisna */
.adsSection {
  width: 940px;
  height: 300px;
}

.adsSection img {
  width: 100%;
}
