@import url("../fonts/azosans-fonts/stylesheet.css");
@import url("../fonts/gilroy-fonts/stylesheet.css");
@import url("../fonts/helvetica-neue/stylesheet.css");
html, body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

textarea {
  resize: vertical;
}

a:hover {
  text-decoration: none;
}

* html .clearfix {
  height: 1%;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
span,
p,
a,
label {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.ease,
a,
input[type="submit"],
button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.relative {
  position: relative;
}

.clearfix {
  display: block;
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.middle-div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hori-div {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.relative, .rel {
  position: relative;
}

.absolute, .abs {
  position: absolute;
}

input:focus, button:focus, textarea:focus {
  outline: none;
}

.z-top {
  position: relative;
  z-index: 80;
}

.section_padding {
  padding: 100px 0;
}

.navbar-toggler {
  display: block;
  padding: 27px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-clip: content-box;
  -webkit-transition: background-color 500ms ease-in-out 250ms;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #000;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler:before, .navbar-toggler:after {
  position: relative;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.navbar-toggler:before {
  top: -6px;
}

.navbar-toggler:after {
  bottom: -4px;
}

.navbar-toggler__text {
  display: none;
}

.navbar-toggler--active {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.navbar-toggler--active:before {
  -webkit-transform: translateY(6px) rotate(-225deg);
          transform: translateY(6px) rotate(-225deg);
}

.navbar-toggler--active:after {
  -webkit-transform: translateY(-6px) rotate(225deg);
          transform: translateY(-6px) rotate(225deg);
}

body {
  font-family: 'Montserrat', sans-serif;
}

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#site-header.hide {
  top: -200px;
}

.container-fluid {
  max-width: 750px!impotant;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  background: #fff;
}

header .top-layer {
  background-color: #016395;
}

header .top-layer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

header .top-layer ul li:not(:last-child) {
  margin-right: 20px;
}

header .top-layer ul li a {
  color: #fff;
  font-size: .9em;
}

header .mid-layer {
  background-color: #2d2d2d;
  padding: 10px;
}

header .mid-layer h2 {
  font-size: 20px;
  color: #fff;
  font-family: 'Azo Sans Md';
  font-weight: 500;
  text-align: center;
}

header .navbar-nav li a {
  color: #2d2d2d;
  font-size: 20px;
  font-family: 'Azo Sans Md';
  font-weight: 500;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.button-wrapper a {
  border: 1px solid #01a7e1;
  border-radius: 20px;
  padding: 15px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin: 0 20px;
}

.button-wrapper a:first-child {
  background-color: #01a7e1;
  color: #fff;
}

.button-wrapper a:last-child {
  background-color: #fff;
  color: #171717;
}

.dropdown-toggle::after {
  content: '';
}

.container-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-button .login {
  margin-left: 20px;
}

.container-button .login a {
  padding: 10px 40px;
  color: #fff;
  background-color: #01a7e1;
  border-radius: 20px;
  font-family: 'Gilroy';
  font-weight: 500;
}

.home-1 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10rem 0;
}

.home-1 .content-container {
  margin-top: 100px;
}

.home-1 .img-wrapper img {
  height: 100%;
}

.home-1 .content-wrapper {
  max-width: 372px;
  margin-top: 30px;
}

.home-1 .content-wrapper h1 {
  font-size: 50px;
  font-family: 'Gilroy';
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.1;
}

.home-1 .content-wrapper img {
  margin-top: -51px;
  margin-bottom: 21px;
}

.home-1 .content-wrapper p {
  font-size: 25px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  padding-right: 50px;
  line-height: 1.2;
}

.home-1 .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.home-1 .button-wrapper a {
  border: 1px solid #01a7e1;
  border-radius: 20px;
  padding: 20px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin: 0 20px;
}

.home-1 .button-wrapper a:first-child {
  background-color: #01a7e1;
  color: #fff;
}

.home-1 .button-wrapper a:last-child {
  background-color: #fff;
  color: #171717;
}

.home-2 {
  background-color: #01a7e1;
  padding: 50px 0;
}

.home-2 h2.head {
  text-align: center;
  margin-bottom: 60px;
  font-size: 30px;
  color: #fff;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.home-2 img {
  display: block;
  margin: 0 auto;
}

.home-3 {
  margin: 100px 0;
}

.home-3 .custom-container {
  max-width: 700px;
  margin: 0 auto;
}

.home-3 .head {
  font-size: 30px;
  font-family: 'Azo Sans';
  font-weight: bold;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 5rem;
}

.home-3 ul li {
  margin-bottom: 50px;
}

.home-3 ul li .content-wrapper h3 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 15px;
}

.home-3 ul li .content-wrapper p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.home-4 {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.home-4 h2.head {
  text-align: center;
  font-size: 30px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 2rem;
}

.home-5 {
  padding: 50px 0;
  background-color: #ebebeb;
}

.home-5 .img-wrapper {
  text-align: center;
}

.home-5 .content-wrapper h2 {
  font-size: 30px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
}

.home-5 .content-wrapper a {
  display: inline-block;
  border: 1px solid #01a7e1;
  border-radius: 20px;
  padding: 20px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  background-color: #01a7e1;
  color: #fff;
  margin-top: 20px;
}

.home-6 {
  margin: 100px 0 0;
}

.home-6 .head {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 30px;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.home-6 ul {
  padding: 0 100px;
}

.home-6 ul li .img-wrapper img {
  height: 380px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-6 ul li .content-wrapper h2 {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
  color: #1f1f1f;
}

.home-6 ul li .content-wrapper p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.home-6 ul.owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: auto 0;
  width: 100%;
}

.home-6 ul.owl-carousel .owl-nav button i {
  font-size: 25px;
}

.home-6 ul.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}

.home-6 ul.owl-carousel .owl-dots .owl-dot {
  width: 35px;
  height: 3px;
  background-color: #f8b1ab;
}

.home-6 ul.owl-carousel .owl-dots .owl-dot.active {
  background-color: #01a7e1;
}

.home-6 .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.home-6 .button-wrapper a {
  border: 1px solid #01a7e1;
  border-radius: 20px;
  padding: 20px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin: 0 20px;
}

.home-6 .button-wrapper a:first-child {
  background-color: #01a7e1;
  color: #fff;
}

.home-6 .button-wrapper a:last-child {
  background-color: #fff;
  color: #171717;
}

.home-6 .barline {
  width: 100%;
  margin: 50px 0;
}

.rating {
  padding-bottom: 100px;
}

.rating .head {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 30px;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.rating ul li .logo {
  display: block;
  margin-left: auto;
}

.rating ul li .pink-line {
  height: 1px;
  width: 100%;
  background-color: #e87983;
  margin: 10px 0;
}

.rating ul li h2, .rating ul li p, .rating ul li .star {
  margin-left: 20px;
}

.rating ul li h2 {
  font-size: 20px;
  font-family: 'Azo Sans Lt';
  margin-bottom: 10px;
}

.rating ul li h2 span {
  font-family: 'Azo Sans';
  font-weight: bold;
}

.rating ul li p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
  color: #000;
  line-height: 1.2;
}

footer {
  padding: 50px 0 0px;
  background-color: #2d2d2d;
}

footer h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Azo Sans';
  font-weight: bold;
}

footer .footer-1 img {
  margin-bottom: 40px;
}

footer .footer-1 p {
  font-size: 15px;
  font-family: 'neue_helveticalight';
  color: #fff;
  line-height: 1.2;
}

footer .footer-2 {
  padding: 0 50px;
}

footer .footer-2 ul {
  -webkit-column-count: 2;
          column-count: 2;
}

footer .footer-2 ul li a {
  font-size: 15px;
  font-family: 'neue_helveticalight';
  color: #fff;
  line-height: 1.2;
}

footer .footer-3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-3 ul li {
  margin-right: 20px;
}

footer .footer-3 ul li a {
  color: #fff;
}

footer .barline {
  margin: 30px 0 10px;
}

footer .footer-note {
  padding: 0px 0 20px;
}

footer .footer-note p {
  font-size: 15px;
  font-family: 'neue_helveticalight';
  color: #fff;
  line-height: 1.2;
}

.space-top {
  margin-top: 15rem;
}

.about-1 {
  margin: 100px 0;
}

.about-1 .img-wrapper {
  display: block!important;
  margin: 0 auto;
}

.about-1 .content-wrapper {
  padding: 0 50px;
}

.about-1 .content-wrapper h1 {
  font-size: 50px;
  font-family: 'Azo Sans Md';
  font-weight: 500;
  color: #1f1f1f;
}

.about-1 .content-wrapper img {
  margin-top: -60px;
  margin-bottom: 20px;
}

.about-1 .content-wrapper p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
  color: #1f1f1f;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-1 .content-wrapper ul {
  counter-reset: section;
}

.about-1 .content-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  font-family: 'neue_helveticalight';
  color: #1f1f1f;
  line-height: 1.2;
}

.about-1 .content-wrapper ul li::before {
  counter-increment: section;
  content: counter(section) "";
  margin-right: 10px;
  font-size: 45px;
  font-family: 'Azo Sans Md';
  font-weight: 500;
}

.about-2 {
  padding: 50px 0;
}

.about-2 .content-wrapper {
  margin-bottom: 30px;
}

.about-2 .content-wrapper h2 {
  font-size: 25px;
  font-family: 'Azo Sans';
  font-weight: bold;
  color: #1f1f1f;
}

.about-2 .content-wrapper img {
  margin: 20px 0;
}

.about-2 .content-wrapper p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
  color: #1f1f1f;
  line-height: 1.2;
}

.about-2 ul li .commission-wrapper {
  padding: 0 50px 20px;
}

.about-2 ul li .commission-wrapper img {
  margin-bottom: 20px;
}

.about-2 ul li .commission-wrapper h2 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-2 ul li .commission-wrapper h3 {
  color: #01a7e1;
  font-size: 18px;
  font-family: 'neue_helveticalight';
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-2 ul li .commission-wrapper p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
  color: #1f1f1f;
  line-height: 1.2;
}

.about-3 h2.head {
  font-size: 25px;
  color: #1f1f1f;
  margin-bottom: 3rem;
  font-family: 'Azo Sans';
  font-weight: bold;
  text-align: center;
}

.about-3 ul li {
  margin-bottom: 30px;
  padding: 0 50px;
}

.about-3 ul li .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-3 ul li .header .name {
  padding-left: 30px;
}

.about-3 ul li .header .name h2 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-3 ul li .header .name h3 {
  color: #01a7e1;
  font-size: 18px;
  font-family: 'neue_helveticalight';
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-3 ul li p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
  color: #1f1f1f;
  line-height: 1.2;
}

.about-4 {
  padding: 50px 0 100px;
}

.about-4 .head {
  margin-bottom: 2rem;
}

.about-4 .head h2 {
  font-size: 25px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
}

.about-4 .head h3 {
  font-size: 18px;
  font-family: 'neue_helveticalight';
  text-transform: uppercase;
  color: #01a7e1;
  line-height: 1.2;
}

.about-4 .content-wrapper {
  max-width: 710px;
  margin: 0 auto;
}

.about-4 .content-wrapper img {
  margin-bottom: 20px;
}

.about-4 .content-wrapper p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
  color: #1f1f1f;
  line-height: 1.2;
}

