/* 
Theme Name:		 Solar calculator
Theme URI:		 http://solcelleberegner.io/
Description:	 Solar calculator is a child theme of Hello Elementor, created by Aurangzaib
Author:			 Aurangzaib
Author URI:		 http://solcelleberegner.io/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 solar-calculator
*/

h2,
h3,
h4 {
  font-family: "Bakbak One", Sans-serif !important;
}
p,
span,
a,
li {
  font-family: "Noto Sans Hebrew", sans-serif !important;
}
a{
  cursor: pointer;
}
.autocomplete-container {
  /* relative position for at de absolut positionerede forslag får korrekt placering.*/
  position: relative;
  width: 100%;
  max-width: 30em;
}

.autocomplete-container input {
  /* Både input og forslag får samme bredde som omkringliggende DIV */
  width: 100%;
  box-sizing: border-box;
}

.dawa-autocomplete-suggestions {
  margin: 0.3em 0 0 0;
  padding: 0;
  text-align: left;
  border-radius: 0.3125em;
  background: #fcfcfc;
  box-shadow: 0 0.0625em 0.15625em rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow-y: auto;
  box-sizing: border-box;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
  margin: 0;
  list-style: none;
  cursor: pointer;
  padding: 0.4em 0.6em;
  color: #333;
  border: 0.0625em solid #ddd;
  border-bottom-width: 0;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-width: 0.0625em;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
  background: #f0f0f0;
}
.dawa-autocomplete-suggestions {
  border: none;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 250px;
}
.dawa-autocomplete-suggestion {
  /* 	background-color: transparent !important;
    background-image: linear-gradient(122deg, #B5F0FF 0%, #7A8BFF 100%) !important; */
  border: none !important;
  color: #000000;
  font-family: "Noto Sans Hebrew", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover,
.contact-adv a:hover,
a#howToDraw:hover,
button#submitButton:hover {
  background-color: transparent !important;
  background-image: linear-gradient(
    122deg,
    #b5f0ff 0%,
    #7a8bff 100%
  ) !important;
  border: none !important;
  color: #fff;
}
.dawa-autocomplete-suggestions::-webkit-scrollbar {
  background-color: transparent !important;
  background-image: linear-gradient(
    122deg,
    #b5f0ff 0%,
    #7a8bff 100%
  ) !important;
  width: 5px;
  border-radius: 10px;
}

.dawa-autocomplete-suggestions::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  background-image: linear-gradient(
    122deg,
    #b5f0ff 0%,
    #7a8bff 100%
  ) !important;
}

.dawa-autocomplete-suggestions::-webkit-scrollbar-track {
  background-color: #fff;
}
.page-template-offer footer {
  display: none;
}
section.result-page{
  margin-top: 60px;    
  margin-bottom: 250px;
}
.sidebar {
  /* margin-top: 30px; */
  margin-bottom: 30px;
  padding: 20px 20px 20px 20px;
  box-shadow: 0px 20px 34.5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.solar-size h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 0px;
}
.spec-link a {
  font-size: 14px;
  font-weight: 500;
  color: #6478ff;
  text-decoration: none;
}
.solar-specs div {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}
.solar-specs span {
  font-size: 14px;
  font-weight: 600;
}
.solar-specs img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -5px;
}
.solar-specs {
  padding-top: 12px;
}
.monthly-savings {
    border: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.monthly-inner a {
    font-size: 14px;
    font-weight: 500;
    color: #6478ff;
    text-decoration: none;
}
.advisor {
    padding: 20px 20px 20px 20px;
    display: flex;
    gap: 15px;
    background-color: #fff;
    box-shadow: 0px 20px 34.5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    align-items: center;
}
.advisor-info h2 {
    color: #818181;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Noto Sans Hebrew' !important;
    margin-bottom: 0px;
    line-height: 1.25em;
}
.advisor-info span {
    font-size: 16px;
    color: #000;
    line-height: 1.25em;
    font-weight: 900;
    text-transform: capitalize;
}
.contact-adv a {
    font-size: 13px;
    font-weight: 400;
    background-color: #7B8CFD;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 5px 20px;
    text-decoration: none;
    color: #fff;
}
.contact-adv {
    width: 35%;
    text-align: right;
}
.advisor-img img {
    border-radius: 100px;
}
.roof-type h2, .roof-slope h2, .title h2, .mounting h2, h2#contactInfoTitle, .comments h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 0px;
}
.roof-type p, .roof-slope p, .title p, .mounting p, .elec-car p, .solar-placement p, p#cordsTotal, p#requiredSpace, p#contactInfoSubTitle, .comments p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #000;
}
div#tagtype_buttons, .elec-car-buttons, .mounting-buttons, .roof_foot_height-buttons, .roofslope-buttons {
    display: flex;
    margin-top: 20px;
}

