@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

html {
  font-size: 62.5% !important;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: proxima-nova, sans-serif;
  font-size: 1.6rem;
  color: #000000;
  font-family: proxima-nova, sans-serif;
  font-size: 1.4rem;
  text-rendering: optimizeLegibility;
  margin: 0 !important;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* sets the base font size for the document; turns on kerning pairs and ligatures */
body, ul, ol, dl {
  margin: 0;
}

article, aside, audio,
footer, header, nav, section, video {
  display: block;
}

/* ensures that older browsers will display HTML5 elements correctly */
p {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* sets hyphenation by default on paragraphs */
textarea {
  resize: vertical;
}

/* changes textarea resizing from "both" (UA default) to vertical only */
table {
  border-collapse: collapse;
}

td {
  padding: 0.5rem;
}

/* causes tables to actually look like tables */
img {
  border: none;
  max-width: 100%;
}

/* removes outlines from linked images (for older browsers and IE), sets up images for responsive design layout */
input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
  border: 0px;
}

/* removes the inner border effect from focused buttons for form elements in Firefox */
input[type=search] {
  -webkit-appearance: textfield;
}

input[type=submit] {
  -webkit-appearance: none;
}

/* removes the OS X appearance from HTML5 search inputs and submit buttons when viewed in Safari */
input:required:after {
  color: #f00;
  content: " *";
}

/* sets up required form fields with the conventional following red asterix */
input[type=email]:invalid {
  background: #f00;
}

a {
  color: #108CE2;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
img {
  image-rendering: -webkit-optimize-contrast;
}

/* 
- Typography
*/
/* Google font import */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 3.9rem;
  line-height: 58px;
  color: inherit;
}

a {
  text-decoration: none;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 50px;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 1.65rem;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
}

h5 {
  font-size: 22px;
  font-weight: 600;
}

h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 38px;
}

p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.small {
  font-size: 0.95rem;
}

.w-full {
  width: 100%;
}

.w-40 {
  flex: 1 1 auto;
  width: 40%;
}

.w-60 {
  flex: 1 1 auto;
  width: 60%;
}

.w-45 {
  flex: 1 1 auto;
  width: 45%;
}

.w-55 {
  flex: 1 1 auto;
  width: 55%;
}

.w-30 {
  flex: 1 1 auto;
  width: 30%;
  max-width: 30%;
}

.w-20 {
  flex: 1 1 auto;
  width: 20%;
}

.w-10 {
  flex: 1 1 auto;
  width: 10%;
}

.w-90 {
  flex: 1 1 auto;
  width: 90%;
}

.w-80 {
  flex: 1 1 auto;
  width: 80%;
}

.w-15 {
  flex: 1 1 auto;
  width: 15%;
}

.w-10 {
  flex: 1 1 auto;
  width: 10%;
}

.w-75 {
  flex: 1 1 auto;
  width: 75%;
}

.w-25 {
  flex: 1 1 auto;
  width: 25%;
}

.w-90 {
  flex: 1 1 auto;
  width: 90%;
}

.w-85 {
  flex: 1 1 auto;
  width: 85%;
}

.w-75 {
  flex: 1 1 auto;
  width: 75%;
}

.p-0 {
  padding: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

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

.w-70 {
  flex: 1 1 auto;
  width: 70%;
}

.h4-max-500 h4, .h2-max-500 h2 {
  max-width: 500px;
  margin: 0 auto;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.h3-weight-400 h3 {
  font-weight: 400;
}

.flex-1 {
  flex: 1;
  width: 100%;
}

.max-170 {
  max-width: 170px;
}

.w-20 {
  flex: 1 1 auto;
  width: 20%;
}

.w-80 {
  flex: 1 1 auto;
  width: 80%;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gap-40 {
  gap: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.gap-137 {
  gap: 137px;
}

.pr-130 {
  padding-right: 130px;
}

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

.mt-80 {
  margin-top: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.img-h-43 {
  max-height: 43px;
}

.p-line-26 p {
  line-height: 26px;
}

.pd-15 {
  padding: 15px;
}

.cnt-dv-rp .cnt-dv:nth-last-child(2) .mb-50,
.cnt-dv-rp .cnt-dv:nth-last-child(3) .mb-50,
.cnt-dv-rp .cnt-dv:last-child .mb-50 {
  margin-bottom: 0;
}

.gap-34 {
  gap: 34px;
}

.weight-400 {
  font-weight: 400;
}

.h2-max-620 h2 {
  max-width: 667px;
  margin: 0 auto;
}

.h5-mt-20 h5 {
  margin-top: 20px;
}

.h5-mt-10 h5 {
  margin-top: 10px;
}

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

.foot-m-rp {
  padding-right: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.h5-mb-10 h5 {
  margin-bottom: 10px;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-cover {
  background-size: cover;
}

.mt-30 {
  margin-top: 30px;
}

.h5-mb-30 h5 {
  margin-bottom: 30px;
}

.h5-mt-20 h5 {
  margin-top: 20px;
}

.gap-17 {
  gap: 17px;
}

.justify-content-end {
  justify-content: flex-end;
}

.border-radius-3 {
  border-radius: 3px;
}

.pt-112 {
  padding-top: 112px;
}

.mr-100 {
  margin-right: 107px;
}

.max-25 {
  max-width: 25px;
}

.pr-70 {
  padding-right: 70px;
}

.w-full {
  width: 100%;
}

.h5-mb-30 h5 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.h4-mb-10 h4 {
  margin-bottom: 10px;
}

.w-70 {
  flex: 1 1 auto;
  width: 70%;
}

.w-30 {
  flex: 1 1 auto;
  width: 30%;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.max-900 {
  max-width: 900px;
}

.m-auto {
  margin: 0 auto;
}

.max-900.m-auto.slider-2-sec {
  max-width: 900px;
}

.mb-50 {
  margin-bottom: 50px;
}

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

.bg-F6F7F9 {
  background-color: #F6F7F9;
}

.w-25 {
  width: 25%;
  flex: 1 1 auto;
}

.w-33 {
  flex: 1 1 auto;
  width: 33.3333%;
}

.min-331 {
  min-width: 311px;
}

.mt-50 {
  margin-top: 50px;
}

.h5-ragular h5 {
  font-weight: 400;
}

.max-420 {
  max-width: 420px;
}

.max-700 {
  max-width: 700px;
  margin: 0 auto;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.bg-white {
  background: #ffffff;
}

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

.py-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
}

.w-50 {
  flex: 0 0 auto;
  width: 50%;
}

.max-890 {
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}

.p-line-28 p {
  line-height: 28px;
}

.bg-alice_blue_400 {
  background-color: #F6F7F9;
}

.h5-max-740 h5 {
  max-width: 740px;
  margin-inline: auto;
}

.m-13 {
  margin: 13px;
}

.hd-mb-20 h2, .hd-mb-20 h3, .hd-mb-20 h4, .hd-mb-20 h5, .hd-mb-20 h6 {
  margin-bottom: 20px;
}

.h6-mt-20 h6 {
  margin-top: 20px;
}

.h5-blue-cola h5 {
  color: #108CE2;
}

.w-27 {
  flex: 1 1 auto;
  width: 27%;
}

.w-73 {
  flex: 1 1 auto;
  width: 73%;
}

.ml-0 {
  margin-left: 0;
}

.p-pb-30 p {
  padding-bottom: 30px;
}

.p-pb-20 p {
  padding-bottom: 20px;
}

.p-line-27 p {
  line-height: 27px;
}

.h-full {
  height: 100%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.mb-70 {
  margin-bottom: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-black-300 p {
  color: #575757;
}

.h5-black-300 h5 {
  color: #575757;
}

.h5-weight-400 h5 {
  font-weight: 400;
}

.h5-mb-20 h5 {
  margin-bottom: 20px;
}

.pl-44 {
  padding-left: 44px;
}

.min-275 {
  min-width: 275px;
}

.bg-blue {
  background: #108CE2;
}

.v-center {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.v-center-img {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: baseline;
}

.bg-blue.mutable-hexa-no-gap .head {
  color: #ffffff;
}

.ver-inline-box-wrap .ver-inline-box:nth-child(even) > div .img-wrap.v-center-img {
  align-items: flex-end;
}

.max-880 {
  max-width: 880px;
  margin-inline: auto;
}

.max-480 {
  max-width: 480px;
  margin: 0 auto;
}

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

.pr-60 {
  padding-right: 60px;
}

.h4-weight-600 h4 {
  font-weight: 600;
}

.bg-pale-blue-light {
  background-color: #E1EAF2;
}

.box-half {
  flex: 1 1 auto;
  width: 50%;
}

.py-80 {
  padding-block: 80px;
}

.gap-96 {
  gap: 96px;
}

.gap-pd-96 {
  padding-left: 47px;
  padding-right: 47px;
}

.justify-content-space-between {
  justify-content: space-between;
}

.min-230 {
  min-width: 230px;
}

.blog-content-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.bg-alice_blue_600 {
  background-color: #F4F6F9;
}

.w-32 {
  flex: 1 1 auto;
  width: 32%;
}

.flex-1-auto {
  flex: 1 1 auto;
}

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

.gap-60 {
  gap: 60px;
}

.m-0 {
  margin: 0 !important;
}

.w-48 {
  flex: 1 1 auto;
  width: 48%;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-repeat-space {
  background-repeat: repeat space;
}

.gap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.w-29 {
  flex: 1 1 auto;
  width: 29%;
}

.max-580 {
  max-width: 580px;
}

/************** buttons ***************/
.btn, #myBtn, .modal-content.webinarModal.modal-sm input[type=submit] {
  padding: 9px 22px;
  text-decoration: none;
  color: #108CE2;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  transition: all 0.5s ease;
}

#myBtn, .modal-content.webinarModal.modal-sm input[type=submit] {
  text-transform: uppercase;
}

.main-btn-size {
  min-height: 47px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-form, #myBtn, .modal-content.webinarModal.modal-sm input[type=submit] {
  background: #108ce2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  border-radius: 3px;
  border: none;
  padding: 15px 0;
  margin-top: 19px;
  cursor: pointer;
}

.blue-link {
  color: #108CE2;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.link-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.blue-link-right-arrow {
  position: relative;
  display: inline-flex;
  transition: all 0.5s ease;
}
.blue-link-right-arrow:after {
  position: absolute;
  content: "";
  background-image: url(images/blue-right-arrow.svg);
  width: 15px;
  height: 10px;
  right: -22px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.5s ease;
}
.blue-link-right-arrow:hover:after {
  right: -30px;
}

.btn, .tablinks, .book-a-demo input[type=submit], .foot-m-rp .form input[type=submit], .email-bottom-inline input[type=submit], .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button, .lf-form__content form .lf-form__step-nav .lf-form__prev-step-btn, .lf-form__content form .lf-form__step-nav button, .gform_wrapper.gravity-theme .book-a-demo input[type=submit], #myBtn {
  transition-property: all;
  position: relative;
  overflow: hidden;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
  border-radius: 3px;
}

.btn, .btn.bg-blue, .tablinks, .book-a-demo input[type=submit], .mutable-2-color-box.bg-white-box .btn, .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button, .lf-form__content form .lf-form__step-nav .lf-form__prev-step-btn, .lf-form__content form .lf-form__step-nav button, .foot-m-rp .form input[type=submit], .gform_wrapper.gravity-theme .book-a-demo input[type=submit], #myBtn {
  color: transparent !important;
  text-shadow: -50px 0 0 transparent, 0 0 0 #fff;
}

.btn.transparent-btn {
  color: transparent;
  text-shadow: -50px 0 0 transparent, 0 0 0 #108CE2;
}

.btn.bg-white, .btn.btn-transparent.blue-border, .btn.blue-border, .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button, .gform_wrapper.gravity-theme .gform_footer input[type=submit]:before, .gform_wrapper.gravity-theme .book-a-demo input[type=submit]:before {
  color: transparent;
  text-shadow: -50px 0 0 transparent, 0 0 0 #108CE2;
}

.btn:before, .tablinks:before, .book-a-demo input[type=submit]:before, .foot-m-rp .form input[type=submit]:before, .email-bottom-inline input[type=submit]:before, .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button:before, .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button:before, .lf-form__content form .lf-form__step-nav .lf-form__prev-step-btn:before, .lf-form__content form .lf-form__step-nav button:before, .gform_wrapper.gravity-theme .gform_footer input[type=submit]:before, .gform_wrapper.gravity-theme .book-a-demo input[type=submit]:before, #myBtn:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 0;
  left: -2px;
  z-index: -1;
  background-color: #000;
  transform: translate(-100%, 0);
  z-index: 2;
}

.btn.btn-transparent:before, .btn.transparent-btn:before {
  background-color: #108CE2;
}

.btn:hover, .btn.btn-transparent.blue-border:hover, .bg-float-horiz-box.bg-blue .btn:hover, .tablinks:hover, .book-a-demo input[type=submit]:hover, .foot-m-rp .form input[type=submit]:hover, .email-bottom-inline input[type=submit], .mutable-2-color-box.bg-white-box .btn:hover, .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button:hover, .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button:hover, .lf-form__content form .lf-form__step-nav .lf-form__prev-step-btn:hover, .lf-form__content form .lf-form__step-nav button:hover, .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, .gform_wrapper.gravity-theme .book-a-demo input[type=submit]:hover, #myBtn:hover {
  text-shadow: 0 0 0 #fff, 50px 0 0 transparent !important;
  border: transparent;
}

.btn.white-border:hover {
  border: 1px solid #108CE2;
  border: none;
}

.btn:hover:before, .tablinks:hover:before, .book-a-demo input[type=submit]:hover:before, .foot-m-rp .form input[type=submit]:hover:before, .email-bottom-inline input[type=submit]:hover:before, .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button:hover:before, .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button:hover:before, .lf-form__content form .lf-form__step-nav .lf-form__prev-step-btn:hover:before, .lf-form__content form .lf-form__step-nav button:hover:before, .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover:before, .gform_wrapper.gravity-theme .book-a-demo input[type=submit]:hover:before, #myBtn:hover:before {
  transform: translate(0, 0);
  left: 0;
}

.btn.transparent-btn:hover {
  border: none;
}

.white-border {
  border: 1px solid #ffffff;
}

.btn:before, .tablinks:before, .foot-m-rp .form input[type=submit]:before, .email-bottom-inline input[type=submit]:before, .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button:before, .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button:before, .lf-form__content form .lf-form__step-nav .lf-form__prev-step-btn:before, .lf-form__content form .lf-form__step-nav button:before, .gform_wrapper.gravity-theme .gform_footer input[type=submit]:before, .gform_wrapper.gravity-theme .book-a-demo input[type=submit]:before, #myBtn:before {
  content: "";
  position: absolute;
  z-index: -2;
  transition-property: inherit;
  transition-duration: inherit;
  transition-timing-function: inherit;
}

.foot-m-rp .form input[type=submit] {
  background-color: #108CE2;
}

.btn:hover .pre-icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(104deg) brightness(103) contrast(103);
}

.pre-icon {
  transition: all 0.5s ease;
}

.btn.white-border {
  color: transparent !important;
}

.bg-float-horiz-box.bg-blue .btn {
  text-shadow: -50px 0 0 transparent, 0 0 0 #108CE2;
  background-color: #ffffff;
}

.form-banner .lf-form__content form .lf-form__step-nav .lf-form__mid-step-nav .back_button_wrapper > div > .ui-button:hover {
  color: transparent !important;
}

.foot-m-rp .form input[type=submit]:hover, .gform_wrapper.gravity-theme .book-a-demo input[type=submit]:hover, .gform_wrapper.gravity-theme .gform_footer input:hover {
  background: #000 !important;
}

#myBtn {
  max-width: 275px;
  text-align: center;
}

.lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button, .lf-form__content form .lf-form__step-nav .lf-form__prev-step-btn, .lf-form__content form .lf-form__step-nav button {
  color: transparent !important;
}

.modal-content.webinarModal.modal-sm input[type=submit] {
  min-width: 275px;
}

.foot-m-rp h6 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  color: #108CE2;
}
.foot-m-rp ul {
  margin-bottom: 25px;
}
.foot-m-rp ul li {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
}
.foot-m-rp ul li a {
  font-weight: 300;
  color: #000000;
}
.foot-m-rp ul li a:hover {
  color: #108CE2;
}
.foot-m-rp ul li:last-child {
  margin-bottom: 0;
}
.foot-m-rp h5 {
  font-weight: 400;
  line-height: 27px;
}

.copiwrite-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
.copiwrite-text a {
  color: #ffffff;
}
.copiwrite-text a:hover {
  color: #108CE2;
}

.copywrite-wrap {
  border-top: 1px solid #575757;
  padding: 10px 0;
}

.foo-info-inr p {
  font-weight: 400;
  line-height: 28px;
}
.foo-info-inr img {
  margin-right: 13px;
}
.foo-info-inr a:hover {
  -moz-columns: #108CE2;
       columns: #108CE2;
}

.footer-info {
  padding-top: 61px;
  margin-top: 91px;
}

.social-link-foo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.social-link-foo ul {
  display: flex;
}
.social-link-foo ul li {
  margin: 0 5px;
}
.social-link-foo ul li a {
  border: 1px solid #ffffff;
  display: inline-flex;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.social-link-foo ul li a img {
  filter: invert(1);
  width: 28px;
  max-height: 16px;
}
.social-link-foo ul li a:hover {
  background: #108CE2;
}

.copywrite-wrap {
  margin-top: 55px;
}

.foo-info-inr {
  align-items: flex-start;
}
.foo-info-inr img {
  margin-top: 7px;
}
.foo-info-inr a {
  color: #ffffff;
}

.copiwrite-text p {
  margin: 0;
}

.foot-m-rp:first-child {
  position: relative;
  z-index: 1;
}
.foot-m-rp:after {
  background: rgba(229, 239, 255, 0.69);
  filter: blur(174px);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.right-foot-menu {
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}
.right-foot-menu .foot-m-rp:after {
  display: none;
}
.right-foot-menu:after {
  background: rgba(229, 239, 255, 0.69);
  filter: blur(174px);
  content: "";
  width: 404px;
  height: 314px;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: -1;
  transform: translate(0, -50%);
}
.right-foot-menu .foot-m-rp {
  position: unset;
}

footer.footer {
  background: #fff;
}

/******************** header ************************/
@media (min-width: 960px) {
  .bg-grey {
    background-color: #EBF2FF;
  }
  .sky-blue-shadow {
    box-shadow: 0px 4px 4px rgba(172, 200, 245, 0.3607843137);
  }
  .menu-nev ul > li {
    padding-right: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .menu-nev ul {
    display: flex;
  }
  .menu-nev ul li:last-child {
    padding-right: 40px;
  }
  .menu-nev ul li {
    display: flex;
  }
  .menu-nev ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-flex;
    position: relative;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 14px;
  }
  .menu-nev ul li > a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 8px;
    background-color: #108CE2;
    left: 0;
    transition: 0.4s;
  }
  .menu-nev ul li .menu-arrow {
    background-image: url(images/arrow-down-black.svg);
    position: absolute;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    top: 18px;
    right: -20px;
    background-size: 10px;
    background-position: bottom;
  }
  .menu-nev ul li:hover > a {
    color: #108CE2;
  }
  .menu-nev ul li:hover > a .menu-arrow {
    background-image: url(./images/arrow-down-blue.svg);
    transform: rotate(180deg);
  }
  .menu-nev ul li:hover > a:after {
    width: 100%;
  }
  .menu-nev ul li.menu-item-has-children a {
    display: inline-block;
    position: relative;
  }
  .menu-nev ul li.menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-nev ul .sub-menu {
    position: absolute;
    flex-direction: column;
    background: #F6F7F9;
    border-radius: 4px;
    display: flex;
    max-width: 220px;
    padding: 10px 4px;
    display: none;
    margin-top: 54px;
    z-index: 2;
    transition: all 0.5s ease;
  }
  .menu-nev ul .sub-menu li {
    padding-right: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu-nev ul .sub-menu li:hover:after {
    display: none;
  }
  .menu-nev ul .sub-menu li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 30px 10px 15px;
    display: inline-flex;
    width: 100%;
    min-width: 150px;
    display: flex;
    flex-direction: column;
  }
  .menu-nev ul .sub-menu li a:hover {
    background: rgba(229, 239, 255, 0.9411764706);
    color: #000000;
    font-weight: 400;
  }
  .menu-nev ul .sub-menu li a:hover:after {
    display: none !important;
  }
  .menu-nev ul .sub-menu li.nav-sub-desc a {
    font-weight: 700;
  }
  .menu-nev ul .sub-menu li.nav-sub-desc a .sub {
    font-weight: 400;
    font-size: 13px;
  }
  .menu-nev ul .sub-menu.desc-menu {
    max-width: 430px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 10px;
  }
  .menu-nev ul .sub-menu.desc-menu li {
    width: 50%;
  }
}
.top-menu ul {
  display: flex;
}
.top-menu ul li {
  display: flex;
}
.top-menu ul li:last-child {
  padding: 0 0 0 40px;
}
.top-menu ul li a {
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-flex;
  position: relative;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease;
  font-size: 16px;
}
.top-menu ul li > a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 8px;
  background-color: #108CE2;
  left: 0;
  transition: 0.4s;
}
.top-menu ul li .menu-arrow {
  background-image: url(images/arrow-down-black.svg);
  position: absolute;
  width: 20px;
  height: 10px;
  background-repeat: no-repeat;
  top: 14px;
  right: -20px;
  background-size: 10px;
  background-position: bottom;
}
.top-menu ul li:hover > a {
  color: #108CE2;
}
.top-menu ul li:hover > a .menu-arrow {
  background-image: url(./images/arrow-down-blue.svg);
  transform: rotate(180deg);
}
.top-menu ul li:hover > a:after {
  width: 100%;
}
.top-menu ul li .sub-menu {
  position: absolute;
  flex-direction: column;
  background: #F6F7F9;
  border-radius: 4px;
  display: flex;
  max-width: 220px;
  padding: 26px 4px;
  display: none;
  margin-top: 40px;
  z-index: 2;
  transition: all 0.5s ease;
}
.top-menu ul li .sub-menu li {
  padding-right: 0px;
}
.top-menu ul li .sub-menu li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding: 15px;
  display: inline-flex;
  width: 100%;
}
.top-menu ul li .sub-menu li a:hover {
  background: rgba(229, 239, 255, 0.9411764706);
  color: #000000;
  font-weight: 400;
}
.top-menu ul li .sub-menu li a:hover:after {
  display: none !important;
}
.top-menu ul li .sub-menu li:last-child {
  padding: 0px;
  margin: 0;
}
.top-menu ul li.menu-item-has-children a {
  display: inline-block;
  position: relative;
}
.top-menu ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.top-menu {
  display: flex;
  justify-content: flex-end;
}
.top-menu ul {
  display: flex;
}
.top-menu ul li a {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.top-menu ul li a:hover {
  color: #108CE2;
}

.top-menu-cov-in {
  justify-content: flex-end;
}

.menu-nev {
  margin-right: 20px;
}

.top-menu-cov ul li > a {
  position: relative;
}
.top-menu-cov ul li > a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 8px;
  background-color: #108CE2;
  left: 0;
  transition: 0.4s;
  bottom: 0;
}
.top-menu-cov ul li > a:hover:after {
  width: 100%;
}

/**************head end**********************/
/******************Forms***********/
.foot-m-rp input {
  width: 100%;
}

.foot-m-rp input[type=text] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 12px 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #878787;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.banner-pd {
  padding-top: 110px;
  padding-bottom: 120px;
}

.rev-row-div .rev-box {
  flex-direction: row-reverse;
}

.bg-sky-blue {
  background-color: #108CE2;
}

.sky-blue-border {
  border: 1px solid #108CE2;
}

.pre-icon {
  margin-right: 8px;
}

.pdding-head {
  padding: 0px;
}

.color-white {
  color: #ffffff;
}
.color-white ul li {
  color: #ffffff;
}
.color-white ul li a {
  color: #ffffff;
}

.box {
  width: 33.3333%;
  background: #ffffff;
  flex: 1;
  margin: 0 12.5px;
  padding: 0 24px 50px;
  margin-top: 90px;
}

.box-img-min-sec .box .img {
  margin-top: -90px;
}

.tab-head ul {
  width: 100%;
  display: flex;
  gap: 10px;
}
.tab-head ul li {
  flex: 1;
}
.tab-head ul li a {
  padding: 10px 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  background: #e3e3e3;
  box-shadow: 0px -2px 4px rgba(172, 172, 172, 0.1294117647);
  border-radius: 3px 3px 0px 0px;
  display: inline-flex;
  text-align: center;
  color: #575757;
  width: 100%;
  text-align: center;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.blue-border {
  border: 1px solid #108CE2;
}

.test-box {
  text-align: center;
  padding: 30px 40px 30px;
  background: #ffffff;
  border: 0.5px solid #108CE2;
  border-radius: 4px;
}

.auther-img {
  margin-bottom: 20px;
}

.auther-img img {
  margin: -70px auto 0;
}

.tab-seection {
  background: #F6F7F9;
}

.tab-content-div {
  background: #ffffff;
  padding: 60px 67px 77px;
}

.ul-list ul li {
  margin-bottom: 8px;
  font-size: 20px;
  color: #575757;
  line-height: 32px;
}

.ul-list ul {
  padding-left: 30px;
}

.black-tick ul li {
  position: relative;
}

.black-tick ul li:before {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url("./images/black-tick.svg");
  position: absolute;
  top: 12px;
  left: -30px;
  background-repeat: no-repeat;
}

.desk-mr-12 {
  margin-right: 12px;
}

.color-black {
  color: #000000;
}

.bx-pd {
  padding: 0 60px 0;
  position: relative;
  margin: 40px 0;
  border-right: 1px solid #e5efff;
}

.top-week {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  position: relative;
  top: -10px;
  margin-bottom: 10px;
  display: inline-block;
}

.top-week-wrap {
  margin-left: 31px;
}

.week-cover {
  border-left: 3px solid #108CE2;
  position: relative;
  margin: 0 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.week-cover:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #108CE2;
  background: #ffffff;
  left: -9px;
  top: -5px;
}
.week-cover .week-info {
  background: #ffffff;
  padding: 18px 28px;
  box-shadow: 6px 11px 34px rgba(208, 223, 252, 0.5411764706);
  border-radius: 0px 4px 4px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.week-cover .week-info .icon-week {
  display: inline-block;
}
.week-cover .week-info .cont-p p {
  line-height: 26px;
}

.border-6 {
  border-radius: 6px;
}

.bg-black {
  background-color: #000000;
}

.bg-round-blur {
  position: relative;
}

.bg-black.mutent-lr-choice .mutent-content {
  color: #ffffff;
}
.bg-black.mutent-lr-choice .mutent-content ul li {
  color: #ffffff;
}
.bg-black.mutent-lr-choice .mutent-content ul li:before {
  filter: invert(1);
}

.head-grey h4 {
  color: #575757;
}

.head-300 h4,
.head-300 h3,
.head-300 h2,
.head-300 h1,
.h4-300 h4 {
  font-weight: 300;
}

.bg-pale-blue-light {
  background-color: #E1EAF2;
}

.logo-trey {
  margin-top: 1rem;
}

.slide-top-box {
  background: #ffffff;
  padding: 50px 90px;
  box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5019607843);
  border-radius: 12px;
}

.grey-shadow {
  box-shadow: 0px 4px 4px rgba(82, 82, 82, 0.2509803922);
}

.slide-top-box p {
  color: #575757;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.testi-autior .testi-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.testi-autior img {
  border-radius: 50%;
  max-width: 68px;
  margin-right: 18px;
}

.testi-autior {
  display: flex;
  align-items: center;
}

.testi-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
}

.slide-top-box {
  padding-bottom: 68px;
}

.img-round {
  border-radius: 50%;
}

.slider-nav img {
  opacity: 0.5;
}

.slider-nav-img.slick-slide.slick-current.slick-center img {
  opacity: 1;
  border: 2px solid #108CE2;
}

.slider-for h6 {
  margin-bottom: 10px;
}

.slider-nav {
  margin-top: 37px;
}

.top-menu-hf {
  position: relative;
}
.top-menu-hf:after {
  background: rgba(235, 242, 255, 0.5019607843);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: calc(100% - 240px);
}

/******************/
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swaper-wrap-thumbnail {
  margin-top: 3.3rem !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #108CE2;
  border-radius: 50%;
}
.gallery-thumbs img {
  width: 100%;
}
.gallery-thumbs .swiper-slide {
  max-width: 115px !important;
}

.gallery-thumbs .swiper-wrapper.swaper-wrap-thumbnail {
  justify-content: center;
  flex-wrap: wrap;
}

.swiper-button-next.swiper-button-white {
  background-color: #108CE2;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url("./images/arrow-right.png") !important;
  background-size: 44px;
  background-position: -3px 8px;
}

.swiper-button-prev.swiper-button-white {
  background-color: #108CE2;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url(./images/arrow-right.png) !important;
  background-size: 44px;
  transform: rotate(180deg);
  background-position: -3px 8px;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50% - 50px) !important;
}

.swiper-container.gallery-top {
  padding-left: 40px;
  padding-right: 40px;
}

.gallery-top .swiper-slide {
  visibility: hidden;
}

.gallery-top .swiper-slide.swiper-slide-active {
  visibility: visible;
}

.gallery-top {
  height: 80%;
  width: 100%;
  padding: 0 40px !important;
}

.h6-bottom-line h6:after {
  background: #108CE2;
  content: "";
  height: 3px;
  width: 38px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.h6-bottom-line h6 {
  position: relative;
}

.icon-bg-dec {
  background: #f3f7ff;
  border-radius: 8px;
  display: inline-flex;
  padding: 10px 10px;
  margin-bottom: 20px;
  max-width: 75px;
  width: 100%;
  min-height: 67px;
  justify-content: center;
  align-items: center;
}

.tab-content-div {
  display: none;
}

#tab-1 {
  display: block;
}

.ul-blue-tick ul li {
  position: relative;
}

.tab-head ul li a.active {
  background: #108CE2;
  color: #ffffff;
  position: relative;
}
.tab-head ul li a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 10px solid #108CE2;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%);
}

.min-392 {
  max-width: 392px;
  width: 100%;
  display: inline-flex;
  min-height: 50px;
  justify-content: center;
  align-items: center;
}

.h5-grey-200 h5 {
  color: #444444;
}

.test-box .auther-img img {
  margin-top: -69px;
  background: transparent;
}

.mt-100 {
  margin-top: 100px;
}

.test-box .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
}

.testi-cont p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #575757;
}

.border-reduce-3 {
  border-radius: 3px;
}

.btn-shadow {
  box-shadow: 0px 4px 4px rgba(215, 228, 249, 0.7294117647);
}

.form {
  margin-top: 20px;
}

.ul-blue-tick {
  position: relative;
}
.ul-blue-tick ul > li:after {
  content: "";
  background-image: url(images/blue-tick.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: -28px;
  background-repeat: no-repeat;
  top: 9px;
}
.ul-blue-tick ul li ul li:after {
  opacity: 0;
}

.li-blue-tick-dec ul {
  margin-top: 10px;
}
.li-blue-tick-dec ul li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  color: #575757;
}

.bg-liner-black,
.relative {
  position: relative;
}

.bg-liner-black:after {
  position: relative;
  background: linear-gradient(267.93deg, rgba(15, 140, 226, 0.7) 35.04%, rgba(15, 140, 226, 0.5) 45.43%, rgba(15, 140, 226, 0.1) 59.01%, rgba(0, 0, 0, 0) 78.34%, rgba(0, 0, 0, 0) 79.97%, rgba(0, 0, 0, 0) 97.29%) !important;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(270.55deg, rgba(0, 0, 0, 0.9019607843) 12.43%, rgba(8, 8, 8, 0.9019607843) 28.31%, rgba(12, 12, 12, 0.8823529412) 37.03%, rgba(19, 19, 19, 0.8823529412) 44.23%, rgba(24, 24, 24, 0.8196078431) 50.9%, rgba(12, 12, 12, 0.5058823529) 61.5%, rgba(0, 0, 0, 0.3411764706) 78.36%, rgba(0, 0, 0, 0.1176470588) 93.37%, rgba(0, 0, 0, 0) 108.88%);
}