.about-4 a {
  border: 1px solid #01a7e1;
  border-radius: 20px;
  padding: 15px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin: 0 20px;
  background-color: #01a7e1;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}

.blog-section {
  margin: 100px 0;
}

.blog-section ul li {
  margin-bottom: 60px;
}

.blog-section #myList li {
  display: none;
}

.blog-section ul li .blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog-section ul li .blog-wrapper .left-side {
  position: relative;
}

.blog-section ul li .blog-wrapper .left-side img.profile-img {
  height: 13vh;
  width: 50vh;
  margin-right: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.blog-section ul li .blog-wrapper .left-side img.decor-1 {
  position: absolute;
  bottom: -10px;
  left: -10px;
}

.blog-section ul li .blog-wrapper .left-side img.decor-2 {
  position: absolute;
  right: -10px;
  top: -10px;
}

.blog-section ul li .blog-wrapper .content-wrapper {
  padding-left: 30px;
}

.blog-section ul li .blog-wrapper .content-wrapper h2 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans Lt';
}

.blog-section ul li .blog-wrapper .content-wrapper img.barline {
  margin: 20px 0;
}

.blog-section ul li .blog-wrapper .content-wrapper h3 {
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}

.blog-section ul li .blog-wrapper .content-wrapper h4 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans Lt';
  margin-bottom: 20px;
}

.blog-section ul li .blog-wrapper .content-wrapper p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
  color: #1f1f1f;
  line-height: 1.2;
  margin-bottom: 20px;
}

.blog-section ul li .blog-wrapper .content-wrapper p a {
  color: #01a7e1;
}

.blog-section ul li .blog-wrapper .content-wrapper .button-continue {
  margin-top: 40px;
}

.blog-section ul li .blog-wrapper .content-wrapper .button-continue a {
  padding: 15px 40px;
  border-radius: 20px;
  font-size: 20px;
  background-color: #01a7e1;
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 500;
  text-transform: uppercase;
}

.button-load {
  margin-top: 20px;
}

.button-load button {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 20px;
  color: #1f1f1f;
}

.blog-content-section {
  margin: 100px 0;
}

.blog-content-section .first-part h2 {
  font-size: 20px;
  font-family: 'Azo Sans Lt';
  color: #1f1f1f;
}

.blog-content-section .first-part img.barline {
  margin: 20px 0;
  width: 100%;
}

.blog-content-section .first-part h1 {
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}

