.pnf_sec {
    .pnf_wrap {
        text-align: center;

        .pnf_head {
            width: 500px;
            height: auto;
            margin: 0 auto 20px;

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }

        .pnf_cont {
            p {}
        }
    }
}

.btnWrap {
    &.commonHvrBtn {
        display: inline-block;
        min-width: 250px;

        a {
            text-align: left;
            border: 1px solid #C19A63;
        }

        &:hover {
            a {
                border-color: #88401B;
                background-color: #fff;
                color: #000;

                &::after {
                    background-color: #FFB92B;
                    transform: translateY(-50%) rotate(52deg);
                }
            }
        }
    }
}

/* start thank you */
.thankyouPg {
    .thankyouDiv {
        text-align: center;

        .thankyouGif {
            width: 150px;
            height: auto;
            margin: 0 auto 20px;

            img {
                width: 100%;

            }
        }

        .thankyouDivWrap {
            .thankYouHead {
                margin-bottom: 20px;
            }
        }

        .commonHvrBtn {
            width: 220px;
            min-width: auto;
            margin: 0px auto;
            transition: all 0.5s;

            a {
                border: 1px solid transparent;
                font-size: 16px;
                padding: 15px 20px;
                transition: all 0.5s;
            }

            &:hover {
                a {
                    border-color: #88401B;
                    background-color: #fff;
                    color: #000;

                    &::after {
                        background-color: #FFB92B;
                        transform: translateY(-50%) rotate(52deg);
                    }
                }
            }
        }
    }
}

/* terms and conditions */
.terms-condition-wrapper {}

.terms-block {
    padding-left: 10px;

    &:not(:last-child) {
        margin-bottom: 30px;
    }

    .termsTle {
        margin-bottom: 10px;
        font-size: 28px;
    }

    ul {
        padding-left: 14px;

        li {
            a {
                color: #000;
            }
        }
    }

    .contact-info {
        .lstBld {
            font-weight: 600;
        }
    }
}

/* end terms and conditions */

/* Responsive */

@media(max-width: 1440px) {
    .pnf_sec {
        .pnf_wrap {
            .pnf_head {
                width: 400px;
            }
        }
    }

    .btnWrap {
        &.commonHvrBtn {
            min-width: 180px;
        }
    }

    .terms-block {
        .termsTle {
            font-size: 24px;
        }
    }

    .customList {
        li {
            padding-left: 20px;

            &::before {
                top: 5px;
                width: 15px;
                height: 15px;
            }
        }
    }
}

@media (max-width: 1280px) {
    .pnf_sec {
        .pnf_wrap {
            .pnf_head {
                width: 300px;
            }
        }
    }

    .terms-block {
        .termsTle {
            font-size: 20px;
        }
    }

    .thankyouPg {
        .thankyouDiv {
            .thankyouGif {
                width: 100px;
            }
        }
    }
}

@media (max-width: 1024px) {
    .thankyouPg {
        & .thankyouDiv {
            & .thankyouDivWrap {
                .thankYouHead {
                    margin-bottom: 12px;
                }
            }
        }
    }
}

@media(max-width: 575px) {
    .pnf_sec {
        .pnf_wrap {
            .pnf_head {
                width: 250px;
            }
        }
    }
}