
/*----------------------------------------------------------------------- 
table of content
-------------------------------------------------------------------------* /

"Melissa - is a Ultimate Multipurpose  Premium  HTML5 Responsive Templeate by HTMLmate Team. You can use this 
for anykind of multi-purpose Bussiness"

File:           CSS Base
Version:        1.1
Last change:     
Author:         HTMLmate


/* ----------------------------
* 1 = Fonts 
* 2 = Global 
* 3 = Header
* 4 = Ways of help
* 5 = Countdown
* 6 = Recent Causes
* 7 = Our Impact
* 8 = Can We Do
* 9 = Video bg section
* 10 = Latest news
* 11 = Partner 
* 12 = Footer
* 13 = page head section

/*----------------------------------------------------------------------- 
End of Table of Content
-------------------------------------------------------------------------* /


/*----------------------------------------------------------------------- 
fonts [*1]
-------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

/*----------------------------------------------------------------------- 
Global
-------------------------------------------------------------------------*/
* { box-sizing: border-box; }
body {
	margin: 0;
	padding: 0;
	padding-right: 20;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	background-color: #fff;
	color: #757575;
	font-family: 'Poppins', normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	width: 100%;
	
}

.ul-li ul {
	margin:0;
	padding: 0;
	
}
.ul-li  li {
	display: inline-block;
	list-style: none;
}
.ul-li-block li {
	display: block;
}
section {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	transition: .3s all ease-in-out;
	color: inherit;

}
.form-control:focus,button:visited,button.active,button:hover,button:focus,input:visited,input.active,input:hover,
input:focus,textarea:hover,textarea:focus,a:hover,a:focus,a:visited,a.active,select,select:hover, select:focus, select:visited {
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}
.form-control {
	box-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: 600;
	font-family: 'Poppins', normal; 
	color: #0e2132;
}

