.popup-body {
    display: flex;
    border-radius: 10px !important;
}

.pop-up-left {
    width: calc(100% - 650px);
    padding: 60px 50px 60px 50px;
    background: var(--white);


    .heading-44 {
        font-size: 30px;
    }

    .title {
        line-height: 1.25;
        font-size: 30px;
        font-family: var(--title-font-family);
        margin-bottom: 20px;
    }
}

.pop-up-right {
    width: 650px;
    padding: 50px 60px 50px 60px;
    background: var(--theme);

    .head {
        line-height: 1.25;
        font-size: 40px;
        color: var(--white);
        margin-bottom: 20px;
        font-weight: var(--font-weight-bold);
        font-family: var(--font-head-family);
    }
}

.pop-up-right {
    background: #00173B;
    background: linear-gradient(120deg, rgba(0, 23, 59, 1) 8%, rgba(0, 70, 183, 1) 100%);

    & form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        .button.submitbtn {
            width: 100%;
            background: var(--black);
            color: var(--white);

            &:hover {
                background: var(--litegreen);
                color: var(--black);
            }
        }
    }
}

.pop-up-right {
    & form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        & input[type="text"],
        & input[type="tel"],
        & input[type="number"],
        & input[type="email"],
        & textarea,
        .fileinputs {
            background: transparent;
            border: 2px solid var(--white);
            color: var(--white);
        }

        .form-group {
            & label {
                color: var(--white);
            }
        }
    }
}

.pop-up-left {
    ul.location-ul {
        & li {
            .location-li {
                margin-bottom: 20px;

                .lct-icon {
                    width: 20px;
                    width: 54px;
                    height: 54px;
                    background: var(--theme);
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    & img {
                        filter: brightness(0) invert(1);
                    }
                }
            }
        }

        .lct-infor {
            width: calc(100% - 65px);
            padding-left: 15px;

            .lct-label {
                color: var(--primary);
                font-size: 18px;
                font-weight: 700;
                margin-bottom: 5px;
            }

            .lct-info {

                & p {
                    color: var(--primary);
                    font-size: 18px;
                    font-weight: 500;
                }

                & a {
                    font-size: 18px;
                    font-weight: 500;
                    color: var(--primary);
                    text-decoration: none;

                    &:hover {
                        color: var(--orange);
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}





.contact-left.drive-content {
    width: 100%;
    max-width: inherit;
    padding-right: 0;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.carousel {
    &:hover .group {
        animation-play-state: paused;
    }
}

.head .heading-30 {
    line-height: 1.1;
}

.common-popup-form.fancybox-content,
#suburb-missing-popup {
    padding: 0;
    max-width: 1200px;
    border-radius: 15px;
    width: 100%;
}

.common-popup-form {
    display: none;
    max-width: 1200px;
    border-radius: 15px;
    cursor: auto;
    padding: 0;
}

.common-popup-form .fancybox-button {
    padding: 10px;
    width: 28px;
    height: 28px;
    background: var(--orange);
    padding: 5px;
    border-radius: 50%;
    min-height: 28px;
    margin: 23px 20px;
}

textarea.form-control {
    min-height: 120px;
}

.pop-up-right {
    textarea.form-control {
        min-height: 120px;
    }
}

.pop-up-left {
    .footerlogo {
        justify-content: center;
        width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1439.98px) {
    .common-popup-form .popup-body .pop-up-left {
        padding: 50px 0 50px 50px;
    }

    .common-popup-form .popup-body .pop-up-right {
        padding: 50px;
    }

    .common-popup-form {
        max-width: 95%;
    }
}

@media screen and (max-width: 991.98px) {

    .common-popup-form .popup-body .pop-up-left,
    #suburb-missing-popup .pop-up-left {
        display: none;
    }

    .common-popup-form .popup-body .pop-up-right,
    #suburb-missing-popup .pop-up-right {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {

    .common-popup-form .popup-body .pop-up-right,
    #suburb-missing-popup .pop-up-right {
        padding: 30px;

        .head {
            font-size: 24px;
            margin-bottom: 20px;
        }
    }
}