@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'PP Pangram Sans Rounded';
    src: url('../fonts/PPPangramSansRounded-CompactMedium.woff2') format('woff2'),
    url('../fonts/PPPangramSansRounded-CompactMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    ascent-override: 70%;
}


@font-face {
    font-family: 'PP Pangram Sans Rounded Bold';
    src: url('../fonts/PPPangramSansRounded-CompactBold.woff2') format('woff2'),
    url('../fonts/PPPangramSansRounded-CompactBold.woff') format('woff');
    /*font-weight: 100;*/
    font-style: normal;
    font-display: swap;
}


/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

button,
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

/*body, html {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/

body {
    /*font-family: 'Red Hat Display';*/
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}


.main-wrpper {
    height: 100%;
    width: 100%;
    /*    overflow: hidden;*/
}

.detail-main-wrpper {
    overflow: auto;
}

.container {
    max-width: 1262px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

header .topbar {
    background: #08C54F;
    padding: 8px 0;
}

header .topbar .topbar-block {
    position: relative;
}

header .topbar .topbar-block h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    text-align: center;
}

header .topbar .topbar-block h6 a {
    color: #CCFFDF;
    font-weight: 400;
}

header .topbar .topbar-block h6 a span {
    text-decoration: underline;
}

header .topbar .topbar-block .close-icon {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    margin-right: 25px;
}

.navbar-brand img {
    max-width: 100%;
    height: 35px;
}

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 30px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-light .navbar-nav {
    margin: 0;
    align-items: center;
}

.navbar-light .navbar-nav.navbar-nav-right {
    margin: 0 0 0 auto;
}

.navbar-light .navbar-nav li {
    margin-right: 32px;
}

.navbar-light .navbar-nav li.small-right {
    margin-right: 16px;
}

.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #091F41;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-link.call-btn {
    color: #006EFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid #006EFF;
}

.navbar-light .navbar-nav .nav-link.call-btn.blue-button {
    color: #FFFFFF;
    background-color: #006EFF;
}


.navbar-light .navbar-nav .nav-link.call-btn:hover,
.navbar-light .navbar-nav .nav-link.call-btn:focus {
    background: #006EFF;
    color: #fff;
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #006EFF;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #006EFF;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #006EFF;
}

/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: 50px;
    padding: 0;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #344054;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #344054;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* **** End toggler **** */


/* **** Hero **** */
.hero-wrp {
    padding: 48px 0 110px;
    background-image: url("../images/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-wrp .hero-data {
    max-width: 860px;
}

.hero-wrp .hero-data h2 {
    color: #091f41;
    font-family: "PP Pangram Sans Rounded";
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -1.2px;
    margin: 0 0 32px;
}

.hero-wrp .hero-data h2 span {
    color: #006eff;
}

.hero-wrp .hero-data p {
    color: #3c4f6c;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

/* **** End Hero **** */

/* **** Tab Navigation **** */
.tab-navigation-wrp {
    margin-top: -36px;
}

.tab-navigation-wrp ul {
    display: flex;
    align-items: center;
}

.tab-navigation-wrp ul li {
    margin-right: 24px;
}

.tab-navigation-wrp ul li:last-child {
    margin: 0;
}


.tab-navigation-wrp ul li .tab-box {
    border-radius: 22px;
    border: 2.8px solid #d3dcea;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 23px 35px;
    position: relative;
    cursor: pointer;
}

.tab-navigation-wrp ul li .tab-box:hover {
    background: #d3dcea;
}

.tab-navigation-wrp ul li .tab-box:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
}

.tab-navigation-wrp ul li .tab-box input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.tab-navigation-wrp ul li .tab-box h6 {
    color: #6a7c97;
    font-size: 17.783px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.tab-navigation-wrp ul li .tab-box img {
    max-width: 100%;
    margin-right: 12px;
}

.tab-navigation-wrp ul li.selected .tab-box {
    border-radius: 22px;
    border-color: #006eff;
    background: #006eff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tab-navigation-wrp ul li.selected .tab-box:before {
    opacity: 1;
    visibility: visible;
}

.tab-navigation-wrp ul li.selected .tab-box h6 {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tab-navigation-wrp ul li.selected .tab-box img {
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ads-img {
    margin: 48px 0 0;
}

.ads-img img {
    max-width: 100%;
}

/* **** End Tab Navigation **** */

/* **** Preference **** */
.preference-wrp {
    padding: 64px 0;
}

.preference-wrp .row.main-row {
    /*    margin: 0 -30px;*/
}

.preference-wrp .row.main-row .col-md-3.col-sm-12.main-col {
    /*    padding: 0 30px;*/
    width: 20%;
}

.preference-wrp .row.main-row .col-md-9.col-sm-12.main-col {
    /*    padding: 0 30px;*/
    width: 80%;
}

/* **** Preference Sidebar **** */
.preference-sidebar {
    max-width: 231px;
}

.preference-sidebar .sidebar-title h2 {
    color: #213158;
    font-size: 28px;
    font-weight: 400;
    line-height: 39px;
    margin: 0 0 20px;
}

.preference-sidebar .accordion .accordion-item {
    background-color: transparent;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dedfe3;
}

.preference-sidebar .accordion .accordion-item:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.preference-sidebar .accordion .accordion-item .accordion-button {
    color: #213158;
    font-size: 14px;
    padding: 4px 0;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.28px;
    background-color: transparent;
    position: relative;
}

.preference-sidebar .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: unset;
}

.preference-sidebar .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.preference-sidebar .accordion .accordion-item .accordion-button::after {
    display: none;
}

.preference-sidebar .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    color: #213158;
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.preference-sidebar .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
}

.preference-sidebar .accordion .accordion-item .accordion-body {
    padding: 5px 0 0;
}

.preference-sidebar .accordion .accordion-item .accordion-body li {
    margin: 0 0 10px;
}

.preference-sidebar .accordion .accordion-item .accordion-body li:last-child {
    margin: 0;
}

.preference-sidebar .accordion .accordion-item .accordion-body .togglebutton-list {
    padding: 0px 0px 0px 15px;
}

#mobile-filte-btn {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding: 8px 48px;
    border-radius: 34px;
    border: 1px solid #006EFF;
    background: #006EFF;
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 12px;
    display: table;
    width: fit-content;
    display: none;
    z-index: 121;
}

@media (max-width: 540px) {
    #mobile-filte-btn {
        padding: 8px 20px;
    }
}

@media (max-width: 435px) {
    #mobile-filte-btn {
        font-size: 18px;
    }
}

/* **** End Preference **** */

/* **** Toggle **** */
.form-toggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.form-toggle {
    display: flex;
    align-items: center;
}

.form-toggle label {
    cursor: pointer;
    line-height: 18px;
    display: block;
    position: relative;
    padding-left: 40px;
    display: block;
    width: 100%;
}

.form-toggle label:before {
    position: absolute;
    left: 0;
    content: "";
    width: 34px;
    height: 18px;
    border-radius: 9px;
    background: #dbdbdb;
}

.form-toggle label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
    filter: drop-shadow(0px 0.75px 1.5px rgba(16, 24, 40, 0.06)) drop-shadow(0px 0.75px 2.25px rgba(16, 24, 40, 0.1));
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.form-toggle input:checked + label:before {
    background: #006eff;
}

.form-toggle input:checked + label:after {
    left: 17px;
}

/* **** End Toggle **** */

/* **** Form Checkbox **** */
.form-checkbox {
    padding: 0 15px;
}

.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-checkbox label, .form-radiobox label {
    position: relative;
    cursor: pointer;
    color: #344054;
    font-size: 14px;
    line-height: 20px;
    display: block;
}


.form-checkbox label span {
    font-size: 12px;
    color: #006eff;
    letter-spacing: 2.5px;
}

.est .form-checkbox label span {
    color: #fd9e01;
}

.ene-text {
    color: #fd9e01;
    font-weight: bold;
    text-align: right;
    padding-top: 3px;
}

.ene-text2 {
    color: #fd9e01;
    font-weight: bold;
    /*display: none;*/
    padding-top: 3px;
    padding-bottom: 10px;
    font-size: 13px;
}

.ene-text3 {
    color: #fd9e01;
    font-weight: bold;
    display: none;
    padding-top: 3px;
    /*padding-bottom: 10px;*/
    font-size: 13px;
}

.form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d0d5dd;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 2px;
}

.rating-review .form-checkbox label:before {
    border: 1px solid #888888;
}

.rating-review .form-checkbox label.disabled {
    cursor: not-allowed;
}

.rating-review .form-checkbox label.disabled:before {
    border: 1px solid #d0d5dd;
    cursor: not-allowed;
}


.form-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 4px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-checkbox input:checked + label:before {
    border-color: #006eff;
}


.form-radiobox {
    padding: 0 16px;
}

