.book-a-table .php-email-form button[type=button] {
    background: var(--color-primary);
    border: 0;
    padding: 14px 60px;
    color: #fff;
    transition: .4s;
    border-radius: 50px
}

.desktop {
    display: block
}

.mobile img {
    display: none
}

.hero h1 {
    color: #fff;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

.hero h2 {
    color: #fff;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

.hero p {
    color: #fff;
    font-size: 20px;
    font-family: sans-serif
}

.bookdemo {
    background-color: rgb(243, 209, 165)
}

.book-a-table .section-header h2 {
    font-size: 30px;
    font-weight: 700
}

.slick-slide {
    margin: 0 20px
}

.slick-slide img {
    width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.clients h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700
}

.marquee {
    background-color: #ba434d;
    color: #fff;
    padding-top: 9px;
    font-size: 22px
}

#benefits .section-header p {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: var(--font-default)
}

.why-us .why-box {
    padding: 30px;
    background: #fff;
    color: #fff
}

.why-us .why-box .more-btn {
    display: inline-block;
    background: #ba434d;
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 0;
    transition: all ease-in-out .4s;
    font-size: 12px
}

.text-center a {
    padding: 30px;
    background: var(--color-primary);
    color: #fff
}

.product_height {
    height: 450px
}

.icon_custom {
    top: 0;
    height: 90px;
    width: 90px
}

#icons_all:hover {
    filter: invert(34%) sepia(92%) saturate(734%) hue-rotate(315deg) brightness(81%) contrast(88%)
}

.why-us .icon-box h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 12px 0 !important;
    font-family: var(--font-secondary);
    padding-top: 15px;
    color: var(--color-primary)
}

.why-us .icon-box p {
    font-size: 14px;
    color: #000
}

.default_color {
    color: var(--color-primary)
}

.white_color {
    color: #fff
}

.black_color {
    color: #000
}

.text_bar {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 700
}

.auto_bar {
    padding: 10px 0 !important
}

.section-bg-black {
    background-color: #12081b
}

.testimonials-section-bg {
    background-color: #ebeff7
}

.align_end {
    text-align: end
}