.blog-content-section .second-part {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

.blog-content-section .second-part .left {
  position: absolute;
  left: 0;
}

.blog-content-section .second-part .right {
  position: absolute;
  right: 0;
}

.blog-content-section .second-part .center-content {
  max-width: 353px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-content-section .second-part .center-content .left-side {
  position: relative;
  max-width: 88px;
}

.blog-content-section .second-part .center-content .left-side img.profile-img {
  height: 75px;
  width: 100%;
  margin-right: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.blog-content-section .second-part .center-content .left-side img.decor-1 {
  position: absolute;
  bottom: -10px;
  left: -10px;
}

.blog-content-section .second-part .center-content .left-side img.decor-2 {
  position: absolute;
  right: -10px;
  top: -10px;
}

.blog-content-section .second-part .center-content h2 {
  text-align: center;
  font-size: 18px;
  font-family: 'Azo Sans Lt';
  color: #1f1f1f;
  margin-left: 25px;
}

.blog-content-section .second-part-ext {
  max-width: 680px;
  margin: 40px auto 20px;
}

.blog-content-section .second-part-ext p {
  color: #01a7e1;
  text-align: center;
  font-size: 18px;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.blog-content-section .blog-content {
  text-align: center;
}

.blog-content-section .blog-content p {
  color: #1f1f1f;
  font-size: 18px;
  font-family: 'neue_helveticalight';
}

.blog-content-section .blog-content p a {
  font-size: 18px;
  text-transform: uppercase;
  color: #01a7e1;
}

.media-section {
  background-color: #f7f7f7;
  padding: 20px 0;
}

.media-section .social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.media-section .social-media ul li {
  margin: 0 5px;
}

.media-section .social-media ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #01a7e5;
  color: #fff;
  font-size: 20px;
}

.case-study {
  margin: 100px 0;
}

.case-study .side-content .profile {
  position: relative;
  padding: 0 30px;
  text-align: center;
}

.case-study .side-content .profile img.profile-img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 183px;
  margin: 0 auto;
  border-radius: 20px;
}

.case-study .side-content .profile img.decor {
  position: absolute;
  left: 0;
  bottom: -20px;
}

.case-study .side-content .side-content-2 {
  margin-top: 30px;
}

.case-study .side-content .side-content-2 p {
  text-align: center;
  font-size: 16px;
  font-family: 'Azo Sans';
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
}

.case-study .side-content .tagline {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 10px 0;
  margin-top: 20px;
}

.case-study .side-content .tagline h3 {
  font-size: 18px;
  color: #01a7e1;
  text-align: center;
  font-family: 'Azo Sans Lt';
}

.case-study .side-content .name {
  margin: 30px 0;
}

.case-study .side-content .name h3 {
  text-align: center;
  font-size: 18px;
  font-family: 'Azo Sans Md';
  font-weight: 500;
}

.case-study .content-wrapper .head h1 {
  font-size: 25px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.case-study .content-wrapper .head h2 {
  font-size: 18px;
  color: #01a7e1;
  font-family: 'Azo Sans Lt';
  margin: 10px 0;
}

.case-study .content-wrapper p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
}

.case-study .content-wrapper p a {
  color: #01a7e1;
}

.case-study .content-wrapper .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.case-study .content-wrapper .button-wrapper a {
  border: 1px solid #01a7e1;
  border-radius: 20px;
  padding: 20px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
}

.case-study .content-wrapper .button-wrapper a:first-child {
  background-color: #01a7e1;
  color: #fff;
}

.case-study .content-wrapper .button-wrapper a:last-child {
  background-color: #fff;
  color: #171717;
}

.com-1 .large-bubble {
  position: absolute;
  top: 0;
  right: 0;
  height: 40vh;
  bottom: 0;
  margin: auto 0;
}

.com-1 .small-bubble {
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
  margin: auto 0;
}

.com-1 .head h1 {
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

.com-1 .head p {
  font-size: 20px;
  font-family: 'Azo Sans Lt';
  color: #1f1f1f;
}

.com-1 .content-wrapper {
  padding: 50px 0;
}

.com-1 .content-wrapper p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
}

.com-2 {
  padding: 100px 0;
  background-color: #f7f7f7;
}

.com-2 .custom-cont {
  padding: 0 50px;
}

.com-2 .content-wrapper {
  padding-left: 20px;
}

.com-2 .content-wrapper h2 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 20px;
}

.com-2 .content-wrapper ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  font-family: 'neue_helveticalight';
  color: #1f1f1f;
}

.com-2 .content-wrapper ul li i {
  font-size: 20px;
  color: #01a7e5;
  margin-right: 10px;
}

.com-2 .content-wrapper .full-details {
  padding-left: 25px;
}

.com-2 .content-wrapper .full-details a {
  color: #01a7e5;
  font-size: 18px;
  font-family: 'neue_helveticalight';
}

.blue-section {
  background-color: #01a7e5;
  padding: 50px 0;
}

.blue-section .content-wrapper {
  text-align: center;
}

.blue-section .content-wrapper h2 {
  font-size: 25px;
  color: #fff;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 20px;
}

.blue-section .content-wrapper p {
  font-size: 18px;
  color: #fff;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.blue-section .content-wrapper .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.blue-section .content-wrapper .button-wrapper a {
  border: 1px solid #2d2d2d;
  border-radius: 20px;
  padding: 15px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
}

.blue-section .content-wrapper .button-wrapper a:first-child {
  background-color: #2d2d2d;
  color: #fff;
}

.blue-section .content-wrapper .button-wrapper a:last-child {
  background-color: transparent;
  color: #171717;
}

.com-2-sec {
  padding: 50px 0;
}

.com-2-sec .head img.logo {
  margin-bottom: -5rem;
}

.com-2-sec .content-form-wrapper {
  padding: 50px 0;
}

.com-2-sec .content-form-wrapper p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.com-2-sec .content-form-wrapper .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}

.com-2-sec .content-form-wrapper .button-wrapper a {
  border: 1px solid #01a7e5;
  border-radius: 20px;
  padding: 15px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
  white-space: nowrap;
}

.com-2-sec .content-form-wrapper .button-wrapper a:first-child {
  background-color: #01a7e5;
  color: #fff;
}

.com-2-sec .content-form-wrapper .button-wrapper a:last-child {
  background-color: transparent;
  color: #171717;
}

.com-2-sec .content-form-wrapper .content-note {
  border-top: 1px solid #c7c7c7;
  padding: 20px 0;
}

.com-2-sec .content-form-wrapper .content-note img {
  float: right;
}

.com-2-sec .content-form-wrapper .form-wrapper .form-group input, .com-2-sec .content-form-wrapper .form-wrapper .form-group textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  color: #aeaeae;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.com-2-sec .content-form-wrapper .form-wrapper .form-group textarea {
  height: 197px;
  resize: none;
}

.com-2-sec .content-form-wrapper .form-wrapper .button-send {
  text-align: right;
}

.com-2-sec .content-form-wrapper .form-wrapper .button-send input {
  font-size: 20px;
  color: #fff;
  padding: 15px 60px;
  border-radius: 20px;
  text-transform: uppercase;
  background-color: #01a7e1;
  font-family: 'Gilroy';
  font-weight: 500;
  border: none;
}

.contact-1 .form-wrapper {
  padding: 50px 0;
}

.contact-1 .form-wrapper .form-group input, .contact-1 .form-wrapper .form-group textarea, .contact-1 .form-wrapper .form-group select {
  width: 100%;
  border: 1px solid #c7c7c7;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  color: #aeaeae;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.contact-1 .form-wrapper .form-group textarea {
  height: 197px;
  resize: none;
}

