﻿@font-face {
    font-family: "Satoshi-Regular";
    font-weight: "normal";
    font-style: "normal";
    font-display: swap;
    src: url("../css/fonts/Satoshi-Regular.eot");
    src: url("../css/fonts/Satoshi-Regular.eot?#iefix") format("embedded-opentype"),url("../css/fonts/Satoshi-Regular.woff") format("woff"),url("../css/fonts/Satoshi-Regular.ttf") format("truetype"),url("../css/fonts/Satoshi-Regular.svg#Satoshi-Regular") format("svg")
}

@font-face {
    font-family: "Satoshi-Light";
    font-weight: "normal";
    font-style: "normal";
    font-display: swap;
    src: url("../css/fonts/Satoshi-Light.eot");
    src: url("../css/fonts/Satoshi-Light.eot?#iefix") format("embedded-opentype"),url("../css/fonts/Satoshi-Light.woff") format("woff"),url("../css/fonts/Satoshi-Light.ttf") format("truetype"),url("../css/fonts/Satoshi-Light.svg#Satoshi-Light") format("svg")
}

@font-face {
    font-family: "Satoshi-Medium";
    font-weight: "normal";
    font-style: "normal";
    font-display: swap;
    src: url("../css/fonts/Satoshi-Medium.eot");
    src: url("../css/fonts/Satoshi-Medium.eot?#iefix") format("embedded-opentype"),url("../css/fonts/Satoshi-Medium.woff") format("woff"),url("../css/fonts/Satoshi-Medium.ttf") format("truetype"),url("../css/fonts/Satoshi-Medium.svg#Satoshi-Medium") format("svg")
}

@font-face {
    font-family: "Satoshi-Bold";
    font-weight: "normal";
    font-style: "normal";
    font-display: swap;
    src: url("../css/fonts/Satoshi-Bold.eot");
    src: url("../css/fonts/Satoshi-Bold.eot?#iefix") format("embedded-opentype"),url("../css/fonts/Satoshi-Bold.woff") format("woff"),url("../css/fonts/Satoshi-Bold.ttf") format("truetype"),url("../css/fonts/Satoshi-Bold.svg#Satoshi-Bold") format("svg")
}

html {
    height: 100%
}

body {
    font-size: 16px;
    font-family: "Satoshi-Regular";
    color: #032564;
    position: relative
}