.form-radiobox [type="radio"]:checked,
.form-radiobox [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form-radiobox [type="radio"]:checked + label,
.form-radiobox [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.form-radiobox [type="radio"]:checked + label:before,
.form-radiobox [type="radio"]:not(:checked) + label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d0d5dd;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 2px;
}

.form-radiobox [type="radio"]:checked + label:after,
.form-radiobox [type="radio"]:not(:checked) + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 4px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-radiobox [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

.form-radiobox [type="radio"]:checked + label:before {
    border-color: #0079bf;
}

.form-radiobox [type="radio"]:checked + label:after {
    opacity: 1;
}

/* **** End Form Checkbox **** */

/* ***** preference-block **** */
.preference-block {
}

.preference-block .ads-img {
    margin: 0 0 24px;
}

.preference-block .ads-img img {
    width: 100%;
}

.preference-head {
    margin: 0 0 32px;
}

.preference-head .row {
    align-items: center;
}

.preference-head h2 {
    color: #213158;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 12px;
}

.preference-head h2 span {
    color: #006eff;
    font-weight: 700;
}

.preference-head h3 {
    color: #213158;

    font-size: 20px;
    text-align: right;
    font-weight: 500;
    margin: 0;
}

.preference-head h3 span {
    color: #006eff;
    font-weight: 700;
}

.preference-head ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.preference-head ul li {
    margin-right: 4px;
    color: #344054;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 7px 4px 10px;
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    background: #fff;
}

.preference-head ul li a {
    margin-left: 6px;
    color: #344054;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.preference-head ul li a:hover {
    color: #006eff;
}

.preference-head .btn-preference {
    color: #344054;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-decoration-line: underline;
    display: table;
    margin-left: auto;
}

.preference-head .btn-preference:hover {
    color: #006eff;
}

.preference-box {
    padding: 20px;
    border-radius: 22px;
    border: 3px solid #e3e5f5;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 24px 0px rgba(44, 87, 152, 0.1);
    margin: 0 0 24px;
    display: flex;
    align-items: flex-start;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.preference-box:hover {
    background: rgba(128, 128, 128, 0.1);
    background: #e3ebfb;
}

.preference-box .box-img {
    height: 180px;
    width: 100%;
    min-width: 100%;
    border-radius: 14px;
    border: 1.3px solid rgba(199, 203, 234, 0.5);
    margin-right: 24px;
}

.preference-box .box-img img {
    height: 100%;
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    object-position: center;
}

.preference-box .description-block {
    width: 100%;
}

.preference-box .description-block .col-md-3 {
    width: 22%;
}

.preference-box .description-block .col-md-9 {
    width: 78%;
}

.preference-box .description-block .box-body {
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid #d2dbe9;
}

.preference-box .description-block .box-body .row {
    align-items: center;
}

.preference-box .description-block .box-body h2 {
    font-family: "PP Pangram Sans Rounded Bold";
    color: #091f41;
    font-size: 24px;
    margin: 0 0 6px;
}

.preference-box .description-block .box-body h6 {
    color: #213058;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px;
    display: flex;
    align-items: unset;
}

.preference-box .description-block .box-body h6 i {
    color: #006eff;
    margin: 0 1.5px;
}

.preference-box .description-block .box-body h6.enermio-recenze i {
    color: #fd9e01;
}

.preference-box .description-block .box-body h6.enermio-recenze {
    font-size: 18px;
    padding-bottom: 5px;
}

.preference-box .description-block .box-body h6 span {
    color: #888b9e;
}

.preference-box .description-block .box-body ul {
    display: flex;
    align-items: center;
}

.preference-box .description-block .box-body ul li {
    color: black;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #e3e5f5;
    background: #fff;
    margin-right: 5px;
}

.preference-box .description-block .box-body img {
    max-width: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: 32px;
}

.preference-box .description-block .box-body .mobile-garance-logo {
    display: none;
    width: 69px;
    margin-right: 16px;
}

.photovoltaic-block .mobile-garance-logo {
    display: none;
    width: 69px;
    margin-right: 16px;
}


.preference-box .description-block .list-description li, .detail-desc .list-description li {
    color: #091f41;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 4px;
    padding-left: 20px;
    position: relative;
}


.preference-box .description-block .list-description li:last-child {
    margin: 0;
}

/*.preference-box .description-block .list-description li:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    !*font-family: "Font Awesome 5 Pro";*!*/
/*    font-weight: 900;*/
/*    font-size: 12px;*/
/*    color: #006eff;*/
/*    top: 0;*/
/*    left: 0;*/
/*    -webkit-transform: translate(0, -50%);*/
/*    transform: translate(0, -50%);*/
/*}*/

.preference-box .description-block .box-footer h3 {
    color: #091f41;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.preference-box .description-block .box-footer .button-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.preference-box .description-block .box-footer .button-box li {
    margin-right: 12px;
}

.preference-box .description-block .box-footer .button-box li:last-child {
    margin: 0;
}

.preference-box .description-block .box-footer .button-box li a.btn-text {
    color: #006eff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-decoration: underline;
}

.preference-box .description-block .box-footer .button-box li a.btn-text:hover {
    color: #000;
}

.preference-box .btn-secondary {
    color: #006EFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #006EFF;
    padding: 9px 12px;
    display: table;
}

.preference-box .btn-secondary i {
    margin: 0 8px 0 0;
}

.preference-box .btn-secondary:hover {
    background: #006EFF;
    color: #fff;
}

.preference-box .description-block .box-footer .button-box li .btn-primary {
    border-radius: 14px;
    background: #006eff;
    padding: 12px 10px;
    color: #f5f8fc;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: table;
    border: 0px none;
}

.preference-box .description-block .box-footer .button-box li .btn-detail {
    border-radius: 4px;
    background: transparent;
    padding: 12px 10px;
    color: #091f41;
    width: 140px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 5px;
    display: table;
    margin-top: 5px;
    border: 0px solid #091f41;
    text-decoration: underline;

}

.btn-detail-mobile {
    border-radius: 4px;
    background: transparent;
    padding: 12px 10px;
    color: #091f41;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: table;
    margin-top: 15px;
    border: 1px solid #091f41;
}


.preference-box .description-block .box-footer .button-box li .btn-primary:hover {
    background: #000;
    color: #fff;
}

.preference-box .description-block .box-footer .button-box li .btn-detail:hover {
    background: #000;
    color: #fff;
}

.btn-detail-mobile:hover {
    background: #000;
    color: #fff;
}

.preference-block .btn-primary {
    margin: 0 auto;
}

.mobile-box-show {
    display: none;
}

.mobile-box-show .list-box {
    padding: 16px 0;
    margin: 0 0 16px;
    border-bottom: 1px solid #d2dbe9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-box-show .list-box li {
    margin-right: 4px;
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #e3e5f5;
    background: #fff;
}

.btn-filter {
    border-radius: 22px;
    border: 1px solid #006eff;
    background: #006eff;
    text-align: center;
    padding: 16px 32px;
    margin: 0 0 12px;
    width: 100%;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    display: none;
}

.btn-filter i {
    margin-left: 10px;
}

.preference-sidebar .close-sidebar {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    color: #000000;
}

/* ***** End preference-block **** */

.btn-primary {
    color: #f5f8fc;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    display: table;
    padding: 12px 24px;
    border-radius: 14px;
    background: #006eff;
}

.btn-primary:hover {
    background: #000;
    color: #fff;
}

/* **** Companies **** */
.companies-wrp {
    padding: 64px 0 137px;
}

.companies-wrp .container-fluid {
    padding: 0;
}

.companies-wrp h2 {
    color: #091f41;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0 0 17px;
}

.companies-wrp .slider .slider-box {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e3e5f5;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 24px 0px rgba(44, 87, 152, 0.1);
    display: flex;
    align-items: center;
    margin: 15px 8px;
}

.companies-wrp .slider .slider-box .box-image {
    border-radius: 7.714px;
    border: 0.964px solid rgba(199, 203, 234, 0.5);
    margin-right: 16px;
    height: 61px;
    width: 61px;
    min-width: 61px;
}

.companies-wrp .slider .slider-box .box-image img {
    max-width: 100%;
    border-radius: 7.714px;
}

.companies-wrp .slider .slider-box h3 {
    color: #091f41;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 6px;
}

.companies-wrp .slider .slider-box h6 {
    color: #213058;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.companies-wrp .slider .slider-box h6 i {
    color: #f1b51a;
    margin-right: 5px;
}

.companies-wrp .slider .slider-box h6 span {
    color: #888b9e;
}

.companies-wrp .slider .slick-prev,
.companies-wrp .slider .slick-next {
    position: absolute;
    left: 15%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    top: auto;
    bottom: -50px;
}

.companies-wrp .slider .slick-next {
    left: auto;
    right: 15%;
}

.companies-wrp .slider .slick-prev:before,
.companies-wrp .slider .slick-next:before {
    position: absolute;
    content: "\f060";
    height: 56px;
    width: 56px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    border-radius: 28px;
    border: 1px solid #eaecf0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.companies-wrp .slider .slick-next:before {
    left: auto;
    right: 0;
    content: "\f061";
}

.companies-wrp .slider .slick-prev:hover:before,
.companies-wrp .slider .slick-next:hover:before {
    background-color: #006eff;
    color: #fff;
}

/* **** End Companies **** */

/* **** Work **** */
.work-wrp {
    background-image: url("../images/steps-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 0;
}

.work-wrp h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 600;

    margin: 0 0 64px;
}

.work-wrp .work-block {
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    max-width: 916px;
    height: 516px;
    margin: 0 auto;
    position: relative;
}

.work-wrp .work-block video {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.work-wrp .work-block .play-gif {
    background: rgba(0, 110, 255, 0.05);
    backdrop-filter: blur(8px);
    background: #86afeb;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* **** End Work **** */

/* **** Customers **** */
.customers-wrp {
    padding: 80px 0 116px;
    background: #f5f8fc;
}

.customers-wrp .container {
    max-width: 1026px;
}

.customers-wrp h2 {
    color: #091f41;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin: 0 0 68px;

}

.customers-wrp h2 span {
    color: #006eff;
    font-weight: 700;
}

.customers-wrp .row {
    margin: 0 -32px;
}

.customers-wrp .col-md-4 {
    padding: 0 32px;
}

.customers-wrp .col-md-4:nth-child(2) {
    border: 1px solid #d2dbe9;
    border-top: none;
    border-bottom: none;
}

.customers-wrp .customers-box {
}

.customers-wrp .customers-box img {
    max-width: 100%;
    margin: 0 auto 24px;
}

.customers-wrp .customers-box h5 {
    color: #091f41;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}

.customers-wrp .customers-box h5 span {
    color: #006eff;
}

/* **** End Customers **** */

.titlebar h2 {
    font-family: "PP Pangram Sans Rounded Bold";
    color: #101828;
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0 0 20px;
}

.titlebar p {
    color: #475467;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

/* **** FAQ **** */
.faq-wrp {
    padding: 96px 0;
    background: #fff;
    position: relative;
}

.faq-wrp .message-question-square-img {
    position: absolute;
    left: 0;
    top: 110px;
    left: 32px;
    max-width: 100%;
}

.faq-wrp .message-question-circle-img {
    position: absolute;
    right: 0;
    top: 238px;
    max-width: 100%;
}

.faq-wrp .titlebar {
    margin: 0 0 64px;
}

.faq-wrp .accordion {
    max-width: 768px;
    margin: 0 auto 64px;
}

.faq-wrp .accordion .accordion-item {
    margin: 0 0 24px;
    padding: 0 0 24px;
    border: none;
    border-bottom: 1px solid #eaecf0;
    background-color: transparent;
    border-radius: 0;
}

.faq-wrp .accordion .accordion-item:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.faq-wrp .accordion .accordion-item .accordion-button {
    color: #101828;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    padding: 0 28px 0 0;
    background-color: transparent;
    position: relative;
}

.faq-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #006eff;
}

.faq-wrp .accordion .accordion-item .accordion-button:not(.collapsed):before {
    color: #006eff;
    border-color: #006eff;
}

.faq-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}

.faq-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "";
    background-image: url("../images/minus-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.faq-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    background-image: url("../images/plus-icon.svg");
}

.faq-wrp .accordion .accordion-item .accordion-body {
    padding: 10px 48px 0 0;
}

.faq-wrp .accordion .accordion-item .accordion-body p {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.faq-wrp .faq-block {
    border-radius: 16px;
    background: rgba(0, 110, 255, 0.03);
    padding: 32px;
    text-align: center;
}

.faq-wrp .faq-block img {
    max-width: 100%;
    margin: 0 auto 32px;
}

.faq-wrp .faq-block h3 {
    color: #101828;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 8px;
}

.faq-wrp .faq-block p {
    color: #475467;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 32px;
}

.faq-wrp .faq-block .btn-primary {
    margin: 0 auto;
}

/* **** End FAQ **** */

/* **** Interesting **** */
.interesting-wrp {
    padding: 96px 0;
    background: #fff;
}

.interesting-wrp .container {
    max-width: 1238px;
}

.interesting-wrp .interesting-title {
    margin: 0 0 35px;
}

.interesting-wrp .interesting-title h2 {
    color: #101828;

    font-size: 44px;
    font-weight: 600;
    margin: 0 0 20px;
}

.interesting-wrp .interesting-title p {
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.interesting-wrp .blog-box {
    border-radius: 8px;
    border: 1px solid #e3e5f5;
    padding: 15px;
    margin: 0 0 15px;
}

.interesting-wrp .blog-box .box-img {
    margin: 0 0 21px;
}

.interesting-wrp .blog-box .box-img img {
    width: 100%;
    border-radius: 8px;
}

.interesting-wrp .blog-box h3 {
    color: #101828;

    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    margin: 0 0 8px;
}

.interesting-wrp .blog-box button {
    color: #006eff;
    font-size: 12.55px;
    font-weight: 600;
    line-height: 17.928px;
    text-decoration: underline;
    background: transparent;
    border: none;
}

.interesting-wrp .blog-box button:hover {
    color: #000;
}

.interesting-wrp .blog-box p {
    color: #475467;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.955px;
    margin: 0 0 16px;
}

.interesting-wrp .big-box.blog-box {
    padding: 35px;
    height: calc(100% - 15px);
    margin: 0;
}

.interesting-wrp .big-box.blog-box .box-img {
    margin: 0 0 32px;
}

.interesting-wrp .big-box.blog-box h3 {
    color: #101828;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.607px;
    margin: 0 0 16px;
}

.interesting-wrp .btn-primary {
    margin: 64px auto 0;
}

/* **** End Interesting **** */

/* **** Footer **** */
footer {
    background: #046CFB;
    padding: 56px 0 80px;
}

footer .container {
    max-width: 1076px;
}

footer .foot-logo {
    border-bottom: 1px solid #FFF;
    padding: 0 0 24px;
    margin: 0 0 16px;
}

footer .foot-logo img {
    max-width: 100%;
    margin: 0;
}

footer .footer-block h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.1px;
    margin: 0 0 25px;
}

footer .footer-block .contact-info p {
    color: #8EC2F2;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 25px;
}

footer .footer-block .contact-info ul {
    display: flex;
    align-items: center;
}

footer .footer-block .contact-info ul li {
    margin-right: 20px;
}

footer .footer-block .contact-info ul li:last-child {
    margin: 0;
}

footer .footer-block .contact-info ul li a img {
    max-width: 100%;
}

footer .footer-block .col-md-2 {
    width: 22.22%;
}

footer .footer-block .quicklinks ul li {
    margin: 0 0 10px;
}

footer .footer-block .quicklinks ul li:last-child {
    margin: 0
}

footer .footer-block .quicklinks ul li a {
    color: #8EC2F2;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
}

footer .footer-block .quicklinks ul li a:hover {
    color: #fff;
}

footer .copyright {
    padding: 65px 0 0;
}

footer .copyright ul {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

footer .copyright ul li {
    margin-right: 26px;
}

footer .copyright ul li:last-child {
    margin: 0;
}

footer .copyright p {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin: 0;
}

/* **** End Footer **** */


/* ***** Jobs Page ***** */
.job-banner {
    padding: 100px 0 0;
    position: relative;
    background: #fff url('../images/job-banner-back.png') 0 0 no-repeat;
    background-size: cover;
}

.job-banner h1 {
    font-size: 67px;
    font-weight: bold;

    color: #101828;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 25px;
}

.job-banner h1 span {
    color: #00C752;
    display: block;
}

.job-banner p {
    font-size: 20px;
    font-weight: normal;
    color: #475467;
    text-align: center;
    margin: 0 auto 45px;
}

.job-banner .btn-main {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    background: #0EBB4F;
    max-width: 250px;
    width: 100%;
    margin: 0 auto 65px;
    text-align: center;
    display: table;
}

.job-banner .btn-main:hover {
    background: #101828;
    color: #fff;
}

.job-banner-img img {
    margin: 0 auto;
    width: 100%;
}

.largest-leads-wrp {
    padding: 45px 0 25px;
    background: #20CA60;
    position: relative;
    overflow: hidden;
}

.largest-leads-wrp h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 auto 15px;
}

.largest-leads-wrp.companies-wrp .slider .slick-prev, .largest-leads-wrp.companies-wrp .slider .slick-next {
    display: none !important;
}

.largest-leads-wrp .slider .slider-box {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #E3E5F5;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 2px 24px 0px rgba(44, 87, 152, 0.10);
    display: flex;
    align-items: center;
    margin: 15px 8px;
}

.largest-leads-wrp .slider .slider-box .box-image {
    border-radius: 7.714px;
    border: 0.964px solid rgba(199, 203, 234, 0.50);
    margin-right: 16px;
    height: 61px;
    width: 61px;
    min-width: 61px;
}

.largest-leads-wrp .slider .slider-box .box-image img {
    max-width: 100%;

}

.largest-leads-wrp .slider .slider-box h3 {
    color: #091F41;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 6px;
}

.largest-leads-wrp .slider .slider-box h6 {
    color: #213058;

    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.largest-leads-wrp .slider .slider-box h6 i {
    color: #F1B51A;
    margin-right: 5px;
}

.largest-leads-wrp .slider .slider-box h6 span {
    color: #888B9E;
}

.meet-enermio-wrp {
    padding: 65px 0;
    background: #fff;
}

.job-title {
    margin: 0 auto 65px;
}

.job-title h6 {
    font-size: 16px;
    font-weight: 600;
    color: #00C752;
    text-align: center;
    margin: 0 auto 12px;
}

.job-title h2 {
    font-size: 48px;
    font-weight: 600;
    color: #101828;
    text-align: center;
    margin: 0 auto 20px;
}

.job-title p {
    font-size: 20px;
    font-weight: normal;
    color: #475467;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
}

.meet-box {
    padding: 0 45px 35px;
    background: #F9FAFB;
    border-radius: 15px;
    position: relative;
}

.meet-ic {
    margin: 0 auto -15px;
    display: table;
    position: relative;
    top: -35px;
}

.meet-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #101828;
    text-align: center;
    margin: 0 auto 10px;

}

.meet-box h3 span {
    color: #0FA338;
}

.meet-box p {
    font-size: 16px;
    font-weight: normal;
    color: #475467;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
}

.trusted-supplier-wrp {
    padding: 65px 0;
    background: #fff;
}

.partnbox {
    max-width: 768px;
    border-radius: 10px;
    border: 4px solid #101828;
    background: #FCFCFC;
    margin: 0 auto 80px;
    box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}

.partnbox img {
    width: 100%;
    border-radius: 10px;
}

.trusted-box-nm {
    padding: 24px 15px;
    border-top: 4px solid #F2F4F7;
    cursor: pointer;
}

.trusted-box-nm h4 {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
    text-align: center;
    margin: 0 auto 8px;

}

.trusted-box-nm p {
    font-size: 16px;
    font-weight: normal;
    color: #475467;
    text-align: center;
    line-height: 24px;
    margin: 0;
}

.slider-nav .item.slick-slide.slick-current.slick-active .trusted-box-nm {
    border-color: #00C752;
}

.trusted-supplier-wrp .btn-main {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    background: #0EBB4F;
    max-width: 250px;
    width: 100%;
    margin: 65px auto 0px;
    text-align: center;
    display: table;
}

.trusted-supplier-wrp .btn-main:hover {
    background: #101828;
    color: #fff;
}


.why-enermio-wrp {
    padding: 65px 0;
    background: #fff;
}

.why-row {
    padding: 50px 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.why-img {
    border-radius: 10px 0 0 10px;
    width: 46%;
}

.why-img img {
    width: 100%;
    border-radius: 10px 0 0 10px;
    border: 4px solid #101828;
    border-right: none;
}

.why-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.why-data {
    padding: 0 45px 0 0;
}

.why-data img {
    margin: 0 0 25px;
    width: 50px;
}

.why-data h3 {
    font-size: 30px;
    font-weight: bold;
    color: #101828;
    margin: 0 0 15px;

}

.why-data p {
    font-size: 18px;
    font-weight: 500;
    color: #475467;
    margin: 0 0 30px;
}

.why-data ul {
    padding: 0 0 0 15px;
}

.why-data ul li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 35px;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: #475467;
}

.why-data ul li:before {
    position: absolute;
    content: '';
    background: url('../images/checkic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    top: 5px;
    left: 0;
}

.why-data ul li:last-child {
    margin: 0;
}

.why-enermio-wrp .why-row:nth-child(odd) {
    align-items: flex-start;
    justify-content: flex-start;
}

.why-enermio-wrp .why-row:nth-child(odd) .why-img {
    border-radius: 0 10px 10px 0;
}

.why-enermio-wrp .why-row:nth-child(odd) .why-img img {
    border-radius: 0 10px 10px 0;
    border-left: none;
    border: 4px solid #101828;
}

.why-enermio-wrp .why-row:nth-child(odd) .why-data {
    padding: 0 0px 0 45px;
}

.why-enermio-wrp .btn-main {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    background: #0EBB4F;
    max-width: 250px;
    width: 100%;
    margin: 45px auto 0px;
    text-align: center;
    display: table;
}

.why-enermio-wrp .btn-main:hover {
    background: #101828;
    color: #fff;
}

.satisfied-partners-wrp {
    padding: 65px 0 150px;
    position: relative;
    background: #fff;
}

.satisfied-partners-wrp .job-title p,
.satisfied-partners-wrp .job-title h2 {
    text-align: left;
}

.satisfied-partners-box {
    background: #0FA338;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.test-data {
    width: 60%;
    padding: 60px;
}

.test-imgbox {
    width: 40%;
}

.test-imgbox img {
    width: 100%;
}

.test-data .raitingbx {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}

.test-data .raitingbx i {
    color: #FEC84B;
    font-size: 18px;
    margin-right: 5px;
}

.test-data .raitingbx i:last-child {
    margin: 0;
}

.test-data h3 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 30px;
}

.test-data h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 15px;
}

.test-data h4:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.test-data h6 {
    font-size: 16px;
    font-weight: normal;
    color: #85FFA7;
    margin: 0;
}

.satisfied-partners-wrp .slick-prev,
.satisfied-partners-wrp .slick-next {
    position: absolute;
    left: 75px;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    bottom: -80px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.satisfied-partners-wrp .slick-prev:before,
.satisfied-partners-wrp .slick-next:before {
    width: 55px;
    height: 55px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #667085;
    background: #fff;
    border: 1px solid #EAECF0;
    font-weight: 400;
    line-height: 53px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.satisfied-partners-wrp .slick-prev {
    left: 0;
}

.satisfied-partners-wrp .slick-prev:before {
    content: "\f053";
}

.satisfied-partners-wrp .slick-prev:hover:before,
.satisfied-partners-wrp .slick-next:hover:before {
    color: #fff;
    background: #0FA338;
    border-color: #0FA338;
}


.trusted-box-slider .slick-prev,
.trusted-box-slider .slick-next {
    position: absolute;
    right: 0;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.trusted-box-slider .slick-prev:before,
.trusted-box-slider .slick-next:before {
    width: 35px;
    height: 35px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #667085;
    background: #fff;
    border: 1px solid #EAECF0;
    font-weight: 400;
    line-height: 33px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.trusted-box-slider .slick-prev {
    left: 0;
    right: auto;
}

.trusted-box-slider .slick-prev:before {
    content: "\f053";
}

.trusted-box-slider .slick-prev:hover:before,
.trusted-box-slider .slick-next:hover:before {
    color: #fff;
    background: #0FA338;
    border-color: #0FA338;
}

.register-wrp {
    padding: 60px 0;
    background: #fff;
}

.register-wrp .container {
    max-width: 620px;
}

.register-wrp h2 {
    font-size: 36px;
    font-weight: 600;
    color: #101828;
    margin: 0 0 20px;
}

.register-wrp p {
    font-size: 18px;
    font-weight: normal;
    color: #475467;
    line-height: 30px;
    margin: 0 0 45px;
}

.register-wrp .form-group {
    margin: 0 0 25px;
    position: relative;
}

.register-wrp .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #344054;
    margin: 0 0 5px;
}

.register-wrp .form-group .form-control {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    height: auto;
    box-shadow: none;
    font-size: 15px;
    color: #111;
    font-weight: normal;
}

.register-wrp .form-group .inputtel {
    position: relative;
}

.register-wrp .form-group .inputtel .form-control {
    position: relative;
    padding: 10px 15px 10px 80px;
}

.register-wrp .form-group .inputtel select {
    font-size: 16px;
    font-weight: normal;
    color: #101828;
    background: transparent;
    border: none;
    outline: none !important;
    padding: 0 20px 0 10px;
    -webkit-appearance: none;
    background-image: url('../images/downic.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 0px;
    position: absolute;
    top: 10px;
    left: 0px;
}

.register-wrp .btn-main {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    background: #0EBB4F;
    width: 100%;
    border: none;
    line-height: 24px;
    text-align: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.register-wrp .btn-main:hover {
    background: #101828;
    color: #fff;
}

.cust-bx {
    margin: 0px 0 35px;
}

.cust-bx .styled-checkbox {
    position: absolute;
    opacity: 0;
}

.cust-bx .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    margin: 0;
    color: #475467;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.cust-bx .styled-checkbox + label a {
    text-decoration: underline;
    color: #475467;
    margin-left: 5px;
}

.cust-bx .styled-checkbox + label a:hover {
    color: #0EBB4F;
}

.cust-bx .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #D0D5DD;
}

.cust-bx .styled-checkbox:checked + label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0px;
    top: 0;
    background: #0EBB4F;
    border-radius: 5px;
    border: 1px solid #0EBB4F;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    width: 25px;
    text-align: center;
    height: 25px;
}

#singinpop {
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(4px);
    opacity: 1;
}

#singinpop .modal-dialog {
    max-width: 440px;
    width: 100%;
}

#singinpop .modal-content {
    padding: 30px 40px;
    background: #fff;
    border-radius: 12px;
    border: none;
    box-shadow: none;
}

.singin-blocks img {
    height: 30px;
    margin: 0 auto 25px;
}

.singin-blocks h3 {
    font-size: 24px;
    font-weight: 600;
    color: #101828;
    text-align: center;

    margin: 0 auto 25px;
}

.singin-blocks .form-group {
    margin: 0 0 20px;
    position: relative;
}

.singin-blocks .form-group .form-control {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    height: auto;
    box-shadow: none;
    font-size: 15px;
    color: #111;
    font-weight: normal;
}

.singin-blocks button {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    background: #0EBB4F;
    width: 100%;
    border: none;
    line-height: 24px;
    margin: 0 0 15px;
    text-align: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.singin-blocks button.btn-secondary:hover,
.singin-blocks button:hover {
    background: #101828;
    color: #fff;
}

.singin-blocks button.btn-secondary {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #344054;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    border: 1px solid #D0D5DD;
    line-height: 24px;
    margin: 0;
    text-align: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

/* ***** End Jobs Page ***** */


/* **** Detail Page **** */
.energy-header {
    background: #046CFB;
    padding: 15px 0;
    position: sticky;
    /*    position: -webkit-sticky;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 121;
}

.energy-header .energy-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.energy-header .energy-head h4 {
    color: #FFF;

    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}

.energy-header .energy-head h6 {
    color: #FFF;

    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px;
}

.energy-header .energy-head h6.sc-enrecenze {
    font-size: 20px;
}

.energy-header .energy-head h6 i {
    color: #ffffff;
    margin-left: 2px;
}

.energy-header .energy-head h6.sc-enrecenze i {
    color: #fd9e01;
}

.energy-header .energy-head h6 span {
    color: #C3C5D9;
    margin-left: 2px;
}

.energy-header .energy-head .user-bpx {
    display: flex;
    align-items: center;
}

.energy-header .energy-head .user-bpx .iconge {
    max-width: 100%;
    margin-right: 16px;
    min-height: 70px;
}

.energy-header .energy-head .navbar-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.energy-header .energy-head .navbar-links li {
    margin-right: 48px;
}

.energy-header .energy-head .navbar-links li:last-child {
    margin: 0;
}

.energy-header .energy-head .navbar-links li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.offer-block-wrp h3 {
    font-size: 20px;
    font-weight: 300;
    color: #091F41;
    text-align: center;
    margin: 0 auto 15px;
}

.offer-block-wrp h2 {
    color: #091F41;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    margin: 0 auto 30px;
}

.offer-block-wrp h2 span {
    color: #006EFF;
}

/* **** End Detail Page **** */


.energy-wrp {
    padding: 56px 0 46px;
    background: #fff;
}

.energy-wrp .preference-box {
    padding: 0;
    border: none;
    box-shadow: none;
}

.energy-wrp .preference-box .box-footer .row {
    align-items: flex-end;
}


/* **** About Energy ***** */
.about-energy {
    padding: 144px 0;
    background: #fff;
}

.about-energy h2 {
    color: #091F41;

    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0 0 24px;
}

.about-energy img {
    max-width: 100%;
}

.about-energy p {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 505px;
    margin: 0;
}

.about-energy .btn-primary {
    margin: 30px auto 0;
    display: table;
}

/* **** End About Energy ***** */


/* **** count **** */
.count-wrp {
    padding: 64px 0;
}

.count-wrp .container {
    max-width: 1275px;
}

.count-wrp h2 {
    color: #091F41;
    text-align: center;

    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    margin: 0 0 56px;
}

.count-wrp .row {
    margin: 0 -32px;
}

.count-wrp .col-md-3 {
    padding: 0 32px;
    border-right: 1px solid #D2DBE9;
}

.count-wrp .col-md-3:last-child {
    border: none;
}

.count-box h3 {
    color: #091F41;
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 24px;
}

.count-box h4 {
    color: #006EFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.8px;
    margin: 0 0 24px;
}

.count-box img {
    max-width: 100%;
    margin: 0 auto;
}

/* **** End count **** */


/* **** Reference projects **** */
.reference-project-wrp {
    padding: 64px 0 111px;
    background: #fff;
    overflow: hidden;
}

.reference-project-wrp .titlebar {
    margin: 0 0 64px;
}

.reference-project-wrp .titlebar h2 {
    text-align: left;
    margin: 0;
}

.reference-project-wrp .project-slider .slider-box {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #E1E1E1;
}

.reference-project-wrp .slick-slide {
    margin: 0 16px;
}

.reference-project-wrp .slick-list {
    margin: 0 -16px;
}

.reference-project-wrp .slider-box .box-image {
    margin: 0 0 24px;
}

.reference-project-wrp .slider-box .box-image img {
    border-radius: 8px;
}

.reference-project-wrp .slider-box h6 {
    color: #006EFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 8px;
}

.reference-project-wrp .slider-box h3 {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 24px;
}

.reference-project-wrp .slider-box ul {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

.reference-project-wrp .slider-box ul li {
    margin-right: 8px;
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 4px;
    border: 1px solid #E3E5F5;
    background: #FFF;
    padding: 3px 8px;
}

.reference-project-wrp .slider-box .btn-txt {
    color: #006EFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: underline;
    background: transparent;
    border: none;
}

.reference-project-wrp .slider-box .btn-txt:hover {
    color: #000;
}

.reference-project-wrp .slick-prev,
.reference-project-wrp .slick-next {
    position: absolute;
    left: 15%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    top: auto;
    bottom: -50px;
}

.reference-project-wrp .slick-next {
    left: auto;
    right: 15%;
}

.reference-project-wrp .slick-prev:before,
.reference-project-wrp .slick-next:before {
    position: absolute;
    content: "\f060";
    height: 56px;
    width: 56px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    border-radius: 28px;
    border: 1px solid #eaecf0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.reference-project-wrp .slick-next:before {
    left: auto;
    right: 0;
    content: "\f061";
}

.reference-project-wrp .slick-prev:hover:before,
.reference-project-wrp .slick-next:hover:before {
    background-color: #006eff;
    color: #fff;
}

/* **** End Reference projects **** */


/* **** Company **** */
.company-wrp {
    padding: 64px 0;
    background: #fff;
}

.company-wrp .container {
    max-width: 1275px;
}

.company-wrp .titlebar {
    margin: 0 0 70px;
}

.company-wrp .titlebar h2 {
    text-align: left;
}

.company-wrp .col-md-5 {
    width: 45%;
}

.company-wrp .col-md-4 {
    width: 30%;
}

.company-wrp .col-md-3 {
    width: 25%;
}

.company-wrp .company-box a {
    display: block;
    margin: 0 0 30px;
}

.company-wrp .company-box a img {
    border-radius: 8px;
    width: 100%;
}


.company-wrp .mobile-com {
    display: none;
}

.com-img img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}

.mobile-com .slick-prev,
.mobile-com .slick-next {
    position: absolute;
    left: 0%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    top: auto;
    bottom: -50px;
}

.mobile-com .slick-next {
    left: auto;
    right: 0%;
}

.mobile-com button.slick-arrow.slick-disabled {
    display: none !important;
}

.mobile-com .slick-prev:before,
.mobile-com .slick-next:before {
    position: absolute;
    content: "\f060";
    height: 56px;
    width: 56px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    border-radius: 28px;
    border: 1px solid #eaecf0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mobile-com .slick-next:before {
    left: auto;
    right: 0;
    content: "\f061";
}

.mobile-com .slick-prev:hover:before,
.mobile-com .slick-next:hover:before {
    background-color: #006eff;
    color: #fff;
}

/* **** End Company **** */


/* **** Features **** */
.features-wrp {
    padding: 96px 0;
    background: #F9FAFB;
}

.features-wrp .container {
    max-width: 1246px;
}

.features-wrp .features-box {
    text-align: center;
}

.features-wrp .features-box .feature-img {
    border-radius: 10px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    height: 100px;
    width: 100px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-wrp .features-box .feature-img img {
    max-width: 100%;
}

.features-wrp .features-box h3 {
    color: #101828;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 8px;
}

.features-wrp .features-box p {
    color: #475467;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

/* **** End Features **** */


/* **** articles-slider **** */
.articles-slider-wrp {
    padding: 64px 0 175px;
    background: #fff;
}

.articles-slider-wrp .titlebar {
    margin: 0 0 64px;
}

.articles-slider-wrp .titlebar h2 {
    text-align: center;
    margin: 0;
}

.articles-slider-wrp .slider-box {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #E1E1E1;
}

.articles-slider-wrp .slick-slide {
    margin: 0 16px;
}

.articles-slider-wrp .slick-list {
    margin: 0 -16px;
}

.articles-slider-wrp .slider-box .box-image {
    margin: 0 0 24px;
}

.articles-slider-wrp .slider-box .box-image img {
    width: 100%;
    border-radius: 8px;
}

.articles-slider-wrp .slider-box h6 {
    color: #101828;
    font-size: 17.928px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.685px;
    margin: 0 0 8px;
}

.articles-slider-wrp .slider-box .btn-txt {
    color: #006EFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: underline;
    background: transparent;
    border: none;
}

.articles-slider-wrp .slider-box .btn-txt:hover {
    color: #000;
}

.articles-slider-wrp .slick-prev,
.articles-slider-wrp .slick-next {
    position: absolute;
    left: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    top: auto;
    bottom: -50px;
}

.articles-slider-wrp .slick-next {
    left: auto;
    right: 0;
}

.articles-slider-wrp button.slick-arrow.slick-disabled {
    display: none !important;
}

.articles-slider-wrp .slick-prev:before,
.articles-slider-wrp .slick-next:before {
    position: absolute;
    content: "\f060";
    height: 56px;
    width: 56px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    border-radius: 28px;
    border: 1px solid #eaecf0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.articles-slider-wrp .slick-next:before {
    left: auto;
    right: 0;
    content: "\f061";
}

.articles-slider-wrp .slick-prev:hover:before,
.articles-slider-wrp .slick-next:hover:before {
    background-color: #006eff;
    color: #fff;
}

/* **** End articles-slider **** */


/* **** brands **** */
.brands-wrp {
    padding: 64px 0;
    overflow: hidden;
}

.brands-wrp h2 {
    color: #091F41;
    text-align: center;

    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0 0 32px;
}

.brands-wrp .slick-slide {
    margin: 0 12px;
}

.brands-wrp .slick-list {
    margin: 0 -12px;
}

.brands-wrp .slider-box {
    border-radius: 8px;
    border: 1px solid #E4E4E7;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #E4E4E7;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-wrp .slider-box img {
    max-width: 100%;
}

/* **** End brands **** */


/* **** Rating **** */
.rating-wrp {
    padding: 64px 0 52px;
    background: #fff;
}

.rating-wrp .rating-title {
    margin: 0 0 60px;
}

.rating-wrp .rating-title h2 {
    color: #091F41;

    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.72px;
    margin: 0 0 12px;
}

.rating-wrp .rating-title h6 {
    color: #213058;

    font-size: 20px;
    font-weight: 400;
    margin: 0 0 24px;
}

.rating-wrp .rating-title h6 i {
    color: #F1B51A;
    margin: 0 4px 0 0;
}

.rating-wrp .rating-title h6 span {
    color: #C3C5D9;
    font-size: 14px;
    font-weight: 400;
}

.rating-wrp .rating-title h5 {
    color: #949ABE;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    margin: 0;
}

.rating-wrp .rating-title h5 a {
    color: #006EFF;
    text-decoration: underline;
}

.rating-wrp .nav-tabs {
    border: none;
}

.rating-wrp .nav-tabs li {
    margin: 0;
}

.rating-wrp .nav-tabs li .nav-link {
    color: #213158;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 20px 24px;
    border-radius: 0;
    border: 2px solid transparent;
    border-bottom: none;
    margin-bottom: -2px;
}

.rating-wrp .nav-tabs li .nav-link.active {
    border-color: #006EFF;
    background: #F8F9FF;
    color: #2E2E2E;
    font-size: 13px;
    font-weight: 700;
}

.rating-wrp .tab-pane {
    border: 2px solid #006EFF;
    background: #F8F9FF;
    box-shadow: 0px 2px 32px 0px rgba(44, 87, 152, 0.10);
    padding: 25px 50px;
}

.rating-wrp #tab2-tab.active,
.rating-wrp #tab2 {
    border-color: #12EA63 !important;
}

.rating-wrp #tab3-tab.active,
.rating-wrp #tab3 {
    border-color: #314D98 !important;
}

.rating-wrp .positive-filter {
    padding: 0 0 35px;
}

.rating-wrp .positive-filter ul {
    display: flex;
    align-items: center;
}

.rating-wrp .positive-filter ul li {
    margin-right: 5px;
}

.rating-wrp .positive-filter ul li:last-child {
    margin: 0;
}

.rating-wrp .positive-filter ul li a {
    color: #213158;

    font-size: 10.336px;
    font-weight: 700;
    letter-spacing: 0.517px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 3.18px;
}

.rating-wrp .positive-filter ul li a:hover,
.rating-wrp .positive-filter ul li a.active {
    color: #fff;
    background: #A4AACE;
    box-shadow: 0px 2.3851590156555176px 9.54063606262207px 0px rgba(0, 0, 0, 0.12);
}

.reting-block {
    border: 1px solid #E3E5F5;
    background: #FFF;
    box-shadow: 0px 2px 32px 0px rgba(44, 87, 152, 0.10);
    padding: 35px 50px;
    margin: 0 0 55px;
}

.reting-block .reting-head {
    margin: 0 0 25px;
}

.reting-block .reting-head ul {
    display: flex;
}

.reting-block .reting-head ul li {
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
}

.reting-block .reting-head ul li .user-img {
    height: 58px;
    width: 58px;
    border-radius: 100%;
    margin: 0 auto;
    display: none;
}

.reting-block .reting-head ul li h5.mobline {
    display: none;
}

.reting-block .reting-head ul li:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 1px;
    background: #E3E5F5;
    right: 0;
    top: 0;
}

.reting-block .reting-head ul li:last-child {
    margin: 0;
    padding: 0;
}

.reting-block .reting-head ul li:last-child:before {
    display: none;
}

.reting-block .reting-head h4 {
    color: #213058;

    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.36px;
    margin: 0 0 10px;
}

.reting-block .reting-head h6 {
    color: #213058;

    font-size: 18px;
    font-weight: 400;
    margin: 0 0 24px;
}

.reting-block .reting-head h6 i {
    color: #F1B51A;
    margin: 0 4px 0 0;
}

.reting-block .reting-head h6 span {
    color: #888B9E;
    font-size: 12px;
    font-weight: 400;
}

.reting-block .reting-head ul h5 {
    color: #213058;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
    margin: 0;
    text-align: left;
}

.reting-block .reting-head h5 {
    color: #213058;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.reting-block .description {
    margin: 0 0 22px;
}

.reting-block .description p {
    color: #213058;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    max-width: 875px;
    margin: 0 0 45px;
}

.reting-block .description ul {
    margin: 0 0 40px;
}

.reting-block .description ul li {
    color: #213058;
    font-size: 16px;
    font-weight: 400;
    line-height: 29.5px;
    letter-spacing: -0.32px;
    padding-left: 30px;
    max-width: 452px;
    position: relative;
}

.reting-block .description ul li:before {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    background: #C5FBD4;
    height: 21px;
    width: 21px;
    font-size: 12px;
    color: #0FA338;
    left: 0;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.reting-block .description ul.failure li:before {
    background: #FBC5C5;
    color: #FF4F4F;
}

.reting-block .description .rating-img img {
    width: 100%;
    border-radius: 8px;
}

.reting-block .comments-block {

}

.reting-block .comments-block h2 {
    color: #213058;

    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.36px;
    padding: 0 0 14px;
    margin: 0 0 23px;
    border-bottom: 1px solid #D2DBE9;
}

.comments-list {
    padding-left: 60px;
}

.comments-list .comments-box {
    border-left: 2px solid #006EFF;
    background: #fff;
    box-shadow: 0px 2px 24px 0px rgba(44, 87, 152, 0.10);
    padding: 12px 24px;
    max-width: 728px;
    margin-bottom: 16px;
}

.comments-list .comments-box .user-bpx {
    padding: 0 0 12px;
    margin: 0 0 16px;
    border-bottom: 1px solid #D2DBE9;
}

.comments-list .comments-box .user-bpx .user-name {
    display: flex;
    align-items: flex-start;
}

.comments-list .comments-box .user-bpx img {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin-right: 16px;
}

.comments-list .comments-box .user-bpx h3 {
    color: #091F41;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.comments-list .comments-box .user-bpx h3 span {
    display: block;
    font-weight: 400;
}

.comments-list .comments-box h4 {
    color: #091F41;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.comments-list .comments-box p {
    color: #091F41;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.comments-box.success {
    border-color: #20CA60;
    margin: 0 auto;
}

.tab-footer {
    position: relative;
}

.tab-footer .btn-primary {
    margin: 0 auto;
}

.tab-footer ul {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tab-footer ul li {
    margin-right: 2px;
}

.tab-footer ul li:last-child {
    margin: 0;
}

.tab-footer ul li a {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    background: #F9FAFB;
    color: #1D2939;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-footer ul li a:hover {
    background: #006EFF;
    color: #fff;
}

/* **** End Rating **** */


/* **** offerModal **** */
.offer-modal {
    background: rgba(9, 31, 65, 0.6);
    backdrop-filter: blur(12px);
}

.offer-modal .modal-dialog {
    max-width: 730px;
    width: 100%;
}

.offer-modal .modal-dialog.modal-exit {
    max-width: 800px;
}

.offer-modal .modal-dialog .modal-content {
    padding: 100px 60px 80px;
    border-radius: 8px;
    border: none;
    position: relative;
}

.offer-modal .modal-dialog.modal-exit .modal-content {
    padding: 32px;
    border-radius: 22px;
}

#offerModal3 .reger-box h2 {
    font-size: 48px;
    font-weight: bold;
    color: #091F41;
    text-align: center;
    margin: 30px auto 15px;
}

#offerModal3 .reger-box h2 {
    color: black;
}

#offerModal3 .reger-box h2 span {
    color: #2B4BF2;
}

#offerModal3 .reger-box h3 {
    color: #8A8C8F;
    font-size: 25px;
    padding: 0 0 20px 0;
    text-align: center;
}

.reger-box .form-group {
    margin: 0 0 25px;
    position: relative;
}

.reger-box .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #344054;
    margin: 0 0 5px;
}

.reger-box .form-group .form-control {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    height: auto;
    box-shadow: none;
    font-size: 15px;
    color: #111;
    font-weight: normal;
}


.reger-box .form-group .inputtel {
    position: relative;
}

.reger-box .form-group .inputtel .form-control {
    position: relative;
    padding: 10px 15px 10px 80px;
}

#offerModal3 .reger-box .form-group .form-control {
    padding: 10px 15px 10px 97px;
    border-radius: 22px;
    border: 1px solid #2B4BF2;
    height: auto;
    box-shadow: none;
    font-size: 25px;
    color: #000;
    font-weight: normal;
}


.reger-box .form-group .inputtel select {
    font-size: 16px;
    font-weight: normal;
    color: #101828;
    background: transparent;
    border: none;
    outline: none !important;
    padding: 0 20px 0 10px;
    -webkit-appearance: none;
    background-image: url('../images/downic.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 0px;
    position: absolute;
    top: 10px;
    left: 0px;
}

#offerModal3 .reger-box .form-group .inputtel select {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    background: transparent;
    border: none;
    outline: none !important;
    padding: 0 20px 0 15px;
    -webkit-appearance: none;
    background-image: url('../images/downic.svg');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center right 0px;
    position: absolute;
    top: 13px;
    left: 0px;
}

.reger-box .btn-main {
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    background: #006EFF;
    width: 100%;
    border: none;
    line-height: 24px;
    text-align: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.reger-box .btn-main {
    background: #2B4BF2;
    border-radius: 12px;
}

.reger-box .btn-main:hover {
    background: #101828;
    color: #fff;
}

.reger-box p {
    font-size: 14px;
    font-weight: normal;
    color: #6A7C97;
    line-height: 22px;
    max-width: 500px;
    margin: 35px auto 0;
    text-align: center;
}

button.btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #6A7C97;
    font-size: 24px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.offer-block-wrp h6 {
    font-size: 16px;
    font-weight: bold;
    color: #006EFF;
    text-align: center;
    margin: 0 0 15px;
}

.offer-block-wrp h6 i {
    margin-left: 5px;
    color: #ADB8CD;
}

/*.progerss-bar{
    position: relative;
    width: 100%;
    background: #D6E0EF;
    height: 30px;
    border-radius: 30px;
}*/
.progress-row {
    position: relative;
}

.progress-row .progress {
    position: relative;
    width: 100%;
    background: #D6E0EF;
    height: 30px;
    border-radius: 30px;
}

.progress-row .progress .progress-bar,
.prpgress-repo {
    height: 30px;
    border-radius: 30px;
    background: #20CA60;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.point-rw {
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    z-index: 1;
}

.point-rw ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
}

.point-rw ul li {
    width: 33.33%;
}

.point-rw ul li span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
}

.point-rw ul li:nth-child(2) span {
    margin: 0 auto;
}

.point-rw ul li:last-child span {
    float: right;
}

.pointnmrw {
    padding: 15px 0 0;
}

.pointnmrw ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pointnmrw ul li {
    width: 33.33%;
}

.pointnmrw ul li p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.pointnmrw ul li:nth-child(2) p {
    text-align: center;
}

.pointnmrw ul li:last-child p {
    text-align: right;
}

.offer-block-wrp .btn-primary {
    display: block;
    text-align: center;
    width: 100%;
    margin: 35px 0 15px;
}

.rait-place-rw ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.rait-place-rw ul li {
    width: 20%;
    padding: 7px;
}

.rait-place-rw ul li a {
    display: block;
    border-radius: 5.425px;
    border: 0.452px solid rgba(199, 203, 234, 0.50);
    padding: 10px 10px 15px;
}

.rait-place-rw ul li a img {
    margin: 0 auto 10px;
}

.rait-place-rw ul li a h6 {
    color: #213058;

    font-size: 8px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
}

.rait-place-rw ul li a h6 i {
    color: #f1b51a;
    font-size: 8px;
    margin: 0;
}

.progress-row h4 {
    text-align: center;
    margin: 35px auto 0;
    font-size: 14px;
    font-weight: normal;
    color: #6A7C97;
    line-height: 22px;
    max-width: 440px;
}

/* **** End offerModal **** */


/* ***** Blog Page ***** */
header.bg-two {
    background: #F5F8FC;
}

.blog-wrpper {
    padding: 0 0 100px;
    background: #fff;
}

.blog-wrpper h1 {
    font-size: 60px;
    font-family: "PP Pangram Sans Rounded Bold";
    color: #101828;
    text-align: center;
    margin: 0 0 40px;
    padding: 30px 0 0;
}

.blog-box {
    max-width: 1090px;
    margin: 0 auto;
}

.blog-tabs {
    margin: 0 0 30px;
}

.blog-tabs .nav-tabs {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}

.blog-tabs .nav-tabs li {
    margin-right: 15px;
}

.blog-tabs .nav-tabs li:last-child {
    margin: 0;
}

.blog-tabs .nav-tabs li a {
    font-size: 16px;
    font-weight: 600;
    color: #667085;
    padding: 8px 15px;
    border: none;
    display: block;
    border-radius: 6px;
}

.blog-tabs .nav-tabs .nav-item.show .nav-link, .blog-tabs .nav-tabs .nav-link.active {
    background: #D8E9FF;
    color: #344054;
}

.blog-tabs .tab-content {
    background: #013B94;
    border-radius: 20px;
    padding: 30px;
}

.blog-img img {
    width: 100%;
    border-radius: 3px;
}

.blog-title {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.blog-title span {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #344054;
    background: #D8E9FF;
    border-radius: 4px;
}

.blog-title h6 {
    font-size: 14px;
    font-weight: 600;
    color: #A4CBFF;
    margin: 0 0 0 auto;
}

.blog-data h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
}

.blog-data p {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    margin: 0 0 15px;
}

.blog-data button {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    display: table;
    background: transparent;
    border: none;
}

.blog-data button:hover {
    opacity: 0.60;
}

.blog-latestrow .row {
    align-items: center;
}

.blog-box-lst {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #E3E5F5;
    margin: 0 0 30px;
}

.blog-box-lst .row {
    align-items: center;
}

.blog-smimg img {
    width: 100%;
    border-radius: 8px;
}

.blog-box-lst .blog-title {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.blog-box-lst .blog-title span {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #344054;
    background: transparent;
    border: 1px solid #E3E5F5;
    border-radius: 4px;
}

.blog-box-lst .blog-title h6 {
    font-size: 14px;
    font-weight: 600;
    color: #101828;
    margin: 0 0 0 auto;
}

.blog-box-lst .blog-data h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #101828;
    margin: 0 0 15px;
}

.blog-box-lst .blog-data h4 {
    font-size: 10px;
    font-weight: 500;
    color: #213058;
    margin: 0 0 10px;
}

.blog-box-lst .blog-data p {
    font-size: 14px;
    font-weight: normal;
    color: #475467;
    line-height: 26px;
    margin: 0 0 15px;
}

.blog-box-lst .blog-data button {
    font-size: 14px;
    font-weight: 600;
    color: #006EFF;
    text-decoration: underline;
    display: table;
}

.blog-box-lst .blog-data button:hover {
    color: #111;
    opacity: 1;
}

.add-banner {
    border-radius: 8px;
    border: 1px solid #E3E5F5;
    margin: 0 0 30px;
}

.add-banner img {
    border-radius: 8px;
    width: 100%;
}

.pager-rw {
    padding: 20px 0;
    border-top: 1px solid #EAECF0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pager-rw a.leftbtn {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #475467;
}

.pager-rw a.leftbtn i {
    margin-right: 10px;
}

.pager-rw a.rightbtn i {
    margin: 0 0 0 10px;
}

.pager-rw a.leftbtn:hover {
    color: #006EFF;
}

.pager-rw ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager-rw ul li a {
    margin-right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #475467;
    display: block;
}

.pager-rw ul li.active a {
    background: #F9FAFB;
    color: #1D2939;
}

.subscribebox {
    padding: 32px;
    background: #D8E9FF;
    border-radius: 15px;
    margin: 0 0 45px;
}

.subscribebox i {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #EAECF0;
    margin: 0 0 25px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: #344054;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.subscribebox h3 {
    font-size: 24px;
    font-weight: 600;
    color: #101828;
    margin: 0 0 30px;
    line-height: 32px;
}

.subfrm .form-control {
    font-size: 16px;
    font-weight: normal;
    color: #667085;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    height: auto;
    box-shadow: none;
    margin: 0 0 5px;
}

.subfrm p {
    font-size: 14px;
    font-weight: normal;
    color: #475467;
    line-height: 22px;
    margin: 0 0 15px;
}

.subfrm p a {
    color: #475467;
    text-decoration: underline;
}

.subfrm button {
    background: #006EFF;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    text-align: center;
    width: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.subfrm button:hover {
    background: #101828;
    color: #fff;
}


.blog-detailswrp {
    padding: 65px 0 45px;
    background: #fff;
}

.blog-detailswrphead {
    margin: 0 0 80px;
}

.blog-detailswrphead h1 {
    font-size: 48px;
    font-weight: 600;
    color: #101828;
    margin: 0 0 25px;
    line-height: 60px;
    /*text-decoration: underline;*/
}

.blog-detailswrphead .row {
    align-items: center;
}

.blog-detailswrphead h6 {
    font-size: 14px;
    font-weight: normal;
    color: #213058;
    margin: 0;
    /*text-decoration: underline;*/
}

.blog-detailswrphead h6 span {
    font-weight: 600;
    margin-left: 10px;
}

.blog-detailswrphead ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-detailswrphead ul li {
    margin-right: 10px;
}

.blog-detailswrphead ul li:last-child {
    margin: 0;
}

.blog-detailswrphead ul li a {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #E3E5F5;
    font-size: 14px;
    font-weight: 500;
    color: #344054;
    display: block;
    margin-right: 10px;
    text-decoration: underline;
    display: table;
}

.blog-detailswrphead p {
    margin: 25px 0 0;
    font-size: 24px;
    font-weight: 600;
    color: #101828;
    line-height: 30px;
    /*text-decoration: underline;*/
}


.blog-detailswrp .blog-box {
    max-width: 1130px;
}

.coverimg {
    margin: 0 0 65px;
}

.coverimg img {
    width: 100%;
    border-radius: 8px;
    margin: 0 0 15px;
}

.coverimg h6 {
    font-size: 14px;
    font-weight: normal;
    color: #475467;
    margin: 0;
}

.coverimg h6 a {
    color: #475467;
    text-decoration: underline;
}

.coverimg h6 i {
    margin-right: 5px;
}

.detailswrp-inbx h2 {
    font-size: 30px;
    font-weight: 600;
    color: #101828;
    margin: 0 0 20px;
}

.detailswrp-inbx p {
    font-size: 18px;
    font-weight: normal;
    color: #475467;
    line-height: 28px;
    margin: 0 0 25px;
}

.add-bannerpost {
    padding: 15px 25px;
    background: #013B94;
    border-radius: 12px;
    margin: 0 0 35px;
}

.add-bannerpost .row {
    align-items: center;
}

.addata h5 {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 10px;
}

.addata h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.author-img img {
    width: 100%;
    border-radius: 3px;
}

.detailswrp-inbx h4 {
    font-size: 24px;
    font-weight: bold;
    color: #101828;
    margin: 0 0 15px;
}

.detailswrp-inbx ul {
    margin: 0 0 50px;
}

.detailswrp-inbx ul li {
    font-size: 18px;
    font-weight: normal;
    color: #475467;
    line-height: 28px;
    display: flex;
}

.detailswrp-inbx ul li span {
    min-width: 20px;
}

.details-row {
    padding: 30px 0;
}

.details-row .row {
    align-items: center;
}

.details-row h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #101828;
}

.sharebx ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.sharebx ul li {
    margin-right: 10px;
}

.sharebx ul li:last-child {
    margin: 0;
}

.sharebx ul li a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #D0D5DD;
    font-size: 16px;
    color: #98A2B3;
}

