/*--------------------*/
/* TIPOGRAFIA */
/*--------------------*/

body,html{
  	overflow-x:hidden;  	
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	color: #838282;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{ 
	text-decoration: none;
	color: #2f2f2f;  
}

a:focus{
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Cabin', sans-serif;
}

h2 {
	color: #fff;  
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	padding-bottom: 10px;  
}

img{
 border:none;
}
.negrita {font-weight:bold;}

.precio {font-weight:bold; font-size: 28px; color:#F60;}
.texto_chico {font-size: 13px;}

.margen_izquierdo {margin-left: 20px;}
.margen_superior_20 {marging-top: 20px;}
.margen_superior_40 {margin-top: 40px;}

#expensas {
	display: inline;
	float: left;
	width: 100%;
	padding: 50px 0;
}

#expensas p { margin-top: 30px;}

th {background-color: #03a9f4; color: #FFF;}


/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
	float: left;
	display: inline;
	width: 100%;
}

.header-inner{	
	display: inline;
	position: relative;
	float: left;	
	width: 100%;
	height: 500px;
	background-image:url(assets/images/header-bg.jpg);
}


.overlay{
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}


.header-content {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}


.header-top {
	display: inline;
	float: left;
	padding-top: 50px;
	width: 100%;
}

.header-top ul li {float:right; margin-right: 20px; font-size: 22px; color:#FFF;}
.header-top ul li i {margin-right: 5px;}
			   
.tel {color:#FFF; text-decoration:none;}
.tel:hover {color:#FFF; text-decoration:none;}
.tel:visited {color:#FFF; text-decoration:none;}


.logo-area{
	display: inline;
	float: left;
}


.logo {
  color: #fff;
  font-family: "Pacifico",cursive;
  font-size: 40px;
  font-weight: bold;
}


.logo:hover,
.logo:focus{
	text-decoration: none;
	outline: none;
	color: #fff;
}


.menu-area{
	display: inline;	
}


.main-wrap{
	position: relative;
}


.header-bottom {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}


.header-bottom-left {
	display: inline;
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	text-align: left;
	width: 100%;
}
.header-bottom-left h1 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
}
.header-bottom-left p {
	color: #fff;
	font-size: 16px;
	margin: 20px 0 10px;
}
.header-bottom-right {
	display: inline;
	float: left;
	padding-top: 150px;
	width: 100%;
}
.header-bottom-right h2 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	text-transform:uppercase;
}
.download-btn{
	border-radius: 3px;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	margin-top: 30px;
	opacity: 0.8;
	text-align: center;
	padding: 0 20px;
	-webkit-transition: all 0.5s ease 0s;;
	-o-transition: all 0.5s ease 0s;;
	transition: all 0.5s ease 0s;;
}


.download-btn:hover,
.download-btn:focus{
	text-decoration: none;
	outline: none;
	color: #fff;
	opacity: 1;
}


.header-bottom-right{
	display: inline;
	float: left;
	width: 100%;
}

.title-area {
	display: inline;
	float: left;
	padding: 0 20px;  
	text-align: center;
	width: 100%;
}


.title-area .title {
	border-bottom: 2px solid #ccc;
	color: #777;
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}


.title-area .title::before {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 60px;
	width: 150px;
}


.title-area p{
	color: #777777;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	padding: 20px 0 30px;
}

/*--------------------*/
/* MENU */
/*--------------------*/


#close {
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	position: absolute;
	right: 25px;
	text-align: center;
	top: 20px;
	width: 20px;
}


#menu-btn {
  color: #FFF;
  font-size: 30px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 99;
  background-color: rgba(0,0,0,.5);
  padding: 10px;
}


.main-nav {
	background-color: #1d252e;
	position: fixed;
	padding-top: 50px;
	width: 260px;
	height: 100%;
	top: 0;
	right: -260px;
	z-index: 1000;
}


.main-nav ul li a {
	color: #FFF;
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 35px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.main-nav ul li > a > i {
  	padding-right: 10px;
}


.main-nav a:hover,
.main-nav a:focus {
	background: #182029;
}


.main-nav a:active {
	background: #182029;	
}


.main-nav.menu-open {
	right: 0px;
}


.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}


.main-nav,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



/*--------------------*/
/* CARACTERISTICAS */
/*--------------------*/


