@media (min-width: 1400px) {
  /* .bs-container {
        max-width: 1080px;
    } */

  .sm-bs-container {
    max-width: 1140px !important;
    margin: auto;
  }
}

@media only screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }

  .sm-bs-container {
    width: 100% !important;
    margin: auto;
    padding-right: var(--bs-gutter-x, calc(1.5rem / 2));
    padding-left: var(--bs-gutter-x, calc(1.5rem / 2));
  }

  /**========================================================================
     *                           GENERAL
     *========================================================================**/

  /*================== MIX =================*/

  .contact-msg-cont {
    width: 90%;
  }

  /*================== BUTTONS =================*/

  .btn-base,
  .btn-light {
    font-size: 14px !important;
    padding: 6px 16px;
  }

  .btn-base i,
  .btn-light i {
    font-size: 14px;
  }

  /*============== MARGINS & PADDINGS ============*/

  /* SECTIONS MARGINS */

  .section-my {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }

  .section-mb {
    margin-bottom: 60px !important;
  }

  .section-mt {
    margin-top: 60px !important;
  }

  .section-py {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .section-pb {
    padding-bottom: 60px !important;
  }

  .section-pt {
    padding-top: 80px !important;
  }

  .mob-section-pb {
    padding-bottom: 80px !important;
  }

  .mob-section-pt {
    padding-top: 80px !important;
  }

  .section-padding {
    padding: 80px !important;
  }

  .mob-pb-0 {
    padding-bottom: 0 !important;
  }

  /*================================ BREADCRUMB ==============================*/

  .section-breadcrumb {
    height: 200px;
  }

  .section-breadcrumb .banner-text {
    position: relative;
    display: inline-block;
    padding: 15px 25px 15px 0px;
  }

  .section-breadcrumb .banner-text:before,
  .section-breadcrumb .banner-text:after {
    height: 12px;
    width: 3px;
  }

  .section-breadcrumb .banner-text {
    border-width: 3px;
    border-left-width: 0;
  }

  .section-breadcrumb.breadcrumb-light::after {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.2)
    );
  }

  /**========================================================================
     *                           FOOTER
     *========================================================================**/

  .footer.newsletter-pt {
    padding-top: 42px;
  }

  .f-social-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  /* NEWSLETTER */

  .newsletter {
    width: 100%;
    flex-direction: column;
    padding: 32px 15px;
    margin: 0px 0 0;
    float: none;
    transform: translateY(0);
  }

  .newsletter .newsletter-textbox {
    width: 100%;
  }

  .newsletter-box {
    width: 100%;
    margin: 15px 0 0;
  }

  .newsletter .newsletter-textbox .sub-heading {
    font-size: 18px;
    text-align: center;
  }

  .newsletter .newsletter-textbox .heading {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 3px;
  }

  .newsletter-box .newsletter-box-input {
    font-size: 14px;
    height: 40px;
  }

  .newsletter-box button {
    height: 40px;
    padding: 0 25px;
    font-size: 15px;
  }

  /*================== FOOTER LOGO =================*/

  .footer-logo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /**========================================================================
     *                           Bottom  Side Widgets
     *========================================================================**/

  /* Whatsapp Icon */

  .widget-call-wrap {
    left: 15px;
    bottom: 20px;
  }

  .widget-call-wrap a {
    height: 42px;
    width: 42px;
    font-size: 14px;
  }

  .footer_copyright p a {
    padding: 0 0px 0 5px;
  }

  /* Back to Top */

  .progress-wrap {
    bottom: 20px;
    right: 15px;
  }

  /**========================================================================
    *                           SERVICES PAGE 
    *========================================================================**/

  /*================== SERVICES SLIDER =================*/

  .swiper-slide.swiper-slide-prev {
    transform: translateY(30px);
  }

  .swiper-slide.swiper-slide-next {
    transform: translateY(30px);
  }

  .swiper-slide.swiper-slide-nth-next-2 {
    transform: translateY(60px);
  }

  .swiper-slide.swiper-slide-nth-prev-2 {
    transform: translateY(60px);
  }

  .swiper-slide,
  .swiper-slide.swiper-slide-1,
  .swiper-slide.swiper-slide-2 {
    margin-top: 0 !important;
  }

  .section-services-slider .swiper {
    padding-bottom: 32px;
  }

  .section-services-slider .swiper .services-box-item {
    width: 75%;
    margin: auto;
  }

  /*================== SERVICES ITEMS =================*/

  .section-services .services-flex {
    grid-template-columns: 1fr;
  }

  /**========================================================================
     *                           HOME PAGE 
     *========================================================================**/

  /*================== HERO SECTION =================*/

  .section-hero .hero-testimonial {
    width: 150px;
  }

  .section-hero .hero-testimonial::after {
    font-size: 16px;
    top: 125px;
    right: -10px;
    padding: 4px 15px;
  }

  .section-hero .hero-testimonial i {
    top: 0px;
    left: -4px;
    font-size: 38px;
  }

  .section-hero .hero-testimonial p {
    font-size: 14px;
    width: 130%;
    margin-bottom: 20px;
  }

  .section-hero .hero-testimonial h5 {
    font-size: 14px;
  }

  .section-hero .hero-img {
    margin: 0px 0px -200px 0px;
    transform: translate(7%, 2%);
    width: 530px;
  }

  .section-hero .bg-quote {
    bottom: 280px;
    left: -8%;
  }

  /* SECTION PRICING */

  /*================== DOMAIN SECTION =================*/

  .search_domain .domain_search_bar {
    width: 100%;
    height: 40px;
  }

  .domain-input-cont {
    display: grid;
    grid-template-columns: 1fr 95px auto;
  }

  .search_domain .search_btn {
    padding: 0px 18px;
  }

  .domain_names {
    gap: 0;
    margin-bottom: 26px;
  }

  .search_domain #results {
    width: 100%;
  }

  /*================== HOSTING SECTION =================*/

  .hosting_plans {
    grid-template-columns: repeat(1, 1fr);
    gap: 54px;
  }

  .plan .top_part {
    min-height: 0;
  }

  /**========================================================================
    *                           FEATURES PAGE 
    *========================================================================**/

  .features-page .key-feature-grid .key-feature-img,
  .home-page .key-feature-grid .key-feature-img {
    max-height: 55px;
    max-width: 55px;
  }

  /**========================================================================
    *                           PRICING PAGE 
    *========================================================================**/

  /*================== PRICING TABLE =================*/

  .pricing-table-wrapper {
    max-height: 480px;
  }

  table.pricing-table th {
    padding: 0.45rem;
  }

  table.pricing-table td .thumbnail {
    width: 75px;
  }

  table.pricing-table .table-addon-row th {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  /**========================================================================
     *                           GET A QUOTE PAGE 
     *========================================================================**/

  .get-quote-form .form-groups .form-main-group {
    padding: 30px 18px;
  }

  /**========================================================================
     *                           CONTACT US PAGE 
     *========================================================================**/

  #contact-us_page .section-breadcrumb {
    padding-bottom: 0;
  }

  .section-info .info-grid {
    transform: translateY(0);
  }

  .section-leaders .leader-row {
    flex-direction: column;
  }

  /**========================================================================
     *                           About Us PAGE 
     *========================================================================**/

  /*================== BUSINESS PARTNERS =================*/

  .section-partners .partners-img img {
    max-height: 55px;
    max-width: 100px;
  }

  /*================== Our Core Values =================*/

  .section-core-values .core-values {
    padding: 28px 24px;
  }

  /*================== Our Team =================*/

  .section-team .team-row .team-item {
    width: 80%;
    margin: auto;
  }

  .section-team .team-row .team-item .team-img {
    height: auto !important;
  }

  /*================== TESTIMONIALS =================*/

  .section-testimonials .about-testimonials .slick-prev {
    left: -15px;
  }

  .section-testimonials .about-testimonials .slick-next {
    right: -15px;
  }

  .section-testimonials .about-testimonials .slick-track {
    gap: 0;
  }

  .section-testimonials .about-testimonials .testimonial {
    margin-right: 24px;
    margin-left: 24px;
  }

  /*================== OUR JOURNEY =================*/

  .journey-cont .journey-row .journey-item .journey-body {
    width: 100%;
  }

  .journey-cont .journey-row .journey-item .journey-body .journey-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }

  .journey-cont .journey-row .journey-item .journey-body .journey-entry > p {
    position: static;
    height: 12px;
    background-color: #fff;
    padding: 12px;
  }

  .journey-cont .journey-row .journey-item .journey-body .journey-entry .icon {
    position: static;
    transform: translate(0);
  }

  .journey-cont
    .journey-row
    .journey-item
    .journey-body
    .journey-entry
    .journey-content {
    margin-left: 0;
  }

  .journey-cont
    .journey-row
    .journey-item.item-alt
    .journey-body
    .journey-entry
    .icon {
    transform: translate(0);
  }

  .journey-cont
    .journey-row
    .journey-item.item-alt
    .journey-body
    .journey-entry
    .journey-content {
    margin: 0;
  }

  .journey-cont .journey-row .journey-item.item-alt .journey-body h2,
  .journey-cont .journey-row .journey-item.item-alt .journey-body p {
    text-align: left;
  }
}