.sharebx ul li a.copybtn {
    width: auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: #344054;
}

.sharebx ul li a.copybtn i {
    margin-right: 5px;
}

.sharebx ul li a:hover {
    background: #111;
    color: #fff;
}

.extrasubs {
    background: #F9FAFB;
    border-color: #EAECF0;
}

.more-articles {
    padding: 65px 0 0;
}

.more-articles h2 {

    font-size: 44px;
    font-weight: 600;
    color: #101828;
    margin: 0 0 40px;
}

.more-articles .blog-smimg img {
    height: 150px;
    object-fit: cover;
}

.more-articles .blog-data h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    min-height: 110px;
}

.more-articles .blog-data button {
    font-size: 18px;
    background: transparent;
    border: none;
}

/* ***** End Blog Page ***** */


.energy-wrp .preference-box .box-img {
    border-radius: 12px;
    border: 1.355px solid rgba(199, 203, 234, 0.50);
}

.energy-wrp .preference-box:hover {
    background: unset;
}

.energy-wrp .preference-box .box-img img {
    border-radius: 12px;
}


.preference-sidebar .mobile-btn-box {
    display: none;
    margin: 35px 0 0;
}

.preference-sidebar .mobile-btn-box ul {
    display: flex;
    align-items: center;
    margin: 0 -16px;
}

