html, body {
  background-color: #fafafa;
  color: #222A41;
  font-family: 'DINPro Regular';
  overflow-x: hidden;
  position: relative;
  padding: 0 !important;
}

#header-section .nav-item.active {
    background-color: #fff;
}

#header-section .nav-item.active .nav-link {
    color: #0052b1 !important;
}

@font-face {
  font-family: 'DINPro Light';
  font-style: normal;
  font-weight: normal;
  src: local('DINPro Light'), url('../fonts/Din-Pro-Font/DINPro-Light.otf') format('opentype'), url('../fonts/Din-Pro-Font/DINPro-Light.woff') format('woff');
}

@font-face {
  font-family: 'DINPro Medium';
  font-style: normal;
  font-weight: normal;
  src: local('DINPro Medium'), url('../fonts/Din-Pro-Font/DINPro-Medium.otf') format('opentype'), url('../fonts/Din-Pro-Font/DINPro-Medium.woff') format('woff');
}

@font-face {
  font-family: 'DINPro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('DINPro Bold'), url('../fonts/Din-Pro-Font/DINPro-Bold.otf') format('opentype'), url('../fonts/Din-Pro-Font/DINPro-Bold.woff') format('woff');
}

@font-face {
  font-family: 'DINPro Black';
  font-style: normal;
  font-weight: normal;
  src: local('DINPro Black'), url('../fonts/Din-Pro-Font/DINPro-Black.otf') format('opentype'), url('../fonts/Din-Pro-Font/DINPro-Black.woff') format('woff');
}

@font-face {
  font-family: 'DINPro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('DINPro-Regular'), url('../fonts/Din-Pro-Font/DINPro-Regular.otf') format('opentype'), url('../fonts/Din-Pro-Font/DINPro-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Livvic-Bold';
  src: url("../fonts/Livvic-Bold.ttf");
}

@font-face {
  font-family: 'Livvic-Medium';
  src: url("../fonts/Livvic-Medium.ttf");
}

@font-face {
  font-family: 'Livvic-Regular';
  src: url("../fonts/Livvic-Regular.ttf");
}

@font-face {
  font-family: 'Poppins-SemiBoldItalic';
  src: url("../fonts/Poppins-SemiBoldItalic.ttf");
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

button:focus {
  outline: none;
}

#fixed-top-nav {
  padding-right: 0 !important;
}

#sme-testimonial-modal {
  padding-right: 0 !important;
}

#sme-testimonial-modal .modal-body {
  padding: 0 !important;
  border-radius: 0 0 .3rem .3rem;
  overflow: hidden;
}

.container {
  width: 1280px;
  max-width: 100%;
  height: auto;
}

#header-section {
  background: linear-gradient(to bottom right, #0052B1 0%, rgba(0, 33, 72, 0.921) 100%);
  height: 100vh;
  position: relative;
  color: #fff;
}

#email-fixed {
  width: 270px;
  padding: 10px 12px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1001;
  background: linear-gradient(to bottom right, #0052B1 0%, #002959 100%);
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 100%;
  box-shadow: 1px 7px 11px 6px rgba(0, 0, 0, 0.15);
}

#header-section .row, #header-section-2 .row, #header-section-3 .row, #about-section .row, #accordionExample-disabled .row {
  width: 100%;
  margin: 0;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/home/Buildings2.png');
  background-size: auto 100%;
  overflow-x: hidden;
}

.navbar-container {
  transition: all 1s linear;
}

.navbar-container.active {
  transform: translateY(-60px) !important;
}

.navbar-container .navbar-bg {
  background: #0052B1;
  background: linear-gradient(to bottom right, rgba(2, 56, 118, 0.858) 0%, #002148 100%);
  backdrop-filter: blur(20px) saturate(180%);
  opacity: 0;
  width: 100%;
  height: 69px;
  position: absolute;
  left: 0;
  top: 0;
}

.navbar {
  background-color: rgba(18, 21, 23, 0) !important;
  width: 1300px;
  max-width: 100vw;
  margin: auto;
}

.bg-text {
  font-size: 4vh;
}

#header-section .nav-item {
  /* width: 100px; */
  text-align: center;
  border-radius: 20px;
  margin: 0 5px;
  transition: all 0.15s linear;
}

#header-section .nav-item:hover {
  background-color: #fff;
}

#header-section .nav-item:hover .nav-link {
  color: #0052b1 !important;
}

.nav-link {
  color: #fff !important;
  font-family: 'Livvic-Regular';
}

.navbar .nav-item {
  margin: 0 10px;
}

#header-section .owl-carousel {
  margin-top: 5vh;
}

#header-section .owl-carousel p {
  font-size: 35px;
}

#header-section .owl-carousel a {
  color: #fff;
}

#header-section .owl-carousel a:hover {
  color: #d6d6d6;
}

#header-section .owl-carousel p.small-para {
  font-size: 17px;
}

#header-section #content h3 {
  font-size: 20px;
  font-weight: bold;
}

.owl-prev, .owl-next {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}

.owl-prev {
  left: -40px;
}

.owl-next {
  right: -40px;
}

.owl-prev i, .owl-next i {
  transform: scale(2, 5);
  color: #ccc;
}

/* .navbar .nav-item.active {
  background-color: #fff;
}

#header-section .nav-item.active .nav-link {
  color: #0052b1 !important;
} */

.navbar .signin-btn {
  background-color: #FFFFFF;
  width: 154px;
  height: 40px;
  border-radius: 25px;
  float: right;
  position: relative;
}

.navbar .signin-btn .dropdown-menu {
  background-color: #fff;
  border: none;
  width: 154px;
  right: -2px;
  padding: 3px 3px;
}

.navbar .signin-btn .dropdown-menu .dropdown-item {
  width: 154px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #0052B1;
  color: #0052B1;
  border-radius: 19px;
  margin: 3px 0;
  text-align: center;
  /* text-transform: uppercase; */
  transition: all 0.2s linear;
}

.navbar .signin-btn .dropdown-menu .dropdown-item:hover {
  background-color: #0052B1;
  color: #fff;
}

