
h1, h2, h4, h3, h5, h6, .h1_big, .h1, .h2, .h3, .h4, .h5, .h6, footer.footer-light h5 {
    margin-top: 0;
   /* font-family: 'Comfortaa', cursive, 'Helvetica Neue', 'Arial',sans-serif;*/
    /*font-family: 'Quicksand', sans-serif, 'Helvetica Neue', 'Arial',sans-serif;*/
    font-family: 'Ubuntu', sans-serif, 'Helvetica Neue', 'Arial',sans-serif;
    font-weight: bold;
    color: #071c39;
}

.btn-lg.btn-custom {
    padding: 24px 38px !important;
    border-radius: 50px !important;
    font-size: 20px !important;
}

header a.btn-custom {
    min-width: 80px;
    padding: 2px 20px !important;
}

hr.divider {
    max-width: 3.25rem;
    border-width: 0.2rem;
    border-color: #fff;
    margin: auto;
}
#back-to-top.show {
    opacity: 1;
    background: #15861e;
    color: #fff;
}

body {
    
    color: #131313;    
}
.btn-border, .btn-custom {
    padding: 16px 30px !important;
}

.feature-box.f-boxed:hover {
    background-color: #F0F4FD;
    color: #595d69;
    -webkit-box-shadow: 14px 17px 17px rgb(34 34 32 / 10%);
    box-shadow: 14px 17px 17px rgb(34 34 32 / 10%);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}
.feature-box.f-boxed:hover h4 {
    color: #88b14b;
}

header.smaller {
    position: absolute;
}

#blue-slide p, #yellow-slide p, #green-slide p {
    color: #fff;
    text-shadow: 1px 2px 2px #222;
}
#blue-slide .h1, #yellow-slide .h1, #green-slide  .h1 {
    color: #fff;
    text-shadow: 2px 2px 2px #111;
}

a.btn-slide, a.btn-slide:active, a.btn-slide:focus, a.btn-slide:visited, .btn-slide {
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: 0;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 30px;
    min-width: 120px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

#yellow-slide a.btn-slide {
    background-color: #88b14b;
}
#yellow-slide a.btn-border.btn-invert {
    color: #88b14b;
    border-color: #88b14b;
}

#green-slide a.btn-slide {
    background-color: #c0c525;
}

#green-slide a.btn-border.btn-invert {
    color: #c0c525;
    border-color: #c0c525;
}

#blue-slide a.btn-slide {
    background-color: #f50e03;
}

#blue-slide a.btn-border.btn-invert {
    color: #f50e03;
    border-color: #f50e03;
}


a.btn-border.btn-invert {
    /* color: #333; */
    background-color: #fff;
}

#yellow-slide .btn-slide:active, #yellow-slide .btn-slide:focus, #yellow-slide .btn-slide:visited, #yellow-slide .btn-slide:hover {
    border-color: #fff;
    background-color: #88b14b;
}


a.btn-border.btn-invert {
    /* color: #333; */
    background-color: #fff;
    display: inline-block;
}

footer.footer-light {
    background: #ffffff;
    border-top: solid 0px #eeeeee;
    color: #333333;
}

.bg-price{
	    background-color: var(--orange);
}

/********************************************/
#subheader h1 {
    font-size: 4rem;
    margin-top: 50px;
    margin-bottom: 28px;
}
.head-col{
        width: 66%;
    margin: auto;
}

/**********************************************/
.amount{
    font-size: 28px;
    font-weight: 500;
}

.feat-icons {
    width: 90px;
    height: 90px;
    background-color: #88b14b;
    padding: 22px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.feat-icons svg{
    fill: #f0f4fd;
}
/******************************************/
.expand-custom .c1 img {
    width: 150px;
}
.expand-custom .toggle {
    display: block;
    margin-top: 10px;
    float: right;
    cursor: pointer;
    background-color: #88b14b;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.expand-custom .toggle:before {
    color: #eee !important;
}