


body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
}

a {
    color: #B2B2B2;
    text-decoration: none;
}

a:hover {
    color: #7a7878;
    text-decoration: none;
}

.bg-orange {
    background-color: #FFB872;
    height: 20px;
}

.blog-header-logo img {
    height: 80px;
}
.image {
    /* background-color: #111;
    background-image: url(header.jpeg);
    background-repeat: no-repeat;
    background-size: cover; */
} 

.image img {
    width: 100%;
}

.nav {
    margin-top: 48px;
    
}

.navbar-nav {
    width: 100%;
    overflow: hidden;
    margin-left: 15px;
    margin-top: 50px;
}

.navbar-expand-sm .navbar-nav .nav-link.active {
    color: #4F9BBD !important;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 48px;
    padding-left: 0px !important;
  }

.nav-underline .nav-link {
    font-weight: 400;
}

.hero-box {
    background-color: #4F9BBD;
}

.hero-box h1 {
    font-weight: 600;
    color: #fff;
    font-size: 48px;
}

.hero-box p.lead {
    color: #FFB872;
    font-size: 24px;
}

.hero-text-box {
    padding: 75px 40px;
}

.inner-hero-text-box {
    padding: 65px 40px;
}

.txt-blue {
    color: #4F9BBD;
}

.cont-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
}

.side-cont-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 25px 40px 14px;
}

.prd-pg .cont-box {
    padding-bottom: 0;
    padding-top: 0;
}

.cont-page .list span {
    color: #4F9BBD;
    font-size: 14px;
    font-weight: 400;
    fill: #4F9BBD;
    text-align: left;
  }

.inner-page .box-1 {
width: 100%;
}

.inner-page .box-2 {
    width: 100%;
    }

.inner-page .box-1 p {
        margin-bottom: 30px;
}

.box-2 ul {
    margin-top: 30px;
    margin-left: 0px;
    padding-left: 10px;
  }

.product-page .box-1 p {
    text-align: left;
}

.box-2 ul{
    margin-top: 30px;
}


.list {
    margin: 0px 0 30px 0;
}

.bl-3 {
    border-left: solid 3px #f7f4f4;
    padding-left: 10px;
}

.bl-3 .badge {
    padding: 0;
    margin: 0;
}

.list p {
    margin-bottom: 8px;
    color: #605c5c;
}

.list h6 {
    margin: 0px;
    font-size: 14px;
}

.list span {
    color: #ff8000;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}


.list .badge svg {
    width: 12px;
    margin-top: -2px;
    margin-right: 4px;
} 

.list a {
    color: #4F9BBD;
    font-size: 12px;
    font-weight: 500;
}

.box-1 {
    width: 45%;
}

.box-2 {
    width: 95%;
}

.title {
    color: #ff8000;
    margin-bottom: 14px;
    line-height: 1.4rem;
} 

footer {
    background-color: #4F9BBD;
}

footer p {
    margin-bottom: 0px;
    color: #fff;
}

.address {
    margin-right: 350px;
}

.main {
    margin-bottom: 0px;
}

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {

    .blog-header-logo img {
        height: 80px;
        margin: 0 auto;
        display: block;
      }

      .navbar-toggler {
        background-color: #4F9BBD;
        display: block;
        margin: 20px auto;
      }

      .navbar-nav {
        width: 100%;
        background-color: #FFB872;
        color: #fff;
        overflow: hidden;
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
      }

      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px !important;
      }

    .nav-underline {
        display: none;
    }

    .hero-text-box {
        padding: 40px 40px;
    }

    .hero-box h1 {
        font-weight: 600;
        color: #fff;
        font-size:28px;
        text-align: center;
    }

    .hero-box p.lead {
        color: #FFB872;
        font-size: 24px;
        text-align: left;
    }

    .inner-hero-text-box {
        padding: 25px 40px;
    }

    /* .image {
        width: 93%;
        height: 200px;
        margin: 0 auto;
    } */
    .cont-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .side-cont-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px 40px 40px 40px;
    }

    .box-2 ul {
        margin-top: 30px;
        margin-left: 0px;
        padding-left: 10px;
    }

    .list h6 {
        margin: 0px;
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 0px;
        margin-top: 20px;
        text-align: left;
    }

    .list span {
        color: #ff8000;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        line-height: 18px;
    }

    .list {
        margin: 0px 0 20px 0;
    }

    .list p {
        text-align: left;
    }


    .box-1 {
        width: 100%;
        margin: 10px 0;
    }

    .box-2 {
        width: 100%;
    }

    .address {
        margin-right: 0px;
    }

    .main {
        margin-bottom: 0px;
    }


 }

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) {
    .main {
        margin-bottom: 0px;
    }
 }
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {
    .main {
        margin-bottom: 0px;
    }
 }
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
    .main {
        margin-bottom: 0px;
    }
 }
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {
    .main {
        margin-bottom: 250px;
    }
 }