@font-face {
  font-family: 'Segoe UI';
  src: url('../font/Segoe-UI.ttf');
}
@font-face {
  font-family: 'Segoe UI Semibold';
  src: url('../font/seguisb.ttf');
}
@font-face {
  font-family: 'Segoe UI Bold';
  src: url('../font/SegoeUIBold.ttf');
}
body{
	 font-family: 'Segoe UI'!important;
	     padding-top: 87px;
}
div, p {
    font-family: 'Segoe UI';
	line-height: 1.5;
}
p {
	line-height: 25px;
	color: #000000;
}
img{
	max-width:100%;
}
header {
    background: #a6191d;
    padding: 10px 10px 15px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
	transition: 0.4s;
}
header.header-fixed {
    padding-top: 0px;
    padding-bottom: 4px;
}
a.navbar-brand img {
    transition: 0.6s;
	    width: 127px;
}
.header-fixed a.navbar-brand img {
    width: 85px;
}
ul.navbar-nav {
    float: right;
    display: inline-block;
    margin-top: 17px;
	    transition: 0.4s;
}
header.header-fixed ul.navbar-nav {
    margin-top: 10px;
}
ul.navbar-nav li {
    display: inline-block;
    position: relative;
	margin-left: 0;
}

ul.navbar-nav li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 46px!important;
	transition: 0.4s;
}
ul.navbar-nav li a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
ul.navbar-nav li a:not([href]):not([tabindex]):focus, ul.navbar-nav li a:not([href]):not([tabindex]):hover {
    color: #fff;
    text-decoration: none;
}
.header-fixed ul.navbar-nav li a {
	font-size: 14px;
	padding: 6px 46px!important;
}
ul.navbar-nav li a:hover{
	opacity:0.9;
        text-decoration: none;
}
.navbar-nav .nav-link i.fas.fa-caret-down {
    font-size: 12px;
    margin-left: 3px;
}
a.navbar-brand {
    padding: 0;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
ul.navbar-nav li:hover .sub-menu{
	display:block;
}
ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    width: auto;
    min-width: 230px;
    padding: 10px 0;
	border-radius: 5px;
	    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
ul.sub-menu li.nav-item {
    width: 100%;
	margin-left: 0;
}
ul.sub-menu li a {
    color: #000;
    padding: 7px 25px!important;
    width: 100%;
    display: inline-block;
    font-size: 14px;
	    line-height: 1.5;
}
ul.sub-menu li a:hover {
    color: #a6191d;
}
.sub-menu-arrow{
	    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 27%;
}
section#home-banner {
    padding: 0px;
    position: relative;
    margin-bottom: 50px;
	overflow: hidden;
    margin-top: -2px;
}
.mobile-banner {
    display: none;
}