a, .btn {
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

    a:hover, .btn:hover {
        text-decoration: none
    }

:focus {
    outline: 0 !important
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

@media(max-width: 991.98px) {
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    body {
        font-size: 15px
    }
}

@media(max-width: 767.98px) {
    body {
        font-size: 14px
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #e3e3e3;
    border-radius: 30px
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    background-color: #91ce3a;
    border-radius: 30px
}

@media(min-width: 1500px) {
    .container {
        max-width: 1464px
    }
}

@media(max-width: 767.98px) {
    .container {
        max-width: 100%
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(40);
        -ms-transform: scale(40);
        -o-transform: scale(40);
        transform: scale(40)
    }
}

.ripple-effect-dark, .ripple-effect {
    overflow: hidden;
    position: relative;
    z-index: 1
}

    .ripple-effect span.ripple-overlay, .ripple-effect-dark span.ripple-overlay {
        -webkit-animation: ripple .9s;
        -o-animation: ripple .9s;
        animation: ripple .9s;
        border-radius: 100%;
        background: #fff;
        height: 12px;
        position: absolute;
        width: 12px;
        line-height: 12px;
        opacity: .2;
        pointer-events: none;
        z-index: 0
    }

    .ripple-effect-dark span.ripple-overlay {
        background: #000;
        opacity: .07
    }

.range-slider {
    background-color: #fff;
    padding: 55px 0 75px 0;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.range-slider-tooltip {
    position: absolute;
    bottom: 55px
}

    .range-slider-tooltip span {
        position: absolute;
        text-align: center;
        display: block;
        color: #414042;
        font-size: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        font-family: "Satoshi-Medium"
    }

.range-slider-input {
    -webkit-appearance: none;
    width: 100%
}

    .range-slider-input:focus {
        outline: none
    }

    .range-slider-input::before, .range-slider-input::after {
        display: none
    }

    .range-slider-input::-webkit-slider-runnable-track {
        width: 100%;
        height: 86px;
        cursor: pointer;
        background: linear-gradient(90deg, #dbe8ff 7.53%, #032564 93.39%),url(<path-to-image>),#d3d3d3 50%/cover no-repeat;
        padding-left: 5px;
        padding-right: 5px;
        border: 0px solid #010101
    }

    .range-slider-input::-webkit-slider-thumb {
        height: 124px;
        width: 3px;
        background: #000;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -15px
    }

@media(max-width: 1599px) {
    .range-slider {
        padding: 45px 15px 65px 15px
    }

    .range-slider-tooltip {
        bottom: 45px
    }
}

@media(max-width: 1399.98px) {
    .range-slider {
        padding: 40px 0 60px 0
    }

    .range-slider-tooltip {
        bottom: 35px
    }
}

@media(max-width: 1199.98px) {
    .range-slider {
        padding: 30px 0 50px 0
    }

    .range-slider-input::-webkit-slider-runnable-track {
        height: 75px;
        padding-left: 5px;
        padding-right: 5px
    }

    .range-slider-input::-webkit-slider-thumb {
        height: 110px
    }

    .range-slider-tooltip span {
        font-size: 18px
    }
}

@media(max-width: 767.98px) {
    .range-slider-input::-webkit-slider-runnable-track {
        height: 55px;
        padding-left: 5px;
        padding-right: 5px
    }

    .range-slider-input::-webkit-slider-thumb {
        height: 80px;
        margin-top: -10px
    }

    .range-slider-tooltip span {
        font-size: 14px
    }
}

.header {
    background-color: #032564
}

    .header .navbar {
        padding: 10px 0
    }

    .header .actionBtn {
        color: #fff
    }

        .header .actionBtn em {
            padding-right: 12px;
            color: #91ce3a
        }

        .header .actionBtn a {
            color: #fff
        }

            .header .actionBtn a:hover {
                color: #91ce3a
            }

        .header .actionBtn p {
            font-size: 22px
        }

@media(max-width: 1399.98px) {
    .header .actionBtn p {
        font-size: 20px
    }
}

@media(max-width: 991.98px) {
    .header .actionBtn p {
        font-size: 18px
    }

    .header .navbar-brand img {
        max-width: 150px
    }
}

@media(max-width: 575.98px) {
    .header .actionBtn p {
        font-size: 16px
    }

    .header .navbar-brand img {
        max-width: 120px
    }

    .header .navbar {
        padding: 5px 0
    }
}

@media(max-width: 380px) {
    .header .actionBtn p {
        font-size: 14px
    }

    .header .actionBtn em {
        padding-right: 6px
    }

    .header .navbar-brand img {
        max-width: 100px
    }
}

.footer {
    background-color: #032564;
    padding: 60px 0 0
}

.footer_inner_link {
    margin-top: 50px
}

.footer_inner_menu ul li:not(:last-child) {
    margin-right: 50px
}

.footer_inner_menu ul li a {
    font-size: 18px;
    font-family: "Satoshi-Medium";
    color: #fff
}

    .footer_inner_menu ul li a:hover {
        color: #91ce3a
    }

.footer_inner_social {
    margin: 40px 0
}

    .footer_inner_social li:not(:last-child) {
        margin-right: 30px
    }

    .footer_inner_social li a {
        color: #fff;
        transition: all .5s ease-in-out
    }

        .footer_inner_social li a:hover {
            transform: scale(1.1)
        }

        .footer_inner_social li a em {
            font-size: 30px
        }

.footer_copyright {
    color: #fff;
    background-color: #0c1a33;
    padding: 10px 0
}

@media(max-width: 1399.98px) {
    .footer {
        padding: 50px 0 0
    }
}

@media(max-width: 1199.98px) {
    .footer {
        padding: 40px 0 0
    }

    .footer_inner_logo img {
        max-width: 250px
    }

    .footer_inner_link {
        margin-top: 40px
    }

    .footer_inner_menu ul li:not(:last-child) {
        margin-right: 40px
    }
}

@media(max-width: 991.98px) {
    .footer {
        padding: 30px 0 0
    }

    .footer_inner_logo img {
        max-width: 220px
    }

    .footer_inner_link {
        margin-top: 30px
    }

    .footer_inner_menu ul li a {
        font-size: 16px
    }

    .footer_inner_menu ul li:not(:last-child) {
        margin-right: 30px
    }

    .footer_inner_social {
        margin: 30px 0
    }

        .footer_inner_social li:not(:last-child) {
            margin-right: 25px
        }

        .footer_inner_social li a em {
            font-size: 25px
        }
}

@media(max-width: 767.98px) {
    .footer_inner_logo img {
        max-width: 190px
    }

    .footer_inner_link {
        margin-top: 20px
    }

    .footer_inner_menu ul li:not(:last-child) {
        margin-right: 25px
    }
}

@media(max-width: 575.98px) {
    .footer {
        padding: 20px 0 0
    }

    .footer_inner_logo img {
        max-width: 160px
    }

    .footer_inner_menu ul li a {
        font-size: 15px
    }

    .footer_inner_menu ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px
    }

    .footer_inner_social {
        margin: 20px 0
    }

        .footer_inner_social li:not(:last-child) {
            margin-right: 20px
        }

        .footer_inner_social li a em {
            font-size: 22px
        }

    .footer_copyright {
        padding: 6px 0
    }
}

.btn {
    cursor: pointer;
    line-height: normal;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    font-size: 18px;
    font-family: "Satoshi-Bold"
}

    .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .btn:focus {
        box-shadow: none
    }

    .btn.btn-md {
        height: 50px
    }

    .btn.btn-sm {
        height: 45px;
        font-size: 15px
    }

@media(max-width: 767.98px) {
    .btn.btn-sm {
        font-size: 14px;
        height: 40px
    }
}

.btn.btn-primary {
    border: 0;
    color: #fff;
    background-color: #91ce3a
}

    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #7eb82e
    }

.btn-icon {
    font-size: 18px
}

    .btn-icon em {
        margin-left: 10px;
        font-size: 12px
    }

@media(max-width: 1199.98px) {
    .btn {
        padding: 10px 15px 11px;
        font-size: 14px
    }

    .btn-icon em {
        font-size: 10px;
        margin-left: 8px
    }
}

.commonHead_title {
    font-size: 60px;
    font-family: "Satoshi-Bold";
    line-height: 1.2;
    color: #032564
}

.commonHead_description {
    font-size: 22px;
    line-height: 28px;
    color: #414042;
    margin-bottom: 25px
}

.commonHead_subTitle {
    font-size: 40px;
    font-family: "Satoshi-Bold";
    margin-bottom: 25px;
    color: #032564
}

.commonHead p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Satoshi-Regular";
    color: #414042;
    margin-bottom: 0
}

@media(max-width: 1399.98px) {
    .commonHead_title {
        font-size: 50px
    }

    .commonHead_subTitle {
        font-size: 35px
    }

    .commonHead_description {
        font-size: 20px
    }
}

@media(max-width: 1199.98px) {
    .commonHead_title {
        font-size: 40px;
        line-height: 1.1
    }

    .commonHead_subTitle {
        font-size: 30px;
        margin-bottom: 20px;
        margin-bottom: 12px
    }

    .commonHead_description {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px
    }
}

@media(max-width: 991.98px) {
    .commonHead_title {
        font-size: 30px
    }

    .commonHead_subTitle {
        font-size: 25px;
        margin-bottom: 15px
    }

    .commonHead_description {
        font-size: 16px;
        line-height: 24px
    }

    .commonHead p {
        font-size: 16px;
        line-height: 24px
    }
}

@media(max-width: 767.98px) {
    .commonHead_title {
        font-size: 25px;
        line-height: normal
    }

    .commonHead_subTitle {
        font-size: 20px
    }
}

@media(max-width: 575.98px) {
    .commonHead_title {
        font-size: 20px
    }

    .commonHead_subTitle {
        font-size: 18px
    }

    .commonHead_description {
        font-size: 15px;
        line-height: normal
    }

    .commonHead p {
        font-size: 15px;
        line-height: normal
    }
}

.form-check {
    margin-bottom: 0
}

.form-check-input {
    background-color: rgba(0,0,0,0);
    border-color: #d0d5dd;
    height: 24px;
    width: 24px;
    cursor: pointer
}

    .form-check-input:focus {
        border-color: #d0d5dd;
        box-shadow: none
    }

    .form-check-input:checked {
        background-color: #91ce3a;
        border-color: #91ce3a
    }

.form-check-label {
    color: #fff;
    font-family: "Satoshi-Regular";
    font-size: 18px;
    line-height: 30px;
    padding-left: 20px
}

@media(max-width: 991.98px) {
    .form-check-input {
        height: 20px;
        width: 20px
    }

    .form-check-label {
        font-size: 16px;
        line-height: normal;
        padding-left: 15px
    }
}

@media(max-width: 575.98px) {
    .form-check-input {
        height: 18px;
        width: 18px
    }

    .form-check-label {
        font-size: 15px;
        line-height: normal;
        padding-left: 10px
    }
}

.modal-header h5 {
    font-size: 24px;
    color: #000;
    font-family: "Satoshi-Bold"
}

.modal-header .btn-close:focus {
    box-shadow: none
}

.modal .performanField h5 {
    font-size: 24px;
    color: #000;
    font-family: "Satoshi-Bold"
}

.modal .performanField .btn-sm {
    min-width: 120px
}

@media(max-width: 767.98px) {
    .modal .performanField h5 {
        font-size: 20px
    }

    .modal .performanField .btn-sm {
        min-width: 100px;
        height: 40px
    }
}

@media(max-width: 575.98px) {
    .modal .performanField h5 {
        font-size: 18px
    }

    .modal .performanField .btn-sm {
        min-width: 90px
    }
}

.modal-body .table th {
    font-size: 18px;
    color: #000;
    font-family: "Satoshi-Bold"
}

@media(max-width: 991.98px) {
    .modal-header h5 {
        font-size: 20px
    }

    .modal-body .table th {
        font-size: 16px
    }
}

@media(max-width: 575.98px) {
    .modal-header h5 {
        font-size: 18px
    }

    .modal-body .table th {
        font-size: 15px
    }
}

@font-face {
    font-family: "icomoon";
    src: url("../css/fonts/icomoon.eot?ni7jmo");
    src: url("../css/fonts/icomoon.eot?ni7jmo#iefix") format("embedded-opentype"),url("../css/fonts/icomoon.ttf?ni7jmo") format("truetype"),url("../css/fonts/icomoon.woff?ni7jmo") format("woff"),url("../css/fonts/icomoon.svg?ni7jmo#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=solarhub-], [class*=" solarhub-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.solarhub-close:before {
    content: ""
}

.solarhub-plus:before {
    content: ""
}

.solarhub-edit:before {
    content: ""
}

.solarhub-cooktop:before {
    content: ""
}

.solarhub-ev-charger:before {
    content: ""
}

.solarhub-heat-pump:before {
    content: ""
}

.solarhub-user:before {
    content: ""
}

.solarhub-arrow:before {
    content: ""
}

.solarhub-arrow-down:before {
    content: ""
}

.solarhub-arrow-up:before {
    content: ""
}

.solarhub-air-conditioner:before {
    content: ""
}

.solarhub-location:before {
    content: ""
}

.solarhub-info:before {
    content: ""
}

.solarhub-check-outline:before {
    content: ""
}

.solarhub-list:before {
    content: ""
}

.solarhub-offer:before {
    content: ""
}

.solarhub-money:before {
    content: ""
}

.solarhub-invoice:before {
    content: ""
}

.solarhub-clock:before {
    content: ""
}

.solarhub-coin:before {
    content: ""
}

.solarhub-phone:before {
    content: ""
}

.solarhub-battery:before {
    content: ""
}

.solarhub-check:before {
    content: ""
}

.solarhub-octagon:before {
    content: ""
}

.solarhub-twitter:before {
    content: ""
}

.solarhub-linkedin:before {
    content: ""
}

.solarhub-youtube:before {
    content: ""
}

.solarhub-facebook:before {
    content: ""
}

.common-productList .productBox.selected {
    background-color: rgba(145,206,58,.1) !important;
    border-color: #91ce3a
}

    .common-productList .productBox.selected .price label {
        color: #000
    }

.common-productList .productBox.total {
    background-color: #032564 !important;
    border-color: #032564;
    
}
    .common-productList .productBox.total .price label {
        color: #fff
    }

@media(min-width: 1500px) {
    .common-productList .productBox-home {
        padding: 20px 30px 20px 30px;
        min-height: 100px
    }
}

.common-productList li {
    padding: 25px 30px 25px 30px;
    border: 1px solid #d7d7d7;
    min-height: 120px
}

    .common-productList li:not(:last-child) {
        margin-bottom: 10px
    }

    .common-productList li .productList {
        position: relative;
        width: 50%
    }

        .common-productList li .productList:first-child {
            margin-right: 35px;
            padding-right: 35px;
            flex-shrink: 0
        }

           /* .common-productList li .productList:first-child:before {
                content: "";
                position: absolute;
                width: 2px;
                height: 55px;
                background-color: #d7d7d7;
                right: 0;
                top: 50%;
                transform: translateY(-50%)
            }*/

        .common-productList li .productList em {
            font-size: 45px;
            color: #032564
        }

        .common-productList li .productList .check-label, .common-productList li .productList span {
            color: #000;
            font-size: 18px;
            display: flex;
            font-family: "Satoshi-Medium";
            padding-left: 20px;
            align-items: center;
            line-height: normal
        }

        .common-productList li .productList.price label {
            font-size: 16px;
            color: #767676
        }

        .common-productList li .productList.price .text p {
            font-size: 16px;
            color: #000;
            margin-bottom: 0
        }

        .common-productList li .productList.price .form-check:not(:last-child), .common-productList li .productList.price .text:not(:last-child) {
            margin-bottom: 5px
        }

@media(min-width: 1400px) {
    .common-productList-card {
        padding: 0 80px
    }
}

.common-productList-card li {
    background-color: #fff;
    padding: 25px 30px 25px 20px
}

@media(min-width: 767.98px) {
    .common-productList-card li .productList-left {
        width: 340px
    }
}

.common-productList .productBtn {
    margin-top: 20px
}

    .common-productList .productBtn em {
        font-size: 15px;
        margin-left: 10px
    }

@media(max-width: 1500px) {
    .common-productList li {
        padding: 20px;
        min-height: 100px
    }

        .common-productList li.productBox-home {
            min-height: 93px
        }

        .common-productList li .productList .check-label {
            font-size: 16px
        }

        .common-productList li .productList em {
            font-size: 30px;
            margin-right: 15px
        }

        .common-productList li .productList:first-child {
            margin-right: 20px;
            padding-right: 20px
        }
}

@media(min-width: 1400px) {
    .common-productList-card li .productList em {
        margin-right: 0
    }

    .common-productList-card li .productList .check-label, .common-productList-card li .productList span {
        padding-left: 30px;
        font-size: 22px
    }
}

@media(max-width: 1399.98px) {
    .common-productList li {
        padding: 10px 15px;
        min-height: 85px
    }

        .common-productList li .productList .check-label {
            line-height: normal
        }

        .common-productList li .productList.price label {
            font-size: 15px;
            line-height: normal
        }
}

@media(max-width: 1199.98px) {
    .common-productList .productBtn em {
        font-size: 10px
    }

    .common-productList li .productList em {
        margin-right: 0
    }
}

@media(max-width: 991.98px) {
    .common-productList li .productList em {
        font-size: 24px;
        line-height: normal
    }
}

@media(max-width: 767.98px) {
    .common-productList li .productList span {
        font-size: 16px
    }

    .common-productList li .productList.price .text p {
        font-size: 14px
    }
}

@media(max-width: 575.98px) {
    .common-productList li .productList {
        padding-top: 20px;
        width: auto;
    }

        .common-productList li .productList:first-child {
            padding: 0 5px 5px 0;
            margin-right: 0
        }

            .common-productList li .productList:first-child:before {
                position: inherit
            }

        .common-productList li .productList.price .form-check:not(:last-child) {
            margin-bottom: 5px
        }

        .common-productList li .productList .check-label {
            font-size: 14px;
            padding-left: 12px
        }

        .common-productList li .productList span {
            padding-left: 12px
        }

        .common-productList li .productList em {
            font-size: 20px
        }
}

.dropdownBox {
    border: 1px solid rgba(0,0,0,.08);
    background: #f2f7f9;
    padding: 20px;
    border-radius: 0;
    position: relative;
    margin: 0 auto
}

    .dropdownBox .btn-close {
        position: absolute;
        right: 20px;
        font-size: 13px;
        z-index: 11;
        top: 25px
    }

        .dropdownBox .btn-close:focus {
            box-shadow: none
        }

.dropdownBox_head {
    border-bottom: 1px solid rgba(3,37,100,.21)
}

.dropdownBox_head_title {
    color: #000;
    font-family: "Satoshi-Medium";
    font-size: 20px;
    line-height: normal;
    margin-bottom: 13px;
    padding-right: 25px
}

.dropdownBox_cnt {
    padding-top: 18px
}

    .dropdownBox_cnt p {
        color: #414042;
        font-family: "Satoshi-Regular";
        font-size: 16px;
        line-height: normal;
        padding-left: 24px
    }

.dropdownBox_details {
    margin-top: 12px;
    padding-bottom: 12px
}

    .dropdownBox_details li:not(:last-child) {
        padding-bottom: 20px
    }

    .dropdownBox_details li .title {
        color: #000;
        font-family: "Satoshi-Medium";
        font-size: 16px;
        line-height: normal;
        margin-bottom: 4px
    }

    .dropdownBox_details li .text {
        color: #414042;
        font-family: "Satoshi-Regular";
        font-size: 16px;
        line-height: normal
    }

.dropdownBox_btn .btn {
    color: #000;
    font-family: "Satoshi-Bold";
    font-size: 16px;
    line-height: normal;
    border-radius: 0;
    background-color: #91ce3a;
    width: 212.795px;
    height: 38px;
    padding: 12px 14px;
    border-color: #91ce3a;
    justify-content: start;
    position: relative
}

    .dropdownBox_btn .btn[aria-expanded=true]::after {
        transform: rotateZ(90deg)
    }

    .dropdownBox_btn .btn::after {
        content: "";
        font-family: "icomoon";
        color: #000;
        font-size: 10px;
        position: absolute;
        top: 15px;
        right: 20px;
        margin: 0;
        border: 0;
        transition: all .1s;
        transform: rotateZ(270deg)
    }

.dropdownBox_btn .dropdown-menu {
    background-color: #91ce3a;
    width: 212.795px;
    border-radius: 0;
    padding: 10px 0 5px 0;
    border: 0
}

    .dropdownBox_btn .dropdown-menu li {
        color: #fff;
        padding: 0 14px;
        font-family: "Satoshi-Medium";
        font-size: 16px;
        line-height: normal;
        height: 28px
    }

        .dropdownBox_btn .dropdown-menu li:hover, .dropdownBox_btn .dropdown-menu li:active {
            background-color: #5a8220;
            color: #fff
        }

        .dropdownBox_btn .dropdown-menu li a {
            color: #fff;
            font-family: "Satoshi-Medium";
            text-decoration: underline;
            font-size: 16px;
            padding-left: 0;
            line-height: normal
        }

            .dropdownBox_btn .dropdown-menu li a:hover, .dropdownBox_btn .dropdown-menu li a:active, .dropdownBox_btn .dropdown-menu li a:focus {
                background-color: rgba(0,0,0,0);
                color: #fff
            }

@media(max-width: 575.98px) {
    .dropdownBox_head_title {
        font-size: 16px;
        padding-right: 42px
    }

    .dropdownBox_details {
        margin-top: 0
    }

        .dropdownBox_details li:not(:last-child) {
            padding-bottom: 10px
        }

        .dropdownBox_details li .title, .dropdownBox_details li .text {
            font-size: 14px
        }

    .dropdownBox_cnt p {
        padding-left: 0;
        text-align: start;
        margin-top: 15px;
        font-size: 14px
    }

    .dropdownBox_btn .btn {
        width: 100%;
        font-size: 14px
    }

    .dropdownBox_btn .dropdown-menu {
        width: 100%
    }

        .dropdownBox_btn .dropdown-menu li a {
            font-size: 14px
        }
}

@media(max-width: 450px) {
    .dropdownBox {
        padding: 15px
    }

    .dropdownBox_btn .btn {
        padding: 12px 10px
    }

        .dropdownBox_btn .btn:after {
            font-size: 10px;
            top: 13px;
            right: 10px
        }

    .dropdownBox_btn .dropdown-menu li {
        height: 24px
    }
}

.form-group {
    margin-bottom: 20px
}

.form-label {
    font-size: 16px;
    color: #000;
    font-family: "Satoshi-Medium"
}

.form-control {
    height: 48px
}

    .form-control:focus {
        box-shadow: none;
        border-color: #91ce3a
    }

.form-switch .form-check-input {
    width: 36px;
    height: 20px
}

.form-check-input:checked[type=checkbox] {
    background-image: none;
    border-color: #91ce3a;
    position: relative;
    transition: all .3s
}

    .form-check-input:checked[type=checkbox]:after {
        content: "";
        font-family: "icomoon";
        background-image: none;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 14px;
        transform: translate(-50%, -50%);
        color: #fff
    }

@media(max-width: 767.98px) {
    .form-control {
        height: 40px;
        font-size: 14px
    }

    .form-group {
        margin-bottom: 15px
    }
}

@media(max-width: 575.98px) {
    .form-label {
        font-size: 14px
    }

    .form-check-input:checked[type=checkbox]:after {
        font-size: 12px
    }
}

.select2 {
    width: 100% !important;
    font-size: 16px;
    font-family: "Satoshi-Regular";
    color: #000
}

.select2-container--default b {
    display: none
}

.select2-container--default .select2-selection--single {
    height: 48px;
    border-color: #dee2e6;
    border-radius: 5px;
    background-color: #fff
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #414042;
        padding-right: 35px;
        line-height: 48px;
        padding-left: 15px;
        min-width: 100px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow:after {
            content: "";
            font-family: "icomoon";
            height: 100%;
            width: 100%;
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            justify-content: center;
            align-items: center;
            right: 14px;
            font-size: 16px;
            color: #414042
        }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #212529
    }

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    height: 40px;
    line-height: 40px;
    background-color: #ffe6ec;
    border-color: #ff80a2;
    color: #91ce3a;
    position: relative;
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #91ce3a;
    right: 4px;
    left: auto;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px
}

.select2-container--open .select2-selection--single {
    border-color: #91ce3a
}

    .select2-container--open .select2-selection--single .select2-selection__arrow:after {
        content: ""
    }

.select2-container--open .select2-dropdown {
    border-color: #91ce3a
}

.select2-container {
    z-index: 1055
}

@media(max-width: 1399px) {
    .select2-container--default .select2-selection--single {
        height: 50px
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 50px
        }

    .select2 .select2-selection--single .select2-selection__rendered {
        padding-left: 10px;
        padding-right: 30px
    }

    .select2 .select2-selection--single .select2-selection__arrow:after {
        right: 10px
    }
}

@media(max-width: 767.98px) {
    .select2 {
        font-size: 14px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 10px
    }

    .select2-container--default .select2-selection--single {
        height: 40px
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 38px
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow:after {
            font-size: 13px
        }
}

span.select2-container--default .select2-selection--multiple {
    border-color: #b4b4b4;
    border-radius: 5px;
    background-color: #f1f1f1;
    border-color: #f1f1f1
}

    span.select2-container--default .select2-selection--multiple:focus {
        outline: none
    }

    span.select2-container--default .select2-selection--multiple .select2-selection__rendered {
        color: #000;
        padding-right: 35px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        line-height: 55px;
        padding-left: 20px;
        min-width: 100px
    }

        span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input {
            margin: 0;
            width: 100% !important;
            font-family: "Satoshi-Medium";
            -webkit-appearance: button;
            appearance: button;
            color: #212529
        }

            span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input::-webkit-input-placeholder {
                color: #212529
            }

            span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input:-ms-input-placeholder {
                color: #212529
            }

            span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input::placeholder {
                color: #212529
            }

    span.select2-container--default .select2-selection--multiple:after {
        content: "";
        font-family: "icomoon";
        height: 100%;
        width: 14px;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        right: 14px;
        font-size: 8px
    }

    span.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #000
    }

span.select2-container--open .select2-selection--multiple {
    border-color: #91ce3a
}

    span.select2-container--open .select2-selection--multiple:after {
        content: ""
    }

span.select2-container--open .select2-dropdown {
    border-color: #91ce3a
}

@media(max-width: 1399px) {
    span.select2 .select2-selection--multiple .select2-selection__rendered {
        padding-right: 35px;
        line-height: 46px;
        padding-left: 10px
    }

        span.select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
            margin-bottom: 6px
        }

    span.select2 .select2-selection--multiple:after {
        right: 10px
    }
}

span.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #91ce3a
}

.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom {
    border: none;
    padding: 0;
    height: auto
}

    .select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered {
        line-height: initial;
        padding: 0
    }

        .select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li {
            margin-left: 0;
            margin-right: 5px;
            border-color: #b4b4b4;
            background-color: #e9f2ff;
            font-size: 15px;
            font-family: "Satoshi-Bold";
            color: #91ce3a;
            padding: 2px 5px;
            padding-right: 25px;
            position: relative
        }

            .select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li .select2-selection__choice__remove {
                right: 4px;
                left: auto;
                border: 0;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                color: #91ce3a;
                font-size: 18px
            }

@media(max-width: 767.98px) {
    .select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li {
        font-size: 14px
    }
}

.select2-container.select2-container--custom-selection.select2-container--empty {
    display: none
}

.select2-container--default .select2-search--dropdown {
    padding: 0;
    margin-bottom: 5px
}

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border-radius: 5px;
        padding: 8px 15px;
        border-color: #b4b4b4
    }

