  .pulse {
    animation: pulse 2s normal;
  }

  .pulse:hover {
    animation: none;
  }

  #ui-id-2-menu,
  #ui-id-1-menu {
    list-style: none;
  }

  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 10px 0px 30px 0px rgb(222 222 222);
    }

    50% {
      -webkit-box-shadow: 3px 0px 40px 0px rgb(49, 49, 49);
    }

    100% {
      -webkit-box-shadow: 10px 0px 30px 0px rgb(222 222 222);
    }
  }

  @keyframes pulse {
    0% {
      -moz-box-shadow: 10px 0px 30px 0px rgb(222 222 222);
      box-shadow: 10px 0px 30px 0px rgb(222 222 222);
    }

    50% {
      -moz-box-shadow: 11px 0px 40px 0px rgb(49, 49, 49);
      box-shadow: 11px 0px 40px 0px rgb(49, 49, 49);
    }

    100% {
      -moz-box-shadow: 14px 0px 45px 0px rgb(222 222 222);
      box-shadow: 14px 0px 45px 0px rgb(222 222 222);
    }
  }

  @media screen and (max-width: 768px) {
    .tr-market-cards {
      grid-template-columns: 1fr 5fr 5fr 5fr 1fr !important;
      margin-bottom: 17px;
    }

    .tr-market-card-div {
      height: 70px !important;
    }

    .bottom-all {
      display: block !important;
      padding-left: 0 !important;
    }

    .bottom-desc {
      margin-bottom: 34px !important;
    }

    .campaign-cards {
      display: block !important;
      margin: auto !important;
      width: 75%;
    }

    .campaign-card {
      margin-right: 0 !important;
      margin-bottom: 16px !important;
    }

    .apply-button2 {
      margin-bottom: 50px !important;
      margin-top: 60px !important;
    }

    .usage-areas {
      display: block !important;
      padding-left: 0 !important;
      color: #6d7787;
    }

    .usage-desc-top {
      width: 70%;
      font-size: 21px !important;
      line-height: 26px !important;
      text-align: center;
      margin: auto;
      padding-top: 33px !important;
    }

    .usage-desc {
      font-size: 16px !important;
      line-height: 19px !important;
      width: 90%;
      margin: auto;
      text-align: center;
      margin-bottom: 20px;
    }

    .market-cards {
      grid-template-columns: 1fr 5fr 5fr 1fr !important;
      margin-bottom: 17px;
    }

    .market-cards2 {
      padding: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr !important;
      gap: 5px;
    }

    .market-card {
      height: 89px !important;
      padding: 0px !important;
    }

    .line {
      display: none;
    }

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

    .adv-desc {
      padding-left: 0 !important;
      color: #6d7787;
      background-color: #f1f7ff;
      display: block !important;
      padding-bottom: 30px;
      padding-top: 419px;
    }

    .adv-desc-top {
      font-size: 21px !important;
      line-height: 26px !important;
      width: 70%;
      text-align: center;
      margin: auto;
      padding-top: 22px !important;
    }

    .adv-stage {
      display: block !important;
      margin-left: 21px !important;
      margin-right: 38px !important;
    }

    .adv-stage span:first-child {
      display: none;
    }

    .adv-stage-all {
      margin-bottom: 20px;
    }

    .border-l {
      display: none;
    }

    .main-container-left-block {
      margin-left: 0 !important;
      padding: 0 !important;
    }

    .adv-all {
      margin-top: 530px;
    }

    .adv-top-text {
      display: none;
    }

    .adv-form-all {
      display: block !important;
      margin: 0 !important;
    }

    .adv-form-left {
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
      border-radius: none !important;
    }

    .adv-form-top {
      padding-left: 18px !important;
      font-size: 21px !important;
      line-height: 26px !important;
    }

    .adv-form {
      padding: 0 !important;
    }

    .adv-input {
      border-radius: 0 !important;
      margin-bottom: 8px !important;
    }

    .adv-input {
      line-height: 18px !important;
      font-size: 14px !important;
      grid-template-columns: 27% 48% 25% !important;
    }

    .adv-input span {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .adv-input span:nth-child(3) {
      align-items: flex-start !important;
    }

    .adv-input span:first-child {
      text-align: right;
    }

    .adv-minus-plus {
      margin-left: 15px;
      grid-template-columns: 25% 50% 25% !important;
      padding-right: 0 !important;
    }

    .adv-result {
      display: grid;
      grid-template-columns: 100% !important;
      margin-left: 0 !important;
      margin-top: 17px !important;
      padding-bottom: 0 !important;
      text-align: center;
    }

    .adv-result-left {
      font-size: 18px !important;
      line-height: 33px;
    }

    .adv-result-right {
      font-size: 38px !important;
    }

    .adv-details {
      display: none;
    }

    .apply-button {
      margin-top: 45px !important;
      margin-bottom: 32px !important;
    }

    .more-details {
      display: block !important;
      text-align: center;
      margin-bottom: 38px;
    }

    .more-details a {
      color: #0085ca !important;
      font-size: 15px;
    }

    .checkbox-div {
      grid-template-columns: 10% 90% !important;
    }

    .line-landing {
      display: none;
    }

    .header-landing {
      justify-content: inherit !important;
      padding-left: 15px !important;
    }

    .rcb-adv-all {
      display: block !important;
      padding-left: 0 !important;
      color: #ffffff;
      background-color: #d52b1e;
      padding-bottom: 10px;
    }

    .rcb-adv-title {
      font-size: 21px !important;
      line-height: 26px !important;
      text-align: center;
    }

    .rcb-adv-desc {
      text-align: center;
      width: 90%;
      margin: auto;
    }

    .rcb-adv-link {
      text-align: center;
      width: 90%;
      margin-top: 33px !important;
      margin: auto;
    }

    .top-all {
      background-size: cover !important;
      background-color: #f1f7ff;
    }

    .header-landing {
      grid-template-columns: 100% !important;
      padding-bottom: 350px !important;
    }

    .header-right-button {
      display: none !important;
    }

    .header-left-logo img {
      height: 52px;
      margin-top: 60px;
    }

    .left-text-outer {
      display: none;
    }

    .apply-section {
      grid-template-columns: 100% !important;
      margin-right: 10px;
      top: 0px;
      padding: 0px 17px;
      background-color: #f1f7ff;
    }

    .apply-section-right {
      width: 100% !important;
      margin-right: 0 !important;
    }

    .apply-right-area {
      padding: 10px 33px 30px 0px !important;
    }

    .apply-section-2 {
      display: block !important;
      width: 100% !important;
      position: inherit !important;
    }

    .apply2-diff {
      opacity: 1;
      transition: 1s;
      right: 22vw !important;
      visibility: visible;
    }

    .apply-section-2 .pad-l {
      padding-left: 20px !important;
    }

    .apply-right-area2 {
      padding: 20px 0px 66px 0px !important;
    }

    .left-desc {
      width: 100% !important;
    }
  }

  .rcb-adv-all {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-left: 107px;
    color: #ffffff;
    background-color: #d52b1e;
  }

  .rcb-adv-title {
    font-size: 27px;
    line-height: 1.22;
    padding-top: 37px;
    padding-bottom: 9px;
  }

  .rcb-adv-desc {
    font-size: 16px;
    padding-bottom: 39px;
    font-family: "Ubuntu", sans-serif;
    width: 68%;
  }

  .rcb-adv-link {
    text-align: center;
    margin-bottom: 30px;
  }

  .rcb-adv-link a {
    color: white !important;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .bottom-all {
      grid-template-columns: 100% !important;
      padding: 0 100px !important;
    }

    .usage-areas {
      grid-template-columns: 100% !important;
      padding: 0 100px !important;
    }

    .adv-desc {
      padding: 0 100px !important;
      color: #6d7787;
      background-color: #f1f7ff;
      display: grid;
      grid-template-columns: 100% !important;
    }

    .rcb-adv-all {
      grid-template-columns: 100% !important;
      padding: 0 100px !important;
    }

    .adv-form-all {
      grid-template-columns: 100% !important;
    }

    .apply2-diff {
      opacity: 1;
      transition: 1s;
      right: 0 !important;
      visibility: visible;
      position: inherit !important;
    }
  }

  @media screen and (min-width: 1025px) {
    .apply-section-right {
      top: 176px;
    }
  }

  @media screen and (min-width: 1600px) {
    .apply-section-right {
      right: 21vw;
      top: 200px;
    }

    .apply2-diff {
      right: 22vw !important;
    }
  }

  @media screen and (min-width: 1400px) and (max-width: 1600px) {
    .apply-section-right {
      right: 22vw;
    }

    .apply2-diff {
      right: 22vw !important;
    }
  }

  @media screen and (min-width: 1025px) and (max-width: 1400px) {
    .apply-section-right {
      right: 17vw;
    }

    .apply2-diff {
      right: 19vw !important;
    }
  }

  .apply-input:focus,
  .apply-input2:focus {
    border: none !important;
  }

  .top-all {
    background-color: #f1f7ff;
  }

  .header-landing {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 80px;
  }

  .header-left-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centering y-axis */
    align-items: center;
  }

  .header-right-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centering y-axis */
    align-items: center;
  }

  .header-right-button a {
    text-decoration: none;
    color: white;
    background: red;
    padding: 10px 25px 15px 25px;
    border-radius: 45px;
    font-size: 16px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
  }

  .header-right-button a:hover {
    color: #fff;
  }

  .apply-section {
    display: grid;
    grid-template-columns: 55% 45%;
    padding-bottom: 35px;
  }

  .left-text-outer {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0;
    position: relative;
  }

  .left-text {
    padding: 24px 43px 34px 7vw;
    border-radius: 0 90px 90px 0;
    background-color: white;
    position: absolute;
    bottom: -55px;
  }

  @media screen and (min-width: 1024px) and (max-width: 1366px) {
    .left-text {
      padding: 24px 43px 34px 7vw !important;
    }
  }

  .imp-text {
    color: #f72717;
  }

  .apply-section-right {
    width: 445px;
    border-radius: 15px;
  }

  .apply-section-1 {
    display: block;
  }

  @media (max-width: 800px) {
    .apply-section-1 {
      margin-right: 18px;
    }
  }

  .apply-section-2 {
    visibility: hidden;
    opacity: 0;
    right: 0;
    width: 398px;
    border-radius: 15px;
    box-shadow: 3px 0px 11px 0px rgb(222 222 222);
    top: 69px;
  }

  .apply-right-desc {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    background-color: #172056;
    padding: 12px 13px 5px 26px;
    color: #e6e6e6;
    border-radius: 15px 15px 0 0;
    font-weight: 300;
    font-family: "Ubuntu", sans-serif;
  }

  .apply-section-2 .apply-right-desc {
    font-size: 13px;
  }

  .apply-section-2 .apply-right-desc b {
    font-weight: bold;
  }

  .fw-b {
    font-weight: 500;
  }

  .apply-right-area {
    padding: 10px 33px 33px 0px;
    background-color: white;
    border-radius: 0 0 15px 15px;
    position: relative;
  }

  .apply-right-area2 {
    background-color: white;
    border-radius: 0 0 15px 15px;
    position: relative;
  }

  .apply-right-area-top {
    font-size: 20px;
    line-height: 44px;
    margin-bottom: 9px;
  }

  .pad-l {
    padding-left: 33px;
    padding-left: 27px !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }

  .pad-l a {
    text-decoration: none;
  }

  .apply-btn {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 15% 75% 10%;
    padding: 25px 23px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    line-height: 20px;
  }

  .apply-btn a {
    color: white !important;
  }

  .apply-input {
    width: 100%;
    height: 44px;
    margin-bottom: 15px;
    border: 1px solid #f8f8f8;
    background: #f9f9f9;
    font-size: 16px;
    padding-left: 20px;
    color: black;
    font-family: "Ubuntu", sans-serif;
  }

  .apply-input2 {
    width: 104%;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    background: #f9f9f9;
    font-size: 16px;
    padding-left: 10px;
    color: black;
    font-family: "Ubuntu", sans-serif;
  }

  .pad-l form {
    width: 95%;
  }

  .apply-input::placeholder {
    color: black;
  }

  .center-t {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Ubuntu", sans-serif;
  }

  .center-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .center-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .center-arrow img {
    width: 23px;
    height: 22px;
  }

  .bg-b {
    background-color: #0d8aff;
  }

  .bg-p {
    background-color: #711cff;
  }

  .bg-g {
    background-color: #00a184;
  }

  .checkbox-div {
    display: grid;
    grid-template-columns: 10% 90%;
  }

  .checkbox-text {
    font-size: 12px;
    line-height: 16px;
    font-family: "Ubuntu", sans-serif;
  }

  .checkbox-text a {
    text-decoration: underline;
  }

  .checkbox-text a:first-child {
    color: #162056;
  }

  .checkbox-text a:nth-child(2) {
    color: black;
  }

  .checbox-apply {
    width: 22px;
    height: 22px;
  }

  .apply-submit-div {
    text-align: center;
    margin-top: 48px;
  }

  .apply-submit-div2 {
    text-align: center;
    margin-top: 48px;
    width: 105%;
  }

  .apply-submit {
    padding: 15px 54px;
    background-color: #f72717;
    border-radius: 45px;
    color: white;
    font-size: 16px;
    border: none;
    font-family: "Ubuntu", sans-serif;
  }

  .apply2-diff {
    opacity: 1;
    transition: 1s;
    right: 19vw;
    visibility: visible;
  }

  .mouse-div {
    width: 41px;
    height: 39px;
    margin: auto;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 90px;
    -webkit-box-shadow: 0 4px 4px -3px rgb(222 222 222);
    -moz-box-shadow: 0 4px 4px -3px rgba(222, 222, 222, 1);
    box-shadow: 0 4px 4px -3px rgb(222 222 222);
  }

  .ui-selectmenu-button {
    border: 1px solid #dfeaef;
    margin-bottom: 15px;
  }

  .ui-selectmenu-menu ul li {
    word-break: break-word;
    font-size: 0.7rem;
  }

  /* .ui-selectmenu-button .ui-selectmenu-icon {
      width: 18px;
      height: 10px;
      position: absolute;
      right: 20px;
      top: 10px;
      background: url(//cdn.edenred.com.tr/sites/default/files/images/icn-chevron.png) no-repeat center;
      background-size: 100%;
  }

  .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
      background-image: url(//cdn.edenred.com.tr/sites/default/files/images/icn-chevron-upside.png);
  } */

  .HomePage__hero__mouse-scroll {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 18px;
    height: 30px;
    border: 2px solid #858585;
    border-radius: 1.5rem;
    background-color: white;
    border-radius: 90px;
  }

  #ui-id-1-button,
  #ui-id-1-button {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dfeaef;
    background: #f9f9f9;
    font-size: 14px;
    color: #222;
    text-align: left;
    font-family: "Ubuntu", sans-serif;
    box-shadow: none;
  }

  .landing-page-form input {
    border: 1px solid #dfeaef;
    background: #f9f9f9;
    box-shadow: none;
    font-size: 13px !important;
  }

  /* .ui-selectmenu-button {
      box-shadow: none !important;
      border: 1px solid #dfeaef !important;
      border-radius: 0 !important;
  }

  .ui-selectmenu-button::placeholder {
      color: #525050;
  }

  .ui-selectmenu-button:hover {
      background: #f9f9f9 !important;
  }

  .ui-selectmenu-button .ui-selectmenu-text {
      font-weight: 500 !important;
      font-size: 13px !important;
      background: #f9f9f9;
  } */

  input.apply-input.focus-style::placeholder {
    color: #525050;
  }

  form label.checkbox {
    padding-left: 0;
  }

  form label.checkbox .custom-checkbox {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: -10px;
  }

  .HomePage__hero__mouse-scroll:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 45%;
    width: 2px;
    height: 7px;
    background-color: #858585;
    border-radius: 0.125rem;
    will-change: opacity, transform;
    -webkit-animation: mouseScroll 1.8s ease-in-out infinite;
    -moz-animation: mouseScroll 1.8s ease-in-out infinite;
    animation: mouseScroll 1.8s ease-in-out infinite;
    animation-duration: 1.8s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: mouseScroll;
  }

  .form-link {
    font-size: 10px;
    line-height: 16px;
    font-family: Ubuntu;
  }

  .form-link a:first-child {
    color: #162056 !important;
    font-size: 10px !important;
  }

  .form-link a:nth-child(2) {
    color: black !important;
    font-size: 10px !important;
  }

  form label.checkbox a {
    line-height: 16px !important;
    font-weight: 400;
  }

  .apply-right-area2 .button {
    padding: 20px 35px;
    border-radius: 90px;
    margin-top: 10px;
  }

  .apply-right-area2 .button:hover {
    background-color: #20a436 !important;
    color: #fff !important;
  }

  .button-orangey-red {
    background: #f72717 !important;
  }

  @keyframes mouseScroll {
    from {
      top: 5px;
    }

    to {
      top: 15px;
    }

    0% {
      opacity: 1;
    }

    80% {
      opacity: 0.6;
    }

    100% {
      opacity: 0;
    }
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    margin: 0;
    padding-top: 0px !important;
  }

  .adv-all {
    color: #6d7787;
  }

  .adv-form-left {
    -webkit-box-shadow: 3px 0px 11px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 3px 0px 11px 0px rgba(222, 222, 222, 1);
    box-shadow: 3px 0px 11px 0px rgba(222, 222, 222, 1);
    border-radius: 10px;
  }

  .adv-top-text {
    font-size: 26px;
    color: #434a56;
    background-color: #f1f7ff;
    padding-top: 7px;
    padding-bottom: 4px;
  }

  .adv-top-text span {
    margin-left: 82px;
    margin-right: 30px;
    line-height: 44px;
  }

  .adv-form-all {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 15px 168px 0 168px;
  }

  .adv-form {
    padding: 0 17px;
  }

  .adv-form-top {
    font-size: 27px;
    line-height: 33px;
    color: #152056;
    padding-left: 32px;
    padding-top: 20px;
    margin-bottom: 23px;
  }

  .adv-input {
    display: grid;
    grid-template-columns: 40% 35% 25%;
    font-size: 17px;
    line-height: 33px;
    color: #6d7787;
    padding: 14px 0 20px 15px;
    background-color: #f1f7ff;
    margin-bottom: 2px;
    border-radius: 5px;
    font-family: "Ubuntu", sans-serif;
  }

  .adv-input-main {
    text-align: center;
    background: #f1f7ff;
    border: none;
    font-size: 18px;
    line-height: 33px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    color: #6d7787;
  }

  .adv-input-main::placeholder {
    font-size: 18px;
    line-height: 33px;
  }

  .adv-input-main::after {
    content: "TL";
  }

  .adv-minus-plus {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    text-align: center;
    padding-right: 20px;
  }

  .adv-result {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-left: 31px;
    margin-top: 26px;
    padding-bottom: 26px;
  }

  .adv-result-left {
    font-size: 20px;
    line-height: 33px;
    color: #6d7787;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
  }

  .adv-result-right {
    font-size: 36px;
    line-height: 33px;
    color: #f72717;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
  }

  .line-landing {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 23px 0 9px;
    width: 100%;
  }

  .adv-table {
    margin-bottom: 13px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
  }

  .adv-row1 {
    display: grid;
    grid-template-columns: 50% 20% 30%;
    margin: 0 36px 0 31px;
    padding: 8px 50px 3px 0;
    text-align: right;
    font-size: 15px;
    line-height: 33px;
  }

  .light-weight {
    font-weight: 400 !important;
  }

  .adv-row1 div:first-child {
    text-align: left;
  }

  .adv-row1 div:nth-child(3) {
    color: #0d8aff;
  }

  .adv-row {
    display: grid;
    grid-template-columns: 50% 20% 30%;
    margin: 0 36px 0 31px;
    padding: 0px 50px 0px 0;
    text-align: right;
    font-size: 14px;
    line-height: 33px;
  }

  .adv-row div:first-child {
    text-align: left;
  }

  .adv-row div:nth-child(3) {
    color: #0d8aff;
  }

  .apply-button {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 73px;
    font-family: "Ubuntu", sans-serif;
    text-decoration: none;
  }

  .apply-button a {
    text-decoration: none;
  }

  .apply-button span {
    padding: 15px 54px;
    background-color: #f72717;
    border-radius: 45px;
    color: white;
    font-size: 16px;
  }

  .more-details {
    display: none;
  }

  .minus,
  .plus {
    cursor: pointer;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type="number"] {
    -moz-appearance: textfield;
  }

  .adv-desc {
    padding-left: 105px;
    color: #6d7787;
    background-color: #f1f7ff;
    display: grid;
    grid-template-columns: 45% 55%;
  }

  .adv-desc-top {
    font-size: 27px;
    line-height: 33px;
    font-weight: bold;
    padding-top: 47px;
    padding-bottom: 28px;
  }

  .adv-stage-all {
    font-family: "Ubuntu", sans-serif;
  }

  .adv-stage {
    display: grid;
    grid-template-columns: 5% 95%;
    margin-bottom: 5px;
  }

  .border-l {
    border-left: 1px solid;
    margin-left: 5px;
  }

  .adv-stage-desc {
    padding-bottom: 20px;
  }

  .usage-areas {
    display: flex;
    justify-content: center;
    color: #6d7787;
    background-color: #f1f7ff;
  }

  .usage-desc-top {
    font-size: 27px;
    line-height: 33px;
    font-weight: bold;
    padding-top: 47px;
    padding-bottom: 20px;
  }

  .usage-desc {
    font-family: "Ubuntu", sans-serif;
    line-height: 24px;
    font-size: 16px;
  }

  ul>.usage-desc {
    text-align: left !important;
  }

  .market-cards {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 3fr;
    margin-top: 31px;
    gap: 5px;
  }

  .tr-market-cards {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr 3fr;
    margin-top: 31px;
    gap: 5px;
  }

  .tr-market-card-div {
    width: 100% !important;
    height: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100px;
  }

  .market-cards2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .market-card-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100px;
  }

  .market-card-div>img {
    // height:100% !important;
  }

  .market-card>img {
    max-width: 60%;
    max-height: 100px;
    padding: 5px;
  }

  .market-card {

    padding: 20px 0px;
    margin: 0 10px;
    margin-bottom: 17px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centering y-axis */
    align-items: center;
    -webkit-box-shadow: 3px 0px 11px 0px rgb(222 222 222);
    -moz-box-shadow: 3px 0px 11px 0px rgba(222, 222, 222, 1);
    box-shadow: 3px 0px 11px 0px rgb(222 222 222);
    background-color: white;
  }

  .market-card-last {
    margin-bottom: 17px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centering y-axis */
    align-items: center;
    line-height: 17px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #7c7e8a;
  }

  .line-margin {
    margin-bottom: 19px;
  }



  .campaign-cards .campaign-card {
    width: 72%;
  }

  .campaign-cards {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-right: 17px;
  }

  .campaign-card {
    margin-right: 17px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 3px 0px 11px 0px rgb(222 222 222);
    -moz-box-shadow: 3px 0px 11px 0px rgba(222, 222, 222, 1);
    box-shadow: 3px 0px 11px 0px rgb(222 222 222);
    background-color: #f7f7f7;
    color: #7c7e8a;
    margin-bottom: 61px;
  }

  .campaign-card-inner1 {
    width: 100%;
    text-align: center;
    background-color: white;
    border-radius: 10px 10px 0 0;
  }

  .campaign-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }

  .campaign-card-content2 {
    margin-top: 26px;
    margin-bottom: 31px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #7c7e8a;
  }

  .campaign-card-bottom {
    padding-top: 12px;
    padding-bottom: 15px;
    background-color: #f7f7f7;
    width: 100%;
    text-align: center;
  }

  .campaign-card-bottom a {
    color: #7c7e8a;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
  }

  .apply-button2 {
    margin-top: 45px;
    margin-bottom: 75px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
  }

  .apply-button2 a {
    text-decoration: none;
  }

  .apply-button2 span {
    padding: 15px 54px;
    background-color: white;
    border-radius: 45px;
    color: #f72717;
    font-size: 16px;
  }

  .bottom-all {
    display: grid;
    grid-template-columns: 55% 45%;
    padding-left: 201px;
    color: #585858;
  }

  .bottom-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }

  .bottom-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 52px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Ubuntu", sans-serif;
    color: #585858;
    font-weight: 400;
  }

  @media (min-width: 1700px) {
    .yemek-sepeti-img {
      height: 108px;
    }
  }

  @media (min-width: 800px) {
    .header-left-logo {
      margin-left: 85px;
    }

    .header-landing {
      justify-content: space-around;
      height: 80px;
      width: 85%;
    }
  }

  .focus-style:focus {
    border: none !important;
  }

  #ui-id-1-buttons {
    display: none !important;
  }

  .main-container-left-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .main-container-left-block .left-title {
    color: #f72717 !important;
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 12px;
  }

  #basvur_form2 {
    margin-top: 0 !important;
  }

  .main-container-left-block .left-block-content .widthDot {
    width: 11px;
    height: 20px;
    border-top-right-radius: 20px;
    background: red;
    color: red;
    display: inline-block;
    border-bottom-right-radius: 20px;
    margin-right: 10px;
  }

  .main-container-left-block .left-block-content {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-bottom: 10px;
  }

  .main-container-left-block .badge-top {
    display: flex;
    justify-content: flex-end;
  }

  .left-block-content .bullet-paragraph {
    color: #172056;
    font-weight: 500;
  }

  .widthDot {
    width: 11px;
    height: 20px;
    border-top-right-radius: 20px;
    background: red;
    color: red;
    display: inline-block;
    border-bottom-right-radius: 20px;
    margin-right: 10px;
  }

  .left-block-content .bullet-paragraph {
    color: #172056;
    font-weight: 500;
  }

  .card_background {
    width: 189px;
    height: 189px;
    background: url("//cdn.edenred.com.tr/sites/default/files/images/landing-card_0.png");
    background-repeat: no-repeat;
    float: right;
  }

  .selectItemTwo,
  .selectItemThree {
    display: none;
    padding: 20px;
  }

  .selectItemTwo a,
  .selectItemThree a {
    color: blue;
  }

  .sub_button,
  .stickyButton {
    background-color: #20a436;
    color: #fff !important;
  }

  .stickyButton {
    border-radius: 0 !important;
  }

  .left-desc {
    width: 399px;
  }

  @media screen and (min-width: 1024px) and (max-width: 1250px) {
    .main-container-left-block {
      margin-left: 50px;
    }
  }

  @media screen and (max-width: 1024px) {
    .main-container-left-block {
      margin-left: 10px;
    }
  }

  #go-to-top {
    display: none;
  }

  .button {
    line-height: 0.50vw !important;
  }

  @media (max-width: 1199px) {
    .button {
      line-height: 5px !important;
    }
  }

  .builder-row {
    background-color: #f1f7ff;
  }

  @media (min-width: 768px) and (max-width:992px) {
    .container {
      max-width: 850px !important;
    }
  }

  .market-card,
  .getir-img,
  .yemek-sepeti-img,
  .market-card-div,
  .market-card-last {
    width: 190px !important;
    height: 100px !important
  }

  @media (max-width:1050px) {

    .market-card,
    .getir-img,
    .yemek-sepeti-img,
    .market-card-div,
    .market-card-last {
      width: 133px !important;
      height: 70px !important
    }
  }