************************
*
* FONTS START
*
*************************/

@font-face {
    font-family: Metropolis-Regular;
    src: url(../fonts/Metropolis-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Metropolis-Regular.otf) format("opentype"), url(../fonts/Metropolis-Regular.woff) format("woff"), url(../fonts/Metropolis-Regular.ttf) format("truetype"), url(../fonts/Metropolis-Regular.svg#Metropolis-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Metropolis-Light;
    src: url(../fonts/Metropolis-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Metropolis-Light.otf) format("opentype"), url(../fonts/Metropolis-Light.woff) format("woff"), url(../fonts/Metropolis-Light.ttf) format("truetype"), url(../fonts/Metropolis-Light.svg#Metropolis-Light) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Metropolis-Medium;
    src: url(../fonts/Metropolis-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Metropolis-Medium.otf) format("opentype"), url(../fonts/Metropolis-Medium.woff) format("woff"), url(../fonts/Metropolis-Medium.ttf) format("truetype"), url(../fonts/Metropolis-Medium.svg#Metropolis-Medium) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Metropolis-SemiBold;
    src: url(../fonts/Metropolis-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Metropolis-SemiBold.otf) format("opentype"), url(../fonts/Metropolis-SemiBold.woff) format("woff"), url(../fonts/Metropolis-SemiBold.ttf) format("truetype"), url(../fonts/Metropolis-SemiBold.svg#Metropolis-SemiBold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Metropolis-Bold;
    src: url(../fonts/Metropolis-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Metropolis-Bold.otf) format("opentype"), url(../fonts/Metropolis-Bold.woff) format("woff"), url(../fonts/Metropolis-Bold.ttf) format("truetype"), url(../fonts/Metropolis-Bold.svg#Metropolis-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Metropolis-ExtraBold;
    src: url(../fonts/Metropolis-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Metropolis-ExtraBold.otf) format("opentype"), url(../fonts/Metropolis-ExtraBold.woff) format("woff"), url(../fonts/Metropolis-ExtraBold.ttf) format("truetype"), url(../fonts/Metropolis-ExtraBold.svg#Metropolis-ExtraBold) format("svg");
    font-weight: 400;
    font-style: normal
}


/*************************
*
*	FONTS END
*
*************************/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font: inherit;
    vertical-align: baseline;
    color: inherit;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
}

body {
    color: #1b1421;
    font-size: 16px;
    font-family: 'Metropolis-Regular', sans-serif;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.white {
    color: #fff;
}

img, iframe {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

strong, .bold {
    font-weight: 700;
}

em, .italic {
    font-style: italic;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover, a:active {
        text-decoration: none;
        opacity: 0.95;
        color: inherit;
    }

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

.ib {
    display: inline-block;
}

.viz_hidden {
    visibility: hidden;
}

.clearfix {
    clear: both;
}

input[type="checkbox"], label {
    vertical-align: middle;
}

input, textarea, button, a {
    outline: none;
}

button {
    cursor: pointer;
}

a:hover {
    color: #b61c1c;
    opacity: 0.9;
}

p {
    margin: 0 0 5px;
}

label {
    margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 1em;
}

/*html{scroll-behavior:smooth}*/



/*************************
*
*	SITE GENERAL START
*
*************************/
body {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}

.mainContainer {
    width: 1600px;
    max-width: 100%;
    margin: auto;
    padding: 0 160px;
}

.textContainer {
    font-size: 16px;
    line-height: 26px;
}

    .textContainer p {
        margin-bottom: 25px;
    }

.flexContainer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#pricingModal1 .flexContainer {
    justify-content: center;
}

.section {
    padding-top: 80px;
}

.button {
    border-radius: 30px;
    background: #b61c1c;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
    font-family: Metropolis-Bold, Arial, sans-serif;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

    .button:hover {
        background: #0e0916;
        color: #fff;
    }

a {
    outline: none;
}
/*************************
*
*	SITE GENERAL END
*
*************************/



/*************************
*
*	HEADER START
*
*************************/

.header {
    width: 100%;
    padding: 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 999;
}

.whiteHeader {
    padding: 0;
    background: #fff;
    box-shadow: 0 5px 35px rgba(27,20,33,.1);
}

.logoWrap {
    width: 260px;
}

.topMenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 350px);
}

.header .mainContainer {
    height: 70px;
}

@media only screen and (max-width: 1280px) {
    .topMenu {
        width: calc(100% - 280px);
    }
}

@media only screen and (max-width: 1050px) {
    .topMenu {
        width: calc(100% - 220px);
    }
}

@media only screen and (max-width: 1023px) {
    .topMenu {
        width: calc(100% - 380px);
    }
}

@media only screen and (max-width: 768px) {
    .topMenu {
        width: calc(100% - 280px);
    }
}

@media only screen and (max-width: 600px) {
    .topMenu {
        width: calc(100% - 230px);
    }
}

@media only screen and (max-width: 567px) {
    .topMenu {
        width: 50%;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 1050px) {
    .topMenu {
        width: unset;
    }

    .header .mainContainer {
        height: 70px;
        justify-content: space-between;
        display: flex;
    }
}

.mainMenuList {
    padding-inline-start: 0;
}

@media only screen and (max-width: 1023px) {
    .mainMenuList {
        margin-right: 20px;
    }
}

.mainMenuElement {
    list-style-type: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.mainMenuLink {
    color: #0e0916;
    font-family: Metropolis-Bold, Arial, sans-serif;
    font-size: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

    .mainMenuLink:hover {
        color: #8f0a0a;
    }

.rightMenuBilling {
    color: #fff;
}

    .rightMenuBilling:hover {
        color: #0e0916;
    }

.mainMenuElement.LiveDemo {
    margin-left: 15px;
    margin-right: 0;
}

.rightMenuLiveDemo {
    border-radius: 30px;
    background: #fff;
    display: inline-block;
    color: #0e0916;
    cursor: pointer;
    font-size: 15px;
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
    font-family: Metropolis-Bold, Arial, sans-serif;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

    .rightMenuLiveDemo:hover {
        background: #0e0916;
        color: #fff;
    }

.whiteHeader .rightMenuLiveDemo {
    background: #b61c1c;
    color: #fff;
}

    .whiteHeader .rightMenuLiveDemo:hover {
        background: #0e0916;
    }

.whiteHeader .rightMenuBilling {
    color: #0e0916;
}

    .whiteHeader .rightMenuBilling:hover {
        color: #b61c1c;
    }

.mobileButton {
    width: 36px;
    height: 32px;
    /*border: 1px solid #b61c1c;*/
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #b61c1c;
    text-align: center;
    font-size: 17px;
    padding-top: 2px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 1000;
    top: -3px;
    left: 8px;
}

    .mobileButton span {
        display: block;
        position: absolute;
        height: 2px;
        width: 80%;
        background: #fff;
        border-radius: 4px;
        opacity: 1;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


        /* Icon 3 */

        .mobileButton span:nth-child(1) {
            top: 9px;
        }

        .mobileButton span:nth-child(2), .mobileButton span:nth-child(3) {
            top: 18px;
        }

        .mobileButton span:nth-child(4) {
            top: 27px;
        }

.mobileMenuActive .mobileButton span:nth-child(1) {
    top: 16px;
    width: 0%;
    left: 50%;
}

.mobileMenuActive .mobileButton span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobileMenuActive .mobileButton span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobileMenuActive .mobileButton span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
}

.onlyMobile {
    display: none;
}

.logoMobile {
    display: none;
}

@media only screen and (max-width: 1500px) {
    .mainContainer {
        padding: 0 80px;
    }
}


@media only screen and (max-width: 1366px) {
    .mainContainer {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .mainContainer {
        padding: 0 30px;
    }

    .logoWrap {
        width: 140px;
    }

    .header .rightMenuLiveDemo:hover {
        background: #0e0916;
    }

    .header .rightMenuLiveDemo {
        font-size: 14px;
        padding: 0 20px;
        height: 36px;
        line-height: 36px;
    }

    .mainMenuElement {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .header .rightMenuLiveDemo {
        background: #fff;
        color: #b61c1c;
    }

    .header {
        /*background: #b61c1c;*/
        /*padding-top: 0;*/
        /*padding-bottom: 0;*/
        /*box-shadow: 0 5px 35px rgba(27,20,33,.1);*/
        padding: 20px 0;
    }

    .mobileMenuActive .header,
    .whiteHeader {
        padding: 0;
        background: #fff;
        color: #b61c1c;
    }

        .mobileMenuActive .header .mobileButton span,
        .whiteHeader .mobileButton span {
            background: #0e0916;
        }

        .mobileMenuActive .header .logoDesktop,
        .whiteHeader .logoDesktop {
            display: block;
        }

        .mobileMenuActive .header .logoMobile,
        .whiteHeader .logoMobile {
            display: none;
        }

    .header .headerContent {
        position: relative;
    }

    .logoDesktop {
        display: none;
    }

    .logoMobile {
        display: block;
    }

    .header .rightMenuBilling {
        color: #fff;
        font-size: 14px;
    }

        .mobileMenuActive .header .rightMenuBilling:hover,
        .header .rightMenuBilling:hover {
            color: #b61c1c;
        }

    .mobileMenuActive .header .rightMenuBilling,
    .header.whiteHeader .rightMenuBilling {
        color: #0e0916;
    }

        .mobileMenuActive .header .rightMenuBilling:hover,
        .header.whiteHeader .rightMenuBilling:hover {
            color: #b61c1c;
        }

    .mobileMenuActive .header .rightMenuLiveDemo,
    .header.whiteHeader .rightMenuLiveDemo {
        background: #b61c1c;
        color: #fff;
    }

    .mainNav {
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        /* -webkit-transition: all .25s linear;
		   -moz-transition: all .25s linear;
			-ms-transition: all .25s linear;
			 -o-transition: all .25s linear;
				transition: all .25s linear; */
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid rgba(14,9,22,.15);
    }

    .mobileMenuActive .mainNav {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        box-shadow: 0 5px 35px rgba(27,20,33,.1);
        opacity: 1;
        visibility: visible;
        z-index: 999;
        box-shadow: 0 5px 35px rgba(27,20,33,.1);
        width: calc(100% + 20px);
        right: 0;
        position: absolute;
        right: 10px;
        top: calc(100% + 15px);
    }

    .mainNav .mainMenuElement {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .mainNav .mainMenuLink {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(14,9,22,.15);
        text-align: left;
        padding: 15px 32px;
    }

        .mainNav .mainMenuLink:hover {
            background: #b61c1c;
            color: #fff;
        }
}

/*************new menu*************/

@media only screen and (max-width: 507px) {
    .mobileButton {
        left: 0;
    }
}

.whiteHeader .mobileButton span {
    background-color: #248de9;
}

.mobileMenuActive .headerDropdownMenu {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    box-shadow: 0 5px 35px rgba(27,20,33,.1);
    width: 300px;
    right: 0;
    position: absolute;
    margin-left: auto;
    top: calc(100% + 8px);
}

.headerDropdownMenu {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: top .25s linear;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(14,9,22,.15);
}

    .headerDropdownMenu .rightMenuBilling {
        color: black;
    }

    .headerDropdownMenu .mainMenuLink {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(14,9,22,.15);
        text-align: right;
        padding: 15px 32px;
    }

    .headerDropdownMenu .mainMenuElement {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        list-style-type: none;
        display: inline-block;
    }

.topMenu {
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .headerDropdownMenu {
        display: none;
    }

    .mobileMenuActive .mainMenuElement.onlyMobile.LiveDemo {
        display: none;
    }

    .topMenu {
        position: unset;
    }

    .header .mainContainer {
        position: relative;
    }

    .mobileMenuActive .mainNav {
        top: 100%;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }
}

@media only screen and (max-width: 567px) {
    .mobileMenuActive .mainMenuElement.onlyMobile.LiveDemo {
        display: block;
    }
}

/*************new menu*************/




@media only screen and (max-width: 1023px) {
    .onlyMobile {
        display: block;
    }
}

@media only screen and (max-width: 567px) {
    .rightNav {
        display: none;
    }

    .header .rightMenuLiveDemo {
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding-left: 17px;
        padding-right: 17px;
    }

    .mainContainer {
        padding: 0 15px;
    }

    .mainNav .mainMenuLink {
        padding: 15px 17px;
    }

    .mobileMenuActive .header .rightMenuLiveDemo {
        padding: 15px 17px;
        height: auto;
        line-height: initial;
    }
}
/*************************
*
*	HEADER END
*
*************************/



/*************************
*
*	IT DOCUMENTATION START
*
*************************/

.itDocumentation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 150px 0 150px;
    overflow: hidden;
    background: #f6f7fc url(../images/top-decoration.jpg) no-repeat center top;
    background-position: left 42% top 0;
}

.itDocumentationLeft {
    width: 50%;
}

.itDocumentationTitle {
    color: #0e0916;
    font-size: 36px;
    line-height: 35px;
    font-family: Metropolis-Bold, Arial, sans-serif;
    letter-spacing: -.01em;
    margin-bottom: 30px;
}

.itDocumentationTitle a {
    color: #238de9; /* This is the color for links within .pricingTableThLink */
	text-decoration: underline; 
}



.itDocumentationDescr {
    color: #0e0916;
    font-size: 22px;
    line-height: 35px;
    font-family: Metropolis-Regular, Arial, sans-serif;
}

.itDocumentationIconsList {
    margin-top: 30px;
}

.itDocumentationItem {
    margin-right: 15px;
}

.itDocumentationRight {
    text-align: right;
    width: calc(50% + 220px);
    margin-right: -220px;
    position: relative;
    display: block;
}

.itDocumentationImg {
    width: 95%;
}

.goDownBtn, .onBoardWhitePaper {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}

.onBoardWhitePaper {
    margin-left: 10px;
}

.goDownBtn a.goDownLink {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
}

    .goDownBtn a.goDownLink svg {
        width: 25px;
    }

        .goDownBtn a.goDownLink svg path {
            fill: #fff;
        }

@media only screen and (max-width: 1280px) {
    .itDocumentationTitle {
        font-size: 36px;
        line-height: 1.1;
    }

    .itDocumentation {
        background-position: left 50% top 0;
    }
}

@media only screen and (max-width: 1023px) {
    .itDocumentation {
        background-position: top 0 right 0;
        background-color: #FFF;
        padding: 100px 0;
    }

    .itDocumentationRight {
        width: 100%;
        margin: auto;
        text-align: center;
        -webkit-order: 0;
        -ms-order: 0;
        order: 0;
    }

    .itDocumentationLeft {
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
    }

    .itDocumentationLeft {
        width: 100%;
        text-align: center;
        max-width: 600px;
        margin: auto;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 960px) {
    .itDocumentation {
        background-position: top 0 left 95%;
    }

    .itDocumentationLeft {
        margin-top: 110px;
    }
}

@media only screen and (max-width: 800px) {
    .itDocumentation {
        background-position: top 0 left 85%;
    }

    .itDocumentationLeft {
        margin-top: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .itDocumentationLeft {
        width: 100%;
    }

    .itDocumentation {
        background-position: top 0 left 85%;
    }

    .itDocumentationLeft {
        margin-top: 150px;
    }

    .itDocumentationTitle {
        font-size: 32px;
    }

    .itDocumentationDescr {
        font-size: 18px;
        line-height: 1.5;
    }

    .itDocumentation {
        padding: 120px 0 100px;
    }

    .itDocumentationItem {
        width: 100px;
    }
}

@media only screen and (max-width: 700px) {
    .itDocumentation {
        background-position: top 0 left 80%;
    }
}

@media only screen and (max-width: 667px) {
    .itDocumentation {
        background-position: top 0 left 85%;
        background-size: auto 85%;
    }
}

@media only screen and (max-width: 567px) {
    .itDocumentation {
        background-position: top 0 left 81%;
        background-size: auto 85%;
    }
}

@media only screen and (max-width: 450px) {
    .itDocumentation {
        background-position: top 0 left 82%;
        background-size: auto 75%;
    }

    .itDocumentationLeft {
        margin-top: 120px;
    }

    .header {
        padding: 10px 0;
    }

    .whiteHeader {
        padding: 0;
    }
}

@media only screen and (max-width: 420px) {
    .itDocumentation {
        padding: 100px 0 50px;
    }
}

@media only screen and (max-width: 360px) {
    .itDocumentationLeft {
        margin-top: 60px;
    }
}


/*************************
*
*	IT DOCUMENTATION END
*
*************************/



/*************************
*
*	TRUSTED SINCE 2007/ABOUT START
*
*************************/

section#about {
    padding-top: 100px;
}

.sectionTitle {
    font-size: 50px;
    font-family: Metropolis-Bold, Arial, sans-serif;
    color: #0e0916;
    letter-spacing: -.01em;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1280px) {
    .sectionTitle {
        font-size: 40px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 1023px) {
    section#about {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .sectionTitle {
        font-size: 30px;
        line-height: 1.1;
    }
}

/*Alex Cabral Description*/
.trustedDescr {
    margin-bottom: 10px;
    font-family: Metropolis-Regular, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #0e0916;
    text-align: justify;
}

.founderName {
    color: #8f0a0a;
    font-weight: 500;
}

#more {
    display: none;
}

/*Read More*/
.trustedDescrBtn {
    text-align: right;
}

#showMoreBtn {
    border-radius: 30px;
    padding: 13px 25px;
    background: #8f0a0a;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin-bottom: 50px;
}

/*Box with elements*/
.trustedBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: top;
    justify-content: space-between;
    margin-top: 50px;
}

.trustedElement {
    width: 30%;
    text-align: center;
}

.trustedElementTitle {
    font-family: Metropolis-SemiBold, Arial, sans-serif;
    font-size: 32px;
    color: #0e0916;
    margin-bottom: 25px;
}

.trustedElementDescr {
    margin-bottom: 50px;
    font-family: Metropolis-Regular, Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5;
}

.trustedDescrImg {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.trustedDescrtitle {
    font-weight: 700;
    color: #484848;
}

@media only screen and (max-width: 1023px) {
    .trustedElement {
        width: 100%;
        max-width: 600px;
        margin: auto;
        text-align: center;
    }

    section#about {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .trustedElementTitle {
        font-size: 24px;
    }
}

/*************************
*
*	TRUSTED SINCE 2007 END
*
*************************/



/*************************
*
*	TESTIMONIALS START
*
*************************/
section.testimonials {
    background: #f6f7fc;
    position: relative;
    height: 650px;
}

.testimonialCarouselContainer {
    width: 50%;
}

.testimonialImage {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 650px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.tns-nav button {
    width: 40px;
    height: 40px;
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
}

    .tns-nav button:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        margin-left: 16px;
        border-radius: 50%;
        background: rgba(14,9,22,.4);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

    .tns-nav button.tns-nav-active:after {
        width: 16px;
        height: 16px;
        background: #b61c1c;
        margin-left: 12px;
    }

.sliderItem {
    padding: 50px 30px 50px 0;
    min-height: 500px;
}

.testimonialItemText {
    padding-bottom: 30px;
    margin-left: 15px;
}

    .testimonialItemText p {
        font-size: 20px;
        line-height: 30px;
        font-family: 'Metropolis-Regular', Arial, sans-serif;
        font-weight: normal;
    }

.authorName {
    font-size: 18px;
    line-height: 1;
    font-family: 'Metropolis-Bold', Arial, sans-serif;
    margin-bottom: 10px;
    font-weight: normal;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.205);
    width: 90%;
    margin-left: 15px;
}

.authorPosition {
    font-size: 17px;
    line-height: 1;
    font-family: 'Metropolis-Regular', Arial, sans-serif;
    font-weight: normal;
    margin-left: 15px;
}

@media only screen and (max-width: 1023px) {
    section.testimonials {
        padding-top: 0;
        height: auto;
        overflow: hidden;
    }

        section.testimonials .mainContainer {
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .testimonialImage {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        position: static;
        -webkit-order: 0;
        -ms-order: 0;
        order: 0;
        background-position: 50% 65%;
        height: 300px;
    }

    .testimonialCarouselContainer {
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        width: 100%;
        padding-bottom: 60px;
    }

    .sliderItem {
        min-height: initial;
    }
}

@media only screen and (max-width: 567px) {
    .authorName,
    .authorPosition,
    .testimonialItemText {
        margin-left: 0;
        width: 100%;
    }

    .sliderItem {
        text-align: center;
        padding-right: 0;
    }

    .tns-nav {
        text-align: center;
    }

    .testimonialItemText p {
        font-size: 18px;
        line-height: 1.5;
    }

    .testimonialImage {
        height: 200px;
    }
}

/*************************
*
*	TESTIMONIALS END
*
*************************/





/*************************
*
*	FEATURES START
*
*************************/
section.topFeatures {
    padding: 100px 0;
}

    section.topFeatures .sectionTitle {
        margin-bottom: 20px;
    }
	
	
	
	

/*Features Carousel - 18.06.2021 - START*/
.navTabsContent {
    position: relative;
    padding: 0 50px;
}
#navTabsContent-prev {
    position: relative;
}
#navTabsContent-prev,
#navTabsContent-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 60px;
    cursor: pointer;
}
#navTabsContent-next {
    right: 0;
    left: unset;
}
#navTabsContent-prev::before,
#navTabsContent-prev::after {
    content: "";
    position: absolute;
    display: block;
    top: 45px;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: gray;
    transform: rotate(45deg);
    transition: background-color .25s linear;
}
#navTabsContent-prev::after {
    top: 29px;
    transform: rotate(-45deg);
}
#navTabsContent-next::before,
#navTabsContent-next::after {
    content: "";
    position: absolute;
    display: block;
    top: 28px;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: gray;
    transform: rotate(45deg);
    transition: background-color .25s linear;
}
#navTabsContent-next::after {
    top: 45px;
    transform: rotate(-45deg);
}
#navTabsContent-prev:hover:before,
#navTabsContent-prev:hover:after,
#navTabsContent-next:hover:before,
#navTabsContent-next:hover:after {
    background-color: #238de9;
}
#navTabsContent .tns-outer {
    float: left;
    width: calc(100% - 134px);
}
.tns-outer [aria-controls], .tns-outer [data-action] {
    display: none;
}
#moreFeaturesTrigger {
    float: right;
    margin-right: 10px;
}
@media (max-width: 480px) {
    #navTabsContent .tns-outer {
        float: none;
        width: 100%;
    }
    #moreFeaturesTrigger {
        float: none;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
}

