@font-face {
	font-family: 'GothamBook';
	src: url('fonts/GothamBook.eot?#iefix') format('embedded-opentype'), url('fonts/GothamBook.woff') format('woff'), url('fonts/GothamBook.ttf') format('truetype'), url('fonts/GothamBook.svg#GothamBook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamMedium';
	src: url('fonts/GothamMedium.eot?#iefix') format('embedded-opentype'), url('fonts/GothamMedium.woff') format('woff'), url('fonts/GothamMedium.ttf') format('truetype'), url('fonts/GothamMedium.svg#GothamMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamLight';
	src: url('fonts/GothamLight.eot?#iefix') format('embedded-opentype'), url('fonts/GothamLight.woff') format('woff'), url('fonts/GothamLight.ttf') format('truetype'), url('fonts/GothamLight.svg#GothamLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamThin';
	src: url('fonts/GothamThin.eot?#iefix') format('embedded-opentype'), url('fonts/GothamThin.woff') format('woff'), url('fonts/GothamThin.ttf') format('truetype'), url('fonts/GothamThin.svg#GothamThin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBold';
	src: url('fonts/GothamBold.eot?#iefix') format('embedded-opentype'), url('fonts/GothamBold.woff') format('woff'), url('fonts/GothamBold.ttf') format('truetype'), url('fonts/GothamBold.svg#GothamBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
::selection {
  background: #dabf85; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #dabf85; /* Gecko Browsers */
}
a {
	outline: none;
}
a:hover {
	outline: none;
}
a:focus {
	outline: none;
}

input[type="text"], input[type="email"], input[type="tel"] {
	border:1px #344977 solid;
	border-radius:30px;
	padding:13px 20px;
	height:59px;
	background-color:transparent;
	width:100%;
	margin-bottom:12px;
	color:#c8d1e3;
	font-family: 'GothamLight';
	font-size:16px;
	outline:none;
	margin-bottom:19px;
}
textarea {
	border:1px #344977 solid;
	border-radius:30px;
	padding:11px 20px;
	background-color:transparent;
	width:100%;
	margin-bottom:20px;
	resize:none;
	height:59px;
	color:#c8d1e3;
	font-family: 'GothamLight';
	font-size:17px;
	outline:none;
	padding-top:15px;
}
input[type="submit"] {
	width:auto;
	text-align:center;
	display:block;
	margin:0px auto;
	border:1px #dabf85 solid;
	border-radius:30px;
	padding:13px 20px;
	background-color:transparent;
	color:#dabf85;
	font-family: 'GothamMedium';
	outline:none;
	transition:all 0.3s ease-in-out;
	margin-top:8px;
}
input[type="submit"]:hover{
	border:1px #ffffff solid;	
	color:#fff;
}

/* =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%; /* Image does not overflow the content area */
	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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
img {
	max-width: 100%;
	height: auto;
}
header {
	background:#fff;
	padding:6px 0;
}
.home-header {
    width: 100%;
    z-index: 999;
    position: absolute;
    top: -135px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.home-header .logo_div img {
	height:70px;
	width:auto
}
.home-header .top_menu {
	margin-top:25px;
}
.logo_div {
}
/*@-moz-document url-prefix() {
    section {
        width:100%;
		float:left
    }
}*/
.top_menu {
	margin-top:55px;
}
.top_menu ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.top_menu ul li {
	display: inline-block;
}
.top_menu ul li a {
	font-family: 'GothamBook';
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	margin-left: 30px;
	padding-bottom:4px;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	border-bottom:3px #FFF solid;
	cursor:pointer
}
.top_menu ul li a:hover {
	color: #dabf85;
	border-bottom:3px #dabf85 solid;
}
.sticky-nav-gap {
	padding-top: 94px !important;
}
.nav-active {
	color: #dabf85 !important;
	border-bottom:3px #dabf85 solid !important;
}
.topm {
	color: #dabf85 !important;
	border-bottom:3px #dabf85 solid !important;
}
.howitworksm {
	color: #dabf85 !important;
	border-bottom:3px #dabf85 solid !important;
}
.featuresm {
	color: #dabf85 !important;
	border-bottom:3px #dabf85 solid !important;
}
.downloadm {
	color: #dabf85 !important;
	border-bottom:3px #dabf85 solid !important;
}
.contactusm {
	color: #dabf85 !important;
	border-bottom:3px #dabf85 solid !important;
}
.defaultm {
	color:#000;
	border-bottom:3px #FFF solid;
}
.banner {
	background:url(images/banner.jpg) no-repeat;
	height:600px;
	background-size:cover;
	position:relative;
}
.ban_hnd{
	position:absolute;
	top:99px;
	left:0px;	
	width:90%
}
.banner-bottom {
	background:#dabf85;
}
.ban_txt1{
	font-family: 'GothamMedium';
	color: #ead29e;
	font-size: 24px;
	line-height:34px;
	margin-top:50px;
}
.ban_txt2{
	font-family: 'GothamBold';
	color: #ffffff;
	font-size: 36px;
	line-height:48px;
	margin-top:16px;
}
.get_now{
	float:right;
	padding: 22px 0px;
}
.gt_nw1{
	float:left;
	font-family: 'GothamMedium';
	color: #050708;
	font-size: 19.5px;
	margin-top:22px;
}
.gt_nw2{
	float:left;
	margin-left:40px;
	margin-right:35px;
}
.gt_nw3{
	float:left;
}
.ban_vid{
	margin-top:48px;	
}
.features {
	padding:40px 0;
}
.features h2{
	font-size:34px;	
	color:#000000;
	font-family: 'GothamBook';
	margin-bottom: 40px;
}
.featimg {
	text-align:center;
	height:55px;
}
.features p {
	margin-top:20px;
	text-align:center;
	color:#000000;
	font-family: 'GothamLight';
	font-size:15.5px;
	line-height:24px;
	margin-bottom: 40px;
}
.painting {
	background:url(images/painting-bg.jpg) center no-repeat;
	height:568px;
	background-size:cover
}
.painting h2{
	font-size:34px;	
	color:#0e2349;
	font-family: 'GothamBook';	
	margin-top:72px;
}
.painting p{
	font-size:15px;	
	color:#000000;
	font-family: 'GothamLight';
	line-height:30px;
	margin-top:10px;
}
.read_mr{
	margin-top:42px;
}
.read_mr a{
	font-size:15px;	
	color:#dabf85;
	font-family: 'GothamMedium';
	text-decoration:none;
	transition:all 0.3s ease-in-out;
	border:solid 1px #dabf85;
	border-radius: 50px;
    padding: 21px 31px;
}
.read_mr a:hover{
	color:#000;
	border:solid 1px #000;
}
.howitworks {
	background:url(images/howitworks-bg.png) no-repeat;
	background-size:cover;
	padding-bottom:78px
}
.howitworks h2{
	font-size:34px;	
	color:#ffffff;
	font-family: 'GothamBook';	
	text-align:center;
	margin-top:55px;
}
.howitworks p {
	color:#ffffff;
	font-size:17.5px;
	font-family: 'GothamLight';
	line-height:26px;
	margin-left:-50px;
}
.howit{
	margin-top:40px;
	margin-bottom:20px;
}
.explr_mr{
	text-align:center;	
	margin-top:40px;
}
.explr_mr a{
	font-size: 15px;
    color: #dabf85;
    font-family: 'GothamMedium';
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: solid 1px #dabf85;
    border-radius: 50px;
    padding: 21px 31px;
}
.explr_mr a:hover{
	color: #ffffff;
	border: solid 1px #ffffff;
}
.benefit {
	padding:70px 0
}
.benefit h2{
	font-size:34px;	
	color:#0e2349;
	font-family: 'GothamBook';
	margin-top:85px;
}
.benefit p{
	font-size:15px;	
	color:#000000;
	font-family: 'GothamLight';
	line-height:28px;
	margin-top:22px;
	margin-bottom:60px;
}
.extimates {
	background:url(images/services-bg.jpg) no-repeat;
	/*height:834px;*/
	padding-bottom:70px;
	background-size:cover
}
.extimates h2{
	font-size:35.5px;	
	color:#0e2349;
	font-family: 'GothamMedium';
	text-align:center;
	margin-top:48px;
	margin-bottom:40px;
}
.estimateimg img {
	width:100%
}
.extimates h3 {
	background:#0e2349;
	padding:8px 5px;
	text-align:center;
	color:#FFF;
	font-size:24.5px;
	font-family: 'GothamLight';
	margin:0px;
	margin-top: -15px;
    position: relative;
	margin-bottom:10px;
}
.estimateimg{
	
}
.extimates ul {
	padding:0px;
	margin:0px;
	text-align:center;
	margin-top:20px;
}
.extimates li {
	padding:0px;
	margin:0px 10px 0 22px;
	float:left;
	list-style-image:url(images/services-dot.png);
	font-size:14px;	
	color:#0e2349;
	font-family: 'GothamLight';
	font-weight:bold;
}
.extimates h4{
	font-size:26px;	
	color:#0e2349;
	font-family: 'GothamMedium';
	text-align:center;
	margin-top:37px;
}
.view_all{
	text-align:center;
	margin-top:55px;
}
.view_all a{
	font-size: 15px;
    color: #0e2349;
    font-family: 'GothamMedium';
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: solid 1px #0e2349;
    border-radius: 50px;
    padding: 21px 31px;
}
.view_all a:hover{
	color:#fff;
	border: solid 1px #fff;
}
.testimonial {
	padding:40px 0
}
.testimonial h2{
	font-size: 35px;
    color: #0e2349;
    font-family: 'GothamMedium';
	text-align:center;
	margin-top:22px;
}
.testimonial p{
	font-size:20px;	
	color:#000000;
	font-family: 'GothamLight';
	line-height:39px;
	text-align:center;
	padding: 0px 53px;
	margin-top:35px;
}
.tes_img img{
	float:left;	
	width:56px;
	height:56px;
	border-radius:100%
}
.test_tx{
	float:left;	
	font-size: 23px;
    color: #0e2349;
    font-family: 'GothamBook';
	margin-top:12px;
	margin-left:25px;
}
.tes_img{
	display: table;
    text-align: center;
    width: auto;
    margin: 0px auto;	
	margin-top:40px;
}
.test_tx span{
	color: #ceb379;
}
.getintouch {
	background:url(images/getintouch-bg.jpg) no-repeat;
	background-size:cover;
	padding-bottom:20px;
}
.getintouch h2{
	font-size: 35px;
    color: #fefefe;
    font-family: 'GothamMedium';
	text-align:center;
	margin-top:55px;
	margin-bottom:30px;
}
#menu_popup ul li {
	margin-bottom: 18px;
	font-family: 'GothamBook';
}
#menu_popup {
	display: block
}
.menu-header-menu-container {
	float: none;
}
.menu ul {
	display: none;
}
#menu_popup.open {
	right: 0;
}
#menu_popup a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}
#menu_popup a:hover {
	color: #e88924;
}
#page-content.open {
	right: 270px;
}
#menu_popup h2 {
	margin: 0px;
	font-size: 31px;
	color: #ffffff;
	float: left;
	margin-left: 3px;
	margin-top: 25px;
	margin-bottom: 25px !important;
	font-family: 'GothamBook';
}
#menu_popup {
	margin-right: -270px;
	right: 0;
	top: 0px;
	width: 270px;
	position: fixed;
	height: 100%;
	overflow: auto;
	z-index: 1000;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #4a3930;
	padding-left: 23px;
	padding-right: 20px;
}
#menu_popup.active {
	right: 270px;
	width: 270px;
}
#page-content {
	position: relative;
	right: 0;
	z-index: 1;
	height: 100%;
}
#page-content.open {
	right: 270px;
}
#menu_popup, #page-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#menu_popup ul {
	list-style: none;
	padding: 0px;
	font-family: 'ProximaNova-Light';
}
.white_cl {
	float: right;
	margin-right: 35px;
	margin-top: 29px;
}
.top_menus {
	float: right;
	position: fixed;
	top: 15px;
	right: 5px;
	z-index: 999999;
	display: none;
}
.top_menus img {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
}
.top_menus h3 {
	margin: 0px;
	float: left;
	cursor: pointer;
	font-size: 20px;
	color: #29aec5;
	margin: 11px 20px 0px 12px;
}
.getit_nw{
	border-bottom:solid 1px #eaeaea;
	padding-bottom:60px;
}
.getit_nw h2{
	font-size: 35px;
    color: #050708;
    font-family: 'GothamLight';
	text-align:center;
	margin-top:64px;
}
.gt_andr{
	text-align:center;
	margin-top:47px;
}
.gt_andr ul{
	margin:0px;
	padding:0px;
}
.gt_andr ul li{
	list-style:none;
	display:inline-block;    
	margin: 0px 22px;
}
.ftr_menu{
	text-align:center;
	margin-top:33px;
}
.ftr_menu ul{
	margin:0px;
	padding:0px;
}
.ftr_menu ul li{
	list-style:none;
	display:inline-block;
	margin: 0px 26px;
}
.ftr_menu ul li a{
	font-family: 'GothamBook';
    color: #000000 !important;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
	border-bottom:none !important
}
.ftr_menu ul li a:hover{
	color: #dabf85 !important;
}
.newsletter-email{
	border: 1px #c1c1c1 solid !important;
    border-radius: 30px;
    padding: 13px 20px;
    height: 65px !important;
    background-color: transparent;
    width: 340px !important;
    color: #000000 !important;
    font-family: 'GothamLight';
    font-size: 17px;
    outline: none;
	float:left;	
	padding-right:65px;
}
.newsletter-submit{
	border: 1px #dabf85 solid !important;
    border-radius: 30px;
    padding: 13px 20px;
    height: 65px !important;
	background-color:#fff !important;
    width: 165px !important;
    color: #dabf85 !important;
    font-family: 'GothamMedium';
    font-size: 17px;
    outline: none;
	float:left;
	margin-top:0px !important;
	margin-left:-50px !important;
	position:relative;
}
.newsletter{
	width: 455px;
    display: table;
    text-align: center;
    margin: 0px auto;
	margin-top:56px;
}
.tp_social{
	margin-top:46px;
}
.tp_social ul{
	margin:0px;
	padding:0px;
	text-align:center;
}
.tp_social ul li{
	list-style:none;
	display:inline-block;	
	margin: 0px 13px;
}
.tp_social ul li a{
	color:#dabf85;
	font-size:17px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.tp_social ul li a:hover{
	color:#000;
}
.copyright{
	font-family: 'GothamLight';
    font-size: 13px;
	color:#000000;
	text-align:center;
	margin: 30px 0px;
}
.inner_ban{
	background:url(images/becomepro-bg.jpg) no-repeat;
	background-size:cover;
	border-bottom:solid 8px #dabf85;
}
.inner_ban h2{
	font-family: 'GothamBold';
	text-transform:uppercase;
    font-size: 47px;
	color:#ffffff;
	text-align:center;
	padding: 46px 0px;
}
.contractor{
	
}
.cont_tp{
	margin-top:89px;
	margin-bottom:20px;
}
.cnt_tp1{
	font-family: 'GothamBold';
    font-size: 32px;
	color:#000000;
	text-align:center;
}
.cnt_tp2{
	font-family: 'GothamLight';
    font-size: 24px;
	color:#000000;
	text-align:center;
	line-height:42px;
	margin-left: -65px;
    margin-right: -65px;
	margin-top:40px;
}
.cont_ex_b{
	margin-top:65px;
}
.cont_ex_b img{
	
}
.cont_exap1{
	font-family: 'GothamMedium';
    font-size: 22px;
	color:#000000;
	line-height:36px;
}
.cont_exap2{
	font-family: 'GothamLight';
    font-size: 16px;
	color:#000000;
	line-height:34px;
	margin-top:29px;
}
.we_cnt{
	font-family: 'GothamMedium';
    font-size: 24px;
	color:#000000;
	text-align:center;
	margin-top: 70px;
}
.becm_contc{
	margin-top: 50px;
}
.becm_l{
	
}
.becm_r{
	
}
.inpf{
    height: 57px;
    width: 100%;
    color: #000000;
    font-family: 'GothamLight';
    font-size: 16px;
    outline: none;	
}
.inp3{
	padding:15px 40px !important
}
.inp1{
	border: 1px #e1e1e1 solid !important;
    height: 57px;
    width: 100%;
    color: #000000 !important;
    font-family: 'GothamLight';
    font-size: 16px;
    outline: none;	
	border-radius:0px !important;
}
.inp1::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
.inp1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
.inp1::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
.inp1:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
.inp1:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #000;
}
.plz_sel_bx{
	
}
.plz_sel_tp{
	margin-top: 10px;
    margin-bottom: 25px;
}
.becm_3{
	margin-top:30px;	
}
.plz_sel_tx{
	float:left;
	font-family: 'GothamMedium';
    font-size: 16px;
	color:#000000;
	margin-top: 13px;
    margin-right: 35px;
}
.chk1{
	float:left;
	width:30px !important;
	height:29px !important;
	position:relative;
	top:9px;
}
.chk_tx{
	float:left; 
	color: #000000;
    font-family: 'GothamLight';
    font-size: 16px;
	margin:7px 0 7px 10px;
	padding:8px 8px;
	border: 1px #FFF solid;
	width:80%
}
.chk_txbrd{
	border: 1px #e1e1e1 solid ;
}
.red_class {
	border:1px #FF0000 solid !important
}
.redtxt {
	color:#F00 !important
}
.plz_sel_bt{
	
}
.plz_chk_dv1{
	width:25%;
	float:left;	
}
.sel1{
	border: 1px #e1e1e1 solid;
    height: 57px;
    width: 100%;
    color: #000000;
    font-family: 'GothamLight';
    font-size: 16px;
    outline: none;	
	border-radius:0px !important;	
	padding-left:20px;
	margin-bottom:20px;
}
.sel1_city{
	border: 1px #e1e1e1 solid;
    height: 257px !important;
    width: 100%;
    color: #000000;
    font-family: 'GothamLight';
    font-size: 16px;
    outline: none;	
	border-radius:0px !important;	
	padding-left:20px;
	margin-bottom:20px;
}
.inp_sub{
	border: 1px #dabf85 solid !important;
    border-radius: 30px;
    padding: 13px 20px;
    height: 65px !important;
    background-color: #fff !important;
    width: 165px !important;
    color: #dabf85 !important;
    font-family: 'GothamMedium';
    font-size: 17px;
    outline: none;
	float:left;
	margin-top:50px !important;
}
.inp_sub:hover{
	border: 1px #000000 solid !important;
	color: #000000 !important;
}
.wpcf7-response-output{
	color:#fff;	
}
.how_it_mb{
	display:none;	
}

