@media screen and (max-width: 500px) {
  /* ---------------------------------------- HOME MEDIA QUERIES ---------------------------------- */

  header .sub-nav {
    display: none;
  }

  #logos {
    width: 100%;
    height: 45px;
  }

  /* body{
    border: 2px solid green;
  } */

  header nav .nav__data a img {
    height: 20vh;
  }
  /* header{
    border: 2px solid red;
  } */

  #home-tracking-section .tracking-div .home-tracking-heading h1 {
    font-size: 20px;
    padding: 0 1.5vw;
    padding-bottom: 0.5vw;
  }

  #home-tracking-section .tracking-div .home-tracking-heading p {
    font-size: 13px;
    padding-bottom: 1vw;
    text-align: center;
  }

  #home-tracking-section .tracking-div .home-tracking-input {
    flex-direction: column;
    padding-top: 1.5vw;
    gap: 3.5vw;
  }

  #home-tracking-section .tracking-div .home-tracking-input input {
    outline: none;
    height: 35px;
    width: 100%;
  }

  #home-tracking-section .tracking-div .home-tracking-input input::placeholder {
    padding-left: 1vw;
    color: #1f1f1f;
  }

  #home-tracking-section .tracking-div .home-tracking-input button {
    width: 65%;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    background-color: #fe320a;
    border: none;
    transition: 0.3s ease-in;
    height: 11vw;
  }
  #home-tracking-section .tracking-div .home-tracking-input button:hover {
    background-color: white;
    border: 2px solid #fe320a;
    color: #fe320a;
  }
  .carousel {
    background-color: #1f1f1f;
  }

  .banner-carousel {
    margin-top: 12vw;
    width: 100%;
    height: 47vh;
  }

  .overlay-container {
    display: block;
  }

  .carousel-inner {
    width: 100%;
    height: 115%;
    /* border: 2px solid green; */
  }

  .carousel-inner .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* height: 500px; */
  }
  .carousel-caption {
    top: 9vw;
  }

  #home-about-section {
    height: 500px;
    /* padding: 3vw 0; */
    /* border: 1px solid red; */
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 12px;
    line-height: 16px;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption p a {
    color: #fff;
    font-size: 10px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p a:hover {
    color: #e40028;
    font-size: 10px;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    color: #fff;
    font-size: 27px;
  }
  #swiper-2 .swiper-wrapper .swiper-slide .home-about-div {
    width: 90vw;
    height: 100%;
    border-radius: 20px;
    margin-left: 4.5vw;
    flex-direction: column;
    height: 100%;
    gap: 5vw;
  }

  #swiper-2 .swiper-wrapper .swiper-slide .home-about-div .home-about-div-img {
    width: 100%;
  }
  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-img
    img {
    width: 100%;
    height: 100%;
    padding: 5vw;
    object-fit: contain;
  }

  #swiper-2 .swiper-wrapper .swiper-slide .home-about-div .home-about-div-text {
    padding: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    h2 {
    font-size: 23px;
    text-align: center;
    line-height: 23px;
    padding-bottom: 1vw;
  }
  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    h6 {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    p {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    button {
    transition: all 0.3s ease-in;
    background-color: #0000ee;
    color: #fff;
    width: 100px;
    height: 40px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5vw;
    margin-top: 1vw;
  }
  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    button:hover {
    background-color: #fff;
    border: 2px solid #0000ee;
    color: #0000ee;
  }

  /* ================= home service section =========== */

  #home-service-section {
    /* border: 5px solid #0000ee; */
    padding: 5vw 0vw;
    padding-right: 5vw;
  }

  .home-service-section-div-image-info .image {
    position: relative;
    /* width: 250px; */
    width: 100%;
  }

  #home-service-section .home-service-section-div .home-service-section-text {
    padding: 2vw 5vw;
  }

  #home-service-section
    .home-service-section-div
    .home-service-section-text
    h1 {
    font-size: 3vw;
    margin-top: 2vw;
    font-weight: 600;
    margin-bottom: 2vw;
  }

  #home-service-section
    .home-service-section-div
    .home-service-section-text
    .home-service-section-main-text {
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 5vw;
  }

  #home-service-section
    .home-service-section-div
    .home-service-section-text
    .home-service-section-main-text
    h2 {
    font-size: 6vw;
  }

  .home-service-section-div-image-info {
    display: grid;
    grid-template-columns: auto auto;
    /* flex-direction: row;
        justify-content: space-between; */
    gap: 3vw;
    padding-left: 4vw;
  }

  .home-service-section-div-image-info .wrapper:nth-child(2) {
    display: none;
  }
  /* .home-service-section-div-image-info1 .wrapper:nth-child(3){
        display: none;
      } */

  .home-service-section-div-image-info .content i {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .home-service-section-div-image-info .content h1 {
    font-size: 18px;
  }

  .home-service-section-div-image-info .content p {
    text-align: center;
    font-size: 10px;
    color: #fff;
  }
  .home-service-section-div-image-info .content a {
    text-align: center;
    font-size: 2vw;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }

  /* ===============================  FEATURE IMAGE INFO =============================== */
  .your-package-rules-features {
    padding: 2.5vw 1.5vw;
  }

  #your-package-your-rules .your-package-rules .your-package-rules-text h2 {
    font-size: 3.5vw;
  }

  #your-package-your-rules .your-package-rules .your-package-rules-text h1 {
    font-size: 6vw;
    font-weight: 600;
    width: 100%;
    line-height: 6vw;
    margin-bottom: 2.5vw;
  }

  .your-package-rules-features .your-package-rules-features1 {
    display: grid;
    grid-template-columns: auto auto;
    padding: 1vw 0vw;
    /* background-color: black; */
    /* border: 1px solid red; */
  }

  .your-package-rules-features2 {
    margin-top: 3.5vw;
  }

  .your-package-rules-features .transparency-pricing {
    gap: 1.5vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .your-package-rules-features .transparency-pricing i {
    font-size: 6.5vw;
    padding-bottom: 3px;
  }

  .your-package-rules-features .transparency-pricing h1 {
    font-size: 3.5vw;
    font-weight: 600;
  }

  .your-package-rules-features .transparency-pricing h1:hover {
    color: #e40028;
    font-size: 3.5vw;
  }

  .your-package-rules-features .transparency-pricing p {
    font-size: 3.9vw;
    /* text-align: cente; */
  }
  /* =================================== HOW WE CAN HELP U SECTION  */

  #how-we-can-help-you {
    padding: 3vw 5vw;
  }

  #how-we-can-help-you .how-we-can-help-you-images .how-we-can-help-you-image1 {
    padding: 5vw 0vw;
  }

  #how-we-can-help-you
    .how-we-can-help-you-images
    .how-we-can-help-you-image1
    img {
    width: 100%;
    height: 100%;
    padding: 1vw 5vw;
  }

  #how-we-can-help-you
    .how-we-can-help-you-div
    .how-can-help-you-text
    .how-can-help-you-heading-text
    h1 {
    color: #4e3668;
    font-weight: 600;
    font-size: 6.5vw;
  }
  #how-we-can-help-you
    .how-we-can-help-you-div
    .how-can-help-you-text
    .how-can-help-you-heading-text
    h1::before {
    top: 8vw;
  }

  #how-we-can-help-you
    .how-we-can-help-you-div
    .how-can-help-you-text
    .how-can-help-you-heading-text
    h1::after {
    top: 7.5vw;
  }

  #how-we-can-help-you
    .how-we-can-help-you-div
    .how-can-help-you-text
    .how-can-help-you-heading-text
    p {
    font-size: 3.4vw;
    width: 80%;
    margin-bottom: 5vw;
    text-align: center;
  }
  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-images {
    display: flex;
    gap: 15vw;
    /* border: 1px solid red; */
    flex-direction: column;
  }

  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-image1 h2 {
    font-size: 10px;
    font-weight: 600;
  }

  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-image1 h1 {
    font-size: 18px;
  }
  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-image1 p {
    font-size: 12.5px;
  }

  #how-we-can-help-you
    .how-we-can-help-you-div
    .how-we-can-help-you-image1
    button {
    width: 150px;
    margin-top: 0.5vw;
    font-weight: 600;
    cursor: pointer;
    height: 45px;
    background-color: #0000eedc;
    border: none;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    transition: all 0.4s ease-in;
  }

  #how-we-can-help-you
    .how-we-can-help-you-div
    .how-we-can-help-you-image1
    button:hover {
    border: 2px solid #0000ee;
    color: #0000ee;
    background-color: #fff;
  }

  #footer{
    margin-top: 10vw;
    width: 100%;
    height: 100%;
  }
  
  #footer .footer .request-quote
  {
    padding: 3vw 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
  }
  
  #footer .footer .request-quote .reqest-quote-heading p
  {
    font-size: 3.9vw;
    padding-bottom: 1vw;
  }
  
  #footer .footer .request-quote .reqest-quote-heading h2{
    font-size: 15px;
    line-height: 15px;
  }
  
  #footer .footer .request-quote .request-quote-button button{
    font-size: 2.9vw;
    width: 100%;
    height: 40px;
    padding: 2vw 5vw;
  }
  .footer-links{
    padding: 8vw 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5vw;
    border: 2px solid red;
  }
  
  .footer-links .address-area .address{
    gap: 2vw;
  }


  .footer-links .address-area {
    width: 100%;
    /* border: 1px solid red; */
  }




  .footer-links .address-area h1{
    font-size: 18px;
  }
  .footer-links .address-area .address i{
    font-size: 3vw;
  }
  .footer-links .address-area .address p{
    font-size: 14px;
  }
  .footer-links .address-area .email i{
    padding-top: 3px;
    font-size: 3.5vw;
    
  }
  .footer-links .address-area .email p{
    font-size: 14px;
  }
  .footer-links .address-area .email{
    gap: 2vw;
  }
  
  .footer-links .services-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .footer-links #mob-address-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 55px;
    justify-content: center;
  }
  
  .footer-links #mob-service-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* align-self: center; */
  }
  .footer-links #mob-quick-area{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* align-self: center; */
  }
  .footer-links .social-media-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .footer-links #mob-social-area{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* align-self: center; */
  }
  .footer-links .services-area h1{
    font-size: 18px;
  }
  
  .quick-links-area h2{
    font-size: 18px;
  }
  
  .footer-links .social-media-area h1{
    font-size: 18px;
  }
  
  .footer-links .social-media-area .social-media-icons ul
  {
    display: flex;
    padding: 0 5vw;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5vw;
  }
  
  
  .footer-links .social-media-area .social-media-icons i
  {
    font-size: 4vw;
  }
  /* ================================= HOME PAGE MEDIA QUERY END ============================================= */

  /* -------------------------------- ABOUT PAGE MEDIA QUERIES START ----------------------- */

  #about-page1 {
    /* border: 1PX solid green; */
    margin: 9vw 0vw 0vw 0;
    padding: 4vw 5vw;
  }

  #about-page1 .about-page-about-us {
    display: flex;
    justify-content: center;
    gap: 10vw;
    align-items: center;
    flex-direction: column-reverse;
  }

  #about-page1 .about-page-about-us .about-page-about-us-img img {
    width: 100%;
    height: 100%;
  }
  #about-page1 .about-page-about-us .about-page-about-us-text h2 {
    font-size: 15px;
  }

  #about-page1 .about-page-about-us .about-page-about-us-text h1 {
    font-size: 20px;
    line-height: 20px;
  }
  #about-page1 .about-page-about-us .about-page-about-us-text h3 {
    font-size: 15px;
  }
  #about-page2 {
    /* border: 1px solid red; */
    padding: 8vw 8vw;
    color: #fff;
    background-color: #0c1239;
  }
  #about-page2 .about-page-about-us-1 {
    flex-direction: column;
    gap: 20px;
  }

  #about-page2 .about-page-about-us-1 .about-page-about-us-feature1 {
    gap: 15px;
    width: 100%;
  }

  #about-page2 .about-page-about-us-1 .about-page-about-us-feature2 {
    gap: 15px;
    width: 100%;
  }

  #about-page2 .about-page-about-us-1 .about-page-about-us-feature3 {
    gap: 15px;
    width: 100%;
  }

  /* ======================================  ABOUT PAGE MEDIA QUERIES END ============================================================== */

  /* ============================================ SERVICE PAGE MEDIA QUERIES START ======================================================== */

  #service-page1 {
    /* border: 1px solid red; */
    margin: 5vw 0 0 0;
    padding: 8vw 5vw 2vw 5vw;
  }

  #service-page1 .service-page-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vw;
  }

  #service-page1 .service-page-text .service-page-text-heading {
    width: 100%;
  }
  #service-page1 .service-page-text .service-page-text-heading h1 {
    font-size: 4.5vw;
    margin-top: 30px;
  }
  #service-page1 .service-page-text .service-page-text-heading h2 {
    font-size: 3vw;
  }
  #service-page1 .service-page-text .service-page-text-heading h2 span {
    font-weight: 600;
    font-size: 3vw;
    color: #e40028;
  }

  #service-page1 .service-page-text .service-page-text-paragraph {
    text-transform: capitalize;
    width: 100%;
  }

  #service-page2 {
    /* border: 1px solid green; */
    padding: 2vw 5vw;
  }

  #service-page2
    .service-page2-image-info
    .service-page2-service-image-section-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 5vw 15px;
  }

  #service-page2
    .service-page2-image-info
    .service-page2-service-image-section-1
    .service-page2-service-image1 {
    border-radius: 10px;
  }

  #service-page2
    .service-page2-image-info
    .service-page2-service-image-section-1
    .service-page2-service-image1
    h1 {
    /* padding-left: 2vw; */
    color: #000;
    font-size: 23px;
    padding-top: 15px;
  }

  #service-page2
    .service-page2-image-info
    .service-page2-service-image-section-1
    .service-page2-service-image1
    p {
    /* padding-left: 2vw; */
    font-size: 15px;
  }

  #service-page2
    .service-page2-image-info
    .service-page2-service-image-section-1
    .service-page2-service-image1
    a {
    /* padding-left: 2vw; */
    color: #e40028;
    font-size: 3vw;
  }

  #service-page2
    .service-page2-image-info
    .service-page2-service-image-section-1
    .service-page2-service-image1 {
    gap: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #service-page3 {
    /* border: 1px solid green; */
    padding: 10vw 5vw;
  }

  #service-page3
    .service-page-three-step-processing
    .service-page-three-step-processing-features {
    display: flex;
    flex-direction: column;
    padding: 5vw 0 0 0;
    gap: 5vw;
  }

  #service-page3
    .service-page-three-step-processing
    .service-page-three-step-processing-features
    .service-page-three-step-processing-feature1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    /* border: 1px solid green; */
    width: 100%;
    padding: 4vw 0 0 0;
  }

  #service-page3
    .service-page-three-step-processing
    .service-page-three-step-processing-features
    .service-page-three-step-processing-feature1
    i {
    font-size: 50px;
    color: #e40028;
  }

  #service-page3
    .service-page-three-step-processing
    .service-page-three-step-processing-features
    .service-page-three-step-processing-feature1
    h1 {
    font-size: 20px;
    color: #000;
  }

  /* ==============================================  SERVICE PAGE MEDIA QUERIES END ========================================================== */

  /* =======================================================================  CONTACT PAGE STYLE START ====================================================================================== */

  #contact-page {
    /* border: 5px solid red; */
    margin: 10vw 0 2vw 0;
    padding: 5vw 5vw;
  }

  #contact-page .contact-page-heading h1 {
    font-size: 25px;
  }

  #contact-page .contact-page-heading h2 {
    font-size: 15px;
  }
  #contact-page .contact-page-form-map {
    flex-direction: column;
    gap: 50px;
  }
  #contact-page .contact-page-form-map .contact-page-form {
    width: 100%;
  }
  #contact-page .contact-page-form-map .contact-page-form form {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }

  .contact-page-form-map .contact-page-map {
    width: 100%;
    height: 100%;
  }

  .contact-page-form-map .contact-page-map .contact-map iframe {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  /* ============================= HOME PAGE MEIDA QUERIES ======================================= */
  /* body{
    border: 2px solid green;
  } */

  .carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 2vw;
    /* line-height: 1.9; */
  }

  header .sub-nav {
    display: none;
  }

  header nav .nav__data a img {
    height: 10vh;
  }
  #home-tracking-section {
    margin-top: 1vw;
  }
  #home-tracking-section .tracking-div .home-tracking-heading h1 {
    font-size: 5vw;
    padding-bottom: 0.5vw;
  }
  #home-tracking-section .tracking-div .home-tracking-heading p {
    font-size: 2vw;
    padding-bottom: 1vw;
    text-align: center;
  }

  #home-tracking-section .tracking-div .home-tracking-input input {
    height: 45px;
    width: 100%;
  }

  #home-tracking-section .tracking-div .home-tracking-input button {
    width: 150px;
    height: 43.5px;
  }
  .overlay-container {
    display: none;
  }

  .carousel-caption {
    top: 15vw;
  }

  #home-about-section {
    height: 100%;
    padding-bottom: 2vw;
    border: 1px solid red;
  }
  #swiper-2 .swiper-wrapper .swiper-slide .home-about-div {
    width: 90vw;
    height: 100%;
    border-radius: 20px;
    margin-left: 4.5vw;
    flex-direction: row;
    height: 100%;
    gap: 2vw;
  }

  #swiper-2 .swiper-wrapper .swiper-slide .home-about-div .home-about-div-text {
    padding: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-img
    img {
    width: 250px;
    height: 300px;
    padding: 2vw;
    object-fit: contain;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    h2 {
    font-size: 3vw;
    text-align: center;
    padding-bottom: 0.5vw;
  }
  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    h6 {
    font-size: 1.5vw;
    text-align: center;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    p {
    font-size: 1.8vw;
    width: 100%;
    text-align: center;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    button {
    font-weight: 600;
    font-size: 1.5vw;
    margin-top: 0vw;
  }

  #home-service-section {
    padding: 5vw 2vw 4vw 0vw;
  }
  .home-service-section-div-image-info {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1vw;
  }

  .home-service-section-div-image-info .wrapper:nth-child(3) {
    display: none;
  }

  .home-service-section-div-image-info .content i {
    font-size: 4.5vw;
    padding-bottom: 10px;
  }

  .home-service-section-div-image-info .content h1 {
    font-size: 2vw;
  }

  .home-service-section-div-image-info .content p {
    text-align: center;
    padding: 0 50px;
    font-size: 1.5vw;
    color: #fff;
  }
  .home-service-section-div-image-info .content a {
    text-align: center;
    font-size: 1.7vw;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }

  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-images {
    display: grid;
    grid-template-columns: auto;
    gap: 15vw;
    /* border: 1px solid red; */
    flex-direction: column;
  }

  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-image1 h2 {
    font-size: 1.5vw;
  }

  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-image1 h1 {
    font-size: 3vw;
  }

  /* ========================================== HOME PAGE MEDIA QUERIES END ================================ */

  /* -------------------------------- ABOUT PAGE MEDIA QUERIES START ----------------------- */

  #about-page1 {
    border: 1px solid green;
    margin: 9vw 0vw 0vw 0;
    padding: 8vw 5vw;
  }

  #about-page1 .about-page-about-us {
    display: flex;
    justify-content: center;
    gap: 10vw;
    align-items: center;
    flex-direction: column-reverse;
  }

  #about-page1 .about-page-about-us .about-page-about-us-text h2 {
    color: #e40028;
    font-size: 2vw;
    font-weight: 600;
  }

  #about-page1 .about-page-about-us .about-page-about-us-text h1 {
    color: #1f1f1f;
    font-size: 3vw;
    line-height: 3vw;
  }
  #about-page1 .about-page-about-us .about-page-about-us-text h3 {
    color: #0000eec0;
    font-size: 1.9vw;
  }

  /* ======================================  ABOUT PAGE MEDIA QUERIES END ============================================================== */

  /* ============================================ SERVICE PAGE MEDIA QUERIES START ======================================================== */

  /* ==============================================  SERVICE PAGE MEDIA QUERIES END ========================================================== */

  /* =======================================================================  CONTACT PAGE STYLE START ====================================================================================== */

  #contact-page {
    /* border: 5px solid red; */
    margin: 10vw 0 2vw 0;
    padding: 5vw 10vw;
  }

  #contact-page .contact-page-heading h1 {
    font-size: 25px;
  }

  #contact-page .contact-page-heading h2 {
    font-size: 15px;
  }
  #contact-page .contact-page-form-map {
    flex-direction: column;
    gap: 50px;
  }
  #contact-page .contact-page-form-map .contact-page-form {
    width: 100%;
  }
  #contact-page .contact-page-form-map .contact-page-form form {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }

  .contact-page-form-map .contact-page-map {
    width: 100%;
    height: 100%;
  }

  .contact-page-form-map .contact-page-map .contact-map iframe {
    width: 100%;
    height: 100%;
  }
}

