/*
	Theme Name: whatsyourhomeworth
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Poppins', sans-serif;
	color:#000000;
	font-size:16px;
	line-height:normal;

}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
	 clear:both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	
	text-decoration:none;
}
a:focus {
	outline:0;text-decoration:none;
}
a:hover,
a:active {
	outline:0;
}
input:focus, textarea:focus, button:focus {
	outline:0;
	border:0;
}
ul,li,h1,h2,h3,h4
{list-style-type:none;margin:0;padding:0}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */

.wrapper{width:100%; float:left;}

/* header */
.header {
    background: #000;
    height: 180px;
    display: table;
    width: 100%;

}
.header .container{    display: table; height: 100%;}

.header .logo{width: 499px;}
.header .nav_area{text-align: right;}
.header .logo,
.header .nav_area{display: table-cell; vertical-align: middle;}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(123, 123, 123, 0.4);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

header{ -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;}
.sticky{animation: smoothScroll 1s forwards;}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}



.site-logo {
    max-width: 150px;
}


/* logo */
.logo {
}
.logo-img {
}
/* nav */
/* nav */
.main-nav{
	color:#015198;
}
.nav_area ul li{
	display:inline-block;
}
.nav_area ul li a {
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
    display: block;
	font-weight:700;
}
.nav_area ul li a:hover{
	opacity:0.5
}
ul.sub-menu {
    position: absolute;
    display: none;
    background: #000;
    z-index: 555;
}

ul.sub-menu li{
	display:block;
}
ul.sub-menu li a{
	padding:5px 10px;
	display:block;
    border-bottom: 1px solid #fff;
}
@media(min-width:768px){
.nav_area ul li:hover ul.sub-menu {
	display:Block;
}
ul.menu{
	display:block !important; 
}
	
	
	.side-title {
    padding-right: 40px;
    padding-top: 64px;
}
	
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
    background: #000;
    color: #fff;
    padding-top: 90px;
	padding-bottom:60px;
}
.footer .container .row .col-md-6{float:right !important;}
.ftr-left{float:left; width:100%; font-size:14px;}
.ftr-logo{max-width: 500px; padding-bottom:55px;}
.ftr-left p{font-size:14px; font-weight:400;     margin-bottom: 18px;}
.ftr-left strong{font-weight:700;}
#menu-footer-menu{    float: right;
    width: 100%;
    padding-top: 20px;
    max-width: 500px;}
.metaslider .caption-wrap{    background: transparent !important;}
#menu-footer-menu li{ display:inline-block; float:left; width:33.33%}
#menu-footer-menu li a{    cursor: pointer; color:#fff; padding: 8px 0;     float: left;     text-transform: uppercase;}
#menu-footer-menu li a:hover{ color:#fff; opacity:0.5;}
.ftr-btn{background: #da2128;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
    top: -20px;
    right: 85px;
    float: right;}
