/* line 12, ../sass/style.scss */


/* cyrillic */

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../font/Helvetica Neue.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek */

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../font/Helvetica Neue.woff2") format('woff2');
    unicode-range: U+0370-03FF;
}


/* latin-ext */

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../font/Helvetica Neue.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../font/Helvetica Neue.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic */

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../font/Helvetica Neue.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek */

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../font/Helvetica Neue.woff2") format('woff2');
    unicode-range: U+0370-03FF;
}


/* latin-ext */

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../font/Helvetica Neue.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../font/Helvetica Neue.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* line 12, ../sass/style.scss */

body {
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #6E6E6E !important;
}


/* line 20, ../sass/style.scss */

h1 {
    font-size: 40px;
    color: #4E5051;
}


/* line 24, ../sass/style.scss */

h2 {
    font-size: 32px;
    color: #4E5051;
}


/* line 28, ../sass/style.scss */

h3 {
    font-size: 28px;
    color: #4E5051;
}


/* line 32, ../sass/style.scss */

h4 {
    font-size: 24px;
    color: #4E5051;
}


/* line 36, ../sass/style.scss */

h5 {
    font-size: 20px;
    color: #4E5051;
}


/* line 40, ../sass/style.scss */

h6 {
    font-size: 18px;
    line-height: 24px;
}

.bg-white {
    background-color: #fff;
    opacity: 0.95;
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 30%);
}


/* line 45, ../sass/style.scss */

.small,
small,
.blockquote-footer {
    font-size: 90%;
}


/* line 49, ../sass/style.scss */

a {
    color: #008080;
}


/* line 52, ../sass/style.scss */

a:hover {
    color: #01a1a1;
    text-decoration: none;
}

ul>li:before {
    content: "·";
    font-size: 100px;
    vertical-align: middle;
    line-height: 20px;
    color: #6E6E6E;
    margin-left: -30px;
    position: absolute;
}

.about-feature-1-section ul>li:before {
    color: #008080;
}

.about-feature-5-section ul>li:before {
    color: #F75D08;
}

.about-feature-5-section .about-content-box ul>li:before {
    color: #414141;
}


/* line 59, ../sass/style.scss */

.transition-all {
    transition: all 0.5s;
}


/* line 63, ../sass/style.scss */

.font-family-roboto {
    font-family: 'Roboto', sans-serif;
}


/* line 67, ../sass/style.scss */

.color-highlight {
    color: #F8A10B;
}


/* line 71, ../sass/style.scss */

[class*="-title"] {
    font-weight: bold;
    color: #414141;
    transition: all 0.5s;
}

.aboutus-section .main-title {
    color: #414141 !important;
    font-size: 35px !important;
}


/* line 77, ../sass/style.scss */

.main-title {
    font-size: 34px;
    color: #414141;
}

.number-counter {
    font-size: 70px;
    color: #F8A10B;
    font-weight: 600;
}

.number-counter-text {
    font-size: 30px;
    color: #008080;
}


/* line 81, ../sass/style.scss */

#table-of-contents .sub-title {
    font-size: 35px !important;
    color: #414141 !important;
}

.sub-title {
    font-size: 26px;
}

.sub-title-strong {
    font-weight: 600;
    color: inherit;
}


/* line 84, ../sass/style.scss */

.sub-title[class*="feature-number"] {
    position: relative;
    padding-left: 210px;
    padding-right: 120px;
}


/* line 89, ../sass/style.scss */

.sub-title[class*="feature-number"]:before {
    content: "";
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 124px;
    left: 0;
}

.about-feature-1-section {
    margin-top: 200px;
}

.sub-title.feature-number-1 {
    font-size: 40px !important;
    color: #008080 !important;
    padding-left: 210px !important;
}


/* line 110, ../sass/style.scss */

.sub-title.feature-number-1:before {
    content: "01";
    top: 50%;
    transform: translateY(-50%);
}

img[class^="feature-bg"] {
    position: absolute;
    width: 30%;
}

.feature-bg-1 {
    margin-top: -17%;
    margin-left: -13%;
}

.feature-bg-2 {
    margin-top: -10%;
    margin-left: 58%;
}

.feature-bg-3 {
    margin-top: -10%;
    margin-left: -13%;
}

.feature-bg-4 {
    margin-top: -13%;
    margin-left: 56%;
}

.feature-bg-5 {
    margin-top: -10%;
    margin-left: -10%;
}

.feature-icon-text-block {
    display: flex;
    align-items: center;
    margin: 0 auto;
    font-size: 20px;
}


/* line 116, ../sass/style.scss */

.sub-title.feature-number-2 {
    font-size: 40px !important;
    color: #F75D08 !important;
    padding-right: 340px !important;
}

.about-feature-1-section .btn-go-back {
    color: #008080 !important;
    float: right;
}

.about-feature-4-section .btn-go-back {
    color: #008080 !important;
}

