/* 
    Created on : Aug 9, 2017, 12:02:55 PM
    Author     : Jim Prinston J
*/
body{
    font-family: 'Open Sans', sans-serif;
}
.navbar{
    min-height: 70px;
}
.errormsg{
    color: red;
    font-size: 13px;
    display: none;
}
.navbar-nav > li > a {
    padding-bottom: 21px;
    padding-top: 25px;
    color: #212b35;
}
.navbar-nav > li > a:hover {
    color: #212b35;
    border-bottom: 3px solid #009a61;
}
.navbar-toggle{
    margin-top:17px;
}
.active{
    color: #212b35;
    border-bottom: 3px solid #009a61;
}
.custom-btn-border{
    border: 2px solid #009a61;
    background-color: white;
    color: #009a61;
    font-weight: 600;
    margin-top: 14px;
    margin-left: 8px;
    /*border: none;*/
    /*            -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
                -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
                box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);*/
    height: 40px;    
    width: 100% !important;
    border-radius: 20px;

}
.custom-btn-border-mbl{
    border: 2px solid #009a61;
    background-color: white;
    color: #009a61;
    font-weight: 600;
    margin-top: 14px;
    height: 40px;    
    width: 100% !important;
    border-radius: 20px;

}
.custom-btn-border:hover{
    background-color: #009a61;
    border: 2px solid #009a61;
    color: white;
    -webkit-box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
}
.custom-btn-border1:hover{
    background-color: #009a61;
    border: 2px solid #009a61;
    color: white;
    -webkit-box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
}
.custom-btn{
    background-color: #009a61;
    color: white;
    font-weight: 600;
    margin-top: 14px;
    margin-left: 8px;
    border: none;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    height: 40px;
    width: 100% !important;

}

.custom-btn-price{
    border-radius: 20px;
}
.custom-btn:hover{
    background-color: #212b35;
    color: white;
    -webkit-box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
}
.email-btn{
    margin-top: 0px;
    margin-left: 8px;
    height: 45px;
    max-width: 170px;
}
.form-inline .form-control{
    /*min-width: 280px;*/
    height: 45px;
}
form{
    margin-bottom: 5px;
}

.form-control:focus{
    border:  2px solid #009a61;
    box-shadow: none;
}
.lead-text{
    color: #638175;
    font-size: 1.5em;
    max-width: 600px;
}
.lead-sub{
    color: #638175;
    font-size: 17px;

    font-weight: 400;
    line-height: 1.5em;
}
.indent1{
    margin-left:25px;
}
small{
    font-weight: 400;
    font-size: 0.90em;
    color: #638175;
}
.content-section-a, .navbar-default{
    background-color: white;
}
.navbar-default{
    border-bottom: 1px solid #dfe8e3;
}
.carousel-indicators{
    left: 20%;
}
.btn-outline{
    background-color: transparent;
    border-color: #009a61;
    border-style: solid;
    border-width: 0.200em;
    box-shadow: none;
    color: #009a61;
    padding: 1em 1.75em;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.133;
}
.tick{
    float: right;
    color: #009a61;
}
.list-group-item{
    border: none;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 0px;
    font-weight: 400;
    color: #638175;
    font-size:14px;
}
.lead-points{
    font-size:14px;
    font-weight: 400;
}
footer{
    padding: 6px 0;
    background-color: black;
}
footer ul, ol{
    margin: 0 !important;
    font-size: 15px;
}
footer a{
    color: grey !important;
    text-decoration: none;
}

footer a:hover{
    color: white !important;
    text-decoration: none;
}
@media only screen and (max-width: 960px) {
    .list-group-item{
        border: none;
        border-bottom: 1px solid #ddd !important;
        margin-bottom: 0px;
        font-weight: 400;
        color: #638175;
        font-size:12px;
    }
    footer ul, ol{
        margin: 0 !important;
        font-size: 14px;
    }
    .lead-points{
        font-size:12px;
        font-weight: 400;
    }
}
@media only screen and (max-width: 768px) {
    .list-group-item{
        border: none;
        border-bottom: 1px solid #ddd !important;
        margin-bottom: 0px;
        font-weight: 400;
        color: #638175;
        font-size:12px;
    }
    footer ul, ol{
        margin: 0 !important;
        font-size: 12px;
    }
    .lead-points{
        font-size:12px;
        font-weight: 400;
    }
}
@media only screen and (max-width: 480px) {
    .list-group-item{
        border: none;
        border-bottom: 1px solid #ddd !important;
        margin-bottom: 0px;
        font-weight: 400;
        color: #638175;
        font-size:11px;
    }
    footer ul, ol{
        margin: 0 !important;
        font-size: 10px;
    }
    .footer-menu-divider{
        padding-left: 0px !important;
    }
    .lead-points{
        font-size:11px;
        font-weight: 400;
    }
}
@media only screen and (max-width: 480px) {
    .list-group-item{
        border: none;
        border-bottom: 1px solid #ddd !important;
        margin-bottom: 0px;
        font-weight: 400;
        color: #638175;
        font-size:11px;
    }
    .lead-points{
        font-size:11px;
        font-weight: 400;
    }
}

