@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600&display=swap');

:root{
    --orange: #f5a10c;
    --blue: #29426f;
    --blue-hover: #192b4b;
}
html, body {
    height: 100%;
}
body {
    color:#333;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 16px;
	background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color:#fff;
	line-height: 1.5;
	background-image:url('../images/dublin-ireland.jpg');
	background-repeat:no-repeat; background-position: center; background-size:cover;
	background-color:rgb(23, 36, 84)
}
.transparentbg {
	background-color: rgba(23, 36, 84, 0.8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.text-offwhite {
	color:#ddd
}
.background-container {
	background-color: rgba(23, 36, 84, 0.2);
    padding: 40px 0;
    margin-top: 30px;
    border-radius: 5px;
    backdrop-filter: blur(6px);
	box-shadow: 0 0 30px rgba(255,255,255,0.2);
}
.logo-container {
	background-color: rgb(255, 255, 255, 0.9);
	padding: 5px 40px
}
.plrwrap {
	padding: 0 40px;
}
.logo-container a {
	display: inline-block;
}
.logo-container img {
	width: 180px;
}
.question-formatting {
	box-shadow: 10px 10px 20px rgb(73, 78, 96, 0.8), -10px -10px 20px rgb(75, 81, 101, 0.8);
	border-radius: 5px;
	padding: 20px;
}
#address {
	transition:0.2s;
}
.resize-none {
	resize: none;
}
.text-white {
	color: #fff;
}
.h100per {
    height: 100%;
}
.h100vh {
    height: 100vh;
}
.mh100vh {
    min-height: 100vh;
}
a, a:hover {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.img100 {
    max-width: 100%;
}
b, strong {
    font-weight: 700;
}
.list-common {
    list-style:none;
    padding:0;
    margin:0;
}
.list-common:after {
    content:"";
    display: table;
    clear: both;
}
.list-margin-bottom li {
	margin-bottom:8px
}
.sectionpadding {
    padding-top:30px
}
.font-22 {
    font-size: 22px;
}
.font-20 {
    font-size: 20px;
}
.font-18 {
    font-size: 18px;
}
.font-14 {
    font-size: 14px;
}
.font-12 {
    font-size: 12px;
}
.mt-20 {
    margin-top:20px
}
.mt-30 {
    margin-top:30px
}
.mb-30 {
    margin-bottom:30px
}
.mb-40 {
    margin-bottom:30px
}
.mb-15 {
    margin-bottom:15px
}

.link-orange {
    color: var(--orange);
}
.custom-btn-blue {
    background-color: var(--blue);
    color:#fff;
    padding:10px 20px;
    display: inline-block;
    font-size: 18px;
}
.custom-btn-blue:hover {
    background-color: var(--blue-hover)!important;
    color:#fff
}

.btn-gradient {
    font-weight: 400;
    font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
	line-height:1.1;
    color: #FFFFFF;
    background-color: #00bbff;
    border-radius: 100px;
    padding: 10px 30px;
    display: inline-block;
    border: none;
    outline: none;
	max-width:100%;
    margin:0 auto;
	margin-top: 25px;
}

.btn-gradient:hover {
	color:#fff;
	background: linear-gradient(to right, #dd3208, #ce6905);
}

.alert-sm {
    padding:.15rem 0.8rem;
    font-size: 14px;
}
.contentwrap {
	display:flex;
	height:100%;
	flex-direction:column;
	justify-content:center;
}
.logo {
    width: 180px;
    max-width: 100%;
    margin: 0 auto;
    display:block;
}
.logo a {
	display: inline-block;
}
.logobox {
    margin-bottom:25px;
    margin-top:20px
}
.logobox img {
    width:200px;
}

.subline{
    background-image: -moz-linear-gradient(0deg, rgb(239 55 13) 0%, rgb(245 161 10) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(239 55 13) 0%, rgb(245 161 10) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(239 55 13) 0%, rgb(245 161 10) 100%);
    padding: 5px 20px;
    transform: skew(340deg);
    display: block;
    align-items: center;
    margin-top: 10px;   ;
}
.subline h1{
    color:#fff;
    text-align: center;
    transform: skew(18deg);
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin:0px;
}
.video-cont{
    margin-bottom:20px;
}
.video-cont iframe{
	width:100%!important;
	max-width:100%;
	border: 3px solid #fff
}
.video-width iframe {
	max-width:100%;
}
.heading-1 {
	font-weight: 400;
    font-size: 28px;
    color: #fff;
    line-height: 1.3;
	margin-bottom:20px;
    background-image: -moz-linear-gradient(0deg, rgb(239 55 13) 0%, rgb(245 161 10) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(239 55 13) 0%, rgb(245 161 10) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(239 55 13) 0%, rgb(245 161 10) 100%);
    transform: skew(340deg);
    width:50%;
    margin:0 auto;
    margin-bottom:20px;
}

.headline{
    color:#fff;
    font-size:80px;
	font-weight: 300;
	line-height: 1.1;
}
.headline span {
	font-weight: 600;
}
.testimonials{
    background:#172454;
    padding-bottom:60px;
	padding-top:60px;
}
.testimonials h3{
    color:#fff;
    font-size: 50px;
    margin-bottom:50px;
    position: relative;
}
.testimonials h3:after{
    content:'';
    width:150px;
    height:2px;
    position:relative;
    display: block;
    background:-webkit-linear-gradient(0deg, rgb(239 55 13) 0%, rgb(245 161 10) 100%);
    margin:0 auto;
    top:20px;
}
.review{
    background:#fff;
    padding:20px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #ef780c;
    box-shadow: 0px 11px 10px #1919195e;
	height: 100%;
}
.review:hover {
    border: 2px solid #ef7d0c;
}
.img-fram{
    margin:10px 0px;
}
.g-profile-text {
	width:58px;
	height:58px;
	border-radius: 100%;
	line-height: 1;
	font-size:30px;
	color:#fff;
	margin:0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

.text-a{background:#153aba;}
.text-b{background:#0d9411;}
.text-c{background:#f66221;}
.text-d{background:#0097A7;}
.text-j{background:#5D4037;}
.text-k{background:#455A64;}
.text-g{background-color:#7E57C2}



.cont-fram h4{
    font-size:18px;
    margin-bottom:10px;
    color:#ef780c;
    font-weight: 600;
    text-transform: uppercase;
    margin:15px 0px 10px;
}
.rating{
    margin-bottom:15px;
}
.rating img{
    max-width: 120px;
}
.cont{
    font-size:14px;
    text-align: justify;
}
.cta{
    text-align: center;
}
.cta h5{
    font-size:40px;
    color:#fff;
    font-weight:600;
    margin-bottom: 25px;
}


footer{
    text-align: center;
    font-size:12px;
    padding:20px;
    color:#fff;
    background:#0e1942;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
    
}

.desktopnone {
	display:none;
}
.sp {
	padding-top:70px;
	padding-bottom: 70px;
}
.large-heading {
	font-size: 44px;
	font-weight: 600;
	color:#0a2d61
}
.heading-system-size {
	background-color: #f77745;
	color:#fff;
	border-radius:5px;
	box-shadow: 0 0 5px rgba(274, 119, 69, 0.5);
	display: inline-block;
	padding: 8px 30px;
	font-size: 30px;
	margin-bottom: 15px;
}
.w-m-100 {
	max-width: 100%;
}
ul li {
	margin-bottom: 10px;
}
ul li:last-child { 
	margin-bottom: 0;
}
/*------------ Thank you page -------------*/
.thankyou .container{
    background:#0e1942d5;
    border-radius:10px;
}
.banner {
	padding-bottom: 80px;
}
.banner-thankyou {
    padding: 60px 20px;
    padding-bottom: 0;
}
.banner-thankyou h2 {
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
}
.sectionpadding {
    padding-top: 30px;
}
.w700 {
    width: 700px;
    max-width: 100%;
}
.social-icons a {
    color: #fff;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    font-size: 18px;
}
.social-icons a.facebook {
    background-color: #3b5998;
}
.social-icons a.twitter {
    background-color: #00aced;
}
.social-icons a.instagram {
    background-color: #d81c87;
}
.link-orange {
    color: var(--orange);
}
/*------------ Thank you page end -------------*/
.question {
	display:none;
}
.qcard {
	border-radius:10px;
}
.progress-bar-fixed {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	display:block
}
.btn-next {
	background-color:#00bbff;
	color:#fff;
	line-height: 1;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.btn-next:hover {
	opacity: 0.8;
	color:white;

}

.radioimgborder {
    margin-bottom: 5px;
}
.radioimgborder img {
	filter: brightness(3.5);
}
.radio-cus-label span {
    display: block;
    text-align: center;
}
.custom-radio-1 {
    position: relative;
}
.custom-radio-1 input[type="radio"] {
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
	z-index: 10;
}
.custom-radio-1 input[type="radio"] + label {
	border: 1px solid #3c4f7a;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	padding: 5px;
}
.custom-radio-1 input[type="radio"]:hover + label,
.custom-radio-1 input[type="radio"]:checked + label {
	box-shadow: inset 0 0 20px 2px rgb(189, 222, 254, 0.23);
    background-color: #132a5d;
}
.ui-timepicker, .ui-timepicker-viewport {
	height: 180px;
}
.instafeed {
	background-color:#f1f1f1;
	padding:50px 0
}



/* =================================
    solar-results section
================================= */
.solar-results-wrapper {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 60px;
    padding: 30px;
    position: relative;}

.solar-results-heading {
    color: #0A2D61;
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 0;
}
.solar-results-text {
    color: #696969;
   
}
.solar-results-header {
    display: flex;
}
.solar-results-content {
    padding-right: 20px;
}


/* table  */

.solar-results-table__table{
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 18px;
    background-color: transparent;
}
.solar-results-table__heading {
    border: none;
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 8px;
    vertical-align: top;
}
.solar-results-table__data {
    border: none;
    position: relative;
    text-align: center;
    vertical-align: top;
    padding: 8px;
}
.solar-results-table__row{
    border-bottom: 1px dotted grey;
}
.solar-results-table__row:nth-last-child(2) {

    font-weight: 700;
    margin-bottom: 5px;
}
.solar-results-table__data:first-child {
    text-align: left;
}
.solar-results-table__row:last-child {
    color: #0A2D61;
    font-size: 20px;
    font-weight: 600;
}
.hidden{
    margin-top: 20px !important;
}

small
{
    font-size: 87%;
  
}


/* =================================
    Form design section
================================= */
.solar-results-form-wrapper {
    color: #0A2D61;
    font-size: 16px;
    font-weight: 400!important;
    padding: 25px;
    border-left: #00bbff;
	background-color:#fff;
	border-radius: 5px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 14px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus{
   
    box-shadow: none;
    color: #00327c;
}
.submit-btn{
    width: 100%;
    background-color: #0A2D61;
    border: none;
}
.submit-btn:hover{
    width: 100%;
    background-color: #00327c;
    border: none;
}
.solar-results-form__text{
    font-size: 14px;
}
.solar-results-form__terms{
    font-size: 10px;
	line-height: 1.5;
}






@media (max-width:991px) {
    .logobox img {
        width: 180px;
    }
	.sp {
		padding-top:30px;
		padding-bottom:30px;
	}
	.large-heading {
		font-size:26px
	}
    .heading-1 {
        font-size: 22px;
        width:70%;
    }
	.subheading {
		font-size: 20px;
	}
	.banner .h3 {
		font-size:20px!important;
	}
    .headline{
        font-size:30px;
    }
    .cta {
        margin: 20px 0px 20px;
    }
    .review{
        min-height:auto;
    }
    body {
        background-image: none!important;
    }
    .logobox {
        margin-bottom: 10px;
        text-align: center;
    }
	.desktopnone {
		display:block
    }
    
	.btn-gradient {
		padding:8px;
		display:block;
		width:100%;
		margin-top:30px;
		font-size:18px;
		 letter-spacing:0
	}
	.thankyoubg {
		background-image:none
	}
	
	.font-20 {
        font-size: 16px;
    }
    .phonehfont h2 {
        font-size: 22px;
    }
    .phonehfont h3 {
        font-size: 20px;
    }
	.qcard .qcard-inner {
		padding: 20px 0
	}
}

@media (max-width:767px) {
    .logo {
        margin: 0 auto;
        display: block;
    }
	.subline h1 {
		font-size: 20px;
	}
	.video-cont iframe {
		height:300px;
	}
	.testimonials {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.testimonials h3 {
		font-size:26px;
		font-weight:600;
		margin-top:20px
	}
	.testimonials h4 {
		font-size:20px;
	}
	.cta h5 {
		font-size:26px;
		font-weight:600
	}
	.heading-system-size {
		font-size:20px
	}
	
	.input-group.captch-wrap, 
	.input-group.captch-wrap .input-group-prepend, 
	.input-group.captch-wrap .input-group-text {
		display: block;
	}
	.input-group.captch-wrap .input-group-text img {
		width: 100%!important;
		height: auto!important;
	}
	.input-group.captch-wrap input {
		width: 100%;
	}
	.solar-results-header {
		display: block;
	}
	.plrwrap {
		padding:0 20px
	}
	.solar-results-wrapper, .solar-results-form-wrapper {
		padding:10px;
		margin-bottom:20px
	}
	.solar-results-heading {
		font-size: 22px;
	}
	.solar-results-table__row:last-child {
		font-size:18px
	}
}