.about-feature-2-section h5 {
    color: #4E5051;
    margin-top: -40px;
    padding-left: 210px;
    padding-right: 470px;
}

.about-feature-3-section h5 {
    color: #4E5051;
    margin-top: -60px;
    padding-left: 210px;
    padding-right: 50px;
}

.about-feature-3-section .feature-3-collaps-box h5 {
    color: #F73E39;
    font-size: 20px;
}

.about-feature-3-section .btn-outline-collaps {
    border: 2px solid #F73E39 !important;
    cursor: unset !important;
}

.about-feature-4-section .feature-4-collaps-box h5 {
    color: #088080;
    font-size: 20px;
}

.about-feature-4-section .btn-outline-collaps {
    border: 2px solid #088080 !important;
    cursor: unset !important;
}

.feature-3-content-section .feature-4-collaps-box h5 {
    color: #088080;
    font-weight: bold;
}

.feature-3-content-section .btn-outline-collaps {
    border: 2px solid #088080 !important;
    cursor: unset !important;
}

.feature-3-collaps-box,
.feature-4-collaps-box {
    width: 60% !important;
    margin: 0 auto;
}

.about-feature-3-section .btn-go-back {
    color: #F73E39 !important;
}

.about-feature-5-section .btn-go-back {
    color: #F75D08 !important;
    padding-left: 15rem;
}

.about-feature-2-section #virtual-consultation-number-counter-section h5 {
    color: #414141 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.about-feature-5-section h5 {
    color: #414141 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.about-feature-5-section ul {
    font-size: 20px;
}

.about-feature-5-section .about-content-box {
    padding-top: 1rem;
    padding-left: 15rem;
    padding-right: 40rem;
    height: 450px;
}

.feature-5-background {
    position: absolute;
    background-image: url("../images/bg-laptop.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 15em -2em;
    height: 500px;
    left: 50%;
}

.about-feature-2-title-highlight {
    color: #F75D08;
}

.about-feature-3-title-highlight {
    color: #F73E39;
}

.about-feature-4-title-highlight {
    color: #008080;
}

.about-feature-5-title-highlight {
    color: #F75D08;
}

.feature-3-chart {
    max-width: 90%;
}

.feature-section-3 h2 {
    color: #008080 !important;
    font-size: 40px;
}


/* line 119, ../sass/style.scss */

.sub-title.feature-number-2:before {
    content: "02";
    top: 50%;
    left: 70%;
    transform: translateY(-50%);
}


/* line 127, ../sass/style.scss */

.sub-title.feature-number-3 {
    font-size: 40px;
    color: #F73E39;
}


/* line 131, ../sass/style.scss */

.sub-title.feature-number-3:before {
    content: "03";
    top: 50%;
    transform: translateY(-50%);
}

.sub-title.feature-number-4 {
    font-size: 40px;
    color: #008080;
    padding-right: 370px !important;
}


/* line 119, ../sass/style.scss */

.sub-title.feature-number-4:before {
    content: "04";
    top: 50%;
    left: 70%;
    transform: translateY(-50%);
}

.sub-title.feature-number-5 {
    font-size: 40px;
    color: #F75D08;
    width: 95% !important;
}


/* line 119, ../sass/style.scss */

.sub-title.feature-number-5:before {
    content: "05";
    top: 50%;
    transform: translateY(-50%);
}


/* line 141, ../sass/style.scss */

.btn-default {
    background-color: #008080;
    padding: 20px 40px;
    border: none;
    border-radius: 0px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    transition: all .5s ease-in-out;
    text-transform: none;
}


/* line 152, ../sass/style.scss */

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: #01a1a1 !important;
}

.btn-outline-default:hover,
.btn-outline-default:active,
.btn-outline-default:focus {
    background-color: transparent !important;
}


/* line 158, ../sass/style.scss */

.btn-outline-default {
    position: relative;
    padding: 15px;
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-color: #fff;
    box-shadow: 6px 10px 25px #00000029;
    border-radius: 24px;
    transition: 0.5s;
}


/* line 186, ../sass/style.scss */

.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:active {
    transform: translateX(0px) translateY(15px);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-color: #fff;
    box-shadow: 6px 10px 25px #00000029;
    border-radius: 24px;
}


/* line 219, ../sass/style.scss */

.nav-tab-default .nav-item {
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
}


/* line 223, ../sass/style.scss */

.nav-tab-default .nav-item:nth-child(3n+0) {
    width: calc(100% / 3 - 10px);
    margin-right: 0;
}


/* line 228, ../sass/style.scss */

.nav-tab-default .nav-item .nav-link {
    color: white;
    margin-bottom: 15px;
    border-radius: 0;
    text-align: center;
    background-color: #008080;
    opacity: 0.5;
}


/* line 235, ../sass/style.scss */

