@font-face {font-family: "DINNextLTLight";
  src: url("./fonts/DINNextLTArabicLight.ttf") format("truetype");
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), 
    		 url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), 
    		 url('./fonts/slick.svg#slick') format('svg');
}

@font-face {
    font-family: font-1;
    src: url('../fonts/font1/7.otf');
}

@font-face {
    font-family: font-2;
    src: url('../fonts/font2/font2.otf');
}

@font-face {
    font-family: font-3;
    src: url('../fonts/newfont.otf');
}


body{
	display: block;
	width: 100%;
	margin: 0 auto;
	font-family: 'font-1';
}
[dir='rtl'] body{
	font-family: 'DINNextLTLight';
}
img{
		width: 100%;
		display: block;
}
p{
	 margin: 0;
	 padding: 0;
}
ul{
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
a{
		text-decoration: none;
}
a img{
		border: none;
}

header{
		width: 100%;
		display: block;
		height: 100px;
		background: #2C6975;
		z-index: 100;
		/*line-height: 100px;*/
}

.ar-font{
	font-family: 'DINNextLTLight';
}

.en-font{
	font-family: 'font-1';
}

.navbar-brand{
		max-width: 246.39px;
}
.navbar{

}
.navbar-nav li.nav-item a.nav-link{
		color: #FFFFFF;
		transition: 0.3s;
		font-size: 0.8em;
}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.focus, 
.navbar-light .navbar-nav .show > .nav-link{
		color: #FFFFFF;
}
.navbar-nav li.nav-item a.nav-link:hover{
		color: #50f5ef;
}
.navbar-nav li.nav-item a.nav-link:focus {
	color: #FFFFFF;
}
.meals-menu{
	width: 600px;
}
.menubtn {
		height: 40px !important;
		width: 150px !important;
		margin-left: 100px;
		line-height: 40px;
}
.menubtn a{
		display: block;
		background: #FFFFFF;
		width: 100% !important;
		text-align: center;
		color: #2C6975;
		line-height: 40px;
		border-radius: 5px;
}
.sliders{
		top: 0;
		width: 100%;
		height: 100vh;
		max-height: 800px;
		background: url('/assets/img/image/sliderbg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		/*z-index: -1;*/
}
.sliders:after{
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		background: rgba(46, 106, 91, 0.5);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		/*z-index: -1;*/
}
.homepage header{
		background: transparent;
		padding-top: 30px !important;
}
.homepage .sliders{
		margin-top: -100px;
}
.subblock{
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10;
}

.slider-text{
		width: 50%;
		margin-top: 35vh;
}
.slider-text h3{
		color: #FFFFFF;
		font-size: 54px;
		font-family: 'DINNextLTLight';
		font-weight: bold;
}
.app-store-icon{
		width: 100%;
		margin-top: 30px;
		text-align: right;
}
.app-store-icon a{
		/*width: 50%;*/
		display: block;
		text-align: right;
		margin-right: 20px;
}
.app-store-icon a img{
		width: 100%;
		height: 70px;
		object-fit: contain;
}

.logo-section{
		width: 100%;
		display: block;
}
.logo-block{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
}
.logo-block .lgbb{
		width: 50%;
		display: block;
		margin: 20px auto;
}
.logo-block .lgbb img{
		height: 50px;
		width: auto;
		object-fit: contain;
}

.form-slider{
		width: 50%;
		text-align: right;
		margin-top: 65vh;
}
.form-slider .form-block{
		width: 100%;
		max-width: 400px;
		background: #FFFFFF;
		display: block;
		margin: 0 auto;
		padding: 30px;
		border: 1px solid #2C6975;
		border-radius: 15px;
}
.form-slider .form-block h3{
		color: #2C6975;
		font-size: 22px;
}
.form-slider .form-block .form-group{
		width: 100%;
		display: block;
		margin: 30px auto;
}
.form-slider .form-block .form-group .input{
		display: block;
}
.form-slider .form-block .form-group .input input{
		display: block;
		height: 50px;
		width: 100%;
		line-height: 50px;
		color: #2C6975;
		border-radius: 10px;
		padding: 0 10px;
		border:  1px solid #56C596;
		background: #E7F7F4;
}
.form-slider .form-block .form-group .input input:focus{
		outline: none;
}
.form-slider .form-block .form-group .input button{
		background: #2C6975;
		width: 100%;
		display: block;
		border: none;
		height: 50px;
		line-height: 1;
		color: #FFFFFF;
		border-radius: 10px;
		font-family: 'DINNextLTBold';
		font-size: 20px;
		transition: 0.3s;
}
.form-slider .form-block .form-group .input button:hover{
		background: #56C596;
}

.logo-section{
		width: 100%;
		display: block;
		padding: 100px;
}

.aboutslider{
		width: 100%;
		display: block;
		padding: 100px;
}
.aboutslider .carousel-item{
		padding: 0px 80px;
		margin-top: 50px;
}
.aboutslider .carousel-item h3{
		font-size: 48px;
		color: #2C6975;
}
.aboutslider .carousel-item p{
		font-size: 2rem;
		font-family: 'DINNextLTLight';
}
.aboutslider .carousel-indicators{
		right: auto;
		margin-bottom: -2rem;
}
.aboutslider .carousel-indicators [data-bs-target]{
		background-color: #68B2A0;
		height: 10px;
		width: 10px;
		border-radius: 50%;
}
.aboutslider .carousel-indicators .active{
		width: 40px;
		height: 10px;
		border-radius: 10px !important;
}
.aboutslider .about-imgs{
		object-fit: cover;
		/*height: 400px;*/
}
.carousel-control-prevs,
.carousel-control-nexts {
		right: 0;
		position: absolute;
		top: 0;
		/*bottom: 0;*/
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 64px;
		padding: 0;
		text-align: center;
		background: 0 0;
		border: 0;
		transition: opacity .15s ease;
		background-color: rgba(104, 178, 160, 0.5);
		text-align: center;
		border-radius: 15px;
}
.carousel-control-prevs{
		margin-right: 80px;
}
/*.carousel-control-nexts {
  left: 0;
}*/
.carousel-control-next-icon{
		background-image: url('/assets/img/image/iconsArrows-Previuos.png');
		background-repeat: no-repeat;
		background-size: 70%;
}
.carousel-control-prev-icon{
		background-image: url('/assets/img/image/icons-Arrows-Previuos.png');
		background-repeat: no-repeat;
		background-size: 70%;
}

.aboutslider,
.about-us,
.progress-slider{
		width: 100%;
		display: block;
		padding: 100px;
}

.about-us{
		background-color: #E9F8F5;
}
.about-us .about-text{
		padding: 10px 0 0 100px;
}
.about-us .about-text h3{
		font-size: 48px;
		color: #2C6975;
}
.about-us .about-text p{
		font-size: 2rem;
		font-family: 'DINNextLTLight';
}

.about-meal-service{
		width: 100%;
		display: block;
		padding: 100px;
}

.about-meal-service{
		background-color: #E9F8F5;
}
.about-meal-service .about-text{
		padding: 10px 0 0 100px;
}
.about-meal-service .about-text h3{
		font-size: 48px;
		color: #2C6975;
}
.about-meal-service .about-text p{
		font-size: 25px;
		font-family: 'font-1';
}
[dir='rtl'] .about-meal-service .about-text p{
	font-family: 'DINNextLTLight';
}

/*************/
.values{
	width: 100%;
	display: block;
	padding: 100px;
}

.values .heading{
	width: 100%;
	display: block;
	padding-bottom: 50px;
}
.values .heading h3{
	color: #2C6975;
	font-size: 48px;
	font-family: 'font-1';
}
[dir="rtl"] .values .heading h3{
	font-family: 'DINNextLTLight';
}
#valuesbar {
margin-bottom: 30px;
overflow: hidden;
color: lightgrey
}

#valuesbar .active {
color: #000000
}

