html,
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  /* white sides */
  font-family: "Anek Malayalam", sans-serif !important;
}

/* Index Page Css Code Start  */
/* Wrapper keeps it centered horizontally */
.bg-wrapper {
  display: flex;
  justify-content: center;
  background-color: #fff;
}

/* Background image area */
.bg-cover {
  width: 64%;
  /* your chosen width (kept fixed) */
  background-image: url("../image/background/Vproframe.png");
  background-size: contain;
  /* show full image without cropping */
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 100vh;
  height: auto;
  aspect-ratio: auto;
  position: relative;
}

/* Make sure the image can extend in height naturally */
.bg-inner {
  width: 100%;
  height: 172vh;
  height: 201vh;
  height: 1490px;
  /* make this large enough to scroll the full image */
  background-image: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 35px;

}

/* Optional overlay for text */
.bg-content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
  z-index: 2;
  width: 80%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.vpro_head {
  display: flex;
  padding: 25px;
  padding: clamp(30px, 1.5vw, 3.5vw);
  width: 96%;
}

.vpro_head_left {
  display: flex;
  padding-left: 2vw;
}

.vpro_head .left {
  width: 70%;
}

.mvd_logo {
  width: 170px;
}

.text_wrap {
  padding-left: 20px;
}

.text_wrap h1 {
  font-family: "Anek Malayalam", sans-serif;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
  line-height: 48px;
  font-size: 44px;
}

.text_wrap h3 {
  margin-top: 0;
  color: #FF0000;
  font-weight: 300;
  font-size: 20px;
}

.line {
  /* border-width:1px;
  border-color: #000; */
  margin-bottom: 0;
  width: 90%;
  margin-left: 5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5px 0;
}

.line.two {
  margin-top: 0;
}

.info_left h1 {
  text-align: center;
  font-size: 35px;
  color: #212529;
  line-height: 33.6px;
  margin: 0;
  font-weight: 500;
}

.info-mal {
  font-size: 23px;
  line-height: 22.8px;
  color: #212529;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.info-eng {
  margin: 0;
  font-size: 48px;
  text-align: center;
  font-weight: 600;
}



.notification img {
  width: 60px;
  ;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}

.vpro_logo img {
  width: 240px;
}

.qrCode {
  text-align: center;
}

.qrCode h4 {
  font-size: 2.2vw;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
}

.qrCode img {
  width: 200px;
  margin: 0 auto;
}

.mvd-informations .info-img {
  width: 450px;
  margin: 0 auto;
  display: table;
  margin-left: 80px;
}

.mvd-informations {
  position: relative;
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
}

.mvd-informations .btn-text {
  position: absolute;
  top: 42%;
  left: 48%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  font-size: clamp(20px, 2.1vW, 2.1vW);
  color: #fff;
  display: none;
}

.mvd-informations .btn-text {
  position: absolute;
  top: 8vh;
  left: 55vh;
  top: 3.5vw;
  left: 20.6vw;
  transform: translate(-50%, -50%);
  margin-top: 0;
  font-size: clamp(20px, 2.1vW, 2.1vW);
  color: #fff;
  width: 300px;
  text-align: center;
}

.serviceIcon {
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: 58%;
  gap: 15px;
  padding: 0 30px;
  margin-left: 18px;
}

/* .width_40{
  width: 40%;
} */

.serviceIcon .serviceIconText {
  font-size: 16px;
}


.icon_service {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-weight: 600;

}

.iconImg {
  position: relative;
}

.icon_service img {
  width: 125px;
  /* width: 100%; */
  object-fit: cover;
}

.hand {
  position: absolute;
  width: 40px;
  right: 15px;
  bottom: 5px;
  animation: hand-shake 1.4s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
  transform-origin: center bottom;
}

.hand img {
  width: 100%;
}

@keyframes hand-shake {
  /* 0%   { transform: translateY(0); }
  15%  { transform: translateY(-7px); }
  35%  { transform: translateY(7px); }
  55%  { transform: translateY(-5px); }
  75%  { transform: translateY(4px); }
  100% { transform: translateY(0); } */

}

@keyframes hand-shake {
  0% {
    transform: rotate(0deg) translateY(0);
  }

  25% {
    transform: rotate(-6deg) translateY(1px);
  }

  50% {
    transform: rotate(6deg) translateY(2px);
  }

  75% {
    transform: rotate(-4deg) translateY(1px);
  }

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

.informationBtn {
  width: clamp(125px, 5.3vW, 5.3vW);
  width: 62%;
}

.informationBtn img {
  width: 370px;
  margin: 0 auto;
  display: table;
}

.informationBtn {
  position: relative;
}

.informationBtnText {
  position: absolute;
  top: 42%;
  left: 48%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 1.8vW, 1.8vW);
  display: none;
}

.informationBtnBox {
  width: clamp(35px, 1vW, 1vW);
  display: table;
  margin: 0 auto;
}

.informationBtn .hand {
  position: absolute;
  width: clamp(35px, 1vW, 1vW);
  animation: hand-shake 1.4s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
  transform-origin: center bottom;
  right: 25%;
  bottom: 35px;
}

.informationBtn .hand img {
  width: clamp(35px, 2vW, 2vW);
  object-fit: cover;
}

.serviceIcon.thiredRow {
  margin-top: 1vw;
}

.serviceIcon.thiredRow .icon_service,
.serviceIcon.thiredRow .icon_service {
  color: #fff;
}

.icon_service img.ministerMessage {
  width: 180px;
}

.serviceIcon.thiredRow span {
  color: #fff;
}

.icon_service img.newImg {
  width: 80%;
  margin: 0 auto;
  display: table;
}

.footerSocial {
  width: 52%;
  width: 600px;
  position: relative;
  margin-top: 20px;
}

.socialIcon {
  background: #f9edb9;
  padding: 5px;
  width: clamp(300px, 16.3vW, 16.3vW);
  height: 50px;
  margin: 0 auto;
  position: absolute;
  display: table;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  top: 8.2vw;
  top: 7.9vw;
  border-radius: 15px 15px 0 0;
  display: none !important;
}

.footerText h1 {
  color: #fff8c5;
  font-size: 35px;
  margin: 0;
  text-align: center;
  font-weight: 500;
}

