﻿/*Style Banner*/





/*!----------  ICON benefits ----------*/

.btn-qualify,
.image-bg .btn,
.image-bg .btn:visited {
    color: #ffffff;
    background: #4a93ea;
    border-color: #4a93ea;
}

    .btn-qualify:visited:hover {
        color: #ffffff;
    }

    .btn-qualify:hover,
    .image-bg .btn:hover,
    .image-bg .btn:visited:hover {
        background: #8fb8e9;
        color: #ffffff;
        border-color: #8fb8e9;
    }

.bkg-hiw {
    padding-top: 30px;
    background-color: #f3f3f3;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.benefits-banner .page-title h2 {
    color: #4a93ea;
    font-size: 36px;
    text-align: center;
    padding: 0 0 20px 0;
}

.benefits-banner-hiw {
    /*background-color: #fff;*/
    width: 100%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .benefits-banner-hiw .page-title h2 {
        color: #4a93ea;
        font-size: 36px;
        text-align: center;
        background: #f3f3f3;
        padding: 0 0 20px 0;
    }

.benefits-banner {
    width: 100%;
    background-color: #fff;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .benefits-banner .block-heading {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .benefits-banner .block-heading h2 {
            color: #4a93ea;
            font-size: 36px;
        }

        .benefits-banner .block-heading p {
            text-align: center;
            max-width: 420px;
            margin: auto;
            opacity: 0.7;
        }

    .benefits-banner .heading {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #000000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

.benefits.boxed {
    padding: 32px;
    background: #f8f8f8;
}

    .benefits.boxed.bg-dark {
        background: #292929;
    }

.bg-dark .benefits.boxed {
    background: #363636;
}

.bg-secondary .benefits.boxed {
    background: #fff;
}

.benefits.bordered {
    padding: 32px;
    border: 1px solid #ccc;
}

.benefits {
    margin-bottom: 24px;
}

    .benefits p:last-child {
        margin-bottom: 0;
    }

@media all and (max-width: 767px) {
    .benefits.boxed,
    .benefits.bordered {
        padding: 24px;
    }
}

@media all and (max-width: 990px) {
    .benefits .icon-lg {
        font-size: 40px;
    }
}

.benefits-1 i {
    display: inline-block;
    margin-bottom: 16px;
    color: #4a93ea;
}

.benefits-2 i {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #4a93ea;
    text-align: center;
    line-height: 80px;
    color: #4a93ea;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .benefits-2 i:hover, .benefits-2.filled i {
        background: #4a93ea;
        color: #fff;
    }

.benefits-3 {
    overflow: hidden;
}

@media all and (min-width: 768px) {
    .benefits-3 {
        min-height: 160px;
    }
}

.benefits-3 .left,
.benefits-3 .right {
    display: inline-block;
    float: left;
}

.benefits-3 .left {
    width: 15%;
}

.benefits-3 .right {
    width: 85%;
}

.benefits-3 i {
    color: #47b475;
}

.bg-primary .benefits-3 i {
    color: #fff;
}

.benefits-4 .left {
    width: 25%;
}

.benefits-4 .right {
    width: 75%;
}

.benefits-color h1,
.benefits-color h2,
.benefits-color h3,
.benefits-color h4,
.benefits-color h5,
.benefits-color h6 {
    color: #ffffff;
}

.benefits-color p,
.benefits-color span,
.benefits-color li {
    color: #ffffff;
}

.benefits-color i {
    color: #fff;
    opacity: .7;
}

.benefits-color:nth-of-type(1) {
    background: #47b475;
}

.benefits-color:nth-of-type(2) {
    background: #40a269;
}

.benefits-color:nth-of-type(3) {
    background: #398f5d;
}

.benefits-5 {
    height: 33.333333vw;
    padding: 0 48px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media all and (max-width: 1280px) {
    .benefits-5 {
        height: auto;
        padding: 80px 48px;
    }

        .benefits-5 .v-align-transform {
            top: 0;
            -webkit-transform: none;
            transform: none;
        }
}

@media all and (max-width: 767px) {
    .benefits-3 .left,
    .benefits-4 .left {
        margin-bottom: 8px;
    }

    .benefits-3 .left,
    .benefits-4 .left,
    .benefits-3 .right,
    .benefits-4 .right {
        width: 100%;
    }

    .benefits-5 {
        padding: 40px 24px;
    }
}

.image-bg .benefits i {
    color: #fff;
}

.image-bg .benefits h1,
.image-bg .benefits h2,
.image-bg .benefits h3,
.image-bg .benefits h4,
.image-bg .benefits h5,
.image-bg .benefits h6 {
    color: #ffffff;
}

.image-bg .benefits p,
.image-bg .benefits span,
.image-bg .benefits li {
    color: #ffffff;
}

.image-bg .benefits.bordered {
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
}

.image-bg .benefits.boxed {
    background: #222222;
    background: rgba(34, 34, 34, 0.4);
}

.bg-light .benefits.bordered {
    border-color: #222222;
    border-color: rgba(34, 34, 34, 0.2);
}



h5.uppercase {
    letter-spacing: 2px;
    margin-right: -2px;
    font-size: 16px;
    margin-bottom: 8px;
}


.btn {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #47b475;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    margin-right: 8px;
    margin-bottom: 24px;
    color: #ffffff;
    background: #4a93ea;
    border-color: #4a93ea;
    border-width: 0;
    border-style: none;
    outline: none;
}


.btn-waggy {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #47b475;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    margin-right: 8px;
    margin-bottom: 24px;
    color: #ffffff;
    background: #4a93ea;
    border-color: #4a93ea;
    border-width: 0;
    border-style: none;
    outline: none;
    background-color: #FEA700;
    border-radius: 0.5em;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: button;
    background-color: #FEA700;
    border-radius: 0.5em;
    font-size: 16px;
    line-height: 2.5;
    white-space: nowrap;
    vertical-align: middle;
    margin: auto;
    padding: auto;
    vertical-align: middle;
    color: white;
    -webkit-writing-mode: horizontal-tb !important;
}

    .btn-waggy:hover {
        color: white;
        background: #4a93ea;
        border-radius: 0.5em;
    }




/********End Style Banner*****************/


/********Begin Pricing Banner*****************/
.uppercase {
    font-weight: 400;
    text-transform: uppercase;
}

h2.uppercase {
    letter-spacing: 5px;
    margin-right: 0;
}

.price-table {
    background-color: #f3f3f3;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .price-table .block-heading {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

    .price-table .subheading h3 {
        color: #292929;
        font-size: 28px;
        text-align: center;
    }

    .price-table .page-title h2 {
        color: #4a93ea;
        font-size: 36px;
        text-align: center;
        padding: 0 0 20px 0;
    }

    .price-table .page-title h3 {
        color: #4a93ea;
        font-size: 29px;
        text-align: center;
        padding: 0 0 0 0;
    }

    .price-table .block-heading p {
        text-align: center;
        max-width: 420px;
        margin: auto;
        opacity: 0.7;
    }

    .price-table .heading {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #000000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .price-table .item {
        background-color: #ffffff;
        box-shadow: 0 2px 10px #000000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
        border-top: 2px solid #4a93ea;
        padding: 30px;
        overflow: hidden;
        position: relative;
    }

    .price-table .col-md-5:not(:last-child) .item {
        margin-bottom: 30px;
    }

    .price-table .item button {
        font-weight: 600;
    }

    .price-table .ribbon {
        width: 160px;
        height: 32px;
        font-size: 16px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        box-shadow: 0 2px 3px #888888;
        box-shadow: 0 2px 3px rgba(136, 136, 136, 0.25);
        background: #4dbe3b;
        transform: rotate(45deg);
        position: absolute;
        right: -42px;
        top: 20px;
        padding-top: 7px;
    }

    .price-table .item p {
        text-align: center;
        margin-top: 20px;
        opacity: 0.7;
    }

.badge-green {
    background: #47b475;
    color: #fff;
    font-size: 15px;
}

.price-table .features .feature {
    font-weight: 600;
}

.price-table .features h4 {
    text-align: center;
    font-size: 18px;
    padding: 0 0 5px 0;
}

.price-table .mathlines h4 {
    text-align: left;
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 2px 0 2px 0;
}

.price-table .total h4 {
    text-align: center;
    font-size: 14px;
    padding: 0 0 15px 0;
}

.price-table .img h4 {
    padding: 15px 0 0 0;
}

.price-table .price h4 {
    margin: 1px 0 0 0;
    font-size: 65px;
    color: #4a93ea;
    text-align: center;
}

.badge-warning {
    margin: 0 0 0 10px;
}

.price-table .buy-now button {
    text-align: center;
    margin: auto;
    font-weight: 600;
    padding: 9px 0;
}



/********End Pricing Banner*****************/





/****** PLACE YOUR CUSTOM STYLES HERE ******/

section, footer {
    padding: 30px 0;
}

#HowItWorks,
#KnowYourRights,
#ContactUs {
    padding: 40px 0;
    margin: 25px 0;
}

    /* Homepage How It Works Section */
    #HowItWorks .tabs {
        display: flex;
        flex-wrap: wrap;
    }

        #HowItWorks .tabs li {
            padding: 0 10px;
        }


/***** Overriding theme style mobile view *****/
@media (max-width: 767px) {

    h3 {
        font-size: 28px;
    }

    h6 {
        font-size: 16px;
    }

    p.lead {
        font-size: 16px;
        line-height: 28px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    br {
        display: inline;
    }

    .icon-sm {
        font-size: 24px;
    }

    .icon-tabs .tab-title {
        height: 100%;
        padding: 10px 5px;
        border: 1px solid;
        border-width: 2px;
    }

        .icon-tabs .tab-title i {
            font-size: 42px;
        }

        .icon-tabs .tab-title span {
            font-size: 11px;
            line-height: 18px;
        }

    .icon-tabs .tabs li {
        margin-bottom: 20px;
    }
}

@media (max-width: 360px) {
    .icon-tabs .tab-title span {
        font-size: 10px;
    }
}

/* Ben Changes*/
.footer p, a {
    font-weight: 300;
    line-height: 1.42857143;
    padding: initial;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

.footer p, .footer a {
    margin-bottom: 10px;
    line-height: 1.42857143;
    padding: initial;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    color: #585858;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.footer {
    list-style-type: disc;
}

    .footer .copyright {
        margin-bottom: 0px;
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        -webkit-margin-before: 10px;
    }


h5 {
    font-size: 16px;
}

body {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    color: #585858;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}




body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 22px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    overflow-x: hidden;
}

p,
span {
    font-weight: 400;
}

.price-table p {
    font-size: 16px;
}

.price-table .features h4 {
    text-align: center;
    font-size: 18px;
    padding: 0px 0px 5px 0px;
}

.price-table {
    background-color: #f3f3f3;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.feature {
    color: #212529;
}

.section-hero {
    padding: 0px;
    font-family: 'PT Sans', sans-serif;
    /* position: relative; */
    left: 0px;
    top: 0px;
    right: 0px;
    color: white;
    width: 100%;
}

.herotitle {
    text-align: left;
    font-family: 'PT Sans Bold', sans-serif;
}

    .herotitle h2 {
        letter-spacing: 4px;
        line-height: 62px;
        font-size: 48px;
        letter-spacing: 0px;
        font-family: 'PT Sans', sans-serif;
        font-weight: bold
    }

.herologo {
    position: relative;
}

herobyline .herotitle {
}

.herobyline {
    padding-top: 1.2vw;
    font-size: 24px;
    font-weight: bold;
}

.herobody {
    padding-top: 1.2vw;
    font-size: 18px;
    width:auto;
}

.herologo img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 250px;
}

.herocontainer {
    left: 0px;
    right: 0px;
    top: 0px;
    position: absolute;
    height: 70vh;
}

.herooverlay {
    left: 0px;
    top: 0px;
    right: 0;
    position: absolute;
    background-color: #5c91e4;
    opacity: 0.64;
    min-height: 70vh;
    height: 70vh;
}

.herotext {
    bottom: 00px;
    position: absolute;
    padding-left: 30px;
    opacity: 1;
    height: auto;
}

.heroimagecontainer {
    position: relative;
}

.herobackground {
    background-image: url('/assets/home/img/girl-dog-3000x2143-medium.jpg' );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: white;
    opacity: 10;
    min-height: 70vh;
    height: 70vh;
    position: relative;
}

.herobody .btn {
    background-color: #FEA700;
    border-radius: 0.5em;
}



/* SECTION 5 Contact Us
-------------------------------------------------- */
.section-contactus {
    padding-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ffffff;
    /*background: #f0f0f0;/*Added For Alternating */
}

    .section-contactus #frmContact {
        max-width: 100%;
        display: table;
        width: 100%;
        margin: 0 auto;
    }

    .section-contactus .row {
        margin-bottom: 0px;
    }

    .section-contactus form .col-lg-6 {
        margin-bottom: 20px;
    }

    .section-contactus form .col-lg-12 {
        margin-bottom: 20px;
    }

    .section-contactus textarea, .section-contactus input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        border: 1px solid #e0e0e0;
        padding: 12px 18px;
        font-size: 20px;
        color: #000000;
        width: 100%;
        border-radius: 4px;
    }



    .section-contactus .page-title h2 {
        color: #4a93ea;
        font-size: 36px;
        text-align: center;
        padding: 0px 0px 20px 0px;
    }