.page-id-41392 .bg-liner-black:nth-of-type(2):after
{
	background:none;
}

.z-index-1 {
  z-index: 1;
}

.h5-mb-20 h5 {
  margin-bottom: 20px;
}

.white-link-right-arrow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 11px;
  background-image: url(./images/right-arrow-white.svg);
  background-repeat: no-repeat;
  top: 59%;
  transform: translate(0, -50%);
  right: -25px;
}

.banner-head-space h1 {
  margin-bottom: 20px;
  margin-top: 15px;
}
.banner-head-space .banner-auth-wrap {
  border: none;
  justify-content: flex-start;
}
.banner-head-space .banner-auth-wrap .rd-time {
  margin-left: 30px;
}
.banner-head-space .banner-auth-wrap .align-center.img-and-auth-title .img-wrap img {
  border-radius: 50px;
  border: 1px solid #108CE2;
}
.banner-head-space .banner-auth-wrap .rd-time .time-icon img {
  filter: brightness(100);
}
.banner-head-space .color-white h6 {
  display: inline-flex;
  border-bottom: 1px solid #108CE2;
  line-height: initial;
}

.head-blue h6 {
  color: #108CE2;
}

.max-h-46 {
  max-width: 36px;
}

.bg-alice-blue-500 {
  background-color: #EBF2FF;
}

.bg-pos-bottom {
  background-position: bottom;
}

.bg-size-contain {
  background-size: contain !important;
}

.accordian-box {
  margin-bottom: 14px;
}
.accordian-box .accordian-head {
  padding: 20px 40px 20px;
}
.accordian-box .accordian-bottom {
  padding: 0px 40px 20px;
}

.grey-shadow-4-24 {
  box-shadow: 0px 4px 24px rgba(196, 196, 196, 0.2509803922);
}

.accordian-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordian-head h6 {
  color: #000000;
}

.accordian-bottom {
  display: none;
}

.accordian-box.active .accordian-bottom {
  display: block;
}

.max-820 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.h2-mb-20 h2 {
  margin-bottom: 20px;
}

.ul-icon-list ul li {
  display: flex;
  flex-direction: row;
}
.ul-icon-list ul li .img-icon.icon-bg-dec {
  display: flex;
  height: auto;
  margin-right: 24px;
  min-width: 65px;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  width: 15%;
  max-height: 75px;
}
.ul-icon-list ul li h6 {
  position: relative;
  top: -5px;
  line-height: 2.2rem;
}

.bg-blue.mutable-lr-sec li h6,
.bg-blue.mutable-lr-sec li p {
  color: #ffffff;
}
.bg-blue.mutable-lr-sec .mode-head h2,
.bg-blue.mutable-lr-sec .mode-head h5,
.bg-blue.mutable-lr-sec .mode-head h4,
.bg-blue.mutable-lr-sec .mode-head h3,
.bg-blue.mutable-lr-sec .mode-head h6 {
  color: #ffffff;
}

.latest-resource-wrap {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(207, 207, 207, 0.2509803922);
  box-shadow: 0px 4px 24px rgba(215, 228, 249, 0.79);
  border-radius: 8px;
  padding: 28px 23px;
  margin-top: 170px;
}
.latest-resource-wrap .info-tim-auth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6dede;
  padding: 20px 0 10px;
}
.latest-resource-wrap .info-tim-auth .by-name,
.latest-resource-wrap .info-tim-auth .rd-time {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  color: #575757;
  text-transform: uppercase;
}
.latest-resource-wrap .info-tim-auth .rd-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latest-resource-wrap .info-tim-auth .time-icon {
  margin-right: 5px;
}
.latest-resource-wrap .big-hd {
  padding-bottom: 10px;
}
.latest-resource-wrap .big-hd h6 {
  display: inline-block;
  margin-bottom: 8px;
  line-height: normal;
  padding-bottom: 5px;
}
.latest-resource-wrap .big-hd p {
  color: #575757;
}
.latest-resource-wrap .h6-bot-border h6 {
  border-bottom: 0.5px solid #108CE2;
}
.latest-resource-wrap .cont-p p {
  line-height: 27px;
}
.latest-resource-wrap .lat-img {
  margin-top: -170px;
  padding-bottom: 35px;
}

.sec-resource .tab-head ul li a {
  padding: 15px 40px;
  line-height: 38px;
}

.accordian-arrow.accordian-min {
  display: none;
}

.min-plus {
  min-width: 25px;
  max-width: 25px;
  position: absolute;
  right: 13px;
}

.plus-min-wrap .accordian-box {
  padding: 20px 90px 20px 26px;
}

.accordian-head {
  position: relative;
}
.accordian-head .min-plus {
  min-width: 25px;
  max-width: 25px;
  position: absolute;
  right: -70px;
  top: 10px;
}

.play-ic {
  position: relative;
  left: -8px;
}

.color-bg-wd-crd {
  padding: 42px 48px;
  border-radius: 4px;
}

.bl-crd-wd {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-flow: wrap;
  max-width: 75px;
  min-height: 67px;
  align-items: center;
}

.tab-blank-content {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(215, 228, 249, 0.7294117647);
  border-radius: 11px;
  padding: 60px 55px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-blank-head ul {
  display: flex;
  justify-content: center;
}
.tab-blank-head ul li {
  margin: 0 30px;
}
.tab-blank-head ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 34px 15px;
  display: inline-flex;
  margin-bottom: 4px;
  color: #000000;
}
.tab-blank-head ul li a.active {
  border-bottom: 4px solid #108CE2;
}

.bg-pale-blue-light {
  background-color: #E1EAF2 !important;
}

.inline-flex {
  display: inline-flex;
}

.arw-up {
  margin-left: 11px;
}

.ul-list-mb-30 ul li {
  margin-bottom: 30px;
}

.ul-list-16 ul li {
  font-size: 16px;
}

.view-tech .arw-up {
  transform: rotate(180deg);
}
.view-tech.active .arw-up {
  transform: rotate(0deg);
}

.view-cont {
  display: none;
}

.view-cont.active {
  display: flex;
}

.ahas-wrap {
  padding: 50px 43px 70px;
}

.bg-pos-bot-right {
  background-position: bottom right;
}

.bg-pos-bot-left {
  background-position: bottom left;
}

.border-radius-4 {
  border-radius: 4px;
}

.bg-white.mutable-3-box .box {
  background-color: #108CE2;
}
.bg-white.mutable-3-box .box .content {
  color: #ffffff;
}
.bg-white.mutable-3-box .mutable-head {
  color: #000000;
}

.gallery-top {
  padding-bottom: 130px !important;
}
.gallery-top:after {
  content: "";
  position: absolute;
  width: calc(100% - 147px);
  height: 100%;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5019607843);
  border-radius: 12px;
}
.gallery-top:before {
  content: "";
  position: absolute;
  width: calc(100% - 177px);
  height: 100%;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5019607843);
  border-radius: 12px;
}

.gallery-top .slide-top-box h6 {
  line-height: 28px;
  margin-bottom: 16px;
}

.right-side {
  padding: 44px;
  background: #ffffff;
  border: 2px solid #108CE2;
  box-shadow: 0px 4px 34px rgba(153, 150, 150, 0.2509803922);
  border-radius: 5px;
}

.icon-list-group {
  margin-top: 30px;
}

.icon-list-group .icon-wrap {
  background: #f3f7ff;
  border-radius: 8px;
  display: inline-flex;
  padding: 18px;
  margin-right: 24px;
}

.h6-semi-bold h6 {
  font-weight: 600;
}

.ul-side-border ul li strong {
  display: flex;
  margin-top: 15px;
}

.ul-side-border ul li:before {
  content: "";
  background: #108CE2;
  height: calc(100% - 60px);
  width: 4px;
  position: absolute;
  left: -29px;
  top: 10px;
}

.ul-side-border ul li {
  position: relative;
}

.case-study-lr .quote-img {
  margin-bottom: 20px;
}
.case-study-lr .auth-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.case-study-lr .auth-wrap .auth-img {
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.case-study-lr .auth-wrap .auth-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
}

.box-gap-design .mode-bg-hexa-white {
  background: transparent;
}

.mode-bg-hexa-white .box-white-hexa {
  border: none;
  text-align: center;
  background: #ffffff;
  margin: 10px 10px;
  border-radius: 6px;
  padding: 40px 60px;
}

.bg-float-horiz-box {
  padding: 30px 60px;
}

.plus-min-box-sec .left-side-title {
  margin-bottom: 25px;
}

.txt-ovr-img {
  position: absolute;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%);
  font-weight: 800;
  font-size: 52px;
  line-height: 63px;
  color: #ffffff;
  z-index: 1;
}

.mutable-3-box-overlay-text .img-overlay-wrap:after {
  background: rgba(20, 93, 160, 0.66);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 4px;
}

.mutable-3-box.bg-blue .box .h2-cont {
  color: #575757;
}

.right-box-bg-blue .right-side {
  background: #108CE2;
  color: #ffffff;
}
.right-box-bg-blue .right-side p {
  color: #ffffff;
}

.bg-white.mutable-hexa-group .mode-bg-hexa-white .box-white-hexa {
  background: #108CE2;
  color: #ffffff;
}

.bg-white.mutable-hexa-group .mode-bg-hexa-white .btn.bg-white {
  background-color: #108CE2;
  color: #ffffff;
}

.bg-white.mutable-hexa-gap .mode-bg-hexa-white .box-white-hexa {
  background: #108CE2;
  color: #ffffff;
}

.bg-white.mutable-hexa-gap .mode-bg-hexa-white .btn.bg-white {
  background-color: #108CE2;
  color: #ffffff;
}

.h6-black-100 h6 {
  color: #000000;
}

.right-box-bg-white.bg-blue.mutable-ryt-box .left-side,
.right-box-bg-white.bg-blue.mutable-ryt-box ul li,
.right-box-bg-white.bg-blue.mutable-ryt-box h2,
.right-box-bg-white.bg-blue.mutable-ryt-box h3,
.right-box-bg-white.bg-blue.mutable-ryt-box h4,
.right-box-bg-white.bg-blue.mutable-ryt-box h5 {
  color: #ffffff;
}
.right-box-bg-white.bg-blue.mutable-ryt-box ul li:before {
  background: #ffffff;
}

.right-box-bg-white .right-side .right-side-head {
  color: #000000;
}
.right-box-bg-white .right-side .right-side-head h3 {
  color: #000000;
}
.right-box-bg-white .right-side .right-side-head h5 {
  color: #575757;
}
.right-box-bg-white .right-side .right-side-head h6 {
  color: #575757;
}

.ver-inline-box-wrap .ver-inline-box {
  background-repeat: no-repeat;
  max-width: 1051px;
  margin: 0 auto;
  background-size: auto !important;
  padding-bottom: 10px;
  background-position: 0px 78%;
}
.ver-inline-box-wrap .ver-inline-box:nth-child(even) {
  background-position: 100% 78%;
}
.ver-inline-box-wrap .ver-inline-box:nth-child(even) > div {
  flex-direction: row-reverse;
}
.ver-inline-box-wrap .ver-inline-box-dec {
  background: #ffffff;
  box-shadow: 0px 4px 14px 10px rgba(110, 133, 255, 0.2509803922);
  border-radius: 9px;
  padding: 46px 45px 30px;
  margin-bottom: 70px;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.bg-size-cover {
  background-size: cover !important;
}

.max-887 {
  max-width: 887px;
}

.border-radius-9 {
  border-radius: 9px;
}

.li-white ul li {
  color: #ffffff;
}

.gap-pd-60 > div {
  padding: 0 30px;
}

.bg-alice_blue_400.mutable-box-slide-bg-blu .latest-resource-wrap:hover {
  background: #108CE2;
}
.bg-alice_blue_400.mutable-box-slide-bg-blu .latest-resource-wrap:hover .latest-resource-cont {
  color: #ffffff;
}

.auther-img img {
  border-radius: 50px;
}

.sec-ver-wrap .ver-tab-section {
  background-color: #108CE2;
  width: 100%;
}
.sec-ver-wrap .right-tab-content-nr {
  padding: 90px 45px 90px 55px;
  border-radius: 5px;
}
.sec-ver-wrap .right-tab-content-nr .img-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-ver-wrap .right-tab-content-nr .img-wrap img {
  border-radius: 5px;
}
.sec-ver-wrap .right-tab-content-nr .wt-box-lft {
  padding-right: 40px;
}
.sec-ver-wrap .side-tab-rp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-ver-wrap .side-tab-rp .tab-btn {
  border-radius: 39px;
  padding: 7px 49px;
  display: inline-flex;
  max-width: 285px;
  text-align: center;
  min-height: 62px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 28px;
  width: 100%;
  transition: all 0.5s;
}
.sec-ver-wrap .side-tab-rp .tab-btn:hover {
  background: #ffffff;
  color: #108CE2;
}
.sec-ver-wrap .side-tab-rp .tab-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec-ver-wrap .side-tab-rp .tab-btn.active {
  background: #ffffff;
  color: #108CE2;
  font-weight: 600;
}

.play-wrap {
  background: rgba(16, 140, 226, 0.3019607843);
  width: 121px;
  height: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s ease;
}
.play-wrap:hover {
  transform: scale(1.2);
}
.play-wrap:hover:after {
  transform: scale(1.08);
  transition: all 0.5s ease;
}
.play-wrap:after {
  transition: all 0.5s ease;
  position: absolute;
  width: 97px;
  height: 97px;
  content: "";
  background: rgba(16, 140, 226, 0.3019607843);
  border-radius: 50%;
  z-index: 2;
}
.play-wrap .play-img {
  background: #ffffff;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.h6-line-height-30 h6 {
  line-height: 30px;
}

.flex-container-box__content .pd-rit-frv {
  padding: 0 40px;
}
.flex-container-box__content .ryt-cont h6 {
  margin-bottom: 10px;
}
.flex-container-box__content .top-icon-sec {
  margin-bottom: 20px;
}
.flex-container-box__content .top-icon-sec .icon-bg-dec {
  padding: 12px 15px;
}

.single-img-sec__rp .main-image {
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 6px;
  padding: 50px 60px 30px;
}

.ul-list-black-400 ul li {
  color: #575757;
}

.bg-right-top {
  background-position: right top;
}

.pl-20 {
  padding-left: 20px;
}

.edge-to-edge-img-box .ver-inline-box-wrap .ver-inline-box-dec {
  padding: 0;
  box-shadow: 0px 4px 14px 10px rgba(193, 193, 193, 0.25);
}
.edge-to-edge-img-box .ver-inline-box-wrap .ver-inline-box-dec .img-wrap img {
  width: 100%;
}

.pd-cont-side {
  padding: 20px 60px 20px 60px;
}

.font-30 {
  font-size: 30px;
}

.mutable-hexa-no-gap-left-align-brd .mutb-chng {
  padding: 0px 30px 0px 0px;
  margin: 0 40px 60px 0;
  text-align: left;
  border-right: 1px solid #e5efff;
}
.mutable-hexa-no-gap-left-align-brd .mutb-chng p {
  color: #575757;
}
.mutable-hexa-no-gap-left-align-brd .mode-bg-hexa-white {
  padding: 40px 60px;
}

.bg-white.box-no-gap-design .mode-bg-hexa-in-box {
  background: #108CE2;
}
.bg-white.box-no-gap-design .mode-bg-hexa-in-box .mutb-chng {
  padding: 0 60px;
  margin-bottom: 40px;
}

.bg-blue.mutable-hexa-no-gap-left-align-brd .head {
  color: #ffffff;
}

.bg-blue.box-gap-design.mutable-hexa-group .head {
  color: #ffffff;
}

.wd-gap:nth-child(3n) .bx-pd {
  border: none;
}
.wd-gap:nth-last-child(-n+3) .bx-pd {
  margin-bottom: 0;
}

.bg-white.mutable-hexa-gap-blue-box .mutb-chng {
  background: #108CE2;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
  color: #ffffff;
  border-radius: 6px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.bg-white.mutable-hexa-gap-blue-box .wd-gap {
  padding: 0 10px;
}
.bg-white.mutable-hexa-gap-blue-box .btn {
  background-color: #108CE2;
  color: #ffffff;
  text-shadow: -50px 0 0 transparent, 0 0 0 #ffffff;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

.min-196 {
  min-width: 196px;
}

.min-h-47 {
  min-height: 47px;
}

.bg-white.mutable-hexa-gap-blue-box .btn:hover {
  text-shadow: 0 0 0 #ffffff, 50px 0 0 transparent;
}

.box-half {
  flex: 1 1 auto;
  width: 46%;
  max-width: 46%;
}

.slice-img-rp {
  margin-bottom: 64px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.5s ease;
}
.slice-img-rp:hover {
  background-color: #108CE2;
  color: #ffffff;
}
.slice-img-rp:hover p {
  color: #ffffff;
}
.slice-img-rp:hover a {
  color: #ffffff;
}
.slice-img-rp .link-btn {
  margin-top: 15px;
  display: inline-block;
}

.h6-weight-600 h6 {
  font-weight: 600;
}

.color-blue {
  color: #108CE2;
}

.pagination-wraper {
  display: flex;
  justify-content: center;
}
.pagination-wraper .max-pagination {
  padding: 16px 110px;
  background: #fff;
  border-radius: 6px;
}
.pagination-wraper .max-pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wraper .max-pagination .pagination li {
  padding: 0 13px;
  display: flex;
}
.pagination-wraper .max-pagination .pagination .page-item a {
  min-width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #272727;
  font-size: 18px;
  font-weight: 600;
}
.pagination-wraper .max-pagination .pagination li.page-item.active a {
  background: #108CE2;
  display: inline-flex;
  border-radius: 50px;
  height: 40px;
  color: #fff;
}

.case-single-inr {
  color: #ffffff;
}
.case-single-inr > *:not(img) {
  padding: 0 50px;
}
.case-single-inr * {
  margin-bottom: 30px;
}
.case-single-inr img {
  width: 100%;
}

.ul-white-tick ul li:after {
  filter: brightness(100);
}

.case-single-inr.ul-list ul {
  padding-left: 80px;
}
.case-single-inr.ul-list ul li {
  color: #ffffff;
}

.rev-row-div.box-img-align-rev .img-wra {
  display: flex;
  justify-content: center;
}

/* the slides */
.slide-info .slick-slide {
  margin: 0 10px !important;
}
.slide-info .slick-list {
  margin: 0 -10px !important;
  padding-top: 100px;
}

.slide-info .slick-arrow,
.ecs-event-list .slick-arrow {
  background: #fff;
  border: 1px solid #108CE2;
  border-radius: 50px;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.slide-info .slick-arrow:hover,
.ecs-event-list .slick-arrow:hover {
  background-color: #108CE2;
}
.slide-info .slick-arrow:hover:after,
.ecs-event-list .slick-arrow:hover:after {
  filter: brightness(100);
}
.slide-info .slick-prev.slick-arrow,
.ecs-event-list .slick-prev.slick-arrow {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
  transform: translate(-50%) rotate(180deg);
}
.slide-info .slick-prev:after,
.ecs-event-list .slick-prev:after {
  content: "";
  background-image: url(./images/blue-right-arrow.svg);
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 8px;
  background-repeat: no-repeat;
}
.slide-info .slick-next.slick-arrow,
.ecs-event-list .slick-next.slick-arrow {
  position: absolute;
  bottom: -30px;
  left: calc(50% + 30px);
  transform: translate(-50%);
}
.slide-info .slick-next:after,
.ecs-event-list .slick-next:after {
  content: "";
  background-image: url(./images/blue-right-arrow.svg);
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 8px;
  background-repeat: no-repeat;
}

.slide-3.slide-info.slick-slider {
  padding-bottom: 30px;
}

.mutable-3-box-overlay-text .slick-track {
  display: flex !important;
}

.mutable-3-box-overlay-text .slick-slide {
  height: inherit !important;
}

.slider-on {
  padding-top: 70px;
  padding-bottom: 127px;
}
.slider-on .tab-cotainer {
  padding: 0;
}

.ul-list-white ul li {
  color: #fff;
}

.ul-list-font-22 ul li {
  font-size: 22px;
}

.grey-shadow-4-44 {
  box-shadow: 0px 4px 44px rgba(112, 110, 110, 0.25);
}

.white-link {
  color: #ffffff;
}

.white-link-right-arrow {
  filter: brightness(100);
}

.active-blog {
  border-radius: 9px;
  padding: 20px;
  color: #ffffff;
  gap: 45px;
  align-items: center;
}
.active-blog .img-wrap img {
  border-radius: 9px;
  width: 100%;
}
.active-blog .top-fet {
  background: rgba(0, 0, 0, 0.15);
  display: inline-flex;
  padding: 2px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.active-blog .bnr-sml-font {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
}
.active-blog .auth-lt,
.active-blog .rd-tim {
  font-weight: 300;
}
.active-blog .time-svg {
  display: flex;
}
.active-blog .catogry-rp {
  display: inline-flex;
  border-bottom: 0.5px solid #ffffff;
  margin-bottom: 10px;
}
.active-blog .nm-r-time-rp {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1583cf;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.feature-blog-r-bottom {
  max-width: 414px;
}
.feature-blog-r-bottom .pehra {
  padding-top: 15px;
}
.feature-blog-r-bottom .btn-setting {
  margin-top: 45px;
}

.select-list {
  margin-top: 16px;
}
.select-list select {
  width: 100%;
  max-width: 326px;
  height: 46px;
  font-size: 14px;
  color: #108ce2;
  border: 1px solid #108ce2;
  padding: 0px 26px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(131, 129, 129, 0.25);
  border-radius: 3px;
}

.latest-resource-wrap {
  transition: 0.5s;
}
.latest-resource-wrap:hover {
  background: #108CE2;
  color: #ffffff;
}
.latest-resource-wrap:hover .big-hd p {
  color: #ffffff;
}
.latest-resource-wrap:hover .big-hd h5 {
  color: #ffffff;
}
.latest-resource-wrap:hover a {
  color: #ffffff;
}
.latest-resource-wrap:hover a:after {
  filter: brightness(100);
}

.blog-content-wrap h2,
.blog-content-wrap h3,
.blog-content-wrap h4,
.blog-content-wrap h5,
.blog-content-wrap ul,
.blog-content-wrap ol,
.blog-content-wrap figure,
.blog-content-wrap blockquote {
  margin: 20px 0;
}

.blog-content-wrap {
  margin-top: 70px;
  padding-bottom: 70px;
}
.blog-content-wrap figure {
  margin-block: 50px;
  display: flex;
  justify-content: center;
  background-image: url(./images/single-blog-bg=img.png);
}

.mutable-pd-middle-sec {
  padding: 80px 96px;
  border-radius: 6px;
  align-items: center;
}

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

.inline-input-div {
  display: inline-flex;
  position: relative;
  margin-top: 25px;
}
.inline-input-div .input-inline-btn {
  position: absolute;
  right: 0;
  height: 100%;
}
.inline-input-div .input-inline-btn input {
  height: calc(100% - 6px);
  display: flex;
  margin-top: 3px;
  margin-right: 3px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}
.inline-input-div .input-inline.relative input {
  width: 100%;
  min-width: 518px;
  background: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  color: #878787;
  outline: none;
  border: none;
}

.about-auth-big-box {
  max-width: 920px;
  margin: 0 auto;
  background: #f4f6f9;
  padding: 60px 80px;
  border-radius: 6px;
  overflow: hidden;
}

.social-big-auth {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.social-big-auth ul {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.social-big-auth ul li a {
  border: 1px solid #108CE2;
  display: inline-flex;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.social-big-auth ul li a:hover {
  color: #ffffff;
  background: #108CE2;
}
.social-big-auth ul li a:hover > img {
  filter: invert(1);
}
.social-big-auth ul li a img {
  max-height: 10px;
  filter: invert(61%) sepia(69%) saturate(4964%) hue-rotate(181deg) brightness(89%) contrast(98%);
  max-height: 10px;
}

.about-auth-big-box .author-row .img-wrap img {
  border-radius: 50px;
}

.souther-big-bottom {
  margin-top: 33px;
}
.souther-big-bottom .top-auth {
  font-size: 16px;
  font-weight: 600;
}
.souther-big-bottom .bot-auth {
  font-weight: 400;
  font-size: 14px;
}

.bg-float-horiz-box.bg-blue {
  color: #fff;
  border-radius: 5px;
}

.info-tim-auth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6dede;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.info-tim-auth .rd-time {
  display: flex;
  gap: 10px;
}

.big-hd h6 {
  border-bottom: 0.5px solid #108CE2;
  margin-bottom: 10px;
}

.slice-img-rp:hover .big-hd h6 {
  border-bottom: 0.5px solid #ffffff;
}
.slice-img-rp:hover .time-icon {
  filter: brightness(100);
}

.img-round {
  border-radius: 50%;
  overflow: hidden;
}

.mt-15 {
  margin-top: 15px;
}

.v-sapce {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.content-sec {
  padding: 34px 32px 24px;
  background-color: #ffffff;
}
.content-sec .p-content {
  padding-top: 21px;
}

.img-section-dtl {
  background-color: #ffffff;
}
.img-section-dtl .author-row {
  padding: 15px 24px 20px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.success-box .bot-auth {
  font-size: 16px;
}

.color-bg-banner .banner-content {
  color: #fff;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.color-bg-banner h5 {
  line-height: 35px;
}

.col-bottom-minus {
  padding-bottom: 194px;
}

.ad-link {
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  color: #000000;
}
.ad-link:hover {
  color: #108CE2;
  text-decoration: underline;
}

.minus-top-150 {
  margin-top: -150px;
}

.contct-boxes-section {
  padding-bottom: 30px;
}
.contct-boxes-section .bx-pd {
  padding: 39px 47px 45px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(126, 126, 126, 0.2509803922);
  border: none;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0;
}
.contct-boxes-section .bx-pd .btn {
  margin-top: 10px;
}

.tab-cotainer {
  width: 100%;
}

.contct-boxes-section-auto-width .w-49-no-max {
  flex: 1 1 auto;
  width: 49%;
}
.contct-boxes-section-auto-width .contact-info-box-top {
  padding-right: 60px;
}

.minus-last-box-full .count-box:last-child > div {
  flex-direction: row;
  align-items: center;
  margin-top: 35px;
}

.rev-row-div.lft-small .flex-1:first-child {
  flex: 1 1 auto;
  width: 40%;
}

.banner-form-hd {
  background: #108CE2;
  color: #ffffff;
  text-align: center;
  padding: 32px 80px;
}

.banner-form-bot {
  padding: 20px 65px 50px;
  background-color: #ffffff;
}

.sec-resource .latest-resource-wrap {
  box-shadow: 0px 4px 24px rgba(215, 228, 249, 0.79);
}

.e-book-wrap {
  background-repeat: space;
}
.e-book-wrap .lat-img-no-minus {
  margin-bottom: 35px;
}
.e-book-wrap .lat-img-no-minus img {
  max-width: 100%;
  margin: 0 auto;
}
.e-book-wrap .latest-resource-cont {
  margin-bottom: 46px;
}

.video-section-rp .round-play {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4392156863);
}
.video-section-rp .play-wrap .play-img {
  width: 66px;
  height: 66px;
}
.video-section-rp .play-wrap:after {
  width: 77px;
  height: 77px;
}
.video-section-rp .play-wrap {
  width: 97px;
  height: 97px;
}

.big-hd h5 {
  margin-bottom: 15px;
}

.box-detail {
  text-align: center;
  padding: 32px 0 32px;
  border-radius: 6px;
}
.box-detail h2 {
  font-size: 44px;
  color: #108CE2;
}
.box-detail h6 {
  line-height: 50px;
}

.bg-blue.mutable-lr-sec .left-side-title {
  color: #fff;
}

.latest-resource-wrap:hover .rd-time,
.latest-resource-wrap:hover .by-name {
  color: #ffffff;
}

.bg-white.mutable-3-box-overlay-text .head {
  color: #000000;
}

.bg-white.mutable-3-box-overlay-text .head {
  color: #000000;
}

.gap-90 {
  gap: 90px;
}

.bg-blue.mutable-drop-down-sec .content-extra-head {
  color: #fff;
}

.content-extra-head {
  margin-bottom: 40px;
}

.mutable-3-box-overlay-text .head h5 {
  font-weight: 400;
}

.mutable-lr-sec.rev-row-div .img-wrap {
  display: flex;
  justify-content: flex-end;
}

.ahas-wrap {
  height: 100%;
  border-radius: 9px;
}

.bg-blue.color-bg-wd-crd {
  color: #fff;
}
.mutable-hexa-icon-sec.bg-blue .head-blue h6 {
  color: #fff;
}

.mutable-3-box-overlay-text.bg-box-blue .box {
  background-color: #108CE2;
}
.mutable-3-box-overlay-text.bg-box-blue .box .content {
  color: #ffffff;
}

.tile-box .mutb-chng {
  padding: 48px 30px;
  position: relative;
  text-align: center;
  background-color: #ffffff;
  margin: 10px 10px;
  border-radius: 6px;
  width: 100%;
}
.tile-box .head {
  color: #ffffff;
}
.tile-box .wd-gap {
  display: flex;
}

.bg-white.tile-box .mutb-chng {
  background-color: #108CE2;
  color: #ffffff;
}
.bg-white.tile-box .btn {
  background-color: #108CE2;
  text-shadow: -50px 0 0 transparent, 0 0 0 #ffffff;
}
.bg-white.tile-box .btn:hover {
  text-shadow: 0 0 0 #fff, 50px 0 0 transparent;
}
.bg-white.tile-box .head {
  color: #000000;
}

.latest-resource-wrap:hover .time-icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(104deg) brightness(103) contrast(103);
}

.btn.btn-transparent.blue-border:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(104deg) brightness(103) contrast(103);
}

.right-tab-content-nr.active-cont {
  display: flex;
}

.right-tab-content-nr {
  display: none;
}

.ver-box-wrap {
  background: #fff;
  padding: 50px 45px 65px 44px;
}

.vertical-tile.bg-blue .head {
  color: #fff;
}

.anker-link-blue-underline a {
  color: #108CE2;
  text-decoration: underline;
}

.slide-dotted {
  max-width: 354px;
  margin: 0 auto;
  padding: 50px;
}
.slide-dotted .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slide-dotted .slick-dots li button {
  background: #daddde;
  border: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: inline-flex;
  padding: 0;
}
.slide-dotted .slick-dots li.slick-active button {
  background: #108CE2;
}

.counter-wrap {
  counter-reset: my-sec-counter;
  position: relative;
  margin-bottom: 70px;
  padding-left: 65px;
}
.counter-wrap .count-rep {
  position: relative;
  margin-bottom: 20px;
}
.counter-wrap .count-rep h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.counter-wrap .count-rep p {
  line-height: 28px;
}
.counter-wrap .count-rep:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  left: -65px;
  top: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(87, 87, 87, 0.53);
}

.toc-bg-setting {
  position: relative;
  padding: 0 80px;
  background-position: 0 400px;
  background-repeat: no-repeat;
}
.toc-bg-setting .toc-box-wrap {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(215, 228, 249, 0.73);
  border-radius: 11px;
  padding: 77px 55px;
  margin: 0px 0;
}
.toc-bg-setting .toc-box-wrap h4 {
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 38px;
}
.toc-bg-setting .toc-box-wrap sup {
  font-size: 16px;
}
.toc-bg-setting .toc-box-wrap p {
  line-height: 28px;
  margin-bottom: 20px;
}
.toc-bg-setting:nth-child(even) {
  background-position: right center;
}

.sec-tog-single {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-blue.tod-video-box .head,
.bg-blue.tod-video-box .ul-setting ul li {
  color: #fff;
}
.bg-blue.tod-video-box .ul-setting ul li {
  margin-bottom: 15px;
}
.bg-blue.tod-video-box .ul-setting ul li strong {
  display: flex;
}

.tod-video-box {
  border-radius: 6px;
}

.tod-min-container {
  max-width: 700px;
}

.video-wrap {
  margin: 20px 0 40px;
}
.video-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10.5;
  padding: 0 !important;
  border: 13px solid #fff;
  background: #ffffff;
}

.full-content-sec .content-wrap {
  max-width: 807px;
  margin: 0 auto;
}

.btn-ham {
  display: none;
}

.blue-right-arrow:after {
  content: "";
  background-image: url(images/blue-right-arrow.svg);
  width: 6px;
  height: 12px;
  top: 0;
  z-index: 99;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-right: -14px;
}

.btn.blue-right-arrow:hover:after {
  filter: brightness(100);
}

.bg-sky-blue.mutable-3-box-overlay-text .content p {
  color: #575757;
}

.page-item.disable-num {
  filter: grayscale(100);
  pointer-events: none;
}

.page-item.prev-pagination {
  transform: rotate(180deg);
}

.mutable-hexa-no-gap-left-align-brd .wd-gap {
  display: flex;
}
.mutable-hexa-no-gap-left-align-brd .mutb-chng.box-white-hexa {
  display: flex;
  flex-direction: column;
}

.mutable-hexa-no-gap-left-align-brd .head h2 {
  max-width: 600px;
  margin: 0 auto;
}

.banner-head-space h5 {
  font-weight: 500;
}

.mutent-lr-choice-center-mode h4 {
  font-size: 34px;
  line-height: 48px;
}

.mutent-lr-choice-center-mode h5 {
  line-height: 47px;
}

.logo-inline-head h4 {
  line-height: 42px;
}

.bg-white.bg-size-cover.mutable-3-box-overlay-text.bg-box-blue .head h5 {
  color: #575757;
}

.ahas-wrap.bg-blue .ul-blue-tick li:after {
  filter: brightness(100);
}

.img-mh-64 img {
  max-width: 180px;
  min-height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-inline-head {
  max-width: 868px;
  margin: 0 auto;
}

input[type=submit].bg-blue {
  background: #108CE2;
}

.over-the-line-top {
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  margin-top: -19px;
  background: #fff;
  padding: 0 48px;
}

.blue-social {
  justify-content: center;
  margin-top: 15px;
}

.under-line-box {
  border-top: 1px solid #108ce2;
  display: flex;
  justify-content: center;
}

.blue-social li a {
  border-color: #108CE2;
}

.gform_wrapper {
  padding: 0px;
  background: #f4f6f9;
  border: 2px solid #108ce2;
  box-shadow: 0px 4px 24px rgba(126, 126, 126, 0.25);
  width: 100%;
  max-width: 931px;
}

.foot-m-rp .gform_wrapper {
  border: none;
  background: transparent;
  box-shadow: none;
}
.foot-m-rp .gform_footer.top_label {
  padding: 0 !important;
  margin: 0 !important;
}
.foot-m-rp .form input[type=submit] {
  background-color: #108ce2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  border: none;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-top: 19px;
  cursor: pointer;
  color: transparent !important;
  text-shadow: -50px 0 0 transparent, 0 0 0 #fff;
}
.foot-m-rp .form input[type=submit]:before {
  content: "";
  position: absolute;
  z-index: -2;
  transition-property: inherit;
  transition-duration: inherit;
  transition-timing-function: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  transform: translate(-100%, 0);
}

.email-bottom-inline .gform_wrapper {
  border: none;
  background: transparent;
  box-shadow: none;
}
.email-bottom-inline .gform_footer.top_label {
  padding: 0 !important;
  margin: 0 !important;
}
.email-bottom-inline input[type=submit] {
  background-color: #108ce2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  border: none;
  padding: 14px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-top: 19px;
  cursor: pointer;
  color: transparent !important;
  text-shadow: -50px 0 0 transparent, 0 0 0 #fff;
  position: absolute;
  min-width: 221px;
  right: 0;
  min-height: 47px;
  bottom: -0.54rem;
  margin-right: 2px;
  text-transform: uppercase;
}
.email-bottom-inline input[type=submit]:before {
  content: "";
  position: absolute;
  z-index: -2;
  transition-property: inherit;
  transition-duration: inherit;
  transition-timing-function: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  transform: translate(-100%, 0);
}
.email-bottom-inline input {
  min-width: 500px;
  min-height: 52px;
}

.g-form-setting-wrap {
  justify-content: center;
}
.g-form-setting-wrap label, .gfield_label {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 7px !important;
}
.gform_page .gform_page_footer.top_label > input {
    flex: 1 !important;
    min-width: unset !important;
}
.g-form-setting-wrap input,
.g-form-setting-wrap select,
.g-form-setting-wrap textarea {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 14px;
  color: #1b1b1b;
}
.g-form-setting-wrap .gform_button {
  background: #108ce2 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border: none !important;
  width: 100%;
  justify-content: center;
  min-height: 67px;
  text-transform: uppercase;
  max-width: 553px;
  margin: 0 auto;
  border-radius: 8px !important;
  margin-top: 30px;
}

img {
  height: auto;
}

.pop-video > iframe {
  min-height: 380px;
}

.pop-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.968627451);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9;
  display: none;
}

.contct-boxes-section .book-a-demo_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.bg-white.mutable-pd-middle-sec .color-white {
  color: #000000;
}

.bg-white.mutable-pd-middle-sec .btn-setting {
  background-color: #108CE2;
  text-shadow: -50px 0 0 transparent, 0 0 0 #fff;
}

.video-section-rp.active .pop-video {
  display: flex;
}

.row.bg-white.py-80.mutable-pd-middle-sec {
  box-shadow: 0px 4px 24px rgba(126, 126, 126, 0.25);
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.pop-video > iframe {
  min-height: 380px;
  width: 100% !important;
  aspect-ratio: 16/9;
  max-width: 800px !important;
}

.cross {
  font-size: 50px;
  position: absolute;
  right: 38px;
  z-index: 91;
  color: #fff;
  top: 30px;
  transform: rotate(45deg);
  cursor: pointer;
}

.tabcontent {
  display: none;
}

.formLinkBtn a {
  background: #fff;
  padding: 20px 34px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #108ce2 !important;
  display: inline-flex;
  position: relative;
}



.form-banner .psaform_wrapper .psaform.psanew  div#step8 .tablinks.next {
    display: none !important;
}
.tablinks.nextDefault.nextValid-8 {
    background: #108ce2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	
	    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    background: #108CE2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}




.form-banner .psaform_wrapper input[type=radio],
.popup input[type=radio],
.form-banner .psaform_wrapper input[type=checkbox],
.lf-form__content form .lf-form__radio-list li input[type=radio] {
  /* Hide original inputs */
  visibility: hidden;
  position: absolute;
}
 
.form-banner .psaform_wrapper .psaform.psanew  #step1 label:hover:after,.form-banner .psaform_wrapper .psaform.psanew  #step1 input[type=radio] + label:before{
	 content: " " !important;
		  display: inline-block !important;
}
.form-banner .psaform_wrapper .psaform.psanew div#step8 .gform_wrapper.gravity-theme .hidden_label label,.form-banner .psaform_wrapper .psaform.psanew div#step7 label {
    width: auto !important;
    max-width: 100% !important;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
	    margin-top: -24px !important;
}
.form-banner .psaform_wrapper .psaform.psanew #step5  {
    padding-top: 0;
}
.form-banner .psaform_wrapper label:before,
.popup input[type=radio] + label:before,
.form-banner .psaform_wrapper input[type=checkbox] + label:before,
.lf-form__content form .lf-form__radio-list li input[type=checkbox] + label:before,.form-banner .psaform_wrapper .psaform.psanew  #step1 input[type=radio] + label:before {
  height: 27px;
  width: 27px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #108CE2;
  min-width: 27px;
}

.form-banner .psaform_wrapper .psaform.psanew  #step13 label:before,.form-banner .psaform_wrapper .psaform.psanew  #step13 label:after,.form-banner .psaform_wrapper .psaform.psanew  #step14 label:before,.form-banner .psaform_wrapper .psaform.psanew  #step14 label:after {
	display: none !important;
}
.form-banner .psaform_wrapper .psaform.psanew  #step12 label {
    padding: 15px 31px;
    width: 100% !important;
    display: flex !important;
    align-items: center;
    gap: 16px;
    max-width: 100% !important;
    border: 1px solid #108CE2;
    border-radius: 3px;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
    margin-bottom: 21px !important;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #108CE2;
}
.form-banner .psaform_wrapper .psaform.psanew  #step12 input[type=radio]:checked + label:after,.form-banner .psaform_wrapper .psaform.psanew  #step12 label:hover:after{
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #108CE2;
	content: "";
    width: 25px;
    height: 25px;
    z-index: 99;
    left: 32px;
    top: 50%;
    position: absolute;
    border-radius: 50px;
    background: #108CE2;
    border: 4px solid #ffffff;
    transform: translate(0, -50%);
    display: flex !important;
}
.form-banner .psaform_wrapper .psaform.psanew  #step13,.form-banner .psaform_wrapper .psaform.psanew  #step7,.form-banner .psaform_wrapper .psaform.psanew  #step8{
	padding-top:50px;
}
.psaform .tabcontent .next { 
    padding: 20px 0;
}
.form-banner .psaform_wrapper .psaform.psanew #step12 label{
   font-weight: 600 !important;
}
.form-banner .psaform_wrapper .psaform.psanew  #step13 select {
    margin-bottom: 21px;
}
.form-banner .psaform_wrapper .psaform.psanew  #step14 input {
    margin-bottom: 15px !important;
}
.form-banner .psaform_wrapper .psaform.psanew  #step14 label {
    margin-bottom: 7px !important;
}
.form-banner .psaform_wrapper .psaform.psanew  #step13 .tablinks.next{
	display: block;
}
input#gform_submit_button_18 {
    width: 0 !important;
    height: 0 !important;
    border: none !important;
    background: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.form-banner .psaform_wrapper input[type=radio]:checked + label:before,
