/*Bhoj food delivery app css starts here*/



@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Regular.woff2") format("woff2"),
        url("./fonts/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media only screen and (min-width: 1200px) {
    .bhoj-detail-main .bhoj-container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
}

/* Start of Popins */

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-Bold.woff2") format("woff2"),
        url("./fonts/Poppins-Bold.woff") format("woff"),
        url("./fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-Medium.woff2") format("woff2"),
        url("./fonts/Poppins-Medium.woff") format("woff"),
        url("./fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-Light.woff2") format("woff2"),
        url("./fonts/Poppins-Light.woff") format("woff"),
        url("./fonts/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-SemiBold.woff2") format("woff2"),
        url("./fonts/Poppins-SemiBold.woff") format("woff"),
        url("./fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-Thin.woff2") format("woff2"),
        url("./fonts/Poppins-Thin.woff") format("woff"),
        url("./fonts/Poppins-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:
        url("./fonts/Poppins-Regular.woff2") format("woff2"),
        url("./fonts/Poppins-Regular.woff") format("woff"),
        url("./fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.poppins-thin {
  font-weight: 100;
}

.poppins-light {
  font-weight: 300;
}

.poppins-regular {
  font-weight: 400;
}

.poppins-medium {
  font-weight: 500;
}

.poppins-semibold {
  font-weight: 600;
}

.poppins-bold {
  font-weight: 700;
}




html,
body {
    font-family: "Poppins";
}






h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
}

a {
    display: inline;
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
}

