@charset "utf-8";

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
:focus {outline:0}
abbr, acronym, dfn {border-bottom:1px dotted;cursor:help}
blockquote { width:365px; margin-left:99px; padding:0px 20px; background-image:url(../images/blockquote_img.jpg); background-repeat:no-repeat; background-position:left top; margin-bottom:35px; }
blockquote p{font-family: "MuseoSans-500Italic", Arial, Helvetica, sans-serif; font-size:14px;color:#333333; font-weight:500; line-height:24px; font-style:italic; margin-bottom:0px}

/*body {background:#000;color:#000;font:75%/125% "HelveticaNeue", Arial, Sans-Serif}*/
code, pre {font-size:1em}
del {text-decoration:line-through}
dfn {font-style:italic;font-weight:bold}
dt {font-weight:bold}
dd {margin:0 0 1em 10px}
fieldset {border:0}
fieldset p {margin:0 0 5px}
img {height:auto; border:0px;}
ins {text-decoration:none}
hr {margin:0 0 0.5em}


textarea {font:1em Arial;overflow:auto}
tt {display:block;margin:0.5em 0;padding: 0.5em 1em}
strong{margin-right:0px;}

@font-face {
     font-family: 'chaparral_proregular';
    src: url('../fonts/chaparralpro-regular-webfont.eot');
    src: url('../fonts/chaparralpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chaparralpro-regular-webfont.woff') format('woff'),
         url('../fonts/chaparralpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/chaparralpro-regular-webfont.svg#abeatbykairegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1,h2{}

p{ margin:0px; padding:0px;}

/****** Common Classes ******/
.clear{ display:block; clear:both; line-height:0;}
.space { display:block; clear:both; height:30px;}
.dspace { display:block; clear:both; height:22px;}




body { margin: 0px; padding:0px; font-family:Arial, Helvetica, sans-serif; background-color:#fff; }

/***** WRAPPER ******/

#wrapper{max-width:100%;}
.wrap{max-width:1000px; margin:0 auto;color:#666666}
/***** Header ******/

#header{width:100%; float:left; background-color:#fff; border-top:5px solid #254e7f;}
#header .tagline{ float:left; width:60%; font-size:22px; color:#254e7f; font-weight:bold; text-align:center; padding-top:16px; margin-left:15px;}
#header .tagline .style1{ font-size:18px; color:#119bfe;}
#header .logo{padding-top:10px; float:left;}

.phone{ float:right; width:auto; background:url(../images/phone-icon.png); background-repeat:no-repeat; background-position:left top; padding-left:55px; font-size:20px; color:#119bfe; margin-top:25px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif;}
.phone .style1{ font-size:18px; color:#454545; font-family:Arial, Helvetica, sans-serif; text-align:center; margin-top:6px;}

/**********************************************/
/************ Navigation Section **************/
/**********************************************/
#navigation{ float:left; width:100%; background-image:url(../images/nav-bg.png); background-repeat:repeat-x; margin-top:10px; padding:14px 0px;} 
.toggleMenu {
    display:  none;
	background-image:url(../images/nav-icon.png);
	background-repeat:no-repeat;
	background-position:right;
    color: #fff;
	width:87%;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	margin-top:6px;
	margin-left:25px;
	margin-bottom:11px;
}
#navigation .current-menu-item a{color:#000; background:#f2e300;border-radius:14px;}

#navigation .sub-menu .current-menu-item a{color:#000; background:#f2e300;border-radius:0px !important;}
.nav {
    list-style: none;
     *zoom: 1;
	 width:auto;
	 float:left;
	 font-size:14px;
	 font-weight:bold;
	 text-transform:uppercase;
}
.nav:before,
.nav:after {
    content: " "; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width:auto;
}
.nav a {
    padding:8px 22px;
    color:#fff;
}
.nav li {
	    position: relative;
}
.nav > li {
    float: left; margin:0px 4px;
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right 15px;
}
.nav > li > a {
    display: block;
	text-decoration:none;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	width:200px;
}
.nav > li.hover > ul {
    left: 0; 
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background:#0D8DFE;
    position: relative;
	text-decoration:none;
	padding:12px 15px;
    z-index:100;
    border-top: 1px solid #505456; font-size:14px;
}

.nav li li a:hover{ background: #000; color:#FFFFFF;}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
.nav li li:first-child a{ border-top:0px;}
.nav li:first-child{ border:0px;}
.nav a:hover {color:#000; background:#f2e300;border-radius:14px;}
.nav .menu-item-has-children li a:hover {color:#000; background:#F2E300; border-radius:0px !important;}
.nav .active a {color:#000; background:#f2e300;border-radius:14px;}
#navigation .style1{ font-size:18px; color:#FFFFFF; font-weight:bold;margin: 0 10px;}
#navigation .style1 span{ color:#f4e700;}

#banner{ float:left; width:100%; background:url(../images/banner-bg.jpg); background-repeat:repeat-x; padding:40px 0px;}
#banner .left{ float:left; width:62%;}
#banner .video{ float:left; width:100%;}
#banner .video img{width:100%;}
#banner .info{ float:left; width:90%; background:#0c8afd; font-size:17px; text-align:center; font-weight:bold; color:#fff; padding:10px 5%; margin-top:10px;}

/*#banner11{ float:left; width:100%; background:url(../images/banner-bg11.jpg); background-repeat:repeat-x; padding:40px 0px;}*/
#banner11 .left{ float:left; width:62%;}
#banner11 .video{ float:left; width:100%;}
#banner11 .video img{width:100%;}
#banner11 .info{ float:left; width:90%; background:#0c8afd; font-size:22px; text-align:center; font-weight:bold; color:#fff; padding:16px 5%; margin-top:10px; }
#banner11 .info1 {background: none repeat scroll 0 0 #0C8AFD;color: #FFFFFF;float: left;font-size: 22px;font-weight: bold;margin-bottom: 40px;padding: 16px 5%;text-align: center; width: 90%; margin-top: 40px;}
#banner11 .info1 .style1 {font-size: 34px;font-weight: bold;}
.joinus-bx-aset .style2a {color: #F4E700;font-size: 14px;font-weight: bold;margin-top: 15px;text-align: center;}
.filed-aset12 {background: none repeat scroll 0 0 #FFFFFF;border-radius: 8px;float: left;margin-top: 16px;padding: 6px 8px;width: 96%;}
.frmfield23 {background: none repeat scroll 0 0 #FFFFFF;border: 0 solid #BDBDBD;color: #807E7E;font-size: 14px;padding: 5px 8px;text-decoration: none;width: 84%;}
.frmfield24 {background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #BDBDBD;color: #807E7E;font-size: 14px;padding: 5px 8px;text-decoration: none;width: 84%; margin-bottom:10px;}
.arrow1 {bottom: 128px;position: absolute;right: -36px;width: auto;}
.joinus-bx-aset .style3 {color: #FFFFFF;float: left;font-size: 18px;font-weight: bold;margin-top: 15px;text-align: center;width: 100%;}
.container-left {color: #3A3A3A;float: left;font-size: 22px;margin-top: 70px;width: 100%;}
.style001 {color: #139DFE;}
.container-left li {background: url("../images/tick1.png") no-repeat scroll left center rgba(0, 0, 0, 0);color: #393939;float: left;font-size: 22px;font-weight: bold;list-style: none outside none;margin: 5px 0;padding: 10px 0 10px 75px;width: 88%;}
.container-aset {color: #3A3A3A;float: left;font-size: 22px;margin-bottom: 20px;width: 100%;}
.infopack h1 {color: #139DFE;font-size: 36px;margin-top: 20px;}
.style003 {color: #3A3A3A;font-size: 22px;}
.container .bluebx {background: none repeat scroll 0 0 #0C8AFD;color: #FFFFFF; float: left;font-size: 25px;font-weight: bold;margin-bottom: 20px;padding: 16px 5%;text-align: center;width: 90%;}



.joinus-bx{width:318px; float:right; border:10px solid #f3f6f6; background:#424242; border-radius:9px;}
.joinus-head{ float:left;width:298px; background:url(../images/joinus-top.png); background-repeat:no-repeat; text-align:center; font-size:26px; color:#fff; font-weight:bold; padding:10px 10px;}
.joinus-head1{ float:left;width:298px; height:69px; background:url(../images/joinus-top1.png); background-repeat:no-repeat; text-align:center; font-size:19px; color:#fff; font-weight:bold; padding:10px 10px;}


.joinus-bx-aset{ float:left; position:relative; width:90%; padding:5% 5%;}
.joinus-bx-aset .style1{ font-size:14px; color:#fff; font-weight:bold;}
.joinus-bx-aset .style2{ font-size:12px; color:#f4e700; font-weight:bold; text-align:center;}
.joinus-bx-aset .book{ position:absolute; top:10px; right:15px;}

.joinus-bx-aset .style11{ font-size:17px; width:180px; color:#fff; }
.joinus-bx-aset .style22{ font-size:25px; color:#f4e700; font-weight:bold; text-align:center; margin-top:15px;}
.joinus-bx-aset .book1{ position:absolute; top:10px; right:30px;}

.arrow11{ position:absolute; width:auto; bottom:53px; right:-36px;}
.frmfield22 {width:84%; border:0px solid #bdbdbd; font-size:14px; color:#807e7e; text-decoration:none; padding:3px 8px; background:#fff; margin-top:10px;}
.filed-aset {width:96%; float:left; border-radius:8px; padding:1px 8px 6px; background:#fff; margin-top:16px;}
.joinus-bx-aset .style33{ font-size:18px; float:left; width:100%; color:#fff; font-weight:bold; text-align:center; margin-top:5px;}
.get-btn11{ background:url(../images/get-it.png); background-repeat:no-repeat; width:292px; height:56px; float:left; position:relative; margin-top:18px;border:0px;cursor:pointer;}
.get-btn11:hover{ background-position:0px -56px;}
.wysija-msg ul li{list-style:none;color:#FFF;}

.arrow{ position:absolute; width:auto; bottom:18px; right:-36px;}
.frmfield2 {width:96%; border:0px solid #bdbdbd; border-radius:10px; font-size:14px; color:#807e7e; text-decoration:none; padding:12px 8px; background:#fff; margin-top:16px;}
.frmfieldftr {width:80%; border:0px solid #bdbdbd; /*border-radius:10px;*/ font-size:14px; color:#807e7e; text-decoration:none; padding:8px 8px; background:#fff; margin-top:16px;}
.frmfield4{ background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 7px;
    color: #807E7E;
    float: left;
    font-size: 14px;
    margin: 8px 10px;
    padding: 8px 10px;
    text-decoration: none;
    width: 40%;}
.widget_wysija_cont .abs-req{display:none !important;}
.joinus-bx-bott{ float:left; width:92%; background:#a68652; padding:4%;}
.abs-req{display:none !important;}

.get-btn{ background:url(../images/get-it.png); background-repeat:no-repeat; width:292px; height:56px; float:left; position:relative; margin-top:18px; border:0px; cursor:pointer; margin-bottom:10px;}
.get-btn:hover{ background-position:0px -56px;}

/***** Body ******/
.container{ float:left; width:100%; padding-top:20px;}

.container .section1{ float:left; width:100%; border-top:6px solid #16a0fe; margin-top:35px;}
.container .section1 h2{ float:left; width:50%; color:#fff; font-size:28px; margin-top:-35px; margin-left:196px; font-weight:100; text-align:center; background:#16a0fe; border-radius:30px; padding:17px 3%; margin-bottom:20px;}


.container .section1 li{ float:left; width:88%; background:url(../images/tick1.png); background-repeat:no-repeat; background-position:left; padding:18px 0px; padding-left:75px; font-size:22px; color:#393939; font-weight:bold; list-style:none; margin:5px 0px;}

.container .infopack{ float:left; position:relative; box-shadow:1px 2px 4px #888888; width:94%; border:1px solid #c8c3c3;border-radius:15px; margin-top:20px; padding:3%;}
.container .infopack .left{ float:left; width:70%;}
.container .infopack .left h2{ float:left; width:568px; height:113px; margin-left:-49px; background:url(../images/infopack-bg.png); background-repeat:no-repeat; font-size:42px; color:#FFFFFF; font-style:italic; padding-left:110px; padding-top:15px;}
.container .infopack .left h3{ font-size:22px; color:#3a3a3a;}

.container .infopack .left .field-sec{ float:left; width:46%;}
.filed-aset1 {width:96%; border:1px solid #CCCCCC; float:left; border-radius:8px; padding:1px 6px 8px; background:#fff; margin-top:16px;}
.container .infopack .left .field-sec-right{ float:right; width:46%; color:#3a3a3a; font-size:15px; text-align:center; font-weight:bold; margin-right:20px;}
.container .infopack .left .field-sec-right p{ margin:3px 0px; display:inline-block;}
.container .infopack .right{ float:right; width:30%;}
.container .infopack .freeguide{ position:absolute; top:-14px; right:-20px; width:auto;}
.container .infopack .bottom{ float:left; width:100%; text-align:center; font-size:15px; color:#209ce8; font-weight:bold; padding-top:8px;}


.gaurantee{ float:left; width:223px; margin-right:35px;}
.gaurantee a{ float:left; width:80%; background-color:#119bfe; font-size:18px; text-transform:uppercase; color:#fff; font-weight:bold; text-align:center; text-decoration:none; padding:15px 10%; margin-top:-3px;}
.gaurantee a:hover{background-color:#f4e700; color:#000;}
.gaurantee a span{ float:left; width:auto; line-height:19px; background-image:url(../images/icon1.png); background-repeat:no-repeat; background-position:left 0px; height:16px; padding-left:25px;}
.gaurantee a:hover span{ background-position:left -16px;}

.questions{ float:left; width:223px; margin-right:35px;}
.questions a{ float:left; width:80%; background-color:#119bfe; font-size:18px; text-transform:uppercase; color:#fff; font-weight:bold; text-align:center; text-decoration:none; padding:15px 10%; margin-top:-3px;}
.questions a:hover{background-color:#f4e700; color:#000;}
.questions a span{ float:left; width:auto; line-height:19px; background-image:url(../images/icon2.png); background-repeat:no-repeat; background-position:left 0px; height:16px; padding-left:25px;}
.questions a:hover span{ background-position:left -16px;}

.testimonial1{ float:left; width:223px;}
.testimonial1 a{ float:left; width:80%; background-color:#119bfe; font-size:18px; text-transform:uppercase; color:#fff; font-weight:bold; text-align:center; text-decoration:none; padding:15px 10%; margin-top:-3px;}
.testimonial1 a:hover{background-color:#f4e700; color:#000;}
.testimonial1 a span{ float:left; width:auto; line-height:19px; background-image:url(../images/icon3.png); background-repeat:no-repeat; background-position:left 0px; height:16px; padding-left:25px;}
.testimonial1 a:hover span{ background-position:left -16px;}

.secure{ float:right; width:224px;}
.secure a{ float:left; width:82%; background-color:#119bfe; font-size:18px; text-transform:uppercase; color:#fff; font-weight:bold; text-align:center; text-decoration:none; padding:15px 9%; margin-top:-3px;}
.secure a:hover{background-color:#f4e700; color:#000;}
.secure a span{ float:left; width:auto; line-height:19px; background-image:url(../images/icon4.png); background-repeat:no-repeat; background-position:left 0px; height:18px; padding-left:25px;}
.secure a:hover span{ background-position:left -18px;}

.about-discover{ float:left; width:64%; margin-top:20px; /*border:1px solid #e3e3e3;*/}
.about-discover h2{ float:left; width:94%; color:#fff; font-size:22px; font-weight:bold; background:url(../images/bg.jpg); background-repeat:repeat-x; padding:10px 3%;}
.s2 { float:left; width:94%; padding:2% 3%;}  
.s2 ul {list-style:none; float:left;}
.s2 li {display:block; float:left; width:93%; padding:10px 0px; padding-left:40px;  text-decoration:none; font-size:16px; text-align:left; color:#119bfe; font-weight:bold; background-image:url(../images/tick.png); background-repeat:no-repeat; background-position:left;  border-bottom:1px solid #e3e3e3;}
.s2 li:last-child{ border-bottom:0px;}


.testimonials-bx{float:right; width:33%; margin-top:20px; border:1px solid #e3e3e3;}
.testimonials-bx h2{float:left; width:94%; color:#fff; font-size:22px; font-weight:bold; background:url(../images/bg.jpg); background-repeat:repeat-x; padding:10px 3%;}
.testimonials-bx .info{ float:left; width:90%; font-size:14px; color:#666666; font-style:italic; line-height:24px; padding:20px 5%;}
.testimonials-bx .info .style1{ font-size:15px; font-weight:bold; color:#666666; text-align:right; margin-top:10px;}
.testimonials-bx h2 .right {float: right;}
.testimonial_rotator_widget blockquote{width:auto !important;}
.wrap .leftside  h2 a {color: #333333;font-size:25px;font-weight:100;margin-bottom:5px;margin-top:10px;text-decoration:none;}
.form-allowed-tags{display:none;}
.wrap .entry-meta a {color:#000; text-decoration:none;}
.wrap .nav-links a {color:#000; text-decoration:none;}
.wrap .comment-respond a {color:#000; text-decoration:none;}


/*inner page*/
.style01{ font-size:50px; color:#264f80; font-weight:bold; text-align:center;}
.style02{ font-size:36px; color:#119bfe; font-weight:bold; text-align:center; margin-top:20px; margin-bottom:20px;}
.style03{ font-size:26px; color:#d02751; font-weight:bold; text-align:center; margin-top:20px; margin-bottom:20px;}
.style04{ float:left; width:96%; background:#f2e400; font-size:25px; font-weight:bold; color:#000000; padding:1% 2%; text-align:center;}
.style05{ float:left; width:100%; text-align:center; color:#49a3d8; font-size:19px; margin-top:20px;}
.style01a{ width:100%; text-align:center;}
.complimentary{float:left; width:99%; margin-top:20px; border:1px solid #e3e3e3; padding-bottom:20px;}
.complimentary h2{float:left; width:94%; color:#fff; font-size:34px; text-align:center; font-weight:bold; background-image:url(../images/bg.jpg); background-repeat:repeat-x; padding:10px 3%; background-color:#0878fd;}
.complimentary .left{ float:left; width:auto; margin-top:30px;}
.complimentary .right{ float:right; width:60%; margin-top:30px;}
.complimentary .right h3{ font-size:17px; color:#474747; text-align:center;}
.complimentary .right h4{ font-size:14px; color:#1097fe; text-align:center; margin-top:20px; margin-bottom:20px;}
.leftside{width:66%; float:left;color: #333333;}
.rightside{width:20%; float:right;}
.send-btn{background:url(../images/send-btn.png); background-repeat:no-repeat; width:366px; height:57px; float:left; position:relative; margin-top:18px; border:0px; cursor:pointer;}
.send-btn:hover{opacity:0.8;}
.btn { background: url("../images/submit-btn.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; cursor: pointer; height:34px;width:130px; margin-left:65px;}
.btn:hover{opacity:0.8;}
.btnftr { background: url("../images/submit-btn.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; cursor: pointer; height:34px;width:130px; margin-left:2px; margin-top:10px; /*border-radius:10px;*/}
.btnftr:hover{opacity:0.8;}
.leftcontact{width:60%; float:left;color: #333333;}
.rightcontact{width:40%; float:right;}
.tbl{border:0px;}
.leftcontact input[type="text"]{margin-bottom:5px;}
	.leftcontact input[type="email"]{margin-bottom:5px;}
	.leftcontact textarea{margin-bottom:5px;}

/***** new class page start here******/

.leftside h2{ font-size:25px; color:#333333; font-weight:100; margin-bottom:5px; margin-top:10px;}
.url_websites{ width:94%; float:left; background:#3399ff; color:#333333; padding:15px;}
.url_websites h2{ margin-top:0px; text-align:center;}
.url_websites a{ text-decoration:none; color:#FFF;}
.cantant1{ float:left; color:#333; margin-top:10px;   }
.cantant1 h3{ color:#336666; font-size:16px; margin-top:15px;}
.bottm_contant{ float:left; color:#333; margin-top:25px; }
.right_img{ float:right; margin-left:8px;}
.style11{color:#000;}
.entry-content a{text-decoration:none; color:#254E7F; font-weight:bold;}
.wrap textarea {width:100%; height:130px;}
.wrap .about-discover p{padding:0px 5px;}
/***** new class page end here******/
.plus{color: #FFFFFF;margin: 0 auto;max-width: 1000px;text-align:center;font-weight:bold;}


#banner2{ float:left; width:100%; background:url(../images/banner-thankyou-bg.jpg); background-repeat:repeat-x; padding:20px 0px;}
#banner2 .info1{ float:left; width:930px; background:#0c8afd; font-size:25px;font-weight:bold; color:#fff; padding:16px 5%; margin-top:60px;}
.best_builder{float:left; width:930px;  font-size:24px; color:#474747; padding:16px 5%; margin-top:80px;}
.best{font-size:24px; color:#129dfe;}
.container22{float: left;width: 100%;}
.container22 .section1{ float:left; width:100%; border-top:6px solid #16a0fe; margin-top:15px;}
.container22 .section1 h3 {
    background: none repeat scroll 0 0 #16A0FE;
    border-radius: 30px;
    color: #FFFFFF;
    float: left;
    font-size: 28px;
    font-weight: 100;
    margin-left:40px;
    margin-top: -35px;
    padding: 17px 3%;
    text-align: center;
    width:18%;
}
.container22 .infopack1 {
   
    float: left;
    padding: 3%;
    width: 62%;
	font-size:17px; 
	color:#393939;
}
.thankyou{width:100%; float:left; margin-top:20px;}
.quality{font-size:24px; color:#2caded;}
.right_img{ float:right;}
.poweredby11 a{color:#fff;}
.comments-area{display:none;}
#wysija-subscriptions th{text-align:left;}




/***** Footer ******/
#footer{ float:left; width:100%; background:#254e7f; margin-top:30px;}
.free-report{ float:left; width:580px;}
.free-report .left{ float:left; width:auto; padding-top:30px;}
.free-report .right{ float:right; width:67%; font-size:15px; line-height:24px; color:#fff; margin-top:40px;}
.free-report .right h2{ font-size:24px; margin-bottom:10px;}

#footer .form{ float:right; width:390px; padding-top:40px;}
.frmfield3 {width:96%; border:1px solid #bdbdbd; border-radius:7px; font-size:14px; color:#807e7e; text-decoration:none; padding:8px 10px; background:#fff; margin-top:16px;}
.access-now{ float:right; margin-right:60px; width:40%; background:#ebe000; font-size:16px; font-weight:bold; color:#000; padding:9px 20px; margin-top:17px; text-decoration:none;border-radius:7px; border:0px; cursor:pointer; margin-bottom:15px;}
.access-now:hover{ background:#119bfe;}
#footer .blue-bx{ float:right; width:77%; background:#119bfe; text-align:center; padding:1% 2%; border-radius:7px; font-size:16px; color:#fff;}
#footer .blue-bx h2{ font-size:17px; margin-bottom:5px;}
#footer .copyright{ float:left; width:100%; text-align:center; font-size:13px; color:#fff; padding:20px 0px;}
#footer .copyright a { text-decoration:none !important; color:#FFF !important;}
.synved-social-credit{ display:none;}
#footer .form .widget-title{color:#FFF !important; margin-bottom:15px !important;}
#footer11{ float:left; width:100%; background:#2caded; padding:16px 0px;text-align:left; font-size:18px; color:#fff; margin-top:30px;}
#footer11 .wrap11 {color:#fff;margin: 0 auto;max-width: 1000px;}
#footer11 .copyright11{ float:left; width:auto;}
#footer11 .poweredby11{ float:right; width:auto;}

/***** media queries ******/

@media screen and (min-width:768px) and (max-width: 800px) 

{
#header .logo{ padding-left:10px; width:27%;}
#header .tagline{ margin-left:20px; width:40%;}
.phone{ margin-right:10px;}
#banner{ width:96%; padding:2%;}
#banner .left{ width:53%;}
.arrow{ display:none;}
.container{ width:98%; padding:1%;}
.secure{ margin-top:20px;}
#footer{width:96%; padding:2%;}
#footer .form{ margin-left:190px; margin-top:-70px; float:left;}
#footer .blue-bx{ width:96%; margin-top:20px;}

}


@media screen and (min-width: 320px) and (max-width: 360px)
{

#header .logo{padding-top:22px; float:left; width:100%; text-align:center;}
#header .tagline{ width:90%; padding:5%; margin:0px;}
.phone{ float:left; margin-left:55px;}
#banner{ width:94%; padding:3%;}
#banner .video {
    float: left;
    width: 100%;
}

#banner .left{ width:100%;}
#banner .left img{ width:100%;}
#banner11{padding: 3%;width: 94%;}
#banner11 .info{font-size:19px;}
#banner11 .left img {width: 100%;}
#banner11 .left {float: left;width: 100%;}
#banner2{width:100%; padding:40px 0px;}
#banner2 img{width:100%;}
#banner2 .info1 {font-size: 19px;width: 90%;}
.best_builder {font-size: 19px;width: 85%;}
.joinus-bx{ display:none;}
.container{width:94%; padding:3%;}
.gaurantee{ margin:0 auto; float:none; height:300px;}
.questions{ margin:0 auto; float:none;height:300px;}
.testimonial1{ margin:0 auto; float:none;height:300px;}
.secure{margin:0 auto; float:none;height:300px;}
.about-discover{ width:100%;}
.s2 li{ width:86%;}
.testimonials-bx{ width:100%;}

#footer{width:94%; padding:3%;}
.free-report{width:100%;}
.free-report .right{width:100%;}
#footer .form{width:100%;}
.frmfield3{ width:92%;}
#footer .blue-bx{width:96%; padding:2%; margin-top:15px;}

#navigation {background: none repeat scroll 0 0 #0099FF;margin-top: 10px;}
.nav a {padding:10px 23px;}
.nav {
	 width:100%;
	 margin-top:0px;
 }
    .active {
        display: block;
    }
    .nav > li {
        float: none; margin:0px;
    }
	.nav li a {
    display: block;
    background: #4e4d4d;
    position: relative;
    z-index:100;
	text-decoration:none;
	font-size:14px;
    border-top: 1px solid #fff;
}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
		width:100%;
    }
	.nav li a:hover { background:#636262; border-radius:0px;}
	.nav .active a { border-radius:0px;}
	.leftside{ width:100%;}
	.leftside img{width:100% !important;}
	.leftcontact{width:100%;}
    .rightcontact{width:100%;}
	#navigation .current-menu-item a{ border-radius:0px !important;}
	.leftcontact input[type="text"]{width:75%;}
	.leftcontact input[type="email"]{width:75%;}
	.leftcontact textarea{width:75%;}
	.btn{margin-left:15px;}
	.wpcf7-not-valid-tip{font-size: 0.8em !important;}
	.container .section1 {border-top: 6px solid #16A0FE;float: left;margin-top: 35px;width: 100%;}
	.container .section1 h2 {margin-left: 16px;width: 84%;}
	.container .section1 li {background-position: left 20px;width: 70%;}
	.container .infopack .left{width:100%;}
	.container .infopack .freeguide{display:none;}
	.container .infopack .left h2 { background-position: right center;font-size: 28px;margin-left: -9px;padding-left: 15px;width: 90%;}
	.container .infopack .left .field-sec{width:100%;}
	.container .infopack .left .field-sec-right {float: left;margin: 0;width: 90%;}
	.container .infopack .right {margin-top: 20px;width: 100%;}
	.container22 {padding: 3%;width: 94%;}
	.container22 .section1 h3 {width: 60%;}
	.container22 .infopack1 {white-space: normal;width: 94%;word-wrap: break-word;}
	#footer11 {padding: 3%;text-align: center;width: 94%;}
	#footer11 .poweredby11 {margin-top: 10px;width: 100%;}
	
}

@media screen and (min-width:980px) and (max-width:1024px) 
{
#banner{width:94%; padding:3%;}
.container{width:94%; padding:3%;}
.gaurantee{ margin-right:10px;}
.questions{ margin-right:10px;}
#footer{width:94%; padding:3%;}
#footer .form{ width:325px;}
}

 @media screen and (min-width: 320px) and (max-width: 480px), (min-device-width: 320px) and
(max-device-width: 480px) and (orientation : landscape) {
#header .logo{padding-top:22px; float:left; width:100%; text-align:center;}
#header .tagline{ width:90%; padding:5%; margin:0px;}
.phone{ float:left; margin-left:55px;}
#banner{ width:94%; padding:3%;}
#banner .left{ width:100%;}
#banner .left img{ width:100%;}
#banner11{padding: 3%;width: 94%;}
#banner11 .info{font-size:19px;}
#banner11 .left img {width: 100%;}
#banner11 .left {float: left;width: 100%;}
#banner2{width:100%; padding:40px 0px;}
#banner2 img{width:100%;}
#banner2 .info1 {font-size: 19px;width: 90%;}
.best_builder {font-size: 19px;width: 85%;}
.joinus-bx{ display:none;}
.container{width:94%; padding:3%;}
.gaurantee{ margin:0 auto; float:none; height:300px;}
.questions{ margin:0 auto; float:none;height:300px;}
.testimonial1{ margin:0 auto; float:none;height:300px;}
.secure{margin:0 auto; float:none;height:300px;}
.about-discover{ width:100%;}
.s2 li{ width:86%;}
.testimonials-bx{ width:100%;}

#footer{width:94%; padding:3%;}
.free-report{width:100%;}
.free-report .right{width:100%;}
#footer .form{width:100%;}
.frmfield3{ width:92%;}
#footer .blue-bx{width:96%; padding:2%; margin-top:15px;}

#navigation {background: none repeat scroll 0 0 #0099FF;margin-top: 10px;}
.nav a {padding:10px 23px;}
.nav {
	 width:100%;
	 margin-top:0px;
 }
    .active {
        display: block;
    }
    .nav > li {
        float: none; margin:0px;
    }
	.nav li a {
    display: block;
    background: #4e4d4d;
    position: relative;
    z-index:100;
	text-decoration:none;
	font-size:14px;
    border-top: 1px solid #fff;
}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
		width:100%;
    }
	.nav li a:hover { background:#636262; border-radius:0px;}
	.nav .active a { border-radius:0px;}
	.nav1 {float: left;margin-right: 30px;width: 100%;}
	.nav1 li {background: url("../images/arrow1.png") no-repeat scroll left center rgba(0, 0, 0, 0);color: #FFFFFF;display: block;float: left;font-size: 13px;font-weight: 100;   padding-left: 16px;text-align: left;text-decoration: none;width: 100%;}
	.nav1 li a {color: #CCCCCC;float: left;padding: 5px 0;text-decoration: none !important;}
	.leftside{ width:100%;}
	.leftside img{width:100% !important;}
	.leftcontact{width:100%;}
	.rightcontact{width:100%;}
	#navigation .current-menu-item a{ border-radius:0px !important;}
	.leftcontact input[type="text"]{width:75%;}
	.leftcontact input[type="email"]{width:75%;}
	.leftcontact textarea{width:75%;}
	.btn{margin-left:15px;}
	.wpcf7-not-valid-tip{font-size: 0.8em !important;}
	.container .section1 {border-top: 6px solid #16A0FE;float: left;margin-top: 35px;width: 100%;}
	.container .section1 h2 {margin-left: 16px;width: 84%;}
	.container .section1 li {background-position: left 20px;width: 70%;}
	.container .infopack .left{width:100%;}
	.container .infopack .freeguide{display:none;}
	.container .infopack .left h2 { background-position: right center;font-size: 28px;margin-left: -9px;padding-left: 15px;width: 90%;}
	.container .infopack .left .field-sec{width:100%;}
	.container .infopack .left .field-sec-right {float: left;margin: 0;width: 90%;}
	.container .infopack .right {margin-top: 20px;width: 100%;}
	.container22 {padding: 3%;width: 94%;}
	.container22 .section1 h3 {width: 60%;}
	.container22 .infopack1 {white-space: normal;width: 94%;word-wrap: break-word;}
	#footer11 {padding: 3%;text-align: center;width: 94%;}
	#footer11 .poweredby11 {margin-top: 10px;width: 100%;}

}

 @media screen and (min-width: 320px) and (max-width: 568px), (min-device-width: 320px) and
(max-device-width: 568px) and (orientation : landscape) {
#header .logo{padding-top:22px; float:left; width:100%; text-align:center;}
#header .tagline{ width:90%; padding:5%; margin:0px;}
.phone{ float:left; margin-left:55px;}
#banner{ width:94%; padding:3%;}
#banner .left{ width:100%;}
#banner .left img{ width:100%;}
#banner11{padding: 3%;width: 94%;}
#banner11 .info{font-size:19px;}
#banner11 .left img {width: 100%;}
#banner11 .left {float: left;width: 100%;}
#banner2{width:100%; padding:40px 0px;}
#banner2 img{width:100%;}
#banner2 .info1 {font-size: 19px;width: 90%;}
.best_builder {font-size: 19px;width: 85%;}
.joinus-bx{ display:none;}
.container{width:94%; padding:3%;}
.gaurantee{ margin:0 auto; float:none; height:300px;}
.questions{ margin:0 auto; float:none;height:300px;}
.testimonial1{ margin:0 auto; float:none;height:300px;}
.secure{margin:0 auto; float:none;height:300px;}
.about-discover{ width:100%;}
.s2 li{ width:86%;}
.testimonials-bx{ width:100%;}

#footer{width:94%; padding:3%;}
.free-report{width:100%;}
.free-report .right{width:100%;}
#footer .form{width:100%;}
.frmfield3{ width:92%;}
#footer .blue-bx{width:96%; padding:2%; margin-top:15px;}

#navigation {background: none repeat scroll 0 0 #0099FF;margin-top: 10px;}
.nav a {padding:10px 23px;}
.nav {
	 width:100%;
	 margin-top:0px;
 }
    .active {
        display: block;
    }
    .nav > li {
        float: none; margin:0px;
    }
	.nav li a {
    display: block;
    background: #4e4d4d;
    position: relative;
    z-index:100;
	text-decoration:none;
	font-size:14px;
    border-top: 1px solid #fff;
}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
		width:100%;
    }
	.nav li a:hover { background:#636262; border-radius:0px;}
	.nav .active a { border-radius:0px;}
	.leftside{ width:100%;}
	.leftside img{width:100% !important;}
	.leftcontact{width:100%;}
	.rightcontact{width:100%;}
	#navigation .current-menu-item a{ border-radius:0px !important;}
	.leftcontact input[type="text"]{width:75%;}
	.leftcontact input[type="email"]{width:75%;}
	.leftcontact textarea{width:75%;}
	.btn{margin-left:15px;}
	.wpcf7-not-valid-tip{font-size: 0.8em !important;}
	.container .section1 {border-top: 6px solid #16A0FE;float: left;margin-top: 35px;width: 100%;}
	.container .section1 h2 {margin-left: 16px;width: 84%;}
	.container .section1 li {background-position: left 20px;width: 70%;}
	.container .infopack .left{width:100%;}
	.container .infopack .freeguide{display:none;}
	.container .infopack .left h2 { background-position: right center;font-size: 28px;margin-left: -9px;padding-left: 15px;width: 90%;}
	.container .infopack .left .field-sec{width:100%;}
	.container .infopack .left .field-sec-right {float: left;margin: 0;width: 90%;}
	.container .infopack .right {margin-top: 20px;width: 100%;}
	.container22 {padding: 3%;width: 94%;}
	.container22 .section1 h3 {width: 60%;}
	.container22 .infopack1 {white-space: normal;width: 94%;word-wrap: break-word;}
	#footer11 {padding: 3%;text-align: center;width: 94%;}
	#footer11 .poweredby11 {margin-top: 10px;width: 100%;}

}

 @media screen and (min-width: 360px) and (max-width: 640px), (min-device-width: 360px) and
(max-device-width: 640px) and (orientation : landscape) {
#header .logo{padding-top:22px; float:left; width:100%; text-align:center;}
#header .tagline{ width:90%; padding:5%; margin:0px;}
.phone{ float:left; margin-left:55px;}
#banner{ width:94%; padding:3%;}
#banner .left{ width:100%;}
#banner .left img{ width:100%;}
#banner11{padding: 3%;width: 94%;}
#banner11 .info{font-size:19px;}
#banner11 .left img {width: 100%;}
#banner11 .left {float: left;width: 100%;}
#banner2{width:100%; padding:40px 0px;}
#banner2 img{width:100%;}
#banner2 .info1 {font-size: 19px;width: 90%;}
.best_builder {font-size: 19px;width: 85%;}
.joinus-bx{ display:none;}
.container{width:94%; padding:3%;}
.gaurantee{ margin:0 auto; float:none; height:300px;}
.questions{ margin:0 auto; float:none;height:300px;}
.testimonial1{ margin:0 auto; float:none;height:300px;}
.secure{margin:0 auto; float:none;height:300px;}
.about-discover{ width:100%;}
.s2 li{ width:86%;}
.testimonials-bx{ width:100%;}

#footer{width:94%; padding:3%;}
.free-report{width:100%;}
.free-report .right{width:100%;}
#footer .form{width:100%;}
.frmfield3{ width:92%;}
#footer .blue-bx{width:96%; padding:2%; margin-top:15px;}

#navigation {background: none repeat scroll 0 0 #0099FF;margin-top: 10px;}
.nav a {padding:10px 23px;}
.nav {
	 width:100%;
	 margin-top:0px;
 }
    .active {
        display: block;
    }
    .nav > li {
        float: none; margin:0px;
    }
	.nav li a {
    display: block;
    background: #4e4d4d;
    position: relative;
    z-index:100;
	text-decoration:none;
	font-size:14px;
    border-top: 1px solid #fff;
}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
		width:100%;
    }
	.nav li a:hover { background:#636262; border-radius:0px;}
	.nav .active a { border-radius:0px;}
	.leftside{ width:100%;}
	.leftside img{width:100% !important;}
	.leftcontact{width:100%;}
	.rightcontact{width:100%;}
	#navigation .current-menu-item a{ border-radius:0px !important;}
	.leftcontact input[type="text"]{width:75%;}
	.leftcontact input[type="email"]{width:75%;}
	.leftcontact textarea{width:75%;}
	.btn{margin-left:15px;}
	.wpcf7-not-valid-tip{font-size: 0.8em !important;}
	.container .section1 {border-top: 6px solid #16A0FE;float: left;margin-top: 35px;width: 100%;}
	.container .section1 h2 {margin-left: 16px;width: 84%;}
	.container .section1 li {background-position: left 20px;width: 70%;}
	.container .infopack .left{width:100%;}
	.container .infopack .freeguide{display:none;}
	.container .infopack .left h2 { background-position: right center;font-size: 28px;margin-left: -9px;padding-left: 15px;width: 90%;}
	.container .infopack .left .field-sec{width:100%;}
	.container .infopack .left .field-sec-right {float: left;margin: 0;width: 90%;}
	.container .infopack .right {margin-top: 20px;width: 100%;}
	.container22 {padding: 3%;width: 94%;}
	.container22 .section1 h3 {width: 60%;}
	.container22 .infopack1 {white-space: normal;width: 94%;word-wrap: break-word;}
	#footer11 {padding: 3%;text-align: center;width: 94%;}
	#footer11 .poweredby11 {margin-top: 10px;width: 100%;}
}