/* Helper classes */
@media (max-width: 992px) {
	.mb-sm-0 {
		margin-bottom: 0px !important;
	}
}

/**** Nav Bar ****/

.navbar{
	min-height: 64px;
    max-height: 64px;
    height: 64px;
}

.navbar-default .navbar-nav > li > a {
	min-height: 64px;
	max-height: 64px;
	height: 64px;
	font-size: 1.6rem;
}

.navbar-logo{
	width: 130px;
}

.navbar-fixed-top .navbar-collapse {
	/* max-height: 500px; */
	max-height: 85vh;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}

/**** Footer ****/

#footer {
	padding-top: 64px;
	padding-bottom: 64px;
}



#footer .footer-brand{
	text-align: center;
}

#footer .footer-brand-img{
	width: 60%;
	padding-bottom: 10%;
	margin: auto;
}

#footer .footer-address-section,
#footer .footer-contact-section,
#footer .footer-email-section,
#footer .footer-social-section,
#footer .footer-extra-pages,
#footer .footer-about{
	font-size: 0.9em;
	justify-content: center;
	text-align: justify;
	text-justify: inter-word;
}

#footer .footer-social-section{
	padding-top: 10%;
	text-align: center;
}

#footer a{
	color: #505050;
}

#footer a:hover{
	color: #2b8b90;
}

#footer .footer-extra-pages ul{
	list-style: none;
	padding: 0px;
}

/**** Copyright ****/

#copyright{
	padding: 20px;
	text-align: center;
	color: #fff;
	background-color: #2b8b90;
}

#copyright a, 
#copyright a:focus, 
#copyright a:visited{
    color: #fff;
}

/**** Body ****/

body{
	padding-top: 64px;
}

/*** Banner ****/

.banner{
    background: url('../img/bg-main.jpeg') no-repeat;
	width:100%;
    width: calc(100%-50px);
	min-height:calc(100vh - 50px);
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size:cover;
	background-position:center center;
	font-size: 1.8rem;
}

.banner-text{
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.banner-desc{
	color: #fff;
	font-size: 1em;
	letter-spacing: 0.5px;
}

.banner-link{
	color: #fff;
}

.banner-msg{
	color: #fff;
	padding: 2%;
}

/*** Buttons ***/

.btn{
	border-radius: 50px;
}

.navbar-nav .btn.btn-xs{
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px;
}

.navbar .btn{
    font-weight: 700;
    letter-spacing: 0.3px;
    display: inline-block;
    font-size: 1.8rem;
    color: #000;
    background-color: transparent;
    border-radius: 4px;
    padding: 10px 25px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
	border-radius: 50px;
	border: 1px solid #5a5959;	
}

.navbar .btn:focus, .navbar .btn:visited{
    color: #000;
}

.navbar .btn:before{
    transition: all 0.4s ease;
    z-index: -1;
}

.navbar .btn:hover, 
.navbar .btn:focus:hover, 
.navbar .btn:visited:hover{
    background-color: #337ab7;
    color: #ffffff;
}

.navbar .btn-white, 
.navbar .btn-white:focus, 
.navbar .btn-white:visited{
    color: #e33600;
    background-color: #ffffff;
}

.navbar .btn-white:hover, 
.navbar .btn-white:focus:hover, 
.navbar .btn-white:visited:hover, 
.navbar .btn-orange:hover, 
.navbar .btn-orange:focus:hover, 
.navbar .btn-orange:visited:hover{
    background-color: #ED5A3D;
}

.navbar .btn-white:before{
    content: "";
    position: absolute;
    background-color: #ED5A3D;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
}

.navbar .btn-white:hover:before{
    transform: scale(1);
}

.navbar .btn-orange, .navbar .btn-orange:focus, .navbar .btn-orange:visited{
    background-color: #ff7f66;
}

.button-group {
    margin-top: 45px;
    float: left;
    width: 100%;
}

.button-group .navbar .btn{
    float: left;
}

.button-group .navbar .btn + .navbar .btn{
    margin-left: 30px;
}

/**** Sections ****/

#introduction-section .fold-one,
#introduction-section .fold-two,
#introduction-section .fold-three,
#introduction-section .fold-four
{
	width: 100%;
	padding-top: 64px;
}

#introduction-section .fold-image{
	text-align: center;
	margin: auto;
}

#introduction-section .fold-header{
	font-size: 1.5em;
}

#introduction-section .fold-points{
	font-size: 1em;
	padding-bottom: 15px;
}

