body{
    padding: 0px;
    margin: 0px;
    font: 16px;
    overflow-x: hidden;
}
a.kosher-bnr-btn {
    color: white;
}

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
font-family: 'Quicksand', sans-serif;

}
h1,
h2,
h3,
h4,
h5,
h5,
h6{
    margin-bottom: 0px !important;
}
p {
    margin-bottom: 0px !important;

}
a {
    text-decoration: none;
}




/* kosher-bnb-header-css-start */

.kosher-bnd-header {
    background: white;
}
.row.kosher-align {
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
}

.kosher-header-sign-in.d-flex {
    width: 99px;
    height: 39px;
    background-color: #A3243B;
    border-radius: 100px;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

ul.navbar-nav.ms-auto.my-2.my-lg-0.navbar-nav-scroll {
    display: flex;
    align-items: center;
}

.sign-menu {
    position: absolute;
    bottom: -14px;
    width: 100px;
    background: #a3243b;
}
.sign-menu {
    position: absolute;
    bottom: -14px;
    width: 100px;
    background: #a3243b;
    display: none;
}

.kosher-header-sign-in.d-flex:hover.sign-menu {
    display: block;
}
.sign-menu ul {
    list-style-type: none;
    padding-left: 0px;
}
.sign-menu ul li a {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 16px;
}

/* kosher-bnb-header-css-end */


/* kosher-bnb-banner-css-start */



.kosher-bnd-banner {
    padding: 158px 0px 159px 0px;
    background: linear-gradient(0deg, rgb(0 0 0 / 40%), rgb(0 0 0 / 46%)), url(../images/kosher-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 83px;
}
.kosher-banner-txtb.text-center {
    width: 1052px;
    margin: auto;
}
.kosher-banner-txtb.text-center h1 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
}

.kosher-banner-txtb.text-center p {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding: 31px 0px 42px 0px;
}
button.kosher-bnr-btn {
    background: #A3243B;
    border: none;
    outline: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding: 16px 34px;
    border-radius: 50px;
    transition: 0.5s all ease-in-out;
}
button.kosher-bnr-btn:hover {
    background: black;
    transition: 0.5s all ease-in-out;
}

/* kosher-bnb-banner-css-end */



/* one-step solutio-css-start */


.one-solution {
    background: #F7F7F7;
    padding: 94px 0px 100px 0px;
}

.one-solution-left-side {
    text-align: center;
    width: 80%;
    margin: auto;
}
.one-head h4 {
    color: #A3243B;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.one-head h2 {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    line-height: 62.5px;
    padding: 9px 0px 16px 0px;
    transition: 0.5s all ease-in-out;
}
.one-head h2:hover {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}


.one-head p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 50px;
    width: 745px;
    margin: auto;
}

.row.one-step-second-row {
    margin-top: 30px;
}
.solution-right-box {
    background: white;
    padding: 24px 24px 46px 24px;
    border-radius: 20px;
    height: 100%;
    transition: 0.5s all ease-in-out;
    
}
.solution-right-box.resp-mar:hover {
    transform: scale(0.9);
    transition: 0.5s all ease-in-out;
}
.solution-right-box.resp-mars:hover {
    transform: scale(0.9);
    transition: 0.5s all ease-in-out;
}
.solution-right-box:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: 0.5s all ease-in-out;
}
.solution-right-box.aos-init.aos-animate{
    transition: 0.5s all ease-in-out;
}
.solution-right-box.aos-init.aos-animate:hover {
    transition: 0.5s all ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.solution-right-box.resp-marss:hover {
    transform: scale(0.9);
    transition: 0.5s all ease-in-out;
}
.solution-box-title h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding: 17px 0px 13px 0px;
}
.solution-box-icon {
    padding-top: 13px;
}
.solution-box-para p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 17px;
}
.one-solution-red-more a {
    color: #A3243B;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #a3243b;
    line-height: 22.5px;
    transition: 0.5s all ease-in-out;
}
.one-solution-red-more a:hover {
    color: black;
    transition: 0.5s all ease-in-out;
}

.solution-right-box.resp-mars {
    margin-top: 31px;
}
.one-solution-red-more.red-mor {
    margin-top: 25px;
}
.one-solution-red-more.mor {
    margin-top: 26px;
}

.col-lg-4.col-md-6.col-sm-12.suprt-sid {
    padding: 0px 16px;
}
/* one-step solutio-css-end */



/* how to start-css-start */
.how-to-start-kosher {
    background: white;
    padding: 85px 0px;
}
.how-to-kosher-head h2 {
    text-align: center;
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    line-height: 62.5px;
}

.how-to-kosher-top-line {
    border: 1px dashed #a3243b;
    width: 68%;
    margin: auto;
    position: relative;
    top: 19px;
}