.popup input[type=radio]:checked + label:before,
.form-banner .psaform_wrapper input[type=checkbox]:checked + label:before,
.lf-form__content form .lf-form__radio-list li input[type=checkbox]:checked + label:before {
  background: #108CE2;
}

.form-banner .psaform_wrapper label,
.popup label,
.lf-form__content form .lf-form__radio-list li label.checkbox-label {
  position: relative;
}

.form-banner .psaform_wrapper label:not(.form-banner .psaform_wrapper #step8-1 label, .form-banner .psaform_wrapper #step12 label,.form-banner .psaform_wrapper .psaform.psanew  #step13  label,.form-banner .psaform_wrapper .psaform.psanew  #step14  label),
.popup label:not(.popup #step3 label, div#gform_page_17_2 label),
.lf-form__content form .lf-form__radio-list li label.checkbox-label {
  padding: 15px 31px;
  width: 100% !important;
  display: flex !important;
  align-items: center;
  gap: 16px;
  max-width: 100% !important;
  border: 1px solid #108CE2;
  border-radius: 3px;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  margin-bottom: 21px !important;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #108CE2;
}

.form-banner .psaform_wrapper input[type=radio]:checked + label,
.popup input[type=radio]:checked + label,
.lf-form__content form .lf-form__radio-list li input[type=radio]:checked + label {
  background: #d7e4f9 !important;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
.form-banner .psaform_wrapper input[type=radio] + label:before,
.popup input[type=radio] + label:before,
.lf-form__content form .lf-form__radio-list li input[type=radio] + label:before {
  border-radius: 50%;
}

.form-banner .psaform_wrapper input[type=checkbox] + label:before {
  border-radius: 2px;
}

.form-banner .psaform_wrapper input[type=radio]:checked + label:after,
.form-banner .psaform_wrapper input[type=checkbox]:checked + label:after,
.popup input[type=radio]:checked + label:after,
.lf-form__content form .lf-form__radio-list li input[type=radio]:checked + label:after {
  content: "";
  width: 25px;
  height: 25px;
  z-index: 99;
  left: 32px;
  top: 50%;
  position: absolute;
  border-radius: 50px;
  background: #108CE2;
  border: 4px solid #ffffff;
  transform: translate(0, -50%);
  display: flex !important;
}

.lf-form__content form .lf-form__radio-list li:after {
  display: none;
}

.tablinks.next,
.tablinks.back,
.tablinks.submitDisable {
  min-height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  background: #108CE2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.formLinkBtn a {
  background: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #108CE2 !important;
  position: relative;
  padding: 21px 36px 21px 79px;
  width: 100% !important;
  display: flex !important;
  align-items: center;
  gap: 16px;
  max-width: 100% !important;
  border: 1px solid #108CE2;
  border-radius: 3px;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  margin-bottom: 21px !important;
  cursor: pointer;
}

.tabcontent {
  padding: 0px 45px;
}

.gform_heading {
  display: none;
}

.psaform_wrapper .gfield.field_sublabel_below.mainLabel.field_description_below {
  background: #108CE2 !important;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}

.psaform_wrapper .gfield.field_sublabel_below.mainLabel.field_description_below:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #108CE2;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%);
}

.psaform_wrapper .gfield.field_sublabel_below.mainLabel.field_description_below {
  background: #108CE2;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin: 2px -43px 35px;
  padding: 32px 60px;
  position: relative;
}

.mutable-ryt-box .right-side:before {
  content: "";
  background-image: url(./images/Frequently-Asked-Questions-Section.png);
  width: 280px;
  height: 460px;
  position: absolute;
  right: -96px;
  z-index: 0;
  bottom: -106px;
  opacity: 1;
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
}
.mutable-ryt-box .right-side:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.mutable-ryt-box .right-side > div {
  position: relative;
  z-index: 2;
}

.right-side {
  position: relative;
  z-index: 1;
}

.right-box-bg-white.mutable-ryt-box .left-side {
  padding-right: 0;
}

.mutable-ryt-box .icon-list-wrap.row {
  margin: 0;
}

.mutable-ryt-box .row {
  margin-right: 80px;
}

.mutable-pd-middle-sec {
  padding: 80px 20px;
}

.middle-sec__lr.mutable-middle-sec__lr .mutable-pd-middle-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}

.bg-blue.bg-size-cover {
  background-blend-mode: multiply;
}

.bg-blu-right-dv {
  margin-top: 15px;
}

.mutable-zig-zag-ver-box .head {
  color: #000000;
}

.mutable-zig-zag-ver-box .ver-inline-box-wrap .ver-inline-box:nth-child(even) .ver-inline-box-dec .right-div {
  padding: 50px 20px 50px 50px;
}
.mutable-zig-zag-ver-box .ver-inline-box-wrap .ver-inline-box-dec {
  padding: 0;
}
.mutable-zig-zag-ver-box .ver-inline-box-wrap .ver-inline-box-dec .right-div {
  padding: 50px 50px 50px 20px;
}

.bg-blue.mutable-zig-zag-ver-box .head {
  color: #fff;
}

.bg-float-horiz-box {
  padding: 30px 0;
  gap: 35px;
}

.mutb-chng.box-white-hexa .btn {
  min-width: auto;
}

.menu-item-has-children a.active .menu-arrow {
  transform: rotate(180deg);
}

.gform_body.gform-body input {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
}
.gform_body.gform-body input {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
}

.form-banner .ebook-form_wrapper form {
  padding: 30px 30px;
  background: #f4f6f9;
  box-shadow: 0px 4px 24px rgba(126, 126, 126, 0.25);
  border-radius: 5px;
}
.form-banner .ebook-form_wrapper form label {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #000000 !important;
  margin-bottom: 8px !important;
}
.form-banner .ebook-form_wrapper form fieldset label {
  border: none;
  padding: 0;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #000000 !important;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
}

.bg-pos-top-center {
  background-position: top center;
}

.bg-sky-blue.mutable-3-box-overlay-text {
  background-blend-mode: multiply;
}

.book-a-demo_wrapper {
  padding: 60px 40px 100px;
  border-radius: 6px;
}
.book-a-demo_wrapper label {
  margin-top: 5px;
}

.contct-boxes-section .g-form-setting-wrap {
  position: relative;
}

.privacy-data {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  gap: 15px;
  max-width: 340px;
}
.privacy-data p {
  margin: 0;
  max-width: 400px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.book-a-demo_wrapper select {
  color: #1b1b1b;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 14px;
}

.book-a-demo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  min-height: 42px;
  background-image: url(images/select-arrow.png);
}

.tablinks.next {
  cursor: pointer;
}

.psaform .tabcontent .next {
  display: none;
}

.tablinks.back {
  cursor: pointer;
}

div#step1 .tablinks.next {
  display: flex !important;
  cursor: pointer;
}

#step5-1 .tablinks.next {
  display: none !important;
}

.tablinks.nextValid,
.tablinks.nextDefault.nextValid-5-1 {
  min-height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  background: #108ce2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.psaform_wrapper .gfield.gfield--width-full.gfield_html.gfield_html_formatted.gfield_no_follows_desc.field_sublabel_below.field_description_below.gfield_visibility_visible > div {
  flex: 1;
}
.psaform_wrapper .gfield.gfield--width-full.gfield_html.gfield_html_formatted.gfield_no_follows_desc.field_sublabel_below.field_description_below.gfield_visibility_visible {
  display: flex;
  gap: 50px;
}

.large.invalid {
  border: 1px solid red !important;
}

.gform_wrapper.gravity-theme .instruction {
  font-size: 12px !important;
  color: rgba(51, 51, 51, 0.5215686275) !important;
  margin-bottom: 0px;
  padding-top: 5px;
}

#step5,
div#step5-1,
div#step8-1 {
  padding-top: 35px;
}

div#field_4_100 {
  width: 50%;
  float: left;
}

div#field_4_96 {
  width: 44%;
  float: right;
}

.tablinks {
  margin-top: 20px;
}

.blog-content-wrap figure img {
  width: 100%;
  max-width: 765px;
  border-radius: 6px;
  padding: 0 20px;
}

.mutent-lr-choice .mutent-content h5 {
  font-weight: 400;
}

#step1 label {
  color: #108CE2;
}

.bg-sky-blue.mutable-3-box-overlay-text .btn.btn-transparent:hover:before {
  background: #fff !important;
}

.bg-sky-blue.mutable-3-box-overlay-text .btn.btn-transparent:hover {
  text-shadow: 0 0 0 #108CE2, 50px 0 0 transparent !important;
}

.tab-content-div .content p {
  color: #444;
}

.tab-content-div.bg-size-cover {
  background-blend-mode: multiply;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label:hover {
  background: #d7e4f9;
}

.formLinkBtn a {
  padding: 21px 30px 21px 30px;
}
.formLinkBtn a:hover {
  background: #d7e4f9;
}

.menu-nev ul li .menu-arrow {
  top: 20px;
}

.mutable-2-color-box.bg-white-box .right-wrap.color-white {
  color: #000;
}

input#gform_submit_button_30 {
  display: none;
}

.form-banner .psaform_wrapper label:hover:not(.form-banner .psaform_wrapper #step8-1 label:hover, .form-banner .psaform_wrapper #step12 label:hover) {
  background: #d7e4f9;
}
.form-banner .psaform_wrapper label:hover:after:not(.form-banner .psaform_wrapper #step8-1 label:hover:after,
.form-banner .psaform_wrapper #step12 label:hover:after) {
  background: #108CE2;
}

.popup .webinar-form_wrapper label:hover {
  background: #d7e4f9;
}

.ver-box-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.e-book-wrap ul.ecs-event-list.slide-3 .ecs-event img {
  order: -1;
}

li.ecs-event h4,
li.ecs-event > span {
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
}

.e-book-wrap .ecs-event img {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: -175px;
}

.e-book-wrap .ecs-event:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(207, 207, 207, 0.25);
}

.e-book-wrap .ecs-event {
  position: relative;
  padding: 0 0;
}

.e-book-wrap .slick-list {
  overflow: visible;
  margin-top: 230px;
}

/* the slides */
.e-book-wrap .slick-slide {
  margin: 0 15px;
}

/* the parent */
.e-book-wrap .slick-list {
  margin: 0 -15px;
}

.e-book-wrap li.ecs-event {
  display: flex !important;
  flex-direction: column;
  margin-top: 180px !important;
}

.form-banner {
  border-radius: 5px;
}
.form-banner .ebook-form_wrapper label {
  position: relative;
}
.form-banner .ebook-form_wrapper label:before {
  border: 1px solid #000 !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  margin-right: 18px !important;
}
.form-banner .ebook-form_wrapper input[type=submit] {
  transition-property: all;
  position: relative;
  overflow: hidden;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
  border: none;
  color: transparent !important;
  text-shadow: -50px 0 0 transparent, 0 0 0 #fff;
  width: 100%;
  min-height: 49px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(82, 82, 82, 0.25);
  padding: 9px 12px;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  background: #108ce2;
}
.form-banner .ebook-form_wrapper .ginput_container.ginput_container_consent {
  display: flex;
}
.form-banner .ebook-form_wrapper .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}
.form-banner .ebook-form_wrapper input[type=checkbox] {
  background: #ffffff;
  border: 1px solid #000000 !important;
  border-radius: 3px;
  display: inline-flex;
  float: left;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  zoom: 1.5;
  margin-top: 0;
}

.mutable-2-color-box.bg-blue-box .ahas-wrap {
  background: #108CE2;
}

.ahas-wrap .btn {
  min-width: 220px;
}

.form-banner .psaform_wrapper label:hover:after {
  content: "";
  width: 25px;
  height: 25px;
  z-index: 99;
  left: 32px;
  top: 50%;
  position: absolute;
  border-radius: 50px;
  background: #108ce2;
  border: 4px solid #fff;
  transform: translate(0, -50%);
}

.psaform_wrapper #step12 label:after,
.psaform_wrapper #step8-1 label:after {
  display: none !important;
}

#step12 label,
#step8-1 label,
.mainSubLabel {
  margin-bottom: 0;
  font-weight: 400 !important;
  padding-bottom: 8px;
  padding-top: 10px;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.tablinks {
  text-transform: uppercase;
  cursor: pointer;
}

.logo-trey {
  justify-content: center;
}

.book-a-demo input[type=submit] {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.bg-liner-black.banner-3-box-wrap:after {
  background: linear-gradient(267.93deg, rgba(0, 0, 0, 0.95) 34.04%, rgba(12, 12, 12, 0.958824) 47.43%, rgba(24, 24, 24, 0.966667) 58.01%, rgba(0, 0, 0, 0.79) 65.34%, rgba(0, 0, 0, 0.2) 84.97%, rgba(0, 0, 0, 0) 100%) !important;
}

.close-pop {
  position: absolute;
  right: 50px;
  top: 50px;
  color: #fff;
  font-size: 48px;
  transform: rotate(45deg);
  cursor: pointer;
}

.last-button {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}
.last-button > div {
  flex: 1;
}
.last-button .tablinks {
  width: 100%;
  margin-top: 0;
}

#form-submit {
  cursor: pointer;
}

.gform_footer.top_label input#gform_submit_button_8 {
  opacity: 0;
  height: 0;
  width: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8784313725);
  max-width: 100%;
  z-index: 999;
  border: none;
  display: none;
}
.popup .gform_wrapper.gravity-theme legend.gfield_label {
  background: #108ce2;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin: 2px -78px 35px;
  padding: 32px 60px;
  width: calc(100% + 146px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 5px;
  top: 2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.popup .gform_wrapper.gravity-theme legend.gfield_label:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #108ce2;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%);
}
.popup .gform_wrapper.gravity-theme #step3 legend.gfield_label {
  padding: 0 !important;
  margin: 0 !important;
}
.popup #step3 {
  margin-top: 50px;
}
.popup #step3 label {
  margin-bottom: 0;
  font-weight: 400 !important;
  padding-bottom: 8px !important;
  padding-top: 10px !important;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 0 !important;
}
.popup .webinar-form_wrapper {
  max-width: 600px;
  background: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 29px 35px;
  border-radius: 10px;
}

.book-a-demo_wrapper input {
  min-height: 42px;
}
.book-a-demo_wrapper .ginput_container.ginput_container_consent {
  display: flex;
}

