body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

/*back to top css */

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.heading_container h2 {
  position: relative;
  color: black;
  font-size: 22px;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 30px;
  top: 14%;
  right: -15px;
/*  background: -webkit-gradient(linear, left top, right top, from(#fb930a), to(#f5e47b));
  background: linear-gradient(to right, #00aba0, #00aba0);*/
}

/*header section*/
.hero_area {
  height: 100vh;
  position: relative;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.sub_page .hero_area {
  height: auto;
  background-position: top right;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 100%;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 22px;
  font-weight: 700;
  color: #191919;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  position: relative;
}

.quote_btn-container a .cart_number {
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
}

.quote_btn-container a img {
  width: 20px;
  margin: 0 25px;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 75px;
}

.slider_section .design-box img {
  width: 100%;
}

.slider_section .slider_number-container {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4%;
  text-align: center;
  opacity: .6;
}

.slider_section .slider_number-container hr {
  width: 1px;
  height: 50px;
  border: none;
  background-color: #ffffff;
}

.slider_section .slider_number-container .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-transform: uppercase;
}

.slider_section .detail_box h2 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail_box h2 span {
  margin-right: 10px;
}

.slider_section .detail_box h2 hr {
  margin: 0;
  border: none;
  width: 55px;
  height: 1px;
  background-color: #000000;
}

.slider_section .detail_box h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5rem;
  margin-bottom: 30px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin: 35px 0;
}

.slider_section .detail_box a:hover {
  background-color: transparent;
  color: #0d0806;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  padding: 0;
  margin: 0;
  right: initial;
  bottom: 22%;
  left: 17%;
}

.slider_section .carousel-indicators li {
  text-indent: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background-color: transparent;
  border: none;
  color: #c0c0c0;
  font-size: 24px;
  display: none;
}

.slider_section .carousel-indicators li.active {
  display: block;
}

.item_section .item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item_section .item_container .box {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.15);
}

.item_section .item_container .box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item_section .item_container .box .img-box img {
  width: 200px;
}

.item_section .item_container .box h6 {
  color: #fbb534;
  text-transform: uppercase;
}

.item_section .item_container .box h5 {
  text-transform: uppercase;
}

.item_section .item_container .box:hover {
  -webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
}

.about_section {
  position: relative;
}

.about_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 75px;
}

.about_section .design-box img {
  width: 100%;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box p {
  margin-top: 35px;
  text-align: justify;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin-top: 35px;
  margin-bottom: 50px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0d0806;
}

.about_section .img-box img {
  width: 100%;
}

.price_section {
  background-color: #f8f8f8;
}

.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price_section .price_container .box {
  min-width: 300px;
  max-width: 360px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 10px;
  padding: 45px 0 25px 0;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.price_section .price_container .box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price_section .price_container .box .img-box img {
  width:300px;
}

.price_section .price_container .box h6 {
  font-weight: bold;
  font-size: 18px;
}

.price_section .price_container .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size:22px;
}

.price_section .price_container .box .detail-box h5 span {
  color:#00aba0;
}

.price_section .price_container .box .detail-box a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}

.price_section .price_container .box:hover a {
  border-color: #00aba0;
  color: #00aba0;
}

.price_section .price_btn {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
}

.price_section .price_btn:hover {
  background-color: transparent;
  color: #0d0806;
}

.ring_section {
  text-align: center;
  position: relative;
}

.ring_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ring_section .container {
  -webkit-box-shadow: 0px 0px 56px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 56px 1px rgba(0, 0, 0, 0.08);
}


.ring_section .design-box {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 75px;
}

.ring_section .design-box img {
  width: 100%;
}

.ring_section .ring_container .detail-box h4 {
  text-transform: uppercase;
  color: #00aba0;
}

.ring_section .ring_container .detail-box a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}

.ring_section .ring_container .img-box img {
  width: 100%;
}

.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .secondary_heading {
  text-align: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #00aba0;
  padding: 25px;
  width: 85%;
  margin: 75px auto;
}

.client_section .client_container .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}

.client_section .client_container .client-id .img-box {
  margin-right: 25px;
}

.client_section .client_container .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .client-id h5 {
  font-weight: bold;
}

.client_section .client_container .client-id h6 {
  color: #00aba0;
}

.client_section .client_container .detail-box {
  width: 55%;
}

.client_section .client_container .detail-box p {
  margin: 0;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  opacity: 1;
}

