
/* global formatting ======================================================================= */

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 26px;
    color: #000;
    background: #fff;
}

.pt-20{
    padding-top: 20px;
}

.content h1, 
.content h2, 
.content h3,
.content h4, 
.content h5, 
.content h6 {
    font-weight: 700;
}

.content p {
    margin-bottom: 50px;
    line-height: 40px;
}

.btn-call-to-action {
    color: #fff;
    font-size: 22px;
    padding: 12px 50px;
    border-radius: 50px;
    background: #1097b4;
    font-weight: 700;
    white-space: normal;
}

.btn-call-to-action:hover {
    color: #fff;
    background: #0a677c;
}

.testimonial {
    background: #ede1e1;
    border-radius: 20px;
    box-shadow: 0px 12px 0px 0px #c5c5c5;
    padding: 20px;
    margin-bottom: 30px;
}

.testimonial02{
    color: #000!important;
    background:#f9f3f3;
    border-radius: 20px;
    box-shadow: 0px 12px 0px 0px #c5c5c5;
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: left !important;
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 10px;
}

.testimonial02 strong{
    color: #000!important;
    font-size: 28px!important;
}

.testimonial .media-left {
    padding-right: 50px;
}

.testimonial .media-body h4 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
}

.testimonial .media-body p {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
}

.testimonial .media-body h5 {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
}

.testimonial .media-body h5 small {
    font-style: italic;
    color: inherit;
}

/* navbar formatting ======================================================================= */
            
.section-sub-nav {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px #222;
    -moz-box-shadow: 0px 2px 5px -3px #222;
    box-shadow: 0px 2px 5px -3px #222;
    border-radius: 0px;
    border: none;
    font-size: 13px;
    font-weight: 500;
}

.section-sub-nav .container {
    position: relative;
}

.section-sub-nav .navbar-brand {
    padding: 10px 15px;
}

.section-sub-nav .navbar-right {
    margin-right: 120px;
}

.section-sub-nav .navbar-nav>li>a {
    color: #0f51b9;
}

.section-sub-nav .btn-get-it-now {
    position: absolute;
    top: 1px;
    right: 15px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #0f51b9;
    color: #0f51b9;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 0px;
    text-transform: uppercase;
}

.section-sub-nav .btn-get-it-now:hover {
    background: #507bc0;
    color: #fff;
}

/* index page formatting ================================================================ */

.section-index-header {
    background: url(../images/bg/bg-white-blue01.png) no-repeat top center;
    margin-top: -22px;
    border-bottom: 2px dashed #1097b4;
}

.section-index-header .container {
    padding-top: 40px;
    position: relative;
}

.section-index-header .promo-strip {
    margin-top: -38px;
}

.section-index-header .promo-banner {
    /* float: left; */
}

.section-index-header .promo-badge {
    /* float: right; */
    max-width: 340px;
    position: absolute;
    right: 0px;
    top: 300px;
}

.section-index-header h1 {
    font-size: 41px;
    margin-bottom: 40px;
    line-height: 52px;
}

.section-index-header h1 span {
    color: #0d486d;
}

.section-index-header .laptop {
    padding: 87px 10px 137px 17px;
    background: url(../images/img/img-laptop-social-marketing-365-02.png) no-repeat center center;
    margin: 10px auto;
}

.section-index-header .video {
    max-width: 737px;
    margin: 0 auto;
}

.section-index-header .video .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
}

.section-index-header .video .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-engaging-content .container {
    padding-top: 80px;
    padding-bottom: 140px;
}

.section-engaging-content h2 {
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 50px;
    color: #0d486d;
}

.section-engaging-content h3 {
    font-size: 28px;
    margin-bottom: 40px;
    line-height: 38px;
    margin-top: 0;
}

.section-engaging-content p {
    margin-bottom: 80px;
}

.section-great-content {
    background: #f3f3f3;
}

.section-great-content .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-great-content .row {
    display: flex;
    align-items: center;
}

.section-great-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 42px;
    color: #0d486d;
}

.section-great-content p {
    margin-bottom: 20px;
}