.home-banner-btn {
    position: absolute;
    bottom: 20px;
    padding-left: 17%;
}
.home-banner-btn a.banner-buy {
    background: #fff;
    color: #000;
}
.home-banner-btn a.banner-buy:hover {
    background: #f3f3f3;
    color: #000;
}
.home-banner-txt h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
	    color: #000;
    line-height: 32px;
}
.home-banner-txt p {
    font-size: 20px;
    color: #000000;
    line-height: 25px;
	display: initial;
}
ul.banner-app-icons {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
}
ul.banner-app-icons li {
    display: inline-block;
    padding: 4px 35px 0;
    background: url(../../../Images/images/banner-border.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
	margin-left: 0;
}
ul.banner-app-icons li:last-child{
	background: transparent;
}
ul.banner-app-icons li:first-child {
    padding-left:0;
}
ul.banner-app-icons li a {
    width:30px;
	height:35px;
    display:inline-block;
	background-repeat: no-repeat;
}
ul.banner-app-icons li a:hover{
	opacity:0.7;
}
a.window-icon{
	background-image: url(../../../Images/images/banner-app-icon.png);
}
a.web-icon{
	background-image: url(../../../Images/images/banner-app-icon.png);
	    background-position: -49px 0px;
		width: 35px!important;
}
a.ios-icon{
	background-image: url(../../../Images/images/banner-app-icon.png);
	    background-position: -93px 0px;
    width: 40px!important;
}
a.android-icon {
    background-image: url(../../../Images/images/banner-app-icon.png);
    background-position: -139px 0px;
    background-repeat: no-repeat;
}
.banner-img {
    position: absolute;
    bottom: 0;
    right: 58px;
    width: 57%;
    overflow: hidden;
}
.banner-img img {
    width: 106%;
    max-width: 150%;
}
a.banner-buy {
background: #f02a42; /* Old browsers */
background: -moz-linear-gradient(top,  #f02a42 0%, #df1010 100%, #df1010 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f02a42 0%,#df1010 100%,#df1010 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f02a42 0%,#df1010 100%,#df1010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02a42', endColorstr='#df1010',GradientType=0 ); /* IE6-9 */

    color: #fff;
    padding: 15px 40px;
    display: block;
    width: 220px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    border-radius: 40px;
    margin-top: 30px;
	-webkit-box-shadow: 0px 11px 32px -10px rgba(232,28,39,1);
-moz-box-shadow: 0px 11px 32px -10px rgba(232,28,39,1);
box-shadow: 0px 11px 32px -10px rgba(232,28,39,1);
}
a.banner-buy:hover {
	   background: #f02a42; /* Old browsers */
background: -moz-linear-gradient(top,  #df1010 0%, #f02a42 100%, #f02a42 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #df1010 0%, #f02a42 100%, #f02a42 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #df1010 0%, #f02a42 100%, #f02a42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02a42', endColorstr='#df1010',GradientType=0 ); /* IE6-9 */
}
.home-banner-txt {
    width: 35%;
    position: relative;
    z-index: 99;
}
.banner-con-para {
    margin-bottom: 20px;
}
.banner-left-bg {
    background: url(../../../Images/images/banner-bg-left.png);
    position: absolute;
    left: -160px;
    top: -101px;
    width: 702px;
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
	    z-index: -1;
}
.banner-right-bg {
    background: url(../../../Images/images/banner-bg-right.png);
    position: absolute;
    right: -29px;
    top: -106px;
    width: 950px;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.trending-recipe-con {
    padding-top: 100px;
}
.trending-recipe-con h2 {
    text-transform:uppercase;
	font-size:50px;
	font-weight:bold;
	 font-family: 'Segoe UI Bold';
}
.heading-line {
    width: 88px;
    height: 10px;
    background: #e10b0b;
    margin: 30px 0;
}
.trending-recipe-con p {
    font-size: 20px;
}
a.trending-signup {
    background: #f02a42; /* Old browsers */
background: -moz-linear-gradient(top,  #f02a42 0%, #df1010 100%, #df1010 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f02a42 0%,#df1010 100%,#df1010 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f02a42 0%,#df1010 100%,#df1010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02a42', endColorstr='#df1010',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    border-radius: 40px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 11px 32px -10px rgba(232,28,39,1);
    -moz-box-shadow: 0px 11px 32px -10px rgba(232,28,39,1);
    box-shadow: 0px 11px 32px -10px rgba(232,28,39,1);
    display: inline-block;
	line-height: 1.5;
	text-transform: uppercase;
}
a.trending-signup:hover {
     background: #f02a42; /* Old browsers */
background: -moz-linear-gradient(top,  #df1010 0%, #f02a42 100%, #f02a42 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #df1010 0%, #f02a42 100%, #f02a42 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #df1010 0%, #f02a42 100%, #f02a42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02a42', endColorstr='#df1010',GradientType=0 ); /* IE6-9 */
}
#trending-recipe{
	background:url("../../../Images/images/trending-recipe-bg.png");
	background-repeat:no-repeat;
	position: relative;
	    padding-bottom: 180px;
}
.slider {
    width: 100%;
    margin: 0 auto;
}
.slick-track {
    padding-top: 31px;
    padding-bottom: 40px;
    min-height: 560px;
}
    .slick-slide {
      margin: 0px 10px;
    }

.slick-slide img {
    width: auto;
    max-height: 240px;
	border-radius: 15px 15px 0 0;
}

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
    }

    .slick-current {
      opacity: 1;
    }
	.slick-dots li.slick-active button:before{
		 background: #df0f0f;
	}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    background:#faeacc;
	border-radius:50%;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none!important;
}
.trending-recipe-slider {
    width: 53%;
    position: absolute;
    right: 0;
    top: 30px;
}
.slick-initialized .slick-slide {
    background: #fff5e4;
    padding: 3px;
    border-radius: 15px;
}
.slick-slide h3 {
    font-size: 20px;
    color: #df1010;
	text-shadow: 0px 1px #000;
	    margin-bottom: 0px;
		line-height: 27px;
}
.slick-slide h3 a {
    color: #df1010;
    max-height: 85px;
    overflow: hidden;
    display: inline-block;
    min-height: 85px;
}
.recipe-tiile{
	width: 285px;
	padding:10px 20px 20px;
}
.slick-slide img {
	transition:0.4s;
        min-width: 100%;
}
.slick-slide.slick-current.slick-active img {
    max-height: 300px;
}
.slick-slide.slick-current.slick-active {
    margin-top: -28px;
    background: #df0f0f;
}
.slick-slide.slick-current.slick-active h3{
	color:#fff;
	text-shadow: 0px 0px #000;	
	    margin-top: 10px;
}
.slick-slide.slick-current.slick-active h3 a {
    color: #fff;
    min-height: unset;
}
.slick-slide.slick-current.slick-active .recipe-tiile {
    width: 380px;
}
.recipe-tiile p {
    margin-bottom: 0;
	color:#000;
}
.slick-dots {
    position: absolute;
    bottom: auto;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top: 88%;
}
.home-product-head {
    text-align: center;
	margin-bottom: 50px;
}
.home-product-head .heading-line {
    margin: 10px auto;
}
.home-product-head h2 {
      text-transform:uppercase;
	font-size:50px;
	font-weight:bold;
	 font-family: 'Segoe UI Bold';
	 line-height: 1.2;
	 color:#000;
	     letter-spacing: 2px;
}
section#home-products {
    padding-top: 70px;
    border-top: 7px solid #f9cabc;
    display: inline-block;
    width: 100%;
	    position: relative;
		    overflow: hidden;
}
.home-product-sec.home-products1 {
    width: 40%;
    text-align: center;
}
.home-product-sec.home-products2 {
    width: 60%;
    text-align: center;
}
.home-product-sec {
    float: left;
    padding: 50px 47px;
}
.home-product-sec img {
    border-bottom: 5px solid #ff0000;
    padding-bottom: 40px;
	    max-height: 363px;
}
.home-product-sec.home-products2 img {
    border-bottom: 5px solid #ff0000;
    padding-bottom: 20px;
}
.home-product-sec h2 {
    margin-top: 40px;
    font-size: 27px;
    font-weight: bold;
    font-family: 'Segoe UI Bold';
    min-height: 68px;
	color:#e01010;
	    margin-bottom: 20px;
}
.home-product-sec p {
    font-size: 20px;
	    min-height: 150px;
		    text-align: justify;
}
#more {display: none;}
.home-product-sec a.banner-buy {
	margin-left: auto;
    margin-right: auto;
}
.home-product-sec a.product-view-more {
        border-bottom: 2px solid;
    color: #e01010;
    font-size: 19px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
	text-decoration: none;
}
.home-product-sec a.product-view-more:hover{
	opacity:0.8;
}
.products-left-bg {
    background: url(../../../Images/images/products-bg-left.png);
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: -7px -7px;
}
.products-right-bg {
    background: url(../../../Images/images/products-bg-right.png);
    width: 500px;
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 105% -7px;
}
.highlight-line-left {
	background: url(../../../Images/images/highlight-left.png);
}
section#home-highlights {
    background: url(../../../Images/images/highlights-bg.png);
    background-position: -13px 100%;
    background-repeat: no-repeat;
    padding-bottom: 100px;
	background-size: 102%;
}
section#home-highlights .home-product-head {
    position: relative;
	    margin-bottom: 70px;

}
.highlight-line-left {
    background: url(../../../Images/images/highlight-left.png);
    position: absolute;
    left: 0;
    top: 16px;
    width: 39%;
    height: 31px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.highlight-line-right {
    background: url(../../../Images/images/highlight-right.png);
    position: absolute;
    right: 0;
    top: 16px;
    width: 39%;
    height: 31px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.highlight-box {
    padding-right: 50px;
	margin-bottom: 60px;
}
.highlight-box h3 {
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.highlight-box p {
    font-size: 20px;
	color:#000;
	display: initial;
}
.readmorebtn {
    background: transparent;
    border-width: 0;
    padding: 0;
    color: #e10b0b;
    display: inline-block;
    outline: unset!important;
    cursor: pointer;
}
.highlight-box h3 span {
    width: 40px;
    height: 39px;
    display: inline-block;
    background: url(../../../Images/images/highlights-headings.png);
    float: left;
    margin-top: -4px;
    background-position: -6px 0px;
	    background-repeat: no-repeat;
}
.highlight-box h3 span.cost {
    background-position: -68px 0px;
}
.highlight-box h3 span.nutrition {
    background-position: -137px 0px;
    width: 38px;
}
.highlight-box h3 span.cloud {
    background-position: 0px -63px;
    width: 52px;
}
.highlight-box h3 span.menu {
    background-position: -72px -63px;
    width: 40px;
}
.highlight-box h3 span.pantry {
    background-position: -138px -63px;
    width: 38px;
}
.highlight-box h3 span.recipe {
    background-position: 0 -124px;
    width: 48px;
}
.highlight-box h3 span.printing {
    background-position: -70px -123px;
    width: 42px;
}
.highlight-box h3 span.group {
    background-position: -140px -123px;
    width: 40px;
}
.faq-head img {
    float: left;
    margin-right: 10px;
}
.faq-con-sec {
    margin-top: 200px;
    padding: 30px 50px 0;
    border: 3px solid #f9cabc;
    border-radius: 40px 40px 0 0;
    position: relative;
}
.faq-head h2 {
    color: #e85050;
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
    float: left;
    width: 80%;
	font-family: 'Segoe UI Bold';
	    text-shadow: 0px 1px #000;
}
.faq-head {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.faq-sec ul{
	list-style:none;
	padding-left:0px;
}
.faq-sec li {
    padding-left: 25px;
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
	margin-left: 0;
	    line-height: 25px;
}
.faq-sec li span {
    background: url(../../../Images/images/faq-arrow.png);
    width: 20px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
	    top: 8px;
}
.faq-sec > a {
    color: #e41f1f;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline!important;
	font-family: 'Segoe UI Bold';
}
.faq-sec a:hover{
	opacity:0.8;
}
.faq-head.faq-support img {
    margin-top: 10px;
}
img.cook-img {
    margin-top: -195px;
    position: relative;
    bottom: -28px;
    left: -47px;
}
.faq-sec {
    padding-bottom: 30px;
}
.white-cook-bg {
    position: absolute;
    width: 24%;
    background: #fff;
    height: 30px;
    top: -17px;
    left: 35%;
}
section#home-faq {
    overflow: hidden;
	    position: relative;
}
.faq-bg-left {
    background: url(../../../Images/images/faq-bg-left.png);
    width: 200px;
    height: 500px;
    position: absolute;
    bottom: -34px;
	left:0;
}
.faq-bg-right {
    background: url(../../../Images/images/faq-bg-right.png);
    width: 245px;
    height: 500px;
    position: absolute;
    bottom: -40px;
    right: 0;
}
footer {
    background: #fff4e1;
    padding: 30px;
}
.footer-menu ul {
    list-style: none;
    padding: 0px;
    display: inline-block;
    width: auto;
}
.footer-menu ul li {
    display: inline-block;
    float: left;
	margin-left: 0;
	text-align: left;
}
.footer-menu ul li a {
    color: #151515;
    text-transform: uppercase;
    margin: 0 30px;
	font-size: 18px;
	text-decoration:none;
	font-family: 'Segoe UI Semibold';
	border-bottom: 2px solid;
}
.footer-menu ul li a:hover {
	color:#df0f0f;
}
.footer-menu ul li:last-child a {
    margin: 0 7px 0 30px;
}
.footer-menu ul li:first-child a {
    margin: 0 30px 0 0;
}
img#footer-logo {
    width: 230px;
}
.footer-menu {
    margin-top: 20px;
	    text-align: right;
}
.copyright p {
    float: left;
    padding-top: 10px;
    margin: 0;
	font-size: 18px;
	    color: #585858;
}
.copyright {
    display: inline-block;
    width: 96%;
    float: right;
}
ul.social-media {
    float: right;
    margin: 0;
    list-style: none;
    padding: 0;
}
ul.social-media li {
    display: inline-block;
    margin-left: 13px;
}
ul.social-media li:first-child {
    margin-left: 0px;
}
ul.social-media li a {
    width: 40px;
    height: 40px;
    background: url(../../../Images/images/social-media.png);
    display: inline-block;
    background-size: 155px;
    background-repeat: no-repeat;
}

ul.social-media li a:hover{
	opacity:0.7;
}
ul.social-media li a.twitter {
    background-position: -60px 0px;
}
ul.social-media li a.pinterest {
    background-position: -115px 0px;
}
footer .container {
    position: relative;
}
.scrolltop {
    background: #df0f0f;
    position: fixed;
    right: 85px;
    width: 65px;
    height: 75px;
    text-align: center;
    color: #fff;
    bottom: 100px;
	display: none;
}
.scrolltop:hover {
	    background: #c30b0b;
}
.scrolltop a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    padding: 16px;
	text-decoration:none;
}
.scrolltop img {
    display: block;
    margin: 0 auto;
    width: 25px;
}
.product-banner-txt h4 {
    margin: 0;
	    font-family: 'Segoe UI Bold';
	font-size: 30px;
	text-transform:uppercase;
}
.product-banner-txt h3 {
    margin: 0;
    font-family: 'Segoe UI Bold';
    font-size: 44px;
    text-transform: uppercase;
}
.product-banner-txt h3 span {
    color: #e10b0b;
}
.product-banner-txt p {
    font-size: 18px;
    margin-top: 10px;
}
.product-banner-txt a.banner-buy {
    width: 240px;
}
section#product-banner {
    background: url(../../../Images/images/product-banner-bg.png);
    padding: 105px 0 70px;
    background-position: -16px -70px;
    background-repeat: no-repeat;
    background-size: 101%;
}
.product-name-no {
    display: inline-block;
    text-align: center;
    width: 19.7%;
    padding: 20px;
    border-right: 1px solid #e10b0b;
}
.product-name-no:last-child {
	border-right: 0px solid #e10b0b;
}
.product-no {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #000;
    border-radius: 50%;
    border: 3px solid #e10b0b;
    color: #e10b0b;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    font-family: 'Segoe UI Bold';
    padding-top: 1px;
}
section#products-horizontal {
    background: #fff5e4;
}
.product-name {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Segoe UI Bold';
	line-height: 1.2;
}
.product-detail-img ul.banner-app-icons li a {
	    background-image: url(../../../Images/images/banner-app-icon-pink.png);
}
.product-detail-img ul.banner-app-icons li {
    padding: 4px 24px 0;
    background: url(../../../Images/images/banner-border-black.png);
    background-repeat: no-repeat;
    background-position: 100% 6px;
    background-size: 4px;
	float: left;
}
.product-detail-img ul.banner-app-icons li:last-child {
    background: transparent;
}
.product-download-detail p:first-child {
	color:#e10b0b;
}
.product-download-detail p {
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Segoe UI Bold';
}
.product-download-detail {
    margin-top: 20px;
}
.product-detail-img ul.banner-app-icons {
    margin-left: 150px;
    margin-bottom: 0;
	    margin-top: 0;
}
/* The container */
.custom-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #df0f0f;
}
.product-name-large {
    position: relative;
    padding-left: 28px;
    width: 90%;
    margin-bottom: 50px;
}
.product-name-large span {
    position: absolute;
    left: -38px;
    font-size: 135px;
    font-family: sans-serif;
    line-height: 1;
    color: #df0f0f;
    top: -19px;
}
.product-name-large h2 {
    font-size: 34px;
    font-weight: bold;
    font-family: 'Segoe UI Bold';
    text-transform: uppercase;
}
.product-buy-sec {
    border: 1px solid;
    border-radius: 5px;
    width: 87%;
}
.product-buy-price {
    display: inline-block;
    padding: 20px;
    width: 70%;
    border-right: 1px solid;
}
.product-buy-price p {
    color: #df0f0f;
    font-size: 20px;
}
.product-buy-price label.custom-radio {
    font-size: 19px;
    padding-left: 25px;
    display: inline-block;
    margin-right: 20px;
}
span.price-txt {
    color: #df0f0f;
    font-weight: bold;
    font-size: 23px;
    display: inline-block;
    font-family: 'Segoe UI Bold';
    line-height: 1;
}
span.price-txt span.dollar-sign {
    font-size: 13px;
    float: left;
}
.product-buy-btn a.banner-buy {
    width: auto;
    display: inline-block;
    border-radius: 7px;
    font-size: 18px;
    padding: 8px 30px;
}
.product-buy-btn {
    float: right;
    width: 30%;
    text-align: center;
    padding-top: 9px;
}
section#home-products.product-list {
    padding-top: 150px;
    background: url(../../../Images/images/highlights-bg.png);
    background-position: -13px 100%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    background-size: 102%;
}
.product-description {
    margin-top:20px;
}
.product-description p {
    font-size: 20px;
    line-height: 24px;
}
.product-detail-img img {
    width: 112%;
    max-width: unset;
    margin-left: -60px;
}
.product-description ul{
	list-style:none;
	padding:0;
}
.product-description ul li {
    font-size: 20px;
    padding-left: 30px;
    position: relative;
	    margin-bottom: 5px;
}
.product-description ul li span {
    width: 12px;
    height: 12px;
    background: #df0f0f;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.product-page-product {
    margin-bottom: 100px;
}
.product-detail-con.product2 .product-name-large span {
    left: -3px;
}
.product-detail-con.product2 .product-name-large {
    padding-left: 87px;
}
.product-detail-con.product2 .product-description {
    width: 98%;
}
.product-page-product.product-right-img .product-detail-img img {
    width: 120%;
}
.product-page-product.product-right-img .product-download-detail{
	text-align:right;
}
.product-page-product.product-right-img ul.banner-app-icons li {
    display: block;
    float: none;
}
.product-page-product.product-right-img ul.banner-app-icons {
    width: 100%;
    margin: 0;
    text-align: right;
    padding-right: 150px;
}
.product-page-product.product3 .product-detail-img img {
    width: 102%;
}
.product-page-product.product3 ul.banner-app-icons {
    margin-left: 200px;
}
.product-page-product.product3 .product-name-large span {
    left: -10px;
}
.product-page-product.product3 .product-name-large {
    padding-left: 72px;
}
.product-page-product.product3 .product-buy-sec {
    width: 100%;
}
.price-renewal .product-buy-price {
    padding: 0;
}
.for-one-yr {
    padding: 15px;
    border-bottom: 1px solid;
}
.for-one-yr label,.product-renewal label {
    margin:0;
}
.product-renewal {
    padding: 15px;
}
.renewal-price {
    padding-left: 30px;
    display: none;
}
.product-buy-sec.price-renewal.renewal-selected .renewal-price {
    display: block;
}
.product-buy-sec.price-renewal.renewal-selected .product-buy-btn {
    padding-top: 24px;
}
.double-prduct-box.double-prduct-left .product-name-large span {
    left: -10px;
    font-size: 114px;
    top: -12px;
}
.double-prduct-box.double-prduct-left .product-name-large {
    width: 83%;
    padding-left: 65px;
    margin-bottom: 30px;
	    margin-top: 40px;
}
.double-prduct-box.double-prduct-left img {
    width: 110%;
    margin-left: -10%;
    max-width: unset;
}
.double-prduct-box p{
	font-size:18px;
	    margin-bottom: 25px;
}
.double-prduct-box.double-prduct-left .product-buy-price {
    text-align: center;
    padding: 40px 40px 30px;
    width: 60%;
}
.double-prduct-box.double-prduct-left .product-buy-price p {
    color: inherit;
    font-size: 18px;
    margin-top: 10px;
	margin-bottom: 10px;
}
.double-prduct-box.double-prduct-left .product-buy-price span.price-txt {
    font-size: 30px;
}
.double-prduct-box.double-prduct-left .product-buy-btn {
    padding-top: 36px;
	    width: 40%;
}
.double-prduct-box.double-prduct-right .product-name-large span {
    left: -10px;
    font-size: 114px;
    top: -12px;
}
.double-prduct-box.double-prduct-right .product-name-large {
    padding-left: 65px;
	 margin-bottom: 30px;
	    margin-top: 40px;
}
.double-prduct-box.double-prduct-left {
    width: 92%;
}
.double-prduct-box.double-prduct-right {
    width: 92%;
}
.double-prduct-box .product-buy-sec {
    width: 97%;
}
.product-contact {
    padding: 15px 30px 14px;
}
.product-contact p {
    text-align: center;
    color: red;
    text-transform: uppercase;
	    margin-bottom: 20px;
}
.product-contact input {
    width: 100%;
    height: 34px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-contact button {
    width: 100%;
    height: 34px;
    -webkit-box-shadow: 0px 11px 32px -10px rgba(232,28,39,1);
    -moz-box-shadow: 0px 11px 32px -10px rgba(232,28,39,1);
    box-shadow: 0px 11px 32px -10px rgba(232,28,39,1);
    background: #e10b0b;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-width: 0;
    border-radius: 3px;
    font-size: 14px;
	outline: 0;
}
.product-contact button:hover {
    background: #c30b0b;
}
section#product-four-five {
    padding: 150px 0 100px;
}
.comparison-box {
    border: 3px solid #f9cabc;
    border-radius: 40px 40px 0 0;
	    margin-bottom: 50px;
}
.comparison-inner h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Segoe UI Bold';
	    position: absolute;
    top: -50px;
}
.comparison-box .home-product-head h2 {
    display: block;
    width: 400px;
    margin: 0 auto;
    background: #fff;
    margin-top: -34px;
}
section#home-faq.comparison-sec{
	padding-top: 20px;
}
.comparison-inner-box {
    padding-left: 100px;
    padding-bottom: 30px;
    padding-right: 30px;
    display: inline-block;
    width: 100%;
}
span.comparison-check {
    width: 40px;
    height: 26px;
    display: inline-block;
    background: url(../../../Images/images/comparison-tick.png);
    background-repeat: no-repeat;
}
span.comparison-cross {
    width: 40px;
    height: 26px;
    display: inline-block;
    background: url(../../../Images/images/comparison-close.png);
    background-repeat: no-repeat;
}
.comparison-list p {
    font-size: 20px;
    height: 26px;
}
.comparison-inner {
    border-right: 1px solid #f9cabc;
	    position: relative;
		margin-top: 40px;
		width: 25%;
		float: left;
}
.comparison-inner.comparison-ticks:last-child {
    border-right: 0;
}
.comparison-inner.comparison-ticks h3 {
    width: 100%;
    text-align: center;
}
.comparison-inner.comparison-ticks p {
    text-align: center;
}
.comparison-inner-box .col-sm-3:last-child .comparison-inner {
	    border-right: 0px solid #f9cabc;
}
#get-started-banner {
    background: url(../../../Images/images/product-banner-bg.png);
    padding: 105px 0 20px;
    background-position: -16px -70px;
    background-repeat: no-repeat;
    background-size: 101%;
}
section#getting-started {
    background: url(../../../Images/images/getting-started-bg.jpg);
    padding: 40px 0 40px;
    text-align: center;
	color:#fff;
}
section#getting-started h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-family: 'Segoe UI Bold';
    font-size: 35px;
}
section#getting-started h2 span {
    color: #fff;
}
section#getting-started p {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
}
.how-works-box .product-detail-con {
    padding-top: 30px;
}
.product-name-large.single-line-heading {
    padding-top: 27px;
}
.how-works-txt p {
    font-size: 19px;
    width: 97%;
    line-height: 25px;
}
.how-works-txt h5 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px;
}
span.how-work-line {
    width: 85px;
    height: 9px;
    display: inline-block;
    background: #df0f0f;
}
.how-works-box {
    margin-top: 60px;
}
.product-name-large.second-how-works.single-line-heading span {
    left: -4px;
}
.product-name-large.second-how-works.single-line-heading {
    padding-left: 85px;
    margin-top: 22px;
}
.insert-recipe-head {
    text-align: center;
    position: relative;
	margin-bottom: 60px;
}
.insert-recipe-head .highlight-line-left {
    width: 30%;
}
.insert-recipe-heading {
    display: inline-block;
    position: relative;
    padding-left: 90px;
}
.insert-recipe-heading span {
    position: absolute;
    left: 0px;
    font-size: 135px;
    font-family: sans-serif;
    line-height: 1;
    color: #df0f0f;
    top: -38px;
}
.insert-recipe-head .highlight-line-left {
    width: 27%;
}
.insert-recipe-head .highlight-line-right {
    width: 27%;
}
.insert-recipe-heading h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Segoe UI Bold';
}
section#insert-recipe-box {
    margin-top: 80px;
	padding-bottom: 150px;
	    background: url(../../../Images/images/highlights-bg.png);
    background-position: -13px 100%;
    background-repeat: no-repeat;
}
.insert-recipe-head p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
}
.insert-recipe-img {
    text-align: center;
	margin-bottom: 25px;
}
.insert-recipe-img h4 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
	margin-bottom:0;
}
.insert-recipe-img span.how-work-line {
    width: 70px;
    height: 6px;
}
section#insert-recipe-box p {
    font-size: 20px;
    line-height: 27px;
    width: 97%;
}
.mastercook-offering h3 {
    font-size: 25px;
    font-weight: bold;
    color: #df0f0f;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Segoe UI Bold';
}
.mastercook-offering {
    margin-top: 40px;
}
.offering-list {
    display: inline-block;
    width: 100%;
}
.offering-box {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
	margin-top: 35px;
}
.offering-box span {
    display: inline-block;
    width: 40px;
    height: 54px;
    background: url(../../../Images/images/offering-bg.png);
    background-repeat: no-repeat;
	    margin-bottom: 15px;
}
.offering-box  h4{
	font-weight:bold;
	font-size:22px;
}
span.cost-analysis {
    background-position: -67px 0px;
    width: 44px;
}
span.nutrition-analysis {
    background-position: -138px 0;
    width: 44px;
}
span.menu-meal {
    background-position: -200px 0;
}
span.pantry-wine {
    background-position: -265px 0;
    width: 42px;
}
section#what-mastercook-mean {
    padding: 100px 0 80px;
}
.what-does-head {
    text-align: center;
	margin-bottom: 35px;
}
.what-does-head h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Segoe UI Bold';
}
.what-does-head h2 span {
    color: #df0f0f;
}
section#what-mastercook-mean p {
    font-size: 20px;
    overflow: hidden;
    word-break: break-all;
}
.mastercook-art {
    text-align: center;
    padding: 50px;
    margin-bottom: 30px;
}
#what-mastercook-mean ul.banner-app-icons li a {
    background-image: url(../../../Images/images/banner-app-icon-pink.png);
}
.different-platform-img {
    text-align: center;
    padding-top: 20px;
}
.different-platform h2 {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}
.different-platform h2 {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Segoe UI Bold';
    width: 82%;
}
.different-platform p {
    margin-top: 20px;
    line-height: 27px;
}
.different-platform-img ul.banner-app-icons {
    margin-top: 40px;
}
button.navbar-toggler {
    border-width: 0;
    padding: 5px 7px;
    outline: 0;
    position: absolute;
	top: 8px;
}
span.navbar-toggler-icon {
    display: block;
    background: #fff;
    height: 4px;
    margin: 5px 0;
}
.mobile-recipe-btn{
	display:none;
}
span.nav-open-arrow {
    display: none;
}
span.hide-menu {
    display: none;
}
.faq-sec li a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