.preference-sidebar .mobile-btn-box ul li {
    padding: 0 16px;
    width: 35%;
}

.preference-sidebar .mobile-btn-box ul li:last-child {
    margin-left: 0;
    width: 65%;
}

.preference-sidebar .mobile-btn-box ul li a {
    display: block;
    width: 100%;
    text-align: center;
}

.preference-sidebar .mobile-btn-box ul li a.btn-text {
    color: #006EFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: underline;
}


.bottom-button-fix {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    z-index: 120;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.bottom-button-fix.show {
    opacity: 1;
    visibility: visible;
}

.bottom-button-fix .btn-secondary {
    color: #006EFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #006EFF;
    padding: 9px 12px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
}

.bottom-button-fix .btn-secondary i {
    margin: 0 8px 0 0;
}

.bottom-button-fix .btn-secondary:hover {
    background: #006EFF;
    color: #fff;
}

.bottom-button-fix .btn-primary {
    display: block;
    width: 100%;
    text-align: center;
}

.main-map {
    position: relative;
}

.map {
    position: relative;
}

.map .base {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 !important;

}

.map .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .hideMobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .onlyMobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .about-energy p {
        max-height: 340px;
        overflow-y: auto;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .about-energy p {
        max-height: 265px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-energy p {
        max-height: 195px;
    }
}

.mobileDetector {
    position: fixed;
}

.forceFixed {
    position: fixed !important;
}

@media (min-width: 768px) {
    .mobileDetector {
        position: relative;
    }
}

.li-typ-nemovitosti {
    background: url(../images/typnemovitosti.svg) no-repeat 0px 2px;
}

.li-typ-produktu {
    background: url(../images/technologie.svg) no-repeat 0px 2px;
}

.li-financovani {
    background: url(../images/financovani.svg) no-repeat 0px 2px;
}

.showIfExists {
    display: none;
}

/* **** Benefit Hero **** */
.benefit-hero {
    position: relative;
}

.benefit-hero:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f2f4f7;
}

.benefit-hero .hero-datails {
    padding: 125px 0;
}

.benefit-hero .hero-datails h2 {
    color: #101828;

    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -1.2px;
    margin: 0 0 24px;
}

.benefit-hero .hero-datails h2 span {
    color: #006eff;
}

.benefit-hero .hero-datails p {
    margin: 0;
    color: #475467;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    max-width: 480px;
}

.benefit-hero .hero-img {
    padding: 220px 0;
}

.benefit-hero .hero-img img {
    max-width: 100%;
    position: relative;
    z-index: 9;
    margin-left: auto;
    margin-right: 0;
}

/* **** End Benefit Hero **** */

/* **** guarantee **** */
.guarantee-wrp {
    padding: 96px 0 64px;
}

.guarantee-wrp .guarantee-title {
    margin: 0 0 64px;
}

.guarantee-wrp .guarantee-title h2 {
    color: #101828;

    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0 0 20px;
}

.guarantee-wrp .guarantee-title h2 span {
    color: #0788f5;
}

.guarantee-wrp .guarantee-title p {
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.guarantee-wrp .row {
    align-items: center;
}

.guarantee-wrp .guarantee-box {
    display: flex;
    align-items: flex-start;
    margin: 0 0 48px;
}

.guarantee-wrp .guarantee-box:last-child {
    margin: 0;
}

.guarantee-wrp .guarantee-box .box-icon {
    border-radius: 28px;
    border: 8px solid rgba(7, 136, 245, 0.03);
    background: rgba(7, 136, 245, 0.11);
    display: flex;
    width: 48px;
    min-width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

.guarantee-wrp .guarantee-box .box-icon img {
    max-width: 100%;
}

.guarantee-wrp .guarantee-box h4 {
    color: #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 24px;
}

.guarantee-wrp .guarantee-box ul li {
    padding-left: 48px;
    position: relative;
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 24px;
}

.guarantee-wrp .guarantee-box ul li:before {
    position: absolute;
    content: "\f058";
    font-size: 20px;
    color: #006eff;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    top: 0;
    left: 16px;
}

.guarantee-wrp .guarantee-box ul li:last-child {
    margin: 0;
}

.guarantee-wrp .content-img img {
    max-width: 100%;
}

/* **** End guarantee **** */

/* **** Second Satisfied Partners **** */
.second-satisfied-partners {
    padding: 64px 0 248px;
}

.second-satisfied-partners .job-title h2 {
    color: #101828;

    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.72px;
    margin: 0 0 20px;
}

.second-satisfied-partners .satisfied-partners-box {
    background: #006eff;
}

.second-satisfied-partners .test-data h6 {
    color: #93c1ff;
}

.second-satisfied-partners .slick-prev:hover:before,
.second-satisfied-partners .slick-next:hover:before {
    background: #006eff;
    border-color: #006eff;
}

/* **** End Second Satisfied Partners **** */

/* **** PROGRAM **** */
.program-wrp {
    padding: 96px 0 0;
    background: #f9fafb;
}

.program-wrp h2 {
    color: #101828;
    text-align: center;

    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0 0 20px;
}

.program-wrp h2 span {
    color: #0788f5;
}

.program-wrp p {
    color: #475467;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 64px;
}

.program-wrp p span {
    font-weight: 700;
}

.program-wrp img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 12px 12px 0 0;
    border: 8px solid #101828;
    display: table;
    border-bottom: none;
}

/* **** End PROGRAM **** */

/* **** analytics **** */
.analytics-wrp {
    padding: 42px 0 0;
    background: #ffff;
}

.analytics-wrp .analytics-block {
    border-radius: 24px;
    background-image: url("../images/bg-1klik-3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 96px 0;
}

.analytics-wrp .analytics-block .analytics-info {
    max-width: 950px;
    margin: 0 auto;
}

.analytics-wrp .analytics-block h2 {
    color: #091f41;
    text-align: center;

    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 24px;
    letter-spacing: -1.44px;
    text-align: center;
}

.analytics-wrp .analytics-block h2 span {
    color: #006eff;
}

.analytics-wrp .analytics-block p {
    color: #091f41;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto 48px;
    max-width: 768px;
}

.analytics-wrp .analytics-block form {
    display: flex;
    align-items: center;
    max-width: 768px;
    margin: 0 auto;
}

.analytics-wrp .analytics-block form .form-group {
    margin-right: 16px;
    width: 100%;
}

.analytics-wrp .analytics-block form .form-group .form-control {
    color: #667085;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    padding: 16px 25px;
    box-shadow: none;
    outline: none;
    border-radius: 5.5px;
    border-radius: 5.5px;
    border: 1.375px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1.375px 2.75px 0px rgba(16, 24, 40, 0.05);
}

.analytics-wrp .analytics-block form button {
    border: none;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 82px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* **** End analytics **** */

/* **** Projects completed **** */
.project-wrp {
    padding: 128px 0;
    background: #fff;
}

.project-wrp ul {
    max-width: 768px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.project-wrp ul li {
    width: 33.33%;
    padding: 0 15px;
}

.project-wrp ul li:nth-child(2) {
    border-left: 1px solid #eaecf0;
    border-right: 1px solid #eaecf0;
}

.project-wrp h3 {
    color: #006eff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
    margin: 0;
}

.project-wrp p {
    color: #101828;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 12px 0 0;
}

/* **** End Projects completed **** */

/* **** Blog **** */
.blog-wrp {
    padding: 0 0 96px;
    background: #fff;
}

.blog-wrp .blog-title {
    background: #006eff;
    padding: 96px 0px 192px 0px;
    display: block;
    margin: 0;
}

.blog-wrp .blog-title h6 {
    color: #e3e8f1;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 12px;
}

.blog-wrp .blog-title h2 {
    color: #fff;
    text-align: center;

    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin: 0 0 24px;
}

.blog-wrp .blog-title p {
    color: #e3e8f1;
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.blog-wrp .blog-block {
    margin-top: -96px;
}

.blog-wrp .blog-block .blog-bix {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    padding: 32px;
    margin: 0 0 32px;
}

.blog-wrp .blog-block .blog-bix img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 32px;
}

.blog-wrp .blog-block .blog-bix h3 {
    color: #091f41;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    margin: 0 0 16px;
}

.blog-wrp .blog-block .blog-bix p {
    color: #475467;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

/* **** End Blog **** */

.second-companies-wrp {
    padding: 94px 0 152px;
    margin: 0 0 96px;
    background: #f5f8fc;
}

/* **** Address **** */
.address-wrp {
    padding: 75px 0 0;
}

.address-wrp .address-title h2 {
    color: #091f41;
    text-align: center;

    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -1.44px;
    margin: 0px;
}

.address-wrp .address-title h2 span {
    color: #006eff;
}

.address-wrp .address-title p {
    color: #091f41;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 32px;
}

.address-wrp .map-box {
    width: 100%;
    height: 400px;
}

.address-wrp .map-box iframe {
    height: 100%;
    width: 100%;
}

/* **** End Address **** */

/* **** Basic **** */
.basic-wrp {
    padding: 96px 0;
}

.basic-wrp h2 {
    color: #091f41;
    text-align: center;

    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    margin: 0 0 24px;
}

.basic-wrp ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 979px;
}

.basic-wrp ul li {
    width: 33.33%;
    padding: 32px;
}

.basic-wrp ul li:nth-child(2) {
    border-left: 1px solid #d2dbe9;
    border-right: 1px solid #d2dbe9;
}

.basic-wrp p {
    color: #091f41;
    text-align: center;

    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 24px;
}

.basic-wrp p a {
    font-size: 14px;
    color: #6a7c97;
    vertical-align: super;
}

.basic-wrp h3 {
    color: #006eff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.8px;
    margin: 0;
}

/* **** End Basic **** */

/* **** Unlock data **** */
.unlock-data-wrp {
    padding: 0 0 96px;
}

.unlock-data-block {
    position: relative;
}

.unlock-data-block .chart-block {
    padding: 149px 142.83px 153px 144px;
    position: relative;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    filter: blur(8px);
}

.unlock-data-block .chart-block:before {
    position: absolute;
    content: "";
    border-radius: 32px;
    border: 1px solid #9b9b9b;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), #f3f3f3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.8;
}

.unlock-data-block #chart1 {
    margin: 0 0 40px;
}

.unlock-data-block #chart2 {
    margin: 0 0 40px;
}

.unlock-data-block .unlock-box {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
    width: 400px;
    padding: 248px 24px 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 121;
}

.unlock-data-block .unlock-box img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.unlock-data-block .unlock-box h2 {
    color: #101828;
    text-align: center;

    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 16px;
}

.unlock-data-block .unlock-box p {
    color: #475467;
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 32px;
}

.unlock-data-block .unlock-box .btn-primary {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

/* **** End Unlock data **** */

/* **** suppliers **** */
.suppliers-wrp {
    padding: 0 0 160px;
}

.suppliers-wrp h2 {
    color: #091f41;
    text-align: center;

    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    margin: 0 0 32px;
}

.suppliers-wrp .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.suppliers-wrp .nav-tabs li {
    margin-right: 24px;
}

.suppliers-wrp .nav-tabs li:last-child {
    margin: 0;
}

.suppliers-wrp .nav-tabs li .nav-link {
    border-radius: 4px;
    border: 0.889px solid #d3dcea;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 23px 35px;
    position: relative;
}

.suppliers-wrp .nav-tabs li .nav-link:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
}

.suppliers-wrp .nav-tabs li .nav-link input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.suppliers-wrp .nav-tabs li .nav-link h6 {
    color: #6a7c97;
    font-size: 17.783px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.suppliers-wrp .nav-tabs li .nav-link img {
    max-width: 100%;
    margin-right: 12px;
}

.suppliers-wrp .nav-tabs .nav-item.show .nav-link,
.suppliers-wrp .nav-tabs .nav-link.active {
    border-radius: 4px;
    border-color: #a1c9ff;
    background: #006eff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.suppliers-wrp .nav-tabs .nav-item.show .nav-link:before,
.suppliers-wrp .nav-tabs .nav-link.active:before {
    opacity: 1;
    visibility: visible;
}

.suppliers-wrp .nav-tabs .nav-item.show .nav-link h6,
.suppliers-wrp .nav-tabs .nav-link.active h6 {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.suppliers-wrp .nav-tabs .nav-item.show .nav-link img,
.suppliers-wrp .nav-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.suppliers-wrp .basic-wrp {
    padding: 32px 0 0;
}

.suppliers-wrp .basic-wrp .btn-primary {
    margin: 64px auto 0;
}

/* **** End suppliers **** */


.payment-block {
    max-width: 650px;
    margin: 40px auto 0;
}

.payment-block .btn-primary {
    margin: 60px auto 0;
}

.payment-block ul li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.payment-block ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 10px;
    margin: 0 0 10px;
    display: flex;
    align-items: flex-start;
}

.payment-block ul li h3 {
    font-size: 16px;
    color: #091f41;
    font-weight: 600;
    margin: 0 0 10px;
}

.payment-block ul li p {
    color: #475467;

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.payment-block ul li h6 {
    font-size: 16px;
    color: #091f41;
    font-weight: 600;
    display: table;
    margin: 0;
    margin-left: auto;
}


.address-wrp .map-box {
    position: relative;
}

.address-wrp .map-box form {
    display: flex;
    align-items: center;
    max-width: 500px;
    width: 500px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.address-wrp .map-box form .form-group {
    margin-right: 16px;
    width: 100%;
}

.address-wrp .map-box form .form-group .form-control {
    color: #667085;
    font-size: 14.869px;
    font-weight: 400;
    line-height: 22.304px;
    padding: 11px 13px;
    box-shadow: none;
    outline: none;
    border-radius: 5.5px;
    border-radius: 5.5px;
    border: 1.375px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1.375px 2.75px 0px rgba(16, 24, 40, 0.05);
}

.address-wrp .map-box form button {
    border: none;
    font-size: 13px;
    line-height: 22.304px;
    padding: 11px 55px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.ms-header__title {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
    color: #091f41;
    text-align: center;

    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -1.44px;
    margin: 0 0 0;
}

.ms-slider {
    display: inline-block;
    height: 1.5em;
    overflow: hidden;
    vertical-align: middle;
    -webkit-mask-image: linear-gradient(transparent, white, white, white, transparent);
    mask-image: linear-gradient(transparent, white, white, white, transparent);
    mask-type: luminance;
    mask-mode: alpha;
}

.ms-slider__words {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-animation-name: wordSlider;
    animation-name: wordSlider;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.ms-slider__word {
    display: block;
    line-height: 1.3em;
    text-align: center;
    color: rgba(0, 110, 255, 1);
}

@-webkit-keyframes wordSlider {
    0%, 27% {
        transform: translateY(0%);
    }
    33%, 60% {
        transform: translateY(-25%);
    }
    66%, 93% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(-75%);
    }
}

@keyframes wordSlider {
    0%, 27% {
        transform: translateY(0%);
    }
    33%, 60% {
        transform: translateY(-25%);
    }
    66%, 93% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(-75%);
    }
}

.ul-tagy ul {
    display: flex;
    align-items: center;
}

.ul-tagy li {
    color: #344054;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #e3e5f5;
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
}


.benefits-wrpper {
    padding: 64px 0;
    background: #F5F5F7;
}

.benefits-wrpper h2 {
    color: #046CFB;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    margin: 0 0 56px;
}

.benefits-wrpper .row {
    margin: 0;
}

.benefits-wrpper .row .col-md-3 {
    padding: 0;
}

.benefits-wrpper .col-md-3:last-child .benefit-box {
    border: none;
}

.benefits-wrpper .benefit-box {
    text-align: center;
    padding: 24px;
    border-right: 1px solid #D2DBE9;
}

.benefits-wrpper .benefit-box h4 {
    color: #091F41;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
}

.benefits-wrpper .benefit-box h3 {
    color: #006EFF;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin: 0 0 24px;
}

.benefits-wrpper .benefit-box img {
    max-width: 100%;
    margin: 0 auto;
}


.budget-wrp {
    padding: 76px 0 130px;
    /* padding: 64px 0; */
    background: #fff;
    height: calc(100% - 152px);
    display: flex;
    align-items: center;
    overflow: auto;
    /* height: 100vh; */
    /* height: 100%; */
}

.budget-wrp .container {
    max-width: 784px;
}

.form-wizard .wizard-fieldset {
    display: none;
}

.form-wizard .wizard-fieldset.show {
    display: block;
}

.form-wizard .form-wizard-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
}

.form-wizard .form-wizard-steps li {
    padding-right: 56px;
    position: relative;
}

.form-wizard .form-wizard-steps li:before {
    position: absolute;
    content: "";
    height: 2px;
    left: 30px;
    width: 40px;
    background: #B9B9C3;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.form-wizard .form-wizard-steps li:last-child {
    margin: 0;
}

.form-wizard .form-wizard-steps li:last-child:before {
    display: none;
}

.form-wizard .form-wizard-steps li span {
    border: 2px solid #B9B9C3;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    display: block;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background: #046CFB;
    border-color: #046CFB;
}

.form-wizard .form-wizard-steps li.active:before,
.form-wizard .form-wizard-steps li.activated:before {
    background: #046CFB;
}

.wizard-block {
    width: 760px;
    border-radius: 22px;
    border: 2px solid #FD9E01;
    background: #F5F8FC;
    padding: 40px 132px;
    margin: 0 auto 30px;
    text-align: left;
}

.wizard-block h2 {
    color: #046CFB;
    font-size: 34px;
    font-weight: normal;
    /*font-weight: 600;*/
    /*letter-spacing: -0.56px;*/
    margin: 0 0 40px;
    text-align: center;
}

.wizard-block .form-group {
    margin: 0;
}

.wizard-block .form-group label {
    color: #6A7C97;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 35px 0 5px;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
}

.wizard-block .form-group label span {
    color: #046CFB;
    font-weight: 700;
    margin-right: 5px;
}

.wizard-block .form-group .form-control2 {
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
    /*border: 1px solid #C3C5D9;*/
    /*background-color: #FFF;*/
    /*box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);*/
    outline: none;
    /*padding: 10px 14px;*/
}

select.form-control {
    width: 100%;
    display: inline-block;
    margin: 0 0;
    -webkit-appearance: none;
    background-image: url('../images/down-arrow2.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 15px;
}

.wizard-block .property-box {
    margin: 40px 0 0;
}

.wizard-block .property-box h4 {
    color: #046CFB;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.wizard-block .property-box p {
    color: #475467;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.wizard-block .property-box .form-checkbox {
    margin: 0 0 8px;
    padding: 0;
}

.wizard-block .property-box .form-checkbox label {
    color: #344054;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin: 0;
}

.wizard-block .property-box .form-checkbox label:before {
    background: #fff;
}

.form-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-buttons a {
    min-width: 180px;
}

.form-buttons .form-wizard-previous-btn {
    margin-right: 15px;
}


.property-box .form-radiobox [type="radio"]:checked + label:before,
.property-box .form-radiobox [type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
    background: #fff;
}

.property-box .form-radiobox [type="radio"]:checked + label:before {
    border-color: #046CFB;
}

.property-box .form-radiobox [type="radio"]:checked + label:after,
.property-box .form-radiobox [type="radio"]:not(:checked) + label:after {
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #046CFB;
    border: none;
    left: 5px;
    top: 8px;
}


.possible-toggle {
    margin: 40px 0 0;
}

.possible-toggle ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.possible-toggle ul li .toogle-swich {
    display: flex;
    align-items: center;
    position: relative;
}

.possible-toggle ul li .toogle-swich p,
.possible-toggle ul li .toogle-swich label {
    margin: 0 0 0 8px;
    color: #344054;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.possible-toggle ul li .toogle-swich input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.possible-toggle ul li .toogle-swich label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.possible-toggle ul li .toogle-swich span {
    display: inline-block;
    margin: 0 0 0 5px;
}

.possible-toggle ul li .toogle-swich label::before {
    content: "";
    text-indent: -9999px;
    width: 32px;
    height: 20px;
    /* border-radius: 9px; */
    background: #DBDBDB;
    display: block;
    border-radius: 100px;
    position: relative;
}

.possible-toggle ul li .toogle-swich label:after {
    content: '';
    position: absolute;
    /*top: 3px;
    */
    left: 2px;
    width: 15px;
    height: 15px;
    background: #FFF;
    top: 50%;
    filter: drop-shadow(0px 0.75px 1.5px rgba(16, 24, 40, 0.06)) drop-shadow(0px 0.75px 2.25px rgba(16, 24, 40, 0.10));
    -webkit-filter: drop-shadow(0px 0.75px 1.5px rgba(16, 24, 40, 0.06)) drop-shadow(0px 0.75px 2.25px rgba(16, 24, 40, 0.10));
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

/* .possible-toggle ul li .toogle-swich input:checked + label {
    background: #046CFB;
} */
.possible-toggle ul li .toogle-swich input:checked + label::before {
    background: #046CFB;
}

.possible-toggle ul li .toogle-swich input:checked + label:after {
    left: 14px;
    /*left: calc(100% - 2px);
    */
    /* transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%); */
}

.wizard-block .form-radiobox {
    padding: 0
}


.slider-wrapper {
    padding: 24px 10px 40px 0;
}

.slider-wrapper .noUi-target {
    border-radius: 4px;
    background: #DBDBDB;
    height: 8px;
    border: none;
}

.slider-wrapper .noUi-connect {
    background: #046CFB;
    border: none;
}

.slider-wrapper .noUi-value {
    display: none;
}

.slider-wrapper .noUi-marker-horizontal.noUi-marker-large {
    display: none;
}

.slider-wrapper .noUi-handle {
    border: none;
    height: 24px;
    width: 24px;
    padding: 0;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #046CFB;
    box-shadow: 0px 2px 4px rgba(16, 24, 40, 0.06);
}

.slider-wrapper .noUi-horizontal .noUi-handle {
    height: 24px;
    width: 24px;
    top: -8px;
}

.slider-wrapper .noUi-handle:after,
.slider-wrapper .noUi-handle:before {
    display: none;
}

.slider-wrapper .noUi-horizontal .noUi-tooltip {
    bottom: -150%;
    background: transparent;
    border: navajowhite;
    padding: 0;
    margin: 0;
    color: #475467;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}


/* **** NewCss **** */
.wizard {
    overflow: hidden;
}

.wizard-header .steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 80px;
    height: 24px;
}

.wizard-header .steps li {
    margin-right: 56px;
    position: relative;
    border: 2px solid #B9B9C3;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    display: block;
    opacity: 1;
}

.wizard-header .steps li:before {
    position: absolute;
    content: "";
    height: 2px;
    left: 30px;
    width: 40px;
    background: #B9B9C3;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.wizard-header .steps li:last-child {
    margin: 0;
}

.wizard-header .steps li:last-child:before {
    display: none;
}

.wizard-header .steps li.active,
.wizard-header .steps li.activated {
    background: #046CFB;
    border-color: #046CFB;
}

.wizard-header .steps li.active:before,
.wizard-header .steps li.activated:before {
    background: #046CFB;
}

.wizard .wizard-body {
    position: relative;
    transition: all 0.3s cubic-bezier(0.68, -0.3, 0.37, 0.6);
}

.wizard .wizard-body .step {
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    top: 0;
    right: -100%;
    opacity: 0;
}

.wizard .wizard-body .step.initial {
    position: relative;
}

.wizard .wizard-body .step.off {
    opacity: 0 !important;
    right: 100% !important;
}

.wizard .wizard-body .step.active {
    right: 0;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    transition: all 0.4s linear;
    transition-delay: 0.1s;
}

.wizard-buttons {
    background: #F5F5F7;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.wizard-buttons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard-buttons ul li {
    margin-right: 15px;
}

.wizard-buttons ul li:last-child {
    margin: 0;
}

.file-upload-box .drop-zone {
    max-width: 100%;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 25px;
    font-weight: 500;
    background: #ffff;
    border-radius: 10px;
    margin: 0 auto;
}

.file-upload-box .drop-zone__input {
    display: none;
}

.file-upload-box .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.file-upload-box .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.file-upload-box h6 {
    color: #091F41;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    margin: 20px 0;
}

.file-upload-box h6:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    background: #091F41;
    right: 0;
    top: 50%;
    opacity: 0.2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.file-upload-box h6 span {
    display: table;
    background: #F5F8FC;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}

.file-upload-box .browse-block h5 {
    position: relative;
    background: #f2f2f2;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    display: table;
    margin: 0 auto 20px;
    color: #000;
}

.file-upload-box .browse-block h5 input {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.file-upload-box .browse-block p {
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin: 0;
}


#multistepsform {
    position: relative;
    margin: 0 auto;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    /*    overflow: hidden;*/
}

#multistepsform fieldset {
    position: relative;
    text-align: center;
    min-height: 485px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

#multistepsform fieldset:not(:first-of-type) {
    display: none;
}

#multistepsform .action-button {
    transition: 150ms;
    border: 0 none;
    margin: 10px 5px;
    display: inline-block;
    margin: 0 auto;
}

.wizard-btns {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    background-color: #fff;
}


/* **** Enermio Review **** */
.enermio-review-wrp {
    padding: 32px 0;
    background: #fff;
}

.inner-energy-header .container,
.enermio-review-wrp .container {
    max-width: 960px;
}

.enermio-review-wrp .contact-box {
    border-radius: 22px;
    border: 1px solid #C3C5D9;
    background: #F6F6F6;
    padding: 24px;
    position: sticky;
    top: 120px;
}

.enermio-review-wrp .contact-box h2 {
    color: #475467;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 42px;
    text-align: center;
}

.enermio-review-wrp .contact-box .form-group {
    margin: 0 0 16px;
    position: relative;
}

.enermio-review-wrp .contact-box .form-group label {
    color: #475467;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 5px;
    padding-left: 15px;
}

.enermio-review-wrp .contact-box .form-group .form-control, #offerModal2 .form-group .form-control {

    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #C3C5D9;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    padding-left: 42px;
}

.enermio-review-wrp .contact-box .tel-form-group select.form-control, #offerModal2 .tel-form-group select.form-control {
    position: absolute;
    left: 38px;
    top: 70%;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-right: 1px solid #c3c5d9;
    background-image: url('../images/downic.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 5px;
    width: auto;
    padding: 0 22px 0 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.enermio-review-wrp .contact-box .tel-form-group select.form-control:focus {
    border-color: #c3c5d9;
}

.enermio-review-wrp .contact-box .tel-form-group .form-control, #offerModal2 .tel-form-group .form-control {
    padding: 10px 15px 10px 110px;
}

.enermio-review-wrp .contact-box .form-group .form-control:focus {
    border-color: #046CFB;
}

.enermio-review-wrp .contact-box .form-group i, #offerModal2 .form-group i {
    position: absolute;
    left: 14px;
    bottom: 12px;
    color: #475467;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.enermio-review-wrp .contact-box .btn-primary {
    display: block;
    padding: 12px;
    width: 100%;
    border: none;
    margin: 32px 0 10px;
}

.enermio-review-wrp .contact-box h6 {
    color: #046CFB;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.enermio-review-wrp .contact-box h6 i {
    margin-left: 10px;
    color: #BCBED9;
}

.enermio-review-wrp .main-row {
    margin: 0 -24px;
}

.enermio-review-wrp .main-row .col-md-8.col-sm-12.main-col {
    padding: 0 24px;
}

.enermio-review-wrp .main-row .col-md-4.col-sm-12.main-col {
    padding: 0 24px;
}

.enermio-review-wrp .breadcrumb {
    padding: 0 0 24px;
    margin: 0;
}

.enermio-review-wrp .breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.enermio-review-wrp .breadcrumb ul li {
    padding-right: 18px;
    margin-right: 18px;
    position: relative;
    color: #1F2937;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.enermio-review-wrp .breadcrumb ul li:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #8E9AAB;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.enermio-review-wrp .breadcrumb ul li:last-child {
    margin: 0;
    padding: 0;
}

.enermio-review-wrp .breadcrumb ul li:last-child:before {
    content: "";
}

.enermio-review-wrp .breadcrumb ul li a {
    color: #8E9AAB;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.enermio-review-wrp .breadcrumb ul li a i {
    margin-right: 5px;
}

.enermio-review-wrp .photovoltaic-block {
    display: flex;
    align-items: center;
}

.enermio-review-wrp .photovoltaic-block .photovoltaic-img {
    border-radius: 14px;
    border: 1px solid #C3C5D9;
    background: #FFF;
    padding: 10px;
    margin-right: 24px;
    height: 150px;
    width: 150px;
    min-width: 150px;
}

.enermio-review-wrp .photovoltaic-block .photovoltaic-img img {
    max-width: 100%;
}

.enermio-review-wrp .photovoltaic-block .description {
    position: relative;
}

.enermio-review-wrp .photovoltaic-block .description .ge-badge {
    position: absolute;
    right: 0;
    top: -24px;
}

.enermio-review-wrp .photovoltaic-block .description h2 {
    color: #475467;
    font-family: "PP Pangram Sans Rounded Bold";
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 16px;
    width: calc(100% - 105px);
}

.enermio-review-wrp .photovoltaic-block .description h2 b {
    display: none;
}

.enermio-review-wrp .photovoltaic-block .description h4 {
    color: #888B9E;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 0 18px;
}

.enermio-review-wrp .photovoltaic-block .description h4.sc2-enrecenze {
    margin: 0 0 5px;
}

.enermio-review-wrp .photovoltaic-block .description h4 b {
    color: #25252E;
    font-weight: 600;
}

.enermio-review-wrp .photovoltaic-block .description h4 span {
    color: #006eff;
    letter-spacing: 4px;

}

.enermio-review-wrp .photovoltaic-block .description h4.sc2-enrecenze span {
    color: #fd9e01;
}

.enermio-review-wrp .photovoltaic-block .description h4 span i:last-child {
    /*color: #DEDFE3;*/
}

.enermio-review-wrp .photovoltaic-block ul {
    display: flex;
    align-items: center;
}

.enermio-review-wrp .photovoltaic-block ul li {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 8px;
    border-radius: 4px;
    background: #EDF4FF;
    display: table;
    margin-right: 8px;
}

.enermio-review-wrp .photovoltaic-block ul li:nth-child(2) {
    color: #FD9E01;
    background: #FBF7E1;
}

.enermio-review-wrp .photovoltaic-block ul li:last-child {
    margin: 0;
    background: #F5F5F5;
}

.enermio-review-wrp .photovoltaic-description {
    padding: 21px 0;
}

.enermio-review-wrp .photovoltaic-description p {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.enermio-review-wrp .photovoltaic-description p b {
    font-weight: 700;
}


.enermio-review-wrp .photovoltaic-benefits h3 {
    color: #475467;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 16px;
}

.enermio-review-wrp .photovoltaic-benefits .benefits-detail {
    border-radius: 14px;
    background: #F6F6F6;
    padding: 10px;
}

.enermio-review-wrp .photovoltaic-benefits .benefits-detail ul li {
    color: #475467;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 4px;
    position: relative;
    padding-left: 24px;
}

.enermio-review-wrp .photovoltaic-benefits .benefits-detail ul li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #046CFB;
    left: 0;
    top: 0;
}

.enermio-review-wrp .photovoltaic-benefits .benefits-detail ul li:last-child {
    margin: 0;
}

.enermio-review-wrp .photovoltaic-benefits .button-box {
    padding: 32px 0;
}

.enermio-review-wrp .photovoltaic-benefits .button-box a {
    display: flex;
    align-items: center;
    color: #046CFB;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 12px;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid #006EFF;
}


.enermio-review-wrp .photovoltaic-benefits .button-box a.btn-primary {
    color: #f5f8fc;
    background: #006eff;
    border: 0px none;
}

.enermio-review-wrp .photovoltaic-benefits .button-box a.btn-primary:hover {
    background: #000;
    color: #fff;
}

.enermio-review-wrp .photovoltaic-benefits .button-box a img {
    margin-right: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.enermio-review-wrp .photovoltaic-benefits .button-box a:hover {
    background: #006EFF;
    color: #fff;
}

.enermio-review-wrp .photovoltaic-benefits .button-box a:hover img {
    filter: brightness(0) invert(1);
}

.enermio-review-wrp .implement-block h3 {
    color: #475467;

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 16px;
}

.enermio-review-wrp .implement-block img {
    max-width: 100%;
    margin: 24px 0;
}

.enermio-review-wrp .implement-block h6 {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.enermio-review-wrp .implement-block h6 i {
    margin-right: 5px;
    color: #046CFB;
}

.enermio-review-wrp .implement-block ul {
    margin: 0 0 16px;
}

.enermio-review-wrp .implement-block ul li {
    color: #475467;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.06px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #F6F6F6;
    margin: 0 0 8px;
    display: table;
}

.enermio-review-wrp .implement-block ul li:last-child {
    margin: 0;
}

.enermio-review-wrp .implement-block .brands-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.enermio-review-wrp .implement-block .brands-list li {
    margin: 0 8px 8px 0;
}

.enermio-review-wrp .implement-block .brands-list li:last-child {
    margin: 0 8px 8px 0;
}

.enermio-review-wrp .implement-block .implement-btn {
    border-radius: 8px;
    background: #F6F6F6;
    color: #475467;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 12px;
    margin: 40px 0 0;
}

.enermio-review-wrp .implement-block .implement-btn span {
    color: #046CFB;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.enermio-review-wrp .implement-block .implement-btn span i {
    margin-left: 18px;
}

.enermio-review-wrp .reference-project-block {
    padding: 32px 0;
}

.enermio-review-wrp .reference-project-block h3 {
    color: #475467;

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 16px;
}

.enermio-review-wrp .reference-slider .slick-slide {
    margin: 0 9px;
}

.enermio-review-wrp .reference-slider .slick-list {
    margin: 0 -9px;
}

.enermio-review-wrp .reference-slider .slider-box img {
    width: 100%;
    border-radius: 8px;
    margin: 0 0 14px;
}

.enermio-review-wrp .reference-slider .slider-box h5 {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.enermio-review-wrp .slick-prev,
.enermio-review-wrp .slick-next {
    position: absolute;
    left: 15px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.enermio-review-wrp .slick-next {
    left: auto;
    right: 15px;
}

.enermio-review-wrp .slick-prev:before,
.enermio-review-wrp .slick-next:before {
    position: absolute;
    content: "\f060";
    height: 28px;
    width: 28px;
    border-radius: 100%;
    border-radius: 14px;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.85);
    color: black;
    font-size: 14px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.enermio-review-wrp .slick-next:before {
    left: auto;
    right: 0;
    content: "\f061";
}

.enermio-review-wrp .slick-prev:hover:before,
.enermio-review-wrp .slick-next:hover:before {
    background-color: #046CFB;
    color: #fff;
}


.enermio-review-wrp .verified-reviews .reviews-title {
    margin: 0 0 16px;
}

.enermio-review-wrp .verified-reviews .reviews-title h2 {
    color: #475467;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}

.enermio-review-wrp .verified-reviews .reviews-title p {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.enermio-review-wrp .verified-reviews .col-md-4 {
    border-right: 1px solid #C3C5D9;
}

.enermio-review-wrp .verified-reviews .rating-box h3 {
    color: #475467;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 8px;
}

.enermio-review-wrp .verified-reviews .rating-box h4 {
    font-size: 28px;
    color: #FD9E01;
    letter-spacing: 3px;
    margin: 0 0 8px;
}

.enermio-review-wrp .verified-reviews .rating-box h4 i:last-child {
    /*color: #DBDBDB;*/
}

.enermio-review-wrp .verified-reviews .rating-box h6 {
    color: #475467;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin: 0;
}

.enermio-review-wrp .verified-reviews .rating-review ul li {
    margin: 0 0 8px;
}

.enermio-review-wrp .verified-reviews .rating-review ul li:last-child {
    margin: 0;
}

.enermio-review-wrp .verified-reviews .rating-review .form-checkbox {
    padding: 0;
}

.enermio-review-wrp .verified-reviews .rating-review .form-checkbox label:before {
    min-width: 16px;
}

.enermio-review-wrp .verified-reviews .rating-review .form-checkbox label {
    display: flex;
    align-items: center;
    line-height: 21px;
}

.enermio-review-wrp .verified-reviews .rating-review .form-checkbox label i {
    color: #DBDBDB;
    margin-left: 5px;
}

.enermio-review-wrp .verified-reviews .rating-review .progress {
    width: 100%;
    margin: 0 16px;
    background: #F6F6F6;
    border-radius: 4px;
    height: 18px;
}

.enermio-review-wrp .verified-reviews .rating-review .progress .progress-bar {
    background: #FD9E01;
}

.enermio-review-wrp .verified-reviews .rating-review h6 {
    margin: 0;
    color: #475467;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    min-width: 35px;
    text-align: right;
}

.enermio-review-wrp .verified-reviews .btn-primary {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    background: #046CFB;
    margin: 16px 0 0;
}

.enermio-review-wrp .verified-reviews .btn-primary:hover {
    background: #000;
    color: #fff;
}


.enermio-review-wrp .enermio-review-tabs {
    padding: 32px 0 0;
}

.enermio-review-wrp .enermio-review-tabs .nav-tabs {
    border-bottom: 1px solid #C3C5D9;
    margin: 0 0 32px;
}

.enermio-review-wrp .enermio-review-tabs .nav-tabs li {
    margin-right: 16px;
}

.enermio-review-wrp .enermio-review-tabs .nav-tabs li:last-child {
    margin: 0;
}

.enermio-review-wrp .enermio-review-tabs .nav-tabs li .nav-link {
    color: #8E9AAB;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 0;
    border: none;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}

.enermio-review-wrp .enermio-review-tabs .nav-tabs li .nav-link:hover {
    color: #046CFB;
    border-color: #046CFB;
}

.enermio-review-wrp .enermio-review-tabs .nav-tabs li .nav-link.active {
    color: #046CFB;
    border-color: #046CFB;
    font-weight: 600;
}


.enermio-review-wrp .reviews-comment-box {
    border-radius: 22px;
    border: 1px solid #C3C5D9;
    background: #FFF;
    padding: 24px;
    margin: 0 0 32px;
}

.enermio-review-wrp .reviews-comment-box:last-child {
    margin: 0;
}

.enermio-review-wrp .reviews-comment-box .user-box {
    display: flex;
    align-items: center;
    padding: 0 0 18px;
    margin: 0 0 18px;
    border-bottom: 1px solid #C3C5D9;
}

.enermio-review-wrp .reviews-comment-box .user-box .user-img {
    height: 48px;
    width: 48px;
    min-width: 48px;
    background: #BBD8FF;
    border-radius: 100%;
    margin-right: 16px;
}

.enermio-review-wrp .reviews-comment-box .user-box .user-img img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.enermio-review-wrp .reviews-comment-box .user-box h4 {
    color: #475467;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.enermio-review-wrp .reviews-comment-box .user-box h5 {
    color: #475467;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.enermio-review-wrp .reviews-comment-box .user-box h4 i {
    color: #BBD8FF;
    margin-left: 6px;
}

.enermio-review-wrp .reviews-comment-box .user-box h6 {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.enermio-review-wrp .reviews-comment-box .comment-body h5 {
    display: flex;
    align-items: center;
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 17px;
}

.enermio-review-wrp .reviews-comment-box .comment-body h5 span {
    color: #006eff;
    margin-left: 15px;
    letter-spacing: 2px;
}

.enermio-review-wrp .reviews-comment-box.enermio-recenze .comment-body h5 span {
    color: #fd9e01;
}

.enermio-review-wrp .reviews-comment-box .comment-body h5 span i:last-child {
    /*color: #DBDBDB;*/
}

.enermio-review-wrp .reviews-comment-box .comment-body h6 {
    color: #475467;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 20px;
}

.enermio-review-wrp .reviews-comment-box .comment-body p {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.enermio-review-wrp .reviews-comment-box .comment-body h3 {
    color: #475467;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.enermio-review-wrp .reviews-comment-box .comment-body a {
    color: #046CFB;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 8px 0 0;
    display: block;
}

.enermio-review-wrp .reviews-comment-box .comment-body a i {
    margin-left: 8px;
}

.enermio-review-wrp .reviews-comment-box .comment-body .reference-slider {
    padding: 0;
}

.enermio-review-wrp .reviews-comment-box .comment-body .description {
    padding: 32px 0 0;
}

.enermio-review-wrp .reviews-comment-box .comment-body .description ul li {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 4px;
    padding-left: 26px;
    position: relative;
}

.enermio-review-wrp .reviews-comment-box .comment-body .description ul li:before {
    position: absolute;
    content: "+";
    height: 18px;
    width: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #046CFB;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.enermio-review-wrp .reviews-comment-box .comment-body .description ul.mins-list li:before {
    content: "-";
    background: #FD9E01;
}

.enermio-review-wrp .reviews-comment-box .comment-replay {
    padding: 24px;
    border-left: 1px solid #046CFB;
    margin: 18px 0 0;
}

.enermio-review-wrp .photovoltaic-block ul.mobile-show {
    display: none;
}

/* **** End Enermio Review **** */


/* **** project-modal **** */
.project-modal {
    background: #404040;
}

.project-modal .modal-dialog {
    max-width: 1100px;
}

.project-modal .modal-dialog .modal-content {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    position: relative;
    border-radius: 8px;
    border: 0px none;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.40), 0px 8px 24px -6px rgba(0, 0, 0, 0.16);
}

.project-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    position: initial;
}

.project-modal .modal-dialog .modal-content .modal-body .row {
    margin: 0;
}

.project-modal .modal-dialog .modal-content .modal-body .col-md-8 {
    padding: 0;
}

.project-modal .modal-dialog .modal-content .modal-body .col-md-4 {
    padding: 0;
}

.project-modal .carousel {
    position: relative;
}

.project-modal .carousel .carousel-item img {
    width: 100%;
    /*min-height: 621px;*/
    object-fit: cover;
    object-position: center;
}

.project-modal .carousel .carousel-control-prev,
.project-modal .carousel .carousel-control-next {
    opacity: 1;
}

.project-modal .carousel .carousel-control-prev .carousel-control-prev-icon,
.project-modal .carousel .carousel-control-next .carousel-control-next-icon {
    opacity: 1;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.40);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.project-modal .carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.project-modal .carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: #046CFB;
}

.project-modal .carousel-description {
    width: 100%;
    height: 100%;
    padding: 32px;
    border-radius: 0px 8px 8px 0px;
    background: #F6F6F6;
}

.project-modal .carousel-description h3 {
    color: #475467;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 0 24px;
    text-align: center;
}

.project-modal .carousel-description ul {
    margin: 0 0 24px;
}

.project-modal .carousel-description ul li {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    display: flex;
}

.project-modal .carousel-description ul li strong {
    font-weight: 700;
    min-width: 120px;
    margin-right: 12px;
}

.project-modal .carousel-description ul li:last-child {
    margin: 0;
}

.project-modal .carousel-description p strong {
    font-weight: 700;
}

.project-modal .carousel-description p {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 56px;
}

.project-modal .carousel-description .btn-primary {
    color: #F5F8FC;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 4px;
    background: #046CFB;
    display: table;
}

.project-modal .carousel-description .btn-primary:hover {
    background: #000;
    color: #fff;
}

.project-modal .btn-close {
    border-radius: 100%;
    background: #DBDBDB;
    width: 24px;
    height: 24px;
    opacity: 1;
    visibility: visible;
    margin: 0;
    z-index: 9;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 121;
    font-size: 16px;
    color: #475467;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.project-modal .btn-close:hover {
    background: #046CFB;
    color: #fff;
}

/* **** End project-modal **** */

.detail-desc {
    padding-top: 15px;
}

.only-one .slick-track {
    margin-left: 0px !important;
    transform: none !important;
}

@media (max-width: 767px) {
    .selectize-dropdown-content {
        max-height: 30vh;
    }
}

@media (min-width: 767px) {
    .selectize-dropdown-content {
        max-height: 150px;
    }

    .margined {
        margin-left: 50px !important;
    }
}

#offerModal2 .modal-content {
    padding: 100px 25px 60px 25px;
}

.wizard-block .check-block {
    border-radius: 8px;
    /*border: 1px solid #C3C5D9;*/
    /*background: #FFF;*/
    padding: 35px 0px 0px 0px;
    display: block;
}


.wizard-block .check-block .check-box h6 {
    color: #046CFB;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 5px;
}

.wizard-block .check-block .check-box ul li {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}

.wizard-block .check-block .check-box ul li:last-child {
    margin: 0;
}

.wizard-block .check-block .check-box ul li a {
    background: #046CFB;
    cursor: default;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    min-width: 28px;
    margin-right: 16px;
}

.wizard-block .check-block .check-box ul li .form-control {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    box-shadow: none;
    outline: none;
    box-shadow: none;
    border-radius: 7.111px;
    border: 1px solid #C3C5D9;
    background: #FFF;
    height: 28px;
}

.wizard-block .check-block .mins-check-box ul li a {
    background: #FD9E01;
}

.wizard-block .check-block h5 {
    color: #046CFB;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

.wizard-block .check-block h5 span {
    color: #FD9E01;
    margin-left: 10px;
}

.wizard-block .check-block h5 span i:last-child {
    color: #DBDBDB;
}


.full-stars .rating-group {
    display: inline-flex;
}

.full-stars .rating__icon {
    pointer-events: none;
}

.full-stars .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.full-stars .rating__input--none {
    display: none;
}

.full-stars .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 18px;
}

.full-stars .rating__icon--star {
    color: orange;
}

.full-stars .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.full-stars .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

.full-stars .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}


.full-stars-example-happy {
    margin-left: 40px;
}

.full-stars-example-happy .rating-group {
    display: inline-flex;
}

.full-stars-example-happy .rating__icon {
    pointer-events: none;
}

.full-stars-example-happy .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.full-stars-example-happy .rating__input--none {
    display: none;
}

.full-stars-example-happy .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 28px;
}

.full-stars-example-happy .rating__icon--star {
    color: orange;
}

.full-stars-example-happy .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.full-stars-example-happy .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

.full-stars-example-happy .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.happy-block {
    padding: 35px 0 0px;
}

.happy-block h5 {
    padding-top: 5px;
    color: #046CFB;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

.success-uploaded {
    border-radius: 12px;
    border: 1px dashed #00ff00;
    background: #c1ffc9;
    padding: 24px;
    position: relative;
    height: 134px;
    text-align: center;

}

.success-uploaded i {
    color: #00ff00;
    font-size: 75px;
}

.uploaded-table {
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
    word-wrap: break-word;
}


.submit button {
    margin: 0px auto;
    border: 0px;
}

.submit {
    text-align: center;
    padding-top: 20px;
}

.dropZone .fa {
    font-size: 45px;
}

.dropZone {
    font-size: 12px;
    color: black;
    line-height: 14px;
}

.dropZone .mobile-only {
    display: none;
}

.dropZone .desktop-only {
    display: none;
}

.hiddenfile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

li.li-fajfka {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    /*font-weight: bold;*/
    line-height: 20px;
    margin: 0 0 4px;
    position: relative;
    padding-left: 24px;
}

li.li-fajfka:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #046CFB;
    left: 0;
    top: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.enermio-review-wrp .photovoltaic-description h3 {
    color: #475467;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 16px;
}

.cursor-pointer {
    cursor: pointer;
}

.t-p {
    display: flex;
    align-items: center;
    color: #046CFB;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    padding: 12px;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid #006EFF;
    background-color: white;
    margin: 0 0 15px 0;
}

.selectize-control.plugin-remove_button .item .remove {
    font-size: 25px;
    padding-top: 0px;
    line-height: 11px;
}

.sec-button {
    display: flex;
    align-items: center;
    color: #046CFB;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 4px;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid #006EFF;
    margin-top: 15px;
}

.wizard .wizard-footer {
    margin-top: 30px;
}

.wizard .wizard-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard .wizard-footer ul li {
    margin-right: 15px;
}

.map-box-calculator {
    width: 100%;
    height: 450px;
}

#kalkulator h3 {
    color: #046CFB;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

}

#kalkulator h3 span {
    font-size: 24px;
}

#kalkulator .add-segment {
    max-width: 400px;
    margin: 0px auto;
}

#kalkulator .number {
    font-size: 24px;
}

#kalkulator .check {
}

#kalkulator .input_wrapper {
    width: 80px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

#kalkulator .input_wrapper .test {
    width: 80px;
    height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #b3b3b3;
    border-radius: 22px;
    position: relative;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#kalkulator .input_wrapper .test:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 34px;
    height: 34px;
    background: #dfeaec;
    z-index: 2;
    border-radius: 22px;
    -webkit-transition: all .35s;
    transition: all .35s;
}

#kalkulator .input_wrapper svg {
    position: absolute;
    top: 44%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 1;
}

#kalkulator .input_wrapper .is_checked {
    width: 18px;
    left: 18%;
    top: 31%;
    /*-webkit-transform: translateX(190%) translateY(-30%) scale(0);*/
    /*transform: translateX(190%) translateY(-30%) scale(0);*/
}

