:root {
    --theme-bg: #061832;
    --theme-light: #2080D0;
    --page-bg: #000;
    --page-bg-lighter: #323A51;
    --light-bg: #F9F8F4;
    --letter-spacing: 0.18rem;
    --main: #18609C;
    --menu: white
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    background: var(--theme-light);
}

    body.book-a-demo {
        background-color: var(--theme-light)
    }

main {
    margin: 0;
    padding: 0;
}

.logo {
    transition: all 0.2s ease
}
.navbar-brand {
    font-size:1.9rem
}
.navbar-brand span {
    color: white
}

@media only screen and (min-width: 768px) {
    .navbar-brand img {
        width: 330px;
    }
}

#bg {
    background: #0C0D03 url(/img/site-header-sp.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
    min-height: 70vh;
    position: fixed;
    width: 100vw;
    top: 0
}

@media only screen and (min-width: 768px) {
    #bg {
        background: #0C0D03 url(/img/site-header-b.jpg) no-repeat center bottom;
    }
}


#intro {
    padding: 2rem;
    min-height: 60vh;
}

.navbar-nav {
    background-color: RGBA(224, 231, 110,0.90);
    padding: 10px 0;
}

.nav-item .nav-link {
    text-align: center !important;
    color: black !important;
    text-shadow: unset !important
}

.navbar-collapse {
    z-index: 2;
    box-shadow: 10px 10px 55px rgba(1,1,1,0.2)
}

@media only screen and (min-width: 768px) {
    .navbar-nav {
        background-color: unset
    }

    .navbar-collapse {
        box-shadow: unset
    }

    .nav-item .nav-link {
        text-align: right !important;
        color: var(--menu) !important;
        text-shadow: unset !important
    }
}


#intro .inner {
    max-width: 600px;
    margin-top: 150px;
}

body.book-a-demo #intro .inner {
    margin-top: 60px;
}

#intro h5 {
    color: white;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    background: rgba(0,0,0,0.1);
    display: inline-block
}

#intro h2, #intro h3 {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 30px;
    margin-right: 26px;
    color: white;
    
}


body.book-a-demo #intro h2 {
    font-size: 2rem;
    font-weight: 400;
}

#intro h3 {
    color: black;
    text-shadow: unset;
}

body.book-a-demo #intro h3 {
}

#intro h2 span {
    display: block;
    color: white;
    padding: 20px 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


@media only screen and (min-width: 768px) {

    .logo img {
        width: 230px
    }

    #bg {
        min-height: 68vh;
        background-size: cover;
    }

    #intro {
        min-height: 50vh;
        padding: 3.3rem 0 50px 3.8rem;
        background-position: right top;
        background-attachment: fixed;
        background-size: cover;
    }

        #intro h5 {
            text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        }

        #intro h2 {
            font-size: 2.2rem
        }

        #intro .inner {
            margin-top: 290px
        }
}

#staying-ahead {
    background: var(--theme-bg);
    padding: 3.8rem 3rem 3rem;
    color: var(--theme-light);
}

    #staying-ahead .inner {
        max-width: 940px;
        margin: 0 auto;
    }

    #staying-ahead h6 {
        text-align: center;
        color: var(--theme-light);
        font-weight: 600;
        font-size: 1.2rem;
        font-weight: 500;
        margin: 0 auto;
        line-height: 1.6
    }

    #staying-ahead h5 {
        margin-top: 3rem;
        margin-bottom: 3rem;
        text-align: center;
        color: var(--theme-light);
        letter-spacing: 2px;
        font-weight: 300;
        font-size: 1.5rem
    }

@media only screen and (min-width: 768px) {
    #staying-ahead {
        padding: 4.8rem 9.1rem 5rem;
    }

        #staying-ahead h5 {
            font-size: 1.9rem
        }
}

form button {
    background: white;
    border-radius: 12px;
    padding: 7px 20px;
    font-size: 14px;
    border: 0;
    color: var(--theme-bg)
}

    form button:hover {
        background: var(--theme-light)
    }

form .form-control {
    background: transparent;
    border: 0;
    outline: 0;
    text-align: center;
    padding: 1px;
    color: var(--theme-light)
}

body.book-a-demo form .form-control {
    color: black
}

body.book-a-demo form button {
    color: black;
    background-color: white;
    border-color: white;
}