#introduction-section .fold-para{
	font-size: 1em;
	padding-bottom: 15px;
}

#introduction-section .fold-actions{
	/*text-align: center;*/
}

#features-area{
	padding-top: 64px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#features-area .features-background{
	/*background-color: rgba(43, 139, 144, 0.040);*/
	width: 100%;
}

#features-area .header-text{
	text-align: center;
	/*color: #2b8b90;*/
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

#features-area .header-sub-text{
	text-align: center;
	/*color: #2b8b90;*/
	font-style: italic;
	font-weight: 200; 
	opacity: 0.9;
	margin: 0 0 10px 0;
	line-height: 1.33;
	color: #000;
	letter-spacing: 0.3px;
	font-size: 1.2em;
}

#features-area .features-left{
	text-align: center;
}

#features-area .features-right{
	text-align: center;
}

#features-area .features-img{
	width: 60%;
	margin: auto;
}

#features-area .features-phone-demo{
	margin: auto;
}

#features-area .feature-one,
#features-area .feature-two,
#features-area .feature-three,
#features-area .feature-four,
#features-area .feature-five,
#features-area .feature-six{
	font-size: 0.9em;
	padding: 10px;
}

#features-area .feature-header{
	padding-top: 5px;
}

#working{
	padding-top: 64px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#working .header-text{
	text-align: center;
	/*color: #2b8b90;*/
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

#working .header-sub-text{
	text-align: center;
	/*color: #2b8b90;*/
	font-style: italic;
	font-weight: 200; 
	opacity: 0.9;
	margin: 0 0 10px 0;
	line-height: 1.33;
	color: #000;
	letter-spacing: 0.3px;
	font-size: 1.2em;
}

#working .working-actions{
	padding-top: 2%;
	padding-left: 3.5%;
}

#working .working-img{
	margin: auto;
	text-align: center;
}

#mobile-app{
	padding-top: 64px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#mobile-app .mobile-app-background{
	/*background-color: rgba(43, 139, 144, 0.040);*/
	width: 100%;
}

#mobile-app .header-text{
	text-align: center;
	/*color: #2b8b90;*/
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

#mobile-app .header-sub-text{
	text-align: center;
	/*color: #2b8b90;*/
	font-style: italic;
	font-weight: 200; 
	opacity: 0.9;
	margin: 0 0 10px 0;
	line-height: 1.33;
	color: #000;
	letter-spacing: 0.3px;
	font-size: 1.2em;
}

#mobile-app .mobile-app-img{
	padding-top: 16px;
}

#mobile-app .mobile-app-actions{
	margin: auto;
}

#mobile-app .mobile-app-desc{
	text-align: center;
}

#mobile-app a{
	color: #505050;
}

#mobile-app a:hover{
	color: #2b8b90;
}

#subscriptions-area{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#subscriptions-area .header-text{
	text-align: center;
	/*color: #2b8b90;*/
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

#subscriptions-area .header-sub-text{
	text-align: center;
	/*color: #2b8b90;*/
	font-style: italic;
	font-weight: 200; 
	opacity: 0.9;
	margin: 0 0 10px 0;
	line-height: 1.33;
	color: #000;
	letter-spacing: 0.3px;
	font-size: 1.2em;
}

#subscriptions-area .subscriptions-plans-area{
	padding: 20px;
	text-align: center;
}

#subscriptions-area .subscription-block{
	padding-top: 15px;
	padding-bottom: 15px;
}

.subscription-block .subscription-title{
	opacity: 0.8;
	padding-top: 15px;
}

.subscription-block .subscription-desc{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.subscription-block .subscription-year-section{
	font-weight: 700;
	margin-top: 20px;
}

.subscription-block .subscription-price{
	font-weight: 700;
	color: #000000;
}

.subscription-block .subscription-action{
	border-radius: unset;
	border: #2B8B90;
	background-color: #2B8B90;
}
.subscription-block .subscription-action:hover {
	border: #2B8B90;
}

/* *******************
    Subscription Plan
******************* */

.card-main-wrap {
	position: relative;
    padding: 4rem 3rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.34);
}

.card-main-wrap .card-header-wrap {
    border-bottom: 1px solid #f2f2f2;
}