/*------------------------------------------------   Solution css  -------------------------------------------------*/
div#Wrapper {
    padding-top: 0;
}
div#ContentWrapper {
    width: 100%;
}
div#Footer {
    display: none;
}


/*----------------------------------------------------------------------  Responsive --------------------------------------------------*/

@media screen and (min-width:992px){
div#navbarSupportedContent {
    display: inline-block!important;
    width: auto;
    float: right;
}
}
@media screen and (min-width:1400px){
	.container{
		max-width:1360px;
	}
}
@media screen and (max-width:1500px){
	.banner-left-bg {
    top: -85px;
    width: 588px;
}
.banner-right-bg {
    width: 759px;
    background-size: 100% 100%;
}
.products-left-bg {
    width: 304px;
    background-size: 100%;
}
.products-right-bg {
    width: 277px;
    right: -7px;
    background-position: 106% -7px;
    background-size: 96%;
}
.faq-bg-left {
    width: 127px;
    height: 322px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.faq-bg-right {
    width: 147px;
    height: 336px;
    bottom: -40px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.home-banner-txt {
    width: 30%;
}
.home-banner-txt h3 {
    font-size: 24px;
}
.home-banner-txt p {
    font-size: 17px;
}
ul.banner-app-icons li {
    padding: 4px 28px 0;
}
.banner-img {
    right: 20px;
    width: 73%;
}
.trending-recipe-slider {
    width: 58%;
}
.insert-recipe-head .highlight-line-left {
    width: 20%;
}
.insert-recipe-head .highlight-line-right {
    width: 20%;
}
}


@media screen and (max-width:1400px){
ul.navbar-nav li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 35px!important;
}
.home-banner-btn {
    bottom: 10px;
}
.header-fixed ul.navbar-nav li a {
    padding: 6px 30px!important;
}
ul.sub-menu li a {
    color: #000;
    padding: 7px 25px !important;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
}

.home-product-sec p {
    font-size: 18px;
}
.different-platform h2 {
    font-size: 36px;
}
.how-works-txt h5 {
    margin-top: 40px;
    font-size: 18px;
}
.product-name-no {
    width: 19.5%;
	padding: 20px 17px;
}
.product-name {
    font-size: 15px;
}
.product-buy-price label.custom-radio {
    font-size: 16px;
}
span.price-txt {
    font-size: 18px;
}
.checkmark {
    top: 4px;
}
.product-buy-price label.custom-radio {
    margin-right: 12px;
}
.product-buy-btn a.banner-buy {
    font-size: 15px;
    padding: 8px 25px;
}
.product-buy-price {
    padding: 20px 20px 10px;
}
.product-description p {
    font-size: 18px;
}
.product-description ul li {
    font-size: 18px;
}
.product-download-detail {
    font-size: 14px;
}
section#product-four-five {
    padding: 100px 0 100px;
}
.double-prduct-box.double-prduct-left .product-buy-price {
    padding: 40px 22px 30px;
}
.product-contact {
    padding: 15px 30px 10px;
}
.product-banner-txt a.banner-buy {
    width: 200px;
}
.product-detail-img ul.banner-app-icons {
    margin-left: 100px;
}
.double-prduct-box.double-prduct-left .product-buy-price p {
    font-size: 17px;
}
ul.banner-app-icons li a {
    width: 23px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 139px;
}
a.web-icon {
    background-position: -41px 0px;
    width: 28px!important;
}
a.ios-icon {
    background-position: -80px 0px;
    width: 29px!important;
}
a.android-icon {
    background-position: -117px 0px;
}
ul.banner-app-icons li {
    padding: 4px 20px 0;
}
.home-banner-txt {
    width: 31%;
}
.home-banner-txt h3 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
}
section#home-banner {
    padding: 0px;
}
.banner-img {
    right: 20px;
    width: 69%;
    bottom: 50px;
}
.home-banner-txt p {
    font-size: 14px;
}
a.banner-buy {
    padding: 12px 40px;
    width: 180px;
    font-size: 16px;
	    margin-top: 20px;
}
.trending-recipe-con h2 {
    font-size: 40px;
}
.trending-recipe-con p {
    font-size: 18px;
}
a.trending-signup {
    padding: 12px 30px;
    font-size: 17px;
}
.slick-slide img {
    max-height: 224px;
}
.trending-recipe-slider {
    width: 55%;
}
.slick-slide h3 {
    font-size: 17px;
}
.recipe-tiile {
    width: 265px;
}
.slick-slide.slick-current.slick-active img {
    max-height: 300px;
}
.slick-slide.slick-current.slick-active .recipe-tiile {
    width: 350px;
}
#trending-recipe {
    background-size: 160px;
}
.home-product-sec img {
    max-height: 300px;
}
.home-product-head h2 {
    font-size: 45px;
}
.highlight-box h3 {
    font-size: 19px;
}
.highlight-box h3 span {
    width: 32px;
    height: 33px;
    background-size: 155px;
}
.highlight-box h3 span.cost {
    background-position: -62px 0px;
    width: 40px;
}
.highlight-box h3 span.nutrition {
    background-position: -125px 0px;
    width: 35px;
}
.highlight-box h3 span.cloud {
    background-position: 0px -57px;
    width: 47px;
}
.highlight-box h3 span.menu {
    background-position: -64px -57px;
    width: 38px;
}
.highlight-box h3 span.pantry {
    background-position: -125px -55px;
    width: 36px;
}
.highlight-box h3 span.recipe {
    background-position: 0 -113px;
    width: 48px;
    height: 36px;
    margin-top: -10px;
}
.highlight-box h3 span.printing {
    background-position: -62px -116px;
    width: 38px;
}
.highlight-box h3 span.group {
    background-position: -127px -113px;
    width: 36px;
}
.highlight-box p {
    font-size: 15px;
}
.faq-head h2 {
    font-size: 22px;
    width: 79%;
}
.faq-head.faq-support img {
    margin-top: 10px;
    width: 48px;
}
.faq-head img {
    width: 40px;
}
.faq-sec li {
    font-size: 18px;
    margin-bottom: 20px;
}
.faq-sec li span {
    top: 6px;
}
.faq-sec > a {
    font-size: 16px;
}
img.cook-img {
    margin-top: -195px;
    bottom: -89px;
    left: -25px;
}
.faq-con-sec {
    margin-top: 150px;
}
.footer-menu ul li a {
    margin: 0 28px;
    font-size: 14px;
}
.footer-menu ul li:first-child a {
    margin: 0 28px 0 0;
}
.footer-menu ul li:last-child a {
    margin: 0 7px 0 28px;
}
.copyright p {
    font-size: 15px;
	    padding-top: 5px;
}
ul.social-media li a {
    width: 30px;
    height: 30px;
    background-size: 117px;
}
ul.social-media li a.twitter {
    background-position: -46px 0px;
}
ul.social-media li a.pinterest {
    background-position: -86px 0px;
}
ul.social-media li {
    margin-left: 10px;
}
.scrolltop {
    right: 50px;
    width: 65px;
    height: 75px;
    bottom: 87px;
}
#get-started-banner {
    background-size: 102%;
}
}

