﻿h7 {
    font-weight: 700;
    color: chocolate;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 35px;
    line-height:normal;
}

h8 {
    font-weight: 600;
    text-align: left;
    color: #000000;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 30px;
}
h9 {
    font-weight: 700;
    text-align: left;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 30px;
}


p1{
 text-align:left;
}

p2 {
   
    font-weight: 400;
    text-align:left ;
    font-size: 16px;
}
p3 {
    font-weight: 400;
    text-align: justify;
    font-size: 15px;
}
.btn-defaults {
    background-color: transparent;
    border: 2px solid #555555;
    color: #555555;
    margin: 40px;
    display: block;
    
}

    .btn-defaults:hover {
        background-color: #555555;
        border: 2px solid #555555;
        color: #fff;
    }

    .btn-defaults.focus, .btn-defaults:focus {
        background-color: #555555;
        border: 2px solid #555555;
        color: #fff;
    }
.foot{
    position: absolute;
    bottom: auto;
    width: 100%;
    background-color: #80808000;
    color: white;
    text-align: center;
}
.plan-blocks {
    border: 3px solid #ededed;
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid;
    box-shadow: 5px 10px #888888;
    border-radius: 10px;
}
.center {
   
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}




.ftco-navbar-light {
    background: transparent !important;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 3;
}

@media (min-width: 992px) {
    .ftco-navbar-light {
        padding: 10px 0;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #79474b !important;
        background: -moz-linear-gradient(45deg, #79474b 0%, #627bed 100%) !important;
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #79474b), color-stop(100%, #627bed)) !important;
        background: -webkit-linear-gradient(45deg, #79474b 0%, #627bed 100%) !important;
        background: -o-linear-gradient(45deg, #79474b 0%, #627bed 100%) !important;
        background: -ms-linear-gradient(45deg, #79474b 0%, #627bed 100%) !important;
        background: linear-gradient(45deg, #56c8fb 0%, #627bed 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c8fb', endColorstr='#627bed', GradientType=1 ) !important;
        position: relative;
        top: 0;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 20px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important;
}

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover, .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
        color: #fff;
    }

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    -webkit-box-shadow: 0px 15px 30px -12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 15px 30px -12px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 15px 30px -12px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 15px 30px -12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 30px -12px rgba(0, 0, 0, 0.2);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 4px;
    background: #56c8fb;
    background: -moz-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #56c8fb), color-stop(100%, #627bed));
    background: -webkit-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
    background: -o-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
    background: -ms-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
    background: linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c8fb', endColorstr='#627bed', GradientType=1 );
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

@media (min-width: 992px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        background: #fff;
    }

        .ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
            font-weight: 500;
            display: inline-block;
            background: #c72709;
            background: -moz-linear-gradient(45deg, #c72709 0%, #547db0 100%);
            background: -webkit-gradient(left bottom, right top, color-stop(0%, #c72709), color-stop(100%, #547db0));
            background: -webkit-linear-gradient(45deg, #c72709 0%, #547db0 100%);
            background: -o-linear-gradient(45deg, #c72709 0%, #547db0 100%);
            background: -ms-linear-gradient(45deg, #c72709 0%, #547db0 100%);
            background: linear-gradient(45deg, #c72709 0%, #547db0 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72709', endColorstr='#547db0', GradientType=1 );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
    border-color: #627bed;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: rgba(255, 255, 255, 0.5);
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

    .ftco-navbar-light .navbar-toggler:focus, .ftco-navbar-light .navbar-toggler:focus {
        outline: none !important;
    }

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

    .ftco-navbar-light.scrolled .nav-item.active > a {
        color: #627bed !important;
    }

    .ftco-navbar-light.scrolled .nav-item.cta > a {
        color: #fff !important;
        background: #56c8fb;
        background: -moz-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #56c8fb), color-stop(100%, #627bed));
        background: -webkit-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
        background: -o-linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
        background: linear-gradient(45deg, #56c8fb 0%, #627bed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c8fb', endColorstr='#627bed', GradientType=1 );
        border: none !important;
        padding-top: 0.5rem !important;
        padding-bottom: .5rem !important;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 6px !important;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

        .ftco-navbar-light.scrolled .nav-item.cta > a span {
            display: inline-block;
            color: #fff !important;
            background: #fff;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
        border-color: #627bed;
    }

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #547db0 !important;
}

    .ftco-navbar-light.scrolled .nav-link.active {
        color: #627bed !important;
    }

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000;
}

.navbar-brand {
    font-weight: 700;
    line-height: 1;
    font-size: 20px;
    text-transform: uppercase;
}
