﻿@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/poppins/Poppins-Regular.woff2') format('woff2'), url('../Fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../Fonts/poppins/Poppins-SemiBold.woff2') format('woff2'), url('../Fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Light';
    src: url('../Fonts/poppins/Poppins-Light.woff2') format('woff2'), url('../Fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins SemiBoldItalic';
    src: url('../Fonts/poppins/Poppins-SemiBoldItalic.woff2') format('woff2'), url('../Fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Poppins' !important;
}


/* pdf-style.css: 112 */

.pdf_main_container {
    width: 595px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding: 0 25px;
    background-color: #ffffff;
}


/* pdf-style.css: 15 */

.gc_heading {
    /*font-family: "proxima_nova";
    */
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    color: #131313;
    text-align: center;
    font-weight: 300;
    margin: 0;
    line-height: 50px;
    margin-bottom: 22px;
    height: 90px !important;
    width: 540px !important;
}

.gc_heading_span {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 90px !important;
    width: 540px !important;
}


/* pdf-style.css: 120 */

.pdf_img_grid {
    float: left;
    height: auto;
    /*width: 595px;
    */
}

.pdf-grid-col-4 ul.firstGrid,
.pdf-grid-col-4 ul.secondGrid {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .pdf-grid-col-4 ul.firstGrid li {
        background-color: #c2e3ec;
        width: 249px;
        height: 249px;
        float: left;
        margin: .7%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pdf-grid-col-4 ul.firstGrid li img {
            max-width: 100%;
            height: 249px;
            object-fit: cover;
            object-position: center;
        }

        .pdf-grid-col-4 ul.firstGrid li p {
            font-family: 'Poppins Light';
            text-align: center;
            margin: 0;
        }

.clearfix {
    clear: both;
}

.pdf-grid-col-4 .gtgUrl {
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 175px;
    text-align: center;
    margin: 0 auto;
    bottom: -9px;
    font-family: 'Poppins', sans-serif;
    color: #5ec7d1;
    font-size: 14px;
}

.pdf-grid-col-4 p.formAll {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    font-weight: 300;
}

.pdf-grid-col-4 ul.secondGrid li {
    position: relative;
    width: 50%;
    text-align: center;
    float: left;
}

    .pdf-grid-col-4 ul.secondGrid li > div {
        position: relative;
        padding: 0 4px;
    }

    .pdf-grid-col-4 ul.secondGrid li .avatar {
        width: 112px;
        height: 112px;
        background-color: #9ed9de;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pdf-grid-col-4 ul.secondGrid li .avatar img {
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .pdf-grid-col-4 ul.secondGrid li .avatar p {
            font-family: 'Poppins', sans-serif;
            text-align: center;
            margin: 0;
        }

    .pdf-grid-col-4 ul.secondGrid li .content {
        background-color: #d7eff2;
        padding: 70px 15px 20px;
        margin-top: 70px;
        min-height: 195px;
    }

        .pdf-grid-col-4 ul.secondGrid li .content p {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-style: italic;
            margin: 0;
            font-size: 14px;
        }

        .pdf-grid-col-4 ul.secondGrid li .content span {
            font-family: 'Poppins', sans-serif;
            margin-top: 10px;
            display: inline-block;
            font-size: 14px;
        }

    .pdf-grid-col-4 ul.secondGrid li.gridCard {
        width: 100%;
        margin: 30px 0;
    }

        .pdf-grid-col-4 ul.secondGrid li.gridCard .half-col {
            width: 50%;
            float: left;
            padding: 0;
            min-height: 250px;
        }

            .pdf-grid-col-4 ul.secondGrid li.gridCard .half-col img {
                max-height: 100%;
                padding-top: 30px;
            }

            .pdf-grid-col-4 ul.secondGrid li.gridCard .half-col h3 {
                font-family: 'Poppins', sans-serif;
                font-weight: 300;
                font-size: 24px;
                line-height: 28px;
            }

            .pdf-grid-col-4 ul.secondGrid li.gridCard .half-col p {
                font-family: 'Poppins', sans-serif;
                font-size: 14px;
                padding: 0 0px;
            }

            .pdf-grid-col-4 ul.secondGrid li.gridCard .half-col a {
                font-family: 'Poppins', sans-serif;
                color: #000;
                font-weight: 600;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
                margin-top: 4px;
            }

            .pdf-grid-col-4 ul.secondGrid li.gridCard .half-col p.mt-3 {
                margin-bottom: 0;
                margin-top: 25px;
            }


/**/

.pdf-grid-col-8 ul.firstGrid,
.pdf-grid-col-8 ul.secondGrid {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .pdf-grid-col-8 ul.firstGrid li {
        background-color: #c2e3ec;
        width: 163px;
        height: 163px;
        float: left;
        margin: .7%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pdf-grid-col-8 ul.firstGrid li img {
            max-width: 100%;
            height: 163px;
            object-fit: cover;
            object-position: center;
        }

        .pdf-grid-col-8 ul.firstGrid li p {
            font-family: 'Poppins', sans-serif;
            text-align: center;
            margin: 0;
        }

.clearfix {
    clear: both;
}

.pdf-grid-col-8 .gtgUrl {
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 175px;
    text-align: center;
    margin: 0 auto;
    bottom: -9px;
    font-family: 'Poppins', sans-serif;
    color: #5ec7d1;
    font-size: 14px;
}

.mt-5 {
    margin-top: 50px;
}

.pdf-grid-col-8 p.formAll {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    font-weight: 300;
}

.pdf-grid-col-8 ul.secondGrid li {
    position: relative;
    width: 50%;
    text-align: center;
    float: left;
}

    .pdf-grid-col-8 ul.secondGrid li > div {
        position: relative;
        padding: 0 4px;
    }

    .pdf-grid-col-8 ul.secondGrid li .avatar {
        width: 112px;
        height: 112px;
        background-color: #9ed9de;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pdf-grid-col-8 ul.secondGrid li .avatar img {
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .pdf-grid-col-8 ul.secondGrid li .avatar p {
            font-family: 'Poppins', sans-serif;
            text-align: center;
            margin: 0;
        }

    .pdf-grid-col-8 ul.secondGrid li .content {
        background-color: #d7eff2;
        padding: 70px 15px 5px;
        margin-top: 70px;
        min-height: 195px;
    }

        .pdf-grid-col-8 ul.secondGrid li .content p {
            font-family: 'Poppins SemiBold';
            font-weight: 600;
            font-style: italic;
            margin: 0;
            font-size: 13px;
            line-height: 17px;
        }

        .pdf-grid-col-8 ul.secondGrid li .content span {
            font-family: 'Poppins Light';
            margin-top: 10px;
            display: inline-block;
            font-size: 14px;
        }

    .pdf-grid-col-8 ul.secondGrid li.gridCard {
        width: 100%;
        margin: 60px 0;
    }

        .pdf-grid-col-8 ul.secondGrid li.gridCard .half-col {
            width: 50%;
            float: left;
            padding: 0;
            min-height: 250px;
        }

            .pdf-grid-col-8 ul.secondGrid li.gridCard .half-col img {
                max-height: 100%;
                padding-top: 30px;
            }

            .pdf-grid-col-8 ul.secondGrid li.gridCard .half-col h3 {
                font-family: 'Poppins Light';
                font-weight: 300;
                font-size: 24px;
                line-height: 28px;
            }

            .pdf-grid-col-8 ul.secondGrid li.gridCard .half-col p {
                font-family: 'Poppins Light';
                font-size: 13px;
                padding: 0 0px;
            }

            .pdf-grid-col-8 ul.secondGrid li.gridCard .half-col a {
                font-family: 'Poppins SemiBold';
                color: #000;
                font-weight: 600;
                text-decoration: none;
                font-size: 13px;
                display: inline-block;
                margin-top: 4px;
            }

            .pdf-grid-col-8 ul.secondGrid li.gridCard .half-col p.mt-3 {
                margin-bottom: 0;
                margin-top: 25px;
            }

.gridCardHeading.mt-4.mb-4 {
}


/* col-12 */

.pdf-grid-col-12 ul.firstGrid,
.pdf-grid-col-12 ul.secondGrid {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gridCardInner ul.firstGrid:after {
    content: "";
    clear: both;
    display: block;
}


/*.pdfGridV {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}*/

.pdfGridV .gridCardHeading.mt-4.mb-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    word-wrap: break-word;
    height: 100px;
    width: 515px;
    margin: 0;
}

.pdfGridVBreakword {
    word-wrap: break-word;
    width: 100%;
    max-height: 80px;
    /*overflow: hidden;*/
}

    .pdfGridVBreakword span {
        line-height: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        /*overflow: hidden;*/
    }

.pdfGridV .firstGridV {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.gridCardInner {
    border: 1px solid #5ec8d2;
    padding: 15px 15px 20px 15px;
    position: relative;
}

.newPdfFooter {
    color: #5ec8d2;
    font-size: 14px;
    position: absolute;
    width: 170px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -9px;
    padding: 0 6px;
    text-align: center;
}

.gridCardInner ul.secondGrid:after {
    content: "";
    clear: both;
    display: block;
}

.pdf-grid-col-12 ul.firstGrid li {
    background-color: #c2e3ec;
    width: 121px;
    height: 121px;
    float: left;
    margin: .7%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .pdf-grid-col-12 ul.firstGrid li img {
        max-width: 100%;
        height: 121px;
        object-fit: cover;
        object-position: center;
    }

    .pdf-grid-col-12 ul.firstGrid li p {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        margin: 0;
    }

.clearfix {
    clear: both;
}

.mt-5 {
    margin-top: 50px;
}

.pdf-grid-col-12 p.formAll {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    font-weight: 300;
}

.pdf-grid-col-12 ul.secondGrid li {
    position: relative;
    width: 33.33%;
    text-align: center;
    float: left;
}

    .pdf-grid-col-12 ul.secondGrid li > div {
        position: relative;
        padding: 0 4px;
    }

    .pdf-grid-col-12 ul.secondGrid li .avatar {
        width: 90px;
        height: 90px;
        background-color: #9ed9de;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -45px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pdf-grid-col-12 ul.secondGrid li .avatar img {
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .pdf-grid-col-12 ul.secondGrid li .avatar p {
            font-family: 'Poppins', sans-serif;
            text-align: center;
            margin: 0;
            font-size: 12px;
        }

    .pdf-grid-col-12 ul.secondGrid li .content {
        background-color: #d7eff2;
        padding: 70px 15px 20px;
        margin-top: 70px;
        min-height: 195px;
    }

        .pdf-grid-col-12 ul.secondGrid li .content p {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-style: italic;
            margin: 0;
            font-size: 12px;
        }

        .pdf-grid-col-12 ul.secondGrid li .content span {
            font-family: 'Poppins', sans-serif;
            margin-top: 10px;
            display: inline-block;
            font-size: 12px;
        }

    .pdf-grid-col-12 ul.secondGrid li.gridCard {
        width: 100%;
        margin: 30px 0;
    }

        .pdf-grid-col-12 ul.secondGrid li.gridCard .half-col {
            width: 50%;
            float: left;
            padding: 0;
            min-height: 250px;
        }

            .pdf-grid-col-12 ul.secondGrid li.gridCard .half-col img {
                max-height: 100%;
                padding-top: 30px;
            }

            .pdf-grid-col-12 ul.secondGrid li.gridCard .half-col h3 {
                font-family: 'Poppins', sans-serif;
                font-weight: 300;
                font-size: 24px;
                line-height: 28px;
            }

            .pdf-grid-col-12 ul.secondGrid li.gridCard .half-col p {
                font-family: 'Poppins', sans-serif;
                font-size: 14px;
                padding: 0 0px;
            }

            .pdf-grid-col-12 ul.secondGrid li.gridCard .half-col a {
                font-family: 'Poppins', sans-serif;
                color: #000;
                font-weight: 600;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
                margin-top: 4px;
            }

            .pdf-grid-col-12 ul.secondGrid li.gridCard .half-col p.mt-3 {
                margin-bottom: 0;
                margin-top: 25px;
            }


/* col-22 */

.pdf-grid-col-22 ul.firstGrid,
.pdf-grid-col-22 ul.secondGrid {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .pdf-grid-col-22 ul.firstGrid li {
        background-color: #c2e3ec;
        width: 95px;
        height: 95px;
        float: left;
        margin: .7%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pdf-grid-col-22 ul.firstGrid li img {
            max-width: 100%;
            height: 95px;
            object-fit: cover;
            object-position: center;
        }

        .pdf-grid-col-22 ul.firstGrid li p {
            font-family: 'Poppins', sans-serif;
            text-align: center;
            font-size: 14px;
            margin: 0;
        }

.clearfix {
    clear: both;
}

.mt-5 {
    margin-top: 50px;
}

.pdf-grid-col-22 p.formAll {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    font-weight: 300;
}

.pdf-grid-col-22 ul.secondGrid li {
    position: relative;
    width: 33.33%;
    text-align: center;
    float: left;
}

    .pdf-grid-col-22 ul.secondGrid li > div {
        position: relative;
        padding: 0 4px;
    }

    .pdf-grid-col-22 ul.secondGrid li .avatar {
        width: 90px;
        height: 90px;
        background-color: #9ed9de;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -45px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pdf-grid-col-22 ul.secondGrid li .avatar img {
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .pdf-grid-col-22 ul.secondGrid li .avatar p {
            font-family: 'Poppins', sans-serif;
            text-align: center;
            font-size: 12px;
            margin: 0;
        }

    .pdf-grid-col-22 ul.secondGrid li .content {
        background-color: #d7eff2;
        padding: 70px 15px 20px;
        margin-top: 70px;
        min-height: 195px;
    }

        .pdf-grid-col-22 ul.secondGrid li .content p {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-style: italic;
            margin: 0;
            font-size: 12px;
        }

        .pdf-grid-col-22 ul.secondGrid li .content span {
            font-family: 'Poppins', sans-serif;
            margin-top: 10px;
            display: inline-block;
            font-size: 12px;
        }

    .pdf-grid-col-22 ul.secondGrid li.gridCard {
        width: 100%;
        margin: 30px 0;
    }

        .pdf-grid-col-22 ul.secondGrid li.gridCard .half-col {
            width: 50%;
            float: left;
            padding: 0;
            min-height: 250px;
        }

            .pdf-grid-col-22 ul.secondGrid li.gridCard .half-col img {
                max-height: 100%;
                padding-top: 30px;
            }

            .pdf-grid-col-22 ul.secondGrid li.gridCard .half-col h3 {
                font-family: 'Poppins', sans-serif;
                font-weight: 300;
                font-size: 24px;
                line-height: 28px;
            }

            .pdf-grid-col-22 ul.secondGrid li.gridCard .half-col p {
                font-family: 'Poppins', sans-serif;
                font-size: 14px;
                padding: 0 0px;
            }

            .pdf-grid-col-22 ul.secondGrid li.gridCard .half-col a {
                font-family: 'Poppins', sans-serif;
                color: #000;
                font-weight: 600;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
                margin-top: 4px;
            }

            .pdf-grid-col-22 ul.secondGrid li.gridCard .half-col p.mt-3 {
                margin-bottom: 0;
                margin-top: 25px;
            }


/* col-36 */

.pdf-grid-col-36 ul.firstGrid,
.pdf-grid-col-36 ul.secondGrid {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .pdf-grid-col-36 ul.firstGrid li {
        background-color: #c2e3ec;
        width: 78px;
        height: 78px;
        float: left;
        margin: .7%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pdf-grid-col-36 ul.firstGrid li img {
            max-width: 100%;
            height: 78px;
            object-fit: cover;
            object-position: center;
        }

        .pdf-grid-col-36 ul.firstGrid li p {
            font-family: 'Poppins', sans-serif;
            text-align: center;
            font-size: 12px;
            word-wrap: break-word;
            margin: 0;
        }

.clearfix {
    clear: both;
}

.mt-5 {
    margin-top: 50px;
}

.pdf-grid-col-36 p.formAll {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    font-weight: 300;
}

.pdf-grid-col-36 ul.secondGrid li {
    position: relative;
    width: 33.33%;
    text-align: center;
    float: left;
}

    .pdf-grid-col-36 ul.secondGrid li > div {
        position: relative;
        padding: 0 4px;
    }

    .pdf-grid-col-36 ul.secondGrid li .avatar {
        width: 80px;
        height: 80px;
        background-color: #9ed9de;
        margin: 10px auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -55px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .pdf-grid-col-36 ul.secondGrid li .avatar img {
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .pdf-grid-col-36 ul.secondGrid li .avatar p {
            font-family: 'Poppins', sans-serif;
            margin: 0;
            text-align: center;
            font-size: 12px;
        }

    .pdf-grid-col-36 ul.secondGrid li .content {
        background-color: #d7eff2;
        padding: 45px 10px 10px;
        margin-top: 55px;
        height: 145px;
    }

        .pdf-grid-col-36 ul.secondGrid li .content p {
            font-family: 'Poppins SemiBold';
            font-style: italic;
            margin: 0;
            font-size: 9px;
            line-height: 11px;
        }

        .pdf-grid-col-36 ul.secondGrid li .content span {
            font-family: 'Poppins Light';
            margin-top: 10px;
            display: inline-block;
            font-size: 8.5px;
        }

    .pdf-grid-col-36 ul.secondGrid li.gridCard {
        width: 100%;
        margin: 15px 0;
    }

        .pdf-grid-col-36 ul.secondGrid li.gridCard .half-col {
            width: 50%;
            float: left;
            padding: 0;
            min-height: 250px;
        }

            .pdf-grid-col-36 ul.secondGrid li.gridCard .half-col img {
                max-height: 100%;
                padding-top: 30px;
            }

            .pdf-grid-col-36 ul.secondGrid li.gridCard .half-col h3 {
                font-family: 'Poppins Light';
                font-weight: 300;
                font-size: 22px;
                line-height: 24px;
            }

            .pdf-grid-col-36 ul.secondGrid li.gridCard .half-col p {
                font-family: 'Poppins Light';
                font-size: 11px;
                padding: 0 0px;
            }

            .pdf-grid-col-36 ul.secondGrid li.gridCard .half-col a {
                font-family: 'Poppins SemiBold';
                color: #000;
                font-weight: 600;
                text-decoration: none;
                font-size: 11px;
                display: inline-block;
                margin-top: 4px;
            }

            .pdf-grid-col-36 ul.secondGrid li.gridCard .half-col p.mt-3 {
                margin-bottom: 0;
                margin-top: 25px;
            }

.firstGrid li {
    page-break-inside: avoid;
    /* margin: 0px; */
}

.secondGrid li {
    page-break-inside: avoid;
    /* margin: 0px; */
}


/* New Group Card */

.newGrid-col-2 {
    text-align: left;
}

    .newGrid-col-2 ul.GridInner {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .newGrid-col-2 ul.GridInner::after {
            content: "";
            clear: both;
            display: block;
        }

        .newGrid-col-2 ul.GridInner li {
            position: relative;
            width: 50%;
            float: left;
            overflow: hidden;
        }

            .newGrid-col-2 ul.GridInner li img {
                object-fit: cover;
                object-position: center;
            }

            .newGrid-col-2 ul.GridInner li p {
                margin: 0;
                padding: 0;
                font-size: 18px;
                text-align: center;
                line-height: 22px;
            }

    .newGrid-col-2 .squareGtg {
        width: 98%;
    }

.newGrid-col-3 {
    text-align: left;
}

    .newGrid-col-3 ul.GridInner {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .newGrid-col-3 ul.GridInner::after {
            content: "";
            clear: both;
            display: block;
        }

        .newGrid-col-3 ul.GridInner li {
            position: relative;
            width: 33.33%;
            float: left;
            overflow: hidden;
        }

            .newGrid-col-3 ul.GridInner li img {
                object-fit: cover;
                object-position: center;
            }

            .newGrid-col-3 ul.GridInner li p {
                margin: 0;
                padding: 0;
                font-size: 18px;
                text-align: center;
                line-height: 22px;
            }

.newGrid-col-4 {
    text-align: left;
}

    .newGrid-col-4 ul.GridInner {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .newGrid-col-4 ul.GridInner::after {
            content: "";
            clear: both;
            display: block;
        }

        .newGrid-col-4 ul.GridInner li {
            width: 25%;
            float: left;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .newGrid-col-4 ul.GridInner li img {
                object-fit: cover;
                object-position: center;
            }

            .newGrid-col-4 ul.GridInner li p {
                margin: 0;
                padding: 0;
                font-size: 14px;
                text-align: center;
                line-height: 16px;
            }

.newGrid-col-5 {
    text-align: left;
}

    .newGrid-col-5 ul.GridInner {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .newGrid-col-5 ul.GridInner::after {
            content: "";
            clear: both;
            display: block;
        }

        .newGrid-col-5 ul.GridInner li {
            width: 20%;
            float: left;
            margin: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .newGrid-col-5 ul.GridInner li img {
                object-fit: cover;
                object-position: center;
            }

            .newGrid-col-5 ul.GridInner li p {
                margin: 0;
                padding: 0;
                font-size: 11px;
                text-align: center;
                line-height: 14px;
            }

.newGrid-col-6 {
    text-align: left;
}

    .newGrid-col-6 ul.GridInner {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .newGrid-col-6 ul.GridInner::after {
            content: "";
            clear: both;
            display: block;
        }

        .newGrid-col-6 ul.GridInner li {
            width: 16.6666666667%;
            float: left;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .newGrid-col-6 ul.GridInner li img {
                object-fit: cover;
                object-position: center;
            }

            .newGrid-col-6 ul.GridInner li p {
                margin: 0;
                padding: 0;
                font-size: 9px;
                text-align: center;
                line-height: 12px;
            }

.max-540 {
    max-width: 540px;
}

p.newcardHead {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

p.newcardFooter {
    font-size: 26px;
    margin: 20px 0;
    text-align: center;
}

.groupcardComment-col-2 ul.groupcardCommentInner {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .groupcardComment-col-2 ul.groupcardCommentInner::after {
        content: "";
        clear: both;
        display: block;
    }

    .groupcardComment-col-2 ul.groupcardCommentInner li {
        width: 50%;
        float: left;
        position: relative;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .groupcardComment-col-2 ul.groupcardCommentInner li::after {
            content: "";
            background-color: rgb(215, 238, 240);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 35px;
            left: 0;
            margin: 0 8px;
            display: block;
        }

        .groupcardComment-col-2 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_avatar {
            width: 100px;
            background-color: #9ed9de;
            height: 100px;
            margin: 0 auto;
            position: relative;
            z-index: 99;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .groupcardComment-col-2 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_avatar img {
                height: 100px;
                width: 100px;
                object-fit: cover;
                object-position: center;
            }

            .groupcardComment-col-2 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_avatar p {
                margin: 0;
                padding: 0;
                font-size: 14px;
                text-align: center;
            }

        .groupcardComment-col-2 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_content h2 {
            font-size: 16px;
            font-weight: 600;
            padding: 15px 10px 10px;
            font-style: italic;
            text-align: center;
            margin-left: 8px;
        }

        .groupcardComment-col-2 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_content p {
            padding-bottom: 10px;
            font-size: 14px;
            text-align: center;
            margin-left: 8px;
            line-height: 22px;
        }

.groupcardComment-col-3 ul.groupcardCommentInner {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .groupcardComment-col-3 ul.groupcardCommentInner::after {
        content: "";
        clear: both;
        display: block;
    }

    .groupcardComment-col-3 ul.groupcardCommentInner li {
        width: 33.3333%;
        float: left;
        position: relative;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .groupcardComment-col-3 ul.groupcardCommentInner li::after {
            content: "";
            background-color: rgb(215, 238, 240);
            position: absolute;
            width: 100%;
            height: 100%;
            top: 35px;
            left: 0;
            margin: 0 5px;
            display: block;
        }

.groupcardComment_box {
    position: relative;
    z-index: 99;
}

.groupcardComment-col-3 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_avatar {
    width: 70px;
    background-color: #9ed9de;
    height: 70px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .groupcardComment-col-3 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_avatar img {
        height: 70px;
        width: 70px;
        object-fit: cover;
        object-position: center;
    }

    .groupcardComment-col-3 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_avatar p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        text-align: center;
    }

.groupcardComment-col-3 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_content h2 {
    font-size: 11px;
    font-weight: 600;
    padding: 15px 10px 10px;
    font-style: italic;
    text-align: center;
}

.groupcardComment-col-3 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_content p {
    padding-bottom: 0px;
    font-size: 10px;
    text-align: center;
    word-wrap: break-word;
    margin-left: 5px;
    padding: 0 8px;
    line-height: 18px;
}

.groupcardComment_box_content {
    padding-bottom: 15px;
    min-height: 120px;
    color: #2d2d2d;
}

.newCardBorder {
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
}

.giftCardBorder {
    border: 1px solid #5ec8d2;
    padding: 15px 15px 20px 15px;
}

.newCardFooterUrl {
    color: #5ec8d2;
    font-size: 14px;
    position: absolute;
    width: 170px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 8px;
    padding: 0 6px;
    text-align: center;
}

.mt-26 {
    margin-top: 26px;
}

.formAllTxt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 22px;
    max-width: 167px;
    bottom: 40px;
}

.squareGtg {
    position: relative;
    margin: 3px 3px;
    width: 96%;
    height: 100%;
}

    .squareGtg:after {
        content: "";
        display: block;
        padding-bottom: 100%;
        background-color: #c2e3ec;
    }

.contentGtg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .contentGtg img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.mt-8 {
    margin-top: 80px;
}

ul.firstGrid li {
    position: relative;
}

.gctilename {
    color: #2d2d2d !important;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    /*justify-content: center;*/
    vertical-align: middle;
}

    .gctilename span {
        display: inline-flex;
        vertical-align: middle;
        margin: 0 auto;
        line-height: 100%;
    }

.page-break-inside-avoid {
    page-break-inside: avoid;
}

.page-break-after-always {
    page-break-after: always;
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
}

@media screen and (max-width: 1200px) {
    .float-xs {
        float: left;
    }

    .newCardBorder {
        max-width: 705px;
    }
}

@media screen and (max-width: 991px) {
    .newCardBorder {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .newGrid-col-3 ul.GridInner li p {
        font-size: 15px;
        line-height: 20px;
    }

    .newGrid-col-4 ul.GridInner li p {
        font-size: 12px;
        line-height: 15px;
    }

    .newGrid-col-5 ul.GridInner li p {
        font-size: 10px;
        line-height: 13px;
    }

    .newGrid-col-6 ul.GridInner li p {
        font-size: 8px;
        line-height: 11px;
    }

    .groupcardComment-col-2 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_avatar {
        width: 90px;
        height: 90px;
        left: 5px;
        /* width: 90%; */
    }

    .groupcardComment-col-3 ul.groupcardCommentInner li .groupcardComment_box .groupcardComment_box_avatar {
        width: 60px;
        height: 60px;
        left: 4px;
    }
}

@media screen and (max-width: 420px) {
    .newGrid-col-3 ul.GridInner li p {
        font-size: 13px;
        line-height: 20px;
    }

    .newGrid-col-4 ul.GridInner li p {
        font-size: 10px;
        line-height: 15px;
    }

    .newGrid-col-5 ul.GridInner li p {
        font-size: 8px;
        line-height: 13px;
    }

    .newGrid-col-6 ul.GridInner li p {
        font-size: 6px;
        line-height: 11px;
    }
}

@media screen and (max-width: 360px) {
    .newGrid-col-3 ul.GridInner li p {
        font-size: 12px;
        line-height: 20px;
    }

    .newGrid-col-4 ul.GridInner li p {
        font-size: 9px;
        line-height: 15px;
    }

    .newGrid-col-5 ul.GridInner li p {
        font-size: 7px;
        line-height: 13px;
    }

    .newGrid-col-6 ul.GridInner li p {
        font-size: 5px;
        line-height: 11px;
    }
}

.light-blue-tile {
    background-color: #c2e3ec !important;
}

.select-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    text-align: center;
    vertical-align: middle;
    padding-top: 35%;
    display: none;
}

button.select-image-btn {
    text-transform: uppercase;
    border: none;
    padding: 10px 25px;
    cursor: pointer;
}

h2.giphy {
    border-bottom: solid 3px #05eaed;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 61px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
}

.browse-button-outer {
    /* width: 300px;*/
    font-family: 'Source Sans Pro', sans-serif;
    float: none;
    margin-bottom: 5px;
}

#gifLibrarySelect .modal-title {
    text-transform: uppercase;
}

.browse-button-outer a {
    display: inline-block;
    width: 175px;
    height: 34px;
    background-color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    font-family: 'proxima_novalight';
    font-weight: 400;
    border: solid 2px #333;
    padding: 5px;
    text-transform: uppercase;
}

.facebook-btn-outer {
    height: 39px;
    font-family: 'Source Sans Pro', sans-serif;
    float: none;
    width: 175px;
    position: relative;
}

    .facebook-btn-outer span:first-child {
        display: inline-block;
        width: 175px;
        height: 35px;
        border-color: #4A66B6;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        text-align: center;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        font-family: 'proxima_novalight';
        font-weight: 400;
        border: solid 2px #4A66B6;
        padding: 5px;
        text-transform: uppercase;
        background: rgb(177,205,130);
        background: linear-gradient(0deg, rgba(177,205,130,1) 0%, rgba(60,87,162,1) 0%, rgba(74,102,182,1) 100%);
    }

.fb_iframe_widget {
    display: inline-block;
    position: absolute;
    width: 100px !important;
    left: 0px;
    top: 4px;
    visibility: hidden;
}

    .fb_iframe_widget span element.style {
        vertical-align: bottom;
        width: 198px;
        height: 44px;
    }

    .fb_iframe_widget iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 93px !important;
    }

.img-item {
    overflow: hidden;
    margin: 4px 4px;
    /* height: 200px; */
    width: 206px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .img-item img {
        width: 100%;
        height: auto;
    }

    .img-item:hover .select-image {
        display: block;
        cursor: pointer;
    }

input.search-library-input {
    width: 100%;
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #131313;
    font-size: 13px;
    height: 32px;
    padding: 0 0 0 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 38px !important;
    background-color: #fff;
    margin-bottom: 15px;
}
.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #05eaed;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    right: 9px;
    top: 9px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nickimg-left {
    float: left;
    width: 116px;
    height: 116px;
    margin-top: 0px;
    position: relative;
}
.nickimg-right {
    float: left;
    width: 45%;
    margin-left: 2%;
}

@media (max-width:350px) {
    .nickimg-left {
        float: left;
        width: 75px;
        height: 75px;
        margin-top: 5px;
        position: relative;
        margin-right: 7px;
    }
    
        .nickimg-left #previewPicDiv img {
            width: 75px !important;
            height: 75px !important;
        }

    #crossBtnDiv {
        
        right: -8px!important;
    }
}
@media (max-width:450px) {
    .img-item {
        overflow: hidden;
        margin: 0px 4px;
        height: 124px;
        width: 124px;
        display: inline-block;
        position: relative;
    }
    .select-image {
        padding-top: 35%;
    }
    button.select-image-btn {
      
        padding: 4px 13px;
        
        font-size: 14px;
    }
}


#giftabs {
  
}
    #giftabs > li.active > a, #giftabs > li.active > a:hover, #giftabs > li.active > a:focus, #giftabs > li.active > a.active {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 0px solid #ddd;
        border-bottom-color: transparent;
        border-bottom: solid 3px #05eaed;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    #giftabs > li > a {
        margin-right: 2px;
        line-height: 1.428571429;
        border: 0px solid transparent;
        border-radius: 0px 0px 0 0;
        border-bottom: solid 3px transparent;
        color: #555;
    }
#giftabs {
    text-align: center;
    max-width: 204px;
    margin: 0 auto;
    border-bottom: 0px solid #ddd;
    margin-bottom: 30px;
}
    #giftabs > li > a:hover, #giftabs > li > a:focus {
        text-decoration: none;
        background-color: #eee;
    }
#giftabsContent .tab-pane.fade {
    opacity: 1;
}
.username-sub{
    color: #fff;
    position: absolute;
    bottom: 6px;
    left: 15px;
    opacity: 0.8;
    font-size: 14px;
}
.username-sub img {
    width: 20px;
    height: auto;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}