@media screen and (max-width:1200px){
	ul.navbar-nav li a {
		padding: 10px 22px!important;
	}
	section#home-banner {
		padding: 0px;
	}
	section#product-banner {
    background-position: -14px -1px;
    background-size: 102%;
}
.header-fixed ul.navbar-nav li a {
    padding: 6px 23px!important;
}
section#what-mastercook-mean p {
    font-size: 17px;
}
section#getting-started h2 {
    font-size: 30px;
}
section#getting-started p {
    font-size: 16px;
}
.how-works .product-name-large span {
    left: -25px;
    font-size: 85px;
    top: 2px;
}
.how-works-txt p {
    font-size: 17px;
}
.product-name-large.second-how-works.single-line-heading {
    padding-left: 55px;
    margin-top: 22px;
}
.how-works .product-name-large.single-line-heading {
    padding-top: 0;
}
.how-works .product-name-large span {
    top: -23px;
}
.insert-recipe-heading h2 {
    font-size: 30px;
}
.insert-recipe-heading span {
    font-size: 90px;
    top: -28px;
}
.insert-recipe-heading {
    padding-left: 60px;
}
section#insert-recipe-box p {
    font-size: 17px;
	margin-top: 20px;
}
.mastercook-offering h3 {
    font-size: 20px;
}
.offering-box h4 {
    font-size: 16px;
}
.offering-box span {
    margin-bottom: 0px;
}
.what-does-head h2 {
    font-size: 34px;
}
.different-platform h2 {
    font-size: 30px;
}
section#products-horizontal {
    background: #fff5e4;
    display: inline-block;
    width: 100%;
    margin-bottom: -7px;
}
.product-name-no {
    width: 20%;
    padding: 20px 8px;
    float: left;
}
.product-name {
    font-size: 14px;
}
.product-name-large h2 {
    font-size: 28px;
}
.product-name-large span {
    left: -32px;
    font-size: 114px;
    top: -19px;
}
.product-buy-sec {
    width: 100%;
}
.product-buy-price p {
    font-size: 18px;
}
.product-buy-price label.custom-radio {
    font-size: 14px;
}
.checkmark {
    top: 2px;
}
span.price-txt {
    font-size: 16px;
}
.product-name-large {
    margin-bottom: 30px;
}
.products-left-bg {
    width: 235px;
    background-size: 100%;
}
.products-right-bg {
    width: 225px;
}
.product-description p {
    font-size: 16px;
}
.product-description ul li {
    font-size: 16px;
}
.product-description ul li span {
    top: 7px;
}
section#home-products.product-list {
    padding-bottom: 0;
}
.double-prduct-box.double-prduct-left {
    width: 95%;
}
.double-prduct-box.double-prduct-right {
    width: 95%;
}
.double-prduct-box.double-prduct-left .product-buy-price p {
    font-size: 15px;
}
.double-prduct-box.double-prduct-left .product-buy-price {
    padding: 40px 15px 30px;
}
.product-contact {
    padding: 9px 30px 10px;
}
.comparison-inner-box {
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 15px;
}
.comparison-list p {
    font-size: 18px;
}
.double-prduct-box.double-prduct-right .product-name-large span {
    font-size: 100px;
}
.double-prduct-box.double-prduct-left .product-name-large span {
    left: -5px;
    font-size: 105px;
    top: -12px;
}
.product-page-product.product3 ul.banner-app-icons {
    margin-left: 115px;
}
	.home-banner-txt {
		width: 28%;
	}
	.banner-img {
		right: 20px;
		width: 70%;
	}
	.banner-right-bg {
		width: 645px;
		background-size: 100% 100%;
	}
	.trending-recipe-con h2 {
		font-size: 33px;
	}
	.slick-slide img {
    max-height: 195px;
}
.recipe-tiile {
    width: 230px;
}
.slick-slide h3 {
    font-size: 15px;
}
.slick-slide.slick-current.slick-active img {
    max-height: 255px;
}
.slick-slide.slick-current.slick-active .recipe-tiile {
    width: 300px;
}
.slick-track {
    min-height: 490px;
}
.trending-recipe-con {
    padding-top: 65px;
}
.home-product-sec img {
    max-height: 250px;
}
.home-product-sec h2 {
    font-size: 24px;
	    min-height: 56px;
}
.home-product-sec p {
    font-size: 18px;
    min-height: 180px;
}
.highlight-box {
    padding-right: 30px;
}
.home-product-sec.home-products1 {
    padding: 50px 40px;
}
.highlight-box h3 {
    font-size: 17px;
}
.highlight-box p {
    font-size: 16px;
	    line-height: 22px;
}
.footer-menu ul li:first-child a {
    margin: 0 17px 0 0;
}
.footer-menu ul li a {
    margin: 0 17px;
}
.home-product-head h2 {
    font-size: 40px;
}
.footer-menu ul li:last-child a {
    margin: 0 7px 0 17px;
}
.copyright p {
    font-size: 13px;
	padding-top: 0;
}
ul.social-media li a {
    width: 25px;
    height: 25px;
    background-size: 97px;
}
ul.social-media li a.twitter {
    background-position: -38px 0px;
}
ul.social-media li a.pinterest {
    background-position: -71px 0px;
}
.faq-head img {
    width: 34px;
}
.faq-head.faq-support img {
    margin-top: 10px;
    width: 38px;
}
.faq-head h2 {
    font-size: 18px;
    width: 79%;
}
.faq-head {
    margin-bottom: 15px;
}
.faq-sec li {
    font-size: 14px;
    margin-bottom: 10px;
	line-height: 20px;
}
ul.social-media li {
    margin-left: 0px;
}
.faq-sec a {
    font-size: 15px;
}
img.cook-img {
    bottom: -93px;
}
.faq-sec {
    padding-bottom: 17px;
}
.scrolltop img {
    width: 20px;
}
.scrolltop a {
    font-size: 13px;
}
.scrolltop {
    right: 50px;
    width: 55px;
    height: 65px;
    bottom: 92px;
}
.highlight-line-left {
    width: 36%;
}
.highlight-line-right {
    width: 36%;
}
.home-banner-txt h3 {
    font-size: 15px;
}
.faq-sec li span {
    top: 3px;
}
}

