/* media query */
@media screen and (max-width: 1479px){
	.switch-padding h1
	{
		font-size:60px;
	}
	ul.d-menu > li
	{
		margin-right:20px;
	}
	.refer-friend-cont
	{
		padding-bottom: 100px;
	}
	.logo-cont img
	{
		height:50px;
	}
	.header-cont
	{
		padding:34px 0;
	}
	.headerright h4 a
	{
		font-size:18px;
	}
	.headerright h3
	{
		font-size:18px;
		margin-right:22px;
	}
	.logo-cont
	{
		width:25%;
	}
	.header-right-cont
	{
		width:30%;
	}
	.desktop-menu
	{
		width:45%;
	}
	ul.d-menu{
		padding:0;
	}
	.fullh-cbox h1
	{
		font-size:60px;
	}
	.fullh-cbox h3
	{
		font-size:22px;
		line-height:1.4;
		margin:22px 0;
	}
	.short-max-width
	{
		max-width:646px;
	}
	.header-form-content {
		padding: 70px 0 88px;
	}
	.hsbottom-border img
	{
		display:none;
	}
	.hsbottom-border
	{
		height: 400px;
		background: url(../images/header-bottom-bg.png) no-repeat center top;
		background-size: cover;
	}
	.fullh-cbox {
		padding: 50px 0 80px;
	}
	.intheaderbgcont
	{
		height:230px;
	}
	/* home page */
	.index-leading-main-cont {
		padding: 50px 0 110px;
	}
	.iwhy-right-cont h3
	{
		
	}
	.iwhy-right-cont {
		padding: 20% 86px;
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
	.index-why-right-cont
	{
		min-height:initial;
		//display:table;
	}
	.index-what-main-cont{
		padding:130px 0;
	}
	.index-switch-cont {
		padding: 80px 0 120px;
	}
	/* contact page */
	.pheader-top-cont h2
	{
		font-size:60px;
	}
	.pheader-top-cont p
	{
		font-size:20px;
	}
	.pheader-top-cont {
		padding: 40px 0 100px;
	}
	.about-logo img
	{
		margin:13px;
	}
	.nsw-text {
		padding: 70px 0 150px;
	}
	.nsw-help-content h3{
		font-size:34px;
	}
	.energy-target-bottom-cont {
		padding: 146px 0 130px;
	}
	.solar-product-box h3
	{
		font-size:40px;
	}
	.solar-product-main-page-cont{
		margin-bottom:100px;
	}
	.whysolar-bottom{
		padding:150px 0;
	}
	.why-switch-content h3, .sreb-bottom-right-content h3
	{
		font-size:40px;
	}
	.solar-rebate-top-cont{
		padding:80px 0;
	}
	.tarrif-block-content h3
	{
		font-size:40px;
	}
}/*1479*/
@media screen and (max-width: 1379px){
	.iwhy-right-cont h3
	{
		font-size:40px;
	}
	
	
}
@media screen and (max-width: 1199px){
	.refer-friend-cont
	{
		padding-bottom: 80px;
	}
	/* mobile menu */
	
	.desktop-menu,.header-right-cont
	{
		display:none;
	}
	#mobile-menu
	{
		display:block;
		/*position: relative;*/
		/*z-index: 999999;*/
	}
	/* Icon 3 */
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
		width: 28px;
		height: 22px;
		position: relative;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #dedd1b;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav-icon3 span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	  top: 9px;
	}

	#nav-icon3 span:nth-child(4) {
	  top: 18px;
	}
	#nav-icon3.open span
	{
		//background:#fb2a00;
	}
	#nav-icon3.open span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

	#nav-icon3.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#nav-icon3.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	#nav-icon3.open span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}

	
	
	.mob-menu-button
	{
		display: block;
		cursor: pointer;
		position: absolute;
		top: 14px;
		right: 0;
		z-index: 999999;
	}
	.mob-menu-button i
	{
		font-size: 20px;
		padding: 33px 20px;
		color: #c4965c;
		background: transparent;
	}
	.mob-menu-button.flag i
	{
		color:#fff;
	}
	.mob-menu-button i:hover 
	{
		#fff;
	}
	.course-menu-cont, .menu-main-menu-container
	{
		display:block;
	}
	.mob-menu-cont
	{
		background: #3baa49;
		border-radius: 0;
		display: none;
		margin-top: 0;
		position: fixed;
		width: 100%;
		z-index: 99999;
		right: 0;
		top:0;
		-webkit-box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 7px 20px 0px rgba(244,58,43,0.4);
		box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.4);		
	}
	.mob-menu-padding
	{
		height: 100%;
		overflow-y: scroll;
	}
	.mobmiddlecont {
		max-width: 530px;
		margin: 0 auto;
		padding: 60px 0;
	}
	.menu-logo-cont img
	{
		width:52px;
	}
	.menu-logo-cont
	{
		
	}
	.vmenu-footer
	{
		margin-top:50px;
	}
	.vmenu-footer p
	{
		font-family: 'LabGrotesqueRegular', Arial, sans-serif;
		color: #2f494e;
		font-size: 14px;
		line-height: 1.4;
	}
	
	.mob-menu-padding::-webkit-scrollbar-track
	{	
		background-color: #d42127;
	}

	.mob-menu-padding::-webkit-scrollbar
	{
		width: 4px;
		background-color: #d42127;
	}

	.mob-menu-padding::-webkit-scrollbar-thumb
	{
		background-color: #000000;
		border: 2px solid #fff;
	}


	.mob-menu-cont:after
	{
		/*display: block;
		content: "";
		border-color: transparent transparent #c4965c transparent;
		border-style: solid;
		border-width: 8px;
		height: 0;
		width: 0;
		position: absolute;
		top: -16px;
		right: 13px;*/
	}
	#header-cont .flag
	{
		
	}
	ul.m-menu {
		/*padding: 49px 60px;		
		max-width: 342px;
		margin: 0 auto;
		padding-top:90px;*/
	}
	ul.m-menu li
	{
		text-align:left;
	}
	ul.m-menu > li > a
	{
		font-family: 'LabGrotesqueMedium', Arial, sans-serif;
		color: #fff;
		font-size: 24px;
		line-height: 1.2;
		display: block;
		padding: 12px 0;
		cursor: pointer;
		vertical-align: baseline;
		position: relative;
		text-align: left;
		border-bottom: 1px solid #fff;
	}
	ul.m-menu li.menu-item-has-children > a i
	{
		vertical-align: baseline;
		position: absolute;
		top: 21px;
		font-size: 16px;
		right: 0;
	}
	ul.m-menu li.menu-item-has-children ul.sub-menu li a
	{
		position:relative;
	}
	ul.m-menu li.menu-item-has-children ul.sub-menu li a i
	{
		top: 13px;
		position: absolute;
		left: 0;
		font-size: 10px;
	}
	ul.m-menu > li.current-menu-item > a, ul.m-menu > li > a:hover, ul.m-menu > li.current-menu-ancestor > a
	{
		color:#1b292c;
	}
	 ul.m-menu li ul.sub-menu li.current-menu-item a, ul.m-menu li ul.sub-menu li a:hover, ul.m-menu li.current-menu-parent a
	{
		color:#3baa49
	}
	ul.m-menu li ul.sub-menu
	{
		display:none;
		background: #fff;
		border-radius: 10px;
		margin: 10px 0;
	}
	ul.m-menu  li  ul.sub-menu  li  a
	{
		font-family: 'LabGrotesqueRegular', Arial, sans-serif;
		font-size: 16px;
		color: #31494e;
		line-height: 1.2;
		display: block;
		text-align: left;
		text-decoration: none;
		margin: 10px 0;
	}
	ul.m-menu > li > ul.sub-menu > li > ul.sub-menu > li > a
	{
		padding-left:70px;
	}
	ul.m-menu > li > ul.sub-menu li > ul.sub-menu > li > ul.sub-menu > li > a
	{
		padding-left:100px;
	}
	.menu-top-cont
	{
		display:table;
		width:100%;
		font-size:0;
		margin-bottom:10px;
	}
	.menu-logo-cont
	{
		display:inline-block;
		width:30%;
	}
	.menut-right-cont
	{
		display:inline-block;
		text-align:right;
		width:70%;
	}
	/* home page */
	.header-cont
	{
		padding:22px 0;
	}
	.headerright h4 a
	{
		font-size:16px;
	}
	.headerright h3
	{
		font-size:16px;
		margin-right:20px;
	}
	.fullh-cbox h1
	{
		font-size:46px;
	}
	.fullh-cbox h3 {
		font-size: 20px;
		line-height: 1.4;
		margin: 18px 0;
	}
	.sub-menu-cont
	{
		padding:20px 20px 20px;
	}
	.header-form-cont
	{
		padding:0 20px;
	}
	.header-form-content {
		padding: 30px 0 48px;
	}
	.header-form-content h3
	{
		font-size:30px;
	}
	.hsbottom-border
	{
		top:0;
		height:207px;
	}
	.intheaderbgcont
	{
		height:150px;
	}
	
	/* home page */
	.ilead-left-cont h3
	{
		font-size:36px;
	}
	.index-why-right-cont
	{
		top:70px;
	}
	.index-leading-main-cont {
		padding: 10px 0 80px;
	}
	.ilead-right-cont p
	{
		line-height: 1.6;
		margin-bottom: 24px;
	}
	.blanklink
	{
		font-size:16px;
	}
	.iwhy-right-cont
	{
		padding:40px 10%;
	}
	.iwhy-right-cont h3{
		font-size:30px;
		margin-bottom:24px;
	}
	.index-what-main-cont
	{
		padding:80px 0;
	}
	.index-what-left-cont,.index-what-right-cont,.ins-left-cont,.ins-right-cont
	{
		float:none;
		clear:both;
		width:auto;
	}
	.ins-content h2
	{
		font-size:30px;
		margin-bottom:24px;
	}
	.index-what-left-cont h3
	{
		font-size:36px;
		margin-bottom:14px;
	}
	.index-what-left-cont p
	{
		margin-bottom:20px;
		line-height:1.6;
		width:100%;
	}
	.index-what-left-cont
	{
		margin-bottom:24px;
	}
	.index-what-right-cont
	{
		max-width:initial;
	}
	.iwhat-right-box:hover
	{
		background-size:cover;
	}
	.index-switch-main-cont
	{
		padding-top:100px;
	}
	.index-switch-cont
	{
		padding:50px 0;
	}
	/* footer */
	.ftop-left-cont,.ftop-right-cont, .fbottom-left-cont, .fbottom-right-cont
	{
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}
	.footer-bottom-cont {
		padding: 50px 0 60px;
	}
	.ftop-right-cont h5 span {
		vertical-align: baseline;
		margin: 0;
		display: block;
		margin: 10px 0;
	}
	.fbottom-right-cont
	{
		margin-top:20px;
	}
	.ymb-main-cont
	{
		padding:60px;
	}
	.ymblank-cont
	{
		height:50%;
	}
	.ftop-right-cont
	{
		margin-left:0;
	}
	.footer-logos a {
		margin: 0 15px;
	}
	.contact-box-left-cont, .contact-box-right-cont
	{
		display:table-cell;
	}
	.cbox-left-padding{
		padding:24px;
	}
	.contact-box-right-cont
	{
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		height:100%;
	}
	.contact-top-box-cont-1 .contact-box-right-cont
	{
		background:url(../images/contact-1.jpg) no-repeat center center;
		background-size:cover;		
	}
	.contact-top-box-cont-2 .contact-box-right-cont
	{
		background:url(../images/contact-3.jpg) no-repeat center center;
		background-size:cover;		
	}
	.contact-top-box-cont-3 .contact-box-right-cont
	{
		background:url(../images/contact-3.jpg) no-repeat center center;
		background-size:cover;		
	}
	.contact-top-box-cont-4 .contact-box-right-cont
	{
		background:url(../images/contact-4.jpg) no-repeat center center;
		background-size:cover;		
	}
	.contact-box-right-cont img
	{
		display:none;
	}
	.cbox-left-content h3
	{
		font-size:24px;
		margin-bottom:10px;
	}
	.contact-top-box
	{
		height:302px;
	}
	.cbox-left-content p, .cbox-left-content a
	{
		font-size:16px;
		word-break: break-all;
	}
	.pheader-top-cont {
		padding: 0px 0 50px;
	}
	.pheader-top-cont h2 {
		font-size: 48px;
	}
	.pheader-top-cont p
	{
		font-size:18px;
	}
	.contact-top-cont {
		padding-bottom: 50px;
	}
	.ccmpadding {
		padding: 40px 50px 50px;
	}
	.about-content
	{
		padding:40px 0 0;
	}
	.about-logo img
	{
		max-width:120px;
		vertical-align:middle;
	}
	.about-logo
	{
		padding-bottom:50px;
	}
	.about-content p{
		font-size:16px;
	}
	.nsw-text {
		padding: 50px 0 100px;
	}
	.eligible-content-cont
	{
		padding:30px;
	}
	.nsw-help-padding{
		padding:40px 0;
	}
	.energy-target-top-cont
	{
		padding:40px 0;
	}
	.entaget-box-content {
		padding: 30px;
	}
	.entaget-box-content h3
	{
		font-size:22px;
	}
	.energy-target-bottom-cont {
		padding: 80px 0 20px;
	}
	.etfaq h3{
		font-size:40px;
	}
	.solar-product-box h3
	{
		font-size:30px;
	}
	.solar-product-main-page-cont{
		margin-bottom:40px;
	}
	.sinvert-content
	{
		padding:30px;
	}
	.sinvert-cont a
	{
		bottom:30px;
	}
	.si-box-padding
	{
		padding:30px;
	}
	.si-css img
	{
		margin:20px 0;
	}
	.solar-inv-main-cont
	{
		padding-bottom:100px;
	}
	.whysolar-bottom{
		padding:100px 0;
	}
	.why-switch-content h3, .sreb-bottom-right-content h3
	{
		font-size:34px;
	}
	.why-solar-text-cont{
		padding:40px 0;
	}
	.why-switch-cont{
		padding:34px;
	}
	.solar-rebate-bottom-cont
	{
		margin-bottom:20px;
	}
	.solar-rebate-top-cont
	{
		padding:50px 0;
	}
	.srebate-bottom-cont
	{
		padding:120px 0;
	}
	.rebatet-left-cont h6
	{
		font-size:22px;
	}
	.tarrif-block-content
	{
		padding:30px;
	}
	.tarrif-block-content h3
	{
		font-size:36px;
	}
	.tarrif-contact-main-cont
	{
		padding:40px 0;
	}
	.taques-left-cont, .taques-right-cont
	{
		float:none;
		clear:both;
		width:auto;
	}
	.tariff-ques-content-cont{
		padding:80px 20px;
	}
	.taques-left-cont h3
	{
		margin-bottom:24px;
	}
	.tariff-links-main-cont
	{
		padding:60px 0;
	}
	.guide-box
	{
		width:50%;
	}
	.guide-box-content h3
	{
		font-size:28px;
	}
	.guide-main-cont {
		padding-bottom: 40px;
	}
	.sser-content h2
	{
		font-size:32px;
	}
	.sser-top-cont {
		padding: 40px;
	}
	.sser-bottom-cont
	{
		height:240px;
	}
	.sser-b-img-cont {
		bottom: 40px;
		left: 40px;
	}
	.sser-content p{
		font-size:16px;
	}
	.topicon
	{
		
	}
	.switch-padding h1
	{
		font-size:40px;
	}
	.hb-form-cont h3
	{
		font-size:26px;
	}
	.hb-form-padding
	{
		padding:34px;
	}
	.cf-left-cont, .cf-right-cont
	{
		float:none;
		clear:both;
		width:auto;
	}
	.footer-logos a {
		margin: 10px 15px;
		display: inline-block;	
	}
	.sser-main-cont
	{
		padding-bottom:60px;
	}
	.sformcont h2
	{
		font-size:28px;
	}
	.serv-form-main-cont
	{
		padding:0 10px;
	}
}/*1199*/