form .form-control::placeholder {
    color: white
}

#contact {
    background: var(--theme-light);
    text-align: center;
    padding: 4rem 2rem
}

    #contact h5 {
        font-weight: 400;
        font-size: 1.1rem;
        letter-spacing: 3px
    }

    #contact h3 {
        margin: 3rem;
        font-weight: 300;
        font-size: 2rem
    }

@media only screen and (min-width: 768px) {
    #contact {
        padding: 4rem;
    }

    form button {
        padding: 7px 36px;
    }

    #contact h5 {
        letter-spacing: 5px
    }
}

#contact .form-control:-webkit-autofill, #contact .form-control:-webkit-autofill:hover, #contact .form-control:-webkit-autofill:hover, #contact .form-control:-webkit-autofill:focus, #contact .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 36px var(--theme-light) inset !important;
    font-size: 16px;
    -webkit-text-fill-color: black
}


    #demoForm .form-control:-webkit-autofill, #demoForm .form-control:-webkit-autofill:hover, #demoForm .form-control:-webkit-autofill:hover, #contact .form-control:-webkit-autofill:focus, #contact .form-control:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 36px var(--theme-light) inset !important;
        font-size: 16px;
        -webkit-text-fill-color: black
    }


button.invalid {
    background: red !important;
    color: white !important;
}


#features {
    padding: 2rem;
    background: var(--light-bg)
}

    #features h4 {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 2rem
    }

    #features h5 {
        padding: 3.75rem 0;
        font-weight: 500;
        font-size: 1rem;
        letter-spacing: 4px
    }

    #features > div {
        text-align: center
    }

#intro nav {
    position: absolute;
    left: 30px;
    width: 85%;
    color: white;
}

@media only screen and (min-width: 1200px) {
    #intro nav {
        left: 80px;
        width: 90%;
    }
}


#intro nav ul {
    list-style: none
}

    #intro nav ul li {
        font-size: 1.25rem
    }

        #intro nav ul li a {
            text-decoration: none;
            color: white;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.9)
        }

@media only screen and (min-width: 1600px) {
    #intro nav ul li a {
        text-shadow: none
    }
}

#integration {
    text-align: center;
    padding: 5rem 2rem
}

    #integration h6 {
        margin: 0 0 5rem;
        letter-spacing: 5px
    }

    #integration h3 {
        color: var(--theme-light);
        font-size: 2.4rem;
        font-weight: 400;
        margin-bottom: 4rem
    }

    #integration h4 {
        font-size: 1.3rem;
    }

    #integration .intro {
        font-size: 1.5rem;
        margin-bottom: 4rem
    }

@media only screen and (min-width: 768px) {
    #integration .intro {
        font-size: 1.75rem;
    }
}

#end-end-points {
    margin-top: 3rem;
    font-size: 1.2rem
}

#integration .inner {
    max-width: 690px;
    margin: 0 auto
}

#integration h4 {
    padding: 0 2rem 1rem
}

.icon {
    text-align: center;
    margin: 3rem 0
}

    .icon img {
        width: 80px
    }

#pricing {
    background: var( --theme-bg);
    text-align: center;
    color: white;
    padding: 4rem
}

    #pricing .inner {
        max-width: 780px;
        margin: 0 auto;
        font-size: 10rem
    }

    #pricing h3 {
        color: var(--theme-light);
        font-weight: 300;
        font-size: 2.4rem;
        margin: 3rem
    }

    #pricing .intro {
        font-size: 1.90rem;
        font-weight: 300;
    }


#clear-price-intro {
    margin-top: 3rem;
    color: var(--theme-light);
    font-size: 1.2rem
}

.price-box .inner {
    border: solid 1px var(--theme-light);
    border-radius: 9px;
    font-size: 1rem !important;
    text-align: left;
    padding: 2rem;
}

.price-box h5 {
    font-size: 1.75rem;
    margin: 1.5rem 0
}

.price-box .icon {
    text-align: right;
    margin: 0
}

    .price-box .icon img {
        max-width: 50px;
    }

.price-box .inner p {
    max-width: 85%
}

.boxed {
    max-width: 700px;
    margin: 0 auto
}


