.text-center {
    text-align: center;
}

.cb-tc-h1 {
    font-size: 1.9em;
    text-transform: uppercase;
    font-family: 'Maven Pro';
    color: #000000;
    font-weight: 900;
    line-height: 1.1;
    margin-top: 0.2em;
}
.cb-tc-h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: 'Maven Pro';
    color: #000000;
    font-weight: 900;
    line-height: 1.1;
    margin-top: 0.2em;
}

.cb-tc-h1 .cb-tc-logo {
    font-family: 'Roboto';
    color: #00babc;
}

.text-rbt {
    /*font-family: 'Roboto';*/
    color: #000000;
    font-size: 1.03em;
}

.cb_row .vtg-form label {
    /*font-family: 'Roboto';*/
    color: #00babc;
    font-size: 1em;
    line-height: 1.2;
    text-transform: inherit;
    margin-bottom: 0.25em;
}

.cb_row .vtg-form label.tblc {
    color: #000000;
}

.cb_row .vtg-form input[type=submit] {
    font-weight: 700;
}

.cb_row .vtg-form input[type=text],
.cb_row .vtg-form input[type=email],
.cb_row .vtg-form input[type=file],
.cb_row .vtg-form input[type=number],
.cb_row .vtg-form select,
.cb_row .vtg-form textarea {
    margin-top: 0;
    margin-bottom: 1em;
}

img {
    max-width: 100%;
}

.cb_row {
    margin-right: -15px;
    margin-left: -15px
}

.cb-md-5,
.cb-md-6,
.cb-md-7,
.cb-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:992px) {
    .cb-md-12 {
        width: 100%;
        float: left;
    }

    .cb-md-7 {
        width: 58.33333333%;
        float: right;
    }

    .cb-md-6 {
        width: 50%;
        float: left;
    }

    .cb-md-5 {
        width: 41.66666667%;
        float: left;
    }

    .vc_column-inner .cb-tc-h1 {
        font-size: 2.9em;
    }
    .vc_column-inner .cb-tc-h3 {
        font-size: 1.5em;
    }

    .vc_column-inner .vtg-form {
        padding-left: 3em;
        padding-right: 3em;
    }

    .vc_column-inner .cb-tc-h1 {
        margin-top: 0.7em;
    }
    .vc_column-inner .cb-tc-h3 {
        margin-top: 0.7em;
    }
}


.clearfix:before,
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


.vtg-content {
    position: relative;
    z-index: 4;
}

.ctnr-pdg {
    padding: 3em 0;
}

.vtg-left .vtg-left-pdg {
    padding: 1em;
}

.vtg-right .vtg-right-pdg {
    padding: 1em;
}

.vtg-hdg {
    font-family: inherit;
    /*color: #FFFFFF;*/
    font-size: 2.3em;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 0.5em 0;
}

.vtg-hdg-sub {
    font-family: inherit;
    /*color: #FFFFFF;*/
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 0.7em 0;
}

.vtg-left p {
    /*color:#FFFFFF;*/
    font-size: 1.1em;
}

.vtg-ul-ck {
    margin: 0;
    padding: 0 0 0 1.3em;
    float: left;
}

.vtg-ul-ck li {
    margin: 0 0 1em 0;
    padding: 0;
    /* color:#FFFFFF;*/
    font-size: 1.15em;
    font-weight: 700;
}

.check-icon {
    /*color:#FFFFFF;*/
    font-size: 1.3em;
    font-variant: 700;
}

.vtg-form-bg {
    background-color: #65C1C0;
    border: 2px solid rgba(247, 247, 247, 1.00);
}

.vtg-form {
    padding: 1em 0 2em 0;
    margin-bottom: 1em;
}

.vtg-form label {
    color: #65c1c0;
    font-size: 0.9em;
    line-height: 1.2;
    margin-bottom: 0.25em;
}

.vtg-form input,
.vtg-form textarea {
    height: auto;
    min-height: auto;
    margin-bottom: 3px;
}

.vtg-form input[type=submit] {
    margin-top: 0.1em;
    background-color: #65c1c0;
    padding: 0.8em 2.5em;
    font-size: 1em;
    color: #000000;
    border: 1px solid #000000;
}

.vtg-form input[type="checkbox"] {
    margin: 0.3em 0.53em 2em 0;
    float: left;
}

.vtg-form input[type="file"] {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.site-content.sidebar-disabled.post-sidebar-disabled .cs-container {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width:768px) {
    .vtg-left {
        float: left;
        width: 100%;
        /*65%;*/
    }

    .vtg-right {
        float: right;
        width: 35%;
    }

    .ctnr-pdg .vtg-left-pdg {
        padding: 1em 2em 1em 0;
    }

    .ctnr-pdg .vtg-right-pdg {
        padding: 1em 0 1em 2em;
    }
}

.cs-container {
    max-width: inherit;
}

.site-content.sidebar-disabled.post-sidebar-disabled {
    margin: 0px;
}

.ctnr-pdg {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 600px) {
    .ctnr-pdg {
        max-width: 600px;
    }
}

@media (min-width: 720px) {
    .ctnr-pdg {
        max-width: 720px;
    }
}

@media (min-width: 1020px) {
    .ctnr-pdg {
        max-width: 1020px;
    }
}

@media (min-width:1200px) {
    .ctnr-pdg {
        max-width: 1200px;
    }
}

.error {
    color: #bb0000;
    font-size: 0.9em !important;
    line-height: 1.1 !important;
    font-weight: normal;
    display: block;
    margin: 0;
}

input[type=number] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}

.pk-button.pk-button-md.pk-button-danger.pk-font-primary:focus,
.pk-button.pk-button-md.pk-button-danger.pk-font-primary:hover {
    background-color: #f37b90;
}

.vtg-form input[type=submit]:focus,
.vtg-form input[type=submit]:hover {
    background-color: #f37b90;
}

.spcl-top-bnr {
    margin-bottom: 1em;
}

.spcl-top-bnr img {
    max-width: 100%;
    height: auto;

}

.m-auto {
    margin: 0 auto !important;
    float: none !important;
}

.m-auto .td-pb-row [class*="td-pb-span"] {
    padding-right: 5px;
    padding-left: 5px;
}

.vtg-form .td-pb-span6,
.vtg-form .td-pb-span12 {
    margin-bottom: 0.5em;
}

.vtg-form label {}

.mb-10 {
    margin-bottom: 10px !important;
}

.m-auto p {
    font-size: 1.1em;
    line-height: 1.4;
}

.spsl-page-h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 900;
    line-height: 1.1;
    margin-top: 0.2em;
}

.spsl-page-h1 span {
    font-family: FeniceStd-Regular;
    color: #65c1c0;
}

@media (max-width:767px) {
    .vc_row .spsl-page-h1 {
        font-size: 1.5em;
    }
}