body {
	font-family: 'Reem Kufi', sans-serif;
	background-color:#EBF5F9;
    background-image:url('../images/background2.jpeg');
	background-size:cover;
	background-repeat:repeat;
	background-position:center;
	height:100vh;
}

.navbar-light {
	background-color:#EBF5F9 !important;
	z-index:20;
}

.nav-link {
	font-family: 'Reem Kufi', sans-serif;
	color:black!important;
	/*#FEEBF3
	#F6216B*/
}

.order-button {
	
	font-size:30px;
	padding:20px;
	padding-left:30px;
	padding-right:30px;
	border:0px solid white;
	border-radius:10px;
	background-color:#FEEBF3;
	position:relative;
	top:0px;
}

.order-button:hover {
	background-color:#FA2B63;
	text-decoration: none;
}

.order-button a {
	color:black;
}

.order-button a:hover {
	color:white;
	text-decoration: none;
}

.arrow {
	position:relative;
	top:160px;
}

#first-about {
	background-image:url('../images/col-3.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	height:400px;
	background-color:white;
}


#second-about {
	background-color:white;
}

.navbar-toggler {
	border:none;
}

.alert {
	font-size:12px;
	background-color:#FEEBF3;
	border:none;
}


/*STYLING OF ABOUT PAGE*/

body.about {
	background-image:none;
}

.leftside, .rightside {

	height:60vh;
	width:100%;
}

.rightside {
	width:90%;
	margin:0px auto 0px auto;
}


@media screen and (min-width:768px)
{
	.leftside, .rightside {
		height:70vh;
	}

}


.leftside {
   
	background-color:#EBF5F9;
    background-image:url('../images/logo.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	

} 


.rightside {
	
	background-image:url('../images/about-image.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	
	
}

.about-title {
	color:black;
	font-size:30px;
}


.owner {
	color:#FA4970;
}

#about-section {
	background-color:#F9EBF4;
	padding:30px;
}

.about-para {


}

#about-2-left {
    
    height:40vh;

}


#about-2-right {
    padding-top:60px;
    height:40vh;
   
}

.carousel-inner {
	height:40vh;
}

#footer2 {
	background-image:url('../images/logo.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	height:200px;

}

ul {
	list-style-type: none;
}

.move-social {
	margin-top:10px;
}

.move-social-2 {
	margin-top:10px;
	margin-left:15px;
}

.list-item-2 {
	padding-right:25px;
	color:#FA2B63;
}

.list-item-2:hover {
	color:black;
	text-decoration: none;
}

#signature a {
	color:black;
	font-size:16px;
}




/*STYLING OF PRICING PAGE */

body.pricing-body {
	font-family: 'Reem Kufi', sans-serif;
	background-color:#EBF5F9;
    background-image:url('../images/page-background-3.png');
	background-size:cover;
	background-repeat:repeat;
	background-position:center;
	height:245vh;
}

.bg-light-pricing {
	background-color:transparent !important;
	z-index:20;
}

.nav-link-pricing {
	font-family: 'Reem Kufi', sans-serif;
	color:white!important;
	padding-left:10px;
	/*#FEEBF3
	#F6216B*/
}

.whitening {
	color:white;
}

.order-form{
	color:#FA2B63;
}

.list-two {
	font-size:20px;
}

#footer2-pricing {
	background-image:url('../images/white-logo-2.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	height:200px;

}

#signature-2 a {
	color:white;
	font-size:16px;
}





/*STYLING OF ORDER HERE PAGE*/

.contact-form {
	margin-top:50px;

}


.form-control {
	
	border:none;
	outline:none;
	border-bottom: 0.25px solid #C4C4C4;
    border-radius:0;
}


.input {
	height:70px;
}

form .submit {
	background:black;
	width:100px;
	color:white;
	height:40px;
	margin-top:20px;
	border-radius:5px;
	
	
	
}

form .submit:hover {
	background:grey;
	color:white;
}

textarea {
	margin-top:20px;
}
