/* banner section */
/* 
.form_flex_faq{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.form_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    max-width: 100%;
}
.ban_text {
    width: 20%;
    color: #fff;
    font-family: 'Inter';
}
.form_div_wrap label {
    display: block;
}
.form_div_wrap input {
    background: transparent;
    border: none;
}
.form_div_wrap {
    font-size: 16px;
    font-family: 'Inter';
    margin: 40px;
}
.form_div_submit {
    text-align: center;
}
.form_div_submit input {
    padding: 10px 40px;
    font-size: 15px;
    font-family: 'Inter';
    border: 0;
    cursor: pointer;
}
.form_div_submit input:hover {
    background-color: #000;
    color: #fff;
    border: none;
}

.banner_head{
    position: relative;
}
.form_div {
    width: 30%;
    padding: 50px;
    font-size: 14px;
    font-family: 'Inter';
    color: #fff;
}

.ban_text p {
    font-size: 18px;
    margin-top: 40px;
    line-height: 30px;
    font-weight: 200;
} */

/* accordian section */

.accordian_sec{
    padding: 65px 60px;
    text-align: center;
    background: var(--color-theme-sec);
    margin-top: 0px;


    margin: 0px;
    background: url(https://www.theleatherlaundry.com/images/about-bannerimage.jpg);
    background-size: cover;
    position: relative;
    background-attachment: fixed;


}
 

.accordian_sec .container{
    padding: 50px;
    background: var(--color-theme-sec);

    background: rgb(244 238 226 / 93%);
}
section.ban_head {
    position: relative;
    padding-bottom: 0px;
    height: 100vh;
    background-attachment: fixed !important;
    background-size: cover !important;
}


section.ban_head h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 75.9px;
    color: var(--color-theme-sec);
    font-family: 'balkindregular';
}
section.accordian_sec h1 {
    font-size: 48px;
    font-family: 'balkindregular';
    -webkit-font-smoothing: antialiased;
    line-height: 55px;
    text-align: center;
}

.FAQ_accords {
    margin-top: 30px;
}
section.accordian_sec h2{
    font-family: 'Inter';
    font-weight: 500;
    margin-bottom: 40px;
}

section.accordian_sec p {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 300;
    text-align: left;
    margin-bottom: 0px;
    line-height: 31px;
}  

ul.faqsaccordian li {
    /* border-bottom: 1px solid #e3e3e3; */
    border-bottom: 1px dashed #60121a2e;
    padding: 0px 0px 10px 0px;

}

ul.faqsaccordian li:after{

}
ul.faqsaccordian li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.accordiancontent {
    display: none;
    position: relative;
    padding-left: 25px;
}
ul.faqsaccordian {
    list-style: none;
} 
ul.faqsaccordian h3:before {
    content: 'Q.';
    position: absolute;
    left: 0px;
}
.accordiancontent p:first-child:before{
    content: 'A.';
    position: absolute;
    left: 0px;
}

ul.faqsaccordian h3{
    font-family: 'Inter';
    font-weight: 500;
    text-align: left; 
    padding: 30px 0px 20px 25px;
        position: relative;
}

.first_content_left2 h2 , 
.timeline-content p, 
.timeline-content span{
    color: var(--color-theme-primary) !important;
}
h3.acc__title:after {
    content: '>';
    position: absolute;
    right: 0px;
    font-family: 'balkindlight';
    font-size: 20px;
    transform: rotate(90deg);
}

h3.acc__title.active:after{
    transform: rotate(270deg); 
}

/* 

/* accordian code */

/* 
.accordion {
    background-color: #f4ede2;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    margin-bottom: 30px;
    font-family: 'Inter';
    line-height: 26px;
    display: block;
    height: 60px;
  }
  .FAQ_accords {
    padding: 90px;
}
  
  .active, .accordion:hover {
    background-color: #dca56fee;
  }
  
  .accordion:after {
    content: url(../images/down.png);
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: url(../images/up.png);
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }


  .ban_text h1 {
    color: #fff;
    font-family: 'Inter';
    font-weight: 200;
    font-size: 32px;
} */ 



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

    section.ban_head{
        background-size: unset !important;
        height: 50vh;
    }

    section.ban_head h1{
        font-size: 35px;
        top: 60%;
    }
    .accordian_sec{
        padding: 65px 15px;
    }
    .accordian_sec .container{
        padding: 50px 10px;
    }
    section.accordian_sec h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .first_section1 {
        flex-wrap: wrap;
    }
    .first_section1 .first_content_right1 {
        width: 100%;
        padding-right: 0;
    }
    .first_section1 .first_content_left2 {
        width: 100%;
        padding-left: 0%;
    }
    .mainheadh2 h2 {
        font-size: 33px;
    }
    .first_content_left2 .timeline-content {
        padding: 0 17px;
    }
  }




  .how_it_works{
    background: var(--color-theme-sec);
  }
  .marker{
    background: #60121a;
  }
  .timelinecontainer:before{
    border-right: dashed 1px #60121a;
  }

  .load_button_text{
    background: transparent;
    border: none;
    margin-top: 10px;
    text-decoration: underline;
    color: var(--color-theme-primary);
    font-family: 'Inter';
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
  }

