

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

html,
body {
    overflow-x: hidden;
}

html.mainoverflow,
body.mainoverflow {
    overflow: hidden;
}
.d-lg-none{
    display: none;
}
body {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    color: #000;
    background: #fff;
}

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

.freedom-va p {
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 34px;
}

.btn-call-to-action {
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    border-radius: 50px;
    background: #0e486e;
    font-weight: 700;
    white-space: normal;
    transition: 0.3s;
}

.btn-call-to-action:hover {
    color: #fff;
    background: #346c91;
}

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

.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: 20px;
    font-size: 18px;
    line-height: 28px;
}

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

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

/* navbar formatting ======================================================================= */
            
.section-sub-nav {
    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: 11px 15px;
}

.section-sub-nav .navbar-brand img {
    max-width: 291px;
}

.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-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    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(../bg/bg-freedom-va01.png) no-repeat top center!important;
    background-size: cover;
    margin-top: -22px;
    color: #000;
}

.section-index-header .container {
    padding-top: 50px;
}

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

.section-index-header .promo-banner {
    float: left;
    position: absolute;
    z-index: 2;
    margin-top: 200px;
    margin-left: 80px;
}

.section-index-header .promo-badge {
    position: absolute;
    right: 26%;
    top: 55%;
    z-index: 1;
}

.section-index-header h1 {
    font-size: 44px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 52px;
    font-weight: 800;
}

.section-why-choose .video {
    max-width: 737px;
    margin: 0 auto 70px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 4px #000000a3;
}

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

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

.section-why-choose {
    background: #fff;
}

.section-why-choose .container {
    padding-top: 70px;
    padding-bottom: 50px;
}

.section-why-choose h2 {
    font-size: 36px;
    margin-bottom: 50px;
}

.section-why-choose h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.section-why-choose h3:last-of-type {
    margin-bottom: 40px;
}

.section-why-choose .desk {
    position: relative;
}

.section-why-choose .desk img {
    position: absolute;
    top: 40px;
    right: 0;
    width: 39%;
}

.section-why-choose .testimonial {
    margin-top: 30px;
    margin-bottom: 70px;
}

.section-why-choose ul {
    margin: 0px 0 50px 80px;
}

.section-why-choose ul li {
    margin-bottom: 40px;
}

.section-why-choose ul li i {
    font-size: 16px;
    color: #1097b4;
    top: 9px;
    left: -40px;
}

.section-va-team {
    background: #f3f3f3;
}

.section-va-team .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-va-team .row {
    display: flex;
    align-items: center;
}

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

.section-va-team p {
    margin-bottom: 20px;
}

.section-va-enhance-business {
    background: #fff;
}

.section-va-enhance-business .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-va-enhance-business h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-va-enhance-business h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.section-va-enhance-business ul {
    margin: 0px 0 50px 50px;
}

.section-va-enhance-business ul li {
    margin-bottom: 20px;
}

.section-va-enhance-business ul li i {
    font-size: 16px;
    color: #1097b4;
    top: 9px;
    left: -40px;
}

