/**/
.coupon-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #5a3169;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 8px 8px 8px 15px;
    position: relative;
}

.coupon-box .icon-copy {
    display: block;
    width: 16px;
    height: 18px;
    background-image: url(../images/icon-copy.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.coupon-box .coupon-code {
    padding: 0 10px 0 5px;
    font-family: 'noto_sansbold', Arial, sans-serif;
    font-weight: normal;
    color: #4a345a;
}

.coupon-box .copy-btn {
    background-color: #4a3564;
    color: white;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    font-family: 'noto_sansbold', Arial, sans-serif;
    font-weight: normal;
    transition: background 0.3s;
    border-radius: 8px;
}

.coupon-box .copy-btn:hover {
    background-color: #7d3ea4;
}

.coupon-box .copy-msg {
    margin: 0;
    font-size: 13px;
    color: green;
    position: absolute;
    bottom: 2px;
    left: 14px;
    width: 100%;
    text-align: left;
}


.sec-btn .button {
    background: #313131;
    border: 1px solid #313131;
    border-radius: 8px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    line-height: 1.3;
    padding: 10px 20px;
    text-decoration: none;
    font-family: noto_sansbold;
    font-weight: normal;
}

.sec-btn .button:hover {
    background: #4a3564;
}

/**/

.align-items-center {
    align-items: center !important;
}

.zogo-main img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.zogo-main .row {
    display: flex;
    flex-wrap: wrap;
}

.zogo-main .row [class*="col-"] {
    float: none;
}

.zogo-main .sec-head-h1 {
    margin: 0 0 16px;
    padding: 0;
    font-size: 40px;
    line-height: 1.3;
    font-family: noto_sansbold;
    font-weight: normal;
    color: #000;
}
.zogo-main h2 {
    margin: 0 0 16px;
    padding: 0;
    font-size: 30px;
    line-height: 1.3;
    font-family: noto_sansbold;
    font-weight: normal;
    color: #000;
}

.zogo-main h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    line-height: 1.33333333;
    font-family: noto_sansbold;
    font-weight: normal;
    color: #000;
}


/**/
.zogo_section_01 {
    padding: 50px 0;
}

.zogo_section_01 .sec-img {
    max-width: 200px;
    margin: 0 auto;
}

/**/
.zogo_section_02 {
    padding: 50px 0;
    background-color: #31718d;
    background-image: url(../images/sec-1-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.zogo_section_02 .sec-img {
    text-align: center;
}

.zogo_section_02 .sec-head {
    color: #FFF;
}

.zogo_section_02 .sec-description h3 {
    color: #FFF;
}

/**/

/**/
.zogo_section_03 {
    padding: 50px 0;
    background-color: #553d71;
    background-image: url(../images/sec-2-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.zogo_section_03 .sec-head h2 {
    color: #FFF;
    padding-bottom: 25px;
}

.zogo_section_03 .box-item-img {
    position: relative;
    max-width: 283px;
    margin: 0 auto 20px;
}

.zogo_section_03 .box-item-img .num {
    position: absolute;
    bottom: 0;
    left: 40px;
    background-color: #f4b415;
    color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.zogo_section_03 .box-item-head {
    color: #FFF;
    font-size: 24px;
}

.zogo_section_03 .box-item-description {
    color: #FFF;
    font-size: 16px;
    line-height: 1.3;
}

/**/

.zogo_section_04 {
    padding: 50px 0;
    background-color: #2f718d;
    color: #FFF;
}

.testimonials_head {
    font-size: 16px;
    line-height: 1.3;
    font-family: noto_sansbold;
    font-weight: normal;
    margin-bottom: 15px;
}

.testimonials_head span {
    color: #f4b415;
}

.testimonials_content {
    font-size: 22px;
    line-height: 1.3;
    font-family: noto_sansbold;
    font-weight: normal;
    margin-bottom: 30px;
}

.testimonials_name {
    font-size: 20px;
    line-height: 1.3;
    font-family: noto_sansbold;
    font-weight: normal;
}

/**/
.zogo_section_05 {
    padding: 60px 0;
}

.zogo_section_05 .container {
    border-bottom: solid 1px #d5e3e8;
    padding-bottom: 50px;
}

.zogo_section_05 .sec-img {
    margin: 0 0 20px;
}

.zogo_section_05 .sec-img img {
    max-width: 150px;
}

.zogo_section_05 .sec-head {
    margin-bottom: 30px;
    padding: 0 5%;
}

.zogo_section_05 .sec-description h3 {
    margin-bottom: 30px;
    padding-bottom: 6px;
}

.zogo_section_05 .sec-btn {
    padding-top: 10px;
}


@media (max-width: 1199px) {
    .zogo-main .sec-head-h1 {
        font-size: 36px;
    }
    .zogo-main h2 {
        font-size: 28px;
    }

    .zogo-main h3 {
        font-size: 16px;
    }

    .zogo_section_03 .box-item-head {
        font-size: 22px;
    }

    .testimonials_content {
        font-size: 28px;
    }

    .testimonials_head {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .zogo-main .row [class*="col-md-"] {
        width: 100%;
    }

    .zogo-main .row [class*="col-md-"]+[class*="col-md-"] {
        padding-top: 50px;
    }

    .zogo_section_01 {
        text-align: center;
    }

    .zogo_section_01 .sec-img img {
        max-width: 250px;
    }

    .zogo_section_02 {
        text-align: center;
    }

    .zogo_section_02 .sec-img {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .zogo-main .sec-head-h1 {
        font-size: 26px;
    }
    .zogo-main h2 {
        font-size: 22px;
    }

    .zogo-main h3 {
        font-size: 16px;
    }

    .zogo_section_02 .sec-img {
        padding-bottom: 0;
    }

    .zogo_section_03 .box-item-head {
        font-size: 20px;
    }

    .testimonials_content {
        font-size: 22px;
    }

    .testimonials_head {
        font-size: 20px;
    }
}