* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    background-color: #383838;

}


.navbar .navbar-brand {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;

}

.navbar .navbar-nav .nav-item {

    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8px;
    margin-right: 8px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-toggler-icon
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border: 2px solid rgb(240, 233, 231);
}

.quote-text {
    background-color: #383838;
}

.quote-text h1 {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.welecome-page {
    margin-top: 80px;
    margin-bottom: 80px;
}

.welecome-page h1 {
    padding-top: 35px;
    padding-bottom: 35px;
    letter-spacing: 0.2rem;
}

.welecome-page p {
    letter-spacing: 0.2rem;
    line-height: 2.0rem;
    font-size: 18px;
    font-weight: 400;
}

footer {
    background-color: #ebd8b0;

    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #272b4e;
}

footer .btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #272b4e;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
}

#btn-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    background-color: transparent;
    z-index: 999;
}

/*about us page*/


.bgimage {
    width: 100%;
    height: 60vh;
    background: url('../images/pagebanner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;

}

.bgimage h4 {
    color: white;
    text-shadow: 2px 2px #333;
}

/* .about-left-img {
    width: 100%;
    text-align: center;
} */

.about-right-text {
    margin-top: 35px;
    padding: 15px;
    text-align: justify;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 2.2rem;
}

.product-image {
    width: 100%;
    height: 60vh;
    background: url('../images/pagebanner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.box {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.shape {
    width: 250px;
    height: 450px;
    background-image: url('../images/naturalgreen.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    left: 75px;
    top: 50px;
    overflow: hidden;
}

#top-left {
    width: 150px;
    height: 150px;
    background: transparent;
    position: relative;
    left: -25px;
}

.antisnoring-text {
    margin-top: 80px;
}

.antisnoring-text h1 {
    line-height: 2.5rem;
}

.antisnoring-text h6 {
    line-height: 2.5rem;
}

.antisnoring-text li {
    font-size: 17px;
    font-weight: 500;
    line-height: 2.5rem;
}

.antisnoring-text p {
    font-size: 17px;
}

.borderbottomhalf {
    border-bottom: 1px solid;
    padding: 10px 0;
    border-image: linear-gradient(to right, #000 50%, transparent 50%) 100% 1;
}

.antisnoring-cardblock {
    margin-bottom: 50px;
}

.antisnoring-cardblock .card {
    height: 600px;
}

.antisnoring-cardblock .content-card {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.antisnoring-cardblock .card img {
    height: 350px;
}

.antisnoring-cardblock .card li {
    text-align: justify;
    line-height: 2.0rem;
}

.antisnoring-cardblock .card p {
    text-align: justify;
    line-height: 2.5rem;
}

.content {

    justify-content: center;
    top: 140px;

    color: white;

}

.antisnoring-cardblock .content-card li
{
line-height:2.0rem;
}