.nav-tab-default .nav-item .nav-link.active {
    background-color: #008080;
    opacity: 1.0;
}


/* line 245, ../sass/style.scss */

.blockquote-default {
    position: relative;
    max-width: 550px;
    padding: 65px 50px;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}


/* line 252, ../sass/style.scss */

.blockquote-default:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 65px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/icon-double-comma.svg);
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.data-section-feature-image-background {
    content: "";
    position: relative;
    height: 100px;
    background-image: url(../images/cart-01.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 50%;
}

.data-section-feature-padding {
    border: 0px solid #25598B;
}

.data-section-feature-title .number-counter {
    font-size: 28px !important;
    text-align: center;
    margin-bottom: 0px;
    border: 0px solid #25598B;
}


/* line 267, ../sass/style.scss */

.tab-content-default {
    height: 110px;
}


/* line 271, ../sass/style.scss */

.list-default {
    list-style: none;
}


/* line 274, ../sass/style.scss */

.list-default .list-item {
    position: relative;
    font-size: 18px;
    font-weight: 400;
}


/* line 279, ../sass/style.scss */

.list-default .list-item:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 10px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #008080;
}


/* line 294, ../sass/style.scss */

[class^="icon-"] {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: inline-block;
    background-color: #008080;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all 0.5s;
}

[class^="icon-feature-box"],
[class^="icon-table-content"] {
    background-color: transparent !important;
    width: 100%;
    max-width: 170px;
}

img[class^="img-feature-1"] {
    width: 355px;
}

img[class^="img-feature-1a"] {
    float: right;
}

img[class^="img-feature-2a"] {
    float: right;
}

p[class^="title-feature"] {
    color: #414141;
}

p[class^="title-feature-1"] {
    position: absolute;
    width: 50%;
    font-weight: bold;
    font-size: 28px;
    padding: 50px 0 50px 0;
}

p[class^="title-feature-1b"] {
    left: 50%;
}

p[class^="title-feature-2"] {
    font-size: 22px;
}

p[class^="title-feature-2"] span {
    color: #F8A10B;
    font-size: 100px;
}

a[class^="title-table-content"] p {
    font-weight: bold;
    font-size: 18px;
}

a[class^="title-table-content"] .learn-more {
    /*position: relative;
    top:100%;
    bottom: 25px;
    right: 25%;*/
}

a[class^="title-table-content"] .btn-learn-more {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-image: url(../images/Arrow_button_grey.png);
}

a[class^="title-table-content"] .title-learn-more {
    font-weight: normal !important;
    color: #BCBCBC !important;
}


/* line 308, ../sass/style.scss */

.icon-table-content-01 {
    background-image: url(../images/icon-table-content-01.png);
}

.icon-table-content-02 {
    background-image: url(../images/icon-table-content-02.png);
}

.icon-table-content-03 {
    background-image: url(../images/icon-table-content-03.png);
}

.icon-table-content-04 {
    background-image: url(../images/icon-table-content-04.png);
}

.icon-table-content-05 {
    background-image: url(../images/icon-table-content-05.png);
}

.icon-feature-box-1 {
    background-image: url(../images/icon-feature-box-01.png);
}

.icon-feature-box-2 {
    background-image: url(../images/icon-feature-box-02.png);
}

.icon-risk {
    background-image: url(../images/covid-19-01.png);
}


/* line 312, ../sass/style.scss */

.icon-healthcare {
    background-image: url(../images/healthcare-01.png);
}


/* line 316, ../sass/style.scss */

.icon-insurance {
    background-image: url(../images/insurance-01.png);
}


/* line 320, ../sass/style.scss */

.icon-technology {
    background-image: url(../images/tablet-01.png);
}

.icon-news {
    background-image: url(../images/good-news-01.png);
    background-color: transparent;
}


/* line 327, ../sass/style.scss */

.background-lighter-blue [class*="-title"],
.feature-2-content-section [class*="-title"],
.data-content-section [class*="-title"],
.feature-3-content-section [class*="-title"] {
    color: #115781;
}


/* line 331, ../sass/style.scss */

.background-lighter-blue:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #EAF1F8;
    z-index: 0;
}

.aboutus-section,
.aboutus-feature-section,
.feature-section-1 {
    position: relative;
    /*background-image: url(../images/background-01.png);*/
}

.feature-box-content {
    background: #F4FBFA 0% 0% no-repeat padding-box;
    border-radius: 28px;
    padding: 35px;
}

.feature-box-content h3 {
    font-weight: bold;
    padding-bottom: 25px;
    color: #414141;
}

.feature-box-content p {
    font-size: 20px;
}

.feature-box-content ul li {
    margin-left: 15% !important;
    font-size: 20px;
}


/* line 341, ../sass/style.scss */

.background-dark-blue {
    background-color: #008080;
}


/* line 350, ../sass/style.scss */

