h1,h2,h3,h4,h5,h6,p{
    font-family: 'Helvetica';
}
.bg-base{
	background-color: #D92B5C;
 }
.header{
	padding:20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.lang-btn{
	border:1px solid white;
	margin: 0px 10px;
	background-color:#D92B5C !important;

}
.lang-btn:hover{
	background-color:white !important;
	color:#D92B5C  !important;
}
.btn-white{
	background-color:white !important;
	color:#D92B5C !important;
}
.btn-white:hover{
	background-color: #D92B5C  !important;
	border:1px solid white;
	color:white  !important;
}
.brand{
	width: 150px !important;
	margin-right: 3rem;
}

.brand img{
	max-width: 100%;
	width: 170px;
}
#navbarNav{
	width: 550px;
}
.navbar-nav > li{
	margin: 0px 10px;
}

.main-hd{
	font-size: 42px;
	font-weight: bold ;
}
.download-sec{
	background-image: url('/assets/landing/assets/images/home-bg.png');
	background-size:cover ;
	background-repeat: no-repeat;
	height: 500px;
}
.mobile-img{
	position: absolute;
	top: -120px;
}
.store-btns{
	display: flex;
	align-items: end;
    height: 450px;
}
.store-img{
	width: 120px;
	margin-left:20px;
	margin-bottom: -10px;
}
.mobile-food{
	position: absolute;
	right: 0;
}
.mobile-food > img{
	margin-top: -5rem;
    width: 49rem;
    bottom: -10px;
    margin-right: -189px;
}
.food-icon{
	width: 50px;
}
.works-icon{
	width: 250px;
}
.btn-faq{
	background-color: #D92B5C;
	width: 100%;
	border-bottom: 1px solid lightgray;
	text-align: left;
	color: white;
	font-weight: 600;
	padding: 20px;
}
.collapsed{
	background-color: white;
	color: black;
}
.faq-icon{
	float: right;
	color: white;;
}
.collapsed > .faq-icon{
	color: #D92B5C;
}
.show > .card-body{
	background-color: #D92B5C;
	color: white;
	border: 0px;
    margin-top: -22px;
}


.header .button{
	right: 48px;
    position: absolute;
    display: flex;
}

.header .button a{
	border-radius: 3px;
	background-color: #dc1a75;
	padding: 8px 16px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 500;

}
.header .button a:hover{
	background-color: #010101;
	cursor: pointer;
}
.banner{
	padding-top: 55px;
	padding-bottom: 55px;
	background-image: url(../../assets/images/banner_bg.jpg);
	background-size: contain;
}

.pink{
	color: #dc1a75;
}
.banner-content{
	display: flex;
	align-items: center;
}
.banner-content h1{
	font-size: 50px;
	color: #010101;
	font-weight: 500;
}

.banner-content img{
	max-width: 100%;
	width: 440px;
}

.what-sofra{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}

.what-sofra h2{
	font-size: 36px;
	color: #dc1a75;
	/* font-weight: 500; */
	font-weight: 700;
}
.what-sofra p{
	font-size: 22px;
	color: #343434;
	/* font-weight: 500; */
	line-height: 26px;
	font-weight: 700;
}

.what-sofra a{
	font-size: 16px;
	text-decoration: none;
	color: #343434;
}
.what-sofra a:hover{
	cursor: pointer;
	color: #dc1a75;
}
.want-links a{
	color: #343434;
	font-weight: 500;
	text-decoration: none;

}

.want-links a:hover{
	cursor: pointer;
	color: #dc1a75;
}

.download{
	padding-top: 55px;
	padding-bottom: 55px;
	background-image: url(../../assets/images/banner_bg.jpg);
	background-size: contain;
}

.download-items{
	display: flex;
	align-items: center;
}

.download-items .left h1{
	font-size: 50px;
	color: #010101;
	font-weight: 500;
} 