.client_section .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.client_section .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.client_section .carousel-control-prev-icon,
.client_section .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-size: 25px;
}

.client_section .carousel-control-prev-icon {
  background-image: url(../images/prev-black.png);
}

.client_section .carousel-control-prev-icon:hover {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next-icon {
  background-image: url(../images/next-black.png);
}

.client_section .carousel-control-next-icon:hover {
  background-image: url(../images/next.png);
}

.contact_section {
  position: relative;
}

.contact_section .design-box {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  width: 75px;
}

.contact_section .design-box img {
  width: 100%;
}

.contact_section h2 {
  margin-bottom: 65px;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 12px 45px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e47b), to(#fb930a));
background: linear-gradient(to bottom, #00aba0, #43fff3);
  margin-top: 35px;
}

.contact_section .map_container {
  height: 100%;
  padding-bottom: 110px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section {
  background-color: #363636;
  color: #ffffff;
}

.info_section .info_container .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 10px 45px 10px;
  background-color: #ffffff;
  width: 200px;
  border-radius: 0 0 50px 50px;
}

.info_section .info_container .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_container .info_logo a img {
  width: 150px;
  margin-right: 10px;
}

.info_section .info_container .info_logo a span {
  text-transform: uppercase;
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}

.info_section .info_container .info_contact {
  padding: 115px 10px 45px 10px;
}

.info_section .info_container .info_contact a {
  color: #ffffff;
}

.info_section .info_container .info_contact a img {
  margin-right: 10px;
}

.info_section .info_heading {
  text-transform: uppercase;
  margin: 20px 0;
  position: relative;
}

.info_section .info_heading::before {
  content: "";
  width: 45px;
  height: 5px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  background-color: #00aba0;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_form form .email_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_form form label {
  color: #5a5959;
}

.info_section .info_form form input {
  width: 500px;
  border: none;
  background-color: #ffffff;
  outline: none;
  padding: 5px;
}

.info_section .info_form form button {
  padding: 8px 65px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e47b), to(#fb930a));
background: linear-gradient(to bottom, #00aba0, #43fff3);
  margin-top: 35px;
  text-transform: uppercase;
}

.info_section .info_social {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box img {
  min-width: 10px;
  margin: 0 10px;
}

/* footer section*/
.footer_section {
  background-color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #9c9b9b;
  margin: 0;
  text-align: center;
  padding: 20px 35px;
  margin: 0;
}

.footer_section a {
  color: #9c9b9b;
}
/*# sourceMappingURL=style.css.map */




/*new design css start */
/*Start Product Page Css*/

.icon-bar {

  position: fixed;

  top: 50%;

  z-index: 500;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.icon-bar a {

  display: block;

  text-align: center;

  padding: 16px;

  transition: all 0.3s ease;

  color: white;

  font-size: 20px;

}



.icon-bar a:hover {

  background-color: #000;

}



.facebook {

  background: #3B5998;

  color: white;

}



.twitter {

  background: #55ACEE;

  color: white;

}



.fa-pinterest {

  background: #cb2027;

  color: white;

}



.fa-instagram {

  background: #125688;

  color: white;

}



.linkedin {

  background: #007bb5;

  color: white;

}



.youtube {

  background: #bb0000;

  color: white;

}



.product-page{

 

  margin:50px 0px 20px 0px;

}

.product-page1{



  margin:50px 0px 20px 0px;

}

.product-page1 h1{

  font-size: 30px;

    color:#000000;

  font-weight: 600;

 font-family: 'work Sans',sans-serif;

}

.product-page2{
margin-top: 10px;
 

}

.product-page2 h2{

  font-size: 25px;

     color:#323131;

   text-align:center;

   margin-left: -28px;

   float: left;

 font-family: 'work Sans',sans-serif;

}

.product-page2 h3{

 font-size: 18px;

    color: #323131;

    text-align: center;

    margin-left: -262px;

    margin-top:48px;

    float: left;

    font-family: 'work Sans',sans-serif;

}

.product-page2 span{

color:red;

font-family: 'work Sans',sans-serif;

font-weight:bold;

}

.product-page2 p{

 font-size: 14px;

    color: #323131;

    text-align: center;

    margin-left: -261px;

    margin-top:68px;

    float: left;

    font-family: 'work Sans',sans-serif;

}

.dis-price{

    margin-left:236px;

}

.product-page-star{

  margin: 0px 0px 10px -15px;

}

.product-page-star2{

  margin-left: -90px;

  margin-top: 10px;

}

.product-page4{

  margin:20px 0px 0px 0px;

  border-bottom: 1px solid grey;

}

.product-page4 p{

  font-family: 'work Sans', sans-serif;

    font-size: 17px;

    margin-left: -10px;



}
.product-page5 {
  margin-top: 10px;
}
.product-page5 h2{

  font-family: 'work Sans', sans-serif;

    font-size: 20px;

    margin-left: -12px;

}

.product-page5 p{

  font-family: 'work Sans', sans-serif;

    font-size: 17px;

    margin-left: -10px;

}

.product-page6{

  margin:15px 0px 0px 0px;

}

.product-page6 button{

  width:22%;

  height: 40px;

  border: none;

  background-color: black;

  color: white;

  font-size: 22px;

  font-weight: 700;

   margin-left: -5px;

   font-family: 'work Sans', sans-serif;

}

.product-page6 button:hover{

    background-color: white;

  color: black;

    font-weight: 700;

  font-size: 22px;

     font-family: 'work Sans',sans-serif;

  border:2px solid black;

   font-weight: 600;



}

.product-page7{

  margin:20px 0px 0px 0px;

}

.product-page7 h2{

  font-size: 25px;

     color:#323131;

     text-decoration: underline;

     margin-left: 60px;

 font-family: 'work Sans',sans-serif;

}

.product-page8{

  margin:20px 0px 20px 0px;

}



.product-page9{



}

/* Style the tab */

.tab {

  overflow: hidden;

  background-color: #f1f1f1;

}



/* Style the buttons inside the tab */

.tab button {

  background-color: inherit;

  float: left;

  border: none;

  outline: none;

   font-family: 'work Sans',sans-serif;

  cursor: pointer;

  padding: 14px 16px;

  margin-left: 50px;

  transition: 0.3s;

  font-size: 20px;

}



/* Change background color of buttons on hover */

.tab button:hover {

  background-color: #ddd;

}



/* Create an active/current tablink class */

.tab button.active {

  background-color: #ccc;

}



/* Style the tab content */

.tabcontent {

  display: none;

  padding: 6px 12px;

  line-height:25px;

  border-top: none;

  height: 260px;

  margin-left: 50px;

}

.product-page10{

margin: 0px 0px 0px -65px;



}

.product-page10 h2{

   font-size: 20px;

     color:black;

     background-color: white;

     border:2px solid black;

     font-weight: 700;

     margin-left: 90px;

     padding:5px;

     margin-right: 70px;

     margin-top: -30px;

 font-family: 'work Sans',sans-serif;

 text-align:center;

}

.product-left{

  margin-left: 55px;

}

/*new product design*/

.amazon-design{

  border-top:1px solid lightgrey;

    border-bottom:1px solid lightgrey;

}

.amazon-design h2{

   font-family: 'work Sans',sans-serif;

font-weight: 600;

font-size: 22px;

 color: #111;

}

.amazon-design b{

  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

  font-weight: bold;

}

.amazon-design p{

   font-family: 'work Sans',sans-serif;

     color: #111;

}
.amazon-design1 {
  margin-top: 20px;
}
.amazon-design1 h2{

   font-family: 'work Sans',sans-serif;

font-weight: 600;

font-size: 22px;

 color: #111;

}

.amazon-design1 img{

   display: block;

  margin-left: auto;

  margin-right: auto;

}

.amazon-design1 p{

   font-family: 'work Sans',sans-serif;

     color: #111;

     text-align: justify;

     padding:0px 85px 0px 85px;

     margin-top: 2%;



}





.amazon-design2 h2{

   font-family: 'work Sans',sans-serif;

font-weight: 600;

font-size: 16px;

 color: #111;

 margin-left: 86px;

 margin-top: 5px;

}

.amazon-design2 ul{

  margin-left: 63px;

}

.amazon-design2 ul li {

     font-family: 'work Sans',sans-serif;

     padding-top: 10px;

}

/*.amazon-design3{

  border: 1px solid red;

}*/

.left-margin{

  margin-left:73px! important;

}

.amazon-design3 img{

  margin-left: -15px;

  margin-top: 5px;

}

/*.amazon-design4{

  border: 1px solid red;

}*/

.amazon-design4 h2{

   font-family: 'work Sans',sans-serif;

   font-size: 17px;

   margin-top:10px;

    color: #111;

    font-weight: 600;

}

.amazon-design4 h3{

   font-family: 'work Sans',sans-serif;

   font-size: 17px;

 color: #555!important;

 margin-top: 0px;



}

.amazon-design4 b{

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

  font-weight: bold;

}

.amazon-design4 p{

   font-family: 'work Sans',sans-serif;

     color: #111;

     text-align: justify;

}

.amazon-design5{

  background-color:#f3f3f3;

  border: 1px solid lightgrey;

  border-radius: 5px;

}

.amazon-design5 ul{

  margin-left: -20px;

}

.amazon-design5 ul li{

   font-family: 'work Sans',sans-serif;

     padding: 0px 10px; 

      color: #111;

}

.amazon-design6 {

  border-left: 1px solid lightgrey;



}

.amazon-design6 p{

   font-family: 'work Sans',sans-serif;

     color: #111;

     text-align: justify;

}

.amazon-design6 b{

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

  font-weight: bold;

}

.amazon-design7{

  background-color:#f3f3f3;

  border: 1px solid lightgrey;

  border-radius: 5px;

}

.amazon-design7 ul{

  margin-left: -20px;

}

.amazon-design7 ul li{

   font-family: 'work Sans',sans-serif;

     padding: 4px 10px; 

      color: #111;

}

.amazon-design8{

margin-top: 10px;

}

.amazon-design9 {

margin-top: 20px;

margin-left: -42px;

}

.amazon-design9 h2{

    font-family: 'work Sans',sans-serif;

   font-size: 17px;

    color: #111;

    font-weight: 600;

}

.amazon-design9 h3{

    font-family: 'work Sans',sans-serif;

   font-size: 15px;

    color: #111;

    margin-top: 0px;

    font-weight: 600;

}

.amazon-design9 p{

   font-family: 'work Sans',sans-serif;

     color: #111;

     text-align: justify;

}
.amazon-design10{
  margin-top: 20px;
}
.amazon-design10 h2{

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

   font-size: 16px;

    color: #111;

    font-weight: 600;

}



.amazon-design10 h3{

    font-family: 'work Sans',sans-serif;

   font-size: 16px;

    color: #111;
    margin-top: 15px;



}

.amazon-design10 p{

   font-family: 'work Sans',sans-serif;

     color: #111;

   padding: -5px 5px;

}

.amazon-design11{

  margin: 20px 0px 20px 0px;

}

.amazon-design11 img{

   display: block;

  margin-left: auto;

  margin-right: auto;

}

/*ens new product design*/

@media screen and (max-width:600px){

  .product-left{

  margin-left: 0px;

}

.product-page-star{

  margin: 0px 0px 0px -5px;

}

.product-page-star2{

  margin-left: -10px;

  margin-top: 18px;

}

.product-page6 button{

  width:100%;

}

.product-page10 h2{

   font-size: 20px;

     color:black;

     border:2px solid black;

     font-weight: 700;

     margin-left: 0px;;

     margin-top: 0px;

 font-family: 'work Sans',sans-serif;

 text-align:center;

}

.product-page10{

margin: 0px 0px 0px 0px;



}

.product-page7 h2{

  font-size: 25px;

     color:#323131;

text-align:center;

margin-left: 2px;

     font-family: 'work Sans',sans-serif;

}

.icon-bar a {

  display: block;

  text-align: center;

  padding: 16px;

  transition: all 0.3s ease;

  color: white;

  font-size: 10px;

}

.icon-bar {

  position: relative;

 

}

.product-page1 h1{

  font-size: 25px;

  text-align: center;

    color:#000000;

  font-weight: 600;

 font-family: 'work Sans',sans-serif;

}

.product-page2 h2{

  font-size: 22px;

  text-align: center;

    color:#000000;

  font-weight: 600;

    margin-left: -25px;

 font-family: 'work Sans',sans-serif;

}

.product-page2 h3{

 font-size: 18px;

    color: #323131;

    text-align: center;

    margin-left: -232px;

    margin-top:45px;

    float: left;

    font-family: 'work Sans',sans-serif;

}



.product-page2 p{

 font-size: 14px;

    color: #323131;

    text-align: center;

    margin-left: -232px;

    margin-top:65px;

    float: left;

    font-family: 'work Sans',sans-serif;

}

.dis-price{

    margin-left:208px;

}

.product-page4 p {

    font-family: 'work Sans', sans-serif;

    font-size: 17px;

    margin-left: -10px;

    margin-top: 85px;

}

.tab button {

  background-color: inherit;

  float: left;

  border: none;

  outline: none;

   font-family: 'work Sans',sans-serif;

  cursor: pointer;

  padding: 14px 16px;

  margin-left: 0px;

  transition: 0.3s;

  font-size: 20px;

}



.tabcontent {

  display: none;

  padding: 6px 12px;

  border-top: none;

  height: auto;

  font-family: 'work Sans',sans-serif!important;

  margin-left: 0px;

}

.amazon-design h2{

   font-family: 'work Sans',sans-serif;

   text-align: center;

}

.amazon-design1 p{

   font-family: 'work Sans',sans-serif;

     color: #111;

     text-align: justify;

 padding:0px 0px 0px 0px;

     margin-top: 4%;



}

.amazon-design2 h2{

   font-family: 'work Sans',sans-serif;

font-weight: 600;

font-size: 16px;

 color: #111;

 margin-left: 0px;

 margin-top: 5px;

}

.amazon-design2 ul{

  margin-left: -20px;

}

.amazon-design9 {

margin-top: 20px;

margin-left: 0px;

}

.amazon-design10 img{

     display: block;

  margin-left: auto;

  margin-right: auto;

}

.amazon-design10 h3{

    font-family: 'work Sans',sans-serif;

   font-size: 16px;

    color: #111;

    text-align: center;



}

.amazon-design10 p{

   font-family: 'work Sans',sans-serif;

     color: #111;

   padding: -5px 5px;

   text-align: center;

}

.left-margin{

  margin-left:0px! important;

}

.amazon-design1 h2{

   font-family: 'work Sans',sans-serif;

font-weight: 600;

font-size: 22px;

text-align: center;

 color: #111;

}

.amazon-design10 h2{

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

   font-size: 16px;

    color: #111;

    font-weight: 600;

    text-align: center;

}

.amazon-design9 h2{

    font-family: 'work Sans',sans-serif;

   font-size: 17px;

    color: #111;

    font-weight: 600;

    text-align: center;

}

.amazon-design9 h3{

    font-family: 'work Sans',sans-serif;

   font-size: 15px;

    color: #111;

    margin-top: 0px;

    font-weight: 600;

    text-align: center;

}

}




/*new design css end */


/*faq code*/




.content {
  width: 80%;
  padding: 0;
  margin: 0 auto;

}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

/*Question*/
.question {
  position: relative;
  background: #f9f9f9;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;
  
}

/*my-code1 with products page*/
.my-code1{
  margin: 80px 0px 20px 0px;
}
.my-code1 h2{
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}
.my-code1 p{
 font-family: 'Nunito Sans', sans-serif;
 font-size: 18px;
 color: black;
}
.my-code2{
  margin: 40px 0px 20px 0px;
}
.my-code2 img{
  width: 100%;
}
.my-code3{
  margin: 40px 0px 20px 0px;
  background-color: #dfdfdf36;
  height: 300px;
}
.my-code3 h3{
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: bold;
  color: black;
  padding: 10px 10px;
  text-align: center;
}
.my-code3 p{
font-family: 'Roboto', sans-serif;
 font-size: 14px;
 color: black;
   padding: 5px 10px;
   text-align: center;
}


/*product faq css*/

main {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 30px 60px 30px;
    text-align: left;
}

.faqs-grid {}

.faqs-item {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    border-top: 1px solid black;
/*    background-color: rgba(0, 0, 0, 0.5);*/
}

.faqs-title {
    display: flex;
    position: relative;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    outline: none;
    transition: 0.4s;
}

.active,
.faqs-title:hover {
/*    background-color: rgba(0, 0, 0, 1);*/
color:black;
}

.faqs-title:after {
    content: '\002B';
    color: black;
    font-weight: normal;
    float: right;
    margin-left: auto;
    font-size: 24px;
    line-height: 1;
    padding-left: 20px;
}

.active:after {
   /* content: "\2212";*/
}

.faqs-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faqs-content-inside {
    padding: 20px;
}

.my-code4{
   margin: 40px 0px 20px 0px;
}
.my-code4 h2{
    font-family: 'Roboto', sans-serif;
  font-size: 35px;
  text-align: center;
}

.my-code5 {
 margin: 30px 0px 20px 0px;
}
.my-code5 img{
  width: 100%;
}
/*end product faq css*/




