@import url('https://fonts.googleapis.com/css?family=Muli');

*{
    padding: 0;
    margin: 0;
}
body{
    font-family: Muli;
}
@media (max-width: 2560px) and (min-width: 769px) {
    html {
      font-size: calc(7px + (20 - 7) * ((100vw - 768px) / (2560 - 768)));
    }


    .image-height{
    height: 200px;
    }
    .navleftselect{
        border: none;
        padding-top: 6%;
        font-size: small;
        font-weight: bold;
    }
    .navrightul{
        margin-top: 2%;
        margin-right: auto;
    }
    .navitemsizeleft{
        font-size: small;
        font-weight: bold;
    }
   
    /* .navrightulli{
        margin-left: 1%;
    } */
    .navrightimg{
        height: 50%;
        margin-top: 10%;
        width: 30%;
    }
    .navrightselect{
        border: none;
        padding-top: 3%;
        padding-left: 12%;
        font-weight: bold;
        font-size: small;
    }
    .navitemsizeright{
        margin-left: 5%;
        font-size: small;
        font-weight: bold;
    }
    .navbtnrightouter{
        margin-left: 20px;
    }
    .navbtnrightiner{
        font-size: small;
        color: white;
        border: none;
       padding: 5px 25px;
        background-color: #000;
        border-radius: 25px;
    }
    .line{
        margin-bottom: 0%;
        
    }
    .firstpart{
        background-image: linear-gradient(to bottom, #E7E9E8, #fff);
        padding-top: 3%;
        padding-right: 10%;
        padding-left: 10%;

    }
    .firstpartcontbackground{
        background-image: url("image/Group\ 16284.png");
        height: 610px;
        width: 100%;
       border-radius:50px;
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
         }
    .firstpartcontcol1{
        margin-top: 15%;
        margin-left: 6%;
    }
    .firstpartcontcol1inputgroup{
        
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    }
    .firstpartcontcol1span1{
        background-color: white;
        border: none;
        font-weight: bold;
        padding-top: 0%;
        padding-bottom: 0%;
        border-radius: 5px;
    }
    .firstpartcontcol1image1{
        margin-right: 10%;
    }
    .firstpartcontcol1span2{
        background-color: white;
        border: none;
        font-weight: bold;
       padding-left: 10%;
    }
    .firstpartcontcol1image2{
        background-color: white;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .firstpartcontcol1input{
        border: none;
        border-radius: 5px;
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: medium;
        font-weight: 500;
    }
    .firstpartcontcol2{
        margin-left: 6%;
    }
    .firstpartcontcol2heading{
        color: white;
        font-size: 30px;
        font-weight: bold;
    }
    .firstpartcontcol2para{
        color: white;
        font-size: large;
        font-weight: 600;
        margin-top: 3%;
    }
    .firstpartcontcol2btn{
        background-image: linear-gradient(to right, #1E1915, #483F36);
        color: white;
        font-size: large;
        border: 3px solid white;
        border-radius: 50px;
        margin-top: 4%;
        padding-top: 1.5%;
        padding-bottom: 3%;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 1.5%;
    }
    
    .secondpart{
        margin-top: 5%;
        padding-left: 7%;
        padding-right: 7%;
    }
    * { box-sizing: border-box; }
    .carousel1st {
        margin: 0px auto 0px;
        padding: 0px;
        background-color: #fff;
      }
      
      .carousel-cell {
        width: 28%;
        height: auto;
        margin-right: 5%;
        border-radius: 5px;
        counter-increment: carousel-cell;
      }
    .flickity-page-dots{
    position: relative;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
      }
    .flickity-page-dots .dot{
        height: 25px;
        width: 25px;
        border-radius: 50px;
        cursor: pointer;
        outline: none;
        margin: 0 5px;
        background: #707070 !important;
        transition: all 0.3s ease;
      }
      .flickity-prev-next-button{
        top: 0%;
        width: 0px;
        height: 0px;
        border-radius: 50%;
        transform: translateY(-50%);
      }
      /* .owl-dot:hover,
      .owl-dot.active{
        background-color: #1D1815 !important;
      } */
      .secondpartsecondcont{
          margin-top: 5%;
      }
          .secondpartcardspan1{
              padding-left: 0%;
              background: none;
              border: none;
          }
          .secondpartcardspan1inerspan{
padding-left: 4%;
          }
          .secondpartcol2btn{
            background-image: linear-gradient(to right, #1E1915, #493F36);
            color: #fff;
            font-size: large;
            font-weight: bold;
            padding-top: 1.5%;
            padding-bottom: 1.5%;
            padding-left: 10%;
            padding-right: 10%;
            border-radius: 50px;
          }
    
.thirdpart{
    margin-top: 3%;
    background-color: #E7E9E8;
          }
/* Slider 3 */
.thirdpartinnercont{
    background-color: #E7E9E8;
    padding-top: 3%;
    padding-bottom: 3%;
	display: flex;
	transform: translateX(0);
	transition: all 0.5s ease;
}
/* .thirdpartinnercontcol{
    padding-right: 5%;
} */
.thirdpartinnercontbox{	
	background-color: #fff;
	padding-right: 5%;
	height: 250px;
    margin-left: 5%;
    margin-right: 5%;
	border-radius: 10px;
}
.thirdpartcardsimg{
	position: relative;
	width: 35%;
	padding-left: 10%;
	padding-top: 10%;
}
.thirdpartcardsheading{
	font-size: x-large;
	font-weight: bold;
	padding-left: 10%;
}
.thirdpartcardspara{
	margin-top: 3%;
	padding-left: 10%;
	font-size: small;
	color: #8D9598;
}
.arrow{
	position: absolute;
	top: 0%;
	right: -27px;
	width: 8%;
    cursor: pointer;
}
.arrowimg{
    width: 75%;
}
.partfourcont{
    margin-top: 3%;
}
.partfourcontheading{
    font-size: 30px;
    font-weight: bold;
}
.partfourrow2{
    display: flex;
  align-items: center;
  justify-content: center;
    margin-top: 3%;
}
.partfourcol2img{
    width: 100%;
}
.partfivecont{
    margin-top: 5%;
    background-image: url("image/Group\ 16290.png");
    width: 100%;
  height: auto;
   border-radius:50px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}
.partfivecontcol1{
    padding-top: 12%;
    padding-left: 14%;
}
.partfivecontheading{
font-size: 45px;
font-weight: bold;
color: #fff;
}
.partfivecontpara{
font-size: 23px;
font-weight: bold;
padding-top: 5%;
color: #fff;
}
.partfivecontbtn{
    margin-top: 5%;
font-size: x-large;
font-weight: bold;
background-color: #fff;
color: #000;
padding-top: 2.5%;
padding-bottom: 2.5%;
padding-left: 16%;
padding-right: 16%;
border-radius: 50px;
margin-bottom: 25%;
}
.partsixcont{
    margin-top: 8%;
}
.partsixcontcol1{
    padding-left: 10%;
}
.partsixcontheading{
    font-size: 45px;
    font-weight: bold;
}
.partsixcontpara{
    font-size: large;
    font-weight: bold;
    color: #646464;
}
.partsixcontpara u{
    color: #000;
}
.partsixcontimg{
    margin-top: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/* .partsixcontcol2{
margin-top: 5%;
} */
/* .partsixcontcol2faqitem{
    border: 1px solid #000;
   
} */

  
  
  input {
    display: none;
  }
  
  label {
    display: flex;
    width: 100%;
    cursor: pointer;
    padding-left: 4%;
    /* border: 3px solid #3E474F; */
    box-shadow: 2px 2px 4px 0px grey;
    border-radius: 5px;
    user-select: none;
  }
  
  label div:first-child {
    width: 100%;
    line-height: 45px;
    margin-left: 10px;
    font-size: 1.2em;
  }
  
  .cross{
    margin-right:15px;
    margin-top:3px;
  }
  
  .cross:before,.cross:after {
    content: '';
    border-top: 2px solid #3E474F;
    width: 15px;
    font-weight: bold;
    display: block;
    margin-top: 18px;
    transition: 0.3s;
  }
  
  .cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
  }
  
  .content {
    box-sizing: border-box;
    font-size: 0.9em;
    margin: 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
  }
  
  input:checked ~ .content {
    max-height: 400px;
    transition: max-height, 1s;
  }
  
  input:checked ~ label .cross:before {
    transform: rotate(180deg);
  }
  
  input:checked ~ label .cross:after {
    transform: rotate(0deg);
  }
  
  .questions{
    margin-top:20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
  }
  
  .questions label{
    border:none;
    box-shadow: none;
    margin:0;
  }
  
  input:checked ~ .questions {
    max-height: 400px;
    border-bottom:2px solid #3E474F;
    transition: 1s;
  }
  
  
.partsixcontcol2faqbtn{
    color: #000;
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 1%;
    background-color: white;
    font-weight: bold;
    font-size: large;
    border: none;
}
.partsixcontcol2faqpara{
    color: #8D9598;
    padding-left: 5%;
    background-color: white;
    padding-right: 20%;
    padding-bottom: 5%;  
}
.partsevencont{
    margin-top: 10%;
    background-image: url("image/Intersection\ 1.png");
    width: 100%;
  height: 650px;
   border-radius:50px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}
.partsevencontcol1{
    margin-top: 13%;
}
.partsevencontcol1para1{
    font-size: 22px;
    color: #fff;
}
.partsevencontcol1heading{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.partsevencontcol1para2{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.partsevencontcol1btn{
    margin-top: 5%;
    padding-right: 7%;
    padding-left: 7%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50px;
}
.partsevenrightpart{
    padding-left: 10%;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bbb_viewed {
    padding-top: 51px;
    padding-bottom: 60px;
    background: #eff6fa
}

.bbb_main_container {
    background-color: #fff;
    padding: 11px
}

.bbb_viewed_title_container {
    border-bottom: solid 1px #dadada
}

.bbb_viewed_title {
    margin-bottom: 16px;
    margin-top: 8px
}

.bbb_viewed_nav_container {
    position: relative;
   
    bottom: 10%;
    float: right;
}
.partsevencontcol2image{
    width: 80%;
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

/* .bbb_viewed_nav i {
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
} */

.bbb_viewed_nav:hover i {
    color: #606264
}

.bbb_viewed_prev {
    margin-right: 0%
}

.bbb_viewed_slider_container {
    padding-top: 14%;
}
.owl-item{
    width: 100%;
    /* border-radius: 20px; */
    /* height: 500px; */
}
.bbb_viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.bbb_viewed_image {
   width: 30%;
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_para {
   color: #646464;
   font-size: 20px;
   text-align: justify;
}



.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

.bbb_viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: ''
}

.bbb_viewed_name {
    margin-top: 10%;
   
}

.bbb_viewed_name a {
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    color: #14395B;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_name a:hover {
    color: #0e8ce4
}

.item_marks {
    position: absolute;
    top: 18px;
    left: 18px
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount {
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}
.lastpartfluidcont{
    margin-top: 5%;
    background-color: #E7E9E8;
}
.lastpartinercont{
    padding-left: 7%;
    padding-right: 7%;
}
.lastpartcontcol1{
    margin-top: 3%;
    padding-left: 8%;
}
.lastpartcontcol1para1{
font-size: small;
color: #1D1815;
}
.lastpartcontcol1para2{
    margin-top: 20%;
    color: #1D1815;
}
.lastpartcontcol1rowiner{
    padding-bottom: 10%;
}
.lastpartcontcol2{
    margin-top: 5%;
    padding-left: 8%;
}
.lastpartcol2cols{
margin-top: 5%;
}
.lastpartcontcol2a{
    text-decoration: none;
    color: #1D1815;
    font-weight: bold;
}
.lastpartcontcol3{
    margin-top: 4%;
    padding-left: 8%;
}
.accordion .accordion-item {
    border-bottom: 1px solid #000;
    background: none;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #0000;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
  
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
   
    border: 1px solid #000;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: medium;
    font-weight: bold;
    color: #000;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    color: gray;
    right: 0;
    width: 22px;
    height: 22px;
   
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] {
    color: #000;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
      color: #000;
    font-size: 1rem;
    font-weight: 300;
  }
  .footerbackgroundcolor{
      background-color: #707070;
  }
  .footercont{
    padding-left: 12%;
    padding-right: 12%;
  }
  .footercol1para{
      color: #fff;
      font-weight: bold;
      padding-top: 2%;
      padding-bottom: 2%;
      margin-bottom: 0%;
  }
  .footercol2para{
      color: #fff;
      font-weight: bold;
      padding-top: 7%;
      padding-bottom: 2%;
      margin-bottom: 0%;
  }
}
@media (max-width: 768px) and (min-width: 431px)  {
    html {
      font-size: calc(7px + (12 - 7) * ((100vw - 320px) / (767 - 320)));
    }
    .navleftselect{
        border: none;
        padding-top: 0%;
        padding-left: 0%;
        font-size: small;
        font-weight: bold;
    }
    .navrightul{
        margin-top: 2%;
        margin-right: auto;
    }
    .navitemsizeleft{
        font-size: small;
        font-weight: bold;
    }
   
    /* .navrightulli{
        margin-left: 1%;
    } */
    .navrightimg{
        height: 50%;
        margin-top: 5%;
        width: 30%;
    }
    .navrightselect{
        border: none;
        padding-top: 3%;
        padding-left: 12%;
        font-weight: bold;
        font-size: small;
    }
    .navitemsizeright{
        margin-left: 0%;
        font-size: small;
        font-weight: bold;
    }
    .navbtnright{
        font-size: small;
        color: white;
        border: none;
        /* padding-right: 3%;
        padding-left: 3%; */
        background-color: #000;
        border-radius: 25px;
    }
    .navbtnrightouter{
        margin-left: 0%;
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .navbtnrightiner{
        font-size: small;
        color: white;
        border: none;
       padding: 5px 25px;
        background-color: #000;
        border-radius: 25px;
    }
    .line{
        margin-bottom: 0%;
        
    }
    .firstpart{
        background-image: linear-gradient(to bottom, #E7E9E8, #fff);
        padding-top: 3%;
        padding-right: 10%;
        padding-left: 10%;

    }
    .firstpartcontbackground{
        background-image: url("image/Group\ 16284.png");
        height: 610px;
        width: 100%;
       border-radius:50px;
        background-position: center; 
        background-repeat: no-repeat; 
        background-size: cover; 
         }
    .firstpartcontcol1{
        margin-top: 30%;
        margin-left: 6%;
        padding-left: 0%;
        padding-right: 0%;
    }
    .firstpartcontcol1inputgroup{
        
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    }
    .firstpartcontcol1span1{
        background-color: white;
        border: none;
        font-size: x-small;
        font-weight: bold;
        padding-top: 0%;
        padding-bottom: 0%;
        border-radius: 5px;
    }
    .firstpartcontcol1image1{
        width: 20%;
        margin-right: 10%;
    }
    .firstpartcontcol1span2{
        background-color: white;
        border: none;
        font-weight: bold;
       padding-left: 5%;
    }
    .firstpartcontcol1image2{
        width: 5%;
        background-color: white;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .firstpartcontcol1input{
        border: none;
        border-radius: 5px;
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: mall;
        font-weight: 500;
    }
    .firstpartcontcol2{
        margin-left: 6%;
    }
    .firstpartcontcol2heading{
        color: white;
        font-size: 20px;
        font-weight: bold;
    }
    .firstpartcontcol2para{
        color: white;
        font-size: small;
        font-weight: 600;
        margin-top: 3%;
    }
    .firstpartcontcol2btn{
        background-image: linear-gradient(to right, #1E1915, #483F36);
        color: white;
        font-size: large;
        border: 3px solid white;
        border-radius: 50px;
        margin-top: 25%;
        padding-top: 1.5%;
        padding-bottom: 3%;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 1.5%;
    }
    
    .secondpart{
        margin-top: 5%;
        padding-left: 7%;
        padding-right: 7%;
    }
    * { box-sizing: border-box; }
    .carousel1st {
        margin: 0px auto 0px;
        padding: 0px;
        background-color: #fff;
      }
      
      .carousel-cell {
        width: 28%;
        height: auto;
        margin-right: 5%;
        border-radius: 5px;
        counter-increment: carousel-cell;
      }
    .flickity-page-dots{
    position: relative;
    width: 100%;
    bottom: -35px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
      }
    .flickity-page-dots .dot{
        height: 15px;
        width: 15px;
        border-radius: 50px;
        cursor: pointer;
        outline: none;
        margin: 0 5px;
        background: #707070 !important;
        transition: all 0.3s ease;
      }
      .flickity-prev-next-button{
        top: 0%;
        width: 0px;
        height: 0px;
        border-radius: 50%;
        transform: translateY(-50%);
      }
      /* .owl-dot:hover,
      .owl-dot.active{
        background-color: #1D1815 !important;
      } */
      .secondpartsecondcont{
          margin-top: 10%;
      }
          .secondpartcardspan1{
              padding-left: 0%;
              background: none;
              border: none;
          }
          .secondpartcardspan1inerspan{
padding-left: 4%;
          }
          .secondpartcol2btn{
            background-image: linear-gradient(to right, #1E1915, #493F36);
            color: #fff;
            font-size: large;
            font-weight: bold;
            padding-top: 1.5%;
            padding-bottom: 1.5%;
            padding-left: 10%;
            padding-right: 10%;
            border-radius: 50px;
          }
    
.thirdpart{
    margin-top: 6%;
    background-color: #E7E9E8;
          }
/* Slider 3 */
.thirdpartinnercont{
    background-color: #E7E9E8;
    padding-top: 3%;
    padding-bottom: 3%;
	display: flex;
	transform: translateX(0);
	transition: all 0.5s ease;
}
/* .thirdpartinnercontcol{
    padding-right: 5%;
} */
.thirdpartinnercontbox{	
	background-color: #fff;
	padding-right: 5%;
	height: 200px;
    margin-left: 0%;
    margin-right: 0%;
	border-radius: 10px;
}
.thirdpartcardsimg{
	position: relative;
	width: 35%;
	padding-left: 10%;
	padding-top: 10%;
}
.thirdpartcardsheading{
	font-size: medium;
	font-weight: bold;
	padding-left: 10%;
}
.thirdpartcardspara{
	margin-top: 3%;
	padding-left: 10%;
	font-size: xx-small;
	color: #8D9598;
}
.arrow{
	position: absolute;
	top: 0%;
	right: -30px;
	width: 10%;
    cursor: pointer;
}
.arrowimg{
    width: 75%;
}
.partfourcont{
    margin-top: 3%;
}
.partfourcontheading{
    font-size: 20px;
    font-weight: bold;
}
.partfourrow2{
    display: flex;
  align-items: center;
  justify-content: center;
    margin-top: 3%;
}
.partfourcol2img{
    width: 100%;
}
.partfivecont{
    margin-top: 5%;
    background-image: url("image/Group\ 16290.png");
    width: 100%;
  height: auto;
   border-radius:50px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}
.partfivecontcol1{
    padding-top: 6%;
    padding-left: 14%;
}
.partfivecontheading{
font-size: 25px;
font-weight: bold;
color: #fff;
}
.partfivecontpara{
font-size: 12px;
font-weight: bold;
padding-top: 5%;
color: #fff;
}
.partfivecontbtn{
    margin-top: 5%;
font-size: medium;
font-weight: bold;
background-color: #fff;
color: #000;
padding-top: 1.5%;
padding-bottom: 1.5%;
padding-left: 8%;
padding-right: 8%;
border-radius: 50px;
margin-bottom: 25%;
}
.partsixcont{
    margin-top: 8%;
}
.partsixcontcol1{
    padding-left: 10%;
}
.partsixcontheading{
    font-size: 25px;
    font-weight: bold;
}
.partsixcontpara{
    font-size: small;
    font-weight: bold;
    color: #646464;
}
.partsixcontpara u{
    color: #000;
}
.partsixcontimg{
    margin-top: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/* .partsixcontcol2{
margin-top: 5%;
} */
/* .partsixcontcol2faqitem{
    border: 1px solid #000;
   
} */

  
  
  input {
    display: none;
  }
  
  label {
    display: flex;
    width: 100%;
    cursor: pointer;
    padding-left: 4%;
    box-shadow: 2px 2px 4px 0px grey;
    border-radius: 5px;
    user-select: none;
  }
  
  label div:first-child {
    width: 100%;
    line-height: 45px;
    margin-left: 10px;
    font-size: 9px;
  }
  
  .cross{
    margin-right:15px;
    margin-top:3px;
  }
  
  .cross:before,.cross:after {
    content: '';
    border-top: 2px solid #3E474F;
    width: 15px;
    font-weight: bold;
    display: block;
    margin-top: 18px;
    transition: 0.3s;
  }
  
  .cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
  }
  
  .content {
    box-sizing: border-box;
    font-size: 0.9em;
    margin: 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
  }
  
  input:checked ~ .content {
    max-height: 400px;
    transition: max-height, 1s;
  }
  
  input:checked ~ label .cross:before {
    transform: rotate(180deg);
  }
  
  input:checked ~ label .cross:after {
    transform: rotate(0deg);
  }
  
  .questions{
    margin-top:20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
  }
  
  .questions label{
    border:none;
    box-shadow: none;
    margin:0;
  }
  
  input:checked ~ .questions {
    max-height: 400px;
    border-bottom:2px solid #3E474F;
    transition: 1s;
  }
  
  
.partsixcontcol2faqbtn{
    color: #000;
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 1%;
    background-color: white;
    font-weight: bold;
    font-size: large;
    border: none;
}
.partsixcontcol2faqpara{
    color: #8D9598;
    padding-left: 5%;
    background-color: white;
    padding-right: 20%;
    padding-bottom: 5%;  
}
.partsevencont{
    margin-top: 15%;
    background-image: url("image/Intersection\ 1.png");
    width: 100%;
  height: 450px;
   border-radius:50px;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}
.partsevencontcol1{
    margin-top: 13%;
}
.partsevencontcol1para1{
    font-size: 12px;
    color: #fff;
}
.partsevencontcol1heading{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.partsevencontcol1para2{
    margin-top: 15%;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
}
.partsevencontcol1btn{
    margin-top: 5%;
    padding-right: 7%;
    padding-left: 7%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 9px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50px;
}
.partsevenrightpart{
    padding-left: 10%;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bbb_viewed {
    padding-top: 51px;
    padding-bottom: 60px;
    background: #eff6fa
}

.bbb_main_container {
    background-color: #fff;
    padding: 11px
}

.bbb_viewed_title_container {
    border-bottom: solid 1px #dadada
}

.bbb_viewed_title {
    margin-bottom: 16px;
    margin-top: 8px
}

.bbb_viewed_nav_container {
    position: relative;
   
    bottom: 10%;
    float: right;
}
.partsevencontcol2image{
    width: 50%;
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

/* .bbb_viewed_nav i {
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
} */

.bbb_viewed_nav:hover i {
    color: #606264
}

.bbb_viewed_prev {
    margin-right: 0%
}

.bbb_viewed_slider_container {
    padding-top: 12%;
}
.owl-item{
    width: 100%;
    /* border-radius: 20px; */
    /* height: 500px; */
}
.bbb_viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.bbb_viewed_image {
   width: 60%;
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_para {
   color: #646464;
   font-size: 11px;
   text-align: justify;
}



.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

.bbb_viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: ''
}

.bbb_viewed_name {
    margin-top: 10%;
   
}

.bbb_viewed_name a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #14395B;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_name a:hover {
    color: #0e8ce4
}

.item_marks {
    position: absolute;
    top: 18px;
    left: 18px
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount {
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}
.lastpartfluidcont{
    margin-top: 5%;
    background-color: #E7E9E8;
}
.lastpartinercont{
    padding-left: 3%;
    padding-right: 3%;
}
.lastpartcontcol1{
    margin-top: 3%;
    padding-left: 0%;
}
.lastpartcontcol1para1{
font-size: x-small;
color: #1D1815;
}
.lastpartcontcol1para2{
    margin-top: 20%;
    font-size: small;
    color: #1D1815;
}
.lastpartcontcol1rowiner{
    padding-bottom: 10%;
}
.lastpartcontcol2{
    margin-top: 7%;
    padding-left: 6%;
}
.lastpartcol2cols{
margin-top: 4%;
}
.lastpartcontcol2a{
    text-decoration: none;
    font-size: small;
    color: #1D1815;
    font-weight: bold;
}
.lastpartcontcol3{
    margin-top: 4%;
    padding-left: 6%;
}
.accordion .accordion-item {
    border-bottom: 1px solid #000;
    background: none;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #0000;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
  
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
   
    border: 1px solid #000;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: small;
    font-weight: bold;
    color: #000;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    color: gray;
    right: 0;
    width: 22px;
    height: 22px;
   
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] {
    color: #000;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
      color: #000;
    font-size: 1rem;
    font-weight: 300;
  }
  .footerbackgroundcolor{
      background-color: #707070;
  }
  .footercont{
    padding-left: 2%;
    padding-right: 2%;
  }
  .footercol1para{
      font-size: xx-small;
      color: #fff;
      font-weight: bold;
      padding-top: 2%;
      padding-bottom: 2%;
      margin-bottom: 0%;
  }
  .footercol2para{
      font-size: xx-small;
      color: #fff;
      font-weight: bold;
      padding-top: 7%;
      padding-bottom: 2%;
      margin-bottom: 0%;
  }
}

@media (max-width: 430px) and (min-width: 320px)  {

    html {
        font-size: calc(7px + (12 - 7) * ((100vw - 320px) / (767 - 320)));
      }
      .navleftselect{
          border: none;
          padding-top: 0%;
          padding-left: 0%;
          font-size: small;
          font-weight: bold;
      }
      .navrightul{
          margin-top: 2%;
          margin-right: auto;
      }
      .navitemsizeleft{
          font-size: small;
          font-weight: bold;
      }
     
      /* .navrightulli{
          margin-left: 1%;
      } */
      .navrightimg{
          height: 50%;
          margin-top: 5%;
          width: 30%;
      }
      .navrightselect{
          border: none;
          padding-top: 3%;
          padding-left: 12%;
          font-weight: bold;
          font-size: small;
      }
      .navitemsizeright{
          margin-left: 0%;
          font-size: small;
          font-weight: bold;
      }
      .navbtnright{
          font-size: small;
          color: white;
          border: none;
          /* padding-right: 3%;
          padding-left: 3%; */
          background-color: #000;
          border-radius: 25px;
      }
      .navbtnrightouter{
          margin-left: 0%;
          text-align: center;
          margin: auto;
          display: flex;
          justify-content: center;
      }
      .navbtnrightiner{
          font-size: small;
          color: white;
          border: none;
         padding: 5px 25px;
          background-color: #000;
          border-radius: 25px;
      }
      .line{
          margin-bottom: 0%;
          
      }
      .firstpart{
          background-image: linear-gradient(to bottom, #E7E9E8, #fff);
          padding-top: 3%;
          padding-right: 10%;
          padding-left: 10%;
  
      }
      .firstpartcontbackground{
          background-image: url("image/Group\ 16284.png");
          height: 610px;
          width: 100%;
         border-radius:50px;
          background-position: center; 
          background-repeat: no-repeat; 
          background-size: cover; 
           }
      .firstpartcontcol1{
          margin-top: 50%;
          margin-left: 6%;
          padding-left: 0%;
          padding-right: 0%;
      }
      .firstpartcontcol1inputgroup{
          
      position: relative;
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
      width: 100%;
      }
      .firstpartcontcol1span1{
          background-color: white;
          border: none;
          font-size: x-small;
          font-weight: bold;
          padding-top: 0%;
          padding-bottom: 0%;
          border-radius: 5px;
      }
      .firstpartcontcol1image1{
          width: 20%;
          margin-right: 10%;
      }
      .firstpartcontcol1span2{
          background-color: white;
          border: none;
          font-weight: bold;
         padding-left: 5%;
      }
      .firstpartcontcol1image2{
          width: 5%;
          background-color: white;
          padding-top: 3%;
          padding-bottom: 3%;
      }
      .firstpartcontcol1input{
          border: none;
          border-radius: 5px;
          padding-top: 2%;
          padding-bottom: 2%;
          font-size: mall;
          font-weight: 500;
      }
      .firstpartcontcol2{
          margin-left: 6%;
      }
      .firstpartcontcol2heading{
          color: white;
          font-size: 15px;
          font-weight: bold;
      }
      .firstpartcontcol2para{
          color: white;
          font-size: 11px;
          font-weight: 600;
          margin-top: 10%;
      }
      .firstpartcontcol2btn{
          background-image: linear-gradient(to right, #1E1915, #483F36);
          color: white;
          font-size: large;
          border: 3px solid white;
          border-radius: 50px;
          margin-top: 10%;
          padding-top: 1.5%;
          padding-bottom: 3%;
          padding-left: 5%;
          padding-right: 5%;
          margin-left: 1.5%;
      }
      
      .secondpart{
          margin-top: 10%;
          padding-left: 7%;
          padding-right: 7%;
      }
      * { box-sizing: border-box; }
      .carousel1st {
          margin: 0px auto 0px;
          padding: 0px;
          background-color: #fff;
        }
        
        .carousel-cell {
          width: 28%;
          height: auto;
          margin-right: 5%;
          border-radius: 5px;
          counter-increment: carousel-cell;
        }
      .flickity-page-dots{
      position: relative;
      width: 100%;
      bottom: -10px;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      line-height: 1;
        }
      .flickity-page-dots .dot{
          height: 10px;
          width: 10px;
          border-radius: 50px;
          cursor: pointer;
          outline: none;
          margin: 0 5px;
          background: #707070 !important;
          transition: all 0.3s ease;
        }
        .flickity-prev-next-button{
          top: 0%;
          width: 0px;
          height: 0px;
          border-radius: 50%;
          transform: translateY(-50%);
        }
        /* .owl-dot:hover,
        .owl-dot.active{
          background-color: #1D1815 !important;
        } */
        .secondpartsecondcont{
            margin-top: 7%;
        }
            .secondpartcardspan1{
                padding-left: 0%;
                background: none;
                border: none;
            }
            .secondpartcardspan1inerspan{
                font-size: 7px;
  padding-left: 4%;
            }
            .secondpartcol2btn{
              background-image: linear-gradient(to right, #1E1915, #493F36);
              color: #fff;
              font-size: large;
              font-weight: bold;
              padding-top: 1.5%;
              padding-bottom: 1.5%;
              padding-left: 10%;
              padding-right: 10%;
              border-radius: 50px;
            }
      
  .thirdpart{
      margin-top: 6%;
      background-color: #E7E9E8;
            }
  /* Slider 3 */
  .thirdpartinnercont{
      background-color: #E7E9E8;
      padding-top: 3%;
      padding-bottom: 3%;
      display: flex;
      transform: translateX(0);
      transition: all 0.5s ease;
  }
  /* .thirdpartinnercontcol{
      padding-right: 5%;
  } */
  .thirdpartinnercontbox{	
      background-color: #fff;
      padding-right: 5%;
      height: 140px;
      margin-left: 0%;
      margin-right: 0%;
      border-radius: 10px;
  }
  .thirdpartcardsimg{
      position: relative;
      width: 60%;
      padding-left: 15%;
      padding-top: 15%;
  }
  .secondpartcard-title{
      font-size: 8px;
  }
  .secondpartimage1{
      width: 12%;
  }
  .thirdpartcardsheading{
      font-size: medium;
      font-weight: bold;
      padding-left: 10%;
  }
  .thirdpartcardspara{
      margin-top: 3%;
      padding-left: 10%;
      font-size: xx-small;
      color: #8D9598;
  }
  .arrow{
      position: absolute;
      top: 0%;
      right: 0%;
      width: 10%;
      cursor: pointer;
  }
  .arrowimg{
      width: 75%;
  }
  .partfourcont{
      margin-top: 3%;
  }
  .partfourcontheading{
      font-size: 15px;
      font-weight: bold;
  }
  .partfourrow2{
      display: flex;
    align-items: center;
    justify-content: center;
      margin-top: 3%;
  }
  .partfourcol2img{
      width: 100%;
  }
  .partfivecont{
      margin-top: 5%;
      background-image: url("image/Group\ 16290.png");
      width: 100%;
    height: auto;
     border-radius:50px;
      background-position: center; 
      background-repeat: no-repeat; 
      background-size: cover; 
  }
  .partfivecontcol1{
      padding-top: 15%;
      padding-left: 7%;
  }
  .partfivecontheading{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  }
  .partfivecontpara{
  font-size: 9px;
  font-weight: bold;
  padding-top: 5%;
  color: #fff;
  }
  .partfivecontbtn{
      margin-top: 5%;
  font-size: medium;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  padding-left: 8%;
  padding-right: 8%;
  border-radius: 50px;
  margin-bottom: 25%;
  }
  .partsixcont{
      margin-top: 8%;
  }
  .partsixcontcol1{
      margin-top: 5%;
      padding-left: 10%;
  }
  .partsixcontheading{
      font-size: 25px;
      font-weight: bold;
  }
  .partsixcontpara{
      font-size: small;
      font-weight: bold;
      color: #646464;
  }
  .partsixcontpara u{
      color: #000;
  }
  .partsixcontimg{
      margin-top: 8%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
  }
  .partsixcontcol2{
  margin-top: 8%;
  }
  /* .partsixcontcol2faqitem{
      border: 1px solid #000;
     
  } */
  
    
    
    input {
      display: none;
    }
    
    label {
      display: flex;
      width: 100%;
      cursor: pointer;
      padding-left: 4%;
      box-shadow: 2px 2px 4px 0px grey;
      border-radius: 5px;
      user-select: none;
    }
    
    label div:first-child {
      width: 100%;
      line-height: 45px;
      margin-left: 10px;
      font-size: 9px;
    }
    
    .cross{
      margin-right:15px;
      margin-top:3px;
    }
    
    .cross:before,.cross:after {
      content: '';
      border-top: 2px solid #3E474F;
      width: 15px;
      font-weight: bold;
      display: block;
      margin-top: 18px;
      transition: 0.3s;
    }
    
    .cross:after {
      transform: rotate(90deg);
      margin-top: -2px;
    }
    
    .content {
      box-sizing: border-box;
      font-size: 0.9em;
      margin: 10px 10px;
      max-height: 0;
      overflow: hidden;
      transition: max-height, .5s;
    }
    
    input:checked ~ .content {
      max-height: 400px;
      transition: max-height, 1s;
    }
    
    input:checked ~ label .cross:before {
      transform: rotate(180deg);
    }
    
    input:checked ~ label .cross:after {
      transform: rotate(0deg);
    }
    
    .questions{
      margin-top:20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height, .5s;
    }
    
    .questions label{
      border:none;
      box-shadow: none;
      margin:0;
    }
    
    input:checked ~ .questions {
      max-height: 400px;
      border-bottom:2px solid #3E474F;
      transition: 1s;
    }
    
    
  .partsixcontcol2faqbtn{
      color: #000;
      padding-left: 5%;
      padding-top: 5%;
      padding-bottom: 1%;
      background-color: white;
      font-weight: bold;
      font-size: large;
      border: none;
  }
  .partsixcontcol2faqpara{
      color: #8D9598;
      padding-left: 5%;
      background-color: white;
      padding-right: 20%;
      padding-bottom: 5%;  
  }
  .partsevencont{
      margin-top: 20%;
      background-image: url("image/Intersection\ 1.png");
      width: 100%;
    height: 370px;
     border-radius:50px;
      background-position: center; 
      background-repeat: no-repeat; 
      background-size: cover; 
  }
  .partsevencontcol1{
      margin-top: 13%;
  }
  .partsevencontcol1para1{
    /* margin-top: 30%; */
    font-size: 12px;
      color: #fff;
  }
  .partsevencontcol1heading{
      margin-top: 10%;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
  }
  .partsevencontcol1para2{
      margin-top: 10%;
      font-size: 10px;
      font-weight: bold;
      color: #fff;
  }
  .partsevencontcol1btn{
      margin-top: 15%;
      padding-right: 7%;
      padding-left: 7%;
      padding-top: 3%;
      padding-bottom: 3%;
      font-size: 8px;
      font-weight: bold;
      background-color: #fff;
      border-radius: 50px;
  }
  .partsevenrightpart{
      padding-left: 10%;
  }
  
  div {
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box
  }
  
  .bbb_viewed {
      padding-top: 51px;
      padding-bottom: 60px;
      background: #eff6fa
  }
  
  .bbb_main_container {
      background-color: #fff;
      padding: 11px
  }
  
  .bbb_viewed_title_container {
      border-bottom: solid 1px #dadada
  }
  
  .bbb_viewed_title {
      margin-bottom: 16px;
      margin-top: 8px
  }
  
  .bbb_viewed_nav_container {
      position: relative;
     
      bottom: 10%;
      float: right;
  }
  .partsevencontcol2image{
      width: 50%;
  }
  
  .bbb_viewed_nav {
      display: inline-block;
      cursor: pointer
  }
  
  /* .bbb_viewed_nav i {
      color: #dadada;
      font-size: 18px;
      padding: 5px;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease
  } */
  
  .bbb_viewed_nav:hover i {
      color: #606264
  }
  
  .bbb_viewed_prev {
      margin-right: 0%
  }
  
  .bbb_viewed_slider_container {
      padding-top: 24%;
  }
  .owl-item{
      width: 100%;
      /* border-radius: 20px; */
      /* height: 500px; */
  }
  .bbb_viewed_item {
      width: 100%;
      background: #FFFFFF;
      border-radius: 30px;
      padding-top: 10%;
      padding-bottom: 10%;
      padding-left: 10%;
      padding-right: 10%;
  }
  
  .bbb_viewed_image {
     width: 60%;
  }
  
  .bbb_viewed_image img {
      display: block;
      max-width: 60%
  }
  
  .bbb_viewed_content {
      width: 100%;
      margin-top: 25px
  }
  
  .bbb_viewed_para {
     color: #646464;
     font-size: 9px;
     text-align: justify;
  }
  
  
  
  .bbb_viewed_price span {
      position: relative;
      font-size: 12px;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.6);
      margin-left: 8px
  }
  
  .bbb_viewed_price span::after {
      display: block;
      position: absolute;
      top: 6px;
      left: -2px;
      width: calc(100% + 4px);
      height: 1px;
      background: #8d8d8d;
      content: ''
  }
  
  .bbb_viewed_name {
      margin-top: 10%;
     
  }
  
  .bbb_viewed_name a {
      text-decoration: none;
      font-size: 11px;
      font-weight: bold;
      color: #14395B;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease
  }
  
  .bbb_viewed_name a:hover {
      color: #0e8ce4
  }
  
  .item_marks {
      position: absolute;
      top: 18px;
      left: 18px
  }
  
  .item_mark {
      display: none;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: #FFFFFF;
      font-size: 10px;
      font-weight: 500;
      line-height: 36px;
      text-align: center
  }
  
  .item_discount {
      background: #df3b3b;
      margin-right: 5px
  }
  
  .item_new {
      background: #0e8ce4
  }
  
  .bbb_viewed_item.discount .item_discount {
      display: inline-block
  }
  
  .bbb_viewed_item.is_new .item_new {
      display: inline-block
  }
  .lastpartfluidcont{
      margin-top: 5%;
      background-color: #E7E9E8;
  }
  .lastpartinercont{
      padding-left: 3%;
      padding-right: 3%;
  }
  .lastpartcontcol1{
      margin-top: 3%;
      padding-left: 0%;
  }
  .lastpartcontcol1para1{
  font-size: medium;
  padding-left: 7%;
  padding-right: 7%;
  color: #1D1815;
  }
  .lastpartcontcol1para2{
      margin-top: 8%;
      font-size: medium;
      padding-left: 7%;
      padding-right: 7%;
      color: #1D1815;
  }
  .lastpartcontcol1rowiner{
      padding-left: 7%;
      padding-right: 7%;
      padding-bottom: 5%;
  }
  .lastpartcontcol2{
      margin-top: 0%;
      padding-left: 7%;
  }
  .lastpartcol2cols{
  margin-top: 4%;
  }
  .lastpartcontcol2a{
      text-decoration: none;
      font-size: small;
      color: #1D1815;
      font-weight: bold;
  }
  .lastpartcontcol3{
      margin-top: 5%;
      padding-left: 7%;
      padding-bottom: 5%;
  }
  .accordion .accordion-item {
      border-bottom: 1px solid #000;
      background: none;
    }
    
    .accordion .accordion-item button[aria-expanded='true'] {
      border-bottom: 1px solid #0000;
    }
    
    .accordion button {
      position: relative;
      display: block;
      text-align: left;
      width: 100%;
      padding: 1em 0;
      color: #000;
      font-size: 1.15rem;
      font-weight: 400;
      border: none;
      background: none;
      outline: none;
    }
    
    .accordion button:hover,
    .accordion button:focus {
      cursor: pointer;
    
    }
    
    .accordion button:hover::after,
    .accordion button:focus::after {
      cursor: pointer;
     
      border: 1px solid #000;
    }
    
    .accordion button .accordion-title {
      padding: 1em 1.5em 1em 0;
      font-size: small;
      font-weight: bold;
      color: #000;
    }
    
    .accordion button .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      color: gray;
      right: 0;
      width: 22px;
      height: 22px;
     
    }
    
    .accordion button .icon::before {
      display: block;
      position: absolute;
      content: '';
      top: 9px;
      left: 5px;
      width: 10px;
      height: 2px;
      background: currentColor;
    }
    .accordion button .icon::after {
      display: block;
      position: absolute;
      content: '';
      top: 5px;
      left: 9px;
      width: 2px;
      height: 10px;
      background: currentColor;
    }
    
    .accordion button[aria-expanded='true'] {
      color: #000;
    }
    .accordion button[aria-expanded='true'] .icon::after {
      width: 0;
    }
    .accordion button[aria-expanded='true'] + .accordion-content {
      opacity: 1;
      max-height: 9em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
    }
    .accordion .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 200ms linear, max-height 200ms linear;
      will-change: opacity, max-height;
    }
    .accordion .accordion-content p {
        color: #000;
      font-size: 1rem;
      font-weight: 300;
    }
    .footerbackgroundcolor{
        background-color: #707070;
    }
    .footercont{
      padding-left: 2%;
      padding-right: 2%;
    }
    .footercol1para{
        font-size: 6px;
        color: #fff;
        font-weight: bold;
        padding-top: 2%;
        padding-bottom: 2%;
        margin-bottom: 0%;
    }
    .footercol2para{
        font-size: 6px;
        color: #fff;
        font-weight: bold;
        padding-top: 4%;
        padding-bottom: 2%;
        margin-bottom: 0%;
    }


}

