 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,900&display=swap');
 *{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
 }
 #carouselExampleDark{
    overflow-y: hidden;
 }
 .middle-product-section, .aboutus{
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
 }
 .middle-product1-section .sa-title.popcat {
    width: 100%;
    line-height: 1;
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.clear {
    clear: both;
}
.product-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-left: -15px;
}
.col-md-4 .col-sm-12 .col-md-6 .col-md-6{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px !important;


}
.clik{
    background: #000000;
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    border: 0px solid #333;
    line-height: 1.5;
    text-decoration: none;
}
.clik:hover{
    text-decoration: none;
    background-color: orange;
    cursor: pointer;
}
.column1{
    float: left;
    /* width: 33.33%; */
    padding: 125px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left;
}
.footer{
    background-color: black;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    margin: 5px;
    justify-content: space-between;
}
.content-footer{
    padding: 5px;
    margin: 10px;
}
.product{
    display: block;
    justify-content: space-between;
    padding: 2px;
}
.first-section{
    padding: 5px;
    margin: 5px;
    text-align: center;
}


.second-section{
    margin: 10px;
    padding: 10px;
    width: 100%;
}
@media (max-width:600px) {
    .second-section{
        margin-left: 0;
        padding-left: 0;
        width: 100vw;
    }
}
@media (max-width:600px) {
    .third-section{
        margin-left: 0;
        padding-left: 0;
        width: 100vw;
    }
    .third-section h3{
        margin-left: 0;
    }
}

.custom-list {
    list-style-type: none; /* Remove default bullet style */
    padding-left: 20px;   /* Add some padding to make space for the custom bullet */
  }
  
  .custom-list li::before {
    content: "\2022"; /* Unicode character for bullet (•) */
    color: #10bf16;       /* Change the color to your desired color */
    display: inline-block;
    width: 1em;       /* Adjust the width for proper alignment */
    /* margin-left: -1em; Counteract the bullet's width for proper alignment */
  }
@media(max-width:402px){
    .custom-list{
        font-size: medium !important;
        padding-left: 0 !important;
        width: 90% !important
       }
}

@media(max-width: 650px) {
    ul {
        margin-bottom: 0 !important;
    }
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-row {
        margin-left: 0;
        margin-right: 0;
    }
    .column1{
        justify-content: center;
        padding-left: 100px;
        padding-bottom: 75px;
    }
    body{
        overflow-x: hidden !important;
    }
   .highlight{
    display: block !important; 
   }
   .pic{
    display: block !important;
   }
   .pic ul{
    word-wrap: break-word !important;
   }
   .custom-list{
    margin-left: 4vw;
    justify-content: center;
    width: 94% !important;
   }
}
@media(min-width:650px){
    .custom-list{
        width: fit-content;
        width:-moz-fit-content;
        max-width: 35vw;
        padding-left: 0 !important;
    }
    .pic{
        display: flex;
        justify-content: center !important;
    }
    .highlight h3{
        padding-right: 4vw;
        padding-bottom: 2vh;
        text-decoration-color: #10bf16;
    }
}
.highlight h3{
    text-decoration-color: #10bf16 !important;
}
@media (max-width:650px) {
    #carouselExampleDark img{
        width: 100% !important;
    max-width: 100% !important;
    max-height: 29vh !important;
    min-height: 29vh !important;
}
    .carousel-control-next{
        justify-content: center !important;
    }
}
/* OVERRIDE */
.myshow{
    position: fixed !important;
}
.img{
    width: 10vw;
}
.btn_on_off{
    position: fixed;
    top: 14px;
    right: 17px
}
@media(max-width:992px){
    .navbar-collapse {
        margin-top: 7vh;
    }
}
@media(min-width:992px){
    .navbar-collapse {
        margin-left: 34vw;
    }
}
#container{
    margin-top: 110px;
}
.navbar{
    position: fixed;
    width: 100%;
}

.carousel-control-next-icon {
    background-image: url('chevron-right.svg');
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: brightness(0.5);
}
.word-break{
    word-wrap: break-word;
}
.img_gmail_logo{
    margin-right: 10px;
}
.td-none{
text-decoration: none;
}

/*  */
