.bannercont{
    position: absolute;
    /*top: 250px;*/
}
.bannercont h1{
    margin-bottom:8px;
    display:block;
    font-size:40px;
}

.bread a{
    font-size:16px ;
    font-weight:600;
    margin-right:15px;
}

.bread ul li:first-child a {
    border-right: 1px solid #575757;
    padding-right:15px;
   
}

.innerpad{
    padding:150px 0px;
  height:400px;
}  

@media screen and (max-width:600px){
  .innerpad{
    padding:150px 0px;
  height:400px;
}   
.bannercont h1{
    margin-bottom:10px;
    font-size:30px;
}

.bannercont{
    background-color:#ffffff96;
    border-radius:25px;
    padding:20px;
    
    
}
}  

.footer-1{
     background-color:#f5f5f5;
}
.enquiry{
       background-image: linear-gradient(193deg, #198a0d, #316100);
    padding:35px 35px; 
    border-radius:35px;
}
.imgrd{
    border-radius:50%;
}
.cont{
        color: #8f4641;
    font-weight: 600;
    font-size: 22px;
}
}
.contcol{
    background-color:#f4e4ce;
    padding:30px;
      border-radius:35px;
} 
.contcol img{
    border-radius:35px;
}

/*NEW CSS*/

:root{

/* Colors */
--color-primary: #FF4B4B;
--color-text: #545d7a;
--color-white: #fff;
--color-title: #242e4c;
--color-background: #f7f8fb;
--color-border: #dae1f5;

/* Fonts */
--font-family: "Satoshi", sans-serif;
--fs-sm: 1.4rem;
--fs-md: 1.2rem;
--fs-lg: 2.2rem;
--fw-regular: 400;
--fw-medium: 500;
--fw-bold: 700;

/* Transition & Box Shadow */
--transition: 0.4s ease-in-out; 
--shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05); 

}
/*faq*/
.accordion__wrapper {
    /*background-color: #c2d8a3;*/
    /*box-shadow: var(--shadow);*/
    border-radius: 2.5rem;
    width: 100%;
    max-width: 60rem;
    padding: 2rem;
}

.accordion__title{
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: #8a4540 ;
    text-align: center;
    margin-bottom: 4rem;
}

.accordion {
    border-bottom: 0.1rem solid #8a4540 ;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
   background-color: #c2d8a3;
    padding-left: 10px;
      padding-right: 10px;
      border:2px solid grey;
      border-radius:20px;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
} 

.accordion__icon {
    background-color: #8a4540 ;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--color-white);
    flex-shrink: 0;
}

.accordion__question{
    font-size: var(--fs-md);
    font-weight: var(--fw-medium);
    color: var(--color-title);
    line-height:24px;
}

.accordion__answer{
    padding: 2rem 0;
}

.accordion__content{
    overflow: hidden;
    height: 0;
    transition: var(--transition);
}

@media screen and (min-width: 580px) {
    .accordion__wrapper {
        /*padding: 5rem 8rem;*/
    }
}

/*faq*/
/*form*/
  .form {
  width: 100%;
  max-width: 620px;
  padding-left:10px;
  /*background-color: #fff;*/
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: block;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #f5f5f5;
  position: relative;
}


.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #f58634 ;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}



.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid grey;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #f58634 ;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #f58634 ;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}


.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}


.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #1ABC9C;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}


.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1abc9c;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}


@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

 
}

@media (max-width: 480px) {
  /*.container {*/
  /*  padding: 1.5rem;*/
  /*}*/

  .contact-info:before {
    display: none;
  }

  /*.square,*/
  /*.big-circle {*/
  /*  display: none;*/
  /*}*/

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

/*form*/
    .section-products {
  height: auto;
  padding: 50px 0;
  overflow: hidden;
}
.section-products .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
  margin: 0 auto;
}

.section-products .list-products {
  display: flex;
  justify-content: space-between;
}

.section-products .product {
  width: 32%;
  background-color: #c2d8a3;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 30px;
  transition: box-shadow 0.2s linear;
}
.section-products .product:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.section-products .product .top {
  position: relative;
  overflow: hidden;
}
.section-products .product .top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s linear;
}
.section-products .product:hover .top::before {
  opacity: 1;
  z-index: 2;
}

.section-products .product .img-product {
  max-width: 100%;
  display: block;
  transition: transform 0.8s ease-in;
}
.section-products .product:hover .img-product {
  transform: scale(1.2) translateX(15px);
}