.signin-btn .dropdown-menu {
  position: absolute;
  left: 0;
  transition: all 1s linear;
}

.signin-btn .dropdown-toggle:hover {
  font-weight: normal;
}

.signin-btn .dropdown-toggle::after {
  display: none !important;
}

.signin-btn .dropdown-item {
  font-family: 'Livvic-Medium';
}

.navbar .signin-btn .nav-link {
  color: #0052B1 !important;
  text-align: center;
  font-family: 'Livvic-Medium';
}

.navbar-brand img {
  width: auto;
  height: 100%;
}

#header-section .triangle {
  height: 0;
  width: 100%;
  border-right: 100vw solid #fafafa;
  border-top: 45vh solid transparent;
  position: absolute;
  bottom: 0;
}

#header-section .container {
  height: 100%;
}

#header-section .header-content {
  height: 100%;
  width: 100%;
}

#header-section .header-content .row:first-child {
  padding-top: 69px;
}

.header-content #content {
  font-family: 'DINPro Medium';
  font-weight: normal;
  font-size: 20px;
  font-weight: 100;
}

.header-content #content p {
  font-family: 'DINPro Regular';
  font-weight: lighter;
  margin-bottom: 12px;
  line-height: 100%;
}

#header-section #phone {
  background-image: url("../images/home/phone.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 60vh;
  width: 367px;
  margin: 0 auto;
  margin-top: 4vh;
  max-width: 100%;
}

#img-phone-container {
  /* original size */
  width: 1431px;
  height: 805px;
  position: relative;
}

#img-phone-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -5%;
  left: -10%;
}

#header-section #content h1 {
  font-size: 40px;
  line-height: 100%;
  margin: 10px 0;
}

#header-section #content h2 {
  font-size: 35px;
  line-height: 100%;
  margin: 7px 0;
}

#header-section .carousel-title {
  margin-bottom: 10px !important;
}

.display-mobile {
  display: none;
}

.display-desktop {
  display: block;
}

#googlestore-btn-bg, #appstore-btn-bg, #desktop-btn-bg {
  width: 203px;
  height: 60px;
  display: block;
  border: none;
  background-color: #fff0;
  margin: 20px 0;
  cursor: pointer;
  background-size: auto 100%;
}

#googlestore-btn-bg {
  background-image: url("../images/home/icon-app-googlestore-bg.png");
  background-repeat: no-repeat;
}

#appstore-btn-bg {
  background-image: url("../images/home/icon-app-appstore-bg.png");
  background-repeat: no-repeat;
}

#desktop-btn-bg {
  background-image: url("../images/home/icon-app-desktop-bg.png");
  background-repeat: no-repeat;
}

.absolute-bottom {
  position: absolute;
}

#circle-group-1 {
  margin-top: 9vh;
}

.owl-dot span {
  height: 8px !important;
  width: 8px !important;
}

.circle-group {
  width: 100%;
  height: fit-content;
  text-align: center;
  z-index: 10;
  margin: 10px;
}

#circle-group-2 {
  display: none;
}

.circle-group .circle {
  display: inline-block;
  padding: 1.1vh;
  background: linear-gradient(to bottom right, #afafaf 0%, #fff 100%) !important;
  border-radius: 50%;
  width: 12vh;
  height: 12vh;
  box-shadow: 0px 1px 2px #888888;
  margin: 2px;
  max-width: 114px;
  max-height: 114px;
}

.circle-group .circle img {
  width: 100%;
  height: auto;
}

#header-section-2 {
  margin-top: 70px;
  min-height: 370px;
  font-size: 30px;
  text-align: center;
  line-height: 31px;
}

#header-section-3 {
  background: linear-gradient(to right, #EFEFEF 0%, #000 50%) !important;
}

#ccss-icon-desktop, #ccss-icon-mobile {
  display: none;
}

#header-section-3 .container {
  text-align: right;
}

#header-section-3 .container img {
  margin: 10px;
}

#header-section-2 .right-align-text {
  text-align: right;
  font-size: 50px;
  line-height: 53px;
  font-family: 'DINPro Regular';
  font-weight: 550;
  color: #222A41;
  padding-right: 70px;
  margin-top: 5px;
}

#header-section-2 .right-align-text p {
  margin-bottom: 40px;
}

#header-section-2 .left-align-text {
  color: #707070;
  padding-left: 40px;
  padding-right: 80px;
  font-size: 27px;
  font-family: 'DINPro Light';
  font-weight: 600;
  line-height: 32px;
}

#header-section-2 .left-align-text p {
  margin-bottom: 24px;
}