#kalkulator .input_wrapper .is_unchecked {
    width: 15px;
    right: 19%;
    -webkit-transform: translateX(0) translateY(-30%) scale(1);
    transform: translateX(0) translateY(-30%) scale(1);
}

/* Checked State */
#kalkulator .input_wrapper input[type="checkbox"]:checked + .test {
    background: #23da87;
}

#kalkulator .input_wrapper input[type="checkbox"]:checked + .test:after {
    left: calc(100% - 37px);
}

#kalkulator .input_wrapper input[type="checkbox"]:checked + .is_checked {
    /*-webkit-transform: translateX(0) translateY(-30%) scale(1);*/
    /*transform: translateX(0) translateY(-30%) scale(1);*/
}

#kalkulator .input_wrapper input[type="checkbox"]:checked ~ .is_unchecked {
    -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
    transform: translateX(-190%) translateY(-30%) scale(0);
}

#kalkulator .square input {
    padding-left: 6px;

}

#kalkulator .segments td {
    vertical-align: middle;
}

.budget-wrp .container.calc-step2, .budget-wrp .container.calc-step4 {
    max-width: 1262px;
}

#calc-step {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.budget-wrp .container.calc-step2.editor-active {
    max-width: 783px;
}

.calc-step2.editor-active .pad-map, .calc-step4.editor-active .pad-map {
    flex: 0 0 auto;
    width: 100%;
}

