/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/

#small-dialog,#small-dialog1,#small-dialog2,#small-dialog3,#small-dialog4,#small-dialog5{
  background: white;
    padding: 10px 0 10px 0;
  text-align: left;
  max-width: 629px;
  margin: 40px auto;
  position: relative;
  text-align: center;
  border: 15px solid#eee;
}
.pricing-grids {
  width: 50%;
  margin: 0 auto;
    padding: 50px;
    background: rgba(255, 255, 255, 0.52);
	box-shadow: none;
}
.pricing-grid-w3ls {
    width: 47%;
  float: right;
  margin-right: 2%;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
   -webkit-box-shadow: 0px 11px 50px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 50px 0px rgba(0,0,0,0.75);
box-shadow: 0px 11px 50px 0px rgba(0,0,0,0.75);
}
.pricing-grid-w3ls:nth-child(1) {
  margin: 0;
}
/*Pricing table and price blocks*/
 h1 {
	text-align: center;
  margin: 0.7em 0;
  font-size: 3em;
     color: #000;
}
.price-head h3 {
	color: #404042;
	font-size: 3em;
	text-decoration: none;
	font-weight: 700;
}
a.popup-with-zoom-anim {
  padding: 0 12px;
  line-height: 2.2em;
}
/*----*/
 .pricing-grid3{
 	margin-right: 0;
 }
.pricing-grid-w3ls:hover,.pricing-grid-w3ls:hover,.pricing-grid-w3ls:hover {
	transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
	z-index: 1;
	border: none;
}
.pricing-grid1:nth-child(3){
	margin-right:0;
}
.price-value h2,.price-value.two h3,.price-value.three h4{
  font-size: 2em;
  color: #fff;
  font-weight: bold;
}
.price-value,.price-value.two,.price-value.three {
    background: #f1151a;
	padding: 1em 0em 1em;
    text-align: center;
}
.price-value ul,.pricing-grid1 ul,.pricing-grid2 ul,.pricing-grid3 ul{
	padding: 0;
}
.price-value ul li,.pricing-grid1,.pricing-grid2 ul li,.pricing-grid3 ul li {
	list-style: none;
}
.price-value ul li{
	list-style: none;
}
.price-value h5 {
  padding: 11px 0;
  font-style: italic;
  font-size: 13px;
  color: #F0EBEB;
}
ul.count-agile,.pricing-grid1 ul li a,ul.count-agile,.pricing-grid2 ul li a,ul.count-agile,.pricing-grid3 ul li a{
	font-size: 15px;
	display: block;
	text-decoration: none;
	font-weight: 400;
	padding: 10px 20px;
	list-style: none;
}
.price-bg {
	background: transparent;
	height: 400px;
	text-align:center;
}
.price-bg .fa {
    background: #f1151a;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    border-radius: 0px 0px 8px 8px;
}
.price-value p {
  font-weight: bold;
  font-size: 5em;
  color:#fff;
  text-align:center;
}
.price-value p span{
	font-size:27px;
}
.price-value p i {
  vertical-align: super;
}

ul.count-agile li a {
  color: #6A6A6A;
}
ul.count-agile li img {
  vertical-align: middle;
  margin-right: 20px;
}
ul.count-agile li {
    padding: 0.6em 0;
	font-weight: 700;
    text-align: center
}
a.popup-with-zoom-anim {
  outline: none;
  border: none;
}
/*---start-pricing-tabels-----*/