.section-contactus-hiw {
    /*background-color: #fff;*/
    width: 100%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .section-contactus-hiw .page-title h2 {
        color: #4a93ea;
        font-size: 36px;
        text-align: center;
        padding: 0px;
        margin-bottom: .5rem;
        padding-bottom: 20px;
    }

.section-contactus {
    width: 100%;
    background-color: #f3f5f9;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .section-contactus .block-heading {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .section-contactus .block-heading h2 {
            color: #4a93ea;
            font-size: 36px;
        }

        .section-contactus .block-heading p {
            text-align: center;
            max-width: 420px;
            margin: auto;
            opacity: 0.7;
        }

    .section-contactus .heading {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

.benefits.boxed {
    padding: 32px;
    background: #f8f8f8;
}
/* FOOTER SECTION
-------------------------------------------------- */
.footer {
    background: #e0e0e0;
    padding: 70px 0 20px 0;
}

    .footer, .footer * {
        color: #7a7a7a;
    }

        .footer h3 {
            font-size: 20px;
            color: #898989;
            font-weight: 600;
            margin: 10px 0 25px 0;
        }

        .footer ul, .footer ul li {
            position: Relative;
            display: block;
            margin: 0;
            padding: 0;
        }

            .footer ul li {
                padding: 0 0 5px 0;
            }

                .footer ul li a {
                    font-size: 17px;
                    color: #606060;
                    text-decoration: underline;
                }

            .footer ul.contactinfo li a {
                text-decoration: none;
                display: inline-block;
                float: left;
                width: calc(100% - 25px);
            }

            .footer ul.contactinfo li i {
                display: inline-block;
                float: left;
                width: 25px;
                margin-top: 4px;
            }

            .footer ul.contactinfo li {
                padding: 0 0 10px 0;
            }

p.copyright {
    font-size: 18px;
    color: #6a6a6a;
    border-top: 1px solid #999999;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
}


@media (max-width: 600px) {
    .herotext {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 98vw;
        width: 100%;
        bottom: 00px;
        position: absolute;
        opacity: 1;
        height: auto;
    }
    .herobody {
        width: 100%;
        max-width: 100%;
    }
    .herotitle {
        width: 100%;
        margin-bottom: 0px;
    }

        .herotitle h2 {
            width: 100%;
            text-align: center;
            letter-spacing: 4px;
            line-height: 9.5vw;
            font-size: 8vw;
            letter-spacing: 0px;
            font-family: 'PT Sans', sans-serif;
            font-weight: bold;
            margin-bottom: 0px;
        }

    .herobyline p {
        padding-top: 2vw;
        font-size: 4.7vw;
        line-height: 6.11vw;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .herobody p {
        padding-top: 2vw;
        font-size: 3.5vw;
        line-height: 4.3vw;
        font-weight: normal;
    }

    .herooverlay {
        min-height: 80vh;
        height: 80vh;
    }

    .herocontainer {
        min-height: 80vh;
        height: 80vh;
    }

    .herobackground {
        min-height: 80vh;
        height: 80vh;
        position: relative;
    }
}

@media (max-width: 500px) {

    .herotitle h2 {
        /*font-size: 18px;*/
    }
}

.benefits h5 {
    padding-top: 15px;
}
.bestdeal{
    color: #4dbe3b;
}

.section-map {
    background-color: #f3f5f9;
}
.section-map {
    color: #5D91E5;
}
.sectionitle {
    width: 100%;
}
.sectionitle h2 {

    color: #4a93ea;
    font-size: 48px;
    text-align: center;
    padding: 0 0 20px 0;
}

.section-map h3 {
    padding-top: 20px;
    letter-spacing: 4px;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

.section-map p {
    font-family: 'PT Sans', sans-serif;
    padding-top: 1.2vw;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 400;
}
.mapimage {
    max-width: 75%;
}

.powerdbybr {
    display: inline;
}
@media (max-width: 765px) {
    .section-map h3 {
        font-size: 8vw;
    }
   
 
    .mapimage {
        max-width: 100%;
    }
    .section-map p { 
        padding-top: 2vw;
        font-size: 4.7vw;
        line-height: 1.3;
        font-weight: 400;
        margin-bottom: 0px;
    }
    .powerdbybr {
        display: none;
    }
}