/* FONT FAMILY */
/* COLORS */
/* FONTS */
html,
body {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

/* COLLECTIONS */
.container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}

.layout-gutter {
  padding: 90px 0;
}

[anim=ripple] {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

[anim=ripple]:before {
  content: "";
  position: absolute;
  display: block;
  background: var(--ripple-background, white);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.7));
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transform: translate(-50%, -50%) scale(var(--s, 1));
  transform-origin: center;
}

.button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  outline: 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.button:hover {
  opacity: 0.9;
}
.button__lg {
  padding: 16px 70px;
  font: 500 18px/28px "Roboto";
}
.button__rounded {
  border-radius: 45px;
}
.button__warning {
  background: #ff861a;
  color: #ffffff;
}

@media screen and (max-width: 980px) {
  .container {
    max-width: 768px;
  }
  main {
    transition: 0.3s ease-in-out;
  }
  .side-menu-opened main {
    position: relative;
  }
  .side-menu-opened main::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .layout-gutter {
    padding: 50px 0;
  }
}
@media screen and (max-width: 375px) {
  .layout-gutter {
    padding: 50px 0;
  }
}
.bookFreeDemo {
  background: #ffffff url(../images/co-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bookFreeDemo .custom-form-text {
  background: #0074a9;
  padding: 50px;
}
.bookFreeDemo .custom-form-text label {
  font-size: 50px;
  line-height: 1;
  color: rgb(255, 255, 255);
}
.bookFreeDemo .custom-form-text label p {
  margin-bottom: 5px;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 1;
  font-size: 50px;
}
.bookFreeDemo .custom-form-text label span {
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  line-height: 1;
}
.bookFreeDemo .custom-form-text .custom-arrow img {
  width: 40%;
  display: flex;
  text-align: right;
  margin-left: auto;
  justify-content: flex-end;
}
.bookFreeDemo__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bookFreeDemo__content .element {
  background: url("../images/bookkeeper-icon.png") no-repeat center bottom;
  padding-bottom: 200px;
}
.bookFreeDemo__content--title {
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  margin: 50px 0 10px;
  font-weight: 600;
}
.bookFreeDemo__content--subtitle {
  font: 25px/26px "Poppins";
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  margin: 0px 0;
}
.bookFreeDemo__content--texture {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  max-width: 580px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 30px;
}
.bookFreeDemo__formWrapper {
  background-color: #ffffff;
  padding: 60px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}
.bookFreeDemo__formWrapper .form-label-none label {
  display: none;
  visibility: hidden;
}
.bookFreeDemo__formWrapper .form-label-none .form-grp {
  margin-bottom: 1.3rem;
}
.bookFreeDemo__formWrapper .form-label-none .form-grp:last-child {
  margin-bottom: 0;
}
.bookFreeDemo__formWrapper .form-label-none .form-grp button[type=button],
.bookFreeDemo__formWrapper .form-label-none .form-grp button[type=submit],
.bookFreeDemo__formWrapper .form-label-none .form-grp input[type=submit] {
  background: #ff861a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  width: 100%;
  padding: 17px 20px;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.bookFreeDemo__formWrapper .form-label-none .form-grp .field-error {
  font-size: 14px;
  line-height: 20px;
  color: #f51313;
  font-size: 14px;
  line-height: 1;
  margin: 5px 0 0;
  padding: 0;
  text-align: left;
}
.bookFreeDemo__formWrapper .form-label-none input,
.bookFreeDemo__formWrapper .form-label-none textarea,
.bookFreeDemo__formWrapper .form-label-none select {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  outline: 0;
  border: 1px solid #b6b4e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #424674;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif !important;
}
.bookFreeDemo__formWrapper .form-label-none input.has-error,
.bookFreeDemo__formWrapper .form-label-none textarea.has-error,
.bookFreeDemo__formWrapper .form-label-none select.has-error {
  border: 1px solid #f51313 !important;
}
.bookFreeDemo__formWrapper .form-label-none select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA2IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx0aXRsZT5zZWxlY3RhcnJvdzwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48ZyBpZD0ic2VsZWN0YXJyb3ciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIHN0cm9rZT0iIzg2OEU5NiI+PHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjAgMyAzLjA1NTA4NDkzIDAgNiAyLjg5MTgxNjU3Ii8+PHBvbHlsaW5lIGlkPSJQYXRoLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCA4LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMy4wMDAwMDAsIC04LjUwMDAwMCkgIiBwb2ludHM9IjAgMTAgMy4wNTUwODQ5MyA3IDYgOS44OTE4MTY1NyIvPjwvZz48L2c+PC9zdmc+) !important;
  background-position: right 20px center;
  background-repeat: no-repeat;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #424674;
  -webkit-text-fill-color: #424674;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

