.bg_primary_color{
    background-color: #F8FFFA;
}
.bg_secondary_color{
    background:#F1F1FF;
}
.color-white{
    color: white !important;
}
.padtop-0{
    padding-top: 0 !important;
}
.padbot-0{
    padding-bottom: 0 !important;
}
.padleft-0{
    padding-left: 0;
}
.padright-0{ 
    padding-right: 0;
}
.p-relative{
    position: relative;
}
.mb-0{
    margin-bottom: 0 !important;
}
section{
    padding: 60px 0 60px;
}
.mw-750{
    max-width: 750px;
}
img{
    max-width: 100%;
}
.mw-100{
    max-width: 100% !important;
}
.banner_link:hover{
    color: white;
}
.gft_recipe_mgmt_brands_container .solu_mob_page{
    min-width: unset;
}
.inline_link{
    font-size: 16px;
    font-weight: 500;
    color: #f0493f;
    text-decoration: underline;
}
.gft_recipe_mgmt_commonh1{
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #202020;
    max-width: 800px;
    margin: 10px auto 40px;
}
.gft_recipe_mgmt_common_para{
    font-size: 16px;
    line-height: 28px;
}
.gft_recipe_mgmt_common_para span{
    font-weight: 600;
}

/* Banner------------------------------------------------ */

.gft_recipe_mgmt_banner{
    background: rgb(237,255,243);
    background: linear-gradient(180deg, rgba(237,255,243,1) 41%, rgba(255,255,255,1) 86%);
    padding: 100px 0;
}
.gft_recipe_mgmt_banner_content, .gft_recipe_mgmt_rating_content, .gft_recipe_mgmt_start_content_resp{
    display: flex;
    align-items: center;
}
.gft_recipe_mgmt_banner_img{
    justify-content: right;
}
.gft_recipe_mgmt_welcome_content{
    text-align: left;
}
.gft_recipe_mgmt_banner_content>div{
    display: flex;
}
.gft_recipe_mgmt_h1{
    font-size: 50px;
    font-weight: 800;
    max-width: 100%;
    margin: 0px auto 0 0;
    color: #202020;
    line-height: 62px;
}
.gft_recipe_mgmt_commonh2, .gft_recipe_mgmt_commonh2.info_h2{
    font-size: 36px;
    font-weight: 700;
    color: #202020;
    margin: 20px auto;
    line-height: 46px;
}
.gft_recipe_mgmt_commonh3{
    font-size: 24px;
    font-weight: 700;
    color: #202020;
    margin: 20px auto;
    line-height: 36px;
}
.gft_recipe_mgmt_commonh5{
    font-size: 20px;
    font-weight: 700;
    color: #202020;
    margin: 5px 0;
}
.gft_recipe_mgmt_commonh6{
    font-size: 16px;
    font-weight: 700;
    color: #202020;
}
.gft_recipe_mgmt_para{
    font-size: 16px;
    color: #202020;
    margin: 30px auto 20px 0;
    line-height: 28px;
    font-weight: 500;
    max-width: 650px;
}
.gft_recipe_mgmt_common_link{
    margin: 10px auto !important;
    font-size: 16px !important;
}
.banner_link {
    background-color: #ec3229;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 20px auto 0;
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgb(236 50 41 / 42%), 0 6px 20px 0 rgb(236 50 41 / 21%);
}
.gft_recipe_mgmt_banner_img img{
    max-width: 100%;
}
.solution_mobile_sect{
    margin-bottom: 0!important;
}
/* Gains----------------------------------------------------------------------------------------- */
.gain_content{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.gain_content .gain_img_container{
    width: 75px;
    height: 90px;
    position: relative;
}
.gain_content .gain_img_container img{
   position: absolute;
   margin: auto;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}
.gain_content .gft_recipe_mgmt_common_para{
    max-width: 430px;
    text-align: left;
}

/* Gains----------------------------------------------------------------------------------------- */
/* Rating--------------------------------------------------------------------------------- */
.gft_recipe_mgmt_rating{
    position: relative;
}
.gft_recipe_mgmt_rating::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 50%;
    background-color: #F8FFFA;
    z-index: -1;
}
.gft_recipe_mgmt_rating_content{
    border-radius: 16px;
    border: 1px solid #C8F1D4;
    background: white;
    box-shadow: 0px 0px 5px 0px #D1D1D12E;
    padding: 30px 0;
    max-width: 1000px;
    margin: auto !important;
}
.gft_recipe_mgmt_rating_content .gft_recipe_mgmt_commonh2{
    max-width: 400px;
    margin: auto;
}
.rating_img{
    position: relative;
    height: 200px;
    width: 400px;
    margin: auto;
}
.rating_img img{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
   bottom: 0;
}