.calc-step2.editor-active:not(.editor-active-nodata) .wizard-footer {
    display: none;
}

.budget-wrp .container.calc-step2 .wizard-block, .budget-wrp .container.calc-step4 .wizard-block {
    width: 100%;
}

.budget-wrp .container.calc-step2 .editorOnly {
    display: none;
}

.budget-wrp .container.calc-step2.editor-active .editorOnly {
    display: block;
}

.budget-wrp .container.calc-step2.editor-active .notEditor {
    display: none;
}

.budget-wrp .container.calc-step2.editor-active.editor-active-nodata .hideNoData {
    display: none;

}

.budget-wrp .container.calc-step2 .mainTitle h3, .budget-wrp .container.calc-step4 .mainTitle h3 {
    color: black !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 24px;
}

.container.calc-step2.editor-not-active #map div[role="button"], .container.calc-step4 #map2 div[role="button"] {
    cursor: default !important;
}

.budget-wrp .container.calc-step2 .mainTitle h4, .budget-wrp .container.calc-step4 .mainTitle h4 {
    color: #757575;
    padding: 0 0 20px 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
}

.budget-wrp .container.calc-step2 .ramecekMapy, .budget-wrp .container.calc-step4 .ramecekMapy {
    border: 1px solid #BEC0C3;
    padding: 10px;
    border-radius: 14px;
    background-color: white;
}