.background-feature-section [class^="background-feature"] {
    position: relative;
    padding: 30px 25px;
    height: 100%;
    margin-right: 20px;
    background-color: #fff;
    z-index: 1;
}


/* line 359, ../sass/style.scss */

.background-feature-section [class^="background-feature"] .feature-icon-section {
    text-align: center;
}

#virtual-consultation-number-counter-section .feature-icon,
.about-feature-5-section .feature-icon {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 6px #00000029;
    border: 2px solid #F8A10B;
    border-radius: 24px;
    padding: 20px;
}

.feature-5-icon-arrow {
    padding-bottom: 50px;
    font-size: 100px;
    transform: rotate(90deg);
}


/* line 362, ../sass/style.scss */

.background-feature-section [class^="background-feature"] .feature-icon-section .feature-icon {
    max-width: 150px;
    width: 100%;
}

.background-feature-section [class^="background-feature"] .feature-icon-section .feature-icon-2 {
    max-width: 100px;
    width: 70%;
}


/* line 369, ../sass/style.scss */

.background-feature-section [class^="background-feature"] .feature-name {
    min-height: 30px;
    font-weight: 600;
    color: #008080;
    transition: all 0.5s;
}


/* line 376, ../sass/style.scss */

.background-feature-section .background-feature-white {
    color: #4E5051;
    background-color: white;
    border: 2px solid rgba(38, 144, 207, 0.5);
    box-shadow: 6px 6px 6px #00000029;
}


/* line 384, ../sass/style.scss */

[class^="map-point-"] {
    position: absolute;
    transition: all 0.5s;
}


/* line 388, ../sass/style.scss */

[class^="map-point-"]>[class^="point-"] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: url(../images/map-point.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    animation: pulse 1.5s infinite;
    transition: all .3s ease;
}


/* line 400, ../sass/style.scss */

[class^="map-point-"]>[class^="point-top-"] {
    top: 20px;
}


/* line 404, ../sass/style.scss */

[class^="map-point-"]>[class^="point-bottom-"] {
    top: -50px;
}


/* line 408, ../sass/style.scss */

[class^="map-point-"]>.continent-name {
    padding: 5px 25px;
    color: white;
    border-radius: 100px;
    background-color: #008080;
}


/* line 417, ../sass/style.scss */

.map-point-europe {
    top: 20%;
    left: 40%;
}


/* line 422, ../sass/style.scss */

.map-point-the-americas {
    top: 28%;
    left: 8%;
}


/* line 427, ../sass/style.scss */

.map-point-the-middle-east {
    top: 42%;
    right: 27%;
}


/* line 432, ../sass/style.scss */

.map-point-asia-pacific {
    top: 60%;
    right: 8%;
}


/* line 437, ../sass/style.scss */

.map-point-africa {
    bottom: 15%;
    right: 39%;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(29, 145, 208, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(29, 145, 208, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(29, 145, 208, 0);
    }
}


/* line 457, ../sass/style.scss */

.table-two-column td,
.table-two-column th {
    padding: 0;
}


/* line 463, ../sass/style.scss */

.table-two-column td .table-default td,
.table-two-column td .table-default th {
    border-top: none;
}


/* line 473, ../sass/style.scss */

.table-two-column td:last-child .table-default td,
.table-two-column td:last-child .table-default th {
    border-left: none;
}


/* line 482, ../sass/style.scss */

.table-default thead th {
    color: white;
    background-color: #008080;
}


/* line 487, ../sass/style.scss */

.table-default td,
.table-default th {
    border: 1px solid #E6E6E6;
    line-height: 55px;
    text-align: center;
    font-weight: 500;
}


/* line 494, ../sass/style.scss */

.table-default tbody>tr:nth-child(odd) {
    background-color: white;
}


/* line 498, ../sass/style.scss */

.table-default tbody>tr:nth-child(even) {
    background-color: #EAF1F8;
}


/* line 505, ../sass/style.scss */

header.fixed-top,
footer.fixed-top {
    position: absolute;
}


/* line 509, ../sass/style.scss */

header .pp-logo,
footer .pp-logo {
    height: 70px;
    transition: all 0.5s;
}


/* line 516, ../sass/style.scss */

.banner-section {
    position: relative;
    background-image: url(../images/banner.jpg?v2);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 50%;
}

.banner-sectionn-overlay {
    position: absolute;
    z-index: -1;
    background: rgba(238, 236, 236, 1) 0% 0% no-repeat padding-box;
    height: 500px;
    width: 65%;
    margin-top: 3%;
    right: 0;
    opacity: 0.49;
}


/* line 534, ../sass/style.scss */

.banner-section .banner-title {
    font-weight: bold;
    font-size: 46px;
    line-height: 58px;
    color: #414141;
}

.banner-content {
    color: #6E6E6E;
}

.banner-title-year {
    padding: 0 20px 0 20px;
    color: #fff;
    background-color: #008080;
    max-width: 150px;
}

.chevron-flag {
    border: 1px solid #e1dfdf;
    border-radius: 25px;
    max-width: 50px;
    margin-top: 20px;
    margin-left: 15px;
}

.chevron {
    position: relative;
    width: 260px;
    padding: 20px 30px 20px 65px;
    margin-left: 60px;
}

div[class^="chevron n-1"] {
    opacity: calc(0.4) !important;
}

div[class^="chevron n-2"] {
    opacity: calc(0.7) !important;
}

.chevron h3 {
    color: #F75D08;
    font-weight: bold;
}

.chevron:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    border: 5px solid #F75D08;
    border-left: 8px solid #F75D08 !important;
    border-right: 8px solid #F75D08 !important;
    border-bottom: 0px solid transparent !important;
    -webkit-transform: skew(40deg, 0deg);
    -moz-transform: skew(40deg, 0deg);
    -ms-transform: skew(40deg, 0deg);
    -o-transform: skew(40deg, 0deg);
    transform: skew(40deg, 0deg);
}

