html,
body {
    margin: 0;
    padding: 0;
    background: #fafafa;
}



h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 90px;
    color: #FFFFFF;
    letter-spacing: -1.84px;
    line-height: 90px;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #202020;
    letter-spacing: -0.61px;
    margin: 20px 0;
    padding-top: 20px;
}

h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #202020;
    letter-spacing: -0.61px;
}


p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    line-height: 24px;
}


.mobile {
    display: block !important;
}

.desktop {
    display: none !important;
}

#wrapper {
    padding: 0;
    overflow: hidden;
}


.content {
    width: 100%;
    margin: 0pt auto;
    padding: 0 20px 20px;
    position: relative;
    overflow: hidden;
}




/** =================
- Header Setion
==================**/


#header {
    padding: 0 0 50px;
    background: none;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.innerBody #header {
    position: relative;
    padding: 0;
}

#header .inner {
    border-bottom: solid 1px #D5D5D5;
    padding-bottom: 30px;
    width: 95%;
    margin: 0pt auto;
}

.navbar {
    padding-top: 30px;
}

.navbar-nav {
    margin: 0pt auto;
}

.navbar-nav li {
    margin: 0 20px;
    padding: 0;
    height: 50px;
}

.navbar-nav li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff !important;
    font-size: 18px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#header .inner li a {
    color: #202020 !important;
}

.navbar-nav li a.current {
    border-bottom: solid 3px #8CC34B;
}

.navbar-nav li a:hover {
    border-bottom: solid 3px #8CC34B;
}

.navbar-brand img {
    width: 219px;
    height: auto:;
}

.navbar-toggler {
    background: url(images/trans.png);
    border: 0;
    border-radius: 6px;
}

.inner .navbar-toggler {
    background: #999;
}

.navbar-collapse {
    background: url(images/trans.png);
    border-radius: 6px;
}

.inner .navbar-collapse {
    background: none;
}

.myAccount {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    border: 0;
    padding-left: 30px;
    background: url(images/account.png) 0 5px no-repeat;
    margin-left: 20px;
}

.inner .myAccount {
    color: #202020;
    background: url(images/account-inner.svg) 0 5px no-repeat;
}

a:hover.myAccount {
    background: url(images/account.png) 0 5px no-repeat;
    color: #8CC34B;
    text-decoration: none;
}

.inner a:hover.myAccount {
    background: url(images/account-inner.svg) 0 5px no-repeat;
    color: #8CC34B;
    text-decoration: none;
}


.CTA {
    width: 100%;
    margin: 180px auto 80px;
}

.CTA h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 90px;
    color: #FFFFFF;
    letter-spacing: -1.84px;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
    margin: 0;
    padding: 0;
    line-height: 90px;
}

.CTA p {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
    margin-top: 20px;
}

.loginBtn a {
    float: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 16px 45px;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px;
}

.loginBtn a:hover {
    border: 2px solid #8CC34B;
    background: ;
    color: #8CC34B;
}

.createBtn a {
    float: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 15px 35px;
    background: #8CC34B;
    border-radius: 6px;
    border: 2px solid #8CC34B;
    width: 100%;
}

.createBtn a:hover {
    background: none;
    border: 2px solid #FFFFFF;
}

/** =================
- Slider
==================**/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}


.slideBtn {
    position: absolute;
    z-index: 1000;
    bottom: 15px;
    right: 10px;
    display: none;
}

.swipeLeft {
    width: 37px;
    height: auto;
    float: left;
    /*margin-right: 10px;*/
    cursor: pointer;
}

.swipeRight {
    width: 40px;
    height: auto;
    float: right;
    cursor: pointer;
}


.swipeRight.swiper-button-disabled,
.swipeLeft.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}


/** =================
- Accordion Setion Faq
==================**/

.panel {
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.panel-body {
    padding: 20px 0;
}

.panel-title>a,
.panel-title>a:active {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    font-weight: 400;
    padding-left: 20px;
}

.active h4 a {
    font-weight: 500;
}


.panel-heading a:before {
    background: url(images/arrow.png) 0 0 no-repeat;
    width: 14px;
    height: 16px;
    content: " ";
    float: left;
    transition: all 0.5s;
    margin-top: 5px;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-title>a:hover {
    color: #8CC34B;
    text-decoration: none;
}

.faq .panel-body p, .faq li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 30px;
}

.faq .panel-body h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
}