@media screen and (max-width: 799px){
	.refer-friend-cont
	{
		padding-bottom: 50px;
	}
	.hc-form-box
	{
		width:100%;
	}
	.header-form-content h3
	{
		font-size:24px;
	}
	.header-form-content
	{
		padding:20px 0;
	}
	.hc-form-box-1, .hc-form-box-2, .hc-form-box-3, .hc-form-box-4 {
		padding: 0 15px 10px;
	}
	.hc-form-box-1
	{
		padding-top:10px;
	}
	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form input[type="file"], .wpcf7-form input[type="number"], .wpcf7-form select
	{
		font-size:16px;
	}
	.header-form-cont .wpcf7-form input[type="submit"] {
		border-bottom-left-radius: 5px;
		border-top-left-radius: 0;
		padding: 18px;
		border-top-right-radius: 0;
	}
	.hscont
	{
		opacity:0.5;
	}
	/*home page */
	.ymb-content h3
	{
		font-size:20px;
	}
	.ilead-left-cont, .ilead-right-cont
	{
		float:none;
		clear:both;
		width:auto;
	}
	.ilead-left-cont h3
	{
		font-size:30px;
		margin-bottom:18px;
	}
	.iwhy-right-cont h3
	{
		font-size:24px;
	}
	.footer-bottom-cont {
		padding: 30px 0 50px;
	}
	.footer-top-cont{
		padding:40px 0;
	}
	.ftop-right-cont h5{
		font-size:22px;
	}
	.contact-box-left-cont, .contact-box-right-cont
	{
		display:inline-block;
		width:100%;
	}
	.contact-box-right-cont{
		display:none;
	}
	.contact-top-box
	{
		height:auto;
	}
	.ccm-img-cont{
		display:none;
	}
	.contact-mid-cont
	{
		position:relative;
		top:inherit;
		left:inherit;
	}
	.ccm-main-cont
	{
		padding:20px;
	}
	.pheader-top-cont h2
	{
		font-size:38px;
	}
	.pheader-top-cont p, .eligible-content p, .eligible-content ul li
	{
		font-size:16px;
	}
	.nsw-help-content h3{
		font-size:28px;
	}
	.nsw-help-left-cont, .nsw-help-right-cont
	{
		float:none;
		clear:both;
		width:auto;
	}
	.nsw-help-top-cont h6, .nsw-help-content h3
	{
		margin-bottom:20px;
	}
	.nsw-text p
	{
		font-size:16px;
		margin-bottom:24px;
	}
	.energy-target-top-cont
	{
		padding:30px 20px;
	}
	.entr-col-cont{
		width:100%;
	}
	.entarget-outer-padding{
		padding:0;
		margin:15px;
	}
	.solar-inv-main-cont
	{
		padding-bottom:40px;
	}
	.si-box-padding
	{
		padding:20px;
	}
	.solar-inv-main-cont{
		padding:0;
	}
	.whysolar-bottom{
		padding:50px 0;
	}
	.why-switch-content h3
	{
		font-size:34px;
	}	
	.why-switch-cont{
		padding:30px;
	}
	.why-solar-text li, .rebatet-right-cont p, .rebatet-right-cont li
	{
		font-size:16px;
	}
	.rebatet-left-cont, .rebatet-right-cont
	{
		float:none;
		clear:both;
		width:auto;
	}
	.rebatet-right-cont p, .rebatet-left-cont h6, .rebatet-right-cont ul
	{
		margin-bottom:24px;
	}
	.sreb-bottom-right-box
	{
		width:100%;
	}
	.srebate-bottom-cont{
		padding:80px 0;
	}
	.sreb-bottom-right-content h3
	{
		font-size:30px;
	}
	.faq-main-cont
	{
		padding-bottom:40px;
	}
	.tarrif-block-content h3{
		font-size:30px;
		margin-bottom:14px;
	}
	.tarrif-block-content p
	{
		font-size:16px;
	}
	.guide-box-content h3
	{
		font-size:24px;
	}
	.sser-top-cont
	{
		padding:30px;
	}
	.sser-content h2
	{
		font-size:30px;
	}
	.sser-content p{
		font-size:16px;
		line-height:1.4;
	}
	.sser-b-img-cont{
		bottom:30px;
		left:30px;
	}
	.sser-bottom-cont
	{
		height:180px;
	}
	.switch-padding h1
	{
		font-size:34px;
		line-height:1.2;
		margin:24px 0;
	}
	.switch-left-cont, .switch-right-cont
	{
		float:none;
		clear:both;
		width:auto;
	}
	.switch-padding
	{
		max-width:100%;
		margin-bottom:40px;
	}
	.switch-main-cont
	{
		padding:10px 0;
	}
	.intheaderclass
	{
		padding-bottom:80px;
	}
}/*799*/
@media screen and (max-width: 639px){
	.logo-cont img
	{
		height:40px;
	}
	.mob-menu-button
	{
		top:9px;
	}
	.mobmiddlecont
	{
		padding:22px 20px;
	}
	.menu-logo-cont, .menut-right-cont
	{
		width:100%;
		text-align:left;
	}
	.headerright h3
	{
		margin-right:16px;
	}
	 .menut-right-cont
	 {
		 margin-top:10px;
	 }
	.headerright h3, .headerright h4 a
	{
		font-size:14px;
	}
	.header-form-content h3 {
		font-size: 22px;
		line-height: 1.2;
	}
	.fullh-cbox h1
	{
		font-size:30px;
	}
	.fullh-cbox
	{
		//padding:30px 0;
	}
	.fullh-cbox h3{
		font-size:16px;
		margin:16px 0;
	}
	.fullh-cbox a
	{
		font-size:16px;	
	}
	.intheaderbgcont
	{
		height:120px;
	}
	/* home page */
	.ilead-left-cont h3
	{
		font-size:26px;
	}
	.ilead-right-cont p
	{
		font-size:16px;
	}
	.ilead-right-cont a {
		margin-top: 11px;
	}
	.index-leading-main-cont {
		padding: 0 0 50px;
	}
	.index-why-left-cont, .index-why-right-cont
	{
		float:none;
		clear:both;		
		width:auto;
	}
	.index-why-right-cont
	{
		position:relative;
		top:0;
		margin-top:20px;
		height:auto;
	}
	.index-why-main-cont
	{
		padding-bottom:90px;
	}
	.index-what-main-cont
	{
		padding:50px 0;
	}
	.iwhat-right-box
	{
		width:100%;
	}
	.index-switch-main-cont
	{
		padding-top:50px;
	}
	.inss-box
	{
		width:50%;
	}
	.inss-padding {
		padding: 50px 30px 58px;
		height: 180px;
	}
	.inss-link-cont
	{
		margin-left:0;
		margin-top:24px;
	}
	.ymb-main-cont
	{
		padding:30px;
	}
	.ymb-content h3
	{
		font-size:18px;
	}
	.ymb-content p br
	{
		
	}
	.intheaderclass{
		padding-bottom:80px;
	}
	.contact-top-box-cont
	{
		width:100%;
	}
	.contact-top-cont
	{
		padding-bottom:0;
	}
	.contact-form-main-cont .int-margin
	{
		margin:0;
	}
	.ccmpadding
	{
		padding:30px 20px;
	}
	.contact-mid-top-cont h3, .contact-mid-top-cont h6
	{
		line-height:1.3;
		font-size:18px;
	}
	.int-form-left-cont, .int-form-right-cont
	{
		float:none;
		clear:both;
		width:auto;
	}
	.nsw-text {
		padding: 30px 0 50px;
	}
	.pheader-top-cont h2
	{
		font-size:36px;
	}
	.etfaq
	{
		padding:30px 0;
	}
	.energy-target-bottom-cont {
		padding: 50px 0 20px;
	}
	.etfaq h3{
		font-size:30px;
	}
	.solar-product-box
	{
		width:100%;
		margin-bottom:20px;
	}
	.solar-inv-left-cont
	{
		width:100%;
	}
	.si-css h2{
		display:none;
	}
	.tariff-links-main-cont
	{
		padding:40px 0;
	}
	.taques-left-cont h3
	{
		font-size:30px;
	}
	.taques-right-cont ul li
	{
		font-size: 16px;
		line-height: 1.4;
	}
	.tarrif-block
	{
		width:100%;
		margin-bottom:15px;
	}
	.guide-box
	{
		width:100%;
	}
	.sser-box-cont
	{
		width:100%;
	}
	#lhs,#rhs
	{
		width:87%;
	}
	.box
	{
		padding:0px 20px 50px;
	}
	.cal-contentPart
	{
		padding-bottom:60px;
	}
	.message
	{
		margin-top:20px;
	}
	.cal-contentPart h2
	{
		font-size:23px;
	}
	#rhs.box {
		padding: 30px 20px;
	}
	#rhs .output
	{
		margin-top:4px;
	}
	.output,.message
	{
		width:100%;
	}
}/*639*/
@media screen and (max-width: 479px){

.ftop-right-cont h5 strong
{
	display:block;
}

}
@media screen and (min-height: 599px) and (max-width:799px){
	.full-height-cont
	{
		vertical-align:top;
	}
}