.slick-prev, .slick-next {
	top:30%
}
.slick-prev::before {
    content: '';
}
.slick-next::before {
    content: '';
}
.slick-prev {
	left:0px
}
.slick-next {
	right:0px
}


@media only screen and (min-width : 200px) and (max-width :400px) {
.newsletter {
    width: 100%;
    margin-top: 10px;
}
.newsletter-email {
	text-align:center;
    height: 45px !important;
    width: 100% !important;
    font-size: 13px !important;
}
.newsletter-submit {
	float:none !important;
	display:table !important;
	margin:0px auto !important;
    height: 45px !important;
    width: 100px !important;
    padding: 0px !important;
}
}
@media only screen and (min-width : 401px) and (max-width :767px) {
.newsletter {
    width: 350px;
    margin-top: 10px;
}
.newsletter-email {
    height: 45px !important;
    width: 100% !important;
    padding-right: 52px !important;
    font-size: 13px !important;
}
.newsletter-submit {
    height: 45px !important;
    width: 70px !important;
    padding: 0px !important;
}
}
@media only screen and (min-width : 200px) and (max-width :767px) {
.top_menus {
	display: block
}
.top_menu {
	display: none
}
.logo_div {
    width: 80%;
	margin:0px auto;
	text-align:center;
}
.banner {
    height: 100%;
}
.ban_hnd {
    display: none;
}
.ban_txt1 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
}
.ban_txt2 {
    font-size: 25px;
    line-height: 34px;
    margin-top: 15px;
}
.ban_vid {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ban_vid iframe{
	width:100%;	
}
.gt_nw1 {
    float: none;
    font-size: 18px;
    margin-top: 0px;
    text-align: center;
}
.get_now {
    float: none;
    padding: 17px 0px;
	text-align:center;
}
.gt_nw2 {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
}
.gt_nw3 {
    float: none;
	margin-top:10px;
}
.gt_nw2 img{
	width:150px;	
}
.gt_nw3 img{
	width:150px;	
}
.features h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.features p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}
.features{
    padding: 5px 0;
}
.painting {
	background: #f0f0f0;
    height: 100%;
	padding:25px 0
}
.painting h2 {
    font-size: 24px;
    margin-top: 20px;
}
.painting p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.read_mr {
    margin-top: 22px;
    margin-bottom: 32px;
}
.read_mr a {
    font-size: 14px;
    border-radius: 50px;
    padding: 12px 28px;
}
.howitworks h2 {
    font-size: 24px;
    margin-top: 22px;
}
.howit {
    margin-top: 12px;
    margin-bottom: 0px;
	text-align:center;
}
.howit img{
	margin-bottom:10px;	
}
.howitworks p {
    font-size: 14px;
    line-height: 22px;
    margin-left: 0px;
}
.how_it_mb{
	display:block;
	text-align:center;	
}
.how_it_desc{
	display:none;	
}
.how_it_mb img{
	margin-bottom:10px;	
}
.explr_mr a {
    font-size: 12px;
    padding: 12px 18px;
}
.explr_mr {
    margin-top: 20px;
}
.howitworks {
    padding-bottom: 30px;
}
.benefit {
    padding: 0px;
    padding-top: 30px;
}
.benefit h2 {
    font-size: 22px;
    margin-top: 22px;
    line-height: 24px;
}
.benefit p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.extimates {
    height: 100%;
}
.extimates h2 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.extimates h3 {
    padding: 5px 5px;
    font-size: 16px;
    margin: 0px;
}
.extimates h4 {
    font-size: 22px;
    margin-top: 20px;
}
.extimates ul {
    margin-top: 15px;
}
.view_all a {
    font-size: 13px;
    padding: 12px 28px;
}
.view_all {
    margin-top: 27px;
    margin-bottom: 30px;
}
.testimonial {
    padding: 18px 0;
}
.testimonial h2 {
    font-size: 22px;
    margin-top: 10px;
}
.testimonial p {
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
    margin-top: 5px;
}
.test_tx {
    font-size: 16px;
    margin-top: 15px;
    margin-left: 15px;
}
.tes_img {
    margin-top: 20px;
}
.getintouch h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
input[type="text"], input[type="email"], input[type="tel"] {
    height: 45px;
    margin-bottom: 12px;
    font-size: 14px;
    margin-bottom: 12px;
}
input[type="submit"] {
    padding: 10px 20px;
    margin-top: 0px;
    font-size: 12px;
}
.getintouch {
    padding-bottom: 0px;
}
.getit_nw h2 {
    font-size: 22px;
    margin-top: 20px;
}
.gt_andr img{
	width:150px;
	margin-top: 8px;	
}
.gt_andr {
    text-align: center;
    margin-top: 0px;
}
.getit_nw {
    padding-bottom: 20px;
}
.ftr_menu ul li {
    margin: 3px 5px;
}
.ftr_menu {
    margin-top: 20px;
}
.newsletter_div{
	
}
.tp_social {
    margin-top: 10px;
}
.tp_social ul li a {
    font-size: 14px;
}
.tp_social ul li {
    margin: 0px 5px;
}
.copyright {
    font-size: 12px;
    margin: 15px 0px;
}

