/* Responsive CSS */
@media screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 479px) {
  .brand-logo-mobile {
    display: block;
    padding: 10px 0;
  }

  .full-menu {
    z-index: 1;
  }

  .brand-logo-mobile img {
    width: 108px;
  }

  .my-slider .carousel-control-next-icon {
    width: 25px;
    height: 25px;
  }

  .my-slider .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 40px !important;
  }

  .ad-section .heading h2 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
  }

  .ad-section {
    padding: 0;
    padding-top: 20px;
  }

  .lastfoot p {
    padding: 0px 8px;
    font-size: 11px;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-logo img {
    width: 160px;
  }

  .footer-content p {
    font-size: 14px;
  }

  .service-content h2 {
    font-size: 18px;
  }

  .contact-page .form_bg {
    width: 100%;
  }

  .step-top-content h2 {
    font-size: 20px;
  }

  .step-main .arrow-right {
    position: inherit;
    justify-content: center;
    right: 0;
    top: -85px;
    z-index: 11;
  }

  .step-main .arrow-right img {
    transform: rotate(90deg);
  }

  .left-navigation {
    display: none;
  }

  .service-middle-content .title-div h2 {
    font-size: 20px;
  }

  .heading-text {
    font-size: 16px;
  }

  /* .mobile-menu {
    top: 10px;
  } */
}