.section-va-enhance-business .row {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.section-va-enhance-business .live-event .main {
    position: relative;
    right: -30px;
    z-index: 2;
    opacity: 0;
}


.section-va-enhance-business .live-event .box {
    position: absolute;
    top: -30px;
    right: -210px;
}

.section-va-enhance-business .community-marketing .main {
    position: relative;
    left: -30px;
    top: -70px;
    z-index: 2;
    opacity: 0;
}

.section-va-enhance-business .community-marketing .box {
    position: absolute;
    top: -15px;
    left: -210px;
}

.section-va-enhance-business .video-marketing .main {
    position: relative;
    right: -30px;
    top: -32px;
    z-index: 2;
    opacity: 0;
}

.section-va-enhance-business .video-marketing .box {
    position: absolute;
    top: -30px;
    right: -210px;
}

.section-va-enhance-business .managing-blog .main {
    position: relative;
    left: -30px;
    top: -70px;
    z-index: 2;
    opacity: 0;
}

.section-va-enhance-business .managing-blog .box {
    position: absolute;
    top: 0px;
    left: -220px;
}

.section-va-enhance-business .newsletter .main {
    position: relative;
    right: -30px;
    z-index: 2;
    opacity: 0;
}

.section-va-enhance-business .newsletter .box {
    position: absolute;
    top: -45px;
    right: -210px;
}

.section-have-task,
.section-billed-for {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    background: #0e486e;
    color: #fff;
}

.section-have-task .container,
.section-billed-for .container {
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
}

.section-have-task h2,
.section-billed-for h1 {
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
}

.section-have-task p,
.section-billed-for p {
    margin-bottom: 40px;
    line-height: 34px;
    margin-top: 10px;
}

.section-have-task img {
    position: absolute;
    bottom: -30px;
    left: 160px;
    width: 230px;
    z-index: 1;
}

.section-billed-for img {
    position: absolute;
    bottom: -15px;
    left: 110px;
    width: 265px;
}

.section-tc-topics {
    position: relative;
    background: #fff;
}

.section-tc-topics .container {
    padding-top: 70px;
    padding-bottom: 100px;
}

.section-tc-topics h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-tc-topics h2 {
    font-size: 36px;
    margin-bottom: 70px;
    line-height: 46px;
}

.section-tc-topics h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.section-tc-topics p {
    margin-bottom: 10px;
}

.section-tc-topics .row {
    display: flex;
    flex-wrap: wrap;
}

.section-tc-topics p {
    font-size: 20px;
}

.section-tc-topics  img {
    margin-top: 20px;
    margin-bottom: 40px;
}

.section-get-started {
    background: url(../bg/bg-freedom-va01.png) no-repeat bottom -100px center!important;
    background-size: cover;
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500;
}

.section-get-started .container {
    padding-bottom: 60px;
}

.section-blog-can-help-you .footer-buttons {
    margin-bottom: 0px;
    font-size: 13px;
}

.section-get-started .btn-get-started {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    padding: 15px 50px;
    border-radius: 40px;
    background: #0e486e;
}

.section-get-started .btn-get-started:hover {
    background: #055ce4;
}

.section-get-started .btn-link {
    color: #333;
    font-size: 24px;
}

.section-get-started .btn-link:first-child {
    margin-right: 50px;
}

.section-get-started .btn-link:last-child {
    margin-left: 50px;
}

/* pricing page formatting ================================================================ */

.section-va-pricing {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background: url(../bg/bg-freedom-va01.png) no-repeat top center!important;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #000;
    position: relative;
}

.section-va-pricing .container {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-top: -22px;
}

.section-va-pricing h1 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 30px;
    font-weight: 900;
}

.section-va-pricing h2 {
    font-size: 30px;
    font-weight: 700;
}

.section-va-pricing p {
    font-size: 18px;
    margin-bottom: 20px;
}

.section-va-pricing .call-to-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.section-va-pricing a {
    display: block;
    color: #1097b4;
    transition: 0.3s;
    text-decoration: none;
    cursor: pointer;
    max-width: 300px;
    width: 100%;
    position: relative;
}

.section-va-pricing a:hover img,
.section-va-pricing a.active img{
    filter: grayscale(100%) brightness(0) contrast(100%);
}

.section-va-pricing a:hover,
.section-va-pricing a.active{
    color: #000!important;
}

.section-va-pricing a:hover::after,
.section-va-pricing a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
    width: 50%; 
    border-bottom: 8px solid #1097b4;
    border-radius: 20px;
}

.section-effort-free-header,
.section-hands-on-header,
.section-flexible-support-header{
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"!important;
    color: #000;
}

