/* home page main product section */
#main_product .services-style-two-item .info{
    padding: 20px 0px 0px 0px !important;
}

/* product pages */

.vt-products .product .product-contents .product-title span{
    font-weight: 900;
    color: #04000b;
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    text-transform: capitalize;
}

/* menu */
@media only screen and (max-width:600px){
    .navbar.navbar-common .attr-right{
        display: block !important;
    }

    .navbar .attr-right .attr-nav li.contact{
        display: block !important;
    }

    .logo{
        width: 74% !important;
        margin-left: -40px !important;
    }

    .footer-item .logo{
      width: 74% !important;
        margin-left: 0px !important;
    }

    .fa-comments-alt-dollar{
        font-size: 30px !important;
    }

    .info p{
        font-size: 10px !important;
    }
}
/* home page product section start */
/* Style the tab */
#main_product .tab {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border: none;
    background-color: transparent;
  }
  
  /* Style the buttons inside the tab */
  #main_product  .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    
  }
  /* Change background color of buttons on hover */
  #main_product .tab button:hover {
    background-color: transparent;
    color: var(--color-secondary);;  
    /* border-bottom: 1px solid black; */
    
  }
  
  /* Create an active/current tablink class */
  #main_product .tab button.active {
    background-color: transparent;
    color: white;  
    border-bottom: 3px solid var(--color-secondary);;

}

#main_product .tab .tablinks{
    background-color: transparent;
    color: white;
  }
  
  /* Style the tab content */
  #main_product .tabcontent {
    display: none;
    padding: 12px 12px;
    /* border: 1px solid #ccc;
    border-top: none; */
  }
  #main_product .tabcontent .services-style-one{
    border-radius: 15px;
  }
  #main_product .tabcontent .services-style-one h5{
    font-weight: 800;
    font-size: 18px;
    color: var(--color-heading);
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
  }

  #main_product .tabcontent .services-style-one p{
    display: none;
    color: var(--color-paragraph);
    text-transform: none;
    font-weight: 500;
    font-family: var(--font-default);
    text-align: left;
  }

/* home page product section end */

/* product page section start */
/* Style the tab */
#product_product .tab {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border: none;
    background-color: transparent;
  }
  
  /* Style the buttons inside the tab */
  #product_product  .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    
  }
  /* Change background color of buttons on hover */
  #product_product .tab button:hover {
    background-color: transparent;
    color: var(--color-secondary);;  
    /* border-bottom: 1px solid black; */
    
  }
  
  /* Create an active/current tablink class */
  #product_product .tab button.active {
    background-color: transparent;
    color: #1F4E3D;  
    border-bottom: 3px solid var(--color-secondary);;

}

#product_product .tab .tablinks{
    background-color: transparent;
    color: #1F4E3D;
  }
  
  /* Style the tab content */
  #product_product .tabcontent {
    display: none;
    padding: 12px 12px;
    /* border: 1px solid #ccc;
    border-top: none; */
  }
  #product_product .tabcontent .services-style-one{
    border-radius: 15px;
    background-color: #1F4E3D;
  }
  #product_product .tabcontent .services-style-one h5{
    font-weight: 800;
    color: white;
    font-size: 18px;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  #product_product .tabcontent .services-style-one p{
    display: none;
    color: var(--color-paragraph);
    text-transform: none;
    font-weight: 500;
    font-family: var(--font-default);
    text-align: left;
  }
/* product page section end */

/* product detail page start */
#product_detail_product .services-style-one{
  border-radius: 15px;
  background-color: #1F4E3D;
}
#product_detail_product .services-style-one h5{
  font-weight: 800;
  color: white;
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--font-heading);
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

#product_detail_product .services-style-one p{
  display: none;
  color: var(--color-paragraph);
  text-transform: none;
  font-weight: 500;
  font-family: var(--font-default);
  text-align: left;
}

#product_detail_product .thumb{
  display: flex;
  justify-content: center;
}

#product_detail_product{
  padding-top: 50px !important;
    padding-bottom: 50px !important;
}
/* product detail page end */

.services-style-one .thumb::after{
  background: none !important;
}

.services-style-one img{
  height: auto !important;
}

.services-style-one{
  padding: 10px 0px !important;
  border-radius: 15px !important;
}

.services-style-one h5{
  font-size: 18px;
  color: var(--color-heading);
  line-height: 1.2;
  font-family: var(--font-heading);
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
}

.services-style-one p {
  display: none;
  color: var(--color-paragraph);
  text-transform: none;
  font-weight: 500;
  font-family: var(--font-default);
  text-align: left;
}

@media only screen and (max-width:600px){
  #custom_btn{
    display: flex !important;
    justify-content: center !important;
  }

  #custom_btn button{
    width: 100% !important;
  }

  .contact-form-style-one .heading{
    font-size: 32px !important;
  }
  .contact-style-one-info li p{
    font-size: 15px !important;
  }
  .navbar-brand img{
    max-height: 90px !important;
  }
}

.contact-style-one-info li p{
  color: #04000b !important;
    font-weight: 400 !important;
}