#pricing-table {
	display: inline;
	float: left;
	width: 100%;
	padding: 50px 0;
}


.pricing-table-content {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}


.single-plan {
	display: inline;
	float: left;
	width: 100%;
	background-color: #f0f0f0 ;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.single-plan:hover{  
  	box-shadow: 0 2px 20px #ccc;
}


.feature-price .single-plan-head p>span{
	color: #fff;
}


.single-plan-head {
	background-color: #424242;
	display: inline;
	float: left;
	padding: 0 5px 5px;
	text-align: center;
	width: 100%;
}


.single-plan-head h5 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 5px;
}


.single-plan-head p {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}


.single-plan-head p > span {
	font-weight: normal;
	font-size: 15px;
}


.single-plan-content {
	display: inline;
	float: left;
	width: 100%;
	padding: 0 15px;
}


.single-plan-content ul{
	text-align: center;
}


.single-plan-content ul li {
	border-bottom: 1px solid #fff;
	padding: 15px 10px;
}


.single-plan-content ul li.delete{	
	text-decoration: line-through;
}


.single-plan-content ul li:last-child{
	border: none;
}


.single-plan-bottom {
	display: inline;
	float: left;
	padding: 15px 15px 30px;
	text-align: center;
	width: 100%;
}


.single-plan-bottom .signup-btn {
	border-radius: 3px;
	border: 1px none transparent;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	opacity: 0.8;
	padding: 15px 50px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.single-plan-bottom .signup-btn:hover{
	border-color: 1px solid #fff;
	opacity: 1;
}


/*--------------------*/
/* GALERIA DE FOTOS
 */
/*--------------------*/


#screenshot{
	background-color: #212121;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}


#screenshot .title,
#screenshot .title-area p{
	color: #fff;
}


.screenshots-area{
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}


.screenshots-slide{
	display: inline;
	float: left;
	width: 100%;
}


.screenshots-slide li{
	outline: none;
}


.screenshots-slide li a {
	border: 5px solid #fff;
	display: block;
	float: left;  
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.view-btn-area {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0; 
	position: absolute;
	text-align: center;
	top: 0;
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.view-btn {	
	color: #fff;
	font-size: 35px;  
	margin-top: 80px;	
}


.screenshots-slide li a:hover .view-btn-area{	
	display: block;
	opacity: 1;
}


.screenshots-slide .slick-dots li button {
  background-color: #fff;
  border: 0 none; 
  outline: none;
  height: 4px;  
  padding: 5px;
  width: 20px;
}


.screenshots-slide .slick-dots li button::before {
  display: none;
}


.screenshots-slide .slick-dots {
  bottom: -60px; 
}

/* lightbox plugin */

.portfolio-detail{
	display: none;
	float: left;	
	text-align: center;	
	width: 100%;
}

#portfolio-popup{
	background-color: rgba(0,0,0,0.94);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	opacity: 0;
	z-index: 99999;
	overflow-y: scroll;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-popup-area{
	display: block;
	float: left;
	padding: 40px 15%;
	width: 100%;
}

#portfolio-popup .portfolio-detail{
	display: inline;
}

#portfolio-popup.portfolio-popup-show{
	align-items: center;
	display: flex;
}

.portfolio-popup-inner{
	color: #333;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-popup-inner-show{
	margin-left: 0;
}


.portfolio-popup-inner img{
	border: 5px solid #fff;
	max-width: 100%;
}

.portfolio-popup-inner h2{
	color: #000;
	margin-bottom: 10px;
	margin-top: 15px;	
}

.modal-close-btn{
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	height: 40px;
	line-height: 35px;
	opacity: 1;
	position: absolute;
	right: -18px;
	text-align: center;
	top: -18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 40px;
}

.modal-close-btn:hover,
.modal-close-btn:focus{
	color: #000;
}

.view-project-btn{
	border: 2px solid #333;
	color: #000;
	display: inline-block;
	margin-top: 10px;
	padding: 6px 15px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.view-project-btn:hover,
.view-project-btn:focus{
	border-color: #000;
	color: #000;
	text-decoration: none;
	
}

/*--------------------*/
/* VIDEO */
/*--------------------*/


#howit-works {
	display: inline;
	float: left;
	padding: 30px 0;
	width: 100%;
}


.howit-works-area{
	display: inline;
	float: left;
	width: 100%;
}


.howit-works-area .title{
	color: #000;
}


