.tooltip-icon {
    display: inline-block;
    background-color: #006651;
    color: white;
    width: 22px;  /* Adjust size */
    height: 22px;
    border-radius: 50%;  /* Makes it rounded */
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-left: 4px;
}

/* Move images of subpages on mobile phone under the page content START */
@media screen and (max-width: 767px) {
    .content > .container > .row:first-child {
        display: flex;
        flex-direction: column;
    }

    .content > .container > .row:first-child > .col-sm-3 {
        order: 1;
    }

    .content > .container > .row:first-child .frame-layout-20 img {
        width: 100%;
    }
}
/* Move images of subpages on mobile phone under the page content END */

.banner .container img {
    background-color: white;
}

input[type='checkbox']:focus {
    outline: none;
}

div.checkbox input[type=checkbox]{
    margin-left: 0;
}


