﻿body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #5D53A3;
}

.white-nav {
    padding: 10px;
}

.top-fold {
    /* background: url("../images/top-fold-bg.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background: #f5f5f5;
}
.container {

}

.sec-2 {
    background-color: #fff;
}

.prod-top {
    width: 450px;
}

.prod-details p {
    margin: 0;
    font-size: 18px;
}

.prod-details p img {
    float: left;
    padding-right: 10px;
}

.logo-top {
    position: absolute;
    left: -18px;
    top: -41px;
    width: 60px;
}


.top-fold a {
    font-size: 20px;
    width: 230px;
    color: white;
    padding: 10px;
    border: 0.5px solid #fff;
    margin: 0 auto;
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.top-fold a:hover {
    text-decoration: none;
}

.top-fold h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
}

.top-fold h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.sec-1 {
    padding: 60px 0;
}

    .sec-1 p img {
        float: left;
        padding-right: 10px;
    }

.accent-1 {
    color: #293662;
}

.accent-2 {
    color: #5D53A3;
}

.sec-2 {
    padding: 0 0 60px 0;
    background: #f5f5f5;
}

    .sec-2 ul {
        list-style-type: none;
        padding: 0;
        display:inline-block;
    }

        .sec-2 ul li {
            display: inline-block;
            padding: 10px 20px;
        }

.sec-3 h1 {
    font-weight: 800;
}

.sec-3 {
    background: #f5f5f5;
}

.sec-4 {
    padding: 60px 0;
    background-color: #fff;
    background: #f5f5f5;
}

    .sec-4 h1 {
        font-weight: 800;
        font-size: 45px;
    }

.testi-box {
    margin: 20px 5px;
    padding: 25px;
    background: #ffffff96;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 20%);
}


.sec-5 {
    padding: 100px 0;
    background: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
}

    .sec-5 h1 {
        font-weight: 700;
    }


    .qty {
        border: solid 1px #d3d3d3;
        padding: 10px 20px;
        margin-top: -10px;
    }

/*Light Slider*/
.demo {
    width: 450px;
    transform: scale(1.3);
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.sec-6 {
    padding: 80px 0;
    background: #f5f5f5;
}

.soc-meds li {
    display: inline-block !important;
    float: none !important;
}

.soc-fb {
    background-image: url(../images/soc-med.png);
    background-position: 0% 10%;
    width: 27px;
    height: 27px;
    display: inline-block;
}

.soc-insta {
    background-image: url(../images/soc-med.png);
    background-position: 33% 10%;
    width: 27px;
    height: 27px;
    display: inline-block;
}


footer {
    background: #293662;
    padding: 60px 0;
    color: #fff;
}


footer h4 {
    font-weight: 700;
}

footer a {
    color: #fff;
}

footer ul li {
    display: block!important;
    float: none!important;
    cursor: unset;
}

.copyright {
    background: #222C50;
    padding: 20px 0;
    color: #fff;
}

#sticky-btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .top-fold {
        padding: 153px 0;
    }

    .logo-top {
        position: unset;
        margin: -10px auto 0 auto;
        display: block;
        width: 50px;
    }

    .top-fold h2 {
        font-size: 25px;
        font-weight: bold;
        margin-top: 10px;
    }
    

    .top-fold h3 {
        font-size: 18px;
    }

    .prod-top{
        width: 80%;
        margin-bottom: 20px;
    }

    .prod-details h1 {
        font-size: 25px;
    }

    .prod-details p {
        font-size: 16px;
        margin: 5px 0;
    }

    .prod-details img {
        width: 30px;
        height: auto;
        padding-right: 5px;
    }

    .sec-4 h1 {
        font-size: 25px;
    }

    .sec-4 h3 {
        font-size: 18px;
    }

    h1 {
        font-size: 25px;
    }

    h4 {
        font-size: 16px;
    }

    .testi-box {
        padding: 30px 10px;
    }

    .testi-box h4 {
        font-size: 18px;
        font-weight: bold;
    }

    .testi-box img {
        padding-bottom: 20px;
        width: 80px;
    }

    .sec-5 h2 {
        font-size: 25px;
    }

    .prod-name {
        margin-top: 20px;
    }

    #sticky-btn {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #21285a;
        padding: 10px 0;
    }

    #sticky-btn a {
        color: #fff;
    }

    #sticky-btn a:focus {
        text-decoration: none;
        
    }

    .btn-fixed p:nth-child(2) {
        background: #09a14d;
        width: 90%;
        display: block;
        margin: 10px auto 0 auto!important;
        padding: 15px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: bold;
    }

    .copyright {
        margin-bottom: 60px;
    }
}

.testi-box1 {
    margin: 20px 0 0 0;
    background: #ffffff96;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 20%);
}


.testi-box1 {
    width: 100%;
}

.testi-title {
    color: #fff;
    background: #9f94e7;
    border-radius: 8px 8px 0 0;
}

#sticky-btn.hidden {
    display: none;
}
.pulsating {
    margin: 0 auto;
    animation-name: stretch;
    animation-duration: 1.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(.9);
    }

    50% {
       
    }

    100% {
        transform: scale(1.2);
        
    }
}


.pulsating2 {
    margin: 0 auto;
    animation-name: stretch;
    animation-duration: 800ms;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(1);
    }

    50% {
       
    }

    100% {
        transform: scale(1.1);
        
    }
}

/* footer ul li {
    display: inline-block !important;
    text-align: center !important;
} */