@charset "UTF-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    background: #fff;
    color: #838383;
    margin: 0;
    padding: 0;
}

body {
    padding-top: 50px;
    padding-bottom: 0;
}

a {
    color: #009EB3;
}

a:hover {
    color: #1090A1;
    text-decoration: none;
}

.clrwhite {
    color: #fff !important;
}

.nortondv {
    background: #fff;
    border-radius: 10px;
}

.hid {
    display: none;
}

a.saleschannel {
    text-decoration: none;
    color: #009EB3;
    background: #fff;
    border: 1px solid #009EB3;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    width: 220px;
    border-radius: 3px;
}

a:hover.saleschannel {
    color: #2992A0;
    border: 1px solid #2992A0;
    background: rgba(0, 158, 179, 0.05);
}

a.saleschannel i {
    padding-right: 10px;
    vertical-align: middle;
}

.graybg {
    background: url(../images/web/body_bg.png) repeat top left;
    border-top: 1px solid #E9E9E9;
    box-shadow: inset -1px 1px #fff;
}

hr {
    border-top: 1px solid #dbdbdb;
    border-bottom: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #434E56;
}

.block {
    display: block;
}


/*icons*/

@font-face {
    font-family: 'cloudbillz';
    src: url('../fonts/icons/cloudbillz.eot?r6zq8n');
    src: url('../fonts/icons/cloudbillz.eot?r6zq8n#iefix') format('embedded-opentype'), url('../fonts/icons/cloudbillz.ttf?r6zq8n') format('truetype'), url('../fonts/icons/cloudbillz.woff?r6zq8n') format('woff'), url('../fonts/icons/cloudbillz.svg?r6zq8n#cloudbillz') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="cloud-"],
[class*=" cloud-"] {
    font-family: 'cloudbillz' !important;
    font-size: 50px;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cloud-billz:before {
    content: "\e900";
}

.cloud-blocks:before {
    content: "\e901";
}

.cloud-calc:before {
    content: "\e902";
}

.cloud-dash:before {
    content: "\e903";
}

.cloud-expenses:before {
    content: "\e904";
}

.cloud-profiles:before {
    content: "\e905";
}


/*end icons*/

.featuresp {
    min-height: 400px;
}

.featuresp section {
    padding-top: 20px;
}

.featuresp section .titleh {
    margin-top: 20px;
    font-weight: normal !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #192d38;
    line-height: 130%;
}

.featuresp section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    padding: 0 0 10px;
    color: #505050;
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 0;
    padding: 8px;
}

.lead {
    font-size: 20px;
}

.themetxt {
    color: #009eb3;
}

.freetxt {
    font-size: 12px;
    font-style: italic;
    color: #909090;
}

.redtxt {
    color: #F00;
}

.greytxt {
    font-weight: 300;
    color: #999;
    font-style: italic;
}

section.bggray {
    background: url(../images/web/top-texture.jpg) repeat-x top left;
}

@-moz-document url-prefix() {
    .customselect {
        border: 1px solid #ccc;
        border-radius: 3px;
        overflow: hidden;
        background: #fff url(../images/dropdown.png) no-repeat right 10px;
    }
    .customselect select {
        padding: 5px 8px;
        width: 130%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
    }
    .select-style select:focus {
        outline: none;
    }
}

.lineH38 {
    line-height: 38px;
}

.capTxt {
    text-transform: uppercase;
}

.blckTxt {
    font-size: 17px;
    color: #000;
}

.bluec {
    color: #009EB3;
    padding-right: 10px;
}

.lineH {
    line-height: 30px
}

.lightGrey {
    color: #999;
}

.bg-danger {
    background-color: #f2dede;
    color: #f00;
    padding: 10px;
}

.including-free {
    padding: 8px 0 0 14px;
    float: left;
    color: #000;
}


/*----------
SLIDER ---------*/

.tabslide {
    padding: 30px;
    margin-bottom: 30px;
    background: url(../images/web/main_bg.jpg) no-repeat top center;
    color: #333;
    max-height: 500px;
}

.tabslidethanku {
    padding: 0;
    margin: 0;
    background: url(../images/web/thanku_bg.jpg) no-repeat top center;
    color: #535353;
    max-height: 680px;
    height: 100%
}

.tabslide-innersolid {
    background: url(../images/web/inner_bg.jpg) no-repeat;
    height: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    min-height: 200px;
}

#aboutpage h2,
#aboutpage a {
    color: #fff
}

.findtxt {
    font-weight: 300;
    font-size: 32px;
}

#aboutpage {
    background-image: url(../images/web/main_bg.jpg);
    background-color: #4f6883;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: bottom center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
}

#aboutpage .overlay {
    height: 940px;
    background-attachment: fixed;
    background: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

.about-para {
    font-weight: 200;
    line-height: 22px;
}

.tabslide-inner {
    background: url(../images/web/inner_bg.jpg) no-repeat bottom center #009EB3;
    height: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    color: #535353;
    min-height: 200px;
}

.tabslide-inner h2 {
    color: #fff;
    font-weight: 400;
}