.download-items .left img{
	max-width: 100%;
	width: 170px;
}
.download-items .right img{
	max-width: 100%;
	width: 770px;
}

.footer{
	padding-top: 50px;
	padding-bottom: 75px;
	text-align: left;
}
.footer img{
	max-width: 100%;
	width: 110px;
}
.footer h4{
	font-size: 17px;
	/* color: #343434; */
	font-weight: 700;
	margin-bottom: 30px;
}
.footer ul{
	padding-left: 0px;
}

.footer ul li{
	list-style-type: none;
	font-size: 14px;
    padding-bottom: 5px;
}

.footer ul li a{
	/* color: #343434; */
	font-weight: 400;
	text-decoration: none;
}

.footer ul li a:hover{
	cursor: pointer;
	color: #343434;
}

.footer a{
	color: white;
	font-weight: 500;
	font-size: 14px;
}
.footer a:hover{
	cursor: pointer;
	color: #dc1a75;
}

.footer p{
	font-weight: 500;
	font-size: 14px;
}

.copy-right{
	background-color: #C21344;
	padding-top: 25px;
	color: #fff;
}
.copy-right p{
	font-size: 15px;
	margin-bottom: 40px;
}

.copy-right .social a{
	background-color: #fff;
    border-radius: 100%;
    padding: 5px 9px;
    font-size: 22px;
    color: #dc1a75;
    margin-left: 8px;
}

.copy-right .social .fb{
	padding: 5px 12px !important;

}

.copy-right .social a:hover{
	cursor: pointer;
	color: #dc1a75;
	border-color: #dc1a75;
}

/*-------------------------------------faq-------------------------------*/

.faq{
	padding-top: 55px;
	padding-bottom: 55px;
	background-image: url(../../assets/images/banner_bg.jpg);
	background-size: contain;
}


.faq-content{
	display: flex;
	align-items: center;
}
.faq-content h1{
	font-size: 80px;
	color: #010101;
	font-weight: 800;
	text-transform: uppercase;
}

.faq-content img{
	max-width: 100%;

}

.sofra-section{

	padding-top: 70px;
	padding-bottom: 70px;
	width: 100%;
    background-size: cover;
}
.sofra-section img{
	max-width: 100%;
}

.sofra-content{
	text-align: left;
}
.sofra-content .item{
	margin-bottom: 40px;
}
.sofra-content h1{
	font-size: 30px;
	color: #dc1b75;
	font-weight: 700;
	line-height: 36px;
}

.sofra-content p{
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	line-height: 21px;
}


/*-------------------------------about page-------------------------*/

.about-banner{
	margin-top: 25px;
	background-repeat: no-repeat;
	height: 300px;
	max-height: 100%;
	background-image: url(../../assets/images/about_banner.jpg);
	background-size: cover;

}

.about-section{
	padding-top: 55px;
	padding-bottom: 55px;
	background-image: url(../../assets/images/banner_bg.jpg);
	background-size: contain;
}

.about-section .content{
	display: flex;
	align-items: center;

}

.about-section .content img{
	max-width: 100%;
	width: 450px;
}


.about-section .content h2{
	font-size: 36px;
	color: #dc1a75;
	font-weight: 700;
}

.about-section .content p{
	font-size: 17px;
	color: #333333;
	font-weight: 500;
	line-height: 23px;

}

/* .howitwork-section{
	padding-top: 50px;
	padding-bottom: 50px;
}

.howitwork-section h2{
	font-size: 36px;
	color: #dc1a75;
	font-weight: 700;
}
.howitwork-section img{
	max-width: 100%;
} */

.howitwork-section{
	padding-top: 50px;
	padding-bottom: 50px;
}

.howitwork-section h2{
	font-size: 36px;
	color: #dc1a75;
	font-weight: 700;
}
.howitwork-section img{
	max-width: 100%;
}

.howitwork-section .item{

}
.howitwork-section .item img{
	max-width: 100%;
	position: relative;
}