.section-challenges {
    background-image: url(../images/bg/bg-white-plant01.png), url(../images/bg/bg-white-plant02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, bottom right;
    background-color: #1097b4;
    color: #fff;
}

.section-challenges .container {
    padding-top: 80px;
    padding-bottom: 140px;
}

.section-challenges .row {
    display: flex;
    flex-wrap: wrap;
}

.section-challenges h2 {
    font-size: 40px;
    margin-bottom: 90px;
    line-height: 50px;
}

.section-challenges h3 {
    font-size: 28px;
    color: #0d486d;
    margin-bottom: 20px;
    line-height: 38px;
}

.section-challenges p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
}

.section-challenges .col-sm-6 {
    display: flex;
}

.section-challenges .thumbnail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 30px 10px 20px;
    align-content: flex-start;
    border: none;
    border-radius: 8px;
    box-shadow: 1px 4px 5px 0px rgb(0 0 0 / 30%);
}

.section-hard-work .container {
    position: relative;
    padding-top: 100px;
}

.section-hard-work h2 {
    font-size: 32px;
    line-height: 42px;
    color: #0d486d;
}

.section-hard-work img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 52%;
}

.section-imagine .container {
    position: relative;
    padding-top: 100px;
}

.section-imagine h2 {
    font-size: 32px;
    line-height: 42px;
    color: #0d486d;
}

.section-imagine p:last-child {
    margin-bottom: 0;
}

.section-imagine img {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 50%
}

.section-envision {
    border-bottom: 2px dashed #1097b4;
}

.section-envision .container {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}

.section-envision h2 {
    font-size: 32px;
    line-height: 42px;
    color: #0d486d;
}

.section-envision p strong {
    color: #0d486d;
    font-size: 32px;
}

.section-envision .mobile {
    position: absolute;
    top: 130px;
    right: 0;
    width: 50%
}

.section-transformative-content {
    background-image: url(../images/bg/bg-tropical-leaf01.png), url(../images/bg/bg-tropical-leaf02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
}

.section-transformative-content .container {
    padding-top: 130px;
    padding-bottom: 60px;
}

.section-transformative-content h2 {
    font-size: 36px;
    margin-bottom: 5px;
    line-height: 46px;
    color: #0d486d;
}

.section-transformative-content h3 {
    font-size: 27px;
    margin-bottom: 60px;
    line-height: 37px;
    margin-top: 0;
}

.section-transformative-content p {
    margin-bottom: 60px;
}

.section-experts {
    background: #0d486d;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
}

.section-experts .row {
    display: flex;
    flex-wrap: wrap;
}

.section-experts h2 {
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 50px;
}

.section-experts h3 {
    font-size: 26px;
    line-height: 36px;
}

.section-experts .thumbnail {
    margin-bottom: 40px;
    border: none;
    background: transparent;
}

.section-experts .thumbnail .caption {
    color: #fff;
}

.section-experts .thumbnail .caption p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
}

.section-experts hr {
    margin-bottom: 100px;
    border-top: 2px dashed #1097b4;
}

.section-how-it-works .container {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-how-it-works h2 {
    font-size: 40px;
    color: #0d486d;
    margin-bottom: 70px;
    line-height: 50px;
}

.section-how-it-works h3 {
    font-size: 25px;
    color: #0d486d;
    line-height: 35px;
    margin-bottom: 5px;
}

.section-how-it-works p {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 29px;
}

.section-how-it-works .row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.section-content-we-create {
    background: #1097b4;
    color: #fff;
}

.section-content-we-create .container {
    padding-top: 70px;
    padding-bottom: 60px;
}

.section-content-we-create .col-lg-2 {
    position: relative;
}

.section-content-we-create h2 {
    font-size: 40px;
    margin-bottom: 70px;
    line-height: 50px;
}

.section-content-we-create h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 50px;
}

.section-social-spaces .container {
    padding-top: 80px;
    padding-bottom: 60px;
}

.section-social-spaces h2 {
    font-size: 40px;
    color: #0d486d;
    margin-bottom: 70px;
    line-height: 50px;
}

.section-social-spaces h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0px;
}

.section-social-spaces p {
    margin-bottom: 20px;
}

.section-social-spaces img {
    margin-bottom: 70px;
}

.section-does-more {
    background: #f3f3f3;
}