::placeholder {
  color: #424674;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #424674;
}

::-ms-input-placeholder {
  color: #424674;
}

.form-control {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  color: #424674 !important;
}

@media screen and (max-width: 1024px) {
  .bookFreeDemo__content--title {
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
  }
  .bookFreeDemo__content--subtitle {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bookFreeDemo__grid {
    grid-template-columns: 1fr;
  }
  .bookFreeDemo__content--title {
    margin-top: 0;
  }
  .bookFreeDemo__content .element {
    display: none;
  }
  .bookFreeDemo__formWrapper {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .bookFreeDemo__content--title {
    font-size: 30px;
    line-height: 36px;
  }
  .bookFreeDemo__content--subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #f8f9ff;
  }
  .bookFreeDemo__content--texture {
    color: #f8f9ff;
  }
}
*,
::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body main,
body header,
body footer {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-y: auto;
  color: #4E4B66;
}

p {
  font-family: "Gibson";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
}

li {
  font-family: "Gibson";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mazzard H";
}

input,
select,
textarea,
video,
img,
blockquote,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  -webkit-display: block;
  -moz-display: block;
  -ms-display: block;
  -o-display: block;
  display: block;
}

input {
  font: inherit;
}

.text-center {
  text-align: center;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.layout {
  padding: 90px 0;
}

.layout-gutter {
  padding: 60px 0;
}

.layout-gutter-50 {
  padding: 50px 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-55 {
  padding-bottom: 55px;
}

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

.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.align-items-center {
  align-items: center;
}

.gap-1 {
  gap: 1rem;
}

.heading__underline {
  position: relative;
  -webkit-display: block;
  -moz-display: block;
  -ms-display: block;
  -o-display: block;
  display: block;
  width: 70px;
  height: 1px;
  background-color: currentColor;
  margin-bottom: 2rem;
  z-index: 1;
}
.heading__underline::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 4px;
  background-color: rgba(19, 48, 79, 0.831372549);
  left: 0;
  bottom: -3px;
  z-index: -1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[anim=ripple] {
  position: relative;
  overflow: hidden;
}

[anim=ripple]:before {
  content: "";
  position: absolute;
  -webkit-display: block;
  -moz-display: block;
  -ms-display: block;
  -o-display: block;
  display: block;
  background: var(--ripple-background, white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.7));
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transform: translate(-50%, -50%) scale(var(--s, 1));
  transform-origin: center;
}

.cta-button,
button.action,
button[type=submit] {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.cta-button:hover,
button.action:hover,
button[type=submit]:hover {
  opacity: 0.85;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px -1px 0px 0px #EDF2F7 inset;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1490196078);
}
header .header-top {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
}
header .header-top .reviews {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  -o-display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
header .header-top .reviews .star_full {
  margin-left: 7px;
}
header .header-top .reviews .star_full .star_img {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-top .reviews .star_full .star_img img {
  width: auto;
  height: auto;
}
header .header-top .reviews .star_full .star_img span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #14142B;
  margin-left: 10px;
}
header .header-top .reviews .star_full .reviews-content {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #14142B;
}
header .header-top .site-button a {
  width: auto;
  height: 40px;
  padding: 10px 40px 10px 40px;
  -webkit-border-radius: 8.33px;
  -moz-border-radius: 8.33px;
  -ms-border-radius: 8.33px;
  -o-border-radius: 8.33px;
  border-radius: 8.33px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  background-color: #f9640f;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
header .header-top .site-button a:hover {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0.03) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  transform: perspective(1px) translateZ(0);
  animation: 2s linear infinite progress-bar-stripes;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: -50px;
  }
}

.site-button a {
  width: auto;
  height: 40px;
  padding: 10px 40px 10px 40px;
  border-radius: 8.33px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  background-color: #f9640f;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.banner {
  background: linear-gradient(180deg, rgba(23, 142, 252, 0.26) 0%, rgba(32, 191, 169, 0.16) 55.21%, rgba(199, 210, 240, 0) 100%);
}
.banner .pt-150 {
  padding-top: 30px;
}
.banner .banner__full {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  -o-display: grid;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
}
.banner .banner__full--one:nth-child(1) {
  padding: 0px 0px 64px 145px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.banner .banner__full--one .doodle_icon {
  position: absolute;
  top: -73px;
  left: 83px;
}
.banner .banner__full--one h1 {
  color: var(--grayscale-title-active, #14142B);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -1px;
  max-width: 696px;
  margin-bottom: 17px;
}
.banner .banner__full--one h1 span {
  font-weight: 700;
}
.banner .banner__full--one p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 30px;
  font-family: "Gibson";
  color: #000;
}
.banner .banner__full--one p span {
  font-weight: 700;
}
.banner .banner__full--one ul li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  align-items: center;
  padding-bottom: 15px;
}
.banner .banner__full--one ul li img {
  margin-right: 15px;
  flex-basis: 0%;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner .banner__full--one ul li:last-child {
  padding-bottom: 0px;
}
.banner .banner__full--one .site-button {
  margin-top: 40px;
}
.banner .banner__full--one:nth-child(2) .banner__form {
  padding: 30px;
}
.banner .banner__full--one:nth-child(2) .banner__form .d-none {
  display: none;
}
.banner .banner__full--one:nth-child(2) .banner__form .form-grp {
  margin-bottom: 20px;
}
.banner .banner__full--one:nth-child(2) .banner__form input,
.banner .banner__full--one:nth-child(2) .banner__form textarea,
.banner .banner__full--one:nth-child(2) .banner__form select,
.banner .banner__full--one:nth-child(2) .banner__form textarea {
  width: 370px;
  height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #6e7191;
  color: #6e7191;
  padding: 10px 10px;
  font-size: 16px;
  font-family: "Inter";
}
.banner .banner__full--one:nth-child(2) .banner__form textarea {
  height: 100px;
}
.banner .banner__full--one:nth-child(2) .banner__form input:focus,
.banner .banner__full--one:nth-child(2) .banner__form textarea:focus,
.banner .banner__full--one:nth-child(2) .banner__form select:focus,
.banner .banner__full--one:nth-child(2) .banner__form textarea:focus {
  outline: 0;
}
.banner .banner__full--one:nth-child(2) .banner__form ::placeholder {
  color: #6E7191;
  opacity: 1;
}
.banner .banner__full--one:nth-child(2) .banner__form ::-ms-input-placeholder {
  color: #6E7191;
}
.banner .banner__full--one:nth-child(2) .banner__form .redForm {
  width: 210px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  height: 40px;
  padding: 10px, 40px, 10px, 40px;
  -webkit-border-radius: 8.33px;
  -moz-border-radius: 8.33px;
  -ms-border-radius: 8.33px;
  -o-border-radius: 8.33px;
  border-radius: 8.33px;
  background: #f9640f;
  color: #fff;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  border: 1px solid #f9640f;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sm-container {
  max-width: 1068px;
  margin: 0 auto;
  padding: 0 20px;
}

.form-grp:last-child {
  margin-bottom: 0px !important;
}

.site-heading h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 53px;
  letter-spacing: -1px;
  text-align: left;
  color: #14142b;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}
.site-heading h3 img {
  position: absolute;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  right: -100px;
  top: -47px;
  width: auto;
}

.field-error {
  font-size: 12px;
  color: #c42b24;
}

form input.has-error,
form textarea.has-error {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #f74141 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.137);
}
form input:focus,
form textarea:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #f74141 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.137);
}

.field-error {
  font-size: 12px;
  color: #c42b24;
}

form select.has-error {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  border-color: #f74141 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.137);
}
form select.has-error:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  border-color: #f74141;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.137);
}

form input.has-error:focus {
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #f74141;
  outline: 0;
  -ms-box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.137);
  -o-box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.137);
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.137);
}

.cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: -1px -3px 10px 0 rgba(0, 0, 0, 0.13);
  padding: 8px 0;
  z-index: 9;
}
.cookie .cookie__consent--text {
  color: #344753;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  max-width: 940px;
  padding-bottom: 0px;
}
.cookie .cookie__consent--button {
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: inline-block;
  outline: 0;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #011b2b;
  padding: 8px 18px;
  text-align: center;
  margin-left: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.cookie .cookie__consent--text > a {
  color: #00b7e2;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.site-button a {
  transition: all 0.2s ease-in-out;
}
.site-button a:hover {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0.03) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  transform: perspective(1px) translateZ(0);
  animation: 2s linear infinite progress-bar-stripes;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: -50px;
  }
}

/* Loader */
.spinner {
  width: 200px;
  height: 200px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  background-color: transparent;
  z-index: 999;
  display: grid;
  align-items: center;
  place-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 9999;
}

.spinner .ball {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-color: #6366f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.spinner p {
  color: #6366f1;
  margin-top: 5px;
  letter-spacing: 3px;
  font-size: 10px;
}

.page-loaded .spinner {
  display: none;
}

@-webkit-keyframes motion {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-50px) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(50px) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes motion {
  0% {
    transform: translateX(0) scale(1);
  }
  25% {
    transform: translateX(-50px) scale(0.3);
  }
  50% {
    transform: translateX(0) scale(1);
  }
  75% {
    transform: translateX(50px) scale(0.3);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.igs-thankyou {
  padding: 100px 0;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.igs-thankyou img {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.igs-thankyou h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  color: #14142b;
  margin-bottom: 22px;
}

.banner_btn {
  background-color: #f15700;
  display: inline-block;
  padding: 16px 40px 16px 40px !important;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.banner_btn:hover {
  background: #ed5e0e;
  text-decoration: none;
}
.banner_btn .action {
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  -o-display: flex !important;
  display: flex !important;
  gap: 0.5rem;
  flex-direction: row;
  align-content: flex-start;
}
.banner_btn .action .fas {
  line-height: inherit;
  color: #ffffff;
  font-size: 20px;
}
.banner_btn span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner_btn span.text {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Gibson";
}
.banner_btn span.text > .fas {
  font-size: 20px;
  color: #ffffff;
}
.banner_btn span.telephone {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.banner__cta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.banner__cta .or {
  color: #011b2b;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: "Gibson";
}
.banner__cta .quote-link {
  font-size: 18px;
  color: #011b2b;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
  font-family: "Gibson";
}
.banner__cta .quote-link:hover {
  color: #000;
}

.partner__logo--full {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.partner__logo--one {
  background-color: #fff;
  padding: 30px;
}
.partner__logo--one img {
  width: 100%;
  object-fit: contain;
}

.site_heading {
  display: block;
  text-align: center;
  margin: 0 auto;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  overflow: hidden;
}
.site_heading h2 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 41px;
  color: #cd3539;
  padding: 12px 13px;
  /* border: 2px solid #cfcfcf; */
  /* text-transform: uppercase; */
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  text-decoration: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.site_heading h2:before {
  content: "";
  height: 1px;
  background-color: #cfcfcf;
  width: 1000px;
  position: absolute;
  left: -999px;
  top: 35px;
}
.site_heading h2:after {
  content: "";
  height: 1px;
  background-color: #cfcfcf;
  width: 1000px;
  position: absolute;
  right: -999px;
  top: 35px;
}
.site_heading .line {
  position: relative;
  width: 100%;
}

.accountant .site_heading {
  margin-bottom: 40px;
}
.accountant .site_heading h2 {
  max-width: 800px;
}
.accountant .accountant__full--one {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
}
.accountant .accountant__full--one ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  grid-template-columns: 1fr 1fr 1.2fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  max-width: 996px;
  justify-content: center;
  flex-wrap: wrap;
}
.accountant .accountant__full--one ul li {
  font-weight: 400;
  line-height: 28px;
  font-size: 16px;
  color: #000;
  list-style-type: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  padding-bottom: 16px;
  width: 40%;
}
.accountant .accountant__full--one ul li img {
  margin-right: 15px;
  flex-basis: 0%;
  width: 20px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.software_expertise {
  background-color: #e2e2e2;
}
.software_expertise .site_heading h6 {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 0px;
  color: #333;
}
.software_expertise .site_heading p {
  text-align: center;
  color: #333;
  margin-top: 10px;
}
.software_expertise .software__expertise--full {
  margin-top: 50px;
}
.software_expertise .software__expertise--full .software__expertise--one {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.software_expertise .software__expertise--full .software__expertise--one img {
  width: 160px;
  height: auto;
  object-fit: cover;
}

.testimonial .review__main--img {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.testimonial .site_heading p {
  text-align: center;
  color: #333;
  margin-top: 10px;
  max-width: 850px;
}
.testimonial .testimonial__full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
}
.testimonial .testimonial__full--one {
  position: relative;
  padding: 40px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 5px 25px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 25px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 25px 6px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.testimonial .testimonial__full--one .comma_img img {
  position: absolute;
  top: -24px;
  left: 40px;
  z-index: 1;
}
.testimonial .testimonial__full--one .testimonial__full--content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonial .testimonial__full--one .testimonial__full--content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding-top: 15px;
  line-height: 1.2;
  min-height: 50px;
  margin-bottom: 15px;
}
.testimonial .testimonial__full--one .testimonial__full--content p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.testimonial .testimonial__full--one .testimonial__full--content .testi_bottom {
  margin-top: auto;
  padding-top: 70px;
  display: flex;
  align-items: center;
}
.testimonial .testimonial__full--one .testimonial__full--content .testi_bottom .testi_right {
  margin-left: 20px;
}
.testimonial .testimonial__full--one .testimonial__full--content .testi_bottom .testi_right p {
  padding-bottom: 5px;
}
.testimonial .testimonial__full--one .testimonial__full--content .testi_bottom .testi_right .author_name {
  font-family: "Gibson";
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 500;
  padding-bottom: 0;
}
.testimonial .testimonial__full--one .testimonial__full--content .testi_bottom .testi_right .author_desitination {
  font-size: 90%;
  margin-bottom: 0;
}

.call_to_action {
  padding-bottom: 70px;
  width: 100%;
}
.call_to_action .call_action_full {
  position: relative;
  background-color: #2a457e;
  overflow: hidden;
  max-height: 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  border-radius: 12px !important;
}
.call_to_action .call_action_full .img_overlayer {
  position: relative;
  left: -21%;
  width: 75%;
  top: 18px;
  margin-right: -25%;
}
.call_to_action .call_action_full .CallusContent {
  padding: 60px;
}
.call_to_action .call_action_full .CallusContent h2 {
  color: #ffffff;
  font-size: 40px;
  font-family: "Gibson";
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 10px;
}
.call_to_action .call_action_full .CallusContent p {
  color: #ffffff;
  font-size: 17px;
  font-family: "Gibson";
  line-height: 22px;
  font-weight: normal;
  max-width: 95%;
  margin-bottom: 0;
}
.call_to_action .call_action_full .CallusContent ul {
  margin-top: 40px;
}
.call_to_action .call_action_full .CallusContent ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.call_to_action .call_action_full .CallusContent ul li:last-child {
  margin-bottom: 0;
}
.call_to_action .call_action_full .CallusContent ul li img {
  margin-right: 15px;
  width: 35px;
}
.call_to_action .call_action_full .CallusContent ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-family: "Gibson";
  font-weight: 600;
  line-height: 0;
}

.pricing {
  padding: 80px 0;
  background: #13304f url(../images/pricing_bg_img.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.pricing .pricing__content {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  padding: 70px 0;
}
.pricing .pricing__content h4 {
  font-size: 35px;
  color: #c42b24;
  font-weight: 600;
}
.pricing .pricing__content p {
  font-size: 35px;
  font-weight: 500;
  margin-top: 30px;
  color: #2c457b;
}
.pricing .pricing__content p span {
  color: #2c457b;
  font-weight: 600;
}
.pricing .pricing__content p:last-child {
  margin-bottom: 20px;
  color: #333;
  font-size: 28px;
  line-height: 24px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
}

.faq .site_heading h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 10px;
  color: #333;
}
.faq .faq__sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
.faq .faq__sec .faq-one {
  width: 47%;
}
.faq .faq__sec .faq-one h3 {
  font-size: 16px;
  text-align: left;
  color: #cd3539;
  padding-bottom: 5px;
}
.faq .faq__sec .faq-one p {
  text-align: left;
  margin-bottom: 20px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.faq .faq__sec .faq-one p strong {
  font-size: 16px;
  font-weight: 600;
}

.ready_to_action {
  background-color: #0074a9;
}
.ready_to_action .ready-to-action-full {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ready_to_action .ready-to-action-full .ready-to-action-one h2 {
  color: rgb(255, 255, 255);
  font-size: 40px !important;
  font-family: "Gibson";
  line-height: 48px;
  max-width: 545px;
  font-weight: 600 !important;
  display: flex;
  flex-direction: column;
}
.ready_to_action .ready-to-action-full .ready-to-action-one h2 span {
  color: rgb(255, 255, 255);
  font-size: 30px !important;
  font-family: "Gibson";
  line-height: 44px;
  max-width: 590px;
  font-weight: normal !important;
}
.ready_to_action .ready-to-action-full .ready-to-action-one:nth-child(2) {
  max-width: 400px;
  background: #ffffff;
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
.ready_to_action .ready-to-action-full .ready-to-action-one:nth-child(2) h3 {
  position: relative;
  color: #373737;
  font-size: 24px;
  font-family: "Gibson";
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.ready_to_action .ready-to-action-full .ready-to-action-one:nth-child(2) h3::after {
  position: absolute;
  content: "";
  background: #0074a9;
  bottom: -10px;
  left: 0;
  width: 44px;
  height: 2px;
}
.ready_to_action .ready-to-action-full .ready-to-action-one:nth-child(2) p {
  color: #373737;
  font-size: 16px;
  font-family: "Gibson";
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 45px;
}
.ready_to_action .ready-to-action-full .ready-to-action-one:nth-child(2) .site-button {
  text-align: center;
}
.ready_to_action .ready-to-action-full .ready-to-action-one:nth-child(2) .site-button a {
  height: 40px;
  line-height: 0px;
  padding: 30px 40px 30px 40px;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: inline-block;
  align-items: center;
  background-color: #f9640f;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.why__integra--full {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  gap: 4rem 4rem;
  margin-top: 44px;
}
.why__integra--content img {
  width: 100%;
  height: auto;
}
.why__integra--content h3 {
  font-size: 18px;
  margin: 18px 0 5px;
  text-align: left;
  color: #333;
}
.why__integra--content p {
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 24px;
}

footer#footer {
  padding: 50px 0 50px !important;
  background: #efefef;
}

.footer__top--full {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.3fr;
  gap: 60px;
}
.footer__top--one .title {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.footer__top--one p {
  font-size: 15px;
  color: #333;
}
.footer__top--one p span {
  display: block;
  font-size: 15px;
  color: #333;
}
.footer__top--one p a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.socialIcn li {
  display: inline-block;
  line-height: 20px;
  height: 28px;
  width: 34px;
  margin: 0 0 0px;
}
.socialIcn li a {
  font-size: 14px;
  color: #333;
  margin: 5px 0 0 10px;
}
.socialIcn .mblA {
  margin: 0;
}
.socialIcn .fb {
  display: flex;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-image: url(../images/socialIcon.jpg);
  background-repeat: no-repeat;
}
.socialIcn .yt {
  display: flex;
  width: 28px;
  height: 28px;
  background-position: -28px 0;
  background-image: url(../images/socialIcon.jpg);
  background-repeat: no-repeat;
}
.socialIcn .tw {
  display: flex;
  width: 28px;
  height: 28px;
  background-position: -56px 0;
  background-image: url(../images/socialIcon.jpg);
  background-repeat: no-repeat;
}
.socialIcn .tw {
  display: flex;
  width: 28px;
  height: 28px;
  /* background-position: -56px 0; */
  /* background-image: url(../images/socialIcon.jpg); */
  background-repeat: no-repeat;
}
.socialIcn .sh {
  display: flex;
  width: 28px;
  height: 28px;
  background-position: -84px 0;
  background-image: url(../images/socialIcon.jpg);
  background-repeat: no-repeat;
}
.socialIcn .in {
  display: flex;
  width: 28px;
  height: 28px;
  background-position: -111px 0;
  background-image: url(../images/socialIcon.jpg);
  background-repeat: no-repeat;
}
.socialIcn .pin {
  display: flex;
  width: 28px;
  height: 28px;
  background-position: -139px 0;
  background-image: url(../images/socialIcon.jpg);
  background-repeat: no-repeat;
}
.socialIcn .gp {
  display: flex;
  width: 28px;
  height: 28px;
  background-position: -167px 0;
  background-image: url(../images/socialIcon.jpg);
  background-repeat: no-repeat;
}
.socialIcn .bg {
  display: flex;
  width: 28px;
  height: 28px;
  background-position: -195px 0;
  background-image: url(../images/socialIcon.jpg);
  background-repeat: no-repeat;
}
.socialIcn .last {
  margin-bottom: 0 !important;
}

.copyrights {
  background-color: #e6e6e6;
  padding: 20px 0;
}
.copyrights .copyrights__full {
  display: flex;
  align-items: center;
}
.copyrights .copyrights__full .copyrights__full--one .footer_menu {
  text-decoration: none;
  list-style-type: none;
}
.copyrights .copyrights__full .copyrights__full--one .footer_menu a {
  padding: 0 20px 0 0;
  display: block;
  margin: 0 20px 0 0;
  border-right: 1px solid #999;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
.copyrights .copyrights__full .copyrights__full--one:nth-child(2) p {
  color: #4a4a4a;
  font-size: 14px;
  padding-bottom: 10px;
}

.privacy_sec {
  padding: 100px 0;
}
.privacy_sec .privacy__full h2 {
  font-size: 26px;
  font-weight: 600;
  color: #cd3539;
  margin-bottom: 15px;
  line-height: 35px;
}
.privacy_sec .privacy__full h3 {
  font-size: 18px;
  font-weight: 600;
  color: #cd3539;
  margin-bottom: 15px;
}
.privacy_sec .privacy__full ul li {
  margin-left: 20px;
}

@media screen and (min-width: 1400px) {
  .banner .banner__full--one:nth-child(1) {
    max-width: 810px;
    margin-left: auto;
    position: relative;
  }
  .banner .banner__full--one .doodle_icon {
    position: absolute;
    top: -75px;
    left: 56px;
  }
}
@media screen and (max-width: 1260px) {
  .banner .container-fluid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .banner .banner__full--one .doodle_icon {
    display: none;
  }
  .banner .banner__full--one:nth-child(1) {
    padding: 0px;
  }
  .sm-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .partner__logo {
    padding-top: 30px;
  }
  .layout-gutter {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .sm-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .banner .container-fluid {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .banner .banner__full {
    grid-template-columns: 1fr;
  }
  .banner .banner__full .banner__full--one h1 {
    font-size: 45px;
    line-height: 53px;
  }
  .banner .partner__logo--full {
    grid-template-columns: 1fr 1fr;
  }
  header .header-top .reviews {
    -webkit-display: none;
    -moz-display: none;
    -ms-display: none;
    -o-display: none;
    display: none;
  }
  .banner__full--one:nth-child(2) {
    display: none;
  }
  .accountant .site_heading h2 {
    text-align: left;
  }
  .accountant .accountant__full--one ul li {
    width: 100%;
  }
  .testimonial .testimonial__full {
    grid-template-columns: 1fr;
  }
  .call_to_action .call_action_full .img_overlayer {
    display: none;
  }
  .call_to_action .call_action_full .CallusContent ul {
    margin-top: 5px;
  }
  .pricing .pricing__content {
    width: 100%;
    padding: 40px 0;
  }
  .pricing .pricing__content h4 {
    font-size: 35px;
    line-height: 40px;
  }
  .faq .faq__sec .faq-one {
    width: 100%;
  }
  .ready_to_action .ready-to-action-full {
    gap: 50px;
  }
  .ready_to_action .ready-to-action-full .ready-to-action-one:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
  .site_heading h2 {
    line-height: 41px;
  }
  .bookFreeDemo__grid {
    grid-template-columns: 1fr;
  }
  .bookFreeDemo .custom-form-text label span {
    font-size: 75px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 76px;
  }
  .footer__top--full {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .ready_to_action .ready-to-action-full .ready-to-action-one:nth-child(2) {
    max-width: 100%;
  }
  .bookFreeDemo .custom-form-text {
    padding: 20px;
  }
  .bookFreeDemo .custom-form-text label {
    font-size: 25px;
  }
  .bookFreeDemo .custom-form-text label p {
    font-size: 35px;
    padding-bottom: 5px;
  }
  .bookFreeDemo .custom-form-text label span {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 54px;
  }
}
@media screen and (max-width: 600px) {
  .banner .container-fluid {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .banner .banner__full {
    grid-template-columns: 1fr;
  }
  .banner .banner__full .banner__full--one h1 {
    font-size: 45px;
    line-height: 53px;
  }
  .banner .pt-150 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .site_heading h2 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    padding: 0px;
    line-height: 35px;
  }
  .software_expertise .software__expertise--full .software__expertise--one img {
    width: 45%;
  }
  .software_expertise .software__expertise--full .software__expertise--one {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  .site_heading h2:before {
    display: none;
  }
  .site_heading h2:after {
    display: none;
  }
  .call_to_action .call_action_full .CallusContent {
    padding: 30px;
  }
  .pricing .pricing__content h4 {
    font-size: 30px;
    line-height: 35px;
  }
  .pricing .pricing__content p {
    font-size: 30px;
    line-height: 35px;
  }
  .pricing .pricing__content p:last-child {
    font-size: 25px;
  }
  .why__integra--full {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
    gap: 2rem 2rem;
    margin-top: 44px;
  }
}
@media screen and (max-width: 450px) {
  .banner .banner__full .banner__full--one h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.privacy__full h1 {
  font-size: 26px;
  font-weight: 600;
  color: #cd3539;
}/*# sourceMappingURL=style.css.map */