.section {
  padding: 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-header {
  position: relative;
  display: flex;
  align-items: center;
}

.section-header .section-title-decor-left {
  position: absolute;
  width: 6px;
  left: -10px;
  /* height: calc(100% - 5px); */
  height: 100%;
  display: none;
  background: linear-gradient(to bottom, #0D315C 0%, rgba(5, 76, 158, 0.749) 100%) !important;
  transition: all 0.2s ease-in;
}

.section-header.active .section-title-decor-left {
  transform: rotate(90deg);
  height: 30px;
  width: 6px;
  left: 5px;
}

.section .custom-container {
  width: 1280px;
  max-width: 100vw;
  max-width: 100%;
  margin: auto;
  padding: 30px 10px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.section .section-title {
  font-size: 55px;
  font-family: 'DINPro Light';
  display: inline;
  color: #222A41;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease-in;
  align-items: center;
}

.section .section-header.active .section-title {
  transform: translateX(30px) !important;
}

.section .section-title-decor {
  position: absolute;
  right: 0px;
  top: 40px;
  height: 54px;
  width: 1000px;
  background: linear-gradient(to right, #0D315C 0%, rgba(5, 76, 158, 0.749) 100%) !important;
  border-radius: 27px 0 0 27px;
  max-width: 50%;
}

.section-content {
  margin-top: 50px;
}

.section-content .para {
  margin-bottom: 50px;
}

.section-content .para .para-title {
  font-size: 45px;
  font-weight: normal;
}

.section-content .para .para-content {
  font-size: 25px;
  font-family: 'DINPro Medium';
  color: #707070;
}

#find-out-more-box {
  text-align: center;
  margin-top: 80px;
}

#find-out-more-title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 4px;
}

#the-team-section, #price-section, #application-section {
  background-color: #fafafa;
}

.member-info {
  margin: 25px 0px;
}

.member-pic {
  float: left;
  width: 212px;
  height: 236px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  margin-right: 15px;
  box-shadow: 3px 8px 26px #989898
}

.member-pic img {
  position: absolute;
}

.member-name {
  font-size: 20px;
  font-weight: bold;
  font-family: 'DINPro Bold';
}

.member-position {
  font-size: 20px;
  font-weight: normal;
}

.member-profile {
  font-size: 18px;
  font-weight: normal;
  color: #707070;
  font-family: 'DINPro Medium';
}

.inline-box-13 {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 14px rgba(152, 152, 152, 0.549);
  padding: 30px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #707070;
  line-height: 23px;
  display: inline-block;
  z-index: 10;
}

.inline-box-title {
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
  color: #000;
}

.inline-box-33 {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 14px rgba(152, 152, 152, 0.549);
  padding: 30px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #707070;
  line-height: 23px;
  margin: 30px 0;
  position: relative;
  z-index: 10;
}

.inline-box-33 .app-ref {
  float: right;
  text-align: center;
}

.app-icon {
  width: 234px;
  height: 234px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.app-icon img {
  position: absolute;
  left: -23px;
  top: -23px;
}

#googlestore-btn-sm, #appstore-btn-sm {
  width: 141px;
  height: 43px;
  display: block;
  border: none;
  border-radius: 8px;
  background-color: #fff0;
  margin: 10px auto;
  cursor: pointer;
}

#googlestore-btn-sm {
  background-image: url("../images/home/icon-app-googlestore-sm.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#appstore-btn-sm {
  background-image: url("../images/home/icon-app-appstore-sm.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#technology-section .inline-33-box-wrapper {
  padding: 15px;
}

#technology-section .col-md-4 {
  padding: 15px;
}

#technology-tabs .tabs-nav {
  width: 250px;
}

#technology-tabs .tabs-nav li a {
  color: #a7a9b8;
}

#technology-tabs .tabs-nav li a:hover {
  color: #181b31;
  text-decoration: none;
}

#technology-tabs .tabs-nav li a:after {
  color: #181b31;
}

#technology-tabs .tabs-nav li.active a {
  color: #181b31;
  text-decoration: none;
  font-weight: bold;
}

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2em;
  position: relative;
}

