#optionthree.fancybox-content {
    padding: 0;
}

#optionthree .popup-body {
    background: #00234C;
}

#optionthree .popup-body .pop-up-left {
    width: 540px;
    padding: 0 70px 0 70px;
    margin: 60px 0 60px;
    border-right: solid 2px #054897;
}

#optionthree .popup-body .pop-up-right {
    width: calc(100% - 540px);
    padding: 60px 70px 60px 70px;
}

#optionthree .popup-body .pop-up-left .title .heading-40 {
    color: white;
}

#optionthree .popup-body .pop-up-left .title p {
    color: white;
}

#optionthree .popup-body .pop-up-left .title {
    padding-right: 0;
}

#optionthree {
    display: none;
    max-width: 1131px;
    border-radius: 15px;
    cursor: auto;
    padding: 0;
}

.popup-body {
    display: flex;
    border-radius: 10px !important;
}

.contact-wrap a {
    color: white;
}

.contact-details {
    display: inline-block;
    width: 100%;
}

.contact-wrap {
    display: inline-block;
    margin-bottom: 15px;
}

.contact-wrap:last-child {
    margin-bottom: 0;
}


/* popup style  */
.fancybox-slide>* {
    padding: 0 !important;
    margin: 0;
}

.popup-body {
    .pop-up-left {
        width: 50%;
        padding: 40px;
        background: #f5f5f5;

        .heading-40 {
            font-size: 24px;
            font-weight: 600
        }

        .contact-details {

            & img {
                filter: brightness(0);
                position: relative;
                top: 4px;
                margin-right: 5px;
            }

            & a.ft-text {
                color: #000;

                &:hover {
                    color: #fcaf3b;
                    text-decoration: underline;
                }

                & img {
                    filter: brightness(0);
                    position: relative;
                    top: 4px;
                    margin-right: 5px;
                }
            }
        }
    }

    .pop-up-right {
        width: 50%;
        padding: 40px;

        .row {
            margin: 0;
        }

        & input,
        textarea {
            width: 100%;
        }

        & select {
            width: 100%;
        }

        .form-group.btnbox p span.wpcf7-spinner {
            position: absolute;
            right: 50px;
        }

        & p {
            margin: 0 0 10px;
        }
    }
}


.popup-body .wpcf7 form.invalid .wpcf7-response-output,
.popup-body .wpcf7 form.unaccepted .wpcf7-response-output {
    width: 100%;
    margin: 2em 0 2em 0;
}


@media screen and (max-width: 1199.98px) {
    #optionthree .popup-body .pop-up-left .title {
        margin-bottom: 0;
    }

    #optionthree .popup-body .pop-up-right {
        padding: 30px 50px 20px 50px;
        width: 100%;
    }

    #optionthree .popup-body .pop-up-left .contact-details {
        display: none;
    }

    #optionthree .popup-body .pop-up-left {
        margin-bottom: 0;
        width: 100%;
        padding: 0 50px 0 50px;
        border: none;
    }
}

@media screen and (max-width: 1199.98px) {
    #optionthree {
        max-width: 95%;
    }
}