


<style>
html {
    background: ;
}
body, p {
    font-family: 'Bai Jamjuree', sans-serif;
    font-style: ;
    font-weight: 0;
    font-size: 15px;
    line-height: 25px;
}

header > .container-fluid {
    background-color: #333333;
}
header.sticky > .container-fluid,
header.hasBg > .container-fluid {
    background-color: #333333;
}

.nav4 #navigation {
    background-color:  #333333;
}
.navbar-toggler  .fa-bars:before {
    color: #fff;
    font-size: 28px;
}

.navbar li > a,
#navigation li > a {
    font-family: 'Poppins', sans-serif;
    font-style: ;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    text-decoration: none!important;
}

footer .container-fluid {
    background-color: 0}

footer .nav li {
    display: inline-block;

}
footer .nav li > a {
    font-family: 'Bai Jamjuree', sans-serif;
    font-style: ;
    font-weight: 200;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    text-decoration: none!important;
    padding: 5px 10px;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-style: ;
    font-weight: 800;
    font-size: 70px;
    line-height: 90px;
    color: #ffffff;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-style: ;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #333333;
}

h3 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-style: ;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #c2db00;
}
h4 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-style: ;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #c2db00;
}
h5 {
    font-family: 'Poppins', sans-serif;
    font-style: ;
    font-weight: 800;
    font-size: 100px;
    line-height: 120px;
    color: #ffffff;
}


        .block ul {
        list-style-type: none;
    }
    .block ul > li {
        position: relative;
        padding-left: 15px;
    }
    .block ul > li:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(https://contentedpets.co.uk/wp-content/uploads/2020/03/Icon-feather-check.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        left: -25px;
        top: 5px;
    }

@media(min-width:768px) and (max-width:991px) {
            h1 {
            font-size: 50px;
            line-height: 60px;
        }
                h2 {
            font-size: 32px;
            line-height: 38.4px;
        }
        
    
            h5 {
            font-size: 20px;
            line-height: 24px;
        }
    }

@media(max-width:767px) {
            h1 {
            font-size: 32px;
            line-height: 38.4px;
        }

            h2 {
            font-size: 30px;
            line-height: 38.4px;
        }

            h3 {
            font-size: 28px;
            line-height: 33.6px;
        }

            h4 {
            font-size: 20px;
            line-height: 24px;
        }

        h5 {
            font-size: 18px;
            line-height: 22px;
        }
}

</style>