.card-main-wrap .card-header-wrap .card-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-header .title {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.card-header .price {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: #2b8b90;
}

.card-header .price .amount {
	font-size: 36px;
	margin: 0px;
}
.card-header .price .billing-type {
    font-size: 12px;
}
.card-header .price del {
    font-size: 16px;
}
.card-header .price .offer-expiry {
	font-size: 12px;
	color: #888a8a;
}

.card-header .sub-title p {
	color: #929292;
	font-size: 13px;
}

.card-body-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.card-body-wrap .card-body {
    font-size: 13px;
	color: #000;
	text-align: left;
}

.card-body-wrap .card-body p {
    position: relative;
    padding-left: 28px;
}

.card-body-wrap .card-body p span {
    position: absolute;
    left: 0;
}

.card-action-wrap .card-action a {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #2B8B90;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}

.mr-10 {
	margin-right: 10rem;
}

.pricing-card-header {
	background-color: #50d5dc;
	padding: 1rem 2rem;
	box-shadow: 0px 6px 12px -6px #000000;
	margin-bottom: 2rem;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}

.text-left {
	text-align: left;
}

#contact-area{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#contact-area .header-text{
	text-align: center;
	/*color: #2b8b90;*/
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

#contact-area .header-sub-text{
	text-align: center;
	/*color: #2b8b90;*/
	font-style: italic;
	font-weight: 200; 
	opacity: 0.9;
	margin: 0 0 10px 0;
	line-height: 1.33;
	color: #000;
	letter-spacing: 0.3px;
	font-size: 1.2em;
}

#contact-area #map{
	height: calc(100vh);
}

#contact-area .map-section{
	padding: 50px;
}

#contact-area .form-section{
	padding: 50px;
}

#contact-area .action-section{
	padding-top: 5%;
}

#terms-area{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#terms-area .header-text{
	text-align: center;
	/*color: #2b8b90;*/
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

#refunds-area{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#refunds-area .header-text{
	text-align: center;
	/*color: #2b8b90;*/
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

#privacy-area{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#privacy-area .header-text{
	text-align: center;
	/*color: #2b8b90;*/
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

#faq-area{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#faq-area .header-text{
	text-align: center;
	/*color: #2b8b90;*/
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

#faq-area .faq-heading{
	cursor: pointer;
}

#sitemap-area .header-text{
	text-align: center;
	/*color: #2b8b90;*/
	margin: 20px 0 10px 0;
	font-size: 1.5em;
}

#sitemap-area .header-sub-text{
	text-align: center;
	/*color: #2b8b90;*/
	font-style: italic;
	font-weight: 200; 
	opacity: 0.9;
	margin: 0 0 10px 0;
	line-height: 1.33;
	color: #000;
	letter-spacing: 0.3px;
	font-size: 1.2em;
}

/**** Lists ****/

#introduction-section ul.fold-points{
    margin: 0;
    padding: 0;
    list-style: none;
}

#introduction-section ul.fold-points li{
    position: relative;
    line-height: 2.25;
    vertical-align: middle;
}

#introduction-section ul.fold-points li:before{
    position: relative;
    content: "\f0a9";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    vertical-align: middle;
    color: #e33600;
    margin-right: 12px;
}

/**** Misc ****/

.display-middle{
	width: 100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%)
}

.width-5{ width: 5%; }
.width-10{ width: 10%; }
.width-15{ width: 15%; }
.width-20{ width: 20%; }
.width-25{ width: 25%; }
.width-30{ width: 30%; }

.margin-top-5{ margin: 5%; }

.margin-left-0{
	margin-left: 0%;
}

.hr-theme{
	background-color: rgba(0, 0, 0, 0.2);
	height: 2px;
}