@media screen and (max-width: 990px){
body {
    padding-top: 78px;
}
.faq-head h2 {
    font-size: 18px;
    width: 71%;
    line-height: 1.2;
}
.home-banner-btn a.banner-buy {
    background: #fff;
    color: #000;
    padding: 8px 20px;
    width: 141px;
    font-size: 14px;
}
.home-banner-btn {
    bottom: -15px;
}
.banner-con-para button.readmorebtn.readmore {
    display: none;
}
.home-banner-txt p span#dots {
    display: none;
}
.home-banner-txt p span#more {
    display: inline;
}
.slick-slide img {
    max-height: 210px;
}
.slick-slide.slick-current.slick-active img {
    max-height: 210px;
}
.slick-slide.slick-current.slick-active h3 a {
    color: #fff;
    min-height: 60px;
    max-height: 60px;
}
.slick-slide h3 a {
    color: #df1010;
    max-height: 60px;
    overflow: hidden;
    display: inline-block;
    min-height: 60px;
    text-overflow: ellipsis;
}
.slick-slide.slick-current.slick-active h3 {
    margin-top: 0;
}
.slick-slide.slick-current.slick-active {
    margin-top: 0;
    background: #df0f0f;
}
.recipe-tiile {
    width: 100%;
}
.slick-slide.slick-current.slick-active .recipe-tiile {
    width: 100%;
}