.container{
    width: 80%;
}
@media only screen and (max-width: 480px) {
    .container{
        width: 100%;
    }}
@media only screen and (max-width: 768px) {
    .container{
        width: 95%;
    }}
@media only screen and (max-width: 850px) {
    .container{
        width: 95%;
    }}
/*side Nav bar - Customized bar by Jim*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #212b35;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .menuicon {
    position: absolute;
    top: 0;
    left: 25px;
    top: 20px;
}

.sidenav hr{
    width: 100%;
    margin: 5px 0;
}
* {
    box-sizing: border-box;
}

/* Create three columns of equal width */
.columns {
    float: left;
    width: 33.3%;
    padding: 30px;
    min-width: 300px;
}
.columns-1 {
    float: left;
    width: 33.3%;
    padding: 30px;
    min-width: 200px;
}
.columns-mbl {
    float: left;
    width: 33.3%;
    font-weight: 400;
    cursor: pointer;
}
.content-section-c{
    display: none;
}
.content-section-b{
    display: block;
}
.hidedis{
    display: none;
}
/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

Add shadows on hover 
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
    background-color: #f9f9f9;
    color: #009a62;
    font-weight: 600;
}

.price .header .headprice{
    color: #009a62;
    font-size: 30px;
    font-weight: 600;
}
.price .header .spanelt {
    color: black;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 960px) {
    .price .header .spanelt {
        color: black;
        font-size: 13px;
        font-weight: 400;
    }}
@media only screen and (max-width: 768px) {
    .content-section-c{
        display: block;
    }
    .content-section-b{
        display: none;
    }
    .price .header .spanelt {
        color: black;
        font-size: 12px;
        font-weight: 400;
    }}
@media only screen and (max-width: 580px) {
    .content-section-c{
        display: block;
    }
    .content-section-b{
        display: none;
    }
    .price .header .spanelt {
        color: black;
        font-size: 11px;
        font-weight: 400;
    }}
@media only screen and (max-width: 450px) {
    .content-section-c{
        display: block;
    }
    .content-section-b{
        display: none;
    }
    .price .header .spanelt {
        color: black;
        font-size: 11px;
        font-weight: 400;
    }}
.price .headerpro {
    background-color: #009a62;
    border: none;
}
.price .headerpro .headpricepro{
    color: white;
    font-size: 30px;
    font-weight: 600;
}
.price .headerpro span {
    color: white;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 480px) {
    .price .headerpro span {
        color: white;
        font-size: 11px;
        font-weight: 400;
    }}
/* List items */
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
@media only screen and (max-width: 1020px) {
    .price li {
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
    }
}
@media only screen and (max-width: 960px) {
    .price li {
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
    }
}
@media only screen and (max-width: 768px) {
    .price li {
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
    }
    @media only screen and (max-width: 680px) {
        .price li {
            border-bottom: 1px solid #eee;
            padding: 20px;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
        }
    }
    @media only screen and (max-width: 580px) {
        .price li {
            border-bottom: 1px solid #eee;
            padding: 20px;
            text-align: center;
            font-size: 12px;
            font-weight: 400;
        }
    }
    @media only screen and (max-width: 480px) {
        .price li {
            border-bottom: 1px solid #eee;
            padding: 20px;
            text-align: center;
            font-size: 12px;
            font-weight: 400;
        }
    }
}
.pricelast {
    /*border-bottom: 1px solid #eee;*/
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.5;
}
@media only screen and (max-width: 960px) {
    .pricelast {
        /*border-bottom: 1px solid #eee;*/
        padding: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
    }  
}
@media only screen and (max-width: 768px) {
    .pricelast {
        /*border-bottom: 1px solid #eee;*/
        padding: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
    }  
}
@media only screen and (max-width: 680px) {
    .pricelast {
        /*border-bottom: 1px solid #eee;*/
        padding: 20px;
        text-align: center;
        font-size: 11px;
        font-weight: 400;
    }  
}
@media only screen and (max-width: 580px) {
    .pricelast {
        /*border-bottom: 1px solid #eee;*/
        padding: 20px;
        text-align: center;
        font-size: 11px;
        font-weight: 400;
    }  
}
@media only screen and (max-width: 480px) {
    .pricelast {
        /*border-bottom: 1px solid #eee;*/
        padding: 20px;
        text-align: center;
        font-size: 9px;
        font-weight: 400;
    }  
}
.price .lipro {
    background-color: #01b775;
    border: 1px solid #01b775;
    border-bottom: 1px solid #00ce83;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: white;
}
@media only screen and (max-width: 960px) {
    .price .lipro {
        background-color: #01b775;
        border: 1px solid #01b775;
        border-bottom: 1px solid #00ce83;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: white;
    }
}
@media only screen and (max-width: 768px) {
    .price .lipro {
        background-color: #01b775;
        border: 1px solid #01b775;
        border-bottom: 1px solid #00ce83;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: white;
    }
}
@media only screen and (max-width: 680px) {
    .price .lipro {
        background-color: #01b775;
        border: 1px solid #01b775;
        border-bottom: 1px solid #00ce83;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: white;
    }
}
@media only screen and (max-width: 580px) {
    .price .lipro {
        background-color: #01b775;
        border: 1px solid #01b775;
        border-bottom: 1px solid #00ce83;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: white;
    }
}
@media only screen and (max-width: 480px) {
    .price .lipro {
        background-color: #01b775;
        border: 1px solid #01b775;
        border-bottom: 1px solid #00ce83;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: white;
    }
}
.pricefree{
    bottom: 0;
    color: black;
    font-size: 19px !important;
}
.pricepro{
    font-size: 19px !important;
}
/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 20px;
}

