#intro {
	padding: 0px 0 100px;
}
#intro h2 {
	font-size: 30px;
	font-weight: 800;
	color:darkgreen;
	margin: 60px 0 15px 0;
	text-align: center;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.fontfamily1{
	font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-weight: 800;
}
.value{
	text-align: justify;
}
#intro p{
font-weight: normal;
font-size: 18px;
color: #000;
}
.intro-pic {
	margin-top: 20px;
}
.slideshow-container .mySlides img{
	/* position: relative; */
	min-width: 100%;
	height: 480px;
	/* margin: 0px auto; */
}
.mySlides img {
	margin-top: -20px;
	width: 100%;
	height: auto;
}
.numbertext {
	position: absolute;
	top: 0;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8px 12px;
}
.text {
	position: absolute;
	font-size: 40px;
	text-align: center;
	border-radius: 5px;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8px 12px;
	margin-top: 180px;
	width: 75%;
	height: 180px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.textSections{
	display: flex;
	justify-content: center;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	/* user-select: none; */
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #717171;
}


/* Responsive CSS for centering dots */
.text-center {
	text-align: center;
}

/* Responsive CSS for container */
.container {
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* .fade {
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
  } */

  


.downloadSection{
	padding:100px 0;
	color:#000;
	font-size: 18px;
	font-weight: 600;
	}
	.downloadSection1{
		padding:10px 0;
		background: rgba(76, 175, 80, 0.3);
		border-radius: 20px;
		
	}
	.downloadSection h2{
	font-size: 45px;
	color:darkgreen;
	font-weight: bold;
	opacity: 100%;
	}
	/* #package {
		padding-top: 50px;
	} */
	#package h2 {
		font-size: 45px;
		color: #000;
	}
	.price-box {
		border:2px solid rgba(0, 100, 0, 0.2);
		border-radius: 15px;
		padding: 10px;
	}
	
	.package-option {
		padding: 20px 0px;
	}
	.price-heading h3 {
		margin-top: 0;
		background-color: darkgreen;
		color: #fff;
		padding: 15px;
		border-radius: 30px;
		margin: 25px;
		font-size: 20px;
		position: relative;
		top: -27px;
		border: #fff 5px solid;
	}
	.price-heading i {
		color: #d1d1d1;
		font-size: 75px;
		margin-top: 20px;
	}
	.price-group {
		padding: 5px 0 10px;
	}
	.price-group span {
		font-size: 14px;
		position: relative;
		bottom: 18px;
		color: #000;
		font-weight: 400;
	}
	.price-group .price {
		color: #202020;
		font-size: 60px;
		font-weight: 500;
	}
	.price-group .time {
		font-size: 18px;
	}
	.price-feature li {
		margin-left: 30px;
		margin-right: 30px;
		list-style: none;
		border-bottom: solid 1px #d1d1d1;
		line-height: 40px;
		padding: 10px 0;
	}
	#features{
		padding: 80px 0;
	}
	#features h2{
		font-size: 40px;
		font-weight: 800;
		color: darkgreen;
	}
	.feature-para {
		font-size: 18px;
		color: #000;
		font-weight: 500;
	}
	.minHeightCard{
		min-height: 317px;
	}
	.ContactDiv{
		width: 70px;
		height: 250px;
		background: rgba(255,255,255,0.2);
		box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
		position: absolute;
		right:  0;
		top: 30%;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	   position:fixed;
	}
	.iconList{
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
	 }
	 .iconList i{
		font-size: 35px;
		margin-top: 20px;
	 }
	 .fa-facebook{
		color: blue;
		cursor: pointer;
	 }
	 .fa-square-instagram{
	   color: #E4405F;
	   cursor: pointer;
	 }
	 .fa-twitter{
		color:	#1DA1F2 ;
		cursor: pointer;   
	 }
	 .fa-linkedin{
		color: #0077B5;
		cursor:pointer;
	}
	.whyLetter{
		color: darkgreen;
		font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	}
	/* #package{
		margin-top: 150px;
	} */
	
	
	

  @media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.more {
		margin-bottom: 50px;
	}
	#intro {
		padding: 30px 0 50px;
	}
	#intro h2, #feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p, #feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 75px;
	}
	.row-feat {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#feature-2 {
		padding: 80px 0 100px;
	}
	.feature-2-pic {
		margin-top: 40px;
	}
	#client img {
		margin: 10px 0 10px;
		max-height: 40px;
	}	
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	.logo {
		margin: 100px 0 30px 0;
	}
	.landing h1{
		margin: 60px 0 60px 0;
	}	
	.landing-text {
		margin: 60px 0 40px 0;
	}
	.more {
		margin-bottom: 180px;
	}
	.header-phone {
	margin-top: 125px;
	}
	.intro-pic {
		margin-top: 100px;
	}
	.feature-img {
		margin-top: 30px;
	}	
	.feat-list {
		margin-top: 10px;
	}
	.feat-list p {
		font-size: 15px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		max-height: 45px;
	}	
}

