﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
   /* max-width: 280px;*/
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

div.pricing-table span.fa {
    color: green;
    padding: 5px;
    margin-left: 10px;
}

div.pricing-table {
    padding: 10px;
    margin: 5px;
}

div.pricing-table-title {
    color: navy;
    text-align: center;
    background-color: silver;
    border: 1px solid silver;
}

div.pricing-table-body {
    border: 1px solid silver;
    padding: 10px;
}

span.pricing-xxl-text {
    font-size: xx-large;
}

.pricing-table-price-info {
    color: navy;
    font-size: large;
}

div.pricing-row, div.pricing-row-center {
    padding: 10px;
    text-align: left;
}

div.pricing-row-center {
    text-align: center;
}

div.pricing-row-bottom-line {
    border-bottom: thin solid silver;
}

div.pricing-table-body ul li {
    list-style-type: none;
    font-size: larger;
    padding: 10px;
}

div.pricing-table-body ul, div.pricing-table-body ul li {
    padding-left: 20px;
    margin-left: 0;
    text-indent: -20px;
}

.features-section-title {
    color: navy;
    font-size: larger;
}

.features-section-subtitle {
    color: navy;
    font-size: large;
    padding-top: 10px;
    padding-bottom: 4px;
}
/*
.features-section-body {
   
}


iframe.vbi-wo-video {

}
*/
/*
header.navbar .navbar-toggler, header.navbar {
    position: static !important;
}

body:not(.top-nav) .sidebar {
    top: 0;
    position: static;
    padding-top: 0 !important;
}
*/

footer {
    background-color: #262F36;
    color: #ffffff;
}

body {
    padding: 0;
}

/*privacy policy*/
div.WordSection1 {
    padding-left: 20px;
}