.tabs-nav>li, .tabs-nav>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-nav a {
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6em 1em;
  font-size: 1em;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-nav li {
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-nav li.active a, .tabs-nav li a:hover, .tabs-nav li a:focus {
  color: var(--color-link-hover);
  background-color: transparent;
}

.tabs-pane {
  display: none;
}

.tabs-pane.active {
  display: block;
}

/* Nav positions */

.tabs-nav-centered .tabs-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-nav-justified .tabs-nav li, .tabs-nav-justified .tabs-nav li a {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.tabs-nav-spaced .tabs-nav li+li {
  margin-left: 8px;
}

/* Nav Borderes */

.tabs-nav-bordered .tabs-nav {
  border: 1px solid #e0e1eb;
}

.tabs-nav-underlined .tabs-nav {
  border-bottom: 1px solid #e0e1eb;
}

.tabs-nav-items-bordered .tabs-nav li {
  font-size: 12px;
  border: 1px solid #E1E1E1;
}

.tabs-nav-items-bordered .tabs-nav a {
  padding: 1.25em 3.6666666667em;
  margin: -1px;
}

/* Nav Stats */

.tabs-nav-filled .tabs-nav a {
  padding: 1.15em 2.8em;
  background-color: rgba(0, 0, 0, 0.07);
  color: #000;
}

.tabs-nav-filled.tabs-content-filled .tabs-nav a {
  background: none;
}

.tabs-nav-active-filled .tabs-nav li.active a, .tabs-nav-active-filled .tabs-nav li a:hover {
  background-color: #e0e1eb;
}

.tabs-nav-active-underlined .tabs-nav li {
  position: relative;
  overflow: hidden;
}

.tabs-nav-active-underlined .tabs-nav li:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--color-primary);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.tabs-nav-active-underlined .tabs-nav li.active:after, .tabs-nav-active-underlined .tabs-nav li:hover:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.tabs-nav-shadowed .tabs-nav {
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
}

/* Contens Stats */

.tabs-contents-shadowed .tabs-nav {
  margin: 0;
}

.tabs-contents-shadowed .tabs-content {
  padding: 40px 30px 1.25em;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
}

.tabs-content-filled .tabs-nav {
  margin-bottom: 0;
}

.tabs-content-filled .tabs-content {
  padding: 30px 40px;
  background-color: #ECECEC;
}

/* Nav Icons */

.tabs-nav-icon {
  margin-right: 0.65em;
  font-size: 26px;
}

/* Nav Size */

.tabs-nav-sm .tabs-nav li {
  margin-left: 35px;
  margin-right: 35px;
}

.tabs-nav-sm .tabs-nav a {
  padding: 0.05em 0;
}

.tabs-nav-lg .tabs-nav a {
  padding: 1.2em 2em;
}

.tabs-nav-side {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.tabs-nav-side .tabs-nav, .tabs-nav-side .tabs-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.tabs-nav-side .tabs-nav {
  width: 26.5%;
  padding: 35px 0 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabs-nav-side .tabs-nav a {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding: 9px 25px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabs-nav-side .tabs-nav a:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.tabs-nav-side .tabs-nav a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.tabs-nav-side .tabs-nav li {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  text-align: left;
  -webkit-transition: font-weight 0.3s;
  -o-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
}

.tabs-nav-side .tabs-nav li.active {
  font-weight: 700;
}

.tabs-nav-side .tabs-nav li.active a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.tabs-nav-side .tabs-nav .tabs-nav-title {
  padding: 0 25px;
  margin-bottom: 20px;
}

.tabs-nav-side .tabs-nav .tabs-nav-title h6 {
  margin: 0;
  color: #5A5A5A;
}

.tabs-nav-side .tabs-content {
  width: 73.5%;
  padding: 30px;
}

.tabs-nav-side-alt .tabs-nav {
  width: 31.6%;
}

.tabs-nav-side-alt .tabs-nav li {
  border-bottom: 1px solid #F0F0F0;
  font-size: 20px;
  font-weight: 600;
}

.tabs-nav-side-alt .tabs-nav li a {
  padding: 1.15em 2.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #100F26;
}

.tabs-nav-side-alt .tabs-nav li a:after {
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  top: 1.15em;
  left: 0;
  background: none;
  opacity: 0;
  font-family: fontAwesome;
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.tabs-nav-side-alt .tabs-nav li a span {
  margin-top: 0.65em;
  font-size: 0.75em;
  line-height: 1.7333333333em;
  font-weight: 400;
}

.tabs-nav-side-alt .tabs-nav li.active a span, .tabs-nav-side-alt .tabs-nav li a span {
  color: #84898F;
}

.tabs-nav-side-alt .tabs-nav li.active a:after, .tabs-nav-side-alt .tabs-nav li:hover a:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tabs-nav-side-alt .tabs-nav li.active {
  font-weight: 600;
}

.tabs-nav-side-alt .tabs-nav li.active a {
  color: var(--color-primary);
}

.tabs-nav-side-alt .tabs-content {
  width: 68.4%;
}

.tabs-nav-side-block .tabs-nav li {
  border: none;
  border-radius: 6px;
  background-color: #fff;
  font-size: 21px;
  font-weight: 500;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.05);
}

.tabs-nav-side-block .tabs-nav li:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: var(--color-primary);
  opacity: 0;
  -webkit-transform: scale(0.97, 0.95);
  -ms-transform: scale(0.97, 0.95);
  transform: scale(0.97, 0.95);
  -webkit-transition: opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
  transition: opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), opacity 0.45s cubic-bezier(0.2, 0.95, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.2, 0.95, 0.2, 1);
}

.tabs-nav-side-block .tabs-nav li:not(:last-child) {
  margin-bottom: 1.7em;
}

.tabs-nav-side-block .tabs-nav li a {
  padding-left: 30px;
  padding-right: 30px;
}

.tabs-nav-side-block .tabs-nav li a:after {
  content: none;
}

.tabs-nav-side-block .tabs-nav li a span {
  margin-top: 0.5em;
  opacity: 0.65;
  font-size: 0.7142857143em;
  color: inherit;
}

.tabs-nav-side-block .tabs-nav li.active:before, .tabs-nav-side-block .tabs-nav li:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tabs-nav-side-block .tabs-nav li.active a, .tabs-nav-side-block .tabs-nav li:hover a {
  color: #fff;
}

.tabs-nav-side-block .tabs-nav li.active a span, .tabs-nav-side-block .tabs-nav li:hover a span {
  color: inherit;
}

.tabs-nav-side-block .tabs-nav li.active {
  font-weight: 500;
}

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2em;
  position: relative;
}

.tabs-nav>li, .tabs-nav>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-nav a {
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6em 1em;
  font-size: 1em;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-nav li {
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-nav li.active a, .tabs-nav li a:hover, .tabs-nav li a:focus {
  color: var(--color-link-hover);
  background-color: transparent;
}

.tabs-pane {
  display: none;
}

.tabs-pane.active {
  display: block;
}

.tabs-nav-side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bg-top {
  width: 100%;
  height: 1000px;
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 0;
}

.bg-top img {
  width: 100%;
  height: 100%;
}

.bg-top .triangle {
  height: 0;
  width: 100%;
  border-right: 100vw solid #fff;
  border-top: 1000px solid transparent;
  position: absolute;
  bottom: 0;
}

#application-section .bg-top .triangle {
  height: 0;
  width: 100%;
  border-left: 100vw solid #EFEFEF;
  border-top: 1000px solid transparent;
  position: absolute;
  bottom: 0;
}

#price-section .bg-bottom {
  width: 100%;
  height: 1000px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  z-index: 0;
}

#application-section .inline-box-icon-container {
  height: 75px;
}

#technology-section .inline-box-icon-container {
  height: 60px;
}

#price-section .bg-bottom .triangle {
  height: 0;
  width: 100%;
  border-left: 100vw solid #fff;
  border-bottom: 1000px solid transparent;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

#price-section .bg-bottom img {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.box-group-title {
  text-align: center;
  margin: 70px;
  font-size: 40px;
  font-weight: 400;
  color: #222A41;
}

.box-with-title {
  height: auto;
  width: 471px;
  background-color: #F7F7F7;
  box-shadow: 0 6px 39px rgba(0, 0, 0, 0.431);
  border-radius: 18px;
  position: relative;
  margin: 20px auto;
}

.box-with-title .box-title-contain {
  position: absolute;
  width: 100%;
  top: -25px;
}

.box-with-title .box-title {
  width: 310px;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1861B7;
  border-radius: 20px;
  height: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
}

#slide-menu .custom-dropdown-menu {
  width: 125px;
  margin-left: 20px;
  display: none;
}

#slide-menu .custom-dropdown-menu.show {
  display: block;
}

#slide-menu .custom-dropdown-menu .dropdown-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 12px;
  margin: 5px;
}

.box-with-title .box-content {
  text-align: center;
  width: 100%;
}

.box-with-title .box-content .box-content-section {
  padding: 70px 45px;
}

.box-with-title .box-content .box-content-section:first-child {
  border-bottom: 1px solid #E1E1E1;
}

.box-group:first-child .box-with-title .box-content .box-content-section:first-child {
  border-bottom: none;
}

.box-with-title .box-content .box-content-section.sm {
  padding: 50px 30px;
}

.box-with-title .box-content .table tbody th, .box-with-title .box-content .table tbody td {
  padding: 3px 12px 3px 0;
  font-size: 20px;
  font-weight: bold;
  color: #464646;
  border: none;
  text-align: left;
}

