.main-menu__logo a img {
  width: 18.5vw;
}
.main-menu__logo {
  left: 1vw;
}
@media only screen and (max-width: 1300px) {
  .main-menu__logo a img {
    width: 13vw;
  }
}
@media only screen and (max-width: 1100px) {
  .main-menu__logo a img {
    width: 15vw;
  }
}
@media only screen and (max-width: 600px) {
  .main-menu__logo a img {
    width: 40vw;
  }
  .custom-cursor__cursor {
    display: none;
  }
  .custom-cursor__cursor-two {
      display: none;
  }
}
.visa-details-heading-space {
  margin-top: 5vh;
}
#footer-logo-img {
  width: 22vw;
  max-width: 259px;
}
@media only screen and (max-width: 710px) {
  #footer-logo-img {
    width: 65vw;
  }
  .footer-widget__logo {
    text-align: center;
  }
  .footer-widget__about-text {
    text-align: center;
  }
  .site-footer__middle {
    text-align: center;
  }
  .site-footer__social {
    justify-content: center;
  }
  .footer-widget__Contact-list li:nth-child(1) {
    justify-content: center;
  }
  .footer-widget__Contact-list li:nth-child(2) {
    justify-content: center;
  }
  .footer-widget__Contact-list li:nth-child(3) {
    justify-content: center;
  }
}
.sticky-header__content {
    padding-bottom: 3px;
}