*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-style: normal;
   
}

.product_button{
    padding: 8px 20px;
    font-size: 12px;
    background-color: teal;
    color: #fff;
    border: none;
    outline: none;
    margin-top: 20px;
    cursor: pointer;

}

:root{
    --hadding1: #232323;
    --hadding2: #131313;
    --blogs-post: #161616;
}
.flex_start{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.flex-around{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-sparase{
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}
.flex-sparase-center{
    display: flex;
    align-items: center;
    justify-content: center;
    
}


/*--------------nav-start----------*/

.nav{
    width: 100%;
    min-height: 40px;
    top: 0;
    left: 0;
    position: sticky;
    z-index: 100;
    background-color: rgb(228, 243, 243);
    box-shadow: 1px 2px 3px 1px rgb(0,0,0,0.2);
}
.nav-upper-menu{
    width: 100%;
    min-height: 40px;
    background-color: #f2f5f3;
}
.nav-link-logo{
    font-size: 16px;
    margin-left: 15px;
    color: rgb(160, 90, 90);
}
.nav-list{
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    margin-left: 10px;
}
.nav-list:hover{
    color: rgb(13, 14, 14);
    border-bottom: 2px solid green;
}
.navupper-right-link{
    font-size: 12px;
    color: rgb(38, 139, 70);
    cursor: pointer;
    margin-right: 10px;
}

.navupper-right-link:hover{
    border-bottom: 2px solid green;
    color: rgb(15, 19, 16);
}

.nav-bottom-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: black;
    text-align: center;
}

.nav-bottom-ul{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nav-bottom-link{
    display: flex;
    align-items: center;
    text-align: center;
    height: 40px;
  color: rgb(83, 81, 81);
  font-size: 12px;
  cursor: pointer;
  gap: 10px;
  
}
.nav-bottom-link:hover{
    color: #0c7c08;
    font-size: bold;
}
.nav-bottom-li{
    margin: 0 25px;
}
  
.dropDown{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    background: transparent;
  }
  .dropDown>a{
    margin: 0 25px;
  }
  .dropDown>ul{
  width: 130px;
  padding: 0 0 15px 0;
  background-color: #00865eec;
  position: absolute;
  top: 40px;
  text-align: left;
  display: none;
  transition: all 1s;
            
  }
  .dropDown:hover>ul{
    display: block;
    transition: all 1s;
  }
  .dropDown>ul>li>a{
    width: 90%;
    display: inline-block;
    margin: 2px;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
  }
  .dropDown ul li a:hover{
    background-color: #e1e9e7;
    color: #000;
  }

@media  (max-width: 992px) {
    .section1_left{
        display: none;
    }
   
}
@media  (max-width: 720px) {
    .navupper_add{
        display: none;
    }
    
}
   
@media  (max-width: 600px) {
    .nav-upper-right{
       display: none;
    }

    .nav-bottom-li{
        margin: 0 10px;
    }
    .section2_content{
       flex-direction: column;
    }

    
    .navupper_add{
        display: none;
    }
   
    .footer-top{
        flex-direction: column;
        justify-content: flex-start;
        gap: 1rem;
    }
}


.about-us {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
    color: #333;
}

.container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

strong {
    font-size: 14px;
}


/*--------------contact_us_start--------------------*/



/*------------disclamer_start---------------*/

/* Disclaimer Section */
.disclaimer {
    background-color: #f9f9f9;
    padding: 50px 0;
    text-align: center;
    color: #333;
}

.disclaimer h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

.disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.disclaimer .container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}
.contact-us{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}
.container>h1{
    font-size: 22px;
    color: #535252;
    margin-top: 60px;
}
.container>p{
    font-size: 14px;
    color: #535252;
    margin-bottom: 50px;
}
.form{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 180px;
    background-color: transparent;
}
.form label {
    display: block;
    margin: 10px 0 5px;
    font-size: 14px;
}

.form>input{
    width: 100%;
    max-width: 500px;
    padding: 7px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.form>textarea {
    width: 100%;
    max-width: 500px;
    padding: 7px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    margin-bottom: 10px;
    height: 80px;
    background-color: #ffffff;
}

.form>input[type="submit"] {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form>input[type="submit"]:hover {
    background-color: #0056b3;
}



/*--footer-start--*/
.footer-section{
    width: 100;
    height: auto;
    padding: 10px 20px;
    margin-top: 30px;
    background-color: #363333;
}
.footer-section1{
    flex: 1;
}
.footer-section2{
    flex: 1;
}
.footer-section3{
    flex: 1;
}

.footer-section4{
    flex: 1;
}
.footer-section1{
    width: 100%;
    padding-left: 30px;
}
.footer-section1 h2{
    font-size: 16px;
    margin-bottom: 5px;
    color: #ffffff;
}
.footer_section2_p{
    font-size: 12px;
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
}
.footer_section2_p:hover{
    color: rgb(143, 167, 143);
}
.footer-section2{
    width: 100%;
    padding-left: 30px;
}
.footer-section2 h2{
    font-size: 16px;
    margin-bottom: 7px;
    color: #ffffff;
}
.footer-section3{
    width: 100%;
    padding-left: 30px;
}
.footer-section3 h2{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 7px;
}
.footer-section4{
    width: 100%;
    padding-left: 30px;
}
.footer-section4 h2{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 7px;
}
.footer-bottom-link{
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 7px;
}
.footer-bottom-link:hover{
    color: rgb(143, 167, 143);
    /* transition: 0.4s;
    border-bottom: 0.5px solid green; */
}

.footer-bottom-copyright{
    padding: 80px 0 30px 0;
    font-size: 12px;
    color: #ffffff;
    font-style: bold;
}

/*--footer-ends--*/

