body{
    overflow-x: hidden !important;
}
.btn {
    padding: 8px 20px;
    background: rgb(42, 75, 57);
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    border-radius: 0px;
    color: #fff;
    transition: box-shadow 0.4s ease-in;
    box-shadow: 0px 0px 0px 0px rgba(42, 75, 57, 0.66);
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:active {
    background: rgb(42, 75, 57);
    box-shadow: 0px 2px 10px 1px rgba(42, 75, 57, 0.66);
    color: #fff;
}

.indicator-arrow {
    position: relative;
}

.indicator-arrow:before {
    content: "";
    background: url("../images/img/arrow-down.svg") no-repeat center center / cover;
    height: 46px;
    width: 78px;
    display: block;
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
}

.vegan-chilli-recipes-section .slick-slide {
    margin: 0 12.5px;
}
.list-style-none{
    list-style: none;
}
.about_section-light-bg{
    background-color: #D3EEE1;
}
.about_section--inner{
    padding: 30px 24px;
}
.about_section--spacing{
    padding: 56px 0px;
}
.common-link{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #263238;
    position: relative;
}
.common-link::after{
    content: "";
    padding: 10px;
    background: url("../images/img/arrow_back.svg") no-repeat center center / cover;
    display: block;
    position: absolute;
    top: 60%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    transition: 0.4s left ease-in-out;
}
.common-link:hover:after{
    left: calc(100% + 15px);
}
.grey-txt{
    color: #828282;
}
/* Instant Food Items section */
.food-item-slide_link > p{
    margin: 0px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
    color: #333333;
}
.food-item-slide_link > .circle {
    filter: drop-shadow(0px 4px 16px rgba(130, 130, 130, 0.25));
    border: 0.6px solid #263238;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.food-item-slide_link > .circle .img{
    background: url("") no-repeat center center / cover;
    height: 100%;
    transition-duration: 0.4s ;
}
.food-item-slide_link:hover > .circle .img {
    transform: scale(1.2);
}
.divider{
    background: url("../images/img/repeat-line.svg") repeat-x center center / auto 100%;
}
.green-txt{
    color: #2A4B39;
}
.input-box .form-control{
    border-radius: 0px;
    background-color: transparent;
    border-color: #4F4F4F;
}
.input-box .form-control:focus{
    box-shadow: none;
    border-color: #000;
}
.recipes-inner-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
}
.recipes-section{
    padding: 48px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.recipes-inner-txt-wrap{
    flex-shrink: 0;
}
.recipes-inner-form{
    max-width: 25%;
    width: 100%;
}
.clipped-img{
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 100%;
    max-width: 100%;
    transition: transform 0.3s ease-in;
}
.clipped-image-1{
    -webkit-mask-image: url("../images/img/blob-1.svg");
    mask-image: url("../images/img/blob-1.svg");
}
.clipped-image-2{
    -webkit-mask-image: url("../images/img/blob-2.svg");
    mask-image: url("../images/img/blob-2.svg");
}
.clipped-image-3{
    -webkit-mask-image: url("../images/img/blob-3.svg");
    mask-image: url("../images/img/blob-3.svg");
}
.clipped-image-4{
    -webkit-mask-image: url("../images/img/blob-4.svg");
    mask-image: url("../images/img/blob-4.svg");
}
.healthy-salads-slide a{
    display: block;
    overflow: hidden;
}
.healthy-salads-slide a:hover .clipped-img{
    transform: scale(1.06);
}
/* Banner CSS */
.green__txt{
    color: #2A4B39;
}
.bnr-slide-img{
    max-width: inherit;
    background: url() no-repeat center center / cover;
    transition-duration: 0.4s;
}
.bnr-slide-img::after{
    content: "";
    display: block;
    padding-top: 200px;
}
.bnr-slide-img-wrap{
    margin: 0px auto;
    max-width: 200px;
    width: 100%;
    border: 1px solid #2A4B39;
    filter: drop-shadow(0px 4px 16px rgba(130, 130, 130, 0.25));
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -67px;
    left: 50%;
    transform: translateX(-50%);
}
.choose-food-item-slider{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.choose-food-item-slide:before{
    content: "";
    display: block;
    height: 160px;
}
.choose-food-item-slide{
    margin-top: 67px;
    padding-bottom: 32px;
    background: #FFFFFF;
    border: 0.4px solid #2A4B39;
    border-radius: 0px;
    flex-grow: 1;
    position: relative;
    box-shadow: 5px 5px 0px 0px #D3EEE1;
}
.choose-food-item-slide:hover .bnr-slide-img{
    transform: scale(1.2);
}
.choose-food-item-slide p{
    color: #828282;
    letter-spacing: 0.02em;
}
.choose-food-item-slide h5{
    font-weight: 600;
    color: #333333;
}
.light__purple{
    box-shadow: 5px 5px 0px 0px #D8D3EE;
}
.light__orange{
    box-shadow: 5px 5px 0px 0px #EEE5D3;
}
.light__pink{
    box-shadow: 5px 5px 0px 0px #EED3D3;
}
.mt-24{
    margin-top: 24px;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: ">";
}
.breadcrumb{
    margin: 0px;
}
.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active{
    font-family: 'Piazzolla';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 33px;
    color: #294A38;
}
.breadcrumb-item a:hover{
    color: #489f6f;
}
.vegan-chilli-recipes-box{
    padding: 58px 0px;
}
/* Readers Favourites Section */
.slick-dots{
    margin-top: 20px;
    position: static;
    line-height: 0px;
}
.slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 0px;
}
.slick-dots li {
    margin: 0px;
    height: 20px;
    width: 20px;
}
.slick-dots li button::before{
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 18px;
    height: 7px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    background: #2a4b39;
    border-radius: 15px;
    width: 7px;
    transition: width 0.4s linear;
    transform: translateY(-50%);
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    width: 100%;
    transform: translate(0px, -50%);
}
.slick-dots li.slick-active {
    width: 32px;
}
.slick-dots li.slick-active button{
    width: 100%;
}
.slick-dotted.slick-slider{
    margin-bottom: 0px;
}
/* Recipes Blog Page Design */
.recipes-blog-banner .blog-img{
    margin: 0px auto 48px;
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 418px;
    filter: drop-shadow(0px -63px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px -14.0719px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px -4.18956px 5.32008px rgba(0, 0, 0, 0.0282725));
}
.recipes-blog-box .sub-title{
    letter-spacing: 0.02em;
    font-weight: 400;
}
.cusine-type-list{
    display: flex;
    flex-wrap: wrap;
}
.cusine-type-list > span{
    margin-right: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #333333;
}
.cusine-type-list > ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}
.cusine-type-list > ul > li{
    padding: 4px 16px;
    background: #3DA071;
    border-radius: 32px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.food-category{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.food-category-wrapper{
    padding: 40px 0px 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.food-category-inner{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 12px 24px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.share-btn{
    flex-shrink: 0;
}
.food-category-inner > li{
    padding: 4px 16px;
    background: #D3EEE1;
    border-radius: 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #2A4B39;
}
.dishes-details{
    padding: 32px 0px;
    border-bottom: 0.6px solid #BDBDBD;
    border-top: 0.6px solid #BDBDBD;
}
.dishes-details > ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.dishes-details > ul p{
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #828282;
}
.dishes-details > ul b{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
}
.recipe-inner-section{
    padding: 24px;
    background: #F0F9F5;
    border: 0.2px solid #263238;
}
.recipe-blog-owner-prfl{
    display: flex;
    align-items: center;

}
.recipe-blog-owner-prfl > .profile{
    margin-right: 16px;
    border: 0.6px solid #FFFFFF;
    box-shadow: 0px 4px 16px rgba(130, 130, 130, 0.25);
    border-radius: 100%;
    width: 95px;
    flex-shrink: 0;
    background: url("") no-repeat center center / cover;
}
.recipe-blog-owner-prfl h6{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #333333;
}
.recipe-blog-owner-prfl > .profile:before{
    content: "";
    display: block;
    padding-top: 95px;
}
.recipe-blog-desc{
    padding: 32px 0px;
}
.recipe-section > h4{
    margin-bottom: 24px;
}
.recipe-blog-desc :where(h1,h2,h3,h4,h5,h6){
    color: #2A4B39;
}
.recipe-blog-desc ul{
    list-style: disc inside;
}
.recipe-blog-desc ul,
.recipe-blog-desc ol{
    margin-bottom: 40px;
    padding: 0px;
}
.recipe-blog-desc p,
.recipe-blog-desc ul li,
.recipe-blog-desc ol li{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #333333;
}
.recipe-blog-desc ol{
    list-style: decimal inside;
}
.recipe-blog-desc p{
    margin-bottom: 20px;
}
.recipe-blog-desc h6{
    font-weight: 600;
    color: #333333;
}
.calaries-chart table .row-indicator{
    height: 8px;
    max-width: 90%;
}
.calaries-chart{
    max-width: 650px;
    margin-bottom: 20px;
}
.calaries-chart .table{
    margin-bottom: 0px;
}
.calaries-chart .table > :not(caption) > * > *{
    border: none;
    padding: 9px 0px;
}
.related-recipes-blog a{
    display: block;
}
.recipes-blog-image{
    height: 224px;
    width: 100%;
    background: url("") no-repeat center center / cover;
}
.stars-wrap img{
    margin-right: 12px;
}
.recipes-blog-desc{
    padding-top: 20px;
}
.recipes-blog-desc > p{
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #333333;
}
.stars-wrap span{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #2A4B39;
}
.related-recipes-blog-slider{
    margin-top: 36px;
}
.related-recipes-blog-slider .slick-slide{
    margin: 0px 12px;
}
/* Theme Tabs */
.theme-tabs{
    justify-content: space-between;
}
.theme-tabs.nav-pills .nav-link.active,
.theme-tabs.nav-pills .nav-link,
.theme-tabs.nav-pills .show > .nav-link{
    background-color: transparent;
    color: #2A4B39;
}
.theme-tabs.nav-pills .nav-link{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    padding: 12px 32px;
    position: relative;
}
.theme-tabs.nav-pills .nav-link:after{
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    max-width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #2A4B39;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
}
.related-recipes-blog-slider .slick-slide a p{
    transition: 0.4s color linear;
}
.related-recipes-blog-slider .slick-slide a:hover p{
    color: #3DA071;
}
.theme-tabs.nav-pills .nav-link.active:after{
    max-width: 100%;
}
.theme-tabs.nav-pills .nav-link:hover:after{
    max-width: 100%;
    right: auto;
    left: 0;
}
/* Awards Section */
.award-slider .slick-slide img{
    filter: drop-shadow(0px 4px 16px rgba(130, 130, 130, 0.25));
}
.popular-recipes-tabs-section .readers-section-inner-wrap .slick-track{
    margin-top: 50px;
}
.chef-listing-wrapper{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.chef-listing-wrapper > li{
    width: calc(100% / 4 - 18px);
    border: 0.6px solid #828282;
}
.chef-prfl-img-wrap .chef-prfl-img{
    background: url() no-repeat center center / cover;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}
.chef-prfl-img-wrap{
    height: 248px;
    border-radius: 4px;
    overflow: hidden;
}
.chef-listing-wrapper > li:hover .chef-prfl-img{
    transform: scale(1.2);
}
.chef-listing-wrapper .prfl-desc{
    padding: 16px;
}
.known-dishes-wrap{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
    list-style: none;
}
.known-dishes-wrap > li{
    padding: 4px 16px;
    background: #3DA071;
    border-radius: 32px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.chef-location{
    padding-left: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #5D5FEF;
    position: relative;
}
.chef-rating{
    padding-right: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #333333;
    position: relative;
}
.chef-rating:after{
    content: "";
    background: url("../images/img/star.svg") no-repeat center center / cover;
    padding: 10px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.chef-location:before{
    content: "";
    background: url("../images/img/location-pin.svg") no-repeat center center / cover;
    padding: 6px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.location-achivements-wrap{
    margin:4px 0px 6px;
}
.chef-listing-wrapper > li .chef-name{
    margin-bottom: 0px;
    display: block;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #2A4B39;
}
.chef-listing-wrapper > li .chef-name:hover{
    color: #3DA071;
}
.chef-listing-wrapper > li p{
    margin: 6px 0px 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #333333;
}
.chef-prfl-username{
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #828282;
}
.mb-6{
    margin-bottom: 56px;
}
/* Chef Information Section */
.chef-info-profile{
    margin-bottom: 56px;
}
.chef-info-pic{
    width: 200px;
    border-radius: 50%;
    background: url() no-repeat center center / cover;
}
.chef-info-pic:before{
    content: "";
    padding-top: 100%;
    display: block;
}
.social_icon-contact-details ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.chef-info-section{
    margin:20px 0px 24px;
}
.chef-info-section p{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #828282;
}
.chef-info-section p:last-child{
    margin-bottom: 0px;
}
.speciality-box{
    display: flex;
    align-items: flex-start;
}
.speciality-box > span{
    margin-right: 8px;
    flex-shrink: 0;
}
.speciality-box .known-dishes-wrap > li{
    padding: 4px 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
.chef-contact-details > li > a{
    position: relative;
    padding-left: 32px;
}
.chef-contact-details > li.contact-mail > a:before{
    background-image: url('../images/img/mail.svg');
}
.chef-contact-details > li:not(:last-child){
    margin-bottom: 20px;
}
.social_icon-contact-details ul.chef-social-icon-links{
    margin-bottom: 52px;
    gap: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.chef-contact-details > li > a:before{
    content: "";
    display: block;
    padding: 12px;
    background: url("../images/img/language.svg") no-repeat center center / 20px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.chef-contact-details > li > a{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #828282;
    transition: 0.4 color linear;
}
.chef-contact-details > li > a:hover{
    color: #3DA071;
}
.chef-info-name .chef-info-user{
    margin-bottom: 8px;
}
.chef-social-icon-links a img{
    box-shadow: 0px 0px 4px 4px rgba(61, 160, 113, 0);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    transition: 0.4s box-shadow ease-in-out;
}
.chef-social-icon-links a:hover img{
    box-shadow: 0px 0px 4px 4px rgba(61, 160, 113, 0.6);
}
.experience-info,
.chef-info-name .chef-info-user{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #828282;
}
.experience-info{
    color: #2A4B39;
    font-weight: 400;
}
.experience-info b{
    font-weight: 600;
}
.experience-info > span{
    display: block;
}
/* Responsive CSS */
@media (min-width : 320px){
    p {
        font-size: 16px;
        line-height: 24px;
    }
    section.section {
        margin: 40px 0;
    }
    .vegan__recipes .section__top .btn{
        width: auto;
    }
    .btn{
        padding: 6px 18px;
        font-size: 16px;
        line-height: 24px;
    }
    .common-link::after{
        display: none;
    }
    .breadcrumb-item, .breadcrumb-item a, .breadcrumb-item.active{
        font-size: 18px;
        line-height: 26px;
    }
    .choose-food-item-slider{
        margin-top: 30px;
    }
    /* Banner Section */
    .choose-food-item-slide{
        padding-bottom: 20px;
        width: calc(100%/2 - 12px);
    }
    .choose-food-item-slide h5{
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0px;
    }
    .choose-food-item-slide p{
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0px;
    }
    .bnr-slide-img-wrap{
        max-width: 110px;
        top: -42px;
    }
    .bnr-slide-img::after{
        padding-top: 110px;
    }
    .choose-food-item-slide::before{
        height: 78px;
    }
    .choose-food-item-slide{
        margin-top: 46px;
    }
    .recipes-inner-wrapper img {
        max-width: calc(100% - 40px);
        margin: 0px auto;
    }
    .recipes-inner-txt-wrap h3{
        margin: 0px 0px 20px !important;
        font-size: 28px;
        line-height: 36px;
    }
    .recipes-inner-txt-wrap{
        width: 100%;
    }
    .recipes-inner-form{
        margin: 0px auto;
        width: calc(100% - 40px);
        max-width: 320px;
    }
    /* About Section */
    .list__about-img,
    .about_section--inner{
        margin: 0px auto;
        max-width: calc(100% - 32px);
        width: 100%;
    }
    .food-item-slide_link > .circle{
        height: 140px;
        width: 140px;
    }
    .food-item-slide_link > p{
        font-size: 16px;
        line-height: 20px;
    }
    .food-item-slide_link > .circle{
        margin: 0px auto 10px;
    }
    .trending-blogs-list {
        margin-bottom: 0px;
    }
    .readers-section-inner-wrap .trending-blogs-list{
        margin: 0px 10px;
    }
    .readers-section-inner-wrap{
        gap: 0px;
    }
    .vegan-chilli-recipes-box {
        padding: 0px;
    }
    .clipped-img{
        margin: 0px auto;
        max-width: 300px;
    }
    .readers-section-inner-wrap{
        margin-top: 30px;
    }
    .common-link::after{
        display: none;
    }
    .indicator-arrow::before{
        display: none;
    }
    /* Recipes Blog Section */
    .h2 {
        font-size: 28px;
    }
    .food-category-wrapper{
        display: block;
    }
    .food-category-inner{
        margin-bottom: 20px;
    }
    .cusine-type-list > ul > li,
    .food-category-inner{
        gap: 8px;
    }
    .cusine-type-list > ul{
        margin-top: 10px;
    }
    .cusine-type-list > ul > li,
    .food-category-inner > li{
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }
    .share-btn svg{
        max-height: 16px;
    }
    .dishes-details ul > li{
        width: 42%;
    }
    .dishes-details > ul p{
        margin-bottom: 4px;
    }
    .dishes-details > ul{
        gap: 26px;
    }
    .dishes-details > ul b{
        font-size: 18px;
        line-height: 24px;
    }
    h4{
        font-size: 22px;
    }
    h6{
        font-size: 18px;
        line-height: 24px;
    }
    .recipes-blog-banner .blog-img{
        margin: 0px auto 22px;
    }
    .recipe-blog-desc p, .recipe-blog-desc ul li, .recipe-blog-desc ol li{
        text-align: left;
        font-size: 16px;
        line-height: 26px;
    }
    .calaries-chart .table > :not(caption) > * > *{
        padding: 3px 0px;
    }
    .recipe-blog-owner-prfl > .profile{
        width: 60px;
    }
    .recipe-blog-owner-prfl > .profile::before{
        padding-top: 60px;
    }
    .recipe-blog-owner-prfl h6{
        font-size: 18px;
        line-height: 24px;
    }
    .recipes-blog-desc > p{
        font-size: 16px;
        line-height: 28px;
    }
    .stars-wrap span{
        font-size: 12px;
        line-height: 16px;
    }
    /* Popular Recipes Section */
    .theme-tabs{
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
    }
    .theme-tabs.nav-pills .nav-link{
        padding: 10px 14px;
        font-size: 16px;
        line-height: 20px;
    }
    .popular-recipes-tabs-section .readers-section-inner-wrap{
        margin-top: 0px;
    }
    .popular-recipes-tabs-section .readers-section-inner-wrap .slick-track{
        margin-top: 30px;
    }
    /* Chef Profile information Section */
    .social_icon-contact-details ul{
        margin-bottom: 30px;
    }
    .social_icon-contact-details ul.chef-social-icon-links{
        justify-content: center;
    }
    .chef-info-pic{
        margin: 0px auto 20px;
    }
    .experience-info, .chef-info-name .chef-info-user,
    .section.vegan__recipes > .container .row > div h2{
        text-align: center;
    }
    .chef-info-profile {
        margin-bottom: 40px;
    }
    .chef-contact-details > li > a{
        font-size: 16px;
        line-height: 24px;
    }
    .chef-info-section p{
        font-size: 16px;
        line-height: 24px;
    }
    .chef-contact-details > li:not(:last-child) {
        margin-bottom: 8px;
    }
    .speciality-box .known-dishes-wrap > li{
        font-size: 16px;
        line-height: 26px;
    }
    .Popular-section-inner-wrap{
        margin-bottom: 20px !important;
    }
    .speciality-box{
        flex-wrap: wrap;
    }
    .speciality-box > span{
        margin-bottom: 10px;
        width: 100%;
    }
    /* Chef listing page */
    .chef-listing-wrapper{
        margin-top: 30px;
    }
    .chef-listing-wrapper > li{
        width: 100%;
        max-width: 300px;
        margin: 0px auto;
    }
    .h5 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (min-width : 575px){
    .indicator-arrow::before{
        display: block;
    }
    .common-link::after{
        display: block;
    }
    /* Chef Information Section */
    .social_icon-contact-details{
        flex-shrink: 0;
    }
    /* Chef Information */
    .chef-info-pic{
        width: 160px;
    }
    .experience-info, .chef-info-name .chef-info-user{
        text-align: center;
    }
    .chef-info-profile {
        margin-bottom: 32px;
    }
    .speciality-box{
        flex-wrap: nowrap;
    }
    .speciality-box > span{
        margin-bottom: 0px;
        width: auto;
    }
     /* Chef listing page */
    .chef-listing-wrapper{
        margin-top: 0px;
    }
}
@media (min-width : 768px){
    .readers-section-inner-wrap{
        margin-top: 0px;
    }
    .readers-section-inner-wrap .slick-track:before,
    .readers-section-inner-wrap .slick-track:after{
        display: none !important;
    }
    .choose-food-item-slide p{
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
    }
    .list__about-section .list__about-img{
        width: 40%;
    }
    .list__about-section .about_section--inner{
        width: 60%;
    }
    .choose-food-item-slide{
        width: calc(100%/4 - 18px);
    }
    .trending-blogs-list {
        margin-bottom: 30px;
    }
    .clipped-img{
        max-width: 100%;
    }
    .recipes-inner-wrapper img,.recipes-inner-txt-wrap{
        max-width: 50%;
        margin: 0px;
        text-align: center;
    }
    .recipes-inner-wrapper{
        margin-bottom: 20px;
    }
    /* Chef Details Section */
    .chef-info-profile{
        display: flex;
        align-items: center;
    }
    .chef-info-pic{
        margin-right: 48px;
    }
    .chef-info-details{
        display: flex;
        gap: 150px;
    }
    .social_icon-contact-details ul{
        margin-bottom: 30px;
    }
    .social_icon-contact-details ul.chef-social-icon-links{
        justify-content: center;
    }
    .experience-info, .chef-info-name .chef-info-user{
        text-align: left;
    }
    .chef-info-pic{
        width: 200px;
        margin: 0px 48px 0px 0px;
    }
    .social_icon-contact-details > h4,
    .chef-contact-details{
        text-align: left;
    }
    .chef-info-details{
        gap: 45px;
    }
    .chef-info-section{
        text-align: left;
    }
     /* Chef listing page */
    .chef-listing-wrapper{
        margin-top: 0px;
    }
    .chef-listing-wrapper > li{
        width: calc(100% / 3 - 16px);
        max-width: initial;
    }
    .h5 {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (min-width : 992px){
    section.section {
        margin: 70px 0;
    }
    p{
        font-size: 18px;
        line-height: 26px;
    }
    .vegan-chilli-recipes-box {
        padding: 58px 0px;
    }
    .choose-food-item-slide h5{
        font-size: 20px;
        line-height: 26px;
    }
    .choose-food-item-slide p{
        font-size: 18px;
        line-height: 24px;
    }
    .choose-food-item-slide{
        padding-bottom: 32px;
    }
    .food-item-slide_link > .circle{
        height: 184px;
        width: 184px;
    }
    .food-item-slide_link > p{
        font-size: 18px;
        line-height: 22px;
    }
    .food-item-slide_link > .circle{
        margin: 0px auto 16px;
    }
    .recipes-inner-txt-wrap {
        margin-left: 3%;
    }
    .recipes-inner-wrapper img, .recipes-inner-txt-wrap{
        width: initial;
        text-align: left;
    }
    .recipes-inner-txt-wrap h3{
        font-size: 32px;
        line-height: 1.1;
    }
    .input-box .form-control{
        padding: 8px 16px;
    }
    .btn{
        padding: 8px 20px;
        font-size: 20px;
        line-height: 28px;
    }
    .about_section--inner {
        padding: 54px 24px;
    }
    .readers-section-inner-wrap .trending-blogs-list{
        max-width: calc(100% / 4 - 20px);
    }
    .recipes-inner-wrapper{
        margin-bottom: 0px;
    }
    .recipes-inner-form {
        margin: 0px;
        width: calc(100% - 40px);
        max-width: 280px;
    }
    /* Recipes Section Page */
    .recipes-blog-banner .blog-img{
        margin: 0px auto 48px;
    }
    .h2 {
        font-size: 48px;
    }
    h4{
        font-size: 32px;
    }
    h6{
        font-size: 22px;
        line-height: 32px;
    }
    .cusine-type-list > ul {
        margin-top: 0px;
    }
    .cusine-type-list > ul > li{
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
    }
    .food-category-inner > li{
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
    }
    .food-category-inner{
        gap: 12px 24px;
    }
    .dishes-details ul > li{
        width: auto;
    }
    .recipe-blog-desc p, .recipe-blog-desc ul li, .recipe-blog-desc ol li{
        font-size: 18px;
        line-height: 32px;
    }
    .calaries-chart .table > :not(caption) > * > *{
        padding: 9px 0px;
    }
    .recipe-blog-owner-prfl > .profile{
        width: 95px;
    }
    .recipe-blog-owner-prfl > .profile::before{
        padding-top: 95px;
    }
    .recipe-blog-owner-prfl h6{
        font-size: 24px;
        line-height: 34px;
    }
    .recipes-blog-desc > p{
        font-size: 20px;
        line-height: 28px;
    }
    .stars-wrap span{
        font-size: 16px;
        line-height: 16px;
    }
    section.recipes-blog-banner{
        margin-top: 40px;
    }
    .food-category-wrapper{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    /* Popular Recipes Section */
    .theme-tabs.nav-pills .nav-link{
        font-weight: 500;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 0.02em;
        padding: 12px 16px;
        position: relative;
    }
    .popular-recipes-tabs-section .readers-section-inner-wrap .slick-track{
        margin-top: 50px;
    }
    /* Chef information */
    .chef-info-profile {
        margin-bottom: 40px;
    }
    .chef-info-section p{
        font-size: 18px;
        line-height: 26px;
    }
    .chef-contact-details > li:not(:last-child) {
        margin-bottom: 20px;
    }
    .chef-contact-details > li > a{
        font-size: 20px;
        line-height: 28px;
    }
    .social_icon-contact-details ul.chef-social-icon-links{
        justify-content: flex-start;
    }
    .h5 {
        font-size: 25px;
        line-height: 35px;
    }

}
@media (min-width : 1199px){
    .breadcrumb-item, .breadcrumb-item a, .breadcrumb-item.active{
        font-size: 23px;
        line-height: 33px;
    }
    .choose-food-item-slider{
        margin-top: 55px;
    }
    .choose-food-item-slide h5{
        font-size: 25px;
        line-height: 35px;
        letter-spacing: 0.16em;
    }
    .choose-food-item-slide p{
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.02em;
    }
    .choose-food-item-slide{
        width: calc(100%/4 - 18px);
    }
    .recipes-inner-txt-wrap {
        margin-left: 14%;
    }
    .recipes-inner-txt-wrap h3{
        font-size: 40px;
        line-height: 1.2;
    }
    .input-box .form-control{
        padding: 11px 16px;
    }
    .recipes-inner-form {
        margin: 0px auto;
        width: calc(100% - 40px);
        max-width: 260px;
    }
    .choose-food-item-slide::before{
        height: 160px;
    }
    .bnr-slide-img::after{
        padding-top: 200px;
    }
    .bnr-slide-img-wrap{
        max-width: 200px;
        top: -67px;
    }
    .choose-food-item-slide{
        margin-top: 67px;
        padding-bottom: 32px;
    }
    .readers-section-inner-wrap .slick-track{
        max-width: 100% !important;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 40px 26px;
    }
    .readers-section-inner-wrap .trending-blogs-list{
        margin: 0px;
        flex-grow: 1;
        max-width: calc(100% / 4 - 20px);
        width: 100% !important;
    }
    /* Popular Recipes section */
    .theme-tabs.nav-pills .nav-link{
        font-size: 24px;
        line-height: 34px;
        padding: 12px 16px;
    }
    /* Chef information */
    .chef-info-profile {
        margin-bottom: 56px;
    }
    .chef-listing-wrapper > li{
        width: calc(100% / 4 - 18px);
    }
}