input.form-control, textarea.form-control {
    background: transparent !important;
    border: 0;
    text-align: left !important;
    border-bottom: solid 1px black;
    border-radius: 0;
    outline: none;
    padding: 1.2rem 0;
    margin-bottom: 1rem;
    color: black;
}

    input.form-control::placeholder, textarea.form-control::placeholder {
        font-weight: 500;
        color: black;
        letter-spacing: 0.05rem;
        outline: none;
        font-size: 1.2rem
    }

    input.form-control:focus, textarea.form-control:focus {
        outline: none;
        box-shadow: none;
        border-bottom: dashed 1px black;
    }

textarea.form-control {
    min-height: 140px
}

.btn-rose {
    padding: 1rem 3rem;
    text-transform: uppercase;
    border: solid 1px black;
    border-radius: 30px
}

    .btn-rose:hover {
        border: solid 1px black;
        background: black;
        color: white;
    }

.phone {
    font-weight: 400;
    letter-spacing: var(--letter-spacing);
    font-size: 1rem
}

#rose {
    background: var(--main);
    color:white;
    padding: 0.5rem 0 0.4rem 1rem
}

#carouselFeatures {
    min-height: 860px
}

@media only screen and (min-width: 768px) {
    #carouselFeatures {
        min-height: 450px
    }
}

@media only screen and (min-width: 1200px) {
    #carouselFeatures {
        min-height: 380px
    }
}


.carousel-item p {
    text-align: justify
}

.carousel-indicators button[data-bs-target] {
    background-color: transparent;
    border: solid 1px #24282A;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 10px
}

    .carousel-indicators button[data-bs-target].active {
        background-color: #24282A;
    }


.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none
}

@media only screen and (min-width: 1700px) {

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
        display: inline-block;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
        display: inline-block;
    }
}


.navbar-toggler-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%281, 1, 1, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.nav-item .nav-link {
    padding: 6px 8px;
    text-align: right
}

    .nav-item .nav-link:hover {
        color: var(--theme-light) !important;
        background-color: var(--theme-bg)
    }


@media only screen and (min-width: 1200px) {
    .nav-item .nav-link {
        text-align: left;
        padding: 1px 8px;
    }

        .nav-item .nav-link:hover {
            color: var(--theme-light) !important
        }
}


.demo {
    background: #D6DC3C;
    padding-top: 2px
}

body.demo {
    min-height: 99vh
}

#demo iframe {
    max-width: 90vw !important
}

#features_video {
    background-color: #24282A;
    padding: 0.15rem 0;
    margin: 0 auto;
    overflow:hidden;
}

@media only screen and (min-width: 1200px) {
    #features_video {
        padding: 1.8rem
    }
}

#features_video iframe {
    display: block;
    border: 0
}


.t-bg {
    background-color: rgba(255,255,255,0.3);
    padding: 2rem
}



.btn-schedule-alt {
    background: var(--theme-light);
    border: solid 2px var(--theme-light);
    color: black;
}

    .btn-schedule-alt:hover {
        color: white;
        background: transparent
    }

#faqs h3 {
    margin: 3rem;
    font-weight: 300;
    font-size: 2rem;
    color: var(--theme-light)
}

#faqs {
    background-color: white;
    text-align: center;
    padding: 5rem 2rem;
}

@media (min-width: 768px) {
    #faqs h5 {
        letter-spacing: 5px;
    }
}

#faqList {
    margin-top: 1.8rem;
    border: 0
}

.accordion-button {
    font-size: 1.1rem
}

.accordion-button {
    background: white;
    border: 0;
    text-align: left;
    color: black;
    font-weight: 500;
    font-size: 1.2rem;
}

    .accordion-button:not(.collapsed) {
        background: white;
        border: 0;
        text-align: left;
        color: black;
        font-weight: 500;
        font-size: 1.2rem
    }

.accordion-body {
    text-align: left;
    border: 0;
    font-size: 1.2rem;
    border-top: solid 1px black;
    padding: 0.4rem 10% 0.4rem 1.4rem
}

@media (min-width: 768px) {
    .accordion-body {
        font-size: 1.35rem;
        padding: 0.4rem 40% 0.4rem 1.4rem
    }

    .accordion-button, .accordion-button:not(.collapsed) {
        font-size: 1.4rem
    }
}

.accordion-item {
    border: 0;
    border-bottom: solid 1px black
}