.insert-recipe-img h4 {
    font-size: 18px;
}
.footer-menu {
    text-align: left;
}
.copyright {
    width: 100%;
    float: none;
}
button.navbar-toggler {
    top: 9px;
	transition:0.4s;
}
header.header-fixed button.navbar-toggler {
    top: 4px;
}
.home-banner-txt p {
    font-size: 16px;
}
.home-banner-txt h3 {
    font-size: 17px;
}
.highlight-box {
    padding-right: 20px;
}
section#insert-recipe-box {
    padding-bottom: 90px;
}
.different-platform h2 {
    width: 100%;
}
div#navbarSupportedContent {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    transition: 0.4s;
	    height: 100%!important;
		    display: none;
}
div#navbarSupportedContent.show, div#navbarSupportedContent.in {
    display: block;
}
div#navbarSupportedContent ul.navbar-nav.mr-auto {
    width: 300px;
    position: absolute;
    left: 0;
    height: 100%;
    background: #a6191d;
	margin: 0;
	padding-top: 20px;
		overflow: auto;
}
.navigation.iconmenu.mc-menu {
    display: none;
}
.navigation.signin {
    display: none!important;
}
a.navbar-brand {
    padding: 0;
    width: 100%;
    text-align: center;
}
span.nav-open-arrow {
    display: block;
}
span.hide-menu {
    display: block;
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 25px;
    top: 12px;
}
ul.navbar-nav li:hover .sub-menu {
    display: none;
}
.navbar-nav .nav-link i.fas.fa-caret-down {
    display: none;
}
span.nav-open-arrow {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 12px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 12px;
    top: 0;
}
.comparison-inner {
    width: 34%;
}
.comparison-inner.comparison-ticks {
    width: 22%;
}
.product-banner-txt {
    text-align: center;
	    margin-bottom: 40px;
}
.product-name {
    min-height: 50px;
}
.product-name-large {
    margin-top: 20px;
    width: 100%;
}
.product-name-large span {
    left: -20px;
    font-size: 71px;
    top: -17px;
}
.product-detail-con.product2 .product-name-large {
    padding-left: 50px;
}
.product-page-product.product3 .product-name-large {
    padding-left: 45px;
}
section#product-banner {
    padding: 105px 0 35px;
}
.double-prduct-box.double-prduct-left img {
    width: 100%;
    margin-left: 0;
    max-width: unset;
}
.double-prduct-box.double-prduct-left {
    width: 100%;
    margin-bottom: 50px;
}
.double-prduct-box.double-prduct-left .product-buy-price {
    padding: 25px 15px 25px;
}
.double-prduct-box.double-prduct-left .product-name-large span {
    left: -5px;
    font-size: 75px;
    top: -16px;
}
.double-prduct-box.double-prduct-left .product-name-large {
    width: 100%;
    padding-left: 50px;
}
.double-prduct-box .product-buy-sec {
    width: 100%;
}
.double-prduct-box.double-prduct-right {
    width: 100%;
}
.comparison-box .home-product-head h2 {
    width: 310px;
    margin-top: -25px;
    font-size: 35px;
}
section#product-four-five {
    padding: 100px 0 60px;
}
.comparison-inner h3 {
    font-size: 16px;
    top: -40px;
}
span.comparison-check {
    width: 30px;
    height: 26px;
    background-size: 30px;
}
span.comparison-cross {
    width: 30px;
    height: 26px;
    background-size: 22px;
}
.product-page-product {
    margin-bottom: 60px;
}
.sub-menu-arrow {
    display: none;
}
ul.sub-menu {
    position: static;
    background: transparent;
    box-shadow: unset;
    padding-left: 20px;
	 padding-top: 0;
    padding-bottom: 0;
}
span.nav-open-arrow.manu-opened i.fas.fa-plus {
    display: none;
}
span.nav-open-arrow.manu-opened i.fas.fa-minus {
    display: block;
}
span.nav-open-arrow.manu-opened {
    padding-top: 16px;
}
ul.sub-menu a.nav-link {
    color: #e2e2e2;
}
span.nav-open-arrow i.fas.fa-minus {
    display: none;
}
ul.navbar-nav li {
    width: 100%;
}
ul.navbar-nav li a{
    width: 100%;
}
.home-banner-txt {
    width: 100%;
    text-align: center;
}
a.banner-buy {
    margin: 20px auto 20px;
}
.banner-img {
    right: 0;
    width: 90%;
    position: relative;
    margin-left: 5%;
    margin-top: 30px;
	bottom: 0px;
}
.banner-right-bg {
    width: 450px;
    background-size: 100%;
    height: 417px;
	z-index: -1;
}
.trending-recipe-slider {
    width: 90%;
    position: relative;
    margin-left: 5%;
}
#trending-recipe {
    padding-bottom: 40px;
}
.home-product-head h2 {
    font-size: 40px;
}
.trending-recipe-con {
    padding-top: 25px;
	    margin-bottom: 30px;
}
.home-product-sec.home-products1 {
    width: 100%;
	padding-top:0;
}
.home-product-sec.home-products2 {
    width: 100%;
    padding-top: 0;
}
.home-product-sec h2 {
    font-size: 24px;
    margin-top: 30px;
	    min-height: unset;
}
.home-product-sec p {
    min-height: auto;
}
section#home-highlights {
    padding-bottom: 60px;
}
.faq-con-sec {
    margin-top: 70px;
    padding: 0 0 30px;
    border-width: 0;
}
.white-cook-bg {
    display: none;
}
img.cook-img {
    display: none;
}
section#home-banner {
    padding: 0px;
}
.highlight-line-left {
    width: 32%;
}
.highlight-line-right {
    width: 32%;
}
}