/* /////////////  LAST UPDATE FILE CODE RAJ START          ////////////////////////////// */

@media (min-width: 501px) and (max-width: 768px) {
  /* ============================= HOME PAGE MEIDA QUERIES ======================================= */
  /* body{
    border: 10px solid green;
  } */

  .carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 2vw;
    /* line-height: 1.9; */
  }

  header .sub-nav {
    display: none;
  }

  header nav .nav__data a img {
    height: 10vh;
  }
  #home-tracking-section {
    margin-top: 1vw;
  }
  #home-tracking-section .tracking-div .home-tracking-heading h1 {
    font-size: 5vw;
    padding-bottom: 0.5vw;
  }
  #home-tracking-section .tracking-div .home-tracking-heading p {
    font-size: 2vw;
    padding-bottom: 1vw;
    text-align: center;
  }

  #home-tracking-section .tracking-div .home-tracking-input input {
    height: 45px;
    width: 100%;
  }

  #home-tracking-section .tracking-div .home-tracking-input button {
    width: 150px;
    height: 43.5px;
  }
  .overlay-container {
    display: block;
  }

  .nav .nav__data {
    display: flex;
    flex-direction: row;
    padding: 0px 50px;
    justify-content: space-between;
    width: 100%;
  }

  .carousel-caption {
    top: 7vw;
  }

  .overlay-container {
    position: relative;
    /* border: 10px solid red; */
    height: 100%;
    /* background-color: #0000ee; */
  }

  .overlay {
    position: absolute;
    /* border: 10px solid red; */
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: rgba(
      0,
      0,
      0,
      0.496
    ); /* Adjust the alpha value for the desired transparency */
  }

  .carousel-item {
    min-height: 100vh;
    min-height: 300px;
  }

  .carousel-inner .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .carousel-inner {
    width: 100%;
    height: 50vh;
    /* border: 2px solid green; */
  }
  .carousel-inner .carousel-item {
    width: 100%;
    height: 50vh;
  }

  .banner-carousel {
    overflow: hidden;
    margin-top: 7vw;
    width: 100%;
    min-height: 50vh;
  }

  #home-about-section {
    height: 100%;
    padding-bottom: 2vw;
    /* border: 1px solid red; */
  }
  #swiper-2 .swiper-wrapper .swiper-slide .home-about-div {
    width: 90vw;
    height: 100%;
    border-radius: 20px;
    margin-left: 4.5vw;
    flex-direction: row;
    height: 100%;
    gap: 2vw;
  }

  #swiper-2 .swiper-wrapper .swiper-slide .home-about-div .home-about-div-text {
    padding: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-img
    img {
    width: 250px;
    height: 300px;
    padding: 2vw;
    object-fit: contain;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    h2 {
    font-size: 3vw;
    text-align: center;
    padding-bottom: 0.5vw;
  }
  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    h6 {
    font-size: 1.5vw;
    text-align: center;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    p {
    font-size: 1.8vw;
    width: 100%;
    text-align: center;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    button {
    font-weight: 600;
    font-size: 1.5vw;
    margin-top: 0vw;
  }

  #home-service-section {
    padding: 5vw 2vw 4vw 0vw;
  }
  .home-service-section-div-image-info {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1vw;
  }

  .home-service-section-div-image-info .wrapper:nth-child(3) {
    display: none;
  }

  .home-service-section-div-image-info .content i {
    font-size: 4.5vw;
    padding-bottom: 10px;
  }

  .home-service-section-div-image-info .content h1 {
    font-size: 2vw;
  }

  .home-service-section-div-image-info .content p {
    text-align: center;
    padding: 0 50px;
    font-size: 1.5vw;
    color: #fff;
  }
  .home-service-section-div-image-info .content a {
    text-align: center;
    font-size: 1.7vw;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }

  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-images {
    display: grid;
    grid-template-columns: auto;
    gap: 15vw;
    /* border: 1px solid red; */
    flex-direction: column;
  }

  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-image1 h2 {
    font-size: 1.5vw;
  }

  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-image1 h1 {
    font-size: 3vw;
  }

  /* ========================================== HOME PAGE MEDIA QUERIES END ================================ */

  /* -------------------------------- ABOUT PAGE MEDIA QUERIES START ----------------------- */

  #about-page1 {
    /* border: 1PX solid green; */
    margin: 9vw 0vw 0vw 0;
    padding: 8vw 5vw;
  }

  #about-page1 .about-page-about-us {
    display: flex;
    justify-content: center;
    gap: 10vw;
    align-items: center;
    flex-direction: column-reverse;
  }

  #about-page1 .about-page-about-us .about-page-about-us-text h2 {
    color: #e40028;
    font-size: 2vw;
    font-weight: 600;
  }

  #about-page1 .about-page-about-us .about-page-about-us-text h1 {
    color: #1f1f1f;
    font-size: 3vw;
    line-height: 3vw;
  }
  #about-page1 .about-page-about-us .about-page-about-us-text h3 {
    color: #0000eec0;
    font-size: 1.9vw;
  }

  /* ======================================  ABOUT PAGE MEDIA QUERIES END ============================================================== */

  /* ============================================ SERVICE PAGE MEDIA QUERIES START ======================================================== */

  /* ==============================================  SERVICE PAGE MEDIA QUERIES END ========================================================== */

  /* =======================================================================  CONTACT PAGE STYLE START ====================================================================================== */

  #contact-page {
    /* border: 5px solid red; */
    margin: 10vw 0 2vw 0;
    padding: 5vw 10vw;
  }

  #contact-page .contact-page-heading h1 {
    font-size: 25px;
  }

  #contact-page .contact-page-heading h2 {
    font-size: 15px;
  }
  #contact-page .contact-page-form-map {
    flex-direction: column;
    gap: 50px;
  }
  #contact-page .contact-page-form-map .contact-page-form {
    width: 100%;
  }
  #contact-page .contact-page-form-map .contact-page-form form {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }

  .contact-page-form-map .contact-page-map {
    width: 100%;
    height: 100%;
  }

  .contact-page-form-map .contact-page-map .contact-map iframe {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #home-about-section {
    height: 100%;
    padding-bottom: 2vw;
    /* border: 1px solid red; */
  }

  #swiper-2 .swiper-wrapper .swiper-slide .home-about-div {
    width: 90vw;
    height: 100%;
    border-radius: 20px;
    margin-left: 4.5vw;
    flex-direction: row;
    height: 100%;
    gap: 2vw;
  }

  #swiper-2 .swiper-wrapper .swiper-slide .home-about-div .home-about-div-text {
    padding: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-img
    img {
    width: 250px;
    height: 300px;
    padding: 2vw;
    object-fit: contain;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    h2 {
    font-size: 3vw;
    text-align: center;
    padding-bottom: 0.5vw;
  }
  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    h6 {
    font-size: 1.5vw;
    text-align: center;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    p {
    font-size: 1.8vw;
    width: 100%;
    text-align: center;
  }

  #swiper-2
    .swiper-wrapper
    .swiper-slide
    .home-about-div
    .home-about-div-text
    button {
    font-weight: 600;
    font-size: 1.5vw;
    margin-top: 0vw;
  }
  /* 
      body{
    border: 5px solid green;
  } */

  header nav .nav__data a img {
    height: 150px;
  }

  header .sub-nav {
    display: none;
  }

  header {
    width: 50%;
  }

  .nav {
    height: calc(var(--header-height) + 2rem);
    display: flex;
    justify-content: space-between;
  }

  .nav .nav__data {
    display: flex;
    flex-direction: row;
    padding: 0px 50px;
    justify-content: space-between;
    width: 100%;
  }

  .container {
    margin-inline: none;
  }

  .overlay-container {
    position: relative;
    /* border: 10px solid red; */
    height: 100%;
    /* background-color: #0000ee; */
  }

  .overlay {
    position: absolute;
    /* border: 10px solid red; */
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: rgba(
      0,
      0,
      0,
      0.496
    ); /* Adjust the alpha value for the desired transparency */
  }

  .carousel-item {
    min-height: 100vh;
    min-height: 300px;
  }

  .carousel-inner .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .carousel-inner {
    width: 100%;
    height: 50vh;
    /* border: 2px solid green; */
  }
  .carousel-inner .carousel-item {
    width: 100%;
    height: 50vh;
  }

  .banner-carousel {
    overflow: hidden;
    margin-top: 7vw;
    width: 100%;
    min-height: 50vh;
  }

  .carousel-caption {
    top: 220px;
  }

  .carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 2vw;
    /* line-height: 1.9; */
  }

  .nav .nav__data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .home-service-section-div-image-info .image {
    position: relative;
    width: 250px;
    border-radius: 5px;
  }

  #how-we-can-help-you .how-we-can-help-you-div .how-we-can-help-you-images {
    display: flex;
    gap: 2vw;
    flex-direction: column;
  }

  #footer {
    background-image: url(/Assests/img/footer-bg_2.webp);
    margin-top: 2vw;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* /////////////  LAST UPDATE FILE CODE RAJ END         ////////////////////////////// */