.howitwork-section .item .content{
	position: absolute;
	top: 35px;
    left: 82px;
	text-align: left;
}
.howitwork-section .item .content h4{
	font-size: 45px;
	color: #dc1a75;
	font-weight: 600;
	margin-bottom: 20px;
}
.howitwork-section .item .content p{
	font-size: 20px;
    color: #333333;
    font-weight: 500;
    line-height: 24px;
    width: 60%;
}

.our-community{
	padding-top: 50px;
	padding-bottom: 50px;
}

.our-community img{
	max-width: 100%;
}
.our-community .content{
	display: flex;
	align-items: center;
	text-align: left;

}
.our-community .content h2{
	font-size: 36px;
	color: #dc1a75;
	font-weight: 700;
	margin-bottom: 22px;
}
.our-community .content p{
	font-size: 17px;
	color: #333333;
	font-weight: 500;
	line-height: 23px;

}

.our-community .content ul{
	padding-left: 23px;

}
.our-community .content ul li {
    font-weight: 700;
    padding-bottom: 5px;
    color: #333333;
     list-style-image: url(../../assets/images/bullet.png);
  list-style-type: circle;
   margin-bottom:0.5em;
  text-indent:0.4em;
}


.our-family{
	padding-top: 55px;
	padding-bottom: 55px;
	background-image: url(../../assets/images/banner_bg.jpg);
	background-size: contain;
}

.our-family img{
	max-width: 100%;
}
.our-family .content{
	display: flex;
	align-items: center;
	text-align: left;

}
.our-family .content h2{
	font-size: 36px;
	color: #dc1a75;
	font-weight: 700;
	margin-bottom: 22px;
	width: 45%;
}
.our-family .content p{
	font-size: 17px;
	color: #333333;
	font-weight: 500;
	line-height: 23px;
	width: 80%;

}

/*------------------------------------------------Mobile CSS---------------------------------*/

@media (max-width: 860px) {

	.mobile-img{
		display: none;
	}
}


/*------------------------------------------------contact  page---------------------------------*/



.cont{
	background-image: url(../../assets/images/contact.jpg);
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 25px;
}
.contact-form{
	background-color: #fff;
	padding: 38px;
	border: 1px solid #dadada;
	border-radius: 7px;
	text-align: center;
	margin-top: -80px;
	margin-bottom: 60px;
}	

.contact-form h1{
	font-size: 38px;
	color: #333333;
	font-weight: 700;
}

.contact-form h5{
		color: #dc1b75;
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 55px;
}

.contact-submit{
		background-color: #dc1b75;
    color: #fff;
    border-radius: 3px;
    padding: 8px 38px;
    font-size: 14px;
    border: 0px;
}

.contact-submit:hover{
	background-color: #030405;
}



/*--------------------------------------partner---------------------------------------*/