.section-content {
	padding-top: 50px;
}
.orange-gred {
	background: -moz-linear-gradient(left, #06C17A 0%, #06c155 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #06C17A), color-stop(100%, #06c155));
	background: -webkit-linear-gradient(left, #06C17A 0%, #06c155 100%);
	background: -o-linear-gradient(left, #06C17A 0%, #06c155 100%);
	background: -ms-linear-gradient(left, #06C17A 0%, #06c155 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.deep-black {
	color: #040404;
}
.pink {
	color: #06C17A;
}

@-webkit-keyframes video-icon {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes video-icon {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}


@-moz-keyframes zooming { 0% { -moz-transform: scale(1, 1); transform: scale(1, 1); }
50% { -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
100% { -moz-transform: scale(1, 1); transform: scale(1, 1); } }
@-webkit-keyframes zooming { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
50% { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } }
@keyframes zooming { 0% { -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); }
50% { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
100% { -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); } }

/*--------------------------------------------- 
Margin settings
-----------------------------------------------*/
.mt25{margin-top: 25px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt10{margin-top: 10px;}
.mt65{margin-top: 65px;}
.mr10{margin-right: 10px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 140px;}
.mb-35 {margin-bottom: 35px;}
.mb-45 {margin-bottom: 45px;}
.mb-30{margin-bottom: 30px;}
/*----------------------------------------------- 
Padding settings
------------------------------------------------*/
.pb10{padding-bottom: 10px;}
.pb30{padding-bottom: 30px;}
.pb20{padding-bottom: 20px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pt35{padding-top: 35px;}
.pt25{padding-top: 25px;}
.pt15{padding-top: 15px;}
.pb15{padding-bottom: 15px;}
.pt20{padding-top: 20px;}
.pt-130 {padding-top: 130px;}
.pt-100 {padding-top: 50px;}
.p-5{padding: 5px;}
.p-10{padding: 8px;}
.no-padding{padding: 0;}

.table-disply {
	display: table;
	width: 100%;
}
/*----------------------------------------------------------------------- 
Start of features section
-------------------------------------------------------------------------*/
.features-icon img {
position: center;
align-self: center;
	

}
.features-text-title h3 {
	font-size: 26px;
}
.features-icon {
	color: #06c155;
	height: 120px;
	width: 120px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	align-items: center;
	
}

.features-text-dec {
	max-width: 350px;
	margin: 0 auto;
	overflow: hidden;
	
}


/*----------------------------------------------------------------------- 
End of features section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of about section
-------------------------------------------------------------------------*/
.about-section {
	background-color: #f7f7f9;
	overflow: visible;
	width: 100%;
	padding-top: 40px;
}
.about-section .section-content {
	padding-bottom: 35px;
}


/*----------------------------------------------------------------------- 
End of about section
-------------------------------------------------------------------------*/

/* ====== how-work-area css ======== */
.gradient-1 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#06C17A), to(#09F99D));
	background-image: linear-gradient(#06C17A 0%, #09F99D 100%);
	color: #fff;
  }

.icon-style {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }


 
 
  .how-work-area .how-work-img {
	position: relative;
	z-index: 1;
	align-self: center;

  }
  .bg-2{
	background-color: #f7f7f9;
  }
  .bg-1{
	background-color: #FFF;
  }

  .how-work-area .accordion-btn button {
	border-radius: 15px;
	width: 100%;
  }
  
  .how-work-area .accordion-btn button .icon-style {
	border-radius: 50%;
  }
  
  .how-work-area .accordion-btn button.collapsed .icon-style {
	border-radius: 5px;
  }
  
  .how-work-area .accordion-btn button:hover .icon-style {
	border-radius: 50%;
  }
  
  .accordion-style .single-accordion {
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 51px rgba(180, 180, 180, 0.16);
	box-shadow: 0px 0px 51px rgba(180, 180, 180, 0.16);
  }
  
  .accordion-style .single-accordion .accordion-btn button {
	padding: 18px 30px;
	padding-right: 50px;
	font-size: 23px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	background: #fff;
	position: relative;
	white-space: normal;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: #06C17A;
	width: 100%;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.accordion-style .single-accordion .accordion-btn button {
	  font-size: 20px;
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.accordion-style .single-accordion .accordion-btn button {
	  font-size: 20px;
	}
  }
  
  @media (max-width: 767px) {
	.accordion-style .single-accordion .accordion-btn button {
	  font-size: 16px;
	}
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.accordion-style .single-accordion .accordion-btn button {
	  font-size: 18px;
	}
  }
  
  .accordion-style .single-accordion .accordion-btn button.collapsed {
	color: #505478;
  }
  
  .accordion-style .single-accordion .accordion-btn button:hover {
	color: #06C17A;
  }
  
  .accordion-style .single-accordion .accordion-btn button.collapsed::after {
	-webkit-transform: rotate(0deg) translateY(-50%);
			transform: rotate(0deg) translateY(-50%);
  }
  
  .accordion-style .single-accordion .accordion-btn button::after {
	font: normal normal normal 1em/1 "LineIcons";
	content: "\ea5e";
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: rotate(180deg) translateY(50%);
			transform: rotate(180deg) translateY(50%);
	font-size: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }
  
  .accordion-style .single-accordion .accordion-btn button .icon-style {
	margin-right: 20px;
  }
  
  .accordion-style .single-accordion .accordion-content {
	padding: 10px 30px 30px;
  }
  
  /* ======= pricing-area css ========== */
  .pricing-area .single-price {
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px -31px 51px rgba(165, 165, 165, 0.16);
	box-shadow: 0px -31px 51px rgba(165, 165, 165, 0.16);
	padding: 40px 50px 0;
	margin-bottom: 60px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }
  
  .pricing-area .single-price .price-icon {
	margin-bottom: 25px;
  }
  
  .pricing-area .single-price h4 {
	font-size: 23px;
	font-weight: 600;
  }
  
  .pricing-area .single-price .package-price {
	color: #06C17A;
  }
  
  .pricing-area .single-price .package-details {
	margin-bottom: 30px;
  }
  
  .pricing-area .single-price .package-details li {
	font-size: 16px;
	line-height: 32px;
	color: #868AAA;
  }
  
  .pricing-area .single-price .price-btn {
	padding: 12px 32px;
	font-size: 16px;
	font-weight: 600;
	background: #868AAA;
	margin-bottom: -25px;
  }
  
  .pricing-area .single-price:hover {
	-webkit-box-shadow: 0px 0px 51px rgba(165, 165, 165, 0.16);
	box-shadow: 0px 0px 51px rgba(165, 165, 165, 0.16);
  }
  
  .pricing-area .single-price:hover .price-icon {
	border-radius: 50%;
  }
  
  .pricing-area .single-price.active {
	-webkit-box-shadow: 0px 0px 51px rgba(165, 165, 165, 0.16);
	box-shadow: 0px 0px 51px rgba(165, 165, 165, 0.16);
  }
  
  .pricing-area .single-price.active .price-btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#dc4985), to(#f18da2));
	background: linear-gradient(#dc4985 0%, #f18da2 100%);
  }
  
  .pricing-area .pricing-nav .nav-pills .nav-item .nav-link {
	color: #505478;
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	z-index: 1;
  }
  
  .pricing-area .pricing-nav .nav-pills .nav-item .nav-link::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#dc4985), to(#f18da2));
	background: linear-gradient(#dc4985 0%, #f18da2 100%);
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: inherit;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  }
  
  .pricing-area .pricing-nav .nav-pills .nav-item .nav-link.active {
	color: #fff;
	background: none;
  }
  
  .pricing-area .pricing-nav .nav-pills .nav-item .nav-link.active::after {
	width: 100%;
  }
  
  /* ====== contact-area css ======= */
  .contact-area h3 {
	font-size: 30px;
	font-weight: 600;
  }
  
  @media (max-width: 767px) {
	.contact-area h3 {
	  font-size: 20px;
	}
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact-area h3 {
	  font-size: 26px;
	}
  }
  
  .contact-area .contact-form-wrapper .contact-form button {
	font-weight: 700;
	padding: 17px 40px;
  }
  
  .contact-area .contact-form-wrapper .contact-form button.btn-hover::after {
	width: 40%;
	opacity: 0;
  }
  
  .contact-area .contact-form-wrapper .contact-form button.btn-hover:hover::after {
	opacity: 1;
	width: 100%;
  }



/*----------------------------------------------------------------------- 
Start of how to install
-------------------------------------------------------------------------*/
.download-section h3{
	color: #06C17A;
}


.how-to-install,
.download-section {
	background-size: cover;
	background-position: center center;
background-color: #fff;
}
.how-to-install .section-content {
	padding-bottom: 150px;
}
.title-install h2 {
	font-size: 52px;
	color: #0e2132;
}
.install-play {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background-color: #fff;
	line-height: 120px;
	border-radius: 100%;
}
.install-play .popup-with-zoom-anim {
	display: block;
	width: 100%;
	position: relative;
}
.popup-with-zoom-anim:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 42%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-animation: video-icon 1500ms ease-out infinite;
	animation: video-icon 1500ms ease-out infinite;
}
.install-play span {
	font-size: 36px;
}
/*----------------------------------------------------------------------- 
End of how to install
-------------------------------------------------------------------------*/







/*----------------------------------------------------------------------- 
Start of download area section
-------------------------------------------------------------------------*/
.download-number h2 {
	font-size: 52px;
	color: #0e2132;
	font-weight: 600;
}

.download-area-text span {
	color: #757575;
	font-size: 26px;
}
.download-area-text {
	max-width: 1000px;
	margin: 0 auto;
}
.download-now h3 {
	font-size: 52px;
	font-weight: 300;
	color: #fff;
}
/*----------------------------------------------------------------------- 
End of download area section
-------------------------------------------------------------------------*/




/*----------------------------------------------------------------------- 
Start of contact section
-------------------------------------------------------------------------*/
.comment-form {
	max-width: 770px;
	margin: 0 auto;
}

.contact-info input {
	width: 48%;
	float: left;
	height: 50px;
}
.contact-info-1 input {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
.contact-info textarea {
	width: 100%;
	max-height: 150px;
	margin-top: 20px;
}
.contact-info input,
.contact-info-1 input,
.contact-info textarea {
	background-color: #f7f7f9;
	border: none;
	padding: 20px;
	border-radius: 5px;
}
.submit-btn button {
	border: none;
	background: -moz-linear-gradient(left, #06C17A 0%, #06c155 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #06C17A), color-stop(100%, #06c155));
	background: -webkit-linear-gradient(left, #06C17A 0%, #06c155 100%);
	background: -o-linear-gradient(left, #06C17A 0%, #06c155 100%);
	background: -ms-linear-gradient(left, #06C17A 0%, #06c155 100%);
	color: #fff;
}
/*----------------------------------------------------------------------- 
End of contact section
-------------------------------------------------------------------------*/





/*----------------------------------------------------------------------- 
Start of footer sectiion
-------------------------------------------------------------------------*/
.footer-area-section {
	background-color: #f7f7f9;
}

.footer-content {
	max-width: 300px;

	margin-left: auto;
    margin-right: auto;
}
.footer-social ul li {
	margin-right: 15px;
	font-size: 35px;
}
.footer-social ul li span {
	color: #040404;
	display: inline;
	transition: .3s all ease-out;
	height: 100px;
	
}

.footer-social ul li span:hover {
	color: #06c155;
}
.service-list-item li{
	display: inline;
	padding: 10px;
}
.widgettile {
	font-size: 16px;
	font-weight: 600;
	
}
.service-list-item li {
	margin-bottom: 15px;
}
.service-list-item li:hover a {
	color: #06C17A;
}

.newsletter input {
	height: 50px;
	background-color: #f7f7f9;
	border: none;
	border-radius: 5px;
	width: 100%;
	margin-top: 25px;
	padding: 20px;
}
.newsletter-email {
	position: relative;
}
.newsletter-email button {
	position: absolute;
	top: 25px;
	right: 0;
	background-color: #292929;
	border: none;
	height: 50px;
	width: 100px;
	border-radius: 5px;
}
/*----------------------------------------------------------------------- 
End of of footer sectiion
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of home-2 banner
-------------------------------------------------------------------------*/

.banner-area-head h1 {
	font-size: 52px;
	color: #fff;
	font-weight: 300;
}
.banner-text {
	max-width: 650px;
}
.banner-area-head  span {
	color: #f1f1f1;
	font-size: 26px;
}
.banner-area-content {
	position: relative;
}
.banner-mock-up {
	position: absolute;
	right: 0;
	top: 0;
}
.banner-mock-up.home-1 {
	top: -35px;
} 

.banner-slider {
	position: absolute;
	top: 40px;
	right: 0;
}
.banner-slider_moblile img {
	max-width: 100%;
	text-align: center;
	width: auto;
	display: inline-block;
}
.banner-slider_moblile {
	text-align: center;
	z-index: 3;
	position: relative;
	display: inline-block;
}
.banner-area-section.home-3.home-2 {
	overflow: hidden;
	padding-top: 285px;
}
.banner-slide-area {
	max-width: 300px;
	position: absolute;
	top: 110px;
	right: 18px;
}
.banner-slide-area .owl-dot {
	height: 15px;
	width: 15px;
	background-color: #ee0b76;
	border-radius: 100%; 
	margin-bottom: 15px;
}
.banner-slide-area .owl-dot.active {
	border: 2px solid #fff;
}
.banner-slide-area .owl-controls {
	position: absolute;
	right: -50px;
	top: 50px;
}
.extra-features-section.v-2 {
	background-color: #f7f7f9;
}

.extra-features-section .extra-features-content.v2 .extra-left .features-icon,
.extra-features-section .extra-features-content.v2 .extra-right .features-icon {
	background-color: #fff;
	position: relative;
}
/*----------------------------------------------------------------------- 
End of home-2 banner
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of team member section
-------------------------------------------------------------------------*/
.team-social {
	padding: 12px;
}
.team-social li a {
	color: #fff;
	padding: 4px 5px;
	background-color: transparent;
	border: 6px solid transparent;
}
.team-social li a:hover {
	background-color: #fa9ca4;
	border: 6px solid #f76b84;
	border-radius: 100%;
}
/*----------------------------------------------------------------------- 
End of team member section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of blog area section
-------------------------------------------------------------------------*/
.blog-time span {
	color: #fa4d23;
}
.blog-link h2 {
	font-size: 26px;
}
.blog-meta span a {
	color: #959595;
}
/*----------------------------------------------------------------------- 
End of blog area section
-------------------------------------------------------------------------*/

.google-map-container {
	width: 100%;
	height: 500px;
	background-color: #dddddd;
}
.load-more {
	margin-top: 50px;
}


/*----------------------------------------------------------------------- 
 Privacy Policy area 
-------------------------------------------------------------------------*/


.top-section {
	background-size:auto;
	background-position: center center;
	background-repeat: no-repeat;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #06C17A 0%, #06c155 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #06C17A 0%, #06c155 100%) repeat scroll 0 0;
}

.p-center{
	align-self: center;
	justify-self: center;
	margin-left: 46%;
	margin-right: 54%;

}


/*----------------------------------------------------------------------- 
price table
-------------------------------------------------------------------------*/
.price-toggler{
	margin-top: 20px;
	display:inline-block;
	padding:5px;
	border:3px solid #06C17A;
	border-radius: 8px;
	background: #ffffff;
	justify-content: center;
	
  }
  
.price-toggler span{
	padding-top: 3px;
	padding-bottom:3px;
	cursor: pointer;
	color:#06C17A;
	font-size: 20px;
	display:inline-block;
	text-align: center;
	width: 49%;
  }
  
.price-toggler span.active{
	background: #06C17A;
	border-radius: 5px;
	color:#fff;
  }

  
  /*PRICE COLOR CODE START*/
  #generic_price_table .generic_content{
	background-color: #fff;
	border-radius: 20px;
  }
  
  .generic_shadow{
	box-shadow: -20px 17px 115px -90px rgba(0,0,0,1);
-webkit-box-shadow: -20px 17px 115px -90px rgba(0,0,0,1);
-moz-box-shadow: -20px 17px 115px -90px rgba(0,0,0,1);
  }
  #generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
	  color: #0e2132;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
	  color: #0e2132;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
	  color: #0e2132;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
	  color: #0e2132;
  }
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .year{
	color: #0e2132;
}
  
  #generic_price_table .generic_content .generic_feature_list ul li{  
	color: #a7a7a7;
  }
  
  #generic_price_table .generic_content .generic_feature_list ul li span{
	color: #0e2132;
  }
  #generic_price_table .generic_content .generic_feature_list .active{
	background-color: #f7f7f9;
	border-left: 5px solid #06C17A;
	border-right: 5px solid #06C17A;
  }
  
  #generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #06C17A; 
	  color: #06C17A;
  } 
  
  #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
  #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #06C17A rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #06C17A;
	color: #fff;
  }
  
  #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
  #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
  }
  
  #generic_price_table .generic_content:hover .generic_price_btn a,
  #generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #06C17A;
	color: #fff;
  } 
  #generic_price_table{
	margin: 50px 0 0 0;
	  font-family: 'Poppins', normal;
  }
  .row .table{
	  padding: 28px 0;
  }
  
  /*PRICE BODY CODE START*/
  
  #generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
  }
  

  
  #generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	  border-style: solid;
	  border-width: 90px 1411px 23px 399px;
	position: absolute;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	  font-family: "Raleway",sans-serif;
	  font-size: 28px;
	  font-weight: 400;
	  letter-spacing: 2px;
	  margin: 0;
	  padding: 0;
	  text-transform: uppercase;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
	  display: inline-block;
	  font-family: "Poppins",normal;
	  font-size: 15px;
	  font-weight: 300;
	  vertical-align: top;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
	font-family: "Poppins",normal;
	  font-size: 60px;
	  font-weight: 300;
	  letter-spacing: -2px;
	  line-height: 60px;
	  padding: 0;
	  vertical-align: middle;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
	  display: inline-block;
	  font-family: "Poppins",normal;
	  font-size: 10px;
	  font-weight: 300;
	  vertical-align: bottom;
  }
  

  
  #generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  #generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Poppins",normal;
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
  
  }
  #generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
  }
  
  
  #generic_price_table .generic_content .generic_price_btn a{
	  border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	  display: inline-block;
	  font-family: "Poppins",normal;
	  font-size: 18px;
	  outline: medium none;
	  padding: 12px 30px;
	  text-decoration: none;
	  text-transform: uppercase;
  }
  
  #generic_price_table .generic_content,
  #generic_price_table .generic_content:hover,
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
  #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
  #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
  #generic_price_table .generic_content .price,
  #generic_price_table .generic_content:hover .price,
  #generic_price_table .generic_content .generic_price_btn a,
  #generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
  } 
  @media (max-width: 320px) { 
  }
  
  @media (max-width: 767px) {
	#generic_price_table .generic_content{
	  margin-bottom:75px;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
	  float:left;
	  width:50%;
	}
	
	#generic_price_table .col-md-4{
	  float:left;
	  width:50%;
	}
	
	#generic_price_table .generic_content{
	  margin-bottom:75px;
	}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
  }
  @media (min-width: 1200px) {
  }
  #generic_price_table_home{
	font-family: "Poppins",normal;
  }
  
  .text-center h1,
  .text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
  }
  .demo-pic{
	margin: 0 auto;
  }
  .demo-pic:hover{
	opacity: 0.7;
  }
  
  #generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
  }
  #generic_price_table_home li{
	float: left;
  }
  #generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
  }
  #generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
  }
  #generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .emerald{
	background: #06C17A;
	transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .turquoise{
	background: #06C17A;
	transition: all 0.3s ease-in-out 0s;
  }
  
  #generic_price_table_home .blue:hover,
  #generic_price_table_home .emerald:hover,
  #generic_price_table_home .grey:hover,
  #generic_price_table_home .midnight:hover,
  #generic_price_table_home .orange:hover,
  #generic_price_table_home .purple:hover,
  #generic_price_table_home .red:hover,
  #generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
	  border-bottom-right-radius: 50px;
	  border-top-left-radius: 50px;
	  border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
  }
  #generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
  }
  #generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
	  font-weight: 300;
  }
  #generic_price_table_home .itemnametext{
	  text-align: center;
	  font-size: 20px;
	  padding-top: 5px;
	  text-transform: uppercase;
	  display: inline-block;
  }
  #generic_price_table_home .footer{
	padding:40px 0;
  }
  
  .price-heading{
	  text-align: center;
  }
  .price-heading h1{
	color: #0e2132;
	margin: 0;
	padding: 0 0 0 0;
  }
  .demo-button {
	  background-color: #333333;
	  color: #ffffff;
	  display: table;
	  font-size: 20px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 20px;
	  margin-bottom: 50px;
	  outline-color: -moz-use-text-color;
	  outline-style: none;
	  outline-width: medium ;
	  padding: 10px;
	  text-align: center;
	  text-transform: uppercase;
  }
  .bottom_btn{
	background-color: #333333;
	  color: #ffffff;
	  display: table;
	  font-size: 28px;
	  margin: 60px auto 20px;
	  padding: 10px 25px;
	  text-align: center;
	  text-transform: uppercase;
  }
  .demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
  }
  .bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
  }