.faq .panel-body {
    padding: 0 30px;
}


/** =================
- Accordion Setion Terms
==================**/


.terms .panel-heading a:before {
    background: none;
    content: none;
}

.terms .panel-title>a,
.terms .panel-title>a:active {
    padding-left: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-left: 0;
    color: #8CC34B;
}

.terms .panel-title>a span,
.terms .panel-title>a:active span {
    text-decoration: underline;
}



.terms .panel-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    line-height: 30px;
}

.terms .panel-body h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #202020;
    line-height: 30px;
}

.terms .panel-body {
    padding: 60px 0;
}

/** =================
- Category Setion
==================**/


ul#category {
    margin: 50px auto;
    padding: 0 20px;
    width: 100%;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

ul#category li {
    list-style-type: none;
    padding-top: 20px;
    width: calc(100% / 2 - 5px);
    float: left;
    display:
        -webkit-flex;
    display:
        -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}


ul#category li .box {
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 0 rgba(148, 148, 148, 0.20);
    border-radius: 20px;
    padding: 25px 30px;
}

ul#category li .box h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #202020;
    letter-spacing: -0.61px;
    padding-top: 20px;
}


.box p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    line-height: 24px;
    padding: 0;
    margin: 0;
}


.box img {
    width: 100px;
    height: auto;
}

.comments img {
    width: 79px !important;
}

.views img {
    padding: 20px 0;
}

.favorites img {
    padding: 8px 0;
}


/** =================
- Inner Page Section
==================**/


.innerCopy {
    width: 100%;
    padding: 0 30px
}

.innerCopy h2,
.about h2 {
    text-align: left;
    padding: 10px 0;
}

.about h2 {
    padding-top: 20px;
}

.about .col-md-6 {
    padding-bottom: 100px;
}

.innerCopy h4,
.about h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.about h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #8CC34B;
    letter-spacing: -0.43px;
    padding: 0 0 30px;
}

.innerCopy p,
.about p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding-bottom: 5px;
}

.innerCopy p a,
.about p a {
    font-weight: 500;
    text-decoration: none;
    color: #7CC631;
}

.aboutImg img {
    display: block;
    margin: 0 auto 0;
    visibility: hidden;
    width: 100%;
}


/** =================
- Pricing Section
==================**/

.pricing {
   display: table;
    margin-bottom: 200px !important;
}

.pricing .divider {
    margin: 40px 0;
}

.pricing .col-md-12 {
    padding: 0px 10px 0;
}

.priceTitle {
    overflow: hidden;
    padding: 20px 0 18px;
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
    display: none;
}

.priceSearch {
    overflow: hidden;
    padding: 20px 10px;
    border-bottom: solid 1px #d5d5d5;
}

.priceSearch label {
    display: block;
    text-align: left;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
}

.data {
    overflow: hidden;
    padding: 20px 10px 0;
    border-bottom: solid 1px #d5d5d5;
}

.data span.stitle {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #8f8f8f;
    padding-bottom: 10px;
}

.data p {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #202020;
    padding: 0 0 20px;
    line-height: 30px;
}   

.pricing .center {
    text-align: left;
    display: block;
    margin: 0pt auto;
    float: none;
}

.pricing h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #202020;
    line-height: 30px;
}

.pricing .sfield {
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.18);
    border-radius: 6px;
    border: 0;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300px;
    font-size: 18px;
    float: left;
    margin-bottom: 15px;
    display: block;
}

.c40 .sfield {
    width: 80%;
}

.c10 .sfield {
    width: 90%;
}

.c20 .sfield {
    width: 90%;
}

.c5 .sfield {
    width: 90%;
}

.priceSearch .c5 {
    float: left;
    width: 40%;
}

.priceSearch .c40 {
    float: left;
    width: 100%;
}

.priceSearch .c10 {
    float: left;
    width: 33.333%;
}