.partner{
	background-image: url(../../assets/images/partner_banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:50px;
	position: relative;
	padding-bottom: 200px;
}

.partner h1{
	color: #333333;
	font-size: 38px;
	font-weight: 700;
}
.girl-image {
	position: absolute;
	max-width: 100%;
	right: 0;
}
.girl-image img{
	max-width: 100%;
	width: 545px;
}
.owl-theme .owl-nav{
	display: none;
}
.owl-theme .owl-dots .owl-dot{
	display: none;
}
.owl-carousel .owl-item img {
    width: 545px;
    float: right;
}
.partner .form-control{
	height: 45px;
    border-radius: 3px
}
.partner-submit{
	background-color: #D92B5C;
    color: #fff;
    border-radius: 35px;
    padding: 10px 69px;
    font-size: 15px;
    border: 0px;
}
.partner-submit:hover{
	background-color: #030405;
}

.partner p{
	font-size: 10px;
    color: #313131;
    font-weight: 700;
    text-align: left;
    margin-top: 18px;
}

.partner-content-section{
	display: flex;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.partner-content-section .why-sofra{
	text-align: left;
}
.partner-content-section .why-sofra h6{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}



.partner-content-section .why-sofra h2{
	font-size: 36px;
	color: #dc1a75;
	font-weight: 700;
	margin-bottom: 22px;
	width: 60%;
}
.partner-content-section .why-sofra p{
	font-size: 16px;
	color: #333333;
	/* font-weight: 500; */
	font-weight:700;
	line-height: 23px;
	width: 85%;

}

.members{
	text-align: left;
}

.partner-content-section .members h6{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.partner-content-section .members .item{
	margin-bottom: 35px;
}

.partner-content-section .members .item img{
	max-width: 100%;
}

.partner-content-section .members .item p{
font-size: 17px;
	color: #333333;
	font-weight: 500;
	line-height: 23px;
	margin-top: 10px;
}

.line{
	background-color: #dc1a75;
}

.want-partner{
	padding-bottom: 65px;
	text-align: left;
}

.want-partner h2{
	font-size: 36px;
	color: #dc1a75;
	font-weight: 700;
	margin-bottom: 22px;
	width: 85%;
}

.want-partner h3{
	font-weight: 700;
	color: #333333;
	font-size: 25px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.want-partner h4{
	font-weight: 700;
	color: #333333;
	font-size: 25px;
	letter-spacing: 2px;
	margin-bottom: 45px;
}

.want-partner p{
font-size: 17px;
	color: #333333;
	font-weight: 500;
	margin-top: 10px;
}



/*-----------------------------------privacy--------------------------------*/


.privacy{
	background-image: url(../../assets/images/privacy_banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:50px;
	height: 430px;
}

.privacy-content{
	margin-top: -345px;
}
.privacy-content ul{
	padding-left: 0px;
}
.privacy-content li {
    text-decoration: underline;
    background: #fff;
    /* padding-bottom: 12px; */
    margin-bottom: 4px;
    padding: 7px 10px;
    list-style-type: none;
    border-radius: 3px;
}
.privacy-content li a{
	color: #333;
}

.privacy-content li:hover{
	cursor: pointer;
	background-color: #333;
}

.privacy-content li:hover a{
	color: #fff;
}

.privacy-content .item{
	margin-bottom: 20px;
	padding: 25px;
	border-radius: 6px;
	background-color: #fff;
}

.privacy-content .item h4{
	color: #010101;
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 25px;
}

.privacy-content .item p{
font-size: 15px;
	color: #333333;
	font-weight: 500;
}


/***************************************Responsive Styles******************************************/
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
.cont{
	background-position: center;
}
.contact-form h5{
	font-size: 21px;
}
.faq-content h1 {
    font-size: 70px;
    }
.faq-content img {
    max-width: 100%;
    width: 550px;
}
.sofra-content h1 {
    font-size: 26px;
}
.partner{
	padding-bottom: 204px;
}
.girl-image {
    right: 0;
    
}
.partner h1 {
font-size: 29px;
    }
.girl-image img {
    width: 475px;
}
.partner-content-section .why-sofra h2 {
    font-size: 30px;
    width: 100%;
}
.partner-content-section .why-sofra p{
	width: 100%;
}
.partner-content-section .members h6{
	margin-top: 45px;
}
.partner-content-section{
	padding-bottom: 0px;
	padding-top: 0px;
}
.want-partner h2{
	font-size: 27px;
	width: 100%;
}
.want-partner h3 {
    font-size: 21px;
}
.want-partner h4{
	font-size: 22px;
	margin-bottom: 25px;
}
.owl-carousel .owl-item img {
    width: 490px;
}

}

/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){

.howitwork-section {
	padding-bottom: 0px;
}
.our-family .content h2{
	width: 100%;
}
.our-family .content p{
	width: 100%;
}
.cont{
	background-position: center;
}
.contact-form h5{
	font-size: 21px;
}

.faq-content h1 {
    font-size: 70px;
    }
.faq-content img {
    max-width: 100%;
    width: 550px;
}
.sofra-content h1 {
    font-size: 26px;
}
.partner{
	padding-bottom: 204px;
}
.girl-image {
    right: 0;
    
}
.partner h1 {
font-size: 29px;
    }
.girl-image img {
    width: 355px;
}
.partner-content-section .why-sofra h2 {
    font-size: 30px;
    width: 100%;
}
.partner-content-section .why-sofra p{
	width: 100%;
}
.partner-content-section .members h6{
	margin-top: 45px;
}
.partner-content-section{
	padding-bottom: 0px;
}
.want-partner h2{
	font-size: 27px;
	width: 100%;
}
.want-partner h3 {
    font-size: 21px;
}
.want-partner h4{
	font-size: 22px;
	margin-bottom: 25px;
}
.owl-carousel .owl-item img {
    width: 385px;
}

}

@media only screen and (max-width: 500px){
	.become-partner-btn{
		display:none;
	}
}

/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.become-partner-btn{
	display:none;
}
.mobile-nav-button {
    top: -30px;
}
.header .button {
    right: 66px;
    top: -37px;
}
.banner-content h1 {
    font-size: 45px;
}
.what-sofra p {
    font-size: 20px;
}
.download-items .left h1 {
    font-size: 41px;
}
.download-items .left img {
    width: 160px;
}
.download-items {
    display: block;

}
.howitwork-section {
	padding-bottom: 0px;
}
.our-family .content h2{
	width: 100%;
}
.our-family .content p{
	width: 100%;
}
.cont{
	background-position: center;
}
.contact-form h5{
	font-size: 21px;
}
.faq-content h1 {
    font-size: 50px;
    text-align: center;
}
.sofra-section {
   padding-top: 0px;
}
.sofra-content h1 {
    font-size: 26px;
}
.partner{
	padding-bottom: 664px;
}
.girl-image {
    right: 0;
    bottom: 0;
}
.partner-content-section .why-sofra h2 {
    font-size: 30px;
    width: 100%;
}
.partner-content-section .why-sofra p{
	width: 100%;
}
.partner-content-section .members h6{
	margin-top: 45px;
}
.partner-content-section{
	padding-bottom: 0px;
}
.want-partner h2{
	font-size: 27px;
	width: 100%;
}
.want-partner h3 {
    font-size: 21px;
}
.want-partner h4{
	font-size: 22px;
	margin-bottom: 25px;
}	
}
/*******************************************/

/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){

.brand img {
    width: 126px;
}
.mobile-nav-button {
    right: 14px;
    top: -23px;
}
.header .button {
    right: 66px;
    top: -32px;
}
.banner-content h1 {
    font-size: 38px;
    margin-bottom: 18px;
}
.what-sofra p {
    font-size: 19px;
    line-height: 24px;
}
.download-items .left h1 {
    font-size: 41px;
}
.download-items .left img {
    width: 160px;
}
.download-items {
    display: block;

}

.howitwork-section {
	padding-bottom: 0px;
}
.cont{
	background-position: center;
}
.contact-form h5{
	font-size: 21px;
}

.faq-content h1 {
    font-size: 50px;
    text-align: center;
}
.sofra-section {
   padding-top: 0px;
}
.sofra-content h1 {
    font-size: 26px;
}
.partner{
	padding-bottom: 474px;
}
.girl-image {
    right: 0;
    bottom: 0;
}

.owl-carousel .owl-item img {
    width: 250px;
    float: right;
}
.partner-content-section .why-sofra h2 {
    font-size: 30px;
    width: 100%;
}
.partner-content-section .why-sofra p{
	width: 100%;
}
.partner-content-section .members h6{
	margin-top: 45px;
}
.partner-content-section{
	padding-bottom: 0px;
}
.want-partner h2{
	font-size: 27px;
	width: 100%;
}
.want-partner h3 {
    font-size: 21px;
}
.want-partner h4{
	font-size: 22px;
	margin-bottom: 25px;
}

}