@charset "utf-8";
/* **************** */
/* @import "fonts.css"; */
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "font-awesome.min.css";
@import "aos.css";
@import "owl.carousel.min.css";
@import "animate.css";


@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-SemiBold.eot");
    src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.eot");
    src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Bold.eot");
    src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-ExtraBold.eot");
    src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Light.eot");
    src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* ****************** */
body{
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}


.owl-carousel {
    direction: ltr;
}

.tooltip {
    z-index: 1100 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #181818;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
}

select {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100% !important;
}

::-moz-selection {
    background-color: #5763e3;
    color: #fff;
}

::selection {
    background-color: #5763e3;
    color: #fff;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
    margin: 0;
}

.modal-open {
    overflow: hidden !important;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: none;
}

.form-control {
    height: 35px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 16px;
}


.form-control::placeholder {
    color: #2b3430;
    text-transform: capitalize;
}

textarea.form-control {
    height: 170px !important;
    line-height: normal;
    padding-top: 8px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid #2c4c99;
    -webkit-box-shadow: 0 1px 0 0 #2c4c99;
    box-shadow: 0 1px 0 0 #2c4c99;
    color: #303030;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #fff;
    color: #00C9EC;
    position: fixed;
    bottom: 50px;
    right: -60px;
    width: 40px !important;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    z-index: 35;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 50px;
}

i {
    color: inherit;
    font-size: inherit;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}


.loading {
    position: absolute;
    top: 50%;
    left: 50%;
}


.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    right: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 160px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    padding: 10px;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 10px;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    border-radius: 0;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #127d7a;
    color: #fff !important;
    transition: all .3s;
}

.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
}

.menu-item-has-children:hover > a:after {
    transform: rotate(-180deg);
    transition: all .3s;
}

.landing-head .h-extra .ex-btns .op-menu {
    color: #000;
    font-size: 18px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: none;
    vertical-align: middle;
    padding-top: 0px !important;
}

.jquery-background-video-wrapper {
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
}

.sidebar {
    background-size: cover;
    background-image: url(../images/hero.png);
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 300px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: all .3s;
    background-position: 70% 100%;
}

.sidebar .side-logo img {
    max-width: 100px;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.86);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.sidebar .side-social {
    text-align: center;
    background-color: #055aa2;
    position: relative;
    z-index: 1;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 5px;
    transition: all .3s;
}

.sidebar .side-social ul li a.lin {
    color: #1562cc;
}

.sidebar .side-social ul li a.tw {
    color: #00a2ff;
}

.sidebar .side-social ul li a.ins {
    color: #622e04;
}

.sidebar .side-social ul li a:hover i {
    color: #167a12;
}

.sidebar .side-nav {
    max-height: 100%;
    overflow: hidden;
    height: calc(100% - 110px);
    position: relative;
    z-index: 1;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 13px;
    padding: 15px;
    position: relative;
    color: #fff;
    transition: all .3s;
}

.sidebar .side-nav ul li a span {
    color: #fff;
}

.sidebar .side-nav ul li a:hover {
    color: #00c9ec;
    background-color: rgba(45, 45, 45, 0.45);
    transition: all .3s;
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #ffb017;
}

.sidebar .side-nav ul li a i {
    margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
}

.sidebar .side-nav ul li .sub-menu li a {
    color: #303030;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

.side-nav .dropdown .dropdown-backdrop {
    z-index: 0;
    display: none;
    height: 0;
    width: 0;
}

.sidebar .side-social a {
    width: 100%;
}

/* ******************************* */

.landing-head .logo {
    display: inline-block;
}

.landing-head .logo img {
    width: 150px;
}

.landing-head {
    /* padding: 50px 0 10px; */
}

.landing-head .h-extra {
    float: right;
    position: relative;
}

.landing-head .h-extra .main-nav {
    display: inline-block;
    padding-top: 8px;
}

.landing-head .h-extra .main-nav li {
    display: inline-block;
    margin-right: 30px;
}

.landing-head .h-extra .main-nav li a,
.landing-head .h-extra .main-nav li a span {
    /* font-family: pop-light; */
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    position: relative;
}

.landing-head .h-extra .main-nav li a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    transition: all .3s;
    height: 3px;
    background: -webkit-linear-gradient(left, #5763e3, #00c9ec);
    border-radius: 50px;
}

.landing-head .h-extra .main-nav li.active a,
.landing-head .h-extra .main-nav li a:hover {
    color: #5763e3;
    transition: all .3s;
    background: #fff;
}

.landing-head .h-extra .main-nav li.active a:after,
.landing-head .h-extra .main-nav li a:hover:after {
    right: auto;
    left: 0;
    transition: all .3s;
    width: 100%;
}

.landing-head .h-extra .in-extra {
    float: right;
    margin-left: 30px;
}

.landing-head .h-extra .in-extra .btn {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 12px;
}

.landing-head .h-extra .in-extra ul li {
    display: inline-block;
}

.landing-head .h-extra .in-extra ul li a {
    display: inline-block;
    color: #000;
    /* font-family: pop-light; */
    font-size: 13px;
    transition: all .3s;
    position: relative;
}

.landing-head .h-extra .in-extra ul li a img {
    width: 19px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    transition: all .3s;
}

.landing-head .h-extra .in-extra ul li:after {
    content: '|';
    margin: 0 10px;
    color: #cacaca;
}

.landing-head .h-extra .in-extra ul li:last-child:after {
    display: none;
}

.landing-head .h-extra .in-extra ul:not(.dropdown-menu) {
    display: inline-block;
    margin-left: 25px;
}

.btn {
    border: 1px solid #5763E3;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    /* font-family: pop-light; */
    font-size: 13px;
    background-color: #5763E3;
    color: #fff;
    transition: all .3s;
    box-shadow: 0 3px 10px rgba(55, 66, 186, 0.66);
}

/* .btn:hover {
    background-color: #00c9ec;
    color: #fff;
    transition: all .3s;
    border-color: #00c9ec;
    box-shadow: none;
} */

.op-menu {
    color: #000;
    font-size: 18px;
    padding: 10px;
    display: none;
}

.landing-head .h-extra .in-extra ul li a:hover {
    color: #5763e3;
    transition: all .3s;
}

.landing-head .h-extra .in-extra ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    transition: all .3s;
    height: 3px;
    background: -webkit-linear-gradient(left, #5763e3, #00c9ec);
    border-radius: 50px;
}

.landing-head .h-extra .in-extra ul li a:hover:after {
    width: 100%;
    transition: all .3s;
}

.landing-head .h-extra .in-extra ul li a:hover img {
    transform: rotateY(180deg) translateY(-5px);
    transition: all .3s;
    filter: drop-shadow(0 0 8px #00c9ec);
}

.hero-s .item {
    position: relative;
    height: 600px;
    background-position: center;
    background-size: cover;
    padding-top: 10%;
}

.hero-s .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #fff, rgba(0, 0, 0, 0));
}

.hero-s.blue .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #C2F1F9;
    mix-blend-mode: multiply
}

.hero-s.purple {
    background-color: #5763e3;
}

.hero-s.purple .item:before {
    width: 0;
}

.hero-s .item h3 {
    border-left: 10px solid #5763e3;
    padding-left: 30px;
    /* font-family: pop-bold; */
    font-size: 35px;
    max-width: 38%;
    text-transform: uppercase;
    color: #5763E3;
    line-height: 1.3;
    margin-bottom: 30px;
}

.hero-s .item p {
    color: #808080;
    /* font-family: pop-light; */
    padding-left: 40px;
    margin-bottom: 50px;
    max-width: 40%;
}

.hero-s .item .btn-transparent {
    margin: 0 20px 0 40px;
}

.btn-transparent {
    background-color: transparent;
    box-shadow: none;
    color: #5763e3;
}

.hero-s .item .btn {
    box-shadow: none;
    padding: 0 50px;
}

.hero-s .owl-dots {
    position: absolute;
    left: 9.5%;
    bottom: 15%;
    transform: rotate(90deg);
}

.hero-s .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: rgba(87, 99, 227, 0.42);
    border-radius: 100%;
    margin: 0 4px;
    transition: all .3s;
}

.hero-s .owl-dots .owl-dot.active {
    background-color: #5763e3;
    transition: all .3s;
}

button {
    outline: none !important;
}

.about-s {
    padding: 100px 0 30px;
    position: relative;
    overflow: hidden;
}

.about-s:before {
    content: '';
    position: absolute;
    right: -50px;
    top: 6%;
    width: 200px;
    height: 200px;
    background-color: #f8f8f8;
    border-radius: 100%;
    animation: heartBeat 10s infinite;
}

.about-s .ab-data {
    text-align: right;
}

.g-head {
    margin-bottom: 50px;
}

.g-head h3 {
    border-right: 10px solid #00c9ec;
    padding-right: 20px;
    /* font-family: pop-bold; */
    text-transform: uppercase;
    color: #00c9ec;
    max-width: 60%;
    line-height: 1.3;
    font-size: 35px;
    margin-bottom: 20px;
}

.g-head p {
    clear: both;
    color: #B8B8B8;
    /* font-family: pop-light; */
    padding-right: 30px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.about-s .g-head + p {
    color: #656565;
    /* font-family: pop-extralight; */
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 50px;
}

.about-s .btn {
    padding: 0 45px;
}

.about-s .ab-img {
    padding-right: 11%;
}

.about-s .g-head h3 {
    float: right;
}

.modules {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: #fbfbfb;
}

.modules:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 4%;
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    border-radius: 100%;
    animation: shake 10s infinite;
}

.modules .g-head,
.features .g-head,
.benefits .g-head,
.blog .g-head {
    text-align: left;
    margin: 0;
}

.modules .g-head h3,
.features .g-head h3,
.benefits .g-head h3,
.blog .g-head h3 {
    border-width: 0 0 0 10px;
    border-style: solid;
    padding: 0 0 0 20px;
    max-width: 25%;
    color: #5763E3;
    border-color: #5763E3;
}

.modules .g-head p,
.features .g-head p,
.blog .g-head p {
    color: #5763e3;
    padding: 0 0 0 30px;
}

.modules .block {
    text-align: center;
    position: relative;
    padding: 50px;
}