.kosher-icon {
    background: #A3243B;
    width: 107px;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-end-end-radius: 50px;
    border-radius: 50px 50px 50px 0px;
    margin: auto;
    transition: 0.5s all ease-in-out;
}
.kosher-icon:hover {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}
.how-to-kosher-txt h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding: 38px 0px 12px 0px;
    text-align: center;
}
.how-to-kosher-para p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    width: 79%;
    margin: auto;
}

.row.how-top {
    padding-top: 65px;
}
.row.how-down {
    padding-bottom: 30px;
}
.circle {
    text-align: center;
    padding-bottom: 46px;
}

/*============================ timeline-css-start */

.how-to-mobile {
    display: none;
}
.timeline-how {
    width: 100%;
    padding: 0px 0;
    margin: 40px 0px;
    position: relative;
    overflow: hidden;
}
.timeline-how:before {
    content: '';
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left: 6px;
    width: 2px;
    height: 70%;
    background: #CCD1D9;
    z-index: 1;
    border: 1px dashed #a3243b;
}
 .timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
 }
 
 .timeline-block-right {
    float: right;
 }
 
 .timeline-block-left {
    float: left;
    direction: rtl
 }
 
 .marker {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background-image: url(../images/Group\ 4043.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    z-index: 9999;
}
 .timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666
 }
 
 .timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500
 }
 
 .timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
 }
 
 .timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
 }
 
 








/*============================ timeline-css-end */


/* how to start-css-end */



/* support-css-start */

.kosher-support {
    background: #F7F7F7;
    padding: 100px 0px;
}
.kosher-support-box {
    background: white;
    border-radius: 20px;
    transition: 0.5s all ease-in-out;
    /* height: 540px; */
}
.kosher-support-box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    transition: 0.5s all ease-in-out;
}


.kosher-support-box.aos-init.aos-animate:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    transition: 0.5s all ease-in-out;
}
.kosher-support-box.aos-init.aos-animate {
    transition: 0.5s all ease-in-out;
}
.kosher-pics img {
    width: 100%;
}
.col-lg-4.col-md-12.col-sm-12.suport-pat {
    padding: 0px 16px;
}

.kosher-supprrt-title {
    padding: 30px 28px 34px 28px;
}
.kosher-supprrt-title h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 13px;
}
.kosher-supprrt-para p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.kosher-pics {
    position: relative;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s all ease-in-out;
}
.play-button:hover a path {
    fill: #a3243b;
    transition: 0.5s all ease-in-out;
}

/* support-css-end */




/* faq-css-start */

.kosher-faq {
    padding: 100px 0px;
    background: white;
}
.faq-kosher-head h4 {
    color: #A3243B;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.faq-kosher-txt h2 {
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    line-height: 60.5px;
    padding-top: 5px;
    width: 420px;
}  