.inner_ban h2 {
    font-size: 26px;
    padding: 25px 0px;
}
.cnt_tp1 {
    font-size: 18px;
    line-height: 28px;
}
.cnt_tp2 {
    font-size: 16px;
    line-height: 26px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 12px;
}
.cont_tp {
    margin-top: 25px;
    margin-bottom: 20px;
}
.cont_ex_b {
    margin-top: 5px;
}
.cont_exap1 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.cont_exap2 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}
.we_cnt {
    font-size: 20px;
    margin-top: 30px;
}
.becm_contc {
    margin-top: 20px;
}
.plz_chk_dv1 {
    width: 100%;
}
.chk_txbrd {
    width: 78%;
}
.chk_tx {
    font-size: 14px;
    margin-left: 5px;
    padding-left: 10px;
}
.plz_sel_tx {
    font-size: 12px;
    margin-top: 13px;
    margin-right: 15px;
}
.inp_sub {
    height: 45px !important;
    width: 140px !important;
    margin-top: 25px !important;
}
}
@media only screen and (min-width : 450px) and (max-width :767px) {
.ban_txt1 {
    font-size: 22px;
    line-height: 32px;
	width:400px;
	margin:0px auto;
    margin-top: 25px;
}
.ban_txt2 {
    font-size: 25px;
    line-height: 36px;
    width: 400px;
    margin: 0px auto;
    margin-top: 25px;
}
.ban_vid {
    width: 400px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.features h2 {
    width: 400px;
    margin: 0px auto;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.features p {
    width: 400px;
    margin: 0px auto;
    margin-top: 14px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
}
.painting h2 {
    width: 400px;
    margin: 0px auto;
    font-size: 26px;
    margin-top: 25px;
}
.painting p {
    width: 400px;
    margin: 0px auto;
    font-size: 15px;
    line-height: 25px;
    margin-top: 12px;
}
.read_mr {
    width: 400px;
    margin: 0px auto;
    margin-top: 22px;
    margin-bottom: 32px;
}
.howitworks p {
    font-size: 15px;
    line-height: 24px;
    margin-left: 0px;
    width: 400px;
    margin: 0px auto;
}
.explr_mr {
    margin-top: 32px;
    margin-bottom: 16px;
}
.benefit img{
	width:400px;
	margin:0px auto;	
}
.benefit {
    padding: 0px;
    padding-top: 30px;
    width: 400px;
    margin: 0px auto;
	padding-bottom:20px;
}
.benefit h2 {
    font-size: 23px;
}
.benefit p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 35px;
}
.estimateimg {
    width: 400px;
    margin: 0px auto;
}
.extimates h3 {
    padding: 5px 5px;
    font-size: 16px;
    width: 400px;
    margin: 0px auto;
    margin-bottom: 15px;
}
.extimates h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 26px;
}
.cnt_left{
	width: 400px;
    margin: 0px auto;
}
.cnt_right{
	width: 400px;
    margin: 0px auto;	
}

.newsletter-email {
    height: 45px !important;
    width: 90% !important;
    padding-right: 52px !important;
}
.cnt_tp2 {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}
.inner_ban h2 {
    font-size: 36px;
    padding: 26px 0px;
}
.cont_tp {
    margin-top: 40px;
    margin-bottom: 0px;
}
.cnt_tp1 {
    font-size: 26px;
}
.cont_ex_b{
	text-align:center;	
	margin-top:40px;
}
.cont_exap1 {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
}
.cont_exap2 {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
    text-align: left;
	margin-bottom:10px;
}
.we_cnt {
    font-size: 21px;
    margin-top: 49px;
}
.becm_contc {
    margin-top: 30px;
}
.plz_sel_tx {
    float: none;
}
.plz_chk_dv1 {
    width: 100%;
}
}
@media only screen and (min-width : 768px) and (max-width :991px) {
.top_menu ul li:first-child a{
	margin-left:0px;	
}
.top_menu ul li a {
    font-size: 12px;
    margin-left: 9px;
}
.top_menu {
    margin-top: 25px;
}
.ban_txt1 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 50px;
}
.ban_txt2 {
    font-size: 27px;
    line-height: 39px;
    margin-top: 20px;
}
.ban_hnd {
    top: 190px;
	width:100%
}
.banner {
    height: 630px;
}
.ban_vid {
    margin-top: 25px;
}
.features h2 {
    font-size: 30px;
}
.features {
    padding: 15px 0;
}
.painting h2 {
    font-size: 34px;
    margin-top: 25px;
}
.howitworks p {
    font-size: 15px;
    line-height: 24px;
    margin-left: -20px;
}
.benefit h2 {
    font-size: 32px;
    margin-top: 0px;
}
.extimates {
    height: 100%;
    padding-bottom: 60px;
}
.plz_chk_dv1 {
    width: 100%;
}
.chk_tx {
    font-size: 14px;
}
.cnt_tp2 {
    margin-left: 0px;
    margin-right: 0px;
}
}
@media only screen and (min-width : 992px) and (max-width :1200px) {
.top_menu ul li:first-child a{
	margin-left:0px;	
}
.top_menu ul li a {
    font-size: 15px;
    margin-left: 19px;
}
.top_menu {
    margin-top: 36px;
}
.ban_hnd {
    top: 144px;
	width:80%
}
.features h2 {
    font-size: 28px;
}
.painting h2 {
    margin-top: 40px;
}
.benefit h2 {
    margin-top: 30px;
}
.extimates {
    height: 100%;
    padding-bottom: 60px;
}
.ftr_menu ul li {
    margin: 0px 22px;
}
.chk_tx {
    margin-left: 5px;
	font-size:14px;
}
.chk_txbrd {
    width: 190px;
}
.plz_sel_tx {
    margin-right: 14px;
}
}