.select2-dropdown {
    padding: 6px;
    border-color: #b4b4b4
}

    .select2-dropdown .select2-results ul li {
        border-radius: 2px;
        margin-bottom: 5px;
        padding: 6px 10px;
        color: #000;
        font-size: 15px;
        font-family: "Satoshi-Regular";
        word-break: break-word
    }

        .select2-dropdown .select2-results ul li:last-child {
            margin-bottom: 0
        }

    .select2-dropdown .select2-results ul .select2-results__option[aria-selected=true] {
        background-color: #f1f1f1;
        color: #000
    }

    .select2-dropdown .select2-results ul .select2-results__option--highlighted {
        background-color: #f1f1f1;
        color: #000
    }

@media(max-width: 767.98px) {
    .select2-dropdown .select2-results ul li {
        padding: 8px 10px;
        font-size: 13px
    }
}

.header {
    background-color: #032564
}

    .header .navbar {
        padding: 10px 0
    }

    .header .actionBtn {
        color: #fff
    }

        .header .actionBtn em {
            padding-right: 12px;
            color: #91ce3a
        }

        .header .actionBtn a {
            color: #fff
        }

            .header .actionBtn a:hover {
                color: #91ce3a
            }

        .header .actionBtn p {
            font-size: 22px
        }

@media(max-width: 1399.98px) {
    .header .actionBtn p {
        font-size: 20px
    }
}

@media(max-width: 991.98px) {
    .header .actionBtn p {
        font-size: 18px
    }

    .header .navbar-brand img {
        max-width: 150px
    }
}

@media(max-width: 575.98px) {
    .header .actionBtn p {
        font-size: 16px
    }

    .header .navbar-brand img {
        max-width: 120px
    }

    .header .navbar {
        padding: 5px 0
    }
}

@media(max-width: 380px) {
    .header .actionBtn p {
        font-size: 14px
    }

    .header .actionBtn em {
        padding-right: 6px
    }

    .header .navbar-brand img {
        max-width: 100px
    }
}

.footer {
    background-color: #032564;
    padding: 60px 0 0
}

.footer_inner_link {
    margin-top: 50px
}

.footer_inner_menu ul li:not(:last-child) {
    margin-right: 50px
}

.footer_inner_menu ul li a {
    font-size: 18px;
    font-family: "Satoshi-Medium";
    color: #fff
}

    .footer_inner_menu ul li a:hover {
        color: #91ce3a
    }

.footer_inner_social {
    margin: 40px 0
}

    .footer_inner_social li:not(:last-child) {
        margin-right: 30px
    }

    .footer_inner_social li a {
        color: #fff;
        transition: all .5s ease-in-out
    }

        .footer_inner_social li a:hover {
            transform: scale(1.1)
        }

        .footer_inner_social li a em {
            font-size: 30px
        }

.footer_copyright {
    color: #fff;
    background-color: #0c1a33;
    padding: 10px 0
}

@media(max-width: 1399.98px) {
    .footer {
        padding: 50px 0 0
    }
}

@media(max-width: 1199.98px) {
    .footer {
        padding: 40px 0 0
    }

    .footer_inner_logo img {
        max-width: 250px
    }

    .footer_inner_link {
        margin-top: 40px
    }

    .footer_inner_menu ul li:not(:last-child) {
        margin-right: 40px
    }
}

@media(max-width: 991.98px) {
    .footer {
        padding: 30px 0 0
    }

    .footer_inner_logo img {
        max-width: 220px
    }

    .footer_inner_link {
        margin-top: 30px
    }

    .footer_inner_menu ul li a {
        font-size: 16px
    }

    .footer_inner_menu ul li:not(:last-child) {
        margin-right: 30px
    }

    .footer_inner_social {
        margin: 30px 0
    }

        .footer_inner_social li:not(:last-child) {
            margin-right: 25px
        }

        .footer_inner_social li a em {
            font-size: 25px
        }
}

@media(max-width: 767.98px) {
    .footer_inner_logo img {
        max-width: 190px
    }

    .footer_inner_link {
        margin-top: 20px
    }

    .footer_inner_menu ul li:not(:last-child) {
        margin-right: 25px
    }
}

@media(max-width: 575.98px) {
    .footer {
        padding: 20px 0 0
    }

    .footer_inner_logo img {
        max-width: 160px
    }

    .footer_inner_menu ul li a {
        font-size: 15px
    }

    .footer_inner_menu ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px
    }

    .footer_inner_social {
        margin: 20px 0
    }

        .footer_inner_social li:not(:last-child) {
            margin-right: 20px
        }

        .footer_inner_social li a em {
            font-size: 22px
        }

    .footer_copyright {
        padding: 6px 0
    }
}

.font-rg {
    font-family: "Satoshi-Regular" !important
}

.font-lt {
    font-family: "Satoshi-Light" !important
}

.font-md {
    font-family: "Satoshi-Medium" !important
}

.font-bd {
    font-family: "Satoshi-Bold" !important
}

.bg-blue-light {
    background-color: #f2f7f9
}

.py-80 {
    padding: 80px 0px
}

@media(max-width: 1599px) {
    .py-80 {
        padding: 60px 0
    }
}

@media(max-width: 1399.98px) {
    .py-80 {
        padding: 45px 0
    }
}

@media(max-width: 1199.98px) {
    .py-80 {
        padding: 30px 0
    }
}

@media(max-width: 767.98px) {
    .py-80 {
        padding: 20px 0
    }
}

.pt-40 {
    padding-top: 40px
}

@media(max-width: 1399.98px) {
    .pt-40 {
        padding-top: 30px
    }
}

@media(max-width: 767.98px) {
    .pt-40 {
        padding-top: 20px
    }
}

.homePage fieldset.steps_page {
    display: none
}

.homePage fieldset.current {
    left: 20px;
    display: block
}

.homePage input[type=submit] {
    display: none;
    border: none
}

.homePage .productBanner {
    padding-bottom: 40px
}

.homePage .productBanner_left {
    background-color: #fff;
    padding: 30px 40px;
    border: 1px solid #e7e7e7
}

    .homePage .productBanner_left .productBtn {
        margin-top: 20px
    }

.homePage .productBanner_right {
    background-color: #0c1a33
}

.homePage .productBanner_right_detail .info {
    padding: 20px 30px
}

.homePage .productBanner_right_detail ul {
    margin-bottom: 0
}

    .homePage .productBanner_right_detail ul:not(:last-child) {
        border-bottom: 1px solid #303c52;
        padding-bottom: 18px;
        margin-bottom: 18px
    }

    .homePage .productBanner_right_detail ul li {
        color: #fff;
        font-size: 20px;
        position: relative
    }

        .homePage .productBanner_right_detail ul li:not(:last-child) {
            padding-right: 30px;
            margin-right: 30px
        }

            .homePage .productBanner_right_detail ul li:not(:last-child):before {
                content: "";
                position: absolute;
                width: 2px;
                height: 25px;
                background-color: #303c52;
                right: 0
            }

        .homePage .productBanner_right_detail ul li em {
            padding-right: 15px;
            font-size: 25px;
            color: #868c99
        }

.homePage .productBanner_right_bottom {
    background-color: #032564;
    padding: 22px 30px
}

    .homePage .productBanner_right_bottom p {
        color: #fff;
        font-size: 18px
    }

    .homePage .productBanner_right_bottom .download button:last-child {
        margin-left: 10px
    }

@media(max-width: 1500px) {
    .homePage .productBanner_left {
        padding: 30px
    }
}

@media(max-width: 1399.98px) {
    .homePage .productBanner {
        padding-bottom: 30px
    }

    .homePage .productBanner_right_detail .info {
        padding: 15px 30px
    }

    .homePage .productBanner_right_detail ul li {
        padding: 5px 0;
        font-size: 16px
    }

        .homePage .productBanner_right_detail ul li em {
            font-size: 20px
        }
}

@media(max-width: 767.98px) {
    .homePage .productBanner {
        padding-bottom: 20px
    }

    .homePage .productBanner_right_bottom p {
        font-size: 16px
    }
}

@media(max-width: 575.98px) {
    .homePage .productBanner_left {
        padding: 20px
    }

        .homePage .productBanner_left .productBox {
            flex-wrap: wrap
        }

    .homePage .productBanner_right .product-image {
        min-height: 340px
    }

    .homePage .productBanner_right .info, .homePage .productBanner_right_bottom {
        padding: 15px
    }

        .homePage .productBanner_right_bottom .download button {
            margin: 5px
        }

            .homePage .productBanner_right_bottom .download button:last-child {
                margin-left: 0
            }

    .homePage .productBanner_right_detail ul li {
        font-size: 14px
    }

        .homePage .productBanner_right_detail ul li:not(:last-child) {
            padding-right: 15px;
            margin-right: 15px
        }

        .homePage .productBanner_right_detail ul li em {
            font-size: 15px
        }

        .homePage .productBanner_right_detail ul li:not(:last-child) {
            padding-right: 10px;
            margin-right: 10px
        }

            .homePage .productBanner_right_detail ul li:not(:last-child):before {
                height: 15px;
                top: 50%;
                transform: translateY(-50%)
            }
}

.homePage .quoteTabs .tab-content {
    padding: 50px 40px
}

.homePage .quoteTabs .nav-tabs {
    width: 100%;
    min-height: 80px;
    border: none
}

    .homePage .quoteTabs .nav-tabs.sticky-top {
        top: 168px
    }

.homePage .quoteTabs .nav-item {
    flex: 0 0 158px
}