.tabslide-inner p {
    color: #fff;
}

.tabslide p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.container .tabslide {
    border-radius: 6px;
}

.tabslide .container,
.tabslide-inner .container {
    max-width: 100%;
}


/*----------------
----------------SLIDER -----------*/

.tabslide {}

.tabslide .btn-primary {
    box-shadow: 4px 4px 0px rgba(2, 60, 0, 0.72);
    padding: 15px 30px;
}

.btn-primary {
    background: #009EB3;
    border-radius: 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 200;
    text-shadow: none;
    color: #fff !important;
    border: none;
}

.btn-default {
    border-radius: 0;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: #2992A0!important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {}


/*----------------
----------------NAV -----------*/

.brdrnone a {
    border-bottom: none !important;
}


/*Navbar new*/

.cloudbar {
    background-color: #2C353C;
    border: none;
}

#ftab-menu .navbar-brand {
    height: auto;
    padding: 18px 0 0 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding-bottom: 0;
}

.nortonbdge a {
    padding-top: 0 !important;
}

.navbar-default .navbar-nav > li {}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 25px;
    text-transform: uppercase;
}

.ui-nav-selected {
    color: #009eb3 !important;
}

.cloudbar.top-nav-collapse li a {
    padding: 18px 25px 0 25px;
}

.cloudbar.top-nav-collapse .navbar-brand {
    padding: 10px 15px;
}

.cloudbar.top-nav-collapse .btn-login {
    margin-top: 6px;
}

.cloudbar.top-nav-collapse .nortonbdge a {
    margin-top: 6px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: transparent;
    border-bottom: 5px solid #00bbd6;
    outline: none;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #00bbd6;
}

.btn-login {
    background-color: #009eb3;
    border: none;
    padding: 8px 20px !important;
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.5);
    border-radius: 0;
    margin-top: 17px;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active {
    background-color: #017F90 !important;
    outline: none;
    box-shadow: inset 0px 2px rgba(255, 255, 255, 0.5);
    color: #fff;
}

.nortonbdge a {
    padding: 0 0 0 25px !important;
    margin-top: 16px;
}


/*Navbar new*/

.nav .btn-primary {
    background-color: #009eb3;
    border-color: #009eb3;
    padding: 6px 14px !important;
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.5);
    border-radius: 0;
}

.navbar {
    letter-spacing: 1px;
    border: none;
    border-color: transparent;
    /*box-shadow: 0 5px 4px rgba(92, 92, 92, 0.47);*/
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #009EB3;
    background: transparent;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.69);
}

.cloudbar .navbar-brand img {
    width: 150px;
}

.navbar-default .navbar-toggle {
    background: transparent;
    border: 1px solid #009EB3;
    border-radius: 2px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #009EB3;
}


/*----------------
----------------FEATURE ADVANCE -----------*/

.featuresp hr {
    clear: both;
    border-top: 1px solid #c5c5c5;
    margin-bottom: 30px
}

.ui-features ul {
    margin: 0;
    font-size: 18px;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: auto;
    padding-bottom: 0;
}

.ui-features ul li {
    width: 16.6666666667%;
    text-align: center;
    display: table-cell;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
}

.ui-features ul li a {
    cursor: pointer;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 20px;
    min-height: 174px;
    color: #fff;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.20);
}

.ui-features strong {
    font-size: 40px;
    padding-bottom: 20px;
    color: #B0B0B0;
}

.ui-features .current_page_item a {
    background: rgba(0, 0, 0, 0.40);
}

.ui-features ul li a:hover {
    background: rgba(0, 0, 0, 0.40);
}

.ui-features ul li span {
    display: block;
}

.featureadvance h3 {
    color: #333;
    font-weight: normal;
    font-size: 20.5px;
}

\ .featureadvance h2 {
    /*	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
*/
    font-weight: 100;
    letter-spacing: 0.02em;
    color: #999999;
}

.uppercase {
    text-transform: uppercase;
}

.btn-link {
    color: #009EB3;
    /*font-size: 130%;*/
}

.btn-link:hover,
.btn-link:focus {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

.featureadvance [class^="icon-"],
.featureadvance [class*=" icon-"] {
    vertical-align: initial;
}


/*----------------
----------------VIDEO -----------*/

.tab-video {
    background: url(../images/web/video.png) no-repeat top center;
    min-height: 491px;
}

.ui-video {
    color: #333;
    text-shadow: 1px 2px 0px #FFF;
    font-weight: normal;
}


/*----------------
----------------FOOTER -----------*/


/*================================FOOTER SECTION======================*/

.tab-footer {
    background: url(../images/web/footer_bg.jpg) repeat top left;
    color: #cecece
}

.tab-footer a {
    color: #cecece !important
}

.tab-footer hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid rgba(238, 238, 238, 0.35);
}

.tab-footer .address {
    text-align: right;
}

.tab-footer .cpyright a:before {
    content: "|";
    padding: 0 10px;
    color: #6B6363;
}

.tab-footer .cpyright a:nth-child(1):before {
    display: none;
}

.ui-socail img {
    opacity: 0.5;
}