.box-with-title .box-content .table.table-horizontal tbody td {
  color: #7B7B7B;
  text-align: right;
}

.box-with-title .box-content .table.table-horizontal thead td {
  color: #464646;
  text-align: right;
  font-size: 20px;
}

.box-with-title .box-content .table.table-horizontal thead td.left-data {
  text-align: left;
}

.left-data {
  text-align: left !important;
}

.right-data {
  text-align: right !important;
}

.box-note {
  text-align: right;
  width: 450px;
  margin: 10px auto;
  font-size: 20px;
  font-weight: 450;
}

.box-group-note {
  text-align: center;
  width: 450px;
  margin: 10px auto;
  font-size: 20px;
  font-weight: 450;
}

.box-group .row {
  margin: 30px 0;
}

.box-content-section.text-section {
  font-size: 18px;
  color: #6A6A6A;
  font-weight: 490;
  height: 280px;
}

.box-content-section h5 {
  font-size: 23px;
  font-weight: 450;
  color: #000;
  margin-bottom: 20px;
}

.box-content-section .table.table-striped tr, .box-content-section .table.table-striped td, .box-content-section .table.table-striped th {
  border: none;
}

.box-content-section .table.table-striped thead td, .box-content-section .table.table-striped thead th {
  padding: 3px 12px 3px 0;
}

.box-button {
  width: 310px;
  height: 50px;
  color: #1861B7;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  border: 3px solid #1861B7;
  border-radius: 20px;
  display: inline-flex;
  margin: auto;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}

.box-button:hover {
  color: #fff;
  background-color: #1861B7;
}

.box-content-section.table-section .table-container {
  min-height: 240px;
  height: auto;
}

#price-section {
  background-color: #EFEFEF;
  color: #707070;
  font-size: 24px;
}

#price-description-section {
  margin-top: 70px;
}

#price-section .bg-top .triangle {
  border-right: 100vw solid #EFEFEF;
}

#price-section .bg-bottom .triangle {
  border-left: 100vw solid #EFEFEF;
}

.video-container {
  margin: 50px 0;
  text-align: center;
}

.btn-blue {
  color: #fff;
  background: linear-gradient(to bottom right, #0068DF 0%, #003470 100%) !important;
  font-weight: 400;
  margin: 0;
}

.btn-blue:hover {
  color: #fff;
  font-size: 20px;
}

.sme-more-btn {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 10px !important;
  display: inline-flex;
  cursor: pointer;
}

.inline-box-title-bg {
  margin-top: 45px;
  font-size: 40px;
}

#doctor-group {
  position: relative;
  width: 400px;
  height: 330px;
  margin: auto;
}

#doctor-group #doctor1 {
  position: absolute;
  top: 10px;
  left: 28px;
  z-index: 1;
}

#doctor-group a {
  position: absolute;
  top: 128px;
  left: 7px;
  z-index: 3;
  border-radius: 25px;
}

#application-section .custom-container {
  padding: 150px 10px;
}

#application-section .section-title-decor {
  top: 155px;
}

.section-content-block {
  margin: 70px 0;
}

.section-content-block .col-md-4 {
  margin: 0px 0;
  padding: 10px;
}

.section-content-block-title {
  font-size: 55px;
  font-weight: 400;
}

/* FOOTER */

/* .main-footer {
  background-color: #fff;
  padding: 40px 0;
  color: #000;
  position: relative;
  z-index: 10;
}

.main-footer ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

.main-footer ul li a {
  color: #000;
}

.main-footer .vertical-center-content {
  display : flex;
  align-items : center;
  justify-content: center;
}

.main-footer ul {
  padding-left: 0;
  margin-bottom: 0;
}

.main-footer .gray-text-list a {
  color: #6b6b6b;
} */

.main-footer {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2%;
  width: 100%;
  height: 120px;
  background-color: #fff;
  /* background-color: #efefef; */
}

.main-footer .logo {
  width: 30%;
}

.main-footer .condition {
  width: 50%;
  text-align: center;
  color: #000;
}

.main-footer .condition a {
  color: #6D7783;
  font-weight: 600;
}

.main-footer .condition a:active {
  color: #000;
}

.main-footer .condition a:hover {
  color: #000;
}

.main-footer .social-network {
  width: 20%;
  position: relative;
}

.main-footer .social-network .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-footer .social-network a {
  color: #000;
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .main-footer {
    height: max-content;
    padding-bottom: 2%;
  }
  .main-footer .logo {
    width: 100%;
    text-align: center;
  }
  .main-footer .condition {
    width: 100%;
    text-align: center;
  }
  .main-footer .condition a {
    font-size: 14px;
  }
  .main-footer .condition small {
    font-size: 70%;
  }
  .main-footer .social-network {
    width: 100%;
  }
  .main-footer .social-network .vertical-center {
    position: relative;
  }
}

@media (min-width: 576px) {
  .main-footer .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .main-footer .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .main-footer .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .main-footer .container {
    max-width: 1140px;
  }
}

.main-footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

iframe {
  width: 800px;
  height: 455px;
}

/* slide out from right side menu */

.side-nav .nav-item {
  padding: 2px 20px;
}

.side-nav .nav-item:hover {
  background-color: rgba(8, 54, 108, 0.549);
  font-weight: bold;
}

#slide-menu {
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  overflow-y: scroll;
  z-index: 100;
  background: transparent;
  display: none;
  transition: all 1s linear;
}

#slide-menu.show {
  display: block;
  background: linear-gradient(to bottom right, #0052B1 0%, rgba(1, 13, 28, 0.92) 100%);
}

#slide-menu .side-nav {
  padding-top: 69px;
}

#slide-menu li {
  height: 9vh;
  max-height: 45px;
}

#slide-menu-btn {
  height: 32px;
  width: 32px;
  padding: 2px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1.3px solid;
}

.none-scroll {
  overflow: hidden;
}

/* #slide-menu-btn.show {
  background-color: transparent;
} */

#header-section .header-content>.row:nth-child(2) {
  height: auto;
}

#solution-section .section-title-decor {
  width: 600px;
}