@media screen and (max-width: 840px){
.slick-slide.slick-current.slick-active img {
    max-height: 170px;
}
.slick-slide img {
    max-height: 170px;
}
}
@media screen and (max-width: 767px){
.products-left-bg {
    width: 245px;
    background-size: 100%;
}
.desktop-banner {
    display: none;
}
.mobile-banner {
    display: block;
}
body #Wrapper {
    padding-top: 0px!important;
}
body{
	padding-left:0;
	padding-right:0;
}
section#getting-started {
    background-repeat: no-repeat;
    background-size: cover;
}
.insert-recipe-img span.how-work-line {
    margin-bottom: 40px;
	    margin-top: 10px;
}
.insert-recipe-img {
    margin-bottom: 0;
}
.offering-box {
    width: 33%;
}
.offering-box:nth-child(4) {
    margin-left: 17%;
}
section#what-mastercook-mean {
    padding: 60px 0 50px;
}
.mastercook-art {
    padding: 20px 50px 30px;
}
#get-started-banner {
    padding: 45px 0 20px;
}
.insert-recipe-heading h2 {
    font-size: 25px;
}
.insert-recipe-heading span {
    font-size: 66px;
    top: -20px;
    left: 10px;
}
.insert-recipe-heading {
    padding-left: 55px;
    background: #fff;
    padding-right: 10px;
}
.products-right-bg {
    width: 215px;
}
.comparison-list p {
    font-size: 14px;
    height: 20px;
}
.comparison-inner h3 {
    font-size: 13px;
    top: -30px;
}
span.comparison-check {
    width: 23px;
    height: 15px;
    background-size: 23px;
    margin-top: 4px;
}
span.comparison-cross {
    width: 22px;
    height: 20px;
    background-size: 17px;
}
.comparison-inner-box {
    padding-right: 0;
}
.comparison-inner.comparison-ticks {
    width: 18%;
}
.comparison-inner {
    width: 45%;
}
section#home-highlights .home-product-head h2 {
    font-size: 30px;
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    position: relative;
}
.banner-left-bg {
    top: -23px;
    width: 463px;
    transform: rotate(-30deg);
}
.banner-right-bg {
    width: 286px;
    background-size: 100% 73%;
    height: 417px;
    z-index: -1;
}
.highlight-box {
    padding-right: 0px;
    margin-bottom: 40px;
}
.trending-recipe-con {
    margin-bottom: 30px;
    text-align: center;
	padding-top: 0;
}
.trending-recipe-con .heading-line {
    display: inline-block;
    margin: 0 0 15px;
    height: 8px;
}
section#trending-recipe {
    background: transparent;
}
.home-product-sec {
    padding-left: 0!important;
    padding-right: 0!important;
}
section#home-highlights .home-product-head {
    margin-bottom: 50px;
}
.faq-bg-left {
    display: none;
}
.faq-bg-right {
    display: none;
}
.footer-menu ul {
    display: inline-block;
	width: 100%;
}
.footer-menu ul li:last-child a {
    margin: 0 0 0 10px;
}
.footer-menu ul li:first-child a {
    margin: 0 10px 0 0;
}
.footer-menu ul li a {
    margin: 0 10px;
    font-size: 11px;
}
.home-banner-txt img {
    width: 60%;
}
.home-product-head h2 {
    font-size: 35px;
}
}
@media screen and (max-width: 574px){
section#home-highlights {
    padding-bottom: 20px;
	    background-size: 104%;
}
section#what-mastercook-mean p {
    font-size: 15px;
}
.slick-slide.slick-current.slick-active img {
    max-height: unset;
}
.slick-slide img {
    max-height: unset;
	    width: 100%;
}
.slick-slide.slick-current.slick-active .recipe-tiile {
    width: 100%;
}
.recipe-tiile {
    width: 100%;
}
.trending-recipe-slider {
    width: 100%;
    position: relative;
    margin-left: 0;
    padding: 0 20px;
}
a.trending-signup {
    font-size: 14px;
}
.slick-slide.slick-current.slick-active {
    margin-top: 0;
    background: #df0f0f;
}
.slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top: auto;
}
.what-does-head {
    margin-bottom: 15px;
}
#get-started-banner {
    background-size: cover;
}
section#home-products {
    padding-top: 70px;
}
.trending-recipe-con p {
    font-size: 16px;
    text-align: left;
}
.how-works .product-name-large span {
    top: -26px;
    left: -14px;
}
.how-works-txt h5 {
    margin-top: 30px;
    font-size: 15px;
}
section#insert-recipe-box p {
    font-size: 15px;
    margin-top: 0px;
    padding: 0 15px;
}
span.how-work-line {
    width: 60px;
    height: 6px;
}