.chevron:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    height: 50%;
    width: 100%;
    border: 5px solid #F75D08;
    border-left: 8px solid #F75D08 !important;
    border-right: 8px solid #F75D08 !important;
    border-top: 0px solid transparent !important;
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
}


/* line 545, ../sass/style.scss */

.aboutus-feature-section .images-section .images-shadow {
    position: relative;
}


/* line 548, ../sass/style.scss */

.aboutus-feature-section .images-section .images-shadow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100%;
    height: 100%;
    background-color: #EAF1F8;
    z-index: -1;
    transition: all 0.5s;
}

.feature-number-content p {
    color: #656667 !important;
}

.feature-image {
    width: 100%;
}


/* line 566, ../sass/style.scss */

.feature-section-1 {
    position: relative;
}


/* line 569, ../sass/style.scss */

.feature-section-1:before {
    position: absolute;
    top: 0;
    opacity: 0.5;
}


/* line 575, ../sass/style.scss */

.feature-section-1 .images-iphone {
    position: absolute;
    top: -160px;
    transition: all 0.5s;
}


/* line 583, ../sass/style.scss */

.data-section {
    position: relative;
}


/* line 586, ../sass/style.scss */

.data-section:before {
    position: absolute;
    top: 190px;
    right: 0;
    width: 60%;
    height: 90%;
    transition: all 0.5s;
}


/* line 595, ../sass/style.scss */

.data-section .blockquote-section {
    background-color: #fff;
    border: 6px solid #9ED7FB;
    border-radius: 100px;
    margin: 0 auto;
    padding: 50px;
    width: 90%;
}


/* line 603, ../sass/style.scss */

.data-section .blockquote-section .blockquote-content-section {
    position: relative;
    color: #6E6E6E;
    display: table;
    transition: all 0.5s;
    padding: 0 150px 0 150px;
}

.feature-quote-mark {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

.feature-quote {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: 200px;
}

blockquote {
    font-family: Georgia, serif;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
    color: #008080;
    font-weight: 600;
}


/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */

blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 12em;
    line-height: 10rem;
    width: 95px;
    height: 80px;
    top: -85px;
    left: -85px;
    background-color: #fff;
    content: "\201C";
}

.blockquote-section-2 {
    color: #F75D08 !important;
}

.blockquote-section-2:before {
    top: -10px !important;
    left: -20px !important;
}

.blockquote-section-2:after {
    bottom: -10px !important;
    right: -30px !important;
}

.blockquote-section-2 h5 {
    color: #F75D08 !important;
}

.blockquote-section-2 p {
    color: #000000 !important;
    padding-left: 255px !important;
}

.blockquote-section-2 {
    background-color: #fff;
    border: 6px solid #f75d089e !important;
    border-radius: 100px;
    margin: 0 auto;
    padding: 50px;
    width: 80%;
}

.blockquote-section-3 {
    color: #F73E39 !important;
}

.blockquote-section-3:before {
    top: -10px !important;
    left: -20px !important;
    background-color: transparent;
    content: "";
}

.blockquote-section-3:after {
    bottom: -10px !important;
    right: -30px !important;
    background-color: transparent;
    content: "";
}

.blockquote-section-3 h5 {
    color: #F73E39 !important;
}

.blockquote-section-3 p {
    color: #000000 !important;
}

.blockquote-section-3 {
    background-color: #fff;
    border: 6px solid #f73e3980 !important;
    border-radius: 100px;
    margin: 0 auto;
    padding: 50px 70px 50px 70px;
    width: 70%;
}

.blockquote-section-5 {
    color: #F75D08 !important;
}

.blockquote-section-5:before {
    top: -10px !important;
    left: -20px !important;
}

.blockquote-section-5:after {
    bottom: -10px !important;
    right: -30px !important;
}