.section-effort-free-header .container,
.section-hands-on-header .container,
.section-flexible-support-header .container{
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-hands-on-header .vw-gallery{
    margin-top: 30px;
}

.section-effort-free-header h2,
.section-hands-on-header h2,
.section-flexible-support-header h2,
.section-flexible-support .section-get-started h2{
    font-size: 28px;
    font-weight: 700;
}

.section-effort-free-header p,
.section-hands-on-header p,
.section-flexible-support-header p,
.section-flexible-support .section-get-started p{
    font-size: 18px;
}

.section-hands-on-header .hands-on-va{
    margin-top: -65px;
}

.section-effort-free-header .video-container {
    max-width: 800px;  
    margin: auto; 
    padding: 10px;
}

.section-effort-free-header .video-container video {
    width: 100%; 
    height: auto;
}

.section-hourly-rates {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"!important;
    background: #0e486e;
    color: #fff;
}

.section-hourly-rates .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-hourly-rates h2{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
}

.section-hourly-rates h4{
    font-size: 20px;
    font-weight: 700;
}

.section-hourly-rates .table-bordered {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"!important;
    border: none;
}

.section-hourly-rates .table-bordered>tbody>tr>th{
    padding: 20px;
    font-size: 15px;
    vertical-align: middle;
    border-right: 1px solid #1097b4;
    background: transparent;
    color: #000;
}
.section-hourly-rates .table-bordered>tbody>tr>td {
    padding: 20px;
    font-size: 15px;
    vertical-align: middle;
    border-right: 1px solid #1097b4!important;
    background: #fff;
    color: #000;
    border: none;
}
.section-hourly-rates .table-bordered>tbody>tr>td:last-child  {
    font-weight: 700;
    font-size: 20px;
}

.section-hourly-rates .table-bordered>tbody>tr>th {
    font-size: 14px;
    font-weight: normal;
}

.section-hourly-rates .table {
    width: 70%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.section-hourly-rates .table th, .section-hourly-rates .table td {
    padding: 10px;
    text-align: center;
}

.section-hourly-rates .rounded-row th:first-child {
    border-top: none;
    border-left: none;
    border-right: none;
}

.section-hourly-rates .rounded-row th:last-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #1097b4;
    border: 2px solid #1097b4;
    color: #fff;
    font-weight: 800;
    padding: 10px;
} 

.section-flexible-support .section-hourly-rates h2 {
    margin-bottom: 10px;
}

.section-flexible-support .section-hourly-rates p {
    font-size: 18px;
    margin-bottom: 50px;
}

.section-flexible-support .section-hourly-rates .table-bordered>tbody>tr>td {
    border: 1px solid #1097b4!important;
} 

.section-flexible-support .section-get-started{
    background: url(../bg/bg-freedom-va01.png) no-repeat center center!important;
    color: #000;
}

.section-flexible-support .section-get-started .container {
    padding-top: 80px;
    padding-bottom: 145px;
}

.section-flexible-support .section-get-started .btn-book-discovery {
    color: #fff;
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 0px;
    background: #0e486e;
    font-weight: 700;
    white-space: normal;
    transition: 0.3s;
    margin-top: 10px;
}

.section-flexible-support .section-get-started .btn-book-discovery:hover {
    color: #fff;
    background: #2574a8;
}

.section-customize-plan .container {
    padding-top: 50px;
    padding-bottom: 80px;
} 

.section-customize-plan h2 {
    font-size: 30px;
    font-weight: 700;
} 

.section-customize-plan p {
    padding-bottom: 20px;
} 

.section-customize-plan table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

.section-customize-plan table h3 {
    font-size: 20px;
    font-weight: 700;
}

.section-customize-plan table p {
    font-size: 16px;
}

.section-customize-plan table th {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    color: #fff;
    background: #0e486e;
}

.section-customize-plan table td {
    border: 1px solid #ddd;
}

.section-customize-plan table td:nth-child(1) {
    padding: 10px 10px 10px 50px;
}

.section-customize-plan table td:nth-child(2) {
    padding: 10px;
}

.section-customize-plan table .checkbox-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ensure full width for centering */
    height: 100%; 
}

.section-customize-plan table .checkbox-container input[type="checkbox"] {
    transform: scale(1.5);
    margin: 0;
}

.section-custom-plan {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"!important;
    background: #ffffff;
    color: #000;
}

.section-custom-plan .container {
    padding-top: 0px;
    padding-bottom: 80px;
}

.section-custom-plan h2{
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
}

.section-custom-plan .table-bordered {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"!important;
    border: none;
}