.section-products .product .btn {
  position: absolute;
  left: 5px;
  top: -40px;
  background-color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 40px;
  color: #333;
  transition: top 0.2s linear;
  z-index: 3;
}
.section-products .product .btn:hover {
  color: lightsalmon;
}
.section-products .product:hover .btn-view {
  transition-delay: 0.1s;
  top: 5px;
}
.section-products .product:hover .btn-love {
  transition-delay: 0.2s;
  top: 45px;
}
.section-products .product:hover .btn-buy {
  transition-delay: 0.3s;
  top: 85px;
}
.section-products .product .btn .icon {
  font-size: 16px;
}

.section-products .product .bottom {
  text-align: center;
  padding: 10px 5px;
}
.section-products .product .product-name {
  font-size: 20px;
  color: #8a4540 ;
}
.section-products .product .product-price {
  margin-top: 7px;
}
.section-products .product .product-price span {
  font-size: 16px;
}

@media only screen and (max-width: 400px) {
  .section-products {
    height: auto;
  }
  .section-products .container {
    max-width: 300px;
  }
  .section-products .list-products {
    display: block;
  }
  .section-products .list-products .product {
    width: 100%;
  }
}
.checklist.list-two-column ul {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 0 40px;
}
.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.checklist li:not(:last-child) {
    margin-bottom: 15px;
}
.checklist li {
    color: var(--title-color);
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.checklist li:before {
    content: url(data:image/svg+xml,<svg width="30" height="28" viewBox="0 0 30 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0073 27.0048C5.83378 27.0048 0.00231934 21.1733 0.00231934 13.9997C0.00231934 6.82616 5.83378 0.994629 13.0073 0.994629C16.6185 0.994629 19.9857 2.43424 22.4745 5.06938C22.6004 5.21125 22.5865 5.37014 22.506 5.48565L23.2693 6.48331C23.4148 6.40919 23.6039 6.42449 23.719 6.6065C25.2318 8.77809 26.0126 11.3401 26.0126 13.9996C26.0125 21.1733 20.181 27.0048 13.0073 27.0048ZM13.0073 24.3209C7.32218 24.3209 2.68624 19.6849 2.68624 13.9997C2.68624 8.31456 7.32218 3.67855 13.0073 3.67855C15.7157 3.67855 18.2777 4.72771 20.2053 6.60657C20.3603 6.75951 20.3361 6.94201 20.2353 7.06478L21.2016 8.26404C21.349 8.17781 21.5528 8.18611 21.6692 8.36335C26.0557 15.0386 21.2953 24.3209 13.0073 24.3209Z" fill="%23FF9C00"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.3489 20.6853C13.2026 20.6853 13.0806 20.5877 13.0318 20.4657C13.0074 20.4169 10.909 15.0001 7.66379 12.9505C7.02939 12.5602 6.54149 12.1453 6.73665 11.2181C6.93181 10.3153 7.54185 9.80294 8.6398 9.55892C10.5917 9.1441 12.6901 12.1697 13.471 13.4141C16.2037 9.43698 21.6692 3.19057 29.6236 2.45858C30.0073 2.4136 30.1492 2.9824 29.7944 3.14178C29.6724 3.19057 18.302 8.38782 13.6905 20.4901C13.6173 20.6121 13.4953 20.6853 13.3489 20.6853Z" fill="%23017D03"/></svg>);
    height: 28px;
}


 
      .rs-about-3__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    border-bottom: 1px solid #E8E5E8;
    padding-bottom: 22px;
}
.rs-about-3__list ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #00214D;
    display: flex;
    align-items: center;
    margin: 12px 0;
}
.rs-about-3__list ul li i {
    color: #8a4540 ;
    font-weight: 400;
    font-size: 24px;
    margin-right: 8px;
}
[class^="ri-"], [class*=" ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ri-check-double-line:before {
    content: "\eb79";
}
/*.card-offer.card-image{*/
/*    width:90px!important;*/
/*}*/
#slider{
  margin:0 auto;
  width:80%;
  overflow:hidden;
}

.slides{
  overflow:hidden;
  animation-name:fade;
  animation-duration:1s;
  padding-top:30px;
  display:none;
}



#dot{
  margin:0 auto;
  text-align:center;
}
.dot{
  display:inline-block;
  border-radius:50%;
  background:#d3d3d3;
  padding:8px;
  margin:10px 5px;
}

.active{
  color:black;
}

@media (max-width:567px){
  #slider{
    width:100%;

  }
}


#slider1{
  margin:0 auto;
  width:80%;
  overflow:hidden;
}

.slides1{
  overflow:hidden;
  animation-name:fade;
  animation-duration:1s;
  padding-top:30px;
  display:none;
}



#dot{
  margin:0 auto;
  text-align:center;
}
.dot{
  display:inline-block;
  border-radius:50%;
  background:#d3d3d3;
  padding:8px;
  margin:10px 5px;
}

.active{
  color:black;
}

@media (max-width:567px){
  #slider1{
    width:100%;

  }
}