.priceSearch .c20 {
    float: left;
    width: 60%;
}

.c5 {
    float: left;
    width: 100%;
}

.c40 {
    float: left;
    width: 100%;
}

.c10 {
    float: left;
    width: 100%;
}

.c20 {
    float: left;
    width: 100%;
}

.page-link, ul.pagination  li a {
    border: 0;
    background: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
    line-height: 30px;
    padding: 3px 10px;
}

.page-link:hover, 
.pricing .active a,
ul.pagination  li a:hover{
    background: #8CC34B !important;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
}

.page-item, ul.pagination  li {
    padding: 10px;
}


/** =================
- Table Styles
==================**/

.table-bordered td, .table-bordered th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background: none;
}

.table a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #202020;
    padding-bottom: 10px;
}

.table-bordered td, .table-bordered th {
     margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #202020;
}

.summary {
    padding: 80px 0 20px;
border-bottom: solid 1px #d5d5d5;
}

.table-bordered thead td, .table-bordered thead th {
    padding-top: 20px;
}

.filters input {
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.18);
    border-radius: 6px;
    border: 0;
    padding: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300px;
    font-size: 18px;
    float: left;
    margin-bottom: 15px;
    display: block;
}

.filters select {
    height: 50px !important;
    border: 0;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.18);
    border-radius: 6px;
}

/** =================
- Services Section
==================**/


.services {
    padding: 20px 30px;
}


.imgBox img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

#smp {
    position: relative;
}

#wehelp {
    padding-bottom: 100px;
}



.macbook img {
    position: relative;
    width: 100%;
    visibility: hidden;
}

.result img,
.illustration img,
.grow img,
.map img {
    visibility: hidden;
}

ul.social {
    margin: 30px 0;
    padding: 0;
}

ul.social li {
    float: left;
    padding-right: 10px;
    list-style-type: none;
    margin: 0 0 20px;
}

ul.social li a.insta {
    width: 40px;
    height: 40px;
    display: block;
    background: url(images/instagraam-icon.png) 0 0 no-repeat;
    text-indent: -9999px;
}

ul.social li a.fb {
    width: 40px;
    height: 40px;
    display: block;
    background: url(images/fb.png) 0 0 no-repeat;
    text-indent: -9999px;
}

ul.social li a.tweet {
    width: 46px;
    height: 38px;
    display: block;
    background: url(images/t.png) 0 0 no-repeat;
    text-indent: -9999px;
}

ul.social li a.yt {
    width: 43px;
    height: 30px;
    display: block;
    margin-top: 5px;
    background: url(images/yt.png) 0 0 no-repeat;
    text-indent: -9999px;
}

ul.social li a.cloud {
    width: 60px;
    height: 28px;
    margin-top: 5px;
    display: block;
    background: url(images/sc.png) 0 0 no-repeat;
    text-indent: -9999px;
}

ul.social li a.pin {
    width: 45px;
    height: 40px;
    display: block;
    background: url(images/pin.png) 0 0 no-repeat;
    text-indent: -9999px;
}


/** =================
- Reviews Setion
==================**/

#reviews {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
}

#reviews h2 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #202020;
    letter-spacing: -0.71px;
}

#reviews h3 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #8CC34B;
    letter-spacing: -0.3px;
    text-align: center;
    padding-top: 10px;
}

#reviews p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 30px;
    padding-top: 10px;
}

.title {
    margin-bottom: 50px;
}

#reviews .col-md-4 {
    flex: 1;
    margin: 0 30px 30px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 0 rgba(148, 148, 148, 0.20);
    border-radius: 10px;
    padding: 30px 45px 80px;
    position: relative;
}


.head img,
.stars img {
    display: block;
    margin: 0pt auto;
    padding: 10px;
}

.stars {
    display: block;
    margin: 0pt auto;
}

#reviews h5 {
    text-align: center;
    padding-top: 30px;
}

#reviews h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #666
}

#reviews h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #666
}

.name {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    width: 100%;
    margin: 0;
    left: 0;
}

.link a {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #00B67A;
    letter-spacing: -0.21px;
    text-align: center;
    text-decoration: underline;
    display: block;
}