.ui-socail img:hover {
    opacity: 0.9;
}


/*----------------
----------------MARGINS,PADDING -----------*/

.topspace0 {
    margin-top: 0px !Important;
}

.topbot10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.topspace10 {
    margin-top: 10px;
}

.rightspace10 {
    padding-right: 10px;
}

.topspace15 {
    margin-top: 15px;
}

.topspace20 {
    margin-top: 20px !important;
}

.topspace25 {
    margin-top: 25px;
}

.topspace30 {
    margin-top: 30px;
}

.topspace35 {
    margin-top: 35px;
}

.topspace40 {
    margin-top: 40px;
}

.topspace50 {
    margin-top: 50px;
}

.topspace60 {
    margin-top: 60px;
}

.topspace70 {
    margin-top: 70px;
}

.topspace100 {
    margin-top: 100px;
}

.bottomspace0 {
    margin-bottom: 0px;
}

.bottomspace10 {
    margin-bottom: 10px;
}

.bottomspace15 {
    margin-bottom: 15px;
}

.bottomspace20 {
    margin-bottom: 20px;
}

.bottomspace25 {
    margin-bottom: 25px;
}

.bottomspace30 {
    margin-bottom: 30px;
}

.bottomspace35 {
    margin-bottom: 35px;
}

.bottomspace40 {
    margin-bottom: 40px;
}

.paddingleft10 {
    padding-left: 10px;
}

.paddingleft {
    padding-left: 0;
}

.paddingright5 {
    padding-right: 5px;
}

.paddingright10 {
    padding-right: 10px;
}

.marginleft10 {
    margin-left: 10px;
}

.mtb45 {
    margin: 45px 0;
}

.mr12 {
    margin-right: 12px;
}

.pt50 {
    padding-top: 50px;
}

.pb20 {
    padding-bottom: 20px;
}

.mtb35 {
    margin: 35px 0;
}

.mt30 {
    margin-top: 30px;
}

.mt6 {
    margin-top: 6px;
}

.p0 {
    padding: 0 !important;
}

.label-primary {
    background-color: #BABABA;
}


/*----------------
----------------PRICING -----------*/