#solution-section .inline-box-33-logo {
  height: auto;
  display: flex;
  align-items: center;
}

#solution-section .solution-logo {
  font-size: 50px;
  font-family: 'Poppins-SemiBoldItalic';
  color: #0E396D;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-left: 15px;
}

#solution-section .section-content {
  padding: 0 10px;
}

#header-section-4 {
  background: linear-gradient(to bottom right, #0052B1 0%, rgba(0, 33, 72, 0.921) 100%);
  height: 650px;
  position: relative;
  color: #fff;
}

#header-section-4 .bg-awards {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  overflow-x: hidden;
}

#header-section-4 .bg-awards .triangle-awards {
  height: 0;
  width: 100%;
  border-left: 158vw solid #fff;
  border-top: 45vw solid transparent;
  position: absolute;
  bottom: 0;
}

.award-text {
  max-width: 1154px;
  font-family: 'DINPro Medium';
  margin: auto;
  max-width: 1154px;
  font-family: 'DINPro Medium';
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-top: -200px;
}

/**** RESPONSIVE LAYOUT ****/

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .award-text {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 2001px) {
  #header-section-4 .bg-awards .triangle-awards {
    border-left: 130vw solid #fff;
    border-top: 19vw solid transparent;
  }
}

@media only screen and (max-width: 2000px) {
  #header-section-4 .bg-awards .triangle-awards {
    border-left: 156vw solid #fff;
    border-top: 26vw solid transparent;
  }
}

@media only screen and (max-width: 991px) {
  .awards-image {
    margin: auto;
    display: block;
    height: 522px;
  }
  .award-text {
    margin-top: -58px;
    color: #707070;
  }
  #header-section-4 .bg-awards .triangle-awards {
    border-left: 279vw solid #fff;
    border-top: 53vw solid transparent;
  }
}

@media only screen and (max-width: 768px) {
  #header-section-4 .bg-awards .triangle-awards {
    border-left: 316vw solid #fff;
    border-top: 65vw solid transparent;
  }
}

@media only screen and (max-width: 500px) {
  #header-section-4{
    height: 580px;
  }
  #header-section-4 .bg-awards .triangle-awards {
    border-left: 2278px solid #fff;
    border-top: 436px solid transparent;
  }
  .awards-image {
    height: 360px;
  }
}

@media only screen and (max-width: 320px) {
  .awards-image {
    height: 315px;
  }
  #header-section-4{
    height: 660px;
  }
}

@media only screen and (max-width: 991px) {
  #header-section .owl-carousel {
    margin-top: 0px;
  }
  .box-with-title, .box-with-title .box-content-section, .box-with-title .box-content, .box-with-title .table-container, .box-note {
    width: 100%;
    height: auto;
  }
  #header-section .triangle {
    display: none;
  }
  #header-section #phone {
    display: inline-block;
    margin-top: 0;
  }
  #header-section-2 {
    height: 96vh;
    margin-top: 4vh
  }
  iframe {
    width: 100%;
    height: 360px;
  }
  .inline-box-33 .box-button {
    margin: auto;
  }
  .box-button {
    width: 100%;
  }
  .circle-group .circle {
    width: 14vw;
    height: 14vw;
    padding: 1.5vw;
    max-width: 114px;
    max-height: 114px;
  }
  .section .section-title-decor {
    display: none;
  }
  .section-header .section-title-decor-left {
    display: block
  }
  .section-header .section-title {
    display: flex;
    align-items: center;
  }
  .section .custom-container {
    padding: 0px 10px;
  }
  #application-section .custom-container {
    padding: 0px 10px;
  }
  .section .bg-top, .section .bg-bottom {
    display: none;
  }
  .section .section-title {
    margin: 0;
  }
  .section-content {
    margin-top: 10px;
  }
  .section-content-block {
    margin: 20px 0;
  }
  /* .owl-dots {
    margin-top: 0px !important;
    height: 20px !important;
    align-items: center !important;
    display: flex !important;
    text-align: center !important;
  }

  .owl-dot span{
    height: 6px  !important;
    width: 6px !important;
  } */
  #header-section .header-content .row:first-child .col-lg-4 {
    padding: 0;
    position: relative;
  }
  #header-section .header-content .row:first-child .col-lg-8 {
    padding: 0;
  }
  #header-section #phone {
    margin: 0;
  }
  .display-desktop {
    display: none;
  }
  .display-mobile {
    display: block;
  }
  #tag-line-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 19vh);
    height: 100%;
    display: flex;
    align-items: center;
  }
  #tag-line-mobile h1 {
    font-size: 7vw;
    line-height: 100%;
  }
  #tag-line-mobile p {
    font-size: 4vw;
    line-height: 110%;
  }
  #header-section .carousel-title {
    margin: 0 !important;
    margin-bottom: 5px !important;
  }
  #circle-group-1 {
    margin-top: 1vh;
  }
  #header-section #content h3 {
    margin: 0px;
    font-size: 2vh;
  }
  #the-team-section, #price-section, #application-section {
    background-color: #0f3c71;
  }
  #the-team-section .section-title, #price-section .section-title, #application-section .section-title {
    color: #fff;
  }
  #the-team-section .para-content, #the-team-section .member-profile {
    color: #e9e9e9;
  }
  #the-team-section .member-name, #the-team-section .member-position {
    color: #fff;
  }
  #the-team-section .member-pic {
    box-shadow: 3px 8px 26px #0d0d0d;
  }
  #the-team-section .section-header .section-title-decor-left, #price-section .section-header .section-title-decor-left, #application-section .section-header .section-title-decor-left {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%) !important;
  }
  #price-section .box-group-title, #price-section .box-note, #price-section .box-group-note {
    color: #fff;
  }
  #price-description-section {
    color: #eaeaea;
    padding-bottom: 58px;
  }
  #application-section .section-content-block-title {
    color: #fff;
  }
  #header-section-2 {
    font-size: 3vh;
    line-height: 3vh;
  }
}

