@font-face {font-family: 'Celias';src: url('../fonts/bold.woff2') format('woff2'),url('../fonts/bold.woff') format('woff');font-weight: 700;font-style: normal;}
@font-face {font-family: 'Celias';src: url('../fonts/light.woff2') format('woff2'),url('../fonts/light.woff') format('woff');font-weight: 300;font-style: normal;}
@font-face {font-family: 'Celias';src: url('../fonts/medium.woff2') format('woff2'),url('../fonts/medium.woff') format('woff');font-weight: 500;font-style: normal;}
@font-face {font-family: 'Celias';src: url('../fonts/regular.woff2') format('woff2'),url('../fonts/regular.woff') format('woff');font-weight: 400;font-style: normal;}


html,body{height:100%;min-height:100%;}
body{font-family:'Celias',sans-serif;}
* {outline: 0!important;}
a:active,a:focus,a:hover {outline: 0;text-decoration: none;}
a{cursor: pointer;}
.clear {clear: both}
img{max-width:100%;}



.faq_button {
    display: inline-block;
    border-radius: 4px;
    background-color: #174699;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 7px;
    font-weight: bold;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    
  }
  
  .faq_button span {
    cursor: pointer;
    display: inline-block;
    color: #eff8f3;
    position: relative;
    transition: 0.5s;
  }
  
  .faq_button span:after {
    position: absolute;
    opacity: 0;
    color: #eff8f3;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .faq_button:hover span {
    padding-right: 25px;
    color: #eff8f3;
  }
  
  .faq_button:hover span:after {
    opacity: 1;
    right: 0;
    color: #eff8f3;
  }


.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #174699;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 12px;
    font-weight: bold;
    width: 170px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    color: #eff8f3;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\003F';
    position: absolute;
    opacity: 0;
    color: #eff8f3;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
    color: #eff8f3;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
    color: #eff8f3;
  }

.b-none {
    border: 0!important
}
.p-0 {
    padding: 0!important
}

.p-10 {
    padding: 10px!important
}

.p-20 {
    padding: 20px!important
}

.p-30 {
    padding: 30px!important
}

.p-l-0 {
    padding-left: 0!important
}

.p-l-10 {
    padding-left: 10px!important
}
.p-l-5
{
    padding-left: 5px;
}
.p-r-5
{
    padding-right: 5px;
}

.p-l-20 {
    padding-left: 20px!important
}

.p-r-0 {
    padding-right: 0!important
}

.p-r-10 {
    padding-right: 10px!important
}

.p-r-20 {
    padding-right: 20px!important
}

.p-r-30 {
    padding-right: 30px!important
}

.p-r-40 {
    padding-right: 40px!important
}

.p-t-0 {
    padding-top: 0!important
}

.p-t-10 {
    padding-top: 10px!important
}

.p-t-20 {
    padding-top: 20px!important
}

.p-t-30 {
    padding-top: 30px!important
}

.p-b-0 {
    padding-bottom: 0!important
}

.p-b-10 {
    padding-bottom: 10px!important
}

.p-b-20 {
    padding-bottom: 20px!important
}

.p-b-30 {
    padding-bottom: 30px!important
}
.p-b-35 {
    padding-bottom: 35px!important
}

.p-b-40 {
    padding-bottom: 40px!important
}

.m-0 {
    margin: 0!important
}

.m-l-5 {
    margin-left: 5px!important
}

.m-l-10 {
    margin-left: 10px!important
}

.m-l-15 {
    margin-left: 15px!important
}

.m-l-20 {
    margin-left: 20px!important
}

.m-l-30 {
    margin-left: 30px!important
}

.m-l-40 {
    margin-left: 40px!important
}

.m-r-5 {
    margin-right: 5px!important
}

.m-r-10 {
    margin-right: 10px!important
}

.m-r-15 {
    margin-right: 15px!important
}

.m-r-20 {
    margin-right: 20px!important
}

.m-r-30 {
    margin-right: 30px!important
}

.m-r-40 {
    margin-right: 40px!important
}

.m-t-5 {
    margin-top: 5px!important
}