/* Rating--------------------------------------------------------------------------------- */
/* Needs--------------------------------------------------------------------------------- */
.gft_recipe_mgmt_needs_content{
    margin: 50px 0 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.needs_subcontent{
    max-width: 250px;
    margin:0 auto;
}
.needs_subcontent .needs_img_container{
    /* padding-bottom: 0px; */
    height: 105px;
}
.needs_subcontent .gft_recipe_mgmt_commonh5{
    margin: 15px auto;
}
.needs_img_container img{
    max-width: 100%;
}
.needs_subcontent .gft_recipe_mgmt_common_para{
    /* max-width: 280px; */
}
/* Needs--------------------------------------------------------------------------------- */
/* Brands------------------------------------------------ */
.gft_recipe_mgmt_brands{
    
}
.gft_recipe_mgmt_brands .gft_recipe_mgmt_commonh1{
    max-width: 1000px;
}
.gft_recipe_mgmt_brands_container .gft_recipe_mgmt_brand_logos{
    display: flex;
    align-items: center;
    padding: 0px 0;
    justify-content: center;
    flex-wrap: wrap;
}
.gft_recipe_mgmt_brands_container .gft_recipe_mgmt_brand_logos .logo-container{
    margin: 0 25px;
}
.logo-container{
    text-align: center;
}
.logo-wrapper{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 2px 6px #5c5c8514;
    margin: 10px 5px;
}
.logo-container:nth-child(3) .logo-wrapper{
    padding: 0;
}
/* automate------------------------------------------------ */
.gft_recipe_mgmt_automate{
    background: url(https://cdn-web.mrakaf.com/images/recipe_mgmt_img/automate.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.gft_recipe_mgmt_automate_content{
    text-align: center;
}
.gft_recipe_mgmt_commonh2.info_h2{
    color: white;
    margin-bottom: 40px;
}
.gft_recipe_mgmt_automate_content .gft_recipe_mgmt_common_para{
   max-width: 900px;
   margin: auto;
}
/* /* automate------------------------- */
/* features--------------------------------------------------------------------- */
.gft_recipe_mgmt_features_content{
    display: flex;
    align-items: center;
}
.gft_recipe_mgmt_features_content .gft_recipe_mgmt_common_para{
    position: relative;
    text-align: left !important;
    padding: 3px 30px 3px 30px !important;
}
 .gft_recipe_mgmt_features_content .gft_recipe_mgmt_common_para::before{
    content: '';
    background: url(https://cdn-web.mrakaf.com/images/recipe_mgmt_img/tick-inside-circle.svg) no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
    width: 17px;
    height: 17px;


}

/* features--------------------------------------------------------------------- */
/* SMART PURCHASE------------------------------------------------ */
.gft_recipe_mgmt_start{
    display: none;
}
.gft_recipe_mgmt_start_resp{
    display: block;
}

.start_content_resp{
    padding:20px 20px 0;
    scroll-behavior: smooth;
}
.start_box_resp{
    border-bottom: 0.5px solid #20202038;
    max-height: 100%;
    /* margin: 0 auto 40px; */
    max-width: 100%;
    /* background: white; */
    transition: 100ms ease-in;
    padding: 15px 15px 15px 0;
    /* border-radius: 4px;*/
    cursor: pointer;
}
.start_box_resp:last-of-type{
    border-bottom: none;
}
.start_box_resp .start_subcontent{
    position: relative;
}
.start_box_resp .start_subcontent::after{
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 10px;
    border-top: 3px solid #202020;
    border-right: 3px solid #202020;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform: rotate(
135deg);
    border-radius: 2px;
}
.start_box_resp.Descp_show .start_subcontent::after {
    transform: rotate(
315deg);
}
.start_box_resp .start_subcontent .start_header_wrapper{
    display: inline-flex;
    align-items: center;
}
.start_box_resp .gft_recipe_mgmt_common_para{
    display: none;
}
.start_box_resp.Descp_show{
    padding:15px 15px 15px 0; 
}
.start_box_resp.Descp_show .gft_recipe_mgmt_common_para{
    display: block;
   
}
.start_box_resp .gft_recipe_mgmt_commonh6{
    /* font-weight: 700; */
    margin: 10px 0;

}

.start_img_wrapper{
    height: 45px;
    width: 45px;
    text-align: center;
    margin: 0 10px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.start_img_wrapper img{
    max-width: 100%;
}
.purchase_description{
    text-align: left !important;
    padding: 5px 40px 5px 0;
    margin: 0;
}
.feature_img_wrapper img{
    display: none;
}
.feature_img_wrapper img.feat_img_active{
    display: block;
    margin: auto;
}
/* SMART PURCHASE------------------------------------------------ */
/* LOGO ANIMATION------------------------------------------------------------- */
.from-top-ani .logo-container{
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    opacity: 0;
    transform: scale(0) translate(-15%);
  }
.from-top-ani .logo-container.appear{
    transform:scale(1) translate(0%);
    opacity: 1;

  }

/* LOGO ANIMATION------------------------------------------------------------- */































@media (max-width: 1400px) { 
   
    .gft_recipe_mgmt_banner{
        padding: 50px 0;
    }

}
@media (max-width: 1200px) { 
    .gft_recipe_mgmt_h1 {
        font-size: 42px;
        line-height: 54px;
    }
    /* Gain--------------------------------------------------------------------------------- */

    .gain_content .gft_recipe_mgmt_common_para {
        max-width: 340px;
        text-align: left;
    }

/* Gain--------------------------------------------------------------------------------- */
}
@media (max-width: 1025px) { 
   

}
@media (max-width: 991px) { 
   
    
    .gft_recipe_mgmt_para{
        margin-left: auto;
    }
    .solu_mob_callback{
        display: block;
        text-align: center;
    }
    .gft_recipe_mgmt_common_para, .gft_recipe_mgmt_features{
        text-align: center;
    }
    .gft_recipe_mgmt_common_para.info_para{
        text-align: center !important;
        margin: 0px auto 20px;
    }
    
        .gft_recipe_mgmt_banner_content{
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        .gft_recipe_mgmt_welcome_content{
            text-align: center;
                /* max-width: 100%; */
                margin: auto;
            
        }
    .gft_recipe_mgmt_banner_img img{
            margin: 15px auto 0px;
        }

    
    .gft_recipe_mgmt_commonh1{
        margin: 20px auto;
    }
    section .row .img{
        text-align: center !important;
    }
    section .row .img img{
       /* width: 100%; */
       margin: 50px auto 0px;
    }
    .gft_recipe_mgmt_commonh1{
        text-align: center !important;
    }
    /* Gain--------------------------------------------------------------------------------- */

    .gain_content .gft_recipe_mgmt_common_para {
        max-width: 500px;
        text-align: left;
    }

/* Gain--------------------------------------------------------------------------------- */
/* Rating--------------------------------------------------------------------------------- */
.gft_recipe_mgmt_rating_content{
    display: block;
    padding: 30px 0;
    margin: 0 20px !important;
}
.gft_recipe_mgmt_rating_content .gft_recipe_mgmt_commonh2{
    max-width: 100%;
    margin: auto;
}
.rating_img{
    position: relative;
    margin: 30px auto 0;
 
}
.rating_img img{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
   bottom: 0;
}

/* Rating--------------------------------------------------------------------------------- */
/* Brands--------------------------------------------------------------------------------- */

/* Brands--------------------------------------------------------------------------------- */
/* FEATURES----------------------------------- */
    .gft_recipe_mgmt_features_content, .gft_recipe_mgmt_start_content_resp{
        display: block;
    }
    .gft_recipe_mgmt_features_content .gft_recipe_mgmt_common_para{
        padding-right: 0 !important;
        
    }
    .gft_recipe_mgmt_features{
        padding-top: 0 !important;
    }
    /* FEATURES----------------------------------- */

 /* SMART PURCHASE------------------------------------------------ */
.start_content_resp{
    padding:0 0 !important;
    scroll-behavior: smooth;
}

.start_box_resp.Descp_show,
.start_box_resp{
    padding:15px; 
    
}
.purchase_description{
    text-align: left !important;
    padding: 5px 40px 5px 0 !important;
    margin: 0;
}
/* SMART PURCHASE------------------------------------------------ */
   /* automate------------------------------------------------ */

.gft_recipe_mgmt_automate_content{
    display: block;
    text-align: center;
}
.gft_recipe_mgmt_commonh2.info_h2{
    margin-left: auto;
}

/* automate------------------------------------------------ */
}
@media (max-width: 768px) { 

    .gft_recipe_mgmt_importance{
        text-align: center !important;
    }
    .gft_recipe_mgmt_commonh1{
        font-size: 34px;
        line-height: 46px;
        padding: 0 40px;
        text-align: center !important;
    }
    .gft_recipe_mgmt_common_para{
        padding: 0 15px;
        font-size: 15px;
        text-align: center;
    }
    section .row .img img{
        padding: 20px 30px;
    }
    .gft_recipe_mgmt_features_box .gft_recipe_mgmt_common_para{
        padding: 0;
    }
    .needs_subcontent .gft_recipe_mgmt_common_para{
        max-width: 500px;
    }

    .gain_content .gft_recipe_mgmt_common_para{
        max-width: 400px;
        margin: 0 auto;
    }
 }

@media (max-width: 540px) { 
    section{
        padding: 30px 0 50px !important;
    }
    .gft_recipe_mgmt_banner{
        padding: 0px 0 50px !important;
    }
    .banner_link{
        margin: 20px auto;
        font-size: 14px;
    }
    section .row .img img{
        padding: 0;
    }
    .gft_recipe_mgmt_banner_img img{
       width: 100%;
    }
    .gft_recipe_mgmt_h1{
        font-size: 26px;
    line-height: 38px;
    margin: 70px auto 0;
    }
    .gft_recipe_mgmt_para{
        font-size: 14px;
    line-height: 26px;
    margin: 20px auto 10px;
    padding: 0 10px;
    }
    .gft_recipe_mgmt_welcome_content{
            max-width: 100%;
            margin: auto;
            /* padding: 0 15px;        */
    }
    .gft_recipe_mgmt_commonh1{
        font-size: 24px;
        line-height: 36px;
        padding: 0 10px;
        margin: 30px auto;
    }
    .gft_recipe_mgmt_commonh2.info_h2,
    .gft_recipe_mgmt_commonh2{
        font-size: 24px;
        font-weight: 700;
        color: #202020;
        margin: 20px auto;
        line-height: 32px;
    }
    .gft_recipe_mgmt_commonh5{
        font-size: 16px;
        line-height: 26px;
        padding: 0 10px;
    }
    .faq_sect .gft_recipe_mgmt_commonh3{
        font-size: 20px;
        line-height: 26px;
        padding: 0 10px;
    }
    .gft_recipe_mgmt_common_para {
        padding: 0 10px;
        line-height: 24px;
        font-size: 14px;
    }
    .gft_recipe_mgmt_common_link{
        font-size: 14px !important;
    }
    .inline_link{
        font-size: 14px;
    }
    /* needs--------------------------------------------------------------------------------- */
    .needs_subcontent .gft_recipe_mgmt_common_para {
        max-width: 300px;
        text-align: left;
        margin: 0 auto;
    }
    .needs_subcontent .gft_recipe_mgmt_commonh5{
        padding: 0;
    }
    .gft_recipe_mgmt_needs_content{
        margin: 20px 0 0;
    }
    .needs_subcontent{
        display: flex;
    max-width: 100%;
    }
    .gft_recipe_mgmt_needs_content{
        display: block;
    }
    .needs_subcontent .needs_img_container{
        width: 70px;
        height: 70px;
        margin-left: 10px;
    }
    .needs_subcontent:first-of-type .needs_content_wrapper,.needs_subcontent:nth-child(3) .needs_content_wrapper{
        margin-top: 10px;
    }
    .needs_subcontent:nth-child(2),.needs_subcontent:last-of-type{
        align-items: baseline;
    }
/* needs--------------------------------------------------------------------------------- */
    /* Rating--------------------------------------------------------------------------------- */

.rating_img{
    position: relative;
    margin: 20px auto 0;
    max-width: 100%;
    height: 150px;
}
.rating_img img{
    margin:auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
   bottom: 0;
}

/* Rating--------------------------------------------------------------------------------- */
/* Brands--------------------------------------------------------------------------------- */

.logo-wrapper {
    padding: 10px 5px;
    margin: 10px 5px;
    width: 100px;
    height: auto;
}
.gft_recipe_mgmt_brands_container .gft_recipe_mgmt_brand_logos .logo-container{
    margin: 0;
}
.gft_recipe_mgmt_brands_container .gft_recipe_mgmt_brand_logos .logo-container:first-of-type .logo-wrapper{
    padding: 20px 5px;
}
/* .logo-container .logo-wrapper{
    width: 80px;
} */
/* Brands--------------------------------------------------------------------------------- */
/* SMART PURCHASE------------------------------------------------ */
.start_box_resp .gft_recipe_mgmt_commonh6 {
    /* font-weight: 700; */
    /* margin: 10px 0; */
    max-width: 300px;
}
.start_box_resp .start_subcontent::after{
    top: 15px;
}
.purchase_description {
    padding: 5px 0px 5px 0 !important;
    margin: 0;
}
/* SMART PURCHASE------------------------------------------------ */
   /* Gains------------------------------------------------------------------------------------- */
   .gain_content{
       align-items:flex-start;

   }
   .gain_content .gain_img_container{
       margin-right: 10px;
   }
   .gft_recipe_mgmt_gain_content{
    margin: 30px 0 0;
   }
   .gft_recipe_mgmt_gain_content.mt-0{
    margin-top: 0;
   }
   .gain_content .gft_recipe_mgmt_common_para {
    max-width: 400px;
    margin: 0 auto;
}
.gain_content .gain_img_container img{
    margin: 10px auto;
}
   /* Gains------------------------------------------------------------------------------------- */
  
   /* automate------------------------------------------------------------------------------------- */
   .gft_recipe_mgmt_automate .gft_recipe_mgmt_commonh2.info_h2{
       color: white;
       padding: 0 5px;
   }
   .pricing_cta_btn {
    font-size: 16px;
    margin-top: 20px;
}
   /* automate------------------------------------------------------------------------------------- */

}
@media (max-width: 340px) {
    .gft_recipe_mgmt_commonh1{
        font-size:18px !important;
        line-height: 28px;
        padding: 0 10px;
    }
    .gft_recipe_mgmt_h1{
        font-size: 26px !important;
        line-height: 38px;
        margin: 70px auto 0;
    }
    .gft_recipe_mgmt_common_para,.inline_link{
        font-size: 12px !important;
        line-height: 22px;
    }
    .banner_link{
        font-size: 12px;
    }
    .solu_mobile_calllink{
        font-size: 14px;
    }
    .g-rating-sec svg {
        max-width: 68px;
    }
    .solu_mobile_knowmore{
        font-size: 13px;
    }
    /* Needs--------------------------------------------------------------------------------- */
    .needs_subcontent .gft_recipe_mgmt_common_para {
        max-width: 220px;
    }
/* Needs--------------------------------------------------------------------------------- */
}
@media (max-width:900px) and (max-height : 420px) {
    section{
        padding: 30px 0 50px !important;
    }
    .gft_recipe_mgmt_banner{
        padding: 0px 0 0px !important;
    }
    section .row .img img{
        padding: 0;
    }
    .gft_recipe_mgmt_h1{
        font-size: 32px;
        line-height: 44px;
        margin: 100px auto 0;
    }
    .gft_recipe_mgmt_para{
        font-size: 14px;
        line-height: 28px;
        margin:30px auto 10px;
        padding: 0 10px;
    }
    .gft_recipe_mgmt_welcome_content{
            max-width: 100%;
            margin: auto;
            padding: 0 15px;       
    }
    .gft_recipe_mgmt_commonh1{
        font-size: 24px;
        line-height: 36px;
        padding: 0 10px;
        margin: 30px auto;
    }
    .gft_recipe_mgmt_commonh5{
        font-size: 16px;
        line-height: 26px;
        padding: 0 10px;
    }
    .gft_recipe_mgmt_common_para {
        padding: 0 10px;
        line-height: 26px;
    }
    }
    @media (max-width:600px) and (max-height : 340px) {
       
    }