
*{
    padding: 0;
    margin: 0;
    @font-face {
        font-family: 'Proxima Nova';
        src: url("../Demo_Fonts") format('woff2');
       }
    /* box-sizing: border-box; */
    /* outline: 1px solid limegreen !important; */
}

html{
  scroll-behavior: smooth;
}
*,*:focus,*:hover{
  outline:none;
}
button:focus:not(:focus-visible) {
  outline: none;
 }
 .js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

p,h1,h2,h3,h4,h5,h6,div,img{
  margin:0;
}

.text-primary{
  color: #1ABB9B !important;
}

.text-secondary{
  color: #E30045 !important;
}

/* breadcrum  */
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #b7bcc0;
  content: "/";
}


/* scroll bar css */

/* width */
/* ::-webkit-scrollbar {
  width: 10px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
  */
/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #888; 
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #1ABB9B; 
} */

.zoom-in, .example-image-link {
  cursor: zoom-in;
}
.ribbon {
  width: 80px;
  height: 32px;
  line-height: 32px;
  background: #1ABB9B;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 20px;
  position: absolute;
  top: 30px;
  left: -15px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;            
}
  .ribbon.new {
    background: #1ABB9B;
  }   
 .theme-color{
  color: #1ABB9B !important;
 }

.a-black a{
  color: black !important;
}
.bg-primary {
  background: #F3F3F3 !important;
  /* color: white !important; */
}
.img-border img{
  padding: 5px;
  border-radius: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
}
.div-bottom-border  div{
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.div-bottom-border  div:hover{
  border-bottom: 1px solid black;
  
}

.theme-btn{
    background-color: #1ABB9B;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    color: white !important;
    box-shadow: inset 21px 21px 42px #1ABB9B,
    inset -21px -21px 42px #1ABB9B !important;
  }
  
.black-btn{
    border-radius: 20px;
    display: block;
    /* padding: 5px 10px; */
    padding: 0.25rem 0.5rem;
    margin: 10px 0px;
    border: 1px solid #343a40;
    color: #343a40 !important;
    
  }
  .black-btn:hover{
    background-color: #343a40;
    color: white !important;
  }
  .theme-btn:hover{
    background-color: #343a40;
    color: white;
    background: #000000 !important;
    box-shadow: inset 21px 21px 42px #000000,
            inset -21px -21px 42px #000000 !important;
  }
  .them-outline-btn{
    /* background-color: #1ABB9B; */
    border-radius: 20px;
    display: block;
    width: fit-content;
    margin: 10px 0;
    border: 1px solid #1ABB9B !important;
    color: #1ABB9B !important;
  }
  .them-outline-btn:hover{
    background-color: #1ABB9B;
    color: white !important;
    border:  1px solid #1ABB9B;
    background: #1ABB9B;
    }

.bottom-line::after{
  content: " ";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 5px;
  background: #1ABB9B;    
}

.center-line::after{
    content: " ";
    display: block;
    width: 60px;
    height: 3px;
    margin: auto;
    margin-top: 10px;
    background: #1ABB9B;    
}

::selection {
color: white;
background: #1ABB9B;
}


/* devider line */

.div-dot:after{
	content: "";
	/* position: absolute; */
	z-index: 1;
	top: -9px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background-color: #E5E5E5;
	/* border: 1px solid #1ABB9B; */
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}
.wrapper{
	padding-bottom: 90px;
}

.divider{
	/* position: relative; */
	/* margin-top: 90px; */
	height: 1px;
    margin: 20px auto;
}
.four-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  text-align: center;
}

.div-transparent:before{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, #E5E5E5, transparent);
}

.container{
    max-width: 1280px;
    padding: 20px 0px ;
    margin: auto;
}
.breadcrumb-container {
  position: sticky;
}
.breadcrumb-container a{
    color: #6e6d6d;
    font-weight: 600;
}
.yt-video{
  width: 100%;
  height: 600px;
}

.section-heading{
  /* font-weight: 400; */
  font-size: x-large;
  /* width: fit-content; */
  /* margin: auto; */
  margin-bottom: 20px;
  /* text-align: center; */
}
.products-heading{
  max-width: 1280px;
  margin: 10px auto;   
  font-weight: 600;
  /* text-align: center; */
  font-size: x-large;
}

.facebook{
   color: #316FF6;
}
.instagram{
   color: #dd2a7b
}
.twitter{
   color: #1DA1F2
}
.linkedin{
   color: #0077b5 
}
.youtube{
   color: #CD201F 
}



/* SKELETON */
.skeleton {
  position: relative;
}
.skeleton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
  background-size: 200%;
  border-radius: 10px;
  animation: skeleton 1s infinite reverse;
}
@keyframes skeleton {
  0% {
      background-position: -100% 0;
  }
  100% {
      background-position: 100% 0;
  }
}
/* SKELETON */

.modal{
  top: 5vh;
}

.image{
  overflow: hidden;
}
.image img:hover{
  scale: 1.03 !important;
  transition: all 0.5s ;
}
.margin-left{
  margin-left: 0px !important;
}

.table td, .table th {
  padding: 0.6rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.product-btn{
  margin-top: 10px !important;
  margin-left: 0px !important;
}
@media (min-width:200px) and (max-width: 769px) {
  .theme-btn{
    background-color: #1ABB9B;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    font-size: small !important;
    color: white !important;
  }
  .them-outline-btn{
    /* background-color: #1ABB9B; */
    font-size: small !important;
  }
  .them-outline-btn{
    /* background-color: #1ABB9B; */
    font-size: small !important;
  }
    
    .container{
        padding: 20px;
      }
    .breadcrumb-container{
        font-size: smaller;
    }
    .black-btn{
      font-size: small;
      color: #343a40 !important;
    }
    .h5-mobile h5{
      font-size: medium;
    }
    .section-heading{
      /* font-weight: 400; */
      font-size: large;
      width: fit-content;
      /* margin: auto; */
      margin-bottom: 10px;
      /* text-align: center; */
  }
  .divider{
    /* position: relative; */
    /* margin-top: 90px; */
    height: 1px;
      margin: 10px auto;
  }
  .table td, .table th {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: small;
}
    
}

@media (min-width: 770px) and (max-width: 1350px){
    .breadcrumb-container{
        margin-left: 30px;
    }
    .container{
        padding: 20px;
      }
    .container {
        padding: 20px 30px ;
        margin: auto;
    }
    
.section-heading{
  /* font-weight: 400; */
  font-size: larger;
  /* width: fit-content; */
  /* margin: auto; */
  margin-bottom: 20px;
  /* text-align: center; */
}

}