.whatsapp{
    color:#29a71a !important;
}

.header-screen {
  height: 100vh;
  max-width: 250px;
  padding: 30px 10px 0px 10px;
  z-index: 99999;
  transition: all ease .5s !important;
}

.logo img {
  width: 110px;
}

.logo-2 img {
  width: 90px;
}

.Nav li a {
  transition: all ease .1s;
}

.Nav li:hover .bi {
  color: var(--color1) !important;
}

.Nav li a:hover {
  color: var(--color1) !important;
}

.Nav li a:hover::before {
  left: 0;
  right: inherit;
  width: 100%;
}

.Nav li a::before {
  content: "";
  display: inline-block;
  transition: all ease .3s;
  width: 0%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -5px;
  background-color: var(--color1) !important;
}

.header-screen .img-box {
  width: 90px;
  height: 90px;
}

.content {
  margin-left: 250px;
}

.nav-linkContainer.show .header-screen{
  opacity: 1 ;
  /*pointer-events: all;*/
  transform: translateX(0) ;
}


#Profile-content-box .banner {
  height: 330px;
}

 .profile-content {
  background-color: white;
  max-width: 600px;
  border-radius: 15px;
  width: 90%;
transform: translateX(-28%);
    left: 50%;
  margin-top:-200px;
  padding: 0px 15px;
  position:relative;
  min-height:230px;
  
}


 .profile-content .profile-img {
  height: 100px;
  width: 100px;
  height: 100px;
  border: 5px solid #ffffff;
  margin-top: -60px;
  margin-inline: auto;
  position:relative;
}

.section-mainBox {
  padding-left: 10px;
  padding-right: 10px;
}

#Mainbox-products {
  margin-top: 40px;
}

.section-heading h2 {
  text-align: center;
}

#Mainbox-products .Products .product-img {
  height: 240px;
}

.product-discription {
  min-height: 115px;
}

.Product-details {
  border: 1px solid rgb(201, 201, 201);
}

.discription-text {
  text-align: justify;
}

.read-btn {
  background-color: transparent;
  font-weight: 600;
}

.inquiry-btn {
  border: 1px solid var(--color1);
  padding: 5px 20px;
  transition: all ease .3s;
}

.inquiry-btn:hover {
  background-color: var(--color1);
  color: white;
}

.prize-details {
  border-top: 1px dashed gray;
  padding-top: 15px;
}

#Mainbox-products .product-discription li::before {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: var(--color1);
  transform: rotate(45deg);
  margin-right: 8px;
}

/* -----------Mainbox-2---------- */
#Services .service-img {
  height: 400px;
}


/* ---------light-box-Gallery----------- */

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, .8);
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft .4s ease-out;
}

@keyframes bounceFromRight {

  0%,
  100% {
    margin-left: 0;
  }

  50% {
    margin-left: -30px;
  }
}

@keyframes bounceFromLeft {

  0%,
  100% {
    margin-left: 0;
  }

  50% {
    margin-left: 30px;
  }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, .5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, .9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.img-fluid {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

#baguetteBox-overlay .full-image img {
  max-height: 70%;
}

/* ---------light-box-Gallery end----------- */

/* ---------Company-profile------ */

#Company-profile {
  background-color: #000;
}

#Company-profile .company-logo img {
  width: 150px;
}

#Faq tr td {
  padding: 0;
  border: none;
}

/* -----------form---------- */
#modalBody .input-group {
  margin-bottom: 20px;
  position: relative;
}

#modalBody input,
textarea {
  width: 100%;
  padding: 6px;
  outline: 0;
  border: 1px solid #b9b7b7;
  background-color: rgb(252, 252, 252);
  font-size: 15px;
  color: rgb(0, 0, 0);
}
#modalBody label {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: 6px 10px;
  color: #000000;
  cursor: text;
  font-size: 14px;
}
#modalBody input:focus~label,
input:valid~label,
textarea:focus~label,
textarea:valid~label {
  display: none;
  font-size: 14px;
}

.btn-primary{
  background-color: var(--color1);
}
.btn-primary:hover{
  background-color: #000;
}

/* ---changes---- */
.cart-btn{
  border-top: 1px dashed rgba(128, 128, 128, 0.682);
  padding-top: 15px;
}
.lock-btn{
  padding: 8px 12px;
  background-color: var(--color1);
}
/* ---changes---- */

.phone-book {
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 14px;
}


/*-------websitelink------*/

#WebsiteLinks .useful-links .img-box{
    width:45px ;
    height:45px ;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#WebsiteLinks .useful-links .img-box img{
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
}
#WebsiteLinks .useful-links .link{
    display: flex;
    align-items: center;
    gap:20px;
}
#WebsiteLinks .useful-links{
    margin: auto;
    display: block;
    min-height: 70px;
    max-width: 700px;
    padding: 10px 9px;
    margin-bottom: 20px;
}
#WebsiteLinks .useful-links .link p{
    margin:auto;
    font-weight: 500;
    text-align: center;
    transition: all ease .3s;
}
/*#WebsiteLinks .useful-links:hover{*/
/*background-color: transparent;*/
/*}*/
/*#WebsiteLinks .useful-links:hover p{*/
/*    color: black;*/
/*}*/



#Mainbox-3-gallery .contentBox{
    border-radius:10px;
}

// Mahesh Css//