/* start state */
.my-mfp-zoom-in #small-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
/* animate out */
.footer-w3l {
    margin: 32px 0 15px 0;
}
.footer-w3l p{
	font-size:14px;
	text-align:center;
	color:#000;
}
.footer-w3l p a{
	color:#000;
}
.footer-w3l p a:hover{
	text-decoration:underline;
}
/*--pop-up--*/
a.book.popup-with-zoom-anim.button-isi.zoomIn.animated {
    background: #f94003;
    padding: 8px 34px;
    color: #fff;
}
.book-form {
    padding: 2em;
}
.book-form h3 {
    font-size: 1.8em;
    text-align: center;
	font-family: 'Lato', sans-serif;
    color: #fff;
    margin-bottom: 1.5em;
}
.book-form input[type="text"],.book-form input[type="email"],.book-form input[type="password"]{
    width: 93.5%;
    color: #555;
    outline: none;
    font-size: 1em;
    padding: .6em 1em;
    border: none;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
	line-height: 1.8em; 
}
.book-form input[type=submit] {
    color: #FFFFFF;
    padding: .5em 1em;
    font-size: 1em;
    cursor: pointer;
    border: 2px solid #fff;
    outline: none;
    border-radius: 3px;
    background: none;
    width: 100%;
    font-family: 'Laila', serif;
    letter-spacing: 3px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-family: 'Lato', sans-serif;
}
.book-form input[type=submit]:hover {
    background: #FFFFFF;
    color: #73316C;
}
.check-box input[type="checkbox"]+label {
    position: relative;
    padding-left: 2em;
    border: none;
    outline: none;
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
.check-box {
    margin-bottom: 1.5em;
}
.check-box input[type="checkbox"] {
    display: none;
}
.check-box input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick.png)no-repeat;
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
.check-box input[type="checkbox"]+label span:first-child {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 1px;
}
/*-- //pop-up --*/

/*-- Responsive--*/
@media (max-width:1280px) {
	.pricing-grids {
		width: 75%;
	}
}
@media (max-width:1080px) {
	h1 {
		margin: 0.6em 0;
		font-size: 2.8em;
	}
	.price-value h2, .price-value.two h3, .price-value.three h4 {
		font-size: 1.8em;
	}
}
@media (max-width:1024px) {
	.pricing-grids {
		width: 85%;
	}
}
@media (max-width:900px) {
	.pricing-grids {
		padding:40px;
	}
	.price-value p {
		font-size: 4em;
	}
}
@media (max-width:667px) {
	h1 {
		font-size: 2.6em;
	}
	ul.count-agile, .pricing-grid1 ul li a, ul.count-agile, .pricing-grid2 ul li a, ul.count-agile, .pricing-grid3 ul li a {
		font-size: 13.7px;
	}
	.price-bg .fa {
		padding: 8px 12px;
		font-size: 23px;
	}
	.price-value p {
		font-size: 3.2em;
	}
	.price-value h2, .price-value.two h3, .price-value.three h4 {
		font-size: 1.5em;
	}
}
@media (max-width:600px) {
	.pricing-grids {
		padding: 25px;
	}
}
@media (max-width:568px) {
	ul.count-agile, .pricing-grid1 ul li a, ul.count-agile, .pricing-grid2 ul li a, ul.count-agile, .pricing-grid3 ul li a {
		font-size: 13px;
		padding:10px;
	}
	.my-mfp-zoom-in.mfp-ready #small-dialog {
		padding: 25px!important;
	}
}
@media (max-width:480px) {
	.pricing-grid-w3ls {
		width: 100%;
	}
	.pricing-grid-w3ls:nth-child(1) {
		margin-bottom:20px;
	}
	.agile2{
		margin-bottom:20px;
	}
	ul.count-agile, .pricing-grid1 ul li a, ul.count-agile, .pricing-grid2 ul li a, ul.count-agile, .pricing-grid3 ul li a {
		font-size: 15px;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form input[type="password"] {
		width: 90%;
	}
	.mfp-close {
		left: -23px!important;
		top:-43px!important;
	}
	.pricing-grid-w3ls {
		margin-right: 0%;
	}
}
@media (max-width:414px) {
	h1 {
		font-size: 2.25em;
	}	
	.book-form input[type="text"], .book-form input[type="email"], .book-form input[type="password"] {
		font-size: 14px;
		padding: .4em 1em;
	}
}
@media (max-width:384px) {
	h1 {
		font-size: 2.1em;
	}
}
@media (max-width:375px) {
	h1 {
		font-size: 2em;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form input[type="password"] {
		width: 88%;
	}
}
@media (max-width:320px) {
	h1 {
		font-size: 1.74em;
	}
	.book-form h3 {
		font-size: 1.5em;
	}
}