body {
    font-family: "Open Sans",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

p, a {
    font-family: "Open Sans", sans-serif;
}

.container {
    max-width: 1100px;
}

header {
    background: #0d395a;
    height: 68px;
    width: 100%;
    position: fixed;
    color: #fff;
    border-top: 3px solid #00a0e3;
    padding: 15px 0;
    z-index: 999;
    font-family: "Open Sans",sans-serif;
}

.banner-block {
    position: relative;
    padding: 65px 12px 0;
    font-family: "Open Sans",sans-serif;
    display: flex;
}

img.img-banner {
    position: relative;
    right: 12%;
    margin-top: -165px;
    width: 100%;
}

img.door-key-icon.lazy {
    position: absolute;
    top: 35px;
    right: 255px;
    width: 248px;
}

.banner-cta-button {
    margin: 60px 0;
}

    .banner-cta-button a {
        color: #0d395a;
        font-weight: 700;
        font-family: "Open Sans",sans-serif;
    }

bnr-text {
    margin: 50px 0;
}

.bnr-text h2 {
    font-size: 40px;
    font-weight: bold;
    color: #353535;
}

.banner-cta-button {
    margin: 12px 0 0;
}

section.banner-content p {
    font-size: 20px;
    font-weight: normal;
    color: #353535;
    font-weight: bold;
    padding: 10px 0 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 9;
}

    section.banner-content p span {
        color: #0d395a;
    }

    section.banner-content p.cta-1 a, section.banner-content p.cta-2 a {
        font-size: 18px;
    }

section.banner-content .container {
    margin-bottom: 100px;
    padding: 100px 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

section.more-information p {
    text-align: center;
    font-size: 27px;
    border-top: 1px solid deepskyblue;
    border-bottom: 1px solid deepskyblue;
    padding: 80px 0;
    font-weight: bold;
    color: #494C4F;
}

.Footer-logo-image {
    padding: 2px 0 35px;
}

section.logo {
    margin: 50px 0 0px;
}

    section.logo .click-cup a,
    section.logo .click-sup a {
        color: #3b3b3b;
        font-size: 14px;
    }

    section.logo .click-sup {
        width: 100%;
        max-width: 40%;
    }

section.indications .indicate-1 .indication,
section.indications .indicate-2 .indication {
    border-top: 2px solid deepskyblue;
    padding-top: 50px;
}

    section.indications .indicate-1 .indication h3,
    section.indications .indicate-2 .indication h3 {
        text-transform: uppercase;
        font-weight: bold;
        color: #494c4f;
        font-size: 20px;
    }

section.indications p {
    padding-right: 75px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    color: #000000;
}

    section.indications p a {
        font-size: 13px;
        color: #000000;
    }

section.indications .indicate-1 .indication p,
section.indications .indicate-2 .indication p {
    margin-bottom: 50px;
}

.isi h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #494c4f;
}

section.indications p span {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: block;
}

.isi p span {
    padding-left: 32px;
}

    .isi p span:before {
        content: "";
        width: 13px;
        display: inherit;
        background: #000000;
        height: 1.8px;
        position: absolute;
        left: 3px;
        top: 10px;
    }

section.indications .indicate-2 .isi h3 {
    margin-bottom: 110px;
}

section p.warn {
    font-weight: bold;
    padding-left: 0;
    padding-right: 75px !important;
}

.isi p:before {
    content: "";
    width: 20px;
    display: inherit;
    background: #000000;
    height: 2.5px;
    position: absolute;
    left: 0;
    top: 10px;
}

section p.warn:before,
section.indications p.click:before,
section.indications p.encour:before {
    content: none;
}

.isi p {
    padding-left: 45px;
    padding-right: 30px !important;
}

section.indications p.click,
section.indications p.encour {
    padding-left: 0px;
    padding-right: 75px !important;
}

section.indications p.click {
    font-weight: bold;
}

footer {
    background: #faf5ec;
    position: relative;
    padding: 48px 0 45px;
}

    footer ul {
        padding-left: 0;
        list-style: none;
        text-align: center;
        border-bottom: 2px solid deepskyblue;
        margin-top: 50px;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }

        footer ul li {
            display: inline-block;
            padding: 0 30px;
            border-right: 1px solid;
        }

            footer ul li:last-child {
                border: none;
            }

    footer .foot-left p:nth-child(1) {
        font-weight: bold;
    }

    footer .foot-left p {
        margin: 0;
    }

    footer ul li a {
        color: #0d395a;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    footer p,
    footer p a {
        color: #000000;
        font-size: 12px;
        font-weight: normal;
        font-family: "Open Sans",sans-serif;
    }

    footer a.dnt_prsnl {
        font-weight: bold;
    }

.banner-cta-button p a span {
    font-size: 12px;
    padding: 0 5px;
    margin-top: 2px;
}

footer .info p:nth-child(1),
footer .info p:nth-child(4),
footer .info p:nth-child(5),
footer .info p:nth-child(6) {
    margin-bottom: 0;
}

.click-cup {
    margin-bottom: 0px;
}

img.cuprime-logo {
    padding: 0 0 20px;
}

img.syprine-logo {
    padding: 0 0 20px;
}

.click-mobile-sup {
    display: none;
}

section.indications {
    padding: 15px 0 60px;
}

.page-not-found {
    background: #f8f8f8;
    padding: 120px 0;
}

    .page-not-found h2 {
        font-size: 40px;
        /* border: none; */
        font-weight: bold;
        padding: 20px 10px;
    }

    .page-not-found p {
        font-size: 18px;
        color: #0d395a;
        font-weight: bold;
        padding: 10px 10px 5px;
    }

a.home-link {
    font-size: 20px;
    color: #23395a;
    font-weight: 600;
    padding: 0 12px;
}

div#exitModal h2 {
    font-size: 18px;
    text-align: left;
}

.modal-footer {
    margin: 0;
    border-top: none;
    justify-content: flex-start;
    padding: 0 .75rem 1.0rem;
    background: #fff;
    border-radius: 0;
}

    .modal-footer.clearfix a {
        font-size: 18px;
        height: 54px;
        color: #0d395a;
        font-weight: 600;
        border: 3px solid #c37b13;
        border-radius: 0;
        width: 100px;
        padding: 10px 12px;
        margin-right: 8px;
    }

        .modal-footer.clearfix a span {
            font-size: 13px;
        }

img.img-banner img {
    position: relative;
}

.modal-header {
    background: #0d395a;
    color: #fff;
    font-size: 22px;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 0;
}

.modal-content {
    margin-top: 25%;
    border-radius: 0px;
    border: none;
    background: transparent;
}

.modal-body {
    background: #fff;
    padding: 1.5rem 1rem 1rem;
}

/*section.indications .container {
    width: 100%;
   
}*/
.idication-isi {
    margin: 20px auto -120px;
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 333;
    padding: 30px 45px 42px;
    width: 92%;
    align-items: center;
}

section.banner-content p.cta-1 a, section.banner-content p.cta-2 a {
    font-size: 18px;
    border: 2px solid #c37b13;
    text-decoration: none;
    padding: 5px 12px;
    display: inherit;
    width: 100%;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
}

section.logo .click-cup a span, section.logo .click-sup a span {
    text-decoration: none;
}

@media (min-width: 992px) {
    img .door-key-icon.lazy {
        right: 250px;
    }

    section.banner-content .banner-cta-button {
        width: 608px;
    }
}

@media (min-width: 1600px) {

    .idication-isi {
        width: 82%;
    }
}

@media (min-width: 1200px) {
    section.indications .indicate-2 .isi h3 {
        margin-bottom: 100px;
    }
}

@media (max-width: 1200px) {
    section .banner-content p.cta-1 a, section.banner-content p.cta-2 a {
        font-size: 18px;
    }

    img.door-key-icon.lazy {
        position: absolute;
        top: 15px;
        right: 25%;
        width: 228px;
    }

    .container {
        padding: 0 15px;
    }

    .banner-block {
        padding: 35px 20px 0;
    }

    img.img-banner {
        margin-top: -130px;
        width: 100%;
    }

    section.indications {
        padding: 15px 0 20px;
    }


    .idication-isi {
        padding: 0;
        margin: 0;
        width: 100%;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 834px) {
    section.indications .indicate-2 .isi h3 {
        padding-top: 18px;
        margin-bottom: 110px;
    }
}



@media only screen and (min-width: 834px) and (max-width: 1194px) {
    section.indications .indicate-2 .isi h3 {
        margin-bottom: 100px;
        padding-top: 15px;
    }
}


@media (max-width: 992px) {

    section.banner-content {
        padding: 50px 0 30px;
    }

    .banner-block {
        padding: 0px 2px 0;
    }

    .bnr-text h2 {
        font-size: 34px;
    }

    section.banner-content p {
        font-size: 17px;
    }

    img .img-banner {
        position: relative;
        margin-right: 2%;
        margin-top: -150px;
        width: 98%;
    }

    img.door-key-icon.lazy {
        position: absolute;
        top: -25px;
        right: 25%;
        width: 178px;
    }

    .banner-cta-button {
        padding: 10px 15px 0px;
        width: 630px;
        margin: 0 auto;
        text-align: center;
    }

    section.banner-content p.cta-1 a, section.banner-content p.cta-2 a {
        font-size: 18px;
        width: 588px;
    }

    .bnr-text {
        width: 96%;
        padding: 0 0 0 25px;
        margin-top: 0px;
    }

    .container {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.banner-content p.cta-1 a,
    section.banner-content p.cta-2 a {
        font-size: 17px;
    }
}

@media only screen and (max-width:768px) {
    section.banner-content p.cta-1 a, section.banner-content p.cta-2 a {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .container {
        padding: 10px 15px;
    }

    .banner-cta-button {
        padding: 15px 0px 10px;
        max-width: 100%;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    img.img-banner {
        position: relative;
        margin: -42px auto 0;
        padding: 0 10px;
        max-width: 500px;
        width: 480px;
        text-align: center;
        left: 0;
        right: 0;
    }

    img.door-key-icon.lazy {
        position: absolute;
        top: 25px;
        right: 0;
        left: -52px;
        width: 158px;
        text-align: center;
        margin: 0 auto;
    }

    .banner-block {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        text-align: center;
    }

    .bnr-text {
        display: block;
        position: absolute;
        top: 150px;
        width: 50%;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        padding: 0 5px;
    }

    section.banner-content {
        padding: 50px 0 10px;
    }

        section.banner-content p {
            font-size: 13px;
            width: 68%;
            margin: -8px auto 0;
        }

    .bnr-text h2 {
        font-size: 22px;
        line-height: 30px;
        margin-top: 60px;
    }

    footer {
        padding: 12px 0 32px;
    }

        footer ul {
            border-bottom: none;
            margin-top: 20px;
            padding-bottom: 12px;
            margin-bottom: 12px;
        }

    .Footer-logo-image {
        padding: 2px 0 15px;
        text-align: center;
    }

    footer p, footer p a {
        font-size: 12px;
    }

    .contact {
        display: none;
    }

    section.logo .click-sup {
        display: none;
    }

    .foot-right {
        text-align: left;
    }

    .click-mobile-sup {
        display: block;
        padding: 20px 0 35px;
    }

        .click-mobile-sup a {
            font-size: 13px;
            color: #6b6b6b;
        }

    header {
        padding: 9px 0;
    }

        header img {
            height: 35px;
        }

    section.banner-content .container {
        padding: 10px 15px 0px;
    }

    section.indications {
        padding: 15px 0 15px;
    }

    section.banner-content p.cta-1 a, section.banner-content p.cta-2 a {
        font-size: 18px;
        text-align: center;
    }

    section.more-information p {
        padding: 30px 0;
        font-size: 27px;
    }

    section.logo {
        margin: 10px 0px 0;
        padding-bottom: 0;
    }

    .click-cup {
        margin-bottom: 10px;
    }

    section.indications .indicate-1 .indication, section.indications .indicate-2 .indication {
        padding-top: 45px;
    }

        section.indications .indicate-1 .indication p, section.indications .indicate-2 .indication p {
            margin-bottom: 35px;
        }

    .isi h3 {
        margin-bottom: 10px;
    }

    header a img {
        height: 30px;
        margin: 2px 0;
    }

    div#exitModal h2 {
        font-size: 16px;
        text-align: left;
    }

    footer ul li {
        padding: 0 10px;
    }

    section.indications p {
        padding-right: 10px;
    }

        section.indications p.click, section.indications p.encour {
            padding-right: 10px;
        }

    section.indications .indicate-2 .isi h3 {
        margin-bottom: 20px;
    }

    section.more-information p {
        font-size: 23px;
    }

    section.banner-content .container {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    section.banner-content p {
        width: 96%;
        margin-bottom: 10px;
    }

    .banner-cta-button p a {
        width: 100%;
    }

    .modal-header {
        font-size: 18px;
    }

    section.logo .click-cup a,
    section.logo .click-sup a {
        color: #6b6b6b;
    }

    section p.warn {
        padding-right: 10px !important;
    }

    .isi p {
        padding-right: 10px !important;
    }

    section.indications p.click, section.indications p.encour {
        padding-right: 8px !important;
        padding-left: 10px;
    }
}

@media (max-width: 500px) {


    section.banner-content p.cta-1 a, section.banner-content p.cta-2 a {
        font-size: 13px;
    }

    .banner-cta-button {
        width: 416px;
        margin: 0 auto;
        text-align: center;
    }

    section.banner-content p.cta-1 a, section.banner-content p.cta-2 a {
        font-size: 18px;
    }

    img.img-banner {
        max-width: 480px;
        width: 100%;
        padding: 0;
    }

    img.door-key-icon.lazy {
        width: 100px;
    }

    .bnr-text {
        top: 95px;
        width: 68%;
    }

        .bnr-text h2 {
            font-size: 20px;
            line-height: 24px;
            margin-top: 72px;
        }

    img.door-key-icon.lazy {
        top: 42px;
        right: -15px;
        left: -52px;
    }

    section .banner-content p {
        font-size: 11px;
    }

    .banner-block {
        padding: 0px 5px 0;
    }
}

@media (max-width: 470px) {

    .banner-cta-button {
        width: 370px;
        margin: 0 auto;
        text-align: center;
    }

    .banner-cta-button {
        width: 100%;
    }
}

@media (max-width: 420px) {
    img.door-key-icon.lazy {
        width: 100px;
        left: -60px
    }

    .bnr-text {
        top: 82px;
    }

    section.banner-content p {
        font-size: 10px;
    }
}

@media (max-width: 376px) {
    section.banner-content p.cta-1 a, section.banner-content p.cta-2 a {
        font-size: 18px;
        padding: 2px 0px;
        width: 92%;
        margin: 0 auto;
    }

    footer ul li {
        padding: 0 5px;
    }

        footer ul li a {
            font-size: 16px;
        }

    section.more-information p {
        font-size: 23px;
    }

    img.door-key-icon.lazy {
        width: 85px;
        left: -48px;
    }

    .bnr-text h2 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 48px;
        margin-bottom: 2px;
    }

    .banner-cta-button {
        width: 95%;
    }

    .bnr-text {
        top: 85px;
    }

    img.door-key-icon.lazy {
        top: 35px;
    }
}

@media (max-width: 350px) {
    .banner-cta-button {
        width: 350px;
    }

    .bnr-text {
        top: 80px;
        width: 65%;
    }

    img.door-key-icon.lazy {
        width: 72px;
    }

    .bnr-text h2 {
        margin-top: 32px;
    }

    section.banner-content p {
        font-size: 9px;
    }
}