.what-does-head h2 {
    font-size: 23px;
}
.different-platform h2 {
    font-size: 20px;
}
.mastercook-art {
    padding: 20px 0px 0px;
    overflow: hidden;
    margin: 0 10px 30px;
}
.mastercook-art img {
    max-width: unset;
    width: 600px;
}
ul.banner-app-icons li:first-child {
    padding-left: 20px;
}
section#getting-started h2 {
    font-size: 24px;
}
section#getting-started p {
    font-size: 15px;
    width: 100%;
}
.offering-box h4 {
    font-size: 14px;
}
section#insert-recipe-box {
    padding-bottom: 37px;
    background-size: 105%;
}
.product-name-large h2 {
    font-size: 20px;
}
.double-prduct-box.double-prduct-right .product-name-large span {
    font-size: 79px;
}
.double-prduct-box.double-prduct-right .product-name-large {
    padding-left: 45px;
}
.product-name-no {
    width: 100%;
	    border-right: 0px solid #e10b0b;
}
.product-name {
    min-height: auto;
}
.product-detail-img img {
    width: 100%;
    margin-left: 0;
}
.product-buy-price {
    width: 100%;
    text-align: center;
    border-width: 0;
}
.product-name-large span {
    left: -10px;
    font-size: 71px;
    top: -9px;
}
section#home-products.product-list {
    padding-top: 70px;
	background-size: 105%;
}
.product-page-product.product-right-img .product-detail-img img {
    width: 100%;
}
.product-page-product.product-right-img .product-download-detail {
    text-align: left;
}
.product-page-product.product3 .product-detail-img img {
    width: 100%;
}
.product-buy-sec.price-renewal.renewal-selected .product-buy-btn {
    padding-top: 0;
}
.double-prduct-box.double-prduct-left .product-buy-price {
    padding: 25px 15px 5px;
    width: 100%;
}
.comparison-box .home-product-head h2 {
    width: 215px;
    margin-top: -19px;
    font-size: 28px;
}
section#product-four-five {
    padding: 50px 0 60px;
}
.double-prduct-box.double-prduct-left .product-buy-btn {
    padding-top: 0;
    width: 100%;
}
.product-buy-btn {
    float: none;
    width: 100%;
    padding-top: 0;
}
.product-buy-btn a.banner-buy {
    margin-top: 0;
}
a.banner-buy {
    padding: 12px 30px;
    width: 160px;
    font-size: 14px;
}
.products-left-bg {
    width: 150px;
    background-size: 100%;
}
.products-right-bg {
    width: 145px;
}
.home-banner-txt img {
    min-width: 300px;
}
section#home-banner {
    padding: 0px;
    margin-bottom: 40px;
}
.trending-recipe-con h2 {
    font-size: 24px;
}
.trending-recipe-con {
    margin-bottom: 0px;
}
.home-product-head h2 {
    font-size: 30px;
}
.home-product-head .heading-line {
    margin: 15px auto;
    width: 75px;
    height: 8px;
}
.home-product-sec p {
    font-size: 16px;
	line-height: 22px;
}
.home-product-sec h2 {
    font-size: 20px;
}
.home-product-sec a.product-view-more {
    margin-top: 0;
    font-size: 15px;
}
.footer-menu ul li {
    display: inline-block;
    width: 50%;
    float: left;
}
.footer-menu ul li a {
    margin: 0px!important;
}
.banner-left-bg {
    top: -23px;
    width: 360px;
    transform: rotate(-6deg);
    left: -100px;
}
.mobile-recipe-btn{
	display:block;
	text-align: center;
}
.scrolltop {
    right: 8px;
    width: 50px;
    height: 50px;
    bottom: 6px;
}
.scrolltop img {
    width: 15px;
}
.scrolltop a {
    font-size: 11px;
    padding: 12px;
}
ul.social-media {
    float: right;
    margin: 15px 0 0;
    list-style: none;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.faq-sec > a {
    margin-left: 25px;
}
.mobile-recipe-btn a.trending-signup {
    display: inline-block;
    margin-top: 15px;
	font-size: 14px;
}
img#footer-logo {
    width: 200px;
}
footer {
    padding: 30px 0;
}
section#product-banner {
    background-position: -14px -1px;
    background-size: 104%;
}
.product-page-product.product3 ul.banner-app-icons {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 225px;
}
.product-detail-con.product2 .product-name-large span {
    left: -3px;
}
.product-page-product.product3 .product-name-large span {
    left: -5px;
}
.product-page-product.product3 .product-name-large {
    width: 300px;
}
.product-detail-con.product2 .product-name-large {
    width: 300px;
}
.product-contact {
    padding: 9px 30px 20px;
}
.home-product-head {
    margin-bottom: 20px;
}
.comparison-inner h3 {
    font-size: 11px;
    top: -26px;
}
.comparison-list p {
    font-size: 13px;
}
span.comparison-check {
    width: 17px;
    height: 15px;
    background-size: 18px;
    margin-top: 6px;
}
.comparison-inner-box {
    padding-left: 10px;
}
.comparison-inner {
    width: 43%;
}
.comparison-inner.comparison-ticks {
    width: 18%;
}
.product-banner-txt h3 {
    font-size: 36px;
}
.product-banner-txt h4 {
    font-size: 24px;
}
.product-page-product.product3 {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 400px){
.banner-left-bg {
    top: -23px;
    width: 290px;
}
div#navbarSupportedContent ul.navbar-nav.mr-auto {
    width: 250px;
}
.product-name-large h2 {
    font-size: 18px;
}
}

