.blog-content-wrap blockquote {
  background: #ffffff;
  border: 1px solid #108ce2;
  border-radius: 5px;
  padding: 54px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.blog-content-wrap blockquote p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.blog-content-wrap blockquote:before {
  content: "";
  content: "";
  background: url(images/quote.png);
  width: 64px;
  height: 64px;
  border: 1px solid #108ce2;
  padding: 10px;
  top: -15px;
  left: -15px;
  background-repeat: no-repeat;
  display: inline-flex;
  border-radius: 50px;
  background-size: 38px;
  justify-content: center;
  align-items: center;
  background-position: center;
  position: absolute;
  background-color: #fff;
}

.small-head {
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  align-items: center;
  color: #000000;
  position: relative;
  background-color: #f4f6f9;
  display: inline-flex;
  z-index: 1;
  padding-right: 50px;
}
.small-head:after {
  content: "";
  background: #d8d8d8;
  position: absolute;
  width: calc(100vh - 90px);
  height: 1px;
  left: 0;
  z-index: -2;
}
.small-head:before {
  content: "";
  background: #f4f6f9;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.about-auth-big-box .p-contnet {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
}

.souther-big-bottom .bot-auth {
  font-weight: 400;
  font-size: 14px;
  color: #575757;
}

.social-link-foo.blue-social a {
  border-color: #108CE2;
  transition: all 0.5s ease;
}
.social-link-foo.blue-social a img {
  filter: invert(61%) sepia(69%) saturate(4964%) hue-rotate(181deg) brightness(89%) contrast(98%);
}
.social-link-foo.blue-social a:hover img {
  filter: invert(1);
}

.thank-you-sec .banner-content {
  text-align: center;
}
.thank-you-sec .banner-content .btn-setting {
  margin-top: 30px;
}
.thank-you-sec .banner-content h2 {
  font-size: 52px;
  line-height: 62px;
}

.book-a-demo select {
  background-image: url(images/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 16px;
}

.flex-auto-box {
  flex: auto;
}

.mobile-image {
  display: none;
}

.blog-content-wrap img {
  margin: 0 auto;
}

.blog-bg-setting {
  background-size: contain;
  background: space;
}

.banner-head-space .btn {
  line-height: 17px;
  padding: 9px 12px;
}
.banner-head-space h5 {
  line-height: 34px;
}

.mutable-lr-sec .mutable-cont ul li {
  font-size: 16px;
  line-height: 30px;
}
.mutable-lr-sec .mutable-cont h5 {
  line-height: 36px;
}

.mutable-section .icon-bg-dec {
  background: #f3f7ff;
  border-radius: 8px;
  display: inline-flex;
  padding: 10px 10px;
  margin-bottom: 20px;
  max-width: 75px;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 67px;
}
.mutable-section .tile-box .mutb-chng h6 {
  line-height: 30px;
}

.case-study-lr .content {
  color: #575757;
}
.case-study-lr .content p {
  color: #575757;
}

.mutable-3-box-overlay-text h6 {
  line-height: 30px;
}
.mutable-3-box-overlay-text h6 p {
  line-height: 28px;
}

.right-box-bg-white .right-side .right-side-head h3 {
  line-height: 50px;
}
.right-box-bg-white .right-side .right-side-head h5 {
  line-height: 34px;
}

.bg-blue.right-box-bg-white.mutable-ryt-box .right-side:before {
  filter: brightness(100);
}

.mutable-ryt-box .right-side {
  margin-left: 30px;
}

.right-box-bg-white.mutable-ryt-box .left-side h3 {
  line-height: 50px;
}
.right-box-bg-white.mutable-ryt-box .left-side h5 {
  line-height: 34px;
}
.right-box-bg-white.mutable-ryt-box .left-side li {
  font-size: 16px;
  line-height: 28px;
}
.right-box-bg-white.mutable-ryt-box .left-side li strong {
  line-height: 30px;
}

.icon-list-group .icon-wrap {
  background: #f3f7ff;
  border-radius: 8px;
  display: inline-flex;
  padding: 18px;
  margin-right: 24px;
  min-width: 75px;
  min-height: 67px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75px;
}

.mob-img {
  display: none;
}

.ver-inline-box .right-div .content-right h5 {
  line-height: 34px;
}
.ver-inline-box .right-div .content-right p {
  line-height: 27px;
}

.mutable-lr-sec.rev-row-div .content.mutable-cont h5 {
  line-height: 35px;
}

.wd-img-wrap {
  display: none;
}

.wd-img-wrap {
  height: 100%;
}
.wd-img-wrap .accordian-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.retimonial-section .mb-50 {
  margin-bottom: 35px;
}

.mutable-lr-sec .mutable-cont ul li {
  margin-bottom: 30px;
}

.mutable-hexa-icon-sec.box-no-gap-design .icon-bg-dec {
  background: #f3f7ff;
  border-radius: 8px;
  display: inline-flex;
  padding: 10px 10px;
  margin-bottom: 20px;
  max-width: 65px;
  min-height: 58px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.mutable-hexa-icon-sec.box-no-gap-design .hexa-box-wrap h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.bg-blue.mutable-drop-down-sec .content-extra-head {
  margin-top: -10px;
}

.link-btn {
  transition: 0.5s;
}
.link-btn:hover:after {
  right: -30px;
}
.link-btn:after {
  transition: 0.5s;
}

.lf-form {
  flex-basis: 100%;
  padding: 0px;
  background: #f4f6f9;
  border: 2px solid #108ce2;
  box-shadow: 0px 4px 24px rgba(126, 126, 126, 0.25);
  width: 100%;
  max-width: 931px;
}

.accordian-in {
  margin-right: 0px;
}

.tile-box .mutable-section .mutb-chng h6 {
  text-transform: capitalize;
}

.mutable-ryt-box .icon-list-group .icon-list-wrap {
  margin-bottom: 20px;
}
.mutable-ryt-box .icon-list-group .icon-list-wrap .icon-cont {
  margin-top: -12px;
}

.right-box-bg-white.mutable-ryt-box .left-side li strong {
  color: #000;
  font-weight: 600;
}

.accordian-arrow {
  min-width: 10px;
  height: 15px;
  right: 24px;
  display: flex;
  max-width: 20px;
  flex-direction: column;
  position: absolute;
}

.accordian-head.active .accordian-arrow {
  transform: rotate(180deg);
}

.bg-blue.mutable-ryt-box .left-side li strong {
  color: #fff !important;
}

.tile-box .mutable-section .mutb-chng h6 {
  text-transform: uppercase;
  line-height: 30px;
}

.bg-white.box-no-gap-design .mode-bg-hexa-in-box .mutb-chng h6 {
  text-transform: uppercase;
  line-height: 30px;
}

.middle-sec__lr.mutable-middle-sec__lr .bg-blue.mutable-pd-middle-sec {
  padding-left: 130px;
  padding-right: 130px;
}

.wrap-2-box-big {
  max-width: 1020px;
  margin: 0 auto;
}
.wrap-2-box-big ul li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.ahas-wrap.bg-blue .right-wrap * {
  color: #ffffff;
}

.big-card-wrap .tab-blank-content .color-bg-wd-crd.h5-mb-20 .gap-60 {
  row-gap: 0;
}

.tab-content-div {
  margin-bottom: 70px;
  background-blend-mode: multiply;
}

.bg-alice-blue-600 {
  background-color: #F4F6F9;
}

.bg-alice-blue-600.mutable-lr-sec .inner-image-box {
  background: #fff;
  padding: 50px 50px 51px;
}

.single-ebooks .banner-pd {
  padding-top: 85px;
  padding-bottom: 85px;
}

.bg-pos-bot-center {
  background-position: bottom center;
}

.mutable-2-color-box .ahas-wrap .icon-bg-dec {
  background: #f3f7ff;
  border-radius: 8px;
  display: inline-flex;
  padding: 10px 10px;
  margin-bottom: 20px;
  max-width: 75px;
  min-height: 74px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mutable-2-color-box .ahas-wrap .icon-bg-dec img {
  max-width: 43px;
}

.click-img-sec .img-wrap {
  width: 100%;
}
.click-img-sec img {
  width: 100%;
}

.gform_wrapper.gravity-theme .book-a-demo input[type=submit] {
  min-height: 58px !important;
  border-radius: 4px !important;
  margin: 0;
}

.single.single-post .banner-pd {
  padding-top: 85px;
  padding-bottom: 85px;
}

.tab-content-div-inr .slick-track {
  display: flex !important;
}

.tab-content-div-inr .slick-slide {
  height: inherit !important;
}

.tab-content-div-inr .slick-list.draggable {
  padding-bottom: 30px;
}

.bg-black.mutent-lr-choice.mutent-lr-choice-center-mode u {
  font-size: 18px;
  line-height: 38px;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
}
.bg-black.mutent-lr-choice.mutent-lr-choice-center-mode u:after {
  content: "";
  width: 38px;
  background: #108ce2;
  height: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: -5px;
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st h5 {
  line-height: 35px;
  margin-top: 20px;
}

.bg-white.mutent-lr-choice.mutent-lr-choice-center-mode .color-white {
  color: #000;
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st {
  max-width: 780px;
  margin: 0 auto;
}

.bg-white.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st h5 {
  line-height: 35px;
  text-align: center;
  color: #575757;
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st .btn {
  min-width: 275px;
  padding: 9px 20px;
}

.time-icon {
  display: flex;
}
.time-icon img {
  max-width: 20px;
}

.banner-head-space .banner-content li:last-child p {
  display: flex;
  gap: 19px;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: 20px;
}
.banner-head-space .banner-content li:last-child p:after {
  display: none;
}

.bg-multiply {
  background-blend-mode: multiply;
}

.accordian-content ul {
  margin-top: 20px;
}

.ul-list-black li {
  color: #000000;
}

.contct-boxes-section .contact-info-box-top p {
  line-height: normal;
  margin-bottom: 8px;
  color: #575757;
}
.contct-boxes-section .contact-info-box-top h6 {
  text-transform: uppercase;
}
.contct-boxes-section .contact-info-box-top .btn {
  margin-top: 29px;
}

.lf-form__content form .lf-form__radio-list li label.checkbox-label {
  padding: 21px 31px;
  width: 100% !important;
  display: flex !important;
  align-items: center;
  gap: 16px;
  max-width: 100% !important;
  border: 1px solid #108ce2 !important;
  border-radius: 3px !important;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  margin-bottom: 21px !important;
  background-color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #108ce2 !important;
}

.lf-form__content form .lf-form__radio-list li input[type=radio] + label:before {
  height: 27px;
  width: 27px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #108ce2;
  min-width: 27px;
  display: flex !important;
}

.lf-form__content form .lf-form__radio-list li label:hover {
  background: #d7e4f9 !important;
}

.lf-form__content form .lf-form__radio-list li label:hover:after {
  content: "";
  width: 25px;
  height: 25px;
  z-index: 99;
  left: 32px;
  top: 50%;
  position: absolute;
  border-radius: 50px;
  background: #108ce2;
  border: 4px solid #fff;
  transform: translate(0, -50%);
  display: flex !important;
}

.lf-form__content form .lf-form__radio-list li input[type=radio] + label:before {
  border-radius: 50%;
}

.lf-form__content form .lf-form__radio-list li input[type=radio] + label:before {
  height: 27px;
  width: 27px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #108ce2;
  min-width: 27px;
  display: flex !important;
}

.lf-form__content form .lf-form__step-nav .lf-form__first-step-nav {
  display: flex;
  width: 100% !important;
}

.lf-form__content form .lf-form__step-nav .lf-form__first-step-nav button,
.lf-form__content form .lf-form__step-nav .lf-form__prev-step-btn,
.lf-form__content form .lf-form__step-nav button {
  min-height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff !important;
  background: #108ce2 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.social-icon-btn {
  background: #108CE2;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-right: 10px;
}

.bg-blue .social-icon-btn {
  background: #ffffff;
}

.rev-row-div.lft-small .flex-1:first-child {
  flex: 1 1 auto;
  width: calc(50% - 30px);
}

.flex-1.ryt-flex {
  width: calc(50% - 30px);
  flex: 1 1 auto;
}

.bg-float-horiz-box {
  padding: 70px 0;
  gap: 35px;
}
.bg-float-horiz-box .right-cont-cover .mutable-cont h2 {
  margin-bottom: 15px;
}
.bg-float-horiz-box .right-cont-cover .mutable-cont h5 {
  margin-bottom: 15px;
}
.bg-float-horiz-box .right-cont-cover .btn-wrap {
  margin-top: 15px !important;
}
.bg-float-horiz-box.bg-blue {
  background-blend-mode: multiply;
}

.middle-sec__lr.mutable-middle-sec__lr.bg-white {
  margin-top: 0px;
}
.middle-sec__lr.mutable-middle-sec__lr.bg-white .bg-white.py-80.mutable-pd-middle-sec {
  padding: 40px 103px 40px 48px;
}
.middle-sec__lr.mutable-middle-sec__lr.bg-white h5 {
  font-weight: 400;
}

.color-bg-banner h1 {
  line-height: 61px;
}

.contct-boxes-section.pale-blue-light.minus-top-150 .gap-17 {
  gap: 36px;
}

.retimonial-section.bg-no-repeat.bg-size-cover {
  background-position: top center;
  background-size: calc(100% - 35px) !important;
}

.swiper-wrapper.swaper-wrap-thumbnail {
  margin: 0 !important;
}

.contact-info-box-top h5 {
  font-weight: 400;
  margin-bottom: 10px;
}

.contct-boxes-section .bx-pd .btn {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.slide-top-box p,
.slide-top-box .p-rich_text_section {
  color: #575757;
}

.ver-inline-box-wrap .ver-inline-box:nth-child(even) {
  background-position: 100% 70%;
}

.tod-video-box .ul-setting ul li {
  font-size: 16px;
  line-height: 28px;
}

.retimonial-section .slider-2-sec .h6-bottom-line h6 {
  position: relative;
  margin-bottom: 15px;
}

.book-a-demo_wrapper {
  margin-top: -30px;
}

.book-a-demo_wrapper .gform_footer {
  justify-content: center;
}

.cta-b-3-left {
  width: 60%;
  max-width: 60%;
}

.cta-b-3-ryt {
  width: 40%;
  max-width: 40%;
}

.content .latest-resource-top .big-hd h6 {
  font-size: 1.3rem;
}

.tab-section.sec-resource.mutable-box-slide-bg-blu.slider-on {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 62.32%, #f3f4f5 100%);
  background-size: cover;
  background-position: center;
}

.latest-resource-cont .latest-resource-top .big-hd p {
  line-height: 27px;
}

.vertical-tile .content-section ul li {
  font-size: 16px;
  line-height: 28px;
}
.vertical-tile .content-section p {
  color: #575757;
  line-height: 28px;
}
.vertical-tile .content-section h5 {
  line-height: 38px;
}

.full-content-sec .content-wrap p a,
.full-content-sec .content-wrap h5 a {
  color: #108CE2;
}
.full-content-sec .content-wrap h5 {
  line-height: 40px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #575757;
}

.mutable-lr-sec.plus-min-box-sec .mutable-cont .max-h-46 {
  max-width: 40px;
  max-height: 40px;
}

.contct-boxes-section .w-32 {
  flex: 1 1 auto;
  width: calc(32% - 10px);
}

.ebook-form_wrapper.gform_wrapper .gform_validation_errors {
  width: calc(100% - 60px);
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}

.form-banner .ebook-form_wrapper .ginput_container.ginput_container_consent {
  position: relative;
}

.ebook-form_wrapper.gform_wrapper fieldset .gfield_required {
  position: absolute;
  right: 0px;
  top: 3px;
}

.form-banner .ebook-form_wrapper input[type=checkbox] {
  margin-left: 0;
}

.form-banner .lf-form__content form .lf-form__radio-list li label.checkbox-label {
  margin: 0 0 10px !important;
}

.form-banner .lf-form__content form .lf-form__step-nav .lf-form__first-step-nav {
  display: flex;
  width: 100% !important;
}

.lf-form__content form .lf-form__step .lf-form__step__item .lf-form__single-select-question .lf-form__radio-list {
  margin-bottom: 20px !important;
}

.lf-form__content form .lf-form__step-nav {
  margin-top: 10px;
}

.lf-form__content form {
  padding: 0 60px 60px !important;
}

.lf-form__step.fade-enter-active .lf-form__step__item .lf-form__step__item-element .lf-form__element .ql-editor {
  background: #108ce2;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin: 2px -58px 0px;
  padding: 32px 45px;
  position: relative;
  overflow: visible;
}
.lf-form__step.fade-enter-active .lf-form__step__item .lf-form__step__item-element .lf-form__element .ql-editor strong,
.lf-form__step.fade-enter-active .lf-form__step__item .lf-form__step__item-element .lf-form__element .ql-editor p {
  background: transparent !important;
  color: #fff !important;
  font-size: 22px;
}
.lf-form__step.fade-enter-active .lf-form__step__item .lf-form__step__item-element .lf-form__element .ql-editor:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #108ce2;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%);
}

.lf-form__step__item:nth-child(2) .lf-form__question__inputfield > label {
  padding-top: 40px;
}

.gf_browser_chrome.gform_wrapper.gravity-theme.ebook-form_wrapper {
  border: none;
  background: #f4f6f9;
  box-shadow: 0px 4px 24px rgba(126, 126, 126, 0.25);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.banner-pd .banner-content ul li {
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 10px;
}

.container.custom-setting-div > div {
  position: relative;
  z-index: 9;
}

.custom-setting-div {
  position: relative;
}
.custom-setting-div:after {
  background: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(46px);
  z-index: 0;
}

.e-book-wrap .big-hd h5 {
  margin-bottom: 15px;
  line-height: 34px;
}

.btn.transparent-btn.flex.sky-blue-border.sky-blue-shadow:hover {
  border: none !important;
}

.inner-box-settings {
  padding: 80px 40px;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  position: relative;
}

.inner-box-settings {
  padding: 80px 40px 120px;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  position: relative;
  background-color: #fff;
}
.inner-box-settings:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 79%;
  top: 40%;
  left: 50%;
  position: absolute;
  filter: blur(69px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.inner-box-settings > div {
  position: relative;
  z-index: 1;
}
.inner-box-settings .head {
  color: #000000;
}
.inner-box-settings .box {
  background-color: #108CE2;
}
.inner-box-settings .box .content {
  color: #ffffff;
}
.inner-box-settings .box .content a {
  color: #ffffff;
}
.inner-box-settings .h2-max-620 h2 {
  max-width: 735px;
  margin: 0 auto;
}
.inner-box-settings .h2-max-620 h5 {
  color: #575757;
  max-width: 680px;
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}

.mutable-lr-sec .inner-image-box .mutable-cont li {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 15px;
}
.mutable-lr-sec .inner-image-box .mutable-cont h5 {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  color: #444444;
}

.tab-content-div .latest-resource-wrap h6 {
  color: #575757;
}
.tab-content-div .cont-p p {
  color: #575757;
}
.tab-content-div .latest-resource-wrap:hover h6 {
  color: #ffffff;
}
.tab-content-div .latest-resource-wrap:hover .cont-p p {
  color: #ffffff;
}
.tab-content-div .blue-link-right-arrow {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #108ce2;
}

.accordian-content .p-rich_text_section {
  color: #575757;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.ver-inline-box-wrap .ver-inline-box:last-child > div {
  margin-bottom: 0;
}

.mutable-zig-zag-ver-box .ver-box-container .ver-inline-box-wrap .head h5 {
  max-width: 650px;
  margin: 0 auto;
}
.mutable-zig-zag-ver-box .ver-box-container .ver-inline-box-wrap .ul-list ul li {
  line-height: 27px;
}

.ver-tab-cont-setting > div {
  position: relative;
  z-index: 2;
}

.ver-tab-cont-setting {
  position: relative;
}
.ver-tab-cont-setting:after {
  position: absolute;
  width: calc(100% - 50px);
  height: 98%;
  background: #fff;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  filter: blur(60px);
}

.sec-ver-wrap .right-tab-content-nr .wt-box-lft h5 {
  line-height: 23px;
  margin-bottom: 17px;
}
.sec-ver-wrap .right-tab-content-nr .wt-box-lft h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.bg-blue.mutable-zig-zag-ver-box .ver-inline-box {
  background-image: url(images/white-dots.png) !important;
}

section.bg-white.py-70.bg-no-repeat.bg-size-cover.mutable-3-box-overlay-text.bg-box-blue .head.h2-head.h5-head.text-center.mb-30.color-white.h2-max-620.h5-mt-10.mutable-head h2 {
  max-width: 725px;
}

.blog-bg-setting.mutable-3-box {
  background-image: none !important;
  position: relative;
}
.blog-bg-setting.mutable-3-box:after {
  background-image: url(https://insightcla.apexure.org/wp-content/themes/insightcla/assets/images/lines-background.png) !important;
  height: calc(100% - 500px);
  width: 100%;
  top: 400px;
  left: 0;
  content: "";
  position: absolute;
  z-index: 0;
  background-repeat: space;
  background-size: 100%;
  mix-blend-mode: multiply;
}
.blog-bg-setting.mutable-3-box > div {
  position: relative;
  z-index: 1;
}

.latest-resource-wrap .big-hd a {
  color: #000000;
}
.latest-resource-wrap:hover a {
  color: #ffffff;
}

.blog-bg-setting.mutable-3-box .select-list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(images/arrow-down-blue.svg);
  background-repeat: no-repeat;
  background-position: 97%;
}

.right-box-bg-blue .right-side:after {
  background: #108ce2;
}

.featured-text {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.49);
  padding: 0px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  max-height: 26px;
  border-radius: 3px;
}

.latest-resource-top .info-tim-auth {
  text-transform: uppercase;
}
.latest-resource-top .info-tim-auth > div {
  color: #575757;
  font-size: 14px;
  line-height: 27px;
}
.latest-resource-top .big-hd {
  color: #575757;
}
.latest-resource-top .big-hd h5 {
  color: #000000;
}

.slice-img-rp:hover .info-tim-auth > div {
  color: #fff;
}
.slice-img-rp:hover .big-hd {
  color: #fff;
}
.slice-img-rp:hover .big-hd h5 {
  color: #ffffff;
}
.slice-img-rp .content .latest-resource-top .big-hd h6 {
  font-size: 1.3rem;
  display: inline-flex;
  padding: 0;
  line-height: 34px;
  position: relative;
}
.slice-img-rp .link-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #108ce2;
}
.slice-img-rp .mutable-3-box-cont.box-img-min-sec {
  margin: 0 -18px;
}

.latest-resource-top .big-hd h5 {
  color: #000000;
  line-height: 35px;
}

.mutable-lr-sec.rev-row-div .img-wrap img {
  border-radius: 6px;
}

.bg-blue.mutable-zig-zag-ver-box .white-link.blue-link-right-arrow:after {
  filter: brightness(100);
}

.blog-content-wrap p {
  color: #575757;
}

.mutable-drop-down-sec .wrp-img-sec .img-wrap img {
  border-radius: 8px;
}

.mutable-lr-sec.rev-row-div .img-wrap img {
  max-width: 100%;
}

.popup iframe,
.video-popup iframe {
  width: 100% !important;
  height: 400px !important;
  max-width: 700px;
  display: flex;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
  aspect-ratio: 16/9;
}

.tablinks.next.next_choice_30_11_0.disabled {
  pointer-events: none;
}

.minus-top-150 {
  margin-top: -170px;
}

.video-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.9490196078);
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}

.close-popup {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 55px;
  color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
}

.bg-pale-blue-light.blog-bg-setting {
  padding-bottom: 0;
}

.left-side h4 {
  margin-bottom: 15px;
}

.inner-image-box > div {
  position: relative;
  z-index: 1;
}

.inner-image-box:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(80px);
  border-radius: 50%;
}

.inner-image-box {
  background-size: cover !important;
  position: relative;
}

.info-t-right .count-div {
  justify-content: center;
}

.gallery-thumbs .swiper-slide {
  width: auto !important;
  flex: 1 !important;
}

.info-t-right .count-div > div {
  padding: 0;
}

.case-study-lr > div {
  position: relative;
  z-index: 1;
}

.case-study-lr:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  filter: blur(80px);
}

.case-study-lr {
  position: relative;
  z-index: 0;
}

.mutable-ryt-box .left-side.ul-side-border ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #575757;
}
.mutable-ryt-box .left-side.ul-side-border ul li strong {
  display: flex;
  margin-top: 15px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.mutable-lr-sec.rev-row-div .img-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.tile-box .mutable-section {
  max-width: 1050px;
  margin: 0 auto;
}

.bg-float-horiz-box.bg-blue {
  background-blend-mode: multiply;
  background-position: 100% 135px;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-blue.right-box-bg-white.mutable-ryt-box .left-side ul li {
  color: #fff;
}

.content-extra-head h2 {
  line-height: 48px;
}

.blue-link-right-arrow {
  font-size: 16px;
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st h2 {
  line-height: 48px;
}

body a {
  color: #108ce2;
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st > * {
  max-width: 600px;
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}

.link-btn.arrow-c.color-blue {
  position: relative;
}
.link-btn.arrow-c.color-blue:after {
  content: "";
  background: url(images/blue-right-arrow.svg);
  width: 10px;
  height: 10px;
  position: absolute;
  background-size: 6px;
  right: -16px;
  top: 6px;
  z-index: 99;
  background-repeat: no-repeat;
}

.slice-img-rp:hover .link-btn.arrow-c.color-blue:after {
  filter: brightness(100);
  right: -20px;
}

.case-s-dtl-sec .case-single-cover {
  background-image: url(images/lines-background.png);
  position: relative;
  overflow: hidden;
}
.case-s-dtl-sec .case-single-cover:after {
  position: absolute;
  content: "";
  width: 81%;
  height: 100%;
  top: 50%;
  left: 50%;
  background: #108ce2;
  border-radius: 50%;
  filter: blur(90px);
  -webkit-filter: blur(3.3rem);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.case-s-dtl-sec .case-single-cover > div {
  position: relative;
  z-index: 2;
}

.case-single-inr.ul-list ul li {
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

.bg-float-horiz-box.bg-white .mutable-cont h5 {
  color: #575757;
}

.case-single-inr p {
  line-height: 32px;
}

.banner-cont-wrap ul li {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.full-content-sec .content-wrap p {
  color: #575757;
}

.ecs-event-list .slick-arrow {
  bottom: -70px !important;
}

.logo-comp {
  margin: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-comp img {
  max-height: 75px;
}

.form-banner .psaform_wrapper #step1 label:after,
.form-banner .psaform_wrapper #step1 label:before {
  display: none !important;
}

.case-study-wrap-box,
.success-box {
  position: relative;
  background-image: none !important;
  overflow: hidden;
}

.e-book-wrap,
.case-study-wrap-box,
.success-box {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.e-book-wrap > div,
.case-study-wrap-box > div,
.success-box > div {
  position: relative;
  z-index: 1;
}
.e-book-wrap:after,
.case-study-wrap-box:after,
.success-box:after {
  content: "";
  background-image: url(images/lines-background.png);
  width: 100%;
  height: 100%;
  top: 75px;
  left: 0;
  position: absolute;
  z-index: 0;
  background-size: contain;
}

.case-study-wrap-box > div,
.success-box > div {
  position: relative;
  z-index: 1;
}
.case-study-wrap-box:after,
.success-box:after {
  z-index: 0 !important;
  top: 160px;
}

.sec-detail .row {
  max-width: 1039px;
  margin: 0 auto;
}

.mutable-2-color-box.bg-white-box .btn {
  background: #108CE2;
}

.mutable-2-color-box.bg-white-box .right-wrap p {
  color: #575757;
}

.bottom-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.e-book-wrap.content-event-listing-sec {
  background: #f4f6f9;
}
.e-book-wrap.content-event-listing-sec:after {
  display: none;
}
.e-book-wrap.content-event-listing-sec .container-box.con-img-box {
  background-size: cover;
  padding: 70px 42px 130px;
  background-blend-mode: multiply;
}
.e-book-wrap.content-event-listing-sec .container-box.con-img-box h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
}
.e-book-wrap.content-event-listing-sec .container-box.con-img-box .tribe-event-date-start,
.e-book-wrap.content-event-listing-sec .container-box.con-img-box .tribe-event-date-end,
.e-book-wrap.content-event-listing-sec .container-box.con-img-box .duration.venue {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #575757;
}
.e-book-wrap.content-event-listing-sec li.ecs-event {
  padding-bottom: 38px;
  border-radius: 8px !important;
}
.e-book-wrap.content-event-listing-sec ul.ecs-event-list.slide-3 .ecs-event img {
  order: -1;
  margin-bottom: 24px;
}
.e-book-wrap.content-event-listing-sec .slick-track {
  display: flex !important;
}
.e-book-wrap.content-event-listing-sec .slick-slide {
  height: inherit !important;
}

.bg-white.mutent-lr-choice .rit-cont.v-center .btn.min-331 {
  min-width: 348px;
}

.inline-input-div .gform_wrapper.gravity-theme .description,
.inline-input-div .gform_wrapper.gravity-theme .gfield_description,
.inline-input-div .gform_wrapper.gravity-theme .gsection_description,
.inline-input-div .gform_wrapper.gravity-theme .instruction {
  clear: both;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: normal;
  line-height: inherit;
  padding-top: 13px;
  width: 100%;
  position: absolute;
  background: transparent;
  border: none;
  padding: 10px 0 0;
}

.inline-input-div .gform_wrapper .gform_validation_errors {
  background: #fff9f9;
  border: 1.5px solid #c02b0a;
  border-radius: 5px;
  box-shadow: 0 1px 4pxrgba 0, 0, 0, 0.11, 0 0 4pxrgba 18, 25, 97, 0.0405344;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 16px 16px 16px 48px;
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
}
.inline-input-div .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  align-items: center;
  display: flex;
  font-size: 28px;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
}

.page-id-1073 .btn {
  text-transform: none;
}

.mutable-lr-sec.bg-size-auto .mutable-cont ul li {
  margin-bottom: 8px;
}

.banner-head-space .banner-pd .form-image img {
  width: 100%;
}

.banner-3-box-wrap .form-image img {
  width: 100%;
}

.flex-1.banner-wd-1 {
  max-width: 25%;
}

.banner-3-box-wrap .row {
  gap: 23px;
}

.mutable-lr-sec .mutable-cont ul li {
  margin-bottom: 10px;
}

.foot-m-rp.foot-ryt-big {
  margin: 0;
}
.foot-m-rp.foot-ryt-big .foot-ryt-inr {
  padding-right: 109px;
}

.foot-m-rp.foot-ryt-big {
  width: 30%;
}

.right-foot-menu {
  width: 65%;
}

.wrap-404 {
  padding: 15px 0 50px;
}

.max-830 {
  max-width: 830px;
  margin: 0 auto;
}

.top-404 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.big-404 {
  font-size: 193px;
  text-align: center;
  color: #108CE2;
  font-family: auto;
  font-weight: bold;
  letter-spacing: 0.06em;
}

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

.bottom-404 > h5 {
  margin-bottom: 30px;
}

.contct-boxes-section .w-32:last-child a.btn {
  text-transform: none;
}

.mutable-lr-sec.bg-image-wrap {
  padding-top: 160px;
  padding-bottom: 160px;
}

.topSection.thank-you-sec .col-lg-6 {
  flex: 1 1 auto;
  width: 48%;
}

.viewVideo iframe {
  width: 100% !important;
}

.videoContentArea {
  padding-left: 30px;
}
.videoContentArea ul {
  padding-left: 30px;
}
.videoContentArea ul li {
  font-size: 16px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  position: relative;
}
.videoContentArea ul li:before {
  content: "";
  background-image: url(images/blue-tick.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: -28px;
  background-repeat: no-repeat;
  top: 9px;
}

.topSection .bg-float-horiz-box {
  background-blend-mode: unset;
  background-position: right center;
  justify-content: flex-end;
}

.ebook-second-sec .flex-1 {
  max-width: 50%;
}

.form-banner .lf-form__content form .lf-form__step .lf-form__step__item .lf-form__question__inputfield > label {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 16px !important;
  color: #000000 !important;
  padding-bottom: 14px;
}

.thank-you-sec.ebook-thankyou .row {
  justify-content: center;
}
.thank-you-sec.ebook-thankyou .row .social-link-foo {
  justify-content: center;
  margin-top: 30px;
}

.foo-info-inr a:hover {
  color: #108CE2;
}

.mutable-drop-down-sec .wrp-img-sec .img-wrap img {
  width: 100%;
}

.img-section-dtl .video-section-rp .video-sec-setup {
  position: relative;
}
.img-section-dtl .video-section-rp .video-sec-setup .vid-cover-img img {
  width: 100%;
}

.contct-boxes-section.pale-blue-light.minus-top-150 .gap-17 {
  max-width: 1000px;
  margin: 0 auto;
}

.right-box-bg-white.mutable-ryt-box .left-side {
  margin-top: 40px;
}

.bg-white.retimonial-section > div {
  position: relative;
  z-index: 2;
}

.bg-white.retimonial-section:before {
  background: linear-gradient(180deg, rgba(236, 240, 253, 0) 0%, rgba(236, 240, 253, 0.53) 14.32%, #ecf0fd 45.83%, rgba(236, 240, 253, 0.43) 84.33%, rgba(236, 240, 253, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
}

.bg-white.retimonial-section {
  position: relative;
}

.bg-pale-blue-light-100 {
  background-color: #fbfcfe;
}

.mutable-lr-sec .bg-float-horiz-box.bg-white {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.mutable-lr-sec .bg-float-horiz-box.bg-white > div {
  position: relative;
  z-index: 1;
}
.mutable-lr-sec .bg-float-horiz-box.bg-white:before {
  filter: blur(84px);
  background: #fff;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 80%;
  border-radius: 50%;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.success-box:after {
  z-index: 0 !important;
  top: 0;
}

.mutable-3-box-overlay-text.bg-box-blue .box .content p {
  line-height: 28px;
}
.mutable-3-box-overlay-text.bg-box-blue .box .content h6 {
  margin-bottom: 8px;
}

.trans-btn .btn.transparent-btn {
  min-height: 40px;
}

.modal-content.webinarModal.modal-sm .gfield.field_sublabel_below.mainLabel.field_description_below {
  background: #108ce2;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin: 2px -43px 35px;
  padding: 32px 60px;
  position: relative;
}
.modal-content.webinarModal.modal-sm label {
  padding: 15px 31px;
  width: 100% !important;
  display: flex !important;
  align-items: center;
  gap: 16px;
  max-width: 100% !important;
  border: 1px solid #108ce2;
  border-radius: 3px;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  margin-bottom: 21px !important;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #108ce2;
  position: relative;
}
.modal-content.webinarModal.modal-sm label:hover:after {
  content: "";
  width: 25px;
  height: 25px;
  z-index: 99;
  left: 32px;
  top: 50%;
  position: absolute;
  border-radius: 50px;
  background: #108ce2;
  border: 4px solid #ffffff;
  transform: translate(0, -50%);
  display: flex !important;
}
.modal-content.webinarModal.modal-sm input[type=radio]:checked + label:after {
  content: "";
  width: 25px;
  height: 25px;
  z-index: 99;
  left: 32px;
  top: 50%;
  position: absolute;
  border-radius: 50px;
  background: #108ce2;
  border: 4px solid #ffffff;
  transform: translate(0, -50%);
  display: flex !important;
}
.modal-content.webinarModal.modal-sm input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.modal-content.webinarModal.modal-sm input[type=radio] + label:before {
  border-radius: 50%;
  height: 27px;
  width: 27px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #108ce2;
  min-width: 27px;
}
.modal-content.webinarModal.modal-sm .form-banner .psaform_wrapper input[type=radio]:checked + label:after {
  content: "";
  width: 25px;
  height: 25px;
  z-index: 99;
  left: 32px;
  top: 50%;
  position: absolute;
  border-radius: 50px;
  background: #108ce2;
  border: 4px solid #ffffff;
  transform: translate(0, -50%);
  display: flex !important;
}

.modal-content.webinarModal.modal-sm #step12 label,
.modal-content.webinarModal.modal-sm #step8-1 label {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: #000 !important;
  margin: 15px 0px 10px !important;
}

.formLinkBtn a {
  line-height: 26px !important;
}

.topSection.thank-you-sec {
  min-height: calc(100vh - 400px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box-img-min-sec .box .img img {
  width: 100%;
}

.middle-sec__lr.mutable-middle-sec__lr .bg-blue.mutable-pd-middle-sec .text-center.bg-blu-right-dv {
  justify-content: center;
}

.right-box-bg-blue.mutable-ryt-box .left-side {
  margin-top: 50px;
}

input#gform_submit_button_14 {
  display: none;
}

#step8-1 label:after,
#step8-1 label:before {
  display: none !important;
}

.contct-boxes-section .w-32 {
  flex: 0 0 auto;
  width: calc(32% - 11px);
}
.contct-boxes-section .row {
  max-width: none !important;
}
.contct-boxes-section.blue-banner-boxes .row {
  max-width: 1000px !important;
}
.contct-boxes-section.blue-banner-boxes .w-32 {
  flex: 0 0 auto;
  width: calc(49% - 8px);
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st .btn.btn-transparent.white-border {
  border-color: #108CE2;
  text-shadow: -50px 0 0 transparent, 0 0 0 #108CE2;
}

#hardware-details .ahas-wrap .img-wrap img {
  max-height: 300px;
}

.blog-content-wrap ol {
  padding-left: 17px;
}
.blog-content-wrap ol li {
  color: #575757;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.bg-blue.py-70.tod-video-box p {
  color: #fff;
}

.pagination-section {
  padding-top: 10px;
}

.tod-min-container ul li {
  font-size: 16px;
  line-height: 28px;
}

.ul-blue-tick .slick-slider ul li:after {
  display: none;
}

.blog-content-wrap tbody {
  border-bottom: 1px solid #ddd;
  padding: 0;
  display: inline-block;
  margin: 20px 0;
}
.blog-content-wrap tbody td {
  padding: 0.5rem;
  min-width: 110px;
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

.tod-video-box ol {
  padding-left: 20px;
}

.tod-video-box ol li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.bg-blue.tod-video-box ol li {
  color: #fff;
}

.banner-head-space h5 {
  margin-bottom: 25px;
}

.banner-pd.bg-size-contain.banner-head-space {
  background-position: 10% 0;
}

.contct-boxes-section.blue-banner-boxes .contact-info-box-top p,
.contct-boxes-section.blue-banner-boxes .contact-info-box-top li {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.contct-boxes-section.blue-banner-boxes .contact-info-box-top h5 {
  line-height: 38px;
}

.contct-boxes-section.blue-banner-boxes .btn {
  max-width: 275px;
}

input#gform_submit_button_4 {
  display: none;
}

#myModal span.close {
  position: fixed;
  top: 13px;
  right: 15px;
  color: #fff;
  font-size: 45px;
}

.d-none-hamburger {
  display: none;
}

.hide-out-hamburger {
  display: block;
}

header .left-menu img {
  max-width: 160px;
}

.ebook-second-sec .bg-float-horiz-box {
  justify-content: flex-end;
  background-blend-mode: normal;
  background-position: center;
}
.ebook-second-sec a#myBtn {
  background-color: #fff;
  color: transparent !important;
  text-shadow: -50px 0 0 transparent, 0 0 0 #000;
}

.page-template-ebook-thankyou .webinarform_wrapper .tablinks.next {
  width: 48%;
  float: right;
}
.page-template-ebook-thankyou .webinarform_wrapper .tablinks.back {
  width: 48%;
  float: left;
}
.page-template-ebook-thankyou .webinarform_wrapper input#gform_submit_button_37 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 19px;
  padding: 21px 0;
}
.page-template-ebook-thankyou .webinarform_wrapper div#field_14_99 {
  display: flex;
  justify-content: flex-end;
  width: 48%;
  padding-left: 14px;
}
.page-template-ebook-thankyou .webinarform_wrapper div#field_14_94 .tablinks.next {
  width: 100%;
}

.bg-white.retimonial-section {
  overflow: hidden;
}

.popup .pop-box-wrap {
  max-width: 600px;
  background: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 29px 35px;
  border-radius: 10px;
}
.popup .pop-box-wrap .webinar-form_wrapper {
  max-width: unset;
  background: #fff;
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
  padding: unset;
  border-radius: 10px;
  border: unset;
  box-shadow: unset;
}
.popup .pop-box-wrap .tabcontent {
  padding: 0;
}
.popup .pop-box-wrap .close-pop {
  right: -25px;
  top: -55px;
}
.popup .pop-box-wrap .gform_wrapper.gravity-theme legend.gfield_label {
  margin: 2px -32px 35px;
  padding: 32px 60px;
  width: calc(100% + 54px);
}

.latest-resource-wrap .outer-anchor {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.latest-resource-wrap:hover .blue-link,
.latest-resource-wrap:hover .link-btn,
.slice-img-rp:hover .blue-link,
.slice-img-rp:hover .link-btn {
  color: #fff !important;
}
.latest-resource-wrap:hover .blue-link:after,
.latest-resource-wrap:hover .link-btn:after,
.slice-img-rp:hover .blue-link:after,
.slice-img-rp:hover .link-btn:after {
  filter: brightness(100);
}

.video-popup .pop-box-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-popup .pop-box-wrap iframe {
  top: unset;
  left: unset;
  transform: unset;
  width: 540px !important;
  max-width: initial;
}
.video-popup .pop-box-wrap .close-popup {
  right: -30px;
  top: -55px;
}

.success-box .row-setting {
  margin: 20px 0;
}

.success-box .flex-1 {
  max-width: 49%;
  width: 50%;
}

.success-box.my-70 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.week-cover .week-info .icon-week {
  margin-bottom: 3px;
}
.week-cover .week-info .icon-week img {
  max-height: 28.5px;
  max-width: none;
  width: 100%;
  margin: 0;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.trans-btn .btn.transparent-btn {
  min-width: 230px;
}

.banner-head-space .btn-effect {
  width: auto;
}

.top-menu-hf {
  margin-bottom: 10px;
}

.top-menu-cov .btn.transparent-btn {
  background-color: #fff;
}

#main-header {
  overflow-x: hidden;
}

.single-ebooks .mutable-lr-sec .row {
  position: relative;
}
.single-ebooks .mutable-lr-sec .row > div {
  position: relative;
  z-index: 1;
}
.single-ebooks .mutable-lr-sec .row:after {
  background: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(38px);
  z-index: 0;
}

.mutable-lr-sec .v-center .mutable-cont ul {
  margin-bottom: 15px;
}

.bor-lft-dec-sec .row {
  margin-left: -24px;
  margin-right: -24px;
}
.bor-lft-dec-sec .week-cover .week-info {
  padding: 18px 12px 18px 20px;
}

.menu-nev ul .sub-menu.desc-menu li:hover a {
  color: #000;
}
.menu-nev ul .sub-menu.desc-menu li:hover a:after {
  display: none;
}

.footer-info {
  position: relative;
  z-index: 1;
}

.banner-head-space h5 {
  max-width: 500px;
}

.mutable-ryt-box .icon-list-group .icon-list-wrap .icon-cont h6 {
  font-size: 2.2rem;
}

.e-book-wrap {
  background-image: none !important;
}

body.home .mutable-lr-sec.bg-size-auto .mutable-cont ul li {
  font-size: 20px;
}

.tab-blank-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
}

.big-card-wrap {
  padding-top: 0;
}

.bg-pos-bottom .ahas-wrap {
  flex-direction: column;
  justify-content: space-between;
}
.bg-pos-bottom .ahas-wrap .right-wrap ul li {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 28px;
}
.bg-pos-bottom .ahas-wrap .img-wrap {
  flex-direction: column;
  justify-content: center;
}
.bg-pos-bottom .ahas-wrap .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.accordian-head h6 {
  color: #000000;
  font-weight: 600;
}

.mutable-drop-down-sec .content .content-extra-head h2 {
  max-width: 465px;
}

.banner-head-space h1 {
  margin-bottom: 20px;
  margin-top: 15px;
  max-width: 500px;
}

.ver-tab-cont-setting .head {
  width: 100%;
}
.ver-tab-cont-setting .head h5 {
  max-width: 782px;
  margin: 0 auto;
}
.ver-tab-cont-setting .head h2 {
  max-width: 1107px;
  margin: 0 auto;
}

.sec-ver-wrap .right-tab-content-nr .wt-box-lft {
  padding-right: 45px;
}
.sec-ver-wrap .right-tab-content-nr .w-50 {
  width: calc(50% - 115px);
}
.sec-ver-wrap .right-tab-content-nr .w-50:first-child {
  width: 100%;
  flex: 1 1 0;
}

.view-cont-in-div {
  max-width: 800px;
  margin: 0 auto;
}
.view-cont-in-div > .w-50 {
  width: 56%;
}
.view-cont-in-div > .w-50:first-child {
  width: 44%;
}

.ver-inline-box .right-div .content-right h5 {
  line-height: 34px;
  padding-right: 10px;
}

.mutable-hexa-icon-sec.box-no-gap-design .icon-bg-dec {
  background: #f4f7f9;
}
.mutable-hexa-icon-sec.box-no-gap-design .icon-bg-dec .max-h-46 {
  max-width: 43px;
  width: 100%;
}

.menu-nev ul .sub-menu li:hover a {
  color: #000;
}
.menu-nev ul .sub-menu li:hover a:after {
  opacity: 0;
}

.btn-gray {
  background: #ebecf0;
}

.tab-section .head {
  position: relative;
  margin-bottom: 50px;
}

.color-white.banner-cont-wrap.ul-white-tick.ul-list.ul-tick.ul-blue-tick.ul-list-white {
  margin-left: 11px;
}

.banner-head-space .psaform_wrapper {
  padding-bottom: 30px;
}
.banner-head-space .privacy-data {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -10px;
  max-width: 400px;
}

.case-study-lr .auth-wrap .auth-img {
  max-width: 64px;
}

.vertical-tile .row {
  max-width: 1000px;
  margin: 0 auto;
}

.stick-arrow-wrap {
  position: absolute;
  display: flex;
  right: 50px;
  top: 53px;
  gap: 12px;
  flex-direction: row-reverse;
  left: 0;
  right: unset;
  left: 45px;
}
.stick-arrow-wrap .arrow-img {
  transform: scaleX(-1) rotate(-43deg);
}
.stick-arrow-wrap .text {
  font-size: 30px;
  font-weight: 700;
  font-family: "Caveat", cursive;
  transform: rotate(-8deg);
  margin-top: -18px;
  transform: rotate(deg);
  margin-top: 0;
}

#hardware-details .ahas-wrap {
  height: auto;
}
#hardware-details .ahas-wrap .right-wrap .ul-list ul {
  display: none;
}
#hardware-details .ahas-wrap .right-wrap .ul-list h6 {
  position: relative;
  color: #108CE2;
  text-decoration: underline;
  cursor: pointer;
}
#hardware-details .ahas-wrap .right-wrap .ul-list h6:after {
  content: "";
  position: absolute;
  background-image: url(images/arrow-down-blue.svg);
  width: 11px;
  height: 7px;
  background-repeat: no-repeat;
  top: 40%;
  transform: translate(-50%);
  margin-left: 15px;
}
#hardware-details .ahas-wrap .right-wrap .ul-list h6.active:after {
  transform: rotate(180deg);
}

.bg-blue.mutable-ryt-box .h2-max-620 h2 {
  max-width: 628px;
  margin: 0 auto;
}

.click-img-sec .accordian-image {
  align-items: flex-end;
}

.form-banner {
  margin-top: -40px;
}
.form-banner h5 {
  color: #fff;
  margin-right: 0;
  margin-bottom: 15px;
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.single-post .middle-sec__lr.mutable-middle-sec__lr .bg-blue.mutable-pd-middle-sec {
  padding-inline: 74px;
}

.banner-head-space .btn {
  line-height: 17px;
  min-width: auto;
  flex: 1 1 auto;
  max-width: 340px;
}

.slide-top-box p, .slide-top-box .p-rich_text_section {
  color: #575757;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.appointment-block-banner .head {
  max-width: 900px;
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}
.appointment-block-banner.bg-blue h1 a, .appointment-block-banner.bg-blue h2 a, .appointment-block-banner.bg-blue h3 a, .appointment-block-banner.bg-blue h4 a, .appointment-block-banner.bg-blue h5 a, .appointment-block-banner.bg-blue h6 a, .appointment-block-banner.bg-blue p a {
  color: #ffffff;
  text-decoration: underline;
}

.appointment-block-boxes .ver-box-wrap {
  box-shadow: 0px 4px 24px rgba(126, 126, 126, 0.25);
}

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

.bg-blue.active-blog .outer-anchor {
  display: flex;
  justify-content: space-between;
  color: #fff;
  gap: 40px;
}

.white-bg-cloud.case-s-dtl-sec .case-single-cover:after {
  background-color: #fff;
}

.onl-txt-sec .case-single-inr * {
  color: #000000;
}

.img-custom-setting {
  display: flex;
  justify-content: center;
}

.case-s-dtl-sec.white-bg-cloud.onl-txt-sec {
  padding: 20px 0;
}

.img-text-sec.case-s-dtl-sec .case-single-cover {
  padding-inline: 50px;
}
.img-text-sec.case-s-dtl-sec .case-single-cover P {
  font-size: 18px;
  line-height: 34px;
}

.w-59 {
  flex: 1 1 auto;
  width: 59%;
}

.w-39 {
  flex: 1 1 auto;
  width: 39%;
}

.gap-30 {
  gap: 22px;
}

.sing-case-st-sec {
  padding-top: 70px;
  padding-bottom: 60px;
}

.sing-case-st-sec .info-tim-auth .img-wrap img {
  max-width: 66px;
}

.case-s-dtl-sec.img-text-sec.blue .case-single-inr.ul-list ul li {
  font-size: 18px;
  line-height: 28px;
}

.case-s-dtl-sec.white-bg-cloud.onl-txt-sec p {
  font-size: 18px;
}

.onl-txt-sec .case-single-cover {
  box-shadow: 0px 0px 13px 2px rgba(172, 172, 172, 0.1294117647);
}

.banner-pd h6 {
  border-bottom: none;
}

.case-s-dtl-sec.img-text-sec.blue .case-single-inr > * {
  padding: 0;
}

.case-single-inr.ul-list ul {
  padding-left: 30px !important;
}

.case-s-dtl-sec.white-bg-cloud.onl-txt-sec .case-single-inr {
  max-width: unset;
}

.case-s-dtl-sec.img-text-sec.blue .case-single-inr {
  margin-top: -12px;
}

.box-img-min-sec .box .img img {
  border-radius: 10px;
}

.banner-head-space .color-white h6 {
  border-bottom: none;
}

body * {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.page-template-ebook-thankyou .right-menu {
  display: none;
}
.page-template-ebook-thankyou header .pdding-head {
  padding: 15px 0;
}
.page-template-ebook-thankyou header .pdding-head .left-menu a {
  justify-content: center;
  display: flex;
}
.page-template-ebook-thankyou .topSection .contentBox {
  padding: 50px 0;
}

.blog-content-wrap.quiz-sec-wrap {
  max-width: 1024px;
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st > * {
  margin: 0 auto;
  margin-top: 30px;
}

.img-section-dtl .author-row .auth-r-cont {
  margin-left: 20px;
}

.img-section-dtl .author-row {
  gap: 0;
}

.success-box .flex-1.grey-shadow-4-24 {
  box-shadow: none;
}
.success-box .img-section-dtl {
  box-shadow: 0px 4px 24px rgba(196, 196, 196, 0.25);
}

.e-book-wrap .gap-34 {
  gap: 0;
}
.e-book-wrap .latest-resource-wrap {
  margin: 0 15px 30px !important;
  max-width: 31%;
}

.case-s-dtl-sec .img-custom-setting img {
  border-radius: 9px;
}

.sec-resource .tab-head .latest-resource-wrap a {
  box-shadow: none;
}

.banner-head-space .btn {
  text-align: center;
}

.bg-alice-blue-600.mutable-lr-sec, .mutable-lr-sec .rev-box.gap-40 {
  gap: 0;
}
.bg-alice-blue-600.mutable-lr-sec .inner-image-box .v-center, .mutable-lr-sec .rev-box.gap-40 .inner-image-box .v-center {
  margin-top: 30px;
}
.bg-alice-blue-600.mutable-lr-sec .v-center, .mutable-lr-sec .rev-box.gap-40 .v-center {
  margin-top: 30px;
}

.mutable-lr-sec .rev-box.gap-40 .v-center {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mutable-lr-sec .rev-box.gap-40 .v-center .mutable-cont {
  right: 30px;
}
.mutable-lr-sec.rev-row-div .rev-box.gap-40 .v-center .mutable-cont {
  left: 30px;
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st .email-bottom-inline {
  margin-bottom: 27px;
}

.mutable-lr-sec.rev-row-div .row.rev-box.gap-40.inner-image-box .v-center {
  margin-left: 30px;
}

.mutable-lr-sec.rev-row-div .rev-box.gap-40 .v-center .mutable-cont {
  left: 0;
}

.mutable-lr-sec .rev-box.gap-40 .v-center .mutable-cont {
  right: 0;
  padding-right: 30px;
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st .email-bottom-inline {
  margin-bottom: 50px;
}

.rev-row-div.mutable-lr-sec .rev-box.gap-40 .v-center .mutable-cont, .link-btn-wrap {
  right: 0;
  padding-right: 0;
  padding-left: 30px;
}

.trans-btn.pl-44.mob-button-top {
  display: none;
}

.mobile-foo-bottom {
  display: none;
}

.mobile-img-show__cont {
  display: none;
}

.use-content {
  display: none;
}

.top-sec {
  display: flex;
  flex-direction: column;
}

.use-for-cont {
  display: none;
}

.case-s-dtl-sec.img-text-sec.blue .case-single-cover .case-single-inr {
  max-width: 710px;
}
.case-s-dtl-sec.img-text-sec.blue .case-single-cover .case-single-inr ol {
  padding-left: 15px;
}

.tab-blank-content-box .tab-blank-content .row {
  justify-content: center;
}
.tab-blank-content-box .tab-blank-content .row .w-50 {
  width: auto;
  flex: 1;
}

.tab-blank-content .right-wrap p {
  margin-bottom: 25px;
}
.tab-blank-content .right-wrap ol {
  margin-bottom: 25px;
  margin-left: 20px;
}
.tab-blank-content .right-wrap ol li {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  list-style: disc;
}
.tab-blank-content .right-wrap ul {
  margin-left: 20px;
  margin-bottom: 25px;
}
.tab-blank-content .right-wrap ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  list-style: disc;
}

.tribe-events-view {
  max-width: 900px;
  margin: 0 auto;
}

button.tribe-common-c-btn.tribe-events-c-search__button {
  background-color: #108CE2 !important;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  border: 1px solid #108CE2;
  color: #108CE2;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #108CE2 !important;
}

ul.tribe-events-sub-nav li:after {
  content: "" !important;
  background-image: unset !important;
}

ul.tribe-events-sub-nav {
  padding-left: 0 !important;
}

.latest-resource-wrap .lat-img img {
  margin: 0 auto;
}

button.tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected {
  background-color: #108CE2;
}

section.tribe-events-calendar-month-mobile-events {
  width: 98%;
  margin: 0 auto !important;
  position: unset;
}

.top-menu-hf:after {
  display: none;
}

.top-menu-cov .btn.transparent-btn {
  background: transparent;
  border: none;
  box-shadow: none;
}

.top-menu-cov .btn.transparent-btn:hover {
  text-shadow: 0 0 0 #000, 50px 0 0 transparent !important;
}

.top-menu-cov .btn.transparent-btn:before {
  display: none !important;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus {
  background: #108ce2 !important;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active {
  background: #108ce2 !important;
}

.btn:hover .pre-icon img {
  filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(258deg) brightness(0) contrast(100);
}

.mutable-hexa-icon-sec.box-no-gap-design.icon-block-2 .border-6.mode-bg-hexa-in-box.py-70 {
  padding-top: 0;
  padding-bottom: 0;
}

.tribe-events-c-subscribe-dropdown__content {
  display: none !important;
}

.tribe-events-c-subscribe-dropdown__content.active {
  display: block !important;
}

.tab-blank-content .view-tech-box .right-wrap ul li {
  list-style: none;
}

.bg-white.box-no-gap-design .mode-bg-hexa-in-box {
  background-repeat: no-repeat;
  background-size: cover !important;
}

.thank-you-wrap {
  margin-bottom: 30px;
}

.middle-sec__lr.mutable-middle-sec__lr.bg-white {
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0);
}

.pagination-section-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.case-s-dtl-sec.img-text-sec.blue .case-single-cover .case-single-inr {
  margin-left: 0;
}

.case-s-dtl-sec.img-text-sec.blue .case-single-inr.ul-list ul li {
  font-weight: 400;
}

.popup .pop-box-wrap .gform_wrapper.gravity-theme legend.gfield_label {
  border-radius: unset;
  right: 0;
}

.middle-sec__lr.mutable-middle-sec__lr.bg-white .bg-white.py-80.mutable-pd-middle-sec {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.mobile-play.abut-pl {
  flex-direction: column;
  justify-content: center;
}

.mobile-play.abut-pl.relative .iframe-wrapper iframe {
  width: calc(100% - 50px) !important;
  border: none;
  aspect-ratio: 16/9;
}

.middle-sec__lr.mutable-middle-sec__lr .mutable-pd-middle-sec {
  background-blend-mode: unset;
}

.banner-head-space {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat .rev-box .img-wrap img {
  margin: 0 auto;
  margin-right: 0;
  width: 100%;
  max-width: 550px;
}
.mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .rev-box .img-wrap {
  margin: 0 auto;
  margin-right: auto;
  margin-left: 0;
}
.mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .rev-box .img-wrap img {
  margin: 0 auto;
  margin-right: auto;
  margin-left: 0;
  width: 100%;
  max-width: 550px;
}

.mutable-lr-sec.rev-row-div .img-wrap {
  margin: 0 auto;
  margin-right: auto;
  margin-left: 0;
}

.banner-head-space .btn.btn-transparent:before {
  background: #000 !important;
}
.banner-head-space .btn.bg-black:before {
  background: #fff !important;
}
.banner-head-space .btn.bg-black:hover {
  text-shadow: 0 0 0 #108CE2, 50px 0 0 transparent !important;
}

.section#blog-listing-block {
  background: none !important;
}

.success-box:after {
  background-repeat: no-repeat;
  background-size: cover;
}

.page-id-8 section.banner-pd.bg-no-repeat.bg-size-cover.bg-liner-black.banner-head-space.mobile-wrapper {
  padding-top: 135px;
  padding-bottom: 135px;
}

.top-menu-cov .btn.transparent-btn {
  justify-content: flex-end;
  padding-right: 0;
}

.video-overlay-wrapper {
  position: relative;
}
.video-overlay-wrapper .round-play.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-overlay-wrapper .iframe-wrapper iframe {
  aspect-ratio: 16/9;
  border: none;
  width: 100% !important;
  height: 100%;
  border-radius: 8px;
  min-height: 280px;
}

.validation_message {
  display: none;
}

div#gf_progressbar_wrapper_17 {
  display: none;
}

.gform_page_footer.top_label {
  display: flex;
}
.gform_page_footer.top_label input, .gform_page_footer.top_label input#gform_previous_button_17_16, .gform_page_footer.top_label input#gform_previous_button_17 {
  min-height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  background: #108CE2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  display: flex !important;
  cursor: pointer;
  flex: 1;
  min-width: 100%;
  border: none;
}

div#gform_page_17_3 .gform_page_footer.top_label input {
  width: 100% !important;
  min-width: 100%;
}

div#gform_page_17_3 .gform_page_footer.top_label {
  max-width: 50% !important;
}

.gform_page_footer.top_label input, .gform_page_footer.top_label input#gform_previous_button_17_16 {
  width: 46%;
  min-width: 43%;
}

.video-overlay-wrapper {
  border-radius: 8px;
  overflow: hidden;
  margin-right: 30px;
}

.form-banner .psaform_wrapper label:not(.form-banner .psaform_wrapper #step8-1 label, .form-banner .psaform_wrapper #step12 label) {
  display: flex;
  width: auto !important;
}

input#gform_submit_button_4 {
  display: block !important;
  height: 0;
  width: 0;
  border: 0;
  opacity: 0;
}

div#gform_page_17_3 fieldset#field_17_6 legend.gfield_label.gfield_label_before_complex {
  padding: 0 !important;
  margin: 0;
}

#gform_ajax_spinner_17, .gform_ajax_spinner {
  display: none !important;
}