#valuesbar li {
	list-style-type: none;
	font-size: 12px;
	width: 25%;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 50px;
}
#valuesbar li .bartext{
	width: 100%;
	display: block;
}
#valuesbar li .bartext strong,
#valuesbar li .bartext strong{
	color: #68B2A0;
	font-size: 16px;
	font-family: 'font-1';
}
[dir="rtl"] #valuesbar li .bartext strong,
#valuesbar li .bartext strong{
	font-family: 'DINNextLTLight';
	font-size: 19px;
}
#valuesbar #quality:before {
	font-family: font-1;
	content: "";
	background-image: url('/assets/img/image/quality.png');
}
[dir="rtl"] #valuesbar #quality:before {
	font-family: 'DINNextLTLight';
}

#valuesbar #excellence:before {
	font-family: font-1;
	content: "";
	background-image: url('/assets/img/image/excellence.png');
}
[dir="rtl"] #valuesbar #excellence:before {
	font-family: 'DINNextLTLight';
}

#valuesbar #care:before {
	font-family: font-1;
	content: "";
	background-image: url('/assets/img/image/care.png');
}
[dir="rtl"] #valuesbar #care:before {
	font-family: 'DINNextLTLight';
}

#valuesbar #honesty:before {
	font-family: font-1;
	content: "";
	background-image: url('/assets/img/image/honesty.png');
}
[dir="rtl"] #valuesbar #honesty:before {
	font-family: 'DINNextLTLight';
}
#valuesbar #quality:before,
#valuesbar #excellence:before,
#valuesbar #care:before,
#valuesbar #honesty:before{
	background-repeat: no-repeat;
	background-size: 60% 60%;
	background-position: center center;
}

