/* -------------------------------- 

Primary style

-------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	font-size: 62.5%;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: "Open Sans", sans-serif;
}
.cd-pricing-section {
	
	margin-top: 70px;
	padding: 50px 0px 10px 0px;
}
a {
	color: #333;
	text-decoration: none;
}
.cd-header {
	position: relative;
}
.cd-header h1 {
	text-align: center;
	color: #FFFFFF;
	font-size: 2.2rem;
	padding-right: 25px;
}
.cal_sec {
	margin: auto;
	width: 1140px;
	background: #e8e7e7;
}
.cal_in {
	background: #173d50;
	height: 470px;
	padding: 50px;
}
@media only screen and (min-width: 768px) {
/*.cd-header {
	height: 160px;
	line-height: 280px;
}*/
.cd-header h1 {
	font-size: 2.2rem;
	font-weight: 300;
}
}
.cd-pricing-container {
	width: 90%;
	max-width: 1170px;
	margin: 2em auto;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-container {
    }
    .cd-pricing-container.cd-full-width {
	    width: 100%;
	    max-width: none;
    }
}

.cd-pricing-switcher {
	text-align: center;
	margin-bottom: 60px;
}

.cd-pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	padding-left: 24px;
	border-radius: 50em;
	border: 1px solid #225b78;
}

.cd-pricing-switcher input[type="text"] {
	position: absolute;
	font-size: 25px !important;
}

.cd-pricing-switcher input[type="text"] {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #93ce2c;
	border-radius: 0;
	outline: 0;
	text-align: center;
	color: #ff5008;
	height: 3.4rem;
	/*width: 43% !important;*/
    width: 36% !important;
	font-size: 1.5rem;
	box-shadow: none;
	box-sizing: content-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.center {
	width: 286px;
	margin: 20px auto;
}

.cd-header p {
	text-align: center;
	color: #ccc;
	padding: 10px;
}

.cd-pricing-switcher h2 {
	color: #93ce2c;
	font-size: 18px;
}

.center .input-group-btn>.btn {
	position: relative;
	background: none;
	color: #ff5008 !important;
	font-size: 18px;
	font-weight: bold;
	border-color:#ff5008;
}

.cd-pricing-switcher input[type="text"]:focus {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
}
.cd-pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	text-align: right;
	line-height: 40px;
	cursor: pointer;
	font-size: 1.8rem;
	color: #FFFFFF;
}
.cd-pricing-switcher .cd-switch {
	/* floating background */
	position: absolute;
	top: 2px;
	left: 2px;
	height: 40px;
	width: 90px;
	background-color: #93ce2c;
	border-radius: 50em;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}
.cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch, .cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
	/* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	-o-transform: translateX(90px);
	transform: translateX(90px);
}
.cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch, .cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
	/* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	-o-transform: translateX(90px);
	transform: translateX(180px);
}
.no-js .cd-pricing-switcher {
	display: none;
}
.cd-pricing-list {
}
.cd-pricing-list > li {
	position: relative;
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
.cd-pricing-list {
}
.cd-pricing-list:after {
	content: "";
	display: table;
	clear: both;
}
.cd-pricing-list > li {
	width: 28%;
	float: left;
	margin: 2.5%;
}
.cd-has-margins .cd-pricing-list > li {
	width: 24.25%;
	float: left;
	margin-right: 1.5%;
}
.cd-has-margins .cd-pricing-list > li:last-of-type {
	margin-right: 0;
}
}
.cd-pricing-wrapper {
	position: relative;
	background: #fff;
	text-align:center;
	border-color: #191d23 #dadee3 #dadee3;
    border-style: solid;
    border-width: 20px 1px 1px;
}
.touch .cd-pricing-wrapper {
	/* fix a bug on IOS8 - rotating elements dissapear*/
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}
.cd-pricing-wrapper.is-switched .is-visible {
	/* totate the tables - anticlockwise rotation */
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: cd-rotate 0.5s;
	-moz-animation: cd-rotate 0.5s;
	animation: cd-rotate 0.5s;
}
.cd-pricing-wrapper.is-switched .is-hidden {
	/* totate the tables - anticlockwise rotation */
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: cd-rotate-inverse 0.5s;
	-moz-animation: cd-rotate-inverse 0.5s;
	animation: cd-rotate-inverse 0.5s;
	opacity: 0;
}
.cd-pricing-wrapper.is-switched .is-selected {
	opacity: 1;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
	/* invert rotation direction - clockwise rotation */
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: cd-rotate-back 0.5s;
	-moz-animation: cd-rotate-back 0.5s;
	animation: cd-rotate-back 0.5s;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
	/* invert rotation direction - clockwise rotation */
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: cd-rotate-inverse-back 0.5s;
	-moz-animation: cd-rotate-inverse-back 0.5s;
	animation: cd-rotate-inverse-back 0.5s;
	opacity: 0;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1;
}
.cd-pricing-wrapper > li {
	background-color: #FFFFFF;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Firefox bug - 3D CSS transform, jagged edges */
	outline: 1px solid transparent;
}
.cd-pricing-wrapper > li::after {
	/* subtle gradient layer on the right - to indicate it's possible to scroll */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	pointer-events: none;
	background: -webkit-linear-gradient( right, #FFFFFF, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.cd-pricing-wrapper > li.is-ended::after {
	/* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
	display: none;
}
.cd-pricing-wrapper .is-visible {
	/* the front item, visible by default */
	position: relative;
	z-index: 5;
}
.cd-pricing-wrapper .is-hidden {
	/* the hidden items, right behind the front one */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.cd-pricing-wrapper .is-selected {
	/* the next item that will be visible */
	z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
.cd-pricing-wrapper > li::before {
	/* separator between pricing tables - visible when number of tables > 3 */
	content: '';
	position: absolute;
	z-index: 6;
	left: -1px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 50%;
	background-color: #b1d6e8;
}
.cd-pricing-wrapper > li::after {
	/* hide gradient layer */
	display: none;
}
.cd-popular .cd-pricing-wrapper > li {
	box-shadow: inset 0 0 0 3px #e97d68;
}
.cd-has-margins .cd-pricing-wrapper > li, .cd-has-margins .cd-popular .cd-pricing-wrapper > li {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-secondary-theme .cd-pricing-wrapper > li {
	background: #3aa0d1;
	background: -webkit-linear-gradient( bottom, #3aa0d1, #3ad2d1);
	background: linear-gradient(to top, #3aa0d1, #3ad2d1);
}
.cd-secondary-theme .cd-popular .cd-pricing-wrapper > li {
	background: #e97d68;
	background: -webkit-linear-gradient( bottom, #e97d68, #e99b68);
	background: linear-gradient(to top, #e97d68, #e99b68);
	box-shadow: none;
}
:nth-of-type(1) > .cd-pricing-wrapper > li::before {
	/* hide table separator for the first table */
	display: none;
}
.cd-has-margins .cd-pricing-wrapper > li {
	border-radius: 4px 4px 6px 6px;
}
.cd-has-margins .cd-pricing-wrapper > li::before {
	display: none;
}
}
@media only screen and (min-width: 1500px) {
.cd-full-width .cd-pricing-wrapper > li {
	padding: 2.5em 0;
}
}
.no-js .cd-pricing-wrapper .is-hidden {
	position: relative;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	margin-top: 1em;
}
 @media only screen and (min-width: 768px) {
.cd-popular .cd-pricing-wrapper > li::before {
	/* hide table separator for .cd-popular table */
	display: none;
}
.cd-popular + li .cd-pricing-wrapper > li::before {
	/* hide table separator for tables following .cd-popular table */
	display: none;
}
}
.cd-pricing-header {
    position: relative;
    z-index: 1;
    height: 115px;
    padding: 1em;
    pointer-events: none;
    background-color: #dddbdb;
    color: #173d50;
}
.cd-pricing-header h2 {
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
	background: #f1f1f1;
	padding: 5px 0px;
}
.cd-popular .cd-pricing-header {
	background-color: #e97d68;
}
@media only screen and (min-width: 768px) {
.cd-pricing-header {
	height: auto;
	padding: 1.9em 0.9em 1.6em;
	pointer-events: auto;
	text-align: center;
	color: #173d50;
	background-color: transparent;
}
.cd-popular .cd-pricing-header {
	color: #e97d68;
	background-color: transparent;
}
.cd-secondary-theme .cd-pricing-header {
	color: #FFFFFF;
}
.cd-pricing-header h2 {
	font-size: 1.8rem;
	letter-spacing: 2px;
}
}
.cd-currency, .cd-value {
	
}
.cd-duration {
	font-weight: 700;
	font-size: 1.3rem;
	color: #777;
	text-transform: uppercase;
}
.cd-popular .cd-duration {
	color: #f3b6ab;
}
.cd-duration::before {
	
	margin-right: 2px;
}
 @media only screen and (min-width: 768px) {
.cd-value {
	    font-size: 21px;
    font-weight: 700;
}
.cd-currency, .cd-duration {
	
}
.cd-popular .cd-currency, .cd-popular .cd-duration {
	color: #e97d68;
}
.cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
	color: #2e80a7;
}
.cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
	color: #ba6453;
}

.cd-duration {
	font-size: 1.4rem;
}
}
.cd-pricing-body {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.is-switched .cd-pricing-body {
	/* fix a bug on Chrome Android */
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
.cd-pricing-body {
	overflow-x: visible;
}
}

.cd-pricing-features:after {
	content: "";
	display: table;
	clear: both;
}

.cd-pricing-features em {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}
@media only screen and (min-width: 768px) {
.cd-pricing-features {
	width: auto;
}
.cd-pricing-features li {
	float: none;
	width: auto;
	
}
.cd-popular .cd-pricing-features li {
	margin: 0 3px;
}

.cd-pricing-features em {
	display: inline-block;
	margin-bottom: 0;
}
.cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
	margin: 0;
}
.cd-secondary-theme .cd-pricing-features li {
	color: #FFFFFF;
}
.cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
	background-color: transparent;
}
}
.cd-pricing-footer {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	/* on mobile it covers the .cd-pricing-header */
	height: 40px;
	width: 100%;
}
.cd-pricing-footer::after {
	/* right arrow visible on mobile */
	content: '';
	position: relative;
	right: 1em;
	
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	
}
@media only screen and (min-width: 768px) {
.cd-pricing-footer {
	position: relative;
	height: auto;
	padding: 1.8em 0;
	text-align: center;
}
.cd-pricing-footer::after {
	/* hide arrow */
	display: none;
}
.cd-has-margins .cd-pricing-footer {
	padding-bottom: 0;
}
}
.cd-select {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    background: #173d50;
    padding: 10px 30px;
}

@media only screen and (min-width: 768px) {
.cd-select {
	position: static;
	display: inline-block;
	height: auto;
	padding: 1.3em 3em;
	color: #FFFFFF;
	border-radius: 2px;
	background-color: #0c1f28;
	font-size: 1.4rem;
	text-indent: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.no-touch .cd-select:hover {
	background-color: #112e3c;
}
.cd-popular .cd-select {
	background-color: #e97d68;
}
.no-touch .cd-popular .cd-select:hover {
	background-color: #ec907e;
}
.cd-secondary-theme .cd-popular .cd-select {
	background-color: #0c1f28;
}
.no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
	background-color: #112e3c;
}
.cd-has-margins .cd-select {
	display: block;
	padding: 1.7em 0;
	border-radius: 0 0 4px 4px;
}
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-rotate {
 0% {
 -webkit-transform: perspective(2000px) rotateY(0);
}
 70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
}
 100% {
 -webkit-transform: perspective(2000px) rotateY(180deg);
}
}
@-moz-keyframes cd-rotate {
 0% {
 -moz-transform: perspective(2000px) rotateY(0);
}
 70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(200deg);
}
 100% {
 -moz-transform: perspective(2000px) rotateY(180deg);
}
}
@keyframes cd-rotate {
 0% {
 -webkit-transform: perspective(2000px) rotateY(0);
 -moz-transform: perspective(2000px) rotateY(0);
 -ms-transform: perspective(2000px) rotateY(0);
 -o-transform: perspective(2000px) rotateY(0);
 transform: perspective(2000px) rotateY(0);
}
 70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
 -moz-transform: perspective(2000px) rotateY(200deg);
 -ms-transform: perspective(2000px) rotateY(200deg);
 -o-transform: perspective(2000px) rotateY(200deg);
 transform: perspective(2000px) rotateY(200deg);
}
 100% {
 -webkit-transform: perspective(2000px) rotateY(180deg);
 -moz-transform: perspective(2000px) rotateY(180deg);
 -ms-transform: perspective(2000px) rotateY(180deg);
 -o-transform: perspective(2000px) rotateY(180deg);
 transform: perspective(2000px) rotateY(180deg);
}
}
@-webkit-keyframes cd-rotate-inverse {
 0% {
 -webkit-transform: perspective(2000px) rotateY(-180deg);
}
 70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
}
 100% {
 -webkit-transform: perspective(2000px) rotateY(0);
}
}
@-moz-keyframes cd-rotate-inverse {
 0% {
 -moz-transform: perspective(2000px) rotateY(-180deg);
}
 70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(20deg);
}
 100% {
 -moz-transform: perspective(2000px) rotateY(0);
}
}
@keyframes cd-rotate-inverse {
 0% {
 -webkit-transform: perspective(2000px) rotateY(-180deg);
 -moz-transform: perspective(2000px) rotateY(-180deg);
 -ms-transform: perspective(2000px) rotateY(-180deg);
 -o-transform: perspective(2000px) rotateY(-180deg);
 transform: perspective(2000px) rotateY(-180deg);
}
 70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
 -moz-transform: perspective(2000px) rotateY(20deg);
 -ms-transform: perspective(2000px) rotateY(20deg);
 -o-transform: perspective(2000px) rotateY(20deg);
 transform: perspective(2000px) rotateY(20deg);
}
 100% {
 -webkit-transform: perspective(2000px) rotateY(0);
 -moz-transform: perspective(2000px) rotateY(0);
 -ms-transform: perspective(2000px) rotateY(0);
 -o-transform: perspective(2000px) rotateY(0);
 transform: perspective(2000px) rotateY(0);
}
}
@-webkit-keyframes cd-rotate-back {
 0% {
 -webkit-transform: perspective(2000px) rotateY(0);
}
 70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
}
 100% {
 -webkit-transform: perspective(2000px) rotateY(-180deg);
}
}
@-moz-keyframes cd-rotate-back {
 0% {
 -moz-transform: perspective(2000px) rotateY(0);
}
 70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-200deg);
}
 100% {
 -moz-transform: perspective(2000px) rotateY(-180deg);
}
}
@keyframes cd-rotate-back {
 0% {
 -webkit-transform: perspective(2000px) rotateY(0);
 -moz-transform: perspective(2000px) rotateY(0);
 -ms-transform: perspective(2000px) rotateY(0);
 -o-transform: perspective(2000px) rotateY(0);
 transform: perspective(2000px) rotateY(0);
}
 70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
 -moz-transform: perspective(2000px) rotateY(-200deg);
 -ms-transform: perspective(2000px) rotateY(-200deg);
 -o-transform: perspective(2000px) rotateY(-200deg);
 transform: perspective(2000px) rotateY(-200deg);
}
 100% {
 -webkit-transform: perspective(2000px) rotateY(-180deg);
 -moz-transform: perspective(2000px) rotateY(-180deg);
 -ms-transform: perspective(2000px) rotateY(-180deg);
 -o-transform: perspective(2000px) rotateY(-180deg);
 transform: perspective(2000px) rotateY(-180deg);
}
}
@-webkit-keyframes cd-rotate-inverse-back {
 0% {
 -webkit-transform: perspective(2000px) rotateY(180deg);
}
 70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
}
 100% {
 -webkit-transform: perspective(2000px) rotateY(0);
}
}
@-moz-keyframes cd-rotate-inverse-back {
 0% {
 -moz-transform: perspective(2000px) rotateY(180deg);
}
 70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-20deg);
}
 100% {
 -moz-transform: perspective(2000px) rotateY(0);
}
}
@keyframes cd-rotate-inverse-back {
 0% {
 -webkit-transform: perspective(2000px) rotateY(180deg);
 -moz-transform: perspective(2000px) rotateY(180deg);
 -ms-transform: perspective(2000px) rotateY(180deg);
 -o-transform: perspective(2000px) rotateY(180deg);
 transform: perspective(2000px) rotateY(180deg);
}
 70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
 -moz-transform: perspective(2000px) rotateY(-20deg);
 -ms-transform: perspective(2000px) rotateY(-20deg);
 -o-transform: perspective(2000px) rotateY(-20deg);
 transform: perspective(2000px) rotateY(-20deg);
}
 100% {
 -webkit-transform: perspective(2000px) rotateY(0);
 -moz-transform: perspective(2000px) rotateY(0);
 -ms-transform: perspective(2000px) rotateY(0);
 -o-transform: perspective(2000px) rotateY(0);
 transform: perspective(2000px) rotateY(0);
}
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 12px;
	cursor: pointer;
	line-height: 40px;
	display: inline-block;
	color: #93ce2c;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 20px;
	height: 20px;
	background: #93ce2c;
	position: absolute;
	top: 9px;
	left: 9px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.select-price {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.select-price img {
	width: 14%;
	display: inline-block;
}
.select-price span {
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	display: inline-block;
	/*height: 50px;*/
	margin: auto;
	text-align: center;
	padding-left: 15px;
}
.card h4 {
	height: auto;
	color: #666;
	text-align: center;
	padding: 5px;
	font-size: 19px;
}
.card {
	background: #fff;
	margin: 1%;
	height: auto;
	text-align: center;
	padding: 12px;
}
.card p {
	font-size: 22px;
	font-weight: bold;
	padding: 0px 10px 14px 10px;
	color: #93ce2c;
}
.no-padding {
	padding: 0;
}
.card-body.get-quate {
	margin: auto;
	display: block;
	text-align: center;
	padding: 50px 0 0 0;
}
.price_cal {
	padding: 60px 0px 0 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: block;
	margin: auto;
}
.price-user img {
	width: 11%;
}
.card.price-user {
	min-height: 245px;
}
input::placeholder {
 color: red;
}
.input-group {
	width: 100%;
}
.md-form.text_user {
	/* padding: 20px; */
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
form#mc-embedded-subscribe-form {
	padding: 42px 30px;
	margin-bottom: 20px;
}
.scroll-down {
	opacity: 1;
	-webkit-transition: all .5s ease-in 3s;
	transition: all .5s ease-in 3s;
}
.card.final_price {
	border: 3px solid #93ce2c;
	padding: 9px;
}
.card.final_price p {
	color: #173d50;
}
/*Contact page Css*/
.cd-contact-section {
	margin-top: 70px;
	padding: 50px 0px 0px 10px;
	background: #f1f1f1;
}
.cd-contact-section .contact_info {
	padding: 20px;
}
.con-header h1 {
	text-align: center;
	color: #666;
	font-size: 2.2rem;
}
.con-header h2 {
	text-align: center;
	color: #666;
	padding-bottom:20px;
	font-size: 1.6rem;
}
.con-header p {
    text-align: center;
}
.get-quate .send_btn {
	text-align: center;
	margin: auto;
	display: block;
}
.section-description {
	color: #c6c4c4;
	text-align: center;
	font-size: 14px;
	padding: 2px 0 52px;
	line-height: 1.8;
}
.contact-icons .fa-2x {
	font-size: 2.5em;
	color: #93ce2c;
}
ul.contact-icons {
	text-align: center;
}
ul.contact-icons li {
	line-height: 2;
	padding-bottom: 5px;
}
.contact-box a {
	color: #666;
	text-decoration: none;
	padding: 0px;
	line-height: 1.5;
}
div#contact-form {
	padding: 35px;
}
.contact-icons p {
	color: #666;
	font-size: 14px;
}
.contact-box img {
	background: #353e50 none repeat scroll 0 0;
	border-radius: 70%;
	display: block;
	height: 70px;
	margin: -50px auto 10px;
	width: 70px;
	padding: 14px 1px 1px 3px;
}
.contact-box h2 {
	font-size: 16px;
	color: #666;
}
.contact-box p {
	font-size: 18px;
	font-weight: bold;
	padding: 2px;
	color: #93ce2c;
}
.center-on-small-only {
	text-align: center;
}
.cd-contact-section .contact_info {
	padding: 10px 0 0;
}
#contact-form .md-form label {
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
	color: #666;
	position: absolute;
 top: .8rem;
	left: 0px;
	font-size: 1.5rem;
	cursor: text;
}
/*problem vs solution section*/
.problem-bg-section {
	margin-top: 70px;
	padding: 50px 0px 0px 10px;
	background: url(../imgweb/Picture1.png);
	background-position: -45px;
	position: relative;
}
.icon-Top {
	text-align: center;
	margin: auto;
	display: block;
	line-height: 2;
}
.icon-Top i {
	color: #fff;
	font-size: 44px;
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 15px;
}
.icon-Top h1 {
	padding: 30px 0;
	font-size: 48px;
	font-weight: bold;
	font-family: sofia;
}
.silde-one {
	padding: 20px 0;
}
.slide-three {
	padding: 50px 0;
}
.slide-two {
    background: #173d50;
    padding: 20px 0;
}
.heading-main {
	padding: 30px 0;
}
.heading-main h2 {
	color: #93ce2c;
	font-size: 30px;
	font-weight: 600;
}
.left-Side {
	background: #f1f1f1;
	vertical-align: middle;
	/* display: table-cell; */
	text-align: center;
	padding: 20px;
	width: 100%;
	position: relative;
	top: 155px;
}
.left-Side p {
	font-size: 18px;
	color: #666;
	line-height: 1.2;
}
.Box1 {
	position: relative;
	width: 350px;
	height: 60px;
	margin-bottom: 10px;/* text-align: center; */
}
.color1 {
	background: #7CB342;
}
.color2 {
	background: #FFB300;
}
.color3 {
	background: #00ACC1;
}
.color4 {
	background: #da9923;
}
.color5 {
	background: #FF7043;
}
.color6 {
	background: #4E997A;
}
.color11 {
	color: #7CB342;
}
.color21 {
	color: #FFB300;
}
.color31 {
	color: #00ACC1;
}
.color41 {
	color: #da9923;
}
.color51 {
	color: #FF7043;
}
.color61 {
	color: #4E997A;
}
.overlayO {
	background: #f1f1f1;
	box-shadow: 1px 0px 7px 2px #ccc;
	opacity: 0.9;
	position: absolute;
	left: 60px;
	top: -5px;
	width: 280px;
	height: 70px;
}
span.number {
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	color: #fff;
	padding: 8px 15px;
	left: -52px;
	top: 10px;
	border: 3px solid #f1f1f1;
	vertical-align: middle;
	display: table-cell;
}
.overlayO p {
	color: #666;
	padding: 25px;
	font-size: 16px;
}
.box-rounded {
	padding: 10px;
	border-radius: 30px;
	width: 85%;
	height: 100px;
	line-height: 1.2;
	float: none;
	margin: auto;
	color: #fff;
	
}
.box-rounded .number2 {
	font-size: 50px;
	font-weight: 900;
	width: 100px;
	padding-left: 15px;
	display: inline-block;
}
.box-rounded p {
	font-size: 18px;
	width: 300px;
	display: inline-block;
    vertical-align:middle
}
.marginB {
	margin-bottom: 30px;
}
.rightS .number3 {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	color:#fff;
}
.rightS h4 {
	font-weight: bold;
	font-size: 18px;
	color: #666;
}
.rightS .number13 {
	width: 90%;
	display: inline-block;
	padding-left: 30px;
	line-height: 1.2;
	vertical-align: middle;
}
.leftS img {
	display: inline-block;
	margin: auto;
	text-align: center;/* width: 82%; */
}
.leftS {
	text-align: center;
	margin: auto;
}
.solution_s {
	min-height: 91px;
	margin: auto;
	vertical-align: middle;
	display: block;
}
.colorA {
	background: #4E997A;
}
.colorB {
	background: #417F66;
}
.rightS {
	vertical-align: middle;
	/* height: 100px; */
	padding-top: 20px;
}
.colorC {
	background: #A6A6A6;
}
.colorD {
	background: #595959;
}
/*Solution */