.modules .block:nth-of-type(2):after,
.modules .block:nth-of-type(2):before,
.modules .block:nth-of-type(5):after,
.modules .block:nth-of-type(5):before,
.modules .block:nth-of-type(8):after,
.modules .block:nth-of-type(8):before {
    content: '';
    position: absolute;
    left: -65px;
    top: 23%;
    width: 100px;
    height: 33px;
    background-image: url(../images/modules/arrow.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.modules .block:nth-of-type(2):before,
.modules .block:nth-of-type(5):before,
.modules .block:nth-of-type(8):before {
    left: auto;
    right: -71px;
    transform: rotate(180deg);
}

.modules .block .i-icon {
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
}

.modules .block .i-icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.modules .block h3 {
    color: #5763E3;
    /* font-family: pop-semibold; */
    font-size: 19px;
    margin-bottom: 10px;
}

.modules .block p {
    /* font-family: pop-extralight; */
    color: #656565;
    line-height: 1.7;
    overflow: hidden;
    max-height: 67px;
    min-height: 67px;
}

.g-more {
    text-align: center;
    margin-top: 50px;
}

.g-more .btn {
    padding: 0 60px;
}

.features {
    position: relative;
    overflow: hidden;
    /* padding: 100px 0; */
    /* background-color: #00C9EC; */
}

.benefits {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-color: #FFF;
}

/* .features:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 4%;
    width: 200px;
    height: 200px;
    background-color: #2DB7CF;
    border-radius: 100%;
    animation: shake 10s infinite;
} */

.landingpage-features:before{
  background-color:white !important;
  animation: none !important;
}

.benefits:before{
    content: '';
    position: absolute;
    left: -50px;
    top: 4%;
    width: 200px;
    height: 200px;
    background-color: #F3F3F3;
    border-radius: 100%;
    animation: shake 10s infinite;
}

.features .g-head h3 {
    color: #fff;
    border-color: #fff;
}

.features .g-head p {
    color: #fff;
}
.landingpage-features{
  background-color: white !important;
}

.features .g-head {}

.features .block {
    padding: 40px;
}

.benefits .block {
    border-radius: 50px;
    background: linear-gradient(127deg, #00c9ec 0%, #5763e3 100%) 0% 0% no-repeat;
}

.features .block .i-icon,
.benefits .block .i-icon {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 40px;
}

.features .block .i-icon img,
.benefits .block .i-icon img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.features .owl-item .block {
    text-align: center;
}

.features .owl-item .block .i-icon {
    float: none;
    margin: 0 auto 20px;
}


.benefits .block .i-icon {
    width: auto;
    height: auto;
}

.benefits .block .i-icon img {
    max-width: 114px;
}

.features .block .i-data,
.benefits .block .i-data {
    overflow: hidden;
}

.features .block .i-data h3,
.benefits .block .i-data h3 {
    color: #fff;
    /* font-family: pop-semibold; */
    font-size: 19px;
    margin-bottom: 10px;
}

.features .block .i-data p {
    color: #fff;
    /* font-family: pop-extralight; */
    line-height: 1.7;
    overflow: hidden;
    max-height: 66px;
    min-height: 66px;
}

.benefits .block .i-data p {
    color: #fff;
    /* font-family: pop-extralight; */
    line-height: 1.7;
    max-width: 270px;
}

.features .g-more .btn {
    background-color: #fff;
    border-color: #fff;
    color: #00C9EC;
}

.demo {
    padding: 70px 0;
    background-color: #5763E3;
}

.demo h3 {
    display: inline-block;
    color: #fff;
    /* font-family: pop-semibold; */
    font-size: 39px;
    text-transform: uppercase;
    max-width: 35%;
    line-height: 1.3;
}

.demo .btn {
    float: right;
    background-color: #fff;
    color: #5763e3;
    margin-top: 30px;
    padding: 0 60px;
    box-shadow: 0 6px 15px rgba(10, 120, 139, 0.43);
}

/* .demo .btn:hover {
    background-color: #00c9ec;
    color: #fff;
} */

.video {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: #00C9EC;
    min-height: 500px;
}

.video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/video-bg.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
}

.video h3 {
    color: #fff;
    text-transform: uppercase;
    /* font-family: pop-semibold; */
    font-size: 39px;
    max-width: 43%;
    line-height: 1.1;
    margin-bottom: 70px;
}

.video a {
    color: #fff;
    font-style: italic;
    /* font-family: pop-extralight; */
    font-size: 20px;
    text-transform: uppercase;
    transition: all .3s;
}

.video i {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 41px;
    border-radius: 100%;
    padding-left: 5px;
    font-size: 18px;
    margin-right: 15px;
    transition: all .3s;
}

.video a:hover i {
    background-color: #fff;
    transition: all .3s;
    color: #00c9ec;
    transform: translateY(-10px);
    box-shadow: 5px 5px 15px #fff;
}

.blog:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 6%;
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    border-radius: 100%;
    animation: shake 10s infinite;
}

.blog {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: #f2f2f2;
}

.blog .g-head h3 {
    color: #00C9EC;
    border-color: #00C9EC;
}

.blog .g-head p {
    color: #B8B8B8;
}

.blog .block {}

.blog .block ul {
    margin-bottom: 100px;
}

.blog .block ul li {
    margin-bottom: 25px;
}

.blog .block ul li a {
    position: relative;
    /* font-family: pop-semibold; */
    color: #292A34;
    font-size: 13px;
    display: inline-block;
    padding-right: 20px;
    line-height: 1.7;
    width: 89%;
    transition: all .3s;
}

.blog .block ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #5763e3;
    width: 7px;
    height: 7px;
    transition: all .3s;
}

.blog .block ul li a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    right: 0;
    top: 10px;
    background-color: #5763e3;
    transition: all .3s;
}

.blog .block .btn {
    padding: 0 60px;
}

.blog .block ul li a:hover:before,
.blog .block ul li a:hover:after {
    right: -20px;
    opacity: 0;
    transition: all .3s;
}

.blog .block ul li a:hover {
    color: #5763e3;
    transition: all .3s;
    padding-left: 10px;
}

.blog .g-head {
    margin-bottom: 30px;
}

.blog .cardo {
    padding: 0 20px;
}

.blog .cardo .inner {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    transition: all .3s;
}

.blog .cardo .inner .i-img {
    height: 250px;
    background-position: center;
    background-size: cover;
}

.blog .cardo .inner .i-img a {
    display: block;
    height: 100%;
}

.blog .cardo .inner .i-data .auth {
    margin-bottom: 20px;
}

.blog .cardo .inner .i-data .auth ul li {
    display: inline-block;
    /* font-family: pop-light; */
    font-size: 13px;
}

.blog .cardo .inner .i-data .auth ul li:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #878F9D;
    display: inline-block;
    margin: 0 10px;
}

.blog .cardo .inner .i-data .auth ul li:last-child:after {
    display: none;
}

.blog .cardo .inner .i-data .title {
    color: #292A34;
    /* font-family: pop-semibold; */
    font-size: 16px;
    overflow: hidden;
    max-height: 47px;
    min-height: 47px;
    display: inline-block;
    line-height: 1.5;
    transition: all .3s;
}

.blog .cardo .inner .i-data p {
    color: #4F5059;
    /* font-family: pop-light; */
    line-height: 1.7;
    overflow: hidden;
    max-height: 45px;
    margin-bottom: 50px;
}

.blog .cardo .inner .i-data .more {
    color: #5663E3;
    /* font-family: pop-semibold; */
    font-size: 15px;
    font-style: italic;
    border-bottom: 1px solid;
    transition: all .3s;
}

.blog .cardo .inner .i-data .more:hover {
    padding-left: 10px;
    transition: all .3s;
    border-color: transparent;
    color: #00c9ec;
}

.blog .cardo .inner .i-data {
    padding: 20px;
}

.blog .cardo .inner .i-data .title:hover {
    color: #5763e3;
    transition: all .3s;
    padding-left: 5px;
}

.blog .cardo .inner:hover {
    transform: translateY(-10px);
    transition: all .3s;
    box-shadow: 0 11px 55px rgba(0, 0, 0, 0.1);
}

.clients {
    padding: 80px 0;
}

.clients .cl-head {
    text-align: center;
    margin-bottom: 70px;
}

.clients .cl-head h3 {
    color: #00C9EC;
    text-transform: uppercase;
    /* font-family: pop-bold; */
    font-size: 35px;
    letter-spacing: 1px;
}

.clients .item {
    text-align: center;
    padding-top: 65px;
    transition: all .3s;
    z-index: 1;
    opacity: .5;
    padding-bottom: 50px;
}

.clients .item .i-head {
    /* box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05); */
    padding: 30px;
    padding-bottom: 75px;
    transition: all .3s;
    position: relative;

    margin-bottom: 30px;
}

.clients .center .item .i-head {
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    transition: all .3s;
    background-color: #fff;
}

.clients .center .item {
    z-index: 2;
    transform: scale(1.1);
    transition: all .3s;
    opacity: 1;
}

.clients .item .i-head img {
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    width: 60px;
    height: 60px;
    object-fit: scale-down;
    border-radius: 100%;
    padding: 18px;
    filter: grayscale(1);
    margin: -65px auto 0;
    background-color: #fff;
}

.clients .item .i-head p {
    /* font-family: pop-extralight; */
    color: #4F5059;
    font-size: 13px;
    line-height: 1.5;
    margin: 20px 0;
}

.clients .item .i-footer img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
    margin: 0 auto 15px;
}

.clients .item .i-footer h3 {
    color: #292A34;
    /* font-family: pop-semibold; */
    font-size: 15px;
}

.clients .item .i-footer p {
    color: #878F9D;
    font-size: 11px;
    margin-top: 2px;
}

.clients .item .i-head:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-top: 10px solid #fff;
    border-bottom: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.cases {
    padding: 50px 0;
    background-color: #f2f2f2;
    position: relative;
}

.cases .cs-head {
    background-color: #00C9EC;
    margin-top: -50px;
    height: 300px;
    padding-top: 127px;
}

.cases .cs-head h3 {
    color: #fff;
    /* font-family: pop-bold; */
    text-transform: uppercase;
    font-size: 31px;
    transform: rotate(-90deg) translateY(30px);
}

.cases:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 225px;
    height: 100%;
    background-color: #fff;
    width: 16.66666667%;
}

.cases .cs-block {
    padding: 0 30px;
}

.cases .cs-block .inner {
    padding: 20px;
    text-align: center;
}

.cases .cs-block .inner .i-img {
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
    height: 180px;
    padding: 40px;
    margin-bottom: 30px;
}

.cases .cs-block .inner .i-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.cases .cs-block .inner h3 {
    color: #656565;
    font-size: 17px;
}

.cases .cs-block .inner.tall .i-img {
    height: 450px;
}

.cases .cs-block .g-more .btn {
    width: 100%;
    background-color: #00C9EC;
    border-color: #00C9EC;
    box-shadow: 0 6px 15px rgba(55, 66, 186, 0.34);
}

.cases .cs-block .g-more {
    padding: 0 20px;
}

.main-footer {
    background-color: #f2f2f2;
    position: relative;
}

.main-footer:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5763E3;
    border-top-right-radius: 130px;
}

