* {
    transition: background-color 300ms ease, color 300ms ease;
}
*:focus {
    background-color: #D396FF;
    outline: none;
}
html, body {
    color: rgba(33, 37, 41, 1);
    font-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
color:#515555;/* #808B8D;*/
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h3 {
  color: #0f2055;
  padding-top: 0.8rem;
  font-weight: bold;
}
h5 {
  color: #0dcaf0;
}
hr {
  background-color: #0dcaf0;
height: 0px;
box-shadow: 0 1px 4px 1px #0dcaf0;
border: 1px double cornflowerblue;
}

header {
    /*background-image: linear-gradient(#4B0082, #6f42c1,#AC3BFF,#D396FF);*/
    background-color: rgba(247, 248, 249, 1);
    /*padding: .4rem 0 0;*/

}
.menu {
    padding: .4rem 2rem;
    background-color: rgba(247, 248, 249, 1);
}
header ul {
    /*border-bottom: 1px solid rgba(242, 242, 242, 1);*/
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
}
header li {
    display: inline-block;
}
header li a {
    border-radius: 5px;
    color: rgba(0, 0, 0, .5);
    display: block;
    /*height: 84px;*/
    text-decoration: none;
}
.logodiv {
  background-color: #0dcaf0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
header li.menu-item a {
    border-radius: 5px;
    /*margin: 5px 0;*/
    height: 38px;
    line-height: 36px;
    padding: .4rem 1.65rem;
    text-align: center;
    color: #2f2181 !important;
    font-weight: bold;
  font-size: initial;

}
header li.menu-item a:hover,
header li.menu-item a:focus {
  background-color: rgb(13, 202, 240);
  color: rgb(14, 23, 43);
}
header .logo {
    float: left;
    height: 84px;
    padding: .4rem .5rem;
    padding-left: 10%;
}
header .menu-toggle {
    display: none;
    float: right;
    font-size: 2rem;
    font-weight: bold;
}
header .menu-toggle button {
    background-color: rgb(13, 202, 240, .6);
    border: none;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font: inherit;
    font-size: 1.3rem;
    height: 36px;
    padding: 0;
    margin: 11px 0;
    overflow: visible;
    width: 40px;
}
header .menu-toggle button:hover,
header .menu-toggle button:focus {
    background-color: rgba(13, 202, 240, .8);
    color: rgba(255, 255, 255, .8);
}
header .heroe {
    margin: 0 auto;
    max-width: 1100px;
    padding: 1rem 1.75rem 1.75rem 1.75rem;

}
header .heroe h1 {
    font-size: 2.5rem;
    font-weight: 500;
    color:#fff;
}
header .heroe h2 {
    font-size: 1.5rem;
    font-weight: 300;
    color:#fff;

}

section {
    margin: 0 auto;
    max-width: 1300px;
    padding: 2.5rem 1.75rem 0.5rem 1.75rem;

}

section h1 {
  margin-bottom: 2.5rem;
  color: #1288cc;
  padding-top: 0.8rem;
  font-weight: bold;
}
section h2 {
    font-size: 120%;
    line-height: 2.5rem;
    padding-top: 1.5rem;
}
section pre {
    background-color: rgba(247, 248, 249, 1);
    border: 1px solid rgba(242, 242, 242, 1);
    display: block;
    font-size: .9rem;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    white-space: pre-wrap;
    word-break: break-all;
}
section code {
    display: block;
}
section a {
    color: rgb(13, 202, 240);
}
section svg {
    margin-bottom: -5px;
    margin-right: 5px;
    width: 25px;
}
.further {
    background-color: rgba(247, 248, 249, 1);
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    border-top: 1px solid rgba(242, 242, 242, 1);
}
.further h2:first-of-type {
    padding-top: 0;
}
footer {
    background-color: #4B0082;/*rgba(221, 72, 20, .8);*/
    text-align: center;
}
footer .environment {
    color: rgba(255, 255, 255, 1);
    padding: 2rem 1.75rem;
}
footer .copyrights {
    background-color: rgba(62, 62, 62, 1);
    color: rgba(200, 200, 200, 1);
    padding: .25rem 1.75rem;
}
.card{
  overflow: auto;
}
.btn {
  border-radius: 25px;
}
.price-btn {
  width: 100%;
}
.white{
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  border: 2px solid #fff;
}
.searchdiv {
  padding: 5px;
  padding-top: 10px;
}
.selectcls {
  padding: 10px;
  height: 45px;
  border: 2px solid #F9F8FA;
  width: 100%;
  background-color: #fff;
}

.search-btn{
  border: 2px solid #F9F8FA;
  padding: 10px;
  height: 45px;
  background-color: #bf69ff;
  width: 100%;
  color:#fff;
}
.serchrow > *{
  padding-right:0;
padding-left: 0;
}
.yellow{
  color: #ffc107;

}
.text-muted{
  font-size: 1.075em;
}

.btn-viewmore{
  border-radius: 25px;
  border-color: #1288cc;/*#060716;*/
background:#1288cc; /*#0dcaf0;*/
  color: white;
  padding-left: 15px;
  padding-right: 15px;
}
.text-right{
  text-align: right;
}
.col,.col-sm-4 {
  padding-bottom: 10px;
}
.col-sm-3{
  padding-bottom: 10px;
}
.col-sm-12 {
  padding-bottom: 10px;
}
.col-sm-6{
  padding-bottom: 10px;
}
.contain {
  padding: 10px;
  background-color: #e9ecef;
}
.link-cls {
  style: none;
  text-decoration: none;
  color: antiquewhite;

}
.heroe {
  margin-top: 100px;
}
.al-right{
  text-align: right;
}
.al-left{
  text-align: left;
}
.sigmasearch {
  text-align: right;
  padding-top: 20px;
  margin-left: 70%;
}
.input-group-text{
  border-radius: 0 0.375rem .375rem 0;
  line-height: 1;
}
.input-group-text i{
  display: flex;
  align-items: center;
  /*padding: .375rem .75rem;*/
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #72a7d6;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  /*border: 1px solid #ced4da;*/
  border-radius: .375rem;
}
.no-pad-left {
  padding-left: 0;
  padding-bottom: 0;
}
.no-pad-right {
  padding-right: 0;
  padding-bottom: 0;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}
.color{
  background-color: #f8f9fa;
}
.memberimg{
  border-radius: 50%;
  max-width: 250px;
height: auto;
border: 2px solid #0dcaf0;
display: block;
  margin-left: auto;
  margin-right: auto;
}
.memberimg:hover {
  border: 4px solid #0dcaf0;
}
.membercard {
  text-align: center;
  margin: 0.8rem;
}
.icon-css{
  color: #0f2055;
}
.circle {
  background: #127ec2;
  border-radius: 50%;
  color: black;
  display: inline-block;
  height: 40px;
  font-weight: bold;
  font-size: 0.8em;
  width: 40px;
  margin: 0 auto;
}

.circle span {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  text-align: center;
}
.font-size16{
  font-size: 1.6rem;
}
.max-360{
  min-height: 230px;
}
.service-img:hover {opacity: 0.7;}

.service-content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 10px; /* Some padding */
}
.milk-content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(204, 201, 201, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 10px; /* Some padding */
}
.vr-line{
  height: 50px;
  margin-left: 50%;
color: #0dcaf0;
margin-bottom: 10px;
}
.vr{
  width: 4px;
}
.card-bold {
  font-weight: bold;
}
.dark{
  background-color: #0f1f53;
}
.dark ul{
  list-style: none;
}
.product{
  text-decoration: none;
  color: #fff;
}
.product.active_product {
  color: #0dcaf0;
}
.dark li:hover {
  font-size: 1.1rem;
}
.product-title {
  padding: 10px;
  margin-bottom: 2rem;
  font-weight: bold;
}
.contactForm{
  padding: 10px;
  margin-top: 20px;
  background-color: azure;
}
.quotationForm{
  padding: 10px;
  background-color: #0f2157;
  color: white;
}
.title-10p{
  padding-bottom: 10px;
}
.liters-div {
  background-color: #0f2157;
  border: 5px solid #0f2157;
  border-radius: 22px;
}
.liters {
  color: aliceblue;
  font-size: 1.8rem;
  font-style: italic;
  text-align: center;
}

.milk-a {
  color: rgb(242, 249, 250);
  background-color: #25D366;
  padding: 10px;
  border: 2px solid #1C9249;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}
.milk-email {
  background-color: white;
  padding: 10px;
  border: 2px solid red;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}

.milkcard {
  border: var(--bs-card-border-width) solid rgb(131, 76, 23);
  min-height: 100%;

}

.milk-content.justify-content-center {
  text-align: center;
}
@media (max-width: 629px) {
    header ul {
        padding: 0;
    }
    header .menu-toggle {
        padding: 0 1rem;
    }
    header .menu-item {
        background-color: rgba(244, 245, 246, 1);
        border-top: 1px solid rgba(242, 242, 242, 1);
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    header .menu-toggle {
        display: block;
    }
    header .hidden {
        display: none;
    }

    header li.menu-item a {
        background-color: rgba(13, 202, 240, .1);
    }
    header li.menu-item a:hover,
    header li.menu-item a:focus {
        background-color: rgba(13, 202, 240, .7);
        color: rgba(255, 255, 255, .8);
    }
    .heroe {
      margin-top: 120px;
    }
    .sigmasearch {
      margin-left: 40%;
    }
    .no-pad-left {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
    }
    .no-pad-right {
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
}