.m-t-0 {
    margin-top: 0!important
}

.m-t-10 {
    margin-top: 10px!important
}

.m-t-15 {
    margin-top: 15px!important
}

.m-t-20 {
    margin-top: 20px!important
}

.m-t-30 {
    margin-top: 30px!important
}

.m-t-40 {
    margin-top: 40px!important
}

.m-b-0 {
    margin-bottom: 0!important
}

.m-b-5 {
    margin-bottom: 5px!important
}

.m-b-10 {
    margin-bottom: 10px!important
}

.m-b-15 {
    margin-bottom: 15px!important
}

.m-b-20 {
    margin-bottom: 20px!important
}

.m-b-30 {
    margin-bottom: 30px!important
}
.m-b-70 {
    margin-bottom: 70px!important
}

.m-b-40 {
    margin-bottom: 40px!important
}
.p-b-70 {
    padding-bottom: 70px!important
}
.vt {
    vertical-align: top
}

.vb {
    vertical-align: bottom
}

.vm {
    vertical-align: middle
}

.font-light {
    font-weight: 300
}
.font-regular {
    font-weight: 400
}

.font-semibold {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}
header{ float: left; width:100%;}
.headnav{ float: left; width: 100%; margin-top:18px;}
header .btn-link{display: inline-block;}
.navbar { min-height: 117px;}
.nav-logo{ float: left;}
.nav-rig-con{ float: right; margin-top:28px;}
.nav-rig-con .btn-link{color: #315aa5; font-weight:500; font-size:15px; margin-right: 30px; display: inline-block;}
.nav-rig-con .btn-success{padding: 12px 19px; font-weight:500; font-size:17px; color:#fff; background: #0a9344; border: none;}
.jumbo_txt_sec{float: left; width:100%; padding:45px 0px 40px 0px;}
.jumbo_txt{float: left; width:100%;  text-align: center;}
.jumbo_txt h1{float: left; width:100%; font-size: 36px; font-weight:700; color:#000; margin-bottom:20px; margin-top:0; text-transform: uppercase;}
.how_trans{text-transform: none!important;}
.jumbo_txt p{  float: left; width:100%; font-size: 18px; font-weight:400; color:#646464; margin-bottom:55px;}
.omd_info_btn_sec{ float: left; width:100%; text-align: center;}
.omd_info_btn{ display: inline-block;}
.switch_icon{ float: left; padding:0px 18px 0px; line-height: 35px;}
.info_con{ display: inline-block; vertical-align: middle; margin-left:10px;}
.omd_info_btn .btn-link{ color:#0a9344; font-size:16px; font-weight:500; display: inline-block;}
.cen_brd{float: left; width:1px; height:35px; background: #b2b2b2; text-align: center; }
.btn-success:hover{background:#00792a !important;}
.btn-link:hover{color:#315aa5;}
.bg_img_cook .btn-link:hover{color: #fff !important;}
.omd_info_btn_sec .btn-link:hover .info_con{text-decoration: underline;}
.bg_img_con_sec{float: left; width:100%; margin-bottom: 95px;}
.bg_img_cook {float: left; width:100%; position: absolute; bottom:50px; left:0;padding-left: 35px;}
.bg_img{float: left; width: 100%;}
.bg_img_cook_wrap{float: left; width:100%;position: relative;}
.omd_info_btn .btn-link:hover{text-decoration: none;}
.bg_in_con_head{float: left; width:100%; font-size: 36px; font-weight:700; color:#fff; margin:0px 0px 10px;}
.bg_in_con_des{float: left; width:100%; font-size: 18px; font-weight:400; color:#fff; margin-bottom:20px;}
.bg_in_con_lst{float: left; width:100%; font-size: 16px; font-weight:400; color:#fff;}
.bg_img_con_sec .btn-link{display: inline-block; color: #fff;vertical-align: middle;}
.gren_app_info_sec{float: left; width: 100%; margin-bottom: 90px; }
.green_bg{ float: left; width:100%; background: #0a9344; border-radius: 5px; padding:75px;  position: relative; margin-top:117px;}
.app_str_head{float: left; width:100%; font-size: 30px; font-weight:500; color:#fff; margin-bottom: 18px;}
.app_str_pcon{float: left; width:100%; font-size: 15px; font-weight:400; color:#fff; margin-bottom: 28px;}
.app_str_link{float: left; width:100%;}
.app_str_link .btn-link{ float: left;}
.app_str_link .btn-link:hover{text-decoration: none;}
.bg_ply_str{display: inline-block; background: url('../images/google-1.png') ; width:185px; height:59px; margin-right:15px;}
.bg_app_str{display: inline-block; background: url('../images/apple-1.png') ; width:181px; height:59px;}
.chef_img{ float: left; width: 100%;}
.bg_ply_str:hover{ background-position: 0 -61px;}
.bg_app_str:hover{background-position: 0 -61px;}
.chef_con_head{ float: left; width:100%;}
.strik_wrd{display: inline-block; text-decoration: line-through;  font-size: 30px; font-weight:500; color:#646464;}
.un_strik_wrd{display: inline-block;   font-size: 30px; font-weight:500; color:#000; margin-bottom: 15px;}
.chef_pcon{ float: left; width:100%; font-size: 18px; font-weight:400; color:#646464; text-align:center;}
.con_rig .btn-success{background: #00792a;}
.con_rig .btn-success{background-color: #0a9344;font-size: 15px; font-weight:500; margin-top:28px; padding: 16px 28px; border:none;}
footer{float: left; width:100%; background:#0a9344; padding: 20px 0px;}
.downld_con{ float: left; width: 100%; font-size: 15px; font-weight:500; color:#eff8f3; margin-bottom:23px}
.app_dwnld_link{ float: left; width: 100%;}
.app_dwnld_link{display: inline-block;}
.bg_ply_str_ft{display: inline-block; background: url('../images/google-footer.png') ; width:159px; height:45px;  margin-right:20px;}
.bg_app_str_ft{display: inline-block; background: url('../images/ios-apple.png') ; width:159px; height:45px;}
.bg_ply_str_ft:hover{background-position: 0px -47px;}
.bg_app_str_ft:hover{background-position: 0px -47px;}
.fot_con_lst{ float: left; width:100%; margin:0; padding:0;}
.fot_con_lst li{float: left; width: 100%; list-style-type: none; font-size:15px; font-weight:500; color:#9fd5b6; margin-bottom:24px;}
.ft_head_lst{font-size:15px !important;  color:#fff !important;} 
.con_mdl_algn{ display: table;}
.con_lft{display: table-cell; vertical-align: middle; height: 100%; width:50%;}
.con_rig{display: table-cell; vertical-align: middle; height: 100%; margin-left:95px; width: calc(50% - 95px); text-align: center;}
.fot_con_lst .btn-link{ display: inline-block;color:#fff !important;}
.fot_con_lst li a{ display: inline-block;color:#9fd5b6;}
.fot_con_lst li a:hover,.active{ color: #fff;}
.fot_con_lst .btn-link:hover{text-decoration: none;}
/*.cpy_con{float: left;width: 100%; font-size: 13px; font-weight:500; color:#def1e6; padding:40px 0px 0px; border-top:1px solid #42a16a;} */
.cpy_con{float: left;width: 100%; font-size: 13px; font-weight:500; color:#def1e6;margin: 0;} 
.bg_img_fod_delvy{float: left;width: 100%;position: absolute;bottom: 65px;left: 0;padding-left: 80px;}
.mob_proc_steps{ float: left; width:100%; padding:0px 0px 100px;}
.bg_clr{ background:#fff; }
.mb-proc_st_head{float: left; width:100%; font-size: 24px; font-weight:700; color:#000; margin:35px 0px 18px;}
.mb-proc_st_pcon{ float: left; width:100%; font-size: 18px; font-weight:400; color:#646464; }
.omd_cen_pcon{float: left; width:100%; font-size: 18px; font-weight:400; color:#646464;}
.text-center{text-align: center;}
.omd_cen_head{float: left; width:100%; font-size: 30px; font-weight:700; color:#000; margin:10px 0px 10px;}
.cen_con_sec{float: left; width:100%; padding:70px 0px 50px; background:#fff; }
.rig-mb-img{ float: left; position: absolute; bottom: 0; right:80px;}
.rig-mb-ful_view{float: left; position: absolute; bottom:-189px; right:124px;}
.mg-tb{ margin: 166px 0px 190px 0px;}
.margin_bot_des{margin-bottom: 0!important;}
.slash-col{color:#fff;vertical-align: middle;}
.omade_videoimg{display: inline-block;margin-right:14px; }
.mar_know_right{margin-right:10px;}
.mar_see_left{margin-left:10px;}
.frm_hom_sec{float: left; width:100%; margin-top: 15px;}
.app_dwnld{ display: none;}
.carousel-fade .carousel-inner .item {
opacity: 0;
transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-control {
z-index: 2;
}
  
@media screen and (max-width: 767px){
.p-0-xs{padding:0!important;}
.jumbo_txt h1{font-size: 20px;}
.jumbo_txt p{margin-bottom: 0; font-size:15px;}
.jumbo_txt_sec{padding: 30px 0px 30px 0px;}
.cen_brd{ display: none;}
.bg_in_con_des{margin-bottom: 10px; font-size:16px;}
.bg_in_con_head{font-size: 18px;margin: 0px 0px 7px;}
.bg_img_cook_wrap{margin-bottom: 10px;}
.green_bg{padding: 15px;}
.app_str_head{font-size: 23px; margin-bottom: 10px;}
.app_str_pcon{ font-size:16px;margin-bottom: 20px;}
.un_strik_wrd{font-size: 15px;}
.strik_wrd{font-size: 20px;}
.chef_pcon{font-size: 14px;}
.p-b-70{ padding-bottom: 30px !important;}
.con_rig .btn-success{font-size: 16px;margin-top: 15px;padding: 6px 10px; border: none;}
.gren_app_info_sec{margin-bottom: 35px;}
.app_str_link{ margin-bottom:20px;}
.cpy_con{ text-align: left;}
.frm_hom_sec{margin:0!important;}
.switch_icon{ margin-bottom: 10px; margin-bottom:10px;}
.bg_img_fod_delvy{bottom: 0px;padding: 7px;}
.bg_img_fod_delvy br{display: none;}
.bg_img_con_sec{margin-bottom:20px;}
.mb-proc_st_pcon{font-size:16px;}
.mb-proc_st_head{font-size:20px;}
.xs-m-t-30{margin-top:30px;}
.omd_cen_head{ font-size: 20px;}
.omd_cen_pcon{font-size:15px;}
.cen_con_sec{padding: 35px 0px 30px;}
.mob_proc_steps{padding-bottom:0px !important;}
.switch_icon{line-height:20px; float: left; width: 100%;}
.omd_info_btn_sec{ margin-top:15px;}
.rig-mb-img{display:none;}
.green_bg{margin-top:0;}
.rig-mb-ful_view{display:none;}
.mg-tb{margin:0;}
.bg_ply_str{width: 125px;height: 40px;margin-right: 20px;background-size: 125px;}
.bg_ply_str:hover{background-position: 0 -41px;}
.bg_app_str{width: 125px;height: 40px;background-size: 125px;}
.bg_app_str:hover {background-position: 0 -42px;}
.bg_app_str_ft{width: 135px;height: 38px;background-size: 100%;}
.bg_ply_str_ft{width: 135px;height: 38px;background-size: 100%;}
.bg_ply_str_ft:hover {background-position: 0px -40px;}
.bg_app_str_ft:hover {background-position: 0px -40px;}
.xs-hide{ display: none;}
.app_dwnld{ display: block; position:fixed;  padding:5px; background: #fff; bottom: 0; left:0; height:70px; width: 100%;}
.ref_cls{ float: left; width:100%;}
.ref_cls .btn-link{color: #000; font-weight:500; font-size:14px; margin-bottom: 5px; display: inline-block;}
.ref_cls .btn-success{padding: 5px 12px; font-weight:500; font-size:14px; color:#fff; background: #0a9344; margin-top: 5px; border: none;}
.headnav{text-align: center;}
.cpy_con{padding:15px 0px 60px;}
footer{padding:25px 0px;}
.con_rig .btn-success{margin-bottom: 20px;}
.bg_in_con_des br{ display: none;}
.con_rig{display: table-cell; vertical-align: middle; height: 100%; width:100%; text-align: center;}
.pd-l-align{padding-left: 7px;}
.bg_img_cook{ bottom:15px;  padding-left:15px;}
.marg-5-xs{margin:5px!important;}
.xs-pb-30{padding-bottom:30px;}
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
.bg_in_con_des{font-size:17px;}
.green_bg{padding: 30px;}
.app_str_head{font-size: 22px; margin-bottom: 10px;}
.app_str_pcon{font-size: 15px; margin-bottom: 20px;}
.bg_img_cook{padding-left:10px;}
.bg_ply_str_ft{ margin: 0px 15px 0px 0px;}
.mg-t-xs{margin-top:50px;}
.mb-proc_st_head{font-size:20px;}
.mb-proc_st_pcon{font-size:16px;}
.omd_cen_pcon{font-size:16px;}
.omd_cen_head{font-size:24px;}
.jumbo_txt h1{font-size:30px;}
.bg_in_con_head{ font-size:30px;}
.rig-mb-img{right: 26px;}
.green_bg{margin-top: 200px;}
.rig-mb-ful_view{right:20px;}
.mg-tb{margin-top:265px;}
.rig-mb-img{right:20px;}
.m-b-40{margin-bottom:20px !important;}
.mob_proc_step{padding-bottom:40px;}
.jumbo_txt_sec{padding:40px 0px 25px 0px;}
.jumbo_txt p{margin-bottom: 20px;}
.cen_con_sec{padding: 50px 0px 50px;}
.gren_app_info_sec{margin-bottom:50px;}
.mob_proc_steps{padding-bottom:50px;}
.bg_ply_str{width: 130px;height: 41px;background-size:130px;}
.bg_app_str{width: 130px;height: 41px;background-size:130px;}
.bg_ply_str:hover{background-position: 0 -43px;}
.bg_app_str:hover{background-position: 0 -44px;}
}

@media screen and (min-width: 992px) and (max-width: 1199px)
{
    .bg_ply_str_ft{display: inline-block; background: url('../images/google-footer.png') ; width:135px; height:38px;  margin-right:20px;background-size:100%;}

    .bg_ply_str_ft:hover{background-position: 0px -40px;}
    .bg_app_str_ft{display: inline-block; background: url('../images/ios-apple.png') ; width:135px; height:38px;  margin-right:20px;background-size:100%;}

    .bg_app_str_ft:hover{background-position: 0px -40px;}
.bg_ply_str{width: 140px;height: 45px;background-size:140px;}
.bg_app_str{width: 140px;height: 45px;background-size:140px;}
.bg_ply_str:hover{background-position: 0 -46px;}
.bg_app_str:hover{background-position: 0 -47px;}
}

.circle_sec{float:left;width:100%;padding:40px 0;}
.overall_circlewrap{float:left;width:100%;padding-bottom:50px;}
.m-top-80{margin-top: 80px;}
.m-top-120{margin-top:120px;}
.pd-top-bottom{padding: 50px 15px 50px;}
.circle_wrapper_top{width:100%;float:left;padding:0 70px;}
    .circle_wrapper_middle{width:100%;float:left;padding: 50px 0px 50px;}
    .circle_wrapper_bottom{width:100%;float:left;padding:0 70px;}
    .circle_wrap_left{width:30%;float:left;padding:0px;}
    .circle_wrap_middle{width:40%;float:left;padding:0px;position: relative;}
    .circle_wrap_right{width:30%;float:left;padding:0px;}
    .circle_number{position: absolute;float:left;color: #fff;width:37px;height:37px;border-radius:50%;background: #646464;font-size: 24px;font-weight:700;text-align: center;line-height: 37px;}
    .number_one{top:-18.5px;left:calc(50% - 18.5px);}
    .number_two{right:calc(12.5% - 18.5px);top:calc(12.5% - 9.25px);}
    .number_three{right:-18.5px;top:calc(50% - 18.5px);}
    .number_four{right:calc(12.5% - 18.5px);bottom:calc(12.5% - 9.25px);}
    .number_five{bottom:-18.5px;left:calc(50% - 18.5px);}
    .number_six{left:calc(12.5% - 18.5px);bottom:calc(12.5% - 9.25px);}
    .number_seven{left:-18.5px;top:calc(50% - 18.5px);}
    .number_eight{left:calc(12.5% - 18.5px);top:calc(12.5% - 9.25px);}
    .how_work{float: left;width:100%;margin-top: 80px;color: #000;font-size: 30px;font-weight: 700;margin-bottom:15px;}
    .video_omade{object-fit: cover;}
    .omade_cookbtn{float:left;width:100%;text-align: center;margin-top:15px;}
    .startcook_omade{display: inline-block;text-align: center;color:#fff;padding:15px 25px;background: #0a9344;border-radius:4px;font-size:15px;font-weight:500;}
    .startcook_omade:hover{color:#fff!important;background: #00792a !important;}

@media (min-width:1200px){
    .circle_wrapper_top{width:100%;float:left;padding:0 70px;}
    .circle_wrapper_middle{width:100%;float:left;padding: 50px 0px 50px;}
    .circle_wrapper_bottom{width:100%;float:left;padding:0 70px;}
    .circle_wrap_left{width:30%;float:left;padding:0px;}
    .circle_wrap_middle{width:40%;float:left;padding:0px;position: relative;}
    .circle_wrap_right{width:30%;float:left;padding:0px;}
    .circle_wrap_round_bg{border:2px solid #0a9344;border-radius:50%;position:absolute;top:-80px;left:10px;right:10px;width:450px;height:450px;float:left;}
    .circle_number{position: absolute;float:left;color: #fff;width:37px;height:37px;border-radius:50%;background: #646464;font-size: 24px;font-weight:700;text-align: center;line-height: 37px;}
    .number_one{top:-18.5px;left:calc(50% - 18.5px);}
    .number_two{right:calc(12.5% - 18.5px);top:calc(12.5% - 9.25px);}
    .number_three{right:-18.5px;top:calc(50% - 18.5px);}
    .number_four{right:calc(12.5% - 18.5px);bottom:calc(12.5% - 9.25px);}
    .number_five{bottom:-18.5px;left:calc(50% - 18.5px);}
    .number_six{left:calc(12.5% - 18.5px);bottom:calc(12.5% - 9.25px);}
    .number_seven{left:-18.5px;top:calc(50% - 18.5px);}
    .number_eight{left:calc(12.5% - 18.5px);top:calc(12.5% - 9.25px);}
    .how_work{float: left;width:100%;margin-top: 15%;color: #000;font-size: 30px;font-weight: 700;margin-bottom:15px;}
    .video_omade{object-fit: cover;width:60%;height:auto;float:left;margin: 0 20%;cursor: pointer;}
    .omade_cookbtn{float:left;width:100%;text-align: center;margin-top:20px;}
    .startcook_omade{display: inline-block;text-align: center;color:#fff;padding:15px 25px;background: #0a9344;border-radius:4px;font-size:15px;font-weight:500;}
    .startcook_omade:hover{color:#fff!important;background: #00792a !important;}
}
@media (min-width:992px) and (max-width:1199px){
    .circle_wrap_round_bg{border:2px solid #0a9344;border-radius:50%;position:absolute;top:-80px;left:10px;right:10px;width:380px;height:380px;float:left;}
    .mb-proc_st_head{font-size:19px;}
    .mb-proc_st_pcon{font-size:17px;}
    .how_work{margin-top: 15%;}
    .video_omade{width:60%;height:85px;display: inline-block;}
    .startcook_omade{padding:12px 20px;}
    .m-top-120 {
        margin-top: 110px;
    }
    
}
@media (min-width:768px) and (max-width:991px){
    .circle_wrap_round_bg{border:2px solid #0a9344;border-radius:50%;position:absolute;top:-80px;left:10px;right:10px;width:280px;height:280px;float:left;}
    .mb-proc_st_head {font-size: 14px;}
    .mb-proc_st_pcon { font-size: 13px;}
    .how_work{margin-top: 16%;font-size:24px;margin-bottom:10px!important;}
    .video_omade{width:60%;height:85px;display: inline-block;}
    .startcook_omade{padding:7px 12px;}
    .m-top-120{margin-top:35px;}
    .strik_wrd{font-size: 28px;}
    .un_strik_wrd{font-size: 28px;}
    .chef_pcon{font-size: 16px;}
    .cen_con_sec {padding: 50px 0px 45px;}
}
@media (max-width:767px){
    .cen_con_sec {padding: 30px 0px 30px;}
    .xs-wrap-circle{float:left;width:100%;margin-top:15px;}
    .m-top-80 {margin-top: 10px;}
    .mb-proc_st_pcon {font-size: 15px;}
    .mb-proc_st_head{margin: 25px 0px 14px;font-size: 16px;}
    .circle_wrapper_top{padding:0!important;}
    .circle_wrapper_middle{padding:0!important;}
    .mb-proc_st_head{margin-top:15px!important;}
    .circle_wrapper_bottom{padding:0!important;}
    .overall_circlewrap{padding-bottom: 40px!important;}
}
.marg_jumbotxt h1{margin:0!important;}
.marg_jumbotxt2 h3{margin:0!important;}
.marg_tp_1412{margin:15px 0 13px!important;}
#cook_video button.close,#foodies_video button.close{position: absolute;right: 3px;top: -1px;cursor: pointer;z-index: 1;}
.video_omade iframe{pointer-events:none;}
.startcook_omade:focus{color: #fff!important;}
.topques_cooks{float: left;width: 100%;padding: 30px 0 20px;font-size: 18px;color: #000;font-weight: 500;}
.faq_wrap{float: left;width: 100%;}

.accordion-section .panel-default > .panel-heading {
border: 0;
background: #fff;
padding-bottom:30px;
border-bottom:1px solid #e5e5e5;
}
.accordion-section .panel-default .panel-title a {
display: block;
font-size: 17px;
font-weight: 500;
color: #4c4c4c;
}
.accordion-section .panel-default .panel-title a:after {
font-family: 'FontAwesome';
font-style: normal;
font-size: 2rem;
content: "\f068";
color: #646464;
float: right;
margin-top: -3px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
content: "\f067";
}
.accordion-section .panel-default .panel-body {
font-size: 15px;
border:0;
padding:15px 0px 0;
font-weight: 400;
color: #646464;
}
.accordion-section .panel
{
    border: 0;border-color: none;box-shadow:none;
}
.accordion-section .panel-group .panel-heading + .panel-collapse > .panel-body
{
    border:0;
}
.topques_customer{float: left;width: 100%;color: #000;font-size:30px;font-weight: 600;padding: 50px 0 30px;}
.chef_wrap{float: left;width: 100%;}
.videotutorial-wrap{float: left;width: 100%;}
.video-tut img{width: 100%;}
.videotutorial-text{float: left;width:100%;color:#000;font-size: 15px;font-weight: 500;padding-top: 6px;text-transform: capitalize;}
.videotut-img:after{position: absolute;content:'';float: left;background-color: rgba(0,0,0,0.1);top: 0;left: 0;right: 0;bottom: 0;}
.videotut-img{float: left;width: 100%;position: relative;height:200px;pointer-events:none;}
.play-icon{background: url('../images/play-button.svg') no-repeat;width: 60px;height: 60px;float: left;position: absolute;z-index:10;top:70px;left:calc(50% - 30px);cursor: pointer;}
.video-tut .thumbnail{float: left;width: 100%;padding: 5px;position: relative;}
.more-button{float:right;color: #fff;background: #0a9344;text-align: center;padding: 7px 12px;font-size: 13px;font-weight: 600;border-radius: 4px;}
.more-button:hover{color: #fff;background: #00792a;}
.btn-wrap{float: left;width: 100%;}

.watermark {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('images/cookied-logo.png') center center no-repeat;
    pointer-events: none;
}