.tagtype-btn.active, .elec-car-btn.active, .mounting-btn.active, .roof_foot_height-btn.active, .rf-sloppe-btn.active {
    font-family: "Bakbak One", Sans-serif;
    font-weight: 500;
    background-color: transparent !important;
  background-image: linear-gradient(
    122deg,
    #b5f0ff 0%,
    #7a8bff 100%
  ) !important;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    font-size: 16px;
    color: #fff;
    border: none;
}
.tagtype-btn, .elec-car-btn, .mounting-btn, .roof_foot_height-btn, .rf-sloppe-btn {
    font-family: "Bakbak One", Sans-serif;
    font-weight: 500;
    border-radius: 9px 9px 9px 9px;
    padding: 20px;
    font-size: 16px;
    color: #000;
    border: 1px solid #E4E4E4;
    background-color: #fff;
    margin-right: 20px;
    cursor: pointer;
    line-height: 1.2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.tagtype-btn:hover, .elec-car-btn:hover, .mounting-btn:hover, .roof_foot_height-btn:hover, .rf-sloppe-btn:hover{
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(122deg, #B5F0FF 0%, #7A8BFF 100%);
    border: none;
}
.roof-type, .roof-slope, .elec-car, .battery-type, .mounting, #roof_foot, .rangeslider {
    margin-bottom: 60px;
}
h2.degrees-title {
  font-size: 14px;
}
p.degrees {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.rf-sloppe-btn:hover p.degrees {
color: #fff;
}
.elec-car-btn, .mounting-btn {
  padding: 20px 35px !important;
}
.battery-type a {
  font-size: 15px;
  font-weight: 500;
  color: #6478ff !important;
  text-decoration: none;
}
.title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.title a {
  color: #000 !important;
}
select#battery {
margin-top: 20px;
margin-bottom: 10px;
padding: 12px 12px 12px 12px;
border: 1px solid #e2e8f0 !important;
box-shadow: 0px -1px 38px 7px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
input#range-slider {
  width: 100%;
  margin-top: 30px;
}
.solar-placement p, p#cordsTotal {
margin-bottom: 0px ;
}
.solar-placement span {
font-weight: 800;
font-style: italic;
font-size: 14px;
line-height: 22px;
color: #000;
}
.map-drawer {
margin-top: 30px;
}
div#google_map {
margin-top: 30px;
text-align: right;
margin-bottom: 30px;
}
a#howToDraw {
font-size: 18px;
font-weight: 400;
background-color: #7B8CFD;
border-radius: 9px 9px 9px 9px;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 8px 14px;
color: #fff;
cursor: pointer;
}
iframe {
margin-bottom: 20px;
}
.customer-info label {
font-size: 16px;
margin-bottom: 10px;
margin-top: 15px;
font-weight: 600;
color: #000;
}