/* smart-phone ----------- */
@media (max-width: 767px) {
	.logo {
		margin: 40px 0 30px 0;
	}
	.more {
		margin-bottom: 40px;
	}
	#intro {
		padding: 70px 0 70px;
	}
	#intro h2, #feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p, #feature-2 p {
		text-align: center;
	}
	.btn-section {
		text-align: center;
	}
	.feat-list i {
		padding-left: 40px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		margin: 10px 0 10px;
	}	
}	
/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 736px) {

}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {
	.logo {
		margin: 30px 0 30px 0;
	}
	.landing h1{
		font-size: 50px;
		margin: 10px 0 25px 0;
	}
	.landing-text {
		margin-top: 20px;
	}
	.letter {
		margin-top: 75px
	}
	.subscribe p {
		margin: 25px auto 15px;
	}
	.subscribe-form {
		margin: 20px auto 100px;
	}
	.action h2 {
		margin-top: 70px;
	}
	.action h2 p {
		font-size: 0.9em;
		margin-top: 70px;
	}
	.download-store {
		padding: 20px 0 100px;
	}
}

/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px){
	.logo {
		margin: 15px 0 15px 0;
	}
	.landing h1{
		font-size: 40px;
		margin: 20px 0 10px 0;
	}
	.landing-text p {
		font-size: 16px !important; 
	}
	#intro {
		padding-top: 50px;
	}
	#feature {
		padding-top: 50px;
	}
	.feat-list i {
		padding-left: 20px;
	}
	#feature-2 {
		padding: 50px 0 70px;
	}
	#screenshot {
		padding-top: 70px;
	}	
	.screenshots {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	#clients {
		padding: 70px 0 70px;
	}
	.clients-item .box .message {
		line-height: 25px;
		font-size: 18px;
	}
	.action h2 {
		margin: 50px 0 20px;
	}
	.download-text p {
		line-height: 1.5;	
	}	
	.download-store {
		padding: 10px 0 70px;
	}
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {
	.feat-list i {
		padding-left: 5px;
	}
	.action h2 {
		font-size: 30px;
	}
}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	#intro h2, #feature h2, #feature-2 h2 {
		font-size: 30px;
	}
	.feat-list i {
		padding-left: 0;
	}
	#feature .inner {
		padding-left: 15px;
	}
	.appstorebutton {
		margin-bottom: 15px;
	} 
	.download-store li {
		margin-left: 0;
	}
}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {
	.logo {
		margin: 30px 0 20px 0;
	}
	.landing h1{
		margin: 20px 0 35px 0;
	}
	.more {
		text-align: center;
	}
	.more p {
		font-size: 14px;
	}
	.option {
		padding: 3px;
		min-width: 75px;
		margin-right: 2px;
	}
	.btn-default {
		font-size: 16px;
		margin: 30px 0 10px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-primary {
		font-size: 16px;
		margin: 30px 0 10px;
		margin-right: 15px;
		padding: 15px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.subscribe-form {
		margin: 50px auto 110px;
	}
	.subscribe-form input {
		padding: 5px 15px;
	}
	.subscribe-form button {
		padding: 0 15px;
	}
	.action h2 {
		margin: 70px 0 20px;
	}

}
.justify_text{
	text-align: justify;
}

@media (max-width: 375px) {
	#package {
		margin-top: 80px;
	}
	#package h2 {
		font-size: 45px;
		color: #000;
	}
}

@media (max-width: 320px) {
	#package {
		margin-top: 200px;
	}
	#package h2 {
		font-size: 35px;
		color: #000;
	}
}
@media (max-width: 425px) {
	#package {
		margin-top: 30px;
	}
	#package h2 {
		font-size: 45px;
		color: #000;
	}
}
@media screen and(max-width:646px){
	.textSections .text{
		width: 100px;
		font-size: 20px;
	}
}
@media screen and(max-width:750px){
	.whyLetter{
		margin-top: 150px;
	}
}
@media screen and(max-width:996px){
	.Sustainability{
		margin-top: 3rem;
	}
}

@media(max-width:930px){
	.ctenterImages{
		display: flex;
		align-items: center;
		height: 80vh;
	}
	
	
	
}



  
  /* On smaller screens, decrease text size */
  /* @media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
  } */