.accordion-button:not(.collapsed) {
    color: #000000;
   background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

button.accordion-button {
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

/* faq-kosher-css-apply-start */


  .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  
  .panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    margin-bottom: 10px;
    background: #a3243b !important;
    color: white;
    padding: 10px !important;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s all ease-in-out;
  }
  button.accordion:after {
    content: '\002B';
    color: #A3243B;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 30px;
}
button.accordion.active:after {
    content: "\2212";
}

button.accordion {
    background: white;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    border: 1px solid #9B9B9B;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 73px;
    transition: 0.5s all ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s all ease-in-out;
}
.faq-kosher-accor button.accordion {
    transition: 0.5s all ease-in-out;

}
.faq-kosher-accor button.accordion:hover {
    background-color: #a3243b0f;
    transition: 0.5s all ease-in-out;
    color: black;
}


/* faq-kosher-css-apply-end */

/* faq-css-end */















@media only screen and (max-width: 1400px) {
    .solution-right-box {
        height: 430px;
    }

  }



@media only screen and (max-width: 1200px) {
    
    .kosher-bnd-banner {
        padding: 150px 0px;
    }
    .kosher-banner-txtb.text-center {
        width: 100%;
        margin: auto;
    }
    .one-head h2 {
        width: 100%;
    }
    .one-head p {
        width: 100%;
    }
    .solution-right-box {
        height: 500px;
    }
    .faq-kosher-txt h2 {
        width: 100%;
    }

  }


  @media only screen and (max-width: 991.9px) {
    .one-solution-left-side {
        width: 100%;
    }
       
    .solution-right-box.resp-marss {
        margin-top: 31px;
    }
    .one-solution-left-side {
        padding-top: 0px;
    }
    .solution-right-box {
        height: 460px;
    }
    
    .kosher-banner-txtb.text-center h1 {
        font-size: 51px;
        line-height: 50px;
    }
    .one-solution {
        padding: 50px 0px;
    }
  
    .one-solution-right-side {
        margin-top: 30px;
    }
    .how-to-start-kosher {
        padding: 50px 0px;
    }   
    .kosher-support {
        padding: 50px 0px;
    } 
    .kosher-faq {
        padding: 50px 0px;
    }
    button.accordion {
        line-height: 20px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .how-to-kosher-content {
        margin-bottom: 30px;
    }
    .kosher-support-box {
        margin-bottom: 30px;
    }
    
    .kosher-support-box {
        height: auto;
    }
    .how-to-kosher-txt h4 {
        text-align: left;
    }
    .how-to-kosher-para p {
        text-align: left;
        width: 100%;
    }
    .one-solution-red-more.mors {
        margin-top: 10px;
    }
  }

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

    .row.how-top {
        padding-top: 65px;
        display: none;
    }
    .how-to-mobile {
        display: block;
    }
    .how-to-kosher-top-line{
        display: none;
    }
    .solution-right-box {
        height: auto;
    }
  
    .kosher-bnd-banner {
        padding: 70px 0px;
    }
    .kosher-banner-txtb.text-center h1 {
        font-size: 47px;
        line-height: 55px;
    }
    .kosher-banner-txtb.text-center p {
        padding: 20px 0px;
    }
    .one-head h2 {
        font-size: 40px;
        line-height: 34.5px;
      
    }
    .solution-right-box.resp-mar {
        margin-bottom: 30px;
    }
    .solution-box-title h4 {
        padding: 10px 0px;
    }
    .how-to-kosher-head h2 {
        font-size: 40px;
        line-height: 35.5px;
    }
    .how-to-kosher-para p {
        line-height: 25px;
      
    }
    .kosher-supprrt-para p {
        line-height: 25px;
    }
    .faq-kosher-txt h2 {
        font-size: 40px;
        line-height: 35.5px;
        padding: 5px 0px 20px 0px;
    }
    .timeline-how:before {
        left: 11px;
        width: 2px;
    }
     .timeline-block {
        width: 100%;
        margin-bottom: 30px;
     }
     .timeline-block-right {
        float: none;
     }
  
     .timeline-block-left {
        float: none;
        direction: ltr;
     }
     .circle {
         display: none;
     }
     .how-to-kosher-txt h4 {
         padding: 5px 0px 5px 0px;
     }
     .timeline-how {
        margin: 40px 0px 0px 0px;
    }
    button.accordion {
        margin-top: 20px;
    }
    .how-to-kosher-para p {
        text-align: center;
    }
    .how-to-kosher-txt h4 {
        text-align: center;
    }
    .solution-right-box.resp-marss {
        margin-top: 0px;
    }
    
  }

  @media only screen and (max-width: 576px) {
    .row.how-top {
        padding-top: 40px;
    }
    .kosher-supprrt-title h4 {
        padding-bottom: 10px;
    }
    .kosher-supprrt-title {
        padding: 20px;
    }
    .kosher-banner-txtb.text-center h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .kosher-banner-txtb.text-center p {
        padding: 10px 0px;
    }
    .kosher-banner-txtb.text-center p {
        font-size: 16px;
    }
    button.kosher-bnr-btn {
        font-size: 16px;
      
       
    }
    .one-solution {
        padding: 40px 0px;
    }
    .kosher-supprrt-title h4 {
        font-size: 20px;
    }
    .kosher-supprrt-para p {
        font-size: 16px;
    }
    .one-head h2 {
        font-size: 30px;
    }
    .how-to-kosher-head h2 {
        font-size: 30px;
    }
    .faq-kosher-txt h2 {
        font-size: 30px;
    }
   
  }


  
  @media only screen and (max-width: 425px) {
    .kosher-bnd-banner {
        padding: 50px 0px;
    }
    .kosher-banner-txtb.text-center h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .how-to-start-kosher {
        padding: 40px 0px;
    }
    .how-to-kosher-head h2 {
        font-size: 25px;
    }
    .row.how-top {
        padding-top: 20px;
    }
    .kosher-support {
        padding: 40px 0px;
    }
    .kosher-supprrt-title h4 {
        line-height: 25px;
    }
    .kosher-faq {
        padding: 40px 0px;
    }
    .faq-kosher-txt h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .kosher-banner-txtb.text-center p {
        line-height: 20px;
    }
    button.kosher-bnr-btn {
        line-height: 10px;
    }
    .one-head p {
        padding-bottom: 10px;
    }
    .solution-box-icon {
        padding-top: 0px;
    }
    button.accordion {
        font-size: 18px;
    }
    button.kosher-bnr-btn {
        padding: 10px 20px;
    }
  }