.divider {
    height: 1px;
    background: #D5D5D5;
    margin: 100px 0 70px;
    width: 100%;
}


/** =================
- Packages Setion
==================**/


#packages {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 0 10px;
}


#packages .swiper-container2 {
    width: 100%;
    height: 100%;

    visibility: hidden;
}



#packages .swiper-slide {
    height: 500px;
    margin: 0 40px 30px 20px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 0 rgba(148, 148, 148, 0.20);
    border-radius: 10px;
    padding: 30px 30px 80px;
    position: relative;
    width: 400px !important;
}



#packages .swiper-slide:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#packages h2 {
    text-align: center;
    display: block;
    margin: 0pt auto 50px;
    font-size: 42px;
    text-align: center;
}

#packages h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: solid 1px #f2f2f2;
    color: #252525;
    width: 100%;
}

#packages p {
    padding-top: 30px;
    padding-bottom: 50px;
    color: #8F8F8F;
}

.price {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 0;
    border-top: solid 1px #dfdfdf;

}

.price h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #8CC34B;
    letter-spacing: -0.57px;
    padding: 20px
}

.price p {
    padding: 0;
    position: absolute;
}


/** =================
- Numbers Setion
==================**/


#numbers span {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 50px;
    color: #8CC34B;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    margin-top: 30px;
}

#numbers p {
    font-weight: 400;
    display: block;
    text-align: center;

    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #313131;
    letter-spacing: -0.32px;
    text-align: center;
    line-height: 39px;
}


.peopleWrap {
    height: 520px;
    position: relative;
    width: 100%;
    margin: 0pt auto;
}

.people {
    position: absolute;
    bottom: 0;
    left: -50%;
}


/** =================
- Support/Contact Setion
==================**/



.support {
    width: 95%;
    margin: 0pt auto 50px;
    overflow: hidden;
    display: block;
}


.support h2 {
    text-align: left;
    padding: 20px 0 0;
}

.support p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #202020;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}

.support .form-control {
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    color: #797979;
    padding: 34px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px;
    border: 0;
}

.support textarea.form-control {
    padding-top: 20px;
}

.send {
    background: #8CC34B;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    float: right;
    padding: 15px 30px;
    border: 0;
}

#captcha_image {
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 5px;
}

.captchaBox {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 20px;
}

.g-recaptcha {
    width: 304px;
    float: left;
}

.support .divider {
    margin: 5px 0 20px;
}



/** =================
- Login Setion
==================**/


#login {
    margin-top: 50px;
    margin-bottom: 30px;
    display: block;
}

.loginF #footerNav {
    border: 0 !important;
}

.loginF #footerNav p a {
    color: #cecece;
    font-weight: 500;
}

.logo {
    margin: 50px auto;
}

.logo img {
    display: block;
    margin: 0pt auto;
    width: 90%;
}

a#forget {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #B8D991;
    text-align: right;
    font-weight: 500;
    padding: 5px 0 20px;
    float: right;
    display: block;
    text-decoration: underline;
}

.custom-control-label {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #777;
    text-align: right;
    font-weight: 300;
    padding-left: 20px;
    padding-top: 5px;
}



/* The container */
.containerC {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
 
}

/* Hide the browser's default checkbox */

label.containerC {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #777;
    text-align: left;
    font-weight: 300;
    padding-left: 40px;
    padding-top: 5px;

}


.containerC input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
   background: #FFFFFF;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.18);
    border-radius: 6px;
    width: 30px;
    height: 30px;

}

/* Create a custom checkbox */
.Rcheckmark {
  position: absolute;
  top: 4px;
  left: 0;
  background: #FFFFFF;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.18);
    border-radius: 6px;
    width: 30px;
    height: 30px;

}

/* On mouse-over, add a grey background color */
.containerC:hover input ~ .Rcheckmark {
  background-color: none;
}