.homePage .quoteTabs .nav-link {
    padding: 16px 22px;
    min-height: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: none;
    line-height: normal;
    background-color: #032564;
    position: relative;
    width: 100%
}

    .homePage .quoteTabs .nav-link:after {
        content: "";
        background-color: #fff;
        opacity: .2;
        width: 1px;
        height: 55px;
        position: absolute;
        right: 0;
        top: 12px
    }

    .homePage .quoteTabs .nav-link span {
        font-family: "Satoshi-Bold"
    }

    .homePage .quoteTabs .nav-link:hover {
        border: none
    }

    .homePage .quoteTabs .nav-link.active {
        background-color: #90cd3a;
        color: #0c1a33;
        border: none;
        border-radius: 0
    }

.homePage .authPage_stepForm {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 15px;
    border-bottom: 1px solid #e2e2e2;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    background-color: #fff;
    z-index: 99
}

    .homePage .authPage_stepForm ul {
        list-style: none;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        justify-content: center;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0
    }

        .homePage .authPage_stepForm ul li {
            position: relative;
            white-space: nowrap
        }

            .homePage .authPage_stepForm ul li.price a {
                padding-right: 5px
            }

            .homePage .authPage_stepForm ul li .number {
                display: none
            }

            .homePage .authPage_stepForm ul li.active a {
                border: 1px solid #91ce3a;
                background-color: rgba(145,206,58,.1)
            }

            .homePage .authPage_stepForm ul li.active:after {
                color: #414042 !important
            }

            .homePage .authPage_stepForm ul li:not(:last-child) {
                margin-right: 58px
            }

                .homePage .authPage_stepForm ul li:not(:last-child):after {
                    position: absolute;
                    font-family: "icomoon";
                    right: -35px;
                    top: 50%;
                    content: "";
                    transform: translateY(-50%);
                    color: rgba(65,64,66,.6)
                }

            .homePage .authPage_stepForm ul li a {
                background-color: rgba(0,0,0,0);
                border: 1px solid rgba(65,64,66,.2);
                color: #000;
                padding: 11px 25px;
                border-radius: 25px;
                display: inline-block;
                font-size: 16px;
                font-family: "Satoshi-Medium"
            }

                .homePage .authPage_stepForm ul li a span {
                    background-color: #91ce3a;
                    color: #fff;
                    padding: 9px 20px;
                    border-radius: 20px;
                    margin-left: 12px;
                    font-family: "Satoshi-Bold"
                }

.homePage .authPage .acUnitBox {
    padding-top: 50px
}

    .homePage .authPage .acUnitBox p {
        font-size: 20px;
        color: #414042
    }

@media(min-width: 1400px) {
    .homePage .authPage .acUnitBox .range-slider {
        padding: 40px 0 75px 0
    }
}

.homePage .authPage .acUnitBox .range-slider-txt {
    margin-bottom: 20px
}

    .homePage .authPage .acUnitBox .range-slider-txt .capacity {
        font-size: 20px;
        color: #414042
    }

.homePage .authPage_menuItem {
    display: none
}

.homePage .authPage_box {
    margin-bottom: 70px
}

.homePage .authPage_box_head {
    background-color: #032564;
    padding: 30px 15px 30px 120px;
    text-align: left
}

    .homePage .authPage_box_head h2, .homePage .authPage_box_head p {
        color: #fff
    }

        .homePage .authPage_box_head h2 em, .homePage .authPage_box_head p em {
            margin-left: 9px;
            color: #91ce3a;
            font-size: 35px;
            cursor: pointer
        }

    .homePage .authPage_box_head h2 {
        font-size: 30px
    }

    .homePage .authPage_box_head p {
        font-size: 20px
    }

.homePage .authPage_box_title {
    margin-bottom: 25px;
    font-size: 30px
}

    .homePage .authPage_box_title em {
        color: #91ce3a;
        font-size: 28px;
        margin-left: 20px
    }

.homePage .authPage_box .siteCnt {
    padding: 35px 0 0
}

    .homePage .authPage_box .siteCnt ul li {
        color: #414042
    }

        .homePage .authPage_box .siteCnt ul li p {
            font-size: 18px;
            color: #414042
        }

        .homePage .authPage_box .siteCnt ul li:not(:last-child) {
            margin-bottom: 15px
        }

.homePage .authPage_box .system_head {
    background-color: #032564
}

    .homePage .authPage_box .system_head h4 {
        color: #fff;
        padding: 20px 48px;
    }

.homePage .authPage_box .system_body {
    padding: 30px 40px;
    background-color: #fff
}

    .homePage .authPage_box .system_body h5 {
        font-size: 18px;
        color: #414042;
        margin-bottom: 30px;
        line-height: normal
    }

    .homePage .authPage_box .system_body .upgrades {
        background-color: rgba(145,206,58,.25);
        padding: 15px 20px 15px 27px;
        margin: 0 -20px
    }

        .homePage .authPage_box .system_body .upgrades .solarhub-info {
            margin-left: 15px;
            color: #91ce3a;
            font-size: 28px;
            cursor: pointer
        }

        .homePage .authPage_box .system_body .upgrades ul {
            border-top: 1px solid rgba(0,0,0,.21);
            padding-top: 26px
        }

            .homePage .authPage_box .system_body .upgrades ul li label {
                color: #0c1a33;
                font-family: "Satoshi-Medium"
            }

            .homePage .authPage_box .system_body .upgrades ul li p {
                color: #0c1a33
            }

        .homePage .authPage_box .system_body .upgrades h4 {
            color: #0c1a33;
            font-size: 18px;
            margin-bottom: 18px
        }

        .homePage .authPage_box .system_body .upgrades h5 {
            color: #0c1a33
        }

.homePage .authPage_box .system_footer {
    background-color: #0c1a33;
    padding: 26px 40px
}

    .homePage .authPage_box .system_footer p {
        color: #fff;
        font-size: 20px
    }

.homePage .authPage_box .performanceInfo {
    padding-top: 50px
}

    .homePage .authPage_box .performanceInfo .performanField {
        background-color: #fff;
        max-width: 500px;
        padding: 30px
    }

.homePage .authPage_box .performanceInfo_top p {
    margin: 0 13px;
    font-size: 18px;
    color: #0c1a33;
    font-family: "Satoshi-Medium"
}

.homePage .authPage_box .performanceInfo_top label {
    color: #0c1a33;
    font-family: "Satoshi-Medium"
}

.homePage .authPage_box .performanceInfo_top .form-check {
    margin-right: 26px
}

.homePage .authPage_box .performanceInfo_graph {
    margin-top: 25px
}

.homePage .authPage_box .performanceInfo_graph_head {
    padding: 13px 30px;
    border-bottom: 1px solid #f4f4f4;
    min-height: 74px
}

    .homePage .authPage_box .performanceInfo_graph_head h5 {
        font-size: 20px;
        color: #032564
    }

    .homePage .authPage_box .performanceInfo_graph_head .customLabel label {
        font-size: 12px;
        font-family: "Satoshi-Medium"
    }

    .homePage .authPage_box .performanceInfo_graph_head .customLabel span {
        width: 15px;
        height: 15px;
        background-color: #032564;
        margin-right: 10px
    }

    .homePage .authPage_box .performanceInfo_graph_head .rightText {
        line-height: 16px
    }

        .homePage .authPage_box .performanceInfo_graph_head .rightText h6 {
            font-size: 20px
        }

        .homePage .authPage_box .performanceInfo_graph_head .rightText span {
            font-size: 12px;
            color: #414042
        }

.homePage .authPage_box .performanceInfo_graph_body {
    padding: 30px
}

    .homePage .authPage_box .performanceInfo_graph_body #estimatedSystemProduction {
        padding: 0 15px
    }

    .homePage .authPage_box .performanceInfo_graph_body .estimatedValue {
        padding: 51px 30px
    }

    .homePage .authPage_box .performanceInfo_graph_body .estimatedValue_inner {
        background-color: #8db7e0
    }

    .homePage .authPage_box .performanceInfo_graph_body .estimatedValue .colunm {
        padding: 13px 10px 12px 10px;
        text-align: center
    }

        .homePage .authPage_box .performanceInfo_graph_body .estimatedValue .colunm h6 {
            font-size: 22px;
            color: #032564;
            margin-bottom: 0
        }

        .homePage .authPage_box .performanceInfo_graph_body .estimatedValue .colunm span {
            font-size: 14px;
            color: #032564;
            font-family: "Satoshi-Medium";
            line-height: 21px;
            display: block
        }

    .homePage .authPage_box .performanceInfo_graph_body .estimatedValue .colunm-left {
        max-width: 53%;
        flex: 0 0 53%
    }

    .homePage .authPage_box .performanceInfo_graph_body .estimatedValue .colunm-right {
        background-color: #a6d2f0;
        max-width: 47%;
        flex: 0 0 47%
    }

    .homePage .authPage_box .performanceInfo_graph_body .environmentalBox {
        max-width: 500px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 35px 15px
    }

        .homePage .authPage_box .performanceInfo_graph_body .environmentalBox .txt {
            padding-left: 75px;
            font-size: 20px;
            font-family: "Satoshi-Medium"
        }

.homePage .authPage_box .productInfo {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(3,37,100,.21)
}

.homePage .authPage_box .productInfo_image {
    margin-right: 20px;
    max-width: 80px;
    height: 60px;
    overflow: hidden;
    flex: 0 0 80px
}

    .homePage .authPage_box .productInfo_image img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

.homePage .authPage_box .productInfo_detail {
    flex: 0 0 calc(100% - 100px)
}

    .homePage .authPage_box .productInfo_detail ul li p {
        min-width: 130px;
        font-size: 18px;
        color: #0c1a33;
        font-family: "Satoshi-Medium";
        line-height: 28px
    }

    .homePage .authPage_box .productInfo_detail ul li span {
        color: #414042;
        margin-left: 10px;
        font-size: 18px;
        line-height: 28px
    }

.homePage .authPage_box .productInfo_box:not(:last-child) {
    margin-bottom: 30px
}

.homePage .authPage_box .productInfo_box .btn {
    padding: 7px 15px 8px 15px;
    margin-top: 25px
}

.homePage .authPage_box .productInfo_box .value {
    font-size: 18px;
    font-family: "Satoshi-Medium";
    color: #0c1a33;
    margin-top: 15px
}

.homePage .authPage_box .productPriceDetail h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px
}

.homePage .authPage_box .productPriceDetail ul {
    padding: 20px 0
}

    .homePage .authPage_box .productPriceDetail ul:last-child {
        padding-bottom: 0
    }

    .homePage .authPage_box .productPriceDetail ul:not(:last-child) {
        border-bottom: 1px solid rgba(3,37,100,.21)
    }

    .homePage .authPage_box .productPriceDetail ul li p {
        font-size: 18px;
        color: #0c1a33;
        display: flex;
        align-items: center
    }

        .homePage .authPage_box .productPriceDetail ul li p span {
            margin-left: 13px;
            font-size: 14px;
            color: #0c1a33
        }

    .homePage .authPage_box .productPriceDetail ul .solarhub-info {
        margin-left: 15px;
        color: #91ce3a;
        font-size: 28px;
        cursor: pointer
    }

.homePage .authPage_box .productPriceDetail .productList li:not(:last-child) {
    margin-bottom: 18px
}

@media(max-width: 1599.98px) {
    .homePage .authPage_box {
        margin-bottom: 60px
    }

    .homePage .authPage_box_head {
        padding: 25px 15px 25px 100px
    }

        .homePage .authPage_box_head h2 {
            font-size: 26px
        }

        .homePage .authPage_box_head p em {
            font-size: 28px
        }

    .homePage .authPage_box_title {
        margin-bottom: 20px;
        font-size: 24px
    }

    .homePage .authPage_box .system_head h4 {
        font-size: 24px;
        padding: 18px 38px
    }

    .homePage .authPage_box .system_body h5 {
        margin-bottom: 18px
    }

    .homePage .authPage_box .system_body .upgrades h4 {
        font-size: 22px
    }

    .homePage .authPage_box .system_body .upgrades .solarhub-info {
        font-size: 24px
    }

    .homePage .authPage_box .productPriceDetail h3 {
        margin-bottom: 20px
    }

    .homePage .authPage_box .productPriceDetail ul .solarhub-info {
        font-size: 24px
    }

    .homePage .authPage_box .productPriceDetail ul li p em {
        font-size: 24px
    }

    .homePage .authPage_box .performanceInfo_graph_head h5 {
        font-size: 18px
    }
}

@media(max-width: 1499px) {
    .homePage .authPage .quoteTabs .nav-link {
        padding: 12px 15px;
        font-size: 16px
    }

    .homePage .authPage .quoteTabs .nav-item {
        flex: 0 0 259px
    }
}

