* {
  -webkit-tap-highlight-color: transparent;
}

body {
  background: linear-gradient(to right, #c8d7ea36, #c8deff7d);
}

@media only screen and (min-width: 0px) and (max-width: 820px) {
  .hero {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 6%;
  }

  .x103 {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 30px;
    background-color: pink;
    display: flex;
    min-width: 113px;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 10px;
    height: 13px;
    font-size: 10px;
  }

  .x101 {
    display: none;
  }

  .x102 {
    display: none;
  }

  .headerRightLogin {
    color: white !important;
    margin-right: 30px;
    border: none;
    /* background: #157ff8 !important;
    border: 1px solid #106ad2 !important; */
    border-radius: 15px;
    background-color: #d58eff;
    border: 1px solid #a368c5;
  }

  .headerRightLogin:hover {
    background: #d58eff !important;
  }
  .header {
    /*  */
    max-width: 100% !important;
    margin-left: 0% !important;
    border: none;
    max-width: 1500px;
    max-width: 90vw;
    border-radius: 10px;
    border: none;
    min-height: 78px;
    margin-top: 0px;
    position: relative;
    /* top: 10px; */
    background: none;
    min-width: 94dvw !important;
    max-width: 94dvw !important;
    left: 0px;
    border-radius: 1000px;
    background: #f2f9ff;
    border: 1px solid #ffffff;
  }

  .headerLeftMenu,
  .headerRightCta {
    display: none;
  }

  .burger {
    display: flex;
    flex-direction: column;
  }

  .burgerBar {
    min-width: 40px;
    min-height: 6px;
    background-color: #4b1caf;
    margin-bottom: 4px;
    margin-top: 4px;
    border-radius: 2px;
  }

  .burger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 20px;
    transition: transform 0.3s ease;
    z-index: 9999;
    margin-left: -30px;
  }

  .bar {
    min-width: 30px;
    min-height: 6px;
    background-color: #4b1caf;
    margin: 3px 0;
    transition: background-color 0.3s ease;
    border-radius: 2px;
  }

  .burger-menu.open {
    transform: rotate(-45deg);
    /* margin-right: 10px; */
    position: fixed;
    top: 10px;
    right: 10px;
    opacity: 0.5;
  }

  .burger-menu.open .bar:nth-child(1) {
    transform: translateY(10px) rotate(90deg);
    background-color: whitesmoke;
    /* margin-top: 4px; */
  }

  .burger-menu.open .bar:nth-child(2) {
    opacity: 0;
  }

  .burger-menu.open .bar:nth-child(3) {
    transform: translateY(-14px) rotate(0deg);
    background-color: whitesmoke;
  }

  .no-scroll {
    overflow: hidden;
  }

  .no-scroll {
    overflow: hidden;
    height: 100dvh;
  }

  .mobMenu {
    /* padding-top: 100px; */
    box-sizing: border-box;

    padding-right: 34px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 70vw;
    min-width: 90dvw;
    /* max-height: 100vh; */
    max-height: 100dvh;
    /* min-height: 100vh; */

    min-height: 100dvh;

    overflow: auto;
    overflow-x: hidden;
    background-color: white;
    /* border-left: 2px solid #bbcada; */

    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    animation: slideIn 0.15s forwards;
    /* background: linear-gradient(to right, #4ea0ff, #0277ff); */
    background: linear-gradient(to right, #5a4197, #4b1caf);
    padding-top: 80px;
    padding-bottom: 40px;
  }

  @keyframes slideIn {
    from {
      right: -90vw; /* Start offscreen to the right */
    }
    to {
      right: 0; /* Slide in to the right */
    }
  }

  .mobSubMenu {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    min-width: 96%;
    /* margin-right: -34px; */
    max-width: 96%;
    text-align: right;
    padding-right: 25px;
    color: #e3b5ff;
    border-right: 2px solid #e3b5ff;
    margin-right: 5px;
    animation: slideDown 0.3s ease-out forwards;
  }

  /* Animate opening */
  @keyframes slideDown {
    0% {
      max-height: 0;
      opacity: 0.5;
    }
    100% {
      max-height: 480px; /* large enough to contain full content */
      opacity: 1;
    }
  }

  .mobMenuSubLink {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding-right: 23px; */
    font-size: 16px;
  }

  .headerLogo {
    max-width: 120px;
    margin-left: calc(5dvw + 2px);
    min-width: 120px;
    height: 50px;
  }

  .mobMenuLink {
    min-height: 66px;
    display: flex;
    align-items: center;
    color: whitesmoke !important;
    cursor: pointer;
  }

  .mobMenuLinkFirst {
    margin-top: 100px;
  }

  .mobMenuLinkFeats {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .subFeatImg {
    width: 12px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    transition: transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    margin-left: 12px;
  }

  .mobMenuLink.open .subFeatImg {
    transform: rotate(-90deg); /* 90deg anticlockwise */
  }

  /* Respect reduced motion preferences */
  @media (prefers-reduced-motion: reduce) {
    .subFeatImg {
      transition: none;
    }
  }

  .mobMenuDivider {
    min-height: 4px;
    background-color: #f5f5f5;
    min-width: 60%;
    margin-right: -5px;
    margin-bottom: -80px;
    border-radius: 5px;
    margin-top: 10px;
  }

  .startTodayMobLink {
    background-color: #ce19a5;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    align-items: center;
    color: white !important;
    margin-top: 20px;
    margin-right: -15px;
    margin-bottom: 30px;
  }

  .heroHeadlineContainer {
    align-items: flex-start;
    margin-top: -44px;
    padding-left: 10px;
  }

  .heroHeadlineUnderline4 {
    background-color: #07f;
    min-height: 8px;
    min-width: 96px;
    max-width: 96px;
    border-radius: 2px;
    margin-top: -119px;
    margin-left: 2px;
    transform: rotate(-2deg);
  }

  .heroHeadlineUnderline5 {
    background-color: #07f;
    min-height: 8px;
    min-width: 96px;
    max-width: 96px;
    border-radius: 2px;
    margin-top: 62px;
    margin-left: 2px;
    transform: rotate(-2deg);
  }

  .heroHeadline {
    font-size: 46px;
    line-height: 70px;
    max-width: 210px;
    text-align: left;
    min-width: 240px;
    font-weight: 700;
  }

  .mainStrap {
    max-width: 280px;
    line-height: 24px;
    margin-top: -30px;
    display: none;
  }

  .heroHeadlineUnderline {
    min-height: 6px;
    min-width: 81px;
    max-width: 81px;
    border-radius: 2px;
    margin-top: -71px;
    margin-left: 104px;
    display: none;
  }
  .heroHeadlineUnderline0 {
    min-height: 4px;
    min-width: 163px;
    max-width: 163px;
    border-radius: 2px;
    margin-top: -26px;
    margin-left: -2px;
    background-color: #dad2ee !important;
    display: none;
  }

  .heroHeadlineUnderline1 {
    display: block !important;
    min-height: 6px;
    min-width: 15px;
    max-width: 15px;
    border-radius: 2px;
    margin-top: -6px;
    margin-left: 247px;
    background-color: #07f;
    display: none !important;
  }
  .mobHeroHighlight {
    color: #07f !important;

    /* color: #ce19a5 !important; */
  }

  .mobYour {
    display: inline;
  }

  .mobStaffRotas {
    display: inline !important;
    /* color: #ce19a5; */
  }

  .desktopShifts {
    display: none !important;
  }
  .heroHeadlineUnderline2 {
    background-color: #07f;
    min-height: 6px;
    min-width: 83px;
    max-width: 83px;
    border-radius: 2px;
    margin-top: 34px;
    margin-left: 2px;
    display: none;
  }

  .headlineSub {
    font-size: 16px;
    line-height: 22px;
    max-width: 300px;
    margin-top: 14px;
    text-align: left;
    padding-left: 10px;
  }

  .heroCtaDivUpper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: -40px;
    /* background-color: blue; */
  }

  .heroCtaDiv {
    margin-top: 33px;
    align-items: flex-start;
    padding-left: 10px;
  }
  .heroCtaBtnLogin {
    margin-left: 0px;
    display: none;
  }
  .heroCtaBtnTry {
    margin-top: 15px;
  }

  .heroCtaDivLowerWrap {
    display: flex;
    margin-left: 454px;
    margin-top: -8px;
  }

  .heroCtaLeftTxt {
    font-size: 12px;
    margin-left: 9px;
  }
  .heroCtaLeftTxtSmall {
    margin-left: 27px;
    margin-bottom: 2px;
    margin-top: -1px;
    font-size: 10px;
  }
  .heroCtaDivLowerWrapLeft {
    margin-right: -20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heroRibbonImg {
    margin-top: 70px;
    display: none;
  }

  .heroSquiggleImg {
    display: none;
  }
  .rotaImg {
    margin-top: 80px;
    display: none;
  }

  .rotaImgMob {
    display: block;
    width: 90dvw;
    margin-top: -40px;
  }

  .heroRotaDiv {
    margin-top: 90px;
  }

  .rotaImgSub {
    display: none;
  }

  .beltWrap {
    /* background-color: yellow; */
    min-width: 340px;
    max-width: 340px;
    margin: 0 auto;
  }

  .beltTxt {
    min-width: 340px;
    max-width: 340px;
  }

  .beltUnderline1 {
    margin-top: -85px;
    margin-left: -157px;
    min-width: 69px;
    max-width: 58px;
    min-height: 4px;
  }
  .beltUnderline2 {
    margin-top: 29px;
    margin-left: 136px;
    min-width: 66px;
    max-width: 66px;
    min-height: 4px;
  }

  .featureBanner {
    flex-direction: column;
    margin-top: -30px;
  }

  .featItem {
    min-width: 80dvw;
    max-width: 80dvw;
    min-height: fit-content;
    max-height: fit-content;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }

  .featContent {
    min-height: fit-content;
    max-height: fit-content;
  }

  .showcaseImg {
    width: 220px;
    margin-left: 197px;
    margin-bottom: 240px;
  }

  .showCaseUpperRightTitle {
    margin-left: -80px;
  }

  .showCaseUpperRightHeading {
    margin-left: -80px;
    margin-top: 20px;
    margin-bottom: 80px;
    max-width: 240px;
  }

  .showCaseTicklist {
    font-size: 12px;
    margin-left: 20px;
  }

  .showcaseFeatTxt {
    /* background-color: yellow; */
    max-width: 160px;
    font-size: 16px;
  }

  .showCaseTicklistRow {
    margin-bottom: 30px;
    align-items: flex-start;
  }

  .showcaseFeatTickImg {
    margin-top: 21px;
  }

  .showcaseSwirlImg {
    margin-top: -310px;
    visibility: hidden;
  }

  .showcaseSection {
    margin-top: 30px;
  }

  .showCaseQuoteDiv {
    margin-top: 160px;
    margin-bottom: -130px;
    padding-left: 0px;
    margin-left: -100px;
    max-width: 90dvw;
  }

  .showCaseQuoteBtnSmartRotasMob {
    margin-left: auto;
    margin-right: 370px;
    margin-top: -50px;
    margin-bottom: 5px;
    min-width: 157px;
  }

  .showCaseQuoteDivArronMob {
    margin-top: 220px;
    margin-bottom: -220px;
    margin-left: -80px;
    padding-right: 30px;
  }

  .detailShowCaseSectionTimesheetsMob {
    margin-top: 350px;
    flex-direction: column;
    min-width: 68dvw;
    max-width: 68dvw;
    padding-bottom: 40px;
  }

  .detailShowCaseCheckListMobAcc {
    margin-top: 130px;
    min-width: 100px;
    margin-left: -40px;
  }

  .detailShowCaseSectionRightImgTsMob {
    width: 92dvw;
    margin-left: -40px;
    margin-top: 20px;
    display: none;
  }

  .showCaseQuoteBtnTimeTrackingTsMob {
    display: none;
  }

  .detailsShowCasePlaneLineImgTsMob {
    display: none;
  }

  .detailShowCaseSectionLeftTitleMainAccMob {
    min-width: 260px;
    max-width: 260px;
    margin-bottom: 198px;
    line-height: 40px;
  }

  .showCaseQuoteBtnTimeTrackingTsMobOnly {
    display: flex;
    min-width: 220px;
    max-width: 220px;
    margin-top: 40px;
  }

  .exploreTrackingMobParent {
    display: flex;
    min-width: 100dvw;
    max-width: 100dvw;
    align-items: center;
    justify-content: flex-end;
    margin-left: -29dvw;
  }

  .beltWrapLeave {
    min-width: 380px;
    max-width: 380px;
  }

  .leaveBeltParent {
    flex-direction: column-reverse;
  }

  .leaveImg {
    margin-top: 0px;
    width: 80dvw;
    border-radius: 10px;
    border: 1px solid #143051;
  }

  .leaveImg2 {
    margin-top: 200px;
    width: 85dvw;
    border-radius: 10px;
    border: 1px solid #143051;
    margin-left: 0px;
    margin-bottom: 110px;
  }

  .leaveBeltImg2Section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .beltUnderline5 {
    margin-top: -152px;
    margin-left: 5px;
  }

  .beltUnderline6 {
    margin-top: -5px;
    margin-left: 176px;
  }

  .beltUnderline7 {
    margin-top: 41px;
    margin-left: -256px;
  }

  .beltUnderline8 {
    margin-top: -5px;
    margin-left: -115px;
  }

  .beltUnderline9 {
    margin-top: -5px;
    margin-left: 35px;
  }
  .beltUnderline10 {
    margin-top: -5px;
    margin-left: 196px;
  }

  .featImg {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .featTitle {
    margin-bottom: 20px;
  }
  .detailShowCaseCheckListTxt {
    min-width: 260px;
    /* background-color: lime; */
  }

  .betterImg {
    display: none;
  }

  .betterSection2 {
    flex-direction: column;
    /* background:   yellow; */
    max-width: 100%;
    margin-top: 0px;
  }

  .betterLeft {
    margin-left: 40px;
  }

  .betterH1 {
    min-width: 250px;
  }

  .betterH2 {
    min-width: 250px;
    margin-bottom: 60px;
  }

  .detailShowCaseCheckList2 {
    margin-left: -40px;
    min-width: 310px;
  }

  .mobSplitter {
    width: 80dvw;
    display: flex;
    margin: 0 auto;

    margin-top: -30px;
    margin-bottom: 60px;
  }

  .mobSplitterX1 {
    display: flex;
    transform: scaleX(-1);
    /* margin-right: 10px; */
    margin-top: -40px;
    margin-bottom: -5px;
  }

  .mobSplitterX2 {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .beltWrapSmartRotaMob {
    margin-bottom: -10px;
  }

  .beltTxtSmartRotaMob {
    margin: 50px auto;
    font-size: 24px;
    line-height: 32px;
    max-width: 230px;
    min-width: 230px;
  }

  .mobSplitterX3 {
    display: flex;
    transform: scaleX(-1);
    /* margin-right: 10px; */
    margin-top: 380px;
    margin-bottom: -265px;
  }

  .betterImgMob {
    display: block;
    width: 90dvw;
    margin-left: 5dvw;
    margin-top: 60px;
    margin-bottom: 160px;
  }

  .mobSplitterX4 {
    margin-bottom: 10px;
    margin-top: 40px;
  }

  .mobSplitterX5 {
    transform: scaleX(-1);
  }

  .betterSwirlimg {
    /* min-width: 100dvw;
    max-width: 100dvw;
    margin-left: 0px; */
    display: none;
    /* margin-bottom: 100px; */
  }

  .showCaseQuoteDiv2 {
    margin-top: 120px;
    margin-bottom: -170px;
    margin-left: -30px;
    min-width: 70dvw;
  }

  .showCaseQuoteBtn2 {
    margin-top: -70px;
    margin-left: 20dvw;
    min-width: 190px;
    margin-bottom: 170px;
  }

  .beltTxt3 {
    font-size: 26px;
    line-height: 32px;
  }

  .beltUnderline11 {
    margin-top: -199px;
    margin-left: 146px;
    min-width: 65px;
    max-width: 65px;
  }

  .beltUnderline12 {
    margin-top: 27px;
    margin-left: -208px;
    min-width: 65px;
    max-width: 65px;
  }

  .beltUnderline13 {
    margin-top: 27px;
    margin-left: 116px;
    min-width: 172px;
    max-width: 172px;
  }
  .beltUnderline13b {
    margin-top: 27px;
    margin-left: 1px;
    min-width: 124px;
    max-width: 124px;
    min-height: 5px;
    background-color: #07f;
    border-radius: 1px;
    display: block;
  }

  .detailShowCaseSection2 {
    margin-top: 10px;
    flex-direction: column;
    min-width: 68dvw;
    max-width: 68dvw;
    padding-bottom: 40px;
  }

  .mobSplitterX6 {
    margin-top: -90px;
    margin-bottom: 0px;
  }

  .detailShowCaseSectionLeftTitleMain2 {
    padding-right: 10px;
    margin-bottom: 130px;
    line-height: 40px;
  }

  .detailShowCaseCheckListMobNotify {
    padding-left: 0px;
    margin-top: -20px;
  }

  .x38758755 {
    display: none;
  }

  .detailsShowCasePlaneLineImg2 {
    display: none;
  }

  .x3498764744 {
    display: flex;
    margin-left: 31dvw;
    min-width: 134px;
  }

  .detailShowCaseSectionRightImg2 {
    margin-left: -43px !important;
    width: 90dvw;
    margin-top: 22px;
  }

  .x483984955 {
    margin-top: 34px;
  }

  .beltTxt4 {
    font-size: 30px;
    min-width: 320px;
    max-width: 320px;
  }

  .beltUnderline14 {
    margin-top: -108px;
    margin-left: 183px;
    min-width: 127px;
    max-width: 127px;
  }

  .mobSplitterX7 {
    margin-top: 60px;
    margin-bottom: -50px;
    transform: scaleX(-1);
  }

  .mobSplitterX8 {
    margin-top: 0px;
    margin-bottom: -30px;
  }

  .leaveAvailRow {
    flex-direction: column;
  }

  .leaveAvailCol {
    margin-left: -12px;
  }

  .leaveAvailCol1 {
    flex-direction: row-reverse;
    margin-bottom: 95px;
    margin-left: 100px;
  }

  .leaveAvailTickAndTxt {
    margin-left: 20px;
    margin-right: 10px;
  }

  .leaveAvailTickAndTxt2 {
    margin-left: 7px;
    margin-right: 120px;
    padding-right: 60px;
    /* background: blue; */
    min-width: 150px;
  }

  .leaveAvailImg2 {
    margin-right: 12px;
  }

  .leaveAvailTick {
    display: none;
  }

  .mobSplitterX9 {
    margin-top: -30px;
    margin-bottom: 80px;
    transform: scaleX(-1);
  }

  .pricingStap {
    text-align: center;
    font-size: 18px;
  }

  .beltUnderline20 {
    min-width: 37px;
    max-width: 37px;
    margin-top: -1px;
    margin-left: -28px;
  }

  .beltUnderline21 {
    min-width: 30px;
    max-width: 30px;
    margin-top: -4px;
    margin-left: 60px;
  }

  .pricingMain {
    flex-direction: column;
  }

  .pricingSection {
    padding-bottom: 40px;
    padding-bottom: 40px;
    padding-top: 0px;
  }

  .pricingLeftUpper {
    font-size: 102px;
    margin-top: 102px;
    margin-bottom: -10px;
  }

  .pricingLeftLower {
    font-size: 18px;
    margin-top: 18px;
    max-width: 200px;
    line-height: 26px;
    opacity: 0.65;
    margin-left: 0px;
    /* margin-left: 70px; */
  }

  .perMmob {
    font-size: 18px;
  }
  .pricingLeft {
    margin-top: -60px;
    margin-bottom: 10px;
    /* margin-left: -160px; */
  }

  .pricingRight {
    max-height: 170px;
    margin-top: -50px;
    font-size: 15px;
    padding-right: 60px;
  }

  .pricingRow {
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .pricingIcon {
    margin-top: 19px;
  }
  .pricingList {
    margin-top: 54px;
    margin-left: 15px;
  }

  .successBanner {
    flex-direction: column;
    min-height: 400px;
    max-height: 400px;
  }

  .successInner {
    flex-direction: column;
  }

  .seanImg {
    margin-left: 100px;
    width: 150px;
    margin-top: -270px;
  }

  .successQteMid {
    font-size: 16px;
    max-width: 300px;
    margin-left: -379px;
    min-width: 300px;
    margin-top: 70px;
  }

  .qte1 {
    margin-top: -210px;
    margin-bottom: 195px;
  }

  .qte2 {
    margin-top: -100px;
    margin-bottom: 95px;
    margin-left: 42px;
  }

  .showCaseQuoteBtn3 {
    min-width: 185px;
    margin-left: 220px;
  }

  .showCaseQuoteBtn3:hover {
    background-color: #4c1daf;
  }

  .showCaseQteTxtArron {
    padding-right: 20px;
    font-size: 16px;
  }

  .showCaseQuoteImg {
    width: 100px;
    margin-top: -10px;
    margin-left: -10px;
  }

  .contactHomeSection {
    flex-direction: column;
  }

  .contactHomeInner {
    flex-direction: column;
  }
  .contactHomeImg {
    width: 350px;
    position: relative;
    margin-top: 160px;
    margin-right: 0px;
  }

  .contactHomeSection {
    min-height: 660px;
    max-height: 660px;
  }

  .contactHomeRight {
    max-height: 480px;
  }

  .contactHomeTxt {
    font-size: 20px;
    font-weight: 500;
    max-width: 310px;
    margin: 37px auto;
    padding-left: 78px;
    padding-right: 50px;
    text-align: left;
    line-height: 27px;
    display: block;
  }

  .beltUnderline22 {
    display: none;
  }

  .cotactSwipeImg {
    margin-top: -160px;
  }
  .contactHomeSub {
    margin-bottom: 100px;
    margin-left: 170px;
  }

  .showCaseQuoteBtn4 {
    min-width: 98px;
    margin-left: 90dvw;
    margin-top: -50px;
  }

  .mobUkbased {
    background-color: #0077ff;
    color: white;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .mobHide {
    display: none;
  }

  .footerCopy {
    display: none;
  }
  .footerCopyMob {
    display: block;
    color: white;
    font-size: 12px;
    padding-left: 15dvw;
    padding-right: 10px;
    font-weight: 400;
    min-width: 100%;
  }

  .footer {
    min-height: 500px;
    max-height: 500px;
  }

  .appStoresInner {
    /* background-color: yellow; */
    justify-content: space-around;
    margin-top: 20px;
    padding-right: 5px;
    margin-bottom: 50px;
  }

  .iosDownloadImg {
    /* margin-left: 20px; */
    height: 44px;
  }

  .playdownload {
    /* margin-left: 20px; */
    height: 44px;
    /* margin-right: 13  5px; */
  }

  .showCaseTicklistRowMob1 {
    margin-left: -17px;
  }

  .showCaseTicklistRowMob2 {
    margin-left: -14px;
  }

  .showCaseTicklistRowMob3 {
    margin-left: -11px;
  }

  .showCaseTicklistRowMob4 {
    margin-left: -7px;
  }

  .showCaseTicklistRowMob5 {
    margin-left: -4px;
  }

  .showCaseTicklistRowMob6 {
    margin-left: -1px;
  }

  .showCaseTicklistRowMob7 {
    margin-left: 2px;
  }

  .featItem1 {
    padding-right: 10px;
    width: 94dvw;
    display: block;
    transform: rotate(-5deg);
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .featItem2 {
    padding-right: 0px;
    width: 89dvw;
    display: block;
    transform: rotate(-5deg);
    margin-bottom: -10px;
    margin-top: 20px;
  }

  .featItem3 {
    padding-right: 5px;
    width: 87dvw;
    display: block;
    transform: rotate(-5deg);
    margin-bottom: -10px;
    margin-top: 0px;
  }

  .featItem4 {
    padding-right: 10px;
    width: 84dvw;
    display: block;
    transform: rotate(-5deg);
    margin-bottom: -14px;
    margin-top: 0px;
  }

  .mobileNone {
    display: none;
  }

  .tsMobImg {
    display: block;
    margin-top: 50px;
    margin-left: -10%;
    width: 120%;
    margin-bottom: -20px;
  }

  .swirlImgMob {
    width: 40px;
    display: block;
    margin-left: 100px;
    transform: rotate(78deg);
    margin-left: 34dvw;
    margin-top: 90px;
  }

  .CookieDeclarationTableCell {
    font-size: 12px !important;
  }

  .CookieDeclarationTableHeader {
    font-size: 12px;
  }

  .leaveDivider {
    width: 80px;
    margin-bottom: -180px;
    z-index: 999999;
    position: relative;
    margin-top: 90px;
    display: block;
  }

  .pVat {
    font-size: 21px;
    margin-left: -12px;
  }

  .footerFrame {
    height: 500px;
  }

  .footerLink {
    font-weight: 400;
    font-size: 16px;
  }

  .footerAddress {
    font-weight: 300;
    font-size: 14px;
    opacity: 0.75;
    line-height: 20px;
    margin-bottom: -14px;
  }

  .headerFeatSub {
    display: none !important;
  }

  .featSubMenuImg1,
  .featSubMenuImg2,
  .featSubMenuImg3,
  .featSubMenuImg4,
  .featSubMenuImg5,
  .featSubMenuImg6 {
    display: none !important;
  }

  .imgContainer {
    margin-left: -50px;
    margin-bottom: 70px;
  }

  .flowRotaFeatLaptopImg {
    width: 640px;
    margin-left: 40px;
  }

  .noBackgroundCard {
    display: none;
  }

  .mobCardShImg {
    width: 90dvw;
    display: block;
    margin: -27px auto;
    transform: rotate(-6deg);
    margin-bottom: 20px;
  }

  .mobCardShImg2 {
    width: 80dvw;
    display: block;
    margin: 9px auto;
    transform: rotate(0deg);
  }

  .pricingBg {
    /* background-color: blue; */
    min-width: 250dvw;
    opacity: 0.6;
  }

  .pricing-hero h1 {
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    line-height: 1.2em !important;
    font-size: 28px !important;
    /* background-color: blue !important; */
  }

  .pricing-hero p {
    font-size: 14px !important;
    color: white !important;
    background-color: #0077ff !important;
    border: 1px solid #106ad2 !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .mobNewLine {
    display: flex;
  }

  /* .x2483985555 {
    margin-top: -55px;
  } */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
}

/* @media only screen and (min-width: 0px) and (max-width: 620px) {
  .beltTxt {
    min-width: 340px;
    max-width: 340px;
  }

  .beltUnderline1 {
    margin-top: -154px;
    margin-left: -212px;
  }
  .beltUnderline2 {
    margin-top: 42px;
    margin-left: 179px;
  }
} */

@media only screen and (min-width: 500px) and (max-width: 999999px) {
  .showCaseQuoteDiv2Mob {
    margin-top: 280px;
    margin-bottom: -250px;
  }
}

@media only screen and (min-width: 420px) and (max-width: 820px) {
  .showCaseQuoteDivArronMob {
    padding-right: 180px;
    margin-top: 260px;
    margin-bottom: -260px;
  }
}