.align_start {
    text-align: left
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.img_udjust {
    width: -webkit-fill-available
}

.img_udjust_ab {
    width: 100%
}

.img_udjust1 {
    height: 211px;
    width: 170px
}

.icon-box-div,
.icon-box-div1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.why-us .icon-box-div h3 {
    font-size: 34px;
    color: #ba434d;
    font-weight: 600;
    line-height: 1.2
}

.why-us .icon-box-div1 h3 {
    font-size: 34px;
    color: #ba434d;
    font-weight: 600;
    line-height: 1.2;
    text-align: end
}

.group-2 {
    width: 100%;
    position: relative;
    z-index: 17;
    background: url(../img/rectangle_2.png) no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.c-button {
    background-color: #ba434d !important
}

.c-button:hover {
    background-color: #ba434d
}

.btn.play-button.text-light.c-button:focus {
    background-color: #ba434d;
    color: #fff
}

.error {
    color: red;
    padding: 5px
}

input[type=text].error {
    color: #000
}

select.error {
    color: #000
}

.custom-button-mobile {
    margin-top: -150%;
    margin-left: auto;
    margin-right: auto;
    background: #ba434d;
    color: #fff;
    border-radius: 37px;
    font-size: 20px
}

@media screen and (max-width:767px) {
    .group-2 {
        width: 100%;
        position: relative;
        z-index: 17;
        background: url(../img/rect-mobile.png) no-repeat center 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

.chefs .chef-member .member-img {
    position: relative;
    overflow: hidden;
    padding: auto;
    width: 200px;
    width: 60%;
    margin: auto;
    display: block;
    margin-top: 0
}

.next {
    float: left;
    margin: 2px 7px 0 0
}

.link_button {
    margin-left: 160px
}

.text-8 {
    color: var(--color-primary);
    font-size: 14px
}

.product_name {
    position: relative;
    color: #2a2a2a !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center
}

.testimonial_owner_name {
    position: relative;
    color: #2a2a2a !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: center
}

.testimonial_owner_designation {
    position: relative;
    color: #2a2a2a !important;
    font-size: 14px !important;
    font-weight: 100 !important;
    text-align: center
}

.anuty_fung_logo img {
    width: 100px;
    margin-left: 37%;
    padding-top: 16px
}

.country_work_logo img {
    width: 118px;
    margin-top: -19px;
    padding-top: -5px;
    margin-left: 31%
}

.delhicassy_logo img {
    padding-top: 35px;
    width: 118px;
    margin-left: 31%
}

@media screen and (max-width:767px) {
    .country_work_logo img {
        margin-top: -19px;
        width: 76px;
        margin-left: 37%
    }

    .anuty_fung_logo img {
        width: 100px;
        margin-left: 37%;
        margin-top: -30px
    }

    .icon-box-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline
    }

    .icon-box-div1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end
    }

    .why-us .icon-box-div h3 {
        color: #ba434d;
        float: left;
        text-align: start;
        font-size: 24px;
        padding-top: 0
    }

    .why-us .icon-box-div1 h3 {
        font-size: 24px;
        color: #ba434d;
        font-weight: 600;
        text-align: justify
    }

    .delhicassy_logo img {
        padding-top: 16px;
        width: 118px;
        margin-left: 31%
    }
}

.product_description {
    color: var(--color-primary) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-align: center;
    font-style: normal !important
}

.testimonial_reviews {
    color: #000 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-align: justify;
    font-style: normal !important
}

.read_more_product {
    display: table;
    margin: 0 auto;
    padding: 0 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--color-primary) !important;
    color: #fff;
    text-align: center;
    font-style: normal !important;
    font-size: 10px !important
}

.testimonials_brand_logos {
    margin: 0 auto;
    padding: 0 11px;
    width: 130px
}

.shape-2 {
    float: left;
    height: 100%;
    margin-left: 50%;
    width: 1px;
    background-color: #989696
}

.after_before {
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    text-align: center
}

.text-51 {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
    margin-left: -85px
}

.text-52 {
    color: var(--color-primary);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left
}

.outletImg {
    height: auto;
    margin-top: -115px;
    margin-bottom: -17%
}

.image-postion-beforeAfter {
    position: relative;
    margin-left: 2px;
    margin-top: -13%
}

@media screen and (max-width:767px) {
    .outletImg {
        height: auto;
        margin-top: -68px;
        margin-bottom: -28%
    }

    .image-postion-beforeAfter {
        position: relative;
        margin-left: 1px;
        margin-top: -24%
    }
}

.head-20 {
    top: 204px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 98px
}

.head-21 {
    top: 204px;
    color: #666;
    font-size: 54px;
    font-weight: 700;
    line-height: 98px
}

.press-coverage-section {
    display: flex;
    justify-content: center;
    align-items: center
}

.press-coverage-section .slide {
    flex: 1;
    display: flex;
    justify-content: center
}

.press-coverage-section .slide img {
    max-width: 35%;
    height: auto;
    display: block;
    margin: 0 auto
}

.spoon-press-cover-imgs {
    width: 100px;
    margin-left: 30%
}

.bbc-press-cover-imgs img {
    width: 163px;
    margin-top: 10%;
    margin-left: 19%
}

.yourstory-press-cover-imgs {
    width: 135px;
    margin-left: 23%;
    margin-top: 15%
}

.cnbc-press-cover-imgs {
    width: 95px;
    margin-left: 30%;
    margin-top: 6%
}

@media only screen and (max-width:600px) {
    .img_udjust1 {
        height: 150px;
        width: 150px
    }

    .link_button {
        margin-left: 30%
    }

    .icon_custom {
        height: 50%;
        width: 50%
    }

    .align_center,
    .hiden_text,
    .hide-testimonials,
    .shape-2,
    .shape-3 {
        display: none
    }

    #book-a-demo {
        display: none
    }

    .text-51 {
        color: var(--color-primary);
        font-size: 30px;
        font-weight: 700;
        line-height: 1.2;
        text-align: right;
        margin-left: 0
    }

    .line-hide {
        display: none
    }
}