.contact-1 .form-wrapper .form-group select {
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 18px;
}

.contact-1 .form-wrapper .form-group select option {
  font-family: 'Azo Sans';
  font-weight: bold;
}

.contact-1 .form-wrapper .button-send {
  text-align: center;
}

.contact-1 .form-wrapper .button-send input {
  font-size: 20px;
  color: #fff;
  padding: 15px 60px;
  border-radius: 20px;
  text-transform: uppercase;
  background-color: #01a7e1;
  font-family: 'Gilroy';
  font-weight: 500;
  border: none;
}

.cookie-1 .content-2 {
  padding: 20px 0;
}

.cookie-1 .content-2 h2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-family: 'Azo Sans';
  font-weight: normal;
}

.cookie-1 .content-2 p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.cookie-1 .content-3 {
  padding: 50px 0;
}

.cookie-1 .content-3 h2.head {
  text-align: center;
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.cookie-1 .content-3 ul li {
  margin-bottom: 20px;
}

.cookie-1 .content-3 ul li .barline {
  margin: 20px 0 30px;
}

.cookie-1 .content-3 ul li h3 {
  font-size: 18px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 20px;
}

.cookie-1 .content-3 ul li p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.cookie-1 .content-3 .content-ext {
  padding: 30px 0;
}

.cookie-1 .content-3 .content-ext p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.energy-1 .e-content {
  padding: 20px 0;
}

.energy-1 .e-content p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  margin-bottom: 20px;
}

.energy-1 .e-content h3 {
  font-size: 18px;
  color: #01a7e1;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.sales-table {
  padding: 30px 0 50px;
}

.sales-table .col {
  padding: 0 5px;
}

.sales-table .row-head .head-top {
  background-color: #01a7e1;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sales-table .row-head .head-top h2 {
  font-size: 18px;
  font-family: 'Azo Sans';
  font-weight: bold;
  color: #fff;
  word-break: break-all;
}

.sales-table .row-body {
  padding-top: 10px;
}

.sales-table .row-body .sale-data {
  background-color: #e4e4e4;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.sales-table .row-body .sale-data h2 {
  font-size: 18px;
  color: #2d2d2d;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  margin-bottom: 0px;
}

.sales-table .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.sales-table .button-wrapper a {
  border: 1px solid #01a7e1;
  border-radius: 20px;
  padding: 20px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
}

.sales-table .button-wrapper a:first-child {
  background-color: #01a7e1;
  color: #fff;
}

.sales-table .button-wrapper a:last-child {
  background-color: #fff;
  color: #171717;
}

.blue-section {
  padding: 50px 0;
}

.blue-section p a {
  color: #2d2d2d;
  text-decoration: underline;
}

.common-layout-sec .decor-right {
  position: absolute;
  right: 0;
  top: -50px;
}

.common-layout-sec .decor-left {
  position: absolute;
  left: 0;
  top: 50px;
}

.about-1 .content-wrapper h1 {
  font-size: 40px;
}

.program-sec {
  padding: 50px 0;
}

.program-sec .head {
  font-family: 'Azo Sans';
  font-weight: normal;
  color: #01a7e5;
  font-size: 25px;
  text-align: center;
  margin-bottom: 3rem;
}

.program-sec .benefit-list .benefit-col {
  margin-bottom: 50px;
}

.program-sec .benefit-list .content-wrapper {
  padding-left: 30px;
}

.program-sec .benefit-list .content-wrapper h2 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
}

.program-sec .benefit-list .content-wrapper p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.program-right {
  background-color: #f7f7f7;
  padding: 50px 0 100px;
}

.program-right .left-decor {
  position: absolute;
  left: -5rem;
  bottom: 5rem;
  z-index: 2;
  pointer-events: none;
}

.program-right .right-decor {
  position: absolute;
  right: -2rem;
  bottom: 5rem;
  z-index: 2;
  pointer-events: none;
}