/* When the checkbox is checked, add a blue background */
.containerC input:checked ~ .Rcheckmark {
  background-color: #8CC34B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Rcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerC input:checked ~ .Rcheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerC .Rcheckmark:after {
  left: 9px;
  top: 5px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.half {
    width: 50% !important;
}






/** =================
- Footer Setion
==================**/


#footerWrap {
    background: #202020;
    padding: 0;
    -webkit-transform: skew(0deg, 1deg);
    -ms-transform: skew(0deg, 1deg);
    transform: skew(0deg, 1deg);
    margin-top: -30px;
    position: relative;
}

.innerBody #footerWrap {
    background: none;
}

.footer {
    width: 100%;
    background: #202020;
    padding: 0 20px 50px;
    bottom: -30px;
    width: 100%;
    z-index: 1;
    -webkit-transform: skew(0deg, -1deg);
    -ms-transform: skew(0deg, -1deg);
    transform: skew(0deg, -1deg);
    margin-top: 30px;
}

.innerBody .footer {
    background: none;
}

.black {
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #202020;
}

.footerCopy {
    width: 100%;
    margin: 0pt auto;
    padding: 0 30px;
}

.footerCopy h2 {
    text-align: center;
    color: #fff;
    margin-top: 50px;
    font-size: 64px;
}

.inner .footerCopy h2 {
    color: #202020;
}

.footerCopy p {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    display: block;
    margin: 0pt auto 20px;
    line-height: 32px;
}

#create {
    float: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 16px 0;
    background: #8CC34B;
    border-radius: 6px;
    border: 2px solid #8CC34B;
    width: 230px;
    margin: 0pt auto;
    display: block;
}

#footerNav {
    width: 95%;
    padding: 35px 0;
    margin: 50px auto 30px;
    border-top: solid 1px #4c4c4c;
    border-bottom: solid 1px #4c4c4c;
    position: relative;
}

.inner #footerNav {
    width: 95%;
    border-top: solid 1px #E5E5E5;
    border-bottom: solid 1px #E5E5E5;
}



.footerlogo {
    width: 100%;
    position: relative;
}

.footerlogo img {
    margin: 0pt auto 20px;
    display: block;
    width: 70%;
}

.navfooter {
    width: 100%;
}


.navfooter p {
    padding-top: 20px;
    text-align: center;
}

.navfooter p a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #f8f8f8;
    display: block;
    padding: 20px 0 0;

}

.inner .navfooter p a {
    color: #202020;
}

.copyright {
    width: 100%;
    position: relative;
}

.copyright p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    border: 0;
    text-align: center;
    display: block;
    padding: 10px 0 0;
    margin-bottom: 0;
    width: 100%;
    margin-top: 30px;
}

.inner .copyright p {
    color: #202020;
}

.cards {
    display: block;
    padding-top: 5px;
}

.inner .cards {
    margin: 0 auto 50px;
}

.cards img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 550px) {

    .cards img {
        width: auto;
    }


    .support {
        width: 500px;
        margin: 0pt auto 150px;
    }

    .support h2 {
        text-align: center;
        padding: 100px 0 20px;
    }
        
    .support p {
        text-align: center;
    }
    
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .page-item {
    padding: 0 10px;
}
    
  .data span.stitle {
    display: none;
  }
    .c40 .sfield {
        width: 80%;
    }

    .c10 .sfield {
        width: 80%;
    }

    .c20 .sfield {
        width: 80%;
    }

    .c5 .sfield {
        width: 90%;
    }

    .c5 {
        float: left;
        width: 5%;
    }

    .c40 {
        float: left;
        width: 30%;
    }

    .c10 {
        float: left;
        width: 14%;
    }

    .c20 {
        float: left;
        width: 17%;
    }

    .priceSearch .c5 {
        float: left;
        width: 5%;
    }

    .priceSearch .c40 {
        float: left;
        width: 30%;
    }

    .priceSearch .c10 {
        float: left;
        width: 14%;
    }

    .priceSearch .c20 {
        float: left;
        width: 17%;
    }

    
    
   

    .pricing {
   display: table;
    margin-bottom: 200px !important;
    padding-bottom: 50px;
    overflow: hidden;

}

.pricing .col-md-12 {
    padding: 115px 0 0;
}

.priceTitle {
    overflow: hidden;
    padding: 20px 0 18px;
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
    display: block;
}

.priceSearch {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: solid 1px #d5d5d5;
}

.priceSearch label {
    display: none;
}

.data {
    overflow: hidden;
    padding: 20px 0 0;
    border: 0;
}

.data p {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #202020;
}   

.pricing .center {
    text-align: center;
    display: block;
    margin: 0pt auto;
    float: none;
}

.pricing h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    line-height: 30px;
}