@media(max-width: 1399.98px) {
    .homePage .authPage .acUnitBox {
        padding-top: 40px
    }

    .homePage .authPage_box {
        margin-bottom: 50px
    }

    .homePage .authPage_box_head {
        padding: 20px 15px
    }

        .homePage .authPage_box_head h2 {
            font-size: 22px
        }

    .homePage .authPage_box_title {
        font-size: 20px;
        margin-bottom: 15px
    }

        .homePage .authPage_box_title em {
            font-size: 24px;
            margin-left: 15px
        }

    .homePage .authPage_box .siteCnt {
        padding: 30px 0 0
    }

        .homePage .authPage_box .siteCnt ul li p {
            font-size: 16px
        }

        .homePage .authPage_box .siteCnt ul li:not(:last-child) {
            margin-bottom: 12px
        }

    .homePage .authPage_box .system_head h4 {
        font-size: 20px
    }

    .homePage .authPage_box .system_footer p {
        font-size: 18px
    }

    .homePage .authPage_box .system_body {
        padding: 20px 30px
    }

        .homePage .authPage_box .system_body .upgrades {
            padding: 20px
        }

            .homePage .authPage_box .system_body .upgrades h4 {
                font-size: 18px
            }

            .homePage .authPage_box .system_body .upgrades h5 {
                margin-bottom: 15px
            }

            .homePage .authPage_box .system_body .upgrades ul {
                padding-top: 20px
            }

                .homePage .authPage_box .system_body .upgrades ul li p, .homePage .authPage_box .system_body .upgrades ul li span, .homePage .authPage_box .system_body .upgrades ul li label {
                    font-size: 18px
                }

    .homePage .authPage_box .system_footer {
        padding: 20px 30px
    }

    .homePage .authPage_box .performanceInfo {
        padding-top: 40px
    }

    .homePage .authPage_box .performanceInfo_top label, .homePage .authPage_box .performanceInfo_top p {
        font-size: 16px
    }

    .homePage .authPage_box .performanceInfo_top .form-check {
        margin-right: 20px
    }

    .homePage .authPage_box .performanceInfo_graph {
        margin-top: 20px
    }

    .homePage .authPage_box .performanceInfo_graph_head {
        padding: 18px 25px
    }

        .homePage .authPage_box .performanceInfo_graph_head .rightText h6 {
            font-size: 18px
        }

    .homePage .authPage_box .performanceInfo_graph_body .environmentalBox img {
        max-height: 100px
    }

    .homePage .authPage_box .performanceInfo_graph_body .environmentalBox .txt {
        font-size: 18px;
        padding-left: 45px
    }

    .homePage .authPage_box .performanceInfo_graph_body .estimatedValue {
        padding: 38px 30px
    }

        .homePage .authPage_box .performanceInfo_graph_body .estimatedValue .colunm h6 {
            font-size: 20px
        }

    .homePage .authPage_box .productInfo {
        padding-bottom: 25px
    }

    .homePage .authPage_box .productInfo_box .btn {
        margin-top: 20px
    }

    .homePage .authPage .quoteTabs .tab-content {
        padding: 40px 30px
    }

    .homePage .authPage .quoteTabs .nav-item {
        flex: 0 0 223px
    }
}

@media(max-width: 1199.98px) {
    .homePage .authPage .nav-tabs.sticky-top {
        top: 152px
    }

    .homePage .authPage .quoteTabs .nav-link {
        margin-bottom: 3px
    }

    .homePage .authPage .acUnitBox {
        padding-top: 30px
    }

    .homePage .authPage_stepForm {
        padding: 12px
    }

        .homePage .authPage_stepForm ul {
            justify-content: start
        }

    .homePage .authPage .acUnitBox p {
        font-size: 16px
    }

    .homePage .authPage .acUnitBox .range-slider-txt .capacity {
        font-size: 18px
    }

    .homePage .authPage .quoteTabs .nav-item {
        flex: 0 0 auto
    }

    .homePage .authPage .quoteTabs .nav-tabs {
        overflow: auto hidden;
        flex-wrap: nowrap;
        min-height: 100%;
        background-color: #fff
    }

    .homePage .authPage .quoteTabs .nav-link {
        min-height: 65px
    }

        .homePage .authPage .quoteTabs .nav-link:after {
            top: 18px;
            height: 40px
        }

    .homePage .authPage .quoteTabs .tab-content {
        padding: 25px
    }
}

@media(max-width: 1100px) {
    .homePage .authPage .nav-tabs.sticky-top {
        top: 162px
    }

    .homePage .authPage_stepForm ul li a {
        margin-bottom: 3px
    }
}

@media(max-width: 991.98px) {
    .homePage .authPage .nav-tabs.sticky-top {
        top: 154px
    }

    .homePage .authPage .acUnitBox {
        padding-top: 0
    }

    .homePage .authPage_stepForm {
        top: 75px
    }

    .homePage .authPage_box_head {
        padding: 15px 20px
    }

        .homePage .authPage_box_head h2 {
            font-size: 18px
        }

        .homePage .authPage_box_head p {
            font-size: 16px
        }

    .homePage .authPage_box_title {
        font-size: 18px
    }

    .homePage .authPage_box .system_head h4 {
        font-size: 18px;
        padding: 15px 20px
    }

    .homePage .authPage_box .system_footer p {
        font-size: 16px
    }

    .homePage .authPage_box .system_body {
        padding: 15px 20px
    }

        .homePage .authPage_box .system_body h5 {
            font-size: 16px;
            margin-bottom: 15px
        }

        .homePage .authPage_box .system_body .upgrades {
            padding: 20px;
            margin: 0
        }

            .homePage .authPage_box .system_body .upgrades h4 {
                margin-bottom: 15px
            }

            .homePage .authPage_box .system_body .upgrades ul {
                padding-top: 15px
            }

                .homePage .authPage_box .system_body .upgrades ul li p, .homePage .authPage_box .system_body .upgrades ul li span, .homePage .authPage_box .system_body .upgrades ul li label {
                    font-size: 18px
                }

    .homePage .authPage_box .productInfo_image {
        width: 80px;
        height: 70px;
        margin-right: 15px
    }

    .homePage .authPage_box .productInfo_box .value {
        font-size: 16px
    }

    .homePage .authPage_box .productInfo_box .btn {
        margin-top: 15px
    }

    .homePage .authPage_box .productInfo_detail h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .homePage .authPage_box .productInfo_detail ul li p {
        min-width: 100px
    }

    .homePage .authPage_box .productInfo_detail ul li p, .homePage .authPage_box .productInfo_detail ul li span {
        font-size: 14px
    }

    .homePage .authPage_box .productInfo_graph {
        margin-top: 15px
    }

    .homePage .authPage_box .productInfo_graph_head {
        padding: 12px 20px
    }

    .homePage .authPage_box .productPriceDetail ul {
        padding: 15px 0
    }

        .homePage .authPage_box .productPriceDetail ul li p {
            font-size: 16px
        }

    .homePage .authPage_box .performanceInfo {
        padding-top: 30px
    }

        .homePage .authPage_box .performanceInfo .authPage_box_title {
            margin-bottom: 10px
        }

    .homePage .authPage_box .performanceInfo_graph {
        margin-top: 10px
    }

    .homePage .authPage_box .performanceInfo_graph_head .rightText h6 {
        font-size: 16px
    }

    .homePage .authPage_box .performanceInfo_graph_body .estimatedValue {
        padding: 25px 30px
    }

        .homePage .authPage_box .performanceInfo_graph_body .estimatedValue .colunm h6 {
            font-size: 18px
        }

    .homePage .authPage .quoteTabs .nav-link {
        min-height: 55px;
        font-size: 15px
    }

    .homePage .authPage .quoteTabs .tab-content {
        padding: 20px
    }
}