.program-right h2.head {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.program-right .col-common {
  padding: 0 20px;
}

.program-right .content-wrapper {
  text-align: center;
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 15px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 15px 10px 20px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.program-right .content-wrapper h3 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.program-right .content-wrapper ul li {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.program-right .buttn {
  margin-top: 5rem;
}

.program-right .buttn a {
  border: 1px solid #01a7e1;
  border-radius: 20px;
  padding: 20px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin-right: 20px;
  background-color: #01a7e1;
  color: #fff;
}

.varied-2 {
  margin: 50px 0;
}

.varied-2 .large-bubble {
  top: 0;
  right: 0;
  height: 40vh;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}

.varied-2 .small-bubble {
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
  margin: auto 0;
}

.varied-2 .content-wrapper {
  padding-left: 50px;
}

.varied-2 .content-wrapper p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.varied-2 .img-wrapper img {
  border-radius: 20px;
  border: 3px dotted #000;
}

.varied-2 .img-wrapper h2 {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  margin-top: 20px;
}

.varied-2 .varied-testimony {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 20px 80px;
  margin-top: 30px;
}

.varied-2 .varied-testimony .review-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.varied-2 .varied-testimony .review-wrapper img {
  height: 73px;
  width: 73px;
  margin-right: 20px;
  border-radius: 10px;
}

.varied-2 .varied-testimony .review-wrapper p {
  font-family: 'Azo Sans';
  font-weight: normal;
  line-height: 1.2;
  font-size: 18px;
  font-style: italic;
}

.varied-2 .varied-testimony .rates p {
  font-size: 18px;
  color: #01a7e1;
  margin-top: 30px;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.varied-2 .third-layer {
  padding: 50px 0;
  text-align: center;
}

.varied-2 .third-layer h2 {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 20px;
}

.varied-2 .third-layer p {
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
}

.varied-3 {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.varied-3 h2.head {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 5rem;
  text-align: center;
}

.varied-3 .content-wrapper .layer-1 {
  text-align: center;
}

.varied-3 .content-wrapper .layer-1 h2 {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.varied-3 .content-wrapper .layer-2 p {
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
}

.varied-3 .benefits-container .barline {
  margin: 50px 0;
}

.varied-3 .benefits-container h3 {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin: 0px 0 20px;
}

.varied-3 .benefits-container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 10px;
}

.varied-3 .benefits-container ul li i {
  margin-right: 20px;
  font-size: 20px;
  color: #01a7e1;
}

.varied-3 .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.varied-3 .button-wrapper a {
  border: 1px solid #01a7e1;
  border-radius: 20px;
  padding: 15px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin: 0 20px;
}

.varied-3 .button-wrapper a:first-child {
  background-color: #01a7e1;
  color: #fff;
}

.varied-3 .button-wrapper a:last-child {
  background-color: #fff;
  color: #171717;
}

.industry-1 .payment-challenges {
  padding: 20px 0;
}

.industry-1 .payment-challenges img {
  margin: 50px 0;
}

.industry-1 .payment-challenges p {
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
}

.industry-2 {
  padding: 50px 0;
}

.industry-2 ul li {
  margin-bottom: 50px;
}

.industry-2 ul li .industry-name {
  margin-bottom: 20px;
}

.industry-2 ul li .industry-name h2 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.industry-2 ul li .layer-1 .side-part-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.industry-2 ul li .layer-1 .side-part-1 .decor {
  margin-right: -80px;
  position: relative;
  margin-bottom: -51px;
}

.industry-2 ul li .layer-1 .side-part-1 .profile {
  height: 114px;
  width: 114px;
  border-radius: 10px;
}

.industry-2 ul li .layer-1 .side-part-2 img {
  margin-bottom: 10px;
}

.industry-2 ul li .layer-1 .side-part-2 h3 {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'Azo Sans Md';
  font-weight: 500;
}

.industry-2 ul li .layer-2 p {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-family: 'Azo Sans';
  font-weight: normal;
  font-style: italic;
  line-height: 1.2;
  padding: 0 50px;
  margin-top: 30px;
}

.industry-2 ul li .content-wrapper p {
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
}

.industry-2 ul li .content-wrapper a {
  padding: 10px 40px;
  color: #fff;
  background-color: #01a7e1;
  border-radius: 20px;
  font-family: 'Gilroy';
  font-weight: 500;
  display: inline-block;
  margin-top: 60px;
}

.industry-3 .button-wrapper {
  margin-top: 50px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
}

.industry-3 .sector {
  text-align: center;
  padding: 50px 0 20px;
}

.industry-3 .sector h2 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 20px;
}

.industry-3 .sector p {
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
}

.insurance-1 .design {
  position: absolute;
  height: 25vh;
  top: 20%;
}

.insurance-1 .design.design-1 {
  left: 6rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.insurance-1 .design.design-2 {
  right: 6rem;
}

.insurance-1 .layer-1 h2 {
  font-size: 25px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.insurance-1 .layer-1 .content-wrapper p {
  text-align: center;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
  color: #1f1f1f;
  padding: 20px 0;
}

.insurance-1 .layer-1 .display-timeline {
  padding: 50px 0;
}

.insurance-3 .barline {
  margin-bottom: 50px;
  margin-top: 20px;
}

.it-3 .content-wrapper .layer-1 img {
  height: 50px;
}

.it-4 .varied-testimony {
  padding: 20px 0;
}

.it-4 .rates h2 {
  font-size: 18px;
  text-align: center;
  font-family: 'Azo Sans';
  font-weight: normal;
  margin-top: 20px;
}

.medical-1 .commision-table {
  padding: 20px 0;
}

.medical-1 .commision-table .layer-1 {
  text-align: center;
}

.medical-1 .commision-table .layer-1 h2 {
  font-size: 25px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 20px;
}

.medical-1 .commision-table .layer-1 p {
  text-align: center;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
  color: #1f1f1f;
}

.medical-1 .commision-table .layer-2 img {
  position: absolute;
  right: 70%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  height: 25vh;
  top: 50px;
}

.medical-1 .commision-table .layer-2 table {
  max-width: 380px;
  margin: 20px auto;
  border-spacing: 10px;
  border-collapse: separate;
}

.medical-1 .commision-table .layer-2 table th {
  width: 100%;
}

.medical-1 .commision-table .layer-2 table th h2 {
  padding: 20px;
  background-color: #01a7e1;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.medical-1 .commision-table .layer-2 table td {
  background-color: #e4e4e4;
  padding: 10px;
  text-align: center;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 16px;
  color: #1f1f1f;
  border-radius: 5px;
}

.medical-1 .commision-table .layer-2 table td div {
  padding: 5px;
  text-align: center;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
  color: #1f1f1f;
}

.medical-1 .commision-table .layer-2 table th, .medical-1 .commision-table .layer-2 table td {
  text-align: center;
}

.medical-1 .commision-table .layer-2 table tr {
  padding: 5px;
}

.com-1 .head p {
  text-align: center;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
  color: #1f1f1f;
}

.medical-2 {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.medical-2 h2.head {
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 25px;
  color: #1f1f1f;
  margin-bottom: 10px;
  text-align: center;
}

.medical-2 .claw-wrapper .decor {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 25vh;
}

.medical-2 .claw-wrapper .row {
  padding: 20px 0;
  max-width: 660px;
  margin: 0 auto;
}

.medical-2 .claw-wrapper .row .content-wrapper h3 {
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 20px;
  color: #1f1f1f;
  margin-bottom: 15px;
}

.medical-2 .claw-wrapper .row .content-wrapper p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.medical-2 .extra-content {
  padding: 20px 0;
}

.medical-2 .extra-content h2 {
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 25px;
  color: #1f1f1f;
  margin-bottom: 10px;
  text-align: center;
}

.medical-2 .extra-content p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  text-align: center;
}

.payment-1 .content-wrapper {
  max-width: 830px;
  margin: 0 auto;
}

.payment-1 .content-wrapper .content h2 {
  font-size: 25px;
  color: #1f1f1f;
  text-transform: uppercase;
  font-family: 'neue_helveticalight';
}

.payment-3 {
  padding: 50px 0;
}

.payment-3 .layer-1 {
  text-align: center;
}

.payment-3 .layer-1 h2 {
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 25px;
  color: #1f1f1f;
  margin-bottom: 10px;
  text-align: center;
}

.payment-3 .layer-1 h3 {
  font-family: 'Azo Sans';
  font-weight: normal;
  font-size: 20px;
  color: #1f1f1f;
  margin: 10px 0;
  text-align: center;
}

.payment-3 .layer-2 .col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.payment-3 .layer-2 .col-flex .content-wrapper {
  padding-left: 20px;
}

.payment-3 .layer-2 .col-flex .content-wrapper p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  margin-bottom: 20px;
}

.payment-3 .layer-2 .col-flex .content-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
}

.payment-3 .layer-2 .col-flex .content-wrapper ul li:before {
  content: '';
  height: 8px;
  width: 8px;
  background-color: #01a7e5;
  border-radius: 50%;
  display: block;
  clear: both;
  margin-top: 8px;
  margin-right: 20px;
}

.payment-4 .layer-1 {
  text-align: center;
}

.payment-4 .layer-1 img {
  margin-bottom: 40px;
}

.payment-4 .layer-1 h2 {
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 25px;
  color: #1f1f1f;
  margin-bottom: 10px;
  text-align: center;
}

.payment-4 .layer-1 h3 {
  font-family: 'Azo Sans';
  font-weight: normal;
  font-size: 20px;
  color: #1f1f1f;
  margin: 20px 0;
  text-align: center;
}

.payment-4 .layer-1 p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
}

.payment-4 .layer-3 .col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.payment-4 .layer-3 .col-flex .content-wrapper {
  padding: 0;
  padding-left: 20px;
}

.payment-4 .layer-3 .col-flex .content-wrapper h4 {
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 20px;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.payment-4 .layer-3 .col-flex .content-wrapper p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  margin-bottom: 20px;
}

.payment-4 .layer-3 .col-flex .content-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
}

.payment-4 .layer-3 .col-flex .content-wrapper ul li:before {
  content: '';
  height: 8px;
  width: 8px;
  background-color: #01a7e5;
  border-radius: 50%;
  display: block;
  clear: both;
  margin-top: 8px;
  margin-right: 20px;
}

.payment-4 table {
  max-width: 400px;
}

.medical-1 .commision-table .layer-2 table td div {
  font-size: 16px;
}

.payment-5 {
  background-color: #01a7e5;
  padding: 50px 0;
}

.payment-5 h2 {
  color: #fff;
  font-size: 18px;
  font-family: 'neue_helveticalight';
  text-align: center;
}

.payment-5 .button-wrapper a {
  background-color: #fff;
  color: #1f1f1f;
}

.recruit-1 .commision-table .layer-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit-1 .commision-table .layer-2 table {
  margin: 0 40px;
}

.varied-2 .varied-testimony .review-wrapper .content span {
  font-family: 'Azo Sans';
  font-weight: normal;
  line-height: 1.2;
  font-size: 18px;
  font-style: italic;
  color: #01a7e1;
}

.varied-2 .varied-testimony .review-wrapper .content p {
  margin-bottom: 10px;
}

.login .layer-1 {
  text-align: center;
  margin-bottom: 10rem;
}

.login .layer-1 h1 {
  font-family: 'Azo Sans';
  font-weight: bold;
  font-size: 25px;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.login .layer-1 a {
  font-size: 18px;
  font-family: 'Azo Sans Lt';
  font-weight: 300;
  color: #1f1f1f;
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}

.login .layer-2 {
  background-color: #f8f8f8;
  padding: 50px 20%;
}

.login .layer-2 .head-logo {
  text-align: center;
}

.login .layer-2 .head-logo img {
  margin-top: -8rem;
}

.login .layer-2 .form-container h2 {
  text-align: center;
  font-size: 18px;
  color: #363636;
  font-family: 'neue_helveticalight';
  margin-bottom: 1rem;
}

.login .layer-2 .form-container .input-row {
  width: 100%;
  border: 1px solid #01a7e1;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-bottom: 20px;
}

.login .layer-2 .form-container .input-row input {
  width: 100%;
  margin-left: 10px;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-family: 'neue_helveticalight';
}

.login .layer-2 .form-container .input-row input::-webkit-input-placeholder {
  font-size: 18px;
  color: #818181;
  font-family: 'neue_helveticalight';
}

.login .layer-2 .form-container .input-row input:-ms-input-placeholder {
  font-size: 18px;
  color: #818181;
  font-family: 'neue_helveticalight';
}

.login .layer-2 .form-container .input-row input::-ms-input-placeholder {
  font-size: 18px;
  color: #818181;
  font-family: 'neue_helveticalight';
}

.login .layer-2 .form-container .input-row input::placeholder {
  font-size: 18px;
  color: #818181;
  font-family: 'neue_helveticalight';
}

.login .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login .option a {
  font-size: 15px;
  color: #01a7e1;
  font-family: 'Azo Sans Lt';
  font-weight: 300;
}

.login .option .checkbox input {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.login .option .checkbox label {
  font-size: 15px;
  color: #01a7e1;
  font-family: 'Azo Sans Lt';
  font-weight: 300;
}

.login .other-option h3 {
  font-size: 18px;
  text-align: center;
  font-family: 'Azo Sans Lt';
  font-weight: 300;
  margin-top: 20px;
}

.login .other-option h3 a {
  font-family: 'Azo Sans';
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}

.login .submit input {
  width: 100%;
  border: none;
  padding: 10px 20px;
  text-align: center;
  background-color: #01a7e1;
  color: #fff;
  font-family: 'Azo Sans Lt';
  font-weight: 300;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 20px;
}

.login .layer-3 .button-wrapper {
  margin: 50px 0;
}

.login-layer-4 {
  padding: 20px 0;
  background-color: #f7f7f7;
}

.login-layer-4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-layer-4 ul li {
  margin: 0 10px;
}

.login-layer-4 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  background-color: #01a7e1;
  padding: 10px;
}

.product-block-1 .layer-1 {
  text-align: center;
}

.product-block-1 .layer-1 h1 {
  font-size: 30px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.product-block-1 .layer-1 .barline {
  margin: 20px 0;
}

.product-block-1 .layer-2 {
  text-align: center;
}

.product-block-1 .layer-2 h2 {
  font-size: 25px;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Azo Sans';
  font-weight: normal;
  margin-bottom: 50px;
}

.product-block-1 .layer-2 img {
  width: 100%;
  margin-bottom: 50px;
}

.product-block-1 .layer-2 p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
  margin: 0px 0 20px;
}

.product-block-2 {
  padding: 50px 0;
  background-color: #f7f7f7;
  margin-top: 50px;
}

.product-block-2 .bubble-decor-1 {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: scaleX(-1) translateY(50px);
          transform: scaleX(-1) translateY(50px);
}

.product-block-2 .bubble-decor-2 {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: scaleX(-1) translateY(50px);
          transform: scaleX(-1) translateY(50px);
}

.product-block-2 h2.head {
  text-align: center;
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.product-block-2 ul.owl-carousel .owl-stage-outer {
  padding: 50px 0;
}

.product-block-2 ul.owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 100%;
  pointer-events: none;
}

.product-block-2 ul.owl-carousel .owl-nav button {
  pointer-events: all;
}

.product-block-2 ul.owl-carousel .owl-nav button i {
  font-size: 20px;
  color: #505050;
}

.product-block-2 ul.owl-carousel .owl-nav button.owl-prev {
  margin-left: -50px;
}

.product-block-2 ul.owl-carousel .owl-nav button.owl-next {
  margin-right: -50px;
}

.product-block-2 ul.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-block-2 ul.owl-carousel .owl-dots .owl-dot {
  height: 6px;
  width: 21px;
  background-color: #505050;
  margin: 0 5px;
}

.product-block-2 ul.owl-carousel .owl-dots .owl-dot.active {
  background-color: #01a7e1;
}

.product-block-2 ul li .feature-wrapper {
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 20px;
  border-bottom: 20px solid #01a7e5;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.product-block-2 ul li .feature-wrapper h2 {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
  color: #1f1f1f;
}

.product-block-2 ul li .feature-wrapper p {
  font-size: 16px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
}

.pricing-1 .pricing-monthly .bubble-decor-1 {
  position: absolute;
  right: -10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: scaleX(-1) translateY(50px);
          transform: scaleX(-1) translateY(50px);
  z-index: 20;
}

.pricing-1 .pricing-monthly .bubble-decor-2 {
  position: absolute;
  left: -5%;
  bottom: 5%;
  -webkit-transform: scaleX(-1) translateY(50px);
          transform: scaleX(-1) translateY(50px);
  z-index: 20;
}

.pricing-1 .pricing-monthly h2.head {
  text-align: center;
  font-family: 'Azo Sans';
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 20px;
}

.pricing-1 .pricing-monthly #pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #01a7e5;
  border-radius: 20px;
  max-width: 300px;
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 5px;
}

.pricing-1 .pricing-monthly #pricing-table li {
  width: 50%;
}

.pricing-1 .pricing-monthly #pricing-table li a {
  text-align: center;
  width: 100%;
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  font-family: 'Gilroy';
  font-weight: 600;
}