.customer-info {
display: flex;
gap: 20px;
margin-top: 30px;
}
input.contactFields, textarea#message {
padding: 18px !important;
border: 1px solid #e2e8f0 !important;
box-shadow: 0px -1px 38px 7px rgba(0, 0, 0, 0.05);
border-radius: 5px;
}
.customerInfo p {
font-size: 11px;
font-weight: 500;
font-style: italic;
padding-left: 5px;
line-height: 1.5;
padding-top: 3px;
color: #000;
}
textarea#message {
margin-top: 10px;
}
button#submitButton {
font-size: 20px;
font-weight: 600;
background-color: #7B8CFD;
border-radius: 9px 9px 9px 9px;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 15px 20px;
border: none !important;
color: #fff;
width: 100%;
margin-top: 45px;
display: flex;
justify-content: center;
align-items: center;
}
.knap i.fa.fa-arrow-right {
margin-left: 10px;
margin-top: 5px;
}
.row.specs {
margin-top: 150px;
}
div#specification, div#calculation_result {
background-color: #fff;
padding: 40px 40px 40px 40px;
box-shadow: 0px 20px 34.5px 20px rgba(0, 0, 0, 0.05);
border-radius: 10px;
position: relative;
}
.specs h2 {
font-size: 20px;
font-weight: 800;
line-height: 1.25em;
padding-bottom: 15px;
margin-bottom: 0px;
}
#specification ul {
padding-left: 20px;
}
#specification ul li {
font-size: 15px;
font-weight: 400;
color: #000;
padding-bottom: 10px;
line-height: 26px;
}
#calculation_result p {
font-size: 15px;
line-height: 1.25em;
}
p.offer-valid {
    font-weight: 700;
}
#calculation_result h2 {
padding-bottom: 0px;
}
span.economyLabel {
font-size: 15px;
font-weight: 400;
}
span.economyValue {
float: right;
font-size: 15px;
font-weight: 400;
}
div#kw_cost_year {
padding-bottom: 10px;
}
hr {
color: #C6C6C6;
}
section.cus-footer {
background: #fff;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
padding: 15px 10px;
}
.cus-footer .container {
display: flex;
gap: 55px;
align-items: center;
}
.cus-footer .advisor {
box-shadow: none !important;
background-color: transparent;
padding: 0px;
}
.cus-footer .contact-adv {
width: auto;
}
.offer h2 {
color: #797979;
font-size: 14px;
font-weight: 400;
margin-bottom: 0px;
}
.offer span {
font-size: 18px;
line-height: 26px;
font-weight: 500;
color: #000;
}
section.cus-footer {
background: #fff;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
padding: 15px 10px;
position: fixed;
z-index: 9;
bottom: 0;
width: 100%;
}
.offer {
border-left: 1px solid #C6C6C6;
border-radius: 0px;
padding-left: 60px;
}
.modal-header h1 {
font-size: 22px;
font-weight: 800;
line-height: 1.25em;
}
.modal-header {
border: none !important;
padding: 0px !important;
}
.modal-body p {
font-size: 16px;
line-height: 1.4em;
font-weight: 600;
color: #000;
}
.modal-content {
padding: 30px 30px 30px 30px;
border-radius: 20px;
}
.modal-dialog {
margin-top: 170px !important;
max-width: 640px !important;
height: auto;
}
.modal-body {
padding: 10px 0px !important;
}
button.btn-close {
--bs-btn-close-opacity: 3.5 !important;
}
button.btn-close:hover,
button.btn-close:focus,
button.btn-close:active,
button.btn-close:focus-visible {
background-color: transparent !important;
outline: none !important;
}
.monthly-inner {
  border-bottom: none !important;
}
.customerInfo {
    width: 33.33%;
}
input.contactFields:focus-visible, textarea#message:focus-visible, select#battery:focus-visible {
    outline: none;
}
.page-template-offer .header-con .e-con-inner {
    max-width: 1140px;
}
.result-page .col-lg-8.col-ms-12 {
    padding-left: 60px;
}
.rf-sloppe-btn.active p.degrees {
    color: #fff;
}
.tagtype-btn.button:nth-child(4) {
    margin-right: 0px;
}
.tagtype-btn img {
   width: 115px;
    height: 75px;
    object-fit: contain;
}
.tagtype-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
	justify-content: center;
}
.tagtype-btn.active img, .tagtype-btn:hover img, .rf-sloppe-btn:hover img, .rf-sloppe-btn.active img {
    filter: invert(1);
}
button.drawknap {
    font-size: 13px;
    font-weight: 400;
    background-color: #7B8CFD;
    border-radius: 9px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border: none;
    margin-top: 10px;
    margin-right: 10px;
}
.south {
    left: 365px !important;
    margin-bottom: 30px !important;
}
button#deleteknap {
    left: 0;
    width: 15%;
    font-size: 13px;
    font-weight: 400;
    background-color: red;
    border-radius: 9px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border: none;
    margin-top: 10px;
    margin-left: 10px;
}
.rf-sloppe-btn img {
	width: 115px;
    height: 75px;
    object-fit: contain;
}
.rf-sloppe-btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
img.top-north {
    width: 150px;
}
.elementor-accordion .elementor-accordion-item {
/*     border-top: 1px solid #d5d8dc !important; */
    border-bottom: 1px solid #d5d8dc !important;
	border-left: none !important;
	border-right: none !important;
}
/* a.elementor-accordion-title{
	font-family: "Bakbak One", Sans-serif !important;
} */
.blog-post .elementor-post__title a {
    font-family: "Bakbak One", Sans-serif !important;
}
.elementor-post__badge {
    background-color: #fff !IMPORTANT;
    color: #61CE70 !important;
    font-family: "Noto Sans Hebrew", sans-serif !important;
}
@media(max-width:600px){
	.elementor-widget-container .custom-form {
    width: 100% !important;
}
.mobile_hidden {
    display: none !important;
}
}
@media (max-width: 768px){
	.header-con .e-con-inner {
    max-width: inherit !important;
}
	.elementor-22 .elementor-element.elementor-element-e17029a {
    --width: 80% !important;
}
	.elementor-22 .elementor-element.elementor-element-0e8de73 {
    --width: 20% !important;
}
	.site-logo img {
    position: initial;
}
	html, body {
    overflow-x: hidden;
}
  .form-sec {
    background-image: none !important;
  }
  div#cal-form {
   background-size: 50% !important;
    background-position: 147% 25% !important;

  }
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

	.mobile-custom button:hover,
  .mobile-custom button:focus,
  .mobile-custom button:focus-visible {
    background: linear-gradient(122deg, #b5f0ff 0%, #7a8bff 100%);
    color: #ffff;
    outline: none;
  }

  .mobile-custom button {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #7b8cfd;
    padding: 5px;
    padding-left: 8px;
    width: 54px !important;
    height: 52px;
    margin-top: 7px;
    margin-right: 8px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
  }

  .mobile-custom button i#arrow-icon {
    color: #fff;
  }

  .mobile-custom input:focus-visible {
    outline: none;
  }

  .mobile-custom input::placeholder {
    color: rgba(0, 0, 0, 0.54);
    font-family: "Bakbak One", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .offer-full-width {
    background-image: none !important;
  }

  .custom-form form.custom {
    flex-direction: column;
  }

  .custom-form {
    width: 480px !important;
	 margin: 0 auto !important;
  }

  .custom-form form.custom input {
    width: 100%;
  }
	.autocomplete-container{
	    margin: 0 auto;
}
	button#deleteknap{
		    width: 36%;
	}
	.result-page .col-lg-4.col-md-12 {
    display: flex;
    flex-direction: column-reverse;
}
p.dk-price {
    margin-left: 0px !important;
}
.dkk a {
    padding: 10px !important;
}
.sec-five h2 {
    text-align: center;
}
div#calculation_result.last-two {
    height: 540px !important;
}
button.ruben {
  width: 100% !important;
}
button.ruben:first-child {
    margin-bottom: 20px;
}
.sec-two h2 {
    font-size: 15px !important;
    line-height: 24px !important;
    text-align: center;
}
	.advisor {
		margin-bottom: 30px;
	}
	div#tagtype_buttons, .elec-car-buttons, .roof_foot_height-buttons, .roofslope-buttons{
		flex-wrap: wrap;
		    gap: 14px;
	}
	.tagtype-btn, .rf-sloppe-btn{
		width: 48%;
		margin-bottom: 20px;
		margin-right: 0px;
		align-items: center;
	}
	.result-page .col-lg-8.col-ms-12 {
    padding-left: 10px;
}
	.customerInfo {
    width: 100%;
}
  section.result-page {
    margin-top: 0px;
    margin-bottom: 150px;
}
  form#offerForm {
    margin-top: 50px;
  }
  .customerInfo.email p {
    margin-bottom: 0px;
}
.elec-car-btn, .mounting-btn, .roof_foot_height-btn {
  width: 50%;
}
.row.specs {
  margin-top: 55px;
  gap: 20px;
}
  .cus-footer .advisor {
    display: none;
}
.offer {
  border: none;
  padding-left: 0px;
}
.customer-info {
  flex-direction: column;
}
}
.page-id-482 .custom-form form.custom input,
.page-id-484 .custom-form form.custom input,
.page-id-486 .custom-form form.custom input,
.page-id-488 .custom-form form.custom input,
.page-id-416 .custom-form form.custom input
{
    width: 100%;
}
.page-id-482 .custom-form,
.page-id-484 .custom-form,
.page-id-486 .custom-form,
.page-id-488 .custom-form,
.page-id-416 .custom-form
{
    width: 100%;
}