div#gform_page_17_3 {
  padding-top: 15px;
}

div#gform_wrapper_17 div#gform_17_validation_container {
  top: 10px;
}

div#gform_fields_17_3 .gfield_label {
  padding: 0;
  margin-bottom: 0;
  font-weight: 400 !important;
  padding-bottom: 0;
  padding-top: 10px;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

input#gform_submit_button_14 {
  display: none;
  display: block;
  width: 0 !important;
  height: 0 !important;
  min-width: 0;
  opacity: 0;
}

div#myModal .modal-content {
  background-color: #fefefe;
  padding: 0px;
  border: 1px solid #888;
  width: auto;
  max-width: 612px;
  min-height: auto;
  position: relative;
  top: 18vh;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: 0;
}

.page-template-ebook-thankyou .webinarform_wrapper div#field_14_99 {
  display: flex;
  justify-content: left;
  width: 50%;
  padding-left: 14px;
}

.page-template-ebook-thankyou .webinarform_wrapper .tablinks.back {
  width: 50%;
  float: left;
}

.page-template-ebook-thankyou .webinarform_wrapper input#gform_submit_button_37 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 19px;
  padding: 21px 0;
  min-width: auto;
}

.topSection.thank-you-sec {
  margin-bottom: 50px;
}

#myModal span.close {
  top: -51px;
  right: -3px;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  border: 1px solid #bebebe;
  border-radius: 5px;
}

.mutable-hexa-icon-sec.box-no-gap-design .icon-bg-dec .max-h-46 {
  min-height: 44px;
}

.modal-content.webinarModal.modal-sm div#gform_wrapper_14 div#step8-1 label {
  gap: 0px;
}

fieldset#field_17_5 span.gfield_required span.gfield_required.gfield_required_asterisk {
  display: none;
}

.row.rev-box.gap-40 {
  max-width: 1300px;
  margin: 0 auto;
}

.mutable-lr-sec .row > div {
  display: flex;
  flex-direction: column;
}

.case-study-lr .quote-img img {
  max-width: 54px;
}

.img-mh-64 img {
  max-width: 180px;
  min-height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.top-menu-cov .btn.transparent-btn {
  min-width: auto;
  padding-left: 0;
}
.top-menu-cov .btn.transparent-btn:hover {
  color: #000 !important;
  text-shadow: none !important;
  transition: 0.3s;
}
.top-menu-cov .btn.transparent-btn:hover .pre-icon img {
  filter: brightness(0);
}
.top-menu-cov .btn.transparent-btn .pre-icon img {
  transition: 0.2s;
}

.week-cover {
  margin: 0 30px;
}

form#leadgenform_58026319-434b-42c2-891a-cc7b02dc1c57 {
  margin-top: 50px;
}

.video-wrap iframe {
  width: 100% !important;
}

.ul-blue-tick ul > li ul li:after {
  content: "";
  background-image: url(images/blue-tick.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: -28px;
  background-repeat: no-repeat;
  top: 9px;
  opacity: 1;
}

.blog-content-wrap figure:empty {
  margin: 0;
}

.footer-info {
  padding-top: 40px;
}
.footer-info .row {
  display: flex;
  height: 100%;
  align-items: center;
}
.footer-info .foo-info-inr p {
  margin: 0;
}

.copywrite-wrap {
  margin-top: 40px;
}

.contct-boxes-section .book-a-demo_wrapper div#field_15_13, .contct-boxes-section .book-a-demo_wrapper div#field_11_13, .contct-boxes-section .book-a-demo_wrapper div#field_11_15, .contct-boxes-section .book-a-demo_wrapper .gfield.gfield--width-full, .contct-boxes-section .book-a-demo_wrapper div#field_11_16 {
  -ms-grid-column-span: 6 !important;
  grid-column: span 6 !important;
}

.ebook-second-sec .bg-float-horiz-box {
  justify-content: flex-end;
  background-blend-mode: normal;
  background-position: right;
  background-size: auto;
}

div#myModal {
  display: none;
}

.quiz-main-section {
  background-image: url(https://insightcladev.wpengine.com/wp-content/themes/insightcla/assets/images/graphic-bg.png);
  background-size: contain;
  max-width: 100%;
}

fieldset#field_17_6 div#input_17_6 input#input_17_6_3, fieldset#field_17_6 div#input_17_6 input#input_17_6_6 {
  border: 1px solid #bebebe;
  border-radius: 5px;
}

div#field_11_6 textarea#input_11_6 {
  border: 1px solid #bebebe;
  border-radius: 5px;
}

.bg-blue.active-blog .outer-anchor {
  width: 100%;
}

div#input_17_18 iframe {
  transform: none;
  left: 0;
  position: unset;
  margin-top: 15px;
  height: 90px !important;
  aspect-ratio: auto !important;
  min-height: auto !important;
  max-width: 100%;
}

.bg-liner-black:after {
  background: linear-gradient(267.93deg, rgba(27, 27, 27, 0.6588235294) 35.04%, rgba(14, 13, 13, 0.4784313725) 45.43%, rgba(15, 140, 226, 0.1) 59.01%, rgba(0, 0, 0, 0) 78.34%, rgba(0, 0, 0, 0) 79.97%, rgba(0, 0, 0, 0) 97.29%) !important;
}

.single-case-studies .case-s-dtl-sec.white-bg-cloud.onl-txt-sec .case-single-cover .case-single-inr > * {
  padding: 0;
}

.single-case-studies .bg-blue.bg-no-repeat.bg-size-cover.case-single-cover.color-white.py-80.border-radius-9 {
  padding: 40px;
}

.single-case-studies .bg-no-repeat.bg-size-cover.case-single-cover.py-80.border-radius-9 {
  padding: 40px;
}

.single-case-studies .case-s-dtl-sec.white-bg-cloud.onl-txt-sec .case-single-inr p:last-child {
  margin: 0;
}

.single-case-studies .case-s-dtl-sec.img-text-sec.blue .case-single-cover .case-single-inr p:last-child {
  margin: 0;
}

.single-case-studies .case-s-dtl-sec.white-bg-cloud.onl-txt-sec {
  margin-right: 40px;
  margin-left: 40px;
}

body.home .tab-section .tab-cotainer .tab-content-div.bg-size-cover {
  margin-bottom: 0;
}

.add-neurotech-details-section .tab-blank-content-box .tab-blank-content .color-bg-wd-crd {
  padding: 30px 40px 27px 40px;
}
.add-neurotech-details-section .tab-blank-content-box .tab-blank-content .color-bg-wd-crd h5:empty {
  margin: 0;
}

#hardware-details .ahas-wrap.parent-active {
  height: 100%;
}

.tab-section .head {
  position: relative;
  margin-bottom: 30px;
}

.tab-section.sec-resource.mutable-sec-resourece.bg-alice_blue_400 .row.row-setting .tab-content-wrapper .tab-content-div {
  background: #ffffff;
  padding: 30px 67px 77px;
}

.sec-ver-wrap .right-tab-content-nr .wt-box-lft {
  text-align: justify;
}

.sec-ver-wrap .right-tab-content-nr .wt-box-lft p:last-child {
  margin: 0;
  padding: 0;
}

.sec-ver-wrap .side-tab-rp {
  margin: 13px 0;
}
.sec-ver-wrap .side-tab-rp .tab-btn {
  margin: 14px 0;
}
.sec-ver-wrap .side-tab-rp .tab-btn-wrap:last-child a {
  margin-bottom: 0;
}
.sec-ver-wrap .side-tab-rp .tab-btn-wrap:first-child a {
  margin-top: 0;
}

.sec-ver-wrap .right-tab-content-nr {
  padding: 35px 40px 30px 40px;
}

.mutable-zig-zag-ver-box .ver-inline-box-wrap .ver-inline-box-dec .right-div {
  padding: 30px 40px 27px 20px;
}

.mutable-zig-zag-ver-box .ver-inline-box-wrap .ver-inline-box:nth-child(even) .ver-inline-box-dec .right-div {
  padding: 30px 20px 27px 40px;
}

.bg-pos-bottom.mutable-2-color-box.bg-no-repeat.bg-size-cover.bg-blue-box .row .ahas-wrap {
  padding: 20px 21px 10px;
}

.mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .head.h2-head.h5-head.text-center.h5-black-300.h5-weight-400.mb-50.max-880.mode-head.h2-mb-20 h2 {
  margin-bottom: 10px;
}

.w-33.wd-gap:last-child > div, .w-33.wd-gap:nth-last-child(2) > div, .w-33.wd-gap:nth-last-child(3) > div {
  margin-bottom: 0 !important;
}

.box-no-gap-design.mutable-hexa-group.bg-white .border-6.mode-bg-hexa-in-box.py-70 .mt-60 {
  margin-top: 40px;
}

.mutable-lr-sec.plus-min-box-sec.rev-row-div .img-wrap {
  margin: 0 auto;
}
.mutable-lr-sec.plus-min-box-sec.rev-row-div .row > div {
  justify-content: center;
}

.box {
  padding: 0 24px 15px;
}

