@media (max-width: 1550px) {
  .ut-col-1-1550 {
    grid-template-columns: repeat(1, 1fr);
  }

  .ut-col-2-1550 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ut-col-3-1550 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1300px) {
  .ut-col-1-1300 {
    grid-template-columns: repeat(1, 1fr);
  }

  .ut-col-2-1300 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ut-col-3-1300 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ut-mb-0-1300 {
    margin-bottom: 0;
  }

  section {
    overflow: hidden;
  }

  .ut-d-none-1300 {
    display: none;
  }
  .ut-d-block-1300 {
    display: block;
  }
  .ut-features-wrap .ut-features-tabs-wrap .ut-features-tab {
    height: auto;
  }
  .ut-highlighter.ut-brush svg,
  .ut-highlighter.ut-brush-orange-left svg {
    width: auto;
  }
  .ut-any-industry-container {
    background: var(--color-ddeffb);
    padding: 60px 0;
  }
  .ut-row-span-1-1300 {
    grid-template-rows: repeat(1, 1fr);
  }

  .ut-d-none-1300 {
    display: none;
  }
  .ut-pb-0-1300 {
    padding-bottom: 0;
  }
  .ut-features-wrap .ut-features-tabs-wrap {
    max-width: 1000%;
  }
  .ut-min-w-100-1300 {
    min-width: 100%;
  }
  .ut-mw-100-1300 {
    max-width: 100%;
  }
  .ut-position-static-1300 {
    position: static;
  }
  .ut-w-100-1300 {
    width: 100%;
  }
  .ut-mx-auto-1300 {
    margin-inline: auto;
  }
}

