﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap");
@import url(../fonts/fonts.css);
@keyframes headerfade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

::-webkit-scrollbar-thumb {
  background: slategray; }

::-webkit-scrollbar-track {
  background: #b8c0c8; }

body {
  scrollbar-face-color: slategray;
  scrollbar-track-color: #b8c0c8; }

html, body {
  height: 100%;
  scroll-behavior: smooth; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html, body {
      font-size: 16px;
      font-weight: 400; } }

* {
  padding: 0px;
  margin: 0px;
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  line-height: 100%;
  font-weight: normal; }

:root {
  /* Not my favorite that line-height has to be united, but needed */
  --lh: 2.5rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif; }

body {
  background: #fff !important; }

input[type="button"], input[type="submit"], .btn {
  display: inline-block;
  padding: 13px 22px;
  background: #fff;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 0px; }

a {
  display: inline-block;
  text-decoration: none;
  transition: all ease .5s; }
  a:hover {
    text-decoration: none;
    transition: all ease .5s; }
  a.btn {
    display: inline-block;
    background: #000;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-decoration: none;
    padding: 15px 30px; }
    a.btn:hover {
      background-color: #0070ba;
      color: #fff;
      text-decoration: none; }

input[type="text"], input[type="password"], textarea, select, input[type="email"], input[type="tel"], input[type="file"] {
  padding: 15px 10px;
  border-radius: 5px;
  line-height: 100%;
  border: 1px solid #868e96;
  background: #fff; }

header {
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  transition: all ease .5s; }
  header.sticky {
    background: rgba(255, 255, 255, 0.8);
    top: 0px;
    padding: 10px;
    transition: all ease .5s;
    position: fixed;
    left: 0px;
    right: 0px; }
  header .wrapper {
    max-width: 1100px;
    margin: 0px auto;
    position: relative;
    height: 100px; }
    @media screen and (max-width: 1300px) {
      header .wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 800px) {
      header .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    header .wrapper .logo {
      display: block;
      width: 300px;
      height: 80px;
      background: url(../img/banklogo.png) no-repeat 0% 50%;
      background-size: auto 100%; }
    header .wrapper a.download {
      background: #EC652B;
      color: #fff;
      padding: 15px 30px;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      font-weight: 900;
      font-size: 16px;
      line-height: 22px;
      position: absolute;
      right: 20px;
      top: 30px; }

main {
  height: 100%; }
  main section.section1 {
    background: url(../img/rightside1.png) no-repeat 100% 0%;
    background-size: auto 100%;
    min-height: 730px;
    position: relative;
    margin: 0px auto;
    z-index: 99; }
    main section.section1 .mobleft {
      left: 0px;
      top: 500px;
      width: 400px;
      height: 606px;
      background: url(../img/mobileleft.png) no-repeat 0px 0%;
      background-size: auto 100%;
      content: "";
      position: absolute; }
    main section.section1 .wrapper {
      max-width: 1100px;
      margin: 0px auto;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      min-height: 600px;
      height: 100%; }
      @media screen and (max-width: 1300px) {
        main section.section1 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section1 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section1 .wrapper h1 {
        font-size: 48px;
        line-height: 58px;
        color: #7C7C7C;
        letter-spacing: -0.02em;
        max-width: 430px;
        margin: 0px 0px 30px 0px; }
        main section.section1 .wrapper h1 span {
          display: block;
          color: #4773AA;
          font-weight: 800; }
        @media screen and (max-width: 350px) {
          main section.section1 .wrapper h1 {
            max-width: 240px !important; } }
      main section.section1 .wrapper h2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #7C7C7C;
        font-weight: 500;
        max-width: 380px; }
        @media screen and (max-width: 350px) {
          main section.section1 .wrapper h2 {
            max-width: 150px !important; } }
  main section.section2 {
    position: relative;
    top: -30px;
    height: auto;
    z-index: 9; }
    main section.section2 .wrapper {
      max-width: 1100px;
      margin: 0px auto;
      text-align: center; }
      @media screen and (max-width: 1300px) {
        main section.section2 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section2 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section2 .wrapper h1 {
        color: #4773AA;
        font-weight: 900;
        font-size: 36px;
        line-height: 49px; }
      main section.section2 .wrapper p {
        max-width: 840px;
        margin: 0px auto;
        padding: 0px 20px;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #7C7C7C; }
  main section.section3 {
    background: #E1F3F8; }
    main section.section3 .wrapper {
      max-width: 1100px;
      margin: 0px auto;
      padding: 40px 0px;
      text-align: center; }
      @media screen and (max-width: 1300px) {
        main section.section3 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section3 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section3 .wrapper h1 {
        font-weight: 400;
        font-size: 36px;
        line-height: 49px;
        color: #7C7C7C;
        margin: 0px 0px 10px 0px; }
      main section.section3 .wrapper span {
        border: 1px solid #7C7C7C;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        background: #fff;
        overflow: hidden;
        width: 80%;
        max-width: 600px;
        display: flex;
        justify-content: center;
        align-content: center;
        margin: 0px auto; }
        main section.section3 .wrapper span input[type="text"], main section.section3 .wrapper span input[type="email"] {
          border: 0px;
          line-height: 1px;
          padding: 15px 10px 15px 20px;
          display: inline-block;
          width: 70%;
          text-align: left;
          background: none !important;
          border: 0px !important;
          border-radius: 50px 0px 0px 50px;
          -webkit-border-radius: 50px 0px 0px 50px;
          -moz-border-radius: 50px 0px 0px 50px;
          outline: none !important; }
          main section.section3 .wrapper span input[type="text"]:active, main section.section3 .wrapper span input[type="text"]:focus, main section.section3 .wrapper span input[type="text"]:focus-visible, main section.section3 .wrapper span input[type="email"]:active, main section.section3 .wrapper span input[type="email"]:focus, main section.section3 .wrapper span input[type="email"]:focus-visible {
            background: none !important;
            border: 0px !important;
            outline: none !important; }
          @media screen and (max-width: 600px) {
            main section.section3 .wrapper span input[type="text"], main section.section3 .wrapper span input[type="email"] {
              border-radius: 50px;
              -webkit-border-radius: 50px;
              -moz-border-radius: 50px;
              width: 100%;
              background: #fff !important;
              margin: 0px 0px 10px 0px;
              cursor: pointer; } }
        main section.section3 .wrapper span input[type="button"], main section.section3 .wrapper span input[type="submit"] {
          background: #EC652B;
          color: #fff;
          padding: 15px 20px;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          font-size: 12px;
          width: 30%;
          cursor: pointer; }
          @media screen and (max-width: 600px) {
            main section.section3 .wrapper span input[type="button"], main section.section3 .wrapper span input[type="submit"] {
              width: auto; } }
          main section.section3 .wrapper span input[type="button"].send.open, main section.section3 .wrapper span input[type="submit"].send.open {
            background: #343a40;
            color: #fff;
            cursor: default; }
      main section.section3 .wrapper p.message {
        text-align: center;
        color: #17c671;
        font-size: 13px;
        padding: 10px 0px; }
      main section.section3 .wrapper p.error {
        text-align: center;
        color: #c4183c;
        font-size: 13px;
        padding: 10px 0px; }
  main section.section4 {
    padding: 0px 0px 20px 0px;
    border-bottom: 20px solid #F3F3F3;
    margin: 0px auto; }
    main section.section4 .wrapper {
      max-width: 1100px;
      margin: 0px auto;
      padding: 80px 0px 30px 0px;
      text-align: left; }
      @media screen and (max-width: 1300px) {
        main section.section4 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section4 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section4 .wrapper > h1 {
        font-weight: 900;
        font-size: 36px;
        line-height: 49px;
        color: #4773AA;
        margin: 0px 0px 15px 0px; }
      main section.section4 .wrapper > p {
        color: #7C7C7C;
        font-size: 24px;
        line-height: 33px;
        margin: 0px 0px 40px 0px; }
      main section.section4 .wrapper ul {
        padding: 40px 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px; }
        main section.section4 .wrapper ul li {
          list-style: none; }
          main section.section4 .wrapper ul li ul {
            padding: 0px; }
            main section.section4 .wrapper ul li ul li h1 {
              width: 195px;
              height: 268px;
              display: flex;
              justify-content: center;
              color: #F2f2f2;
              font-size: 32px;
              line-height: 44px;
              padding-top: 80px;
              margin: 0px 0px 20px 0px; }
            main section.section4 .wrapper ul li ul li p {
              font-size: 16px;
              line-height: 22px;
              max-width: 180px; }
            main section.section4 .wrapper ul li ul li.discover h1 {
              background: url(../img/discover.png) no-repeat 50% 50%;
              background-size: 100% auto;
              margin: 0px 0px 20px auto; }
            main section.section4 .wrapper ul li ul li.discover p {
              text-align: right;
              margin: 0px 0px 20px auto;
              color: #4773AA; }
            main section.section4 .wrapper ul li ul li.define h1 {
              background: url(../img/define.png) no-repeat 50% 50%;
              background-size: 100% auto;
              margin: 0px auto 20px 0px;
              justify-content: flex-start;
              padding-left: 30px; }
            main section.section4 .wrapper ul li ul li.define p {
              text-align: left;
              margin: 0px auto 20px 0px;
              color: #63BBE0; }
            main section.section4 .wrapper ul li ul li.develope h1 {
              background: url(../img/develop.png) no-repeat 50% 50%;
              background-size: 100% auto;
              margin: 0px 0px 20px auto;
              justify-content: flex-start;
              padding-left: 40px; }
            main section.section4 .wrapper ul li ul li.develope p {
              text-align: right;
              margin: 0px 0px 20px auto;
              color: #EC652B; }
            main section.section4 .wrapper ul li ul li.delivery h1 {
              background: url(../img/delivery.png) no-repeat 50% 50%;
              background-size: 100% auto;
              margin: 0px auto 20px 0px;
              justify-content: flex-start;
              padding-left: 30px; }
            main section.section4 .wrapper ul li ul li.delivery p {
              text-align: left;
              margin: 0px auto 20px 0px;
              color: #FFA800; }
  main section.section5 {
    padding: 50px 0px; }
    main section.section5 .wrapper {
      max-width: 1100px;
      margin: 0px auto; }
      @media screen and (max-width: 1300px) {
        main section.section5 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section5 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section5 .wrapper h1 {
        font-weight: 900;
        font-size: 36px;
        line-height: 49px;
        color: #4773AA;
        margin: 0px 0px 10px 0px; }
      main section.section5 .wrapper p {
        font-size: 24px;
        line-height: 33px;
        color: #7C7C7C; }
      main section.section5 .wrapper.new {
        max-width: 1400px;
        margin: 0px auto;
        padding: 20px 0px; }
        @media screen and (max-width: 1300px) {
          main section.section5 .wrapper.new {
            padding-left: 30px;
            padding-right: 30px; } }
        @media screen and (max-width: 800px) {
          main section.section5 .wrapper.new {
            padding-left: 20px;
            padding-right: 20px; } }
      main section.section5 .wrapper.second {
        display: flex; }
        main section.section5 .wrapper.second p:nth-child(1) {
          width: 35%;
          padding-top: 40px;
          font-weight: 400;
          font-size: 24px;
          line-height: 33px; }
        main section.section5 .wrapper.second p:nth-child(2) {
          width: 65%;
          position: relative;
          top: -100px; }
  main section.section6 {
    padding: 70px 0px;
    background: #EDEDED;
    overflow: hidden; }
    main section.section6 .wrapper {
      max-width: 1100px;
      margin: 0px auto; }
      @media screen and (max-width: 1300px) {
        main section.section6 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section6 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section6 .wrapper h1 {
        font-weight: 900;
        font-size: 36px;
        line-height: 49px;
        color: #4773AA;
        margin: 0px 0px 10px 0px; }
      main section.section6 .wrapper p {
        font-size: 24px;
        line-height: 33px;
        color: #7C7C7C; }
      main section.section6 .wrapper.new {
        max-width: 1400px;
        margin: 0px auto;
        padding: 20px 0px; }
        @media screen and (max-width: 1300px) {
          main section.section6 .wrapper.new {
            padding-left: 30px;
            padding-right: 30px; } }
        @media screen and (max-width: 800px) {
          main section.section6 .wrapper.new {
            padding-left: 20px;
            padding-right: 20px; } }
        main section.section6 .wrapper.new p img {
          width: 100%;
          height: auto; }
  main section.section7 {
    padding: 80px 0px; }
    main section.section7 .wrapper {
      max-width: 1100px;
      margin: 0px auto; }
      @media screen and (max-width: 1300px) {
        main section.section7 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section7 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section7 .wrapper p {
        font-size: 24px;
        line-height: 33px;
        color: #7E7E7E; }
      main section.section7 .wrapper ul {
        margin: 0px 0px 0px 30px;
        padding: 30px 0px; }
        main section.section7 .wrapper ul li {
          font-weight: 900;
          font-size: 24px;
          line-height: 33px;
          color: #7E7E7E;
          margin: 0px 0px 10px 0px; }
      main section.section7 .wrapper.new {
        max-width: 1400px;
        margin: 0px auto;
        padding: 20px 0px; }
        @media screen and (max-width: 1300px) {
          main section.section7 .wrapper.new {
            padding-left: 30px;
            padding-right: 30px; } }
        @media screen and (max-width: 800px) {
          main section.section7 .wrapper.new {
            padding-left: 20px;
            padding-right: 20px; } }
        main section.section7 .wrapper.new p img {
          width: 100%;
          height: auto; }
        main section.section7 .wrapper.new .sptop {
          margin: 0px 0px 0px auto;
          width: 60%;
          position: relative;
          top: -50px; }
          main section.section7 .wrapper.new .sptop p {
            font-style: italic;
            font-weight: 500;
            font-size: 24px;
            line-height: 33px; }
  main section.section8 {
    padding: 20px 0px;
    min-height: 900px;
    background: #4773AA; }
    main section.section8 .wrapper {
      max-width: 1400px;
      margin: 0px auto;
      background: url(../img/section8.png) no-repeat 50% 50%;
      background-size: calc(100% - 600px) auto;
      min-height: 900px; }
      @media screen and (max-width: 1300px) {
        main section.section8 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section8 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section8 .wrapper ul {
        margin: 0px;
        padding: 0px;
        position: relative;
        min-height: 900px; }
        main section.section8 .wrapper ul li {
          list-style: none;
          position: absolute;
          max-width: 270px; }
          main section.section8 .wrapper ul li:nth-child(1) {
            top: 195px; }
          main section.section8 .wrapper ul li:nth-child(2) {
            bottom: 70px; }
          main section.section8 .wrapper ul li:nth-child(3) {
            top: 130px;
            right: 0px; }
          main section.section8 .wrapper ul li:nth-child(4) {
            bottom: 250px;
            right: 0px; }
          main section.section8 .wrapper ul li h2 {
            font-weight: 900;
            font-size: 24px;
            line-height: 33px;
            color: #fff;
            margin: 0px 0px 10px 0px; }
          main section.section8 .wrapper ul li p {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            color: #FFF5F5; }
  main section.section9 {
    padding: 140px 0px 30px 0px; }
    main section.section9 .wrapper {
      max-width: 1100px;
      margin: 0px auto;
      position: relative; }
      @media screen and (max-width: 1300px) {
        main section.section9 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section9 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section9 .wrapper p img {
        width: 100%;
        height: auto; }
      main section.section9 .wrapper .spbox {
        position: absolute;
        width: 60%;
        top: 430px;
        margin: 0px 0px 0px auto;
        right: 0px; }
        main section.section9 .wrapper .spbox h1 {
          font-weight: 900;
          font-size: 36px;
          line-height: 49px;
          color: #4773AA;
          margin: 0px 0px 10px 0px; }
        main section.section9 .wrapper .spbox p {
          font-size: 24px;
          line-height: 37px;
          color: #7E7E7E;
          max-width: 450px; }
  main section.section10 {
    padding: 30px 0px 0px 0px; }
    main section.section10 .wrapper {
      max-width: 1400px;
      margin: 0px auto;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-height: 600px; }
      @media screen and (max-width: 1300px) {
        main section.section10 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section10 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section10 .wrapper > p {
        width: 40%;
        min-height: 600px; }
        main section.section10 .wrapper > p img {
          height: 100%;
          max-height: 700px; }
      main section.section10 .wrapper .spbox {
        display: flex;
        justify-content: center;
        min-height: 700px;
        flex-direction: column;
        align-items: flex-start;
        width: 58%; }
        main section.section10 .wrapper .spbox h1 {
          font-weight: 900;
          font-size: 36px;
          line-height: 49px;
          color: #4773AA;
          margin: 0px 0px 10px 0px; }
        main section.section10 .wrapper .spbox p {
          font-size: 24px;
          line-height: 37px;
          color: #7E7E7E;
          max-width: 450px; }
  main section.section11 {
    background: #4773AA;
    padding: 40px 30px 40px 30px;
    box-shadow: 0px 0px 10px #868e96;
    -moz-box-shadow: 0px 0px 10px #868e96;
    -webkit-box-shadow: 0px 0px 10px #868e96; }
    main section.section11 .owl-carousel {
      margin: 0px auto; }
      main section.section11 .owl-carousel .owl-stage-outer {
        padding: 80px 0px; }
        main section.section11 .owl-carousel .owl-stage-outer .owl-item.active.center {
          -webkit-transform: scale(1.3);
          transform: scale(1.3);
          transition: all ease .5s; }
        main section.section11 .owl-carousel .owl-stage-outer .item {
          padding: 20px; }
        main section.section11 .owl-carousel .owl-stage-outer .owl-item.cloned .item, main section.section11 .owl-carousel .owl-stage-outer .owl-item.active .item {
          opacity: .5;
          transition: all ease .5s; }
        main section.section11 .owl-carousel .owl-stage-outer .owl-item.center .item {
          opacity: 1; }
      main section.section11 .owl-carousel .owl-nav, main section.section11 .owl-carousel .owl-dots {
        display: none; }
      @media screen and (max-width: 700px) {
        main section.section11 .owl-carousel .owl-nav {
          display: block; }
          main section.section11 .owl-carousel .owl-nav button {
            position: absolute;
            left: -30px;
            top: calc(50% - 15px);
            width: 30px;
            height: 30px;
            background: transparent url(../img/leftarrow.png) no-repeat 50% 50%;
            background-size: auto 24px;
            border: 0px;
            font-size: 0px; }
            main section.section11 .owl-carousel .owl-nav button span {
              display: none; }
            main section.section11 .owl-carousel .owl-nav button.owl-next {
              left: inherit;
              right: -30px;
              background: transparent url(../img/rightarrow.png) no-repeat 50% 50%;
              background-size: auto 24px;
              font-size: 0px; } }
  main section.section12 {
    padding: 100px 0px 20px 0px; }
    main section.section12 .wrapper {
      max-width: 1100px;
      margin: 0px auto; }
      @media screen and (max-width: 1300px) {
        main section.section12 .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main section.section12 .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main section.section12 .wrapper h1 {
        font-weight: 900;
        font-size: 36px;
        line-height: 49px;
        color: #4773AA;
        margin: 0px 0px 10px 0px; }
      main section.section12 .wrapper p {
        font-weight: 400;
        font-size: 32px;
        line-height: 44px;
        color: #7E7E7E; }
        main section.section12 .wrapper p img {
          max-width: 100%; }
      main section.section12 .wrapper.new {
        max-width: 1400px;
        margin: 0px auto;
        padding: 20px 0px; }
        @media screen and (max-width: 1300px) {
          main section.section12 .wrapper.new {
            padding-left: 30px;
            padding-right: 30px; } }
        @media screen and (max-width: 800px) {
          main section.section12 .wrapper.new {
            padding-left: 20px;
            padding-right: 20px; } }
        main section.section12 .wrapper.new p img {
          width: 100%;
          height: auto; }
  main footer {
    background: url(../img/footer.png) no-repeat 0% 0%;
    background-size: cover;
    padding: 200px 0px 30px 0px;
    position: relative; }
    main footer:before {
      content: "";
      width: 215px;
      height: 450px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      background: url(../img/footer2.png) no-repeat 0% 0%;
      background-size: auto 100%; }
    main footer:after {
      content: "";
      width: 240px;
      height: 500px;
      position: absolute;
      right: 0px;
      top: -30px;
      background: url(../img/footer1.png) no-repeat 100% 0%;
      background-size: auto 100%; }
    main footer .wrapper {
      max-width: 1100px;
      margin: 0px auto;
      margin: 0px auto; }
      @media screen and (max-width: 1300px) {
        main footer .wrapper {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (max-width: 800px) {
        main footer .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
      main footer .wrapper h1 {
        color: #fff;
        text-align: center;
        font-weight: 900;
        font-size: 36px;
        line-height: 49px;
        max-width: 740px;
        margin: 0px auto;
        position: relative; }
        main footer .wrapper h1:after {
          content: "";
          display: block;
          width: 50px;
          height: 60px;
          background: url(../img/ftarrow.png) no-repeat 0% 0%;
          background-size: auto 100%;
          position: absolute;
          right: 0px;
          top: 80%; }
      main footer .wrapper > ul {
        display: grid;
        grid-template-columns: 25% 20% 30% 25%;
        grid-gap: 30px;
        max-width: 800px;
        margin: 0px auto;
        padding: 20px 0px 0px 0px; }
        main footer .wrapper > ul > li {
          list-style: none;
          padding: 20px; }
          main footer .wrapper > ul > li ul {
            margin: 0px;
            padding: 0px; }
            main footer .wrapper > ul > li ul li {
              display: block;
              color: #fff;
              font-weight: 400;
              font-size: 16px;
              line-height: 22px;
              margin: 0px 0px 10px 0px;
              padding: 5px 0px 5px 30px;
              background: url(../img/tick.png) no-repeat 0% 50%;
              white-space: nowrap; }
      main footer .wrapper p span {
        border: 1px solid #7C7C7C;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        background: #fff;
        overflow: hidden;
        width: 80%;
        max-width: 600px;
        display: flex;
        justify-content: center;
        align-content: center;
        margin: 50px auto 0px auto; }
        main footer .wrapper p span input[type="text"], main footer .wrapper p span input[type="email"] {
          border: 0px;
          line-height: 1px;
          padding: 15px 10px 15px 20px;
          display: inline-block;
          width: 70%;
          text-align: left;
          background: none !important;
          border: 0px !important;
          border-radius: 50px 0px 0px 50px;
          -webkit-border-radius: 50px 0px 0px 50px;
          -moz-border-radius: 50px 0px 0px 50px;
          outline: none !important; }
          main footer .wrapper p span input[type="text"]:active, main footer .wrapper p span input[type="text"]:focus, main footer .wrapper p span input[type="text"]:focus-visible, main footer .wrapper p span input[type="email"]:active, main footer .wrapper p span input[type="email"]:focus, main footer .wrapper p span input[type="email"]:focus-visible {
            background: none !important;
            border: 0px !important;
            outline: none !important; }
          @media screen and (max-width: 600px) {
            main footer .wrapper p span input[type="text"], main footer .wrapper p span input[type="email"] {
              background: #fff;
              border-radius: 50px;
              -webkit-border-radius: 50px;
              -moz-border-radius: 50px; } }
        main footer .wrapper p span input[type="button"], main footer .wrapper p span input[type="submit"] {
          background: #EC652B;
          color: #fff;
          padding: 15px 20px;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          font-size: 12px;
          width: 30%;
          cursor: pointer; }
          @media screen and (max-width: 600px) {
            main footer .wrapper p span input[type="button"], main footer .wrapper p span input[type="submit"] {
              width: 100%; } }
          main footer .wrapper p span input[type="button"].sendft.open, main footer .wrapper p span input[type="submit"].sendft.open {
            background: #343a40;
            color: #fff;
            cursor: default; }
      main footer .wrapper p.straps {
        text-align: center;
        padding-top: 60px; }
        main footer .wrapper p.straps label {
          display: inline-block;
          font-size: 14px;
          line-height: 18px;
          color: #fff; }
        main footer .wrapper p.straps a {
          display: block;
          margin: 0px auto;
          max-width: 200px; }
          main footer .wrapper p.straps a img {
            width: 100%; }
      main footer .wrapper p.message {
        text-align: center;
        color: #fff;
        font-size: 13px;
        padding: 10px 0px; }
      main footer .wrapper p.error {
        text-align: center;
        color: #ffec00;
        font-size: 13px;
        padding: 10px 0px; }

@media screen and (max-width: 1100px) {
  main.section4, main $section5 {
    overflow: hidden; } }

@media screen and (max-width: 800px) {
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.8);
    height: 60px; }
    header .wrapper {
      height: auto; }
      header .wrapper .logo {
        width: 120px;
        height: 50px; }
      header .wrapper a.download {
        font-size: 12px;
        padding: 8px 10px;
        top: 10px;
        right: 10px; }
    header.sticky {
      position: fixed;
      top: 0px;
      left: 0px;
      right: 0px;
      background: rgba(255, 255, 255, 0.8);
      height: 60px;
      padding: 0px; }
      header.sticky .wrapper {
        height: auto; }
        header.sticky .wrapper .logo {
          width: 120px;
          height: 50px; }
        header.sticky .wrapper a.download {
          font-size: 12px;
          padding: 8px 10px;
          top: 10px;
          right: 10px; }
  main {
    height: auto;
    overflow: hidden;
    min-height: inherit; }
    main section {
      height: auto; }
      main section.section1 {
        background-size: auto 400px;
        min-height: inherit;
        background-position: 120% 60px; }
        main section.section1 .mobleft {
          display: none; }
        main section.section1 .wrapper {
          display: block; }
          main section.section1 .wrapper h1 {
            font-size: 30px;
            max-width: 200px;
            line-height: 40px;
            padding-top: 80px; }
      main section.section4 .wrapper ul {
        display: block;
        margin: 0px auto; }
        main section.section4 .wrapper ul li ul {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-gap: 15px; }
          main section.section4 .wrapper ul li ul li h1 {
            width: 120px;
            height: 180px;
            font-size: 22px;
            line-height: 44px;
            padding-top: 50px; }
          main section.section4 .wrapper ul li ul li.develope h1, main section.section4 .wrapper ul li ul li.delivery h1 {
            padding-left: 10px; } }

@media screen and (max-width: 700px) {
  main section.section1 {
    background-size: 200px 400px;
    min-height: inherit;
    background-position: 120% 60px; }
    main section.section1 .wrapper {
      min-height: 500px; }
      main section.section1 .wrapper h1 {
        max-width: 250px; }
      main section.section1 .wrapper h2 {
        max-width: 200px; }
  main section.section3 .wrapper span {
    width: calc(100% - 40px);
    background: none;
    border: 0px;
    text-align: center;
    display: block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow: visible; }
    main section.section3 .wrapper span input[type="text"] {
      border: 1px solid #7C7C7C;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      background: #fff;
      width: 100%;
      display: block;
      margin: 0px 0px 20px 0px; }
    main section.section3 .wrapper span input[type="button"] {
      width: auto;
      padding: 10px 20px; }
  main section.section5 .wrapper.second {
    display: block; }
    main section.section5 .wrapper.second p {
      width: 100% !important;
      top: 0px !important; }
      main section.section5 .wrapper.second p img {
        width: 100%; }
  main section.section7 .wrapper.new .sptop {
    top: 0px;
    width: 100%; }
  main section.section8 .wrapper {
    background: url(../img/section8a.png) no-repeat 50% 30px;
    background-size: 150px auto;
    padding-top: 360px; }
    main section.section8 .wrapper ul li {
      position: relative;
      top: inherit !important;
      left: inherit !important;
      right: inherit !important;
      bottom: inherit !important;
      margin: 0px 0px 10px 0px;
      width: 100%; }
  main section.section9 {
    padding: 30px 0px; }
    main section.section9 .wrapper .spbox {
      top: inherit;
      width: 100%;
      position: relative;
      left: inherit; }
  main section.section10 {
    padding: 30px 0px; }
    main section.section10 .wrapper {
      display: block; }
      main section.section10 .wrapper > p {
        width: 100%;
        min-height: initial; }
        main section.section10 .wrapper > p img {
          width: 100%; }
      main section.section10 .wrapper .spbox {
        top: inherit;
        width: 100%;
        position: relative;
        left: inherit;
        display: block;
        min-height: inherit; }
  main section.section11 .owl-carousel .owl-stage-outer {
    padding: 20px 0px; }
    main section.section11 .owl-carousel .owl-stage-outer .owl-item.active.center {
      -webkit-transform: scale(1);
      transform: scale(1);
      transition: all ease .5s; }
  main footer:after, main footer:before {
    display: none; }
  main footer .wrapper h1 {
    margin: 0px 0px 50px 0px; }
  main footer .wrapper ul {
    display: block;
    margin: 0px;
    padding: 0px; }
    main footer .wrapper ul li {
      margin: 0px 0px 10px 0px;
      padding: 0px; }
      main footer .wrapper ul li:nth-child(4) {
        display: none; }
      main footer .wrapper ul li ul {
        margin: 0px;
        padding: 0px; }
  main footer .wrapper p span {
    width: calc(100% - 40px);
    background: none;
    border: 0px;
    text-align: center;
    display: block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow: visible; }
    main footer .wrapper p span input[type="text"], main footer .wrapper p span input[type="email"] {
      border: 1px solid #7C7C7C;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      background: #fff !important;
      width: 100%;
      display: block;
      margin: 0px 0px 20px 0px; }
    main footer .wrapper p span input[type="button"], main footer .wrapper p span input[type="submit"] {
      width: auto !important;
      padding: 10px 20px;
      cursor: pointer; } }

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }
