.btn-default:focus,
.btn-default:active,
.btn-default:hover {
    outline: none;
}

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

/* Navbar */

.r-header {
    background-color: transparent;
    height: 60px !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.r-header.shrink {
    height: 60px !important;
    background-color: #fff !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
}

.r-header.shrink .navbar .container-fluid .r-nav-links-wrapper .r-sign-up-button,
.r-header.shrink .navbar .container-fluid .r-nav-links-wrapper .r-login-button {
    background-color: transparent;
    color: #333;
}

.r-header > .navbar,
.r-header > .navbar-default {
    height: 100%;
}

.navbar {
    margin-bottom: 0;
    background-color: #FFF;
    width: 100%;
    border: none;
    border-radius: 0;
    z-index: 100;
}

.navbar .container-fluid,
.navbar .container-fluid .navbar-collapse,
.navbar .container-fluid .navbar-collapse .navbar-nav {
    height: 100%;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-author-profile-name {
    display: none;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-author-profile-picture {
    margin: 0;
}

.navbar-brand {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
    color: #fff !important;
}

.navbar-brand img {
    width: 148px;
    /* height: 40px; */
}

.navbar .navbar-header .navbar-brand .logo-text {
    color: #333;
}

.navbar-right {
    margin-right: 0;
}

.navbar-right li a,
.navbar-header li a {
    margin-right: 0.66em;
    margin-left: 0.66em;
}

@media (min-width: 768px) {
    .navbar-nav>li>a, .navbar-header>li>a {
        padding-top: 7px;
        padding-bottom: 10px;
    }
}

.navbar-right li a.btn, .r-get-started {
    padding: 0 1.5em;
    min-width: 8vw;
    height: 2.5em;
    border-radius: 2px;
    background-color: transparent;
    border: 2px solid #448AFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar .navbar-right .r-create-button-wrapper {
    display: none !important;
}

.r-create-button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    font-size: 15px !important;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.2);
    border: none;
    background: #448AFF !important;
    color: #FFF !important;
    padding: 5px 20px !important;
    border-radius: 20px !important;
    cursor: pointer;
    letter-spacing: 0 !important;
}

.r-create-button:hover {
    border: none;
    color: #448AFF !important;
    background: #FFF !important;
}

.r-create-button i {
    font-size: 30px;
    margin-right: 5px;
}

.navbar-right li a.btn:hover, .r-get-started:hover,
.navbar-right li a.btn:focus, .r-get-started:focus,
.navbar-right li a.btn:active, .r-get-started:active {
    background-color: #448AFF;
    color: #FFF !important;
    border-color: #448AFF;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>button>span,
.navbar-default .navbar-nav>li>button>span:hover .navbar .container-fluid .r-nav-links-wrapper .navbar-nav li.dropdown > ul > li > a{
    color: #333;
    cursor: pointer;
}

.r-header.shrink .navbar-default .navbar-nav>li>a,
.r-header.shrink #r-solutions-link {
    color: #333;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>button>span {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: normal;
}

#r-solutions-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li.open a,
#r-solutions-link:focus, #r-solutions-link:active, #r-solutions-link:hover {
    background-color: transparent;
}

#r-solutions-link span {
    margin-right: 0.5em;
}

.navbar-default .navbar-nav > li > button {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-dropdown.dropdown .dropdown-menu {
    top: 80%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.products-dropdown.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #448AFF;
}

.navbar {
    height: 50px;
}

.navbar .navbar-header,
.navbar .navbar-header .navbar-brand {
    height: 100%;
}

.navbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navbar .navbar-header .navbar-brand .logo-text {
    letter-spacing: 0.1em;
    font-size: 0.8em;
    margin-left: 0.5em;
}

.navbar-right li a.btn, .r-get-started {
    font-size: 0.9em;
    text-transform: uppercase;
    height: 2.2em;
    letter-spacing: 0.15em;
}

.navbar-right .r-profile-link {
    height: 100%;
    width: 100%;
    padding: 0.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent !important;
    color: #FFFFFF !important;
}

.navbar-right .r-profile-link:hover {
    cursor: pointer;
}

.navbar-right .r-profile-link .r-author-profile-picture {
    display: inline-block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-right .r-profile-link .r-author-profile-picture img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
}

.navbar-right .r-profile-link .r-author-profile-name {
    text-transform: capitalize;
    text-decoration: none;
}

.navbar .container-fluid .r-nav-links-wrapper .r-sign-up-button,
.navbar .container-fluid .r-nav-links-wrapper .r-login-button {
    background-color: #448AFF;
    color: #FFF;
}

.navbar .container-fluid .r-nav-links-wrapper .r-sign-up-button:hover,
.navbar .container-fluid .r-nav-links-wrapper .r-login-button:hover {
    color: #448AFF;
    /*background-color: #FFF;*/
}

/* Search */
.navbar .container-fluid .r-nav-links-wrapper {
    float: right !important;
    height: 100%;
}

.navbar-collapse.collapse {
    height: 100%;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav {
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    background-color: transparent;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav .r-close-search {
    display: none;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li,
.navbar .container-fluid .navbar-header li {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
}

.navbar .container-fluid .navbar-header > li {
    min-width: 110px;
	margin-left: 10px;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li.dropdown > ul > li {
    margin: 0;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li.dropdown > ul > li > a,
.navbar .container-fluid .navbar-header li.dropdown > ul > li > a {
    margin: 0;
    width: 100%;
    padding: 1em;
    cursor: pointer;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li.r-search-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    width: auto;
    position: relative;
    display: none;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-search-icon {
     font-size: 1.5em;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-search-field {
    height: 1.5em;
    width: 0;
    border-radius: 0.75em;
    font-size: 1.1em;

    border: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-search-field.expand {
    width: 25vw;
    padding: 1em;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-clear-search {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-clear-search.appear {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    padding: 1em 0.5em;
    height: 100%;
    color: #1E1E1D;
    right: 0;
    top: 0;
}

.r-search-results {
    margin-top: 50px;
    background-color: #f5f5f5;
    width: 30vw;
    display: none;
}

.r-search-results .nav-tabs {
    border: none;
    margin: 0;
}

.r-search-results .nav-tabs li {
    width: 50%;
    text-align: center;
    margin: 0;
}

.r-search-results .nav-tabs li a {
    margin: 0;
    border-radius: 0;
    cursor: pointer;
}

.r-search-results .nav-tabs>li.active>a, 
.r-search-results .nav-tabs>li.active>a:focus, 
.r-search-results .nav-tabs>li.active>a:hover {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #448AFF;
}

.r-search-results .tab-content .tab-pane .r-error-message {
    padding: 1.5em;
    font-size: 1.2em;
    text-align: center;
}

.r-search-results .tab-content .tab-pane .r-results-wrapper {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 1em;
}

.r-result-item {
    padding: 0.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.r-result-item .r-thumbnail-wrapper {
    display: inline-block;
    height: 6vh;
    width: 6vh;
    border-radius: 50%;
    border: 1px solid #cccfd0;
    overflow: hidden;
    margin-right: 1em;
}

.r-result-item .r-thumbnail-wrapper img {
    width: 100%;
    height: 100%;
}

.r-result-item .r-name-wrapper {
    max-width: 80%;
}

/* Login/Sign Up Modal */

.r-login-modal .modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.modal-header button {
    padding: 0.5em;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-header button span {
    font-size: 1.5em;
}

.modal-body {
    padding: 20px;
}

.modal-body>.row {
    margin: 1em;
}

.modal-body .row .modal-title {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5em
}

.modal-body .row .form-group label {
    font-size: 1.2em;
    font-weight: 300;
}

.modal-body .row .form-group input {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent !important;
    border-bottom: 1px solid #333;
    font-size: 1.2em;
    font-weight: 300;
    padding: 0.3em;
    height: 7vh;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.modal-body .row button {
    border-radius: 0;
}

.r-social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.r-social-icons .btn {
    margin: 0.5em 0;
    color: #FFF;
    border: none;
    width: 100%;
    border-radius: 0;
}

.r-social-icons img {
    margin-right: 0.2em;
}

#facebookSignUpButton img, #facebookLogInButton img {
    margin-right: 0.5em;
}

.r-social-icons button {
    display: flex;
}

.r-social-icons span {
    width: 100%;
    text-align: left;
    margin-left: 2em;
}

#r-signup, #r-login, #r-personalize, #r-forgot-password, #r-email-sent {
    display: none;
}

#r-signup h4 {
    font-size: 1em;
    font-weight: lighter;
}

#facebookSignUpButton, #facebookLogInButton {
    background-color: #3B5998;
}

#twitterSignUpButton, #twitterLogInButton {
    background-color: #4099FF;
}

#twitterButton {
    background-color: #55ACEE;
}

#googleSignUpButton, #googleLogInButton {
    background-color: #DF4930;
}

button#googleSignUpButton>div, button#googleLogInButton>div {
    height: 24px !important;
    width: 100% !important;
    background-color: inherit;
    color: #FFF;
    box-shadow: none;
}

button#googleSignUpButton>div>div, button#googleLogInButton>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

button#googleSignUpButton>div>div>div, button#googleLogInButton>div>div>div {
    display: none;
}

button#googleSignUpButton>div>div>span, button#googleLogInButton>div>div>span {
    font-size: 18px !important;
}

button#googleSignUpButton>div>div>span:before {
    content: "Continue with ";
}

button#googleLogInButton>div>div>span:before {
    content: "Continue with ";
}

button#googleSignUpButton>div>div>span:after, button#googleLogInButton>div>div>span:after {
    content: "Google";
}

button#googleSignUpButton>div>div>span>span:first-child, button#googleLogInButton>div>div>span>span:first-child,
button#googleSignUpButton>div>div>span>span:last-child, button#googleLogInButton>div>div>span>span:last-child {
    display: none;
}

#r-login div.r-login-form, #r-signup div.r-sign-up-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#r-login div.r-login-form .form-group,
#r-signup div.r-sign-up-form .form-group {
    width: 100%;
}

#r-login-form {
    width: 100%;
}

.forgotPassword {
    cursor: pointer;
}

.go-back {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

.go-back i {
    padding-right: 10px;
    font-size: 12px;
}

.r-login-form .invalidCredentials, .r-personalize .fieldEmpty, .r-sign-up-form .accountExists {
    display: none;
    color: #a94442;
}

.r-forgot-password, .r-open-sign-up {
    width: 100%;
    text-align: center;
    margin: 0.5em 0;
    display: inline-block;
}

.r-forgot-password {
    text-align: right;
}

.r-open-sign-up .r-new-account {
    cursor: pointer;
}

#fieldEmptyMessage::first-letter {
    text-transform: uppercase;
}

.r-sign-up-form .btn {
    margin-top: 0.5em;
    text-transform: uppercase;
    background-color: #43A047;
    border-color: #43A047;
}


@media only screen and (min-width: 240px) and (max-width: 767px) {
    
    .navbar .container-fluid .navbar-header {
        display: inline-block;
        width: auto;
    }

    .navbar .container-fluid .navbar-header .navbar-brand .logo-text {
        display: none;
    }

    .navbar-right .r-profile-link .r-author-profile-picture {
        margin: 0;
    }

    .navbar-right .r-profile-link .r-author-profile-name {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0;
        left: initial;
        background-color: #FFF;
        border-radius: 0;
        top: 10vh;
    }

    .navbar .container-fluid .r-nav-links-wrapper {
        max-width: 85%;
    }

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav .r-sign-up-wrapper {
        display: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav .r-sign-up-wrapper.appear {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-search-icon {
        padding: 0.5em;
        margin: 0;
    }

    .navbar-right li a.btn, .r-get-started {
        padding: 0 0.5em;
        min-width: 25vw;
    }

    /* Search */

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100%;
    }

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav .r-close-search {
        padding: 0;
        color: #FFF;
        display: none;
        cursor: pointer;
    }

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav .r-close-search i {
        padding: 0.5em;
    }

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-search-field {
        width: 0;
        padding: 0;
        min-height: 2em;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-search-field.expand {
        width: 50vw;
        padding: 0.5em;
        padding-left: 1em;
        font-size: 0.8em;
     }

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-search-field:focus,
    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-search-field:active {
        border: none;
        outline: none;
    }

    .r-search-results {
        margin-top: 1em;
        width: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 6vh;
    }

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-clear-search.appear {
        right: -0.2em;
    }

    .navbar .container-fluid .r-nav-links-wrapper .navbar-nav li .r-clear-search i {
        font-size: 1.3em;
    }

    .r-result-item .r-name-wrapper {
        max-width: 80%;
        color: rgba(0, 0, 0, 0.6);
    }

    .r-search-results .nav-tabs > li > a {
        margin: 0;
        border-radius: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.7);
        letter-spacing: 0.2em;
    }

    .r-search-results .nav-tabs > li.active > a, 
    .r-search-results .nav-tabs > li.active > a:focus {
        border: none;
        background-color: transparent;
        border-bottom: 2px solid #448AFF;
        color: #448AFF;
    }
}

@media (min-width: 768px) {
    .modal-sm {
        width: 360px;
    }

    .navbar-collapse.collapse {
        height: 100% !important;
    }
}

.r-team-users {
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 60px;
    width: 200px;
    z-index: -1;
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: scroll;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    display: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}

.r-team-users::-webkit-scrollbar {
    height: 10px;
}

.r-team-users > div {
    position: relative;
    bottom: 0;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 5px;
}

.r-team-users .r-team-user-color {
    height: 5px;
    margin-top: 5px;
    width: 30px;
    margin-left: 5px;
}

.r-team-users img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

/* new payment popup */

#stripeBlock{
	background: rgba(24, 16, 89, 0.5)  !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#stripeBlock::before{
	height: 70%;
}
#stripeBlock .stripe-form-block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 911px;
    height: 762px;
	max-height: 95vh;
    margin-left: auto;
    margin-right: auto;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.83);
}
.stripe-form-block .stripe-form-left{
    flex-basis: 40%;
    flex-grow: 1;
    border-radius: 8px 0 0 0;
    height: 86%;
}
.stripe-form-block .stripe-form {
    background-color: #fff;
    flex-basis: 65%;
    flex-grow: 1;
	border-radius: 0px 8px 0px 0px;
	text-align: left;
    padding: 6%;
    height: 100%;
}

.stripe-form form{
	width: 90%;
	min-width: 90%;
	text-align: left;
	padding: 0px;
	height: unset;
    overflow: unset;
}

.stripe-form .priceAmount {
    font-size:  45px;
    margin: 0;
    color: #1A1826;
    font-family: 'proxima-nova';
    font-weight: bold;
}

.planString {
    margin-bottom: 20px;
    margin-top: 0px;
    color: #1A1826;
}

.stripe h5 {
    margin: 0
}

.stripe h3 {
    margin: 0
}

.stripe-form .priceDuration {
    font-size:  24px;
    font-family: 'proxima-nova';
    font-weight: bold;
}

.stripe-form .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.stripe-form .field {
  position: relative;
  width: 100%;
  height: 50px;
	margin: 0px;
	margin-top: 8px;
}
.stripe-form .field .card-icon{
	text-align: right;
	margin-top: 12px;
}
.stripe-form .field input{
	font-size: 18px;
	letter-spacing: 1.5px;
}
.stripe-form .field.half-width {
  width: 50%;
}
.stripe-form .field.third-width {
  width: 32%;
}
.stripe-form .field.third-width:nth-child(2) {
  margin-left: 10%;
}
.stripe-form .field.third-width:nth-child(3) {
  margin-left: 10%;
}

.stripe-form .field.half-width:nth-child(2) {
	margin-left: 10%;
}

.testimonial-image-left {
    background-color: rgba(24, 16, 89, 1)
}

.profile-img {
    width: 100px;
    height: 100px;
    top: 20px;
    border-radius: 50%;
    margin-top: 20%;
    left: -120px;
    position: relative;
}

.text-quote {
    width: 40px;
    position: absolute;
}
.text-quote.left {
    margin-left: -20px;
    margin-top: -15px; 
}

.text-quote.right {
    margin-top: 5px;
}

.testimonial-text-stripe {
    margin-top: 10%;
    color: #E1DFF6;
    font-size: 18px;
    font-family: proxima-nova;
    padding: 8%;
    text-align: left;
    letter-spacing: 0.24px;
    width: 90%;
}

.author-image {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.testimonial-author-info {
    color: white;
    font-size: 14px;
    padding: 0 8% 8% 8%;
    font-family: proxima-nova;
    opacity: 0.8;
    text-align: left;
}
.testimonial-author-info > p {
    color: #FFCA00;
    opacity: 1;
    letter-spacing: 0.2px;
    font: Regular 12px/21px Proxima Nova;
}
.testimonial-author-info  span {
    text-align: left;
    font: Regular 12px/21px Proxima Nova;
    letter-spacing: 0.2px;
    color: #A9A3DB;
    opacity: 1;
}
.testimonial-author-info strong {
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: rgba(255,255,255,0.9);
}
.security{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 3%;
}

.lock {
    align-self: center;
    color: #AEAEAE
}

.lock span {
    padding-left: 10px;
    font-size: 14px;
    vertical-align: 5px;
}

.stripe-submit {
    background: #EFEFEF;
    width: 100%;
    min-height: 14%;
    border-radius: 0 0 8px 8px;
}


#stripe-form-coupon-apply{
	width: 80px;
	text-align: center;
	border: none;
	border-radius: 2px;
	height: 30px;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
	margin-left: 0px;
	cursor: pointer;
	color: #007eff;
}
#pricing-coupon-status > div{
	display: none;
}
#pricing-coupon-status > div.active{
	display: block;
}
#pricing-coupon-status > .active, .r-coupon-code-message-wrapper.active{
	color: rgb(244, 67, 54);
	background: rgba(255, 87, 34, 0.11);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 87, 34, 0.46);
	border-image: initial;
	padding: 4px 12px;
	border-radius: 4px;
	margin-top: 4px;
}

#pricing-coupon-status > .applied.active, .r-coupon-code-message-wrapper.active.applied{
	color: #4CAF50;
	background: rgba(0, 150, 136, 0.1);
	border-color: rgba(0, 150, 136, 0.39);
}

#pricing-coupon-status > .active > span{
    font-size: 14px !important;
    font-family: proxima-nova;
}

.stripe-form .field.quarter-width {
  width: calc(25% - 10px);
}

.stripe-form .baseline {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pci-dss {
    background-image: url(../png/pci-dss.png);
    height: 30px;
    width: 104px;
    background-size:contain;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
}

.stripe-form .row {
    margin-bottom: 10px;
}

.stripe-form label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 6px;
	color: #999;
	letter-spacing: 1.4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  transition-property: color, transform;
  transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	font-weight: 600;
}

.stripe-form .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent;
  font-weight: 500;
}

.stripe-form .btn-group {
    width: 100%;
    height: 100%;
}

.stripe-form .btn-group .btn {
    width: 100%;
    height: 100%;
    background: transparent;
    border: transparent;
    color: #1A1826;
    font-family: proxima-nova;
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3px;
    padding-left: 0;
    overflow: hidden;
}

.stripe-form .btn-group ~ label {
    color: #aab7c4;
    transform: scale(0.85) translateY(-25px);
    cursor: default;
}

.stripe-form .btn-group .dropdown-menu {
    max-height: 20vh;
    overflow: auto;
}

.stripe-form .btn-group .dropdown-item {
    display: block;
    color: black;
    font-family: proxima-nova;
    font-size: 17px;
}

.stripe-form .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-form .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-form .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.stripe-form .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}

.stripe-form .input.focused,
.stripe-form .input:not(.empty) {
  opacity: 1;
}

.stripe-form .input.focused::-webkit-input-placeholder,
.stripe-form .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df;
}

.stripe-form .input.focused::-moz-placeholder,
.stripe-form .input:not(.empty)::-moz-placeholder {
  color: #cfd7df;
}

.stripe-form .input.focused:-ms-input-placeholder,
.stripe-form .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df;
}

.stripe-form .input.focused + label,
.stripe-form .input:not(.empty) + label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-25px);
  cursor: default;
}

#stripe-form-card-zip {
    font-weight: 500;
}

.stripe-form .input.focused + label {
  color: #007eff;
}

.stripe-form .input.invalid + label {
  color: #f44336;
}

.stripe-form .input.focused + label + .baseline {
  background-color: #007eff;
}

.stripe-form .input.focused.invalid + label + .baseline {
  background-color: #f44336;
}

.stripe-form input, .stripe-submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.stripe-form input:-webkit-autofill {
  -webkit-text-fill-color: #32325D;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.stripe-form .StripeElement--webkit-autofill {
  background: transparent !important;
}

.stripe-form input, .stripe-submit button {
  -webkit-animation: 1ms void-animation-out;
}

.stripe-submit button {
  display: block;
  width: 139px;
  height: 43px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  background-color: #007EFF;
  font-size: 18px;
}

.stripe-pay-button {
    flex-basis: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.stripe-form input:active {
  /*background-color: #007eff;*/
}
.stripe-form .error, .stripe-form .success{
	margin-top: 12px;
}
.stripe-form .error .title, .stripe-form .error .message{
  color: #f44336;
	font-size: 14px !important;
	background: #ff57221c;
	border: 1px solid #ff572275;
	padding: 4px 12px;
    border-radius: 4px;
    font-style: proxima-nova;
}
.stripe-form .success .title, .stripe-form .success .message{
  color: #4caf50;
	font-size: 16px !important;
	font-weight: 500;
	border: 1px solid #8bc34ac7;
	border-radius: 4px;
	background: #8bc34a38;
	padding: 6px 12px;
	width: 80%;
}
.stripe-form .visible{
	display: block;
}
.stripe-form .hidden{
	display: none;
}
.stripe-submit .links{
    width: 139px;
    position: relative;
    top: 5px;
}

.stripe-submit .links a{
    color: #007eff;
}

.stripe-form h5 {
    font-size: 14px;
    color: rgba(26, 24, 38, 0.7);
    font-family: proxima-nova;
}

.stripe-block-right {
    flex-basis: 60%;
    flex-grow: 1;
    font-weight: 300;
    height: 86%;
    border-radius: 0 8px 0 0;
    overflow: auto;
    background: white;
}

@media (max-width: 1400px) {
	#stripeBlock .stripe-form-block{
		max-width: 80vw;
    }
}
@media (max-width:1440px) {
    .stripe-form {
        padding: 3% !important;
    }
    .stripe-form .row {
        margin-bottom: 5px;
    }
}
@media (max-width: 992px) {
    #stripeBlock .stripe-form-block {
        max-width: 500px;
    }

    #stripeBlock .stripe-form-left {
        display: none;
    }

    #stripeBlock .stripe-form {
        width: 100%;
    }

    .security {
        justify-content: space-evenly;
        padding: 2%;
    }

    .stripe-pay-button {
        flex-basis: auto;
        padding: 10px;
    }

    .lock span {
        font-size: 14px;
        padding: 10px;
    }

    .pci-container {
        padding: 10px;
    }
}

@media (max-width: 500px) {
    #stripeBlock .stripe-form-block {
        width: 95%;
    }

}


.btn-loader > div {
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.btn-loader > div {
	width: 12px;
	height: 12px;
	background-color: white;
}

#updateSubscriptionConfirm .btn-loader > div {
	width: 16px;
	height: 16px;
	background-color: #007eff;
}

.btn-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.btn-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
			-webkit-transform: scale(0)
	}
	40% {
			-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
			-webkit-transform: scale(0);
			transform: scale(0);
	}
	40% {
			-webkit-transform: scale(1.0);
			transform: scale(1.0);
	}
}


/* Pricing page css */
#pricing-page .r-header {
	background-color: transparent !important;
	box-shadow: none !important;
}
#pricing-page .r-section-link-wrapper{
	display: none;
}
#pricing-page .r-header.scrolled-nav{
	background-color: white !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
    -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pricing-page .extrabold{
	font-weight: 500;
	font-family: 'Gilroy-ExtraBold' !important;
}
#pricing-page .light{
	font-weight: 500;
	font-family: 'Gilroy-Light';
}
#pricing-page .dark-header .navbar-header > li > a{
	color: white;
}
#pricing-page .dark-header #logInButton{
	border-color: white;
	color: white;
	border-radius: 5px;
}
#pricing-page .dark-header #logInButton:hover{
	background: white;
	color: #007eff !important;
}

#pricing-page .dark-header.scrolled-nav .navbar-header > li > a{
	color: #007eff;
}
#pricing-page .dark-header.scrolled-nav #logInButton{
	border-color: #007eff;
	color: #007eff;
}
#pricing-page .dark-header.scrolled-nav #logInButton:hover{
	background: #007eff;
	color: white !important;
}
#pricing-page .black-div{
	background: black;
}
#pricing-page .section-header{
	background-image: url(../jpg/pricing_bg_team.jpg);
	background-size: cover;
}
#pricing-page .section-header > div{
	background: rgba(0, 0, 0, 0.45);
}
.max-width{
	max-width: 1500px;
}

#pricing-page .section-1{
	height: 40vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-height: 400px;
	min-height: 300px;
	text-align: center;
}
#pricing-page .pricing-section {
    margin-top: 11vh;
    margin-bottom: 10vh;
}
#pricing-page .section-1 h1, #pricing-page .section-1 h2{
	margin: 0;
	padding: 0;
}
#pricing-page .section-1 h1{
	font-size: 45px;
	color: white;
}
#pricing-page .section-1 h2{
	font-size: 23px;
	color: #ccc;
  margin-top: 16px;
}

#pricing-page .products{
	text-align: center;
}

.logos-set img{
    /* height: auto !important; */
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
/* #pricing-page .pricing-customers .logos .logos-set > div img {
    width: 166px;
} */



#pricing-page .product-tabs{
	display: inline-flex;
	width: 60%;
	background: white;
	height: 10vh;
	max-height: 100px;
}
#pricing-page .product-tabs > div > h2{
	font-size: 28px;
}
#pricing-page .product-tabs > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	align-items: center;
	background: #007eff;
	color: white;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#pricing-page .product-tabs > div:hover{
	opacity: .8;
	background: #007eff;
}
#pricing-page .product-tabs > div.active:hover{
	background: initial;
	opacity: 1;
}
#pricing-page .product-tabs > .active{
	background: white;
	color: #666;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
	height: 34px;
	min-width: 60px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  -webkit-transition: .4s;
	transition: .4s;
	border: 2px solid #eee;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: #007eff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
#pricing-page .price-details{
	text-align: center;
}
#pricing-page .price-details > div{
	width: 80%;
	display: inline-flex;
}
#pricing-page .dark-header .logo-light{
	display: inline-block;
}
#pricing-page .dark-header .logo-dark{
	display: none;
}
#pricing-page .dark-header.scrolled-nav .logo-light{
	display: none;
}
#pricing-page .dark-header.scrolled-nav .logo-dark{
	display: inline-block;
}
#pricing-page .price-details .left-select{
	width: 20%;
}
#pricing-page .price-details .right-details{
	width: 72%;
	margin-left: 8%;
}
.price-details .left-select .plan-type{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}
.price-details .left-select .plan-type > label{
	margin-bottom: 0px;
}
.price-details .left-select .plan-type > span{
	font-size: 16px;
	font-weight: bold;
	color: #007eff;
	margin: 0px 18px;
}
.price-details .left-select .plan-type > .annual{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.price-details .left-select .plan-type > span > span:last-child{
	font-size: 12px;
	color: #666;
	position: absolute;
	margin-top: 20px;
}
.flex-display{
	display: flex;
}
.flex-hide{
	display: none;
}
.price-details .left-select .plans{
	border: 2px solid #eee;
	border-radius: 4px;
	height: 10vh;
	align-items: center;
	justify-content: center;
	margin: 12px 0px;
	cursor: pointer;
	background: none;
	max-height: 100px;
	position: relative;
}
.price-details .left-select .plans:hover{
	background: #fdfdfd;
}
.price-details .left-select .plans.active{
	border-color: #007eff;
}
.price-details .left-select .plans > span{
	width: 45%;
}
.price-details .left-select .plans > .plan-title{
	text-align: left;
	font-size: 16px;
}
.price-details .left-select .plans > .plan-price{
	text-align: right;
	font-size: 34px;
	font-weight: 500;
	font-family: "Gilroy-Light"
}
.price-details .left-select .plans.active > .plan-title.light{
	font-family: "Gilroy-ExtraBold" !important;
}
.price-details .left-select .plans.active > .plan-price > .amount{
	font-weight: bold;
	font-family: "Gilroy-ExtraBold" !important;
}
.price-details .left-select .plans > .plan-price > .per{
	font-size: 14px;
}
#pricing-page .price-details .price-billing.hidden{
	display: none;
}
#pricing-page .price-details .price-billing{
	font-size: 10px;
	font-weight: 500;
	width: unset;
	position: absolute;
	right: 0;
	margin-top: 24px;
	margin-right: 12px;
}
#pricing-page .price-details .plans.active .price-billing{
	font-weight: normal;
	color: #999;
}
.dollar{
	position: absolute;
	font-size: 18px;
	font-weight: normal;
	margin-left: -14px;
	margin-top: 6px;
	color: #666;
}
.pricing-action-btn,
.pricing-action-button {
	display: inline-flex;
	background: #007eff;
	width: 180px;
	height: 52px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	border: 0px;
	font-family: 'Gilroy-ExtraBold';
}
.pricing-action-btn.disabled,
.pricing-action-button.disabled{
	background: #aaa;
}
.pricing-action-btn:hover,
.pricing-action-button:hover{
	background: #007effeb;
	text-decoration: none;
	color: white;
}

.pricing-action-btn.disabled:hover,
.pricing-action-button.disabled:hover{
	background: #aeaeae;
}

.price-details .right-details .title{
	display: flex;
	justify-content: center;
	min-height: 142px;
}
.price-details .right-details .title > div:first-child{
	text-align: left;
}
.price-details .right-details .title > div:last-child{
	text-align: right;
	width: 45%;
}

.title h2{
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	margin-top: 0px;
}
.title h4{
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	color: black;
}
.price-details .right-details .features-title{
	text-align: left;
	margin-top: 5vh;
	border-bottom: 2px solid #eee;
	padding-bottom: 12px;
}
#pricing-plan-description .span-link{
	color: #007eff;
	cursor: pointer;
	font-weight: 500;
}
.price-details .right-details .features-title span{
	font-weight: bold;
	font-size: 16px;
}
.price-details .right-details .cost{
	margin-top: 5vh;
	border-top: 2px solid #eee;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price-details .right-details .cost > span{
	width: 50%;
}
.cost .cost-title{
	text-align: left;
	font-size: 26px;
	font-weight: bold;
}
.cost .cost-price{
	text-align: right;
	font-size: 34px;
	font-weight: bold;
}
.price-details .right-details .action{
	text-align: right;
	margin-top: 5vh;
}
.price-details .right-details .features{
	text-align: left;
	margin-top: 2vh;
}
#plan-details-list-mobile{
	display: none;
}
#plan-details-list{
	display: block;
}
.features .feature-item{
	width: 33%;
	text-align: left;
	margin: 8px 0px;
	font-size: 15px;
	font-weight: 500;
	color: black;
	display: inline-flex;
	position: relative;
}

.features .feature-item.custom{
	width: 49%;
}

.features .feature-item i{
	font-size: 22px;
	color: #aaa;
}
.features .feature-item span{
	margin-left: 4px;
	color: #888;
}
.features .feature-item.active i{
	color: #007eff;
}
.features .feature-item.active span{
	color: black;
}
.plan-talk{
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
	line-height: 1.8;
}
.plan-talk div{
	margin-top: 12%;
}
.plan-talk div:first-child{
	padding: 0% 10%;
}
.plan-talk .plan-talk-img{
	width: 160px;
	background-image: url(../png/pricing_talktous.png);
	height: 160px;
	margin: 0px;
	display: inline-block;
	background-size: cover;
	border-radius: 50%;
	opacity: .8;
}
#pricing-page .text-link{
	color: #007eff;
	text-decoration: underline;
}
#pricing-page .text-link:hover{
	color: #007eff;
}
#pricing-page .pricing-customers{
	text-align: center;
}
#pricing-page .pricing-customers > div{
	height: 400px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1800px;
	margin-top: 0;
	margin-bottom: 5vh;
}
#pricing-page .pricing-customers > div > div{
	height: 100%;
}
#pricing-page .pricing-customers > div > div:first-child{
	width: 45%;
}
#pricing-page .pricing-customers > div > div:last-child{
	width: 55%;
	/* background: #efefef; */
}
#pricing-page .pricing-customers .logos .logos-set{
	display: none;
}

#pricing-page .pricing-customers .logos .logos-set > div > div{
	width: 150px;
	margin: 4px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 20%;
}
#pricing-page .pricing-customers .logos .logos-set.active{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;
	height: 100%;
}
#pricing-page .pricing-customers .logos .logos-set > div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
#pricing-page .pricing-customers .logos .logos-set > div img{
	width: 136px;
	margin: 4% 24%;
	/* filter: grayscale(); */
	/* transition: all 0.5s ease; */
	opacity: .9;
	object-fit: contain;
}
#pricing-page .pricing-customers .logos:hover > div img{
	/* filter: grayscale(0%); */
	opacity: 1;
}

#pricing-page .pricing-customers #pricing-testimonials{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#pricing-testimonials .quote{
	font-size: 16px;
	font-weight: 500;
	color: white;
}
#pricing-testimonials .testimonial-item > div{
	text-align: left;
	padding: 8% 14%;
}
#pricing-testimonials .testimonial-item p{
	color: #666;
	font-weight: bold;
}

#pricing-page .testimonials .carousel-inner{
	height: 320px;
  margin-top: -5vh;
}

#pricing-page .carousel-indicators li{
	width: 8px;
	height: 8px;
	margin: 0;
	background: #888;
	border: none;
	margin: 0px 2px;
}

#pricing-page .carousel-indicators .active{
	width: 8px;
	height: 8px;
	background: #007eff;
	margin: 0px 2px;
}

#pricing-testimonials .testimonial-item .quote{
	font-size: 18px;
	font-style: italic;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.6px;
}
#pricing-testimonials .testimonial-item .quote .quote-img {
	width: 45px;
	height: auto;
	position: absolute;
	z-index: -1;
	opacity: .6;
}
#pricing-testimonials .testimonial-item .quote .quote-img:first-child {
	margin-left: -32px;
	margin-top: -16px;
}
#pricing-testimonials .testimonial-item .quote .quote-img:last-child {
	margin-left: -15px;
	margin-top: -4px;
}
#pricing-testimonials .testimonial-item .quote-author{
	font-size: 15px;
	margin-top: 12px;
	display: flex;
	justify-content: left;
	align-items: center;
}
#pricing-testimonials .testimonial-item .quote-author .author-img{
	border-left: 2px solid #666;
	margin-left: 10px;
}
#pricing-testimonials .testimonial-item .quote-author .author-img img{
	width: 100px;
	object-fit: contain;
	margin-left: 10px;
}

#pricing-testimonials .testimonial-item .quote-author p{
	margin: 0px;
}
#pricing-testimonials .testimonial-item .quote-author p:last-child{
	font-weight: 500;
}
#pricing-page .pricing-faq{
	text-align: center;
}

#pricing-page .pricing-faq > div:first-child{
	text-align: center;
}
#pricing-page .pricing-faq > div:last-child{
	display: inline-flex;
	justify-content: center;
	width: 100%;
}
#pricing-page .pricing-faq > div > div{
	width: 50%;
	text-align: left;
	margin: 0 2%;
}
#pricing-page .pricing-faq .faq > .accordion > .card{
	margin-top: 2vh;
}
#pricing-page .pricing-faq .faq > .accordion > .card > .card-header {
    color: black;
    background: #f7f7f7;
    padding: 15px 25px;
}
#pricing-page .pricing-faq .faq > .accordion > .card > .card-header h5 button{
	color: #333;
	font-weight: 500;
	font-size: 18px;
	padding: 0px;
	letter-spacing: 1px;
  font-family: 'Gilroy-ExtraBold';
}
/* #pricing-page .pricing-faq .card-body{
	padding: 2% 0%;
	color: #666;
	font-weight: 500;
	font-size: 16px;
    letter-spacing: .6px;
    padding-left: 27px;
} */
#pricing-page .pricing-faq .card-body {
    padding: 2% 0%;
    color: #1d1d1d;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .6px;
    padding-left: 27px;
}
.faq-link{
    color: #007eff;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
#pricing-page .pricing-faq .card-body .card .card-body{
    padding-left: 0px;
}
/* #pricing-page .pricing-faq .card-body > .accordion > .card > .card-header h5 button{
	color: #007eff;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	letter-spacing: 1px;
} */
/* #pricing-page .pricing-faq .card-body > .accordion > .card > .card-header h5 button {
    color: #007eff;
    font-weight: 600;
    font-size: 18px;
    padding: 0px;
    font-family: 'proxima-nova';
} */
#pricing-page .pricing-faq .card-body > .accordion > .card > .card-header h5 button {
    color: #007eff;
    font-weight: 600;
    font-size: 18px;
    padding: 0px;
    word-break: break-word;
    font-family: 'proxima-nova';
    white-space: normal;
    text-align: left;
}
#pricing-page button:focus{
	outline: none;
}
.faq .card-header{
	cursor: pointer;
}
.faq .card-header[aria-expanded="false"] > h5 > .arrow_up{
	display: none;
}
.faq .card-header[aria-expanded="false"]  > h5 > .arrow_down{
	display: inline-block;
}
.faq .card-header[aria-expanded="true"] > h5 > .arrow_down{
	display: none;
}
.faq .card-header[aria-expanded="true"]  > h5 > .arrow_up{
	display: inline-block;
}

.faq .arrow_up, .faq .arrow_down{
	float: right;
	color: #007eff;
	font-size: 28px;
}

#pricing-page .feature-tooltip{
	position: absolute;
	line-height: 0px;
	max-width: 200px;
	width: 200px;
	bottom: 22px;
	margin-left: -93px;
	visibility: hidden;
	text-align: center;
}
#pricing-page .feature-tooltip > div{
	position: relative;
	background: black;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
	padding: 8px 8px;
	border-radius: 6px;
	width: 30;
	text-align: center;
}
#pricing-page .feature-tooltip > span{
	width: 0;
	display: inline-block;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #000;
}
.features .feature-item:hover .feature-tooltip{
	visibility: visible !important;
}
.feature-item-link span{
	color: #007eff !important;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
}
@media (max-width: 1400px){
	.price-details .right-details .title{
		min-height: 167px;
	}
	.price-details .left-select .plan-type > span > span:last-child{
		font-size: 8px;
	}
	.price-details .left-select .plan-type > span{
		font-size: 14px;
	}
	.plan-talk .plan-talk-img{
		width: 120px;
		height: 120px;
	}
	.price-details .left-select .plans > span{
		width: 45%;
	}
	.price-details .left-select .plans > .plan-title{
		text-align: left;
		font-size: 14px;
	}
	.price-details .left-select .plans > .plan-price{
		font-size: 26px;
	}
	
	.dollar{
		font-size: 14px;
		margin-left: -12px;
	}
	.features .feature-item{
		font-size: 14px;
	}
	.features .feature-item i{
		font-size: 20px;
	}
	#pricing-page .pricing-customers .logos .logos-set > div > div{
		width: 130px;
		margin: 0px 10%;
	}
	#pricing-testimonials .testimonial-item .quote{
		font-size: 16px;
	}
	#pricing-page .price-details .price-billing{
		margin-top: 20px;
	}
}

@media (max-width: 768px){
	.price-details .right-details .title{
		min-height: 194px;
	}
	#pricing-page .product-tabs{
		width: 100%;
	}
	#pricing-page .section-1{
		height: 50vh;
	}
	.price-details .left-select .plan-type > span{
		font-size: 13px;
	}
	.plan-talk {
		display: none;
		position: absolute;
	}
	#pricing-page .price-details > div{
		width: 90%;
		flex-direction: column;
	}
	#pricing-page .price-details .left-select{
		width: 100%;
	}
	.price-details .left-select .plan-type{
		position: absolute;
		width: 90%;
	}
	.price-details .left-select .plans{
		width: 40%;
		height: 8vh;
	}
	.price-details .left-select .plans:nth-child(2){
		margin-top: 80px;
	}
	#pricing-page .price-details .right-details{
		width: 100%;
		margin-left: 0;
	}
	.price-details .right-details .title{
		display: block;
	}
	.price-details .right-details .title > div{
		text-align: left !important;
	}
	.flex-display{
		display: inline-flex;
	}
	#pricing-page .pricing-customers > div{
		display: inline-block;
		text-align: center;
		height: unset;
	}
	#pricing-page .pricing-customers > div > div:first-child{
		width: 100%;
		display: inline-block;
	}
	#pricing-page .pricing-customers > div > div:last-child{
		width: 100%;
		/* height: 340px; */
	}
	
	#pricing-page .pricing-faq > div:last-child{
		flex-direction: column;
	}
	#pricing-page .pricing-faq{
		margin-top: 340px;
	}
	#pricing-page .pricing-faq > div > div{
		width: 100%;
		margin: 0px;
	}
	.plans.workspace.active{
		margin-top: 80px;
	}
	.features .feature-item{
		width: 33%;
	}
	#pricing-page .pricing-customers .logos .logos-set > div > div{
		width: 110px;
		height: 70px;
		margin: 0px 16%;
	}
	#footer .col-sm-12{
		margin-top: 20px;
    }
    
    /* changes 18 sep  */
    .navbar .container-fluid .navbar-header > li {
        min-width: initial;
    }
    .navbar-header > li {
        top: 2%;
    }

}