/* The "Sign Up" button */
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.right-slider-text-h{
    font-size: 30px; text-align: left; 
}

.right-slider-text-p{
    font-size: 15px; text-align: left;
}

.left-slider-text-h{
    font-size: 30px; text-align: left; 
}

.left-slider-text-p{
    font-size: 15px; text-align: left; 
}
.leftmar{
    margin-left: 15.0%;
    margin-right: 1.6%;
}
/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 980px) {

    .leftmar{
        margin-left: 5%;
        margin-right: 0.5%;
    }

}
@media only screen and (max-width: 720px) {
    .columns {
        width: 100%;

    }
    .leftmar{
        margin-left: 0;
        margin-right: 0;
    }

}
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;

    }
    .leftmar{
        margin-left: 0;
        margin-right: 0;
    }
    .right-slider-text-h{
        font-size: 15px; text-align: left; 
    }

    .right-slider-text-p{
        font-size: 10px; text-align: left;
    }

    .left-slider-text-h{
        font-size: 15px; text-align: left; 
    }

    .left-slider-text-p{
        font-size: 10px; text-align: left; 
    }
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
/*End - side Nav bar - Customized bar by Jim*/
@media (max-width: 767px) {
    .email-btn{
        max-width: 100%;
    }
    .right-slider-text-h{
        font-size: 18px; text-align: left; 
    }

    .right-slider-text-p{
        font-size: 12px; text-align: left;
    }

    .left-slider-text-h{
        font-size: 18px; text-align: left; 
    }

    .left-slider-text-p{
        font-size: 12px; text-align: left; 
    }


    .custom-btn{
        width: 100%;
        margin-left: 0px;
    }
    .section-heading{
        font-size: 23px;
        text-align: center;
    }
    .lead-text {
        font-size: 1.3em;
        text-align: center;
    }
    .lead-sub{
        text-align: center;  
    }
    .lead-points{
        text-align: left; 
    }
    .btn-outline{
        margin: 15px 0;
    }
    .form-control{
        box-shadow: none;
    }
    .carousel-inner > .item {
        width: 100%;
        height: 320px;
        background-image: url("../img/1.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 70% 50%;
    }
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .it1 {
        background-image: url("../img/slide1.png");
    }
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .it2 {
        background-image: url("../img/1.jpg");
    }
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .it3 {
        background-image: url("../img/4.jpg");
        background-position: 20% 50%;
    }
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .it4 {
        background-image: url("../img/4.jpg");
    }

    .carousel-inner > .item > img{
        display: none;
    }
    .slider{
        padding: 0px;
        margin: 0px;
    }
}
.text{
    font-size:15px;  
}
.small-cus{
    font-weight: 400;
    font-size: 0.95em;
    color: black;
}
.custom-btn-border1{
    border: 2px solid #989fa4;
    background-color: white;
    color: #009a61;
    font-weight: 600;
    margin-top: 14px;
    margin-left: 8px;
    /*border: none;*/
    /*            -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
                -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
                box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);*/
    height: 40px;    
    width: 100% !important;
    border-radius: 20px;

} 
.cus-border-colr{
    border: 2px solid #009a61;
}
.dis-cus-btn{
    width:170px !important; border-radius: 5px !important;background-color: #ebebeb;
}
.dis-cus-btn:hover{
    background-color: #009a61;
}
#pricesec{
    display: none;
}

.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:100%;
}

.video{
    width: 100%;
    max-width: 1200px;
}

.playpause{
    background-image:url(../img/play.png);
    background-repeat:no-repeat;
    width:15%;
    height:15%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    
}


/*::placeholder {
      font-size: 10px;  Firefox 
      align:center;
}

:-ms-input-placeholder {  Internet Explorer 10-11 
   font-size: 10px;
   align:center;
}

::-ms-input-placeholder {  Microsoft Edge 
    font-size: 10px;
    align:center;
}*/