@media (max-width: 1200px) {
  .ut-w-100-1200 {
    width: 100%;
  }
  .ut-d-none-1200 {
    display: none;
  }
  .ut-p-0-1200 {
    padding: 0;
  }
  .ut-border-none-1200 {
    border: none;
  }
  .ut-gp-9-1200{
    gap: 32px;
  }
  .ut-col-2-1200{
    grid-template-columns: repeat(2, 1fr);
  }
  .ut-col-1-1200{
    grid-template-columns: repeat(1, 1fr);
  }
  .ut-order-1-1200{
    order: 1;
  }
  .ut-order-0-1200{
    order: 0;
  }
   .ut-sitemap-page .ut-sitemap-container .menu-sitemap-menu-container .ut-menu-wrapper .level-1 .sub-menu{
    grid-template-columns: 292px repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
   .ut-thanks-text {
        font-size: 120px;
        line-height: normal;
    }
  .ut-col-1-991 {
    grid-template-columns: repeat(1, 1fr);
  }

  .ut-col-2-991 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ut-col-3-991 {
    grid-template-columns: repeat(3, 1fr);
  }

  .ut-w-100-991 {
    width: 100%;
  }

  .ut-d-none-991 {
    display: none;
  }

  .ut-py-60-991 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ut-highlighter.ut-brush svg {
    width: auto;
    height: 66px;
  }
  .ut-heading-h1 {
    font-size: 48px;
  }
  .ut-any-industry-container {
    padding: 32px 0;
  }
  .ut-integrations-grid-block.is-tablet {
    display: none;
  }
  .ut-integrations-grid {
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(4, 1fr);
  }

  .ut-integrations-grid {
    gap: 24px;
    padding-top: 200px;
  }

  .ut-integrations-grid-title {
    grid-area: 3 / 2 / 3 / 4;
  }

  .ut-grid-area-2-1-991 {
    grid-area: 2 / 1;
  }
  .ut-grid-area-1-2-991 {
    grid-area: 1 / 2;
  }
  .ut-grid-area-1-3-991 {
    grid-area: 1 / 3;
  }
  .ut-grid-area-2-4-991 {
    grid-area: 2 / 4;
  }
  .ut-grid-area-4-1-991 {
    grid-area: 4 / 1;
  }
  .ut-grid-area-5-2-991 {
    grid-area: 5 / 2;
  }
  .ut-grid-area-5-3-991 {
    grid-area: 5 / 3;
  }
  .ut-grid-area-4-4-991 {
    grid-area: 4 / 4;
  }

  .ut-min-w-100-991 {
    min-width: 100%;
  }
  .ut-h-auto-991 {
    height: auto;
  }
  .ut-gp-9-991{
    gap: 32px;
  }
  .ut-order-1-991{
    order: 1;
  }
  .ut-order-0-991{
    order: 0;
  }
  .ut-sitemap-page .ut-sitemap-container .menu-sitemap-menu-container .ut-menu-wrapper .level-1 .sub-menu{
    grid-template-columns:repeat(1, 1fr);
  }
  .ut-sitemap-page .ut-sitemap-container .menu-sitemap-menu-container .ut-menu-wrapper{
    row-gap: 32px;
  }
}

@media (max-width: 767px) {
  .ut-w-100-767 {
    width: 100%;
  }
  .ut-col-1-767 {
    grid-template-columns: repeat(1, 1fr);
  }

  .ut-col-2-767 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ut-col-3-767 {
    grid-template-columns: repeat(3, 1fr);
  }

  .ut-py-32-767 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .ut-heading-h1 {
    font-size: 38px;
  }
  .ut-highlighter.ut-brush svg {
    height: 50px;
  }
  .ut-highlighter.ut-circle svg {
    top: unset;
    height: 50px;
  }
  .ut-heading-h2 {
    font-size: 32px;
  }
  .ut-heading-h3 {
    font-size: 24px;
  }
  .ut-heading-h4 {
    font-size: 22px;
  }

  .ut-mb-32-767,
  .ut-mb-9-767 {
    margin-bottom: 32px;
  }
  .ut-mb-7-767{
    margin-bottom: 24px;
  }
  .ut-mb-48-767 {
    margin-bottom: 48px;
  }
  .ut-gpr-64-767 {
    gap: 64px;
  }
  .ut-f-16-400-767 {
    font-size: 16px;
  }
  
  .ut-gpr-9-767 {
    gap: 32px;
  }
  .ut-gpr-4-767 {
    gap: 12px;
  }
  .ut-highlighter.ut-brush-orange-left svg {
    height: 55px;
    left: unset;
  }
  .ut-d-none-767 {
    display: none;
  }
  .ut-p-0-767 {
    padding: 0;
  }

  .ut-finally-software-container {
    background: none;
  }

  .ut-p-7-767 {
    padding: 24px;
  }
  .ut-p-5-767 {
    padding: 16px;
  }
  .ut-text-center-767 {
    text-align: center;
  }
  .ut-f-22-700-767 {
    font-size: 22px;
  }

  .ut-highlighter.ut-brush-orange-left::before {
    width: 100% !important;
    transform: scale(1.2);
    background-size: contain !important;
  }
  .ut-highlighter.ut-brush::before {
    width: 100% !important;
    transform: scale(1.2);
    background-size: contain !important;
    background-position-y: 6px;
  }
  .ut-highlighter.ut-brush-orange-left.ut-brush-orange-w-337::before {
    content: "";
    background: url(../../../../uploads/images/highlighter-brush-orange-w-337.svg)
      no-repeat;
    /* background-position: center; */
    background-position: center;
    background-size: contain;
    top: 0;
    left: -5px;
  }

  .ut-highlighter.ut-brush.ut-brush-w-337::before {
    left: 0;
  }
  .ut-highlighter.ut-brush.ut-brush-w-312::before {
    left: 0;
    background-position-y: 0;
  }

  .ut-position-static-767 {
    position: static;
  }
  .ut-mb-5-767 {
    margin-bottom: 16px;
  }
  .ut-f-20-600-767 {
    font-size: 20px;
    font-weight: 600;
  }
  .ut-justify-content-center-767 {
    justify-content: center;
  }
  
  .ut-custom-toggle-switch{
    border-radius: 12px;
  }
  .ut-custom-toggle-switch .ut-toggle-tab{
    border-radius: 10px;
  }
  .scheduling-chaos-wrap .ut-min-h-62{
    min-height:auto;
  }
  .ut-gp-7-767 {
    gap: 24px;
  }
    .ut-order-1-767{
    order: 1;
  }
  .ut-order-0-767{
    order: 0;
  }

  .ut-short-landing .ut-short-landing-container .ut-short-landing-form .ut-short-landing-form-header{
        padding: 12px 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
  .ut-short-landing .ut-short-landing-container .ut-short-landing-form .ut-short-landing-form-container {
    padding: 16px;
  }
  .ut-thanks-text {
    font-size: 80px;
    line-height: normal;
  }
  .ut-border-none-767{
    border: none;
  }
  .ut-highlighter.ut-brush-yellow::before {
    width: 100% !important;
    transform: scale(1.2);
    background-size: contain !important;
  }
}