.blockquote-section-5 h5 {
    color: #F75D08 !important;
}

.blockquote-section-5 p {
    color: #000000 !important;
}

.blockquote-section-5 {
    background-color: #fff;
    border: 6px solid #f75d089e !important;
    border-radius: 100px;
    margin: 0 auto;
    padding: 40px 70px 50px 70px;
    width: 70%;
}

.btn-go-back {
    font-weight: bold;
    font-size: 25px;
}

.about-feature-2-section .btn-go-back {
    color: #F75D08 !important;
    float: left !important
}

blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float: right;
    font-size: 12em;
    line-height: 10rem;
    width: 95px;
    height: 80px;
    right: -80px;
    bottom: -80px;
    background-color: #fff;
    content: "\201D";
}

blockquote footer {
    padding: 0 2em 0 0;
    text-align: right;
}

blockquote cite:before {
    content: "\2013";
}


/* line 617, ../sass/style.scss */

.form-bar-section {
    position: relative;
    height: 560px;
}


/* line 621, ../sass/style.scss */

.form-bar-section:before {
    position: absolute;
    top: 0;
    right: 0;
}


/* line 648, ../sass/style.scss */

.form-bar-section .form-section .form-title {
    text-transform: none;
}


/* line 652, ../sass/style.scss */

.form-bar-section .form-section .form-group {
    position: relative;
}


/* line 655, ../sass/style.scss */

.form-bar-section .form-section .form-group .input-default {
    height: 45px;
    border: 1px solid #9D9B9B;
    border-radius: 5px;
    outline: none;
    box-shadow: none !important;
}


/* line 662, ../sass/style.scss */

.form-bar-section .form-section .form-group .input-default:focus~label,
.form-bar-section .form-section .form-group .input-default:hover~label,
.form-bar-section .form-section .form-group .input-default.has-value~label {
    top: -20px;
    left: 0;
    color: #01a1a1;
    font-size: 12px;
}


/* line 669, ../sass/style.scss */

.form-bar-section .form-section .form-group .input-default:focus~.border-bottom-animation,
.form-bar-section .form-section .form-group .input-default:hover~.border-bottom-animation,
.form-bar-section .form-section .form-group .input-default.has-value~.border-bottom-animation {
    background-position: 0 0;
}


/* line 675, ../sass/style.scss */

.form-bar-section .form-section .form-group .label-default {
    position: absolute;
    top: 5px;
    text-align: center;
    left: 0;
    right:0;
    padding: .375rem 0.75rem;
    font-size: 16px;
    pointer-events: none;
    transition: .5s;
}


/* line 685, ../sass/style.scss */

.form-bar-section .form-section .form-group .border-bottom-animation {
    width: 100%;
    height: 1px;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: all 0.3s ease;
}

.feature-4-collaps-box div[class^="btn-arrow-"]{
    border-bottom-color: #008080 !important;
    border-top-color: #008080 !important;
}

.feature-3-collaps-box div[class*="btn-arrow-"]{
    border-bottom-color: #F73E39;
    border-top-color: #F73E39;
}

.btn-arrow-up{
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom:10px solid black;
    margin-right: 0px;
    margin-left: auto;
}

.btn-arrow-down{
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    margin-right: 0px;
    margin-left: auto;
}


/* line 697, ../sass/style.scss */

.form-bar-section .form-section label[for="check"] {
    display: inline-block;
    color: #AFAFAF;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    margin-left: 23px;
}


/* line 710, ../sass/style.scss */

.form-bar-section .form-section label[for="check"] span {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -23px;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    transform-origin: center;
    border: 1px solid #AFAFAF;
    vertical-align: -3px;
    margin-right: 10px;
    transition: 0.5s;
}


/* line 728, ../sass/style.scss */

.form-bar-section .form-section label[for="check"] span:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 2px;
    width: 0px;
    height: 1.5px;
    border-radius: 2px;
    background: #AFAFAF;
    transform: rotate(45deg);
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}


/* line 742, ../sass/style.scss */

.form-bar-section .form-section label[for="check"] span:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 4px;
    width: 0px;
    height: 1.5px;
    border-radius: 2px;
    background: #AFAFAF;
    transform: rotate(305deg);
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}


/* line 762, ../sass/style.scss */

.form-bar-section .form-section label[for="check"]:hover span:before {
    width: 5px;
    transition: width 100ms ease;
}


/* line 767, ../sass/style.scss */

.form-bar-section .form-section label[for="check"]:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
}


/* line 778, ../sass/style.scss */

.form-bar-section .form-section input[type="checkbox"] {
    display: none;
}


/* line 783, ../sass/style.scss */

.form-bar-section .form-section input[type="checkbox"]:checked+label span {
    background-color: #01a1a1;
    border-color: #01a1a1;
    transform: scale(1.25);
}


/* line 790, ../sass/style.scss */

.form-bar-section .form-section input[type="checkbox"]:checked+label span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}