.circle{
	width: 80px;
	height: 80px;
	border: 1px solid rgba(43, 139, 144, 1);
	border-radius: 100px;
	background-color: rgba(43, 139, 144, 1);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	margin: auto;
	display: flex;
	justify-content: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card-background {
	/* background-image: linear-gradient(to top, #ffffff, #ddedff, #9ee2fe, #4bd7e1); */
}

.card:hover {
    box-shadow: 0 8px 16px 10px rgba(0,0,0,0.2);
}

.required{
	color: #e91717;
}

.vertical-resize{
	resize: vertical;
}

.display-none{
	display: none;
}

.banner-btn {
	color: #fff;
	border: 2px solid #fff;
	font-size: 2rem !important;
	padding: 15px 50px;
	background-color: transparent;
	transition: all .5s;
}

.banner-btn:hover {
	color: #fff;
	border: 2px solid #2B8A8F;
	background-color: #2b8b90;
}

.fold-action-btn{
	color: #2b8b90;
	border: 2px solid #2b8b90;
	padding: 1rem 4rem;
	background-color: transparent;
	transition: all .5s;
	border-radius: 0;
}

/*.fold-action-btn {
	background-color: #2b8b90;
	padding: 1rem 4.3rem;
	border-radius: 8px;
	font-weight: 700;
	font-size: 2rem;
	color: #fff;
	transition: all .5s;
}*/

.fold-action-btn:hover{
	color: #fff;
	border: 2px solid #2B8A8F;
	background-color: #2b8b90;
}

/**** Media Queries Mobile First Approach ****/

@media only screen and (min-width : 200px) {

	.banner-text{
		font-size: 1.2em;
	}

	.banner-desc{
		font-size: 0.7em;
	}

	.banner-link{
		margin-top: 5px !important;
		padding: 5px 10px !important;
	}

   	#introduction-section .fold-one,
	#introduction-section .fold-two,
	#introduction-section .fold-three,
	#introduction-section .fold-four
	{
		height: auto;
		font-size: 0.8em;
	}

	#working .working-actions{
		padding-top: 2%;
		padding-left: 0px;
	}
	
}

@media only screen and (min-width : 320px) {

	.banner-text{
		font-size: 1.2em;
	}

	.banner-desc{
		font-size: 0.7em;
	}
   	
}

@media only screen and (min-width : 768px) {

	.banner-text{
		font-size: 1.5em;
	}

	.banner-desc{
		font-size: 1em;
	}

	.banner-link{
		padding: 15px 30px !important;
	}

	.banner-msg{
		color: #fff;
		padding: 2%;
	}

	#introduction-section .fold-one,
	#introduction-section .fold-two,
	#introduction-section .fold-three,
	#introduction-section .fold-four
	{
		height: auto;
		font-size: 0.9em;
	}

	#working .working-actions{
		padding-top: 2%;
		padding-left: 3.5%;
	}

}

@media only screen and (min-width : 1200px) {
	
	#introduction-section .fold-one,
	#introduction-section .fold-two,
	#introduction-section .fold-three,
	#introduction-section .fold-four
	{
		height: auto;
	}

}

@media only screen and (min-width : 1600px) {
   
}

