: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;
}

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

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


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

.info-layout-content-img {
    margin: 15px 0;
}

.info-layout-content-vid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

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

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

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

.info-preview-section .info-layout-sub-title
{
    font-size: 16px;
    max-width: inherit;
    margin-bottom: 25px;
    line-height: 140%;
}

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

.info-layout-content{
    margin: 15px 0;
}

img.info_placeholder {
    width: 100%;
}

img.info_main {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    left: 0;
}
.info-layout-content-inner {
    align-self: flex-end;
}
.mt-40{
    margin-top: 40px;
}

.mb-40{
    margin-bottom: 40px;
}
.mb-20{
    margin-bottom: 20px;
}
.ck.ck-balloon-panel.ck-powered-by-balloon{
    display : none;
 }
@media (min-width: 768px) {
    .info-preview-section .info-layout-box {

    }
    .info-preview-section .title-left .info-layout-content {
        text-align: left;
    }
    .info-preview-section .title-right .info-layout-content {
        text-align: left;
    }
    .info-preview-section .info-layout-title {
        font-size: 32px;
    }
    .info-preview-section .info-layout-sub-title {
        font-size: 20px;

    }
    img.info_placeholder
    {
        display: block;
    }
    .info-preview-section .title-left  .info-layout-content {

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

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

}

@media (min-width: 991px) {
    .info-preview-section .info-layout-box {

    }
    .info-preview-section .info-layout-content {
        text-align: left;
    }
    .info-preview-section .info-layout-title {
        font-size: 40px;
    }
    .info-preview-section .info-layout-sub-title {
        font-size: 20px;
    }
}


@media (max-width: 280px){
    .btn-theme {
        width: 100%;
    }      
}
@media (max-width: 420px){
    .btn-theme {
        width: 100%;
    }      
}