.bhoj-detail-main .bhojptb-200 {
    padding: 200px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .bhoj-detail-main .bhojptb-200 {
        padding: 110px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhojptb-200 {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhojptb-200 {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhojptb-200 {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhojptb-200 {
        padding: 35px 0;
    }
}

.bhoj-detail-main .bhojpb-200 {
    padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .bhoj-detail-main .bhojpb-200 {
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhojpb-200 {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhojpb-200 {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhojpb-200 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhojpb-200 {
        padding-bottom: 35px;
    }
}

/*bhoj banner section css */
.bhoj-detail-main .bhoj-new-section-banner {
    background: url("./img/webp/bhoj-banner-screen.webp") no-repeat;
    aspect-ratio: auto 1920 / 1600;
    max-width: 100%;
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-new-section-banner {
        background: url("./img/webp/tablet/bhoj-banner-screen.webp") no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-new-section-banner {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bhoj-detail-main .bhoj-new-section-banner {
        background-position: center;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-new-section-banner {
        height: 60vh;
        background: url("./img/webp/mobile/bhoj-banner-screen.webp") no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.bhoj-detail-main .bhoj-new-section-banner .section-banner-main {
    top: 30vh;
    position: absolute;
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main {
        top: 26vh;
    }
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main {
        max-width: 80%;
        top: 15vh;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main {
        top: 0;
        position: relative;
        max-width: none;
    }
}

.bhoj-detail-main .bhoj-new-section-banner .section-banner-main .banner-span {
    font-size: 1.625rem;
    line-height: 2.438rem;
    color: #121212;
    position: relative;
    margin-bottom: 1rem;
    display: inline-flex;
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main .banner-span {
        margin-bottom: 1.8rem;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main .banner-span {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main .banner-span {
        font-size: 1.325rem;
        line-height: 2.238rem;
        margin-bottom: 0.5rem;
    }
}

.bhoj-detail-main .bhoj-new-section-banner .section-banner-main .banner-span:after {
    content: "";
    top: 50%;
    width: 20px;
    background-color: #121212;
    height: 2px;
    margin: 0;
    position: absolute;
    right: -35px;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main .banner-span:after {
        content: none;
    }
}

.bhoj-detail-main .bhoj-new-section-banner .section-banner-main h2 {
    font-size: 4.375rem;
    line-height: 5.625rem;
    color: #121212;
    transition: all 2s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main h2 {
        font-size: 3.3rem;
        line-height: 4.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main h2 {
        font-size: 3rem;
        line-height: 4.3rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main h2 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

@media only screen and (max-width: 375px) {
    .bhoj-detail-main .bhoj-new-section-banner .section-banner-main h2 {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }
}

/*bhoj banner section css end*/

/*bhoj about section css*/
.bhoj-detail-main .bhoj-section-ignite-about .banner-container-text {
    position: absolute;
    top: 30rem;
    max-width: 1170px;
    left: 0;
    right: 0;
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-left {
    position: sticky;
    top: 80px;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-left {
        position: relative;
        top: 0;
    }
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-left .small-title {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #131313;
    padding: 1rem 0 0.5rem;
    margin-bottom: 0.3rem;
    display: block;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-left .small-title {
        padding: 0 0 0.5rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-left .small-title {
        padding: 0 0 0.3rem;
    }
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-left ul {
    margin-bottom: 2.8rem;
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-left ul li {
    padding-left: 1rem;
    font-family: "Roboto";
    font-size: 1rem;
    line-height: 1.18rem;
    color: #353535;
    margin-bottom: 1.2rem;
    display: block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-left ul li {
        margin-bottom: 0.8rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-left ul li {
        margin-bottom: 0.5rem;
    }
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-left ul li:before {
    content: "";
    left: 0;
    background-color: #353535;
    margin: 0;
    height: 2px;
    width: 8px;
    top: 0.4rem;
    position: absolute;
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-left ul li:last-child {
    margin-bottom: 0;
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-left ul.links li a {
    position: relative;
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-left ul.links li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    bottom: -5px;
    left: 0;
    border-radius: 10px;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-left ul.links li a:hover:after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-right .sub-heading {
    font-size: 3.125rem;
    line-height: 4.688rem;
    color: #131313;
    margin-bottom: 1.7rem;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-right .sub-heading {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-right .sub-heading {
        font-size: 2.5rem;
        line-height: 3.7rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-right .sub-heading {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-right .sub-heading {
        margin-bottom: 0.7rem;
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-right .sub-heading-details {
    font-family: "Roboto";
    font-size: 1.375rem;
    line-height: 2rem;
    color: #353535;
    margin-bottom: 1.3rem;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-right .sub-heading-details {
        font-size: 1.12rem;
        line-height: 1.75rem;
        margin-bottom: 0;
    }
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-right ul li {
    padding-left: 1rem;
    font-family: "Roboto";
    font-size: 1.375rem;
    line-height: 2rem;
    color: #353535;
    margin-bottom: 0.8rem;
    display: block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-right ul li {
        font-size: 1.12rem;
        line-height: 1.9rem;
        margin-bottom: 0.3rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-right ul li {
        line-height: 1.75rem;
    }
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-right ul li:last-child {
    margin-bottom: 0;
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-right ul li:before {
    content: "";
    left: 0;
    background-color: #353535;
    margin: 0;
    height: 2px;
    width: 8px;
    top: 0.9rem;
    position: absolute;
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-right ul li:before {
        top: 0.8rem;
    }
}

.bhoj-detail-main .bhoj-section-ignite-about .about-text-right .challenges-sub-heading-details {
    font-family: "Roboto";
    font-size: 1.375rem;
    line-height: 2rem;
    color: #353535;
    margin-bottom: 0.5rem;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-right .challenges-sub-heading-details {
        font-size: 1.12rem;
        line-height: 1.9rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-ignite-about .about-text-right .challenges-sub-heading-details {
        line-height: 1.75rem;
    }
}

/* ---------------ucheck-wrapper cta one css start -----------*/
.bhoj-detail-main .section-food-practice-cta {
    padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .bhoj-detail-main .section-food-practice-cta {
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .section-food-practice-cta {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .section-food-practice-cta {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-practice-cta {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .section-food-practice-cta {
        padding-bottom: 35px;
    }
}

.bhoj-detail-main .section-food-practice-cta .practice-container {
    max-width: 1594px !important;
}

.bhoj-detail-main .section-food-practice-cta .cta-blue-bg {
    background: #f6f6f6;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-practice-cta .cta-blue-bg {
        padding: 30px 15px;
        border-radius: 14px;
    }
}

.bhoj-detail-main .section-food-practice-cta .cta-green-grid-main {
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-column-gap: 20px;
    align-items: end;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .bhoj-detail-main .section-food-practice-cta .cta-green-grid-main {
        grid-template-columns: 1fr 34%;
        grid-column-gap: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bhoj-detail-main .section-food-practice-cta .cta-green-grid-main {
        grid-template-columns: 1fr 43%;
        grid-column-gap: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bhoj-detail-main .section-food-practice-cta .cta-green-grid-main {
        grid-template-columns: 1fr 30%;
        grid-column-gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-practice-cta .cta-green-grid-main {
        grid-template-columns: 1fr;
        grid-column-gap: 15px;
    }
}

.bhoj-detail-main .section-food-practice-cta .cta-title-left-dis {
    margin: 0;
    padding: 70px 0px 70px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis {
        text-align: left;
        padding: 70px 0px 70px 60px;
    }
}

@media only screen and (min-width: 901px) and (max-width: 991px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis {
        text-align: left;
        padding: 0px 0px 70px 30px;
    }
}

@media only screen and (min-width: 851px) and (max-width: 900px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis {
        text-align: left;
        padding: 0px 0px 60px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis {
        text-align: left;
        padding: 0px 0px 50px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis {
        text-align: center;
        padding: 0;
    }
}

.bhoj-detail-main .section-food-practice-cta .cta-title-left-dis p {
    margin: 0;
    font-size: 34px;
    color: #000000;
    line-height: 42px;
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis p {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis p {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis p {
        font-size: 25px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .section-food-practice-cta .cta-title-left-dis p {
        font-size: 20px;
        line-height: 26px;
    }
}

.bhoj-detail-main .section-food-practice-cta .cta-btn-box {
    margin-top: 24px;
}

.bhoj-detail-main .section-food-practice-cta .cta-btn-box a {
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 18px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .bhoj-detail-main .section-food-practice-cta .cta-btn-box a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .bhoj-detail-main .section-food-practice-cta .cta-btn-box a {
        padding: 9px 14px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-practice-cta .cta-btn-box a {
        padding: 9px 14px;
        font-size: 14px;
    }
}

.bhoj-detail-main .section-food-practice-cta .cta-btn-box a:hover {
    background: #e25574;
    color: #ffffff;
}

.bhoj-detail-main .section-food-practice-cta .cta-img-right-img-box {
    position: static;
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bhoj-detail-main .section-food-practice-cta .cta-img-right-img-box {
        position: static;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-practice-cta .cta-img-right-img-box {
        display: none;
    }
}

/* ---------------ucheck-wrapper cta one css end -----------*/

/* ---------------ucheck-wrapper cta two css start -----------*/
.bhoj-detail-main .section-food-two-cta {
    padding-top: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .bhoj-detail-main .section-food-two-cta {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .section-food-two-cta {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .section-food-two-cta {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-two-cta {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .section-food-two-cta {
        padding-top: 35px;
    }
}

.bhoj-detail-main .section-food-two-cta .practice-container {
    max-width: 1594px !important;
}

.bhoj-detail-main .section-food-two-cta .cta-blue-bg {
    background: #f6f6f6;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-two-cta .cta-blue-bg {
        padding: 30px 15px;
        border-radius: 14px;
    }
}

.bhoj-detail-main .section-food-two-cta .cta-green-grid-main {
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-column-gap: 20px;
    align-items: end;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .bhoj-detail-main .section-food-two-cta .cta-green-grid-main {
        grid-template-columns: 1fr 34%;
        grid-column-gap: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bhoj-detail-main .section-food-two-cta .cta-green-grid-main {
        grid-template-columns: 1fr 43%;
        grid-column-gap: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bhoj-detail-main .section-food-two-cta .cta-green-grid-main {
        grid-template-columns: 1fr 43%;
        grid-column-gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-two-cta .cta-green-grid-main {
        grid-template-columns: 1fr;
        grid-column-gap: 15px;
    }
}

.bhoj-detail-main .section-food-two-cta .cta-title-left-dis {
    margin: 0;
    padding: 70px 0px 70px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis {
        text-align: left;
        padding: 70px 0px 70px 60px;
    }
}

@media only screen and (min-width: 901px) and (max-width: 991px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis {
        text-align: left;
        padding: 0px 0px 70px 30px;
    }
}

@media only screen and (min-width: 851px) and (max-width: 900px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis {
        text-align: left;
        padding: 0px 0px 60px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis {
        text-align: left;
        padding: 0px 0px 50px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis {
        text-align: center;
        padding: 0;
    }
}

.bhoj-detail-main .section-food-two-cta .cta-title-left-dis p {
    margin: 0;
    font-size: 34px;
    color: #000000;
    line-height: 42px;
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis p {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis p {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis p {
        font-size: 25px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .section-food-two-cta .cta-title-left-dis p {
        font-size: 20px;
        line-height: 26px;
    }
}

.bhoj-detail-main .section-food-two-cta .cta-btn-box {
    margin-top: 24px;
}

.bhoj-detail-main .section-food-two-cta .cta-btn-box a {
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 18px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .bhoj-detail-main .section-food-two-cta .cta-btn-box a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .bhoj-detail-main .section-food-two-cta .cta-btn-box a {
        padding: 9px 14px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-two-cta .cta-btn-box a {
        padding: 9px 14px;
        font-size: 14px;
    }
}

.bhoj-detail-main .section-food-two-cta .cta-btn-box a:hover {
    background: #e25574;
    color: #ffffff;
}

.bhoj-detail-main .section-food-two-cta .cta-img-right-img-box {
    position: static;
    text-align: end;
    padding-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bhoj-detail-main .section-food-two-cta .cta-img-right-img-box {
        position: static;
        margin-top: 40px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .section-food-two-cta .cta-img-right-img-box {
        display: none;
    }
}

/* ---------------ucheck-wrapper cta two css end -----------*/

/*bhoj about section css end*/

/*bhoj-section-big-img-one section css*/
.bhoj-detail-main .bhoj-section-big-img-one .big-img-main {
    margin-bottom: 3.125rem;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-big-img-one .big-img-main {
        margin-bottom: 1.875rem;
    }
}

.bhoj-detail-main .bhoj-section-big-img-one .big-img-main .parent img {
    width: 100%;
    aspect-ratio: auto 2280 / 1520;
    max-width: 100%;
    height: auto;
}

.bhoj-detail-main .bhoj-section-big-img-one .small-img-left {
    margin-bottom: 3.125rem;
    padding-right: 10px;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-big-img-one .small-img-left {
        padding-right: 0;
        margin-bottom: 1.875rem;
    }
}

.bhoj-detail-main .bhoj-section-big-img-one .small-img-left .parent img {
    aspect-ratio: auto 1092 / 1520;
    width: 100%;
    height: auto;
}

.bhoj-detail-main .bhoj-section-big-img-one .small-img-right {
    margin-bottom: 3.125rem;
    padding-left: 10px;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-big-img-one .small-img-right {
        padding-left: 0;
        margin-bottom: 1.875rem;
    }
}

.bhoj-detail-main .bhoj-section-big-img-one .small-img-left .parent img {
    aspect-ratio: auto 1092 / 1520;
    width: 100%;
    height: auto;
}

/*bhoj-section-big-img-one section css ends*/

/*bhoj features section css*/
.bhoj-detail-main .bhoj-section-development-content .development-main .sub-heading {
    font-size: 3.125rem;
    line-height: 4.688rem;
    color: #131313;
    margin-bottom: 5.625rem;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-section-development-content .development-main .sub-heading {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-development-content .development-main .sub-heading {
        font-size: 2.5rem;
        line-height: 3.7rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-development-content .development-main .sub-heading {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-development-content .development-main .sub-heading {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-bottom: 0.7rem;
    }
}

.bhoj-detail-main .bhoj-section-development-content .development-main p {
    font-family: "Roboto";
    font-size: 2.2rem;
    line-height: 3.4rem;
    color: #353535;
    margin-bottom: 8rem;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-development-content .development-main p {
        margin-bottom: 4rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-development-content .development-main p {
        font-size: 1.8rem;
        line-height: 3rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-development-content .development-main .development-point-main .development-point.last {
        margin-top: 0.3rem;
    }
}

.bhoj-detail-main .bhoj-section-development-content .development-main .development-point-main .development-point ul li {
    padding-left: 1rem;
    font-family: "Roboto";
    font-size: 1.375rem;
    line-height: 2rem;
    color: #353535;
    margin-bottom: 1.2rem;
    display: block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-development-content .development-main .development-point-main .development-point ul li {
        font-size: 1.12rem;
        line-height: 1.9rem;
        margin-bottom: 0.3rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-development-content .development-main .development-point-main .development-point ul li {
        line-height: 1.75rem;
    }
}

.bhoj-detail-main .bhoj-section-development-content .development-main .development-point-main .development-point ul li:last-child {
    margin-bottom: 0;
}

.bhoj-detail-main .bhoj-section-development-content .development-main .development-point-main .development-point ul li:before {
    content: "";
    left: 0;
    background-color: #353535;
    margin: 0;
    height: 2px;
    width: 8px;
    top: 0.9rem;
    position: absolute;
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-development-content .development-main .development-point-main .development-point ul li:before {
        top: 0.8rem;
    }
}

/*bhoj features section css ends*/

/*bhoj big image two section css*/
.bhoj-detail-main .bhoj-section-big-img-two .big-img-main {
    margin-bottom: 3.125rem;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-big-img-two .big-img-main {
        margin-bottom: 1.875rem;
    }
}

.bhoj-detail-main .bhoj-section-big-img-two .big-img-main .parent img {
    width: 100%;
    aspect-ratio: auto 2280 / 1520;
    max-width: 100%;
    height: auto;
}

.bhoj-detail-main .bhoj-section-big-img-two .small-img-left {
    margin-bottom: 3.125rem;
    padding-right: 10px;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-big-img-two .small-img-left {
        padding-right: 0;
        margin-bottom: 1.875rem;
    }
}

.bhoj-detail-main .bhoj-section-big-img-two .small-img-left .parent img {
    aspect-ratio: auto 1092 / 1520;
    width: 100%;
    height: auto;
}

.bhoj-detail-main .bhoj-section-big-img-two .small-img-right {
    margin-bottom: 3.125rem;
    padding-left: 10px;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-big-img-two .small-img-right {
        padding-left: 0;
        margin-bottom: 1.875rem;
    }
}

.bhoj-detail-main .bhoj-section-big-img-two .small-img-left .parent img {
    aspect-ratio: auto 1092 / 1520;
    width: 100%;
    height: auto;
}

/*bhoj big image two section css ends*/

/*bhoj features two section css*/
.bhoj-detail-main .bhoj-section-development-content-features .development-main .sub-heading {
    font-size: 3.125rem;
    line-height: 4.688rem;
    color: #131313;
    margin-bottom: 5.625rem;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-section-development-content-features .development-main .sub-heading {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-development-content-features .development-main .sub-heading {
        font-size: 2.5rem;
        line-height: 3.7rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-development-content-features .development-main .sub-heading {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-development-content-features .development-main .sub-heading {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-bottom: 0.7rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-development-content-features .development-main .development-point-main .development-point.last {
        margin-top: 0.3rem;
    }
}

.bhoj-detail-main .bhoj-section-development-content-features .development-main .development-point-main .development-point ul li {
    padding-left: 1rem;
    font-family: "Roboto";
    font-size: 1.375rem;
    line-height: 2rem;
    color: #353535;
    margin-bottom: 1.2rem;
    display: block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-development-content-features .development-main .development-point-main .development-point ul li {
        font-size: 1.12rem;
        line-height: 1.9rem;
        margin-bottom: 0.3rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-development-content-features .development-main .development-point-main .development-point ul li {
        line-height: 1.75rem;
    }
}

.bhoj-detail-main .bhoj-section-development-content-features .development-main .development-point-main .development-point ul li:last-child {
    margin-bottom: 0;
}

.bhoj-detail-main .bhoj-section-development-content-features .development-main .development-point-main .development-point ul li:before {
    content: "";
    left: 0;
    background-color: #353535;
    margin: 0;
    height: 2px;
    width: 8px;
    top: 0.9rem;
    position: absolute;
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-development-content-features .development-main .development-point-main .development-point ul li:before {
        top: 0.8rem;
    }
}

.bhoj-detail-main .bhoj-section-development-content-features .development-main .development-point-main .col-md-6:nth-last-child(1) .development-point {
    margin-bottom: 0;
}

.bhoj-detail-main .bhoj-section-development-content-features .development-main .development-point-main .col-md-6:nth-last-child(2) .development-point {
    margin-bottom: 0;
}

/*bhoj features two section css ends*/

/*bhoj big image three section css*/
.bhoj-detail-main .bhoj-section-big-img-three .big-img-main {
    margin-bottom: 3.125rem;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-big-img-three .big-img-main {
        margin-bottom: 1.875rem;
    }
}

.bhoj-detail-main .bhoj-section-big-img-three .big-img-main .parent img {
    width: 100%;
    aspect-ratio: auto 2280 / 1520;
    max-width: 100%;
    height: auto;
}

.bhoj-detail-main .bhoj-section-big-img-three .small-img-left {
    margin-bottom: 3.125rem;
    padding-right: 10px;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-big-img-three .small-img-left {
        padding-right: 0;
        margin-bottom: 1.875rem;
    }
}

.bhoj-detail-main .bhoj-section-big-img-three .small-img-left .parent img {
    aspect-ratio: auto 1092 / 1520;
    width: 100%;
    height: auto;
}

.bhoj-detail-main .bhoj-section-big-img-three .small-img-right {
    margin-bottom: 3.125rem;
    padding-left: 10px;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-big-img-three .small-img-right {
        padding-left: 0;
        margin-bottom: 1.875rem;
    }
}

.bhoj-detail-main .bhoj-section-big-img-three .small-img-left .parent img {
    aspect-ratio: auto 1092 / 1520;
    width: 100%;
    height: auto;
}

/*bhoj big image three section css ends*/

/*bhoj features three section css*/
.bhoj-detail-main .bhoj-section-development-content-three .development-main .sub-heading {
    font-size: 3.125rem;
    line-height: 4.688rem;
    color: #131313;
    margin-bottom: 5.625rem;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-section-development-content-three .development-main .sub-heading {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-development-content-three .development-main .sub-heading {
        font-size: 2.5rem;
        line-height: 3.7rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-development-content-three .development-main .sub-heading {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-development-content-three .development-main .sub-heading {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-bottom: 0.7rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-development-content-three .development-main .development-point-main .development-point.last {
        margin-top: 0.3rem;
    }
}

.bhoj-detail-main .bhoj-section-development-content-three .development-main .development-point-main .development-point ul li {
    padding-left: 1rem;
    font-family: "Roboto";
    font-size: 1.375rem;
    line-height: 2rem;
    color: #353535;
    margin-bottom: 1.2rem;
    display: block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-development-content-three .development-main .development-point-main .development-point ul li {
        font-size: 1.12rem;
        line-height: 1.9rem;
        margin-bottom: 0.3rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-development-content-three .development-main .development-point-main .development-point ul li {
        line-height: 1.75rem;
    }
}

.bhoj-detail-main .bhoj-section-development-content-three .development-main .development-point-main .development-point ul li:last-child {
    margin-bottom: 0;
}

.bhoj-detail-main .bhoj-section-development-content-three .development-main .development-point-main .development-point ul li:before {
    content: "";
    left: 0;
    background-color: #353535;
    margin: 0;
    height: 2px;
    width: 8px;
    top: 0.9rem;
    position: absolute;
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-development-content-three .development-main .development-point-main .development-point ul li:before {
        top: 0.8rem;
    }
}

.bhoj-detail-main .bhoj-section-development-content-three .development-main .development-point-main .col-md-6:nth-last-child(1) .development-point {
    margin-bottom: 0;
}

.bhoj-detail-main .bhoj-section-development-content-three .development-main .development-point-main .col-md-6:nth-last-child(2) .development-point {
    margin-bottom: 0;
}

/*bhoj features three section css ends*/

/*bhoj big image four section css*/
.bhoj-detail-main .bhoj-section-big-img-four .big-img-main {
    margin-bottom: 3.125rem;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-big-img-four .big-img-main {
        margin-bottom: 1.875rem;
    }
}

.bhoj-detail-main .bhoj-section-big-img-four .big-img-main .parent img {
    width: 100%;
    aspect-ratio: auto 2280 / 1520;
    max-width: 100%;
    height: auto;
}

.bhoj-detail-main .bhoj-section-big-img-four .small-img-left {
    margin-bottom: 3.125rem;
    padding-right: 10px;
}

@media only screen and (max-width: 576px) {
    .bhoj-detail-main .bhoj-section-big-img-four .small-img-left {
        @media only screen and (min-width: 576px) {
            width: calc(100% - 8px);
            margin-right: auto;
        }
    }
}

.bhoj-detail-main .bhoj-section-big-img-four .small-img-left .parent img {
    aspect-ratio: auto 1092 / 1520;
    width: 100%;
    height: auto;
}

.bhoj-detail-main .bhoj-section-big-img-four .small-img-right {
    margin-bottom: 3.125rem;
    padding-left: 10px;
}

@media only screen and (max-width: 576px) {
    .bhoj-detail-main .bhoj-section-big-img-four .small-img-right {
        @media only screen and (min-width: 576px) {
            width: calc(100% - 8px);
            margin-left: auto;
        }
    }
}

.bhoj-detail-main .bhoj-section-big-img-four .small-img-left .parent img {
    aspect-ratio: auto 1092 / 1520;
    width: 100%;
    height: auto;
}

/*bhoj big image four section css ends*/

/*bhoj technology stack section css */
.bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .sub-heading {
    font-size: 3.125rem;
    line-height: 4.688rem;
    color: #131313;
    margin-bottom: 5.625rem;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .sub-heading {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .sub-heading {
        font-size: 2.5rem;
        line-height: 3.7rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .sub-heading {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-bottom: 1.9rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .sub-heading {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }
}

.bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul {
    gap: 32px;
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul {
        gap: 34px;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul {
        gap: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul {
        gap: 15px;
    }
}

.bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li {
    min-width: 212px;
    width: calc(25% - 32px);
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li {
        width: calc(33.33% - 23px);
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li {
        width: calc(33.33% - 23px);
        min-width: max-content;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li {
        width: calc(33.33% - 10px);
    }
}

@media only screen and (max-width: 480px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li {
        width: calc(50% - 8px);
    }
}

.bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li .tech-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 18px;
}

@media only screen and (max-width: 480px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li .tech-box {
        gap: 12px;
    }
}

.bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li .tech-box.kotlin-bg {
    background-color: rgba(0, 152, 222, 0.05);
}

.bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li .tech-box.swift-bg {
    background-color: rgba(227, 159, 58, 0.05);
}

.bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li .tech-box.laravel-bg {
    background-color: rgba(255, 45, 32, 0.05);
}

.bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li .tech-box.mysql-bg {
    background-color: rgba(255, 250, 241, 0.35);
}

.bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li .tech-box.vue-bg {
    background-color: rgba(77, 186, 135, 0.05);
}

.bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li .tech-box .img-box {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li .tech-box .img-box {
        height: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .bhoj-detail-main .bhoj-section-technology-stacks-ts .development-main .technology-stacks-main ul li .tech-box .img-box img {
        max-width: 80%;
    }
}

/*bhoj technology stack section css ends*/

/*bhoj testimonial section css*/

.bhoj-detail-main .bhoj-section-detailpage-testimonial .testimonial-text {
    max-width: 927px;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .testimonial-text {
        max-width: none;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .testimonial-text {
        padding-left: 15px;
    }
}

.bhoj-detail-main .bhoj-section-detailpage-testimonial .testimonial-text .left-quote {
    position: absolute;
    top: -10px;
    left: -40px;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .testimonial-text .left-quote {
        left: 0;
    }
}

.bhoj-detail-main .bhoj-section-detailpage-testimonial .testimonial-text .right-quote {
    margin-left: -32px;
}

.bhoj-detail-main .bhoj-section-detailpage-testimonial .testimonial-text p {
    font-size: 1.875rem;
    line-height: 3.125rem;
    color: #131313;
    margin-bottom: 0;
    display: block;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .testimonial-text p {
        font-size: 1.375rem;
        line-height: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .testimonial-text p {
        font-size: 1.12rem;
        line-height: 2.12rem;
    }
}

.bhoj-detail-main .bhoj-section-detailpage-testimonial .ceo-details {
    margin: 2.5rem 0 0;
    gap: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .ceo-details {
        margin: 2.5rem 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .ceo-details {
        margin: 1.875rem 0 0;
        gap: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .ceo-details {
        flex-direction: column;
        align-items: start !important;
    }
}

.bhoj-detail-main .bhoj-section-detailpage-testimonial .ceo-details .ceo-img img {
    width: 100px;
    aspect-ratio: auto 200 / 200;
    max-width: 100%;
    height: auto;
    border-radius: 99em;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .ceo-details .ceo-img img {
        width: 70px;
    }
}

.bhoj-detail-main .bhoj-section-detailpage-testimonial .ceo-details .ceo-wrap span {
    font-size: 1.375rem;
    line-height: 2rem;
    color: #131313;
    margin-bottom: 0;
    display: block;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .ceo-details .ceo-wrap span {
        font-size: 1.12rem;
        line-height: 1.9rem;
    }
}

.bhoj-detail-main .bhoj-section-detailpage-testimonial .ceo-details .ceo-wrap p {
    font-family: "Roboto";
    font-size: 1.375rem;
    line-height: 2rem;
    color: #353535;
    opacity: 0.8;
    margin-bottom: 0;
    display: block;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-detailpage-testimonial .ceo-details .ceo-wrap p {
        font-size: 1.12rem;
        line-height: 1.9rem;
    }
}

/*bhoj testimonial section css ends*/

/*bhoj result section css*/
.bhoj-detail-main .bhoj-section-the-result .the-result {
    margin: 0 0 5rem;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-the-result .the-result {
        margin: 0 0 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-the-result .the-result {
        margin: 0;
    }
}

.bhoj-detail-main .bhoj-section-the-result .the-result h2 {
    font-size: 3.125rem;
    line-height: 4.688rem;
    color: #131313;
    margin-bottom: 1.5rem;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .bhoj-detail-main .bhoj-section-the-result .the-result h2 {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-the-result .the-result h2 {
        font-size: 2.5rem;
        line-height: 3.7rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-the-result .the-result h2 {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-the-result .the-result h2 {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-bottom: 0.7rem;
    }
}

.bhoj-detail-main .bhoj-section-the-result .the-result .sub-heading-details {
    font-family: "Roboto";
    font-size: 1.375rem;
    line-height: 2rem;
    color: #353535;
    margin-bottom: 1.2rem;
    display: block;
    max-width: 950px;
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-the-result .the-result .sub-heading-details {
        font-size: 1.12rem;
        line-height: 1.9rem;
        margin-bottom: 0.8rem;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-the-result .the-result .sub-heading-details {
        line-height: 1.75rem;
    }
}

.bhoj-detail-main .bhoj-section-the-result .achievement-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-the-result .achievement-outer {
        grid-gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-the-result .achievement-outer {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-the-result .achievement-outer {
        grid-gap: 15px;
    }
}

.bhoj-detail-main .bhoj-section-the-result .achievement-outer .achivements-download .numbers {
    font-size: 2.5rem;
    line-height: 3.75rem;
    color: #131313;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
    .bhoj-detail-main .bhoj-section-the-result .achievement-outer .achivements-download .numbers {
        font-size: 2rem;
        line-height: 3.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .bhoj-detail-main .bhoj-section-the-result .achievement-outer .achivements-download .numbers {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}

.bhoj-detail-main .bhoj-section-the-result .achievement-outer .achivements-download p {
    font-family: "Roboto";
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #353535;
}

@media only screen and (max-width: 575px) {
    .bhoj-detail-main .bhoj-section-the-result .achievement-outer .achivements-download p {
        line-height: 1.5rem;
    }
}

/*bhoj result section css ends*/
/*Bhoj food delivery app css ends here*/