.right_sol {
	position: relative;
	
	justify-content: space-between;
}
.dotted_circle {
	position: absolute;
	z-index: 1;
	width: 450px;
	height: 450px;
	border-radius: 50%;
	border: 5px dotted #ccc;
}
.slide-four {
	height:650px;
	padding:20px;
	}
.circle_fix {
    position: relative;
    width: 160px;
    height: 160px;
    background: #fafafa;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 0px 6px 2px #f1ecec;
}
.circle_fix img {
    width: 70px;
    text-align: center;
    position: relative;
    top: 26px;
    margin: auto;
    display: block;
    /* line-height: 72; */
    /* vertical-align: middle; */
}
.circle_fix p {
  
    text-align: center;
    position: relative;
    padding: 10px;
    font-size: 14px;
    color: #666;
    top: 14px;
	margin:auto;   
    display: block;
   
}
.circle-four.circle_fix span {
    top: 107px;
}
.circle_fix span {
    background: #4e997a;
    padding: 5px;
    position: absolute;
    top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.circle_middle {
	position:absolute;

}
.circle-one.circle_fix {
    top: -36px;
    left: 32px;
}
.circle-two.circle_fix {
    left: -86px;
    top: 20px;
}
.circle-three.circle_fix {
    top: 27px;
    left: 75px;
}
.circle-four.circle_fix {
    left: 335px;
    top: -235px;
}
.circle-five.circle_fix {
    left: 307px;
    top: -650px;
}
.circle_middle {
    position: relative;
    top: -730px;
   right: -62px; 
    z-index: 9;
    width: 310px;
    background: #fafafa;
    box-shadow: 1px 2px 3px #ccc;
    padding: 40px;
    border-radius: 50%;
}
.circle_middle img {
    margin: auto;
    width: 300px;
}
.features_main h2 {
	
	text-align:center;
	color:#666;
	padding:20px 0;
	
}
/*Right pointing*/
.triangle-right {
    width: 100%;
    height: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
	margin-bottom:40px;
    overflow: hidden;
}
.triangle-right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:-500px;
    margin-left: 0px;
    
    border-top: 500px solid transparent;
    border-bottom: 500px solid transparent;
    border-left: 680px solid #00ACC1;
}