.containerTabs .navTabsI,
.containerTabs .navTabs {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.containerTabs#featuresTabsContent #featuresTabs .navTabs {
    width: auto;
    display: inline-block;
}

    .containerTabs .navTabsI > li,
    .containerTabs .navTabs > li,
	.containerTabs .navTabsI > .navTabsItem,
	.containerTabs .navTabs > .navTabsItem,
	.navTabsItem-more {
		display: inline-block;
		margin-bottom: -1px;
		border-radius: 55px;
		margin-top: 10px;
		float: right;
	}
	.navTabsI .navTabsItemI{
		margin-right: 2px;
		margin-left: 2px;
	}

        .containerTabs .navTabsI > li > a,
		.containerTabs .navTabs > li > a,
		.containerTabs .navTabsI > .navTabsItem > a,
		.containerTabs .navTabs > .navTabsItem > a,
		.navTabsItem-more a {
			display: inline-block;
            cursor: pointer;
            padding: 0 35px;
            margin: 2px 1px 0;
            background: rgba(14,9,22,.05);
            border: none;
            border-radius: 55px;
            text-align: center;
            text-decoration: none;
            color: #0e0916;
            font-size: 15px;
            line-height: 50px;
            font-family: Metropolis-Medium, Arial, sans-serif;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }


            .containerTabs .navTabs > li > a:hover {
                background: rgba(14,9,22,.2);
                color: #000;
            }

			.navTabsItem-more a {
				line-height: 1.5;
			}
			#featuresTabs .navTabsItem a {
				width: 96%;
				padding-left: 10px;
				padding-right: 10px;
			}
			.navTabsItem-more#moreFeaturesTrigger a {
				line-height: 50px;
			}
			.containerTabs .navTabs > li > a:hover,
			.containerTabs .navTabs > .navTabsItem > a:hover,
			.blueTheme .containerTabs .navTabsContent a:hover{
				background: rgba(14,9,22,.2);
				color: #000;
			}
			.containerTabs .navTabs > li.active > a, 
			.containerTabs .navTabs > li.active > a:hover, 

			.containerTabs .navTabs > li.active > a:focus,
			.containerTabs .navTabs > .navTabsItem.active > a, 
			.containerTabs .navTabs > .navTabsItem.active > a:hover, 
			.containerTabs .navTabs > .navTabsItem.active > a:focus {
				background: rgba(14,9,22,.9);
				color: #fff;
			}

