.glb_ttb_tabs_bg{width: 100%; height: 100%; margin: 0; padding: 8% 0;}

.glb_ttb_tabs_bg .glb_ttb_tabs_wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: transparent;
    font-family: 'Maven Pro';
}

.glb_ttb_tabs_bg .glb_ttb_tabs_wrapper ul.glb_ttb_tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin:0;
    padding: 0;
    width: 50%;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.glb_ttb_tabs_bg .glb_ttb_tabs_wrapper ul.glb_ttb_tabs li {
    float: left;
    margin: 15px;
    cursor: pointer;
    padding: 30px;;
    width: 40%;
    color: #232323;
    text-align: center;
    /*    font-weight: bold;  */
    border: 1px solid #23232333;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.glb_ttb_tabs_bg .glb_ttb_tabs_wrapper ul.glb_ttb_tabs li:hover {
    color: black;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.glb_ttb_tabs_bg .glb_ttb_tabs_wrapper ul.glb_ttb_tabs li.active {
    background: linear-gradient(to right, #03AFDE 0%, #0097C0 100%);
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
    color: #fff;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.glb_quote{
    position: absolute;
    margin-top: -140px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    width: 87%;
    background:rgba(255,255,255,0.7);
    padding: 10px;
}
.glb_f_22{font-size:22px !important;}
.glb_f_18{font-size:18px !important;}

.glb_btn-grad {
    padding:15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px #eee;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    width: 40%;
    margin: 0 auto;
}
.glb_btn-grad {background-image: linear-gradient(to right,#03AFDE 0%, #0097C0 51%, #03AFDE 100%);}
.glb_btn-grad:hover { background-position: right center; }

.glb_ttb_tabs_bg .glb_ttb_tabs_wrapper .glb_tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: -2%;
    width: 45%;
    min-width: 10px;
    text-align: left;
    background: white;
    /*  border-radius: 12px;*/
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.glb_ttb_tabs_bg .glb_ttb_tabs_wrapper .glb_tab_content {
    padding: 20px 40px;
    height: 100%;
    display: none;
    text-align: justify;
}

.glb_ttb_tabs_bg .glb_ttb_tabs_wrapper .glb_tab_drawer_heading, .glb_ttb_headingshow {
    display: none;
}

@media screen and (max-width: 781px) {
    .glb_btn-grad{width: 85%;}
    .glb_quote{
        position: inherit;
        margin: 0 auto !important;
    }
    .glb_ttb_tabs_bg .glb_ttb_tabs_wrapper ul.glb_ttb_tabs {
        display: none;
    }

    .glb_ttb_tabs_bg .glb_ttb_tabs_wrapper .glb_tab_container {
        display: block;
        margin: 0 auto;
        width: 95%;
        border-top: none;
        border-radius: 0;
        box-shadow: 0px 0px 10px black;
    }
    .glb_ttb_tabs_bg .glb_ttb_tabs_wrapper .glb_ttb_headingshow{ display: block; padding: 15px;}
    .glb_ttb_tabs_bg .glb_ttb_tabs_wrapper .glb_tab_drawer_heading {
        border: 1px solid #d4d4d4;
        color: #333;
        margin:-1px 0;
        padding:20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
    }
    .glb_ttb_tabs_bg .glb_ttb_tabs_wrapper .glb_tab_drawer_heading:hover {
        background: #fff;
        background: #03AFDE;
        background: -moz-linear-gradient(top, #03AFDE 0%, #0097C0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03AFDE), color-stop(100%, #0097C0));
        background: -webkit-linear-gradient(top, #03AFDE 0%, #0097C0 100%);
        background: -o-linear-gradient(top, #03AFDE 0%, #0097C0 100%);
        background: -ms-linear-gradient(top, #03AFDE 0%, #0097C0 100%);
        background: linear-gradient(to bottom, #03AFDE 0%, #0097C0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03AFDE', endColorstr='#0097C0',GradientType=0 );
        color: #ffffff;
    }

    .glb_ttb_tabs_bg .glb_ttb_tabs_wrapper .glb_d_active {
        background: #fff;
        background: #03AFDE;
        background: -moz-linear-gradient(top, #03AFDE 0%, #0097C0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03AFDE), color-stop(100%, #0097C0));
        background: -webkit-linear-gradient(top, #03AFDE 0%, #0097C0 100%);
        background: -o-linear-gradient(top, #03AFDE 0%, #0097C0 100%);
        background: -ms-linear-gradient(top, #03AFDE 0%, #0097C0 100%);
        background: linear-gradient(to bottom, #03AFDE 0%, #0097C0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03AFDE', endColorstr='#0097C0',GradientType=0 );
        color: #ffffff;
    }
}

.glb_ttb_btn {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    /*  text-transform: uppercase;*/
    width: 100%;
}
@media (min-width: 600px) {
    .glb_ttb_btn {
        margin: 0 1em 2em;
    }
}
.glb_ttb_btn:hover {
    text-decoration: none;
}
h2{text-align: center;}
.glb_para{text-align: center;}

.glb_ttb_btn-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.glb_ttb_btn-5:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: none;
}

.glb_heaidn{color:#fff;padding: 0;margin: 0 93px 5px 10px;text-align:center;font-size: 26px;}
.glb_heaidnh5{color:#fff;padding: 0;margin: 0 95px 20px 19px;text-align: center;font-size: 19px;font-weight: normal;}
.glb_text-center{text-align: center;}