.budget-wrp .container.calc-step2 .ramecekMapy h4, .budget-wrp .container.calc-step4 .ramecekMapy h4 {
    color: #046CFB;
    font-size: 17px;
    text-align: center;
    padding: 5px 0px 15px 0px;
}


.budget-wrp .container.calc-step2 .bubble .strecha, .budget-wrp .container.calc-step4 .bubble .strecha {
    font-weight: bold;
    font-size: 16px;
    max-width: 130px;
}


.budget-wrp .container.calc-step2 .button-toggle {
    padding-top: 8px;
    text-align: left;
    max-width: 410px;
    margin: 0px auto;
    padding-left: 27px;
}

.budget-wrp .container.calc-step2 .button-toggle a {
    color: red;
    text-decoration: underline;
}


.budget-wrp .container.calc-step2 .bubble .kusy, .budget-wrp .container.calc-step4 .bubble .kusy {
    font-weight: bold;
    font-size: 16px;
    color: #046CFB;
}

.budget-wrp .container.calc-step2 .bubble, .budget-wrp .container.calc-step4 .bubble {
    position: relative;
    background-color: white;
    border-radius: 22px;
    max-width: 410px;
    margin: 0 auto;
    min-height: 100px;
    padding: 10px 40px 10px 40px;
}

.budget-wrp .container.calc-step2 .bubble:before, .budget-wrp .container.calc-step4 .bubble:before {
    position: absolute;
    content: "";
    background-image: url("../images/panels.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -65px;
    top: -20px;
    height: 124px;
    width: 100px;
    /*-webkit-transform: translate(0, -50%);*/
    /*transform: translate(0, -50%);*/
    /*-webkit-transition: all 0.3s linear;*/
    /*transition: all 0.3s linear;*/
}

.budget-wrp .container.calc-step2 .bubble .error-panel, .budget-wrp .container.calc-step4 .bubble .error-panel {
    font-size: 17px;
    font-weight: bold;
    padding-top: 20px;
    color: red;
    text-align: center;
}


.budget-wrp .container.calc-step2 .ramecekMapy2, .budget-wrp .container.calc-step4 .ramecekMapy2 {
    border: 1px solid #F5F8FC;
    padding: 7px;
    border-radius: 3px;
    background-color: #F5F8FC;
}

.osazeni-strechy .total h3 {
    text-align: center !important;
    font-size: 40px !important;
    font-weight: bold;
    padding: 0 0 10px 0 !important;
    margin: 0 !important;
}

.osazeni-strechy .total h4 {
    text-align: center !important;
    font-size: 35px !important;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}


.totalRoof h3 {
    text-align: center;
    font-size: 25px !important;
    font-weight: bold;
    padding: 0 !important;
    margin: 10px 0 0 0;
}

.totalRoof h4 {
    text-align: center;
    font-size: 20px !important;;
    font-weight: bold;
    padding: 0 !important;
    margin: 3px 0 10px 0;
}


#rocni-spotreba label {
    font-size: 21px;
    font-weight: bold;
    color: #046CFB;
    margin: 0 0 0px;
    text-align: center;
    width: 100%;
}

#rocni-spotreba .hint {
    font-size: 12px;
    font-style: italic;
    text-align: center;
}

#rocni-spotreba .form-control {
    width: 50%;
    margin: 0 auto;
    border-radius: 8px;
    padding-left: 55px;
}

#rocni-spotreba .rocni-elektrina .form-control {
    width: 70%;
}


.hint2 {
    position: absolute;
    top: 38px;
    left: calc(25% + 13px);
    font-weight: bold;
    color: #046CFB;
    font-size: 16px;
}

#rocni-spotreba .rocni-elektrina .hint2 {
    left: calc(15% + 14px);
}

/* **** Landing Page **** */
.landing-banner {
    padding: 70px 0;
    background: url('../images/banner-back.jpg') 0 0 no-repeat;
    background-size: cover;
    position: relative;
}

.landing-banner.module {
    background: none;
}

.landing-banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #003FE1;
    top: 0;
    left: 0;
    opacity: 0.23;
}

.landing-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(3, 24, 52, 1) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
}

.landing-banner .container {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.landing-banner h1 {
    font-size: 56px;
    color: #fff;
    text-align: center;
    line-height: 66px;
    font-family: 'PP Pangram Sans Rounded Bold';
    margin: 0 auto 25px;
}

.landing-banner h6 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0 auto 25px;
    line-height: 26px;
}

.check-rw ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.check-rw ul li {
    margin-right: 20px;
}

.check-rw ul li:last-child {
    margin: 0;
}

.custom-radiobx {
    display: flex;
    align-items: center;
}

.custom-radiobx [type="radio"]:checked,
.custom-radiobx [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radiobx [type="radio"]:checked + label,
.custom-radiobx [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}

.custom-radiobx [type="radio"]:checked + label:before,
.custom-radiobx [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: transparent;
}

.custom-radiobx [type="radio"]:checked + label:after,
.custom-radiobx [type="radio"]:not(:checked) + label:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #FD9E01;
    font-weight: 500;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radiobx [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radiobx [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.serach-blocks {
    max-width: 630px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.serach-blocks .form-group {
    margin: 0;
    position: relative;
    width: 100%;
}

.serach-blocks .form-group i {
    position: absolute;
    top: 23px;
    left: 12px;
    font-size: 24px;
    font-weight: 400;
    color: #046CFB;
}

.serach-blocks .form-control {
    padding: 20px 25px 20px 50px;
    border-radius: 22px;
    border: 2px solid #FD9E01;
    height: auto;
    background: #fff;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
    color: #046CFB;
}

.serach-blocks .form-control::placeholder {
    color: #046CFB;
}

.serach-blocks button {
    padding: 20px 35px;
    text-align: center;
    border-radius: 0 8px 8px 0;
    border: 1px solid #FD9E01;
    background: #FD9E01;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    min-width: 220px;
}

.serach-blocks button:hover {
    background: #046CFB;
    color: #fff;
    border-color: #046CFB;
}


.offers-wrp {
    padding: 45px 0 50px 0;
    background: #F6F6F6;
}

.container-small {
    max-width: 950px;
}

.offers-wrp h6 {
    font-size: 16px;
    font-weight: 600;
    color: #475467;
    text-align: center;
    margin: 0 auto 10px;
}

.offers-wrp h2 {
    font-family: "PP Pangram Sans Rounded Bold";
    font-size: 36px;
    line-height: 46px;
    color: #046CFB;
    max-width: 770px;
    text-align: center;
    margin: 0 auto 40px;
}

.offer-slider .slick-slide {
    margin: 0 10px;
}

.offer-slider .slick-list {
    margin: 0 -10px;
}

.offers-block {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #C3C5D9;
    border-radius: 8px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.offer-title {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.offer-title .offer-ic {
    min-width: 50px;
    margin-right: 15px;
}

.offer-title .offer-ic img {
    width: 50px;
    border-radius: 8px;
}

.offer-dt h3 {
    font-size: 24px;
    /*font-weight: bold;*/
    color: #475467;
    margin: 0;
    line-height: 34px;
}

.offers-block p {
    font-size: 16px;
    font-weight: normal;
    color: #475467;
    line-height: 24px;
    margin: 0 0 20px;
}

.offers-block a {
    font-size: 16px;
    font-weight: 500;
    color: #475467;
}

.offers-block a i {
    margin: 0 0 0 5px;
}

.offers-block a:hover {
    color: #FD9E01;
}

.offers-block:hover {
    background: #046CFB;
    border-color: #046CFB;
    color: #fff;
    cursor: pointer;
}

.offers-block:hover a,
.offers-block:hover p,
.offers-block:hover h3 {
    color: #fff;
}

.jistota-wrp {
    padding: 55px 0;
    background: #fff;
}

.jistota-img img {
    width: 100%;
}

.jistota-data {
    padding: 0 45px 0 0;
}

.jistota-data h2 {
    font-size: 36px;
    color: #046CFB;
    line-height: 46px;
    margin: 0 0 30px;
}

.jistota-data .jistota-img {
    display: none;
}

.jistota-box {
    margin: 0 0 15px;
}

.jistota-box h3 {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #475467;
}

.jistota-box h3 img {
    margin-right: 5px;
}

.jistota-box p {
    font-size: 16px;
    font-weight: normal;
    color: #475467;
    line-height: 25px;
    margin: 0;
    max-width: 500px;
}

.jistota-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0 0;
}

.jistota-slider .slick-dots li {
    line-height: 0;
    margin-right: 10px;
}

.jistota-slider .slick-dots li:last-child {
    margin: 0;
}

.jistota-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    font-size: 0;
    background: #D9D9D9;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.jistota-slider .slick-dots li.slick-active button {
    background: #046CFB;
}

.testimonial-wrp {
    padding: 35px 0;
    background: #F6F6F6;
}

.testimonial-wrp h2 {
    font-size: 36px;
    font-weight: bold;
    color: #046CFB;
    line-height: 42px;
    text-align: center;
    margin: 0 auto 40px;
}

.review-slider .slick-slide {
    margin: 0 10px;
}

.review-slider .slick-list {
    margin: 0 -10px;
}

.review-box {
    padding: 25px 15px;
    border-radius: 6px;
    border: 1px solid #C3C5D9;
    background: #fff;
}

.review-profile {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #C3C5D9;
    margin: 0 0 15px;
}

.review-img {
    min-width: 45px;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    background: #BBD8FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-img img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.review-img h4 {
    font-size: 18px;
    font-weight: bold;
    color: #046CFB;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.review-data h3 {
    font-size: 14px;
    font-weight: bold;
    color: #475467;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
}

.review-data h3 img {
    margin: 0 0 0 5px;
}

.review-data h6 {
    font-size: 12px;
    font-weight: 600;
    color: #475467;
    margin: 0;
}

.review-databox h3 {
    font-size: 16px;
    font-weight: bold;
    color: #046CFB;
    margin: 0 0 10px;
}

.review-raitbx {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}

.review-raitbx h4 {
    margin: 0 15px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #475467;
}

.review-raitbx img {
    margin-right: 0;
}

.review-databox h5 {
    font-size: 14px;
    font-weight: bold;
    color: #475467;
    line-height: 22px;
    margin: 0 0 15px;
}

.review-databox p {
    font-size: 14px;
    font-weight: normal;
    color: #475467;
    line-height: 20px;
    margin: 0 0 15px;
}

.review-databox a {
    display: table;
    font-size: 14px;
    font-weight: normal;
    color: #475467;
    text-decoration: underline;
}

.review-databox a:hover {
    color: #046CFB;
}

.review-slider .slick-prev,
.review-slider .slick-next {
    position: absolute;
    right: -70px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.review-slider .slick-prev:before,
.review-slider .slick-next:before {
    width: 50px;
    height: 50px;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: #C3C5D9;
    font-weight: 400;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.review-slider .slick-prev {
    left: -70px;
    right: auto;
}

.review-slider .slick-prev:before {
    content: "\f060";
}

.review-slider .slick-prev:hover:before,
.review-slider .slick-next:hover:before {
    color: #fff;
    background: #046CFB;
}

.testimonial-wrp .btn-primary {
    margin: 30px auto 0;
}

.landing-service-wrp {
    background: #fff;
}

.landing-service-row {
    padding: 55px 0;
}

.landing-service-row .jistota-data {
    padding: 0 45px 0 0;
}

.landing-service-row:nth-child(odd) .jistota-data {
    padding: 0 0 0 45px;
}

.landing-service-row .jistota-img {
    position: relative;
}

.landing-service-row .jistota-img img {
    border-radius: 8px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.50);
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    font-size: 26px;
    color: #FD9E01;
}

.play-btn:hover {
    background: #fff;
}

.super-easy-wrp {
    padding: 35px 0;
    background: #F6F6F6;
}

.super-easy-wrp h6 {
    font-size: 16px;
    font-weight: 600;
    color: #475467;
    text-align: center;
    margin: 0 auto 10px;
}

.super-easy-wrp h2 {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 36px;
    font-weight: bold;
    color: #046CFB;
    line-height: 41px;
}

.super-easy-wrp .work-block {
    box-shadow: none;
    padding: 0;
}

.landing-servicetwo-wrp {
    background: #fff;
    padding: 55px 0;
}

.top-company-wrp {
    padding: 35px 0;
}

.top-company-wrp h2 {
    font-size: 36px;
    line-height: 42px;
    color: #475467;
    text-align: center;
    margin: 0 auto 30px;
    font-family: "PP Pangram Sans Rounded Bold";

}

.top-company-wrp h2 span {
    color: #046CFB;
}

.company-block {
    margin: 0 0 25px;
}

.company-block {
    position: relative;
    border-radius: 14px;
}

.company-block:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 14px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 110, 255, 1) 0%, rgba(0, 110, 255, 0.5) 100%);
}

.top-company:after {
    background: linear-gradient(to right, rgba(0, 110, 255, 1) 0%, rgba(0, 110, 255, 1) 33%, rgba(0, 110, 255, 0.99) 34%, rgba(255, 255, 255, 0) 100%);
}

.company-block img {
    border-radius: 14px;
    width: 100%;
    height: 200px;
}

.comp-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 35px;
    z-index: 1;
}

.comp-center .row {
    align-items: flex-end;
}

.comp-center h3 {
    font-size: 32px;
    color: #fff;
    font-family: 'PP Pangram Sans Rounded Bold';
    margin: 0;
    height: 60px;
}

.top-company .comp-center h3 {
    font-size: 40px;
    line-height: 30px;
    padding-top: 10px;
}

.comp-center p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    margin: 0 0 15px;
}

