:root {
    --primary: #003F5A;
    --secondary: #12BBD2;
}
.btn-shape-1 {

    /* identical to box height, or 28px */


    /* White */
    border: 0;
}

.btn-color-1 {
    background: var(--secondary);
    color: #fff;
}

.btn-shape-2 {
    border-radius: 12px;
}

.btn-shape-3 {
    border-radius: 100px;
}

.btn-style-1 {
    border: 0;
}

.btn-style-2 {
    background: #fff;
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

.btn-theme {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    padding: 10px 16px;
    box-shadow: 0px 1px 4px rgba(0, 63, 90, 0.06), 0px 2px 12px rgba(0, 63, 90, 0.15);
    cursor: pointer;
}

.btn-theme:focus {
    outline: none;
}

.btn-color-2 {
    background: var(--primary);
    color: #fff;
}

.btn-color-3 {
    background: #fff;
    color: var(--primary);
}

.btn-color-4 {
    background: #fff;
    color: var(--secondary);
}

.btn-style-2.btn-color-1 {
    background: #fff;
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

.btn-style-2.btn-color-2 {
    background: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn-style-2.btn-color-3 {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.btn-style-2.btn-color-4 {
    background: rgba(0, 63, 90, 0.05);
    color: #fff;
    border: 1px solid #fff;
}

.banner-layout-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.banner-layout-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    /* or 20px */
    text-transform: uppercase;
    margin-bottom: 8px;
    max-width: 120px;
}
.banner-layout-sub-title
{
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
}
.banner-layout-action .btn-theme {
    font-size: 8px;
    padding: 4px 6px;
}

.banner-layout-box-control {
    padding-left: 15px;
}


.banner-layout-box.title-left .banner-layout-content-img {
    width: 100%;
    overflow: hidden;
}

.banner-layout-box.title-right .banner-layout-content-img {

}


.banner-preview-section .banner-layout-wrap-inner {
    padding: 0;
}

.banner-preview-section .banner-layout-box {
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.banner-preview-section .banner-layout-title {
    font-size: 32px;
    max-width: inherit;
    margin-bottom: 16px;
}

.banner-preview-section .banner-layout-sub-title
{
    font-size: 16px;
    max-width: inherit;
    margin-bottom: 16px;
}

.banner-preview-section .btn-theme {
    font-size: 20px;
    padding: 10px 16px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.banner-preview-section .title-right .banner-layout-content {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 5%;
    right: 5%;
    bottom: 5%;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.banner-preview-section .title-left .banner-layout-content {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 5%;
    right: 5%;
    bottom: 5%;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
}

img.banner_placeholder {
    width: 100%;
    display: none;
}

img.banner_main {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    left: 0;
}
.banner-layout-content-inner {
    align-self: flex-end;
}
@media (min-width: 768px) {
    .banner-preview-section .banner-layout-box {

    }
    .banner-preview-section .title-left .banner-layout-content {
        text-align: left;
    }
    .banner-preview-section .title-right .banner-layout-content {
        text-align: left;
    }
    .banner-preview-section .banner-layout-title {
        font-size: 40px;
        max-width: 300px;
    }
    .banner-preview-section .banner-layout-sub-title {
        font-size: 18px;
        max-width: 300px;
    }
    img.banner_placeholder
    {
        display: block;
    }
    .banner-preview-section .title-left  .banner-layout-content {

        position: absolute;
        z-index: 1;
        left: 10%;
        right: inherit;
        width: auto;
        height: 100%;
        display: flex;
        bottom: inherit;
    }
     .banner-preview-section .title-right .banner-layout-content{
        position: absolute;
        z-index: 1;
        right: 10%;
        left: inherit;
        width: auto;
        height: 100%;
        display: flex;
        bottom: inherit;
    }
    .banner-layout-content-inner {
        align-self: center;
    }

    .banner-preview-section .btn-theme {
        font-size: 20px;
        padding: 10px 16px;
        margin: 0 10px 10px 0;
        display: inline-block;
        width: auto;
    }

}

@media (min-width: 991px) {
    .banner-preview-section .banner-layout-box {
        position: relative;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .banner-preview-section .banner-layout-content {
        text-align: left;
    }
    .banner-preview-section .banner-layout-title {
        font-size: 50px;
        max-width: 400px;
    }
    .banner-preview-section .banner-layout-sub-title {
        font-size: 18px;
        max-width: 400px;
    }
}