.pricing-table {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.pricing-table .pricing-header h5 {
    font-size: 1.313em;
    margin: 0;
    padding: 0 20px 20px;
    text-transform: uppercase;
}

.pricing-table .pricing-cost {
    color: #fff;
    font-size: 1.500em;
    line-height: 1em;
    padding-top: 20px;
    background: #666;
}

.pricing-table div {
    list-style: none;
}

.pricing {
    float: left;
    height: 985px;
    position: relative
}

.btmfixed {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.pricing-table .pricing-per {
    font-size: 0.786em;
    color: #fff;
    background: #666;
    padding-bottom: 10px;
}

.pricing-table .pricing-content {
    background: #fff;
    font-size: 0.857em;
}

.pricing-table .pricing-content ul {
    margin: 0 !important;
    list-style: none !important;
}

.pricing-table .pricing-content ul li {
    margin: 0 !important;
    padding: 10px 18px !important;
    border-bottom: 1px solid #ebebeb;
    list-style: none !important;
}

.pricing-table .pricing-content ul li:nth-child(2n+2) {
    background: #F9F9F9;
}

.pricing-table .pricing-button {
    background: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 20px;
}

.pricing-table>div {
    list-style: none;
    text-shadow: none;
    margin-bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-top: #0E8FAB 3px solid;
    border: 1px solid #e6e6e6;
    margin-left: 10px;
    margin-right: 10px;
}


/*---*/

.freepack>div {
    border-top: #5cb85c 3px solid;
}

.fullpack>div {
    border-top: #009EB3 3px solid;
}

.custompack>div {
    border-top: #ea6b65 3px solid;
}


/*---*/

.freepack h5 {
    color: #5cb85c;
}

.fullpack h5 {
    color: #009EB3;
}

.custompack h5 {
    color: #ea6b65;
}


/*---*/

.freepack .pricing-cost {
    background: #5cb85c;
}

.fullpack .pricing-cost {
    background: #009EB3;
}

.custompack .pricing-cost {
    background: #ea6b65;
}


/*---*/

.freepack .pricing-per {
    background: #5cb85c;
}

.fullpack .pricing-per {
    background: #009EB3;
}

.custompack .pricing-per {
    background: #ea6b65;
}


/*---*/

.freepack .pricing-button .btn-default {
    background: #5cb85c;
    border: none;
}

.fullpack .pricing-button .btn-default {
    background: #009EB3;
    border: none;
}

.custompack .pricing-button .btn-default {
    background: #ea6b65;
    border: none;
}


/*---*/

.freepack .btn-default:hover {
    background: #409640;
}

.fullpack .btn-default:hover {
    background: #2992A0;
}

.custompack .btn-default:hover {
    background: #944615;
}


/*---*/

.freepack .price-ico {
    color: #5cb85c;
}

.fullpack .price-ico {
    color: #009EB3;
}

.custompack .price-ico {
    color: #ea6b65;
}


/*---*/

.pricing-table p {
    font-size: 13px;
    font-style: italic;
    color: #AFAFAF;
    text-align: center;
}


/*---*/

.price-ico {
    padding-right: 6px;
}

.pricing-table .pricing-header {
    text-align: center;
    padding: 20px 0 0px;
}

.pricing-table.fullpack .pricing-cost,
.pricing-table.fullpack .pricing-per {
    background: #009EB3;
}

.pricing-table.fullpack .pricing-button .button {
    background: #009EB3;
}

.pricing-table .radio,
.pricing-table .checkbox,
.pricing-table label {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.pricing-table .pricing-content ul li.items {
    height: 61px;
}

.pricing-table .pricing-content ul li.morepad {
    padding: 20px 22px 0 22px !important;
}


/*----------------
---------------- SIGNUP PAGE -----------*/

.feature-signup {
    list-style: none;
}

.feature-signup {
    margin-left: 20px;
}

.feature-signup li {
    position: relative;
}

.feature-signup li span {
    color: #009EB3;
    padding-right: 10px;
    position: absolute;
    top: 8px;
    left: -20px;
}

.policyul {
    margin: 20px 0 20px 40px;
}

.ui-form {
    background: #fff;
    padding: 20px 40px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


/*----------------
----------------LOGIN -----------*/

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.whitebox {
    margin: 0 auto;
    background: #fff;
    border: 1px solid #E6E6E6;
    max-width: 380px;
    border-radius: 10px;
    padding: 20px 0;
}

.faqui blockquote {
    border-left: 5px solid rgba(0, 158, 179, 0.48);
}

.faqui p {
    color: #333;
}

.videoplayer {
    padding-top: 20px;
}


/*--------------------------------MEDIA -----------*/


/*features*/

.mt20 {
    margin-top: 20px;
}

.mt45 {
    margin-top: 45px;
}

.mb45 {
    margin-bottom: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt90 {
    padding-top: 90px;
}

.pb20 {
    padding-bottom: 20px;
}

.smooth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blue {
    color: #009EB3
}

.bbash {
    border-bottom: 1px solid #f0f0f0;
}

.btash {
    border-top: 1px solid #F0F0F0;
}

.hid {
    display: none;
}

.perc70 {
    width: 70%;
    margin: 10px auto;
}

.tab-bar ul {
    margin: 0;
}

.tab-bar ul li {
    display: table-cell;
    text-align: center;
    width: 16.6666%;
}

.tab-bar ul li a {
    padding: 30px 20px 20px 20px;
    display: block;
    min-height: 160px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.tab-bar ul li a .flaticon:before,
.tab-bar ul li a h4 {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.tab-bar ul li.current_page_item a,
.tab-bar ul li a:hover {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 158, 179, 0.05) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 158, 179, 0.05) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 158, 179, 0.05) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6c1c1c1', GradientType=0);
    cursor: pointer;
}

.js-sup-section .container-fluid:nth-child(even) {
    background: #fcfcfc;
}

.tab-bar.fix {
    position: fixed;
    top: 70px;
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff;
}

.tab-bar.fix ul li a {
    padding: 10px 20px;
    min-height: 110px;
}

.tab-bar.fix ul li a [class^="flaticon-"]:before,
.tab-bar.fix ul li a [class*=" flaticon-"]:before {
    font-size: 40px;
}

.tab-bar.fix ul li a h4 {
    font-size: 16px;
    margin: 0;
}

.js-sup-section .tab-bar.fix {
    position: static;
    margin-top: 170px;
}

.inner-bg .row.bg {
    background: url(../images/web/inner_bg.jpg) no-repeat;
    /*min-height: 200px;*/
    background-size: cover;
}

.tab-top h1 {
    color: #fff;
    font-size: 40px;
    text-shadow: 0px 0px 5px rgba(44, 53, 60, 0.4);
}

.tab-top h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-shadow: 0px 0px 5px rgba(44, 53, 60, 0.5);
}


/*end features*/


/*packages*/

.packages.btf4,
.packages .btf4 {
    border-top: 1px solid #f4f4f4;
}

.packages.brf4,
.packages .brf4 {
    border-right: 1px solid #f4f4f4;
}

.packages.bbf4,
.packages .bbf4 {
    border-bottom: 1px solid #f4f4f4;
}

.packages.blf4,
.packages .blf4 {
    border-left: 1px solid #f4f4f4;
}

.backfc {
    background: #fcfcfc;
}

.rel {
    position: relative;
}

.packages .btn-default {
    width: 100%;
    padding: 12px;
    background: #00b4cc;
    border: none;
    font-weight: 200;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.packages .btn-default.try {
    background: #009EB3;
    width: 80%;
    margin-top: 15px;
}

.packages .btn-default.try:hover,
.packages .btn-default.try:focus,
.packages .btn-default.try:active {
    background: #0591A5;
}

.packages .btn-default.green {
    background: #6bce06;
    font-size: 18px;
    padding: 10px 12px 9px 12px;
}

.packages .btn-default:hover,
.packages .btn-default:focus,
.packages .btn-default:active,
.packages .btn-default.active {
    background: #03A5BB;
    outline: none !important;
    box-shadow: none !important;
}

.packages .btn-default.green:hover,
.packages .btn-default.green:focus,
.packages .btn-default.green:active,
.packages .btn-default.green.active {
    background: #64BF06;
}

.packages h1 {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 200;
}

.packages h1.blue {
    color: #009eb3;
}

.packages h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 200;
}

.packages .head {
    height: 260px;
}

.packages .head p {
    font-weight: 200;
}

.packages .head .btns h2 {
    margin-left: 20px;
    color: #009eb3;
}

span.boldr {
    font-weight: 400;
}

.packages .head .pack.fill {
    background: #0491a4;
    background: -moz-linear-gradient(top, #0491a4 0%, #009eb3 100%);
    background: -webkit-linear-gradient(top, #0491a4 0%, #009eb3 100%);
    background: linear-gradient(to bottom, #0491a4 0%, #009eb3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0491a4', endColorstr='#009eb3', GradientType=0);
}

.packages .head .pack.fillr {
    background: #009eb3;
    background: -moz-linear-gradient(top, #009eb3 0%, #0491a3 100%);
    background: -webkit-linear-gradient(top, #009eb3 0%, #0491a3 100%);
    background: linear-gradient(to bottom, #009eb3 0%, #0491a3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009eb3', endColorstr='#0491a3', GradientType=0);
}

.packages .head .pack.fillr:before {
    content: "";
    position: absolute;
    top: 23px;
    left: -33px;
    width: 140px;
    height: 15px;
    text-align: center;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    border-width: 0 30px 30px 30px;
    border-style: solid;
    border-color: transparent transparent #d06969 transparent;
}

.packages .head .pack.fillr:after {
    display: block;
    position: absolute;
    content: "most popular";
    top: 30px;
    left: -12px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    color: #fff;
    font-weight: bold;
    font-family: georgia, 'Times New Roman', Times, serif;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 25, 0.1);
}

.packages .head .pack h4 {
    color: #fff;
    font-weight: 200;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.packages .head .pack h1 {
    color: #fff;
    font-weight: 200;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.packages .head sup {
    font-size: 65%;
    top: -.6em;
    left: -.1em;
}

.packages .head .pack h6 {
    color: #26d5ec;
    font-weight: 200;
    text-transform: uppercase;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.packages .head .pack p {
    color: #fff;
    font-weight: 200;
    margin-bottom: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.packages .head .btns h2:before {
    content: "\e182";
    font-size: 40px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    vertical-align: middle;
}

.packages .head.info h1 {
    color: #009eb3;
}

.packages .head.info p {
    color: #838383;
    font-size: 10px;
}


/*
.packages .pop:before {
    content: "Most Popular";
    height: 40px;
    position: absolute;
    top: -40px;
    background: #0493A5;
    color: #fff;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 200;
    padding: 8px 0;
}
*/

.packages .head .pack {
    background: #fff;
    padding: 15px 35px;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.packages .head .pack.fixh {
    height: 260px;
    padding: 30px 35px;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}

.packages .head .btns {
    padding: 15px;
}

.packages .func,
.packages .checks {
    list-style: none;
    margin-bottom: 0;
}

.packages .func li {
    position: relative;
    padding: 20px 40px 20px 35px;
    font-weight: 200;
    font-size: 15px;
}

.packages .func li:hover {
    color: #00B4CC;
    cursor: default;
}

.packages .func li.line1 {
    height: 62px;
}

.packages .func li.line2 {
    height: 83px;
}

.packages .func li.line3 {
    height: 104px;
}

.packages .func li.line4 {
    height: 125px;
}

.packages .func li .ttip {
    position: absolute;
    font-size: 20px;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    color: #ccc;
}

.packages .func li .ttip:after {
    content: "";
    position: absolute;
    top: 2px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 6px solid #00B4CC;
    opacity: 0;
}

.packages .func li .ttip:hover:after {
    opacity: 1;
}

.packages .func li .ttip:hover:before {
    color: #00B4CC;
}

.packages .func li .ttip + .tooltip {
    line-height: 1.6;
    font-size: 14px;
    opacity: 1;
}

.packages .func li .tooltip .tooltip-arrow {
    border-right-color: #00B4CC;
    top: 18px !important;
    display: none;
}

.packages .func li .tooltip {
    top: 0 !important;
}

.packages .func li .tooltip .tooltip-inner {
    max-width: 300px;
    min-width: 250px;
    padding: 5px 10px;
    background-color: #00B4CC;
    color: #fff;
    border: 1px solid #00B4CC;
    text-align: left;
}

.packages .checks li {
    position: relative;
    padding: 18px 35px;
    font-weight: 200;
    font-size: 15px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.packages .checks li p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.packages .func li.line3 p {
    position: absolute;
    left: 35px;
    right: 30px;
    top: 50%;
    margin-top: -21px;
}

.packages .checks li.line1 {
    height: 62px;
}

.packages .checks li.line2 {
    height: 83px;
}

.packages .checks li.line3 {
    height: 104px;
}

.packages .checks li.line4 {
    height: 125px;
}

.packages .checks li .glyphicon {
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    color: #63D1E0;
}

.packages .checks.custom li {
    padding: 20px;
}

.packages .checks.custom li label {
    margin: 0 0 0 30px;
    font-weight: 200;
    padding: 0;
    float: left;
    position: relative;
}

.packages .checkbox {
    margin: 0;
    padding: 0;
}

.packages .checks li.line1 .checkbox,
.packages .checks li.line2 .checkbox,
.packages .checks li.line3 .checkbox {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.packages .checks li .checkbox.break {
    top: 20px;
    left: 50%;
    margin-left: -70px;
}

.packages .checks li .checkbox.break label span + span {
    position: absolute;
    left: 18px;
}

.packages .checkbox.break .check + label:after {
    top: 20px;
}

.packages .checks li.line2 .checkbox.break {
    top: 32px;
}

.packages .checks li.line3 .checkbox.break {
    top: 20px;
}

.packages .checkbox label {
    display: inline;
    position: relative;
    margin-left: 10px;
}

.packages .check {
    display: none;
}

.packages .checkbox .check + label:after {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    left: -28px;
    content: "";
    border: 1px solid #ddd;
    background: #f7f7f7;
    font-size: 14px;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.packages .check:checked + label:after {
    content: "\e013";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00B4CC !important;
    background-color: #FFFFFF !important;
}

.packages .checkbox.full-box {
    left: 50%;
    margin-left: -10px;
    margin-top: 0 !important;
}

.packages .checkbox.full-box .check + label:after {
    content: "\e013";
    color: #ccc;
    width: 24px;
    height: 24px;
    background-color: #FCFCFC;
    border: none;
    font-size: 18px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.packages .checkbox.full-box .check:checked + label:after {
    color: #00B4CC;
    background-color: #FCFCFC;
}

.packages .checks li.select select {
    padding: 8px 35px 8px 12px;
    border: 1px solid #F4F4F4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 5px;
    border-radius: 0;
    background: url(../images/down.png) 95% / 6% no-repeat;
    background-position: 95% 14px;
}

.packages .checks li.select select:focus,
.packages .checks li.select select:hover {
    background: url(../images/down.png) 95% / 6% no-repeat #F7F7F7;
    background-position: 95% 14px;
    cursor: pointer;
    outline: none;
}

.packages .checks li.select:after {
    content: "\e114";
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 30px;
    right: 30px;
    color: #ccc;
}

.packages .checks li.select {
    padding: 15px;
}

.packages .checks li.radios {
    padding: 18px 15px;
}

.packages .checks li.radios label {
    font-weight: 200;
}


/*end packages*/


/*media queries*/

@media (max-width: 767px) {
    .navbar-right {
        margin-top: 7.5px !important;
    }
    .tabslide .lineH {
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.63);
    }
    .cards li {
        margin-right: 3px;
    }
    .videoplayer {
        width: 100%;
        padding-top: 20px;
    }
    .tabslide p {
        font-size: 18px;
    }
    .navbar-collapse {
        background: #FFF;
    }
    .whitebox {
        background: transparent;
        border-bottom: 1px dashed #000;
        border: none;
        margin-top: -50px;
    }
    .pricing {
        height: auto;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
        background: #4F6883;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px;
    }
    .navbar-default .navbar-brand {
        padding-left: 15px !important;
        padding-top: 5px;
        padding-bottom: 0;
    }
    .btn-default,
    .btn-primary {
        width: 100%;
    }
    .pricing-table .pricing-button {
        padding: 0;
        border: none;
    }
    .pricing-table > div {
        border-left: none;
        border-right: none;
    }
    .findtxt {
        font-size: 20px;
    }
    .mtb35 {
        text-align: center;
        margin: 20px 0 0 0;
    }
    .tab-footer .address {
        text-align: center;
    }
    /*packages*/
    .packages {
        margin: 10px 5px 0 5px;
    }
    .packages .btn-default {
        font-size: 18px !important;
        padding: 12px !important;
    }
    .packages .checks li.line1,
    .packages .checks li.line2,
    .packages .checks li.line3 {
        padding: 20px 60px 20px 20px;
        height: auto;
        font-weight: 400;
        text-align: left;
        color: #00B4CC;
    }
    .mob {
        display: block;
        font-size: 18px;
        font-weight: 200;
        margin-bottom: 5px;
        color: #838383;
    }
    .packages .checks li .glyphicon {
        right: 20px;
        background: #00B4CC;
        color: #fff;
        padding: 8px;
        border-radius: 50%;
        font-size: 16px;
        margin-top: -16px;
    }
    .packages .checks li p {
        position: static;
        margin: 0;
        color: #00B4CC;
    }
    .packages .checks li.select select {
        display: block;
    }
    .packages .checks li.line1 .checkbox,
    .packages .checks li.line2 .checkbox,
    .packages .checks li.line3 .checkbox {
        position: static;
        margin-top: 10px;
        margin-left: 0;
    }
    .packages .checks li .checkbox.break label span + span {
        position: static;
    }
    .packages .checkbox.break .check + label:after {
        top: 10px;
    }
    .packages .checks.custom li label .block {
        display: inline;
    }
    .packages .full-box {
        position: absolute !important;
        margin: 0;
        right: 20px;
        left: auto !important;
    }
    .packages .checkbox.full-box .check + label:after {
        padding-left: 2px;
    }
    .packages .head.down + .checks li {
        opacity: 0;
        height: 0 !important;
        padding: 0 60px 0 20px !important;
        overflow: hidden !important;
    }
    .packages .head.down {
        height: 70px;
        overflow: hidden;
        border-radius: 0 0 10px 10px;
    }
    .packages .head .pack h4 {
        text-align: left;
    }
    .packages .head.down:after {
        content: "\e114";
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 25px;
        right: 20px;
        color: #fff;
        font-size: 18px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .packages .head:after {
        content: "\e114";
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 25px;
        right: 20px;
        color: #fff;
        font-size: 18px;
        -webkit-transition: .5s all ease-in-out;
        transition: .5s all ease-in-out;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .packages .head.down .pack h1 {
        margin-top: -35px;
        font-size: 30px;
        margin-left: 18px;
        margin-bottom: 15px;
    }
    .packages .head .pack h1:after {
        content: "/ per yr";
        font-size: 16px;
        color: #26d5ec;
        margin-left: 5px;
    }
    .packages .head .pack {
        padding: 15px;
    }
    .tab-footer a {
        color: #cecece !important;
        display: inline-block;
        width: 33.33%;
        height: 30px;
        vertical-align: bottom;
    }
    .tab-footer .cpyright a:before {
        display: none;
    }
    #ftab-menu .navbar-brand {
        padding: 5px 0 0 0;
    }
    .packages .head .pack.fillr:before {
        content: "";
        top: 0 !important;
        left: 0 !important;
        width: 150px;
        height: 0;
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        border-width: 0 0 20px 0 !important;
    }
    .packages .head .pack.fillr:after {
        display: block;
        position: absolute;
        content: "most popular";
        top: 0 !important;
        left: 10px !important;
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
    }
}

@media (max-width: 992px) {
    .featuresp section {
        padding-top: 0;
    }
    .hrgreen {
        border-top: 2px solid #00bbd6 !important;
    }
    .tabslide-innersolid {
        min-height: 150px;
        margin-bottom: 0;
    }
    .tabslide-innersolid .topspace40 {
        margin-top: 50px;
    }
    .ui-features ul li a span {
        display: none;
    }
    .ui-features ul li a {
        min-height: 80px;
        padding: 10px;
    }
    .ui-features strong {
        padding-top: 10px;
        font-size: 30px;
        padding-bottom: 0px;
    }
    .ui-features ul li {
        width: 110px;
    }
    .tabslide .lineH {
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.63);
    }
    .pricing {
        height: auto;
    }
    /*================================FOOTER SECTION======================*/
    .cpyright .text-right {
        text-align: center !important
    }
    .cpyright .text-left {
        text-align: center !important
    }
    .perc70 {
        width: auto;
    }
    .tab-bar ul li a h4 {
        font-size: 16px;
    }
    .pt90 {
        padding-top: 35px;
    }
    .js-sup-section h2 {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .js-sup-section img.img-responsive {
        margin: 0 auto;
    }
    .js-sup-section h2,
    .js-sup-section p {
        text-align: center;
    }
    .inner-bg {
        margin-top: 0;
    }
    .tab-bar.fix {
        top: 50px;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 992px) {
    .ui-title {
        display: none;
    }
}

@media (max-width: 992px) {
    .btmfixed {
        position: relative;
    }
    .packages .head .pack.fillr:before {
        content: "";
        top: 22px;
        left: -27px;
        width: 125px;
        border-width: 0 25px 25px 25px;
    }
    .packages .head .pack.fillr:after {
        content: "most popular";
        font-size: 13px;
        top: 28px;
        left: -10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .tabslide-inner {
        background: url(../images/web/inner_bg.jpg) #4f6883!important;
        height: 100%;
        width: 100%;
        -webkit-background-size: auto 200px !important;
        background-size: auto 200px !important;
        background-repeat: no-repeat !important;
        background-position: bottom center !important
    }
}

@media (min-device-width: 800px) and (max-device-width: 1280px) {
    .tabslide-inner {
        background: url(../images/web/inner_bg.jpg) #4f6883!important;
        height: 100%;
        width: 100%;
        -webkit-background-size: 1280px auto !important;
        background-size: 1280px auto !important;
    }
}

@media screen and (min-width: 768px) {
    .tabslide {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .tabslide {
        padding-right: 60px;
        padding-left: 60px;
    }
    .tabslide h1,
    .tabslide .h1 {
        font-size: 38.5px;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.46);
        color: #000;
    }
    .tabslide p {
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.46);
    }
    .form-horizontal .control-label {
        text-align: left;
    }
    .packages .checks li.select:after {
        display: none;
    }
}

@media (max-width: 650px) {
    .tab-video {
        min-height: 280px;
        padding-bottom: 20px;
    }
    .howitwork-hide .topspace100 {
        margin-top: 50px !important;
    }
    .tabslide p {
        font-size: 16px;
    }
    .tabslide .lineH {
        line-height: 26px;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.63);
    }
    .tab-bar ul li {
        display: inline-block;
        text-align: center;
        width: 32%;
        vertical-align: middle;
    }
}

@media (max-width: 480px) {
    .ui-title h2 {
        font-size: 24px;
    }
    .ui-features.col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .ui-features ul li a {
        min-height: 60px;
        padding: 10px 8px;
    }
    .ui-features strong {
        padding-top: 4px;
    }
    .tabslide-innersolid {
        min-height: 130px;
    }
    .tabslide-innersolid .topspace40 {
        margin-top: 45px;
    }
    .ui-features strong {
        font-size: 26px;
    }
    .tabslide p {
        font-size: 14px;
    }
    .tabslide h2 {
        font-size: 26px;
    }
    .tab-video {
        min-height: 280px;
    }
    .howitwork-hide .topspace100 {
        margin-top: 20px !important;
    }
    .tab-bar ul li a {
        padding: 20px 10px 10px 10px;
    }
    .tab-bar ul li a h4 {
        font-size: 14px;
    }
    .tab-bar.fix {
        top: 50px;
    }
    .tab-bar.fix ul li a {
        padding: 10px;
    }
    .tab-bar.fix ul li a h4 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .ui-features strong {
        font-size: 22px;
    }
    .ui-title h2 {
        font-size: 24px;
    }
    .ui-features ul li a {
        min-height: 50px;
        padding: 8px;
    }
    .tabslide-innersolid {
        min-height: 100px;
    }
    .tabslide-innersolid .topspace40 {
        margin-top: 38px;
    }
}

@media only screen and (max-width: 480px) {
    .tabslide-inner {
        background: url(../images/web/inner_bg.jpg);
        height: 100%;
        width: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat !important;
        background-position: bottom center !important;
    }
    .tabslide-inner {
        margin-bottom: 0;
    }
    .ui-tabl {
        margin-top: 30px;
    }
    #aboutpage .overlay {
        background: rgba(0, 0, 0, 0.66);
    }
}

@media (min-width: 767px) {
    .packages.set .head {
        position: fixed;
        top: 70px;
        z-index: 100;
        height: 177px;
        overflow: hidden;
    }
    .packages.set .head .btns {
        padding: 0;
        border: none;
    }
    .packages.set .head.info h1 {
        margin-top: 10px;
    }
    .packages.set .head .pack h4 {
        display: none;
    }
    .packages.set .head .pack h1 {
        font-size: 40px;
        margin-top: 10px;
    }
    .packages.set .head .pack h6 {
        margin: 8px;
    }
    .mob {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .freepack .pricing-button {
        padding-top: 249px;
    }
    .fullpack .pricing-button {
        padding-top: 142px;
    }
    .tabslide p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .packages {
        width: 100% !important;
    }
    .packages .head.info h1 {
        font-size: 32px;
    }
    .packages .head .btns h2:before {
        font-size: 20px;
    }
    .packages .head .btns h2 {
        margin-left: 0;
        font-size: 18px;
    }
    .packages .func li {
        padding: 20px;
    }
    .packages .func li.line1,
    .packages .checks li.line1 {
        height: 105px;
        padding-top: 25px;
    }
    .packages .func li.line2,
    .packages .checks li.line2 {
        height: 125px;
    }
    .packages .func li.line3,
    .packages .checks li.line3 {
        height: 167px;
    }
    .packages .func li .ttip {
        bottom: 10px;
        top: auto;
    }
    .packages .func li.line3 p {
        left: 20px;
        margin-top: -31px;
    }
    .packages .checks li .glyphicon {
        left: 50%;
        margin-left: -10px;
    }
    .packages .checks.custom li .checkbox label {
        margin: 0 0 0 15px;
    }
    .packages .checkbox .check + label:after {
        left: -25px;
    }
    .packages .checks li.select {
        padding: 45px 15px;
    }
    .packages .checks li.select select {
        font-size: inherit;
    }
    .packages.set .head .pack h1 {
        font-size: 35px;
    }
    .packages.set .head.info p {
        display: none;
    }
}


/*packages*/

@media only screen and (min-width: 768px) {
    .packages.set .head.info,
    .packages.set .head {
        width: 247px;
        height: auto;
    }
    .packages h3 {
        font-size: 16px;
    }
    .packages.set .head.info .pack {
        height: 170px;
        padding: 30px 35px;
    }
}

@media only screen and (min-width: 992px) {
    .packages.set .head.info {
        width: 322px;
        height: auto;
    }
    .packages.set .head {
        width: 216px;
    }
    .packages.set .head.info .pack {
        height: 176px;
        padding: 15px 35px;
    }
}

@media only screen and (min-width: 1200px) {
    .packages.set .head.info {
        width: 390px;
        height: auto;
    }
    .packages.set .head {
        width: 260px;
    }
    .packages.set .head.info .pack {
        height: 176px;
        padding: 15px 35px;
    }
}