/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1499px) {
  body,
  p {
    font-size: 16px;
  }
  .header-logo img {
    max-width: 300px;
  }
  .btn {
    font-size: 16px;
  }
  .hero-content {
    padding: 240px 0px 230px;
  }
  .hero-content h1 {
    font-size: 52px;
  }
  .hero-obj-1,
  .hero-obj-2 {
    max-width: 80px;
  }
  h2 {
    font-size: 42px !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1399px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1299px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
  .serviceItem-inner {
    padding: 28px 20px 24px 20px;
  }
  .serviceItem-count {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .enrollItem-inner p {
    font-size: 20px;
  }
  .enrollItem-inner h3 {
    font-size: 38px;
  }
  .section.cta-area {
    padding: 130px 0px 130px;
  }
  .section.contact-area {
    padding: 80px 0px 80px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
  .header-logo img {
    max-width: 248px;
  }
  .hero-content h1 {
    font-size: 42px;
  }
  .stay-inner a img {
    max-width: 180px;
    max-height: 104px;
  }
  .section.stay-area {
    padding: 60px 0px 60px;
  }
  .section.service-area {
    padding: 60px 0px 90px;
  }
  .section.about-us {
    padding: 60px 0px 218px;
  }
  .section.pricing-area {
    padding: 58px 0px 40px;
  }
  .enrollItem-inner p {
    font-size: 16px;
  }
  h2 {
    font-size: 32px !important;
  }
  .footer-wrapper {
    padding: 60px 0px 40px;
  }
  .section.contact-area {
    padding: 60px 0px 60px;
  }
}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
  body,
  p {
    font-size: 14px;
  }
  .header-btns a.header-link {
    display: none;
  }
  .btn {
    font-size: 14px;
  }
  .header-btns {
    gap: 11px;
  }
  .header-btns a.btn {
    padding: 7px 16px;
  }
  .header-logo img {
    max-width: 45px;
  }
  .hero-content {
    padding: 100px 0px 110px;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content h1 br {
    display: none;
  }
  .stay-wrapper h2 {
    font-size: 22px !important;
  }
  .stay-inner a img {
    max-width: 140px;
    max-height: 74px;
  }
  .about-img-sm {
    position: absolute;
    left: 0px;
    bottom: -28%;
    padding: 6px;
    background: #fff;
    border-radius: 34px;
    width: 230px;
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
  .section.about-us {
    padding: 37px 0px 170px;
  }
  h2 {
    font-size: 24px !important;
  }
  .pricing-title {
    margin-bottom: 30px;
  }
  .pricingTable-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .pricingTable-prices h5 {
    font-size: 42px;
  }
  .pricingTable.pricingTable-free {
    padding: 24px 24px;
  }
  .pricingTable-header span.icon {
    width: 60px;
    height: 60px;
  }
  .pricingTable-header {
    margin-bottom: 18px;
  }
  .pricingTable.pricingTable-pro {
    padding: 24px;
  }
  .pricingTable-item--content h5 {
    font-size: 20px;
  }
  .pricingTable-item--content h6 {
    font-size: 20px;
  }
  .pricingTable-item--content h6 sub {
    font-size: 13px;
  }
  .section.enroll-area {
    padding: 20px 0px 40px;
  }
  .enrollItem-inner {
    padding: 20px 17px;
  }
  .enroll-process {
    gap: 9px;
  }
  .enrollItem-inner p {
    font-size: 10px;
    line-height: 13px;
  }
  .enrollItem-inner h3 {
    font-size: 24px;
  }
  .enroll-header {
    margin-bottom: 72px;
  }
  .enrollItem::before {
    width: 15px;
    height: 15px;
    top: -38px;
  }
  .enrollItem:not(:last-child)::after {
    width: calc(100% + 9px);
  }
  .section.cta-area {
    padding: 80px 0px 80px;
  }
  .section.contact-area {
    padding: 40px 0px 50px;
  }
  .footer-contact {
    max-width: 238px;
    margin: 0px;
  }
  .footer-bottom--wrapper {
    padding: 15px 0px;
  }
  .footer-bottom--wrapper {
    justify-content: center;
    gap: 5px;
  }
  .footer-top {
    background-size: 355px;
  }
  .footer-contact ul {
    gap: 10px;
  }
  .footer-contact h4 {
    margin-bottom: 19px;
  }
  .form-box p {
    font-size: 14px;
  }
  .contact-header {
    margin-bottom: 20px;
  }
}

/* Small devices  */
@media (max-width: 575px) {
}