/* line 797, ../sass/style.scss */

.form-bar-section .form-section input[type="checkbox"]:checked+label span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}


/* line 808, ../sass/style.scss */

.form-bar-section .form-section input[type="checkbox"]:checked+label:hover span {
    background-color: #008080;
    border-color: #008080;
    transform: scale(1.25);
}


/* line 815, ../sass/style.scss */

.form-bar-section .form-section input[type="checkbox"]:checked+label:hover span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}


/* line 822, ../sass/style.scss */

.form-bar-section .form-section input[type="checkbox"]:checked+label:hover span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}


/* line 839, ../sass/style.scss */

.form-bar-section .form-section .btn-default {
    width: 100%;
    padding: 20px 0px;
    font-size: 22px;
    background-color: #F8A10B;
    border-radius: 5px;
}


/* CATEGORY  SECTION */


/* line 850, ../sass/style.scss */

.guide-section {
    margin: 20px 0px;
}

.guide-section .main-title {
    color: #008080;
}


/* line 853, ../sass/style.scss */

.guide-section [class*="-name"] {
    font-weight: bold;
}


/* line 857, ../sass/style.scss */

.guide-section .btn-default {
    padding: 17px 20px;
    font-size: 16px;
    line-height: 16px;
}


/* line 863, ../sass/style.scss */

.guide-section .guide-content {
    position: relative;
    text-align: center;
    transition: all 0.5s;
}


/* line 868, ../sass/style.scss */

.guide-section .guide-content .guide-front {
    margin: 50px 50px;
    transition: all 0.5s;
    cursor: pointer;
}


/* line 874, ../sass/style.scss */

.guide-section .guide-content .guide-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0px 30px;
    transform: scale(0.5);
    transform-origin: 50% 50%;
    transition: all 0.5s;
    cursor: pointer;
}


/* line 887, ../sass/style.scss */

.guide-section .guide-content .guide-back .guide-detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    z-index: 1;
}


/* line 898, ../sass/style.scss */

.guide-section .guide-content:hover .guide-front {
    transform: scale(0.5);
    opacity: 0;
}


/* line 903, ../sass/style.scss */

.guide-section .guide-content:hover .guide-back {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}


/* line 913, ../sass/style.scss */

.guide-section .blog-name {
    color: #fff;
}

.guide-section .blog-content,
.guide-section .blog-content-lg {
    text-align: center;
    color: #fff;
}


/* line 917, ../sass/style.scss */

.guide-section .blog-content-lg:before {
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 128, 128, 0.6);
}

.guide-section .blog-content-bg-1 {
    background: linear-gradient(0deg, rgba(0, 128, 128, 0.4), rgba(0, 128, 128, 0.9)), url(../images/bg-guide-01.jpg) 50% 15%;
}

.guide-section .blog-content-bg-2 {
    background: linear-gradient(0deg, rgba(0, 128, 128, 0.4), rgba(0, 128, 128, 0.9)), url(../images/bg-guide-02.jpg) 50% 15%;
}

.guide-section .blog-content-bg-1:after {
    background: linear-gradient(0deg, rgba(0, 128, 128, 0.4), rgba(0, 128, 128, 0.9)), url(../images/bg-guide-01.jpg) 50% 15%;
}

.guide-section .blog-content-bg-2:after {
    background: linear-gradient(0deg, rgba(0, 128, 128, 0.4), rgba(0, 128, 128, 0.9)), url(../images/bg-guide-02.jpg) 50% 15%;
}

.guide-section .blog-content-lg {
    border-radius: 20px;
    margin-bottom: 20px;
    max-width: 70%;
    padding: 0px 10px 0px 10px;
    background-size: cover;
}

.guide-section .blog-content-lg:before {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
    margin: 0px 30px;
    background-color: rgba(0, 128, 128, 0.6);
}

.guide-section .blog-content-lg:after {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px 30px;
    background-position: center;
    background-size: cover;
}

.guide-section .blog-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px 30px;
    background-color: rgba(0, 128, 128, 0.6);
}


/* line 931, ../sass/style.scss */

.guide-section .blog-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px 30px;
    background-position: center;
    background-size: cover;
}


/* line 947, ../sass/style.scss */

.guide-section .blog-content .blog-detail {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0px 70px;
    z-index: 1;
}


/* line 955, ../sass/style.scss */

.guide-section .blog-content .blog-detail>.btn-default {
    padding: 17px 30px;
    background-color: white;
    color: #008080;
}


/* line 960, ../sass/style.scss */

.guide-section .blog-content .blog-detail>.btn-default:hover {
    color: white;
    background-color: #01a1a1 !important;
}


/* line 973, ../sass/style.scss */

footer {
    color: white;
}


/* line 978, ../sass/style.scss */

footer .terms-section>p a {
    color: white;
}


/* line 981, ../sass/style.scss */