@media(max-width: 767.98px) {
    .homePage .authPage .nav-tabs.sticky-top {
        top: 148px
    }

    .homePage .authPage .acUnitBox p {
        font-size: 14px
    }

    .homePage .authPage .acUnitBox .range-slider {
        padding: 5px 0 45px 0
    }

    .homePage .authPage .acUnitBox .range-slider-txt .capacity {
        font-size: 15px
    }

    .homePage .authPage_stepForm ul li a {
        padding: 9px 20px;
        font-size: 14px
    }

    .homePage .authPage_stepForm ul li:not(:last-child) {
        margin-right: 35px
    }

        .homePage .authPage_stepForm ul li:not(:last-child):after {
            right: -25px;
            font-size: 12px
        }

    .homePage .authPage_box {
        margin-bottom: 20px
    }

    .homePage .authPage_box_head {
        padding: 10px 15px
    }

        .homePage .authPage_box_head h2 {
            font-size: 16px
        }

        .homePage .authPage_box_head p {
            font-size: 14px
        }

            .homePage .authPage_box_head p em {
                font-size: 24px
            }

    .homePage .authPage_box .siteCnt {
        padding: 20px 0
    }

        .homePage .authPage_box .siteCnt ul {
            padding-left: 18px
        }

            .homePage .authPage_box .siteCnt ul li p {
                font-size: 14px
            }

            .homePage .authPage_box .siteCnt ul li:not(:last-child) {
                margin-bottom: 8px
            }

    .homePage .authPage_box_title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .homePage .authPage_box .system_head h4 {
        padding: 10px 15px;
        font-size: 16px
    }

    .homePage .authPage_box .system_footer {
        padding: 12px 15px
    }

        .homePage .authPage_box .system_footer p {
            font-size: 13px
        }

    .homePage .authPage_box .system_body .upgrades .solarhub-info {
        font-size: 18px
    }

    .homePage .authPage_box .performanceInfo {
        padding-top: 20px
    }

    .homePage .authPage_box .performanceInfo_top label, .homePage .authPage_box .performanceInfo_top p {
        font-size: 14px
    }

    .homePage .authPage_box .performanceInfo_top .form-check {
        margin-right: 15px
    }

    .homePage .authPage_box .performanceInfo_graph {
        margin-top: 10px
    }

    .homePage .authPage_box .performanceInfo_graph_head {
        padding: 12px 15px;
        min-height: auto
    }

        .homePage .authPage_box .performanceInfo_graph_head .rightText h6 {
            font-size: 15px
        }

        .homePage .authPage_box .performanceInfo_graph_head h5 {
            font-size: 16px
        }

    .homePage .authPage_box .performanceInfo_graph_body {
        padding-top: 10px
    }

        .homePage .authPage_box .performanceInfo_graph_body .estimatedValue {
            padding: 10px 15px
        }

        .homePage .authPage_box .performanceInfo_graph_body .environmentalBox {
            display: block;
            text-align: center
        }

            .homePage .authPage_box .performanceInfo_graph_body .environmentalBox img {
                max-height: 70px;
                margin-bottom: 10px
            }

            .homePage .authPage_box .performanceInfo_graph_body .environmentalBox .txt {
                padding-left: 0;
                font-size: 16px
            }

                .homePage .authPage_box .performanceInfo_graph_body .environmentalBox .txt br {
                    display: none
                }

    .homePage .authPage_box .productInfo {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .homePage .authPage_box .productInfo_box .btn {
        margin-top: 10px
    }

    .homePage .authPage_box .productInfo_box .value {
        margin-top: 10px
    }

    .homePage .authPage_box .productPriceDetail h3 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .homePage .authPage_box .productPriceDetail ul {
        padding: 15px 0
    }

        .homePage .authPage_box .productPriceDetail ul .solarhub-info {
            font-size: 20px
        }

        .homePage .authPage_box .productPriceDetail ul li p {
            font-size: 14px;
            padding-right: 0;
            display: block
        }

            .homePage .authPage_box .productPriceDetail ul li p span {
                margin-left: 0
            }

            .homePage .authPage_box .productPriceDetail ul li p em {
                font-size: 20px;
                margin-left: 5px
            }

    .homePage .authPage_box .productPriceDetail .productList li:not(:last-child) {
        margin-bottom: 12px
    }

    .homePage .authPage .system_body .upgrades {
        padding: 10px 15px
    }

        .homePage .authPage .system_body .upgrades h4 {
            font-size: 16px;
            margin-bottom: 10px
        }

        .homePage .authPage .system_body .upgrades h5 {
            font-size: 15px;
            margin-bottom: 8px
        }

        .homePage .authPage .system_body .upgrades ul {
            padding: 10px 0 0 0
        }

            .homePage .authPage .system_body .upgrades ul li span, .homePage .authPage .system_body .upgrades ul li p, .homePage .authPage .system_body .upgrades ul li label {
                font-size: 14px
            }
}

@media(max-width: 575.98px) {
    .homePage .authPage .nav-tabs.sticky-top {
        top: 130px
    }

    .homePage .authPage_stepForm {
        top: 58px
    }

    .homePage .authPage_box .customLabel, .homePage .authPage_box .rightText {
        margin-top: 5px
    }

    .homePage .authPage_box .chartView {
        width: 500px !important
    }

    .homePage .authPage_box .performanceInfo_graph_body {
        overflow-x: auto
    }

        .homePage .authPage_box .performanceInfo_graph_body .estimatedValue {
            padding: 0
        }

            .homePage .authPage_box .performanceInfo_graph_body .estimatedValue .colunm-left, .homePage .authPage_box .performanceInfo_graph_body .estimatedValue .colunm-right {
                max-width: 100%;
                flex: 0 0 100%
            }

    .homePage .authPage_box .productInfo_box:not(:last-child) {
        margin-bottom: 20px
    }

    .homePage .authPage_box .productInfo_image {
        width: 65px;
        height: 55px;
        margin-right: 0;
        margin-bottom: 10px
    }

    .homePage .authPage_box .productPriceDetail ul .solarhub-info {
        font-size: 16px;
        margin-left: 2px
    }

    .homePage .authPage_box .productPriceDetail ul li span {
        font-size: 12px
    }

    .homePage .authPage .quoteTabs .nav-link {
        min-height: 100%;
        font-size: 14px
    }

    .homePage .authPage .quoteTabs .tab-content {
        padding: 15px
    }
}

@media(max-width: 380px) {
    .homePage .authPage .nav-tabs.sticky-top {
        top: 128px
    }

    .homePage .authPage_stepForm {
        top: 55px
    }
}

@media(max-width: 359px) {
    .homePage .authPage .acUnitBox .range-slider-txt .capacity:last-child {
        text-align: right
    }

    .homePage .authPage_box .productInfo_detail ul li span {
        display: block;
        margin-left: 0
    }
}

.homePage .paymentPage .form-check-input:checked[type=checkbox]::after {
    font-size: 18px
}

.homePage .paymentPage .btn-row em {
    font-size: 15px
}

.homePage .paymentPage_scheme {
    padding: 50px 40px
}

.homePage .paymentPage_cnt .cardHead {
    margin-bottom: 40px
}

.homePage .paymentPage_cnt .condition {
    margin: 21px 0 41px !important
}

.homePage .paymentPage_cnt_card {
    padding: 30px 20px 36px;
    height: 100%
}

    .homePage .paymentPage_cnt_card ul {
        padding-left: 1rem
    }

        .homePage .paymentPage_cnt_card ul p {
            color: #0c1a33;
            font-family: "Satoshi-Regular";
            font-size: 18px;
            line-height: 28px;
            word-wrap: break-word
        }

    .homePage .paymentPage_cnt_card .paymentPage_service_box {
        text-align: start;
        padding: 15px;
        height: 100%;
        margin-bottom: 0
    }

        .homePage .paymentPage_cnt_card .paymentPage_service_box h3 {
            font-size: 16px;
            padding-bottom: 12px;
            margin-bottom: 10px
        }

        .homePage .paymentPage_cnt_card .paymentPage_service_box em {
            font-size: 24px;
            margin-right: 6px
        }

        .homePage .paymentPage_cnt_card .paymentPage_service_box p {
            font-size: 12px;
            line-height: 19px;
            margin-bottom: 0;
            color: #000
        }

            .homePage .paymentPage_cnt_card .paymentPage_service_box p.fs-16 {
                font-size: 16px
            }

    .homePage .paymentPage_cnt_card .form-check {
        border-top: 1px solid rgba(3,37,100,.21);
        padding-top: 38px;
        margin: 38px 17px 0;
        padding-left: 0
    }

        .homePage .paymentPage_cnt_card .form-check .check-label {
            border-bottom: 0;
            padding-left: 17px
        }

    .homePage .paymentPage_cnt_card .form-check-input {
        margin-top: 0;
        width: 30px;
        height: 30px
    }

.homePage .paymentPage .head {
    font-size: 40px;
    margin-bottom: 10px
}

.homePage .paymentPage .subHead {
    background-color: #032564;
    color: #fff !important;
    font-family: "Satoshi-Bold";
    font-size: 26px;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(3,37,100,.21);
    padding-bottom: 30px;
    padding-top: 20px;
    margin-bottom: 30px
}

.homePage .paymentPage .title {
    font-size: 30px;
    margin-bottom: 20px
}

.homePage .paymentPage .solutionBtn {
    margin-top: 30px
}

.homePage .paymentPage .commonHead {
    max-width: 1070px;
    margin: 0 auto
}

    .homePage .paymentPage .commonHead p {
        font-size: 20px
    }

.homePage .paymentPage_inner {
    margin: 50px 0 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d7d7d7
}

.homePage .paymentPage_box {
    padding: 20px 15px;
    height: calc(100% - 50px);
    background-color: #fff
}

    .homePage .paymentPage_box .form-check-label {
        color: #000;
        font-size: 20px;
        font-family: "Satoshi-Bold";
        display: flex;
        align-items: center
    }

    .homePage .paymentPage_box .productList:first-child {
        margin-bottom: 16px;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

    .homePage .paymentPage_box .productList.price .form-check-label {
        font-size: 16px;
        font-family: "Satoshi-Regular"
    }

    .homePage .paymentPage_box .productList.price .form-check:not(:last-child) {
        margin-bottom: 10px
    }

    .homePage .paymentPage_box em {
        font-size: 32px;
        color: #032564;
        margin-right: 15px
    }

    .homePage .paymentPage_box.disabled {
        background-color: rgba(221,221,221,.5)
    }

        .homePage .paymentPage_box.disabled em {
            color: #767676
        }

        .homePage .paymentPage_box.disabled .form-check-input {
            border-color: #767676
        }

.homePage .paymentPage .disabledError {
    margin-top: 10px
}

    .homePage .paymentPage .disabledError p {
        color: #414042;
        font-size: 14px;
        font-style: italic
    }

.homePage .paymentPage_service {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding-bottom: 15px;
    margin-bottom: 30px
}

.homePage .paymentPage_service_box {
    background-color: rgba(3,37,100,.1);
    padding: 20px;
    height: calc(100% - 25px);
    margin-bottom: 25px
}

    .homePage .paymentPage_service_box em {
        font-size: 30px;
        color: #032564;
        margin-right: 15px
    }

    .homePage .paymentPage_service_box h3 {
        font-size: 20px;
        color: #000;
        padding-bottom: 22px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

    .homePage .paymentPage_service_box p {
        font-size: 16px;
        color: #000;
        margin-bottom: 0
    }

    .homePage .paymentPage_service_box ul {
        padding-left: 20px
    }

        .homePage .paymentPage_service_box ul li::marker {
            color: #000;
            line-height: 20px
        }

.homePage .paymentPage .repaymentSec_inner {
    border: 1px solid rgba(0,0,0,.12);
    background-color: #032564;
    padding: 7px;
    height: 100%
}

    .homePage .paymentPage .repaymentSec_inner h4 {
        color: #fff;
        font-size: 24px;
        padding: 20px
    }

    .homePage .paymentPage .repaymentSec_inner p {
        color: #fff;
        font-size: 30px
    }

    .homePage .paymentPage .repaymentSec_inner .price {
        background-color: #3b6bac;
        border: 1px solid rgba(0,0,0,.12)
    }

    .homePage .paymentPage .repaymentSec_inner span {
        font-size: 16px
    }

.homePage .paymentPage .condition {
    margin: 30px 0 50px;
    font-size: 18px;
    color: #000
}

.homePage .paymentPage_detail ul {
    padding-left: 20px
}

    .homePage .paymentPage_detail ul li {
        font-size: 20px;
        color: #414042;
        font-family: "Satoshi-Medium";
        margin-bottom: 5px
    }

@media(max-width: 1599px) {
    .homePage .paymentPage .subHead {
        font-size: 22px
    }

    .homePage .paymentPage_box .form-check-label {
        line-height: 26px;
        padding-left: 12px
    }

    .homePage .paymentPage_box .form-check-input {
        width: 20px;
        height: 20px
    }

    .homePage .paymentPage_box em {
        font-size: 28px;
        margin-right: 10px
    }

    .homePage .paymentPage .repaymentSec_inner h4 {
        padding: 15px;
        font-size: 22px
    }

    .homePage .paymentPage .repaymentSec_inner p {
        font-size: 26px
    }
}

@media(max-width: 1399.98px) {
    .homePage .paymentPage_scheme {
        padding: 40px 35px
    }

    .homePage .paymentPage_cnt_card .form-check {
        padding-top: 30px;
        margin: 30px 15px 0
    }

    .homePage .paymentPage_cnt_card .form-check-input {
        width: 26px;
        height: 26px
    }

        .homePage .paymentPage_cnt_card .form-check-input:checked[type=checkbox]::after {
            font-size: 16px
        }

    .homePage .paymentPage .head {
        font-size: 36px
    }

    .homePage .paymentPage .subHead {
        font-size: 20px
    }

    .homePage .paymentPage .title {
        font-size: 28px;
        margin-bottom: 25px
    }

    .homePage .paymentPage .commonHead p {
        font-size: 18px
    }

    .homePage .paymentPage .solutionBtn {
        margin-top: 25px
    }

    .homePage .paymentPage_box {
        padding: 20px 12px
    }

        .homePage .paymentPage_box em {
            font-size: 22px
        }

        .homePage .paymentPage_box .form-check-label {
            padding-left: 8px;
            line-height: normal;
            font-size: 16px
        }

        .homePage .paymentPage_box .productList:first-child {
            margin-bottom: 12px;
            padding-bottom: 15px
        }

    .homePage .paymentPage_inner {
        margin: 40px 0 25px;
        padding-bottom: 25px
    }

    .homePage .paymentPage_service {
        margin-bottom: 25px
    }

    .homePage .paymentPage_service_box {
        padding: 15px;
        margin-bottom: 20px;
        height: calc(100% - 20px)
    }

        .homePage .paymentPage_service_box em {
            font-size: 25px;
            margin-right: 10px
        }

        .homePage .paymentPage_service_box h3 {
            font-size: 18px;
            padding-bottom: 15px;
            margin-bottom: 12px
        }

    .homePage .paymentPage .condition {
        margin: 25px 0 40px
    }

    .homePage .paymentPage .repaymentSec_inner h4 {
        padding: 12px;
        font-size: 20px
    }

    .homePage .paymentPage .repaymentSec_inner p {
        font-size: 22px
    }

    .homePage .paymentPage_detail ul li {
        font-size: 18px
    }
}

@media(max-width: 1199.98px) {
    .homePage .paymentPage .btn-row em {
        font-size: 11px
    }

    .homePage .paymentPage_scheme {
        padding: 30px
    }

    .homePage .paymentPage_cnt_card ul p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .homePage .paymentPage_cnt_card .form-check {
        padding-top: 25px;
        margin: 25px 15px 0
    }

    .homePage .paymentPage_cnt_card .form-check-input {
        width: 24px;
        height: 24px
    }

        .homePage .paymentPage_cnt_card .form-check-input:checked[type=checkbox]::after {
            font-size: 15px
        }

    .homePage .paymentPage_cnt_card .form-check .check-label {
        padding-left: 15px
    }

    .homePage .paymentPage .head {
        font-size: 32px
    }

    .homePage .paymentPage .subHead {
        font-size: 18px;
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    .homePage .paymentPage .title {
        font-size: 25px;
        margin-bottom: 20px
    }

    .homePage .paymentPage .solutionBtn {
        margin-top: 20px
    }

    .homePage .paymentPage .commonHead {
        max-width: 100%
    }

    .homePage .paymentPage_inner {
        margin: 30px 0 20px;
        padding-bottom: 20px
    }

    .homePage .paymentPage_box {
        padding: 16px 12px;
        height: auto
    }

        .homePage .paymentPage_box .form-check-label {
            padding-left: 12px;
            font-size: 16px
        }

        .homePage .paymentPage_box .form-check-input {
            width: 16px;
            height: 16px
        }

        .homePage .paymentPage_box em {
            font-size: 25px
        }

        .homePage .paymentPage_box .productList.price .form-check:not(:last-child) {
            margin-bottom: 5px
        }

        .homePage .paymentPage_box .productList.price .form-check-label {
            font-size: 14px
        }

    .homePage .paymentPage .disabledError {
        margin: 10px 0
    }

    .homePage .paymentPage .condition {
        margin: 20px 0 30px
    }

    .homePage .paymentPage .repaymentSec_inner {
        padding: 5px
    }

        .homePage .paymentPage .repaymentSec_inner h4 {
            padding: 8px;
            font-size: 18px
        }

        .homePage .paymentPage .repaymentSec_inner p {
            font-size: 20px
        }
}

@media(max-width: 991.98px) {
    .homePage .paymentPage_scheme {
        padding: 25px
    }

    .homePage .paymentPage_cnt .condition {
        margin: 15px 0 20px !important
    }

    .homePage .paymentPage_cnt_card {
        padding: 25px 20px
    }

        .homePage .paymentPage_cnt_card ul p {
            font-size: 15px;
            line-height: 22px
        }

        .homePage .paymentPage_cnt_card .form-check {
            padding-top: 20px;
            margin: 20px 15px 0
        }

        .homePage .paymentPage_cnt_card .form-check-input {
            width: 22px;
            height: 22px
        }

            .homePage .paymentPage_cnt_card .form-check-input:checked[type=checkbox]::after {
                font-size: 14px
            }

    .homePage .paymentPage .subHead {
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .homePage .paymentPage .head {
        font-size: 28px
    }

    .homePage .paymentPage .title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .homePage .paymentPage .solutionBtn {
        margin-top: 15px
    }

    .homePage .paymentPage_inner {
        margin: 25px 0 20px;
        padding-bottom: 10px
    }

    .homePage .paymentPage_box {
        margin-bottom: 10px;
        padding: 10px
    }

        .homePage .paymentPage_box .productList:first-child {
            margin-bottom: 8px;
            padding-bottom: 10px
        }

    .homePage .paymentPage_service {
        margin-bottom: 20px
    }

    .homePage .paymentPage_service_box {
        padding: 10px;
        margin-bottom: 15px;
        height: calc(100% - 15px)
    }

        .homePage .paymentPage_service_box em {
            font-size: 20px
        }

        .homePage .paymentPage_service_box h3 {
            font-size: 16px;
            padding-bottom: 10px;
            margin-bottom: 10px
        }

        .homePage .paymentPage_service_box p {
            font-size: 14px
        }

    .homePage .paymentPage .condition {
        margin: 15px 0 20px;
        font-size: 16px
    }

    .homePage .paymentPage .repaymentSec_inner {
        margin-bottom: 10px;
        height: calc(100% - 10px);
        min-height: 70px
    }

    .homePage .paymentPage_detail ul li {
        font-size: 16px
    }
}

@media(max-width: 767.98px) {
    .homePage .paymentPage .btn-row .btn em {
        font-size: 10px
    }

    .homePage .paymentPage_scheme {
        padding: 20px
    }

    .homePage .paymentPage .head {
        font-size: 25px;
        margin-bottom: 5px
    }

    .homePage .paymentPage .title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .homePage .paymentPage .solutionBtn {
        margin-top: 10px
    }

    .homePage .paymentPage .commonHead p {
        font-size: 16px
    }

    .homePage .paymentPage_inner {
        margin: 20px 0
    }

    .homePage .paymentPage .condition {
        margin: 15px 0;
        font-size: 14px
    }

    .homePage .paymentPage .repaymentSec_inner {
        min-height: 60px
    }

        .homePage .paymentPage .repaymentSec_inner span {
            font-size: 14px
        }
}

@media(max-width: 575.98px) {
    .homePage .paymentPage_scheme {
        padding: 10px
    }

    .homePage .paymentPage .head {
        font-size: 22px
    }

    .homePage .paymentPage_cnt .cardHead {
        margin-bottom: 20px
    }

    .homePage .paymentPage_cnt .condition {
        margin: 10px 0 15px !important
    }

    .homePage .paymentPage_cnt_card {
        padding: 20px 15px
    }

        .homePage .paymentPage_cnt_card ul p {
            font-size: 14px;
            line-height: normal;
            margin-bottom: 10px
        }

        .homePage .paymentPage_cnt_card .paymentPage_service_box h3 {
            font-size: 14px
        }

        .homePage .paymentPage_cnt_card .paymentPage_service_box em {
            font-size: 20px;
            margin-right: 5px
        }

        .homePage .paymentPage_cnt_card .paymentPage_service_box p.fs-16 {
            font-size: 14px
        }

        .homePage .paymentPage_cnt_card .form-check {
            padding-top: 15px;
            margin: 15px 10px 0
        }

            .homePage .paymentPage_cnt_card .form-check .check-label {
                padding-left: 10px
            }

        .homePage .paymentPage_cnt_card .form-check-input {
            width: 20px;
            height: 20px
        }

    .homePage .paymentPage .subHead {
        font-size: 15px;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .homePage .paymentPage .title {
        font-size: 18px
    }

    .homePage .paymentPage .commonHead p {
        font-size: 14px
    }

    .homePage .paymentPage .disabledError p {
        font-size: 12px
    }

    .homePage .paymentPage_inner {
        margin: 15px 0;
        padding-bottom: 5px
    }

    .homePage .paymentPage_service {
        margin-bottom: 15px
    }

    .homePage .paymentPage_service_box {
        margin-bottom: 10px;
        height: calc(100% - 10px)
    }

    .homePage .paymentPage .repaymentSec_inner p {
        font-size: 18px
    }

    .homePage .paymentPage .repaymentSec_inner h4 {
        font-size: 16px
    }

    .homePage .paymentPage .repaymentSec_inner span {
        font-size: 12px
    }

    .homePage .paymentPage_detail ul li {
        font-size: 14px
    }
}

.homePage .quotePage {
    margin-bottom: 100px
}

    .homePage .quotePage .container {
        max-width: 974px
    }

.homePage .quotePage_box {
    background-color: #032564;
    padding: 30px 50px 69px
}

.homePage .quotePage_box_head h1 {
    color: #fff;
    font-family: "Satoshi-Bold";
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px
}

.homePage .quotePage_box .title, .homePage .quotePage_box .total-amount {
    color: #000;
    font-family: "Satoshi-Bold";
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px
}

.homePage .quotePage_box .text {
    color: #000;
    font-family: "Satoshi-Regular";
    font-size: 20px;
    line-height: 1.3
}

    .homePage .quotePage_box .text.disabled {
        color: rgba(0,0,0,.2)
    }

.homePage .quotePage_box_card {
    background: #f2f7f9;
    padding: 40px 44px 41px 41px
}

.homePage .quotePage_box_card_price:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 20px
}

.homePage .quotePage_box_finance {
    background: #2b4179;
    padding: 25px 10px
}

.homePage .quotePage_box_finance_card {
    border-right: 1px solid rgba(255,255,255,.1);
    padding: 20px 10px;
    text-align: center
}

    .homePage .quotePage_box_finance_card .title {
        color: #fff;
        font-family: "Satoshi-Bold";
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 7px
    }

    .homePage .quotePage_box_finance_card li {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Satoshi-Regular";
        font-size: 18px;
        line-height: 1.3
    }

        .homePage .quotePage_box_finance_card li:not(:last-child) {
            padding-bottom: 5px
        }

        .homePage .quotePage_box_finance_card li span {
            min-width: 5px;
            height: 5px;
            border-radius: 50%;
            display: inline-block;
            background-color: #fff;
            margin-right: 10px
        }

.homePage .quotePage_box_cnt {
    padding-top: 48px
}

    .homePage .quotePage_box_cnt .text {
        margin-bottom: 30px
    }

    .homePage .quotePage_box_cnt li:not(:last-child) {
        margin-bottom: 23px
    }

    .homePage .quotePage_box_cnt li a {
        color: #91ce3a;
        text-decoration: underline;
        transition: all .3s
    }

        .homePage .quotePage_box_cnt li a:hover, .homePage .quotePage_box_cnt li a:active {
            color: #76ab2a
        }

    .homePage .quotePage_box_cnt li span {
        color: red;
        font-family: "Satoshi-Bold";
        font-size: 20px;
        line-height: 27px
    }

.homePage .quotePage_box_uploadFile {
    margin: 62px 0 46px
}

    .homePage .quotePage_box_uploadFile .signature {
        max-width: 411px;
        margin: auto
    }

    .homePage .quotePage_box_uploadFile .signature_action a {
        color: #fff;
        font-size: 15px
    }

    .homePage .quotePage_box_uploadFile .signature canvas {
        background: #fff;
        display: block;
        cursor: crosshair
    }

    .homePage .quotePage_box_uploadFile .signature .clearSign {
        position: absolute;
        bottom: 5px;
        right: 5px;
        z-index: 1;
        width: auto;
        height: auto;
        color: red;
        font-size: 14px;
        font-weight: 600
    }

    .homePage .quotePage_box_uploadFile label {
        margin: 0 auto;
        background-color: #fff;
        display: flex;
        justify-content: center;
        height: 100%;
        min-height: 105px;
        align-items: center;
        color: #414042;
        font-family: "Satoshi-Regular";
        font-size: 24px;
        line-height: normal;
        position: relative;
        cursor: pointer
    }

        .homePage .quotePage_box_uploadFile label img {
            width: 100%;
            height: 100%;
            padding: 5px
        }

    .homePage .quotePage_box_uploadFile input {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

.homePage .quotePage_box .btn-primary {
    border-radius: 26px;
    padding: 13px 30px;
    margin-top: 20px
}

@media(max-width: 1399.98px) {
    .homePage .quotePage {
        margin-bottom: 70px
    }

    .homePage .quotePage_box_head h1 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 25px
    }
}

@media(max-width: 1199.98px) {
    .homePage .quotePage {
        margin-bottom: 50px
    }

    .homePage .quotePage_box_head h1 {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 20px
    }

    .homePage .quotePage_box .title, .homePage .quotePage_box .total-amount {
        font-size: 20px;
        margin-bottom: 15px
    }

    .homePage .quotePage_box .text {
        font-size: 18px;
        line-height: 1.1
    }

    .homePage .quotePage_box_uploadFile {
        margin: 35px 0
    }

        .homePage .quotePage_box_uploadFile label {
            font-size: 20px
        }
}

@media(max-width: 991.98px) {
    .homePage .quotePage {
        margin-bottom: 40px
    }

    .homePage .quotePage_box {
        padding: 30px 40px
    }

    .homePage .quotePage_box_head h1 {
        font-size: 25px;
        margin-bottom: 15px
    }

    .homePage .quotePage_box .title, .homePage .quotePage_box .total-amount {
        font-size: 18px;
        margin-bottom: 10px
    }

    .homePage .quotePage_box .text {
        font-size: 16px
    }

    .homePage .quotePage_box_cnt {
        padding-top: 25px
    }

        .homePage .quotePage_box_cnt li:not(:last-child) {
            margin-bottom: 15px
        }

        .homePage .quotePage_box_cnt .text {
            margin-bottom: 20px
        }

    .homePage .quotePage_box_card {
        background: #f2f7f9;
        padding: 25px
    }

    .homePage .quotePage_box_card_price:not(:last-child) {
        margin-bottom: 16px
    }

    .homePage .quotePage_box_uploadFile {
        margin: 25px 0
    }

        .homePage .quotePage_box_uploadFile label {
            font-size: 18px
        }

    .homePage .quotePage_box_finance {
        padding: 20px 10px
    }

    .homePage .quotePage_box_finance_card li {
        font-size: 16px;
        line-height: 1.1
    }
}

@media(max-width: 767.98px) {
    .homePage .quotePage {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .homePage .quotePage_box_head h1 {
        font-size: 22px
    }

    .homePage .quotePage_box .title, .homePage .quotePage_box .total-amount {
        font-size: 16px
    }

    .homePage .quotePage_box .text {
        font-size: 15px
    }

    .homePage .quotePage_box_finance {
        padding: 15px
    }

    .homePage .quotePage_box_finance_card {
        padding: 10px;
        border-right: 0;
        text-align: start
    }

        .homePage .quotePage_box_finance_card li {
            justify-content: start
        }

    .homePage .quotePage_box_card_price:not(:last-child) {
        margin-bottom: 10px
    }
}

@media(max-width: 575.98px) {
    .homePage .quotePage_box {
        padding: 25px
    }

    .homePage .quotePage_box_head h1 {
        font-size: 18px
    }

    .homePage .quotePage_box .title, .homePage .quotePage_box .total-amount {
        font-size: 15px;
        margin-right: 5px
    }

    .homePage .quotePage_box .text {
        font-size: 14px
    }

    .homePage .quotePage_box_finance {
        padding: 10px
    }

    .homePage .quotePage_box_card_price:not(:last-child) {
        margin-bottom: 10px
    }

    .homePage .quotePage_box_cnt {
        padding-top: 20px
    }

        .homePage .quotePage_box_cnt li:not(:last-child) {
            margin-bottom: 10px
        }

        .homePage .quotePage_box_cnt .text {
            margin-bottom: 15px
        }

    .homePage .quotePage_box_uploadFile {
        margin: 20px 0
    }

    .homePage .quotePage_box .btn-primary {
        margin-top: 10px
    }
}

.show_cnt, .show_cnt2 {
    display: none
}

.homePage .paymentPage .form-check-input:checked[type=checkbox]::after {
    font-size: 18px
}

.homePage .paymentPage .btn-row em {
    font-size: 15px
}

.homePage .paymentPage_scheme {
    padding: 50px 40px
}

.homePage .paymentPage_cnt .cardHead {
    margin-bottom: 40px
}

.homePage .paymentPage_cnt .condition {
    margin: 21px 0 41px !important
}

.homePage .paymentPage_cnt_card {
    padding: 30px 20px 36px;
    height: 100%
}

    .homePage .paymentPage_cnt_card ul {
        padding-left: 1rem
    }

        .homePage .paymentPage_cnt_card ul p {
            color: #0c1a33;
            font-family: "Satoshi-Regular";
            font-size: 18px;
            line-height: 28px;
            word-wrap: break-word
        }

    .homePage .paymentPage_cnt_card .paymentPage_service_box {
        text-align: start;
        padding: 15px;
        height: 100%;
        margin-bottom: 0
    }

        .homePage .paymentPage_cnt_card .paymentPage_service_box h3 {
            font-size: 16px;
            padding-bottom: 12px;
            margin-bottom: 10px
        }

        .homePage .paymentPage_cnt_card .paymentPage_service_box em {
            font-size: 24px;
            margin-right: 6px
        }

        .homePage .paymentPage_cnt_card .paymentPage_service_box p {
            font-size: 12px;
            line-height: 19px;
            margin-bottom: 0;
            color: #000
        }

            .homePage .paymentPage_cnt_card .paymentPage_service_box p.fs-16 {
                font-size: 16px
            }

    .homePage .paymentPage_cnt_card .form-check {
        border-top: 1px solid rgba(3,37,100,.21);
        padding-top: 38px;
        margin: 38px 17px 0;
        padding-left: 0
    }

        .homePage .paymentPage_cnt_card .form-check .check-label {
            border-bottom: 0;
            padding-left: 17px
        }

    .homePage .paymentPage_cnt_card .form-check-input {
        margin-top: 0;
        width: 30px;
        height: 30px
    }

.homePage .paymentPage .head {
    font-size: 40px;
    margin-bottom: 10px
}

.homePage .paymentPage .subHead {
    color: #032564;
    font-family: "Satoshi-Bold";
    font-size: 26px;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(3,37,100,.21);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.homePage .paymentPage .title {
    font-size: 30px;
    margin-bottom: 20px
}

.homePage .paymentPage .solutionBtn {
    margin-top: 30px
}

.homePage .paymentPage .commonHead {
    max-width: 1070px;
    margin: 0 auto
}

    .homePage .paymentPage .commonHead p {
        font-size: 20px
    }

.homePage .paymentPage_inner {
    margin: 50px 0 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d7d7d7
}

.homePage .paymentPage_box {
    padding: 20px 15px;
    height: calc(100% - 50px);
    background-color: #fff
}

    .homePage .paymentPage_box .form-check-label {
        color: #000;
        font-size: 20px;
        font-family: "Satoshi-Bold";
        display: flex;
        align-items: center
    }

    .homePage .paymentPage_box .productList:first-child {
        margin-bottom: 16px;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

    .homePage .paymentPage_box .productList.price .form-check-label {
        font-size: 16px;
        font-family: "Satoshi-Regular"
    }

    .homePage .paymentPage_box .productList.price .form-check:not(:last-child) {
        margin-bottom: 10px
    }

    .homePage .paymentPage_box em {
        font-size: 32px;
        color: #032564;
        margin-right: 15px
    }

    .homePage .paymentPage_box.disabled {
        background-color: rgba(221,221,221,.5)
    }

        .homePage .paymentPage_box.disabled em {
            color: #767676
        }

        .homePage .paymentPage_box.disabled .form-check-input {
            border-color: #767676
        }

.homePage .paymentPage .disabledError {
    margin-top: 10px
}

    .homePage .paymentPage .disabledError p {
        color: #414042;
        font-size: 14px;
        font-style: italic
    }

.homePage .paymentPage_service {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding-bottom: 15px;
    margin-bottom: 30px
}

.homePage .paymentPage_service_box {
    background-color: rgba(3,37,100,.1);
    padding: 20px;
    height: calc(100% - 25px);
    margin-bottom: 25px
}

    .homePage .paymentPage_service_box em {
        font-size: 30px;
        color: #032564;
        margin-right: 15px
    }

    .homePage .paymentPage_service_box h3 {
        font-size: 20px;
        color: #000;
        padding-bottom: 22px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

    .homePage .paymentPage_service_box p {
        font-size: 16px;
        color: #000;
        margin-bottom: 0
    }

    .homePage .paymentPage_service_box ul {
        padding-left: 20px
    }

        .homePage .paymentPage_service_box ul li::marker {
            color: #000;
            line-height: 20px
        }

.homePage .paymentPage .repaymentSec_inner {
    border: 1px solid rgba(0,0,0,.12);
    background-color: #032564;
    padding: 7px;
    height: 100%
}

    .homePage .paymentPage .repaymentSec_inner h4 {
        color: #fff;
        font-size: 24px;
        padding: 20px
    }

    .homePage .paymentPage .repaymentSec_inner p {
        color: #fff;
        font-size: 30px
    }

    .homePage .paymentPage .repaymentSec_inner .price {
        background-color: #3b6bac;
        border: 1px solid rgba(0,0,0,.12)
    }

    .homePage .paymentPage .repaymentSec_inner span {
        font-size: 16px
    }

.homePage .paymentPage .condition {
    margin: 30px 0 50px;
    font-size: 18px;
    color: #000
}

.homePage .paymentPage_detail ul {
    padding-left: 20px
}

    .homePage .paymentPage_detail ul li {
        font-size: 20px;
        color: #414042;
        font-family: "Satoshi-Medium";
        margin-bottom: 5px
    }

@media(max-width: 1599px) {
    .homePage .paymentPage .subHead {
        font-size: 22px
    }

    .homePage .paymentPage_box .form-check-label {
        line-height: 26px;
        padding-left: 12px
    }

    .homePage .paymentPage_box .form-check-input {
        width: 20px;
        height: 20px
    }

    .homePage .paymentPage_box em {
        font-size: 28px;
        margin-right: 10px
    }

    .homePage .paymentPage .repaymentSec_inner h4 {
        padding: 15px;
        font-size: 22px
    }

    .homePage .paymentPage .repaymentSec_inner p {
        font-size: 26px
    }
}

@media(max-width: 1399.98px) {
    .homePage .paymentPage_scheme {
        padding: 40px 35px
    }

    .homePage .paymentPage_cnt_card .form-check {
        padding-top: 30px;
        margin: 30px 15px 0
    }

    .homePage .paymentPage_cnt_card .form-check-input {
        width: 26px;
        height: 26px
    }

        .homePage .paymentPage_cnt_card .form-check-input:checked[type=checkbox]::after {
            font-size: 16px
        }

    .homePage .paymentPage .head {
        font-size: 36px
    }

    .homePage .paymentPage .subHead {
        font-size: 20px
    }

    .homePage .paymentPage .title {
        font-size: 28px;
        margin-bottom: 25px
    }

    .homePage .paymentPage .commonHead p {
        font-size: 18px
    }

    .homePage .paymentPage .solutionBtn {
        margin-top: 25px
    }

    .homePage .paymentPage_box {
        padding: 20px 12px
    }

        .homePage .paymentPage_box em {
            font-size: 22px
        }

        .homePage .paymentPage_box .form-check-label {
            padding-left: 8px;
            line-height: normal;
            font-size: 16px
        }

        .homePage .paymentPage_box .productList:first-child {
            margin-bottom: 12px;
            padding-bottom: 15px
        }

    .homePage .paymentPage_inner {
        margin: 40px 0 25px;
        padding-bottom: 25px
    }

    .homePage .paymentPage_service {
        margin-bottom: 25px
    }

    .homePage .paymentPage_service_box {
        padding: 15px;
        margin-bottom: 20px;
        height: calc(100% - 20px)
    }

        .homePage .paymentPage_service_box em {
            font-size: 25px;
            margin-right: 10px
        }

        .homePage .paymentPage_service_box h3 {
            font-size: 18px;
            padding-bottom: 15px;
            margin-bottom: 12px
        }

    .homePage .paymentPage .condition {
        margin: 25px 0 40px
    }

    .homePage .paymentPage .repaymentSec_inner h4 {
        padding: 12px;
        font-size: 20px
    }

    .homePage .paymentPage .repaymentSec_inner p {
        font-size: 22px
    }

    .homePage .paymentPage_detail ul li {
        font-size: 18px
    }
}

@media(max-width: 1199.98px) {
    .homePage .paymentPage .btn-row em {
        font-size: 11px
    }

    .homePage .paymentPage_scheme {
        padding: 30px
    }

    .homePage .paymentPage_cnt_card ul p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .homePage .paymentPage_cnt_card .form-check {
        padding-top: 25px;
        margin: 25px 15px 0
    }

    .homePage .paymentPage_cnt_card .form-check-input {
        width: 24px;
        height: 24px
    }

        .homePage .paymentPage_cnt_card .form-check-input:checked[type=checkbox]::after {
            font-size: 15px
        }

    .homePage .paymentPage_cnt_card .form-check .check-label {
        padding-left: 15px
    }

    .homePage .paymentPage .head {
        font-size: 32px
    }

    .homePage .paymentPage .subHead {
        font-size: 18px;
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    .homePage .paymentPage .title {
        font-size: 25px;
        margin-bottom: 20px
    }

    .homePage .paymentPage .solutionBtn {
        margin-top: 20px
    }

    .homePage .paymentPage .commonHead {
        max-width: 100%
    }

    .homePage .paymentPage_inner {
        margin: 30px 0 20px;
        padding-bottom: 20px
    }

    .homePage .paymentPage_box {
        padding: 16px 12px;
        height: auto
    }

        .homePage .paymentPage_box .form-check-label {
            padding-left: 12px;
            font-size: 16px
        }

        .homePage .paymentPage_box .form-check-input {
            width: 16px;
            height: 16px
        }

        .homePage .paymentPage_box em {
            font-size: 25px
        }

        .homePage .paymentPage_box .productList.price .form-check:not(:last-child) {
            margin-bottom: 5px
        }

        .homePage .paymentPage_box .productList.price .form-check-label {
            font-size: 14px
        }

    .homePage .paymentPage .disabledError {
        margin: 10px 0
    }

    .homePage .paymentPage .condition {
        margin: 20px 0 30px
    }

    .homePage .paymentPage .repaymentSec_inner {
        padding: 5px
    }

        .homePage .paymentPage .repaymentSec_inner h4 {
            padding: 8px;
            font-size: 18px
        }

        .homePage .paymentPage .repaymentSec_inner p {
            font-size: 20px
        }
}

@media(max-width: 991.98px) {
    .homePage .paymentPage_scheme {
        padding: 25px
    }

    .homePage .paymentPage_cnt .condition {
        margin: 15px 0 20px !important
    }

    .homePage .paymentPage_cnt_card {
        padding: 25px 20px
    }

        .homePage .paymentPage_cnt_card ul p {
            font-size: 15px;
            line-height: 22px
        }

        .homePage .paymentPage_cnt_card .form-check {
            padding-top: 20px;
            margin: 20px 15px 0
        }

        .homePage .paymentPage_cnt_card .form-check-input {
            width: 22px;
            height: 22px
        }

            .homePage .paymentPage_cnt_card .form-check-input:checked[type=checkbox]::after {
                font-size: 14px
            }

    .homePage .paymentPage .subHead {
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .homePage .paymentPage .head {
        font-size: 28px
    }

    .homePage .paymentPage .title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .homePage .paymentPage .solutionBtn {
        margin-top: 15px
    }

    .homePage .paymentPage_inner {
        margin: 25px 0 20px;
        padding-bottom: 10px
    }

    .homePage .paymentPage_box {
        margin-bottom: 10px;
        padding: 10px
    }

        .homePage .paymentPage_box .productList:first-child {
            margin-bottom: 8px;
            padding-bottom: 10px
        }

    .homePage .paymentPage_service {
        margin-bottom: 20px
    }

    .homePage .paymentPage_service_box {
        padding: 10px;
        margin-bottom: 15px;
        height: calc(100% - 15px)
    }

        .homePage .paymentPage_service_box em {
            font-size: 20px
        }

        .homePage .paymentPage_service_box h3 {
            font-size: 16px;
            padding-bottom: 10px;
            margin-bottom: 10px
        }

        .homePage .paymentPage_service_box p {
            font-size: 14px
        }

    .homePage .paymentPage .condition {
        margin: 15px 0 20px;
        font-size: 16px
    }

    .homePage .paymentPage .repaymentSec_inner {
        margin-bottom: 10px;
        height: calc(100% - 10px);
        min-height: 70px
    }

    .homePage .paymentPage_detail ul li {
        font-size: 16px
    }
}

@media(max-width: 767.98px) {
    .homePage .paymentPage .btn-row .btn em {
        font-size: 10px
    }

    .homePage .paymentPage_scheme {
        padding: 20px
    }

    .homePage .paymentPage .head {
        font-size: 25px;
        margin-bottom: 5px
    }

    .homePage .paymentPage .title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .homePage .paymentPage .solutionBtn {
        margin-top: 10px
    }

    .homePage .paymentPage .commonHead p {
        font-size: 16px
    }

    .homePage .paymentPage_inner {
        margin: 20px 0
    }

    .homePage .paymentPage .condition {
        margin: 15px 0;
        font-size: 14px
    }

    .homePage .paymentPage .repaymentSec_inner {
        min-height: 60px
    }

        .homePage .paymentPage .repaymentSec_inner span {
            font-size: 14px
        }
}

@media(max-width: 575.98px) {
    .homePage .paymentPage_scheme {
        padding: 10px
    }

    .homePage .paymentPage .head {
        font-size: 22px
    }

    .homePage .paymentPage_cnt .cardHead {
        margin-bottom: 20px
    }

    .homePage .paymentPage_cnt .condition {
        margin: 10px 0 15px !important
    }

    .homePage .paymentPage_cnt_card {
        padding: 20px 15px
    }

        .homePage .paymentPage_cnt_card ul p {
            font-size: 14px;
            line-height: normal;
            margin-bottom: 10px
        }

        .homePage .paymentPage_cnt_card .paymentPage_service_box h3 {
            font-size: 14px
        }

        .homePage .paymentPage_cnt_card .paymentPage_service_box em {
            font-size: 20px;
            margin-right: 5px
        }

        .homePage .paymentPage_cnt_card .paymentPage_service_box p.fs-16 {
            font-size: 14px
        }

        .homePage .paymentPage_cnt_card .form-check {
            padding-top: 15px;
            margin: 15px 10px 0
        }

            .homePage .paymentPage_cnt_card .form-check .check-label {
                padding-left: 10px
            }

        .homePage .paymentPage_cnt_card .form-check-input {
            width: 20px;
            height: 20px
        }

    .homePage .paymentPage .subHead {
        font-size: 15px;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .homePage .paymentPage .title {
        font-size: 18px
    }

    .homePage .paymentPage .commonHead p {
        font-size: 14px
    }

    .homePage .paymentPage .disabledError p {
        font-size: 12px
    }

    .homePage .paymentPage_inner {
        margin: 15px 0;
        padding-bottom: 5px
    }

    .homePage .paymentPage_service {
        margin-bottom: 15px
    }

    .homePage .paymentPage_service_box {
        margin-bottom: 10px;
        height: calc(100% - 10px)
    }

    .homePage .paymentPage .repaymentSec_inner p {
        font-size: 18px
    }

    .homePage .paymentPage .repaymentSec_inner h4 {
        font-size: 16px
    }

    .homePage .paymentPage .repaymentSec_inner span {
        font-size: 12px
    }

    .homePage .paymentPage_detail ul li {
        font-size: 14px
    }

    
}

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

/*# sourceMappingURL=custom.min.css.map */