.section-does-more .container {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-does-more h2 {
    font-size: 36px;
    line-height: 46px;
    color: #0d486d;
}

.section-does-more p {
    margin-bottom: 20px;
}

.section-does-more img {
    position: absolute;
    bottom: -130px;
    right: -230px;
    width: 70%;
}

.section-what-well-create .container {
    padding-top: 80px;
    padding-bottom: 60px;
}

.section-what-well-create h2 {
    font-size: 40px;
    margin-bottom: 80px;
    line-height: 50px;
}

.section-what-well-create h2 span {
    color: #0d486d;
}

.section-what-well-create h2 .fa-star {
    color: #FFC107;
}

.section-what-well-create h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.section-what-well-create img {
    margin-bottom: 90px;
}

.section-exceptional-value {
    background: #f3f3f3;
}

.section-exceptional-value .container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-exceptional-value h2 {
    font-size: 40px;
    color: #0d486d;
    margin-bottom: 70px;
    line-height: 50px;
}

.section-exceptional-value p strong {
    color: #0d486d;
    font-size: 30px;
}

.section-exceptional-value .mobile {
    position: absolute;
    top: 180px;
    left: 0;
    width: 50%
}

.section-tailored-plans {
    border-bottom: 2px dashed #1097b4;
}

.section-tailored-plans .container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-tailored-plans h2 {
    font-size: 40px;
    color: #0d486d;
    margin-bottom: 50px;
    line-height: 50px;
}

.section-tailored-plans h3 {
    font-size: 28px;
    color: #0d486d;
    line-height: 38px;
    margin-bottom: 15px;
}

.section-tailored-plans .text-onboarding-price {
    font-size: 52px;
    color: #c30000;
    line-height: 40px;
    font-weight: 700;
}

.section-tailored-plans .text-onboarding-price span {
    text-decoration: line-through;
}

.section-tailored-plans .text-onboarding-price small {
    font-size: 55%;
}

.section-tailored-plans ul {
    margin: 50px 0 50px 100px;
}

.section-tailored-plans ul li {
    margin-bottom: 50px;
}

.section-tailored-plans ul li i {
    font-size: 12px;
    color: #0d486d;
    top: 15px;
    left: -40px;
}

.section-tailored-plans ul li strong {
    font-size: 28px;
    color: #0d486d;
}

.section-tailored-plans .chat {
    position: absolute;
    top: 200px;
    right: 0;
    width: 47%;
}

.section-pricing {
    background-image: url(../images/bg/bg-tropical-leaf01.png), url(../images/bg/bg-tropical-leaf02.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, top right;
}

.section-pricing .container {
    padding-top: 140px;
    padding-bottom: 250px;
    position: relative;
}

.section-pricing h2 {
    font-size: 40px;
    color: #0d486d;
    margin-bottom: 60px;
    line-height: 50px;
}

.section-pricing h3 {
    margin: 0;
}

.section-pricing p {
    line-height: normal !important;
    font-size: 14px;
    margin: 0 !important;
}

.section-pricing .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.section-pricing .row [class*="col"] {
    padding: 0;
    width: 100%;
}

.section-pricing .title-plans,
.section-pricing .title-services,
.section-pricing .title-rate {
    background: #1097b4;
    color: #fff;
    padding: 15px 5px;
    border: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-pricing .title-plans h4,
.section-pricing .title-services h4,
.section-pricing .title-rate h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.section-pricing .title-plans {

    height: 80px;
}

.section-pricing .title-services {
    height: 100px;
}

.section-pricing .title-rate {
    height: 140px;
    position: relative;
    top: 199px;
}

.section-pricing .item-plans {
    background: #0d486d;
    color: #fff;
    padding: 15px 5px;
    border: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-pricing .item-plans h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.section-pricing .item-services,
.section-pricing .item-rate {
    background: #fff;
    padding: 15px 5px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-pricing .slashed {
    text-decoration: line-through;
}

.section-pricing .item-plans {
    height: 80px;
}

.section-pricing .item-services {
    height: 100px;
    background: #f3f3f3;
}

.section-pricing .item-rate {
    height: 140px;
    position: relative;
    top: 199px;
    background: #f3f3f3;
}

.section-pricing .popular {
    background: #d5effe;
}

.section-pricing .item-onboarding {
    background: #f3f3f3;
    position: relative;
    top: -139px;
    padding: 36px 15px;
}

.section-pricing .item-onboarding .col-lg-2 {
    background: #1097b4;
    height: 197px;
    border: 1px solid #fff;
}

.section-pricing .item-onboarding img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-pricing .premium-badge {
    position: absolute;
    top: -57px;
    right: 0px;
}

.section-pricing .tarsier {
    position: absolute;
    top: 251px;
    right: -92px;
    z-index: 5;
}

.section-pricing .btn {
    color: #fff;
    font-size: 12px;
    padding: 9px 20px;
    border-radius: 50px;
    background: #1097b4;
    margin-top: 20px;
    font-weight: 700;
}

.section-pricing .btn:hover {
    background: #0a677c;
}

@media (min-width: 1200px) {

    /* index page formatting ================================================================ */
    
    .section-content-we-create .col-lg-2 {
        width: 20%
    }

    .section-content-we-create .col-lg-2::after {
        position: absolute;
        top: 40px;
        right: 0;
        content: " ";
        border-right: 2px solid #45b3cb;
        height: 90px;
    }

    .section-content-we-create .col-lg-2:last-child::after {
        content: none;
    }

    .section-pricing .row .col-lg-2 {
        width: 12.666667%;
    }

    .section-pricing .row .col-lg-10 {
        width: 87.333333%;
    }
    
    .section-pricing .item-onboarding {
        padding: 0;
    }

}

@media (max-width: 991px) {

    /* navbar formatting ======================================================================= */

    .section-sub-nav .container {
        width: auto !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-sub-nav .container>.navbar-header {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    .section-sub-nav .navbar-brand {
        height: 50px;
        padding: 15px 0px 10px 15px;
    }
    
    .section-sub-nav .navbar-brand img {
        max-width: 150px;
    }
    
    .section-sub-nav .navbar-toggle {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 17px 15px 13px;
        border: none;
        color: #1655b2;
        background: #fff !important;
        float: left;
    }
    
    .section-sub-nav .navbar-nav {
        float: none !important;
        margin: 0px 0px;
        clear: both;
    }
    
    .section-sub-nav .container>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background: #fff;
    }
    
    .section-sub-nav .navbar-collapse.collapse {
        display: none !important;
        height: 1px !important;
        padding-bottom: 0;
    }
    
    .section-sub-nav .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        overflow-y: visible;
        border-top: 1px solid #e7e7e7;
    }
    
    .section-sub-nav .navbar-nav>li {
        float: none !important;
        border-bottom: 1px solid #ddd;
    }
    
}

@media (max-width: 1199px) and (min-width: 992px) {

    /* index page formatting ================================================================ */
    
    .section-index-header .laptop {
        background-size: 1000px;
        padding: 67px 10px 117px 17px;
    }

    .section-index-header .video {
        max-width: 627px;
    }

    .section-imagine img {
        bottom: 0px;
    }

    .section-does-more img {
        bottom: -20px;
        right: -180px;
    }

    .section-exceptional-value .mobile {
        top: 260px;
    }

    .section-tailored-plans h3 {
        font-size: 23px;
        line-height: 33px;
    }

    .section-tailored-plans .text-onboarding-price {
        font-size: 43px;
        line-height: 30px;
    }
    
    .section-tailored-plans .text-onboarding-price small {
        font-size: 55%;
    }

    .section-tailored-plans .chat {
        top: 320px;
    }

    .section-pricing .premium-badge {
        top: -54px;
    }

    .section-pricing .tarsier {
        right: -92px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    
    /* global formatting ======================================================================= */

    body {
        font-size: 20px;
    }
    
    .content p {
        margin-bottom: 30px;
        line-height: 30px;
    }
    
    .testimonial {
        padding: 20px 20px 30px;
    }
    
    .testimonial .media-left {
        padding-right: 20px;
    }
    
    .testimonial .media-body h4 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .testimonial .media-body p {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonial .media-body h5 {
        font-size: 20px;
        line-height: 30px;
    }

    /* navbar formatting ======================================================================= */
    
    .section-sub-nav .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px 10px 40px;
    }

    .section-sub-nav>.container .navbar-brand {
        margin-left: 20px;
    }
    
    .section-sub-nav .btn-get-it-now {
        right: 40px;
    }

    /* index page formatting ================================================================ */
    
    .section-index-header .promo-banner {
        max-width: 370px;
    }

    .section-index-header .promo-badge {
        max-width: 250px;
    }

    .section-index-header h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .section-index-header .laptop {
        background-size: 770px;
        padding: 47px 10px 83px 17px;
    }

    .section-index-header .video {
        max-width: 477px;
    }

    .section-engaging-content .container {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .section-engaging-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-engaging-content h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    
    .section-engaging-content p {
        margin-bottom: 60px;
    }

    .section-great-content .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-great-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-challenges .container {
        padding-top: 50px;
        padding-bottom: 110px;
    }
    
    .section-challenges h2 {
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 40px;
    }

    .section-challenges h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .section-hard-work .container {
        padding-top: 70px;
    }

    .section-hard-work h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-imagine .container {
        padding-top: 70px;
    }
    
    .section-imagine h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-imagine img {
        bottom: 0px;
    }

    .section-envision .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .section-envision p strong {
        font-size: 28px;
    }
    
    .section-transformative-content .container {
        padding-bottom: 60px;
    }
    
    .section-transformative-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-transformative-content h3 {
        font-size: 22px;
        margin-bottom: 30px;
        line-height: 32px;
    }

    .section-transformative-content p {
        margin-bottom: 30px;
    }
    
    .section-experts {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    
    .section-experts h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-experts h3 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .section-how-it-works .container {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    
    .section-how-it-works h2 {
        font-size: 30px;
        margin-bottom: 40px;
        line-height: 40px;
    }
    
    .section-how-it-works h3 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .section-content-we-create .container {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .section-content-we-create h2 {
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 40px;
    }
    
    .section-content-we-create h3 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .section-social-spaces .container {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .section-social-spaces h2 {
        font-size: 30px;
        margin-bottom: 40px;
        line-height: 40px;
    }

    .section-social-spaces h3 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .section-does-more .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .section-does-more h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-does-more img {
        bottom: -30px;
        right: -160px;
    }
    
    .section-what-well-create .container {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    
    .section-what-well-create h2 {
        font-size: 30px;
        margin-bottom: 60px;
        line-height: 40px;
    }
    
    .section-what-well-create h3 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .section-what-well-create img {
        margin-bottom: 60px;
    }
    
    .section-exceptional-value .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .section-exceptional-value h2 {
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 40px;
    }
    
    .section-exceptional-value p strong {
        font-size: 22px;
    }
    
    .section-tailored-plans .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .section-tailored-plans h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-tailored-plans h3 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-tailored-plans .text-onboarding-price {
        font-size: 33px;
        line-height: 23px;
    }
    
    .section-tailored-plans .chat {
        top: 220px;
    }
    
    .section-tailored-plans ul {
        margin: 30px 0 50px 60px;
    }
    
    .section-tailored-plans ul li {
        margin-bottom: 30px;
    }

    .section-tailored-plans ul li strong {
        font-size: 22px;
    }
    
    .section-tailored-plans ul li i {
        top: 10px;
        left: -30px;
    }
    
    .section-pricing .premium-badge {
        top: -41px;
    }
    
    .section-pricing .tarsier {
        top: 167px;
        right: -92px;
    }

    .section-pricing .container {
        padding-bottom: 150px;
    }
    
}

@media (max-width: 767px) {

    /* global formatting ======================================================================= */

    body {
        font-size: 16px;
    }
    
    .content p {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .btn-call-to-action {
        font-size: 14px;
        padding: 10px 20px;
    }

    .testimonial {
        max-width: 370px;
        margin: 0px auto 30px;
        text-align: center;
    }
    
    .testimonial .media-body,
    .testimonial .media-left {
        display: block;
        width: auto;
        padding-right: 0px;
    }
    
    .testimonial .media-left img {
        margin: 0px auto 20px;
        max-width: 100%;
    }
    
    .testimonial .media-body h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .testimonial .media-body h5 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .testimonial .media-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .testimonial02 {
        padding-top: 20px;
    }

    .testimonial02 strong {
        color: #000 !important;
        font-size: 16px !important;
    }
    
    /* index page formatting ================================================================ */
    
    .section-index-header .promo-banner {
        float: none;
        max-width: 400px;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .section-index-header .promo-badge {
        /* float: none; */
        max-width: 180px;
        /* width: 100%; */
        position: relative;
        top: auto;
        /* right: -20px; */
    }

    .section-index-header h1 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 34px;
    }
    
    .section-index-header .laptop {
        padding: 0;
        background: transparent;
        margin: 40px auto;
        border: 8px solid #000;
    }

    .section-engaging-content .container {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .section-engaging-content h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-engaging-content h3 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    
    .section-engaging-content p {
        margin-bottom: 40px;
    }
    
    .section-great-content .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .section-great-content .row {
        display: block;
    }
    
    .section-great-content h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-challenges {
        background-size: 190px;
    }
    
    .section-challenges .container {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .section-challenges h2 {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    
    .section-challenges h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    
    .section-challenges p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-challenges .row,
    .section-challenges .col-sm-6 {
        display: block;
    }

    .section-challenges .thumbnail {
        display: block;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .section-hard-work .container {
        padding-top: 50px;
    }
    
    .section-hard-work h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-hard-work img {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
    }
    
    .section-imagine .container {
        padding-top: 50px;
    }
    
    .section-imagine h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-imagine p:last-child {
        margin-bottom: 20px;
    }
    
    .section-imagine img {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        max-width: 400px;
    }
    
    .section-envision .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .section-envision h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-envision p strong {
        font-size: 22px;
    }
    
    .section-envision .mobile {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .section-transformative-content {
        background-size: 200px;
    }
    
    .section-transformative-content .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .section-transformative-content h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-transformative-content h3 {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    
    .section-transformative-content p {
        margin-bottom: 20px;
    }
    
    .section-experts {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .section-experts .row {
        display: block;
    }
    
    .section-experts h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-experts h3 {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-experts .thumbnail {
        margin-bottom: 0px;
    }
    
    .section-experts .thumbnail .caption p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-experts hr {
        margin-bottom: 60px;
    }
    
    .section-how-it-works .container {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    
    .section-how-it-works .row {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
    
    .section-how-it-works h2 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 34px;
    }
    
    .section-how-it-works h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-how-it-works p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-content-we-create .container {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    .section-content-we-create h2 {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    
    .section-content-we-create h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-social-spaces .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    .section-social-spaces h2 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 34px;
    }
    
    .section-social-spaces h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-social-spaces img {
        margin-bottom: 40px;
    }
    
    .section-does-more .container {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    
    .section-does-more h2 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-does-more img {
        position: relative;
        bottom: auto;
        right: -39px;
        width: 100%;
        max-width: 400px;
    }

    .section-what-well-create .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    .section-what-well-create h2 {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    
    .section-what-well-create h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-exceptional-value p strong {
        font-size: 20px;
    }
    
    .section-what-well-create img {
        margin-bottom: 50px;
    }
    
    .section-exceptional-value .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .section-exceptional-value h2 {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    
    .section-exceptional-value .mobile {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 400px;
    }
    
    .section-tailored-plans .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .section-tailored-plans h2 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 34px;
    }
    
    .section-tailored-plans h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-tailored-plans ul {
        margin: 20px 0 20px 30px;
    }
    
    .section-tailored-plans ul li {
        margin-bottom: 20px;
    }
    
    .section-tailored-plans ul li strong {
        font-size: 18px;
    }
    
    .section-tailored-plans ul li i {
        font-size: 10px;
        top: 7px;
        left: -25px;
    }
    
    .section-tailored-plans .text-onboarding-price {
        font-size: 20px;
        line-height: 20px;
    }

    .section-tailored-plans .text-onboarding-price small {
        font-size: 75%;
    }
    
    .section-tailored-plans .chat {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
    }

    .section-pricing {
        background-size: 200px;
    }
    
    .section-pricing .container {
        padding-top: 80px;
        padding-bottom: 90px;
    }
    
    .section-pricing h2 {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 34px;
    }
    
    .section-pricing p {
        margin: 0;
    }
    
    .section-pricing .promo-banner {
        max-width: 300px;
    }
    
    .section-pricing .row {
        display: block;
    }
    
    .section-pricing .item-plans {
        height: auto;
        max-width: 207px;
        margin: 0 auto;
    }

    .section-pricing .item-plans h3 {
        font-size: 16px;
    }

    .section-pricing .item-services {
        height: auto;
        max-width: 207px;
        margin: 0 auto;
    }

    .section-pricing .item-rate {
        height: auto;
        max-width: 207px;
        margin: 0 auto 50px;
        top: auto;
    }

    .section-pricing .item-onboarding {
        max-width: 207px;
        margin: 0 auto;
        top: auto;
    }
    
    .section-pricing .premium-badge {
        position: relative;
        top: auto;
        right: auto;
    }

}