.howit-works-area .title-area p{
	color: #000;
}


.howit-works-video{
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	z-index: 10;
}


.howit-works-video iframe {
	border: medium none;
	margin-bottom: 20px;
}


/*--------------------*/
/* CONTACTO */
/*--------------------*/

.formulario-contacto {margin: 1rem 0;
					  padding: 1rem;	
					  background-color: rgba(0,0,0,.5);	
					  padding: 7rem 0;		  
					  }
					  
.color-fondo-oscuro {background-color: #FCFAFA;
			        margin-top: 1rem;
					background-attachment: fixed !important;
					background-image: url("assets/images/contacto-bg_movil.jpg");
					background-repeat: repeat;  
					background-size: cover;  
					color: #ffffff;
					padding: 2rem 1rem;}

.color-fondo-oscuro h2, .color-fondo-oscuro p, .color-fondo-rojo h2, .color-fondo-rojo p  {color: #FFF;}

.contacto-texto h2 { font-weight:800;
                     font-size: 4rem;
					 text-align:center;}
					 
.contacto-texto p { margin-top: 2rem;
					font-size: 2rem;
					line-height: 2.2rem;
					text-align:center;}

.formulario {margin: 1rem;}
					  
@media (min-width: 768px) {
	.formulario-contacto {padding: 2rem 0;
						  width: 80%;
	                      margin: 0 auto;
						  display: grid;
						  grid-template-columns: 1fr 2fr;
						  column-gap: 4rem;}
						  
	.formulario {margin-top: 0; width: 70%;}	
	
	.color-fondo-oscuro {
			        	 margin-top: 2rem;
						 background-image: url("assets/images/contacto_bg.jpg");
						 background-repeat: repeat;  
						 background-size: cover;  
						 padding: 3rem 0;}
						  
	.contacto-texto { justify-self: end;}
	
	.contacto-texto h2 {text-align:right;}
	
	.contacto-texto p  {text-align:right;}
}
					 
input[type="text"], input[type="email"], input[type="file"], textarea, select {
  width: 100%;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #000;
  background-color: transparent;
}
.color-fondo-oscuro input[type="text"], .color-fondo-oscuro input[type="email"], .color-fondo-oscuro textarea, .color-fondo-rojo input[type="text"], .color-fondo-rojo input[type="email"], .color-fondo-rojo textarea {
	border-color: #FFF;
	color: #FFF;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #666;
}
option {font-size: 1.5rem;}

.form-format {margin-top: .5rem;}
.form-format:first-of-type {margin-top: 1rem;}
.form-format p {font-size: 1.2rem; margin-bottom: 0;}

.send-btn{
	color: #FFF;
	background-color: #000;
	font-size: 1rem;
	padding: .5rem 1rem;
	margin-top: 1rem;
	border: 2px solid #000;
	float: right;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.color-fondo-oscuro .send-btn {
	background-color: #069;
	border: 2px solid #069;
	font-size: 2rem;
}


.send-btn:hover,
.send-btn:focus{
	text-decoration: none;
	outline: none;
	color: #000;
	background-color: #FFF;
	border: 2px solid #000;
	opacity: 1;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer {
	background-color: #CCC;
	display: inline;
	float: left;
	padding: 20px 0;
	width: 100%;
}


.footer-social{
	width: 100%;
	text-align: center;
}


.footer-social a{
	display: inline-block;
	color: #039;
	font-size: 20px;
	margin: 5px 10px;
}


.footer-text{
	display: inline;
	float: left;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}


.footer-text p{
	margin-bottom: 5px;
	color:#333;
}


.footer-text p a{
	color: #039;
	text-decoration: none;
}


/*--------------------*/
/* ERROR PAGE */
/*--------------------*/


#error{
	display: inline;
	float: left;
	width: 100%;
}


.error-area {
  display: inline;
  float: left;
  padding: 150px 0;
  text-align: center;
  width: 100%;
}


.error-group{
	display: inline;
	float: left;
	width: 100%;
}


.error-group h1{
	color: #979797;
	font-size: 80px;
	margin-bottom: 25px;
}


.error-group h1 span {
  border: 1px solid #cccccc;
  display: inline-block;
  margin-left: 5px;
  overflow: hidden;
  padding: 2px;
}


.error-group h1 span strong {
  border: 1px solid #cccccc;
  display: inline-block;
  font-weight: normal;
  padding:  15px 20px;
}


.error-group h2 {
  color: #979797;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  line-height: 55px;
}


.error-group h2 span{
	display: block;
	font-size: 30px;
}


.home-btn a{
	text-decoration: none;
	outline: none;
}



/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px ){
	.header-bottom {  
	  margin-top: 50px;  
	}
	.feature-img {
	  padding: 0;  
	}
	.features-list li {
	  padding: 10px 0;  
	}
	.features-list li i { 
	  top: 0px;  
	}
	.single-download {
	  padding: 18px 10px;
	}
	
	/* 	Edited v1.1 */
	/*  lightbox plugin */
	
	.portfolio-popup-area {
		padding: 20px 5%;
	}
}


@media(max-width:991px ){
	.header-bottom {  
	  margin-top: 60px;  
	}
	.header-bottom-right img{
		width: 100%;
	}
	.header-bottom-left h1 { 
	  font-size: 32px;
	  line-height: 45px;  
	}
	.features-list li {
	  margin-bottom: 20px;
	}
	.feature-img img {
	  width: auto;
	}
	.features-list-right li i {
	  left: 0;
	  right: auto;
	}
	.features-list-right .features-content {
	  padding-left: 115px;
	  padding-right: 0;
	}
	.features-left {  
	  margin-bottom: 30px;
	}
	.features-right {  
	  margin-top: 30px;
	}
	.features-list li i { 
	  font-size: 25px;
	  height: 70px;
	  line-height: 70px; 
	  width: 70px;
	}
	.title-area {
	  padding: 0 50px;  
	}
	.single-plan {  
	  margin-bottom: 25px;
	}
	.single-download {
		margin: 0 8px;
		padding: 18px 5px; 
		width: 30%;
	}
	.subcr-form {  
	  width: 95%;
	}
	.contact-area {  
	  padding: 0 100px;  
	}
}


@media(max-width:767px ){
	.header-bottom {
	  margin-top: 0;
	}
	.header-bottom-left {  
	  padding-right: 0;
	  padding-top: 0;  
	  margin-top: 10px;
	}
	.header-bottom-left h1 {
	  font-size: 25px;
	  line-height: 30px;
	}
	.header-bottom-left p {  
	  margin: 10px 0 0;
	}
	.header-bottom-right {
	padding-top: 20px;
	}
	.header-bottom-right h2 {
	margin-top: 10px;
	font-size: 22px;
	}
	.download-btn {  
	  margin-top: 20px; 
	}
	.header-bottom-right img {
	  width: 45%;
	}
	.title-area {
	  padding: 0 10px;
	}
	.howit-works-video {
	  background: none;
	  text-align: center;
	}
	.howit-works-video iframe {
	  display: inline-block;	 
	  margin-left: auto;
	  width: 90%;
	}
	.slick-prev {
	  left: 6px;
	  z-index: 999;
	}
	.slick-next {
	  right: 5px;
	}
	.download-icon i {
	  font-size: 35px; 
	}
	.download-icon {
	  width: 45px;
	}
	.download-content p {  
	  font-size: 13px;  
	}
	.download-content span {	 
	  font-size: 15px;
	}
	.contact-area {
	  padding: 0 50px;
	}
	/* 	edited v1.1 */
	.portfolio-popup-area{
		overflow-y: scroll;
	}
	.portfolio-popup-inner{
		margin-top: 30px;	
	}
	.portfolio-popup-inner img {
	  max-width: 100%;
	}
	
}

@media (max-width: 640px) {
	
	/* Edited v1.1 */
  	/* 	lightbox plugin */
	
	#portfolio-popup.portfolio-popup-show{
		display: block;
	}
	
}