.pricing .sfield {
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.18);
    border-radius: 6px;
    border: 0;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300px;
    font-size: 18px;
    margin-bottom: 0;
}

    .slideBtn {
        position: absolute;
        z-index: 1000;
        bottom: 15px;
        right: 40px;
        display: block;
    }


    .aboutImg img {
        margin: 80px auto 0;
        width: 100%;
    }

    .CTA {
        width: 800px;
        margin: 200px auto;
    }

    .CTA p {
        padding: 10px 0;
    }

    #reviews {
        padding: 0 25px;
    }

    #reviews p {
        padding: 5px 30px 0;
    }

    .loginBtn a:hover {
        background: none;
    }

    .content {
        padding-bottom: 0;
    }

    .CTA p {
        font-size: 26px;
        line-height: 39px;
    }

    .loginBtn a {
        float: right;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        font-weight: 500;
        padding: 16px 45px;
        border: 2px solid #FFFFFF;
        border-radius: 6px;
        width: auto;
    }

    .createBtn a {
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        font-weight: 500;
        padding: 16px 35px;
        background: #8CC34B;
        border-radius: 6px;
        border: 2px solid #8CC34B;
        width: auto;
    }

    ul#category {
        width: 100%;
        margin: 20px auto;

    }

    .mobile {
        display: none !important;
    }

    .desktop {
        display: block !important;
    }

    ul.social li {
        padding-right: 5px;
    }

    #packages .col-md-3 {
        flex: 1;
    }

    #numbers span {
        font-size: 48px;
    }

    #numbers p {
        font-size: 20px;
    }

    .services {
        padding: 20px 35px;

    }

    .macbook img {
        width: 460px;
        padding-top: 200px;
    }


    .result img {
        width: 310px;
        padding-top: 150px;
    }


    .illustration img {
        width: 310px;
        padding-top: 180px;
    }

    .map img {
        width: 310px;
        padding-top: 130px;
    }

    .grow img {
        width: 100%;
        padding-top: 80px;
    }

    #wehelp {
        padding-bottom: 100px;
    }


    #reviews .col-md-4 {
        margin: 0 5px 30px;
        padding: 30px 15px 80px;
    }

    #packages .col-md-3 {
        margin: 0 5px 30px;
        padding: 30px 10px 80px;
    }

    .peopleWrap {
        height: 500px;
        position: relative;
        width: 100%;
        margin: 0pt auto;
    }

    .people {
        width: auto;
    }

    .footerCopy {
        width: 90%;
        margin: 0pt auto;
    }

    .footerCopy h2 {
        font-size: 75px;
        margin-bottom: 0;
    }

    .footerlogo img {
        width: 50%;
    }



}

/* Medium Devices, desktops */
@media only screen and (min-width : 960px) {

    .innerCopy {
        width: 940px;
        margin: 0px auto 150px;
    }

    .innerCopy h2 {
        text-align: center;
        padding: 100px 0 70px;
    }

    #login {
        margin-top: 100px;
        display: block;
    }


}


