@font-face {font-family: "Campton Book"; src: url("fonts/dc9b06af64b02efa71cd0d1e97cb55e6.eot"); src: url("fonts/dc9b06af64b02efa71cd0d1e97cb55e6 (1).eot?#iefix") format("embedded-opentype"), url("fonts/dc9b06af64b02efa71cd0d1e97cb55e6.woff2") format("woff2"), url("fonts/dc9b06af64b02efa71cd0d1e97cb55e6.woff") format("woff"), url("fonts/dc9b06af64b02efa71cd0d1e97cb55e6.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/dc9b06af64b02efa71cd0d1e97cb55e6.svg#Campton Book") format("svg"); }
@font-face {font-family: "Campton-Bold"; src: url("fonts/302b82380cd9405bc10d5ea80045e6ac.eot"); src: url("fonts/302b82380cd9405bc10d5ea80045e6ac (1).eot?#iefix") format("embedded-opentype"), url("fonts/302b82380cd9405bc10d5ea80045e6ac.woff2") format("woff2"), url("fonts/302b82380cd9405bc10d5ea80045e6ac.woff") format("woff"), url("fonts/302b82380cd9405bc10d5ea80045e6ac.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/302b82380cd9405bc10d5ea80045e6ac.svg#Campton-Bold") format("svg"); }

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: 'Campton Book';
    color: #666666;
    position: relative;
}
a{
    text-decoration: none;
}
ul{
    padding: 0px;
}
li{
    list-style: none;
}
.global-header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    padding: 10px 100px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(173,179,188,.4);
    align-items: center;
}
.global-header .header-inner-mobile, .global-header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    color: #666666;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.global-header .logo span{
    color: #f64c1e;
}
.global-header .main-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.global-header .navigation-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0;
    padding: 0;
    font-weight: 500;
    list-style: none;
}
.global-header .main-navigation .navigation-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-transform: capitalize;
}
.global-header .main-navigation .navigation-item:first-child {
    margin-left: 0;
}
.global-header .main-navigation .navigation-item:not(:last-child) {
    margin-right: 10px;
}
.global-header .navigation-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #8f8f8f;
    padding: 0 6px;
}
.global-header .navigation-right {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
}
.global-header .log-in {
    background: #eff1f4;
    -webkit-border-radius: 40px;
    border-radius: 10px;
    padding:11px 20px;
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
    font-family: inherit;
    color: inherit;
    border: none;
}
.button-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 31;
    height: 50px;
    width: 50px;
    margin: auto;
    /* border: 1px solid #000;*/
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.global-header .side-menu .line {
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    display: block;
    height: 1.5px;
    width: 100%;
    max-width: 20px;
    background-color: #000;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.global-header .side-menu .line {
    background-color:#8f8f8f;
}
.global-header .side-menu .line:first-child {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.global-header .side-menu .line:last-child {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}
.container{
    max-width: 1920px;
    width: 100%;
    padding: 0 100px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.content-wrapper {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
body main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
body.product-column-blocks{
    padding-top: 85px;
}
.h2 {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 0.7em;
}
.subhead-1 {
    font-size: 21px;
    line-height: 1.1
}
.product-column-blocks .section-with-apps {
    padding: 0px 0 100px;
    width: 100%;
}
.product-column-blocks .section-with-apps .title {
    text-align: center;
    text-transform: uppercase;
    /*  color: #7f7f7f;*/
}
.product-column-blocks .section-with-apps .wrapper .subhead-1 {
    margin-bottom: 1.4em;
}
.product-column-blocks .section-with-apps .wrapper .subhead-1 {
    color: #adb3bc;
}
.product-column-blocks .section-with-apps .title.h2 {
    margin-bottom: 252px;
    z-index: 9;
    margin-top: 8px;
    position: relative;
    font-family: "Campton-Bold"
}
._escape_up-wrapper {
    display: block;
    overflow: hidden;
}
.product-column-blocks .app-features-bg {
    background: #eff1f4;
}

.product-column-blocks .phones {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin-top: -350px;
    background: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eff2f4',GradientType=0 ); /* IE6-9 */

}
.product-column-blocks .phones .phones-wrapper {
    position: relative;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.product-column-blocks .phones .phones-wrapper:before{
    content: "";
    background-image: url(../images/Orange-Round-Circle1.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index:1;
}
.product-column-blocks .phones .two-phones {
    width: 381px;
    height: auto;
    z-index: 9;
    position: relative;
}
.sticky-content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    padding: 150px 100px 150px;
    position: relative;
}
.sticky-wrap {
    position: absolute;
    height: 100%;
    width: auto;
    min-width: 264px;
    top: -100px;
    z-index: 3;
    padding-top: 60px;
    margin: 120px 0;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    height: 440px;
    top: -webkit-calc(50vh - 200px);
    top: calc(50vh - 236px);
    margin: 0 auto;
    -webkit-flex-basis: 353px;
    -ms-flex-preferred-size: 353px;
    flex-basis: 353px;
}
.features .app-feature-phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 515px;
    -ms-flex: 0 1 515px;
    flex: 0 1 515px;
}
.sticky .inner {
    margin: 0;
    width: 100%;
    height: 100%;
}
.features.has-two-list .features-inner .app-feature{
    text-align: center;
}
.features .app-feature-phone .inner, .features .app-feature-phone .phone-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.features .app-feature-phone .phone-frame {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.features .app-feature-phone .phone-frame:before {
    content: "";
    background-image: url(../images/frame.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    display: none;
}
.sticky .phone-screen {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.sticky .current {
    opacity: 1;
    position: static;
}
.features .app-feature-phone .phone-screen {
    height: auto;
}
.features .app-feature-phone .phone-screen {
    width:450px;
    margin-left: 30px;
    border-radius: 34px;
    overflow: hidden;
}
.plan-sticky-container .phone-screen, .sticky-container .phone-screen {
    display: none;
}
.features.has-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   /* -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}
.features.has-overlay:after {
    content: "";
    background-image: url(../images/Orange-Round-Circle.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width:432px;
    height: 432px;
    /*background: #fff;*/
    display: block;
    /*-webkit-border-radius: 50%;
    border-radius: 50%;*/
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -2;
}
.features.desktop-overlay:after{
 background-image: url(../images/gray-Round-Circle1.png) !important;
 background-repeat: no-repeat;
 -webkit-background-size: 100% 100%;
 background-size: 100% 100%;
}
.features.has-two-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.features.has-two-list, .features.has-one-list{
    position: relative;
}
.features .features-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 257px;
    -ms-flex: 0 1 257px;
    flex: 0 1 257px;
    margin-right: auto;
    margin-left: auto;
}
.features .features-inner.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*   padding-left: 10px;*/
}
.features .features-inner .list-wrapper, .features .features-inner .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.features .features-inner .list-wrapper {
    padding: 0;
}
.app-feature {
    width: 100%;
}
.has-one-list li.app-feature{    
    margin-bottom:35px;
    padding-left: 38px;
    position: relative;
}
.has-one-list li.app-feature:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* border: 2px solid #fc4d03; */
    left: 0px;
    /* box-shadow: inset 0px 1px #818181; */
    top: 18%;
    background: white url('../images/Orange-Round-Circle-list.png');
    background-size: 100% 100%;
}
.theme_color{
    color: #f64c1e;
    font-weight: bold;
}
.title.subhead-1{
    font-weight: normal;
    color: #afafaf !important;
}

.features.has-two-list .features-inner .app-feature:not(:last-child) {
    /*    margin-bottom: 40px;*/
}
.product-column-blocks .list-wrapper._anim[data-intersection] .app-feature:first-child {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.product-column-blocks .list-wrapper._anim[data-intersection] .app-feature:nth-child(2) {
    -webkit-animation-delay: .43s;
    animation-delay: .43s;
}
.product-column-blocks .list-wrapper._anim[data-intersection] .app-feature:nth-child(3) {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
}
.product-column-blocks .list-wrapper._anim[data-intersection] .app-feature:nth-child(4) {
    -webkit-animation-delay: .69s;
    animation-delay: .69s;
}
.product-column-blocks .list-wrapper._anim[data-intersection] .app-feature:nth-child(5) {
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
}
.features.has-two-list .features-inner:first-child .app-feature:nth-child(odd):first-child {
    padding-left: 170px;
}
.features.has-two-list .features-inner:first-child .app-feature:nth-child(2) {
    padding-left: 77px;
}
.features.has-two-list .features-inner:first-child .app-feature:nth-child(3){
    padding-left: 50px;
}
.features.has-two-list .features-inner:first-child .app-feature:nth-child(4){
    padding-left: 90px;
}
.features.has-two-list .features-inner:first-child .app-feature:nth-child(5){
    padding-left: 50px;
}
.features.has-two-list .features-inner:first-child .app-feature:nth-child(2n) {
    justify-self: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.app-feature__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(../images/gray-Round-Circle1.png);
    background-repeat: no-repeat;
    background-size: 51px;
    background-position: center center;
    /* width: max-content; */
    margin: 0;
    padding: 20px 0px;
}
.app-feature__content.current{
 background: url(../images/Orange-Round-Circle1.png);
 background-repeat: no-repeat;
 background-size: 51px;
 background-position: center center;
}

.section_heading {
    position: absolute;
    top: 35px;
    width: calc(100% - 100px);
    left: 100px;
}
.section_heading .subhead-1:after {
    content: '';
    position: relative;
    width: 30%;
    height: 2px;
    background: #ff4401;
    display: inline-block;
    margin-left: 77px;
    top: -2px;
}
.reverse_section .section_heading {
    text-align: right;
    left: auto;
    right: 100px;
}
.reverse_section .index_heading {
    left: auto;
    right: 0px;
    color: rgb(255 255 255 / 91%);
}
.reverse_section .subhead-1:after{
    display: none;
}
.reverse_section .section_heading .subhead-1:before {
    content: '';
    position: relative;
    width: 40%;
    height: 2px;
    background: #ff4401;
    display: inline-block;
    margin-right: 33px;
}
.index_heading {
    font-size: 80px;
    position: absolute;
    z-index: -1;
    color: #dcdbdb;
    top: -36px;
    left: -10px;
    text-transform: uppercase;
}
.subhead-2, .subhead-2-nested p, .subhead-2-nested ul {
    font-size: 18px;
    line-height: 1.1;
}
.app-feature__content .title.subhead-2 {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.f-caption-2 {
    font-size: 11px;
    line-height: 1.2;
}
.app-feature__content .f-caption-1, .app-feature__content .f-caption-2 {
    color: #6c727a;
}
.features.has-two-list .features-inner .app-feature:not(:last-child) {
    /*margin-bottom: 40px;*/
}
.features.has-two-list .features-inner:last-child .app-feature:nth-child(odd) {
    justify-self: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.features.has-two-list .features-inner:last-child .app-feature:nth-child(odd):first-child {
    padding-right: 130px;
}
.features.has-two-list .features-inner:last-child .app-feature:nth-child(2) {
    padding-right:120px;
}
.features.has-two-list .features-inner:last-child .app-feature:nth-child(3) {
    padding-right:100px;
}
.features.has-two-list .features-inner:last-child .app-feature:nth-child(4) {
    padding-right:90px;
}
.features.has-two-list .features-inner:last-child .app-feature:nth-child(5) {
    padding-right:150px;
}
.h4 {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.1;
}
.features .features-inner.cta .app-feature__title {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
    margin-top: 62px;
}
.features .features-inner.cta .app-feature__title strong{
    text-transform: uppercase;
}
.features .features-inner.cta .app-feature__title:before{
    content: "";
    background-image: url(../images/gray-Round-Circle.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 263px;
    height: 263px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -2;
}
.features.reverse_section .features-inner.cta .app-feature__title:before{
    background-image: url(../images/white-Round-Circle.png);
}
.features .features-inner.cta .app-feature__title .secondary-color {
    max-width: 191px;
    color: #adb3bc;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
}
.features .features-inner.cta .btn.f-button{
    margin: 0px auto;
}
.btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding:10px 40px;
    border: 2px solid #c0b5bc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.f-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
}
.btn:hover{
    background: #fc4e04;
    color: #fff;
}
.features.has-one-list .features-inner.list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.reverse_section{
    flex-direction: row-reverse;
}
.footer-block {
    background: #eff1f4;
}
.footer-block .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2.3em;
    padding-bottom: 2em;
    border-bottom: 0.75px solid #d1d5db;
}
.footer-block .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
}
.footer-block .nav.footer-social .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer-block .nav.footer-main .nav-item:not(:last-child), .footer-block .nav.footer-social .nav-item:not(:last-child) {
    margin-right: 40px;
}
a:not(.link-image) {
    color: inherit;
    text-decoration: none;
}
.footer-block .footer-legal {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding-top: 30px;
    color: #adb3bc;
}
.footer-block .footer-legal {
    color: #6c727a;
}
.footer-block .footer-copyright {
    max-width: 315px;
}
.footer-block .copyright-text {
    margin-bottom: 10px;
}
.footer-block .year {
    color: #6c727a;
}
.footer-block .copyright-desc {
    color: #adb3bc;
}
.title.body-3 {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}
.footer-block .footer-legal-links .nav-item:not(:last-child) {
    margin-right: 20px;
}

.features .features-inner.list .btn.f-button{
    display: none;
}
@media (max-width: 1199px){
    .h2 {
        font-size: 70px;
    }
}
@media (max-width: 1199px){
    .mobile-view-data .features-inner.cta{
       margin-bottom: 0px;
       margin-top: 0px;
   }
   .features .features-inner.cta .app-feature__title{
       margin-top: 57px;
       margin-bottom: 46px;
       min-height: 312px;
       flex-wrap: wrap;
       display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
       display: -ms-flexbox;  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
       display: flex; 
       justify-content: center;
       align-items: center;
       flex: 100%;
       vertical-align: top;
       box-sizing: border-box;
       flex-direction: column;
   }
   .global-header{
    padding: 10px 15px;
}
   /* .global-header .navigation-right .navigation-item:not(.menu) {
        display: none;
        }*/
        .container{
            padding: 0px 15px;
        }
        .h2 {
            font-size: 46px;
        }
        .features.has-two-list .features-inner .app-feature {
            padding: 0px !important;
        }

        .sticky-wrap{
            display: none;
        }
        .plan-sticky-container .phone-screen, .sticky-container .phone-screen{
            display: block;
        }
        .features{
            flex-wrap: wrap;
            justify-content: center;
            padding: 80px 15px;
            padding-bottom: 0px;
            display: block !important;
        }
        .features.reverse_section{
         /*   padding: 110px 15px 0px;*/
     }
     .features .features-inner{
        margin-bottom: 20px;
        flex: 100%;
    }
    .features .features-inner.cta .btn.f-button{
        display: none;
    }
    .features .features-inner.list{
        align-items: center;
        flex-wrap: wrap;
        flex: 100%;
        display: block;
    }
    .features .features-inner.list .btn.f-button{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px;
        margin-bottom: 39px;
    }
    .plan-sticky-container{
        width: 100%;
    }
    .product-column-blocks .app-features-bg{
        width: 100%;
        display: block !important;
    }
    
    .footer-block .nav{
        margin-bottom: 15px;
    }
    .footer-block .footer-legal{
        flex-wrap: wrap;
    }
    .footer-block .footer-copyright{
        max-width: 100%;
        margin-bottom: 15px;
    }

        /*.footer-main.title li{
            flex: 100%;
            }*/
            .sticky-content-wrapper{
                overflow-x: hidden;
            }
            
            .features .app-feature-phone .phone-screen {
                width: 320px;
            }
            .header-inner-mobile{
                max-width: 120px;
            }
            .logo.header-logo.link-image img{
                max-width: 100%;
            }
            .global-header .navigation-link{
                font-size: 12px;
            }
            .global-header .log-in{
                padding: 6px 13px;
                text-decoration: none;
                font-size: 12px;
            }
            .global-header .main-navigation .navigation-item:not(:last-child){
                margin-right: 7px;
            }
            .button-circle{
                height: 30px;
                width: 30px;
            }
            .global-header .side-menu .line{
                max-width: 14px;
            }
            .features.has-overlay:after{
                width: 310px;
                height: 310px;
            }
            .features .features-inner.cta .app-feature__title:before{
                width: 312px;
                height: 312px;
            }
            .product-column-blocks .phones .two-phones{
                width: 274px;
            }
            .product-column-blocks .phones .phones-wrapper:before{
                width: 300px;
                height: 300px;
            }
        /*.product-column-blocks .section-with-apps {
            padding: 30px 0 20px;
            }*/
            body.product-column-blocks {
                padding-top: 58px;
            }
            .subhead-1 {
                font-size: 17px;
                text-transform: uppercase;
            }
            .section_heading {
             width: 100%;
             left: 20px;
             top: 60px;
         }
         .index_heading {
             font-size: 28px;
             text-transform: uppercase;
             top:-16px;
         }
         .section_heading .subhead-1:after {

            width: 35% !important;
            margin-left: 33px;
            top: 0px;

        }
        .reverse_section .section_heading{
            right: 15px;
        }
        .h4 {
            font-size: 26px;
            max-width: 252px;
            margin-left: auto;
            margin-right: auto;
        }
    }
    .feature_heading{
        position: absolute;
        top: -118px;
        width: 348px;
        right: -95px;

    }
    .feature_heading .index_heading{
        font-size: 32.3px;
        color: #808080 !important;
    }
    .feature_heading strong{
        color: #fc4d03
    }
    .p-relative{
        position: relative;
    }
    .features-inner hr{
        position: absolute;
        left: 10px;
        border-color: #ffffff52;
    }

    /**dashboard circle**/
    .circle-container {
        position: absolute;
        width: 512px;
        height: 512px;
        border-radius: 50%;
        padding: 0;
        top: 13px;
        list-style: none;
        /* margin: 5em auto 0; */
        /* border: solid 3px #e5e4e4;*/
        left: 6px;
        text-align: center;
        background: url(../images/circle-img.png);
    }
    .circle-container > * {
       display: block;
       position: absolute;
       top: 71%;
       left: 55%;
       margin: -3em;
       width: 6em;
       height: 6em;
       content: '';
       width: 30px;
       height: 30px;
       border-radius: 50%;
       cursor: pointer;
       z-index: 99999999999;
       background:transparent url(../images/gray-Round-Circle1-list.png);
       background-size: 100% 100%;
   }
   .circle-container li.current-h{
    background: #fc4e04;
    color: white;
    border: 2px solid #fc4e04;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.circle-container > *:nth-of-type(1) {
  transform: rotate(0deg) translate(10em) rotate(0deg);
   -webkit-transform: rotate(0deg) translate(10em) rotate(0deg);
  top: 86%;
  left: 65%;
  line-height: 31px;
}
.circle-container > *:nth-of-type(2) {
  transform: rotate(45deg) translate(10em) rotate(-45deg);
  -webkit-transform: rotate(45deg) translate(10em) rotate(-45deg);
  top: 74%;
  left: 63%;
  line-height: 35px;
}
.circle-container > *:nth-of-type(3) {
  transform: rotate(90deg) translate(10em) rotate(-90deg);
   -webkit-transform:rotate(90deg) translate(10em) rotate(-90deg);
  left: 70%;
  top: 73%;
  line-height: 31px;
}
.circle-container > *:nth-of-type(4) {
  transform: rotate(135deg) translate(10em) rotate(-135deg);
   -webkit-transform:rotate(135deg) translate(10em) rotate(-135deg);
  left: 72%;
  top: 84%;
  line-height: 33px;
}
.circle-container > *:nth-of-type(5) {
  transform: rotate(180deg) translate(10em) rotate(-180deg);
   -webkit-transform:rotate(180deg) translate(10em) rotate(-180deg);
  top: 100%;
  left: 63%;
  line-height: 31px;
}
.circle-container > *:nth-of-type(6) {
  transform: rotate(225deg) translate(10em) rotate(-225deg);
   -webkit-transform:rotate(225deg) translate(10em) rotate(-225deg);
  top: 110%;
  left: 40%;
  line-height: 31px;
}
.circle-container > *:nth-of-type(7) {
  transform: rotate(270deg) translate(10em) rotate(-270deg);  
   -webkit-transform:rotate(270deg) translate(10em) rotate(-270deg);
  top: 105%;
  left:10%;
  line-height: 31px;

}
.circle-container > *:nth-of-type(8) {
  transform: rotate(315deg) translate(10em) rotate(-315deg);
   -webkit-transform:rotate(315deg) translate(10em) rotate(-315deg);
  top: 79%;
  left: -15%;
  line-height: 32px;

}
.circle-container > *:nth-of-type(9) {
  transform: rotate(315deg) translate(10em) rotate(-315deg);
   -webkit-transform:rotate(315deg) translate(10em) rotate(-315deg);
  top: 62%;
  left: -12%;
  line-height: 31px;
}
.circle-container > *:nth-of-type(10) {
  transform: rotate(315deg) translate(10em) rotate(-315deg);
   -webkit-transform:rotate(315deg) translate(10em) rotate(-315deg);
  top: 46%;
  left: -10px;
  line-height: 31px;
}

.circle-container > *:nth-of-type(10).current-h{
 left: -5%;
 top: 44%;
}
.circle-container > *:nth-of-type(9).current-h{
   top: 60%;
   left: -14%;
}
.circle-container > *:nth-of-type(8).current-h{
   top:77%;
   left: -18%;
}
.circle-container > *:nth-of-type(7).current-h{
    top: 102%;
    left: 7%;
}
.circle-container > *:nth-of-type(6).current-h{
    top: 107%;
    left: 37%;
}
.circle-container > *:nth-of-type(5).current-h{
   top: 98%;
   left: 61%;
}
.circle-container > *:nth-of-type(4).current-h{
   left: 69%;
   top: 82%;
}
.circle-container > *:nth-of-type(3).current-h{
   left: 66%;
   top: 72%;
}
.circle-container > *:nth-of-type(2).current-h{
   left: 61%;
   top: 74%;
}
.circle-container > *:nth-of-type(1).current-h{
  left: 65%;
  top: 82%;
}
.circle-container img {
  display: block;
  max-width: 100%;
  border-radius: 50%;
  filter: grayscale(100%);
  border: solid 5px tomato;
  transition: .15s;
}
.circle-container img:hover {
  filter: grayscale(0);
}
/*.top-31{
    top: -15px;
    }*/
    .features-inner.list.p-relative{
        padding-bottom: 20px;
    }
    @media(min-width: 1200px){
        .features-inner .list-wrapper{
            min-height: 500px;

        }
        .features.has-overlay:after{
            top: 50.8%;
        }
        .f-button{
           right: 74%;
           position: absolute;
           top: 615px;
        }
        .features-inner.list.p-relative{
            margin-top: 31px;
        }
        .mobile-view-data{
            display: none;
        }
        .global-header{
            padding: 10px 53px 10px 100px;

        }
    }
    @media(max-width: 1199px){
        .has-one-list{
            padding-top: 8px;
            width: 100%;
        }
        .has-one-list li.app-feature:before{
            background: transparent url(../images/Orange-Round-Circle-list.png);
            background-size: 100% 100%;
        }
        .circle-container > *:nth-of-type(10).current-h {
          left: -3%;
          top: 47%;
      }
      .circle-container > *:nth-of-type(10) {
       top: 49%;
       left: -6px;
   }
   .circle-container > *:nth-of-type(9) {
    top: 40%;
    left: 13%;
    line-height: 31px;
}
.circle-container > *:nth-of-type(8) {
   top: 37%;
   left: 30%;
   line-height: 32px;
}
.circle-container > *:nth-of-type(7) {
   top: 51%;
   left: 75%;
   line-height: 31px;
}
.circle-container > *:nth-of-type(6) {
   top: 49%;
   left: 117%;
   line-height: 31px;
}
.circle-container > *:nth-of-type(9).current-h{
   top: 37%;
   left: 12%;
}
.circle-container > *:nth-of-type(8).current-h {
    top: 33%;
    left: 28%;
}
.circle-container > *:nth-of-type(7).current-h {
    top: 48%;
    left: 72%;
}
.circle-container > *:nth-of-type(6).current-h {
   top: 47%;
   left: 114%;
}
.circle-container > *:nth-of-type(5) {
    top: 95%;
    left: 63%;
}
.circle-container > *:nth-of-type(4) {
   left: 67%;
   top: 77%;
}
.circle-container > *:nth-of-type(3).current-h {
    left: 55%;
    top: 66%;
}
.circle-container > *:nth-of-type(2) {
   top: 77%;
   left: 48%;
}
.circle-container > *:nth-of-type(1) {
   top: 95%;
   left: 52%;
}
.circle-container > *:nth-of-type(5).current-h {
    top: 93%;
    left: 63%;
}
.circle-container > *:nth-of-type(4).current-h {
    left: 66%;
    top: 76%;
}
.circle-container > *:nth-of-type(4).current-h {
    left: 66%;
    top: 75%;
}
.circle-container > *:nth-of-type(2).current-h {
    left: 46%;
    top: 75%;
}
.circle-container > *:nth-of-type(1).current-h {
    left: 49%;
    top: 93%;
}
.circle-container > *:nth-of-type(3) {
    left: 57%;
    top: 69%;
    line-height: 34px;
}
.features-inner.list .list-wrapper-mob{
    margin-top: 16px !important;
    margin-bottom: 39px;

}
.features-inner.list .list-wrapper-mob li{
    display: none;
}
.features-inner.list .list-wrapper-mob li.current-feature-mob{
    display: block
}
.features .app-feature-phone{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3s15px;
    -ms-flex: 0 1 315px;
    flex: 0 1 315px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 7px;
    max-width: 315px;
}
.circle-container {
  position: absolute;
  width: 419px;
  height: 419px;
  border-radius: 50%;
  padding: 0;
  top: -8%;
  list-style: none;
  /* margin: 5em auto 0; */
  /* border: solid 3px #e5e4e4;*/
  left: -53px;
  text-align: center;
  background: url(../images/circle-img1.png);
}
.features.has-overlay:after{
    top:59.5%;
}
.subhead-2, .subhead-2-nested p, .subhead-2-nested ul {
    font-size: 12px;
    line-height: 1.1;
}
.app-feature__content .f-caption-1, .app-feature__content .f-caption-2{
    font-size: 11px;
}
.desktop-view-data,.qodef-grid-line-center{
    display: none;
}
.qodef-grid-line-right{
    display: none;
}
.mobile-view-data .list-wrapper{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    flex-direction: inherit !important;
}
.mobile-view-data .features-inner ul.list-wrapper{
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
}
.mobile-view-data  .features.has-two-list .features-inner .app-feature{
    flex: 50%;
}

}
.desktop-view-data .desktop-overlayy{
    display: none;
}
.desktop-view-data .desktop-overlayy.current-feature{
    display: block;
}
.qodef-grid-line-center, .qodef-grid-line-right {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #dddce1;
    z-index: 5;
}
.qodef-grid-line-right {
    right: 94px;
}
.qodef-grid-line-center .qodef-grid-line-inner, .qodef-grid-line-right .qodef-grid-line-inner {
    position: absolute;
    width: 3px;
    height: 58px;
    z-index: -5;
    background-color: #f34e3a;
}
.qodef-grid-line-right .qodef-grid-line-inner {
    top: 10%;
    right: -1px;
}
#owl-demo .owl-item div{
  padding:5px;
}
#owl-demo .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.desktop-view-data .subhead-1{
    font-size: 49px;
    top: 14px;
    position: relative;
    color: #808080 !important;
}
.desktop-view-data  .app-feature span{
    width: 100%;
    display: inline-block;
}
/*.features-inner.list.p-relative{
    top: 79px;
    }*/
    strong{
        font-family: "Campton-Bold";
    }
    .desktop-view-data  .has-one-list.features{
        max-width: 1340px;
        margin-left: auto;
        margin-right: auto;
    }
    @media(max-width: 767px){
        .main_slider_heading .index_heading {
            font-size: 18px;
        }
        .main_slider_heading .title.subhead-1{
            font-size: 12px;
        }
        .feature_change_heading .index_heading {
            font-size: 20px;
            top: 38px;
        }
        .login-d{
            display: none !important;
        }
        .feature_change_heading .index_heading.current-feature-mob{
          /*  width: 132px;*/
              margin-right: 14px;
        }
    }
    @media(min-width: 768px){
        .login-m{
            display: none !important; 
        }

    }
    @media(min-width: 768px) and (max-width: 1199px){
        .feature_change_heading {
            top: -28px;
        }
        .main_slider_heading .index_heading {
            top:-26px !important;
        }
        .feature_change_heading.feature_heading .index_heading {
               margin-right: 14px;
    font-size: 25px;
    top: 30px;
        }
    }
    @media(min-width: 768px) and (max-width: 991px){
        .main_slider_heading .index_heading {
            top: -18px !important;
        }
    }
    @media(max-width: 991px){
        .footer-block .nav-item {
            flex: 46%;
            margin-right: 1px !important;
            margin-bottom: 20px;

        }
        .footer-block .nav{
            width: 100%;
            flex-flow: row wrap;
        }
        .footer-block .footer-menu{
            flex-wrap: wrap;
            justify-content: center;
        }
    }
    @media(min-width: 1200px) and (max-width: 1365px){
        .features{
            padding: 150px 56px 150px;
        }
        .qodef-grid-line-right {
            right: 58px;
        }
        .global-header {
            padding: 10px 20px 10px 20px;
        }
        .section_heading .subhead-1:after {
            width: 24%;
        }
    }
    @media(min-width: 992px) and (max-width: 1199px){
        .index_heading {
            font-size: 44px;
            top: -28px;
        }
        .subhead-1 {
            font-size: 25px;
            text-transform: uppercase;
        }
        .section_heading .subhead-1:after {
            width: 23%;
            margin-left: 33px;
            top: 0px;
        }
        .reverse_section .section_heading .subhead-1:before {
            width: 23%;
            height: 2px;
            top: 1px;
        }
    }
    .main_slider_heading{
        width: 56%;
        top: 46px;
    }
    .main_slider_heading .index_heading {
        text-transform: uppercase;
        top: -8px;
    }
    .main_slider_heading .title.subhead-1{
        margin-left: -4px;
    }
    .main_slider_heading.section_heading .subhead-1:after {
        width: 35%;
        margin-left: 12px;
        top: 2px;
    }
    .feature_change_heading .index_heading.current-feature-mob{
        display: block !important;

    }
    .feature_change_heading .index_heading{
        display: none !important;
    }
    
    .feature_change_heading{
        position: absolute;
        top: 51px;
        right:0px;
        float: right;
    }
    .feature_change_heading .index_heading {
        color: #808080 !important;
    }
    .feature_change_heading .index_heading{
        left: inherit;
        right: 0;

    }
.circle-container li{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}