body,html{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #666;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}

img{
    max-width: 100%;
}

h3{
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

h5{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    color: rgba(1, 77, 183, 0.7);
}

.container{
    max-width: 1140px;
    padding: 0 15px;
    margin: 30px auto;
}

.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
}

.col-4,.col-6,.col-12{
    box-sizing: border-box;
    padding: 15px;
}

.col-4{
    width: 33.33%;
}

.col-6{
    width: 50%;
}

.col-12{
    width: 100%;
}

.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

header{
    text-align: center;
    padding: 15px;
}

.banner img{
    width: 100%;
}

.function-list{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.function-list li{
    margin-bottom: 15px;
}
.function-list li i{
    margin-right: 15px;
    color: rgba(61,188,1,1);
}

.section-2{
    background: linear-gradient(180deg,#edeffa 0%,#edeffa 100%)!important;
    text-align: center;
    padding: 20px 0;
}
.section-2 .col-6{
    padding: 40px;
}

.featured-values{
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    border-radius: 6px;
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
}

.featured-values p{
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
}
.featured-values h4{
    margin-bottom: 0;
}

.featured-values .context{
    max-width: 65%;
    padding: 20px;
    box-sizing: border-box;
}

.featured-values.first{
    background-image: radial-gradient(circle at right,rgba(166,206,57,0.3) 20%,#a6ce39 100%),url(/assets/images/pharmacy-12-1.jpg);
}

.featured-values.second{
    background-image: radial-gradient(circle at right,rgba(138,182,247,0.3) 20%,#8ab6f7 100%),url(/assets/images/cooking-edited.jpg);
}

.featured-values.third{
    background-image: radial-gradient(circle at right,rgba(255,226,181,0.3) 20%,#ffe2b5 100%),url(/assets/images/wash-face-edited.jpg);
}

.featured-values.fourth{
    background-image: radial-gradient(circle at right,rgba(249,192,203,0.3) 20%,#f9c0cb 100%),url(/assets/images/sanitise-edited.jpg);
}

.section-3{
    padding: 50px 0;
    background-position: bottom right;
    background-image: radial-gradient(circle at top left,#edeffa 20%,rgba(237,239,250,0) 80%),url(/assets/images/water-glass-2.jpg)!important;
}


.section-4{
    padding: 80px 0;
}

.image-shadow{
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.section-5{
    background-image: radial-gradient(circle at right,rgba(1,77,183,0.2) 0%,rgba(1,77,183,0.85) 50%)!important;
    background-color: #24d9e2!important;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding: 30px 0 80px 0;
}

.section-5 h5,
.section-5 h3{
    color: #fff;
}

.testimonial{
    margin: 0 20px;
    margin-bottom: 25px;
    padding: 25px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    text-align: center;
}

.testimonial img{
    width: 200px;
    height: 120px;
    border-radius: 6px;
    object-fit: cover;
}
.testimonial p{
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
}

.testimonial .name{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    text-align: left;
}

.section-6{
    background-color: #0c4a7c;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}
.section-6 h5, .section-6 h3{
    color: #fff
}

.section-6 .images img{
    opacity: 0.5;
    max-width: 200px;
    width: 40%;
}

.links{
    margin: 50px 0;
}

.links a{
    margin: 0 8px;
    display: inline-block;
    border-width: 12px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 100px;
    font-size: 14px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    background-color: #25d366;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    text-decoration: none;
    color: #fff;
    padding:15px  30px;
}
.section-6 .links a i{
    margin-right: 15px;
    font-size: 21px;
    vertical-align: middle;
}

footer{
    text-align: center;
    background-color: #222;
    color: #fff;
    padding: 15px ;
    font-size: 13px;
}

/*   TABLET VIEW   */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}


/*   MOBILE VIEW   */
@media screen and (max-width: 767px) {
    h3{
        font-size: 30px;
    }

    .col-4,.col-6,.col-12{
        width: 95%;
        margin: auto;
    }
    .row{
        margin: 0 auto;
    }

    .function-list{
        font-size: 13px;
    }

    .function-list li i{
        float: left;
        margin-bottom: 10px;
    }

    .section-2 .col-6{
        padding: 0;
        margin-bottom: 25px;
    }



    .section-6 .links a{
        margin-bottom: 15px;
    }
}

/* ONLY DEKSTOP VIEW */
@media only screen and (min-width: 1023px){
}

/* MOBILE VIEW IPHONE 5/SE */
@media screen and (max-width:320px){
}