section.bg-alice_blue_400.py-112.right-box-bg-blue.mutable-ryt-box, section.bg-blue.py-112.right-box-bg-white.mutable-ryt-box, section.bg-alice_blue_400.py-112.right-box-bg-white.mutable-ryt-box {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mutable-ryt-box .icon-list-wrap.row:last-child {
  margin: 0;
}

.bg-white.tile-box .head {
  margin-bottom: 20px;
}

.tile-box .mutable-section .text-center.mt-60.flex.gap-17.justify-content-center.full-width-btn {
  margin-top: 35px;
}

.tile-box .head {
  margin-bottom: 20px;
}

.e-book-main-wrap .lat-img-no-minus img {
  max-width: 210px;
}

.mutable-3-box-overlay-text .head h2, .mutable-hexa-no-gap-left-align-brd.two-blue-color-box .head h2 {
  margin-top: -13px;
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st > h4 {
  margin-top: -12px;
}

footer.footer.pt-112 {
  padding-top: 64px;
}

.footer-info {
  margin-top: 64px;
}

section.py-112.bg-blue.flex-container-box__content {
  padding-top: 70px;
  padding-bottom: 70px;
}

section.py-70.bg-blue.mutable-lr-sec.plus-min-box-sec.rev-row-div .head h2 {
  margin-top: -13px;
}

section.py-112.bg-no-repeat.bg-cover.bg-blue.bg-pos-bottom.bg-no-repeat.bg-size-cover.mutable-drop-down-sec.rev-row-div {
  padding-top: 70px;
  padding-bottom: 70px;
}

section.py-112.sec-ver-wrap.bg-no-repeat.bg-size-cover.bg-pos-bot-center {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sec-ver-wrap.bg-no-repeat.bg-size-cover.bg-pos-bot-center .head h2,
.bg-size-contain.bg-no-repeat.bg-alice_blue_400.big-ver-box-sec .head h2,
.retimonial-section .slider-2-sec .h6-bottom-line h6,
.right-box-bg-blue.mutable-ryt-box .head h2,
.tile-box .head h2,
.tab-section.sec-resource.mutable-sec-resourece .head h2,
.right-box-bg-white.mutable-ryt-box .head-h2,
.right-box-bg-white.mutable-ryt-box .head h2,
.mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .head h2,
.single-img-sec__rp.bg-blue.bg-no-repeat.bg-size-cover .head h2,
.mutable-zig-zag-ver-box .head h2,
.mutable-drop-down-sec .content .content-extra-head h2,
.mutent-lr-choice.mutent-lr-choice-center-mode .row .right-gt-st h2,
#hardware-details .head h2,
.flex-container-box__content .head h2 {
  margin-top: -12px;
}

.middle-sec__lr.mutable-middle-sec__lr .mutable-pd-middle-sec {
  padding: 50px 20px;
}

.mutable-drop-down-sec.rev-row-div .content .accordian-in .accordian-box:last-child {
  margin: 0;
}

.tab-section .head,
.tile-box .head,
.retimonial-section .mb-50,
.h5-mb-20 h5,
.mutable-lr-sec.plus-min-box-sec.rev-row-div .head h2 {
  margin-bottom: 15px;
}

.single-img-sec__rp.bg-blue.bg-no-repeat.bg-size-cover .head,
.mutable-lr-sec.plus-min-box-sec.rev-row-div .head,
.mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .head {
  margin-bottom: 30px;
}

.click-img-sec .content .accordian-box:last-child {
  margin: 0;
}

.click-img-sec.mutable-drop-down-sec h5 {
  margin-top: 15px;
}

.sec-ver-wrap.bg-size-cover.bg-pos-bot-center .ver-tab-cont-setting .full-width-btn {
  margin-top: 45px;
}

.middle-sec__lr.mutable-middle-sec__lr.bg-white .row.bg-blue.py-80.mutable-pd-middle-sec .w-50.cta-b-3-ryt .text-center.flex.gap-17.justify-content-end.bg-blu-right-dv {
  justify-content: flex-end;
}

.bg-size-contain.bg-no-repeat.big-ver-box-sec .head.mb-60, section.py-112.bg-blue.flex-container-box__content .head {
  margin-bottom: 30px;
}

.w-25.cnt-dv:nth-last-child(2) > div, .w-25.cnt-dv:nth-last-child(1) > div, .w-25.cnt-dv:nth-last-child(3) > div, .w-25.cnt-dv:last-child > div, .w-25.cnt-dv:nth-last-child(4) > div {
  margin: 0;
}

.inner-box-settings {
  padding: 70px 40px 101px;
}

.w-25.cnt-dv:nth-last-child(2) > div .ryt-cont p, .w-25.cnt-dv:nth-last-child(1) > div .ryt-cont p, .w-25.cnt-dv:nth-last-child(3) > div .ryt-cont p, .w-25.cnt-dv:last-child > div .ryt-cont p, .w-25.cnt-dv:nth-last-child(4) > div p {
  margin: 0;
}

.tab-section.sec-resource.mutable-sec-resourece.bg-alice_blue_400 .row.row-setting .tab-content-wrapper .tab-content-div {
  padding: 30px 67px 60px;
}

.middle-sec__lr.mutable-middle-sec__lr .bg-blue.mutable-pd-middle-sec {
  padding: 27px 0 32px;
  padding-left: 40px;
  padding-right: 40px;
}

.case-s-dtl-sec.img-text-sec.blue {
  padding-top: 70px;
  padding-bottom: 70px;
}

.banner-pd.bg-no-repeat.bg-cover.bg-liner-black.banner-head-space.on-mobile-bg .mobile-play.abut-pl .round-play.show-popup.center .pop-click.play-wrap {
  margin-top: 120px;
}

.mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st .email-bottom-inline {
  margin-bottom: 0;
}

.e-book-wrap .latest-resource-cont {
  margin-bottom: 0;
}

.op-for-desk:last-child {
  margin: 0;
}

.latest-resource-wrap .lat-img img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 270px;
}

.mutable-zig-zag-ver-box .full-width-btn {
  margin-top: 30px;
}

.mutable-2-color-box.bg-no-repeat.bg-size-cover.bg-blue-box .head {
  margin-bottom: 33px;
}

section#hardware-details .head {
  margin-bottom: 35px;
}

.add-neurotech-details-section .row.mb-40 {
  margin: 0;
}
.add-neurotech-details-section .row.mb-40 .right-wrap > .text-center.mt-20.flex {
  margin: 0;
}
.add-neurotech-details-section .row.mb-40 .right-wrap p:nth-last-child(2) {
  margin: 0;
}

.add-neurotech-details-section .big-card-wrap .tab-blank-content-box.bg-pos-bot-right {
  padding-bottom: 72px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.middle-sec__lr.mutable-middle-sec__lr.bg-white .row.bg-white.py-80.mutable-pd-middle-sec, .bg-size-contain.mutable-2-color-box .head {
  margin-bottom: 35px;
}

.mutable-2-color-box.bg-no-repeat.bg-size-cover.bg-white-box .text-center.mt-60.flex.gap-17.justify-content-center.full-width-btn {
  margin-top: 35px;
}

.top-header-icon-with-title {
  display: flex;
}

/* .top-header-icon-with-title .use-title-title.for-icon-with-title p {
  display: none;
} */
.top-sec {
  display: flex;
  flex-wrap: wrap;
}
.top-sec .only-content {
  margin-top: 10px;
}
.top-sec .only-content h6 {
  display: none;
}
.top-sec .top-header-icon-with-title {
  display: flex;
  flex-wrap: wrap;
}
.top-sec .top-header-icon-with-title .use-title-title.for-icon-with-title {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.only-content {
  margin-top: 10px;
}
.only-content h6 {
  display: none;
}

.bg-pos-bottom .ahas-wrap .img-wrap.img-with-title-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin-bottom: 17px;
}
.bg-pos-bottom .ahas-wrap .img-wrap.img-with-title-wrap .right-wrap.h3-weight-400.color-white.use-for-head.use-title-only p {
  display: none;
}

.right-wrap.h3-weight-400.color-white.use-for-head.only-content-bot > h5 {
  display: none;
}

.mutable-2-color-box .ahas-wrap .icon-bg-dec {
  margin: 0;
}

.middle-sec__lr.mutable-middle-sec__lr.bg-alice_blue_600.bg-blue.py-80.mutable-pd-middle-sec, .middle-sec__lr.mutable-middle-sec__lr.bg-white.bg-blue.py-80.mutable-pd-middle-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
}

.middle-sec__lr.mutable-middle-sec__lr.bg-white.bg-blue.py-80.mutable-pd-middle-sec .color-white {
  color: #fff;
}

.bg-white.mutable-pd-middle-sec .btn-setting {
  background-color: #ffffff;
  text-shadow: -50px 0 0 transparent, 0 0 0 #108ce2;
}

.tab-blank-content-box.bg-pos-bot-right.bg-no-repeat .bg-grey-4-24.tab-blank-content > div {
  padding-bottom: 40px;
}

.add-neurotech-details-section .big-card-wrap {
  display: flex;
  justify-content: center;
}

.top-sec .top-header-icon-with-title {
  margin-bottom: 15px;
}

/**************IPAD****************/
@media (min-width: 1024px) {
  .menu-nev ul li a {
    font-size: 17px;
  }
}
@media (min-width: 1220px) {
  .menu-nev ul li a {
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  .blog-bg-setting {
    background: space;
    background-size: cover;
    background-repeat: repeat-x;
  }
  .blog-bg-setting.mutable-3-box {
    background-size: contain;
    background-repeat: repeat;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
    padding: 0;
  }
  .full-width, section, .blog-content-wrap figure {
    padding: 0 40px;
  }
  body, html, footer.footer {
    background: #F9FBFE !important;
  }
  .master-container-wrap {
    box-shadow: 12px 0 15px -12px rgba(17, 140, 226, 0.0901960784), -12px 0 8px -12px rgba(17, 140, 226, 0.0901960784);
  }
  .middle-sec__lr.mutable-middle-sec__lr {
    padding: 0;
  }
  .tab-blank-content-box.bg-pos-bot-right .tab-blank-content {
    margin: 0 120px;
  }
  .thank-you-wrap {
    min-height: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .mutable-lr-sec.rev-row-div .img-wrap {
    margin: 0 auto;
    margin-right: auto;
    margin-left: 0;
  }
  .video-popup .pop-box-wrap iframe {
    top: unset;
    left: unset;
    transform: unset;
    width: 100% !important;
    max-width: 100%;
    height: 540px !important;
  }
  .banner-head-space h5 {
    max-width: unset;
  }
  .mutable-drop-down-sec .wrp-img-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mutable-drop-down-sec .wrp-img-sec .img-wrap img {
    width: 100%;
    max-height: 480px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 26px;
    overflow: hidden;
  }
  .tab-section .head {
    position: relative;
    margin-bottom: 50px;
    max-width: 920px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .tab-section .head .stick-arrow-wrap {
    left: -106px;
  }
  section.py-70.bg-black.mutent-lr-choice.bg-no-repeat {
    padding-left: 60px;
    padding-right: 60px;
  }
  section#blog-listing-block .mutable-3-box-cont.box-img-min-sec {
    justify-content: center;
  }
  .mutable-ryt-box .row {
    margin-right: 65px;
    margin-left: 65px;
  }
  .mutable-drop-down-sec.rev-row-div {
    padding-left: 90px;
    padding-right: 90px;
  }
  .case-study-lr.bg-size-cover .gap-137 {
    gap: 112px;
  }
  .bg-pale-blue-light.case-study-wrap-box {
    padding-bottom: 0;
  }
  .bg-black.mutent-lr-choice.mutent-lr-choice-center-mode {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .case-s-dtl-sec.img-text-sec.blue {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-info {
    margin-top: 60px;
  }
  footer.footer {
    padding-top: 100px;
  }
  .add-neurotech-details-section {
    padding: 0;
  }
  .e-book-wrap:after, .case-study-wrap-box:after, .success-box:after {
    top: 108px;
  }
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat .rev-box .img-wrap img {
    margin: 0 auto;
    margin-right: 0;
  }
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .rev-box .img-wrap {
    margin: 0 auto;
    margin-right: auto;
    margin-left: 0;
  }
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .rev-box .img-wrap img {
    margin: 0 auto;
    margin-right: auto;
    margin-left: 0;
  }
  section.sec-success-rr {
    padding: 0;
  }
  section.sec-success-rr > div {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .rev-box .img-wrap {
    height: 100%;
    justify-content: center;
    flex-direction: column;
  }
  .quiz-main-section {
    background-image: none;
    background-size: contain;
    max-width: 100%;
  }
  .quiz-main-section .blog-content-wrap.quiz-sec-wrap.ul-list-16.ul-list.ul-blue-tick.\.ul-list-black-400 {
    background-image: url(https://insightcladev.wpengine.com/wp-content/themes/insightcla/assets/images/graphic-bg.png);
    background-size: cover;
    max-width: 100%;
  }
  .middle-sec__lr.mutable-middle-sec__lr.bg-white .container {
    max-width: 1260px;
  }
  .video-popup .pop-box-wrap {
    min-width: 900px;
  }
  .middle-sec__lr.mutable-middle-sec__lr.bg-alice_blue_600.bg-blue.py-80.mutable-pd-middle-sec, .middle-sec__lr.mutable-middle-sec__lr.bg-white {
    padding: 40px;
  }
}
@media (min-width: 1600px) and (max-width: 1650px) {
  footer.footer .container, header#main-header .container {
    padding: 0 10px;
  }
}
@media (max-width: 1600px) {
  .full-width, section, .blog-content-wrap figure {
    width: calc(100vw - 9px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: 50vw !important;
  }
  .stick-arrow-wrap {
    position: absolute;
    display: flex;
    right: 50px;
    top: 35px;
    gap: 12px;
    flex-direction: row-reverse;
    left: 0;
    right: unset;
    left: 45px;
  }
}
@media (max-width: 1300px) {
  .mutent-lr-choice .rit-cont .right-gt-st .btn-effect {
    max-width: 400px;
  }
  .mutent-lr-choice .rit-cont .right-gt-st .flex .btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .mutent-lr-choice .rit-cont .right-gt-st .flex {
    flex-direction: column;
  }
  .blog-bg-setting.mutable-3-box .mutable-3-box-cont.box-img-min-sec .w-30 {
    width: 29;
    max-width: calc(29% - 3px);
  }
  .menu-nev ul > li {
    padding-right: 60px;
  }
  .tab-section .head {
    position: relative;
    margin-bottom: 50px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
  .tab-section .head .stick-arrow-wrap {
    flex-direction: row-reverse;
    left: 0;
    right: unset;
    left: -216px;
  }
  .tab-section .head .stick-arrow-wrap .arrow-img {
    transform: scaleX(-1) rotate(-43deg);
  }
  .tab-section .head .stick-arrow-wrap .text {
    transform: rotate(deg);
    margin-top: 0;
  }
  .banner-head-space .btn-effect {
    min-width: 320px;
  }
  .tab-blank-head ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tab-blank-head ul li {
    max-width: 24%;
    width: 24%;
    flex: 1 1 auto;
    margin: 0px 15px;
    text-align: center;
  }
  .full-width, section, .blog-content-wrap figure {
    padding-left: 9px;
  }
  .mutable-lr-sec.plus-min-box-sec.rev-row-div .row > div {
    justify-content: flex-start;
  }
}
@media (max-width: 1160px) {
  .menu-nev ul > li {
    padding-right: 35px;
  }
  .menu-nev ul li:last-child {
    padding-right: 0;
  }
  .flex {
    flex-wrap: wrap;
  }
  .btn-effect {
    margin-bottom: 10px;
  }
  .btn {
    width: 100%;
  }
  .btn-effect {
    margin-bottom: 10px;
    width: 100%;
  }
  .right-menu .btn-effect .btn, .right-menu .btn-effect {
    width: auto;
  }
  .bg-size-cover {
    background-position: center;
  }
  .banner-head-space .btn-wrap {
    max-width: 90%;
  }
  .logo-trey {
    justify-content: space-evenly;
  }
  .py-112.bg-black.mutent-lr-choice.mutent-lr-choice-center-mode .text-center.mt-40.flex.justify-content-center {
    max-width: 400px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .mutable-ryt-box .left-side {
    padding-right: 30px;
  }
  .txt-ovr-img {
    font-size: 34px;
  }
  .tod-min-container .ul-setting {
    margin-left: 20px;
    margin-right: 20px;
  }
  .video-wrap {
    padding: 0 10px;
  }
  .box-half {
    width: 45%;
  }
  .full-width-btn {
    max-width: 400px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-ver-wrap .side-tab-rp .tab-btn {
    padding: 7px 20px;
    min-height: 50px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 28px;
    margin-right: 5px;
    margin-left: 5px;
  }
  section.bg-blue.py-112.mutable-zig-zag-ver-box .text-center.mt-60.full-width-btn {
    margin-top: 0;
  }
  .foot-m-rp:first-child.mr-100.h5-mb-10 {
    margin-right: 30px;
  }
  .mutable-drop-down-sec .rev-row-div .rev-box {
    flex-direction: column-reverse;
  }
  .mutable-drop-down-sec .latest-resource-wrap {
    padding: 28px 15px;
    margin-top: 170px;
  }
  .mutable-drop-down-sec .gap-34 {
    gap: 15px;
  }
  .mutable-drop-down-sec.rev-row-div .img-wrap {
    justify-content: center;
  }
  .mutable-drop-down-sec .rev-row-div .rev-box {
    flex-direction: column-reverse;
  }
  .mutable-lr-sec.rev-row-div .img-wrap {
    display: flex;
    justify-content: center;
  }
  .bg-pos-bottom.mutable-drop-down-sec.rev-row-div .wrp-img-sec .img-wrap img {
    max-width: 400px;
    margin: 0 auto;
  }
  .foo-info-inr {
    padding-right: 20px;
  }
  .foo-info-inr * {
    flex: 1;
  }
  .max-25 {
    max-width: 20px;
  }
  .mode-bg-hexa-in-box .btn {
    max-width: 400px;
  }
  .tab-section.sec-resource.mutable-sec-resourece .latest-resource-wrap.flex-1 {
    flex: 1 1 auto;
    width: 30%;
  }
  .contct-boxes-section .w-32 {
    width: 47%;
    max-width: 47%;
  }
  .contct-boxes-section.pale-blue-light.minus-top-150 .gap-17 {
    gap: 30px;
    justify-content: center;
  }
  .foot-m-rp.foot-ryt-big .foot-ryt-inr {
    padding-right: 30px;
  }
  .mutable-lr-sec.bg-image-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .right-menu .menu-nev {
    margin-right: 35px;
  }
  .right-menu .btn-effect.hide-out-hamburger {
    margin-bottom: 0;
  }
  .icon-list-group .icon-wrap {
    padding: 10px;
    margin-right: 24px;
    min-width: 40px;
    min-height: 50px;
  }
  .blue-link-right-arrow {
    margin-top: 15px;
  }
  footer.footer {
    overflow-x: hidden;
  }
  .tab-section .head {
    position: relative;
    margin-bottom: 50px;
    max-width: 541px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-pd {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mutable-lr-sec .rev-box.gap-40 .v-center {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.banner-pd.bg-no-repeat.bg-size-cover.bg-liner-black.banner-head-space.mobile-wrapper {
    background-position: unset;
  }
  section.py-112.sec-ver-wrap.bg-no-repeat.bg-size-cover.bg-pos-bot-center .ver-tab-cont-setting .text-center.mt-60.flex.justify-content-center.full-width-btn a.btn.bg-blue.main-btn-size.min-275.desk-mr-12.border-radius-3.grey-shadow {
    margin: 7px 0;
  }
  .desk-mr-12 {
    margin-right: 0;
  }
  .w-50.cta-b-3-ryt {
    padding-left: 20px;
  }
  .flex-container-box__content .pd-rit-frv {
    padding: 0 15px;
  }
  .latest-resource-wrap .lat-img {
    margin-top: -9rem;
  }
  .wrap-404 a.btn {
    max-width: 300px;
  }
  /************END 1160 ****/
}
@media (max-width: 1024px) {
  .mutable-cont {
    max-width: 800px;
    margin: 0 auto;
  }
  h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
  }
  .gap-90 {
    gap: 30px;
  }
  .contct-boxes-section .w-32 {
    width: calc(48% - 10px);
    max-width: 48%;
  }
  .page-template-ebook-thankyou {
    position: relative;
  }
  .page-template-ebook-thankyou .flex-1 {
    max-width: 100%;
  }
  .right-menu > div {
    justify-content: flex-end;
  }
  .right-menu .btn-effect {
    max-width: none;
    width: auto;
    margin: 0;
  }
  .menu-nev ul > li {
    padding-right: 30px;
  }
  .sec-ver-wrap .full-width-btn a.btn {
    margin-bottom: 10px;
  }
  .desk-mr-12 {
    margin-right: 0;
  }
  .sing-case-st-sec .w-50:nth-child(1) {
    width: 55%;
  }
  .sing-case-st-sec .w-50:nth-child(2) {
    width: 45% !important;
  }
  .menu-nev ul li .menu-arrow {
    top: 16px;
  }
  .stick-arrow-wrap .text {
    font-size: 26px;
  }
  .tab-section .head .stick-arrow-wrap {
    left: -190px;
  }
  .cta-b-3-left {
    padding-right: 15px;
  }
  .tab-content-div .h5-ragular {
    margin-right: 15px;
  }
  .sec-ver-wrap .right-tab-content-nr {
    padding: 30px 20px 30px 30px;
  }
  .case-s-dtl-sec .img-custom-setting img {
    max-width: 600px;
    width: 100%;
  }
  .form-banner {
    margin-top: 30px;
  }
  .box-img-min-sec .box .img img {
    max-height: 138px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg-black.mutent-lr-choice.mutent-lr-choice-center-mode {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ebook-second-sec .right-cont-cover.v-center {
    max-width: 44%;
  }
  .mutable-lr-sec.plus-min-box-sec .gap-40 .flex-1 {
    margin-bottom: 30px;
  }
  .rev-row-div .rev-box {
    flex-direction: column-reverse;
  }
  .plus-min-box-sec .flex-1 {
    flex: 1 1 100%;
    width: 100%;
  }
  /************ 1024 end *******************/
}
@media (max-width: 1000px) {
  .tab-head ul li {
    width: unset;
    max-width: unset;
    flex: 1;
  }
  .tab-head ul li a {
    padding: 10px 15px;
  }
}
@media (max-width: 960px) {
  .mutable-lr-sec .wrp-img-sec {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .mutable-lr-sec .img-wrap {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .py-112 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .foot-m-rp form {
    max-width: 500px;
  }
  .pr-70 {
    padding-right: 20px;
  }
  .footer .mr-100 {
    margin-right: 35px;
  }
  /*************menu mobile*********/
  .menu-nev {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    background: #000000;
    display: flex;
    align-items: flex-start;
    padding-left: 36px;
    left: 100%;
    transition: all 0.5s ease;
    padding-top: 50px;
  }
  .menu-nev li {
    margin-top: 15px;
  }
  .menu-nev a {
    font-size: 22px;
    color: #fff;
  }
  .menu-nev.active {
    opacity: 1;
    left: 0;
  }
  .ham-menu {
    background: transparent;
    border: none;
  }
  .sub-menu {
    display: none;
  }
  .right-menu {
    position: relative;
  }
  /***/
  .right-menu .btn-effect.d-none-hamburger {
    display: flex;
    margin-top: 35px;
  }
  .btn-ham {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0px;
    width: 40px;
    position: relative;
    margin-left: 30px;
    width: auto;
    z-index: 1;
    cursor: pointer;
  }
  .btn-ham span {
    display: block;
    width: 36px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 3px;
    background: #000;
    transition: all 0.3s;
    position: relative;
  }
  .btn-ham span + span {
    margin-top: 7px;
  }
  .btn-ham.active span + span {
    margin-top: 10px;
  }
  .btn-ham.active {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 999;
  }
  .btn-ham.active span {
    background: #fff;
  }
  .btn-ham.active span:nth-child(1) {
    -webkit-animation: ease 0.7s top forwards;
            animation: ease 0.7s top forwards;
  }
  .btn-ham.not-active span:nth-child(1) {
    -webkit-animation: ease 0.7s top-2 forwards;
            animation: ease 0.7s top-2 forwards;
  }
  .btn-ham.active span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled forwards;
            animation: ease 0.7s scaled forwards;
  }
  .btn-ham.not-active span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled-2 forwards;
            animation: ease 0.7s scaled-2 forwards;
  }
  .btn-ham.active span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom forwards;
            animation: ease 0.7s bottom forwards;
  }
  .btn-ham.not-active span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom-2 forwards;
            animation: ease 0.7s bottom-2 forwards;
  }
  .tab-head ul {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .tab-head ul li {
    margin-bottom: 9px;
  }
  .foo-info-inr {
    flex-wrap: nowrap;
  }
  .logo-trey {
    justify-content: space-evenly;
  }
  .tab-content-div {
    background: #ffffff;
    padding: 40px 20px 49px;
  }
  .tab-content-div .row > .w-50 {
    padding: 0 10px;
  }
  .mutent-lr-choice .mutent-content {
    padding-right: 20px;
  }
  .foot-m-rp form.form {
    margin-bottom: 25px;
  }
  .mutent-lr-choice.mutent-lr-choice-center-mode .btn-effect {
    max-width: 400px;
  }
  .info-l-left {
    width: 50%;
    max-width: 50%;
  }
  .info-t-right {
    flex-direction: column;
    width: 50%;
  }
  .menu-nev li a {
    position: relative;
  }
  .menu-nev li .sub-menu a {
    font-size: 18px;
  }
  .menu-nev .menu-arrow {
    background-image: url(images/arrow-down-black.svg);
    position: absolute;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    top: 13px;
    right: -30px;
    background-size: 10px;
    background-position: bottom;
    filter: invert(1);
    transition: all 0.5s ease;
  }
  .menu-nev .banner-head-space .btn-wrap, .menu-nev .rit-cont .btn-effect {
    max-width: 100%;
  }
  .right-box-bg-blue.mutable-ryt-box .pr-130 {
    padding-right: 0;
  }
  .box-half {
    width: 44%;
    max-width: 44%;
  }
  .banner-3-box-wrap .row.z-index-1.relative.gap-60 {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  .banner-3-box-wrap {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .inline-input-div .input-inline-btn {
    right: 3px;
  }
  /****************keyframe******/
  @-webkit-keyframes top {
    0% {
      top: 0;
      transform: rotate(0);
    }
    50% {
      top: 22px;
      transform: rotate(0);
    }
    100% {
      top: 22px;
      transform: rotate(45deg);
    }
  }
  @keyframes top {
    0% {
      top: 0;
      transform: rotate(0);
    }
    50% {
      top: 22px;
      transform: rotate(0);
    }
    100% {
      top: 22px;
      transform: rotate(45deg);
    }
  }
  @-webkit-keyframes top-2 {
    0% {
      top: 16px;
      transform: rotate(45deg);
    }
    50% {
      top: 16px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
  @keyframes top-2 {
    0% {
      top: 16px;
      transform: rotate(45deg);
    }
    50% {
      top: 16px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }
    50% {
      bottom: 1px;
      transform: rotate(0);
    }
    100% {
      bottom: 4px;
      transform: rotate(135deg);
    }
  }
  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }
    50% {
      bottom: 1px;
      transform: rotate(0);
    }
    100% {
      bottom: 4px;
      transform: rotate(135deg);
    }
  }
  .plus-min-box-sec .flex-1 {
    flex: 1 1 100%;
    width: 100%;
  }
  .rev-box {
    flex-direction: column-reverse;
  }
  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 5px;
      transform: rotate(135deg);
    }
    50% {
      bottom: 2px;
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }
  @keyframes bottom-2 {
    0% {
      bottom: 5px;
      transform: rotate(135deg);
    }
    50% {
      bottom: 2px;
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes scaled {
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes scaled {
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }
  @-webkit-keyframes scaled-2 {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes scaled-2 {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  .rev-row-div .rev-box {
    flex-direction: column-reverse;
  }
  .py-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mutable-ryt-box .row {
    margin-right: 0;
  }
  .right-side {
    padding: 20px;
  }
  .icon-list-group .icon-wrap {
    padding: 10px;
    margin-right: 10px;
    min-width: 45px;
    min-height: 40px;
    max-width: 50px;
  }
  .middle-sec__lr.mutable-middle-sec__lr.bg-white .bg-blue.mutable-pd-middle-sec {
    padding-left: 30px;
    padding-right: 30px;
  }
  .color-bg-banner {
    padding-bottom: 190px;
  }
  .mobile-wrapper {
    background: none;
  }
  .mutable-3-box-cont .box img {
    margin: 0 auto;
  }
  .btn-effect {
    max-width: 450px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .rev-row-div.lft-small .flex-1:first-child {
    flex: 1 1 auto;
    width: 100%;
  }
  /***/
  /*******************/
  .book-a-demo_wrapper .gfield_label {
    font-size: 12px !important;
  }
  .w-25 {
    width: 50%;
    flex: 1 1 auto;
  }
  .mutable-zig-zag-ver-box .ver-inline-box-wrap .ver-inline-box-dec .right-div, .mutable-zig-zag-ver-box .ver-inline-box-wrap .ver-inline-box:nth-child(even) .ver-inline-box-dec .right-div {
    padding: 25px;
  }
  .v-center-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .foot-m-rp:first-child.mr-100.h5-mb-10 {
    margin-right: 30px;
    max-width: 520px;
  }
  .ryt-cont {
    padding-left: 10px;
  }
  .flex-1.banner-wd-1 {
    max-width: 100%;
  }
  .bg-white.mutable-pd-middle-sec .btn-setting {
    min-width: auto !important;
  }
  .info-t-right .count-div {
    justify-content: flex-start;
  }
  .blog-bg-setting.mutable-3-box .mutable-3-box-cont.box-img-min-sec .w-30 {
    width: 45%;
    max-width: calc(45% - 3px);
  }
  .d-none-hamburger {
    display: block;
  }
  .hide-out-hamburger {
    display: none;
  }
  .menu-nev ul li .menu-arrow {
    top: 10px;
  }
  .right-menu .btn-effect.d-none-hamburger .btn {
    min-width: 221px;
    padding: 13px 15px;
  }
  .success-box .rev-box {
    flex-direction: unset;
  }
  header {
    padding-bottom: 10px;
  }
  .menu-nev li .sub-menu .nav-sub-desc a {
    font-size: 20px;
    font-weight: 600;
  }
  .menu-nev li .sub-menu .nav-sub-desc a .sub {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
  .right-menu .menu-nev {
    margin-right: 35px;
    overflow-y: auto;
    padding-bottom: 50px;
  }
  .tab-blank-head ul li {
    margin: 0 10px;
  }
  #hardware-details .ahas-wrap .img-wrap img {
    max-height: 165px;
  }
  ul#menu-main-menu {
    padding: 0;
  }
  .tab-head ul li a.active:after {
    display: none;
  }
  .tab-section .head {
    max-width: 430px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .tab-section .head .stick-arrow-wrap {
    top: 93px;
    right: -174px;
  }
  .tab-section .head {
    position: relative;
    margin-bottom: 30px;
  }
  .menu-nev a {
    color: #fff !important;
  }
  .sec-ver-wrap .side-tab-rp .tab-btn-wrap {
    width: 44%;
    display: flex;
    justify-content: center;
  }
  .sec-ver-wrap .side-tab-rp {
    margin-top: 40px;
  }
  .sec-ver-wrap .right-tab-content-nr {
    padding: 70px 30px 70px 30px;
    border-radius: 5px;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  .sec-ver-wrap .side-tab-rp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .full-width-btn .btn {
    margin-bottom: 10px;
  }
  .desk-mr-12 {
    margin-right: 0;
  }
  .middle-sec__lr.mutable-middle-sec__lr .bg-blue.mutable-pd-middle-sec {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cta-b-3-left {
    padding-right: 40px;
  }
  .top-week-wrap {
    margin-left: 31px;
    margin-top: 15px;
  }
  .bor-lft-dec-sec .w-25 {
    margin-bottom: 20px;
  }
  li.ecs-event h4, li.ecs-event > span {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .flex-1.ryt-flex {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-1.ryt-flex .img-wra img {
    max-width: 400px;
  }
  .tab-section .head .stick-arrow-wrap {
    top: 113px;
    right: unset;
    left: -120px;
  }
  .click-img-sec img {
    width: 100%;
    max-height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .latest-resource-wrap .lat-img {
    margin-top: -118px;
    padding-bottom: 0;
  }
  .mode-bg-hexa-white .box-white-hexa {
    padding: 40px 20px 40px 20px;
    text-align: center;
    align-items: center;
    margin: 0 0 10px;
  }
  .mutable-hexa-no-gap-left-align-brd .mode-bg-hexa-white {
    padding: 40px 30px;
  }
  footer.footer {
    padding-top: 70px;
  }
  .foot-m-rp {
    padding-right: 20px;
  }
  .sec-resource.mutable-sec-resourece .tab-cotainer .tab-head ul li {
    flex: 1;
  }
  .mutable-lr-sec.plus-min-box-sec .gap-40 .flex-1 {
    margin-bottom: 30px;
  }
  .mutable-drop-down-sec .gap-90 .flex-1 {
    margin-bottom: 30px;
  }
  .success-box .flex-1 {
    max-width: 100%;
    width: 100%;
    flex: 1 1 auto;
  }
  .success-box:nth-child(even) .row-setting {
    flex-direction: column-reverse;
  }
  .success-box .row-setting {
    max-width: 700px;
    margin: 0 auto;
  }
  .success-box .row-setting .success-box .img-section-dtl {
    max-width: 550px;
    margin: 0 auto;
  }
  .e-book-wrap .latest-resource-wrap {
    width: 45%;
    max-width: 47%;
  }
  .top-menu.w-full.top-menu-hf {
    display: none;
  }
  .trans-btn.pl-44.mob-button-top {
    display: flex;
    padding: 0;
    margin-top: 25px;
  }
  .mn-fit .mob-button-top .btn.transparent-btn {
    min-width: 221px;
    padding: 13px 15px;
    color: transparent !important;
    text-shadow: -50px 0 0 transparent, 0 0 0 #fff;
  }
  .mn-fit .mob-button-top .btn.transparent-btn:hover .pre-icon img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(147deg) brightness(200%) contrast(106%);
  }
  .mn-fit .mob-button-top .btn.transparent-btn .pre-icon img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(147deg) brightness(200%) contrast(106%);
  }
  .mn-fit .menu-item-has-children a.active .menu-arrow {
    transform: rotate(180deg);
    top: 15px;
  }
  .menu-nev li .sub-menu .nav-sub-desc a .sub {
    display: none;
  }
  .mutable-ryt-box .right-side {
    overflow: hidden;
  }
  .tab-blank-head ul li a {
    font-size: 16px;
    padding: 10px 10px 10px;
  }
  .tab-blank-head ul li {
    width: auto;
  }
  .mutable-lr-sec.rev-row-div .img-wrap {
    margin: 0 auto;
  }
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .rev-box .img-wrap {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .rev-box .img-wrap img {
    max-width: 480px;
    margin: 0 auto;
  }
  .bor-lft-dec-sec {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bor-lft-dec-sec .week-cover {
    margin-right: 15px;
  }
  .rev-row-div.mutable-lr-sec .rev-box.gap-40 .v-center .mutable-cont, .link-btn-wrap {
    right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .video-overlay-wrapper {
    border-radius: 8px;
    overflow: hidden;
    margin-right: 0;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #main-header {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    z-index: 99;
  }
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat .rev-box .img-wrap img {
    margin: 0 auto;
  }
  section.py-112.tab-section.pb-0.sec-resource.mutable-sec-resourece.bg-alice_blue_400 .row.row-setting .tab-cotainer .tab-head.flex.justify-content-center > ul {
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
  }
  section.py-112.tab-section.pb-0.sec-resource.mutable-sec-resourece.bg-alice_blue_400 .row.row-setting .tab-cotainer .tab-head.flex.justify-content-center > ul li {
    width: auto;
    max-width: unset;
    margin-bottom: 0;
  }
  section.py-112.tab-section.pb-0.sec-resource.mutable-sec-resourece.bg-alice_blue_400 .row.row-setting .tab-cotainer .tab-head.flex.justify-content-center > ul li a {
    text-align: center;
    justify-content: center;
  }
  section.py-112.tab-section.pb-0.sec-resource.mutable-sec-resourece.bg-alice_blue_400 .row.row-setting .tab-cotainer .tab-head.flex.justify-content-center > ul li a:after {
    display: block;
  }
  .tab-head ul li a.active:after {
    display: block;
  }
  .tab-head ul li {
    margin-bottom: 0;
  }
  .menu-nev li .sub-menu a {
    font-weight: 400 !important;
  }
  /************** 960 end ****************/
}
@media (max-width: 900px) {
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat .rev-box .img-wrap img {
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .bg-white.box-no-gap-design .mode-bg-hexa-in-box .mutb-chng {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .gap-17 {
    gap: 10px;
  }
  .full-width-btn .btn {
    margin-bottom: 0;
  }
  .mutent-lr-choice .rit-cont .right-gt-st .flex .btn {
    margin-bottom: 0;
  }
  .full-width-btn {
    gap: 0;
  }
  section.bg-blue.py-70.mutable-zig-zag-ver-box .text-center.mt-60.flex.gap-17.justify-content-center.full-width-btn a.btn.bg-white.main-btn-size {
    margin: 7px 0;
  }
}
@media (max-width: 768px) {
  .week-cover {
    max-width: 450px;
    margin: 0 auto;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 50% !important;
  }
  .mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st h5 {
    line-height: 30px;
    margin-top: 15px;
  }
  .mutent-lr-choice.mutent-lr-choice-center-mode .mt-30 {
    margin-top: 25px;
  }
  .mutable-lr-sec.rev-row-div.lft-small.box-img-align-rev {
    padding-bottom: 20px;
  }
  .max-170 {
    max-width: 120px;
  }
  .foot-m-rp:first-child.mr-100.h5-mb-10 {
    max-width: 500px;
  }
  .btn-wrap {
    max-width: 400px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .custom-setting-div:after {
    filter: blur(62px);
  }
  .week-cover {
    margin-top: 40px;
    height: auto;
  }
  .mutable-ryt-box .icon-list-group .icon-list-wrap .icon-cont {
    margin-top: 0;
  }
  .tab-head {
    margin-bottom: 20px;
  }
  .tab-head ul {
    justify-content: center;
  }
}
/**************MOBILE****************/
@media (min-width: 767px) {
  .mobile-play.abut-pl {
    display: flex;
    height: 100%;
    background-image: none !important;
  }
  .popup .pop-box-wrap .gform_wrapper.gravity-theme legend.gfield_label {
    width: 100%;
    margin: 2px 0px 35px;
    left: 0;
    border: none;
  }
  .popup .pop-box-wrap .gform_wrapper.gravity-theme legend.gfield_label:before {
    content: "";
    background: #108ce2;
    height: 100%;
    position: absolute;
    left: -27px;
    width: calc(100% + 53px);
    top: 0;
    z-index: -1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .pop-box-wrap .gform_wrapper.gravity-theme .gform_fields {
    width: calc(100% + 3px);
    margin-right: -4px !important;
    left: -1px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .w-50,
.w-33,
.w-25,
.box,
.w-80,
.w-20,
.w-45,
.w-55,
.w-30,
.w-29,
.w-32, .w-60, .w-40 {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
  .box {
    margin-bottom: 40px;
  }
  .box:last-child {
    margin-bottom: 0px;
  }
  .flex-1 {
    flex: 1 1 100%;
    width: 100%;
  }
  .py-112,
.py-80,
.py-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .week-cover {
    margin-bottom: 40px;
  }
  .mutable-hexa-no-gap-left-align-brd .mutb-chng {
    padding: 0;
    margin: 0;
    text-align: left;
    border-right: 0;
  }
  .mutable-hexa-no-gap-left-align-brd .mode-bg-hexa-white {
    padding: 25px 35px;
  }
  .slide-top-box {
    padding: 30px 30px;
  }
  .gallery-top {
    padding: 0 15px !important;
  }
  .testi-bottom {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }
  .swaper-wrap-thumbnail {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .swiper-button-next.swiper-button-white {
    width: 40px;
    height: 40px;
    background-size: 34px;
    background-position: -1px 8px;
    right: 0;
  }
  .swiper-button-prev.swiper-button-white {
    width: 40px;
    height: 40px;
    background-size: 34px;
    background-position: -1px 6px;
    left: 0;
  }
  .gallery-thumbs .swiper-slide {
    max-width: 60px !important;
    width: 100% !important;
    margin: 0 10px !important;
  }
  body.active {
    overflow: hidden;
  }
  .right-menu .btn {
    min-width: auto;
    padding: 12px 20px;
    font-size: 12px;
    min-height: auto;
    font-size: 12px;
  }
  .top-menu-cov .btn {
    font-size: 10px;
    padding: 8px 9px;
    letter-spacing: 0.06rem;
  }
  .top-menu-cov .pl-44 {
    padding-left: 15px;
  }
  .top-menu ul li {
    padding-left: 12px;
  }
  .top-menu ul li:first-child {
    padding: 0;
  }
  .top-menu ul li a {
    font-size: 12px;
    line-height: 16px;
  }
  .right-menu.w-80 {
    width: 70%;
  }
  .left-menu.w-20 {
    width: 30%;
  }
  .banner-pd {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .tab-content-div {
    background: #ffffff;
    padding: 30px 20px 40px;
  }
  .ul-list ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .swiper-container.gallery-thumbs > div {
    display: none !important;
  }
  .mutable-hexa-no-gap-left-align-brd .mutb-chng {
    margin: 0 0 20px;
  }
  .text-center.mt-60 {
    margin-top: 30px;
  }
  .mutent-lr-choice .ul-list.mutent-content {
    margin-bottom: 25px;
  }
  .footer .mr-100 {
    margin-right: 0;
  }
  .footer-info {
    padding-top: 40px;
    margin-top: 30px;
  }
  .foo-info-inr {
    flex-wrap: nowrap;
    padding-left: 0;
  }
  .social-link-foo {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .pre-icon {
    margin-right: 5px;
  }
  .pre-icon img {
    max-width: 15px;
  }
  .right-menu .btn-effect {
    margin: 0;
  }
  /*******************/
  .ul-icon-list ul li .img-icon.icon-bg-dec {
    display: flex;
    height: 100%;
    margin-right: 24px;
    min-width: 50px;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
  }
  .test-box {
    padding: 30px 20px 20px;
  }
  /****** btn changes *****/
  .btn-effect {
    margin-bottom: 10px;
    width: 100%;
  }
  .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-size: 12px;
    width: 100%;
    margin-right: 0;
  }
  .right-menu .btn {
    width: auto;
  }
  /*********/
  .logo-trey {
    justify-content: space-around;
  }
  .pt-112 {
    padding-top: 50px;
  }
  .right-foot-menu {
    margin-top: 5px;
  }
  .foot-m-rp form.form {
    margin-bottom: 10px;
  }
  .right-menu .btn-effect {
    width: auto;
  }
  .bor-lft-dec-sec .w-25 {
    margin-bottom: 40px;
  }
  .right-foot-menu:after {
    width: 100%;
    height: 314px;
    top: 50%;
    left: 0;
  }
  .full-width,
section,
.blog-content-wrap figure {
    margin-left: calc(-50vw - 0px) !important;
    margin-right: -50vw !important;
    padding-left: 0;
  }
  .top-menu ul li:first-child {
    padding-right: 10px;
  }
  .top-menu ul li:last-child {
    padding: 0 0 0 0;
    margin-left: 13px;
  }
  .ul-blue-tick ul li:after {
    height: 12px;
    top: 8px;
  }
  .mutable-3-box-overlay-text .btn-effect {
    margin: 0 12.5px;
  }
  .info-t-right {
    flex-direction: inherit;
    width: 100%;
  }
  .info-l-left {
    width: 100%;
    max-width: 100%;
  }
  .mutable-lr-sec.bg-size-cover.bg-no-repeat {
    position: relative;
  }
  .mutable-lr-sec.bg-size-cover.bg-no-repeat .row {
    position: relative;
    z-index: 2;
  }
  .mutable-lr-sec.bg-size-cover.bg-no-repeat:after {
    content: "";
    background: rgba(255, 255, 255, 0.4784313725);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  /************************/
  /******scaning page******/
  .sec-ver-wrap .side-tab-rp {
    margin: 20px 0;
  }
  .sec-ver-wrap .right-tab-content-nr {
    padding: 25px 15px 50px 15px;
    margin: 0 15px 15px;
  }
  .accordian-arrow img {
    min-width: 14px;
  }
  .ver-inline-box-wrap .ver-inline-box:last-child > div {
    margin: 0;
  }
  .sec-ver-wrap .side-tab-rp .tab-btn {
    border-radius: 39px;
    padding: 10px 15px;
  }
  .sec-ver-wrap .right-tab-content-nr .wt-box-lft {
    padding-right: 0;
  }
  .ahas-wrap {
    padding: 30px 25px 30px;
  }
  .inline-input-div .input-inline.relative input {
    min-width: 330px;
  }
  .mutable-hexa-icon-sec.box-no-gap-design .py-70 {
    padding: 0;
  }
  .mutable-drop-down-sec .gap-90 {
    gap: 20px;
  }
  .ul-icon-list.mutable-cont {
    padding: 0;
  }
  .tab-blank-content {
    padding: 30px 20px;
  }
  .color-bg-wd-crd {
    padding: 15px 20px;
  }
  .tab-blank-content-box.bg-pos-bot-right .cnt-dv-rp.gap-60 {
    gap: 0;
  }
  .tab-blank-content-box .w-29.cnt-dv .mb-50 {
    margin-bottom: 10px;
  }
  .ryt-cont {
    margin-top: 10px;
  }
  .right-box-bg-white.mutable-ryt-box .left-side {
    padding-right: 0;
  }
  section.py-70.bg-no-repeat.case-study-lr.bg-size-cover .gap-137 {
    gap: 50px;
  }
  .mutable-ryt-box .left-side {
    padding-right: 0px;
  }
  .mutable-ryt-box .row {
    margin-right: 0px;
  }
  .accordian-head h6 {
    color: #000000;
    margin-right: 10px;
    line-height: 26px;
  }
  .ver-inline-box-wrap .ver-inline-box-dec {
    padding: 20px 20px 30px;
    margin-bottom: 50px;
  }
  .mutable-zig-zag-ver-box .ver-inline-box-wrap .ver-inline-box:nth-child(even) .ver-inline-box-dec .right-div {
    padding: 20px;
  }
  .mutable-zig-zag-ver-box .ver-inline-box-wrap .ver-inline-box-dec {
    padding: 0;
  }
  .mutable-zig-zag-ver-box .ver-inline-box-wrap .ver-inline-box-dec .right-div {
    padding: 20px;
  }
  .img-and-auth-title .img-wrap img {
    max-width: 34px;
  }
  .about-auth-big-box {
    padding: 40px 20px;
  }
  .pop-video > iframe {
    min-height: 294px;
    padding: 0 10px;
  }
  .color-bg-banner.min-.bg-blue.col-bottom-minus.py-112.bg-no-repeat.bg-size-cover {
    padding-bottom: 160px !important;
  }
  .tabcontent {
    padding: 0px 10px;
  }
  div#field_4_10 {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 30px;
    margin-bottom: 35px;
  }
  .inline-input-div .input-inline-btn input {
    height: calc(100% - 6px);
    display: flex;
    margin-top: 3px;
    margin-right: 0;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 10px;
    right: 3px;
  }
  .inline-input-div .input-inline.relative input {
    padding: 12px 24px 12px 15px;
    font-size: 12px;
  }
  .toc-bg-setting .toc-box-wrap {
    padding: 50px 20px;
  }
  .sec-tog-single {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .toc-bg-setting {
    padding: 0;
    margin: 0;
  }
  .min-275 {
    min-width: auto;
  }
  .author-mid-sec {
    margin-top: 50px;
  }
  .psaform_wrapper .gfield.field_sublabel_below.mainLabel.field_description_below {
    margin: 2px -18px 35px;
    padding: 20px 15px;
  }
  .form-banner .psaform_wrapper label:not(.form-banner .psaform_wrapper #step8-1 label, .form-banner .psaform_wrapper #step12 label) {
    padding: 21px 20px;
  }
  .form-banner input[type=radio]:checked + label:after,
.form-banner input[type=checkbox]:checked + label:after {
    left: 21px;
    top: calc(50% + 1px);
  }
  .book-a-demo_wrapper input#gform_submit_button_1 {
    min-height: 40px;
  }
  .bg-white.box-no-gap-design .mode-bg-hexa-in-box .mutb-chng {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .rev-row-div .rev-box {
    flex-direction: column-reverse;
  }
  .mutable-hexa-no-gap-left-align-brd .mutb-chng.box-white-hexa {
    margin: 0 !important;
    margin-bottom: 25px !important;
  }
  .sec-ver-wrap .blue-link {
    margin-top: 20px;
  }
  .blog-content-wrap blockquote {
    padding: 40px 40px;
  }
  .thank-you-sec .banner-content h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .popup .gform_wrapper.gravity-theme legend.gfield_label {
    margin: 0 -20px 34px;
    padding: 32px 18px;
    width: calc(100% + 32px);
  }
  .popup .pop-box-wrap {
    padding: 0px 6px;
    width: calc(100% - 30px);
  }
  .popup .pop-box-wrap .gform_wrapper.gravity-theme legend.gfield_label {
    margin: 2px -30px 35px;
    padding: 32px 10px;
    width: calc(100% + 49px);
  }
  .popup .pop-box-wrap input[type=radio]:checked + label:after {
    left: 32px;
  }
  .popup .pop-box-wrap .close-pop {
    right: 2px;
    top: -62px;
  }
  .close-pop {
    right: 0;
    top: -60px;
  }
  .mobile-image {
    display: block;
  }
  .mobile-wrapper {
    background-image: unset !important;
  }
  .rev-box {
    flex-direction: column-reverse;
  }
  .bg-liner-black:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 38.04%, rgba(12, 12, 12, 0.73) 53.43%, rgba(24, 24, 24, 0.4666666667) 66.01%, rgba(0, 0, 0, 0.25) 72.34%, rgba(0, 0, 0, 0) 91.97%, rgba(0, 0, 0, 0) 97.29%) !important;
  }
  .form-banner .psaform_wrapper input[type=radio]:checked + label:afte {
    left: 21px !important;
    top: calc(50% + 1px) !important;
  }
  .social-big-auth {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .blue-social {
    justify-content: center;
    margin-top: 15px;
  }
  .bg-liner-black.banner-3-box-wrap:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 34.04%, rgba(12, 12, 12, 0.958824) 47.43%, rgba(24, 24, 24, 0.966667) 58.01%, rgba(0, 0, 0, 0.79) 65.34%, rgba(0, 0, 0, 0.2) 84.97%, rgba(0, 0, 0, 0) 100%) !important;
  }
  .tab-head ul li a {
    min-height: 64px;
  }
  .banner-head-space .banner-auth-wrap .rd-time {
    margin-left: 10px;
    font-size: 12px;
  }
  .banner-head-space .banner-auth-wrap {
    border: none;
    justify-content: space-between;
  }
  .email-bottom-inline input {
    min-width: 300px;
    min-height: 52px !important;
  }
  .email-bottom-inline input[type=submit] {
    position: relative;
    min-width: 300px;
  }
  .mutable-ryt-box .right-side {
    margin-left: 0px;
  }
  .mobile-play.abut-pl {
    display: flex;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0;
  }
  .mobile-play .round-play.center {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .mobile-play .mob-img {
    display: block;
  }
  .on-mobile-bg {
    background-image: none !important;
  }
  .play-wrap {
    width: 100px;
    height: 100px;
  }
  .play-wrap:after {
    width: 87px;
    height: 87px;
  }
  .play-wrap .play-img {
    background: #ffffff;
    width: 61px;
    height: 61px;
  }
  .mutable-hexa-icon-sec.box-no-gap-design .hexa-box-wrap {
    margin-bottom: 30px;
  }
  .slide-info .slick-prev.slick-arrow,
.slide-info .slick-next.slick-arrow {
    bottom: -30px;
  }
  .tab-blank-head ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tile-box .mutb-chng {
    padding: 48px 30px;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    margin: 10px 0px;
    border-radius: 6px;
    width: 100%;
  }
  .single-img-sec__rp .head.h2-head.mb-60 {
    margin-bottom: 30px;
  }
  .ver-inline-box-wrap .img-wrap.v-center-img img {
    width: 100%;
  }
  .logo-comp {
    flex: 1 1 46%;
    justify-content: center;
    display: flex;
  }
  .tab-content-div {
    margin-bottom: 50px;
  }
  .copiwrite-text a {
    display: inline-flex;
  }
  .wrap-2-box-big ul li {
    margin-bottom: 15px;
  }
  .book-a-demo_wrapper {
    padding: 30px 30px 80px;
    border-radius: 6px;
  }
  .privacy-data {
    margin-top: -150px;
  }
  .color-bg-banner {
    padding-bottom: 200px;
  }
  .form-banner .psaform_wrapper input[type=radio]:checked + label:after,
.form-banner .psaform_wrapper input[type=checkbox]:checked + label:after,
.popup input[type=radio]:checked + label:after,
.lf-form__content form .lf-form__radio-list li input[type=radio]:checked + label:after {
    left: 21px;
  }
  .gf_browser_chrome.gform_wrapper.gravity-theme.book-a-demo_wrapper .gform_fields.top_label.form_sublabel_below.description_below {
    display: flex;
    flex-direction: column;
  }
  .mutable-zig-zag-ver-box .ver-inline-box .ver-inline-box-dec .content-right h5 {
    margin-bottom: 0;
  }
  .mutable-lr-sec .mutable-cont ul li:last-child {
    margin: 0;
  }
  .mode-bg-hexa-white.mode-bg-hexa-in-box,
.mutable-3-box-overlay-text .mutable-3-box-cont.box-img-min-sec {
    max-width: 450px;
    margin: 0 auto;
  }
  .flex-1.ryt-flex {
    width: 100%;
    flex: 1 1 auto;
  }
  .rev-row-div.box-img-align-rev .img-wra {
    display: flex;
    justify-content: center;
  }
  .book-a-demo_wrapper .gfield_label {
    font-size: 16px !important;
  }
  .cta-b-3-left,
.cta-b-3-ryt {
    width: 100%;
    max-width: 100%;
  }
  .video-wrap iframe {
    width: 100% !important;
  }
  .counter-wrap {
    padding-left: 40px;
  }
  .counter-wrap .count-rep:before {
    top: 6px;
    width: 30px;
    height: 30px;
    left: -45px;
  }
  .contct-boxes-section .w-32 {
    width: 100%;
    max-width: 450px;
  }
  .minus-top-150 {
    margin-top: -130px;
  }
  .contct-boxes-section.pale-blue-light.minus-top-150 .gap-17 {
    gap: 17px;
  }
  .v-center-img img {
    -o-object-fit: unset;
       object-fit: unset;
    height: auto;
  }
  .thank-you-wrap .blog-content-wrap img {
    max-width: 100px;
  }
  .full-width, section, .blog-content-wrap figure {
    width: calc(100vw - 0px);
    padding-left: 0;
  }
  .mobile-image > img {
    margin: 0 auto;
    width: auto;
  }
  .inner-box-settings {
    padding: 30px 20px 80px;
  }
  .head.h2-head.h5-head.text-center.h5-black-300.h5-weight-400.mb-50.max-820.h2-mb-20.mode-head .li-blue-tick-dec.content.h2-content.h5-content.ul-list.ul-tick.ul-blue-tick.p-black-300.h5-weight-400.h5-mb-20.ul-icon-list.mutable-cont ul {
    padding: 0;
  }
  .mutable-3-box-overlay-text .mutable-3-box-cont.box-img-min-sec .box {
    margin-inline: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .middle-sec__lr.mutable-middle-sec__lr.bg-white .bg-blue.mutable-pd-middle-sec .bg-blu-right-dv {
    max-width: 480px;
  }
  .bg-blue.mutable-drop-down-sec .content-extra-head {
    margin-top: 0;
    text-align: center;
  }
  .ver-inline-box-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
  .left-menu img {
    max-width: 110px;
  }
  .top-menu-cov-in {
    padding: 5px 0;
  }
  .right-menu .btn {
    padding: 9px 16px;
  }
  .pdding-head {
    padding: 5px 0;
  }
  .banner-head-space h5 {
    line-height: 32px;
    font-size: 18px;
  }
  .banner-head-space .btn-wrap {
    max-width: 100%;
  }
  .popup iframe, .video-popup iframe {
    width: 100% !important;
    height: auto !important;
    max-width: calc(100% - 40px);
    display: flex;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    aspect-ratio: 16/9;
  }
  .featured-text {
    margin-top: 20px;
  }
  section.py-70.bg-blue.mutable-lr-sec.plus-min-box-sec.rev-row-div .li-blue-tick-dec.content.h2-content.h5-content.ul-list.ul-tick.ul-blue-tick.p-black-300.h5-weight-400.h5-mb-20.ul-icon-list.mutable-cont ul {
    padding-left: 0;
  }
  .tab-section.sec-resource.mutable-sec-resourece .latest-resource-wrap.flex-1 {
    flex: 1 1 auto;
    width: 100%;
  }
  .latest-resource-wrap .lat-img img {
    margin: 0 auto;
  }
  .bg-alice-blue-600.mutable-lr-sec .inner-image-box {
    background: #fff;
    padding: 30px 24px 30px;
  }
  .ecs-event-list {
    max-width: 500px !important;
    margin: 0 auto;
  }
  .mutent-lr-choice .btn-effect {
    margin-inline: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .banner-head-space .btn-wrap .btn-effect {
    margin-inline: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .mutable-lr-sec .mutable-cont ul li {
    margin-bottom: 10px;
  }
  .tab-content-div {
    margin-bottom: 0;
  }
  .tab-blank-head ul li {
    margin: 0 30px;
  }
  .tab-blank-content .right-wrap .btn-effect {
    max-width: 400px;
    margin-left: 0;
  }
  .ahas-wrap .img-wrap img {
    max-height: 400px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .info-t-right .count-div {
    justify-content: flex-start;
    margin-top: 8px;
  }
  .bg-pos-bottom.mutable-drop-down-sec.rev-row-div .wrp-img-sec .img-wrap img {
    max-width: 540px;
  }
  .sec-ver-wrap h5 {
    margin-top: 15px;
  }
  .single-ebooks .mutable-lr-sec.bg-size-cover.bg-no-repeat .rev-box {
    flex-direction: column;
  }
  .sec-detail .box-detail {
    max-width: 300px;
    margin: 0 auto;
  }
  .mutable-2-color-box .ahas-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  .lf-form__content form {
    padding: 0 10px 30px !important;
  }
  .lf-form__content form .lf-form__radio-list li input[type=radio]:checked + label:after {
    left: 32px;
  }
  .lf-form__step.fade-enter-active .lf-form__step__item .lf-form__step__item-element .lf-form__element .ql-editor {
    margin: 2px -8px 0px;
    padding: 20px 10px;
  }
  .mutable-2-color-box .mb-60 {
    margin-bottom: 35px;
  }
  .bg-pos-bottom.mutable-drop-down-sec.rev-row-div .wrp-img-sec .img-wrap img {
    width: 100%;
  }
  .flex-container-box__content .pd-rit-frv {
    padding: 0;
  }
  .flex-container-box__content .pd-rit-frv {
    padding: 0;
    max-width: 440px;
    margin: 0 auto;
  }
  .week-cover {
    margin: 0;
  }
  .banner-cont-wrap .gap-17 {
    gap: 8px;
  }
  .top-menu-hf:after {
    min-width: 190px;
    z-index: -1;
  }
  .success-box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .tab-cotainer .head.h2-mb-20 {
    margin-bottom: 20px;
  }
  .case-s-dtl-sec {
    padding-bottom: 30px;
  }
  .mutable-lr-sec.box-img-align-rev {
    padding-top: 40px;
  }
  .case-study-wrap-box:after {
    z-index: 0 !important;
    top: 80px;
  }
  .bottom-404 > .btn {
    max-width: 300px;
  }
  .big-404 {
    font-size: 132px;
  }
  .wrap-404 .max-830 {
    max-width: 530px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .foot-m-rp.foot-ryt-big {
    width: 100%;
  }
  .foot-m-rp.foot-ryt-big .foot-ryt-inr {
    padding-right: 0;
  }
  .trans-btn .btn.transparent-btn {
    min-height: 28px;
  }
  .formLinkBtn a {
    padding: 21px 30px 21px 20px;
  }
  .form-banner .psaform_wrapper label:hover:after {
    left: 21px;
  }
  .banner-head-space h1 {
    margin-bottom: 0;
  }
  .contct-boxes-section.blue-banner-boxes .w-32 {
    width: 100%;
  }
  .middle-sec__lr.mutable-middle-sec__lr.bg-white .bg-white.py-80.mutable-pd-middle-sec {
    max-width: 450px;
  }
  .tab-content-div-inr .slick-list.draggable {
    padding-bottom: 0;
  }
  .ryt-cont {
    padding-left: 0;
  }
  .blog-bg-setting.mutable-3-box .mutable-3-box-cont.box-img-min-sec .w-30 {
    width: 100%;
    max-width: 100%;
  }
  .blog-bg-setting.mutable-3-box .box:last-child, .blog-bg-setting.mutable-3-box .box:nth-last-child(-n+2), .blog-bg-setting.mutable-3-box .box:nth-last-child(-n+3) {
    margin-bottom: 64px;
  }
  .pagination-wraper .max-pagination {
    padding: 16px 80px;
    background: #fff;
    border-radius: 6px;
    width: calc(100% - 40px);
  }
  .pagination-section {
    padding-top: 0 !important;
  }
  .banner-head-space h5 {
    margin-bottom: 15px;
  }
  .banner-head-space h1 {
    margin-bottom: 10px;
  }
  /****/
  h1 {
    font-size: 2.8rem;
    line-height: 38px;
  }
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 1.6rem;
    line-height: 28px;
  }
  .topSection.thank-you-sec .col-lg-6 {
    flex: 1 1 auto;
    width: 100%;
  }
  .ebook-second-sec .flex-1 {
    max-width: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    bottom: 0;
    top: unset !important;
  }
  .swiper-container.gallery-top {
    padding: 0 0px 80px !important;
  }
  .swiper-button-next.swiper-button-white {
    right: calc(50% - 50px);
  }
  .swiper-button-prev.swiper-button-white {
    left: calc(50% - 50px);
  }
  .big-card-wrap {
    padding-top: 50px;
  }
  .page-template-ebook-thankyou .webinarform_wrapper .tablinks.next {
    width: 100%;
    float: right;
  }
  .page-template-ebook-thankyou .webinarform_wrapper .tablinks.back {
    width: 100%;
    float: left;
  }
  .page-template-ebook-thankyou .webinarform_wrapper input#gform_submit_button_37 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 19px;
    padding: 21px 0;
  }
  .page-template-ebook-thankyou .webinarform_wrapper div#field_14_99 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-left: 0px;
  }
  div#myModal .modal-content.webinarModal {
    width: calc(100% - 30px);
  }
  div#myModal .modal-content.webinarModal.modal-sm .gfield.field_sublabel_below.mainLabel.field_description_below {
    margin: 2px -18px 35px;
    padding: 32px 10px;
  }
  header .left-menu img {
    max-width: 110px;
  }
  .popup .pop-box-wrap .gform_wrapper.gravity-theme legend.gfield_label {
    margin: 10px 0px 35px;
    padding: 32px 10px;
    width: 100%;
    left: 0;
    top: 6px;
  }
  .banner-3-box-wrap .form-image img {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
  }
  .sec-ver-wrap .side-tab-rp .tab-btn-wrap {
    flex-direction: column;
    align-items: center;
  }
  .right-tab-content {
    display: none;
  }
  .sec-ver-wrap .ver-tab-section {
    background-color: #108CE2;
    width: 100%;
  }
  .single-ebooks .banner-pd {
    padding-top: 30px;
  }
  .tab-head ul li {
    display: flex;
    flex-direction: column;
  }
  .latest-resource-wrap a {
    background: transparent !important;
    text-align: left !important;
  }
  .tab-content-wrapper {
    display: none;
  }
  .sec-resource .tab-head .tab-content-div a {
    text-align: left;
    background: transparent;
    padding: 0;
  }
  .sec-resource .tab-cotainer {
    padding-bottom: 50px;
  }
  .tab-head ul li .tab-content-div.bg-size-cover a.btn-gray {
    background: #EBECF0;
  }
  .middle-sec__lr.mutable-middle-sec__lr .bg-blue.mutable-pd-middle-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec-ver-wrap .side-tab-rp .tab-btn {
    width: calc(100% - 30px);
    max-width: 100%;
  }
  .success-box .flex-1 {
    max-width: 100%;
    width: 100%;
  }
  .trans-btn .btn.transparent-btn {
    min-width: 150px;
    padding: 4px 8px;
  }
  .top-menu-hf:after {
    display: none;
  }
  .top-menu-hf {
    margin-bottom: 15px;
  }
  header {
    padding-bottom: 0;
  }
  .banner-pd .w-50 {
    width: 100%;
  }
  .banner-pd .w-50:first-child {
    width: 100%;
  }
  .mutable-ryt-box .icon-list-group .icon-list-wrap .icon-cont h6 {
    font-size: 1.8rem;
  }
  .banner-head-space .btn-effect {
    width: 100%;
  }
  .flex-container-box__content .top-icon-sec {
    margin-bottom: 10px;
  }
  .flex-container-box__content .pd-rit-frv {
    margin-bottom: 25px !important;
  }
  .menu-nev ul .sub-menu.desc-menu li:hover a {
    color: #fff !important;
  }
  .tile-box .mutable-section {
    max-width: 450px;
  }
  .middle-sec__lr.mutable-middle-sec__lr .bg-blue.mutable-pd-middle-sec > div {
    max-width: 450px;
  }
  .bg-pos-bottom .ahas-wrap .img-wrap img {
    min-height: auto;
  }
  .sec-ver-wrap .right-tab-content-nr .wt-box-lft {
    padding-right: 0px;
  }
  .sec-ver-wrap .right-tab-content-nr .w-50 {
    width: 100%;
  }
  .sec-ver-wrap .right-tab-content-nr .w-50:first-child {
    width: 100%;
    flex: 1 1 100%;
  }
  .view-cont-in-div > .w-50 {
    width: 100%;
  }
  .view-cont-in-div > .w-50:first-child {
    width: 100%;
  }
  .ver-inline-box .right-div .content-right h5 {
    padding-right: 0px;
  }
  .text-center.mt-60.flex.justify-content-center.full-width-btn {
    gap: 15px;
  }
  .icon-list-group .icon-wrap {
    padding: 10px;
    margin-right: 10px;
    min-width: 55px;
    min-height: 55px;
    max-width: 55px;
    margin-bottom: 10px;
  }
  .icon-list-group .icon-wrap img {
    max-height: 30px;
  }
  .view-tech-wrap {
    margin-top: 34px;
  }
  .tab-section .head {
    margin-bottom: 30px;
  }
  .tab-section .head .stick-arrow-wrap {
    top: 80px;
    position: unset;
    display: inline-flex;
    margin-top: 26px;
  }
  .tab-head ul li {
    width: 100%;
    max-width: 100%;
  }
  .tab-head ul li a.active:after {
    display: block;
  }
  .tab-section .head .stick-arrow-wrap {
    display: none;
  }
  .banner-head-space h1, .banner-head-space h5 {
    max-width: 100%;
  }
  .mobile-image > img {
    max-height: 330px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bor-lft-dec-sec .row {
    margin-left: 0;
    margin-right: 0;
  }
  .week-cover {
    margin: 0;
  }
  .logo-trey.flex.flex-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  .banner-head-space .btn-wrap {
    max-width: 450px;
    margin-left: 0;
  }
  .right-box-bg-white.mutable-ryt-box {
    overflow: hidden;
  }
  .mutable-3-box-overlay-text.bg-box-blue {
    background-size: contain !important;
    background-repeat: repeat !important;
  }
  .sec-ver-wrap .side-tab-rp .tab-btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cta-b-3-left {
    padding-right: 0px;
  }
  .tab-head ul li {
    width: 100%;
    max-width: 100%;
  }
  .banner-head-space .privacy-data {
    margin-top: -8px;
    max-width: 400px;
    padding: 0 10px;
  }
  .banner-head-space .privacy-data p {
    font-size: 12px;
  }
  .form-banner {
    margin-top: 0px;
  }
  section.banner-pd {
    padding-top: 35px;
  }
  section.banner-pd .gap-60 {
    gap: 30px;
  }
  .psaform_wrapper .gfield.field_sublabel_below.mainLabel.field_description_below {
    margin: 2px -8px 35px !important;
  }
  .case-study-lr .auth-wrap {
    margin-top: 20px;
  }
  .sec-ver-wrap .text-center.mt-60.flex.justify-content-center.full-width-btn {
    gap: 0px;
  }
  .success-box.my-70 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .blog-content-wrap {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  .mutable-zig-zag-ver-box .text-center.mt-60.flex.justify-content-center.full-width-btn {
    gap: 0px;
  }
  .color-bg-banner.min-.bg-blue.col-bottom-minus.py-112.bg-no-repeat.bg-size-cover.vertical-tile.appointment-block-banner {
    padding-bottom: 100px !important;
  }
  .appointment-block-banner .head {
    max-width: 310px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .img-text-sec.blue .case-single-inr.ul-list ul {
    padding: 0 0;
  }
  .img-text-sec.blue .case-single-inr > *:not(img) {
    padding: 0;
  }
  .img-text-sec.blue .mb-60 {
    margin-bottom: 20px;
  }
  .tablinks.next, .tablinks.back {
    max-width: 400px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .bg-blue.active-blog .outer-anchor {
    flex-wrap: wrap;
  }
  .single-case-studies .bg-liner-black:after {
    background: rgba(0, 0, 0, 0.8705882353) !important;
  }
  .sec-resource.mutable-sec-resourece .tab-cotainer .tab-head ul li {
    flex: 1 1 auto;
  }
  .e-book-wrap .latest-resource-wrap {
    width: 100%;
    max-width: 100%;
  }
  .latest-resource-wrap {
    margin-top: 120px;
  }
  .mutable-lr-sec .rev-box.gap-40 .v-center {
    margin-bottom: 30px;
  }
  .mutable-lr-sec .rev-box.gap-40 .v-center .mutable-cont {
    left: 0px;
  }
  .mutable-lr-sec.rev-row-div .row.rev-box.gap-40.inner-image-box .v-center {
    margin-left: 0px;
  }
  .mutable-lr-sec .rev-box.gap-40 .v-center .mutable-cont, .rev-row-div.mutable-lr-sec .rev-box.gap-40 .v-center .mutable-cont, .link-btn-wrap {
    padding: 0;
    padding-top: 30px;
  }
  .mutable-lr-sec.rev-row-div .rev-box.gap-40 .v-center {
    margin-left: 0px;
  }
  .bg-white.mutent-lr-choice .rit-cont.v-center .btn.min-331 {
    min-width: 230px;
  }
  .mutable-ryt-box .right-side {
    overflow: hidden;
  }
  .single-img-sec__rp .main-image {
    padding: 15px 10px 10px;
  }
  .logo-comp {
    flex: 1 1 20%;
  }
  .flex-container-box__content .pd-rit-frv {
    display: flex;
  }
  .flex-container-box__content .top-icon-sec {
    flex: 1 1 auto;
    width: 25%;
    max-width: 25%;
  }
  .flex-container-box__content .ryt-cont {
    flex: 1 1 auto;
    width: 75%;
    max-width: 75%;
  }
  .mutable-hexa-icon-sec.box-no-gap-design .hexa-box-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .mutable-hexa-icon-sec.box-no-gap-design .hexa-box-wrap h6 {
    text-align: left;
    margin-left: 10px;
    font-size: 16px;
  }
  .mutable-hexa-icon-sec.box-no-gap-design .icon-bg-dec {
    background: #f4f7f9;
    margin: 0;
  }
  .tab-blank-content-box .cnt-dv .row > .w-30 {
    width: 20%;
  }
  .tab-blank-content-box .cnt-dv .row > .w-30 .bl-crd-wd {
    max-width: 50px;
    min-height: 50px;
  }
  .tab-blank-content-box .cnt-dv .row > .w-70 {
    width: 80%;
    padding-left: 10px !important;
  }
  .tab-blank-content-box .cnt-dv .row > .img-h-43 {
    max-height: 23px;
  }
  .tab-blank-content-box .cnt-dv .row > .ryt-cont {
    margin-top: -5px;
  }
  .flex-container-box__content .pd-rit-frv .top-icon-sec {
    width: 25%;
    padding-right: 15px;
  }
  .flex-container-box__content .pd-rit-frv .ryt-cont {
    width: 75%;
    margin: -10px 0 0;
  }
  .hide-on-mobile {
    display: none;
  }
  .mobile-foo-bottom {
    display: block;
  }
  .tab-blank-content-box .cnt-dv .row > .w-30 .bl-crd-wd .img-h-43 {
    max-height: 27px;
  }
  .tab-head ul li a {
    min-height: 64px !important;
    text-align: left !important;
    justify-content: flex-start;
    display: inline-flex;
    width: auto !important;
    height: auto !important;
  }
  .tab-head ul li .blue-link-right-arrow {
    margin-top: 0;
  }
  .mutable-sec-resourece .latest-resource-top {
    margin-top: 10px;
  }
  .mutable-sec-resourece .latest-resource-top .big-hd h5 {
    margin: 0;
  }
  .mutable-sec-resourece .latest-resource-wrap .big-hd {
    padding-bottom: 0px;
  }
  .flex-container-box__content .ryt-cont h6 {
    margin-bottom: 0px;
  }
  .mobile-img-show__cont {
    display: block;
  }
  .flex-1.no-mob-show {
    display: none;
  }
  .stick-arrow-wrap .text {
    font-size: 18px;
    transform: rotate(-31deg);
    margin-top: -18px;
    transform: rotate(deg);
  }
  .tab-section .head .stick-arrow-wrap .arrow-img {
    transform: scaleX(-1) rotate(-348deg);
    position: relative;
    right: -48px;
  }
  .tab-section .head .stick-arrow-wrap {
    display: block;
    top: 66px;
    position: absolute;
    left: -10px;
  }
  .tab-section .head .stick-arrow-wrap .text {
    display: none;
  }
  .tab-section .head .stick-arrow-wrap .arrow-img img {
    max-width: 23px;
    width: 100%;
  }
  .tab-section .head .stick-arrow-wrap {
    left: -43px;
  }
  .tab-section .head .stick-arrow-wrap .arrow-img {
    -webkit-animation: mymove 5s infinite;
            animation: mymove 5s infinite;
  }
  .mutable-lr-sec .mutable-cont ul li {
    display: flex;
    flex-direction: column;
  }
  .use-content {
    display: block;
  }
  .use-title *:not(h6, h5, h2, h3) {
    display: none;
  }
  .use-content *:not(p) {
    display: none;
  }
  .top-sec .use-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .top-sec .use-title h6 {
    top: 0 !important;
  }
  .top-sec .img-icon.icon-bg-dec {
    margin-bottom: 10px;
  }
  .flex-1.ryt-flex .img-wra img {
    max-width: 270px;
  }
  .e-book-wrap .latest-resource-top p {
    display: none;
  }
  .e-book-wrap .latest-resource-bottom {
    display: none;
  }
  .e-book-wrap .latest-resource-cont {
    margin-bottom: 0;
  }
  .mobile-play .round-play.center {
    transform: unset;
    left: 0;
    right: 100px;
    top: 0;
    justify-content: end;
    padding-right: 10vw;
  }
  .single-webinar .mobile-play .round-play.center {
    left: 0;
    position: absolute;
    top: 0;
    transform: unset;
    right: 0;
    justify-content: center;
    padding: 0;
  }
  .sec-ver-wrap .ver-tab-cont-setting a.btn.bg-blue {
    background: #ffffff;
    border: 1px solid #108CE2;
    color: transparent !important;
    text-shadow: -50px 0 0 transparent, 0 0 0 #108CE2;
  }
  .bg-white.box-no-gap-design .mode-bg-hexa-in-box .mutb-chng {
    display: flex;
    text-align: left;
    gap: 10px;
    align-items: center;
  }
  .mob-inline-civ {
    display: flex;
    gap: 20px;
  }
  .use-for-head *:not(h1, h2, h3, h4, h5, h6) {
    display: none;
  }
  .use-for-cont {
    display: block;
  }
  .use-for-cont *:not(p) {
    display: none;
  }
  .mutable-2-color-box .ahas-wrap .icon-bg-dec {
    max-width: 50px;
    min-height: 50px;
  }
  .bg-pos-bottom .ahas-wrap .img-wrap img {
    min-height: auto;
    max-width: 30px;
    max-height: 29px;
  }
  .tile-box .mutb-chng > div {
    margin: 0;
  }
  .tile-box .mutb-chng {
    display: flex;
    gap: 15px;
    text-align: left;
    padding: 15px;
  }
  .mutable-section .icon-bg-dec {
    max-width: 50px;
    min-height: 50px !important;
    max-height: 50px;
  }
  .mutable-section .icon-bg-dec img {
    max-height: 40px;
  }
  .contact-info-box-top {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
  .sec-ver-wrap .side-tab-rp .tab-btn:hover {
    background: transparent;
    color: #fff;
  }
  .sec-ver-wrap .side-tab-rp .tab-btn.active {
    background: #ffffff !important;
    color: #108CE2 !important;
    font-weight: 600;
  }
  footer.footer {
    padding-top: 0;
  }
  footer.footer > .container {
    padding: 0;
  }
  footer.footer > .container .right-foot-menu {
    background: #108CE2;
    padding: 40px 20px;
    margin-top: 0;
  }
  footer.footer .row.right-foot-menu .flex-1.foot-m-rp * {
    color: #fff;
  }
  footer.footer .foot-m-rp .mobile-foo-bottom {
    padding: 30px 20px 0;
  }
  .tile-box .mutable-section .mutb-chng h6 {
    line-height: 24px;
  }
  .mob-inline-civ .use-for-head h5 {
    line-height: 24px;
  }
  .bg-white.box-no-gap-design .mode-bg-hexa-in-box .mutb-chng h6 {
    line-height: 24px;
  }
  .mutent-lr-choice .rit-cont .right-gt-st .flex .btn {
    margin-bottom: 0;
  }
  .text-center.mt-60.flex.justify-content-center.full-width-btn {
    gap: 0;
  }
  .big-ver-box-sec .bg-pos-bottom .ahas-wrap .img-wrap img {
    min-height: auto;
    max-width: 150px;
    max-height: 63px;
  }
  .contct-boxes-section .bx-pd {
    padding: 35px 25px 35px;
  }
  .contct-boxes-section .link.ad-link.flex {
    display: flex;
    flex-wrap: nowrap;
  }
  .bg-white.box-no-gap-design .mode-bg-hexa-in-box .mutb-chng .icon-bg-dec {
    margin-bottom: 0;
  }
  .bor-lft-dec-sec .week-cover .week-info {
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
  .top-week {
    line-height: 20px;
    top: -10px;
    margin-bottom: -12px;
  }
  .top-week-wrap {
    margin-left: 31px;
    margin-top: 5px;
  }
  .bor-lft-dec-sec .week-cover .week-info .content.cont-p p {
    margin: 0;
  }
  .bg-pos-bottom .ahas-wrap .img-wrap img {
    min-height: auto;
    max-width: 170px;
    max-height: 60px;
    width: 100%;
  }
  .middle-sec__lr.mutable-middle-sec__lr.bg-white .bg-white.py-80.mutable-pd-middle-sec {
    padding: 40px 20px 40px 30px;
  }
  .tab-blank-content-box .tab-blank-content .row {
    justify-content: center;
  }
  .tab-blank-content-box .tab-blank-content .row .w-50 {
    width: auto;
    flex: unset;
  }
  .e-book-wrap .lat-img-no-minus img {
    width: 100%;
  }
  .tab-section .head .stick-arrow-wrap {
    left: -74px;
    top: 22px;
  }
  .tab-blank-head {
    top: 64px;
  }
  .tab-blank-head ul li a {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 15px 10px;
  }
  .tab-blank-head ul li {
    max-width: 30%;
    width: 30%;
    flex: 1 1 auto;
    margin: 0px 25px;
  }
  .tab-blank-head ul li {
    width: auto;
    flex: 1 1 auto;
    margin: 0px 10px;
  }
  .mobile-play.abut-pl.relative .iframe-wrapper iframe {
    width: 100% !important;
    height: 200px;
    border: none;
  }
  .color-white.banner-cont-wrap.ul-white-tick.ul-list.ul-tick.ul-blue-tick.ul-list-white {
    margin-left: 0;
    margin-top: 15px;
  }
  .banner-head-space {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .bg-liner-black:after {
    background: linear-gradient(1deg, rgba(15, 140, 226, 0.7) 43.04%, rgba(15, 140, 226, 0.5) 59.43%, rgba(15, 140, 226, 0.1) 77.01%) !important;
  }
  .page-id-8 section.banner-pd.bg-no-repeat.bg-size-cover.bg-liner-black.banner-head-space.mobile-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .feature-blog-r-bottom .btn-setting {
    margin-top: 10px;
  }
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .rev-box .img-wrap {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .rev-box .img-wrap img {
    max-width: 100%;
  }
  .max-480 {
    max-width: 100%;
    margin: 0 auto;
  }
  .bor-lft-dec-sec {
    padding-left: 0px;
    padding-right: 0px;
  }
  .video-overlay-wrapper {
    margin-right: 0px;
  }
  .v-center.video-block-center {
    margin-bottom: 0 !important;
  }
  section.video-block.bg-white.py-70.mutable-lr-sec.bg-right-top.bg-no-repeat.rev-row-div {
    padding-bottom: 20px;
  }
  .page-template-ebook-thankyou .webinarform_wrapper div#field_14_99, .page-template-ebook-thankyou .webinarform_wrapper .tablinks.back, .page-template-ebook-thankyou .webinarform_wrapper .tablinks.next {
    width: 100%;
    max-width: 100%;
  }
  .page-template-ebook-thankyou .webinarform_wrapper div#field_14_94 .tablinks.next {
    width: 100%;
    max-width: 100%;
  }
  div#myModal .modal-content.webinarModal.modal-sm .gfield.field_sublabel_below.mainLabel.field_description_below {
    margin: 2px -6px 35px;
    padding: 32px 10px;
  }
  .page-template-ebook-thankyou .webinarform_wrapper input#gform_submit_button_37 {
    padding: 15px 0;
  }
  div#gform_wrapper_14 {
    padding-bottom: 35px;
  }
  div#gform_wrapper_14 .gform_footer.top_label {
    display: none !important;
  }
  #myModal div#gform_wrapper_14 span.close {
    position: fixed;
    top: -58px;
    right: 0px;
    color: #fff;
    font-size: 45px;
  }
  .mutable-hexa-icon-sec.box-no-gap-design .icon-bg-dec .max-h-46 {
    min-height: 30px;
  }
  .video-overlay-wrapper .iframe-wrapper iframe {
    min-height: 190px;
  }
  .cta-b-3-left {
    padding-right: 0px;
  }
  .video-overlay-wrapper {
    margin-right: auto;
  }
  .ver-inline-box-wrap .img-wrap.v-center-img img {
    max-width: 380px;
    margin: 0 auto;
  }
  .mutable-lr-sec.bg-right-top.bg-size-cover.bg-no-repeat.rev-row-div .rev-box .img-wrap img {
    max-width: 480px;
  }
  .e-book-wrap .latest-resource-wrap, .blog-bg-setting.mutable-3-box .mutable-3-box-cont.box-img-min-sec .w-30, .case-study-wrap-box .mutable-3-box-cont.box-img-min-sec .box {
    max-width: 450px;
    margin: 0 auto 30px !important;
  }
  .case-study-wrap-box .mutable-3-box-cont.box-img-min-sec .box, .blog-bg-setting.mutable-3-box .mutable-3-box-cont.box-img-min-sec .w-30 {
    margin-bottom: 64px !important;
    margin-top: 90px !important;
  }
  .tab-content-div .h5-ragular {
    margin-right: 0px;
  }
  .mutable-hexa-icon-sec.box-no-gap-design.icon-block-2 .border-6.mode-bg-hexa-in-box.py-70 .w-33:last-child .hexa-box-wrap {
    margin: 0;
  }
  .add-neurotech-details-section .tab-blank-content-box .img-wrap img {
    max-width: 140px;
    padding-bottom: 15px;
  }
  .middle-sec__lr.mutable-middle-sec__lr.bg-white .bg-blue.mutable-pd-middle-sec {
    padding-left: 30px;
    padding-right: 30px;
    background-size: 170%;
  }
  .middle-sec__lr.mutable-middle-sec__lr .bg-blue.mutable-pd-middle-sec {
    background-size: 190%;
  }
  .success-box.my-70 {
    padding-bottom: 15px;
  }
  .latest-resource-top .info-tim-auth > div {
    font-size: 12px;
  }
  .mutable-lr-sec.rev-row-div .img-wrap {
    margin: 0 auto;
    max-width: 400px;
  }
  .row.mutable-3-box-cont.box-img-min-sec {
    max-width: 400px;
    margin: 0 auto;
  }
  .img-text-sec.case-s-dtl-sec .case-single-cover {
    padding-inline: 25px;
  }
  .lf-form__content form#leadgenform_58026319-434b-42c2-891a-cc7b02dc1c57 {
    margin-top: 50px;
  }
  .lf-form__content form#leadgenform_58026319-434b-42c2-891a-cc7b02dc1c57 .lf-form__step-nav .lf-form__first-step-nav {
    width: 100% !important;
  }
  .box-img-min-sec .box .img img {
    max-height: unset;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .blog-content-wrap {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .tab-section.mutable-box-slide-bg-blu.slider-on .tab-cotainer .tab-content-div-inr {
    max-width: 400px;
    margin: 0 auto;
  }
  .tab-section.mutable-box-slide-bg-blu.slider-on .tab-cotainer .tab-content-div-inr .slick-list.draggable {
    padding-bottom: 20px;
  }
  .e-book-wrap .latest-resource-wrap {
    padding: 0;
  }
  .e-book-wrap .latest-resource-wrap a {
    padding: 28px 23px;
    display: flex;
  }
  .e-book-wrap .latest-resource-wrap h5 {
    margin: 0;
  }
  .e-book-wrap .latest-resource-wrap .big-hd {
    padding: 0;
  }
  .flex-container-box__content .cnt-dv-rp .cnt-dv:last-child .mb-50.pd-rit-frv {
    margin-bottom: 0 !important;
  }
  .gform_wrapper .gform_validation_errors > h2.hide_summary {
    margin: 0;
    padding: 0 30px;
    line-height: initial;
    display: flex;
  }
  .bg-blue.active-blog.row {
    max-width: 520px;
    margin: 0 auto;
  }
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: 46px !important;
  }
  .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 5px 0 16px !important;
  }
  .tab-blank-content-box .cnt-dv .row > .w-30 {
    width: 10%;
  }
  .tab-blank-content-box .cnt-dv .row > .w-70 {
    width: 90%;
  }
  .w-50.cta-b-3-ryt {
    padding-left: 0px;
  }
  section.py-112.tab-section.pb-0.sec-resource.mutable-sec-resourece.bg-alice_blue_400 .row.row-setting .tab-cotainer .tab-head.flex.justify-content-center > ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .tab-blank-content-box .tab-blank-content .row .view-cont-in-div.flex .w-50 {
    width: 100%;
  }
  .tab-blank-content-box .tab-blank-content .row .view-cont-in-div.flex .w-50 .img-wrap img {
    max-width: 300px;
    padding-bottom: 15px;
    margin: 0 auto;
  }
  .e-book-wrap .latest-resource-wrap {
    max-width: 275px;
  }
  .footer-info {
    padding-top: 25px;
  }
  .copywrite-wrap {
    margin-top: 25px;
  }
  .tab-head ul li {
    flex: unset;
  }
  .mutable-3-box-overlay-text .btn-effect {
    margin: 0 12.5px 10px;
  }
  .tab-head ul li a.active:after {
    display: none;
  }
  .tab-head ul li {
    margin-bottom: 10px;
  }
  .ebook-second-sec .bg-float-horiz-box {
    background-image: none !important;
  }
  .ebook-second-sec .right-cont-cover.v-center {
    max-width: 100%;
  }
  .bg-liner-black:after {
    background: linear-gradient(1deg, rgba(26, 22, 22, 0.5215686275) 43.04%, rgba(68, 68, 68, 0.6705882353) 59.43%, rgba(68, 68, 68, 0.6392156863) 77.01%) !important;
  }
  .single-case-studies .bg-liner-black:after {
    background: linear-gradient(1deg, rgba(26, 22, 22, 0.5215686275) 43.04%, rgba(68, 68, 68, 0.6705882353) 59.43%, rgba(68, 68, 68, 0.6392156863) 77.01%) !important;
  }
  .add-neurotech-details-section .tab-blank-content-box .tab-blank-content .color-bg-wd-crd {
    padding: 30px 20px 20px 20px;
  }
  .w-33.wd-gap:last-child > div, .w-33.wd-gap:nth-last-child(2) > div, .w-33.wd-gap:nth-last-child(3) > div {
    margin-bottom: 40px !important;
  }
  .w-33.wd-gap:last-child > div {
    margin-bottom: 0 !important;
  }
  body.home .tab-section .tab-cotainer .tab-content-div.bg-size-cover .blue-right-arrow:after {
    display: none;
  }
  .mobile-play .round-play.center {
    left: 0;
    transform: translate(0, 0%);
    right: unset;
    padding: unset;
    display: flex;
    justify-content: center;
  }
  .mutable-3-box-overlay-text .head h2, .mutable-hexa-no-gap-left-align-brd.two-blue-color-box .head h2 {
    margin-top: 0px;
  }
  .home .mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st > h4 {
    margin-top: 0px;
  }
  .banner-pd.bg-no-repeat.bg-cover.bg-liner-black.banner-head-space.on-mobile-bg .mobile-play.abut-pl .round-play.show-popup.center .pop-click.play-wrap {
    margin-top: 0px;
  }
  .op-for-desk {
    display: none;
  }
  footer.footer.pt-112 {
    padding-top: 0;
  }
  .bg-black.mutent-lr-choice.mutent-lr-choice-center-mode {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mutent-lr-choice.mutent-lr-choice-center-mode .right-gt-st h2 {
    margin-top: -12px;
  }
  section.py-70.bg-pos-bottom.bg-size-contain.bg-no-repeat.bg-alice_blue_400.big-ver-box-sec .row.justify-content-space.gap-40 ul.slick-dots, footer.footer.pt-112 .row.right-foot-menu ul.slick-dots, section.mutable-ryt-box .for-mobile-slide ul.slick-dots {
    display: none !important;
  }
  section.py-70.bg-pos-bottom.bg-size-contain.bg-no-repeat.bg-alice_blue_400.big-ver-box-sec .row.justify-content-space.gap-40 button.slick-next.slick-arrow, section.py-70.bg-pos-bottom.bg-size-contain.bg-no-repeat.bg-alice_blue_400.big-ver-box-sec .row.justify-content-space.gap-40 button.slick-prev.slick-arrow, footer.footer.pt-112 .row.right-foot-menu button.slick-prev.slick-arrow, footer.pt-112 .row.right-foot-menu button.slick-next.slick-arrow, section.mutable-ryt-box .for-mobile-slide button.slick-next.slick-arrow, section.mutable-ryt-box .for-mobile-slide button.slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 34px;
    background-position: -1px 8px;
    background-image: url("./images/output-onlinepngtools_blue.png") !important;
    border: none;
    font-size: 0;
    background-color: #108ce2;
    border-radius: 50px;
    position: absolute;
    bottom: -65px;
    right: calc(50% - 60px);
    transform: translate(-50%, 0%);
    background-repeat: no-repeat;
  }
  section.bg-alice_blue_400.py-112.right-box-bg-blue.mutable-ryt-box .for-mobile-slide button.slick-next.slick-arrow, section.bg-alice_blue_400.py-112.right-box-bg-blue.mutable-ryt-box .for-mobile-slide button.slick-prev.slick-arrow {
    background-image: url("./images/arrow-right.png") !important;
  }
  section.bg-alice_blue_400.py-112.right-box-bg-white.mutable-ryt-box button.slick-next.slick-arrow, section.bg-alice_blue_400.py-112.right-box-bg-white.mutable-ryt-box button.slick-prev.slick-arrow {
    background-image: url("./images/arrow-right.png") !important;
  }
  section.py-70.bg-pos-bottom.bg-size-contain.bg-no-repeat.bg-alice_blue_400.big-ver-box-sec .row.justify-content-space.gap-40.slick-initialized.slick-slider.slick-dotted button.slick-prev.slick-arrow, section.py-70.bg-pos-bottom.bg-size-contain.bg-no-repeat.bg-alice_blue_400.big-ver-box-sec .row.justify-content-space.gap-40.slick-initialized.slick-slider.slick-dotted button.slick-next.slick-arrow {
    background-image: url("./images/arrow-right.png") !important;
  }
  section.py-70.bg-pos-bottom.bg-size-contain.bg-no-repeat.bg-alice_blue_400.big-ver-box-sec .row.justify-content-space.gap-40 button.slick-prev.slick-arrow, section.mutable-ryt-box .for-mobile-slide button.slick-prev.slick-arrow {
    right: unset;
    left: calc(50% - 60px);
    transform: rotate(180deg);
  }
  section.py-70.bg-pos-bottom.bg-size-contain.bg-no-repeat.bg-alice_blue_400.big-ver-box-sec {
    padding-bottom: 90px;
  }
  .footer.pt-112 .row.right-foot-menu button.slick-prev.slick-arrow, footer.pt-112 .row.right-foot-menu button.slick-next.slick-arrow {
    bottom: 30px !important;
  }
  footer.footer > .container .right-foot-menu {
    background: #108CE2;
    padding: 40px 20px 80px;
    margin-top: 0;
  }
  .footer.pt-112 .row.right-foot-menu button.slick-prev.slick-arrow {
    left: calc(50% - 40px);
    transform: translate(-50%, 0) rotate(180deg) !important;
  }
  .foot-m-rp h6 {
    font-size: 2rem;
  }
  section.mutable-ryt-box {
    padding-bottom: 100px;
  }
  .w-33.wd-gap:last-child > div, .w-33.wd-gap:nth-last-child(2) > div, .w-33.wd-gap:nth-last-child(3) > div {
    margin-bottom: 10px !important;
  }
  /* the slides */
  section.py-70.bg-pos-bottom.bg-size-contain.bg-no-repeat.bg-alice_blue_400.big-ver-box-sec .row.justify-content-space.gap-40 .slick-slide, section.mutable-ryt-box .for-mobile-slide .slick-slide {
    margin: 0 27px;
  }
  /* the parent */
  section.py-70.bg-pos-bottom.bg-size-contain.bg-no-repeat.bg-alice_blue_400.big-ver-box-sec .row.justify-content-space.gap-40 .slick-list, section.mutable-ryt-box .for-mobile-slide .slick-list {
    margin: 0 -27px;
  }
  section.bg-blue.py-112.right-box-bg-white.mutable-ryt-box {
    padding-bottom: 100px;
  }
  section.bg-blue.py-112.right-box-bg-white.mutable-ryt-box button.slick-next.slick-arrow, section.bg-blue.py-112.right-box-bg-white.mutable-ryt-box button.slick-prev.slick-arrow {
    background: #fff;
    background-position: -3px;
  }
  section.bg-alice_blue_400.py-112.right-box-bg-blue.mutable-ryt-box {
    padding-bottom: 100px;
  }
  .footer.pt-112 .row.right-foot-menu button.slick-prev.slick-arrow, footer.pt-112 .row.right-foot-menu button.slick-next.slick-arrow {
    bottom: 30px !important;
    background-color: #fff !important;
    background-position: center left;
  }
  section.bg-alice_blue_400.py-112.right-box-bg-white.mutable-ryt-box {
    padding-bottom: 100px;
  }
  .bg-white.box-no-gap-design .mode-bg-hexa-in-box .mutb-chng {
    padding: 0 20px;
    margin-bottom: 40px !important;
  }
  .bg-white.box-no-gap-design .mode-bg-hexa-in-box .w-33:last-child .mutb-chng {
    margin: 0 !important;
  }
} /******* media 767 end********/
@media (max-width: 600px) {
  .privacy-data {
    margin-top: 0;
    max-width: 300px;
    bottom: 25px;
  }
  .tab-blank-head ul li {
    width: auto;
    max-width: 45%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 5px;
  }
  .tab-blank-head ul li a {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 5px;
    font-weight: 600;
  }
  .video-popup .pop-box-wrap iframe {
    width: 310px !important;
  }
  .video-popup .pop-box-wrap .close-popup {
    right: 0;
    top: -66px;
  }
  .mode-bg-hexa-in-box .btn {
    margin: 0 15px;
  }
  .banner-head-space .btn-effect {
    min-width: 260px;
  }
  .tab-section .head .stick-arrow-wrap {
    left: -49px;
    top: unset;
    bottom: -20px;
  }
  .row.mutable-3-box-cont.box-img-min-sec {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  .tab-blank-content-box .cnt-dv .row > .w-30 {
    width: 15%;
  }
  .tab-blank-content-box .cnt-dv .row > .w-70 {
    width: 85%;
  }
  .tab-blank-content-box .cnt-dv .row > .w-70 {
    width: 80%;
  }
  .tab-blank-content-box .cnt-dv .row > .w-30 {
    width: 20%;
  }
	.form-banner .psaform_wrapper  input[type=radio]:checked + label:after{
		left:32px;
	}
	.form-banner .psaform_wrapper label:hover:after {
    left: 32px;
}
	section.banner-pd .row.z-index-1.relative.gap-60.rev-box{
    padding-left: 15px;
}
	.full-width, section, .blog-content-wrap figure {
    margin-left: calc(-50vw - 9px) !important; 
}
		.form-banner .psaform_wrapper .psaform.psanew  #step13 label,.form-banner .psaform_wrapper .psaform.psanew  #step14 label {
    padding: 0 !important;
}
.popup .pop-box-wrap .gform_wrapper.gravity-theme fieldset#field_17_6 legend.gfield_label {
    padding: 5px 10px;
}
}
/******************* 600px *******/
@media (max-width: 360px) {
  .container {
    padding: 0 1.5rem;
  }
  .top-menu-cov .pl-44 {
    padding-left: 10px;
  }
}/*# sourceMappingURL=style.css.map */

.page-id-41392 .mutable-lr-sec .mutable-cont ul li {
    font-size: 20px;
}
.page-id-41392 .banner-head-space .btn-effect {
    width: 100%;
    display: flex;
}

.gfield_radio#input_17_5 {
    margin-top: 30px;
}

.gform_previous_button,.gform_next_button {
    text-transform: uppercase;
}