.triangle-right1 {
    width: 100%;
    height: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
	margin-bottom:40px;
    overflow: hidden;
}
.triangle-right1:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:-500px;
    margin-left: 0px;
    
    border-top: 500px solid transparent;
    border-bottom: 500px solid transparent;
    border-left: 680px solid #F90;
}

.triangle-left {
    width: 100%;
    height: 0;
    padding-top: 5%;
    padding-bottom: 5%;
	margin-bottom:40px;
    overflow: hidden;
}

.triangle-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top:-500px;
    
    border-top: 500px solid transparent;
    border-bottom: 500px solid transparent;
    border-right: 680px solid #7CB342;
}

.createS {
    position: relative;
    float: right;
	margin-bottom:15px;
}
.createS h4 {
    position: absolute;
    top: 10px;
    color: #fff;
    font-size: 22px;
    /* float: right; */
    left: 93px;
	width:424px;
}
.createS p {
    position: absolute;
    top: 50px;
    color: #fff;
    font-size: 15px;
    float: right;
    left: 93px;
    width: 424px;
}
.createS img {
    width: 82%;
}
.createSa img {
    width: 82%;
}
.createSa {
    position: relative;
    float: left;
	margin-bottom:20px;
}
.createSa h4 {
    position: absolute;
    top: 10px;
    color: #fff;
    font-size: 22px;
    /* float: right; */
    left: 190px;
	width:424px;
}
.createSa p {
    position: absolute;
    top: 50px;
    color: #fff;
    font-size: 15px;
    /* float: right; */
    left: 190px;
    width: 424px;
}
.feature_work ul {
    list-style-type: disc;
    padding: 10px;
    margin-top: 32px;
}
.feature_work ul li {
    line-height: 2;
    font-size: 18px;
}
.featuref-bg-section {
	margin-top: 70px;
	padding: 50px 0px 0px 10px;
	background:url(../imgweb/financial.png);
	background-position: -45px;
	position: relative;
}
.featureS-bg-section {
	margin-top: 70px;
	padding: 50px 0px 0px 10px;
	background:url(../imgweb/staff_mg.png);
	background-position: -45px;
	height:370px;
	
}
.icon-Top {
	text-align: center;
	margin: auto;
	display: block;
	line-height: 2;
}
.icon-Top .fa-inr {
    color: #fff;
    font-size: 44px;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 16px 28px;
}
.icon-Top i {
	color: #fff;
	font-size: 44px;
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 15px;
}
.icon-Top h1 {
	padding: 30px 0;
	font-size: 48px;
	font-weight: bold;
	font-family: sofia;
}
.staff_mgts {
	
	
}
.staff_cont {
padding:70px;
}
.card1 img {
    width: 25% !important;
}
#contact-form input[type="date"], #contact-form input[type="datetime-local"], #contact-form input[type="email"], #contact-form input[type="number"], #contact-form input[type="password"], #contact-form input[type="search-md"], #contact-form input[type="search"], #contact-form input[type="tel"], #contact-form input[type="text"], #contact-form input[type="time"], #contact-form input[type="url"], #contact-form textarea.md-textarea {
    color: #000;
}