@media only screen and (max-width: 580px) {
  #header-section #content h1 {
    font-size: 8vw;
    margin-bottom: 0;
  }
  #header-section #content p {
    font-size: 5vw;
    margin-bottom: 5px;
  }
  #header-section #content p.small-para {
    font-size: 4.3vw;
    margin-bottom: 3px;
  }
  #header-section #content blockquote {
    font-size: 4vw;
  }
  #header-section #content figcaption {
    font-size: 4vw;
  }
  #header-section-2 .right-align-text {
    font-size: 9vw;
    line-height: 9vw;
  }
  #header-section-2 .left-align-text {
    font-size: 5vw;
  }
  .section-content .para .para-content {
    font-size: 5vw;
  }
  .circle-group .circle {
    width: 20vw;
    height: 20vw;
    padding: 2vw;
    max-width: 114px;
    max-height: 114px;
  }
  .section .section-title {
    font-size: 10vw;
  }
  button:focus {
    border: none;
    outline: none;
  }
  .section-content .para .para-title {
    font-size: 8vw;
  }
  .member-pic {
    display: block;
    margin-right: calc(100% - 212px);
    margin-bottom: 10px;
  }
  .box-with-title .box-content .table tbody th, .box-with-title .box-content .table tbody td {
    font-size: 4vw;
  }
  .box-with-title .box-title {
    font-size: 7vw;
  }
  #header-section-3 .container {
    text-align: center;
  }
  #price-description-section {
    font-size: 4.5vw;
  }
  .box-group-title {
    font-size: 9vw;
    margin: 30px;
  }
  .section-content .para {
    margin-bottom: 20px;
  }
  #find-out-more-box {
    margin-top: 20px;
  }
  iframe {
    height: 265px;
  }
  #solution-section-content .inline-box-33 .inline-box-icon:first-child {
    width: 160px;
  }
  #solution-section-content .inline-box-33 .inline-box-icon:nth-child(2) {
    width: 100px;
  }
  .inline-box-title-bg {
    margin: 15px 0;
    font-size: 7vw;
  }
  .inline-box-33 {
    padding: 15px;
  }
  .video-container {
    margin: 0;
  }
  .section-content-block-title {
    font-size: 9vw;
  }
  #application-section .col-md-4 {
    padding: 10px 3px;
  }
  /* #application-section .inline-box-13 img {
    max-height: 74.75px;
    width: auto;
    height: 12vh;
  } */
  #application-section .inline-box-13 {
    padding: 25px;
  }
}

@media only screen and (max-width: 392px) {
  #prylite-text-wrapper {
    display: block !important;
  }
  #prylite-text-wrapper .solution-logo {
    margin-left: 0 !important;
  }
}

@media only screen and (max-height: 1330px) and (max-width: 991px) {
  #header-section {
    height: 100vh;
  }
  #header-section-2 {
    height: auto;
    min-height: calc(100vh - 123px);
    margin-top: 65px;
  }
  #header-section .header-content .row:first-child {
    height: 85vh;
  }
  #header-section .header-content>.row:nth-child(2) {
    height: 10vh;
  }
  #header-section #content h1 {
    margin-top: 5px;
  }
  .app-link-btns {
    text-align: center;
  }
  .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
  }
  .owl-theme .owl-nav.disabled+.owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
  }
  #googlestore-btn-bg, #appstore-btn-bg, #desktop-btn-bg {
    margin: 0;
    height: 46px;
    width: 48%;
    max-width: 155px;
    display: inline-block;
  }
  .navbar-brand img {
    height: 30px;
  }
  .navbar {
    height: 58px;
  }
  .navbar-container .navbar-bg {
    height: 58px;
  }
  #slide-menu-btn {
    height: 32px;
    width: 32px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.3px solid;
  }
  #slide-menu-btn .navbar-toggler-icon {
    height: 100%;
    width: 100%;
  }
  #header-section .header-content .row:first-child {
    padding-top: 50px;
    height: auto;
  }
  /* #header-section .header-content .row:first-child .col-lg-6 {
    display: inline-block;
  } */
  #header-section .header-content .row:first-child .col-lg-4, #header-section .header-content .row:first-child .col-lg-8 {
    display: inline-block;
  }
  /* #header-section .header-content .row:first-child .col-lg-6:first-child {
    height: 45vh;
  } */
  #header-section .header-content .row:first-child .col-lg-4 {
    height: 35vh;
    margin: 2vh 0;
  }
  /* #header-section .header-content .row:first-child .col-lg-6:nth-child(2) {
    height: auto;
  } */
  #header-section .header-content .row:first-child .col-lg-8 {
    height: auto;
    margin: 1vh 0;
  }
  .app-link-btns {
    margin: 1vh 0;
  }
  #header-section #phone {
    height: 100%;
  }
  .circle-group {
    height: 100%;
    margin: 10px 0;
  }
  .circle-group .circle {
    width: 17.2%;
    height: auto;
    padding: 1.5%;
    max-width: 114px;
    max-height: 114px;
  }
  #googlestore-btn-bg, #appstore-btn-bg, #desktop-btn-bg {
    background-size: 100% auto;
  }
}

@media only screen and (max-height: 950px) and (min-width: 1000px) {
  #header-section #content h1 {
    font-size: 5vh;
  }
  #header-section #content h2 {
    font-size: 3.5vh;
    margin-bottom: 1.5vh;
  }
  #header-section #content h3 {
    font-size: 2.5vh;
    margin-bottom: 0.4vh;
  }
  #header-section #content p {
    font-size: 2.5vh;
    margin-bottom: 1vh;
  }
  #header-section #content .owl-carousel p {
    font-size: 3.25vh;
  }
  #header-section #content .owl-carousel p.small-para {
    font-size: 2.3vh;
    margin-bottom: 0.5vh;
  }
  #header-section .carousel-title {
    margin-bottom: 1vh !important;
  }
  #circle-group-1 {
    margin-top: 7vh;
  }
}