/*************Features Carousel - 18.06.2021 - END*/


.containerTabs .tabContent {
    display: inline-block;
    width: 100%;
    padding-top: 80px;
}

    .containerTabs .tabContent > .tabPane,
    .containerTabs .tabContent > .tabPaneI {
        display: none;
    }

        .containerTabs .tabContent > .tabPane.active,
        .containerTabs .tabContent > .tabPaneI.active {
            display: block;
            background-color: #fff;
        }

    .containerTabs .tabContent > .active {
        display: block;
    }

.containerTabs .tabTitle {
    font-size: 32px;
    line-height: normal;
    font-family: Metropolis-Bold, Arial, sans-serif;
    letter-spacing: -.01em;
    margin-bottom: 20px;
}

.tabText {
    font-size: 17px;
    line-height: 30px;
    font-family: Metropolis-Regular, Arial, sans-serif;
}

.tabTextContent {
    font-size: 17px;
    line-height: 30px;
}

.tabCarouselContainer {
    position: relative;
}

    .tabCarouselContainer .tns-nav {
        text-align: center;
        padding-top: 20px;
        position: absolute;
        left: 0;
        right: 0;
    }

.tabCarouselItem {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.tabTextContent {
    width: 35%;
}

.tabCarouselContainer {
    width: 65%;
}

.mobileAppPane .tabCarouselContainer {
    width: 450px;
    max-width: 100%;
}

.mobileAppPane .tabTextContent {
    width: calc(100% - 450px);
}

@media only screen and (max-width: 1280px) {
    .containerTabs .navTabsI > li > a,
    .containerTabs .navTabs > li > a,
    .containerTabs .navTabsI > .navTabsItem > a,
    .containerTabs .navTabs > .navTabsItem > a
	{
		padding: 0 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .tabTextContent {
        width: 100%;
    }

    .tabCarouselContainer {
        width: 100%;
    }

    .tabTextAndCarousel .tabCarouselContainer {
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
    }

    .tabTextAndCarousel .tabTextContent {
        -webkit-order: 0;
        -ms-order: 0;
        order: 0;
    }

    .mobileAppPane .tabCarouselContainer {
        width: 100%;
    }

    .mobileAppPane .tabTextContent {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .tabCarouselItem {
        padding-left: 0;
        padding-right: 0;
    }

    .containerTabs .tabTitle {
        font-size: 26px;
    }
}

/*************************
*
*	FEATURES END
*
*************************/


/*************************
*
*	INTEGRATIONS START
*
*************************/

section.integrations {
    padding: 150px 0 100px;
    background: #322b3c;
    color: #fff;
}

    section.integrations .containerTabs .navTabsI > li > a {
        background: rgba(255,255,255,.07);
        color: rgba(255,255,255,.9);
    }

    section.integrations .containerTabs .navTabsI > li.active > a,
    section.integrations .containerTabs .navTabsI > li.active:hover > a {
        background: #fff;
        color: #0e0916;
    }

    section.integrations .containerTabs .navTabsI > li:hover > a {
        background: rgba(255,255,255,.2);
    }

    section.integrations .sectionTitle {
        color: #fff;
    }

    section.integrations .containerTabs .tabContent > .tabPaneI.active {
        background: #322b3c;
    }

.integrationsMore {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 150px;
    padding-top: 90px;
    border-top: 1px solid #474150;
}

.integrationsMoreTitle {
    font-size: 32px;
    line-height: normal;
    font-family: Metropolis-SemiBold, Arial, sans-serif;
    color: #fff;
    margin-bottom: 0;
}

.integrationsMoreDemoBtn {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    padding: 0 35px;
    height: 50px;
    background: #b61c1c;
    border: none;
    border-radius: 85px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font: 15px/1 Metropolis-Bold,Arial,sans-serif;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 210px;
}

    .integrationsMoreDemoBtn:hover {
        background: #000001;
        color: #fff;
    }

    .integrationsMoreDemoBtn svg {
        width: 12px;
        margin-right: 8px;
        position: relative;
        top: -1px;
    }

.integrationTip {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 6px;
    padding: 20px 30px;
    margin-top: 70px;
}

.integrationSwitcher {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 62px;
    height: 30px;
    padding: 3px 3px 3px 10px;
    margin-right: 25px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,.7);
}

.integrationTipText {
    width: calc(100% - 90px);
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-family: Metropolis-Regular, Arial, sans-serif;
}

.integrationSwitcherBtn {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    margin-left: 7px;
}

.privateIcon {
    width: 20px;
    height: 18px;
    display: block;
    background: url(../images/private.svg);
}

@media only screen and (max-width: 1280px) {
    .integrationsMoreTitle {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    section.integrations .containerTabs .navTabsI > li:hover > a {
        background: #fff;
    }

    .integrationsMoreTitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .integrationsMore {
        margin-top: 100px;
        padding-top: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    section.integrations {
        padding: 100px 0 80px;
    }

    .integrationsMoreTitle {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .integrationsMoreDemoBtn {
        margin: auto;
    }

    .integrationTip {
        margin-bottom: 20px;
    }

    .containerTabs .navTabsI, .containerTabs .navTabs {
        text-align: left;
    }
}

/*************************
*
*	INTEGRATIONS END
*
*************************/

/*************************
*
*	SIGN UP START
*
*************************/

/*Sign Up Title*/
section.signUp {
    padding: 150px 0;
    overflow: hidden;
}

    section.signUp .sectionTitle {
        margin-bottom: 25px;
    }
/*Sign Up Description*/
.subtitleText {
    text-align: center;
    color: #0e0916;
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
    font-family: Metropolis-Regular, Arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
}

/*Box with elements*/
.signUpBoxList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

    .signUpBoxList:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        border-radius: 50%;
        top: -230px;
        right: -290px;
        width: 448px;
        height: 448px;
        background: #000001;
        background: -moz-linear-gradient(top,#000001 0,#b61c1c 100%);
        background: -webkit-linear-gradient(top,#000001 0,#b61c1c 100%);
        background: linear-gradient(to bottom,#000001 0,#b61c1c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000001', endColorstr='#b61c1c', GradientType=0 );
    }

    .signUpBoxList:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        border-radius: 50%;
        bottom: -120px;
        left: -180px;
        width: 230px;
        height: 230px;
        background: #991918;
        background: -moz-linear-gradient(top,#991918 0,#1c1623 100%);
        background: -webkit-linear-gradient(top,#991918 0,#1c1623 100%);
        background: linear-gradient(to bottom,#991918 0,#1c1623 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991918', endColorstr='#1c1623', GradientType=0 );
    }

.signUpElement {
    width: 32.5%;
    background: #fff;
    border-radius: 7px;
    position: relative;
    z-index: 99;
    padding: 70px 60px;
    box-shadow: 0 5px 35px rgba(27,20,33,.1);
    text-align: left;
    height: calc(80%);
}

.signUpElementTitle {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1;
    font-family: Metropolis-Regular, Arial, sans-serif;
    max-width: 200px;
}

.signUpElementDollars {
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    font-family: Metropolis-Light, Arial, sans-serif;
    margin-bottom: 15px;
}

.signUpElementUserMonth {
    font-size: 15px;
    line-height: 20px;
    font-family: Metropolis-Light, Arial, sans-serif;
    color: #0e0916;
}

.signUpElementDescr {
    font-family: Metropolis-Light, Arial, sans-serif;
    font-size: 17px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.signUpElementEnterpriseEd {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    font-family: Metropolis-Bold, Arial, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 0 45px;
    border-radius: 4px 0 30px 0;
    background: #b61c1c;
    background: -moz-linear-gradient(top,#b61c1c 0,#000001 100%);
    background: -webkit-linear-gradient(top,#b61c1c 0,#000001 100%);
    background: linear-gradient(to bottom,#b61c1c 0,#000001 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b61c1c', endColorstr='#000001', GradientType=0 );
}

.signUpTop {
    min-height: 180px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.205);
}

.stdUnavailableImage,
.entUnavailableImage {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .stdUnavailableImage img,
    .entUnavailableImage img {
        vertical-align: unset;
    }

.signUpElementButton2 {
    color: white;
    background: #b61c1c;
    border: 1px solid #b61c1c;
    font-size: 15px;
    line-height: 50px;
    font-family: Metropolis-Bold, Arial, sans-serif;
    border-radius: 30px;
    padding: 0;
    width: 170px;
    display: block;
    text-align: center;
}

.signUpElementButton:hover {
    color: #fff;
    background: #0e0916;
    border: 1px solid #0e0916;
    transition: all .3s linear;
}

.signUpElementButton2:hover {
    color: #fff;
    background: #0e0916;
    border: 1px solid #0e0916;
    transition: all .3s linear;
}

.signUpElementButton.contactUs {
    background: #fff;
    color: #8f0a0a;
    border: 1px solid #8f0a0a;
}

    .signUpElementButton.contactUs:hover {
        background: #0e0916;
        border: 1px solid #0e0916;
        color: #fff;
        transition: all .3s linear;
    }

.signUpTitle {
    font-size: 32px;
    line-height: normal;
    font-family: Metropolis-SemiBold, Arial, sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

.signUpDescr {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-family: Metropolis-Regular, Arial, sans-serif;
}

.guaranteeBadge {
    width: 140px;
    position: absolute;
    top: 5px;
    right: -5px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}


@media only screen and (max-width: 1280px) {
    .signUpElement {
        padding: 60px 30px 40px;
    }

    .signUpElementDollars {
        font-size: 40px;
    }

    .signUpElementDescr {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .signUpElement {
        padding: 100px 15px 60px 15;
    }

    .signUpElementEnterpriseEd {
        width: 100%;
        border-radius: 0 0 10px 10px;
        padding: 0;
        text-align: center;
    }

    .signUpElementDescr {
        min-height: inherit;
        margin-bottom: 50px;
    }

    .guaranteeBadge {
        top: 25px;
        right: -25px;
    }
}

@media only screen and (max-width: 1090px) {
    .signUpElement {
        padding: 120px 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    section.signUp {
        padding: 100px 0;
    }

    .signUpElement {
        width: 100%;
        margin-bottom: 25px;
        padding: 60px 40px 30px;
    }

    .signUpTop {
        height: auto;
        min-height: initial;
        padding-bottom: 20px;
    }

    .signUpElementDescr {
        height: auto;
        margin-bottom: 25px;
    }

    .signUpBoxList:after {
        width: 228px;
        height: 228px;
        right: -145px;
        top: -50px;
    }

    .signUpBoxList:before {
        width: 130px;
        height: 130px;
        left: -80px;
        top: auto;
        bottom: 400px;
    }

    .signUpTitle {
        font-size: 24px;
    }
}

/*************************
*
*	SIGN UP START
*
*************************


/*************************
*
*	FAQ START
*
*************************/
section.faq {
    background: #f6f7fc;
    padding: 160px 0 180px;
}

.accordion {
    background-color: #fff;
    color: #0e0916;
    cursor: pointer;
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    font-family: Metropolis-SemiBold, Arial, sans-serif;
    transition: 0.4s;
    padding: 30px 60px 30px 40px;
    margin-bottom: 0;
}

section.faq article {
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 35px rgba(14,9,22,.05);
    overflow: hidden;
}

.accordion + .accordionPanel {
    display: none;
    background-color: white;
    overflow: hidden;
    padding: 0 40px 35px;
    font-size: 15px;
    line-height: 25px;
    font-family: Metropolis-Regular, Arial, sans-serif;
    transition: max-height 1s linear;
}

.accordionPanel h6 {
    margin-top: 10px;
}

.accordionPanel ul,
.accordionPanel ol {
    padding-left: 20px;
}

.faqSectionTitle {
    color: #686d71;
    font-size: 21px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.accordion.active + .accordionPanel {
    /*display: block;*/
}

@media only screen and (max-width: 767px) {
    .accordion {
        padding: 20px;
        font-size: 16px;
        line-height: 1.4;
    }

        .accordion + .accordionPanel {
            padding: 0 20px 35px;
        }

    section.faq {
        padding: 100px 0 80px;
    }
}

/*************************
*
*	FAQ END
*
*************************/




/*************************
*
*	STILL HAVE QUESTIONS/CONTACT START
*
*************************/

section.contact {
    background: #22212a;
    text-align: center;
    padding: 90px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.contactTitle {
    font-size: 32px;
    font-family: 'Metropolis-Bold', Arial, sans-serif;
    letter-spacing: -.01em;
    padding-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
}

.contactBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contactQuestionsForm ul {
    list-style-type: none;
}

.contactFormRow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.formElement {
    padding: 0 25px;
    height: 60px;
    width: 100%;
    background: rgba(255,255,255,.05);
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Metropolis-Regular', Arial, sans-serif;
    width: 430px;
    width: 100%;
    max-width: 100%;
    font-weight: bold;
    transition: border .2s ease;
}

    .formElement:focus {
        background: rgba(255,255,255,.1);
    }

    .formElement.error {
        border: 1px solid #b61c1c;
    }

        .formElement.error + label.error {
            color: #b61c1c;
            margin-top: 8px;
            font-size: 14px;
        }

textarea.formElement {
    padding: 20px 25px;
    resize: none;
    min-height: 150px;
}

.contactFormField.Left {
    margin-right: 15px;
}

.contactFormField.Right {
    margin-left: 15px;
}

.contactQuestionsForm {
    margin: auto;
}

.formSubmit {
    display: inline-block;
    cursor: pointer;
    padding: 0 60px;
    background: #b61c1c;
    border: none;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: all .3s linear;
    font-size: 15px;
    line-height: 50px;
    font-family: 'Metropolis-Bold', Arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 30px;*/
}

.contactLeft {
    width: 48%;
}

.contactRight {
    width: 48%;
}

.contactInfoBox {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 20px;
}

.ticketBox {
    background: #b61c1c;
}

.boxIcon {
    width: 55px;
    height: 55px;
}

    .boxIcon svg {
        width: 100%;
        height: 100%;
    }

section.contact .flexContainer {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.contactInfoBox {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.boxContent {
    width: calc(100% - 85px);
    text-align: left;
}

.boxBtn {
    display: inline-block;
    background: rgb(255, 255, 255);
    color: #22212a;
    padding: 0 60px;
    border-radius: 25px;
    line-height: 50px;
    font-family: 'Metropolis-Bold', Arial, sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
}

    .boxBtn:hover {
        color: #22212a;
    }

.boxText {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-family: Metropolis-Regular, Arial, sans-serif;
}

    .boxText p {
        width: 100%;
    }

.contactsListBox {
    background: rgba(255,255,255,.05);
    margin-top: 25px;
}

.boxTitle {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 5px;
    color: #fff;
    font-family: 'Metropolis-Bold', Arial, sans-serif;
    margin-bottom: 10px;
}

.col50 {
    width: 48%;
}

.mt20 {
    margin-top: 20px;
}

.iframeContainer {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 25px;
}

    .iframeContainer iframe {
        width: 100%;
        height: 225px;
    }

.contactInfoRow {
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #22212a;
}

    .contactInfoRow:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.contactFeedbackMessage {
    min-height: 40px;
    font-size: 16px;
    color: #b61c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.submitRecaptchaRow {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .submitRecaptchaRow .formSubmit {
        margin-right: 0;
        height: 78px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .submitRecaptchaRow .formSubmit:hover {
            background: #FFF;
            color: #b61c1c;
        }


@media only screen and (max-width: 1280px) {
    .contactTitle {
        font-size: 30px;
    }

    .submitRecaptchaRow .formSubmit {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .contactTitle {
        font-size: 26px;
    }

    .boxBtn {
        padding: 0 30px;
        margin-top: 0;
    }

    .boxIcon {
        width: 40px;
        height: 40px;
    }

    .boxContent {
        width: calc(100% - 55px);
    }

    .boxTitle {
        font-size: 18px;
    }

    .boxText {
        font-size: 14px;
    }

    .submitRecaptchaRow .formSubmit {
        width: 100%;
        max-width: 304px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
    }

    .submitRecaptchaRow {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .contactTitle {
        font-size: 22px;
    }

    .contactInfoBox .col50 {
        width: 100%;
    }

    .formElement {
        padding: 0 20px;
    }

    textarea.formElement {
        padding: 15px 20px;
    }

    section.contact {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 667px) {
    .contactLeft {
        width: 100%;
    }

    .contactRight {
        width: 100%;
    }
}


/*************************
*
*	STILL HAVE QUESTIONS/CONTACT END
*
*************************/


/*************************
*
*	FOOTER START
*
*************************/

.footer {
    background: #22212a;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footerLogoItem {
    margin-bottom: 30px;
}

.footerList {
    margin-bottom: 30px;
}

.footerElement {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

    .footerElement a {
        color: #fff;
        font-family: 'Metropolis-Regular', Arial, sans-serif;
        font-size: 15px;
        font-weight: normal;
    }

.footerCopyRight {
    margin-bottom: 0;
    color: #686d71;
    font-size: 14px;
    line-height: normal;
    font-family: 'Metropolis-Regular', Arial, sans-serif;
    font-weight: normal;
}

/*************************
*
*	FOOTER END
*
*************************/


/*************************
*
*	MODAL START
*
*************************/

.modal {
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    background: #FFF;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

    .modal.activeModal {
        z-index: 1001;
        opacity: 1;
        visibility: visible;
    }

.closeModalX, .closeModalX1, .closeModalX2, .closeModalX3 {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 50px;
    height: 50px;
    opacity: 0.3;
    cursor: pointer;
    background: #F6F7FC;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
}

.modalContainer {
    min-height: 100%;
}

.closeModalX:hover, .closeModalX1:hover, .closeModalX2:hover, .closeModalX3:hover {
    opacity: 1;
}

.closeModalX:before, .closeModalX:after, .closeModalX1::after, .closeModalX2::after, .closeModalX3::after, .closeModalX1::before, .closeModalX2::before, .closeModalX3::before {
    position: absolute;
    left: 24px;
    content: ' ';
    height: 36px;
    width: 2px;
    top: 7px;
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    .closeModalX:before, .closeModalX1::after, .closeModalX2::after, .closeModalX3::after, .closeModalX1::before, .closeModalX2::before, .closeModalX3::before {
        left: 20px;
        height: 24px;
        top: 9px;
    }
}

.closeModalX:before, .closeModalX1::before, .closeModalX2::before, .closeModalX3::before {
    transform: rotate(45deg);
}

.closeModalX:after, .closeModalX1::after, .closeModalX2::after, .closeModalX3::after {
    transform: rotate(-45deg);
}

.modalTop {
    display: flex;
}

.modalContent {
    /*padding-top: 50px;*/
}


/*More Features Modal*/
.modalOpened {
    overflow: hidden;
}

#moreFeaturesModal {
    background: #F6F7FC;
    z-index: 1002;
}

.moreFeaturesTabBigContent {
    box-shadow: 0 5px 35px rgba(14,9,22,.05);
    padding: 0 0 0 15px;
    background: #FFF;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-top: 40px;
}

    .moreFeaturesTabBigContent:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        background: #0e0916;
        height: calc(100% + 30px);
        top: -15px;
        left: 0;
        box-shadow: 0 5px 35px rgba(14,9,22,.1);
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

.moreFeaturesTabsBigTitle {
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 25px;
}

    .moreFeaturesTabsBigTitle a {
        display: inline-block;
        cursor: pointer;
        padding: 0 35px;
        margin: 2px 1px 0;
        background: #0e0916;
        border: none;
        border-radius: 25px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        line-height: 50px;
        font-family: Metropolis-Medium,Arial,sans-serif;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

    .moreFeaturesTabsBigTitle.active a {
        background: #b61c1c;
    }

.moreFeaturesTabPaneBig,
.moreFeaturesTabPaneSmall {
    display: none;
}

    .moreFeaturesTabPaneSmall.active {
        display: block;
        background: #FFF;
    }

    .moreFeaturesTabPaneBig.active {
        display: flex;
    }

.moreFeaturesTabPaneSmall {
    height: 100%;
    -ms-overflow-y: auto;
    overflow-y: auto;
    padding: 25px 20px 25px 30px;
    font-size: 18px;
    line-height: 1.5;
    font-family: Metropolis-Regular, Arial, sans-serif;
    color: #0e0916;
}

    .moreFeaturesTabPaneSmall a {
        color: #b61c1c;
    }

        .moreFeaturesTabPaneSmall a:hover {
            text-decoration: underline;
        }

    .moreFeaturesTabPaneSmall p {
        margin-bottom: 20px;
    }

    .moreFeaturesTabPaneSmall ul,
    .moreFeaturesTabPaneSmall ol {
        padding-left: 20px;
    }

.moreFeaturesTabsSmallContainer {
    width: 35%;
    max-width: 400px;
    min-width: 200px;
    background: #b61c1c;
    color: #fff;
}

.moreFeaturesTabSmallContent {
    width: 75%;
    max-width: calc(100% - 200px);
}

.moreFeaturesTabsSmallTitle {
    margin-bottom: 0;
}

    .moreFeaturesTabsSmallTitle a {
        position: relative;
        display: flex;
        min-height: 75px;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-bottom: 1px solid #0e0916;
        transition: all .25s linear;
        width: 100%;
    }

        .moreFeaturesTabsSmallTitle.active a,
        .moreFeaturesTabsSmallTitle a:hover {
            color: #fff;
            background: #0e0916;
            opacity: 1;
        }

    .moreFeaturesTabsSmallTitle.active a {
        width: calc(100% + 15px);
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

@media only screen and (max-width: 767px) {
    .modal {
        padding: 15px;
    }

    .moreFeaturesTabPaneBig {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .moreFeaturesTabsSmallContainer {
        width: 100%;
        max-width: 100%;
        -ms-overflow-x: scroll;
        overflow-x: scroll;
    }

    .moreFeaturesTabSmallContent {
        width: 100%;
        max-width: 100%;
    }

    .moreFeaturesTabsSmallTitle.active a {
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .moreFeaturesTabsSmallTitle {
        font-size: 14px;
        display: inline-block;
        margin-left: -4px;
    }

        .moreFeaturesTabsSmallTitle a {
            padding-left: 15px;
            padding-right: 15px;
            min-height: 60px;
        }

    .moreFeaturesTabsSmallContainerOverflow {
        width: 1500px;
    }

    .moreFeaturesTabPaneSmall {
        font-size: 14px;
    }

    .moreFeaturesTabsBigTitle a {
        padding: 0 20px;
    }

    .moreFeaturesTabsBigTitle {
        margin-bottom: 15px;
    }
}

/* Regulatory Compliances tabs */
.regulatoryCPaneItem {
    display: none;
}

    .regulatoryCPaneItem.active {
        display: block;
    }

#regulatoryCTabs {
    text-align: center;
    margin-bottom: 30px;
}

.regulatoryCTabTitle {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

    .regulatoryCTabTitle a {
        display: block;
        padding: 15px 30px;
        width: 100%;
        height: 100%;
        color: #0e0916;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .regulatoryCTabTitle:hover a {
        background: #EBEBEB;
    }

    .regulatoryCTabTitle.active a {
        background: #EBEBEB;
        box-shadow: 0 5px 35px rgba(0, 0, 0, 0.35);
    }

    .regulatoryCTabTitle a:hover {
        text-decoration: none;
    }

/*More Integrations Modal*/
#moreintegrationsModal {
    background: #f6f7fc;
    z-index: 1002;
}

.integrationListContainer {
    text-align: center;
}

.integrationItem {
    width: 350px;
    max-width: calc(32% - 30px);
    display: inline-block;
    margin: 15px;
    box-shadow: 0 5px 35px rgba(14,9,22,.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #FFF;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

    .integrationItem:hover {
        opacity: 1;
        transform: scale(1.05);
        box-shadow: 0 10px 35px rgba(14,9,22,.4);
    }

    .integrationItem a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .integrationItem a:hover {
            opacity: 1;
        }

.middleTitle {
    margin-top: 50px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
    .integrationItem {
        margin: 15px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .integrationItem {
        max-width: calc(45% - 10px);
    }

    .closeModalX, .closeModalX1, .closeModalX2, .closeModalX3 {
        right: 5px;
        top: 0;
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 420px) {
    .integrationItem {
        width: 100%;
        max-width: 300px;
        margin-left: 0;
        margin-right: 0;
    }

    .guaranteeBadge {
        width: 100px;
        right: -15px;
    }

    .signUpElementWrap table,
    .signUpElementWrap tr,
    .signUpElementWrap td {
        display: block;
    }
}

/*Contact Modal*/

#contactFeedbackModal {
    background: #f6f7fc;
    text-align: center;
}

    #contactFeedbackModal .sectionTitle {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    #contactFeedbackModal .modalContainer {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    #contactFeedbackModal .modalContent {
        width: 100%;
    }

    #contactFeedbackModal .textContainer {
        font-size: 18px;
        margin-top: 30px;
    }

        #contactFeedbackModal .textContainer a {
            color: #b61c1c;
        }


@media only screen and (max-width: 767px) {
    .regulatoryCTabTitle a {
        padding: 10px 10px;
    }
}

#onBoardWhitePaperModal {
    background: #22212a;
    color: #fff;
}

    #onBoardWhitePaperModal .sectionTitle {
        color: #fff;
        margin-top: 50px;
    }

    #onBoardWhitePaperModal .contactInfoBox {
        min-height: 380px;
    }

    #onBoardWhitePaperModal .submitRecaptchaRow {
        margin-bottom: 0;
    }

    #onBoardWhitePaperModal .contactInfoBox .boxText {
        font-size: 18px;
    }

    #onBoardWhitePaperModal .contactInfoBox p {
        margin-bottom: 20px;
    }

    #onBoardWhitePaperModal .contactModal {
        min-height: calc(100vh - 350px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


@media only screen and (max-width: 1023px) {
    #onBoardWhitePaperModal .contactInfoBox .boxText {
        font-size: 14px;
    }
}



#contactModalFeedback {
    width: 100%;
    text-align: center;
    color: #b61c1c;
    margin-top: 30px;
}

.checkBoxRow {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    cursor: pointer;
}

    .checkBoxRow label {
        padding-left: 10px;
        cursor: pointer;
    }

    .checkBoxRow input {
        cursor: pointer;
    }

.contactModal {
    position: relative;
}

.contactModalCupons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #22212a;
    padding-top: 30px;
    display: none;
}

.contactModalCuponsText {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
}

    .contactModalCuponsText a {
        color: #B61C1C;
    }

        .contactModalCuponsText a:hover {
            text-decoration: underline;
        }

.downloadPDFbutton {
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 35px;
    background: #B61C1C;
    font-size: 20px;
    transition: all .25s linear;
}

    .downloadPDFbutton:hover {
        color: #B61C1C;
        background: #FFF;
    }

    .downloadPDFbutton img {
        width: 40px;
    }

.sucessFunction {
    display: none;
}

.noCoupon {
    display: block;
}

.contactModalCuponsS .sucessFunction {
    display: block;
}

.contactModalCuponsS .noCoupon {
    display: none;
}

.contactModalCuponsText {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
}

.sucessFunction h4 {
    font-size: 24px;
    margin-top: 30px;
}

.contactModalCuponsText p {
    margin-bottom: 25px;
    line-height: 1.4;
}

#coupon1,
#coupon2 {
    font-size: 18px;
    margin-bottom: 5px;
}

#couponName1,
#couponName2 {
    color: #b61c1c;
    font-weight: 600;
}

.doNotApply {
    font-size: 14px;
    margin-top: 15px;
}
/*************************
*
*	MODAL END
*
************************/


/*************************
*
*	Text Pages
*
************************/

.mainTitleArea {
    margin-top: 50px;
}

.smallTopSection {
    background-position: 85% 71%;
    /*background-size: 100% 100%;*/
    /*padding-top: 200px;*/
    /*padding-bottom: 540px;*/
}

    .smallTopSection + .textSection {
        /*margin-top: -450px;*/
    }

.modal .smallTopSection {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-top: -30px;
}

.textSection {
    padding-bottom: 100px;
}

.textArea h4 {
    font-size: 24px;
}

.textArea {
    font-size: 18px;
    line-height: 1.5;
}

    .textArea p {
        margin-bottom: 1em;
    }

.aifs {
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.styledList {
    padding-left: 50px;
    font-size: 18px;
}

    .styledList li {
        margin-bottom: .5em;
    }



.headerContent {
}

.logoBlue {
    display: none;
}

.headerContent .logoWrap {
    width: 231px;
    height: 72px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

    .headerContent .logoWrap img {
        max-width: 215px;
    }

@media only screen and (max-width: 1050px) {
    .headerContent .logoWrap {
        height: inherit;
        width: 160px;
    }

        .headerContent .logoWrap img {
            max-width: 160px;
        }
}

@media only screen and (max-width: 349px) {
    .headerContent .logoWrap {
        width: unset;
    }
}

.blueTheme .logoDesktop {
    display: none;
}

.blueTheme .logoBlue {
    display: block;
}

.blueTheme .mainNav .mainMenuLink:hover {
    color: #238de9;
}

.blueTheme .button,
.blueTheme .whiteHeader .rightMenuLiveDemo,
.blueTheme .tns-nav button.tns-nav-active:after,
.blueTheme .integrationsMoreDemoBtn,
.blueTheme .ticketBox,
.blueTheme .formSubmit,
.blueTheme #showMoreBtn {
    background: #238de9;
    transition: all .25s linear;
}

    .blueTheme .button:hover,
    .blueTheme .whiteHeader .rightMenuLiveDemo:hover,
    .blueTheme .integrationsMoreDemoBtn:hover,
    .blueTheme .formSubmit:hover,
    .blueTheme #showMoreBtn:hover {
        background: #238de9;
        color: #fff;
        box-shadow: 1px 2px 6px 0 #355460;
    }


.blueTheme .whiteHeader .rightMenuBilling:hover {
    color: #238de9;
}

.blueTheme .button:hover {
    color: #fff;
}

.blueTheme .signUpElementButton,
.blueTheme .signUpElementButton2 {
    background: #002a3a;
    border: 1px solid #002a3a;
}

    .blueTheme .signUpElementButton:hover,
    .blueTheme .signUpElementButton2:hover {
        color: #fff;
        background-color: #002a3a;
        border: 1px solid #002a3a;
        opacity: 1;
        box-shadow: 1px 2px 6px 0 #355460;
    }

.blueTheme .signUpBoxList:after {
    background: linear-gradient(to bottom,#002a3a 0,#238de9 100%);
}

.blueTheme .signUpElementEnterpriseEd,
.blueTheme .signUpBoxList:before {
    background: linear-gradient(to bottom,#238de9 0,#002a3a 100%);
}

.blueTheme .itDocumentation {
    background-color: #f6f7fc;
    background-image: url(../images/top-decoration-blueT.jpg);
}

.blueTheme section.integrations {
    background: #002a3a;
}

    .blueTheme section.integrations .containerTabs .tabContent > .tabPaneI.active {
        background: #002a3a;
    }

.blueTheme section.contact {
    background: #002a3a;
}

.blueTheme .footer {
    background: #002a3a;
}

.blueTheme .containerTabs .navTabs > li.active > a,
.blueTheme .containerTabs .navTabs > li.active > a:hover,
.blueTheme .containerTabs .navTabs > li.active > a:focus {
    background: #002a3a;
}

.blueTheme .loaderwrap .loading i {
    color: #238de9 !important;
}


.blueTheme .moreFeaturesTabsSmallContainer,
.blueTheme .moreFeaturesTabsBigTitle.active a {
    background: #238de9;
}

.blueTheme .moreFeaturesTabsBigTitle a,
.blueTheme .moreFeaturesTabBigContent:before,
.blueTheme .moreFeaturesTabsSmallTitle.active a,
.blueTheme .moreFeaturesTabsSmallTitle a:hover {
    background: #002a3a;
}

.blueTheme .moreFeaturesTabPaneSmall a {
    color: #238de9;
}

.blueTheme .contactModalCupons,
.blueTheme #onBoardWhitePaperModal {
    background: #002a3a;
}

.blueTheme .downloadPDFbutton {
    background: #238de9;
}

    .blueTheme .downloadPDFbutton:hover {
        color: #fff;
    }

.blueTheme .containerTabs a:hover {
    color: #238de9;
}

.blueTheme .containerTabs a.button:hover,
.blueTheme .containerTabs a.integrationsMoreDemoBtn:hover {
    color: #fff;
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1023px) {
    .blueTheme .itDocumentation {
        background-color: #FFF;
    }

    .blueTheme .logoBlue {
        display: none;
    }

    .blueTheme .mainNav .mainMenuLink:hover {
        background: #238de9;
        color: #fff;
    }

    .viewMoreIntegrationsBtn {
        margin-bottom: 20px;
    }

    .blueTheme .header .rightMenuLiveDemo {
        color: #238de9;
    }


    .blueTheme.mobileMenuActive .header .rightMenuLiveDemo,
    .blueTheme .header.whiteHeader .rightMenuLiveDemo {
        background: #002a3a;
        color: #fff;
    }

    .blueTheme.mobileMenuActive .header .logoDesktop,
    .blueTheme .whiteHeader .logoDesktop {
        display: none;
    }

    .blueTheme.mobileMenuActive .header .logoBlue,
    .blueTheme .whiteHeader .logoBlue {
        display: block;
    }
}


/*pricing-css - Februarie 2020 start*/
.spaceBetween {
    justify-content: space-between;
}

.signUpElement.centerElem {
    background: #238de9;
    color: #fff;
    height: calc(100%);
}

    .signUpElement.centerElem .signUpElementUserMonth, .signUpElement.centerElem .mainMenuLink {
        color: #fff;
    }

.portalButtons {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 980px) {
    .portalButtons {
        display: block;
        text-align: center;
    }
}

.centerElem .portalButtons {
    width: calc(100% + 40px);
    margin-left: -20px;
}

@media only screen and (max-width: 980px) {
    .centerElem .button.pricingBtn {
        width: 70%;
        margin: 0 auto;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .centerElem .button.pricingBtn {
        width: 50%;
    }
}

@media only screen and (max-width: 340px) {
    .centerElem .button.pricingBtn {
        width: 80%;
    }
}

.button.pricingBtn {
    color: #fff;
    background: #238de9;
    text-align: center;
    padding: 0 10px;
}

@media only screen and (max-width: 923px) {
    .button.pricingBtn {
        width: 70%;
        margin-top: 15px;
    }
}

.button.pricingBtn:hover {
    background: #b61c1c;
    color: #fff;
    box-shadow: 1px 2px 6px 0 #355460;
}

.portalBtn-center .button.pricingBtn {
    color: #fff;
    background: #b61c1c;
}

    .portalBtn-center .button.pricingBtn:hover {
        background: #fff;
        color: #238de9;
        box-shadow: 1px 2px 6px 0 #355460;
    }

.button.signUpElementButton {
    text-align: center;
    padding: 0 15px;
    margin-right: 20px;
}

@media only screen and (max-width: 980px) {
    .button.signUpElementButton, .button.pricingBtn {
        width: 70%;
        margin: 0 auto;
    }

    .button.pricingBtn {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .button.signUpElementButton, .button.pricingBtn {
        width: 50%;
    }

    .button.pricingBtn {
        width: 50%;
    }
}

@media only screen and (max-width: 340px) {
    .button.signUpElementButton, .button.pricingBtn {
        width: 80%;
    }

    .button.pricingBtn {
        width: 80%;
    }
}

.centerElem .signUpElementEnterpriseEd, .signUpBoxList::before {
    background: linear-gradient(to bottom,#b61c1c 0,#000001 100%);
}

.portalButtons .button {
    font-size: 12px;
}

/*modal pricing START*/
.pricingTable {
    margin: 50px 50px 120px 50px;
    padding: 5px;
    border: 2px solid rgba(0,0,0,.05);
    border-radius: 7px;
    box-shadow: 0 5px 35px rgba(27,20,33,.1);
}

@media only screen and (max-width: 767px) {
    .pricingTable {
        margin: 50px 0 90px 0;
    }

    #pricingModal1 .flexContainer {
        padding: 0;
    }

    #pricingModal1 {
        padding: 15px 5px;
    }

    .pricingTableContent {
        padding: 0 !important;
    }

    .pricingTable {
        padding: 2px;
    }
}

.pricingTableContent {
    width: 100%;
    padding: 3px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 7px;
}

.pricingTableThead {
}

.pricingTableTheadTr .logoCol {
    background: inherit;
    vertical-align: middle;
}

.logoCol img {
    max-width: 150px;
}

.pricingTableTheadTr .smallText {
    font-size: 13px;
    line-height: 30px;
    color: #002a3a;
    margin-top: 7px;
    font-weight: 400;
    line-height: 1.3;
}

.pricingTableTheadTr .bigRedText {
    font-size: 38px;
    line-height: 30px;
    color: #b61c1c;
    margin-top: 7px;
}

.pricingTableTheadTr th {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #238de9;
    padding: 10px;
    background-color: rgba(0,0,0,.05);
}

    .pricingTableTheadTr th p {
        margin-bottom: 5px;
        min-height: 50px;
    }

@media only screen and (max-width: 767px) {
    .pricingTableTheadTr th p {
        min-height: inherit;
        line-height: 1.3;
    }

    .pricingTableTheadTr .bigRedText {
        font-size: 22px;
    }

    .pricingTableThLink {
        font-size: 12px;
    }
}

.pricingTableTbody {
}

.pricingTableTr {
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

    .pricingTableTr th {
        font-weight: 500;
    }

.pricingTableThNameItem {
    text-align: left;
    line-height: 1.3;
    padding: 6px 15px;
    font-size: 15px;
}

@media only screen and (max-width: 1023px) {
    .pricingTableThNameItem {
        font-size: 12px;
        padding: 0 5px;
    }

    .pricingTableThLink {
        font-size: 12px;
    }

    .pricingTableTheadTr .smallText {
        display: none;
    }

    .pricingTableTr td, .pricingTableTr td a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .pricingTableTheadTr th {
        font-size: 12px;
        line-height: 1.3;
        padding: 10px 3px;
    }

    .bracketText {
        display: none;
    }

    .pricingTableThNameItem {
        line-height: 1.3;
        text-align: left;
        padding: 10px 5px;
        vertical-align: middle;
    }

    .logoCol img {
        max-width: 100px;
    }
}

.greenV {
    color: #8cc44c;
}

.redX {
    color: #b61c1c;
}

.pricingTableContent tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.pricingTableContent tbody tr:nth-child(even) {
    background-color: #fff;
}

.pricingTableThLink {
    color: #000;
    font-size: 15px;
}

    .pricingTableThLink:hover {
        color: #238de9;
    }

.signUpElementWrap ul {
    display: none;
}
/*modal pricing END*/

.centerElem {
    padding: 90px 50px;
}

@media only screen and (max-width: 1023px) {
    .centerElem {
        padding: 90px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .centerElem {
        padding: 90px 50px 30px;
    }
}

a.signUpElementLink {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
/*pricing-css - Februarie 2020 end*/



.header .onlyMobile .rightMenuBilling {
    font-size: 15px;
}


/*task - may 6, 2020 - START*/
.itDocumentationImg__btn {
    position: absolute;
    /* top: 85px;
	left: 90px; */
    top: calc(50% - 70px);
    left: calc(50% - 30px);
    transition: all .25s linear;
}

    .itDocumentationImg__btn:hover {
        filter: brightness(90%);
    }

    .itDocumentationImg__btn::after {
        content: "";
        display: block;
        position: absolute;
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-image: url(../images/right-arrow-b.svg);
        background-size: contain;
        background-position: top 0 left 0;
    }

.section.videoSection {
    text-align: center;
}

    .section.videoSection iframe {
        width: 915px;
        max-width: 100%;
        height: 512px;
        max-height: 100%;
    }

#topGifModal {
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .section.videoSection iframe {
        max-width: 80%;
        height: 455px;
    }
}

@media only screen and (max-width: 580px) {
    .section.videoSection iframe {
        height: 285px;
    }
}

@media only screen and (max-width: 380px) {
    .section.videoSection iframe {
        height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .itDocumentationImg__btn::after {
        width: 75px;
        height: 75px;
    }

    .itDocumentationImg__btn {
        top: calc(50% - 55px);
    }
}

@media only screen and (max-width: 601px) {
    .itDocumentationImg__btn {
        top: calc(50% - 60px);
        left: calc(50% - 40px);
    }
}

@media only screen and (max-width: 470px) {
    .itDocumentationImg__btn::after {
        width: 55px;
        height: 55px;
    }

    .itDocumentationImg__btn {
        left: calc(50% - 40px);
        top: calc(50% - 45px);
    }
}

@media only screen and (max-width: 380px) {
    .itDocumentationImg__btn::after {
        width: 50px;
        height: 50px;
    }

    .itDocumentationImg__btn {
        left: calc(50% - 30px);
        top: calc(50% - 35px);
    }
}
/*task - may 6, 2020 - END*/


#integrations__videoPopup3c {
    cursor: pointer;
}

#integrations__videoModal3 {
    padding: 0;
}

.modal.integrations__videoPopupSection .itDocumentation {
    padding-top: 100px;
}

.integration__videogotopopup {
    cursor: pointer;
}


#integration__myVideo1, #integration__myVideo2 {
    width: 915px;
    max-width: 90%;
    height: 512px;
    max-height: 100%;
}

.itDocumentation {
    padding-top: 100px;
}

.signUp {
    position: relative;
}

.signUpBoxListItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.item-1, .item-2, .item-3, .item-4, .item-5, .item-6 {
    display: none;
}

    .item-1.active, .item-2.active, .item-3.active, .item-4.active, .item-5.active, .item-6.active {
        display: flex;
    }



.signUp .signUp__choose {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px 55px;
    background-color: #fff;
    width: 568px;
    height: 245px;
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 200;
    transform: translate(-50%, -50%);
    z-index: 300;
    box-shadow: 0px 10px 30px rgba(27, 20, 33, 0.2);
    border-radius: 7px;
}

    .signUp .signUp__choose.open {
        display: flex;
        /* display: none; */
    }

.signUp__choose_title {
    font-size: 22px;
    font-family: Metropolis-Bold, Arial, sans-serif;
    line-height: 35px;
    letter-spacing: 0.65px;
    margin: 0;
}

.signUp__choose .range-slider {
    position: relative;
    width: 100%;
}

    .signUp__choose .range-slider input {
        width: 100%;
    }

.signUp__choose .users,
.slider-currency .currency {
    /* position: absolute; */
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: -35px;
}

    .signUp__choose .users span,
    .slider-currency .currency span {
        display: block;
        /* position: absolute; */
        /* padding-top: 10px; */
        font-weight: bold;
        font-size: 18px;
        line-height: 35px;
        letter-spacing: 0.65px;
        /* width: 96.1px; */
    }

        /* * {
	outline: 1px solid red;
} */

        .signUp__choose .users span:before {
            /* content: '';
	position: absolute;
	background: #238DE9;
	width: 2px;
	height: 42px;
	top: -42px;
	z-index: -1;
	left: -1px; */
        }

        .slider-currency .currency span:after {
            content: '';
        }

        .slider-currency .currency span:nth-child(1) {
            left: 0;
            margin-left: 13px;
        }

        .slider-currency .currency span:nth-child(2) {
            left: 25%;
            margin-left: 5px;
        }

        .slider-currency .currency span:nth-child(3) {
            left: 50%;
        }

        .slider-currency .currency span:nth-child(4) {
            left: 75%;
            margin-left: -8px;
        }

        .slider-currency .currency span:nth-child(5) {
            left: 100%;
            margin-left: -14px;
        }

        .signUp__choose .users span:after {
            content: '';
        }

        .signUp__choose .users span:nth-child(1) {
            left: 2%;
            position: absolute;
        }

        .signUp__choose .users span:nth-child(2) {
            left: 19%;
            position: absolute;
        }

        .signUp__choose .users span:nth-child(3) {
            left: 40%;
            position: absolute;
        }

        .signUp__choose .users span:nth-child(4) {
            left: 57%;
            position: absolute;
        }

        .signUp__choose .users span:nth-child(5) {
            left: 73%;
            position: absolute;
        }

        .signUp__choose .users span:nth-child(6) {
            left: 95%;
            position: absolute;
        }

#userOutputId {
    /* opacity: 0;
	visibility: hidden;
	height: 0; */
}


/* 
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 85%;
  height: 3px;
  cursor: pointer;
  background: #238DE9;
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border: 5px solid #fff;
  height: 27px;
  width: 27px;
  border-radius: 100px;
  background: #238DE9;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
} */
/* input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #238DE9;
} */
/* input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border: 5px solid #fff;
  height: 27px;
  width: 27px;
  border-radius: 100px;
  background: #238DE9;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
} */
/* input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #238DE9;
} */
/* input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  border: 5px solid #fff;
  height: 27px;
  width: 27px;
  border-radius: 100px;
  background: #238DE9;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
} */

/* .signUp .signUpElement.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.6);
	width: 100%;
	height: 100%;
	z-index: 200;
} */

.signUp .signUpElement.active {
    filter: blur(7px);
    user-select: none;
    pointer-events: none;
}

@media (max-width: 767px) {
    .signUpBoxListItem {
        flex-direction: column;
    }

    .signUp .signUp__choose {
        text-align: center;
        top: 10%;
        padding: 25px 23px;
        width: 327px;
        height: 320px;
    }

    .signUp__choose .users {
        margin-top: -55px;
    }

        .signUp__choose .users span,
        .slider-currency .currency span {
            font-size: 12px;
        }
}




input[type='range'].n {
    display: block;
    margin: 1em auto;
    padding: 0;
    background: transparent;
    font-size: 1em;
    cursor: pointer;
    width: 97%;
    position: relative;
}

    input[type='range'].n,
    input[type='range'].n::-webkit-slider-runnable-track,
    input[type='range'].n::-webkit-slider-thumb {
        -webkit-appearance: none;
    }

        input[type='range'].n:after {
            content: "";
            width: 1em;
            height: 1em;
            border-radius: 50%;
            background: #2788d0;
            position: absolute;
            right: 0;
        }

        input[type='range'].n:before{
            content: "";
            position: absolute;
            z-index: 0;
            left: 0;
            right: 1em;
            margin-left: 0.2em;
            height: 1em;
            background: radial-gradient(circle at 0.5em 50%, #2788d0 0.3125em, #2788d0 0.3125em, #2788d0 0.5em, transparent 0.5em), -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0, #2788d0)) repeat-x 0 50%;
            background: -o-radial-gradient(0.5em 50%, circle, #2788d0 0.3125em, #2788d0 0.3125em, #2788d0 0.5em, transparent 0.5em), -o-linear-gradient(left, transparent 0, #2788d0 0) repeat-x 0 50%;
            background: radial-gradient(circle at 0.5em 50%, #2788d0 0.3125em, #2788d0 0.3125em, #2788d0 0.5em, transparent 0.5em), linear-gradient(90deg, transparent 0, #2788d0 0) repeat-x 0 50%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        /*div added for adding line input mozilla*/
        input[type='range'].n::-moz-range-track {
            content: "";
            position: absolute;
            z-index: 0;
            left: 0;
            right: 1em;
            margin-left: 0.2em;
            height: 0.3em;
            /*background: radial-gradient(circle at 0.5em 50%, #2788d0 0.3125em, #2788d0 0.3125em, #2788d0 0.5em, transparent 0.5em), linear-gradient(90deg, transparent 0, #2788d0 0) repeat-x 0 50%;*/
            background: linear-gradient(90deg, transparent 0, #2788d0 0) repeat-x 0 50%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
       

@-moz-document url-prefix() {
    .user_input_liner_dot_area {
        background: radial-gradient(circle at 53%, #2788d0 0%, #2788d0 15%, transparent 16%);
        background-size: 86px 40px;
        background-position: -36px -3px;
        width: 448px;
        height: 33px;
        border: 0px;
        background-repeat: repeat-x;
        position: absolute;
        top: 10px;
        left: 4px;
    }

    .currency_input_liner_dot_area {
        background: radial-gradient(circle at 53%, #2788d0 0%, #2788d0 15%, transparent 16%);
        background-size: 86px 40px;
        background-position: -36px -3px;
        width: 448px;
        height: 33px;
        border: 0px;
        background-repeat: repeat-x;
        position: absolute;
        top: 24px;
        left: 4px;
    }
} 
input[type='range'].n::-ms-track {
    border: none;
    color: transparent;
}

        input[type='range'].n::-webkit-slider-thumb {
            border: none;
            border-radius: 50%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: solid 0.35em transparent solid 0.25em transparent;
            width: 1.7em;
            height: 1.7em;
            background: #2788d0;
            background-clip: content-box;
            border: 5px solid #fff;
            position: relative;
            z-index: 10;
            margin-top: -.34em;
            margin-left: .05em;
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
        }

        input[type='range'].n::-moz-range-thumb {
            border: none;
            border-radius: 50%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: solid 0.35em transparent solid 0.25em transparent;
            width: 1.7em;
            height: 1.7em;
            background: #2788d0;
            background-clip: content-box;
            border: 5px solid #fff;
            position: relative;
            z-index: 10;
            margin-top: -.3em;
            margin-left: .05em;
            box-shadow: 0px 0px 6px rgba(0,0,0,.5)
        }

        input[type='range'].n::-ms-thumb {
            border: none;
            border-radius: 50%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: solid 0.35em transparent solid 0.25em transparent;
            width: 1.7em;
            height: 1.7em;
            background: #2788d0;
            background-clip: content-box;
            border: 5px solid #fff;
            position: relative;
            z-index: 10;
            margin-top: -.3em;
            margin-left: .05em;
            box-shadow: 0px 0px 6px rgba(0,0,0,.5)
        }

        input[type='range'].n::-ms-tooltip {
            display: none;
        }

        input[type='range'].n:focus {
            outline: none;
        }

        input[type='range'].n.n5:before {
            background-size: 25% 1em, 100% 0.25em;
        }

        input[type='range'].n.n4:before {
            background-size: 20% 1em, 100% 0.25em;
        }


/*  */

.signUp .signUp__choose {
    height: 360px;
}

.slider-container {
    width: 100%;
}

.slider-currency {
    width: 100%;
}

.pricing-currency {
    margin-right: 10px;
}

.slider-currency .range-slider {
    padding: 15px 0;
}

.signUpElementDollars {
    display: flex;
}

.slider-currency .currency span:nth-child(1) {
    margin-left: 3px;
}

.slider-currency .currency span:nth-child(2) {
    margin: 0;
}

.slider-currency .currency span:nth-child(3) {
    margin-left: -10px;
}

.slider-currency .currency span:nth-child(4) {
    /* margin-right: 10px; */
}
/* .slider-currency .users span:nth-child(5){
	margin-left: 3px;
} */
.slider-currency .signUp__choose_title {
    text-align: center;
}

.pricing-amount {
    background: none;
    pointer-events: none;
}

@media (max-width: 767px) {
    .signUp .signUp__choose {
        height: 430px;
    }

    .signUp__choose .users {
        margin-top: -35px;
    }
}

iframe {
    max-height: unset !important;
}

.swal2-styled.swal2-confirm {
    background-color: #238de9 !important;
}


.mobileMenuActiveAbout .headerDropdownMenuAbout {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    box-shadow: 0 5px 35px rgba(27,20,33,.1);
    width: 300px;
    position: absolute;
    margin-left: auto;
    top: calc(100% + 8px);
    left: 185px;
}

.headerDropdownMenuAbout {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: top .25s linear;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(14,9,22,.15);
   
}

    .headerDropdownMenuAbout .rightMenuBilling {
        color: black;
    }

    .headerDropdownMenuAbout .mainMenuLink {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(14,9,22,.15);
        text-align: left;
        padding: 15px 32px;
    }

    .headerDropdownMenuAbout .mainMenuElement {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        list-style-type: none;
        display: inline-block;
    }