/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* 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*/
html, body {
    font-size: 100%;
    font-family: 'Roboto Slab', serif;
    background:#2c71ef;
}
h1,h2,h3,h4,h5,h6,input,p,a,select,button,textarea{
	font-family: 'Roboto Slab', serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a{
	text-decoration:none;
}
/*-- main --*/
.agileits_copyright{
	text-align: center;
}
.agileits_copyright p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    margin: 3.5em 0;
    line-height: 1.8em;
    padding: 0 1em;
    text-transform: capitalize;
}
.agileits_copyright p a{
	color:#000;
	text-decoration:underline;
}
.agileits_copyright p a:hover{
	color:#fff;
}
input[type="submit"],a,.entry.value-minus,.entry.value-plus{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
.main{
    position: relative;
    height: 100%;
}
.main h1 {
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    margin: 2em 0 1.5em;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.w3layouts_main_grid_left{
	width:30%;
	float:left;
}
.w3_main_grid_right{
	width:70%;
	float:left;
}
.w3_agile_main_grids {
    width: 70%;
    margin: 0 auto;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.22);
}
/*-- //main --*/
.one,.two,.three{
    min-height: 738px;
}
.one{
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201802/201802025/html/images/1.jpg') no-repeat 0px 0px;
}
.two{
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201802/201802025/html/images/2.jpg') no-repeat 0px 0px;
}
.three{
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201802/201802025/html/images/3.jpg') no-repeat 0px 0px;
}
/*--Banner form--*/
div#horizontalTab {
    z-index: 999;
    background: #fff;
}
.resp-tabs-container h6,.resp-tabs-container h2.sub-w3ls {
    color: #ff4c4c;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 1em;
}
/*--tab-1--*/
.fields input[type="text"],.fields input[type="email"],.fields input[type="password"] ,.fields .form-control,textarea {
    padding: 7px 0px;
    font-size: 15px;
    margin-bottom: 15px;
	letter-spacing: 0.7px;
    border: none;
    outline: none;
    border-bottom: 1px solid #777;
	background:transparent;
    width: 100%;
	color: #777;
	text-align: left;
}
.fields .form-control {
    box-shadow: none!important;
    border-radius: 0!important;
}
textarea {
	resize:none;
	height:100px!important;
}
.left-agileits{
	width:49%!important;
	float:left!important;
}
.right-agileits{
	width:49%!important;
	float:right!important;
}
.resp-tabs-container input[type="submit"], .resp-tabs-container input[type="reset"] {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-transform: capitalize;
    margin: 1em 1em 0 0;
    display: block;
    padding: 10px 40px;
    float: left;
    border: none;
    outline: none;
    background: #ff4c4c;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.resp-tabs-container input[type="reset"] {
    background: #34bf49!important;
}
.resp-tabs-container input[type="submit"]:hover,
.resp-tabs-container input[type="reset"]:hover {
	background:#2c71ef!important;
	 -webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	 transition: 0.5s all;
}
.tab1 ul {
    margin-top: 20px;
    text-align: left;
    display: block;
}