.page-template-calculation .annual, .page-template-calculation .monthly, .page-template-calculation .monthly-after-cells {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}
.dkk-96 p {
    font-weight: 600;
}
.clc-faq .elementor-tab-title{
  background-color: #fff;
    color: #000000 !important;
    cursor: pointer;
    padding: 15px 20px 15px 20px !important;
    width: 100%;
    text-align: left;
    line-height: 1.5 !important;
    outline: none !important;
    font-size: 17px;
    font-weight: 700 !important;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 20px 34.5px 20px rgba(0, 0, 0, 0.05);
    border: none !important;
}
.clc-faq .elementor-accordion-item {
    border-bottom: none !important;
    margin-bottom: 15px;
}
.page-template-calculation section.result-page {
    margin-bottom: 100px;
}
.call-ruben {
    display: flex;
    gap: 20px;
}
.trust-pilot .e-con-inner {
    border-bottom: 1px solid #DCDCDC;
}
.custom-form form.custom {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
}

.custom-form form.custom input {
  width: 404px;
  padding: 13px 38px;
  border-radius: 9px;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #000000;
  font-family: "Noto Sans Hebrew", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.custom-form form.custom button {
  border-radius: 9px;
  background: #7b8cfd;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  color: #fff;
  font-family: "Bakbak One", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-form {
  width: 550px;
  margin: 0 0 auto auto;
}

.custom-form h2 {
  font-family: "Noto Sans Hebrew", sans-serif;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.custom-form form.custom input::placeholder {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Bakbak One", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-form form.custom input:focus-visible,
.custom-form form.custom button:focus-visible,
.custom-form form.custom button:focus {
  outline: none;
}

.hover-col-1:hover h2,
.hover-col-1:hover p,
.hover-col-2:hover h2,
.hover-col-2:hover p,
.hover-col-3:hover h2,
.hover-col-3:hover p,
.hover-col-4:hover h2,
.hover-col-4:hover p {
  color: #ffff !important;
}

footer .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  flex-direction: column;
}

.elementor-field-type-acceptance span.elementor-field-option {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.elementor-field-type-acceptance span.elementor-field-option label {
  font-size: 15px !important;
}

input#form-field-field_a0caaf4 {
  margin-top: 5px;
  accent-color: #000;
}

button#cf-submit {
  min-height: 45px;
  margin-top: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.site-logo img {
  width: 213.127px !important;
  height: 14.07px !important;
}

.custom-form form.custom button:hover {
  background: linear-gradient(122deg, #b5f0ff 0%, #7a8bff 100%);
}

.contact-form button#cf-submit:hover {
  background: linear-gradient(122deg, #b5f0ff 0%, #7a8bff 100%);
  color: #ffff;
  box-shadow: 6px 4px 13px 0px rgba(0, 0, 0, 0.25);
}

.mobile-custom input {
	-webkit-appearance: none;
    border-radius: 50px !important;
    padding: 20px 20px 20px 25px !important;
    box-shadow: 0px 10px 30px 3px rgb(153 148 148 / 40%);
    /* border: none; */
    -webkit-box-shadow: 0px 10px 30px 3px rgb(153 148 148 / 40%);
}
	#menu-1-00bbbcb li a.elementor-item {
    padding-right: 0px;
    padding-left: 60px;
}
.trust-pilot svg {
    height: 29px !important;
}
.site-logo img {
    position: relative;
    left: -6px;
}

.north, .east, .west, .south {
		color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #00000087;
    padding: 4px 10px;
    border-radius: 30px;
    margin: 10px;
    text-transform: uppercase;
    pointer-events: none !important;
}
@media (min-width: 1920px) {
  .offer-full-width {
    background-size: 45%;
  }

  .cf-col-1 {
    --width: 27.333% !important;
    padding-right: 38px;
    padding-left: 38px;
  }

  .cf-col-2 {
    --width: 72.667% !important;
  }
}
@media(max-width:1500px){
	div#cal-form {
    background-size: 25%;
    background-position: 100% 19%;
}
	.header-con .e-con-inner {
    max-width: 892px;
}
	.elementor-22 .elementor-element.elementor-element-e17029a {
    --width: 25%;
}
	.elementor-22 .elementor-element.elementor-element-0e8de73 {
    --width: 75%;
}
/* 	.trust-pilot .e-con-inner {
    width: 1081px;
    margin-right: 221px;
}
	.trust-pilot .e-con-inner .elementor-widget-container {
    padding-right: 8px !important;
} */

}

div#mapsBottomText {
    position: absolute !important;
    left: 0px !important;
    width: 100% !important;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500 !important;
    /* background: #00000061; */
    background: #00000087;
    padding: 10px;
    pointer-events: none !important;
    z-index: 999999999 !important;
}
#specification h2, .sec-four h2 {
    font-size: 22px;
	line-height: 30px;
	font-family: "Bakbak One", sans-serif !important
}
.sec-four h2 {
	font-weight: 300;
}