.section-custom-plan .table {
    width: 50%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.section-custom-plan .table .form-control{    
    border: none;
    box-shadow: none;
    text-align: center;
    font-size: 20px;
}

.section-custom-plan .table tr td {
    border: 1px solid #1097b4!important;
} 

.section-custom-plan .rounded-row th {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    background: #1097b4!important;
    border: 2px solid #1097b4!important;
    color: #fff!important;
    font-weight: 800!important;
}  

.section-custom-plan .rounded-row th:nth-child(3) {
    border-top-right-radius: 0px!important;
    border-right: 1px solid #54b7cc!important;
} 

.section-custom-plan .rounded-row th:nth-child(4) {
    border-top-left-radius: 0px!important;
}  

.section-custom-plan .rounded-row th:nth-child(2) {
    background:none!important;
    border: none!important;
}

.section-custom-plan .panel-box {
    border-radius: 5px;
    position: relative;
    padding: 30px 10px;
    box-shadow: 1px 1px 7px #000000a3;
    margin: 20px auto 50px;
    max-width: 320px;
    text-align:center;
}

.section-custom-plan .panel-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-custom-plan .panel-box .text-month {
    font-size: 20px;
}

.section-custom-plan .panel-box .text-regular {
    font-size: 26px;
}

.section-custom-plan .panel-box .text-save {
    color: #d94136;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 34px;
}

.section-custom-plan .panel-box .text-onwards {
    color: #000;
}

.section-custom-plan .btn-call-to-action {
    font-size: 16px;
    padding: 7px 30px;
}

.section-comprehensive-onboarding {
    background: url(../bg/bg-freedom-va01.png) no-repeat top center!important;
}

.section-comprehensive-onboarding .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-comprehensive-onboarding h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-comprehensive-onboarding h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-comprehensive-onboarding p {
    font-size: 22px;
}

.section-comprehensive-onboarding ul {
    margin: 0px 0 50px 50px;
    font-size: 20px;
    line-height: 38px;
}

.ssection-comprehensive-onboarding ul li {
    margin-bottom: 20px;
}

.section-comprehensive-onboarding ul li i {
    font-size: 14px;
    color: #1097b4;
    top: 9px;
    left: -40px;
}

.section-comprehensive-onboarding .row {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}


@media (max-width: 1500px) {
    .section-index-header .promo-badge {
        position: absolute;
        right: 10%;
        top: 50%;
        z-index: 1;
    }
    .section-get-started .container {
        padding-bottom: 100px;
    }
}


@media (min-width: 1200px) {

    /* index page formatting ================================================================ */
    .section-get-started .btn-try-it-free {
        padding: 15px 80px;
    }
    
    .section-get-started .fa-stack {
        width: 185px;
    }

}

@media (max-width: 1199px) {
    /* updated index formatting ============================================================================= */
    .section-simple-power-optimized .three-column {
        flex-wrap: nowrap;
    }
    .section-get-started .btn-link:first-child {
        margin-right: 0px;
    }
    .section-get-started .btn-link {
        font-size: 18px;
    }
    .section-get-started .btn-get-started {
        font-size: 18px;
        padding: 10px 30px;
    }
    .section-get-started .btn-link:last-child {
        margin-left: 0px;
    }
    .section-have-task img {
        left: 80px;
    }
    .section-billed-for img {
        left: 50px;
        bottom: 20px;
        width: 220px;
    }
}

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

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

    .section-index-header .promo-badge {
        max-width: 300px;
        right: 10%;
        top: 60%;
    }

    .section-extra-bonus .laptop img {
        top: 110px;
    }

    .section-va-enhance-business .live-event .box {
        top: -60px;
    }

    .section-va-enhance-business .community-marketing .box {
        top: -55px;
    }

    .section-va-enhance-business .video-marketing .box {
        top: -50px;
    }

    .section-va-enhance-business .managing-blog .box {
        top: -30px;
    }

    .section-va-enhance-business .newsletter .box {
        top: -65px;
    }

}

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

    body {
        font-size: 20px;
    }
    
    .freedom-va 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 {
        margin-bottom: -25px;
    }

    .section-index-header .promo-banner {
        max-width: 370px;
        margin-left: -15px;
        margin-top: 170px;
    }

    .section-index-header .promo-badge {
        right: 7%;
        max-width: 230px;
        top: 60%;
    }

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

    .section-why-choose h2 {
        font-size: 30px;
    }

    .section-why-choose h3 {
        font-size: 24px;
    }

    .section-key-objectives h2 {
        font-size: 30px;
    }

    .section-key-objectives h3 {
        font-size: 24px;
    }

    .section-extra-bonus h2 {
        font-size: 30px;
    }

    .section-va-enhance-business h2 {
        font-size: 30px;
    }

    .section-va-enhance-business .row {
        margin-bottom: 100px;
    }

    .section-va-enhance-business .live-event .main {
        top: -9px;
    }

    .section-va-enhance-business .live-event .box {
        top: -31px;
        width: 300px;
        right: -110px;
    }

    .section-va-enhance-business .community-marketing .main {
        top: -46px;
    }

    .section-va-enhance-business .community-marketing .box {
        top: -13px;
        width: 300px;
        left: -110px;
    }

    .section-va-enhance-business .video-marketing .main {
        top: -23px;
    }

    .section-va-enhance-business .video-marketing .box {
        top: -14px;
        width: 300px;
        right: -110px;
    }

    .section-va-enhance-business .managing-blog .main {
        top: -51px;
    }

    .section-va-enhance-business .managing-blog .box {
        top: -4px;
        width: 300px;
        left: -110px;
    }

    .section-va-enhance-business .newsletter .main {
        top: -10px;
    }

    .section-va-enhance-business .newsletter .box {
        top: -33px;
        width: 300px;
        right: -110px;
    }

    .section-how-it-works .content .container {
        padding-top: 50px;
        padding-bottom: 110px;
    }

    .section-have-task img,
    .section-billed-for img {
        left: 30px;
    }
    

}