.my-5rem {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  
  .w-200 {
    width: 200px !important;
	}
	
	.pricing-section-wrap-1 .toggle-div-wrap .toggle-div {
    	padding-bottom: 20px;
  	}
  
  	.pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-lead-title {
		font-size: 40px;
		font-weight: 600;
		line-height: 44px;
		margin-bottom: 10px;
		color: #191919;
	}
	
	.pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-lead-tag-line {
		background-color: transparent;
		color: #191919;
		border: 2px solid #191919;
		font-weight: 700;
		font-size: 2.8rem;
    	padding: 6px 14px;
	}
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn {
		border: 1px solid #191919;
		font-size: 11px;
		padding: 10px 26px 10px;
		letter-spacing: 1.7px;
		text-transform: uppercase;
		outline: none;
		-webkit-transition: 0.15s linear;
		transition: 0.15s linear;
		margin-top: 10px;
		margin-bottom: 10px;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn:hover {
		color: #fff;
		background-color: #191919;
		border-color: #191919;
		-webkit-box-shadow: 0 0 0 0rem rgba(25, 25, 25, 0.5);
		box-shadow: 0 0 0 0rem rgba(25, 25, 25, 0.5);
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn input[type="radio"] {
		position: absolute;
		clip: rect(0, 0, 0, 0);
		pointer-events: none;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn-outline-dark {
		color: #191919;
		background-color: transparent;
		background-image: none;
		border-color: #191919;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn-outline-dark:not([disabled]):not(.disabled).active {
		color: #fff;
		background-color: #191919;
		border-color: #191919;
		-webkit-box-shadow: 0 0 0 0rem rgba(25, 25, 25, 0.5);
		box-shadow: 0 0 0 0rem rgba(25, 25, 25, 0.5);
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn-round {
    border-radius: 10rem;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group > .btn:not(:last-child), .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group > .btn:not(:first-child), .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action .btn-group .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action-button .btn {
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px 40px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action-button .btn-round {
    border-radius: 10rem;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action-button .btn-outline-secondary {
    background-color:#2B8B90;
    background-image: none;
    border-color:#2B8B90;
  }
  
  .pricing-section-wrap-1 .toggle-div-wrap .toggle-div .toggle-action-button .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #2B8B90;
    border-color: #2B8B90;
    -webkit-box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
    box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
  }
  
  .pricing-section-wrap-1 .card-wrap .card {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.06);
    border: 0;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
  }
  
  .pricing-section-wrap-1 .card-wrap .card:hover {
    -webkit-box-shadow: 0 0 74px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 74px rgba(0, 0, 0, 0.06);
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-header {
    background-color: #87ceeb;
    color: #FFFFFF;
    padding: 2rem 2rem;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-footer {
      text-align: left;
      color: #9e9e9e;
      padding: 6px;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-header .card-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-header .card-title .pkg-code {
	  font-size: 12px;
	  font-weight: normal;
	  letter-spacing: normal;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body {
    padding: 32px 20px;
  }


  
  .pricing-section-wrap-1 .card-wrap .card .card-body .package-price-wrap #package-price {
    font-size: 48px;
    font-weight: 600;
    color: #191919;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-price-wrap #package-price .price-type {
    font-size: 18px;
    font-weight: normal;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .package-price-wrap .price-saving .price-value {
    font-size: 24px;
    font-weight: 500;
    text-decoration: line-through;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .package-price-wrap .price-saving .price-percent {
    margin-left: 10px;
    padding: 2px 4px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #1aab00;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-price-wrap .price-saving small {
      color: #9e9e9e;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features {
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body {
	  padding-top: 0px !important;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features .info-row {
  	font-size: 14px;
    padding: 20px 0px;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	margin-left: -20px;
	margin-right: -20px;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features p {
	position: relative;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
	margin-bottom: 0px;
	padding-right: 20px;
  }

  .pl-25 {
    padding-left: 25px;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features p::before {
      content: "";
      position: absolute;
      top: 6px;
      left: 0px;
      height: 10px;
      width: 12px;
      text-indent: initial;
      background: url(../../common/img/green_tick.png) left top no-repeat;
      background-size: cover;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features .pb-20 {
	  padding-bottom: 20px;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features .px-20 {
	  padding-left: 20px;
	  padding-right: 20px;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features .card-table {
	  width: 100%;
	  margin-bottom: 20px;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features .discount-input {
	  border: none;
	  border-bottom: 1px solid #000;
	  padding: 5px 5px;
	  border-radius: 0px;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features .discount-btn {
	background-color: transparent;
	color: #000;
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .package-features .discount-msg {
	color: #f00;
	margin-bottom: 15px;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .seemore {
    text-decoration: none;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .seemore:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #87ceeb;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn {
    color: #FFFFFF;
    font-size: 16px;
    padding: 12px 40px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
  }

.pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn-cancel {
	  background-color: transparent !important;
	  border-color: #80c9e6;
	  color: #5d5d5d !important;
}

.pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn-cancel:hover {
	background-color: #80c9e6 !important;
	border-color: #80c9e6;
}
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn-round {
    border-radius: 10rem;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn-outline-secondary {
    background-color: #2B8B90;
    background-image: none;
    border-color: #2B8B90;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #2B8B90;
    border-color: #2B8B90;
    -webkit-box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
    box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
  }

  .pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn-pay {
    background-color: #80c9e6;
    background-image: none;
    border-color: #80c9e6;
  }
  
  .pricing-section-wrap-1 .card-wrap .card .card-body .card-action .btn-pay:hover {
    color: #FFFFFF;
    background-color: #72b8d4;
    border-color: #72b8d4;
    -webkit-box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
    box-shadow: 0 1px 10px rgba(233, 236, 240, 0.4);
  }
  
@media (max-width: 600px) {
    .toggle-div-wrap .toggle-div .toggle-action {
      text-align: center;
    }
    .toggle-div-wrap .toggle-div .toggle-action .btn {
      font-size: 10px !important;
      padding: 6px 12px !important;
    }
}

/*** Pricing page additional style ***/

/* testimonial slider */
.pricing-section-wrap-1 .testimonial-slider .tslide:focus {
	outline: none;		
}

.pricing-section-wrap-1 .testimonial-slider .tslide img {
    margin: 5px 0px;
    padding: 0 60px;
}

@media (max-width: 992px) {
	.pricing-section-wrap-1 .testimonial-slider .tslide img {
		padding: 0 10px;
	}
}

/* toast style */

._offer_toast_ {
    visibility: hidden;
	min-width: 250px;
	max-width: 80%;
    margin-left: -125px;
	color: #fff;
	font-size: 1.6rem;
    /* font-weight: 600; */
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 9999;
    /* for animation from bottom */
    /* left: 50%;
    /* for animation from top */
    top: 100px;
    right: 10px;
	/* transform: translateX(50%); */
	background-color: #2B8B90;
	box-shadow: -9px 7px 18px 2px rgba(0, 0, 0, 0.3);
}

.gradient-toast {
	background: rgba(73,155,234,1);
	background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(26,188,156,1)));
	background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
	background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
	background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
}
  
._offer_toast_.active {
    visibility: visible;
    /* Add animation:
    Take 0.5 seconds to fade in and out the custom-toast-boy. 
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 7.5s;
    animation: fadein 0.5s, fadeout 0.5s 7.5s;
}

/* animation from right */
@-webkit-keyframes fadein {
    0% {right: -100%;} 
    100% {right: 10px;}
}
  
@keyframes fadein {
    0% {right: -100%;}
    100% {right: 10px;}
}
  
@-webkit-keyframes fadeout {
	0% {right: 10px;} 
    100% {right: -100%;}
}
  
@keyframes fadeout {
	0% {right: 10px;}
    100% {right: -100%;}
}

/* NEW PRICING PAGE STYLES */
	.pricing-section-wrap .pp-header {
		margin-bottom: 25px;
	}
	.pricing-section-wrap .pp-header h1 {
		color: #2a4156;
		font-size: 2.8rem;
	}
	.pricing-section-wrap .pp-header p {
		font-size: 16px;
		color: #677d92;
	}

	@media(max-width: 992px) {
		.pricing-section-wrap .pp-header h1 {
			font-size: 2rem;
		}
		.pricing-section-wrap .pp-header p {
			font-size: 14px;
		}
	}

	.pricing-section-wrap .pp-plan-details {
		padding: 2rem 0;
	}
	.pricing-section-wrap .pp-plan-details .pp-plan-title {
		color: #009688;
		font-size: 28px;
		line-height: 33px;
		letter-spacing: 0;
		/* margin-bottom: 25px; */
	}
	.pricing-section-wrap .pp-plan-details .pp-plan-title span {
		display: inline-block;
	}
	.pricing-section-wrap .pp-plan-details .pp-plan-title .plan-has-offer {
		display: inline-block;
		background-color: #eaffe6;
		padding: 0px 6px;
		color: #1aab00;
		font-size: 14px;
	}
	.pricing-section-wrap .pp-plan-details .pp-plan-period {
		text-transform: uppercase;
		font-weight: 100;
		font-size: 14px;
		opacity: 0.6;
		letter-spacing: 0.8px;
	}
	.pricing-section-wrap .pp-plan-details .pp-plan-icon-wrap {
		text-align: center;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.pricing-section-wrap .pp-plan-details .pp-plan-icon-wrap .pp-plan-icon {
		height: 40px;
		width: 40px;
		opacity: 0.9;
	}

	/* pricing rages */
	.pricing-section-wrap .pp-plan-rages {
		position: relative;
	}
	.pricing-section-wrap .pp-plan-rages .pp-plan {
		display: inline-block;
		text-align: center;
		line-height: 1.1;
		position: absolute;
		font-size: 16px;
		color: #2c3e50;
		padding: 8px 14px;
		border-radius: 2px;
		bottom: 10px;
		transition: 0.4s;
		word-break: break-word;
		max-width: 95px;
	}
	.pricing-section-wrap .pp-plan-rages .pp-plan.active {
		font-weight: 700;
	}
	.pricing-section-wrap .pp-plan-rages .pp-plan.monthly {
		left: 0;
	}
	.pricing-section-wrap .pp-plan-rages .pp-plan.yearly {
		left: 35.33%;
		transform: translateX(-50%);
	}
	.pricing-section-wrap .pp-plan-rages .pp-plan.three-yearly {
		left: 64.66%;
		transform: translateX(-50%);
	}
	.pricing-section-wrap .pp-plan-rages .pp-plan.five-yearly {
		right: 0;
	}

	/* package price */

	.pricing-section-wrap .package-prices {
		text-align: center;
		color: #2c3e50;
		margin-bottom: 12px;
		line-height: 1;
	}
	.pricing-section-wrap .package-prices .package-price {
		display: inline-block;
		font-size: 4.2rem;
		font-style: italic;
		/* line-height: 1.4; */
	}
	.pricing-section-wrap .package-prices .package-price .package-tc {
		position: absolute;
		color: #1aab00;
		font-size: 18px;
	}
	.pricing-section-wrap .package-prices .package-price .package-period {
		opacity: 0.8;
		font-size: 12px;
	}
	.pricing-section-wrap .package-prices .package-offer-prices {
		display: inline-block;
	}
	.pricing-section-wrap .package-prices .package-offer-prices .package-offer-price {
		font-size: 4.2rem;
		opacity: 0.9;
		text-decoration: line-through;
	}
	.pricing-section-wrap .package-prices .package-offer-prices .package-offer-period {
		opacity: 0.8;
		font-size: 12px;
	}
	.pricing-section-wrap .plan-has-offer {
		display: block;
		font-size: 14px;
		text-align: center;
		color: #1aab00;
		margin-bottom: 12px;
	}
	.pricing-section-wrap .offer-badge {
		background-color: #e1ffdc;
		color: #1aab00;
		padding: 4px 8px;
	}
	.pricing-section-wrap .billing-period {
		position: absolute;
		right: 0;
		font-style: italic;
		font-size: 12px;
		opacity: 0.8;
		padding-right: 2px;
		/* text-align: right; */
		/* float: right; */
	}

	.pricing-section-wrap .package-cta {
		/* margin-top: 20px; */
		margin-bottom: 20px;
		text-align: center;
	}
	.pricing-section-wrap .package-cta .buy-now-btn {
		display: inline-block;
		padding: 8px 22px;
		text-transform: uppercase;
		letter-spacing: 1px;
		background-color: #1aab00;
		/* background-color: #009688; */
		/* background-image: linear-gradient(-180deg,#35bdc3 0,#448c90 100%); */
		color: #fff;
		font-size: 16px;
		border-radius: 4px;
		box-shadow: 0 5px 14px 0 rgba(40,48,79,.2), 0 2px 4px 0 rgba(40,48,79,.2), inset 0 -1px 4px 0 rgba(23,78,138,.09);
		transition: all 0.4s;
	}
	.pricing-section-wrap .package-cta .buy-now-btn:hover {
		box-shadow: 0 5px 14px 0 rgba(40, 48, 79, 0.52), 0 2px 4px 0 rgba(40, 48, 79, 0.46), inset 0 -1px 4px 0 rgba(23, 78, 138, 0.41);
		/* background-color: #0d776d; */
		background-color: #288817;
	}

	.pricing-section-wrap .hr-line {
		height: 1px;
		width: 100%;
		background-color: #d8d8d8;
	}

	.pricing-section-wrap .b-trust-line {
		text-align: center;
		font-size: 2.2rem;
		color: #2a4156;
		text-shadow: 2px 2px 2px #ccc;
	}

	/* Features Block */
	.pricing-section-wrap .pp-features-block {
		background-color: #f4f7f9;
		padding: 3rem 2rem;
	}
	.pricing-section-wrap .pp-features-block .pp-features-title {
		font-size: 1.6rem;
		font-weight: 100;
		margin-bottom: 20px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #677d92;
	}
	.pricing-section-wrap .pp-features-block .pp-plan-features-col {
		padding: 0;
		margin: 0;
	}
	.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature {
		padding: 4px 8px 4px;
		list-style: none;
		margin-bottom: 2px;
		font-size: 14px;
	}
	.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature.not-active {
		/* opacity: 0.6; */
		text-decoration: line-through;
		color: #ff9492;
		/* background-color: #fac3c3; */
		transition: 0.4s;
	}
	.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature.active {
		opacity: 1;
	}
	.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .icon {
		display: flex;
		height: 22px;
		width: 22px;
		margin: 1px 12px 0 0;
		font-size: 16px;
	}
	.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .text {
		position: relative;
		line-height: 26px;
	}
	.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .text .f-info {
		margin-left: 4px;
		cursor: help;
		opacity: 0.4;
	}

	.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .text .pp-tooltip:hover .tooltip-box {
		visibility: visible;
		opacity: 1;
		bottom: 100%;
		z-index: 0;
	}
	.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .text .pp-tooltip .tooltip-box {
		position: absolute;
		background-color: bisque;
		color: #2c4052;
		bottom: 0%;
		opacity: 0;
		z-index: -1;
		left: 0px;
		/* width: 140px; */
		width: 230px;
		visibility: hidden;
		padding: 5px 4px;
		transition: 0.2s;
	}
	.pricing-section-wrap .pp-features-block .pp-plan-features-col .pp-plan-feature .text .pp-tooltip .tooltip-box p {
		text-align: center;
		font-size: 12px;
		line-height: 1.4;
	}

	/* Still have question */
	.pricing-section-wrap .pricing-support-block {
		margin-top: 50px;
		margin-bottom: 20px;
		padding: 30px 20px;
		background-color: #f4f7f9;
		text-align: center;
	}
	.pricing-section-wrap .pricing-support-block .pp-support-title {
		font-size: 2rem;
		color: #2c3e50;
		font-weight: 100;
	}
	.pricing-section-wrap .pricing-support-block .pp-support-msg {
		font-size: 1.6rem;
		color: #677d92;
		font-weight: 100;
		margin-bottom: 40px;
	}
	.pricing-section-wrap .pricing-support-block .pp-support-cta {}
	.pricing-section-wrap .pricing-support-block .pp-support-cta .pp-phone,
	.pricing-section-wrap .pricing-support-block .pp-support-cta .pp-email {
		display: inline-block;
		padding: 6px 12px;
		font-size: 16px;
		color: #ffffff;
		margin-bottom: 10px;
		margin-right: 5px;
		border-radius: 4px;
		letter-spacing: 1px;
		background-color: #009688;
		/* background-image: linear-gradient(-180deg,#35bdc3 0,#448c90 100%); */
		transition: 0.4s;
	}
	.pricing-section-wrap .pricing-support-block .pp-support-cta .pp-phone:hover,
	.pricing-section-wrap .pricing-support-block .pp-support-cta .pp-email:hover {
		box-shadow: 0 5px 14px 0 rgba(40, 48, 79, 0.52), 0 2px 4px 0 rgba(40, 48, 79, 0.46), inset 0 -1px 4px 0 rgba(23, 78, 138, 0.41);
		background-color: #0d776d;
	}

	/* Media Query For Small Devices */
	@media(max-width: 767px) {
		.pricing-section-wrap .pp-plan-rages .pp-plan.yearly {
			left: 36.33%;
		}
		.pricing-section-wrap .pp-plan-rages .pp-plan.three-yearly {
			left: 63.66%;
		}
	}

	/* Range Slider */
	*, *:before, *:after {
		box-sizing: border-box;
	}

	.range-slider {
		margin: 75px 0 0 0%;
	}

	.range-slider {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 45px;
	}

	.range-slider__range {
		-webkit-appearance: none;
		width: calc(100% - (73px));
		height: 10px;
		border-radius: 5px;
		/* background: #009688; */
		background: #2c3e50;
		outline: none;
		padding: 0;
		margin: 0;
		box-shadow: 0 5px 14px 0 rgba(40, 48, 79, 0.52), 0 2px 4px 0 rgba(40, 48, 79, 0.46), inset 0 -1px 4px 0 rgba(23, 78, 138, 0.41);
	}
	.range-slider__range::-webkit-slider-thumb {
		-webkit-appearance: none;
				appearance: none;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #2c3e50;
		cursor: grab;
		-webkit-transition: background .15s ease-in-out;
		transition: background .15s ease-in-out;
	}
	.range-slider__range::-webkit-slider-thumb:hover {
		background: #1abc9c;
	}
	.range-slider__range:active::-webkit-slider-thumb {
		background: #1abc9c;
		cursor: grabbing;
	}
	.range-slider__range::-moz-range-thumb {
		width: 20px;
		height: 20px;
		border: 0;
		border-radius: 50%;
		background: #2c3e50;
		cursor: grab;
		-moz-transition: background .15s ease-in-out;
		transition: background .15s ease-in-out;
	}
	/* .range-slider__range::-moz-range-track {
		background-color: #2c3e50;
	} */
	.range-slider__range::-moz-range-thumb:hover {
		background: #1abc9c;
	}
	.range-slider__range:active::-moz-range-thumb {
		background: #1abc9c;
	}
	.range-slider__range::-webkit-slider-thumb {
		box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
	}

	.range-slider__value {
		display: inline-block;
		position: relative;
		width: 60px;
		color: #fff;
		line-height: 20px;
		text-align: center;
		border-radius: 3px;
		background: #2c3e50;
		padding: 5px 10px;
		margin-left: 8px;
	}
	.range-slider__value:after {
		position: absolute;
		top: 8px;
		left: -7px;
		width: 0;
		height: 0;
		border-top: 7px solid transparent;
		border-right: 7px solid #2c3e50;
		border-bottom: 7px solid transparent;
		content: '';
	}

	::-moz-range-track {
		background: #d7dcdf;
		border: 0;
	}

	input::-moz-focus-inner,
	input::-moz-focus-outer {
		border: 0;
	}
