/* This css file is to over write bootstarp css
---------------------------------------------------------------------- */
/*
Theme Name: Neela - CSS3 Responsive Pricing Table
Theme URI: http://mixitlab.com/
Author: MixItLab
Author URI: http://mixitlab.com/
Description: Neela - CSS3 Responsive Pricing Table by MixItLab
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pricing, table, css3, mixitlab, business, bootstrap
*---------------------------------------------------------------------- */



/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /

* 1 - Google Font
* 2 - General Styles
*   2.1 - Buttons
*   2.2 - Hexagon
* 3 - Pricing Tables Style
*   3.1 - Format-1
*   3.2 - Format-2
*   3.3 - Format-2 Hex Hover 
*   3.4 - Format-3
* 4 - Responsive Styles

------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/

/* 1 - Google Font
------------------------------------------------------------------------*/  
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Poiret+One);

/* 1 - Google Font End 
------------------------------------------------------------------------*/

/* 2 - General styles
---------------------------------------------------------------------- */
.npt-format-1,
.npt-format-2,
.npt-format-3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.npt-title,
.npt-plan-name {
	margin: 0;
}
.npt-plan-details p { 
	color: #737373;
	font-family: 'Josefin Sans';
	font-size: 0.875em;
	font-weight: 300;
	line-height: 22px; 
}
.npt-plan-details ul {
	margin: 0px;
	padding: 0px;
}
.npt-plan-details li {
	display: inline-block;
}

.npt-mobile-display {
	display: none !important;
}
.npt-item-description {
	font-size: 14px;
	padding-top: 14px;
	letter-spacing: 0.115px;
	word-spacing: -0.5px;
}
.npt-plan-name {
	font-size: 1.125em;
	font-weight: 400;
	padding: 17px 0px;
	text-transform: uppercase;
}

.npt-cent,
.npt-duration {
	position: relative;
}
.npt-duration {
	padding-left: 15px;
	text-transform: lowercase;
}
.npt-cent:before,
.npt-duration:before {
	position: absolute;
	left: 0px;
	top: 0px;
}
.npt-cent:before {
	content: '.';
	left: -5px;
}
.npt-duration:before {
	content: "/";

	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
}
.npt-plan-details li {
	display: block;
	padding: 20px 20px;
	position: relative;
}
.npt-plan-details li:before {
	content: '';
	width: 144px;
	height: 1px;
	background: #ecf0f1;
	bottom: 0px;
	left: 50%;
	margin-left: -72px;
	position: absolute;
}
.npt-plan-details p {
	display: inline-block;
	margin: 0px;
}
.npt-plan-bottom {
	padding: 30px;
}
.npt-plan-bottom .btn {
	margin: 0px;
}
.npt-item {
	position: relative;
	overflow: hidden;
}