.footerText h2 {
  color: #fff8c5;
  font-size: 33px;
  margin: 0;
  font-weight: 400;
  text-align: center;
}

.socialIcon {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.socialIcon a img {
  width: 45px;
  margin-top: 5px;
}

.socialIcon .hand {
  right: -15px;
}

.sweppImg {
  width: 100%;
}

.sweppImg img {
  width: 100%;
  margin: 0 auto;
  display: table;
}

/* .sweppImg.challan {
  width: 60%;
  margin: 0 auto;
  display: table;
} */

/* Blink Animation */
.blink.active-blink {
  border-radius: 50%;
  animation: blink-border-animation 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes blink-border-animation {

  0%,
  100% {
    box-shadow: 0 0 0 5px #c61728, 0 0 20px 5px #c61728;
  }

  50% {
    box-shadow: 0 0 0 5px transparent, 0 0 20px 5px transparent;
  }
}

/* Index Page Css Code End  */


/* Index Page Responsive Code Start  */

@media (max-width:1200px) and (min-width:767px) {}

@media (max-width: 2000px) and (min-width: 1800px) {
  .bg-inner {
    height: 1680px;
  }

  .bg-cover {
    min-height: auto;
  }

  .mvd-informations .btn-text {
    left: 18.6vw;
    width: max-content;
  }

  .footerSocial {
    width: 64%;
  }
}

@media (min-width:2000px) {
  .vpro_head {
    padding: clamp(30px, 3vw, 3.5vw);
    padding-bottom: 0;
  }

  .info-eng {
    margin: .7vw 0;
  }

  .notification img {
    margin-bottom: 1.5vw;
  }

  .qrCode h4 {
    font-size: 1.4vw;
    margin-top: 1.7vw;
    margin-bottom: 0;
  }


  .line {
    border-top: .1vw solid;
    border-bottom: .1vw solid;
    margin-bottom: 2vw;
    width: 84%;
  }

  .info_left h1 {
    margin: 1.5vw;
  }

  .serviceIcon {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 58%;
    gap: 3%;
    padding: 0 5%;
  }

  .icon_service img {
    width: 8vw;
  }

  .icon_service .hand img {
    width: 2.5vw;
  }

  .hand {
    position: absolute;
    width: 30%;
    right: 15px;
  }

  .informationBtn img {
    width: 25vw;
  }

  .informationBtn .hand {
    width: 30%;
    right: 4.6vw;
    bottom: 2.2vw;
  }

  .informationBtn .hand img {
    width: 2.5vw;
  }

  .icon_service {
    margin-bottom: 1vw;
  }

  .footerSocial {
    width: 58%;
  }

  .socialIcon {
    height: 3.77vw;
    gap: 1vw;
    border-radius: 1vw 1vw 0 0;
    top: 7.8vw;
  }

  .socialIcon a img {
    width: 2.3vw;
    margin-top: 1vw;
  }

  .socialIcon .hand img {
    width: 2.5vw;
  }

  .socialIcon .hand {
    right: -3.5vw;
  }

  .icon_service img.ministerMessage {
    width: clamp(177px, 12.3vW, 13.3vW);
  }

  /* .bg-cover {
  width: 68%;}

} */

}

@media (min-width:2731px) {
  .bg-cover {
    width: 59%;
  }

  .icon_service img {
    width: 6.5vw;
  }

  .mvd-informations .info-img {
    width: clamp(15vw, 28vW, 32vW);
  }

  .mvd-informations .btn-text {
    font-size: clamp(20px, 1.8vW, 2.1vW);
  }

  .icon_service .hand img {
    width: 2vw;
  }

  .mvd_logo {
    width: clamp(150px, 10vw, 10vw);
  }

  .icon_service img.ministerMessage {
    width: clamp(177px, 10vW, 13.3vW);
  }

  .qrCode img {
    width: clamp(150px, 13vW, 15vW);
    margin: 0 auto;
  }

  .serviceIcon {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 57%;
    gap: 0%;
    padding: 0px 7%;
  }

  .footerText h2 {
    font-size: clamp(14px, 1.7vw, 2.2vw);
  }

  .icon_service img.newImg {
    width: 60%;
    margin: 0 auto;
    display: table;
  }

  .informationBtnText {
    font-size: clamp(20px, 1.3vW, 1.8vW);
  }

  .informationBtn img {
    width: 20vw;
  }

  .informationBtn .hand img {
    width: 2vw;
  }

  .vpro_head .left {
    width: 64%;
  }

  .informationBtn {
    position: relative;
    margin-top: -1vw;
    margin-bottom: -1vw;
  }
}

@media (max-width: 2730px) and (min-width:1967px) {
  .bg-cover {
    width: 65.8%;
  }
}



@media (max-width: 1966px) and (min-width:1600px) {
  .bg-cover {
    width: 56.3%;
  }
}

@media (max-width: 1966px) and (min-width:1630px) {
  .bg-cover {
    /* width: 60%; */
    width: 57%;
  }

  .footerSocial {
    width: 52%;
    position: relative;
    margin-top: 0.8vw;
  }
}

@media (max-width: 1500px) and (min-width:1401px) {
  .bg-cover {
    width: 66%;
    width: 59%;
  }

  .icon_service img {
    width: clamp(110px, 5.3vW, 5.3vW);
    /* width: 100%; */
    object-fit: cover;
  }

  .icon_service .hand img {
    width: 100%;
  }

  .vpro_head {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .serviceIcon .serviceIconText {
    font-size: 15px;
  }

  .icon_service {
    margin-bottom: 10px;
  }

  .icon_service img.ministerMessage {
    width: 150px;
  }

  .vpro_head .left {
    width: 65%;
  }

  .vpro_head_left {
    display: flex;
    padding-left: 0;
  }

  .informationBtn img {
    width: clamp(355px, 10vW, 10vW);
  }

  .socialIcon {
    top: 7.6vw;
  }

  .informationBtn .hand {
    right: 23%;
  }
}


@media (max-width: 1400px) and (min-width:1202px) {


  .icon_service img.ministerMessage {
    width: clamp(12.4vw, 5.3vW, 5.3vW);
  }

  .vpro_head {
    display: flex;
    padding: 25px;
    padding: clamp(30px, 1.5vw, 3.5vw);
    width: 96%;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 0;
  }

  .informationBtn {
    margin-top: -10px;
    margin-bottom: -5px;
  }

  .informationBtn .hand {
    right: 22%;
    bottom: 30px;
  }

}

@media (max-width: 1460px) and (min-width:1300px) {
  .bg-cover {
    width: 66%;
    min-height: auto;
    margin-left: -30px;
  }
}

@media (max-width: 1400px) and (min-width:1200px) {
  .icon_service img {
    width: clamp(8vw, 5.3vW, 5.3vW);
  }



  .icon_service .hand img {
    width: 100%;
  }

  .serviceIcon .serviceIconText {
    font-size: 15px;
  }

  .icon_service {
    margin-bottom: 10px;
  }

  .informationBtnText {
    font-size: clamp(1vw, 1.8vW, 1.8vW);
  }

  .informationBtn img {
    width: 340px;
  }


  .hand {
    right: 5px;
    bottom: 0;
  }

  .mvd_logo {
    width: clamp(10vw, 8vw, 8vw);
  }

  .icon_service img.ministerMessage {
    width: clamp(12vw, 5.3vW, 5.3vW);
  }
}

@media (max-width: 1300px) and (min-width:1250px) {
  .bg-cover {
    width: 70%;
    min-height: auto;
  }

  .bg-inner {
    height: 1385px;
    margin-left: -30px;
  }

  .rc-foot .road-img {
    top: 5rem;
  }
}

@media (max-width: 1200px) and (min-width:900px) {
  /* .bg-cover {
    width: 75%;} */

  .vpro_head {
    padding-bottom: 10px;
    padding-top: 16px;
  }

  .icon_service img {
    width: clamp(8vw, 5.3vW, 5.3vW);
    /* width: 100%; */
    object-fit: cover;
  }
}

@media (max-width: 1100px) and (min-width:769px) {
  .socialIcon {
    display: none !important;
  }

  .sweppImg {
    width: 85%;
    margin: 0 auto;
  }

  .bg-cover {
    width: 95%;
  }

  .bg-cover {
    width: 100%;
    margin-left: 0%;
  }

  .info-mal {
    margin-top: 1vw;
    font-size: clamp(2.7vw, 1.5vw, 1.5vw);
  }

  .info-eng {

    font-size: clamp(5.8vw, 3.2vw, 3.5vw);
    font-weight: 600;
  }

  .mvd_logo {
    width: clamp(150px, 11vw, 11vw);
    width: clamp(18vw, 8vw, 8vw);
  }

  .vpro_head {
    padding: clamp(10px, 1.5vw, 3.5vw);
    width: 98%;
    padding-top: 2vw;
    padding-bottom: 5px;
  }

  .vpro_logo img {
    width: clamp(100px, 14vW, 18vw);
    margin: 0 auto;
    display: table;
  }

  .notification img {
    width: clamp(7vw, 4vw, 5vw);
    margin-bottom: 15px;
  }

  .text_wrap h3 {
    font-size: clamp(2.5vw, 1.5vw, 1.5vw);
  }

  .vpro_logo img {
    width: clamp(22vw, 14vW, 18vw);
  }

  .text_wrap h1 {
    line-height: clamp(5vw, 3.4vw, 2.6vw);
    font-size: clamp(5vw, 2.7vw, 3vw);
  }

  .bg-inner {
    padding: 25px 35px;
    height: 1100px;
  }

  .qrCode img {
    width: clamp(24vW, 14vW, 15vW);
  }

  .mvd-informations .info-img {
    width: 336px;
    margin: 0 auto;
    display: table;
  }

  .mvd-informations .btn-text {
    font-size: 3.4vw;
  }

  .icon_service img {
    width: 18vw;
    width: 13.5vw;
    object-fit: cover;
  }

  .serviceIcon {
    padding: 0;
    gap: 5px;
    width: 65%;
    margin: 0;
  }

  .hand img,
  .informationBtn .hand img {
    width: 4vw;
  }


  .hand {
    right: 1vw;
  }

  .serviceIcon span {
    font-size: clamp(12px, 1vW, 2.1vW);
  }

  .icon_service {
    margin-bottom: 5px;
  }

  .informationBtnText {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(3vw, 1.8vW, 1.8vW);
    width: 100%;
    font-size: 2.5vw;
  }

  .informationBtn img {
    width: clamp(40vw, 10vW, 10vW);
  }

  .informationBtn .hand {
    right: 15vw;
    bottom: 3.7vw;
  }

  .icon_service img.ministerMessage {
    width: clamp(18vw, 5.3vW, 5.3vW);
  }

  .serviceIcon .serviceIconText {
    font-size: clamp(2vw, 1vW, 2.1vW);
  }

  .footerText h1 {
    font-size: clamp(4vw, 2.3vw, 2.3vw);
  }

  .footerText h2 {
    font-size: clamp(2.8vw, 2.2vw, 2.2vw);
  }

  .socialIcon {
    width: clamp(40vw, 16.3vW, 16.3vW);
    height: 5vw;
    top: 11.5vw;
  }

  .socialIcon a img {
    width: 6vw;
    margin-top: 0;
  }

  .info_left h1 {
    line-height: 4vw;
    font-size: 4vw;
  }

  .footerSocial {
    width: 68%;
    margin-top: 1.5vw;
  }
}

@media (max-width: 1100px) and (min-width: 800px) {
  .bg-cover {
    width: 64%;
    margin-left: 0%;
  }

  .bg-cover.home {
    width: 80%;
    margin-right: 8%;
  }

  .mvd_logo {
    width: 115px;
  }

  .text_wrap h1 {
    line-height: 29px;
    font-size: 29px;
  }

  .text_wrap h3 {
    font-size: 14.5px;
  }

  .info_left h1 {
    line-height: 38.4px;
    font-size: 32px;
  }

  .vpro_head {
    margin-bottom: 30px;
  }

  .info-mal {
    margin-top: 1vw;
    font-size: 16.5px;
  }

  .info-eng {
    font-size: 34px;
    font-weight: 600;
  }

  /* .mvd-informations .info-img {
    width: clamp(35vw, 32vW, 32vW);
    margin: 0 auto;
    display: table;
  } */

  .mvd-informations .btn-text {
    font-size: 2.4vw;
    text-align: center;
    left: 19.5vh;
    left: 10.5vh;
  }

  .notification img {
    width: 38px;
    margin-bottom: 15px;
  }

  .vpro_logo img {
    width: clamp(22vw, 14vW, 18vw);
  }

  .qrCode img {
    width: 170px;
  }

  .icon_service img {
    width: 100px;
    object-fit: cover;
  }

  .icon_service img.newImg {
    width: 75px;
    margin: 0 auto;
    display: table;
  }

  .icon_service .hand img,
  .informationBtn .hand img {
    width: 30px;
  }

  .serviceIcon .serviceIconText {
    font-size: clamp(2vw, 1vW, 2.1vW);
  }

  .serviceIcon {
    padding: 0;
    gap: 0px;
    width: 60%;
    margin: 0;
    padding: 0 30px;
  }

  .footerSocial {
    width: 68%;
    margin-top: 10px;
  }

  .socialIcon a img {
    width: 3vw;
    margin-top: 0;
  }

  .socialIcon {
    width: clamp(21vw, 16.3vW, 16.3vW);
    height: 2.7vw;
    top: 12vw;
  }

  .footerSocial .hand {
    bottom: -1px;
    right: -20px;
  }

  .hand img,
  .informationBtn .hand img {
    width: 3vw;
  }

  .informationBtn {
    position: relative;
    margin: 10px 0;
  }

  .informationBtn img {
    width: clamp(30vw, 10vW, 10vW);
  }

  .informationBtnText {
    font-size: 2vw;
  }

  .icon_service img.ministerMessage {
    width: clamp(12vw, 5.3vW, 5.3vW);
  }

  .footerText h1 {
    font-size: 23px;
  }

  .footerText h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .informationBtn .hand {
    right: 12vw;
    bottom: 2.7vw;
  }

  .socialIcon {
    display: none !important;
  }

}

@media (max-width: 768px) {
  .bg-cover {
    width: 95%;
  }

  .bg-cover {
    width: 100%;
    margin-left: 0%;
  }

  .info-mal {
    margin-top: 3px;
  }

  .mvd_logo {
    width: clamp(150px, 11vw, 11vw);
    width: clamp(18vw, 8vw, 8vw);
  }

  .vpro_head {
    padding: clamp(10px, 1.5vw, 3.5vw);
    width: 98%;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .vpro_logo img {
    width: clamp(100px, 14vW, 18vw);
    width: 190px;
    margin: 0 auto;
    display: table;
  }

  .notification img {
    width: 32px;
    margin-bottom: 15px;
  }

  .bg-inner {
    padding: 25px 35px;
  }

  .qrCode img {
    width: clamp(24vW, 14vW, 15vW);
  }

  .text_wrap h1 {
    line-height: 20.6px;
    font-size: 20px;
  }

  .text_wrap h3 {
    margin-top: 0;
    color: #FF0000;
    font-weight: 300;
    font-size: 10px;
  }

  .info-mal {
    line-height: 15px;
    font-size: 10px;
  }

  .info-eng {
    line-height: 23px;
    font-size: 24px;
  }

  .mvd-informations .info-img {
    width: 75%;
    margin: 0 auto;
    display: table;
    margin-left: 30px;
  }

  .socialIcon .hand {
    right: -12px;
    text-align: ;
    bottom: 0;
  }

  .mvd-informations .btn-text {
    font-size: 3.4vw;
    left: 12.4vh;
    top: 2vh;
  }

  .serviceIcon.thiredRow {
    margin-top: 0;
  }

  .icon_service img {
    width: 18vw;
    width: 13.5vw;
    object-fit: cover;
  }

  .serviceIcon {
    padding: 0;
    gap: 5px;
    width: 65%;
    margin: 0;
  }

  .hand img,
  .informationBtn .hand img {
    width: 4vw;
  }


  .hand {
    right: 1vw;
  }

  .serviceIcon span {
    font-size: clamp(12px, 1vW, 2.1vW);
  }

  .icon_service {
    margin-bottom: 5px;
  }

  .informationBtnText {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(20px, 1.8vW, 1.8vW);
    width: 100%;
    font-size: 4vw;
  }

  .informationBtn img {
    width: clamp(310px, 10vW, 10vW);
    width: clamp(215px, 10vW, 10vW);
  }

  .informationBtn .hand {
    right: 2.7rem;
    bottom: 4vw;
  }

  .icon_service img.ministerMessage {
    width: clamp(18vw, 5.3vW, 5.3vW);
  }

  .serviceIcon .serviceIconText {
    font-size: clamp(2.3vw, 1vW, 2.1vW);
  }

  .socialIcon {
    width: clamp(40vw, 16.3vW, 16.3vW);
    height: 5vw;
    top: 11.5vw;
  }

  .socialIcon a img {
    width: 6vw;
    margin-top: 0;
  }

  .info_left h1 {
    line-height: 4vw;
  }

  .footerSocial {
    width: 68%;
    margin-top: 1.5vw;
  }

  .adsBoxsecond {
    display: none;
  }

  .mvd-informations {
    margin: 8px 0;
  }

  .info-eng {
    line-height: 23px;
  }

}



@media (max-width: 420px) {
  .informationBtn {
    margin-top: -1.2vw;
  }

  .info-eng,
  .info-mal {
    margin-top: 7px;
  }
}

@media (max-width: 409px) {
  .info-mal {
    line-height: 4vw;
  }

  .informationBtn {
    margin-top: -2vw;
  }
}

@media (max-width: 768px) and (min-width:680px) {
  .bg-wrapper {
    display: flex;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto;
    display: table;
  }

  .vpro_head {
    padding: clamp(10px, 1.5vw, 3.5vw);
    width: 98%;
    padding-top: 3vw;
    padding-bottom: 0;
  }

  .notification img {
    width: clamp(6vw, 4vw, 5vw);
    margin-bottom: 15px;
  }

  .icon_service img {
    width: 18vw;
    width: 11.5vw;
    object-fit: cover;
  }

  .hand img,
  .informationBtn .hand img {
    width: 4vw;
  }

  .serviceIcon .serviceIconText {
    font-size: clamp(2vw, 1vW, 2.1vW);
  }

  .mvd-informations .btn-text {
    font-size: 2.5vw;
    left: 23vh;
    width: max-content;
    top: 3.5vh;
  }

  .mvd-informations .info-img {
    width: 300px;
    margin: 0 auto;
    display: table;
  }

  .mvd-informations {
    margin: 0;
    margin-top: 10px;
  }

  .info-eng {
    line-height: 30px;
  }

  .informationBtn img {
    width: clamp(40vw, 10vW, 10vW);
  }

  .informationBtnText {
    font-size: 3vw;
  }

  .bg-cover {
    width: 91%;
  }

  .informationBtn img {
    width: clamp(40vw, 10vW, 10vW);
  }

  .informationBtnText {
    font-size: 2.6vw;
  }

  .info-eng {
    font-size: clamp(5vw, 3.2vw, 3.5vw);
  }

  .mvd_logo {
    width: clamp(15vw, 8vw, 8vw);
  }

  .text_wrap h1 {
    line-height: clamp(4vw, 3.4vw, 2.6vw);
    font-size: clamp(4vw, 2.7vw, 3vw);
  }

  .text_wrap h3 {
    font-size: clamp(2vw, 1.5vw, 1.5vw);
  }

  .info-mal {
    line-height: 30px;
    font-size: clamp(2.3vw, 1.5vw, 1.5vw);

  }

  .socialIcon {
    top: 10.5vw;
  }

  .footerText h1 {
    font-size: clamp(4vw, 2.3vw, 2.3vw);
  }

  .informationBtn .hand {
    right: 11vw;
    bottom: 3.4vw;
  }

  .socialIcon .hand {
    right: 1vw;
    bottom: .40vw;
  }

  .socialIcon a img {
    width: 5vw;
    margin-top: 0.3vw;
  }
}




@media (max-width: 679px) and (min-width:460px) {
  .mvd-informations {
    margin-top: 0.6vw;
    display: block;
  }

  .informationBtn img {
    width: clamp(55vw, 10vW, 10vW);
  }

  .mvd-informations .info-img {
    width: clamp(60vw, 32vW, 32vW);
  }
}

@media (max-width: 380px) and (min-width:365px) {
  .socialIcon {
    top: 13.1vw;
  }

  .bg-inner {
    height: 100vh;
  }
}

@media (max-width: 360px) {
  .informationBtn {
    margin-bottom: -1.6vw;
  }

  .footerSocial {
    width: 68%;
    margin-top: 2vw;
  }

  .text_wrap h3 {
    font-size: 9.3px;
  }

  .text_wrap h1 {
    line-height: 20px;
  }

  .info-eng {
    line-height: 4vw;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

@media (max-width: 350px) {
  .informationBtn {
    margin-bottom: -1.6vw;
    margin-top: -2vw;
  }

  .info-mal {
    margin-bottom: 2vw;
  }

  .text_wrap h1 {
    line-height: clamp(5vw, 3.4vw, 2.6vw);
    font-size: clamp(5vw, 2.7vw, 3vw);
  }
}


/* Index Page Responsive Code End  */

/* Inner Page Code Start  */

.bg-cover.inner-bg {
  background-image: url(../image/background/inner-bg.png);
  background-size: cover;
}

.bg-cover.inner-bg .bg-inner {
  background-size: cover;
}

.bg-cover.inner-bg .vpro_head {
  padding-bottom: 1.3vw;
  padding-top: 1.3vw;
}

.innerHead {
  box-shadow: 5px 4px 5px 3px rgb(0 0 0 / 75%);
  width: 100%;
  background: #e8262a;
  padding: .7vw 3vw;
  border-radius: .7vw 2vw;
  box-shadow: 5px 4px 5px 3px rgb(0 0 0 / 75%);
  box-shadow: 0vw 0vw 1vw 0vw rgb(0 0 0 / 75%);
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
  width: max-content;
  margin: auto;
  text-transform: uppercase;
}

.service-details {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 0 3vw;
  margin-top: 1vw;
  justify-content: center;
  width: 100%;
}

.details-grid {
  margin-top: 10px;
  width: 100%;
}

.details-grid img {
  width: 12vw;
  margin-bottom: -0.5vw;
  /* width: 11.5vw; */
}

.details-grid a {
  text-decoration: none;
}

.details-text {
  font-size: 1.3vw;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}


.rc-foot {
  position: relative;
}

.rc-footer-text {
  width: 78%;
  float: left;
  margin-top: 2.3vw;
}

.road-img {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: -15.12px;
  top: 4rem;
  margin-right: -36.288px;
  width: 400px;
}

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

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

.back-btn {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  width: 10rem;
  margin-top: 2.3vw;
  margin-bottom: 20px;
  margin-left: 2vw;
}

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

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

.short-line {
  width: 95%;
  border: 1px solid red;
  float: left;
}

.clear {
  clear: both;
}

@media (min-width:3000px) {
  .mvd-informations .info-img {
    width: 60%;
    margin-left: 22%;
  }

  .mvd_logo {
    width: 20rem;
  }

  .text_wrap h1 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .text_wrap h3 {
    font-size: 2.3rem;
  }

  .info_left h1 {
    font-size: 5rem;
  }

  .info-mal {
    font-size: 2.6rem;
  }

  .info-eng {
    font-size: 5.6rem;
  }

  .serviceIcon .serviceIconText {
    font-size: 2rem;
  }

  .icon_service img {
    width: 250px;
  }

  .informationBtn img {
    width: 600px;
  }

  .informationBtn {
    margin: 0;
  }

  .bg-inner {
    height: 166vh !important;
    padding: 4rem;
  }

  .serviceIcon {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 57%;
    gap: 2%;
    padding: 0px 4%;
  }

  .vpro_logo img {
    width: 25rem;
  }

  .notification img {
    width: 6rem;
  }

  .informationBtn .hand {
    width: 30%;
    right: 10rem;
    top: 2rem;
  }
}

@media (min-width:2270px) {
  .bg-inner {
    height: 176vh;
  }
}

@media (max-width: 2268px) and (min-width:2000px) {
  .bg-inner {
    height: 196vh;
  }
}

@media (max-width: 1400px) and (min-width:1300px) {
  .bg-inner {
    width: 100%;
    height: 1356px;
  }

  .bg-cover {
    min-height: auto;
  }
}

@media (max-width: 1250px) and (min-width:1110px) {
  .bg-inner {
    width: 100%;
    height: 1200px;
  }

  .bg-cover {
    min-height: auto;
  }

  .text_wrap h1 {
    line-height: 38px;
    font-size: 38px;
  }

  .mvd-informations .info-img {
    width: 330px;
    margin: 0 auto;
    display: table;
    margin-left: 80px;
  }

  .info-mal {
    font-size: 21px;
  }

  .info-eng {
    margin: 0;
    font-size: 42px;
  }

  .icon_service img {
    width: 100px;
  }

  .hand {
    right: 5px;
    bottom: 0;
    width: 30px;
  }

  .icon_service {
    margin-bottom: 5px;
  }

  .informationBtn img {
    width: 310px;
  }

  .informationBtn {
    width: 69%;
  }

  .informationBtn .hand {
    right: 26%;
    bottom: 30px;
  }

  .footerSocial {
    width: 52%;
    width: 600px;
    position: relative;
    margin-top: 12px;
  }

  .qrCode img {
    width: 150px;
    margin: 0 auto;
  }

  .vpro_logo img {
    width: 200px;
  }

  .notification img {
    width: 45px;
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
  }

  .informationBtn .hand img {
    width: 30px;
    object-fit: cover;
  }
}

@media (min-width: 2050px) {
  .details-grid img {
    width: 9vw;
  }

  .road-img {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -6.2vw;
  }

  .road-img img {
    margin-top: 30px;
    width: 92%;
  }

  .rc-footer-text {
    width: 75%;
    margin-left: 3vw;
  }

  .rc-footer-text-start {
    font-size: 2.6vw;
  }
}

@media (min-width: 2250px) and (max-width:3000px) {
  .details-grid img {
    width: 11.7vw;
  }
}

@media (min-width: 1800px) and (max-width:2000px) {
  .details-grid img {
    width: 9.5vw;
  }

  .details-text {
    font-size: 1.1vw;
  }

  .rc-footer-text-start {
    font-size: 2.5vw;
  }

  .road-img {
    bottom: -2.3vw;
    margin-right: -2vw;
    width: 20vw;
  }
}

@media (min-width: 1966px) and (max-width:2250px) {
  .details-grid img {
    margin-bottom: 0vw;
    width: 11.5vw;
  }

  .road-img {
    bottom: -5vw;
    margin-right: -1.7vw;
    width: 26vw;
  }
}

/* @media (min-width: 2050px) {
  .road-img {
    bottom: -5.4vw;
  }
} */

@media (min-width: 1570px) and (max-width:1800px) {
  .details-grid img {
    width: 9.5vw;
  }

  .details-text {
    font-size: 1.1vw;
  }

  .rc-footer-text-start {
    font-size: 2.5vw;
  }

  .road-img {
    bottom: -1.3vw;
    margin-right: -2vw;
    width: 20vw;
  }
}

@media (min-width: 1500px) and (max-width:1600px) {
  .details-grid img {
    margin-bottom: 0vw;
    width: 11.5vw;
  }
}

@media (min-width: 1400px) and (max-width:1490px) {
  .details-grid img {
    width: 10vw;
    margin-bottom: -0.5vw;
  }

  .rc-footer-text-start {
    font-size: 2.5vw;
  }

  .road-img {
    bottom: -.57vw;
    margin-right: -2.4vw;
    width: 463px;
    top: 9rem;
  }
}

@media (min-width: 1300px) and (max-width:1400px) {
  .details-grid img {
    width: 11vw;
    margin-bottom: -0.5vw;
  }
}

@media (max-width: 1220px) and (min-width:1000px) {
  .road-img {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -.31vw;
    margin-right: -2.4vw;
    width: 22vw;
  }
}

@media (max-width: 1024px) and (min-width:768px) {
  .details-grid img {
    width: 17vw;
  }

  .details-text {
    font-size: 2.3vw;
  }

  .road-img {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -10%;
    margin-right: -5%;
    width: 30vw;
  }

  .back-btn {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    width: 158.4px;
  }

  .rc-footer-text-start {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 3.7vw;
  }
}


@media (max-width: 768px) and (min-width:768px) {
  .bg-inner {
    height: 100vh;
  }

  .bg-cover {
    min-height: auto;
  }
}

@media (max-width: 800px) and (min-width:769px) {
  .bg-inner {
    height: 100vh;
  }

  .bg-cover {
    min-height: auto;
  }
}

@media (max-width: 1100px) and (min-width:800px) {
  .bg-cover.inner-bg {
    width: 81%;
    /* margin-left: -8%; */
  }

  .details-grid img {
    width: 14vw;
  }

  .service-details {
    gap: 0 2vw;
  }

  .rc-footer-text-start {
    font-size: 3vw;
  }

  .bg-cover.inner-bg {
    width: 75%;
    min-height: auto;
  }

  .bg-cover.inner-bg .bg-inner {
    height: 1100px;
  }

  .bg-cover.inner-bg .road-img {
    top: 3.4rem;
    width: 249.6px;
    bottom: inherit;
  }

  .bg-cover.inner-bg .details-grid img {
    width: 8.3rem;
  }

}

@media (max-width: 1024px) and (min-width:1020px) {
  .serviceIcon .serviceIconText {
    font-size: 16px;
    line-height: 17.4px;
  }

  .mvd-informations .btn-text {
    font-size: 2.4vw;
    text-align: center;
    left: 21.5vh;
    width: max-content;
  }

  .informationBtn {
    position: relative;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .details-grid img {
    width: 16vw;
    margin-bottom: -1vw;
    margin: 0 auto;
    margin-bottom: -1vw;
    display: table;
  }

  .bg-inner {
    height: 870px;
  }

  .socialIcon {
    top: 17.5vw;
  }

  /* .bg-inner {
    height: 100vh;
  } */

  .vpro_logo img {
    width: 115px;
  }

  .innerHead {
    padding: 1vw 5vw;
    font-size: 5vw;
  }

  .details-text {
    font-size: 11px;
  }

  .bg-cover.inner-bg .bg-inner {
    padding: 25px;
    height: 669px;
  }

  .bg-cover.inner-bg {
    height: 700px;
    min-height: auto;
    background-size: contain;
  }

  .bottomBtn {
    margin-top: 9rem;
    position: absolute;
    bottom: 0;
  }

  /* .road-img {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: -22px;
  margin-right: -10%;
  width: 34vw;
} */

  .road-img {
    margin-top: 0;
    position: absolute;
    right: 0;
    /* bottom: -21%; */
    bottom: -26%;
    margin-right: -6%;
    width: 50vw;
    top: 2.7rem;
  }

  .rc-footer-text-start {
    font-size: 4vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .back-btn {
    width: 21vw;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 2vw;
  }

  .details-grid {
    margin-top: 5px;
    width: 100%;
  }

  .vpro_head_left {
    display: flex;
    padding-left: 0;
  }
}


@media (max-width: 412px) {
  .road-img {
    bottom: -15%;
  }
}

@media (max-width: 390px) {
  .road-img {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -15.12px;
    top: 5.26rem;
  }
}

@media (max-width: 380px) {
  .road-img {
    bottom: 0px;
    /* bottom: -27px; */
    width: 47vw;
    top: 6.5rem;
  }
}

@media (max-width: 360px) {
  .road-img {
    top: 7.56rem;
  }
}

@media (max-width: 419px) and (min-width:400px) {
  .road-img {
    top: 4rem;
    width: 48vw;
  }
}

/* Inner Page  Code End  */



/* Details Page Code Start */

.topBtn {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 0 0;
  margin: 3vw 0;
  justify-content: center;
  width: 100%;
}

.topBtn a {
  text-decoration: none;
  text-align: center;
  display: block;
}

.topBntGrid {
  display: flex;
  margin: 0 2vw;
}

.topBntGrid .VideoBtn {
  margin: 0 0;
}

.topBntGrid img {
  width: 12vw;
}

.topBtn a {}

.details-text {
  text-align: center;

}

.mt3 {
  margin-top: 2vw;
}

.detailsPage {
  margin-top: 3vw;
  margin-bottom: 1vw;
}

.text-area {
  padding-top: 5vw;
  width: 92%;
  margin: 0 auto;
}

.bottomBtn {
  margin-top: 9rem;
  position: absolute;
  bottom: 20px;

}

.text-box {
  width: 100%;
  background-color: #ffff;
  height: 50%;
  height: 50%;
  height: 300px;
  border: 3px solid #e8262a;
  border-radius: 25px;
  background-color: #fcf6db;
  position: relative;
  box-shadow: 0vw 0vw 1vw 0vw rgb(0 0 0 / 75%);
}

.text-box-text {
  padding: 0 40px;
  font-size: 1.3vw;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: justify;

}

.discription {
  background: #e8262a;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -1.3rem;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 22px;
  text-align: center;
  line-height: 22px;
  letter-spacing: 2px;
  font-weight: 500;
}

.bottomBtn {
  width: 100%;
  /* position: relative; */
}

.backBtn {
  /* position: absolute; */
  width: 100%;
  /* bottom: 20px; */
}

.rc-foot .left {
  float: left;
}

.rc-foot .right {
  float: right;
}

.rc-foot .right .back-btn {
  margin-right: 2vw;
}

@media (min-width: 1800px) {
  .innerHead {
    font-size: 2.5vw;

  }

  .text-box-text {
    padding: 3vw;
  }
}

@media (max-width: 1500px) and (min-width:1200px) {
  .text-box-text {
    min-height: 15vw;

  }

  .bottomBtn {
    margin-top: 0;
  }

}

@media (max-width: 1023px) and (min-width:768px) {
  .text-box-text {
    min-height: auto;
  }

  .topBntGrid img {
    width: 20vw;
  }

  .text-box {
    height: 200px;
  }

  .bottomBtn {
    margin-top: 5rem;
  }
}

@media (max-width: 767px) {
  .text-box-text {
    min-height: auto;
    padding: 6vw;
  }

  .topBntGrid img {
    width: 20vw;
  }

  .text-box-text {
    font-size: 3.7vw;
  }

  .bottomBtn {
    margin-top: 1rem;
  }

  .text-area {
    padding-top: 7vw;
  }

  .text-box {
    height: 45vw;
  }

  .mvd-informations .btn-text {
    font-size: 3.4vw;
    left: 115px;
    top: 20px;
    width: max-content;
  }

  .vpro-content {
    margin-top: -6px;
  }

  .socialIcon {
    display: flex !important;
  }

  .line {
    padding: 0;
  }
}

/* Details Page Code End */


.topBntGrid .VideoBtn iframe {
  border-radius: 10px;
}

.videopage .topBtn {
  display: grid;
  gap: 2vw;
  grid-template-columns: auto auto auto;
  margin-bottom: 20px;
}

.videopage .details-text {
  /* background: #e8262a;
  padding: 15px 5px;
  color: #fff; */
}

.videoGrid {
  background: #f9edb9;
  padding: 20px;
  border-radius: 10px;
}

.videopage .topBntGrid {
  margin: 0;
}

@media (max-width: 767px) {
  .videopage .topBntGrid iframe {
    height: 100px;
  }

  .videoGrid {
    padding: 5px 7px;
  }

  .videopage .details-text {
    font-size: 10px;
  }

  .adsBoxsecond {
    display: none !important;
  }

  .info_left h1 {
    line-height: 14px;
    font-size: 14px;
  }

  .info-mal {
    line-height: 15px;
    font-size: 10px;
  }

  .info-eng {
    line-height: 23px;
    font-size: 24px;
  }

  .footerText h1 {
    color: #fff8c5;
    font-size: 18px;
  }

  .footerText h2 {
    color: #fff8c5;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    text-align: center;
  }

  .informationBtn img {
    width: clamp(310px, 10vW, 10vW);
    width: 150px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .road-safety .bottomBtn {
    margin-top: 3rem;
  }

  .videopage .topBntGrid iframe {
    height: 180px;
  }

  .info-eng {
    margin-top: 10px;
  }

}




.adsBox {
  width: 25%;
  background: #ff1;
  display: none;
  min-height: auto;
}

.adsBoxsecond {
  width: 100%;
  background: #000;
  height: 500px;
  margin-top: 20px;
}

@media (max-width:1190px) and (min-width: 1101px) {
  .bg-cover {
    width: 100%;
  }

  .bg-inner {
    width: auto;
    background-image: none;
  }

  .mvd_logo {
    width: 200px;
  }

  .text_wrap h1 {
    font-size: 3rem;
    line-height: 3rem;

  }

  .text_wrap h3 {
    font-size: 1.3rem;
  }

  .icon_service img {
    width: 120px;
    /* width: 100%; */
    object-fit: cover;
  }

  .hand img {
    width: 60px;
  }

  .mvd-informations .info-img {
    margin: 0 auto;
    width: 450px;
  }

  .info_left h1 {
    font-size: 3rem;
  }

  .info-mal {
    margin-top: 25px;
    font-size: 1.5rem;
  }

  .info-eng {
    font-size: 3.5rem;
    margin-top: 10px;
  }

  .serviceIcon .serviceIconText {
    font-size: 1.5rem;
  }

  .vpro_logo img {
    width: 16rem;
  }

  .notification img {
    width: 5rem;
  }

  .vpro_head_left {
    display: flex;
    padding-left: 2vw;
    margin-bottom: 15px;
  }

  .qrCode img {
    width: 17rem;
    margin: 0 auto;
  }
}

@media (max-width: 1100px) and (min-width: 900px) {
  .bg-wrapper {
    display: flex;
    justify-content: left;
  }

  .bg-inner {
    width: 100%;
    height: 201vh;
    /* make this large enough to scroll the full image */
    height: 1215px;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 35px 0;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .bg-cover.home {
    width: 80%;
    margin: 0;
    height: 1179px;
    min-height: auto;
  }

  .vpro_head_left {
    padding-left: 0;
  }

  .vpro_head {
    padding: 0;
  }

  .vpro_head .left {
    width: 65%;
    padding-left: 3rem;
  }

  .vpro_head .right {
    width: 35%;
  }

  .vpro_head_right {
    padding-right: 3rem;
  }

  .vpro_logo img {
    width: 150px;
  }

  .informationBtn img {
    width: 310px;
  }

  .informationBtn .hand {
    right: 7rem;
    bottom: 1.9rem;
  }

  .vpro_head {
    margin-bottom: 0;
  }

  .serviceIcon .serviceIconText {
    font-size: 15px;
  }

  .serviceIcon {
    padding: 0 40px;
  }

  .footerSocial {
    margin-top: 0;
    position: relative;
    z-index: 10;
  }

  .adsBox {
    display: block;
  }

  .footerSocial {}

  .socialIcon {
    top: 85px;
  }

  .informationBtn {
    position: relative;
    margin: 6px 0;
  }

  .details-grid img {
    width: 9vw;
  }

  .road-img {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -.5vw;
    margin-right: 0vw;
    width: 22vw;
  }

  .back-btn {
    margin-top: 2rem;
  }

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

  .bottomBtn {
    margin-top: 3rem;
  }

  .text-box {
    height: 180px;
  }

  .details-text {
    font-size: 16.5px;
  }

  .details-grid img {
    width: 14vw;
  }

  .topBntGrid img {
    width: 145px;
  }
}

/* Slider CSS */
.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slider-image.active {
  opacity: 1;
}

.slider-btn {
  position: absolute;
  top: 50%;
  display: none !important;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.slider-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.slider-btn img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

@media (max-width: 420px) and (min-width:376px) {
  .vpro_head {
    padding-bottom: 10px;
  }

  .mvd-informations .btn-text {
    font-size: 3.4vw;
    left: 133px;
    top: 22px;
    width: max-content;
  }
}

@media (max-width: 450px) and (min-width:420px) {
  .mvd-informations .btn-text {
    left: 140px;
    top: 22px;
  }

  .vpro_head {
    padding-bottom: 8px;
  }
}

@media (min-width: 380px) and (max-width:400px) {
  .info-mal {
    line-height: 4vw;
  }

  .info-eng {
    line-height: 4vw;
  }

  .socialIcon {
    top: 14.9vw;
  }

  .informationBtn .hand {
    right: 6vw;
  }

  .vpro-content {
    margin-top: -9px;
  }
}

@media (min-width: 370px) and (max-width:380px) {
  .text_wrap h1 {
    line-height: 20.6px;
    font-size: 20px;
  }

  .text_wrap h3 {
    margin-top: 0;
    color: #FF0000;
    font-weight: 300;
    font-size: 10px;
  }

  .icon_service {
    margin-bottom: 1px;
  }
}

@media (max-width: 920px) and (min-width:910px) {
  .bg-cover.home {
    height: 1027px;
  }

  .bg-inner {
    height: 1100px;

  }

  .info-eng {
    margin-top: 0;
  }

  .mvd-informations {
    margin: 8px 0;
  }
}

@media (max-width: 800px) and (min-width:600px) {
  .bg-inner {
    height: 200vh;
  }

  .socialIcon {
    top: 16.5vw;
  }

  .road-img {
    right: -1px;
    bottom: -61%;
    margin-right: -12%;
  }
}

@media (max-width: 640px) and (min-width:600px) {
  .bg-inner {
    height: 970px;
  }

  .socialIcon {
    top: 16.5vw;
  }

  .road-img {
    right: -1px;
    bottom: -61%;
    margin-right: -4%;
  }
}

@media (max-width: 800px) and (min-width:673px) {
  .bg-inner {
    height: 1100px;
  }

  .socialIcon {
    top: 6.65rem;
  }

  .road-img {
    right: -1px;
    width: 52vh;
    top: 3%;
    bottom: inherit;
  }

  .road-img {
    right: -1px;
    width: 46vh;
    top: 5%;
    bottom: inherit;
  }

  .bg-cover.inner-bg.second-bg .bg-inner {
    padding: 0;
  }

  .bg-cover.inner-bg .vpro_head {
    padding: 25px;
  }

  .vpro_logo img {
    width: 165px;
  }

  .bg-cover.inner-bg {
    width: 100%;
    height: 100vh;
  }

  .sweppImg {
    width: 80%;
    margin: 0 auto;
  }
}