.accordion-button:focus {
    border: 0;
    outline: 0;
    box-shadow: none
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23000'%3e%3cpath d='M192 244.7L45.9 98.6 34.6 109.9 180.7 256 34.6 402.1l11.3 11.3L192 267.3 338.1 413.4l11.3-11.3L203.3 256 349.4 109.9 338.1 98.6 192 244.7z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.video-label {
    background-color: RGB(98, 98, 44,0.6);
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    text-align: center
}

#partnerships {
    color: white
}

    #partnerships ul {
        list-style: none;
        display: flex;
        gap: 18px;
        margin: 0;
        padding: 0
    }

    #partnerships h6 {
        margin: 0.95rem 0;
        font-size: 1.15rem
    }

    #partnerships ul li {
        text-align: center;
        overflow: hidden;
        transition: all 0.2s ease
    }

.icon-partner {
    background: white;
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center
}

.btn-schedule {
    background: #D5DF3C;
    border: 0;
    color: black;
    text-transform: uppercase;
    text-align: center;
    padding: 1.5rem 2.1rem;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 50px;
    border: solid 1px #A0A72D
}

    .btn-schedule:hover {
        color: #25272A;
        background: rgba(255,255,255,0.85);
    }

@media (min-width: 1024px) {
    .icon-partner {
        width: 80px;
        height: 80px;
        background-size: 64px;
        border: 0
    }
}

@media (min-width: 1224px) {

    .btn-schedule {
        padding: 2.2rem 3.5rem;
        letter-spacing: 3px;
    }

    #partnerships ul {
        gap: 30px;
    }

    .icon-partner {
        width: 98px;
        height: 98px;
    }
}

.icon-twilio {
    background-image: url(/img/twilio.svg);
}

.icon-pricefinder {
    background-image: url(/img/pricefinder.svg);
}

.icon-domain {
    background-image: url(/img/domain.svg);
    background-size: 50px;
}

.icon-rei {
    background-image: url(/img/rei.svg);
    background-size: 70px;
}

.icon-xero {
    background-image: url(/img/xero.svg);
}

.icon-docusign {
    background-image: url(/img/docusign.svg);
    background-size: 74px;
}

#demo-intro {
    background: url(/img/site-header-sp.jpg) no-repeat top center;
    background-size: auto;
    min-height: 48vh;
    padding: 2.8rem 2rem;
    background-size: cover;
}

@media (min-width: 1024px) {
    #demo-intro {
        background: url(/img/site-header.jpg) no-repeat bottom center;
        min-height: 540px;
        padding: 4rem 67% 4rem 5rem;
        background-size: cover;
    }
}


#demo-intro h1 {
    color: #D6E03D;
    font-weight: 100;
    font-size: 2.5rem;
    padding-top: 3rem
}

    #demo-intro h1 span {
        color: white
    }

#demo-form-wrapper {
    background-color: #25272A;
    padding: 3rem 2rem;
    color: #D6DD37
}

    #demo-form-wrapper h4 {
        font-weight: 100;
        font-size: 2rem;
        width: 98%;
        margin: 2rem 0
    }

@media (min-width: 1024px) {

    #demo-intro h1 {
        font-size: 3.1rem;
        padding-top: 5rem
    }

    #demo-form-wrapper {
        padding: 3rem 4rem;
    }

        #demo-form-wrapper h4 {
            font-size: 3rem;
            width: 50%;
            margin: 3rem 0
        }

    #demo-form-inner {
        max-width: 50%
    }
}

.btn-demo-submit {
    background: #D5DF3C !important;
    color: black;
    text-transform: uppercase;
    text-align: center;
    padding: 1.6rem 2.1rem;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 50px;
    border: solid 1px #D5DF3C !important;
}

    .btn-demo-submit:hover {
        background-color: white !important
    }

#demo-form-wrapper h6 {
    color: white;
    letter-spacing: 2px;
    font-weight: 300
}

#demo-form .form-control {
    font-size: 1.9rem;
    font-weight: 100;
    color: white;
    padding: 0.4rem 0;
}

    #demo-form .form-control::placeholder {
        color: #D6DD37 !important;
        font-size: 1.9rem;
        font-weight: 100;
    }

#demo-form .form-control {
    border-bottom-color: #D6DD37 !important;
}