.top-company p {
    margin: 0;
}

.top-company .btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.comp-center .btn-group a.btn-read {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.comp-center .btn-group a.btn-read i {
    margin: 0 0 0 5px;
}

.comp-center .btn-group a.btn-read:hover {
    color: #FD9E01;
}

.pay-wrp {
    padding: 10px 0;
    background: #046CFB;
}

.paybox img {
    margin: 0 auto;
}

.implementation-references-wrp {
    padding: 35px 0;
}

.implementation-references-wrp h2 {
    font-size: 36px;
    line-height: 42px;
    color: #046CFB;
    text-align: center;
    margin: 0 auto;
    font-family: "PP Pangram Sans Rounded Bold";

}

.implementation-img img {
    width: 100%;
    border-radius: 8px;
}

.implementation-data {
    padding: 15px 0;
}

.implementation-data h3 {
    font-size: 14px;
    font-weight: bold;
    color: #475467;
    line-height: 22px;
    margin: 0 0 5px;
}

.implementation-data h3 span {
    font-weight: normal;
    display: block;
}

.implementation-data .btn-read {
    font-size: 14px;
    font-weight: 600;
    color: #046CFB;
}

.implementation-data .btn-read:hover {
    color: #333;
}

.power-house-wrp {
    padding: 55px 0 25px;
    background: #fff;
}

.power-title h2 {
    font-family: "PP Pangram Sans Rounded Bold";
    font-size: 36px;
    color: #475467;
    line-height: 42px;
    margin: 0 0 15px;
}

.power-title h2 span {
    color: #046CFB;
}

.power-title p {
    font-size: 18px;
    font-weight: normal;
    color: #475467;
    line-height: 26px;
    margin: 0 0 30px;
}

.power-box {
    padding: 25px 15px;
    background: #FEEED3;
    border-radius: 14px;
    margin: 0 0 30px;
}

.power-row .power-box.evenbox {
    background: #E7F2FF;
}

.power-head {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    min-height: 45px;
}

.power-head img {
    margin-right: 10px;
}

.power-head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 22px;
}

.power-box p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
}

.enermio-tip-wrp {
    padding: 30px 0;
}

.enermio-tip-wrp h6 {
    font-size: 16px;
    font-weight: 600;
    color: #475467;
    text-align: center;
    margin: 0 auto 15px;
}

.enermio-tip-wrp h2 {
    font-size: 36px;
    font-weight: bold;
    color: #475467;
    text-align: center;
    line-height: 46px;
    margin: 0 auto 15px;
}

.enermio-tip-wrp h2 span {
    color: #046CFB;
}

.enermio-tip-wrp a {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #475467;
}

.enermio-tip-wrp a:hover {
    color: #046CFB;
}


.verified-companies-wrp {
    padding: 25px 0 45px;
    background: #fff;
}

.verified-companies-wrp .container {
    max-width: 1076px;
}

.verified-companies-wrp h3 {
    text-align: center;
    margin: 0 auto 35px;
    font-size: 18px;
    font-weight: 600;
    color: #667085;
}

.verified-companies-wrp h3 span {
    color: #046CFB;
}

.verifi-slider .slick-slide {
    margin: 0 15px;
}

.verifi-slider .slick-list {
    margin: 0 -15px;
}

.verify-bx {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.verify-bx img {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.landing-faq-wrp h2 {
    color: #046CFB;
}

/* **** End Landing Page **** */


.serach-blocks #result {
    margin-top: 5px;
    padding: 5px 10px 5px 10px;
    border: 1px solid black;
    border-radius: 6px;
    background-color: white;
}


.offer-slider .slick-slide {
    margin: 0 10px;
}

.offer-slider .slick-list {
    margin: 0 -10px;
}

.offers-block {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #C3C5D9;
    border-radius: 22px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.offer-title {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.offer-title .offer-ic {
    min-width: 50px;
    margin-right: 15px;
}

.offer-title .offer-ic img {
    width: 50px;
    border-radius: 8px;
}

.offer-dt h3 {
    font-family: 'PP Pangram Sans Rounded Bold';
    font-size: 24px;
    /*font-weight: bold;*/
    color: #FFFFFF;
    margin: 0;
    line-height: 34px;
}


.offers-block p {
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0 0;
}

.offers-block ul li {
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
    list-style: disc;
}

.offers-block ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.offers-block a {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.offers-block a i {
    margin: 0 0 0 5px;
}

.offers-block a:hover {
    color: #FD9E01;
}

.offers-block:hover {
    background: #046CFB;
    border-color: #046CFB;
    color: #fff;
}

.offers-block:hover a,
.offers-block:hover p,
.offers-block:hover h3 {
    color: #fff;
}


.jistota-wrp {
    padding: 55px 0;
    background: #fff;
}

.jistota-img img {
    width: 100%;
}

.jistota-data {
    padding: 0 45px 0 0;
}

.jistota-data h2 {
    font-size: 36px;
    color: #046CFB;
    line-height: 46px;
    margin: 0 0 30px;
    font-family: "PP Pangram Sans Rounded Bold";
}

.jistota-data .jistota-img {
    display: none;
}

.jistota-box {
    margin: 0 0 15px;
}

.jistota-box h3 {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #475467;
}

.jistota-box h3 img {
    margin-right: 5px;
}

.jistota-box p {
    font-size: 16px;
    font-weight: normal;
    color: #475467;
    line-height: 25px;
    margin: 0;
    max-width: 500px;
}

.jistota-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0 0;
}

.jistota-slider .slick-dots li {
    line-height: 0;
    margin-right: 10px;
}

.jistota-slider .slick-dots li:last-child {
    margin: 0;
}

.jistota-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    font-size: 0;
    background: #D9D9D9;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.jistota-slider .slick-dots li.slick-active button {
    background: #046CFB;
}

.enermio-review-wrp .reference-slider2 .slick-slide {
    margin: 0 9px;
}

.enermio-review-wrp .reference-slider2 .slick-list {
    margin: 0 -9px;
}

.enermio-review-wrp .reference-slider2 .slider-box img {
    width: 100%;
    border-radius: 8px;
    margin: 0 0 14px;
}

.enermio-review-wrp .reference-slider2 .slider-box h5.locality {
    color: #222;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 3px;
    margin: 0;
}

.enermio-review-wrp .reference-slider2 .slider-box h5.company {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
    margin: 0;
}

.enermio-review-wrp .reference-slider2 .slider-box .vice {
    font-size: 17px;
    font-weight: bold;
}

.budget-wrp .submitForm .form-group {
    margin: 0;
    position: relative;
}


.budget-wrp .submitForm .form-group .form-control {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #C3C5D9;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
    padding-left: 42px;
}

.budget-wrp .submitForm .form-group i {
    position: absolute;
    left: 28px;
    bottom: 12px;
    color: #475467;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.budget-wrp .submitForm .tel-form-group select.form-control {
    position: absolute;
    left: 55px;
    top: 77%;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-right: 1px solid #c3c5d9;
    background-image: url(../images/downic.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 5px;
    width: auto;
    padding: 0 22px 0 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.budget-wrp .submitForm .tel-form-group .form-control {
    padding: 10px 15px 10px 110px;
}

.budget-wrp .submitForm label {
    margin-top: 30px;
}

.comp-center .img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.company-block .img img {
    border-radius: 14px;
    width: 100%;
    height: 100%;
}

.pp1 {
    padding-top: 66px;
    padding-bottom: 66px;
}

#kalkulator h1 {
    color: #046CFB;
    font-size: 45px;
    text-align: center;
    line-height: 55px;
    font-family: 'PP Pangram Sans Rounded Bold';
    margin: 0 auto 13px;
}

#kalkulator h6 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin: 30px auto 13px;
    line-height: 26px;
}

.search-blocks-small .form-group, .calc-step1 .form-group {
    margin: 0;
    position: relative;
    width: 100%;
}

.search-blocks-small .form-control, .calc-step1 .form-control {
    padding: 10px 0 10px 30px;
    border-radius: 22px;
    height: auto;
    background: #fff;
    box-shadow: none;
    /*font-size: 18px;*/
    font-weight: 600;
    color: #046CFB;
}

.search-blocks-small .form-control::placeholder {
    color: #046CFB;
    opacity: 1; /* Firefox */
}

.search-blocks-small .form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #046CFB;
}

.search-blocks-small .form-group i, .calc-step1 .form-group i {
    position: absolute;
    top: 14px;
    left: 8px;
    font-size: 17px;
    font-weight: 400;
    color: #046CFB;
}

.osazeni-strechy-html {
    padding-top: 30px;
}

#kalkulator .row.total {
    padding-top: 60px;
}

.form-group .error_calc {
    display: none;
}

.form-group.show-error .error_calc {
    display: block;
    position: absolute;
    top: 12px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: red;
}


.serach-blocks .form-group.show-error .form-control {
    padding-top: 40px;
}

.serach-blocks .form-group.show-error i {
    top: 43px;
}

.pgbold {
    font-family: 'PP Pangram Sans Rounded Bold';
}


.search-blocks-small .form-group.show-error .error_calc, .calc-step1 .form-group.show-error .error_calc {
    display: block;
    position: absolute;
    top: 12px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0 15px 0 15px;
    line-height: 14px;
}


.search-blocks-small .form-group.show-error .form-control, .calc-step1 .form-group.show-error .form-control {
    padding-top: 40px;
}

.search-blocks-small .form-group.show-error i, .calc-step1 .form-group.show-error i {
    top: 43px;
}

.editor-2 .hide-editor2 {
    display: none !important;
}

#vyuziti-fve h3 {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    font-size: 24px;
}


#don1 h3 {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    font-size: 24px;
}

#vyuziti-fve h4 {
    text-align: center;
    padding-bottom: 25px;
    font-size: 26px;
}

.vyber-verze {
    padding-top: 20px;
}

.vyber-verze .title {
    padding-bottom: 20px;
    text-align: center;
}

.vyber-verze .verze img {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
}

.vyber-verze .verze {
    background-color: white;
    border-radius: 22px;
    max-width: 500px;
    margin: 0 auto 30px auto;
    cursor: pointer;
    position: relative;
}

.vyber-verze .verze h3 {
    margin: 0 0 0 0 !important;
    padding: 15px 0 0 0 !important;
    font-size: 24px;

}

.vyber-verze .verze h4 {
    margin: 0 0 0 0 !important;
    padding: 0 0 15px 0 !important;
    font-size: 20px;
    text-align: center;
}


.vyber-verze .verze.verze-active {
    background-color: #046CFB;;
}

.vyber-verze .verze.verze-active img {
    display: block;
}

.vyber-verze .verze.verze-active h3 {
    color: white !important;
}

.vyber-verze .verze.verze-active h4 {
    color: white;
}

#vyuziti-fve img {
    display: inline;
}

.zobrazit-hodnoty {
    text-align: center;
}

#don1 {
    /*padding-top:117px;*/
}


.spodni-odemknout {
    position: relative;
    top: 207px;
}

.horni-odemknout {
    position: relative;
    top: 207px;
}

.max-height-content .part {
    overflow: hidden;
}

.custom-tooltip {
    padding: 2px 10px 5px;
    border-radius: 8px;
}

.custom-tooltip .title {
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 3px;
}

.custom-tooltip span {
    font-weight: bold;
}

.zobrazit-hodnoty.mobile {
    display: none;
}


.vyber-verze2 {
    padding-top: 20px;
}

.vyber-verze2 .title {
    padding-bottom: 20px;
    text-align: center;
}

.vyber-verze2 .verze2 img {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
}

.vyber-verze2 .verze2 {
    background-color: white;
    border-radius: 22px;
    max-width: 500px;
    margin: 0 auto 30px auto;
    cursor: pointer;
    position: relative;
}

.vyber-verze2 .verze2 h3 {
    margin: 0 0 0 0 !important;
    padding: 15px 0 0 0 !important;
    font-size: 24px;

}

.vyber-verze2 .verze2 h4 {
    margin: 0 0 0 0 !important;
    padding: 0 0 15px 0 !important;
    font-size: 20px;
    text-align: center;
}


.vyber-verze2 .verze2.verze-active {
    background-color: #046CFB;;
}

.vyber-verze2 .verze2.verze-active img {
    display: block;
}

.vyber-verze2 .verze2.verze-active h3 {
    color: white !important;
}

.vyber-verze2 .verze2.verze-active h4 {
    color: white;
}

.preference-block .ads-m-img {
    display: none;
}

.rekl {
    text-align: right;
    font-size: 12px;
    color: grey;
    padding-right: 10px;
}


.load-more {
    display: none;
}

.landing-banner .mock-title {
    color: white !important;
    padding: 40px 0 20px 0;
}

.landing-banner .mock img {
    width: 100%;
}

.landing-banner .mock img.m {
    display: none;
}


#kalkulator .mock {
    padding: 20px 0px 0px 0px;
}


#kalkulator .mock img {
    width: 100%;
    border-radius: 0px 0px 22px 22px
}

#kalkulator .mock img.m {
    display: none;
}


.pp1 {
    padding-left: 132px;
    padding-right: 132px;
}

.container.calc-step1 {
    max-width: 950px;
}

.serach-blocks .module-result {
    margin-top: 5px;
    padding: 5px 10px 5px 10px;
    border: 1px solid black;
    border-radius: 6px;
    background-color: white;
}

.cookie-lista {
    z-index: 10000;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: auto;
    bottom: 0;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #046CFB;
    border-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
    background-color: white;
}

.cookie-lista .content {
    padding: 15px;
}

.cookie-lista button, .cookie-lista button:hover {
    border: 1px solid #046CFB;
    color: #046CFB;
    font-weight: bold;
    background-color: white;
}

.enermio-review-wrp .reviews-comment-box .user-box h4 span {
    color: #BBD8FF;
    /*font-weight: normal;*/
}


.spodni-rr {
    z-index: 10000;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: auto;
    bottom: 0;
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    display: none;
}

.spodni-rr .image-hidden {
    display: none;
}

.spodni-rr .image-shown {
    display: none;
}


.spodni-rr img {
    width: 100%;
}

.spodni-rr button, .spodni-rr button:hover {
    width: 100%;
}