/* 2.1 - Button
-------------------------------------------- */
.npt-btn {
	border: 1px solid #ff1919;
	border-radius: 0px;
	color: #ff1919;
	font-family: 'Open Sans';
	font-size: .8125em;
	margin-top: 10px;
	padding: 7px 20px;
	position: relative;
	overflow: hidden;

	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.npt-btn:hover {
	background: #ff1919;
	border-color: #ff1919;
	color: #ffffff;
}
/* 2.1 - Button End
-------------------------------------------- */


/* 2.2 - Hexagon
-------------------------------------------- */
.npt-hex {
	position: relative;
	width: 128px; 
	height: 78px;
	border-radius: 7px; 
	margin: 30px auto 20px auto;
	text-align: left;  
}
.npt-hex:before, 
.npt-hex:after {
	position: absolute;
	width: inherit; height: inherit;
	border-radius: inherit;
	background: inherit;
	content: '';
	margin-left: -1px;
}
.npt-hex ,
.npt-hex:before, 
.npt-hex:after {
	border-left: 2px solid #ff1919;
	border-right: 2px solid #ff1919;
	background-color: #ff1919;
	color: #fff; 

	-webkit-transition: background-color .25s  ease-out;
	-moz-transition: background-color .25s  ease-out;
	-ms-transition: background-color .25s  ease-out;
	-o-transition: background-color .25s  ease-out;
	transition: background-color .25s  ease-out;
}
.npt-hex:before {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
.npt-hex:after {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.npt-hex.hex-margin {
	 margin-bottom: 60px;
}
/* 2.2 - Hexagon End
-------------------------------------------- */


/* 2.3 - Ribbon
-------------------------------------------- */
.npt-ribbon {
	box-sizing: border-box;
	position: absolute;
	top: 6px;
	left: -15px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	width: 120px;
	height: 25px;
	padding-right: 17px;
	line-height: 25px;
	background: #ff1919;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	-webkit-transform: rotate(-30deg);
	   -moz-transform: rotate(-30deg);
	    -ms-transform: rotate(-30deg);
	     -o-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
.npt-ribbon.npt-ribbon-right {
	left: inherit;
	right: -15px;
	padding-right: 0;
	padding-left: 17px;
	-webkit-transform: rotate(30deg);
	   -moz-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	     -o-transform: rotate(30deg);
	        transform: rotate(30deg);
}
/* 2.3 - Ribbon End
-------------------------------------------- */


.npt-plan-details li:before {
	content: '';
	width: 144px;
	height: 1px;
	background: #ecf0f1;
	bottom: 0px;
	left: 50%;
	margin-left: -72px;
	position: absolute;
}
.npt-plan-details p {
	display: inline-block;
	margin: 0!important; 
}
.npt-plan-details p>span {
	display: inline-block; 
	cursor:help; 
	border-bottom: dotted 1px #737373;
} 
.npt-plan-details>li {
	position: relative; 
	z-index: 0;
}
.npt-plan-details p>span>i {
	position: absolute;
	bottom: 100%;
	color: #BFBEBE;
	margin-bottom: 20px;
	line-height: 19px;
	font-size: 13px;
	left: 50%; 
	width: 144px;
	background:transparent; 
	margin-left: -72px; 
	z-index: -1;
	font-weight: 300;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.npt-plan-details p>span:hover>i {
	z-index: 1;
	margin-bottom: -11px; 
	background:#ffffff;  
}

/* 2 - General styles
---------------------------------------------------------------------- */




/* 3 - Pricing Tables Style
---------------------------------------------------------------------- */ 

/*3.1 - Format-1  
-------------------------------------------- */
.npt-format-1 .npt-item {
	background: #ffffff;
	overflow: auto;

	-webkit-transition: all .35s  ease-out;
	-moz-transition: all .35s  ease-out;
	-ms-transition: all .35s  ease-out;
	-o-transition: all .35s  ease-out;
	transition: all .35s  ease-out;
}
.npt-format-1 .npt-item .npt-plan-name {
	color: #ffffff;
}
.npt-format-1 .npt-item-1 .npt-plan-name {
	background: #00ABCD;
}
.npt-format-1 .npt-item-2 .npt-plan-name {
	background: #d9a255;
}
.npt-format-1 .npt-item-3 .npt-plan-name {
	background: #97d955;
}
.npt-format-1 .npt-item-4 .npt-plan-name {
	background: #c355d9;
}
.npt-format-1 .npt-item-5 .npt-plan-name {
	background: #808080;
}
.npt-format-1 .npt-plan-cost {
	color: #ffffff;
	padding-bottom: 13px;
}
.npt-format-1 .npt-item-1 .npt-plan-cost {
	background: #ff1919;
}
.npt-format-1 .npt-item-2 .npt-plan-cost {
	background: #e8b368;
}
.npt-format-1 .npt-item-3 .npt-plan-cost {
	background: #a8e868;
}
.npt-format-1 .npt-item-4 .npt-plan-cost {
	background: #d368e8;
}
.npt-format-1 .npt-item-5 .npt-plan-cost {
	background: #8c8c8c;
}
.npt-format-1 .npt-cost {
	font-size: 3.43em;
	font-family: 'Quicksand', Arial, sans-serif;    
	font-weight: 600;
}
/*3.1 - Format-1 End
-------------------------------------------- */



/*3.2 - Format-2  
-------------------------------------------- */ 
.npt-format-2 {
	background: #ecf0f1;
	overflow: auto;
	text-align: center;
	padding: 60px 15px;
}

.npt-format-2 .npt-item {
	background: #ffffff;

	-webkit-transition: all .35s  ease-out;
	-moz-transition: all .35s  ease-out;
	-ms-transition: all .35s  ease-out;
	-o-transition: all .35s  ease-out;
	transition: all .35s  ease-out;
}
.npt-format-2 .npt-plan-name {
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 55px;
	font-family: 'Josefin Sans', Arial, sans-serif;
}
.npt-format-2 .npt-plan-description {
	font-size: 1.1em;
	font-weight: 400;
	padding-bottom: 23px;
	padding-top: 10px;
	font-family: 'Josefin Sans', Arial, sans-serif;
}
.npt-format-2 .npt-plan-cost {
	width: 100%;
	display: inline-block;   
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;

	-webkit-transition: all .35s  ease-out;
	-moz-transition: all .35s  ease-out;
	-ms-transition: all .35s  ease-out;
	-o-transition: all .35s  ease-out;
	transition: all .35s  ease-out;
}
.npt-format-2 .npt-item:hover .npt-plan-cost {
	 
}
.npt-format-2 .npt-currency {
	font-size: 1.43em; 
	line-height: 20px;
}
.npt-format-2 .npt-cost {
	font-size: 3em;
    font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	line-height: 45px;
}
.npt-format-2 .npt-duration {
	padding-left: 0px;
	text-transform: capitalize;
	line-height: 35px;

}
.npt-format-2 .npt-duration:before {
	content: '';
}
.npt-format-2 .npt-plan-details {
	padding-top: 20px;
	    font-family: 'Quicksand', Arial, sans-serif;
}
.npt-format-2 .npt-plan-details li {
	padding: 8px 20px;
}

.npt-offer-limit {
	display: inline-block;
	font-size: .875em;
	color: #737373;
}
.npt-format-2 .npt-btn {
	background: #ff1919;
	border-color: #ff1919;
	color: #ffffff;
	font-size: 1em;
	padding: 12px 35px;
	font-family: 'Quicksand', Arial, sans-serif;
	font-weight: 700;
	
} 
.npt-format-2 .npt-btn:hover {
	background: #ffffff;
	color: #ff1919;
} 
/*3.2 - Format-2 End 
-------------------------------------------- */




/*3.3 - Format-2 Hex Hover 
-------------------------------------------- */ 
.npt-format-2.npt-hex-hover .npt-item:hover .npt-hex,
.npt-format-2.npt-hex-hover .npt-item:hover .npt-hex:after,
.npt-format-2.npt-hex-hover .npt-item:hover .npt-hex:before {
	background-color: transparent;
	color:#ff1919;
} 

/*3.3 - Format-2 Hex Hover  End
-------------------------------------------- */ 



 
/*3.4 - Format-3 Hex Hover 
-------------------------------------------- */ 
.npt-format-3 {
	background: #ecf0f1;
	overflow: auto;
	padding: 60px 30px;
}

.npt-format-3 .npt-item {
	background: #ffffff;
}
.npt-format-3 .npt-plan-name {
	font-size: 1.43em;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 55px;
}
.npt-format-3 .col-sm-3 {
	padding: 0px;
}
.npt-format-3 .npt-item-1 .npt-plan-top {
	background: #ecf0f1;
}
.npt-format-3 .npt-item-1 .npt-title {
	background: #f5f9fa;
	color: #ff1919;
	font-size: 1.43em;
	font-weight: 700;
	margin-top: 25px;
	padding: 26px 25px;
	text-transform: uppercase;
}
.npt-format-3 .npt-item-1 li {
	padding: 19px 25px 19.5px 25px;
}
.npt-format-3 .npt-item-1 li:before {
	left: 25px;
	margin-left: 0px;
} 
.npt-format-3 .npt-plan-name {
	padding: 35px 0px;
}
.npt-format-3 .npt-plan-cost {
	background: #f5f9fa;
	color: #ff1919;
	font-family: 'Open Sans';
}
.npt-format-3 .npt-currency {
	font-size: 1.43em; 
}
.npt-format-3 .npt-cost {
	font-size: 3.4em;
	font-family: 'Quicksand', Arial, sans-serif;
	font-weight: 700;
}
.npt-format-3 .npt-duration:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.npt-format-3 .npt-has-ability .npt-ability-icon {
	color: #ff1919;
}
.npt-format-3 .npt-has-not-ability i {
	color: #f15b5d;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.npt-format-3 .npt-plan-bottom {
	padding-top: 60px;
}
.npt-format-3 .npt-item-1 .npt-plan-bottom {
	padding: 70px 0px;
}
 
.npt-format-3 .npt-btn {
	background: #ff1919;
	border-color: #ff1919;
	color: #ffffff;
	font-size: 1em;
	padding: 12px 35px;
	
}  
.npt-format-3 .npt-btn:hover {
	background: #ffffff;
	color: #ff1919;
} 
/*3.4 - Format-3 Hex Hover 
-------------------------------------------- */ 
/* 3 - Pricing Tables Style
---------------------------------------------------------------------- */ 


 

/* 4 - Responsive Style
---------------------------------------------------------------------- */

@media screen and (max-width: 1169px) { 
    .npt-format-3 .npt-item-1 .npt-title {
        font-size: 1.25em;
        padding: 27px 25px 27px 25px;
    }
    .npt-format-2 {
        padding: 30px;
    }
    .npt-format-3 .npt-item-1 li { padding: 20px 10px 19px 10px; }
    .npt-format-3 .npt-item-1 .npt-plan-bottom {
    	padding-bottom: 69px;
    }
} 
@media screen and (max-width: 992px) { 
    .npt-plan-details p {
        letter-spacing: 0px;
        line-height: 23px;
    }
    .npt-format-3 .npt-item-1 .npt-plan-details li:before {
        left: 0px;
    }
    .npt-plan-details li { padding: 10px 7px}
    .npt-format-1 .npt-cost { font-size: 2.35em }
    .npt-format-2 .npt-cost,
    .npt-format-3 .npt-cost { font-size: 2.5em }
    .npt-pricing-tables .npt-format-2 { padding: 20px }
    .npt-format-2 .npt-plan-cost {
        width: 120px;
        height: 120px;
    }
    .npt-format-2 .btn { padding: 12px 35px }
    .npt-format-3 { padding: 15px 25px }
    .npt-format-3 .npt-item-1 .npt-title {
        font-size: 1.15em;
        padding: 19px 15px 18px 15px;
    }
    .npt-format-2 .npt-plan-name, .npt-format-3 .npt-plan-name {
        font-size: 1.25em;
    }
    .npt-format-3 .npt-item-1 li { padding: 10px 5px 9px 5px }
    .npt-format-2 .npt-btn,
    .npt-format-3 .npt-btn { 
        font-size: .875em;
        padding: 10px 20px 
    } 
    .npt-format-3 .npt-plan-cost {
    	height: 78px;
    	padding-top: 10px;
    }
    .npt-format-3 .npt-item-1 .npt-plan-bottom {
    	padding-bottom: 62px;
    }
} 
@media screen and (max-width: 860px) { 
    .npt-plan-details p {
        letter-spacing: 0px;
        line-height: 23px;
    }
    .npt-format-3 .item-1 .plan-details li:before {
        left: 0px;
    } 
    .npt-plan-details li { padding: 5px }
    .npt-format-1 .npt-cost { font-size: 2.35em }
    .npt-format-2 .npt-cost,
    .npt-format-3 .npt-cost { font-size: 2.5em }
    .npt-format-2 { padding: 20px }
    .npt-format-2 .npt-plan-cost {
        width: 120px;
        height: 120px;
    }
    .npt-format-3 .npt-plan-cost {
    	height: 78px;
    	padding-top: 14px;
    }
    .npt-pricing-tables .npt-format-2 .npt-btn { padding: 12px 35px }
    .npt-format-3 { padding: 15px 25px }
    .npt-format-3 .npt-item-1 .npt-title {
        font-size: 1.15em;
        padding: 19px 15px 18px 15px;
    }
    .npt-format-2 .npt-plan-name, 
    .npt-format-3 .npt-plan-name {
        font-size: 1.25em;
    }
    .npt-format-3 .npt-item-1 li { padding: 4px 5px 5px 5px }
    .npt-format-2 .npt-btn,
    .npt-format-3 .npt-btn { 
        font-size: .875em;
        padding: 10px 20px 
    }
    .npt-format-3 .npt-item-1 .npt-plan-bottom { padding: 66px 0px }
    
}
@media screen and (max-width: 767px) { 
	.npt-plan-details li {
		padding: 10px;
	}
	.npt-plan-includes {
		display: none;
	}
	 
	.npt-mobile-display {
		display: inline-block !important;
	}

    .npt-format-2 { padding: 15px 30px }
    .npt-format-2 .item { margin: 15px 0px }
    .npt-format-3 { padding: 15px 30px }
    .npt-format-3 .col-sm-3 {padding:0 15px;}
    .npt-item {
        margin: 15px 0px;
        vertical-align: text-top;
    }
    .npt-format-3 .npt-item-1 .npt-plan-bottom { display: none }
    .npt-format-3 .npt-item-1 .npt-title { padding: 22px 25px }
    .npt-format-3 .npt-col-sm-3 {
        padding: 0px 15px;
    }

} 

@media screen and (max-width: 640px) { 
    .section-description {
        font-size: .93em;
        padding: 0px 15px 22px 15px;
    }
    .npt-format-2 {
        padding: 30px 0px;
    }
    .npt-format-2 .item {
        margin: 15px 0px;
        text-align: center;
    }
    .npt-format-2 .col-sm-3,
    .npt-format-2 .col-xs-6 {
        width: 100%;
        padding: 0px 15px;
    }
    .npt-format-3 .npt-item-1 li:before {
        left: inherit;
        margin-left: -72px;
    }
    .npt-format-3 .npt-item-1 .npt-plan-name {
        display: none;
    }
    .npt-format-3 .npt-item-1 .npt-plan-bottom {
        padding: 45px 0px;
    }
    .npt-planning-area .npt-format-3 {
        padding: 20px;
    }
}