.text-455 {
    margin: -7px 0 0;
    position: relative;
    color: #2a2a2a;
    font-size: 14px;
    text-align: center
}

.image-size-d {
    max-width: 50%;
    margin-top: 40px
}

.image-postion-d {
    position: relative
}

.image-postion-m {
    position: relative;
    margin-left: 3px;
    margin-top: 15px
}

.image-postion-d-ola {
    margin-top: 7px;
    max-width: 60%
}

.image-size-d-itc {
    margin-top: 26px;
    max-width: 40%
}

#filtroImg {
    width: auto
}

.testimonial_owner_img img {
    width: 100px;
    margin-left: 37%;
    margin-top: 30px;
    border: 2px solid #000;
    border-radius: 50px
}

.desktop-section {
    display: block;
    background-color: #10081a
}

#box-with-image11-mobile {
    display: none
}

.description {
    text-align: center;
    display: block
}

#button {
    margin-top: -150%;
    margin-left: auto;
    margin-right: auto;
    background: #ba434d;
    color: #fff;
    border-radius: 37px;
    font-size: 20px
}

@media screen and (max-width:767px) {
    .member-img img {
        width: 180px;
        margin: auto
    }

    .desktop {
        display: none
    }

    .mobile img {
        display: block
    }

    .desktop-section {
        display: none
    }

    #box-with-image11-mobile {
        display: block;
        background-size: 100% 100%;
        height: auto;
        background-repeat: no-repeat
    }
}

@media screen and (max-width:760px) {
    .homepage-text h2 {
        font-size: 50px
    }

    .member-img img {
        width: 180px;
        margin: auto
    }

    .desktop {
        display: none
    }

    .mobile img {
        display: block
    }
}

.read_testi_div a {
    color: #a2363f;
    padding: 0;
    background: none;
    font-size: 14px
}

.center_read_more {
    display: flex;
    justify-content: center
}

.text-23 {
    margin: 14px 0 0;
    color: #343434;
    font-size: 18px;
    line-height: 1.2;
    text-align: center
}

.text-22 {
    margin: 9px 0 0;
    color: #ba434d;
    font-size: 18px;
    line-height: 1.2;
    text-align: center
}

.arrow-r {
    float: left;
    margin: 45px 0 0 112px
}

.arrow-l {
    float: left;
    margin: 45px 0 0
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background: url(../img/icons/arrow_l.png) 0 45%/70% no-repeat;
    border: none;
    height: 35px
}

.slider .slick-arrow.slick-next {
    right: -9px;
    background: url(../img/icons/arrow_r.png) 0 45%/70% no-repeat;
    border: none;
    height: 35px
}

.prod_slider .slick-arrow.slick-prev {
    left: -5px;
    background: url(../img/icons/arrow_l_2.png) 0 45%/70% no-repeat;
    border: none;
    height: 35px
}

.prod_slider .slick-arrow.slick-next {
    right: -10px;
    background: url(../img/icons/arrow_r_2.png) 0 45%/70% no-repeat;
    border: none;
    height: 35px
}

.slider .slick-arrow.slick-disabled {
    opacity: .2
}

.spacing {
    margin-top: 20px
}

.accordion {
    display: flex;
    flex-direction: column;
    font-family: Sora, sans-serif;
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px
}

.accordion h1 {
    font-size: 32px;
    text-align: center
}

.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .05) 0 1px 2px 0
}

.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center
}

.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box
}

.accordion-item input[type=checkbox] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0
}

.accordion-item input[type=checkbox]:checked~.accordion-item-desc {
    display: block
}

.accordion-item input[type=checkbox]:checked~.accordion-item-title .icon:after {
    content: "-";
    font-size: 20px
}

.accordion-item input[type=checkbox]~.accordion-item-title .icon:after {
    content: "+";
    font-size: 20px
}

.accordion-item:first-child {
    margin-top: 0
}

.accordion-item .icon {
    margin-left: 14px
}

.color-white {
    color: #fff !important
}

.color-black {
    color: #000 !important
}

@media screen and (max-width:767px) {
    .accordion {
        padding: 0 16px
    }

    .accordion h1 {
        font-size: 22px
    }
}