#valuesbar li:before {
	width: 80px;
	height: 80px;
	line-height: 55px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	background: #E7F7F4;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px
}

#valuesbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: transparent;
	position: absolute;
	right: 0;
	top: 48px;
	z-index: -1;
	border: 2px dashed #FED947;
}
#valuesbar li#account:after{
	width: 50%;
	left: 0;
}
#valuesbar li#confirm:after{
	width: 50%;
	right: 0;
}

#valuesbar li.active:before,
#valuesbar li.active:after {
/*background: skyblue*/
}


/*************/
.progress-slider .heading{
		width: 100%;
		display: block;
		padding-bottom: 50px;
}
.progress-slider .heading h3{
		color: #2C6975;
		font-size: 2rem;
		font-family: 'DINNextLTBold';

}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    padding-top: 70px;
}
#progressbar li .barcount{
		position: absolute;
		top: 0;
		right: 47.5%;
}
#progressbar li .barcount span{
		color: #2C6975;
		font-size: 36px;
}
#progressbar li .bartext{
		width: 100%;
		display: block;
}
#progressbar li .bartext strong,
#progressbar li .bartext span{
		width: 100%;
		display: block;
}
#progressbar li .bartext strong{
		color: #68B2A0;
		font-size: 22px;
		font-family: 'DINNextLTLight';
}
#progressbar li .bartext span{
		color: #707070;
		font-size: 16px;
		font-family: 'DINNextLTLight';
		padding: 0.4rem 2rem;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "";
    background-image: url('/assets/img/image/vuesax-linear-blend.png');
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "";
    background-image: url('/assets/img/image/vuesax-linear-glass.png');
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "";
    background-image: url('/assets/img/image/vuesax-linear-note.png');}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "";
    background-image: url('/assets/img/image/vuesax-linear-user-tick.png');
}
#progressbar #account:before,
#progressbar #personal:before,
#progressbar #payment:before,
#progressbar #confirm:before{
		background-repeat: no-repeat;
		background-size: 50% 50%;
		background-position: center center;
}


#progressbar li:before {
    width: 60px;
    height: 60px;
    line-height: 55px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #E7F7F4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
    border: 2px dashed #F75010;
}
#progressbar li#account:after{
		width: 50%;
		left: 0;
}
#progressbar li#confirm:after{
		width: 50%;
		right: 0;
}