/*--//tab-1--*/
/*--tab-2--*/
 form p {
    font-size: 13px;
    text-transform: uppercase;
    color: #777;
    font-weight: 500;
	display:block;
}
.tab2,.fields {
    text-align: left;
}
/*--//tab-2--*/
/*-- Slider range --*/
.filter-price {
    width: 70%;
    margin: 0em auto!important;
    text-align: center;
}
ul.dropdown-menu6 ,ul.dropdown-menu5{
	margin:0;
	position:relative;
}
ul.dropdown-menu6 li {
	list-style:none;
}
ul.dropdown-menu6 li p{
	width:100%;
}
span.amount{
	color:#ffffff;
	font-size:16px;
}
.filter-price input#amount,.filter-price input#amount1 {
    font-size: 18px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0%;
    top: 10px;
    text-align: center;
    width: 100%;
    padding: 4px 0;
}
ul.dropdown-menu6 li a {
	text-decoration: none;
}
.range,.range-two{
	padding: 15px 0 22px 0;
	border-bottom: 1px solid #e5e3db; 
}
.filter-price h3 {
    color: #ff4c4c;
    text-transform: capitalize;
    font-size: 1.2em;
}
/*-- //Slider range --*/
/*--//Banner form--*/
/*-- start-responsive-design --*/
@media (max-width:1680px){
	.w3l_main_grid_right_grid {
		padding: 3.07em;
	}
	.resp-tabs-list li {
		width: 43.864%;
	}
	.resp-tab-content {
		padding: 3.25em 3em;
	}
	.one, .two, .three {
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		min-height: 646px;
	}
}
@media (max-width:1600px){
	.w3l_main_grid_right_grid {
		padding: 2em;
	}
	.resp-tabs-list li {
		width: 43.555%;
	}
	.main h1 {
		margin: 1.5em 0 1em;
	}
}
@media (max-width:1440px){
	.w3_agile_main_grids {
		width: 80%;
	}
	.resp-tabs-list li {
		width: 43.72%;
	}
}
@media (max-width: 1366px){
	.w3l_main_grid_right_grid {
		padding:1.4em 2em;
	}
	.resp-tabs-list li {
		width: 43.35%;
	}
}
@media (max-width: 1280px){
	.w3_agile_main_grids {
		width: 75%;
	}
	.w3l_main_grid_right_grid {
		padding: 1.9em 2em;
	}
	.resp-tabs-list li {
		width: 42.46%;
	}
}
@media (max-width: 1080px){
	.w3_agile_main_grids {
		width: 83%;
	}
	.resp-tabs-list li {
		width: 41.9%;
	}
}
@media (max-width: 1050px){
	.resp-tabs-list li {
		width: 41.65%;
	}
}
@media (max-width: 1024px){
	.resp-tabs-list li {
		width: 48.23%;
		padding: 14px 5px;
	}
	.resp-tab-content {
		padding: 2em 3em;
	}
	.one, .two, .three {
		min-height: 598px;
	}
}
@media (max-width: 991px){
	.agileits_nav ul li:nth-child(2) {
		margin: 0 1em;
	}
	.agile_price h3 {
		font-size: 1.7em;
	}
	.agile_occasion_quantity_right {
		width: 25%;
	}
	.agile_occasion_quantity_left {
		width: 75%;
	}
	.agile_price_social {
		margin: 1.3em 0;
	}
}
@media (max-width: 900px){
	.w3_agile_main_grids {
		width: 95%;
	}
	.main h1 {
		font-size: 2.2em;
		letter-spacing: 4px;
	}
	.resp-tabs-list li {
		width: 48.29%;
	}
}
@media (max-width: 800px){
	.resp-tabs-list li {
		font-size: 13.4px;
		width: 48%;
	}
	.resp-tabs-container h6,.resp-tabs-container h2.sub-w3ls {
		font-size: 18px;
	}
	.resp-tab-content {
		padding: 1.5em 2em;
	}
	.fields input[type="text"], .fields input[type="email"], .fields input[type="password"], .fields .form-control, textarea {
		font-size: 13.5px;
	}
	.filter-price h3 {
		font-size: 0.95em;
	}
	.filter-price input#amount, .filter-price input#amount1 {
		font-size: 15px;
		padding: 4px 0 0;
	}
	textarea {
		height: 70px!important;
	}
	.resp-tabs-container input[type="submit"], .resp-tabs-container input[type="reset"] {
		font-size: 15px;
		padding: 8px 35px;
	}
	.one, .two, .three {
		min-height: 527px;
	}
	.main h1 {
		font-size: 2.1em;
	}
	.agileits_copyright p {
		font-size: 13.5px;
		letter-spacing: 1.5px;
	}
}
@media (max-width: 768px){
	.w3layouts_main_grid_left {
		width: 100%;
		float: none;
	}
	.w3_agile_main_grids {
		width: 60%;
	}
	.one, .two, .three {
		min-height: 425px;
	}
	.w3_main_grid_right {
		width: 100%;
		float: none;
	}
	.left-agileits {
		width: 100%!important;
		float: none!important;
	}
	.right-agileits {
		width: 100%!important;
		float: none!important;
	}
	.filter-price {
		width: 100%;
	}
	.resp-tabs-container input[type="submit"], .resp-tabs-container input[type="reset"] {
		margin: 0.5em 1em 0 0;
	}
}
@media (max-width: 667px){
	.main h1 {
		margin: 1.3em 1em 0.7em;
		line-height: 45px;
	}
	.w3_agile_main_grids {
		width: 75%;
	}
	.agileits_copyright p {
		line-height: 28px;
		margin: 2.5em 0;
	}
}
@media (max-width: 640px){
	.main h1 {
		letter-spacing: 3.5px;
	}
}
@media (max-width: 600px){
	.main h1 {
		letter-spacing: 3px;
		margin: 1.3em 0em 0.7em;
	}
	.agileits_copyright p {
		padding: 0 3em;
	}
}
@media (max-width: 568px){
	.main h1 {
		letter-spacing: 2.5px;
		font-size: 2em;
	}
	.one, .two, .three {
		min-height: 380px;
	}
	.agileits_copyright p {
		margin: 2em 0;
	}
}
@media (max-width: 480px){
	.w3_agile_main_grids {
		width: 90%;
	}
	.main h1 {
		font-size: 1.6em;
		line-height: 40px;
		letter-spacing: 2.6px;
	}
}
@media (max-width: 414px){
	.main h1 {
		letter-spacing: 3px;
		margin: 1em 0em 0.6em;
	}
	.agileits_copyright p {
		padding: 0 2em;
	}
	.resp-tabs-container h6,.resp-tabs-container h2.sub-w3ls {
		font-size: 16.5px;
		letter-spacing: 0.8px;
	}
	.resp-tab-content {
		padding: 1em 1.5em;
	}
	.fields input[type="text"], .fields input[type="email"], .fields input[type="password"], .fields .form-control, textarea {
		font-size: 13px;
	}
}
@media (max-width: 384px){
	.agileits_copyright p {
		letter-spacing: 1px;
		margin: 1.8em 0;
	}
	h2.resp-accordion {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.resp-tabs-container h6,.resp-tabs-container h2.sub-w3ls {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 28px;
	}
}
@media (max-width: 375px){
	.one, .two, .three {
		min-height: 292px;
	}
}
@media (max-width: 320px){
	.resp-tabs-container input[type="submit"], .resp-tabs-container input[type="reset"] {
		font-size: 14px;
		padding: 6px 26px;
	}
	.main h1 {
		letter-spacing: 2px;
		font-size: 1.5em;
		line-height: 35px;
		margin: 0.8em 0em 0.5em;
	}
	.agileits_copyright p {
		letter-spacing: 1px;
		margin: 1.4em 0;
		font-size: 13px;
		line-height: 25px;
	}
	h2.resp-accordion {
		padding: 8px 15px;
	}
	.one, .two, .three {
		min-height: 214px;
	}
	.w3_agile_main_grids {
		width: 93%;
	}
	.resp-tabs-container h6,.resp-tabs-container h2.sub-w3ls {
		line-height: 26px;
		margin-bottom: 0.5em;
	}
}