﻿body {
    font-family: 'Montserrat-regular';
}

.split-banner-container.blue-theme {
    background-color: #12284a;
    /* margin-bottom: 63px; */
    margin-top: 57px;
}

.split-banner-container.grey-theme .text-section p {
    color: #000;
}

.split-banner-container .text-section a.btn.btn-primary.disabled {
    opacity: 1;
}

.split-banner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    min-height: 300px;
}

    .split-banner-container.blue-theme,
    .split-banner-container.blue-theme .col-md-6.image-section,
    .split-banner-container.blue-theme .col-md-6.image-section img.img-fluid {
        min-height: 392px;
    }

    .split-banner-container .circuler-border {
        border-radius: 12px;
    }

    .split-banner-container .image-section {
        flex: 1;
        min-width: 50%;
        position: relative;
        overflow: hidden;
        padding: 0;
        height: 526px;
        overflow: hidden;
    }

        .split-banner-container .image-section img.img-fluid {
            width: 100%;
            display: inline-block;
            object-fit: cover;
            height: 100%;
            object-position: top;
        }

    .split-banner-container.grey-theme {
        background-color: #f2f2f2;
        border-radius: 12px;
    }

    .split-banner-container.blue-theme {
        background-color: #12284a;
    }

    .split-banner-container .text-section p {
        color: #fff;
        max-width: 700px;
        font-size: 18px;
    }

    .split-banner-container .text-section h4 {
        font-size: 28px;
        font-weight: 500;
    }

    .split-banner-container .text-section a.btn {
        background-color: #ffcf54;
        font-size: 15px;
        color: #000;
        padding: 5px 30px;
        text-decoration: none;
        display: inline-block;
        text-transform: capitalize;
        border-radius: 50px;
        text-transform: uppercase;
        font-family: "Montserrat-medium";
        font-size: 14px;
        border: none;
        line-height: 30px;
        margin-top: 15px;
        border-color: unset;
    }

        .split-banner-container .text-section a.btn:focus {
            box-shadow: none;
        }

.live-webinar .split-banner-container.grey-theme.circuler-border {
    margin-top: 44px;
}
/*
.FormBanner {
    padding: 0px 126px;
    margin-bottom: 60px;
}
*/
.split-banner-container .text-section .grey-theme {
    font-size: 22px;
    margin-bottom: 15px;
    max-width: 557px;
    font-weight: 500;
    color: rgb(33, 37, 41);
    font-family: 'Montserrat-medium';
}

.split-banner-container.grey-theme .col-md-6.text-section h4 {
    font-size: 25px;
    color: #12284a;
    font-weight: 500;
}

.circuler-border .col-md-6.image-section {
    border-radius: 20px 0 0 20px;
}

.split-banner-container.grey-theme .col-md-6.text-section {
    flex: 1;
    min-width: 50%;
    padding: 60px;
    background-color: #f2f2f2;
}

.split-banner-container .blue-theme .text-section {
    flex: 1;
    min-width: 50%;
    padding: 40px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.circuler-border .text-section p {
    color: #000;
    max-width: 700px;
    font-size: 18px;
    margin-bottom: 15px;
}

.circuler-border .text-section a {
    color: #102a43;
    font-weight: bold;
}

.blue-theme .col-md-6.text-section h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.blue-theme .col-md-6.text-section p {
    color: rgb(255, 255, 255);
    max-width: 700px;
    font-size: 18px;
    line-height: 28px;
}

.blue-theme .col-md-6.text-section {
    flex: 1 1 0%;
    min-width: 50%;
    padding: 40px;
    color: white;
    /*    display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.blue-theme .col-md-6.text-section {
    padding: 64px;
}

.blue-theme .image-section img.img-fluid {
    min-height: unset;
    height: auto;
}

.split-banner-container .text-section a.btn:after {
    content: none !important;
}

@media screen and (max-width:988px) {
    .split-banner-container.grey-theme {
        margin-top: 50px;
    }

    .split-banner-container {
        flex-direction: column;
    }
        /*
    .FormBanner {
        padding: unset;
        margin: 0 40px 60px;
    }
*/
        .split-banner-container.grey-theme .col-md-6.text-section h4 {
            font-size: 24px;
        }

    .circuler-border .text-section p {
        text-align: center;
        margin: 0 auto;
    }

    .split-banner-container.grey-theme .col-md-6.text-section {
        min-width: 100%;
        text-align: center;
        /* border-radius: 12px; */
        border-radius: 0 0 18px 18px;
    }

    .circuler-border .col-md-6.image-section {
        border-radius: 18px 18px 0 0;
        width: 100%;
    }

    .split-banner-container .image-section img.img-fluid {
        width: 100%;
        object-position: center;
        min-height: 180px;
        height: 356px;
        /*border-top-right-radius: 8px;
                border-top-left-radius: 8px;*/
    }

    .blue-theme .col-md-6.image-section, .blue-theme .col-md-6.text-section {
        width: 100%;
    }

    .blue-theme .image-section img.img-fluid {
        min-height: 180px;
        height: 322px;
    }

    .blue-theme .col-md-6.text-section h4, .blue-theme .col-md-6.text-section p {
        text-align: center;
        margin: 0 auto;
    }

    .blue-theme .col-md-6.text-section {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {

    .col-md-6.left-split-banner {
        min-width: 100%;
        max-height: 409px;
    }

    .split-banner-container .text-section a.btn {
        position: relative;
    }

        .split-banner-container .text-section a.btn:after {
            content: '' !important;
            border-bottom: 1px solid #fff;
            width: 100%;
            top: 97px;
            right: 0;
            font-size: 26px;
            position: absolute;
        }

    /*    .live-webinar {
        position: relative;
    }
*/
    /* .live-webinar:after {
            content: '' !important;
            border-bottom: 1px solid #fff;
            width: 39%;
            left: 29vw;
            font-size: 31px;
            position: absolute;
        }*/
}

@media (min-width: 991px) {
    .blue-theme .col-md-6.text-section h4 {
        margin-bottom: 14px !important;
    }

    .split-banner-container {
        min-height: 289px;
    }

        /*.FormBanner {*/
        /*   max-width: 1163px;*/
        /*margin: auto;
        padding: 0px 50px;
        max-height: 289px;
    }*/

        .split-banner-container.grey-theme {
            max-width: 1163px;
            margin: 0 auto;
        }

        .split-banner-container .image-section {
            height: 289px;
        }

    .split-banner-container {
        min-height: 289px;
    }

        .split-banner-container .image-section img.img-fluid {
            height: 289px;
            object-position: center;
        }
}

@media screen and (max-width:558px) {
    .circuler-border .text-section p {
        font-size: 16px;
        line-height: 26px;
    }

    .split-banner-container .image-section img.img-fluid {
        height: 247px;
    }

    .blue-theme .col-md-6.text-section p {
        margin-top: 17px !important;
        font-size: 16px;
        line-height: 26px;
    }
}
