:root {
  --container-width:1344px;
  --theme:#4169E1;
  --theme-medium:#597ff0;
  --theme-dark:#2c4fb9;
  --theme-light:#f0f4ff;
  --separator-color:#d84c69;
  }

body {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  color: #363636;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

li {
  display: block;
}

p {
  line-height: 19px;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

strong,
em {
  font-style: normal;
}
.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #f8f8f8;
}

.banner-inner {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.banner-left {
    width: 50%;
    box-sizing: border-box;
    text-align: left;
}

.banner-right {
  width: 39%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  box-sizing: border-box;
}

.banner-right img {
  max-width: 100%;
}

.banner {
  position: relative;
  background-color: #f2f2f2;
  padding: 40px 0;
  margin-top: 75px;
}

.banner h1 {
  font-size: 46px;
  font-weight: bold;
  color: var(--theme);
  margin: 0 0 10px 0;
  line-height: 1em;
}

.banner h1 small {
  display: block;
  color: #000;
  font-size: 32px;
  margin-top: 5px;
  line-height: 1em;
}

.banner p {
  line-height: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: justify;
}

.banner .banner-btn {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding-right: 0 !important;
    padding-left: 2px;
    margin-top: 15px;
}

.banner .banner-btn a {
  background: var(--theme);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 15px;
  border-radius: 4px;
  width: auto;
  text-transform: uppercase;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 0;
  min-height: 50px;
}

.banner .banner-btn .blinker {
  vertical-align: middle;
  font-size: 20px;
}

.banner .banner-btn .blinker img {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

@keyframes buttonanim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.banner .banner-btn a:after {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #007883;
  z-index: -1;
  border-radius: 0;
  transition: all 0.5s ease 0s;
  animation: buttonanim 1.5s infinite;
  -webkit-animation: buttonanim 1.5s infinite;
}

@keyframes buttonanim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.banner .banner-btn a.buy-now {
  background: #ffd615;
  color: #000;
}

.banner .banner-btn a.buy-now:after {
  background-color: #e4ba00;
}

.banner .banner-btn a.demovideo-btn {
  background: #0fb158;
  color: #fff;
}

.banner .banner-btn a.demovideo-btn:after {
  background-color: #0a8d45;
}

.banner .banner-btn a.introvideo-btn {
  background-color: #f09b1d;
  color: #fff;
  gap: 10px;
}

.banner .banner-btn a.introvideo-btn:after {
  background-color: #e48d0c;
}

@media screen and (min-width:1921px) {
  #middle-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
  }

  .banner-right img {
    width: auto;
  }
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media screen and (max-width:991px) {

  .banner-left,
  .banner-right {
    width: 100%;
    padding: 0;
  }

  .banner-right img {
    width: 100%;
    max-width: 100%;
  }

  .banner-right {
    align-items: center;
  }

  .banner-inner {
    min-height: unset;
    flex-direction: column-reverse;
    row-gap: 25px;
  }

  .banner-caption {
    margin-top: 0;
  }

  .banner h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .banner h1 small {
    font-size: 25px;
  }
}

@media screen and (max-width:767px) {
  .banner h1 {
    font-size: 28px;
    line-height: 33px;
  }

  .banner p {
    font-size: 16px;
  }

  .banner h1 small {
    font-size: 20px;
  }
}
.section-one {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 40px;
}

section {
  width: 100%;
}

.title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul {
  margin: 0px;
  padding: 0px;
}

 .flow li {
  text-align: center;

}

.section-one ul li:empty,
section ul li:empty {
  display: none;
}

.flow li img {
  max-width: 100%;
  vertical-align: top;
}
/* ************* */
.boxcolor1 {
  background-color: #fff1f1 !important;
}

.boxcolor2 {
  background-color: #fff8e8 !important;
}

.boxcolor3 {
  background-color: #f4ffeb !important;
}

.boxcolor4 {
  background-color: #e9fff4 !important;
}

.boxcolor5 {
  background-color: #e8fcff !important;
}

.boxcolor6 {
  background-color: #e9f3ff !important;
}

.boxcolor7 {
  background-color: #eeebff !important;
}

.boxcolor8 {
  background-color: #f4feff;
}
.boxcolor9 {
  background-color: #fef0ff;
}
.boxcolor10 {
  background-color: #fffef3;
}
.boxcolor11 {
  background-color: #f2f5ff;
}
.gray-bg {
  background-color: #F8F8F8 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.flow li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.title{
  text-align: center;
}

.section-one div:first-child{
  border: 0;
}
.section-one div{
  border-bottom:  1px solid rgba(0, 0, 0, 0.1);
}
/*------------------- __sidebar componet---------------  */
.__sidebar__menu {
    position: fixed;
    left: -4px;
    top: 197px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    z-index: 112;
    min-height: initial;
    line-height: normal;
    padding: 13px 15px 13px 15px;
    display: inline-block;
    background-color: #4169e0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 0 4px 4px;
    transition: all 0.3s ease-in-out;
    vertical-align: top;
    white-space: nowrap;
    backface-visibility: hidden;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.__sidebar__menu.toggle{
  left: 250px;
}
.__sidebar__menu img {
    height: 11px;
}
.__sidebar__menu.toggle img{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.__sidebar {
  position: fixed;
  top: 74px;
  left: -260px;
  width: 250px;
  height: calc(100vh - 81px);
  height: -webkit-calc(100vh - 81px);
  height: -moz-calc(100vh - 81px);
  height: -ms-calc(100vh - 81px);
  height: -o-calc(100vh - 81px);
  background: #fff;
  color: #fff;
  padding: 10px 8px 10px 10px;
  border-right: 1px solid #E6EFF5;
  z-index: 5;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.__sidebar.active{
  left: 0;
}
.__sidebar h2 {
    color: #000;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 10;
    color: #4169e0;
    background-color: #fff;
}
.__sidebar > ul {
    flex: 1;
    row-gap: 10px;
    overflow-y: auto;
    padding-right: 5px;
}
.__sidebar > ul > li {
    position: relative;
}
.__sidebar > ul > li:last-child{
  margin-bottom: 0;
}
.__sidebar > ul strong {
    color: #000;
    display: block;
    margin: 10px 0;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
}
.__sidebar ul li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;z-index: 1;
    display: inline-flex;
    width: 100%;
    gap: 8px;
    align-items: center;
    font-weight: 500;
    position: relative;
    text-align: left;
}
.__sidebar > ul > li > a{
    background-color: #e9eaff;
}
.__sidebar > ul > li:nth-child(1) > a,
.__sidebar > ul > li:nth-child(2) > a,
.__sidebar > ul > li:nth-child(3) > a,
.__sidebar > ul > li:nth-child(4) > a,
.__sidebar > ul > li:nth-child(5) > a
{
    background-color: #fff5e2;
}
.__sidebar >  ul > li > a > img {
    height: 12px;
    margin-left: auto;
}
.__sidebar ul li a i {
  font-size: 23px;
}
.__sidebar ul li a i img{
  width: 23px;
}
.__sidebar ul li a:hover {
  background-color: #4169e0;
  color: #fff;
}
.__sidebar ul li a.active {
  background-color: #4169e0;
  color: #fff;
}
.__sidebar ul li a:hover i img{
  filter: brightness(0) invert(1);
}
.__sidebar ul li a:hover img,
.__sidebar ul li a.active img{
  filter: brightness(0) invert(1);
}
.__sidebar ul li a.active img{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.__sidebar .dropdown {
    display: none;
    list-style: none;
    margin-top: 8px;
    height: auto;
    position: relative;
}
.__sidebar .dropdown li{
  padding-left: 27px;
}
.__sidebar .dropdown::after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 22px);
    height: -webkit-calc(100% - 22px);
    height: -moz-calc(100% - 22px);
    height: -ms-calc(100% - 22px);
    height: -o-calc(100% - 22px);
    background-color: #0000000d;
    inset-inline-start: 18px;
    inset-block-start: 12px;
}
.__sidebar .dropdown li a {
    font-size: 14px;
    padding: 6px 7px;
    background: transparent;
    border-radius: 0;
    color: #5d5c61;
    position: relative;
}
.__sidebar .dropdown li a:before {
    content: "";
    width: 3px;
    height: 20px;
    background-color: #4169e0;
    border-radius: .5rem;
    inset-inline-start: -9px;
    position: absolute;
    box-shadow: 0 0 0 3px #735dff1a;
    opacity: 0;
    visibility: hidden;
}
.__sidebar .dropdown li a.active{
  background-color: transparent;
  color: #4169e0;
  font-weight: 600;
}
.__sidebar .dropdown li a.active::before{
  opacity: 1;
  visibility: visible;
}
.__sidebar .dropdown li a:hover {
    color: #4169e0;
    background-color: transparent;
}
.__sidebar .dropdown li:last-child a{
  border-bottom: 0;
}
.__sidebar .dropdown.show {
    display: block;
}

@media (max-width:630px) {
  .__sidebar__menu{
    display: none;
  }
}