@CHARSET "UTF-8";
body {
    background: #fff;
    font-family: Segoe UI, Tahoma, Helvetica, Sans-Serif !important;
    word-wrap: break-word;
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: Segoe UI, Tahoma, Helvetica, Sans-Serif !important;
}

.p-padding {
    padding: 0px 0px 10px;
}
/* General */
.container-fluid {
    padding: 0px;
    width: 92%;
    max-width: 1600px !important;
}
.inner-content-none {
    box-shadow: none;
    background: #eee;
    padding: 0px 10px;
    border-radius: 0px;
}
.left {
    float: left !important;
}

.right {
    float: right !important;
}

.width-10 {
    width: 10% !important;
}

.width-20 {
    width: 20% !important;
}

.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}
.white {
    background-color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #006965;
    border-color: #005451;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #003937;
    border-color: #002322;
}
.main-row{
    background: #d1e5e6;
    //background:#ddd;
}
.main-row .media-body{
    padding:0px 30px;
}
.main-row h1{
    font-size: 55px;
    font-weight: 600;
    color: #006965;
    margin: 10px 0px;
}
.button-row {
    background: #d1e5e6;
    //background:#018845;
    margin:20px 0px;
}
.button-content{
    background: #fff;
    transform: skew(-35deg);
    margin: 0px 30px;
}
.button-content img{
    transform: skew(35deg);
}
.footer {
    position: relative;
    background:#92c741;
    padding:15px 0px;
}
.footer .footer-mod {
    border-right: 3px solid #01827d;
    border-right-style: groove;
}
.footer .footer-mod:last-child {
    border-right: none;
}
.footer .footer-mod-title {
    text-align: center;
    font-size: 25px;
}
.footer-mod ul {
    list-style: none !important;
    padding-left: 0px !important;
}
.footer-mod li{
    padding: 1px 0px;
}
.footer-mod li a{
    color: #333;
}
.footer .logo {
    float: right;
}
.footer .text {
    float: left;
    padding-top: 5px;
}
.footer2 {
    position: relative;
    padding:15px 0px;
}
.footer2 .info {
    text-align: center;
    color: #666;
    font-size: 0.9em;
}
.footer2 .powered-by {
    text-align: right;
    font-size: 0.85em;
    color: #666;
}
sup{
    font-size: 15px;
    top: -4px;
}
.major-price{
    color: red;
    font-size: 120%;
    margin: 0px 3px;
}
.price-module{
    padding: 25px 0px;
}
.price-module .content{
/*    padding:10px;
    border-radius: 4px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.9);*/
    width: 50%;
}
.price-module .disclaimer{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.price-module small {
    color: #888;
    font-weight: 400;
    font-size: 70%;
}

.price-module .disclaimer .contact-us{
    font-size: 18px;
    color:#006965 !important;
}
ul.price-offer{
	margin-bottom: 0px;
	margin-right: auto;
    display: table;
    margin-left: auto;
    min-width: 800px;
}
ul.price-offer li{
    font-size: 28px;
}
ul.price-offer li p{
    margin: -5px !important;
}
ul.check-list li{
    list-style: none !important;
}
ul.check-list li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 80%;
    float: left;
    margin-top: 10px;
    margin-left: -25px;
    padding-right: 15px;
    color: #006965;
}
.slogan-module {
    padding:30px 0px;
    background: #d1e5e6;
}
.slogan-module p{
    font-size:32px;
    font-weight: 600;
}
.features-module{
    padding: 25px 0px;
    padding-bottom: 35px;
}
.features-module .title{
    font-size: 30px;
    border-bottom: 2px solid;
    border-bottom-style: groove;
}
.features-module li p{
    margin: 0 0 3px;
    font-size: 22px;
    font-weight: 500;
    color: #006965;
}

.diosc-text{
    color: #408640 !important;
    font-weight: 500;
}
.diosc-text a{
    color: #408640 !important;
}

nav li a{
    color:#fff;
    font-size: 20px;
}
nav li a:hover{
    background: none !important;
}
/* Banner Logo */

.banner-logo{
    background:#92c741;
    //background: #018845;
    padding: 10px;
}
.banner-logo .header-text{
    color: #fff;
    font-size: 40px;
    margin: 0px;
}

/* Arrows */

.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
    /*
     * In Internet Explorer, The"border-style: dashed" will never be
     * rendered unless "(width * 5) >= border-width" is true.
     * Since "width" is set to "0", the "dashed-border" remains
     * invisible to the user, which renders the border just like how
     * "border-color: transparent" renders.
     */
    border-style: dashed;
    border-color: transparent;
    border-width: 0.53em;
    display: -moz-inline-box;
    display: inline-block;
    /* Use font-size to control the size of the arrow. */
    font-size: 10px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
}

.arrow-n {
    border-bottom-width: 1em;
    border-bottom-style: solid;
    border-bottom-color: #666;
    bottom: 0.25em;
}

.arrow-e {
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: #666;
    left: 0.25em;
}

.arrow-s {
    border-top-width: 1em;
    border-top-style: solid;
    border-top-color: #666;
    top: 0.25em;
}

.arrow-w {
    border-right-width: 1em;
    border-right-style: solid;
    border-right-color: #666;
    right: 0.25em;
}