@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-toggle {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 17px 5px 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;
    }
    
    .section-sub-nav .btn-get-it-now {
        padding: 5px 10px;
        font-size: 12px;
    }

    .section-get-started .container {
        padding-bottom: 70px;
    }
    .section-get-started .btn-link {
        font-size: 16px;
    }
    .section-get-started .btn-get-started {
        font-size: 16px;
    }
    .section-get-started h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .section-get-started img {
        margin-bottom: 0px;
    }
    .section-get-started .btn-link:first-child {
        margin-right: 0px;
    }
    .section-get-started .btn-link:last-child {
        margin-left: 0px;
    }
    .section-get-started .fa-stack {
        width: 25px;
        height: 113px;
        line-height: 113px;
    }

    .section-va-team .row{
        display: block;
    }

    .section-va-pricing .container {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    .section-va-pricing h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    
    .section-va-pricing h3 {
        font-size: 14.5px;
    }
    
    .section-va-pricing a {
        padding: 40px 20px 0px;
    }

    .section-custom-plan .table {
        width: 100%;
    }

    .section-comprehensive-onboarding h2 {
        font-size: 30px;
    }

    .section-comprehensive-onboarding .row {
        margin-bottom: 100px;
    }
    
}

@media (max-width: 767px) {

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

    body {
        font-size: 16px;
    }
    .d-md-block{
        display: block!important;
    }
    
    .freedom-va p {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .btn-call-to-action {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    /* navbar formatting ======================================================================= */

    .section-sub-nav .navbar-brand {
        padding: 16px 0px 13px 16px;
    }
    
    .section-sub-nav .navbar-brand img {
        max-width: 176px;
    }
    
    /* index page formatting ================================================================ */
    
    .section-index-header {
        margin-bottom: -20px;
    }

    .section-index-header .promo-banner {
        position: relative;
        margin-top: -30px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    
    .section-index-header .promo-badge {
        float: none;
        /* width: 100%; */
        max-width: 160px;
        position: relative;
        right: auto;
        top: 20px;
        margin-bottom: 100px;
    }

    .section-index-header h1 {
        margin: auto;
        font-size: 30px;
        line-height: 34px;
    }
    
    .section-why-choose .container {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .section-why-choose .video {
        margin: 0 auto 40px;
    }

    .section-why-choose .desk img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
    }

    .section-why-choose h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-why-choose h3 {
        font-size: 20px;
    }

    .section-why-choose h3:last-of-type {
        margin-bottom: 30px;
    }

    .section-why-choose .testimonial {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .section-why-choose ul {
        margin: 0px 0 50px 30px;
    }

    .section-why-choose ul li {
        margin-bottom: 20px;
    }

    .section-why-choose ul li i {
        font-size: 14px;
        top: 4px;
        left: -35px;
    }

    .section-va-enhance-business .container {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .section-va-enhance-business h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-va-enhance-business h3 {
        font-size: 20px;
    }

    .section-va-enhance-business .row {
        display: block;
        margin-bottom: 100px;
    }

    .section-va-enhance-business .live-event .main {
        position: relative;
        top: auto;
        right: 0px;
    }

    .section-va-enhance-business .live-event .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-va-enhance-business .community-marketing .main {
        position: relative;
        top: auto;
        left: -10px;
    }

    .section-va-enhance-business .community-marketing .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-va-enhance-business .live-event .main {
        position: relative;
        right: 0px;
    }

    .section-va-enhance-business .live-event .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-va-enhance-business .video-marketing .main {
        position: relative;
        top: auto;
        left: 0px;
    }

    .section-va-enhance-business .video-marketing .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-va-enhance-business .managing-blog .main {
        position: relative;
        top: auto;
        left: 0px;
    }

    .section-va-enhance-business .managing-blog .box {
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-va-enhance-business .newsletter .main {
        position: relative;
        top: auto;
        right: auto;
    }

    .section-va-enhance-business .newsletter .box {
        top: auto;
        right: 0;
        bottom: -60px;
        left: 0;
        width: 80%;
        max-width: 470px;
    }

    .section-have-task .container,
    .section-billed-for .container {
        padding-bottom: 20px;
        text-align: center;
    }

    .section-have-task h2,
    .section-billed-for h2 {
        font-size: 24px;
    }
    
    .section-have-task p,
    .section-billed-for p {
        margin-bottom: 20px;
        line-height: 26px;
    }
    
    .section-have-task img,
    .section-billed-for img {
        position: relative;
        margin: 0 auto;
        bottom: auto;
        left: -10px;
    }

    .section-get-started .container .heading p:nth-of-type(3),
    .section-get-started .heading p {
        font-size: 14px;
        line-height: 24px;
    }
    .section-get-started .btn-add-to-cart {
        font-size: 18px;
    }
    
    .section-va-pricing .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-va-pricing h1 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .section-va-pricing h2 {
        font-size: 20px;
        margin: 20px auto 0px;
        max-width: 500px;
    }
    
    .section-va-pricing h3 {
        font-size: 14px;
    }

    .section-va-pricing p {
        font-size: 16px;
    }
    
    .section-va-pricing a {
        padding: 0px;
        max-width: 260px;
        margin: 0 10px 30px;
    }
    
    .section-va-pricing .leaf01 {
        max-width: 250px;
        top: -67px;
    }

    .section-va-pricing .leaf02 {
        max-width: 250px;
        top: -63px;
    }
    .section-effort-free-header h2{
        font-size: 28px;
    }

    .section-comprehensive-onboarding .container {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .section-comprehensive-onboarding h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-comprehensive-onboarding h3 {
        font-size: 20px;
    }

    .section-comprehensive-onboarding p {
        font-size: 18px;
    }

    .section-comprehensive-onboarding ul {
        margin: 0px 0 50px 50px;
        font-size: 18px;
        line-height: 32px;
    }

    .section-comprehensive-onboarding .row {
        display: block;
        margin-bottom: 100px;
    }


}

@media (max-width: 480px) {
    
    .section-get-started .btn-get-started,
    .section-get-started .btn-link {
        font-size: 12px;
    }
    .section-va-pricing h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .section-va-pricing p {
        font-size: 14px;
    }

}