.main-footer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 32%;
    background-image: url(../images/footer.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.main-footer .inner {
    float: right;
}

.main-footer .inner .f-top {
    padding: 50px 100px 50px 0;
}

.main-footer .inner .f-top .f-item h4 {
    color: #fff;
    /* font-family: pop-semibold; */
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 30px;
}

.main-footer .inner .f-top .f-item {
    padding: 20px;
}

.main-footer .inner .f-top .f-item ul li {
    color: #fff;
    /* font-family: pop-light; */
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
}

.main-footer .inner .f-top .f-item .social a {
    color: #fff;
    font-size: 25px;
    margin-right: 17px;
    transition: all .3s;
}

.main-footer .inner .f-top .f-item .social a i {
    color: #fff;
}

.main-footer .inner .f-top .f-item .social a:hover {
    transform: translateY(-5px);
    transition: all .3s;
    color: #00c8ea;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .5));
}

.main-footer .inner .f-top .f-item ul li a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    transition: all .3s;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

.main-footer .inner .f-top .f-item ul li a:hover {
    color: #00c8ea;
    /*padding-left: 10px;*/
    border-bottom-color: #00c8ea;
}

.main-footer .inner .f-top .f-item .form-group {
    position: relative;
    max-width: 65%;
}

.main-footer .inner .f-top .f-item .form-group .form-control {
    border: 0;
    border-radius: 50px;
    height: 50px;
    padding: 0 135px 0 20px;
}

.main-footer .inner .f-top .f-item .form-group .btn {
    position: absolute;
    right: 0;
    height: 50px;
    top: 0;
    background-color: #00C9EC;
    box-shadow: none;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 50px;
}

.main-footer .inner .f-top .f-item .form-group .btn:hover {
    transform: none;
}

.main-footer .inner .f-bottom {
    border-top: 1px solid #00C8EA;
    padding: 20px 0;
}

.main-footer .inner .f-bottom p {
    color: #fff;
    /* font-family: pop-light; */
    font-size: 12px;
}

.main-footer .inner .f-bottom p a {
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}

.main-footer .inner .f-bottom p a:hover {
    border-bottom-color: #ffffff;
    color: #ffffff;
    transition: all .3s;
    filter: drop-shadow(0 0px 10px #fff);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -7%;
    width: 70px;
    height: 70px;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -7%;
}

.owl-carousel .owl-nav button.owl-next:before,
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:after,
.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: rgba(0, 201, 236, 0.14);
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    transition: all .3s;
}

.owl-carousel .owl-nav button.owl-next:after,
.owl-carousel .owl-nav button.owl-prev:after {
    transform: rotate(-45deg) translateY(-50%);
    top: 71%;
}

.owl-carousel .owl-nav button.owl-prev {
    transform: scaleX(-1) translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next:hover:before,
.owl-carousel .owl-nav button.owl-prev:hover:before,
.owl-carousel .owl-nav button.owl-next:hover:after,
.owl-carousel .owl-nav button.owl-prev:hover:after {
    background-color: #09cbed;
    transition: all .3s;
}

.clients .owl-dots {
    counter-reset: slides-num;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.clients .owl-dots .owl-dot {
    counter-increment: slides-num;
    margin-right: 1px;
    position: relative;
}

.clients .owl-dots:after {
    content: "0"counter(slides-num);
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 45px;
    /* font-family: pop-bold; */
    color: #5663E3;
    opacity: .6;
    position: relative;
    top: 18px;
}

.clients .owl-dots .owl-dot.active:before {
    content: "0"counter(slides-num) " / ";
    font-size: 21px;
    position: absolute;
    left: 0;
    top: 0;
    color: #5663E3;
    width: 50px;
    /* font-family: pop-bold; */
}

.side-form {
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 15px;
}

.side-form .form-group {
    position: relative;
}

.side-form .form-group .form-control {
    padding-left: 42px;
}

.side-form .form-group img {
    position: absolute;
    left: 13px;
    top: 11px;
    width: 20px;
}

.sidebar .side-nav {
    overflow-y: auto;
    max-height: 350px;
}

.sidebar .side-nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.sidebar .side-nav::-webkit-scrollbar-track {
    background-color: #3a3a3c;
}

.sidebar .side-nav::-webkit-scrollbar-thumb {
    background-color: #5763e3;
}

.h-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    transition: all .7s;
    opacity: 0;
    visibility: hidden;
}

.h-search .form-control {
    border-radius: 50px;
    padding: 0 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.h-search .cl-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    line-height: 35px;
    border: 0;
    padding: 0 15px;
    font-size: 17px;
    border-radius: 50px;
    background-color: transparent;
}

.h-search.active {
    width: 325px;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.landing-head .h-extra .in-extra .btn.off {
    box-shadow: none;
}

.enhance {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: transparent linear-gradient(180deg, #fbfbfb 0%, #efefef 100%) 0% 0% no-repeat padding-box;
}

.enhance h3 {
    display: inline-block;
    color: #00C9EC;
    /* font-family: pop-semibold; */
    font-size: 39px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 30px;
    border: none;
}

.benefits .g-head h3 {
    border-left: 10px solid #5763e3;
    padding-left: 30px;
    /* font-family: pop-bold; */
    font-size: 35px;
    max-width: 38%;
    text-transform: uppercase;
    color: #5763E3;
    line-height: 1.3;
    margin-bottom: 30px;
    border-right: none;
}

.enh-img {
    padding-left: 11%;
}

.block-data {
    /*padding-left: 30px;*/
}

.block-data p {
    color: #5B5B5B;
}

.mb50 {
    margin-bottom: 50px;
}

.enhance p {
    color: #5B5B5B;;
}

#wrap h3 {
    /* text-transform: uppercase; */
}

#wrap h3.blue  {
    color: #00C9EC;
    border-color: #00C9EC;
    font-size: 35px;
    /* font-family: pop-bold; */
    margin-bottom: 30px;
}

#wrap h3.pink  {
    color: #5763E3;
    border-color: #5763E3;
    font-size: 35px;
    /* font-family: pop-bold; */
    margin-bottom: 30px;
}

#wrap h3.white  {
    color: #fff;
    border-color: #fff;
    font-size: 35px;
    /* font-family: pop-bold; */
    margin-bottom: 30px;
}

#wrap h3.bd-right {
    border-left: none;
    border-right: 10px solid;
    padding-right: 30px;
}

#wrap h3.bd-left {
    border-right: none;
    border-left: 10px solid;
    padding-left: 30px;
}

#wrap p.white {
    color: #fff;
}

span.blue {
    font-size: inherit;
    color: #00C9EC;
    /* font-family: pop-bold; */
}

.pharmacy_control {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, rgba(0, 201, 236, 0.7) 0%, rgba(87, 99, 227, 0.7) 100%) 0% 0% no-repeat;
    min-height: 500px;
}

.pharmacy_control:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/pharmacevt.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
}

.section-list {
    text-align: left;
    padding-left: 30px;
}

.section-list li {
    color: #fff;
    position: relative;
    /* font-family: pop-extralight; */
}

.section-list li:before {
    content: '';
    position: absolute;
    transform: translateY(43%);
    top: 0;
    left: -30px;
    width: 12px;
    height: 12px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #707070;
}

.ta-c-block {
    padding: 100px 0;
    text-align: center;
}

h4.sub_header {
    color: #00C9EC;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 17px;
}

.generic-block {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-color: #FFF;
}

.btn.btn-blue {
    background-color: #00C9EC;
    border-color: #00C9EC;
    color: #fff;
}

.btn.btn-white {
    background-color: #fff;
    color: #5763e3;
    margin-top: 30px;
    padding: 0 60px;
    box-shadow: 0 6px 15px rgba(10, 120, 139, 0.43);
}

.btn.btn-white:hover {
    background-color: #00c9ec;
    color: #fff;
}

.blog .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #00C9EC;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #707070;
}

.blog .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5763E3;
}

.blog .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.main-nav .dropdown-menu {
    top: 109%;
    left: 50%;
    transform: translateX(-50%);
}

.main-nav .dropdown-menu li {
    width: 100%;
    margin: 7px 0;
}

.side-nav li.dropdown.open > .dropdown-menu {
    position: static;
    background: transparent;
    display: block;
    float: none;
    padding-left: 12px;
}

.oe_login_form input.form-control {
    height: auto;
    border-radius: 50px;
    border-color: #5763E3;
    transition: all .3s;
}

.oe_login_form input.form-control:focus,
.oe_login_form input.form-control:hover {
    box-shadow: 0 3px 10px rgba(55, 66, 186, 0.66);
}

.oe_login_form input.form-control[readonly] {
    background-color: #e5e5e5;
}

.oe_login_form .btn {
    background-color: #5763E3 !important;
}

.oe_login_form .form-group {
    margin-bottom: 15px;
}

#wrap .feature-head {
    background-position: right center;
}


/* headder ===============start*/
.wrapper {
    padding-top: 130px;
}
.landing-head {
    width: 100%;
    transition: all 0.4s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    margin-bottom: 30px;
}
.landing-head .container {
    background: #fff;
    border-radius: 65px;
    height: 100px;
}
.landing-head .container .row {
    width: 100%;
}
.btn__demo {
    text-transform: capitalize;
    background: #5763e3;
    box-shadow: 3px 6px 15px #5763e3 80;
    border-radius: 30px;
    font-weight: bold;
    opacity: 1;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.4s;
}
.btn__demo:hover {
    box-shadow: 5px 8px 18px #5763e3 80;
}
.logo__link {
    position: relative;
}
.logo__link__text {
    color: #5763e3;
    font-size: 2.7rem;
    font-weight: bold;
    white-space: nowrap;
    font-family: sans-serif;
}

/* headder ===============start*/

.banner__all{
    margin-top: 109px;
}
 .banner {
    margin-bottom: 25px;
}
@media (min-width: 576px) {
    .container-sm, .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container-md, .container-sm, .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
      max-width: 960px;
    }
  }