#progressbar li.active:before,
#progressbar li.active:after {
    /*background: skyblue*/
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    right: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    left: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    right: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: right;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    /*display: none;*/
}
.member-slider{
		width: 100%;
		display: block;
		padding: 50px 0;
}
.memberslider .slick-slide{
		/*margin: 10px;*/
		margin-left: 10px;
		margin-right: 10px;
		position: relative;
		padding: 50px 0;
}
.memberslider .slick-slide:after{
		position: absolute;
		width: 100%;
		height: 100%;
		content: '';
		background: rgba(255, 255, 255, 0.7);
		top: 0;
}
.memberslider .slick-current:after{
		position: absolute;
		width: 100%;
		height: 100%;
		content: '';
		background: rgba(255, 255, 255, 0);
		top: 0;
}
.memberslider .col-12{
		width: 100%;
		display: block;
		padding: 0px;
		border: 1px solid #56C596;
		border-radius: 30px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.member-heading h3{
		color: #2C6975;
		font-size: 48px;
		font-family: 'DINNextLTBold';
}
.member-heading p{
		color: #707070;
		font-size: 32px;
		font-family: 'DINNextLTRegular';
		padding-right: 20rem;
}
.member-block{
}
.member-block .member-block-img img{
		width: 100%;
		display: block;
		height: 400px;
		object-fit: cover;
		object-position: center;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
}
.member-block .member-block-text{
		padding: 20px 10px;
		width: 100%;
		display: block;
		line-height: 1.5;
}
.member-block .member-block-text h3{
		font-size: 1.5rem;
		color: #2C6975;
}
.arrow-button{
		width: 150px;
		display: flex;
		flex-wrap: wrap;
		/*position: relative;*/
}
.arrow-button button{
		border: none;
		right: 0;
		/*position: absolute;*/
		top: 0;
		/*bottom: 0;*/
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 64px;
		padding: 0;
		text-align: center;
		background: 0 0;
		border: 0;
		transition: opacity .15s ease;
		background-color: rgba(104, 178, 160, 0.5);
		text-align: center;
		border-radius: 15px;
		margin-right: 10px;
}
.arrow-button .arrow-button-left{
		background-image: url('/assets/img/image/icons-Arrows-Previuos.png');
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center center;
}
.arrow-button .arrow-button-right{
		background-image: url('/assets/img/image/iconsArrows-Previuos.png');
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center center;
}

.blockpad{
		padding: 100px 0;
}

.khidmat-block{
		width: 100%;
		display: block;
		background-color: #E9F8F5;
}
.heading-khidmat{
		width: 100%;
		margin-bottom: 50px;
}
.heading-khidmat h3{
		font-size: 3rem;
		font-family: 'DINNextLTBold';
		color: #2C6975;
}
.heading-khidmat .img-block{
		width: 100%;
		display: block;
}
.heading-khidmat .img-block img{
		width: 100%;
		display: block;
		height: 300px;
		object-fit: cover;
		object-position: center;
}

.khidmat-block-text{
		padding: 0em 0 0 7em;
}
.khidmat-block-text h3{
		font-size: 48px;
		color: #2C6975;
}
.khidmat-block-text p{
		font-size: 2rem;
		font-family: 'DINNextLTLight';
}
.khidmat-block-btn .arrow-btn{
		border: none;
		align-items: center;
		justify-content: center;
		width: 64px;
		height: 64px;
		padding: 0;
		text-align: center;
		transition: opacity .15s ease;
		background-color: rgba(104, 178, 160, 0.5);
		text-align: center;
		border-radius: 15px;
		line-height: 55px;
}

.logoslider .col-auto{
		padding: 5px;
}
.logoslider .col-auto img{
		width: 100%;
		height: 80px;
		object-fit: contain;
		object-position: center;
}
.logo-slider .slick-slide{
		/*margin: 10px;*/
		/*margin-left: 10px;
		margin-right: 10px;*/
		position: relative;
}
.logo-slider .slick-slide:after{
		position: absolute;
		width: 100%;
		height: 100%;
		content: '';
		background: rgba(255, 255, 255, 0.7);
		top: 0;
}
.logo-slider .slick-current:after{
		position: absolute;
		width: 100%;
		height: 100%;
		content: '';
		background: rgba(255, 255, 255, 0);
		top: 0;
}

.member-slider{
		width: 100%;
		display: block;
		padding: 50px 0;
}
.fareeqslider .slick-slide{
		/*margin: 10px;*/
		margin-left: 10px;
		margin-right: 10px;
		position: relative;
		padding: 50px 0;

}
.fareeqslider .slick-slide:after{
		position: absolute;
		width: 100%;
		height: 100%;
		content: '';
		background: rgba(255, 255, 255, 0.7);
		top: 0;
}
.fareeqslider .slick-current:after{
		position: absolute;
		width: 100%;
		height: 100%;
		content: '';
		background: rgba(255, 255, 255, 0);
		top: 0;
}
.fareeqslider .col-12{
		width: 100%;
		display: block;
		padding: 0px;
		border: 1px solid #56C596;
		border-radius: 30px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.member-heading h3{
		color: #2C6975;
		font-size: 48px;
		font-family: 'DINNextLTBold';
}
.member-heading p{
		color: #707070;
		font-size: 32px;
		font-family: 'DINNextLTRegular';
		padding-left: 20rem;
}
.member-block{
}
.member-block .member-block-img img{
		width: 100%;
		display: block;
		height: 400px;
		object-fit: cover;
		object-position: center;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
}
.member-block .member-block-text{
		padding: 20px 10px;
		width: 100%;
		display: block;
		line-height: 1.5;
}
.member-block .member-block-text h3{
		font-size: 1.5rem;
		color: #2C6975;
}

.app-block{
		width: 100%;
		display: block;
		background-color: #E9F8F5;
}
.app-text-block h3{
		color: #2C6975;
		font-size: 3em;
		font-family: 'DINNextLTBold';
}
.app-text-block p{
		color: #707070;
		font-size: 2em;
		font-family: 'DINNextLTRegular';
}
.app-icon-block{

}
.app-icon-block a{
		margin-right: 20px;
}
.app-icon-block a img{
		width: 100%;
		height: 50px;
		object-fit: contain;
		object-position: center;
}
.app-right-block{
		width: 100%;
}

.app-phone-img{
		right: 0;
		top: -200px;
}
.app-phone-img img{
		width: 100%;
		height: 650px;
		object-fit: cover;
		object-position: center;
}

.injaz-block{
		width: 100%;
		display: block;
		padding: 150px 0;
}
.heading-injaz{
		width: 100%;
		display: block;
		padding-top: 20px;
		padding-bottom: 50px;
}
.heading-injaz h3{
		font-size: 3em;
		color: #2C6975;
		font-family: 'DINNextLTBold';
}
.stats-block{
		width: 100%;
		display: block;
		text-align: center;
}
.stars-icon{
		width: 64px;
		height: 64px;
		line-height: 60px;
		display: block;
		margin:  0 auto;
		background-color: #E7F7F4;
		border-radius: 50%;
}
.stars-icon svg{
		height: 30px !important;
		width: 30px !important;
}
.stats-text h3{
		font-size: 1.2em;
		color: #2C6975;
		margin: 10px auto;
}

.contact-block{
		width: 100%;
		display: block;
		background-image: url('/assets/img/image/contact-bg.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left center;
		padding: 50px 0;
}
.heading-contact{
		width: 100%;
		display: block;
		padding: 50px 0;
}
.heading-contact h3{
		font-size: 3em;
		color: #2C6975;
		font-family: 'DINNextLTBold';
}
.heading-contact p{
		font-size: 1.5em;
}
.contact-form{
		width: 100%;
		display: block;
		padding: 0 0 0 100px;
}
.contact-form .form-group{
		margin: 30px auto;
}
.contact-form .form-group input,
.contact-form .form-group textarea{
		display: block;
		min-height: 50px;
		width: 100%;
		line-height: 40px;
		color: #2C6975;
		border-radius: 10px;
		padding: 0 10px;
		border:  1px solid #56C596;
		background: #E7F7F4;
}
.contact-form .form-group input:focus{
		outline: none !important;
}
.contact-form .form-group button{
		background: #2C6975;
		width: 50%;
		display: block;
		border: none;
		height: 50px;
		line-height: 1;
		color: #FFFFFF;
		border-radius: 10px;
		font-family: 'DINNextLTBold';
		font-size: 20px;
		transition: 0.3s;
}
.contact-form .form-group button:hover{
		background: #56C596;
}
.contact-right{
		width: 100%;
		display: block;
}
.contact-right .form-group{
		margin-top: 30px;
		margin-bottom: 0px;
		padding-left: 40px;
}
.contact-right .form-group p{
		font-size: 1.5em;
		color: #2C6975;
		font-family: 'DINNextLTBold';		
}
.contact-right .form-group p:first-child{
	font-family: 'DINNextLTLight';
}
.contact-right .contact-icon-call{
		background-image: url('/assets/img/image/027-whatsapp.png');
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 30px;
}
.contact-right .contact-icon-email{
		background-image: url('/assets/img/image/043-email.png');
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 30px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.footer{
		width: 100%;
		display: block;
		margin-top: 100px;
		background-color: #329D9C;
}
.footer-top{
		padding: 100px 0;
}
.footer-widget{
		width: 100%;
		display: block;
}
.widget-title{
		width: 100%;
		display: block;
		margin-bottom: 20px;
}
.widget-title img{
		width: auto;
		height: 38.83px;
		object-fit: contain;
		object-position: center;
}
.widget-title h3{
		color: #FFFFFF;
}
.widget-detail{
		width: 100%;
		display: block;
		margin-bottom: 30px;
}
.widget-detail h3{
		color: #FFFFFF;
		margin: 10px auto;
		font-family: 'font-1';
}
[dir="rtl"] .widget-detail h3{
	font-family: 'DINNextLTLight';
}
.widget-detail p{
		color: #FFFFFF;
		margin: 5px auto;
		font-family: 'font-1';
}
[dir="rtl"] .widget-detail p{
		font-family: 'DINNextLTLight';
}
.widget-social a{
		margin-right: 10px;
}
.widget-social a svg{
		width: 25px !important;
		height: 25px !important;
}
.widget-link li a{
		color: #FFFFFF;
		display: block;
		margin-bottom: 10px;
}

.footer-bottom{
		width: 100%;
		display: block;
		padding: 25px 0;
		background-color: #2C6975;
}
.copytext p{
		color: #FFFFFF;
}

.copytext p a, .copytext p a:hover, .copytext p a:focus{
	color: #FFFFFF;
}

.faq-block{
		width: 100%;
		display: block;
		padding: 100px 0;
}
.faq-head h3{
		font-size: 48px;
		color: #2C6975;
}
.faq-head p{
		font-size: 32px;
		width: 50%;
		margin: 0 auto;
}
.our-msg{
	width: 100%;
	display: block;
	padding: 50px 0;
}
.our-msg-heading h3{
	color: #2C6975;
	font-size: 48px;
	font-family: 'font-1';
	text-align: center;
}
[dir="rtl"] .our-msg-heading h3{
	font-family: 'DINNextLTLight';
}
.bg-qt{
	color: #2C6975;
	font-size: 40px;
	font-family: 'font-1';
}
[dir="rtl"] .bg-qt{
	font-family: 'DINNextLTLight';
}
.our-msg-heading p{
	color: #707070;
	font-size: 25px;
	font-family: 'font-1';
	padding: 25px;
	text-align: center;
	background: #E9F8F5;
	border-radius: 50px;
}
[dir="rtl"] .our-msg-heading p{
	font-family: 'DINNextLTLight';
}
.meal-slogan-head h3{
		font-size: 48px;
		color: #2C6975;
}
.meal-slogan-head p{
		font-size: 29px;
		width: 100%;
		margin: 0 auto;
}
.meal-slogan-head img{
		width: 85%;
		display: block;
		position: relative;
		bottom: 90px;
		float:right;
}
.meal-slogan-block{
		width: 100%;
		display: block;
		padding: 130px 0 20px 0;
}
.meal-item{
		width: 18%;
		display: block;
		padding: 0px;
		border: 1px solid #56C596;
		border-radius: 30px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
		margin: auto;
		opacity: 0.7;
}
.meal-plans{
	width: 100%;
	display: block;
	padding: 50px 0;
}
.meal-plan-heading h3{
	color: #2C6975;
	font-size: 48px;
	font-family: 'font-1';
}
[dir="rtl"] .meal-plan-heading h3{
	font-family: 'DINNextLTLight';
}
.meal-plan-heading p{
	color: #707070;
	font-size: 29px;
	font-family: 'font-1';
	padding-right: 20rem;
}
[dir="rtl"] .meal-plan-heading p{
	font-family: 'DINNextLTLight';
	padding-left: 20rem;
	padding-right: 0;
}
.meal-plan-block .meal-plan-block-img img{
	width: 100%;
	display: block;
	height: 230px;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.meal-item:hover{
	opacity: 1;
	transform: scale(1.10);
}
.meal-plan-block .meal-plan-block-text{
	padding: 20px 10px;
	width: 100%;
	display: block;
	line-height: 1.5;
}
.meal-item  .meal-plan-block .meal-plan-block-text h3{
	font-size: 1.5rem;
	color: #2C6975;
}
.meal-plans-list{
	float: left;
	height: 100%;
	min-height: 1px;
	margin-left: 12px;
	margin-right: 10px;
	position: relative;
	padding: 50px 0;
	width: 270px;
}
.accordion-item{
		background-color: #fff;
		/*border: 1px solid #56C596;*/
		margin: 20px auto;
		border-radius: 10px !important;
}
.accordion-button{
		background-color: #E7F7F4;
		border: 1px solid #56C596;
		border-radius: 10px !important;
		color: #2C6975;
}
.accordion-body{
		background-color: #ffffff;
		border: 1px solid #56C596;
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		margin-top: -10px;
		padding-top: 20px;
}
.accordion-button:focus{
		border-color: #56C596;
		box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}

.accordion-button::after {
		background-image: url('/assets/img/image/plusicon.png');
}
.accordion-button:not(.collapsed)::after {
		background-image: url('/assets/img/image/closeicon.png');
		background-size: 80% 80%;
}
.accordion-button:not(.collapsed){
		color: #2C6975;
		background-color: #E7F7F4;
}