.ftr-btn:hover{color:#fff;}
.social ul li {
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 5px;
}

.social ul li a{color:#ff5100}


/*------------------------------------*\
	404 PAGE
\*------------------------------------*/
.letters {
    line-height: 155px;
    font-size: 150px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.letters strong {
    color: #5f636b;
    transform: rotate(24deg);
    display: inline-block;
    padding: 0 10px 0 17px;
}

.error-page h2 {
    color: #000;
    padding: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}

a.home-btn {
    display: inline-block;
    padding: 0 40px;
    background: #0c5156;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0 40px 0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.lwa-form{    max-width: 350px;
    margin: 0 auto;}
.lwa-status-invalid{background-color: #fff !important;}
.lwa-form td,
.lwa-form tr{display: table; width: 100%;}
.lwa-submit-button{text-align:center;}
.lwa-form tr{margin-bottom:15px;}
.lwa-rememberme{width:20px; height:20px; float: left;
    margin-right: 5px !important;
    margin-top: 2px !important;}
.lwa-status{font-size:14px;}
#lwa_wp-submit{width:100% !important;}
.lwa-submit-links{margin-top:20px;}
.metaslider .caption-wrap{ left: 50% !important;
    max-width: 1280px;
    margin-left: -640px !important;
    top: 0;
    opacity: 1 !important;
    background: #0000 !important;}
.metaslider .caption {
    padding:0 !important;
    word-wrap: break-word;
    display: table;
    vertical-align: middle;
    height: 100%;
}
.sp-t-100{padding-top:100px;}
.banner-text{ color:#000; display: table-cell; vertical-align: middle;}
.banner-text h1,
.i-pg .banner-text p{max-width: 900px;}
    .banner-text h1,
.title{font-size:90px; font-weight:200; padding-bottom: 80px; color: #000;}
	.banner-text h2{font-size:40px; font-weight:500; padding-bottom:90px; max-width: 680px; color: #000;}
.slider-btn{background:#da2128;  color:#fff;     display: inline-block; text-align: center;}
	.slider-btn:hover{color:#fff; background:#000;}
	.custom-btn a,
	.appraisal-btn,
	.slider-btn,
    .send-btn,
.wpcf7-submit,
#wp-submit,
#lwa_wp-submit,
	.ftr-btn{font-size:16px; font-weight:700; letter-spacing:1px;     width: 300px;
    height: 75px;
    padding: 0 !important;
    line-height: 75px !important;
    box-sizing: border-box;
    text-transform: uppercase;}
.custom-btn a:focus,
	.appraisal-btn:focus,
	.slider-btn:focus,
    .send-btn:focus,
.wpcf7-submit:focus,
#wp-submit:focus,
#lwa_wp-submit:focus,
.ftr-btn:focus{color:#fff;}
.i-pg{padding:80px 0;}	
.i-pg .banner-text h1{    padding-bottom: 40px;}
.i-pg .banner-text h2{padding-bottom: 45px;}
.i-pg .banner-text p{font-size:20px;}
	.form-main,
	.testimonial{padding:100px 0;}
	.form-main h2{padding-bottom:30px;}
	.form-main h3{padding-bottom:50px;     max-width: 800px; margin: 0 auto;}
	.form-main h2,
	.t-section h2,
.signup-text h2{font-size:42px; font-weight:700;}
.form-main h2 span{color: #000; position: relative; font-weight: 400;}
.form-main h2 span:before{    position: absolute;
    content: '';
    right: 0;
    width: 180px;
	bottom: -5px;
    height: 50px;
    background: url(https://sandbox.arandr.co.nz/wyhw/wp-content/themes/wyhw/images/WYHW-agents-listings-underline-170x12px.svg) no-repeat right bottom;}
	.form-main h3,
	.t-section h3,
.signup-text h3{font-size:28px; font-weight:500;}
	.form-main label{font-size:16px; font-weight:500;}
	.form-main .undernatext{font-size:14px; font-weight:400;}
.contact-f h3{color:#000; text-align:center; line-height:normal}
	.benefits{ max-width:500px; margin-left:125px;}
	.t-section h3{padding:10px 0 50px 0;}
	.t-section p{font-size:20px; font-weight:400; padding-top:35px; }
.t-section .wpb_text_column{margin-bottom: 0px !important;}
.signup-text{    max-width: 520px; margin: 0 auto !important; color:#fff;}
.signup-text h3{padding-top:30px; padding-bottom: 30px;}
.signup-text p{font-size:20px; font-weight:400;}
	.appraisal-block{    margin: 0 auto; width: auto; display: table; padding: 15px 0;}
	.appraisal-block h1{font-size: 42px; font-weight: 700; color: #da2128;     padding-top: 20px;}
	.appraisal-block h1 img{    width: 360px; vertical-align: middle; padding: 10px 0 0 10px;}
	.appraisal-btn, .stbbtninfo input{background:#000;  position: relative; top: -10px;   margin-left: 50px; color:#fff;     display: inline-block; text-align: center;}
	.appraisal-btn:hover, .stbbtninfo input:hover{color:#fff;  background:#da2128;}
.sendbutton{    text-align: center;
    border: 0;
    clear: both;
    display: table;     margin: 40px auto;}
	.send-btn, .wpcf7-submit,
#wp-submit, #lwa_wp-submit{background:#000;  color:#fff; margin:0 auto;    display: inline-block; text-align: center; border:0px;}
	.send-btn:hover, .wpcf7-submit:hover,
#wp-submit:hover, #lwa_wp-submit:hover{color:#fff; background:#da2128;}

#loginform p{display: table;
clear: both; padding-bottom: 20px !important;}
	
	.testimonial{ text-align:center; position:relative;}
.testimonial:before{position: absolute; left:10%; top:70px; width:100px; height:100px; background:url(https://sandbox.arandr.co.nz/wyhw/wp-content/uploads/2019/10/comma1.png) no-repeat left top;}
.testimonial:after{ position: absolute; right:10%; bottom:100px; width:100px; height:100px; background:url(https://sandbox.arandr.co.nz/wyhw/wp-content/uploads/2019/10/comma2.png) no-repeat left top;}
	.testimonial h3{max-width:775px; margin:0 auto; font-size:40px; color:#fff; padding-bottom:50px; font-weight:500;}
	.testimonial p{font-weight:400; font-size:22px; color:#fff;     margin: 0;}
.sp-testimonial-free-section .slick-dots li button{    border-radius: 0 !important;}

.title{padding-top:80px; font-size: 60px;     padding-bottom: 35px;}
.inner-pg{padding-bottom:80px; }
.blog-detail{padding-top:80px;}
.blog-detail .inner-pg{padding-bottom:0px; }
.blog-detail .inner-pg ul,
.blog-detail .inner-pg ul li{    padding: 10px 15px;
    list-style-type: decimal-leading-zero;
    list-style-position: outside;
    box-sizing: border-box;}
#dpsp-content-bottom{    padding-bottom: 90px;}
.blog-detail h1{padding-bottom:30px; padding-top:45px; font-weight: 200;
    font-size: 60px;}
.blog-content{min-height:350px;}
.blog-content h2 {
    margin: 0;
    font-size: 42px;
    padding-top: 30px;
    padding-bottom: 0px;
}
.blog-content h3{margin: 0;
    font-size: 28px;
    font-weight: 500;
	padding-bottom: 15px;
    }

.blog-btn{    padding: 0 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000 !important;     text-decoration: none !important;}
.blog-btn:hover{background: #0000 !important; border: 0px !important;     vertical-align: middle !important; border-color:transparent !important;}
#loginform{max-width: 300px; margin: 0 auto;}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-white:active{background-color: #0000 !important; border-color:transparent !important;}
.form-area{width:100%; margin:0 auto; max-width:825px; clear: both; display: table;}
.form-area .form-left,
.form-area .form-right{width:350px;}
.form-area .form-left{float:left;}
.form-area .form-right{float:right;}
.form-type,
.login-username{float:left; width:100%; padding-bottom:35px;}
.form-type label,
.login-username label,
.check-box{font-size:16px; color:#000; font-weight:500; line-height:22px;     clear: both;
    display: table;}
    .stbbtninfo input{    outline: none;
    border: 0px;}
.form-type .input,
.form-type .select,
.login-username input,
.login-password .input,
.lwa-username-input input,
.lwa-password-input input,
.form-type .text-area{ width:100%; border:solid 1px #d3d4d6; height:36px; line-height:36px; box-sizing:border-box; padding-left:15px; outline:none; font-size:14px; color:#000000;}
.form-type .text-area{height:200px; resize:vertical;}
.f-center{ width:auto; margin:0 auto; text-align:center; clear:both; display:table;}
.f-center p{font-size:14px; color:#000;}
.check-box{    line-height: 28px;
    width: auto;
    margin: 0 auto;
    display: inline-block;}
.checkbox{border:solid 1px #d3d4d6; width:20px; height:20px; float:left;     margin-right: 8px !important;}
.redio-group label{font-size:14px; padding-right:5px;}
.packge-group{padding-bottom:80px;}
.pack-box{background:#da2128; width:100%;     padding: 50px;     box-sizing: border-box;     cursor: pointer;}
.packge-group h4{font-size:20px; font-weight: 500; letter-spacing: 1px;}
.agent-dropdown{ padding: 15px 0 8px 0; display:table; width:100%;}
.agent-dropdown p{color:#fff; float:right; font-size:20px; font-weight: 500; letter-spacing: 1px; margin:0;     padding-top: 3px;}
.packge-list{width:100%; float:left;}
.packge-list ul{width:100%; padding:0px 0 70px 0; max-width:800px; margin:0 auto; display: table;}
.packge-list ul li{width: 29%;
    float: left;
    border-bottom: solid 1px #ddd;
    margin: 7px 2%;
    box-sizing: border-box;
    list-style: decimal;
    list-style-position: inside;}
.vc_custom_1570549712248,
.vc_custom_1570549712248 .wpb_wrapper,
.vc_custom_1570549712248 .wpb_single_image,
.vc_custom_1570549712248 .wpb_single_image img{height:100%}
.inner-pg-banner.vc_custom_1571737571525{    background-position: right top !important;     background-color: #fee101 !important; background-size: 100% !important;     min-height: 85vh !important;}
.vc_custom_1571417702304{    overflow: visible !important;}
.th-pg-text{max-width:710px; margin:0 auto;     float: none !important;}
.menu1 {
    left: 0;
    position: relative;
    top: 0;
    z-index: 9999;
}

/*** INPUT ***/
.menu1 input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/*** LABEL ***/
.menu1 label {
    cursor: pointer;
    display: block;
    font: 2em/1 'Oswald', sans-serif;
    padding: 0.5em;
	    float: right;
    width: 60px;
}

/* Hamburger Icon */
#menu-icon,
#menu-icon:before,
#menu-icon:after {
    background: #fff;
    border-radius: 0.05em;
    height: 2px;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

#menu-icon {
    display: inline-block;
    margin: 0;
    max-width: 1em;
    position: relative;
}

.menu1 label #menu-icon {
    float: right;
}

#menu-icon:before,
#menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}

#menu-icon:before {
    top: -0.3em;
}

#menu-icon:after {
    bottom: -0.3em;
}

/* Close Icon */
.menu1 input[type=checkbox]:checked + label #menu-icon {
    background: transparent;
}

.menu1 input[type=checkbox]:checked + label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
}

.menu1 input[type=checkbox]:checked + label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
}


/*** MENU ***/
/* Overlay */
.menu1 input:checked ~ #overlay {
    background: #e5e5e5;
    bottom: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}

/* List */
.menu1 ul {
    font-size: 1.5em;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
	position: absolute;
}

.menu1 input:checked ~ ul {
    margin: 1em;
    max-height: inherit;
    opacity: 1;
	position: absolute;
    background: #fff;
    z-index: 9999;
    width: auto;
	    font-size: 17px;
    display: block;
	    white-space: nowrap;
    right: 0;
	margin-top: 47px;
}

.menu1 ul > li {
        padding: 10px 25px;
    text-align: left;
    font-size: 20px;
    border-bottom: solid 1px #ddd;
}
.menu1 ul > li:last-child{border-bottom:0px;}
.menu1 ul a {
    color: #1d1f20!important;
    text-decoration: none;
}

.menu1 ul a:hover {
    text-decoration: none;
	opacity:0.5;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
 .toggle , span.arrow{
    display: none;
}

@media only screen and (max-width:1100px) {

.home-grid .vc_col-sm-4 h2 a, .work-item h2 a{font-size:22px}
	
	.home-grid .vc_col-sm-4 {    width: 32%; }
	
	.home-grid .vc_gitem-zone ,.work-item{height:210px;}
	
	
	
}

@media only screen and (max-width:767px) {
	
	.side-title ul li a{text-align:left;}
	
	.type-work > .wpb_row {padding: 25px 0;}
	
	.home-grid .vc_gitem-zone, .work-item {max-width: 250px; margin: 0 auto 30px;}
	
	.home-grid .vc_col-sm-4 { width: 100%; }
	
	.home-content {padding: 40px 0;}
	
.menu-side {
    position: initial;
}
.nav_area {
    position: initial;
}
.nav_area  .menu {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    background: #da2128;
    z-index: 999;
	text-align:left;
   
}

span.arrow {
    display: inline-block;
    width: 10%;
    text-align: center;
	cursor:pointer;
	color:#fff;
}

label.toggle {
    display: block;
    position: relative;
    width: 100%;
    height: 50px; 
	padding-top:15px;
	
}

.toggle i{
    display: block;
    cursor: pointer;
    color: #fff7e4;
    width: 42px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding-right: 0;
    background: #da2128;
    font-size: 26px;
    border-radius: 4px;
	position:absolute;
	right:0;
}


.nav_area ul li {
    display: block;
	 border-bottom: 1px solid #fff7e4;
}
.nav_area ul li a {
    padding: 15px;
    color: #FFF;
    text-decoration: none;
    line-height: normal;
    float: none;
    clear: both;
}

ul.sub-menu li a{
	border-bottom:0px;
}

ul.sub-menu {
    position: relative;
	background:#000;
}


.nav_area > ul > li > a {
	display:inline-block;
	width:90%;
}
.nav_area ul li a:hover {
   
}
}
@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:1024px) {
}
@media only screen and (min-width:1140px) {
}
@media only screen and (min-width:1280px) {
	

}
@media only screen and (min-width:1400px) {
	
	.container {width: 1280px;}
	
}
@media only screen and (min-width:1900px) {
		
	.banner-text h1{font-size:90px; }
	.banner-text h2{font-size:40px; }
	.custom-btn a, .appraisal-btn, .slider-btn, .send-btn, .ftr-btn{font-size:20px;}
	
	.form-main h2,
	.sec-th h2{font-size:42px; }
	.form-main h3{font-size:28px; }

	
	
}
@media only screen and (max-width:1600px) {
	
	.header{height: 170px;}
	
		.banner-text h1{font-size:85px; }
	.banner-text h2{font-size:35px; }
	.banner-text .button{font-size:16px;}
	.blog-content h2{font-size:38px;}	
	.blog-content h3{font-size:27px;}
	.blog-detail h1{font-size: 55px;}
	.form-main, .testimonial {
    padding: 80px 0;
}
	.t-section p{padding-top: 25px;     font-size: 18px;}
	.t-section h3 {
    padding: 10px 0 35px 0;
}
	#loginform{max-width: 250px;}
	.form-main h3, .t-section h3, .signup-text h3{    font-size: 25px;}
	.custom-btn a, .appraisal-btn, .slider-btn, .send-btn, .wpcf7-submit, .ftr-btn, #wp-submit, #lwa_wp-submit{width: 250px;
    height: 60px;     line-height: 60px !important;}
	.appraisal-block h1{    font-size: 38px;}
	.testimonial h3{padding-bottom: 40px; font-size: 36px;}
	.testimonial p{font-size: 20px;}
	.packge-group h4{font-size: 19px;}
	#menu-footer-menu li a{font-size:15px;}
	.signup-text p{    font-size: 18px;}
	.signup-text{    max-width: 45%;}
	
}
@media only screen and (max-width:1400px) {
	.header{height: 15vh;}
	.metaslider{max-height:85vh;     overflow: hidden;}
	.flex-direction-nav{max-height:85vh !important;}
	.banner-text h1, .i-pg .banner-text p {
    max-width: 800px;
}
	.metaslider .caption-wrap{max-width: 1000px;
margin-left: -500px !important; max-height:85vh;  }
	.banner-text h1{width:100%; font-size: 55px; padding-bottom: 50px;}
	.banner-text h2{font-size: 28px; padding-bottom: 50px; max-width: 580px;}
	.blog-content h2{font-size:35px;}
	.blog-content h3{font-size:26px;}
	
	.form-main, .testimonial {
    padding: 70px 0;
}
	.t-section p{padding-top: 20px;     font-size: 17px;}
	.t-section h3 {
    padding: 10px 0 30px 0;
}
	.form-main h3, .t-section h3, .signup-text h3{    font-size: 24px;}
	.appraisal-block h1{    font-size: 37px;}
	.testimonial h3{padding-bottom: 35px; font-size: 34px;}
	.testimonial p{font-size: 19px;}
	.benefits {
    max-width: 40%;
    margin-left: 5%;
}
	
	.packge-group h4{font-size: 18px;}
	
	.t-section .wpb_single_image img{min-height: 500px;}
	.form-main h2, .t-section h2, .signup-text h2{font-size: 40px;}
	.signup-text h3 {
    padding-top: 20px;
    padding-bottom: 20px;
}
	.signup-text p {
    font-size: 16px;
}
	
}
@media only screen and (max-width:1200px) {
	
	.header{height: 150px;}
	.banner-text h1{padding-bottom: 50px; font-size: 50px;}
	.banner-text h2{font-size: 25px;padding-bottom: 60px; }
	.blog-content h2{font-size:32px;}
	.blog-content h3{font-size:25px;}
	.blog-detail h1{font-size: 50px;}
	.i-pg .banner-text p{font-size: 19px;}
	.form-main, .testimonial {
    padding: 60px 0;
}
	.t-section p{padding-top: 20px;     font-size: 16px;}
	.t-section h3 {
    padding: 10px 0 25px 0;
}
	.form-main h3, .t-section h3, .signup-text h3{    font-size: 22px;}
	.appraisal-block h1{    font-size: 35px;}
	.testimonial h3{padding-bottom: 30px; font-size: 32px;}
	.testimonial p{font-size: 18px;}
	.benefits {
    max-width: 40%;
    margin-left: 5%;
}
	.packge-group h2{font-size: 32px;}
	.t-section .wpb_single_image img{min-height: 480px;}
	.form-main h2, .t-section h2, .signup-text h2{font-size: 38px;}
	.packge-group h4{font-size: 17px;}
	
	.r-img .wpb_single_image img{min-height: 450px !important;}
	
	
}
@media only screen and (max-width:1000px) {
	
	.header{height: 140px;}
	.metaslider .caption-wrap{max-width:800px; margin-left: -400px !important;}
	.banner-text h1{width: 85%; padding-bottom: 45px; font-size: 45px;}
	.banner-text h2 {
    font-size: 22px;
    padding-bottom: 55px;
    max-width: 480px;
}
	.blog-content h2{font-size:32px;}
	.blog-detail h1{font-size: 45px;}
	.form-main .packge-group h3{font-size: 19px;}
	.i-pg .banner-text p{font-size: 18px;}
	.custom-btn a, .appraisal-btn, .slider-btn, .send-btn, .ftr-btn{width: 270px; height: 60px; line-height: 60px !important;}
	
	.blog-content h2{font-size:30px;}
	
	.form-main, .testimonial {
    padding: 50px 0;
}
	.t-section p{padding-top: 15px;     font-size: 15px;}
	.t-section h3 {
    padding: 10px 0 20px 0;
}
	.packge-group h2{font-size: 30px;}
	.form-main h3, .t-section h3, .signup-text h3{    font-size: 21px;}
	.appraisal-block h1{    font-size: 34px; text-align: center; clear: both; padding-top: 0;}
	.appraisal-block h1 img{padding: 20px 0 20px 0px; display: table; text-align: center; margin: 0 auto;}
	.appraisal-btn{top: 0;}
	.testimonial h3{padding-bottom: 28px; font-size: 30px;}
	.testimonial p{font-size: 17px;}
	.benefits {
    max-width: 90%;
    margin-left: 5%;
		padding-bottom: 20px;
}
	
	.t-section .wpb_single_image img{min-height: 480px;}
	.form-main h2, .t-section h2, .signup-text h2{font-size: 35px;}
	.testimonial::before{top: 50px; width: 70px; height: 100px; background-size: 100%;}
	.testimonial::after{bottom: 50px; width: 70px; height: 100px; background-size: 100%;}
	.ftr-btn{right: auto;
float: none;
left: auto;
margin: 0 auto;
display: table;}
	
		.form-main h2, .t-section h2, .signup-text h2{font-size: 28px!important;}
		.inner-pg-banner.vc_custom_1571737571525{min-height: auto !important;}
	
}
@media only screen and (max-width:800px) {
	
	.header{height: 130px;}
	.metaslider .caption-wrap{max-width:600px; margin-left: -300px !important;}
	.banner-text h1 {
    width: 100%;
		max-width: 375px;
    padding-bottom: 30px;
    font-size: 40px;
}
	.blog-detail h1{font-size: 40px;}
	.banner-text h2 {
    font-size: 18px;
    padding-bottom: 45px;
    max-width: 330px;
    line-height: normal;
}
	.form-main .packge-group h3{font-size: 18px;}
		.blog-content h2{font-size:28px;}
	.blog-content h3{font-size:24px;}
	
	.t-section .vc_col-sm-6{width: 100% !important;}
	.form-main .packge-group h2{font-size: 25px;}
	.signup-text p {font-size: 15px;}
	.form-main h2, .t-section h2, .signup-text h2{font-size: 28px!important;}
		.inner-pg-banner.vc_custom_1571737571525{min-height: auto !important;}
	
}
@media only screen and (max-width:768px) {
	
	.header{height: 120px;}
	.banner-text h1{padding-bottom: 25px; font-size: 35px;}
	.banner-text h2{padding-bottom: 30px;     font-size: 18px;}
	.blog-content h2{font-size:25px;}
	.form-main .packge-group h3{font-size: 17px;}
	.blog-content h2{font-size:27px;}
	.blog-content h3{font-size:23px;}
	.blog-detail h1{font-size: 35px;}
	
	.form-main .packge-group h2{font-size: 22px;}
		
}
@media only screen and (max-width:767px) {
	body{font-size: 15px;}
	.sp-t-100 {
    padding-top: 50px;
}
	.header{height: 120px;}
	.header .container{width: 100%;}
	.header .logo{width: 70%;}
	.header .nav_area{width: 25%;}
	.i-pg .banner-text p{font-size: 17px;}
		.blog-content h2{font-size:26px;}
	.blog-content h3{font-size:22px;}
	.blog-detail h1{font-size: 30px;}
	
	.form-main h2, .t-section h2, .signup-text h2 {  font-size: 30px;}
	.form-main h3{padding-bottom: 30px;}
	.form-main, .testimonial {padding: 30px 0;}
	.form-main h3, .t-section h3, .signup-text h3 {font-size: 19px;}
	.form-area .form-left, .form-area .form-right {width: 100%;}
	.form-type label, .check-box{font-size: 15px;}
	.form-main h2 {padding-bottom: 20px;}
	.sendbutton{margin: 20px auto;}
	.custom-btn a, .appraisal-btn, .slider-btn, .send-btn, .ftr-btn {
    width: 250px;
    height: 50px;
    line-height: 50px !important;
    font-size: 15px;

}
	.blog-content {
    min-height: auto;
}
	.t-section .wpb_single_image img {min-height: 30px;}
	.testimonial::before {

    top: 50px;
    width: 50px;
    height: 70px;
    left: 2%;
    background-size: 100%;

}
	
	.testimonial::after {

    bottom: 50px;
    width: 50px;
    height: 100px;
		right: 2%;
    background-size: 100%;

}
	
	.ftr-left{text-align: center;}
	.ftr-left p{margin-bottom: 10px;}
	.ftr-logo {

    max-width: 500px;
    padding-bottom: 12px;
    margin: 0 auto;
    width: 100%;

}
	.footer{padding-top: 50px; padding-bottom: 40px;}
	.ftr-btn{top: 0;}
	#menu-footer-menu{max-width: 100%; text-align: center; padding-top: 2px;}
	#menu-footer-menu li {
    display: inline-block;
    float: none;
    width: auto;
    padding: 0 10px;

}
.form-main .packge-group h2{font-size: 20px;}	
	.packge-group h4 {
    font-size: 16px;
}
	.signup-text{max-width: 90%; padding: 50px 0 30px 0;}
	.inner-pg-banner.vc_custom_1571737571525{min-height: auto !important;}
		
}
@media only screen and (max-width:640px) {
	
	.header{height: 90px;}
	.banner-text h1 {
    padding-bottom: 10px;
    font-size: 30px;
}
	.banner-text h2 {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
}
	.toggle i{width: 35px; height: 30px; line-height: 30px; font-size: 20px;}
		.blog-content h2{font-size:25px;}
	.blog-content h3{font-size:21px;}
	.form-main h3{padding-bottom: 20px;}
	.form-type .text-area{height: 100px;}
	.testimonial h3 {padding-bottom: 20px; font-size: 28px;}
	.testimonial::before{top: 20px;}
	.testimonial::after{bottom: 20px;}
	.custom-btn a, .appraisal-btn, .slider-btn, .send-btn, .ftr-btn {
    width: 215px;
    height: 50px;
    line-height: 50px !important;
}
	.metaslider .caption-wrap {
    max-width: 400px;
    margin-left: 0 !important;
    left: 20px !important;
}
	
	.form-type label, .check-box{font-size: 14px;}
	.form-main h3, .t-section h3, .signup-text h3 {font-size: 18px;}
	.form-main h2 {padding-bottom: 15px;}
	.packge-group h4 {
    font-size: 15px;
}
	
	
		
}
@media only screen and (max-width:480px) {
	
	.header{height: 70px;}
	.metaslider .caption-wrap{max-width: 320px;}
			.blog-content h2{font-size:24px;}
	.blog-content h3{font-size:20px;}
	.banner-text h2{display: none;}
	.blog-detail h1{font-size: 25px;}
	
		
}
@media only screen and (max-width:320px) {
	
	.header{height: 50px;}
	.metaslider .caption-wrap{max-width: 100px;}
	
		.blog-content h2{font-size:23px;}
	.blog-content h3{font-size:19px;}
	
	
		
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}