@media only screen and (min-width : 1024px) {
    
    .c40 .sfield {
        width: 80%;
    }

    .c10 .sfield {
        width: 80%;
    }

    .c20 .sfield {
        width: 80%;
    }

    .c5 .sfield {
        width: 90%;
    }

    .c5 {
        float: left;
        width: 5%;
    }

    .c40 {
        float: left;
        width: 40%;
    }

    .c10 {
        float: left;
        width: 10%;
    }

    .c20 {
        float: left;
        width: 20%;
    }

    .priceSearch .c5 {
        float: left;
        width: 5%;
    }

    .priceSearch .c40 {
        float: left;
        width: 40%;
    }

    .priceSearch .c10 {
        float: left;
        width: 10%;
    }

    .priceSearch .c20 {
        float: left;
        width: 20%;
    }

   .pricing h6 {
        font-size: 18px;
    }



    #numbers p {
        font-size: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    #login {
        margin-bottom: 200px;
    }

    .aboutImg img {
        margin: 100px auto 0;
        width: 100%''
    }


    #numbers span {
        font-size: 68px;
    }

    .navbar-collapse {
        background: none;
    }

    .about h2 {
        padding-top: 50px;
    }

    .macbook img {
        width: 810px;
        margin-top: 0;
        z-index: 1;
        padding-top: 0;
    }

    .result img {
        width: 380px;
        padding-top: 100px;
    }

    .illustration img {
        width: 380px;
        padding-left: 30px;
        padding-top: 80px;
    }

    .map img {
        width: 380px;
        padding-top: 50px;
        padding-right: 20px;
    }

    .grow img {
        width: 280px;
        padding-top: 20px;
    }


    .footerCopy {
        width: 790px;
        margin: 0pt auto;
    }

    .footerlogo {
        width: 188px;
        float: left;
        padding: 0;
        position: absolute;
        left: 0;
        margin: 0;
    }

    ul.social li {
        padding-right: 15px;
    }


    .footerlogo img {
        margin: 0pt auto;
        display: block;
        width: 188px;
        height: auto;
        float: left;
    }

    .navfooter p {
        padding: 50px 0 30px;
        text-align: center;
    }

    .navfooter p a {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #f8f8f8;
        padding: 0 20px;
        display: inline;
    }

    .navfooter p a:hover {
        color: #8CC34B;
        text-decoration: none;
    }


    .copyright p {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #fff;
        font-size: 18px;
        border: 0;
        text-align: right;
        display: block;
        padding-top: 0;
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }

    .navfooter {
        width: 100%;
    }

    .navfooter p,
    .copyright p {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .copyright {
        width: 25%;
        float: left;
        position: absolute;
        right: 0;
    }

    .peopleWrap {
        height: 350px;
        position: relative;
        width: 100%;
        margin: 0pt auto;
    }

    .people {
        width: 100%;
        left: 0;
    }

}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1270px) {

   .priceSearch .c5, .c5 {
        float: left;
        width: 5%;
    }

    .priceSearch .c40, .c40 {
        float: left;
        width: 46%;
    }
    
    .priceSearch .c10, .c10 {
        float: left;
        width: 8%;
    }


    .aboutImg img {
        margin: 100px auto 0;
        width: 100%;
    }

    #login {
        margin-top: 120px;
        display: block;
    }

    h2 {
        padding-top: 0;
    }

    .about h2 {
        padding-top: 50px;
    }

    .CTA {
        width: 800px;
        margin: 250px auto 200px;
    }

    .CTA p {
        padding: 10px 0;
    }

    .myAccount {
        padding-right: 0;
    }

    .navbar-brand {
        position: absolute;
        top: 33px;
        left: 30px;
    }

    .inner .navbar-brand {
        position: absolute;
        top: 33px;
        left: 0;
    }

    .myAccount {
        position: absolute;
        top: 33px;
        right: 30px;
    }

    .inner .myAccount {
        position: absolute;
        top: 33px;
        right: 0;
    }

    .loginBtn,
    .createBtn {
        padding: 0 10px;
    }

    .loginBtn a,
    .createBtn a {
        width: auto;
    }

    .loginBtn a:hover {
        background: none;
    }

    ul#category {
        width: 85%;
        margin: 90px auto 120px;
    }

    .macbook img {
        width: 810px;
        margin-top: 0;
        z-index: 1;
        padding-top: 0;
    }

    .services {
        margin: 30px auto;
        padding: 0 100px;
    }

    .result {
        display: block;
        margin: 0 auto;
    }

    .result img {
        width: 510px;
        padding-top: 100px;
    }

    .illustration img {
        width: 450px;
        padding-left: 30px;
        padding-top: 100px;
    }

    .map img {
        width: 488px;
        padding-top: 80px;
    }

    .grow img {
        width: 430px;
        padding-top: 50px;
    }

    #smp .copy {
        margin-top: 80px;
    }

    #increaseengagement .copy {
        margin-top: 100px;
    }

    #wehelp {
        padding-bottom: 0;
    }

    #wehelp .copy {
        margin-top: 150px;
        padding-right: 0;
    }

    #geo .copy {
        padding-left: 50px;
        padding-top: 70px;
    }

    #fastresults .copy {
        padding-left: 50px;
        padding-top: 60px;
    }

    #numbers span {
        font-size: 75px;
        margin-top: 75px;
    }

    .content {
        padding: 0 20px 20px;
    }

    #reviews {
        padding: 30px 0 0;
    }

    .rev {
        overflow: visible;
    }

    #packages {
        padding: 0;
        width: 1700px;
        margin: 0pt auto;
        overflow: visible;
    }

    #reviews .col-md-4 {
        margin: 0 15px 30px;
    }


    #packages .col-md-3 {
        margin: 0 15px 30px;
        padding: 30px 20px 80px;
    }

    ul.social li {
        padding-right: 25px;
    }

    .footerCopy {
        width: 862px;
        margin: 0pt auto;
    }

    .footerCopy h2 {
        font-size: 75px;
        margin-bottom: 10px;
    }

    .peopleWrap {
        height: 295px;
        position: relative;
        width: 100%;
        margin: 200px auto 0;
    }



    .people {
        width: 100%;
        left: 0;
    }


    .inner .cards {
        margin: 30px auto;
    }

}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1600px) {

    h2 {
        padding-top: 0;
    }

    #login {
        margin-top: 285px;
        display: block;
    }

    .about .col-md-6 {
        padding-left: 0;
    }

    .aboutImg img {
        margin: 100px auto 0;
        width: auto;
    }

    .content {
        width: 1680px;
        margin: 0pt auto;
        padding: 0;
        position: relative;
    }

    .inner #footerNav,
    #header .inner {
        width: 1680px;
        margin: 0pt auto;
    }

    .peopleWrap {
        height: 478px;
        position: relative;
        width: 1980px;
        margin: 200px auto 0;
    }



    .footerCopy p {
        color: #fff;
        text-align: center;
        padding: 20px 0;
        display: block;
        margin: 0pt auto 20px;
    }



    .navbar-brand {
        position: absolute;
        top: 33px;
        left: 0;
    }

    .myAccount {
        position: absolute;
        top: 33px;
        right: 0;
    }

    .CTA {

        width: 800px;
        margin: 315px auto 265px;

    }

    .CTA p {
        padding: 10px 0;
    }

    .loginBtn,
    .createBtn {
        padding: 0 10px;
    }

    .loginBtn a,
    .createBtn a {
        width: auto;
    }

    .loginBtn a:hover {
        background: none;
    }

    ul#category {
        width: 1730px;
        margin: 80px auto;
    }

    ul#category li {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 10px;
    }

    ul#category li .box {
        padding: 45px 40px;
    }

    .services {
        width: 1680px;
        margin: 0pt auto;
    }


    .macbook img {
        width: auto;
        margin-top: 0;
        z-index: 1;
    }

    .services {
        margin: 120px auto;
        padding: 0;
    }

    .services p {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 18px;
        color: #333;
        line-height: 30px;
    }

    .result {
        display: block;
        margin: 0 auto;
    }

    .result img {
        width: 600px;
        padding-top: 0;
    }

    .illustration img {
        width: 558px
    }

    .map img {
        width: 558px;
    }

    .grow img {
        width: auto;
    }

    #smp .copy {
        margin-top: 120px;
        padding-right: 40px;
    }

    #increaseengagement .copy {
        margin-top: 120px;
    }

    #wehelp {
        padding-bottom: 0;
    }

    #wehelp .copy {
        margin-top: 150px;
        padding-right: 100px;
    }

    #geo .copy {
        padding-left: 100px;
        padding-top: 80px;
    }

    #fastresults .copy {
        padding-left: 30px;
        padding-top: 40px;
    }

    #footerNav {
        width: 1440px;
    }

    .navfooter {
        width: 100%;
        margin: 0pt auto;
    }

    .navfooter p,
    .copyright p {
        width: 100%;
        padding: 0;
    }

}