.gtco-nav {
    z-index: 100;
    padding: 0 0 20px 0;
}
div.gtco-section div.gtco-heading h1:after, div.gtco-section div.gtco-heading h2:after {
    content: "";
    display: block;
    width: 79px;
    height: 2px;
    background-color: #5b8425;
    margin: 17px auto;
}

@media (max-width: 767px) {
    .gtco-nav + .gtco-section {
        margin-top: 100px;
    }
}

div.gtco-section:nth-child(odd) div.gtco-heading h2:after {
    background-color: #5b8425;
}

div.gtco-section:nth-child(even) div.gtco-heading h2:after {
    background-color: #ffffff;
}

.four-box-pan figure, .four-box-pan figure i, .four-box-pan section {
    transition-delay: 0.8s;
    transition-duration: 0.8s;
    transition-property: all;
    transition-timing-function: ease;
}

.four-box-pan figure {
    margin: 0 auto;
    margin-bottom: 1em;
    display: block;
    border-radius: 100%;
    width: 98px;
    height: 98px;
    border: 2px solid #5b8425;
    text-align: center;
    line-height: 98px;
    color: #5b8425;
    font-size: 40px;
}

.pricing-details table {
    width: 100%;
}

.pricing-details .comparison-title {

}

.pricing-details .comparison-title:after {
    content: "";
    display: block;
    width: 79px;
    height: 2px;
    background-color: #5b8425;
    margin: 17px auto;
}

.pricing-details table thead th{
    text-align: center;
}

.pricing-details table tbody tr:nth-child(odd){
    background-color: #f0f0f0;
}

.pricing-details table tbody tr:nth-child(2) td:before{
    content: "+ ";
    font-weight: bolder;
}

.pricing-details table tbody tr:nth-child(3){
    font-weight: bolder;
}

.pricing-details table tbody tr:nth-child(3) td:before{
    content: "= ";
}

.pricing-details table tbody span.calculate{
    font-size: 0.7em;
    color: #ccc;
    margin: 0;
    border-bottom: 1px solid;
}

.pricing-details table tbody span.different{
    color: #f00;
    font-size: 1.3em;
}

.pricing-details table tbody th, .pricing-details table tbody td {
    text-align: right;
    padding: 0.5em 0.3em;
}

#gtco-subscribe {
    padding: 3em 0;
    margin-bottom: 7em;
}

#gtco-subscribe input[type=text], #gtco-subscribe input[type=email], #gtco-subscribe input[type=password] {
    background-color: #ffffff !important;
    color: #555555;
}

#gtco-subscribe label, #gtco-subscribe .gtco-heading p {
    color: #ffffff;
}

.gtco-nav {
    position: fixed;
    background-color: #fff;
    /*border-bottom: 1px solid #ddd;*/
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.gtco-nav ul li a {
    color: #999999;
    padding: 10px;
}


.gtco-nav-toggle.gtco-nav-white > i, .gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
    background: #252525;
}
.gtco-nav-toggle.gtco-nav-white.active > i, .gtco-nav-toggle.gtco-nav-white.active > i::before, .gtco-nav-toggle.gtco-nav-white.active > i::after {
    background: #ffffff;
}


.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a, .gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
    color: #5b8425;
}

.gtco-nav-toggle {
    position: fixed;
}

.gtco-container {
    max-width: 1190px;
}

.fh5co-text {
    text-align: center;
}

#businessTimeBox {
}

#businessTimeBox #timeName, #businessTimeBox #businessTimeName{
    font-weight: bold;
    border-bottom: 1px dashed #000;
    padding: 5px 1em;
    margin: 0 5px;
}

#businessTimeBox #time, #businessTimeBox #businessTime{
    padding: 5px 2em;
}

.gtco-nav ul li.has-dropdown .dropdown {
    top: 25px;
}

/* content */
#catchPhraseBox {
    border-bottom: 3px solid #5b8425;line-height: 0;margin-bottom: 15px;
}
#catchPhrase {
    font-size: 0.6em; margin: 0;
}
#paymentMethod {
    text-align: right;
}

#gtco-footer {
    padding: 0 0 5em 0;
}

#gtco-footer .gtco-container .row:first-child:before {
    content: "";
    display: block;
    height: 10px;
    background-color: #5b8425;
    margin: 17px auto;
}
#gtco-footer .gtco-footer-links {
    float: none;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #5e5e64;
    margin: 0.3em;
    right: auto;
}

.h1{background: #9bb465;}
.h2{background: #bbd485;}
.h3{background: #dbf4a5;}