@media(max-width:480px ){
	
	.logo-area img {width: 70%; height: 70%;}
	
	.header-inner{	
	height: 700px;
	background-image:url(assets/images/header-bg_movil.jpg);
    }
	
	.main-nav {
		padding-top: 10px;
	  width: 200px;
	}
	.main-nav ul li a {
	  font-size: 14px;
	  padding: 8px 35px;
	}	
	.header-bottom-right { 
	  margin-top: 30px;
	}
	.header-bottom-left {  
	  padding-right: 0;
	  padding-top: 0;  
	  margin-top: 50px;
	}
	.header-bottom-left h1 {
	  font-size: 35px;
	  line-height: 35px;
	}
	.header-bottom-left h2 {
	  font-size: 25px;
	  line-height: 30px;
	  margin-top: 20px;
	}
	.header-bottom-left p {  
	  margin: 10px 0 0;
	}
	.download-btn {  
	  margin-top: 20px; 
	}
	.header-bottom-right img {
	  width: 50%;
	}
	.title-area {
		padding: 0;
	}
	.howit-works-video {
	  background: none;
	  text-align: center;
	}
	.o-video iframe {
	  display: inline-block;	 
	  margin-left: auto;
	  width: 90%;
	}
	.slick-prev {
	  left: 6px;
	  z-index: 999;
	}
	.slick-next {
	  right: 5px;
	}
	.single-download {
	  margin: 0 8px 20px;	 
	  width: 100%;
	}
	.download-icon {
	  width: 60px;
	}
	.download-icon i {
	  font-size: 40px; 
	}	
	.download-content p {  
	  font-size: 15px;  
	}
	.download-content span {	 
	  font-size: 18px;
	}
	.contact-area {
	  padding: 0 50px;
	}
	.title-area .title {  
	  font-size: 25px; 
	  padding-bottom: 10px;  
	}
	.title-area .title::before {
	  top: 50px;
	}
	.view-btn {
	  margin-right: 0;
	}	
	
	/* Edited v1.1 */
	
  	/* 	lightbox plugin */
	
	.portfolio-popup-inner h2{
		font-size: 20px;	
	}
	
	.portfolio-popup-inner p{
		font-size: 14px;
	}

}