@media (max-width: 600px){
	#pricing-page .product-tabs > div > h2 {
        font-size: 23px;
        margin-top: 12px;
    }
	.price-details .left-select .plans{
		width: 49%;
		height: 10vh;
	}
	#plan-details-list-mobile{
		display: block;
	}
	#plan-details-list{
		display: none;
	}
	.features .feature-item{
		width: 48%;
	}
	#pricing-page .pricing-customers .logos > div img{
		width: 60px;
	}
	#pricing-page .pricing-customers .logos .logos-set > div > div {
        width: 60px;
        height: 30px;
        margin: 44px;
    }
	#pricing-page .pricing-customers .logos .logos-set > div img {
		width: 60px;
	}
	#pricing-page .testimonials .carousel-inner{
		height: 400px !important;
    }
    .price-details .right-details .title > div:last-child{
        width: 100%;
    }
    .pricing-action-btn,
    .pricing-action-button {
        width: 100%;
    }


}

@keyframes fireAnimation {
  0%   { opacity:1; }
  40%  { opacity:.8; }
  100% { opacity:1; }
}

#pricing-page .feature-fire{
	width: 14px;
	height: 14px;
	margin-left: 2px;
	margin-top: -1px;
	animation: fireAnimation 1s infinite;
}
#pricing-page .feature-new{
	font-size: 10px;
	color: #007eff;
	font-weight: 500;
	letter-spacing: 1px;
}

@media (min-width: 768px) {
    .navbar-header {
        margin-left: 50px;
    }
    
    #r-nav-links-wrapper {
        margin-right: 0;
        padding: 0;
    }
}

.header-hide-signup {
    display: none;
}

/* Upgrade plan popup css */
#updateSubscriptionConfirm .modal-body h4{
	margin-top: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
#updateSubscriptionConfirm .modal-body .card{
	font-family: Gilroy-ExtraBold;
	display: inline-block;
	color: #0073ef;
	margin-top: 8px;
}
#updateSubscriptionConfirm .modal-footer{
	padding: 10px 10px 10px 20px;
	text-align: left;
	border-top: 1px solid #efefef;
}
#updateSubscriptionConfirm .modal-footer .btn-yes{
	font-family: Gilroy-ExtraBold;
	background: #007eff;
	border: none;
}
#updateSubscriptionConfirm .upgrade-coupon-code-wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 12px;
}
#updateSubscriptionConfirm .upgrade-coupon-code-wrapper > input{
	border: 2px solid #ddd;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #444;
}
#updateSubscriptionConfirm .upgrade-coupon-code-wrapper > span{
	margin-left: 12px;
	color: #007eff;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}
#updateSubscriptionConfirm .r-coupon-code-message-wrapper {
	max-width: 400px;
	display: none;
}

#updateSubscriptionConfirm .r-coupon-code-message-wrapper.active {
	display: block;
	margin-top: 12px;
}

.cta-action-email-header {
    background-color: #ffffff;
    border: solid 2px #bfbfbf;
    height: 44px;
    width: 64%;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 21.5px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -0.5px;
    text-align: left;
    font-family: proxima-nova;
    padding-left: 20px;
    font-size: 18px;
}

.cta-action-email-header::placeholder {
    font-size: 21.5px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -0.5px;
    text-align: left;
    color: #a0a0a0;
    font-family: proxima-nova;
    font-size: 18px;
    /*text-shadow: 1.4px 1.4px 4px rgba(0, 0, 0, 0.5);*/
}

.cta-action-button-header {
    background-color: #007eff;
    width: 36%;
    height: 44px;
    font-family: proxima-nova;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    padding: 11px 0;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cta-action-button-header:hover {
    background-color: #007eff;
}

a.r-section-link.r-smooth-scroll:hover {
    color: #0268bc;
}

.dollar {
   font-size: 25px;
   margin-left: -20px;
}
.cost .cost-price {
   text-align: right;
   font-size: 45px;
}
/* .p-size-logo-1{
    width: 83px !important;
} */

@media(max-width: 768px){
    .te-title {
        font-size: 27px;
        margin-bottom: 50px;
    }
    .logos{
        margin-top: 60px;
    }
    #pricing-page .section-1 h1 {
        font-size: 36px;
        color: white;
        margin-top: 60px;
        padding: 0 45px;
    }
    #pricing-page .section-1 h2 {
        font-size: 18px;
        padding: 0 45px;
    }
}

.pricing-popup-tooltip {
    text-align: left;
    font-family: proxima-nova;
    font-size: 15px;
    display: inline-block;
}

.stripe-pay-button .tooltip-inner {
    display: inline-block;
}

.stripe-form-dropdown-menu {
    z-index: 10000;
    flex-direction: column;
    max-height: 20vh;
    overflow: auto;
    color: black;
    position: fixed;
}

.stripe-form-dropdown-menu .dropdown-item {
    display: block;
    color: black;
    font-family: proxima-nova;
    font-size: 17px;
}

.stripe-form-dropdown-menu .dropdown-item:hover {
    background: rgba(0,0,0, 0.3);
    color: white;
}

.stripe-form-dropdown-menu.open {
    display: flex;
}