.contactPgSec {
    position: relative;
    padding-bottom: 200px;

    &::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        background: url(../images/contact/contact-bg.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 430px;
        z-index: -1;
    }

    .careerApplyImg {
        position: relative;
        height: 600px;

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
        }

        .careerapplyFig {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;

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

        .ContTxt {
            position: relative;
            /* position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%); */
            width: 100%;
            height: 100%;
            z-index: 2;
            padding: 20px 30px 20px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            .ContTxtHead {
                color: #FFF;
                font-family: "Quicksand";
                font-size: 45px;
                font-weight: 700;
                line-height: 40px;
                margin-bottom: 15px;
            }

            .ContTxtPara {
                color: #FFF;
                font-family: "Zabal DEMO";
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 28px;
            }

            .ContTxtInn {
                padding-top: 30px;

                h6 {
                    color: #FFF;
                    font-family: "Zabal DEMO";
                    font-size: 25px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 20px;
                    margin-bottom: 20px;
                }

                .contBtmInn {
                    display: flex;
                    gap: 10px;
                    margin-bottom: 20px;

                    .contBtmIcon {
                        width: 25px;
                        height: 25px;

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

                    .contBtmTxt {
                        width: calc(100% - 25px);
                        color: #FFF;

                        p {
                            color: #FFF;
                            font-family: "Zabal DEMO";
                            font-size: 18px;
                            font-weight: 500;
                            line-height: 28px;
                        }

                        a {
                            color: #FFF;
                            font-family: "Zabal DEMO";
                            font-size: 18px;
                            font-weight: 500;
                            line-height: 28px;
                        }
                    }
                }
            }
        }
    }
}

.bookFormInner {
    display: none;
}

.careerApplySec {
    & .careerApplyWrap {
        .careerApplyImg {
            height: 720px;
        }
    }
}


/* ==================== start responsive ======================== */

@media(max-width: 1200px) {
    .contactPgSec {
        & .careerApplyImg {
            & .ContTxt {
                .ContTxtHead {
                    font-size: 40px;
                }
            }
        }
    }
}

@media(max-width: 991px) {
    .contactPgSec {
        .careerApplyImg {
            height: 450px;

            & .ContTxt {

                .ContTxtInn {
                    padding-top: 15px;

                    h6 {
                        font-size: 20px;
                    }

                    .contBtmInn {
                        gap: 5px;
                        margin-bottom: 10px;

                        & .contBtmTxt {
                            p {
                                font-size: 16px;
                            }

                            a {
                                font-size: 16px;
                            }
                        }
                    }
                }
            }
        }
    }

    .careerApplySec {
    & .careerApplyWrap {
        .careerApplyImg {
            height: auto;
        }
    }
}
}

@media(max-width: 767px) {
    .contactPgSec {
        padding-bottom: 90px;
        .careerApplyImg {
            height: auto;

            & .ContTxt {
                padding: 20px 30px 20px 30px;
            }
        }
    }
}

@media(max-width: 575px) {
    .contactPgSec {
        & .careerApplyImg {
            & .ContTxt {
                padding: 20px;
                .ContTxtHead {
                    font-size: 35px;
                    margin-bottom: 10px;

                }

                .ContTxtPara {
                    font-size: 16px;
                    line-height: 25px;
                    margin-bottom: 0;
                }

                & .ContTxtInn {
                    & .contBtmInn {
                        margin-bottom: 5px;
                        .contBtmIcon {
                            width: 20px;
                        }

                        .contBtmTxt {
                            width: calc(100% - 20px);

                            p {
                                line-height: 20px;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 420px) {
    .contactPgSec {
        & .careerApplyImg {
            & .ContTxt {
                .ContTxtHead {
                    font-size: 30px;
                }
            }
        }
    }
}

/* ======================= end responsive ====================== */