/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
  .header {
    position: relative;
    background: var(--var-primary-color);
  }
  .section-intro h2 {
    font-size: 4rem;
  }
  .section-intro p {
    font-size: 1rem;
  }
  .section--main {
    min-height: auto;
    padding: 4rem 0;
  }
  .banner-form::after {
    width: 80px;
    height: 80px;
    top: -10%;
    right: -10%;
    font-size: 0.8rem;
  }
  .package-card {
    padding: 1rem;
  }
  .package-card .prices {
    justify-content: space-between;
  }
  .package-card ul li {
    font-size: 0.9rem;
  }
  .section--packages .slick-prev {
    left: -35px;
  }
  .section--packages .slick-next {
    right: -15px;
  }
  .section--combo-package .container:before {
    top: -4%;
    left: -2%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  footer {
    background: currentColor;
  }

  .section--cta .theme-btn {
    display: block;
  }

  .section--cta ul li a {
    font-size: 1.5rem;
  }

  .section--cta h2 {
    font-size: 3.9rem;
  }

  .section-intro h2 {
    font-size: 2.6rem;
  }

  .section--combo-package .container:before {
    left: -5%;
  }

  .process-list li figure:before {
    width: 200px;
    height: 200px;
  }

  .badge-card h4 {
    font-size: 0.9rem;
  }

  .banner-form::before {
    left: -2%;
    top: 3%;
  }

  .banner-form::after {
    right: -5%;
  }

  .section--process {
    border-radius: 60px 60px 0 0;
  }

  .section--main {
    border-radius: 0 0 60px 60px;
  }
  .top-nav {
    display: none;
  }

  .nav--main {
    width: 100%;
  }

  .footer-link-div {
    margin: 3rem 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  body {
    text-align: center;
  }
  
  .swiper-slide.swiper-slide-active {
    margin-top: -75px;
}

.display-4 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
}
  ul#listmarker {
    list-style-position: inside;
}
  .header {
      padding:0;
  }
 .main-content h1{
      font-size: 1.9rem;
  }
  span.swiper-pagination-bullet + span.swiper-pagination-bullet {
    margin-left: 9rem !important;
  }
  span.swiper-pagination-bullet + span.swiper-pagination-bullet:after {
    left: -128px;
  }
  .section--combo-package .container:before {
    left: -2%;
  }

  .footer-content ul {
    text-align: left;
  }

  .footer-content {
    text-align: left;
  }

  .footer-social {
    justify-content: center;
  }

  .section--cta ul {
    flex-direction: column;
    gap: 1rem;
  }

  .section--cta h2 {
    font-size: 2rem;
    margin-bottom:01px;
  }

  .combo-package-content {
    text-align: left;
  }

  .package-card {
    text-align: left;
  }

  .section-intro h2 {
    font-size: 2.5rem;
  }

  .main-content .list-div {
    text-align: left;
  }

  .btn-group {
    justify-content: center;
  }

  .navbar-nav {
    text-align: left;
    gap: 0rem;
    margin-top: 1rem;
  }
  .slick-arrow {
    display: none !important;
  }

  .banner-form {
    margin-top: 3rem;
  }

  .service-content ul {
    text-align: left;
  }

  .section--inner-main h2 {
    font-size: 3rem;
  }

  .section--inner-main p {
    font-size: 0.9rem;
  }

  .section--inner-main {
    min-height: auto;
    padding: 7rem 0;
    border-radius: 0 0 60px 60px;
  }

  .contact-us-list {
    text-align: left;
    margin-bottom: 5rem;
  }

  .contact-page-form h3 {
    font-size: 2rem;
  }

  .contact-page-form p {
    font-size: 0.9rem;
  }
  .section--packages .section-intro {
    margin-bottom: 3rem;
  }

  /*.footer-link-div {*/
  /*  flex-direction: column;*/
  /*}*/

  .footer {
    background: var(--var-primary-color);
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .section {
    padding: 3rem 0;
  }
  .main-content h1{
      font-size: 1.9rem;
  }

  .navbar-brand img {
    width: 80%;
  }

  .section--combo-package .container:before {
    font-size: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  span.swiper-pagination-bullet + span.swiper-pagination-bullet {
    margin-left: 4rem !important;
  }
  span.swiper-pagination-bullet + span.swiper-pagination-bullet:after {
    content: "";
    width: 53px;
    height: 1px;
    background: #464646;
    position: absolute;
    left: -58px;
    top: 9px;
    opacity: 1 !important;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .section-intro h2 {
    font-size: 2rem;
  }

  .banner-form::after {
    right: -2%;
  }

  .main-content .list-div {
    flex-direction: column;
    gap: 0;
    padding: 0 3rem;
  }

  .process-list {
    flex-direction: column;
  }

  .process-list li figure::before {
    background-image: none;
  }
  .process-list li figure.stick-down:after,
  .process-list li figure.stick-up:after {
    content: "";
  }

  .policy-links {
    justify-content: center;
    flex-direction: column;
    gap:10px;
  }

  .section--combo-package .container:before {
    top: -2%;
  }

  .testimonial-card p {
    overflow-y: auto;
  }
}
@media (max-width: 436px){
    
    .footer-content h3 {
        text-align:center;
    
}
 .main-content h1{
      font-size: 1.9rem;
  }

    
}

/*@media screen and (min-width: 385px) and (max-device-width: 425px) { */
/*    ul#listmarker {*/
/*    padding-left: 65px;*/
/*  }*/
/*}*/