.pricing-1 .pricing-monthly #pricing-table li a.active {
  background-color: #01a7e5;
  color: #fff;
}

.pricing-1 .pricing-monthly #pricing-table li a#annual {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricing-1 .pricing-monthly #pricing-table li a#month {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper {
  margin-bottom: 20px;
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper:hover .layer-1 {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper:hover .layer-2-wrapper {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper .layer-1 {
  background-color: #01a7e1;
  padding: 50px 20px 5rem;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper .layer-1 h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper .layer-2 {
  margin-top: -8rem;
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper .layer-2 img {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0px;
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper .layer-2-wrapper {
  background-color: #f8f8f8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 30px 50px;
  margin-top: 20px;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper .layer-2-wrapper h2 {
  font-size: 30px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px;
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper .layer-2-wrapper .content {
  padding: 0 20px;
  margin-bottom: 50px;
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper .layer-2-wrapper .content p {
  font-size: 25px;
  font-family: 'Azo Sans';
  font-weight: normal;
  line-height: 1.2;
}

.pricing-1 .pricing-monthly .tab-content .pricing-wrapper .layer-2-wrapper a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #01a7e1;
  color: #fff;
  border-radius: 50px;
  padding: 15px 20px;
}

.button-help {
  padding: 50px 0;
}

.button-help a {
  display: inline-block;
  text-align: center;
  background-color: #01a7e1;
  color: #fff;
  border-radius: 50px;
  padding: 15px 60px;
  margin-bottom: 40px;
}

.pricing-block-2 {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.pricing-block-2 .button-help {
  padding: 0;
}

.pricing-block-2 .button-help a {
  margin-bottom: 0;
  margin-top: 50px;
}

.feature-matrix {
  padding-bottom: 50px;
}

.feature-matrix h2.head {
  text-align: center;
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.feature-matrix ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

.feature-matrix ul li img {
  margin-right: 10px;
}

.security-1 .layer-2 h2 {
  text-align: center;
  font-size: 25px;
  font-family: 'Azo Sans';
  font-weight: normal;
  margin-bottom: 3rem;
}

.security-1 .layer-2 .doc-wrapper img {
  height: 217px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  clear: both;
}

.security-1 .layer-2 .doc-wrapper a {
  display: inline-block;
  text-align: center;
  background-color: #01a7e1;
  color: #fff;
  border-radius: 50px;
  padding: 15px 60px;
  margin-bottom: 40px;
}

.security-1 .layer-3 h2 {
  font-size: 30px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
}

.security-1 .layer-3 h3 {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
}

.security-1 .layer-3 p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  margin-bottom: 20px;
}

.security-1 .layer-3 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
}

.security-1 .layer-3 ul li i {
  margin-top: 3px;
  margin-right: 10px;
  color: #01a7e1;
}

.security-2 {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.security-2 h2.head {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
  color: #01a7e1;
  text-align: center;
  margin-bottom: 3rem;
}

.security-2 .col-wrapper {
  text-align: center;
}

.security-2 .col-wrapper img {
  margin-bottom: 20px;
}

.security-2 .col-wrapper h2 {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.security-2 .col-wrapper p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
}

.security-2 .note {
  padding: 20px 0;
}

.security-2 .note p {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  text-align: center;
}

.security-3 {
  padding: 50px 0;
  background-color: #f7f7f7;
  margin-top: 50px;
}

.security-3 .bubble-decor-1 {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: scaleX(-1) translateY(50px);
          transform: scaleX(-1) translateY(50px);
}

.security-3 .bubble-decor-2 {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: scaleX(-1) translateY(50px);
          transform: scaleX(-1) translateY(50px);
}

.security-3 h2.head {
  text-align: center;
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.security-3 h3.subhead {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}

.security-3 p.caption {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  margin-bottom: 20px;
  text-align: center;
}

.security-3 ul.owl-carousel .owl-stage-outer {
  padding: 20px 0 50px;
}

.security-3 ul.owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 100%;
  pointer-events: none;
}

.security-3 ul.owl-carousel .owl-nav button {
  pointer-events: all;
}

.security-3 ul.owl-carousel .owl-nav button i {
  font-size: 20px;
  color: #505050;
}

.security-3 ul.owl-carousel .owl-nav button.owl-prev {
  margin-left: -50px;
}

.security-3 ul.owl-carousel .owl-nav button.owl-next {
  margin-right: -50px;
}

.security-3 ul.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.security-3 ul.owl-carousel .owl-dots .owl-dot {
  height: 6px;
  width: 21px;
  background-color: #505050;
  margin: 0 5px;
}

.security-3 ul.owl-carousel .owl-dots .owl-dot.active {
  background-color: #01a7e1;
}

.security-3 ul li .feature-wrapper {
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 20px;
  border-bottom: 20px solid #01a7e5;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.security-3 ul li .feature-wrapper h2 {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
  color: #1f1f1f;
}

.security-3 ul li .feature-wrapper p {
  font-size: 16px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
}

.home-6 ul.owl-carousel .owl-nav {
  pointer-events: none;
}

.home-6 ul.owl-carousel .owl-nav button {
  pointer-events: all;
}

.navbar {
  padding-top: 20px !important;
}

.blog-content-section .second-part .center-content h2 {
  position: relative;
  z-index: 20;
}

@media (min-width: 992px) {
  .home-3 ul li:nth-child(even) .col-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-3 ul li:nth-child(even) .col-img img {
    margin-left: auto;
    display: block;
  }
}

@media (max-width: 991px) {
  .it-3 .col-custom {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
}

header .navbar-nav li a {
  font-size: .9em;
}

.dropdown-menu {
  padding: 20px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.dropdown-menu a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: .8em !important;
  font-family: 'neue_helveticalight' !important;
}

.dropdown-menu.show {
  display: block;
  -webkit-transform: none !important;
          transform: none !important;
  top: unset !important;
}

.split-menu {
  -webkit-column-count: unset;
          column-count: unset;
}

.split-menu h3 {
  font-size: .8em;
  margin-bottom: 20px;
  font-weight: 700;
}

.features-list ul {
  margin-top: 30px;
}

.features-list ul li {
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 10px;
}

.features-list ul li b {
  font-weight: 800;
  text-transform: initial;
}

.video-section iframe {
  height: 500px;
  width: 100%;
}

.common-features p {
  font-size: 16px;
  text-align: center;
  font-family: 'neue_helveticalight';
}

.common-sec-list h2.head {
  margin-bottom: 20px;
}

.common-sec-list p.sub {
  margin-bottom: 50px;
  text-align: center;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
}

.varied-2 .varied-testimony2 .review-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.varied-2 .varied-testimony2 .review-wrapper h3 {
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin: 20px 0 10px;
}

.page-testimony ul li .feature-wrapper {
  border-bottom: none;
}

.page-testimony ul li .feature-wrapper img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.page-testimony ul li .feature-wrapper p {
  font-style: italic;
}

.page-testimony ul li .feature-wrapper h3 {
  font-size: 16px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  font-style: italic;
  margin-top: 10px;
}

.com-2-sec .head img.logo {
  height: 200px;
  width: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}

.extra-content {
  margin: 20px 0;
}

.extra-content h2 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 20px;
}

.extra-content p {
  text-align: center;
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.extra-content .image-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.extra-content .image-row h2 {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
}

.extra-content .image-row ul li {
  margin-bottom: 10px;
  text-align: left;
  list-style: disc;
}

.button-center {
  margin: 50px 0 20px;
  text-align: center;
}

.button-center a {
  border: 1px solid #01a7e1;
  border-radius: 20px;
  padding: 10px 60px;
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 20px;
  margin: 0 20px;
  background-color: #01a7e1;
  color: #fff;
}

.row-image2 {
  margin-top: 50px;
}

.row-image2 img {
  margin-bottom: 20px;
}

.com-2-sec .content-form-wrapper h2 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 20px;
}

.zapier-list {
  margin-top: 50px;
}

.zapier-list li {
  margin-bottom: 20px;
}

.zapier-list li .wrapper {
  border: 1px solid #DADFE2;
  padding: 20px;
}

.zapier-list li .wrapper .logo-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zapier-list li .wrapper .logo-cont .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.zapier-list li .wrapper .logo-cont .logo-wrap:not(:last-child) {
  margin: 0 5px;
}

.zapier-list li .wrapper .logo-cont .logo-wrap:not(:last-child)::after {
  content: '\f0da';
  font-family: 'fontawesome';
  font-size: 20px;
  margin: 0 10px;
}

.zapier-list li .wrapper .logo-cont .logo-wrap p {
  line-height: 1;
}

.zapier-list li .wrapper p {
  font-size: 14px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
}

.zapier-list li .wrapper .button-col {
  text-align: right;
}

.zapier-list li .wrapper .button-col a {
  padding: 10px 40px;
  color: #fff;
  background-color: #01a7e1;
  border-radius: 16px;
  font-family: 'Gilroy';
  font-weight: 500;
}

.feature-1 {
  margin-top: 10rem;
}

.feature-1 h2.head {
  margin-bottom: 20px;
}

.feature-1 h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Azo Sans Md';
  font-weight: 500;
  margin-bottom: 20px;
}

.feature-1 p {
  color: #fff !important;
  font-size: 16px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.feature-list ul li .feature-wrapper a {
  padding: 10px 40px;
  color: #fff;
  background-color: #01a7e1;
  border-radius: 20px;
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-top: 30px;
}

.inner-list {
  padding-left: 20px;
}

.inner-list li {
  list-style: disc;
  margin-bottom: 10px !important;
}

.inner-list li p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 10px;
}

.privacy-2 {
  margin-bottom: 50px;
}

.privacy-2 img {
  margin-bottom: 1b 0px;
}

.privacy-2 h2 {
  text-align: center;
  font-size: 20px;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy-2 p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  text-align: center;
}

.content-3 ul li h3 span {
  font-weight: 400;
}

.tracker-1 .head h2 {
  font-size: 25px;
  color: #1f1f1f;
  text-align: center;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 10px;
}

.tracker-1 .head img.graphic {
  display: block;
  margin: 0 auto;
}

.tracker-1 .head p {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.tracker-2 {
  background-color: #f7f7f7;
  padding: 50px 0;
  margin-top: 50px;
}

.tracker-2 h2.head {
  text-align: center;
  font-size: 25px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 50px;
}

.tracker-2 .wrapper {
  text-align: center;
}

.tracker-2 .wrapper h2 {
  font-size: 70px;
  color: #01a7e1;
  font-family: 'Azo Sans';
  font-weight: normal;
  margin-bottom: 10px;
}

.tracker-2 .wrapper h3 {
  text-align: center;
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.tracker-2 .button-center {
  text-align: center;
  margin-top: 50px;
}

.payment-plan {
  padding: 50px 0;
}

.payment-plan h2.head {
  text-align: center;
  font-size: 25px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 50px;
}

.payment-plan .wrapper {
  text-align: center;
}

.payment-plan .wrapper img {
  margin-bottom: 20px;
}

.payment-plan .wrapper h3 {
  text-align: center;
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: normal;
  text-transform: uppercase;
}

.tracker-4 .icon {
  display: block;
  margin: 0 auto;
}

.tracker-4 .content-wrapper h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tracker-4 .content-wrapper h4 {
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: normal;
  margin-bottom: 20px;
}

.tracker-4 .content-wrapper p {
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  margin-bottom: 20px;
}

.tracker-4 .content-wrapper h5 {
  font-size: 18px;
  color: #01a7e1;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  margin-bottom: 20px;
}

.pricing-sec {
  padding: 50px 0;
  background-color: #ebebeb;
}

.pricing-sec h2.head {
  text-align: center;
  font-size: 30px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 5rem;
}

.pricing-sec .wrapper {
  text-align: center;
}

.pricing-sec .wrapper h3 {
  font-size: 70px;
  color: #01a7e1;
  font-family: 'Azo Sans';
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.1;
}

.pricing-sec .wrapper p {
  text-align: center;
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
}

.pricing-sec .wrapper-2 {
  text-align: center;
}

.pricing-sec .wrapper-2 h2 {
  text-align: center;
  font-size: 20px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  margin-bottom: 20px;
}

.pricing-sec .wrapper-2 p {
  font-size: 18px;
  font-family: 'neue_helveticalight';
  line-height: 1.2;
  margin-bottom: 20px;
}

.pricing-sec .barline {
  display: block;
  margin: 0 auto;
}

.blue-tracker h2 {
  font-size: 30px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.blue-tracker h3 {
  text-align: center;
  font-size: 18px;
  color: #1f1f1f;
  font-family: 'Azo Sans';
  font-weight: normal;
  text-align: center;
}

.blue-tracker .button-wrapper a {
  background-color: #fff;
  color: #000;
}
/*# sourceMappingURL=main.css.map */


.navbar-nav {
    align-items: center;
}
header .navbar-nav li:not(:last-child){
   margin-right: 20px;
}
header .navbar-nav li{
   position: unset;
}

header .navbar-nav li.login a {
  padding: 10px 40px;
  color: #fff;
  background-color: #01a7e1;
  border-radius: 20px;
  font-family: 'Gilroy';
  font-weight: 500;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    top: 0;
    margin-top: 25px;
}
.login a {
  padding: 10px 40px !important;
  color: #fff !important;
  background-color: #01a7e1 !important;
  border-radius: 20px !important;
  font-family: 'Gilroy' !important;
  font-weight: 500 !important;
  line-height: 1;
  display: flex !important;
  align-items: center !important;
}

.home-4 ul li img {
  height: 100px;
  object-fit: contain;
   filter: grayscale(100%);
   opacity: 50%;
   cursor: pointer;
}
.home-4 ul li:hover img {
   filter: unset;
   opacity: 100%;
}
.logo-div{
  height: 80px;
  width: 80px;
  margin-left: auto;
  background: #e87983;
  border-radius: 50%;
  padding: 20px;
}

/*NEW CSS*/
.top-spacer{
    margin-top: 3rem;
}