ul.sec-two-ul {
    padding-left: 0px !important;
}

.sec-two ul li, .last-two ul li{
    list-style: none;
	font-size: 16px !important;
	font-weight: 400 !important;
}
.sec-two,.sec-three,.sec-four {
	margin-bottom: 70px !important;
}
.sec-three {
	position: relative;
}

.ready {
    background: #7B8CFD;
    padding: 7px 15px;
    font-size: 16px;
    font-family: "Noto Sans Hebrew", sans-serif;
    color: #fff;
/*     width: 208px; */
    border-radius: 30px;
    position: absolute;
    top: -21px;
    right: 30px;
	font-weight: 600;
}
span.green {
    color: #7B8CFD;
}
.starting {
    background: #7B8CFD;
    width: 176px;
    padding: 7px 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -20px;
    right: 30px;
    font-family: "Noto Sans Hebrew", sans-serif;
	    font-weight: 600;
}
}
.call-ruben {
    text-align: center;
	margin-top: 40px;
}
a.ruben {
    background-color: #7B8CFD;
    font-size: 18px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 15px 15px 15px 15px;
    width: 50%;
	border: none;
	    text-align: center;
    text-decoration: none;
}
span.fourteen {
    color: #7B8CFD;
}
.sec-two ul li {
    padding-bottom: 0px !important;
}
.sec-two b {
    font-weight: 800;
}
.offer-date,.dkk {
    display: flex;
    justify-content: space-between;
	    align-items: center;
}
.offer-date p {
    color: #6478ff;
	 font-family: "Noto Sans Hebrew", sans-serif !important;
    font-size: 16px;
	font-weight: 600;
}
.dkk a:hover {
    background-image: linear-gradient( 122deg, #b5f0ff 0%, #7a8bff 100% ) !important;
    color: #fff;
}
p.dk-price b {
    font-size: 30px;
	font-weight: 800;
	font-family: 'Bakbak One';
}
.dkk a {
    text-decoration: none;
    border: 2px solid #7B8CFD;
    padding: 10px 20px;
    border-radius: 5px;
}
p.date {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto Sans Hebrew", sans-serif !important;
}
ul.sec-three-ul li {
    font-size: 15px !important;
    padding-bottom: 0px !important;
}
.dkk-96 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.sec-five {
    position: relative;
}
span.economyLabel {
    font-family: "Noto Sans Hebrew", sans-serif !important;
}
p.approx {
    margin-bottom: 0px;
    font-size: 16px !important;
    padding-top: 10px;
    font-family: "Noto Sans Hebrew", sans-serif !important;
	font-weight: 400;
}
b.reserve {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.6em;
	color: #000;
}
b.sec-five-b {
    font-size: 19px;
    font-weight: 500;
}
p.sec-five-p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
}
p.red {
    color: #ff0000;
    font-family: "Noto Sans Hebrew", sans-serif !important;
    font-weight: 600;
    font-style: italic;
}
.sidebar.calculation {
    padding: 30px;
}
.image img {
    width: 360px;
    height: 360px;
}
.image {
    margin-bottom: 25px;
}
.img-options {
    display: flex;
    justify-content: space-between;
}
.img-options p {
    margin-bottom: 0px;
    font-family: 'Noto Sans Hebrew' !important;
}
.last-two h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4em;
    font-family: "Bakbak One", sans-serif !important;
    padding-bottom: 15px;
}
ul.growatt-ul,ul.longi-ul {
    padding-left: 0px !important;
}
.last-two b {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3em;
    font-family: 'Noto Sans Hebrew';
}
ul.longi-ul li,ul.growatt-ul li {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
}
ul.last-bullets li {
    list-style: disc;
	padding-bottom: 10px;
	font-size: 15px !important;
}
ul.last-bullets {
    padding-top: 20px;
}
.last-two.last {
    height: 330px !important;
}
p.dk-price {
    margin-left: 20px;
}
#smartMeter span,#wifi span {
    font-weight: 800;
    font-family: 'Noto Sans Hebrew';
}
ul.sec-two-ul {
    padding-left: 0px !important;
}
.popup {
    background-color: #7B8CFD;
    text-align: center;
    color: #fff;
    padding: 25px 35px;
    border-radius: 10px;
    margin-bottom: 30px;
	position: relative;
}
.popup p {
    font-family: 'Noto Sans Hebrew';
    font-size: 16px;
    font-weight: 500;
}
.dkk-96 p {
    font-weight: 400;
}
.close:hover,.close:focus {
 background-image: linear-gradient( 122deg, #b5f0ff 0%, #7a8bff 100% ) !important;
}
.close {
    position: absolute;
    top: -17px;
    right: -14px;
    color: #6478ff;
    font-size: 26px;
    border: none;
    background-color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    box-shadow: 0px 20px 34.5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #6478ff;
	cursor: pointer;
}
button.ruben:hover {
    background-image: linear-gradient( 122deg, #b5f0ff 0%, #7a8bff 100% ) !important;
}
.last-two h2 {
    font-weight: 500;
}