@font-face {
    font-family: 'PublicSans';
    src: url(../font/PublicSans-Regular.ttf);
}
  
@font-face {
    font-family: 'PublicSans-Bold';
    src: url(../font/PublicSans-Bold.ttf);
}

* {
    font-family: 'PublicSans';
}

body {
    color: #566a7f;
    font-size: 0.9375rem;
}

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

strong {
    font-family: 'PublicSans-Bold';
}

.text-bold {
    font-family: 'PublicSans-Bold';
}

.qhslogo {
    width: 170px;
}

.logo {
    color: #11213f!important;
    font-size: 26px;
    text-decoration: none;
}

.page-header {
    background: linear-gradient(103.51deg, #EAF8FF -11.85%, rgba(253, 241, 245, 0.44) 47.62%, #EAF9F1 108.74%);
}


.page-content {
    margin-top: 97px;
    margin-bottom: 50px;
}

.page-content2 {
    margin-top: 140px;
    margin-bottom: 50px;
}

.nav-link {
    color: #000;
    padding-right: 40px!important;
}

.nav-link:hover {
    color: #000;
}

.home {
    padding-top: 80px;
}

.home-title {
    margin-top: 50px;
    text-align: left;
    color: #000;
    padding: 20px;
    border-radius: 20px;
    text-transform: uppercase;
}

.home-list {
    list-style: none;
    padding-left: 20px;
    font-size: 20px;
}

.home-list li {
    margin-bottom: 15px;
}

.home-list i {
    color: #006837;
}

.services-list {
    margin-top: 100px;
    margin-bottom: 100px;
}

.home-service-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 15px;
}

.services-list h5 {
    font-size: 17px;
}

.about-us {
    background: linear-gradient(103.51deg, #EAF8FF -11.85%, rgba(253, 241, 245, 0.44) 47.62%, #EAF9F1 108.74%);
    padding: 60px 0px;
}

.footer {
    background: #006837;
    padding: 30px 0;
    color: #f1f1f1;
}

.footer h5 {
    border-bottom: 1px solid #fff;
    line-height: 50px;
}

.footer i {
    color: #ffffff;
}

.footer-hr {
    border-color: #fff!important;
    border-top: 3px solid #fff!important;
}

.btn-primary {
    background-color: #006837;
    border-color: #006837;
}

.btn-primary:hover {
    background-color: #006837;
    border-color: #006837;
}

.primary-color {
    color: #006837;
}

.support-card {
    background-color: #d3d3d3;
    padding: 20px;
    border-radius: 10px;
    transition: background-image 0.5s ease;
    margin-top: 40px;
    min-height: 165px;
}

.support-card i {
    background-color: #ffffff;
    padding: 7px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.support-card3 {
    background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
}

.support-card3:hover {
    background-image: linear-gradient(to top, #deecdd 0%, #c1dfc4 100%);
}

.heighlighter {
    border-bottom: 2px solid #000;
}

.service-item {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 40px;
}

.service-item h4 {
    margin-bottom: 20px;
    margin-top: 10px;
}



@media only screen and (max-width: 1200px) {
    .navbar-collapse {
        background-color: #fff;
        padding: 20px;
        border-radius: 15px;
    }
}


@media only screen and (max-width: 567px) {
    .services-list .border {
        border: none!important;
    }

    .about-us {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-content2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-img {
        display: none;
    }

    .border-end {
        border: none!important;
    }
  }