@media (min-width: 1200px) {
    .container-xl, .container-lg,  .container-md,   .container-sm,    .container {
      max-width: 1140px;
    }
  }

  /* .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  } */
  .banner__info, .features__info, .soft__info {
    color: #37517E;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 2.2rem;
  }

   progress {
    vertical-align: baseline;
  }
   textarea {
    overflow: auto;
  }
   [type=checkbox],
   [type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
   [type=number]::-webkit-inner-spin-button,
   [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
   [type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
   [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
   ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
   details {
    display: block;
  }
   summary {
    display: list-item;
  }
   template {
    display: none;
  }
   [hidden] {
    display: none;
  }
   .wrapper {
    padding-top: 130px;
  }
   .landing-head {
    width: 100%;
    transition: all 0.4s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    margin-bottom: 30px;
  }
   .landing-head .container {
    background: #FFFFFF;
    border-radius: 65px;
    height: 100px;
  }
   .landing-head .container .row {
    width: 100%;
  }
   .btn__demo,  .pricing__btn,  .demo__form__btn {
    text-transform: capitalize;
    background: #5763E3;
    box-shadow: 3px 6px 15px #5763E380 !important;
    border-radius: 30px;
    font-weight: bold;
    opacity: 1;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
  }
   .logo__link {
    position: relative;
  }
   .banner {
    margin-bottom: 25px;
  }
   .banner__info,  .features__info,  .soft__info {
    color: #37517E;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 2.2rem;
  }
   .banner__info > *,  .features__info > *,  .soft__info > * {
    font-weight: bold;
    font-size: 2.2rem;
  }
   .banner__title,  .pricing__title,  .features__title,  .soft__title {
    text-transform: uppercase;
    color: #5663e3;
    font-weight: normal;
    font-size: 4rem;
  }
   .banner__title > *,  .pricing__title > *,  .features__title > *,  .soft__title > * {
    color: #22C9EC;
    font-weight: bold;
    font-size: 2.7rem;
  }
   .banner__big__left {
    min-height: 400px;
    max-height: 510px;
    padding-left: 0 !important;
  }
   .banner__big__left__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 35px;
  }
   .banner__big__mid__text {
    color: #37517e;
    text-align: left;
    font-weight: 300;
    font-size: 1.8rem;
    margin-top: 50px;
    margin-bottom: 30px;
  }
   .banner__check__item__text {
    color: #37517E;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
    font-size: 1.7rem;
  }
   .banner__big__right {
    position: relative;
    padding-right: 50px;
  }
   .demo__block {
    position: absolute;
    padding: 60px 20px 30px;
    background: #FFFFFF;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 0 0 50px 50px;
    top: -312px;
    width: 88%;
    max-width: 538px;
    z-index: 9999;
  }
   .demo__block__info {
    text-align: center;
    font-weight: 300;
    color: #5763E3;
    font-size: 2.2rem;
    font-family: sans-serif;
  }
   .demo__block__title {
    text-align: center;
    font-weight: 800;
    color: #37517E;
    text-transform: uppercase;
    margin: 20px auto;
    font-size: 31px;
  }
   .demo__block__desc {
    text-align: center;
    color: #37517E;
    margin-bottom: 30px;
  }
   .demo__input__block {
    width: 100%;
    position: relative;
    border: 1px solid rgba(55, 81, 126, 0.25);
    border-radius: 27px;
    height: 40px;
    margin-bottom: 35px;
  }
   .demo__input {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 27px;
    padding-left: 30px;
    outline: none;
  }
   .demo__input__block__label {
    position: absolute;
    top: -15px;
    left: 30px;
    background: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #5763E3;
    text-transform: uppercase;
    font-weight: normal;
  }
   .demo__form__btn {
    margin-bottom: 20px;
    display: inline-block;
  }
   .soft {
    background-image: url(../images/section.png);
    width: 100%;
    position: relative;
    margin-top: -50px;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0 50px;
  }
   .soft__title {
    color: #FFFFFF;
    margin-bottom: 50px;
  }
   .soft__title > * {
    color: #FFFFFF;
  }
   .soft__info {
    color: #FFFFFF;
  }
   .soft__item {
    color: #ffffff;
    margin-bottom: 40px;
  }
   .soft__item__figure,  .features__item__figure {
    display: flex;
    align-items: flex-start;
    padding: 20px;
  }
   .soft__item {
    margin-bottom: 20px;
  }
   .soft__item__title {
    margin: 10px auto;
  }
   .soft__item__icon,  .features__item__icon {
    margin-right: 10px;
  }
   .soft__item__desc {
    font-weight: 300;
  }
   .features {
    padding-top: 100px;
  }
   .features__title {
    margin-bottom: 80px;
  }
   .features__item__title {
    color: #5763E3;
  }
   .features__item__desc {
    color: #37517E;
    font-weight: 300;
  }
   .features__right {
    min-height: 600px;
    max-height: 815px;
  }
   .features__right__img {
    border-top-left-radius: 35px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
   .pricing {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 790px;
  }
   .pricing__title {
    text-align: center;
    color: #22C9EC;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 180px !important;
  }
   .pricing__block {
    background: #22C9EC;
    box-shadow: 6px 6px 25px #22C9EC4D;
    border-radius: 50px;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
    z-index: 5;
  }
   .pricing__block > * {
    position: relative;
    z-index: 4;
    background-color: transparent;
  }
   .pricing__block:after {
    display: flex;
    content: "";
    position: absolute;
    top: -73%;
    left: -26%;
    background-image: url(../images/effect.svg);
    z-index: 1;
    background-size: 100% 100%;
    width: 1440px !important;
    height: 800px !important;
    background-repeat: no-repeat;
  }
   .pricing__block__title {
    text-align: right;
    font-size: 4rem;
    font-weight: normal;
    color: #37517E;
    text-transform: capitalize;
    border-right: 1px solid #37517E;
    padding-right: 20px;
  }
   .pricing__desc {
    font-weight: 300;
    color: #FFFFFF;
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
   .pricing__block__number {
    color: #37517E;
    font-weight: 800;
    font-size: 5rem;
  }
   .month_name {
    font-weight: 300;
    color: #37517E;
    font-size: 4.5rem;
    text-transform: capitalize;
  }
   .month {
    color: #37517E;
    font-weight: normal;
    font-size: 2.2rem;
  }
   .pricing__btn {
    background: #ffffff;
    color: #37517E !important;
    text-transform: capitalize;
    border:none !important;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%; !important
    padding-right: 15px;
    padding-left: 15px;
  }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-first {
    order: -1;
  }
  .order-last {
    order: 13;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }
  .order-11 {
    order: 11;
  }
  .order-12 {
    order: 12;
  }
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-sm-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-sm-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-sm-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-sm-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-sm-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      order: -1;
    }
    .order-sm-last {
      order: 13;
    }
    .order-sm-0 {
      order: 0;
    }
    .order-sm-1 {
      order: 1;
    }
    .order-sm-2 {
      order: 2;
    }
    .order-sm-3 {
      order: 3;
    }
    .order-sm-4 {
      order: 4;
    }
    .order-sm-5 {
      order: 5;
    }
    .order-sm-6 {
      order: 6;
    }
    .order-sm-7 {
      order: 7;
    }
    .order-sm-8 {
      order: 8;
    }
    .order-sm-9 {
      order: 9;
    }
    .order-sm-10 {
      order: 10;
    }
    .order-sm-11 {
      order: 11;
    }
    .order-sm-12 {
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
      margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
      margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
      margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-md-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-md-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-md-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-md-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      order: -1;
    }
    .order-md-last {
      order: 13;
    }
    .order-md-0 {
      order: 0;
    }
    .order-md-1 {
      order: 1;
    }
    .order-md-2 {
      order: 2;
    }
    .order-md-3 {
      order: 3;
    }
    .order-md-4 {
      order: 4;
    }
    .order-md-5 {
      order: 5;
    }
    .order-md-6 {
      order: 6;
    }
    .order-md-7 {
      order: 7;
    }
    .order-md-8 {
      order: 8;
    }
    .order-md-9 {
      order: 9;
    }
    .order-md-10 {
      order: 10;
    }
    .order-md-11 {
      order: 11;
    }
    .order-md-12 {
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.3333333333%;
    }
    .offset-md-2 {
      margin-left: 16.6666666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.3333333333%;
    }
    .offset-md-5 {
      margin-left: 41.6666666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.3333333333%;
    }
    .offset-md-8 {
      margin-left: 66.6666666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.3333333333%;
    }
    .offset-md-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-lg-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-lg-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-lg-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-lg-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-lg-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      order: -1;
    }
    .order-lg-last {
      order: 13;
    }
    .order-lg-0 {
      order: 0;
    }
    .order-lg-1 {
      order: 1;
    }
    .order-lg-2 {
      order: 2;
    }
    .order-lg-3 {
      order: 3;
    }
    .order-lg-4 {
      order: 4;
    }
    .order-lg-5 {
      order: 5;
    }
    .order-lg-6 {
      order: 6;
    }
    .order-lg-7 {
      order: 7;
    }
    .order-lg-8 {
      order: 8;
    }
    .order-lg-9 {
      order: 9;
    }
    .order-lg-10 {
      order: 10;
    }
    .order-lg-11 {
      order: 11;
    }
    .order-lg-12 {
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
      margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
      margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
      margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-xl-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-xl-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-xl-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-xl-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-xl-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      order: -1;
    }
    .order-xl-last {
      order: 13;
    }
    .order-xl-0 {
      order: 0;
    }
    .order-xl-1 {
      order: 1;
    }
    .order-xl-2 {
      order: 2;
    }
    .order-xl-3 {
      order: 3;
    }
    .order-xl-4 {
      order: 4;
    }
    .order-xl-5 {
      order: 5;
    }
    .order-xl-6 {
      order: 6;
    }
    .order-xl-7 {
      order: 7;
    }
    .order-xl-8 {
      order: 8;
    }
    .order-xl-9 {
      order: 9;
    }
    .order-xl-10 {
      order: 10;
    }
    .order-xl-11 {
      order: 11;
    }
    .order-xl-12 {
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
      margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
      margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
      margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
      margin-left: 91.6666666667%;
    }
  }
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
  }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  .table-sm th,
  .table-sm td {
    padding: 0.3rem;
  }
  .table-bordered {
    border: 1px solid #dee2e6;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6;
  }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
  }
  .table-borderless th,
  .table-borderless td,
  .table-borderless thead th,
  .table-borderless tbody + tbody {
    border: 0;
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
  }
  .table-primary,
  .table-primary > th,
  .table-primary > td {
    background-color: #b8daff;
  }
  .table-primary th,
  .table-primary td,
  .table-primary thead th,
  .table-primary tbody + tbody {
    border-color: #7abaff;
  }
  .table-hover .table-primary:hover {
    background-color: #9fcdff;
  }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
  }
  .table-secondary,
  .table-secondary > th,
  .table-secondary > td {
    background-color: #d6d8db;
  }
  .table-secondary th,
  .table-secondary td,
  .table-secondary thead th,
  .table-secondary tbody + tbody {
    border-color: #b3b7bb;
  }
  .table-hover .table-secondary:hover {
    background-color: #c8cbcf;
  }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
  }
  .table-success,
  .table-success > th,
  .table-success > td {
    background-color: #c3e6cb;
  }
  .table-success th,
  .table-success td,
  .table-success thead th,
  .table-success tbody + tbody {
    border-color: #8fd19e;
  }
  .table-hover .table-success:hover {
    background-color: #b1dfbb;
  }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
  }
  .table-info,
  .table-info > th,
  .table-info > td {
    background-color: #bee5eb;
  }
  .table-info th,
  .table-info td,
  .table-info thead th,
  .table-info tbody + tbody {
    border-color: #86cfda;
  }
  .table-hover .table-info:hover {
    background-color: #abdde5;
  }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5;
  }
  .table-warning,
  .table-warning > th,
  .table-warning > td {
    background-color: #ffeeba;
  }
  .table-warning th,
  .table-warning td,
  .table-warning thead th,
  .table-warning tbody + tbody {
    border-color: #ffdf7e;
  }
  .table-hover .table-warning:hover {
    background-color: #ffe8a1;
  }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
  }
  .table-danger,
  .table-danger > th,
  .table-danger > td {
    background-color: #f5c6cb;
  }
  .table-danger th,
  .table-danger td,
  .table-danger thead th,
  .table-danger tbody + tbody {
    border-color: #ed969e;
  }
  .table-hover .table-danger:hover {
    background-color: #f1b0b7;
  }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
  }
  .table-light,
  .table-light > th,
  .table-light > td {
    background-color: #fdfdfe;
  }
  .table-light th,
  .table-light td,
  .table-light thead th,
  .table-light tbody + tbody {
    border-color: #fbfcfc;
  }
  .table-hover .table-light:hover {
    background-color: #ececf6;
  }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6;
  }
  .table-dark,
  .table-dark > th,
  .table-dark > td {
    background-color: #c6c8ca;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #95999c;
  }
  .table-hover .table-dark:hover {
    background-color: #b9bbbe;
  }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
  }
  .table-active,
  .table-active > th,
  .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
  }
  .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  .table-dark {
    color: #fff;
    background-color: #343a40;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55;
  }
  .table-dark.table-bordered {
    border: 0;
  }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  @media (min-width: 992px) {
     .d-lg-none {
      display: none !important;
    }
     .d-lg-inline {
      display: inline !important;
    }
     .d-lg-inline-block {
      display: inline-block !important;
    }
     .d-lg-block {
      display: block !important;
    }
     .d-lg-table {
      display: table !important;
    }
     .d-lg-table-row {
      display: table-row !important;
    }
     .d-lg-table-cell {
      display: table-cell !important;
    }
     .d-lg-flex {
      display: flex !important;
    }
     .d-lg-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 1200px) {
     .d-xl-none {
      display: none !important;
    }
     .d-xl-inline {
      display: inline !important;
    }
     .d-xl-inline-block {
      display: inline-block !important;
    }
     .d-xl-block {
      display: block !important;
    }
     .d-xl-table {
      display: table !important;
    }
     .d-xl-table-row {
      display: table-row !important;
    }
     .d-xl-table-cell {
      display: table-cell !important;
    }
     .d-xl-flex {
      display: flex !important;
    }
     .d-xl-inline-flex {
      display: inline-flex !important;
    }
  }
  @media print {
     .d-print-none {
      display: none !important;
    }
     .d-print-inline {
      display: inline !important;
    }
     .d-print-inline-block {
      display: inline-block !important;
    }
     .d-print-block {
      display: block !important;
    }
     .d-print-table {
      display: table !important;
    }
     .d-print-table-row {
      display: table-row !important;
    }
     .d-print-table-cell {
      display: table-cell !important;
    }
     .d-print-flex {
      display: flex !important;
    }
     .d-print-inline-flex {
      display: inline-flex !important;
    }
  }
   .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
   .embed-responsive::before {
    display: block;
    content: "";
  }
   .embed-responsive .embed-responsive-item,
   .embed-responsive iframe,
   .embed-responsive embed,
   .embed-responsive object,
   .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
   .embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
  }
   .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
   .embed-responsive-4by3::before {
    padding-top: 75%;
  }
   .embed-responsive-1by1::before {
    padding-top: 100%;
  }
   .flex-row {
    flex-direction: row !important;
  }
   .flex-column {
    flex-direction: column !important;
  }
   .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
   .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
   .flex-wrap {
    flex-wrap: wrap !important;
  }
   .flex-nowrap {
    flex-wrap: nowrap !important;
  }
   .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
   .flex-fill {
    flex: 1 1 auto !important;
  }
   .flex-grow-0 {
    flex-grow: 0 !important;
  }
   .flex-grow-1 {
    flex-grow: 1 !important;
  }
   .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
   .flex-shrink-1 {
    flex-shrink: 1 !important;
  }
   .justify-content-start {
    justify-content: flex-start !important;
  }
   .justify-content-end {
    justify-content: flex-end !important;
  }
   .justify-content-center {
    justify-content: center !important;
  }
   .justify-content-between {
    justify-content: space-between !important;
  }
   .justify-content-around {
    justify-content: space-around !important;
  }
   .align-items-start {
    align-items: flex-start !important;
  }
   .align-items-end {
    align-items: flex-end !important;
  }
   .align-items-center {
    align-items: center !important;
  }
   .align-items-baseline {
    align-items: baseline !important;
  }
   .align-items-stretch {
    align-items: stretch !important;
  }
   .align-content-start {
    align-content: flex-start !important;
  }
   .align-content-end {
    align-content: flex-end !important;
  }
   .align-content-center {
    align-content: center !important;
  }
   .align-content-between {
    align-content: space-between !important;
  }
   .align-content-around {
    align-content: space-around !important;
  }
   .align-content-stretch {
    align-content: stretch !important;
  }
   .align-self-auto {
    align-self: auto !important;
  }
   .align-self-start {
    align-self: flex-start !important;
  }
   .align-self-end {
    align-self: flex-end !important;
  }
   .align-self-center {
    align-self: center !important;
  }
   .align-self-baseline {
    align-self: baseline !important;
  }
   .align-self-stretch {
    align-self: stretch !important;
  }
  @media (min-width: 576px) {
     .flex-sm-row {
      flex-direction: row !important;
    }
     .flex-sm-column {
      flex-direction: column !important;
    }
     .flex-sm-row-reverse {
      flex-direction: row-reverse !important;
    }
     .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
     .flex-sm-wrap {
      flex-wrap: wrap !important;
    }
     .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
     .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
     .flex-sm-fill {
      flex: 1 1 auto !important;
    }
     .flex-sm-grow-0 {
      flex-grow: 0 !important;
    }
     .flex-sm-grow-1 {
      flex-grow: 1 !important;
    }
     .flex-sm-shrink-0 {
      flex-shrink: 0 !important;
    }
     .flex-sm-shrink-1 {
      flex-shrink: 1 !important;
    }
     .justify-content-sm-start {
      justify-content: flex-start !important;
    }
     .justify-content-sm-end {
      justify-content: flex-end !important;
    }
     .justify-content-sm-center {
      justify-content: center !important;
    }
     .justify-content-sm-between {
      justify-content: space-between !important;
    }
     .justify-content-sm-around {
      justify-content: space-around !important;
    }
     .align-items-sm-start {
      align-items: flex-start !important;
    }
     .align-items-sm-end {
      align-items: flex-end !important;
    }
     .align-items-sm-center {
      align-items: center !important;
    }
     .align-items-sm-baseline {
      align-items: baseline !important;
    }
     .align-items-sm-stretch {
      align-items: stretch !important;
    }
     .align-content-sm-start {
      align-content: flex-start !important;
    }
     .align-content-sm-end {
      align-content: flex-end !important;
    }
     .align-content-sm-center {
      align-content: center !important;
    }
     .align-content-sm-between {
      align-content: space-between !important;
    }
     .align-content-sm-around {
      align-content: space-around !important;
    }
     .align-content-sm-stretch {
      align-content: stretch !important;
    }
     .align-self-sm-auto {
      align-self: auto !important;
    }
     .align-self-sm-start {
      align-self: flex-start !important;
    }
     .align-self-sm-end {
      align-self: flex-end !important;
    }
     .align-self-sm-center {
      align-self: center !important;
    }
     .align-self-sm-baseline {
      align-self: baseline !important;
    }
     .align-self-sm-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 768px) {
     .flex-md-row {
      flex-direction: row !important;
    }
     .flex-md-column {
      flex-direction: column !important;
    }
     .flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
     .flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
     .flex-md-wrap {
      flex-wrap: wrap !important;
    }
     .flex-md-nowrap {
      flex-wrap: nowrap !important;
    }
     .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
     .flex-md-fill {
      flex: 1 1 auto !important;
    }
     .flex-md-grow-0 {
      flex-grow: 0 !important;
    }
     .flex-md-grow-1 {
      flex-grow: 1 !important;
    }
     .flex-md-shrink-0 {
      flex-shrink: 0 !important;
    }
     .flex-md-shrink-1 {
      flex-shrink: 1 !important;
    }
     .justify-content-md-start {
      justify-content: flex-start !important;
    }
     .justify-content-md-end {
      justify-content: flex-end !important;
    }
     .justify-content-md-center {
      justify-content: center !important;
    }
     .justify-content-md-between {
      justify-content: space-between !important;
    }
     .justify-content-md-around {
      justify-content: space-around !important;
    }
     .align-items-md-start {
      align-items: flex-start !important;
    }
     .align-items-md-end {
      align-items: flex-end !important;
    }
     .align-items-md-center {
      align-items: center !important;
    }
     .align-items-md-baseline {
      align-items: baseline !important;
    }
     .align-items-md-stretch {
      align-items: stretch !important;
    }
     .align-content-md-start {
      align-content: flex-start !important;
    }
     .align-content-md-end {
      align-content: flex-end !important;
    }
     .align-content-md-center {
      align-content: center !important;
    }
     .align-content-md-between {
      align-content: space-between !important;
    }
     .align-content-md-around {
      align-content: space-around !important;
    }
     .align-content-md-stretch {
      align-content: stretch !important;
    }
     .align-self-md-auto {
      align-self: auto !important;
    }
     .align-self-md-start {
      align-self: flex-start !important;
    }
     .align-self-md-end {
      align-self: flex-end !important;
    }
     .align-self-md-center {
      align-self: center !important;
    }
     .align-self-md-baseline {
      align-self: baseline !important;
    }
     .align-self-md-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 992px) {
     .flex-lg-row {
      flex-direction: row !important;
    }
     .flex-lg-column {
      flex-direction: column !important;
    }
     .flex-lg-row-reverse {
      flex-direction: row-reverse !important;
    }
     .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
     .flex-lg-wrap {
      flex-wrap: wrap !important;
    }
     .flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }
     .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
     .flex-lg-fill {
      flex: 1 1 auto !important;
    }
     .flex-lg-grow-0 {
      flex-grow: 0 !important;
    }
     .flex-lg-grow-1 {
      flex-grow: 1 !important;
    }
     .flex-lg-shrink-0 {
      flex-shrink: 0 !important;
    }
     .flex-lg-shrink-1 {
      flex-shrink: 1 !important;
    }
     .justify-content-lg-start {
      justify-content: flex-start !important;
    }
     .justify-content-lg-end {
      justify-content: flex-end !important;
    }
     .justify-content-lg-center {
      justify-content: center !important;
    }
     .justify-content-lg-between {
      justify-content: space-between !important;
    }
     .justify-content-lg-around {
      justify-content: space-around !important;
    }
     .align-items-lg-start {
      align-items: flex-start !important;
    }
     .align-items-lg-end {
      align-items: flex-end !important;
    }
     .align-items-lg-center {
      align-items: center !important;
    }
     .align-items-lg-baseline {
      align-items: baseline !important;
    }
     .align-items-lg-stretch {
      align-items: stretch !important;
    }
     .align-content-lg-start {
      align-content: flex-start !important;
    }
     .align-content-lg-end {
      align-content: flex-end !important;
    }
     .align-content-lg-center {
      align-content: center !important;
    }
     .align-content-lg-between {
      align-content: space-between !important;
    }
     .align-content-lg-around {
      align-content: space-around !important;
    }
     .align-content-lg-stretch {
      align-content: stretch !important;
    }
     .align-self-lg-auto {
      align-self: auto !important;
    }
     .align-self-lg-start {
      align-self: flex-start !important;
    }
     .align-self-lg-end {
      align-self: flex-end !important;
    }
     .align-self-lg-center {
      align-self: center !important;
    }
     .align-self-lg-baseline {
      align-self: baseline !important;
    }
     .align-self-lg-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 1200px) {
     .flex-xl-row {
      flex-direction: row !important;
    }
     .flex-xl-column {
      flex-direction: column !important;
    }
     .flex-xl-row-reverse {
      flex-direction: row-reverse !important;
    }
     .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
    }
     .flex-xl-wrap {
      flex-wrap: wrap !important;
    }
     .flex-xl-nowrap {
      flex-wrap: nowrap !important;
    }
     .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
     .flex-xl-fill {
      flex: 1 1 auto !important;
    }
     .flex-xl-grow-0 {
      flex-grow: 0 !important;
    }
     .flex-xl-grow-1 {
      flex-grow: 1 !important;
    }
     .flex-xl-shrink-0 {
      flex-shrink: 0 !important;
    }
     .flex-xl-shrink-1 {
      flex-shrink: 1 !important;
    }
     .justify-content-xl-start {
      justify-content: flex-start !important;
    }
     .justify-content-xl-end {
      justify-content: flex-end !important;
    }
     .justify-content-xl-center {
      justify-content: center !important;
    }
     .justify-content-xl-between {
      justify-content: space-between !important;
    }
     .justify-content-xl-around {
      justify-content: space-around !important;
    }
     .align-items-xl-start {
      align-items: flex-start !important;
    }
     .align-items-xl-end {
      align-items: flex-end !important;
    }
     .align-items-xl-center {
      align-items: center !important;
    }
     .align-items-xl-baseline {
      align-items: baseline !important;
    }
     .align-items-xl-stretch {
      align-items: stretch !important;
    }
     .align-content-xl-start {
      align-content: flex-start !important;
    }
     .align-content-xl-end {
      align-content: flex-end !important;
    }
     .align-content-xl-center {
      align-content: center !important;
    }
     .align-content-xl-between {
      align-content: space-between !important;
    }
     .align-content-xl-around {
      align-content: space-around !important;
    }
     .align-content-xl-stretch {
      align-content: stretch !important;
    }
     .align-self-xl-auto {
      align-self: auto !important;
    }
     .align-self-xl-start {
      align-self: flex-start !important;
    }
     .align-self-xl-end {
      align-self: flex-end !important;
    }
     .align-self-xl-center {
      align-self: center !important;
    }
     .align-self-xl-baseline {
      align-self: baseline !important;
    }
     .align-self-xl-stretch {
      align-self: stretch !important;
    }
  }
   .float-left {
    float: left !important;
  }
   .float-right {
    float: right !important;
  }
   .float-none {
    float: none !important;
  }
  @media (min-width: 576px) {
     .float-sm-left {
      float: left !important;
    }
     .float-sm-right {
      float: right !important;
    }
     .float-sm-none {
      float: none !important;
    }
  }
  @media (min-width: 768px) {
     .float-md-left {
      float: left !important;
    }
     .float-md-right {
      float: right !important;
    }
     .float-md-none {
      float: none !important;
    }
  }
  @media (min-width: 992px) {
     .float-lg-left {
      float: left !important;
    }
     .float-lg-right {
      float: right !important;
    }
     .float-lg-none {
      float: none !important;
    }
  }
  @media (min-width: 1200px) {
     .float-xl-left {
      float: left !important;
    }
     .float-xl-right {
      float: right !important;
    }
     .float-xl-none {
      float: none !important;
    }
  }
   .user-select-all {
    user-select: all !important;
  }
   .user-select-auto {
    user-select: auto !important;
  }
   .user-select-none {
    user-select: none !important;
  }
   .overflow-auto {
    overflow: auto !important;
  }
   .overflow-hidden {
    overflow: hidden !important;
  }
   .position-static {
    position: static !important;
  }
   .position-relative {
    position: relative !important;
  }
   .position-absolute {
    position: absolute !important;
  }
   .position-fixed {
    position: fixed !important;
  }
   .position-sticky {
    position: sticky !important;
  }
   .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
   .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  @supports (position: sticky) {
     .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
   .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
   .sr-only-focusable:active,  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
   .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
   .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
   .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
   .shadow-none {
    box-shadow: none !important;
  }
   .w-25 {
    width: 25% !important;
  }
   .w-50 {
    width: 50% !important;
  }
   .w-75 {
    width: 75% !important;
  }
   .w-100 {
    width: 100% !important;
  }
   .w-auto {
    width: auto !important;
  }
   .h-25 {
    height: 25% !important;
  }
   .h-50 {
    height: 50% !important;
  }
   .h-75 {
    height: 75% !important;
  }
   .h-100 {
    height: 100% !important;
  }
   .h-auto {
    height: auto !important;
  }
   .mw-100 {
    max-width: 100% !important;
  }
   .mh-100 {
    max-height: 100% !important;
  }
   .min-vw-100 {
    min-width: 100vw !important;
  }
   .min-vh-100 {
    min-height: 100vh !important;
  }
   .vw-100 {
    width: 100vw !important;
  }
   .vh-100 {
    height: 100vh !important;
  }
   .m-0 {
    margin: 0 !important;
  }
   .mt-0,
   .my-0 {
    margin-top: 0 !important;
  }
   .mr-0,
   .mx-0 {
    margin-right: 0 !important;
  }
   .mb-0,
   .my-0 {
    margin-bottom: 0 !important;
  }
   .ml-0,
   .mx-0 {
    margin-left: 0 !important;
  }
   .m-1 {
    margin: 0.25rem !important;
  }
   .mt-1,
   .my-1 {
    margin-top: 0.25rem !important;
  }
   .mr-1,
   .mx-1 {
    margin-right: 0.25rem !important;
  }
   .mb-1,
   .my-1 {
    margin-bottom: 0.25rem !important;
  }
   .ml-1,
   .mx-1 {
    margin-left: 0.25rem !important;
  }
   .m-2 {
    margin: 0.5rem !important;
  }
   .mt-2,
   .my-2 {
    margin-top: 0.5rem !important;
  }
   .mr-2,
   .mx-2 {
    margin-right: 0.5rem !important;
  }
   .mb-2,
   .my-2 {
    margin-bottom: 0.5rem !important;
  }
   .ml-2,
   .mx-2 {
    margin-left: 0.5rem !important;
  }
   .m-3 {
    margin: 1rem !important;
  }
   .mt-3,
   .my-3 {
    margin-top: 1rem !important;
  }
   .mr-3,
   .mx-3 {
    margin-right: 1rem !important;
  }
   .mb-3,
   .my-3 {
    margin-bottom: 1rem !important;
  }
   .ml-3,
   .mx-3 {
    margin-left: 1rem !important;
  }
   .m-4 {
    margin: 1.5rem !important;
  }
   .mt-4,
   .my-4 {
    margin-top: 1.5rem !important;
  }
   .mr-4,
   .mx-4 {
    margin-right: 1.5rem !important;
  }
   .mb-4,
   .my-4 {
    margin-bottom: 1.5rem !important;
  }
   .ml-4,
   .mx-4 {
    margin-left: 1.5rem !important;
  }
   .m-5 {
    margin: 3rem !important;
  }
   .mt-5,
   .my-5 {
    margin-top: 3rem !important;
  }
   .mr-5,
   .mx-5 {
    margin-right: 3rem !important;
  }
   .mb-5,
   .my-5 {
    margin-bottom: 3rem !important;
  }
   .ml-5,
   .mx-5 {
    margin-left: 3rem !important;
  }
   .p-0 {
    padding: 0 !important;
  }
   .pt-0,
   .py-0 {
    padding-top: 0 !important;
  }
   .pr-0,
   .px-0 {
    padding-right: 0 !important;
  }
   .pb-0,
   .py-0 {
    padding-bottom: 0 !important;
  }
   .pl-0,
   .px-0 {
    padding-left: 0 !important;
  }
   .p-1 {
    padding: 0.25rem !important;
  }
   .pt-1,
   .py-1 {
    padding-top: 0.25rem !important;
  }
   .pr-1,
   .px-1 {
    padding-right: 0.25rem !important;
  }
   .pb-1,
   .py-1 {
    padding-bottom: 0.25rem !important;
  }
   .pl-1,
   .px-1 {
    padding-left: 0.25rem !important;
  }
   .p-2 {
    padding: 0.5rem !important;
  }
   .pt-2,
   .py-2 {
    padding-top: 0.5rem !important;
  }
   .pr-2,
   .px-2 {
    padding-right: 0.5rem !important;
  }
   .pb-2,
   .py-2 {
    padding-bottom: 0.5rem !important;
  }
   .pl-2,
   .px-2 {
    padding-left: 0.5rem !important;
  }
   .p-3 {
    padding: 1rem !important;
  }
   .pt-3,
   .py-3 {
    padding-top: 1rem !important;
  }
   .pr-3,
   .px-3 {
    padding-right: 1rem !important;
  }
   .pb-3,
   .py-3 {
    padding-bottom: 1rem !important;
  }
   .pl-3,
   .px-3 {
    padding-left: 1rem !important;
  }
   .p-4 {
    padding: 1.5rem !important;
  }
   .pt-4,
   .py-4 {
    padding-top: 1.5rem !important;
  }
   .pr-4,
   .px-4 {
    padding-right: 1.5rem !important;
  }
   .pb-4,
   .py-4 {
    padding-bottom: 1.5rem !important;
  }
   .pl-4,
   .px-4 {
    padding-left: 1.5rem !important;
  }
   .p-5 {
    padding: 3rem !important;
  }
   .pt-5,
   .py-5 {
    padding-top: 3rem !important;
  }
   .pr-5,
   .px-5 {
    padding-right: 3rem !important;
  }
   .pb-5,
   .py-5 {
    padding-bottom: 3rem !important;
  }
   .pl-5,
   .px-5 {
    padding-left: 3rem !important;
  }
   .m-n1 {
    margin: -0.25rem !important;
  }
   .mt-n1,
   .my-n1 {
    margin-top: -0.25rem !important;
  }
   .mr-n1,
   .mx-n1 {
    margin-right: -0.25rem !important;
  }
   .mb-n1,
   .my-n1 {
    margin-bottom: -0.25rem !important;
  }
   .ml-n1,
   .mx-n1 {
    margin-left: -0.25rem !important;
  }
   .m-n2 {
    margin: -0.5rem !important;
  }
   .mt-n2,
   .my-n2 {
    margin-top: -0.5rem !important;
  }
   .mr-n2,
   .mx-n2 {
    margin-right: -0.5rem !important;
  }
   .mb-n2,
   .my-n2 {
    margin-bottom: -0.5rem !important;
  }
   .ml-n2,
   .mx-n2 {
    margin-left: -0.5rem !important;
  }
   .m-n3 {
    margin: -1rem !important;
  }
   .mt-n3,
   .my-n3 {
    margin-top: -1rem !important;
  }
   .mr-n3,
   .mx-n3 {
    margin-right: -1rem !important;
  }
   .mb-n3,
   .my-n3 {
    margin-bottom: -1rem !important;
  }
   .ml-n3,
   .mx-n3 {
    margin-left: -1rem !important;
  }
   .m-n4 {
    margin: -1.5rem !important;
  }
   .mt-n4,
   .my-n4 {
    margin-top: -1.5rem !important;
  }
   .mr-n4,
   .mx-n4 {
    margin-right: -1.5rem !important;
  }
   .mb-n4,
   .my-n4 {
    margin-bottom: -1.5rem !important;
  }
   .ml-n4,
   .mx-n4 {
    margin-left: -1.5rem !important;
  }
   .m-n5 {
    margin: -3rem !important;
  }
   .mt-n5,
   .my-n5 {
    margin-top: -3rem !important;
  }
   .mr-n5,
   .mx-n5 {
    margin-right: -3rem !important;
  }
   .mb-n5,
   .my-n5 {
    margin-bottom: -3rem !important;
  }
   .ml-n5,
   .mx-n5 {
    margin-left: -3rem !important;
  }
   .m-auto {
    margin: auto !important;
  }
   .mt-auto,
   .my-auto {
    margin-top: auto !important;
  }
   .mr-auto,
   .mx-auto {
    margin-right: auto !important;
  }
   .mb-auto,
   .my-auto {
    margin-bottom: auto !important;
  }
   .ml-auto,
   .mx-auto {
    margin-left: auto !important;
  }
  @media (min-width: 576px) {
     .m-sm-0 {
      margin: 0 !important;
    }
     .mt-sm-0,
   .my-sm-0 {
      margin-top: 0 !important;
    }
     .mr-sm-0,
   .mx-sm-0 {
      margin-right: 0 !important;
    }
     .mb-sm-0,
   .my-sm-0 {
      margin-bottom: 0 !important;
    }
     .ml-sm-0,
   .mx-sm-0 {
      margin-left: 0 !important;
    }
     .m-sm-1 {
      margin: 0.25rem !important;
    }
     .mt-sm-1,
   .my-sm-1 {
      margin-top: 0.25rem !important;
    }
     .mr-sm-1,
   .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
     .mb-sm-1,
   .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
     .ml-sm-1,
   .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
     .m-sm-2 {
      margin: 0.5rem !important;
    }
     .mt-sm-2,
   .my-sm-2 {
      margin-top: 0.5rem !important;
    }
     .mr-sm-2,
   .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
     .mb-sm-2,
   .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
     .ml-sm-2,
   .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
     .m-sm-3 {
      margin: 1rem !important;
    }
     .mt-sm-3,
   .my-sm-3 {
      margin-top: 1rem !important;
    }
     .mr-sm-3,
   .mx-sm-3 {
      margin-right: 1rem !important;
    }
     .mb-sm-3,
   .my-sm-3 {
      margin-bottom: 1rem !important;
    }
     .ml-sm-3,
   .mx-sm-3 {
      margin-left: 1rem !important;
    }
     .m-sm-4 {
      margin: 1.5rem !important;
    }
     .mt-sm-4,
   .my-sm-4 {
      margin-top: 1.5rem !important;
    }
     .mr-sm-4,
   .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
     .mb-sm-4,
   .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
     .ml-sm-4,
   .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
     .m-sm-5 {
      margin: 3rem !important;
    }
     .mt-sm-5,
   .my-sm-5 {
      margin-top: 3rem !important;
    }
     .mr-sm-5,
   .mx-sm-5 {
      margin-right: 3rem !important;
    }
     .mb-sm-5,
   .my-sm-5 {
      margin-bottom: 3rem !important;
    }
     .ml-sm-5,
   .mx-sm-5 {
      margin-left: 3rem !important;
    }
     .p-sm-0 {
      padding: 0 !important;
    }
     .pt-sm-0,
   .py-sm-0 {
      padding-top: 0 !important;
    }
     .pr-sm-0,
   .px-sm-0 {
      padding-right: 0 !important;
    }
     .pb-sm-0,
   .py-sm-0 {
      padding-bottom: 0 !important;
    }
     .pl-sm-0,
   .px-sm-0 {
      padding-left: 0 !important;
    }
     .p-sm-1 {
      padding: 0.25rem !important;
    }
     .pt-sm-1,
   .py-sm-1 {
      padding-top: 0.25rem !important;
    }
     .pr-sm-1,
   .px-sm-1 {
      padding-right: 0.25rem !important;
    }
     .pb-sm-1,
   .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
     .pl-sm-1,
   .px-sm-1 {
      padding-left: 0.25rem !important;
    }
     .p-sm-2 {
      padding: 0.5rem !important;
    }
     .pt-sm-2,
   .py-sm-2 {
      padding-top: 0.5rem !important;
    }
     .pr-sm-2,
   .px-sm-2 {
      padding-right: 0.5rem !important;
    }
     .pb-sm-2,
   .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
     .pl-sm-2,
   .px-sm-2 {
      padding-left: 0.5rem !important;
    }
     .p-sm-3 {
      padding: 1rem !important;
    }
     .pt-sm-3,
   .py-sm-3 {
      padding-top: 1rem !important;
    }
     .pr-sm-3,
   .px-sm-3 {
      padding-right: 1rem !important;
    }
     .pb-sm-3,
   .py-sm-3 {
      padding-bottom: 1rem !important;
    }
     .pl-sm-3,
   .px-sm-3 {
      padding-left: 1rem !important;
    }
     .p-sm-4 {
      padding: 1.5rem !important;
    }
     .pt-sm-4,
   .py-sm-4 {
      padding-top: 1.5rem !important;
    }
     .pr-sm-4,
   .px-sm-4 {
      padding-right: 1.5rem !important;
    }
     .pb-sm-4,
   .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
     .pl-sm-4,
   .px-sm-4 {
      padding-left: 1.5rem !important;
    }
     .p-sm-5 {
      padding: 3rem !important;
    }
     .pt-sm-5,
   .py-sm-5 {
      padding-top: 3rem !important;
    }
     .pr-sm-5,
   .px-sm-5 {
      padding-right: 3rem !important;
    }
     .pb-sm-5,
   .py-sm-5 {
      padding-bottom: 3rem !important;
    }
     .pl-sm-5,
   .px-sm-5 {
      padding-left: 3rem !important;
    }
     .m-sm-n1 {
      margin: -0.25rem !important;
    }
     .mt-sm-n1,
   .my-sm-n1 {
      margin-top: -0.25rem !important;
    }
     .mr-sm-n1,
   .mx-sm-n1 {
      margin-right: -0.25rem !important;
    }
     .mb-sm-n1,
   .my-sm-n1 {
      margin-bottom: -0.25rem !important;
    }
     .ml-sm-n1,
   .mx-sm-n1 {
      margin-left: -0.25rem !important;
    }
     .m-sm-n2 {
      margin: -0.5rem !important;
    }
     .mt-sm-n2,
   .my-sm-n2 {
      margin-top: -0.5rem !important;
    }
     .mr-sm-n2,
   .mx-sm-n2 {
      margin-right: -0.5rem !important;
    }
     .mb-sm-n2,
   .my-sm-n2 {
      margin-bottom: -0.5rem !important;
    }
     .ml-sm-n2,
   .mx-sm-n2 {
      margin-left: -0.5rem !important;
    }
     .m-sm-n3 {
      margin: -1rem !important;
    }
     .mt-sm-n3,
   .my-sm-n3 {
      margin-top: -1rem !important;
    }
     .mr-sm-n3,
   .mx-sm-n3 {
      margin-right: -1rem !important;
    }
     .mb-sm-n3,
   .my-sm-n3 {
      margin-bottom: -1rem !important;
    }
     .ml-sm-n3,
   .mx-sm-n3 {
      margin-left: -1rem !important;
    }
     .m-sm-n4 {
      margin: -1.5rem !important;
    }
     .mt-sm-n4,
   .my-sm-n4 {
      margin-top: -1.5rem !important;
    }
     .mr-sm-n4,
   .mx-sm-n4 {
      margin-right: -1.5rem !important;
    }
     .mb-sm-n4,
   .my-sm-n4 {
      margin-bottom: -1.5rem !important;
    }
     .ml-sm-n4,
   .mx-sm-n4 {
      margin-left: -1.5rem !important;
    }
     .m-sm-n5 {
      margin: -3rem !important;
    }
     .mt-sm-n5,
   .my-sm-n5 {
      margin-top: -3rem !important;
    }
     .mr-sm-n5,
   .mx-sm-n5 {
      margin-right: -3rem !important;
    }
     .mb-sm-n5,
   .my-sm-n5 {
      margin-bottom: -3rem !important;
    }
     .ml-sm-n5,
   .mx-sm-n5 {
      margin-left: -3rem !important;
    }
     .m-sm-auto {
      margin: auto !important;
    }
     .mt-sm-auto,
   .my-sm-auto {
      margin-top: auto !important;
    }
     .mr-sm-auto,
   .mx-sm-auto {
      margin-right: auto !important;
    }
     .mb-sm-auto,
   .my-sm-auto {
      margin-bottom: auto !important;
    }
     .ml-sm-auto,
   .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 768px) {
     .m-md-0 {
      margin: 0 !important;
    }
     .mt-md-0,
   .my-md-0 {
      margin-top: 0 !important;
    }
     .mr-md-0,
   .mx-md-0 {
      margin-right: 0 !important;
    }
     .mb-md-0,
   .my-md-0 {
      margin-bottom: 0 !important;
    }
     .ml-md-0,
   .mx-md-0 {
      margin-left: 0 !important;
    }
     .m-md-1 {
      margin: 0.25rem !important;
    }
     .mt-md-1,
   .my-md-1 {
      margin-top: 0.25rem !important;
    }
     .mr-md-1,
   .mx-md-1 {
      margin-right: 0.25rem !important;
    }
     .mb-md-1,
   .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
     .ml-md-1,
   .mx-md-1 {
      margin-left: 0.25rem !important;
    }
     .m-md-2 {
      margin: 0.5rem !important;
    }
     .mt-md-2,
   .my-md-2 {
      margin-top: 0.5rem !important;
    }
     .mr-md-2,
   .mx-md-2 {
      margin-right: 0.5rem !important;
    }
     .mb-md-2,
   .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
     .ml-md-2,
   .mx-md-2 {
      margin-left: 0.5rem !important;
    }
     .m-md-3 {
      margin: 1rem !important;
    }
     .mt-md-3,
   .my-md-3 {
      margin-top: 1rem !important;
    }
     .mr-md-3,
   .mx-md-3 {
      margin-right: 1rem !important;
    }
     .mb-md-3,
   .my-md-3 {
      margin-bottom: 1rem !important;
    }
     .ml-md-3,
   .mx-md-3 {
      margin-left: 1rem !important;
    }
     .m-md-4 {
      margin: 1.5rem !important;
    }
     .mt-md-4,
   .my-md-4 {
      margin-top: 1.5rem !important;
    }
     .mr-md-4,
   .mx-md-4 {
      margin-right: 1.5rem !important;
    }
     .mb-md-4,
   .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
     .ml-md-4,
   .mx-md-4 {
      margin-left: 1.5rem !important;
    }
     .m-md-5 {
      margin: 3rem !important;
    }
     .mt-md-5,
   .my-md-5 {
      margin-top: 3rem !important;
    }
     .mr-md-5,
   .mx-md-5 {
      margin-right: 3rem !important;
    }
     .mb-md-5,
   .my-md-5 {
      margin-bottom: 3rem !important;
    }
     .ml-md-5,
   .mx-md-5 {
      margin-left: 3rem !important;
    }
     .p-md-0 {
      padding: 0 !important;
    }
     .pt-md-0,
   .py-md-0 {
      padding-top: 0 !important;
    }
     .pr-md-0,
   .px-md-0 {
      padding-right: 0 !important;
    }
     .pb-md-0,
   .py-md-0 {
      padding-bottom: 0 !important;
    }
     .pl-md-0,
   .px-md-0 {
      padding-left: 0 !important;
    }
     .p-md-1 {
      padding: 0.25rem !important;
    }
     .pt-md-1,
   .py-md-1 {
      padding-top: 0.25rem !important;
    }
     .pr-md-1,
   .px-md-1 {
      padding-right: 0.25rem !important;
    }
     .pb-md-1,
   .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
     .pl-md-1,
   .px-md-1 {
      padding-left: 0.25rem !important;
    }
     .p-md-2 {
      padding: 0.5rem !important;
    }
     .pt-md-2,
   .py-md-2 {
      padding-top: 0.5rem !important;
    }
     .pr-md-2,
   .px-md-2 {
      padding-right: 0.5rem !important;
    }
     .pb-md-2,
   .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
     .pl-md-2,
   .px-md-2 {
      padding-left: 0.5rem !important;
    }
     .p-md-3 {
      padding: 1rem !important;
    }
     .pt-md-3,
   .py-md-3 {
      padding-top: 1rem !important;
    }
     .pr-md-3,
   .px-md-3 {
      padding-right: 1rem !important;
    }
     .pb-md-3,
   .py-md-3 {
      padding-bottom: 1rem !important;
    }
     .pl-md-3,
   .px-md-3 {
      padding-left: 1rem !important;
    }
     .p-md-4 {
      padding: 1.5rem !important;
    }
     .pt-md-4,
   .py-md-4 {
      padding-top: 1.5rem !important;
    }
     .pr-md-4,
   .px-md-4 {
      padding-right: 1.5rem !important;
    }
     .pb-md-4,
   .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
     .pl-md-4,
   .px-md-4 {
      padding-left: 1.5rem !important;
    }
     .p-md-5 {
      padding: 3rem !important;
    }
     .pt-md-5,
   .py-md-5 {
      padding-top: 3rem !important;
    }
     .pr-md-5,
   .px-md-5 {
      padding-right: 3rem !important;
    }
     .pb-md-5,
   .py-md-5 {
      padding-bottom: 3rem !important;
    }
     .pl-md-5,
   .px-md-5 {
      padding-left: 3rem !important;
    }
     .m-md-n1 {
      margin: -0.25rem !important;
    }
     .mt-md-n1,
   .my-md-n1 {
      margin-top: -0.25rem !important;
    }
     .mr-md-n1,
   .mx-md-n1 {
      margin-right: -0.25rem !important;
    }
     .mb-md-n1,
   .my-md-n1 {
      margin-bottom: -0.25rem !important;
    }
     .ml-md-n1,
   .mx-md-n1 {
      margin-left: -0.25rem !important;
    }
     .m-md-n2 {
      margin: -0.5rem !important;
    }
     .mt-md-n2,
   .my-md-n2 {
      margin-top: -0.5rem !important;
    }
     .mr-md-n2,
   .mx-md-n2 {
      margin-right: -0.5rem !important;
    }
     .mb-md-n2,
   .my-md-n2 {
      margin-bottom: -0.5rem !important;
    }
     .ml-md-n2,
   .mx-md-n2 {
      margin-left: -0.5rem !important;
    }
     .m-md-n3 {
      margin: -1rem !important;
    }
     .mt-md-n3,
   .my-md-n3 {
      margin-top: -1rem !important;
    }
     .mr-md-n3,
   .mx-md-n3 {
      margin-right: -1rem !important;
    }
     .mb-md-n3,
   .my-md-n3 {
      margin-bottom: -1rem !important;
    }
     .ml-md-n3,
   .mx-md-n3 {
      margin-left: -1rem !important;
    }
     .m-md-n4 {
      margin: -1.5rem !important;
    }
     .mt-md-n4,
   .my-md-n4 {
      margin-top: -1.5rem !important;
    }
     .mr-md-n4,
   .mx-md-n4 {
      margin-right: -1.5rem !important;
    }
     .mb-md-n4,
   .my-md-n4 {
      margin-bottom: -1.5rem !important;
    }
     .ml-md-n4,
   .mx-md-n4 {
      margin-left: -1.5rem !important;
    }
     .m-md-n5 {
      margin: -3rem !important;
    }
     .mt-md-n5,
   .my-md-n5 {
      margin-top: -3rem !important;
    }
     .mr-md-n5,
   .mx-md-n5 {
      margin-right: -3rem !important;
    }
     .mb-md-n5,
   .my-md-n5 {
      margin-bottom: -3rem !important;
    }
     .ml-md-n5,
   .mx-md-n5 {
      margin-left: -3rem !important;
    }
     .m-md-auto {
      margin: auto !important;
    }
     .mt-md-auto,
   .my-md-auto {
      margin-top: auto !important;
    }
     .mr-md-auto,
   .mx-md-auto {
      margin-right: auto !important;
    }
     .mb-md-auto,
   .my-md-auto {
      margin-bottom: auto !important;
    }
     .ml-md-auto,
   .mx-md-auto {
      margin-left: auto !important;
    }
  }

 .d-flex {
    display: flex !important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
h3{
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.pricing__block .col-5 {
    flex: 0 0 41.6666666667% !important;
    max-width: 41.6666666667% !important;
} 
.btn__demo:hover, .pricing__btn:hover, .demo__form__btn:hover{
    box-shadow: 5px 8px 18px #5763e380;
}

p.pricing__block__number {
    color: #37517E;
    font-weight: 800;
    font-size: 8rem;
  }

.o_connected_user .landing-head{
    margin-top: 34px;
}
.o_connected_user .demo__block{
    top:-300px;
}
.o_portal_wrap{
    margin-top:100px;
}
.oe_website_login_container{
    margin-top: 80px;
}
.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    width: 87px;
    height: 50px;
    display: none;
}

.demo__block__form{
    display: block !important;
}
.mt-105{
  margin-top: 105px;
}
.demo_button{
  padding-bottom: 0px;
  margin-bottom: 15px;
}
/* .demo_button-div{
  padding-bottom: 17px;
} */

#demo__block input{
  width: 100%;
    height: 100%;
    border: 0;
    border-radius: 27px;
    padding-left: 30px;
    outline: none;
}
.demo__form__btn{

  font-size: 1.6rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1170px) {
  .root__wrap {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
   .demo__block {
    position: relative;
    top: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
    z-index: unset;
  }
}
@media only screen and (max-width: 767px) {
   .landing-head {
    box-shadow: 1px 1px 1px #cccccc42;
  }
   .landing-head .mob {
    display: none;
  }
   .landing-head .container {
    height: 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
   .logo__img {
    height: 60px;
  }
   .logo__link__text {
    font-size: 0.8em;
  }
   .soft__item__figure,  .features__item__figure {
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #7982e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
   .soft__item__icon,  .features__item__icon {
    margin-right: 0;
  }
   .soft__item__icon,  .features__item__icon {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
   .features__item__figure {
    background: #ffffff;
    box-shadow: 0 3px 6px #37517E1A;
    margin-bottom: 20px;
  }
   .banner__big__right {
    padding-right: 15px;
  }
   .col-xs-4 {
    width: auto;
    flex: 1;
    padding: 0;
  }
   .landing-head .row {
    margin: 0;
  }
   .landing-head {
    background: #ffffff;
  }
   .banner__big__left {
    min-height: 230px;
    max-height: 230px;
    padding: 0;
  }
   .banner {
    position: absolute;
    z-index: 2;
    top: 165px;
  }
   .banner__big__left__img {
    border-radius: 0;
  }
   .wrapper {
    padding-top: 80px;
  }
   .banner__info,  .soft__info,  .features__info {
    margin-bottom: 10px;
  }
   .banner__title,  .soft__title,  .features__title,  .pricing__title {
    margin-top: 0;
    text-align: left;
    font-weight: 300;
    font-size: 2.7rem;
    line-height: 1.3;
  }
   .pricing__title,
 .features__title,
 .soft__title {
    text-align: center;
  }
   .pricing__title {
    font-weight: bold;
  }
   .pr-sm-0 {
    padding-right: 0;
  }
   .pr-sm-0 {
    padding-left: 0;
  }
   .banner__check__item__img {
    width: 30px;
  }
   .banner__check__item__text {
    font-size: 1.2rem !important;
  }
   .banner__big__mid__text {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .banner__big__right{
    padding-top: 290px;
  }
   .demo__block {
    background: #fafafe;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
  }
   .demo__input__block__label {
    background: #f3f4fa;
  }
   .demo__input {
    background: #fafafe;
    color: #37517E;
  }
   .demo__input::placeholder {
    color: rgba(55, 81, 126, 0.25);
  }
   .banner__all {
    position: relative;
    z-index: 2;
  }
   .soft {
    background-image: unset;
    background-color: #5763E3;
    position: relative;
    z-index: 1;
    margin-top: -524px;
    padding-top: 250px;
    padding-bottom: 0;
  }
   .soft:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    background: #5763E3;
    width: 100%;
    height: 30px;
    border-radius: 40px;
  }
   .demo__input__block {
    margin-bottom: 30px;
  }
   .demo__block__desc {
    font-size: 1.2rem;
  }
   .demo__form__btn {
    margin-bottom: 10px;
    margin-top: -10px;
  }
   .banner__info,
 .features__info,
 .soft__info {
    font-size: 1.2rem !important;
    text-align: center !important;
  }
  .banner__info > *,  .features__info > *,  .soft__info > * {
    font-size: 1.2rem !important;
  }
   .soft__title {
    margin-bottom: 20px;
  }
   .more {
    text-align: center;
    color: #FFFFFF;
    text-transform: capitalize;
    background: #00c9ec;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 20px;
  }
   .features {
    padding-top: 30px;
  }
   .features__title {
    margin-bottom: 20px;
  }
   .features__right {
    display: none;
  }
   .features__item {
    position: relative;
    z-index: 2;
  }
   .features__item:last-child .features__item__figure {
    margin-bottom: 0;
  }
   .pricing {
    overflow: unset;
    height: 345px;
    margin-top: 0px !important;
  }
   .pricing__title {
    margin-bottom: 25px;
    margin-top: 40px !important;
  }
   .pricing__block:after {
    top: -125%;
    left: -32%;
    width: 549px !important;
    height: 590px !important;
    background-image: url(../images/effect_mob.svg);
  }
   .pricing__block__title {
    font-weight: 300;
    font-size: 1.8rem;
  }
   .pricing__block__number {
    font-size: 6rem !important;
  }
   .month_name {
    font-size: 1.8rem;
  }
   .month {
    font-size: 1rem;
  }
   .pricing__desc {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
  }
   .pricing__btn {
    display: none;
  }
   .pricing__block {
    padding: 30px 15px;
    border-radius: 10px;
  }
   .pricing__block div[class^=col] {
    padding: 0;
  }
   .pricing .container > .row {
    margin: 0 auto;
  }
   .pricing__block__title {
    padding-right: 15px;
    margin-right: 15px;
  }
   .footer__top .container {
    display: flex;
    flex-direction: column-reverse;
  }
   .footer__top .container .row {
    position: relative;
    z-index: 2;
  }
   .footer {
    padding-top: 0;
  }
   .footer__top {
    padding-top: 20px;
  }
   .footer__top .col-lg-3.col-md-6.col-sm-12:nth-child(2) {
    display: none;
  }
   .subscribe__desc {
    text-align: center;
  }
   .subscribe {
    width: 100%;
    height: 50px;
    padding: 0 0 0 20px;
  }
   .subscribe__btn {
    width: 100px;
  }
   .subscribe__input {
    width: calc(100% - 100px);
  }
   .mt-sm-0 {
    margin-top: 0 !important;
  }
   .footer__title {
    color: #22c9ec;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
  }
   .soc__icon {
    height: 30px;
  }
   .info {
    margin-bottom: 15px;
  }
   .info__label,
 .info__link,
 .info {
    text-align: center;
  }
   .info__label {
    font-size: 1rem;
  }
   .footer__bottom {
    margin-top: 0;
  }
   .soc {
    justify-content: center;
  }
   .footer__top {
    padding-top: 20px;
    background-image: url(../img/site/footer__mob.svg);
    background-repeat: no-repeat;
    background-position: right 375px;
    background-size: 60%;
    padding-bottom: 150px;
  }
   .copy {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 424px) {
   .logo__link__text {
    display: none;
  }
  .landing-head .mob {
    display: none;
  }
}
@media only screen and (max-width: 374px) {
   .banner__title,
 .pricing__title,
 .features__title,
 .soft__title {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.3;
  }
   .banner {
    top: 170px;
  }
  .landing-head .mob {
    display: none;
  }
}
@media (min-width: 768px) {
   .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
   .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
   .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
   .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
   .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
   .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
   .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
   .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
   .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
   .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .order-md-first {
    order: -1;
  }
   .order-md-last {
    order: 13;
  }
   .order-md-0 {
    order: 0;
  }
   .order-md-1 {
    order: 1;
  }
   .order-md-2 {
    order: 2;
  }
   .order-md-3 {
    order: 3;
  }
   .order-md-4 {
    order: 4;
  }
   .order-md-5 {
    order: 5;
  }
   .order-md-6 {
    order: 6;
  }
   .order-md-7 {
    order: 7;
  }
   .order-md-8 {
    order: 8;
  }
   .order-md-9 {
    order: 9;
  }
   .order-md-10 {
    order: 10;
  }
   .order-md-11 {
    order: 11;
  }
   .order-md-12 {
    order: 12;
  }
   .offset-md-0 {
    margin-left: 0;
  }
   .offset-md-1 {
    margin-left: 8.3333333333%;
  }
   .offset-md-2 {
    margin-left: 16.6666666667%;
  }
   .offset-md-3 {
    margin-left: 25%;
  }
   .offset-md-4 {
    margin-left: 33.3333333333%;
  }
   .offset-md-5 {
    margin-left: 41.6666666667%;
  }
   .offset-md-6 {
    margin-left: 50%;
  }
   .offset-md-7 {
    margin-left: 58.3333333333%;
  }
   .offset-md-8 {
    margin-left: 66.6666666667%;
  }
   .offset-md-9 {
    margin-left: 75%;
  }
   .offset-md-10 {
    margin-left: 83.3333333333%;
  }
   .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
   .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
   .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
   .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
   .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
   .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
   .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
   .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
   .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
   .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
   .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .order-lg-first {
    order: -1;
  }
   .order-lg-last {
    order: 13;
  }
   .order-lg-0 {
    order: 0;
  }
   .order-lg-1 {
    order: 1;
  }
   .order-lg-2 {
    order: 2;
  }
   .order-lg-3 {
    order: 3;
  }
   .order-lg-4 {
    order: 4;
  }
   .order-lg-5 {
    order: 5;
  }
   .order-lg-6 {
    order: 6;
  }
   .order-lg-7 {
    order: 7;
  }
   .order-lg-8 {
    order: 8;
  }
   .order-lg-9 {
    order: 9;
  }
   .order-lg-10 {
    order: 10;
  }
   .order-lg-11 {
    order: 11;
  }
   .order-lg-12 {
    order: 12;
  }
   .offset-lg-0 {
    margin-left: 0;
  }
   .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
   .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
   .offset-lg-3 {
    margin-left: 25%;
  }
   .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
   .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
   .offset-lg-6 {
    margin-left: 50%;
  }
   .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
   .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
   .offset-lg-9 {
    margin-left: 75%;
  }
   .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
   .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
   .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
   .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
   .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
   .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
   .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
   .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
   .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
   .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
   .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
   .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .order-xl-first {
    order: -1;
  }
   .order-xl-last {
    order: 13;
  }
   .order-xl-0 {
    order: 0;
  }
   .order-xl-1 {
    order: 1;
  }
   .order-xl-2 {
    order: 2;
  }
   .order-xl-3 {
    order: 3;
  }
   .order-xl-4 {
    order: 4;
  }
   .order-xl-5 {
    order: 5;
  }
   .order-xl-6 {
    order: 6;
  }
   .order-xl-7 {
    order: 7;
  }
   .order-xl-8 {
    order: 8;
  }
   .order-xl-9 {
    order: 9;
  }
   .order-xl-10 {
    order: 10;
  }
   .order-xl-11 {
    order: 11;
  }
   .order-xl-12 {
    order: 12;
  }
   .offset-xl-0 {
    margin-left: 0;
  }
   .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
   .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
   .offset-xl-3 {
    margin-left: 25%;
  }
   .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
   .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
   .offset-xl-6 {
    margin-left: 50%;
  }
   .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
   .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
   .offset-xl-9 {
    margin-left: 75%;
  }
   .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
   .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.animated__scroll_to{
  padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}
header.landing-head{
  display: block !important;
}
.features__item__title{
  font-size: 2.7rem;
  text-transform: none !important;
}

.features__item__figure{
  margin-bottom: 1rem;
}
.pricing{
  margin-top: -100px;
}