footer .terms-section>p a:hover {
    color: #01a1a1;
}


/* line 986, ../sass/style.scss */

footer .terms-section>p a:not(:last-child):after {
    content: "";
    margin: 0 6px 0 9px;
    width: 1px;
    height: 14px;
    display: inline-block;
    background-color: white;
    top: 1px;
    position: relative;
}


/* line 1007, ../sass/style.scss */

[class^="btn-icon-"] {
    position: fixed;
    display: none;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: white !important;
    background-color: #008080;
    box-shadow: 0 0 3px rgba(208, 216, 220, 0.8);
    z-index: 9999;
    transition: all 0.5s;
}


/* line 1021, ../sass/style.scss */

[class^="btn-icon-"] .tooltip {
    background: #eaeaea;
    display: block;
    position: absolute;
    padding: 5px 15px;
    color: #008080;
    border-radius: 6px;
    opacity: 0;
    line-height: 18px;
    pointer-events: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 1;
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
}


/* line 1039, ../sass/style.scss */

[class^="btn-icon-"] .tooltip:after {
    content: "";
    position: absolute;
    top: 50%;
    border-right-width: 0;
    right: calc(0em - 17px);
    transform: translate(-0.5em, -50%);
    border: 5px solid transparent;
    z-index: 1001;
    border-left-color: #eaeaea;
}


/* line 1053, ../sass/style.scss */

[class^="btn-icon-"]:hover {
    background-color: #01a1a1;
}


/* line 1056, ../sass/style.scss */

[class^="btn-icon-"]:hover .tooltip {
    visibility: visible;
    opacity: 1;
}


/* line 1065, ../sass/style.scss */

.btn-icon-download {
    bottom: 70px;
}


/* line 1068, ../sass/style.scss */

.btn-icon-download:hover {
    line-height: 55px;
}


/* line 1072, ../sass/style.scss */

.btn-icon-download:before {
    content: '\f019';
    font-size: 18px;
    font-weight: 900;
    font-family: "Font Awesome\ 5 Free";
}


/* line 1081, ../sass/style.scss */

.btn-icon-back {
    bottom: 20px;
}


/* line 1084, ../sass/style.scss */

.btn-icon-back:hover {
    line-height: 30px;
}


/* line 1088, ../sass/style.scss */

.btn-icon-back:before {
    content: '\f106';
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome\ 5 Free";
}


/* carousel-slider-default */


/* line 1098, ../sass/style.scss */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-image: none;
}


/* line 1105, ../sass/style.scss */

.carousel-control-next-icon:after {
    content: '\f105';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 55px;
    font-weight: 900;
    color: #008080;
}


/* line 1113, ../sass/style.scss */

.carousel-control-prev-icon:after {
    content: '\f104';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 55px;
    font-weight: 900;
    color: #008080;
}


/* line 1121, ../sass/style.scss */

.carousel-item .guide-detail .btn-default {
    color: white !important;
}

.collapsible:before {
    cursor: pointer;
}

.collaps-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-right: 20px;
}

.collaps-title {
    display: flex;
    align-items:center;
    color: #008080 !important;
    font-weight: bold;
    padding-right: 25px;
}


/* line 158, ../sass/style.scss */

.btn-outline-collaps {
    position: relative;
    padding-left: 55px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    border: 2px solid rgba(38, 144, 207, 0.5);
    transition: 0.5s;
    padding: 25px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 6px 6px #00000029;
    border-radius: 24px;
}


/* line 172, ../sass/style.scss */

.btn-outline-collaps:after {
    content: "";
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 15px;
    width: 11px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.5s;
}


/* line 1065, ../sass/style.scss */

.btn-icon-angle-up {
    bottom: 70px;
}


/* line 1068, ../sass/style.scss */

.btn-icon-angle-up:hover {
    line-height: 30px;
}


/* line 1072, ../sass/style.scss */

.btn-icon-angle-up:before {
    float: right;
    content: url("../images/btn-readmore.svg");
    transform: scale(0.8) rotate(180deg);
}


/* line 1065, ../sass/style.scss */

.btn-icon-angle-down {
    bottom: 70px;
}


/* line 1068, ../sass/style.scss */

.btn-icon-angle-down:hover {
    line-height: 30px;
}


/* line 1072, ../sass/style.scss */

.btn-icon-angle-down:before {
    float: right;
    content: url("../images/btn-readmore.svg");
    transform: scale(0.8);
}

.feature-icon-collaps {
    float: left;
    max-width: 100px;
}

.feature-1-content-section .feature-name,
.data-content-section .feature-name {
    color: #008080;
    font-size: 26px !important;
}

.text-and-more {
    color: #008080;
}

.guide-name {
    color: #008080;
}

.btn-collapse:hover {
    cursor: pointer;
}

.btn-collapse .feature-name:hover {
    color: #01a1a1;
}