.demo-radio-list {
    font-size: 1.9rem;
    font-weight: 100;
    padding: 10px 0;
    border-bottom: solid 1px #D6DD37
}

    .demo-radio-list label {
        display: block
    }

#demo-where {
    background-color: white;
    padding: 3rem 2rem
}

    #demo-where h6 {
        font-weight: 100;
        letter-spacing: 4px
    }

    #demo-where ul {
        font-size: 1.5rem;
        font-weight: 100
    }


@media (min-width: 1024px) {
    #demo-form-wrapper h6 {
        letter-spacing: 8px;
    }

    #demo-where {
        padding: 5rem 4rem
    }

        #demo-where h6 {
            letter-spacing: 8px
        }

        #demo-where ul {
            font-size: 1.6rem;
        }
}

#demo-testimonials {
    background: #0C0D03 url(/img/demo-testimonials-bg.jpg);
    padding: 2.5rem;
    min-height: 560px
}

#demo-carousel-testimonials {
    color: #D6DD37;
    font-size: 1.8rem;
    font-weight: 100;
}

    #demo-carousel-testimonials .carousel-item {
        zoom: 100%
    }

    #demo-carousel-testimonials .carousel-inner {
        max-width: 99%
    }


@media (min-width: 1024px) {

    #demo-testimonials {
        padding: 3rem;
    }

    #demo-carousel-testimonials .carousel-inner {
        max-width: 60%
    }

    #demo-carousel-testimonials {
        font-size: 2.3rem;
    }
}

@media (min-width: 1620px) {

    #demo-testimonials {
        padding: 4rem;
    }

    #demo-carousel-testimonials .carousel-inner {
        max-width: 45%
    }

    #demo-carousel-testimonials {
        font-size: 2.4rem;
    }
}


#demo-carousel-testimonials .carousel-item h6 {
    text-transform: uppercase
}

#demo-carousel-testimonials .carousel-item p {
    text-align: left;
}

#demo-faqs {
    background-color: white;
    padding: 2.4rem
}

.btn-demo {
    background-color: #D6DD37
}

#demo-testimonials .carousel-inner {
    min-height: 530px
}

@media (min-width: 1024px) {
    #demo-testimonials .carousel-inner {
        min-height: 490px
    }

    #demo-faqs {
        padding: 4rem
    }
}

#demo-testimonials {
    position: relative
}

    #demo-testimonials .carousel-indicators {
        position: absolute;
        left: 45%!important;
        bottom: 10px;
        text-align: left;
        right: unset;
        margin-right: 0;
        margin-left: 0
    }


@media (min-width: 1024px) {
    #demo-testimonials .carousel-indicators {
        position: absolute;
        left: 0px !important;
        bottom: 10px;
        text-align: left;
        right: unset;
        margin-right: 0;
        margin-left: 0
    }
}

    #demo-testimonials .carousel-indicators button {
        background-color: #D6DD37;
    }

    .demo-radio-list .form-check-input {
        color: #fff;
        border-color: #D6DD37 !important;
        background-color: transparent;
        width: 20px;
        height: 20px;
        margin-top: 15px;
        margin-right: 0
    }

        .demo-radio-list .form-check-input:checked {
            color: #fff;
            border-color: #D6DD37 !important;
            background-color: transparent !important;
        }


    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23D6DD37'/%3e%3c/svg%3e");
        ;
        outline: 0;
        box-shadow: none
    }

    .field-validation-error {
        color: white
    }

    #demo-form-wrapper input:-webkit-autofill {
        -webkit-text-fill-color: white !important;
        -webkit-box-shadow: 0 0 0 30px #25272A inset !important;
        font-size: 30px
    }

    #demo-footer {
        background-color: #242729;
        padding: 3rem
    }

        #demo-footer h2 {
            font-weight: 100;
            color: #D6DD37;
            font-size: 2.1rem
        }

    #footer-logo {
        text-align: center;
        margin: 2.5rem 0
    }

        #footer-logo img {
            max-width: 300px;
        }


    @media (min-width: 1024px) {
        #demo-footer {
            padding: 3.3rem
        }

        #footer-logo img {
            max-width: 320px;
        }

        #footer-logo {
            text-align: right;
            margin: 2.5rem 1.9rem
        }

        #demo-footer h2 {
            font-size: 3rem
        }
    }