@media only screen and (max-height: 500px) {
  #header-section .header-content .row:first-child {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .inline-box-33 .app-ref {
    margin: auto;
    float: none;
  }
  .inline-box-33 .app-ref .app-icon {
    margin: auto;
  }
  .box-group .col-md-6 {
    padding: 0;
  }
  #technology-section .col-md-4 {
    padding: 15px 3px;
  }
  #technology-section .inline-33-box-wrapper {
    padding: 15px 3px;
  }
  #technology-section .inline-box-33 {
    margin-top: 0;
  }
  #technology-section .inline-box-13 {
    padding: 15px;
  }
  /* #technology-section .inline-box-icon {
    height: 5vh;
    max-height: 60px;
    width: auto;
  } */
  #technology-section .inline-box-title {
    margin: 15px 0;
  }
  #solution-section .col-lg-12 {
    padding: 4px;
  }
  #header-section-2 .right-align-text {
    padding-right: 20px;
  }
  #header-section-2 .left-align-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-height: 1328px) {
  #header-section #phone {
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 1271px) {
  /* .container,
  .section .custom-container,
  .navbar {
    width: 1080px;
  } */
  #slide-menu-btn {
    display: block;
    position: absolute;
    right: 10px;
  }
  .navbar-expand-lg .navbar-nav {
    display: none;
  }
  #solution-section .section-title-decor {
    width: 400px;
  }
}

@media only screen and (max-width: 825px) and (max-height: 450px) {
  #header-section, #header-section .header-content>.row:nth-child(2) {
    height: auto;
  }
}

@media only screen and (max-width: 990px) and (max-height: 910px) {
  #header-section #content h1 {
    font-size: 3.7vh;
  }
  #header-section #content h2 {
    font-size: 3vh;
  }
  .circle-group .circle {
    max-width: 70px;
    max-height: 70px;
  }
}

@media only screen and (max-width: 450px) and (max-height: 750px) {
  .logo-header {
    position: relative;
    top: 20px;
  }
  #header-section .header-content .row:first-child .col-lg-4 {
    height: 30vh;
  }
  #tag-line-mobile {
    width: calc(100% - 17vh);
  }
  #circle-group-1 {
    margin-top: calc(6% - 20px);
  }
  #header-section #content p.small-para {
    font-size: 4vw;
    margin-bottom: 3px;
  }
  .app-link-btns {
    height: 50px;
  }
}

@media only screen and (max-width: 350px) and (max-height: 600px) {
  #header-section .header-content .row:first-child .col-lg-4 {
    height: 28vh;
  }
  #tag-line-mobile h1 {
    font-size: 5.5vw;
  }
  .circle-group .circle {
    width: 15.5%;
  }
}

/**** ANIMATION ****/

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideOut {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-1rem);
    -webkit-opacity: 0;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
  100% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
}

.slideOut {
  -webkit-animation-name: slideOut;
  animation-name: slideOut;
}

#phone {
  animation-duration: 1000ms;
}

#header-section #content h1 {
  animation-duration: 1000ms;
  animation-delay: 500ms;
}

#header-section #content p {
  animation-duration: 1000ms;
  animation-delay: 800ms;
}

#googlestore-btn-bg {
  animation-duration: 1000ms;
  animation-delay: 1200ms;
}

#appstore-btn-bg {
  animation-duration: 1000ms;
  animation-delay: 1200ms;
}

#desktop-btn-bg {
  animation-duration: 1000ms;
  animation-delay: 1200ms;
}

.circle:first-child {
  animation-duration: 500ms;
  animation-delay: 1000ms;
}

.circle:nth-child(2) {
  animation-duration: 500ms;
  animation-delay: 1200ms;
}

.circle:nth-child(3) {
  animation-duration: 500ms;
  animation-delay: 1400ms;
}

.circle:nth-child(4) {
  animation-duration: 500ms;
  animation-delay: 1600ms;
}

.circle:nth-child(5) {
  animation-duration: 500ms;
  animation-delay: 1800ms;
}

.collapsing {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

#accordionExample .section {
  transition: all 1s;
}

#accordionExample .section.section-collapsed {
  padding-top: 30px;
}

#slide-menu .navbar-nav:first-child .nav-item:first-child {
  animation-duration: 800ms;
  animation-delay: 0ms;
}

#slide-menu .navbar-nav:first-child .nav-item:nth-child(2) {
  animation-duration: 800ms;
  animation-delay: 100ms;
}

#slide-menu .navbar-nav:first-child .nav-item:nth-child(3) {
  animation-duration: 800ms;
  animation-delay: 200ms;
}

#slide-menu .navbar-nav:first-child .nav-item:nth-child(4) {
  animation-duration: 800ms;
  animation-delay: 300ms;
}

#slide-menu .navbar-nav:first-child .nav-item:nth-child(5) {
  animation-duration: 800ms;
  animation-delay: 400ms;
}

#slide-menu .navbar-nav:first-child .nav-item:nth-child(6) {
  animation-duration: 800ms;
  animation-delay: 500ms;
}

#slide-menu .navbar-nav:first-child .nav-item:nth-child(7) {
  animation-duration: 800ms;
  animation-delay: 600ms;
}

#slide-menu .navbar-nav:nth-child(2) .signin-btn {
  animation-duration: 800ms;
  animation-delay: 700ms;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: linear-gradient(to bottom right, #025dc7 0%, rgba(0, 33, 72, 1) 100%);
  ;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #00224b;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #7386D5;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #053670;
}

#sidebar ul.components {
  padding: 0;
  padding-top: 55px;
}

*:focus {
  outline: none;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 5px 10px;
  font-size: 1.1em;
  display: block;
  color: #fff;
}

#sidebar ul li a:hover {
  color: #7386D5;
  background: #fff;
}

#sidebar ul li.active>a, #sidebar a[aria-expanded="true"] {
  color: #fff;
  background: #053670;
}

#sidebar a[data-toggle="collapse"] {
  position: relative;
}

#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #053670;
}

#sidebar ul.CTAs {
  padding: 20px;
}

#sidebar ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

#sidebar a.download {
  background: #fff;
  color: #7386D5;
}

#sidebar a.article, #sidebar a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .5s ease;
  -o-transition: height .5s ease;
  transition: height .5s ease;
}