body{
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1rem;
}

.bg-pink{
    /*background: rgb(233,174,160);*/
    /*background: linear-gradient(100deg, rgba(233,174,160,1) 20%, rgba(218,144,131,1) 80%);*/
    background-color: #e98f7c;
}

.bg-form{
    background-color: #f9f9f9;
}

#hero h1{
    font-size: 1.6rem;
    color:#fff;
}

.bg-mobile-white{
    background-color: #fff !important;
}

#hero h1 span{
    color:#813440;
}

#hero p{
    font-weight: 300;
    color:#fff;
    font-size: 1.2rem;
    line-height: 130%;
}

.bg-sign{
    background:#d99083 url("/assets/sign.png") no-repeat 70% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.shadow {
    -webkit-box-shadow: 0 0 0 0 !important;
    -moz-box-shadow: 0 0 0 0  !important;
    box-shadow: 0 0 0 0  !important;
}

.top-min-50{
    top: 0px !important;
}

.top-min-300{
    top: -70px !important;
}

.start-60{
 left:0;
}

.form-select-lg, .form-control-lg {
    border-radius: 0;
    border-color: #f7efed;
    color: #647179;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    font-size: 1rem;
}

textarea{
    color: #647179 !important;
}

textarea::-webkit-input-placeholder {
    color: #647179 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #647179 !important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #647179 !important;
}

textarea:-ms-input-placeholder {
    color: #647179 !important;
}

.terms-collapse:hover{
    cursor: pointer;
}

.h-icon{
    min-height: 80px;
}

.btn {
    border-radius: 0rem;
}

.btn-primary {
    background-color: #e98f7c;
    border-color: #e98f7c;
    font-size: 1.2rem;
    font-weight: 400;
}

.btn-primary:active, .btn-primary:hover {
    background-color: #cb7c6a !important;
    border-color: #cb7c6a !important;
}

.form-check input[type=checkbox] {
    padding: 8px;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check .form-check-label {
    padding-left: 10px;
}

h4{
    color:#b3b3b3;
    font-weight: 300;
    font-size: 2rem;
}

#countdown ul{
    margin: 0;
    padding: 0;
}

#countdown li {
    display: inline-block;
    font-size: 1rem;
    list-style-type: none;
    /*padding: 0.7em;*/
    text-transform: uppercase;
    width:80px;
    text-align: center;
    color:#fff;
}

#countdown li span {
    display: block;
    font-size: 2rem;
    font-weight: 300;
    border-radius:5px;
    color:#fff;
}

h2{
    color:#000;
    font-weight: 400;
    font-size: 2rem;
}

h3{
    color:#b3b3b3;
    font-weight: 400;
    font-size: 1.2rem;
}

h4{
    color:#000;
    font-weight: 400;
    font-size: 1.4rem;
}

#countdown h4{
    color:#fff;
    font-size: 1rem;
}

.grey-text{
    padding: 0 30px;
    color:#999999;
    font-weight: 300;
    font-size: 1.1rem;
}

.text-grey{
    color:#999999;
    font-weight: 400;
    font-weight: 400;
}

.terms li{
    color:#999999;
}

.text-gift{
    color:#b3b3b3;
    font-size: 1.4rem;
    font-weight: 300;
}

.text-gift span{
    font-size: 2rem;
    font-weight: 400;
}

.text-gift a{
    color:#d99083;
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 15px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:#666666;
    font-weight: 300;
    font-size: 0.9rem;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #d99083;
    transform: translate3d(0px, -50%, 0px) scale(0.6);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #e6e6e6;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.6);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 100%;
}

.bg-test{
    background:#fff url("/assets/test.png") bottom center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.border-end {
    border-right: 0 !important;
}

#formSendApplication a{
    color:#d99083;
}

.small-text{
    font-size: 0.8rem;
    padding-top:5px;
}

#loader {
    background: rgba(255,255,255, 0.7);
    left:0;
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    top:0;
    z-index: 100000;
}

#loader_spinner {
    margin-top: 25%;
}

#loader .spinner-border {
    width: 5rem;
    height: 5rem;
}

.bg-grandma{
    background:#d99083 url("/assets/grandma-mobile.png") no-repeat 0px bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-height: 700px;
}

h5.text-pink {
    color:#813440 !important;
}

@media (min-width: 575.98px) {
    .border-end {
        border-right: 1px solid #fff !important;
    }
}

@media (min-width: 767.98px) {

    h2{
        color:#b3b3b3;
        font-weight: 300;
        font-size: 2rem;
    }

    .shadow {
        -webkit-box-shadow: 8px 8px 30px 21px rgba(109, 118, 125, 0.14) !important;
        -moz-box-shadow: 8px 8px 30px 21px rgba(109, 118, 125, 0.14) !important;
        box-shadow: 8px 8px 30px 21px rgba(109, 118, 125, 0.14) !important;
    }

    .top-min-50{
        top: -50px !important;
    }

    .bg-form{
        background-color: #fff;
    }

    h3{
        font-size: 1.4rem;
    }

    #hero h1{
        font-size: 3rem;
        color:#fff;
    }

    #hero h1 span{
        color:#813440 !important;
    }

    #hero p{
        font-weight: 300;
        color:#fff;
        font-size: 1.6rem;
        line-height: 130%;
    }

    .top-min-300{
        top: -300px !important;
    }

    .start-60{
        left:60px;
    }

    .countdown li {
        display: inline-block;
        font-size: 1rem;
        list-style-type: none;
        /*padding: 0.7em;*/
        text-transform: uppercase;
        width:100px;
        text-align: center;
        color:#b3b3b3;
    }

    .countdown li span {
        display: block;
        font-size: 3.5rem;
        font-weight: 300;
        border-radius:5px;
        color:#4d4d4d;
    }

    .countdown h4{
        color: #000;
        font-size: 1.4rem;
    }
}

@media (min-width: 991.98px) {

}

@media (min-width: 1199.98px) {

}

@media (min-width: 1399.98px) {
    .bg-grandma{
        background:#d99083 url("/assets/grandma.png") no-repeat 85% 0%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .bg-sign{
        background:#d99083 url("/assets/sign.png") no-repeat 85% 0%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .h-control{
        max-height: 500px !important;
    }
}