/* 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 */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif;
	/* background: url(../images/bg.jpg) no-repeat #fff; */
	background: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-weight: 300;
}
.wrap{
	width: 26.4%;
	margin: 0 auto;
}
/*
    Jumpeye framework    
	Version: 1.0.0
	www.jumpeye.com
	
	Created by Jumpeye Components
 
 
    Tab style-1
*/

    .tab.style-1 dl{ 
	    display      : block;		
        margin       : 0; /* margin-bottom: 0; top gap of content */
        padding      : 0; 
        height       : 38px; 
        border-radius: 5px;
     }
     

    .tab.style-1 dl dd { 
        display    : block; 
        width      : auto; 
        height     : 38px; 
        padding    : 0; 
        float      : left;
        margin-left: 0px; /* tabs distance */
       transition: 0.5s ease;
	-o-transition: 0.5s ease;
       
    }
    
    .tab.style-1 dl dd:first-child { }
    
    .tab.style-1 dl dd a {
        display        : block; 
        width          : auto; 
        height         : 45px; 
       padding: 9px 36px 0px;
        line-height    : 38px; 
        margin         : 0 -1px 0 0; 
        color          : #666; 
       	background: #eee; 
        text-decoration: none;
        transition: 0.5s ease;
	-o-transition: 0.5s ease;
    }
    
    .tab.style-1 dl dd a:hover { color: #000; }
        
    .tab.style-1 dl dd a.active {
      background: #ffffff;
        border-width: 1px 1px 0 1px;
        height      : 45px; 
        color       : #000;
        border-bottom-color: rgba(255,255,255,0);
       border-radius: 5px;
    }
    .tab.style-1 {
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.28);
		border: 0px solid#eee;
		border-radius: 5px;
		  -webkit-border-radius:5px;
        -moz-border-radius:5px;
        -o-border-radius:5px;
	}
    
    /* content area */
    .tab.style-1 > ul { 
        display      : block;
	    margin       : 0; 
        padding      : 22px;
        background   : #fff;
       
     }
    
    .tab.style-1 > ul li { display:none; }
    .tab.style-1 > ul li.active { display: block; }


    /* style-1 dark */
    .tab.style-1.dark dl dd a { 
        background: #535353;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNTM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODQ4NDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #535353 0%, #484848 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535353), color-stop(100%,#484848));
        background: -webkit-linear-gradient(top,  #535353 0%,#484848 100%);
        background: -o-linear-gradient(top,  #535353 0%,#484848 100%);
        background: -ms-linear-gradient(top,  #535353 0%,#484848 100%);
        background: linear-gradient(top,  #535353 0%,#484848 100%);
        filter    : progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#484848',GradientType=0 );
        color     : #b8b8b8;
    }
 
    .tab.style-1.dark dl dd a:hover  { 
        background: #464646;
        filter    : progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#464646',GradientType=0 );
        color     : #fff; 
    }
        
    .tab.style-1.dark dl dd a.active { 
        background: #535353; 
        filter    : progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#535353',GradientType=0 );
        color     : #fff; 
    }
    
    .tab.style-1.dark > ul { 
        background: #535353;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNTM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODQ4NDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #535353 0%, #484848 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535353), color-stop(100%,#484848));
        background: -webkit-linear-gradient(top,  #535353 0%,#484848 100%);
        background: -o-linear-gradient(top,  #535353 0%,#484848 100%);
        background: -ms-linear-gradient(top,  #535353 0%,#484848 100%);
        background: linear-gradient(top,  #535353 0%,#484848 100%);
        filter    : progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#484848',GradientType=0 );
        color     : #fff; 
    } 
  
    /* style-1 gradient */
    .tab.style-1.gradient dl dd a,
    .tab.style-1.gradient > ul{
        background: #ffffff;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY2ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #ffffff 0%, #f5f6f5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f6f5));
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f6f5 100%);
        background: -o-linear-gradient(top,  #ffffff 0%,#f5f6f5 100%);
        background: -ms-linear-gradient(top,  #ffffff 0%,#f5f6f5 100%);
        background: linear-gradient(top,  #ffffff 0%,#f5f6f5 100%);
        filter    : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f6f5',GradientType=0 );
    }
    
    .tab.style-1.gradient dl dd a:hover,
    .tab.style-1.gradient dl dd a.active { 
        background: #fff;
        filter    : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
    }
    .color-green{
        color: #60ba8e !important;
    }
     .tab.style-1 dl dd.users1 a.step1 { 
    	 /* background: url("../images/step1.png") no-repeat 60px 10px  #60ba8e; */
		/*background:  no-repeat 60px 10px  #fff; */
		padding: 9px 25px 0px;
		width:150px;
		
    }
     .tab.style-1 dl dd.users1 a.active { 
    	 /* background: url("../images/step1.png") no-repeat 60px 10px #fff; */
		padding: 9px 25px 0px;
    }
     .tab.style-1 dl dd.users1 a.active { 
    	 /* background: url("../images/step1.png") no-repeat 60px 10px #fff; */
		padding: 9px 25px 0px;
		border-top-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		-o-border-top-left-radius: 5px;
    }
     /* .tab.style-1 dl dd.users1 a:hover { 
    	 background: url("../images/step1.png") no-repeat 60px 10px #fff;
		padding: 9px 25px 0px;
    } */
	    .tab.style-1 dl dd.users2 a.step2 { 
    	 /*background: url("../images/step2.png") no-repeat 60px 10px  #60ba8e;*/
		
		padding: 9px 25px 0px;
		width:150px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		-o-border-top-left-radius: 5px;
    }
     .tab.style-1 dl dd.users2 a.active { 
    	 /*background: url("../images/step2.png") no-repeat 60px 10px #fff;*/
		padding: 9px 25px 0px;
    }
     .tab.style-1 dl dd.users2 a.active { 
    	 /*background: url("../images/step2.png") no-repeat 60px 10px #fff;*/
		padding: 9px 25px 0px;
		border-top-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		-o-border-top-left-radius: 5px;
    }
    /* .tab.style-1 dl dd.users2 a:hover {
    	 *//*background: url("../images/step2.png") no-repeat 60px 10px #fff;*//*
		padding: 9px 25px 0px;
    }*/
		    .tab.style-1 dl dd.users3 a.step3 { 
    	 /*background: url("../images/step3.png") no-repeat 60px 10px  #60ba8e;*/
		
		padding: 9px 25px 0px;
		width:150px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		-o-border-top-left-radius: 5px;
    }
     .tab.style-1 dl dd.users3 a.active { 
    	 /*background: url("../images/step3.png") no-repeat 60px 10px #fff;*/
		padding: 9px 25px 0px;
    }
     .tab.style-1 dl dd.users3 a.active { 
    	 /*background: url("../images/step3.png") no-repeat 60px 10px #fff;*/
		padding: 9px 25px 0px;
		border-top-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		-o-border-top-left-radius: 5px;
    }
     /*.tab.style-1 dl dd.users3 a:hover {
    	 background: url("../images/step3.png") no-repeat 60px 10px #fff;
		padding: 9px 25px 0px;
    }*/
     
    .row1{
       text-align: center;
		margin: 0px auto;
		padding-top: 6em;
       width: 448px;
    }
/*form*/
    .form {
	  text-align: center;
	}
.form input[type="text"], .form textarea, input[type="number"]{
	font-size: 0.82355em;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 0.9em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 390px;
	margin: 20px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.form textarea{
	font-size: 0.82355em;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 1em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 96%;
	margin: 20px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.form input[type="password"]{
	font-size: 0.82355em;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 0.9em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 390px;
	margin: 20px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	
}

.form input[type="email"]{
	font-size: 0.82355em;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 0.9em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 390px;
	margin: 20px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	
}
.form input[type="date"]{
	font-size: 0.82355em;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 0.9em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 390px;
	margin: 20px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	
}

.form select{
	font-size: 80%;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 390px;
	margin: 20px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.form input[type="number"]{
	font-size: 80%;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 0.9em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 95%;
	margin: 20px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.form label{
	font-size: 80%;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: block;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 0.9em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 95%;
	margin: 20px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.form input[type="submit"] {
	/* font-size: 1.1em; */
	font-family: 'Open Sans', sans-serif;
	color: #60ba8e;
	display: block;
	border: none;
	padding: 0.2em 2em;
	/* outline: none; */
	text-align: center;
	/* -webkit-appearance: none; */
	border-radius: 50px;
	border: 2px solid;
	/* -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	font-weight: bold; */
	width: auto;
	margin: auto;
	
	background: #fff;
}

/* .form input[type="submit"]:hover {
	background:#60ba8e;
	color:#fff;
} */
.form input[type="text"]:hover{
	border:2px solid #0287CC;
	color: #0287CC;
}
.form input[type="email"]:hover{
	border:2px solid #0287CC;
	color: #0287CC;
}
.form input[type="password"]:hover{
	border:2px solid #0287CC;
	color: #0287CC;
}
.form input[type="date"]:hover{
	border:2px solid #0287CC;
	color: #0287CC;
}
.form input[type="number"]:hover{
	border:2px solid #0287CC;
	color: #0287CC;
}
.form textarea:hover{
	border:2px solid #0287CC;
	color: #0287CC;
}
.form select:hover{
	border:2px solid #0287CC;
	color: #0287CC;
}
.form label:hover{
	border:2px solid #0287CC;
	color: #fff;
	width: 95%;
}

/*top-grids*/
.top-grids{
	float:left;
	width: 100%;
	padding: 23px 10px 4px;

}
.top-grid1{
	float:left;
}
.top-grid {
	width: 98%;
	padding-bottom: 10px;
	text-align: center;
}
.top-grid1 img {
	cursor:pointer;
	margin-top: 6px;
}
.top-grid1 img:hover {
	opacity:0.9;
}
.top-grid2 {
	float: left;
	margin-left: 14px;
	width: 80%;
	text-align: left;
	padding-bottom: 5px;
}
.top-grid2 h4{
	font-family: 'Open Sans', sans-serif;
	color: #0287CC;
	display: block;
	font-size: 1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.top-grid2 p{
 	font-family: 'Open Sans', sans-serif;
	color: #919191;
	display: block;
	font-size: 0.72355em;
	font-weight: 400;
	line-height: 1.6em;
}
.top-grid2 h4:hover{
	color: #777;
}
.settings{
	text-align:left;
	padding: 18px 6px 10px;
}
.settings h5{
	font-family: 'Open Sans', sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.settings h5:hover{
	color: #0287CC;
}

/*-----start-responsive-design------*/
@media only screen and (max-width: 1366px){
	.wrap{
		width:95%;
	}
	
}
@media only screen and (max-width: 1280px){
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1024px){
	.wrap{
		width:95%;
	}
	
}
@media only screen and (max-width: 800px){
	.wrap{
		width:95%;
	}
	
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	
}
@media only screen and (max-width: 480px){
	.wrap{
		width:95%;
	}
	.row1 {
		width: 298px;
	}
	.tab.style-1 dl dd.users1 a.step1 { 
    	 /* background: url("../images/step1.png")no-repeat 33px 10px  #60ba8e; */
    	  padding: 9px 10px 0px;
		  width:100px;
    }
	.tab.style-1 dl dd.users1 a.active { 
    	 /* background: url("../images/step1.png") no-repeat 33px 10px #fff; */
    	  padding: 9px 10px 0px;
		  width:100px;
    }
     /* .tab.style-1 dl dd.users1 a:hover { 
    	 background: url("../images/step1.png") no-repeat 33px 10px #fff;
    	  padding: 9px 10px 0px;
		  width:100px;
    } */
     .tab.style-1 dl dd.users2 a.step2 { 
    	 /* background: url("../images/step2.png") no-repeat 33px 10px #60ba8e; */
    	  padding: 9px 10px 0px;
		  width:100px;
    }
	.tab.style-1 dl dd.users2 a.active { 
    	 /* background: url("../images/step2.png") no-repeat 33px 10px #fff; */
    	  padding: 9px 10px 0px;
		  width:100px;
    }
     /* .tab.style-1 dl dd.users2 a:hover { 
    	 background: url("../images/step2.png") no-repeat 33px 10px #fff;
    	  padding: 9px 10px 0px;
		  width:100px;
    } */
	
	.tab.style-1 dl dd.users3 a.step3 { 
    	 /* background: url("../images/step3.png") no-repeat 33px 10px #60ba8e; */
    	  padding: 9px 10px 0px;
		  width:100px;
    }
	.tab.style-1 dl dd.users3 a.active { 
    	 /* background: url("../images/step3.png") no-repeat 33px 10px #fff; */
    	  padding: 9px 10px 0px;
		  width:100px;
    }
     /* .tab.style-1 dl dd.users3 a:hover { 
    	 background: url("../images/step3.png") no-repeat 33px 10px #fff;
    	  padding: 9px 10px 0px;
		  width:100px

    } */
	 
	.form input[type="text"] {
		width: 240px;
	}
	.form input[type="email"] {
		width: 240px;
	}
	.form input[type="password"] {
		width: 240px;
	}
	.form input[type="date"] {
		width: 240px;
	}
	.form select {
		width: 240px;
	}
	.form label {
		width: 95%;
	}
	.form input[type="submit"] {
		width: auto;
	}
	.top-grid2 {
		width: 78%;
	}
}
@media only screen and (max-width: 320px){
	.wrap{
		width:100%;
	}
	.row1 {
		width: 238px;
	}
	.tab.style-1 dl dd.users1 a.step1 {
		/* background: url("../images/step1.png") no-repeat 23px 10px #60ba8e; */
		padding: 9px 10px 0px;
		width:80px;
		
	}
	
		.tab.style-1 dl dd.users1 a.active { 
    	 /* background: url("../images/step1.png") no-repeat 23px 10px #fff; */
    	  padding: 9px 10px 0px;
		  width:80px;
    }
     /* .tab.style-1 dl dd.users1 a:hover { 
    	 background: url("../images/step1.png") no-repeat 23px 10px #fff;
    	  padding: 9px 10px 0px;
		  width:80px

    } */
	.tab.style-1 dl dd.users2 a.step2 {
		/* background: url("../images/step2.png") no-repeat 23px 10px #60ba8e; */
		padding: 9px 10px 0px;
		width:80px;
		
	}
		.tab.style-1 dl dd.users2 a.active { 
    	 /* background: url("../images/step2.png") no-repeat 23px 10px #fff; */
    	  padding: 9px 10px 0px;
		  width:80px;
    }
     /* .tab.style-1 dl dd.users2 a:hover { 
    	 background: url("../images/step2.png") no-repeat 23px 10px #fff;
    	  padding: 9px 10px 0px;
		  width:80px

    } */
	.tab.style-1 dl dd.users3 a.step3 {
		/* background: url("../images/step3.png") no-repeat 23px 10px #60ba8e; */
		padding: 9px 10px 0px;
		width:80px;
		
	}
	
		.tab.style-1 dl dd.users3 a.active { 
    	 /* background: url("../images/step3.png") no-repeat 23px 10px #fff; */
    	  padding: 9px 10px 0px;
		  width:80px;
    }
     /* .tab.style-1 dl dd.users3 a:hover { 
    	 background: url("../images/step3.png") no-repeat 23px 10px #fff;
    	  padding: 9px 10px 0px;
		  width:80px

    } */
	
	
	.form input[type="text"] {
		width: 180px;
	}
	.form input[type="email"] {
		width: 180px;
	}
	.form input[type="password"] {
		width: 180px;
	}
	.form input[type="date"] {
		width: 180px;
	}
	.form select {
		width: 180px;
	}
	.form label {
		width: 95%;
	}
	.form input[type="submit"] {
		width: auto;
	}
	.top-grid2 {
		margin-left: 9px;
		width: 69%;
	}
	
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #60ba8e;
  padding: 0 0 0 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 20px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #60ba8e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #60ba8e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #60ba8e;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #60ba8e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #60ba8e;
  border: 0;
  width: auto;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 15px;
  width: 35%;
}

#footer .credits {
  text-align: center;
  font-size: 13px;

  color: #ddd;
}
.footer2 {
bottom: 0;
margin: 0 auto !important;
text-align: center !important;
width: 100% !important;
height: 40px;
position: absolute; }
.center{
text-align: center;
}
.pagination li{
	margin-right: 10px;
}
input[type=email]{
	text-transform: none;
}
.mrg{
	margin-right: 10px;
	margin-top: 10px;
}