@media(max-width:360px ){	

	.header-bottom-left p {
	  font-size: 14px;
	}
	.download-btn {
	  font-size: 15px;
	}
	.header-bottom-right {
	  margin-top: 60px;
	}
	.header-bottom-right img {
	  width: 60%;
	}
	.title-area .title {
	  font-size: 20px;
	}
	.title-area .title::before {
	   width: 85px;
	}
	#subscribe .title-area .title::before {
	  width: 145px;
	}
	.title-area p {
	  font-size: 14px;
	}
	.features-content h4 {
	  font-size: 16px;
	}
	.features-content p {
	  font-size: 14px;
	}
	.features-list-left .features-content {
	  padding-left: 95px;
	}
	.features-list-right .features-content {
	  padding-left: 95px;	  
	}
	.feature-img img {
	  width: 85%;
	}
	.download-app-content { 
	  width: 95%;
	}
	.single-download {
	  padding: 18px 30px;	 
	}
	.testimonial-slider {
	  padding: 40px 10px;
	  width: 100%;
	}
	.testi-text {
	  font-size: 18px;
	  margin-top: 20px;
	}
	.subcr-form {
	  width: 100%;
	}
	.subcr-form i {
	  font-size: 25px;
	  left: 10px;
	  top: 14px;
	}
	.subcr-form input[type="text"] {
	  font-size: 14px;
	  height: 55px;
	  padding-left: 40px;
	  padding-right: 105px;
	}
	.subcr-form .subcr-btn {
	  font-size: 15px; 
	  height: 55px;  
	  width: 100px;
	}
	.contact-area {
	  padding: 0;
	}
	.testimonial-slider .slick-dots {
	  bottom: 15px;
	  margin-left: -10px;
	}
	.single-plan-head h5 {
	  font-size: 25px;
	}
	.single-plan-head p {
	  font-size: 20px;
	  line-height: 25px;
	}
	.single-plan-content ul li {
		font-size: 15px;
	}
	.single-plan-bottom .signup-btn {  
	  font-size: 16px;  
	  padding: 13px 35px;  
	}
	.footer-text p {
	  font-size: 14px;
	}
	.view-btn {
	  margin-right: 23%;
	}
	.error-area {  
	  padding: 100px 0;  
	}
	.error-group h1 { 
	  font-size: 65px;	 
	}
	.error-group h2 {  
	  font-size: 55px;
	  line-height: 50px;  
	}

}


@media(max-width:320px ){
	
	/* 	edited v1.1 */
	
	.portfolio-popup-inner {
		margin-top: 20px;
		padding: 0 26px;
	}
	
	.modal-close-btn{
		right: 0;
	}
	
	.view-btn {
	 	margin-right: 39%;
	}
}
