@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?jkk3me");
    src: url("../fonts/icomoon.eot?jkk3me#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jkk3me") format("truetype"), url("../fonts/icomoon.woff?jkk3me") format("woff"), url("../fonts/icomoon.svg?jkk3me#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e900";
}

.icon-youtube:before {
    content: "\e901";
}

.icon-facebook:before {
    content: "\e902";
}

.icon-twitter:before {
    content: "\e903";
}

.icon-play:before {
    content: "\e904";
}

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #989dab;
    background: #fff;
    margin: 0 0 6px;
    min-width: 150px;
    height: 27px;
    width: 100%;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 12px;
        line-height: 26px;
        margin: 0 35px 0 8px;
        color: #9196a5;
        text-align: left;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        width: 35px;
        bottom: 0;
        right: 0;
        top: 0;
    }

        .jcf-select .jcf-select-opener:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #989dab;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #989dab;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #656565;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus {
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    }

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-color: #fff;
    border-radius: 50%;
}

    .fancybox-close:before,
    .fancybox-close:after {
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #000;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .fancybox-close:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .fancybox-close:hover:after,
    .fancybox-close:hover:before {
        background-color: #0072aa;
    }

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, .8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.header .additional-nav,
.header .nav,
.footer .link-row,
.list-group {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

.header {
    padding-bottom: 0px;
}

    .header .navbar {
        border: none;
        z-index: 3;
    }

    .header .navbar-collapse {
        border: none;
        position: absolute;
        top: calc(100% + 11px);
        left: 0;
        left: 19px;
        right: 18px;
        border: 1px solid #9fcadf;
        background-color: #f6f8fa;
    }

    .header .additional-nav > li > a,
    .header .nav > li > a {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

    .header .nav > li:last-child {
        border: none;
        
    }

    .header .nav > li > a {
        -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
        transition: color .3s ease-in-out, background .3s ease-in-out;
    }

        .header .nav > li > a.opener {
            position: relative;
        }

    .header .nav > li .collapse,
    .header .nav > li .collapsing {
        border-top: 1px solid #9fcadf;
        background-color: #fff;
    }

        .header .nav > li .collapse > a,
        .header .nav > li .collapsing > a {
            overflow: hidden;
            display: block;
            position: relative;
            background-color: #fff;
            font-size: 12px;
            padding: 5px 35px 6px;
        }

            .header .nav > li .collapse > a.active,
            .header .nav > li .collapse > a:hover,
            .header .nav > li .collapsing > a.active,
            .header .nav > li .collapsing > a:hover {
                -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
                transition: color .3s ease-in-out, background .3s ease-in-out;
            }

                .header .nav > li .collapse > a.active:after,
                .header .nav > li .collapse > a:hover:after,
                .header .nav > li .collapsing > a.active:after,
                .header .nav > li .collapsing > a:hover:after {
                    right: -10px;
                }

            .header .nav > li .collapse > a:after,
            .header .nav > li .collapsing > a:after {
                -webkit-transition: right .3s ease-in-out;
                transition: right .3s ease-in-out;
            }

    .header .navbar-toggle {
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
        padding: 9px 8px;
        border-radius: 8px;
        margin: 2px 0;
    }

.header .navbar-toggle .icon-bar {
    width: 27px;
}

.header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

body {
    min-width: 320px;
}

.container-fluid {
    max-width: 1050px;
}

.btn {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border: none;
}

    .btn.btn-link {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

.list-group li {
    font-weight: 300;
    padding-bottom: 7px;
}

    .list-group li:last-child {
        padding-bottom: 0;
    }

.list-group img {
    padding-right: 8px;
}

.social-buttons.inner .icon-youtube {
    background-color: #c4161c;
}

.social-buttons.inner .icon-facebook {
    background-color: #0072aa;
}

.social-buttons.inner a {
    -webkit-transition: box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, transform .3s ease-in-out;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    margin-right: 8px;
}

    .social-buttons.inner a:before {
        font-size: 16px;
    }

    .social-buttons.inner a:hover {
        box-shadow: 2px 2px 7px #000;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

.social-buttons a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    display: inline-block;
    position: relative;
    background-color: #fff;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius: 5px;
}

    .social-buttons a:last-child {
        margin-right: 0;
    }

    .social-buttons a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 21px;
    }

#main.inner-page {
    border-top: 3px solid #003366;
    position: relative;
    z-index: 1;
}

.visual-holder .container-fluid {
    background-size: cover;
    background-position: center center;
}

.visual-holder .text-holder {
    text-align: center;
    line-height: 1;
    float: left;
}

    .visual-holder .text-holder strong {
        font-weight: normal;
        color: #fff;
        display: block;
        font-size: 24px;
        letter-spacing: -.03em;
        margin-bottom: 8px;
    }

    .visual-holder .text-holder span {
        color: #00aeef;
        font-size: 23px;
    }

.visual-holder .phone-holder {
    float: right;
    line-height: 1.3;
}

    .visual-holder .phone-holder span {
        display: block;
        letter-spacing: -.02em;
        color: #00aeef;
        font-size: 21px;
    }

    .visual-holder .phone-holder a {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        position: relative;
        font-size: 28px;
        font-weight: 700;
        padding-left: 23px;
    }

        .visual-holder .phone-holder a i {
            position: absolute;
            left: 1px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            color: #00aeef;
            font-size: 26px;
        }

.quote-form-holder {
    padding: 13px 0 0;
}

    .quote-form-holder .headline {
        display: block;
        color: #c4161c;
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
        position: relative;
        text-align: center;
        padding-bottom: 2px;
    }

    .quote-form-holder .form-headline {
        font-size: 14px;
        font-weight: 600;
        color: #0072aa;
        letter-spacing: -.02em;
        display: block;
        padding-bottom: 25px;
        text-align: center;
        position: relative;
    }

    .quote-form-holder .quote-form {
        border: 1px solid #0072aa;
        border-radius: 8px;
        padding: 5px;
        text-align: center;
        margin-bottom: 12px;
    }

    .quote-form-holder input {
        -webkit-transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out;
        margin-bottom: 6px;
        font-size: 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
    }

        .quote-form-holder input:focus {
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(102, 175, 233, .6);
        }

        .quote-form-holder input.input-error {
            border: 1px solid #d9534f;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(200, 0, 0, .6);
        }

    .quote-form-holder .submit-text {
        display: block;
        max-width: 150px;
        font-size: 10px;
        font-weight: 300;
        line-height: 1.1;
    }

    .quote-form-holder .btn {
        font-size: 12px;
        letter-spacing: -.03em;
        padding: 6px 11px 7px;
    }

    .quote-form-holder .notes {
        font-size: 10px;
        font-weight: 300;
        margin: 0;
        line-height: 1.2;
        padding-bottom: 16px;
    }

    .quote-form-holder .list-wrap {
        background-color: #f0f5f8;
        margin: 0 -15px;
        padding: 10px 15px 16px;
    }

        .quote-form-holder .list-wrap > span {
            display: block;
            padding-bottom: 7px;
        }

.trustpilot-holder {
    padding: 29px 0 35px;
    background-color: #0072aa;
    color: #fff;
}

    .trustpilot-holder strong {
        font-weight: 400;
        display: block;
        font-size: 19px;
        line-height: 1.3;
        padding-bottom: 18px;
    }

    .trustpilot-holder span {
        display: block;
        font-size: 13px;
        line-height: 1.2;
        padding-bottom: 14px;
    }

    .trustpilot-holder a {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
        color: #8ed8f8;
        padding: 0;
    }

        .trustpilot-holder a:hover,
        .trustpilot-holder a:focus {
            color: #d6f1fc;
            outline: none;
        }

        .trustpilot-holder a:active:focus {
            outline: none;
        }

    .trustpilot-holder .img-row {
        max-width: 280px;
        margin: 0 -3px;
        padding-bottom: 16px;
    }

        .trustpilot-holder .img-row > div[class^="col-"] {
            padding: 0 3px;
            margin-bottom: 6px;
        }

        .trustpilot-holder .img-row img {
            max-width: 63px;
        }

    .trustpilot-holder iframe {
        width: 100%;
        height: 333px;
    }

    .trustpilot-holder .btn-link {
        white-space: normal;
        text-align: left;
        margin-bottom: 35px;
    }

.guarantee-holder {
    overflow: hidden;
    padding: 32px 0;
}

    .guarantee-holder .item1 {
        padding-bottom: 43px;
    }

    .guarantee-holder h2 {
        /*color: #0072aa;*/
        font-size: 24px;
        margin: 0 0 10px;
        width: 100%;
        font-weight: 300;
        line-height: 1.2;
    }

    .guarantee-holder p {
        font-weight: 300;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 22px;
    }

    .guarantee-holder .list-group {
        padding-bottom: 28px;
        padding-top: 5px;
        padding: 5px 0 28px;
    }

        .guarantee-holder .list-group li {
            padding-bottom: 13px;
        }

            .guarantee-holder .list-group li:last-child {
                padding: 0;
            }

    .guarantee-holder .banner img {
        max-width: 160px;
    }

    .guarantee-holder .btn-link {
        font-size: 13px;
        padding: 0;
        line-height: 1.2;
    }

    .guarantee-holder .img-holder {
        display: inline-block;
        position: relative;
        margin-bottom: 15px;
    }

        .guarantee-holder .img-holder .label {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 59%;
            right: -65px;
        }

.video-holder {
    padding: 22px 0 26px;
    background: -webkit-linear-gradient(top, #00569d 0%, #60cbee 100%);
    background: linear-gradient(to bottom, #00569d 0%, #60cbee 100%);
    color: #fff;
}

    .video-holder strong {
        display: block;
        font-weight: 400;
        font-size: 28px;
        line-height: 1.2;
        padding-bottom: 23px;
    }

    .video-holder i {
        display: block;
        font-size: 18px;
        color: #c7eafb;
        padding-bottom: 11px;
    }

    .video-holder .social-buttons a {
        color: #00aeef;
    }

        .video-holder .social-buttons a:hover {
            color: #0076a3;
        }

    .video-holder .item1 {
        text-align: center;
    }

    .video-holder .video-wrap {
        position: relative;
        margin: 0 auto 9px;
        width: 100%;
        max-width: 500px;
    }

        .video-holder .video-wrap .btn-play {
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: .6;
            font-size: 80px;
            color: #fff;
        }

            .video-holder .video-wrap .btn-play:after {
                content: "";
                position: absolute;
            }

            .video-holder .video-wrap .btn-play:hover {
                opacity: 1;
            }

    .video-holder img {
        display: block;
        width: 100%;
    }

.numbers-holder {
    padding: 24px 0 30px;
    background-color: #f0f5f8;
}

    .numbers-holder .headline {
        display: block;
        color: #0072aa;
        font-weight: 300;
        font-size: 24px;
        margin-bottom: 25px;
        text-align: center;
    }

    .numbers-holder .number {
        display: block;
        text-align: center;
        font-size: 41px;
        position: relative;
        margin-bottom: 16px;
        font-weight: 300;
    }

        .numbers-holder .number:after {
            content: "";
            position: absolute;
            height: 1px;
            width: 75px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            left: 50%;
            bottom: -7px;
            background-color: #b4e3f6;
        }

    .numbers-holder .text {
        display: block;
        text-align: center;
        color: #0072aa;
        font-size: 15px;
        line-height: 1.6;
        margin: 0 auto;
        width: 70%;
        padding-bottom: 25px;
    }

.process-holder {
    padding: 20px 0;
    overflow: hidden;
}

    .process-holder .headline {
        display: block;
        color: #0072aa;
        font-weight: 300;
        font-size: 24px;
        margin-bottom: 29px;
        text-align: center;
    }

    .process-holder span {
        display: block;
        position: relative;
        padding-left: 50px;
        line-height: 1.25;
        margin-bottom: 20px;
    }

        .process-holder span i {
            font-style: normal;
            font-size: 22px;
            position: absolute;
            left: 10px;
            top: -3px;
            color: #0072aa;
        }

            .process-holder span i:after {
                content: "";
                width: 30px;
                height: 30px;
                border: 1px solid #0072aa;
                position: absolute;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                top: 50%;
                left: 50%;
                border-radius: 50%;
            }

    .process-holder .lower-text {
        display: block;
        text-align: center;
        font-weight: 300;
        font-size: 16px;
    }

.faq-holder {
    padding: 20px 0;
    background-color: #f0f5f8;
}

    .faq-holder .headline {
        display: block;
        color: #0072aa;
        font-weight: 300;
        font-size: 24px;
        margin-bottom: 29px;
        text-align: center;
    }

    .faq-holder .subheading {
        display: block;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.5;
        padding-bottom: 20px;
    }

    .faq-holder .items-holder span {
        line-height: 1.6;
        font-weight: 300;
    }

    .faq-holder .item {
        padding-bottom: 27px;
    }

        .faq-holder .item:last-child {
            padding-bottom: 0;
        }

    .faq-holder h4 {
        position: relative;
        font-size: 21px;
        color: #0072aa;
        margin: 0 0 20px;
        letter-spacing: -.05em;
        font-weight: 300;
    }

        .faq-holder h4:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -13px;
            background-color: #0072aa;
            height: 1px;
            width: 100%;
        }

    .faq-holder .btn-link {
        padding: 0;
        font-size: 13px;
    }

#settlement-letter-list {
    margin: 0;
    padding: 10px 0;
}

    #settlement-letter-list div.col {
        padding: 5px;
        font-weight: bold;
        border: 1px solid #eee;
        background-color: #fff;
    }

#side-nav-mobile{
    display: none;
}

.sidebar {
    text-align: center;
    padding-bottom: 20px;
}

    .sidebar .phone-holder {
        line-height: 1.3;
        padding-bottom: 20px;
    }

        .sidebar .phone-holder span {
            color: #00aeef;
            letter-spacing: -.02em;
        }

        .sidebar .phone-holder a {
            -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
            font-size: 18px;
            font-weight: 700;
        }

        .sidebar .phone-holder i {
            color: #00aeef;
            padding-right: 3px;
        }

    .sidebar .buttons-wrap {
        color: #00aeef;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-top: 10px;
    }

        .sidebar .buttons-wrap > i {
            display: block;
            font-size: 12px;
            padding-bottom: 5px;
        }

    .sidebar .additional-nav {
        border-top: 1px solid #9fcadf;
        border-bottom: 1px solid #9fcadf;
        margin-bottom: 20px;
    }

        .sidebar .additional-nav > a {
            overflow: hidden;
            display: block;
            position: relative;
            background-color: #fff;
            font-size: 14px;
            padding: 5px 35px 4px;
        }

            .sidebar .additional-nav > a.active,
            .sidebar .additional-nav > a:hover {
                -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
                transition: color .3s ease-in-out, background .3s ease-in-out;
                background-color: #009ed8;
                color: #fff;
            }

                .sidebar .additional-nav > a.active:after,
                .sidebar .additional-nav > a:hover:after {
                    right: -10px;
                }

            .sidebar .additional-nav > a:after {
                -webkit-transition: right .3s ease-in-out;
                transition: right .3s ease-in-out;
            }

.content {
    padding: 29px 0 24px;
}

    .content h2 {
        /*color: #0072aa;*/
        font-size: 24px;
        margin: 0 0 30px;
    }

    .content .subheading {
        display: block;
        font-size: 18px;
        font-weight: 300;
        color: #0072aa;
        padding-bottom: 14px;
    }

    .content strong {
        display: block;
        color: #0072aa;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .content img {
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .content p {
        font-weight: 300;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .content a {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

        .content a:hover {
            color: #5bc0de;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("../images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url("../images/fancybox/fancybox_loading@2x.gif");
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

@media (min-width: 335px) {
    .quote-form-holder .notes {
        padding-left: 12px;
        padding-right: 25px;
    }
}

@media (min-width: 355px) {
    .header .phone-holder {
        padding-right: 37px;
    }

    .header .nav > li .collapse > a,
    .header .nav > li .collapsing > a {
        padding: 5px 43px 6px;
    }

    .header .navbar-toggle {
        margin-right: 23px;
    }

    .visual-holder .text-holder strong {
        font-size: 27px;
    }

    .quote-form-holder .headline {
        font-size: 18px;
    }

    .quote-form-holder .form-headline {
        font-size: 16px;
    }

    .quote-form-holder .quote-form {
        padding: 18px 30px 13px;
        margin: 0 27px 12px 20px;
    }

    .quote-form-holder .list-wrap {
        padding: 10px 15px 16px 31px;
    }

    .guarantee-holder .img-holder .label {
        right: -84px;
    }

    .video-holder strong {
        font-size: 32px;
    }

    .sidebar .additional-nav > a {
        padding: 5px 43px 6px;
    }
}

@media (min-width: 768px) {
    .jcf-select {
        height: 34px;
    }

        .jcf-select .jcf-select-text {
            line-height: 34px;
        }

        .jcf-select .jcf-select-opener {
            width: 24px;
        }

    .header {
        padding: 10px 0 15px;
    }

        .header .logo {
            padding-left: 0;
            padding-top: 16px;
        }

        .header .navbar-collapse {
            border: none;
            position: static;
            float: right;
            background-color: transparent;
        }

        .header .additional-nav > li,
        .header .nav > li {
            display: inline-block;
            font-weight: 300;
        }

        .header .additional-nav {
            font-size: 11px;
            letter-spacing: .02em;
            text-align: right;
            padding-bottom: 30px;
            line-height: 1;
        }

            .header .additional-nav li {
                margin-right: 11px;
            }

                .header .additional-nav li:last-child {
                    margin-right: 0;
                }

        .header .nav > li {
            margin-right: 15px;
            position: relative;
            line-height: 1;
        }

            .header .nav > li:last-child {
                margin-right: 0;
            }

            .header .nav > li.active > a {
                color: #00aeef;
            }

            .header .nav > li:hover .collapse,
            .header .nav > li:hover .collapsing {
                opacity: 1;
                visibility: visible;
            }

            .header .nav > li > a {
                color: #000;
            }

                .header .nav > li > a:hover {
                    color: #00aeef;
                }

            .header .nav > li .collapse,
            .header .nav > li .collapsing {
                -webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
                transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
                height: auto !important;
                display: block !important;
                position: absolute;
                opacity: 0;
                visibility: hidden;
                min-width: 160px;
                right: 0;
                top: 35px;
                border: none;
            }

                .header .nav > li .collapse > a,
                .header .nav > li .collapsing > a {
                    border-bottom: 1px solid #bfdbe9;
                    padding: 5px 13px;
                }

                    .header .nav > li .collapse > a.active,
                    .header .nav > li .collapse > a:hover,
                    .header .nav > li .collapsing > a.active,
                    .header .nav > li .collapsing > a:hover {
                        background-color: #009ed8;
                        color: #fff;
                    }

                    .header .nav > li .collapse > a:after,
                    .header .nav > li .collapsing > a:after {
                        content: ">";
                        position: absolute;
                        right: 6px;
                        top: 50%;
                        -webkit-transform: translateY(-50%) scale(.5, 1);
                        -ms-transform: translateY(-50%) scale(.5, 1);
                        transform: translateY(-50%) scale(.5, 1);
                        font-weight: 700;
                        font-size: 16px;
                        color: #c8cad2;
                    }

    .footer .social-buttons {
        padding-top: 10px;
    }

    .form-control {
        height: 34px;
        padding: 5px 8px;
    }

    #main.inner-page:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 180px;
        z-index: -1;
        background: -webkit-linear-gradient(top, #f0f5f8 0%, #f7fafb 57%, #f7fafb 57%, #fff 100%);
        background: linear-gradient(to bottom, #f0f5f8 0%, #f7fafb 57%, #f7fafb 57%, #fff 100%);
    }

    .visual-holder {
        border-bottom: 5px solid #0072aa;
        background-color: #f6f8fa;
    }

        .visual-holder .container-fluid {
            padding-top: 72px;
            padding-bottom: 128px;
        }

        .visual-holder .text-holder {
            max-width: 330px;
        }

            .visual-holder .text-holder strong {
                font-size: 43px;
                color: #0072aa;
            }

        .visual-holder .phone-holder {
            padding: 7px 17px 0 0;
        }

            .visual-holder .phone-holder span {
                font-size: 22px;
            }

    .trustpilot-holder {
        padding: 17px 0;
    }

        .trustpilot-holder .btn-link {
            margin: 0;
        }

    .guarantee-holder {
        padding: 40px 0;
        background-color: #f0f5f8;
    }

        .guarantee-holder .item1 {
            padding-bottom: 0;
        }

        .guarantee-holder h2 {
            margin-bottom: 15px;
        }

        .guarantee-holder p {
            margin-bottom: 20px;
        }

        .guarantee-holder .list-group {
            padding: 0 0 32px;
        }

            .guarantee-holder .list-group li {
                padding-bottom: 14px;
            }

        .guarantee-holder .btn-link {
            margin-bottom: 21px;
        }

        .guarantee-holder .img-holder {
            margin-bottom: 0;
        }

    .video-holder {
        padding: 41px 0 19px;
    }

        .video-holder strong {
            padding-bottom: 42px;
        }

        .video-holder i {
            padding-bottom: 10px;
        }

        .video-holder .item1 {
            text-align: left;
        }

        .video-holder .video-wrap {
            margin: 0;
        }

    .numbers-holder {
        padding: 29px 0 47px;
    }

        .numbers-holder .headline {
            margin-bottom: 18px;
            text-align: left;
        }

        .numbers-holder .text {
            padding-bottom: 0;
            width: 100%;
        }

    .process-holder .headline {
        text-align: left;
    }

    .process-holder span {
        margin-bottom: 30px;
    }

        .process-holder span i {
            font-size: 24px;
            top: 4px;
            left: 14px;
        }

            .process-holder span i:after {
                width: 40px;
                height: 40px;
            }

    .faq-holder .headline {
        text-align: left;
    }

    .sidebar {
        margin-top: 27px;
        padding: 5px 0 0;
        text-align: left;
    }

        .sidebar .phone-holder {
            padding-bottom: 39px;
        }

        .sidebar .additional-nav {
            border: medium none;
            padding-bottom: 32px;
            right: 0;
            top: 100%;
        }

            .sidebar .additional-nav > a {
                border-bottom: 1px solid #bfdbe9;
                padding: 7px 13px;
            }

                .sidebar .additional-nav > a:after {
                    content: ">";
                    position: absolute;
                    right: 6px;
                    top: 50%;
                    -webkit-transform: translateY(-50%) scale(.5, 1);
                    -ms-transform: translateY(-50%) scale(.5, 1);
                    transform: translateY(-50%) scale(.5, 1);
                    font-weight: 700;
                    font-size: 16px;
                    color: #c8cad2;
                }

    .content {
        overflow: hidden;
        float: right;
        width: calc(100% - 205px);
    }

        .content .subheading {
            font-size: 20px;
        }

        .content img {
            float: right;
            margin: 0 0 0 25px;
        }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .process-holder .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .process-holder .row:before,
        .process-holder .row:after {
            display: none;
        }
}

@media (min-width: 1024px) {
    .jcf-select {
        margin-bottom: 12px;
        height: 27px;
    }

        .jcf-select .jcf-select-text {
            line-height: 26px;
        }

    .header .container-fluid {
        max-width: 1030px;
    }

    .header .logo {
        padding-top: 40px;
        padding-left: 47px;
    }

    .header .additional-nav {
        padding-bottom: 34px;
    }

        .header .additional-nav:after {
            content: "";
            position: absolute;
            height: 1px;
            width: 100%;
            background-color: #f2f6f9;
            top: 30px;
            left: 0;
        }

    .footer {
        padding: 31px 0 36px;
    }

        .footer .wrap {
            padding-left: 33px;
        }

    .quote-form-holder {
        padding: 23px 0;
    }

        .quote-form-holder .headline {
            font-size: 21px;
            text-align: left;
            float: left;
            margin: 13px 0 23px;
            padding-bottom: 0;
        }

            .quote-form-holder .headline:after {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-top: 23px solid transparent;
                border-bottom: 23px solid transparent;
                border-left: 14px solid #0072aa;
                -webkit-transform: translatey(-50%);
                -ms-transform: translatey(-50%);
                transform: translatey(-50%);
                top: 50%;
                right: -26px;
            }

    .content-education > strong {
        color: #0072aa;
    }

    .quote-form-holder .form-headline {
        text-align: left;
        font-size: 18px;
        padding-bottom: 13px;
    }

    .quote-form-holder .form-wrap {
        float: right;
        width: 500px;
        margin-right: 5px;
    }

        .quote-form-holder .form-wrap .row {
            margin: 0 -5px;
        }

            .quote-form-holder .form-wrap .row > div[class^="col-"] {
                padding: 0 5px;
            }

    .quote-form-holder .border-wrap {
        border: 1px solid #0072aa;
        border-radius: 8px;
        padding: 10px 25px 17px;
        margin-bottom: 11px;
    }

    .quote-form-holder .quote-form {
        text-align: left;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }

    .quote-form-holder input {
        height: 27px;
        margin-bottom: 7px;
    }

    .quote-form-holder .submit-text {
        padding-top: 3px;
    }

    .quote-form-holder .notes {
        padding: 0;
    }

    .quote-form-holder .list-wrap {
        float: left;
        clear: left;
        background-color: transparent;
        margin: 0;
        padding: 0 0 0 103px;
        max-width: 380px;
    }

    .trustpilot-holder strong {
        width: 75%;
        padding-top: 10px;
    }

    .trustpilot-holder span {
        width: 85%;
    }

    .trustpilot-holder iframe {
        margin-right: 5px;
    }

    .guarantee-holder .item1 {
        padding-left: 24px;
    }

    .guarantee-holder .item2 {
        padding-left: 30px;
    }

    .guarantee-holder p {
        width: 90%;
    }

    .guarantee-holder .img-holder {
        margin-left: -5px;
    }

        .guarantee-holder .img-holder img {
            max-width: 192px;
        }

        .guarantee-holder .img-holder .label {
            max-width: 84px;
            right: -70px;
        }

    .video-holder .item1 {
        padding: 32px 50px 0 26px;
    }

    .video-holder .video-wrap {
        padding: 0 50px 0 25px;
    }

    .numbers-holder .headline {
        margin-left: 25px;
    }

    .numbers-holder .text {
        width: 75%;
    }

    .process-holder {
        padding: 27px 0 34px;
    }

        .process-holder .headline {
            margin-left: 25px;
        }

        .process-holder .row {
            padding-bottom: 28px;
            margin-right: -50px;
            margin-left: 25px;
        }

        .process-holder span {
            margin-bottom: 0;
            padding-left: 35px;
        }

            .process-holder span i {
                left: 0;
            }

    .faq-holder {
        padding: 28px 0 35px;
    }

        .faq-holder .headline {
            margin-left: 28px;
            margin-bottom: 39px;
        }

        .faq-holder .subheading {
            width: 80%;
            padding-left: 31px;
            padding-bottom: 36px;
            line-height: 1.6;
            font-size: 20px;
        }

        .faq-holder .items-holder {
            padding-left: 30px;
            padding-bottom: 36px;
            width: 86%;
        }

        .faq-holder .btn-link {
            margin-left: 31px;
        }
}

@media (min-width: 1200px) {
    .process-holder .row {
        margin-right: -70px;
    }
}

@media (max-width: 1023px) {
    .quote-form-holder .form-headline:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 14px solid #0072aa;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        bottom: 5px;
    }

    .quote-form-holder .submit-text {
        margin: 0 auto;
        text-align: left;
    }

    .quote-form-holder .btn {
        margin: 6px 0 11px;
    }
}

#mobile-table{
    display: none !important;
}

@media (max-width: 767px) {
    .header .container-fluid {
        position: relative;
        z-index: 2;
    }
    #mobile-table{
        display: block !important;
        font-size: 12px !important;
        height: 80%;
        width: auto;
    }
    #desktop-table{
        display: none !important;
    }
    #side-nav-mobile {
        display: block;
        width:100%;
        margin-bottom: 10px;
    }
    #side-nav-desktop{
        display:none;
    }
    #CustomerServiceEmail {
        font-size: small;
        padding: 0;
        word-wrap: break-word;
    }
    .header .additional-nav,
    .header .nav {
        font-weight: 600;
    }

        .header .additional-nav > li,
        .header .nav > li {
            border-bottom: 1px solid #9fcadf;
        }

            .header .additional-nav > li > a,
            .header .nav > li > a {
                display: block;
                padding: 4px 20px;
            }

                .header .nav > li > a.opener:after {
                    content: "";
                    position: absolute;
                    right: 36px;
                    top: 13px;
                    width: 0;
                    height: 0;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-top: 8px solid #0072aa;
                }

            .header .nav > li .collapse > a,
            .header .nav > li .collapsing > a {
                border-bottom: 1px solid #9fcadf;
            }

                .header .nav > li .collapse > a:last-child,
                .header .nav > li .collapsing > a:last-child {
                    border: none;
                }

    .footer .bottom-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .logo img {
        width: 150px;
    }

    .btn.btn-link {
        white-space: normal;
        text-align: left;
    }

    .visual-holder {
        min-height: 158px;
        margin-top: 77px;
        position: relative;
    }

        .visual-holder .container-fluid {
            height: 158px;
        }

        .visual-holder .text-holder {
            position: absolute;
            top: -33px;
            padding: 9px 10px 0;
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
            width: 100%;
            left: 0;
            background-color: #0072aa;
            height: 44px;
        }

        .visual-holder .phone-holder {
            position: absolute;
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
            top: 0;
            left: 0;
            width: 100%;
            background-color: #0072aa;
            font-weight: 700;
            text-align: center;
            padding: 8px 10px;
            height: 43px;
        }

    .quote-form-holder input {
        padding: 5px 7px;
    }

    .guarantee-holder .item2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .guarantee-holder .item2 > * {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .guarantee-holder .item2 .img-holder {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

    .sidebar .additional-nav > a {
        border-bottom: 1px solid #9fcadf;
    }

        .sidebar .additional-nav > a:last-child {
            border: none;
        }
}
/*nes css start from here.......*/
/*....css for contact us page....*/
.time-maintain {
    font-size: 14px;
    list-style: outside none none;
    padding-left: 0;
}

.content-image img {
    min-width: 100%;
    padding-top: 3%;
}

.location-img img {
    min-width: 100%;
    min-height: 300px;
}

.iframe-size {
    min-height: 300px;
    min-width: 100%;
}

.padding-clear {
    padding-bottom: 15px;
    padding-top: 15px;
}

    .padding-clear.side-pading {
        padding-right: 0;
    }

.side-pading-left {
    padding-left: 0;
}

.title-page h1 {
    font-family: robo;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 21px;
    padding-top: 10px;
}

.footer-text {
    text-align: center;
}

.row.padding-top-section {
    margin-bottom: 30px;
    margin-top: 30px;
}

.text_1 {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
}

.chapter-paragraph > strong {
    color: #0072aa;
}

.bankruptcy-maintain {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    color: red;
}

.chapter-paragraph > p {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 10px;
    text-align: justify;
}

.LiveHelp {
    background-image: url("../images/LiveHelp.jpg");
    background-repeat: no-repeat;
    height: 173px;
    width: 100%;
}

.LiveHelpText {
    color: #ff8500;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    left: 10px;
    position: relative;
    top: 100px;
}

.link-password {
    margin-bottom: 0;
    margin-top: 10px;
}

.padding-section {
    background: white none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    margin: 26px;
    padding-bottom: 2%;
    padding-top: 2%;
}

.padding-section:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 114, 170, 0.64), 0 6px 20px 0 rgba(0, 114, 170, 0.61);
}

.padding-section-one {
    background: white none repeat scroll 0 0;
    //border: 1px solid #dfdfdf;
    padding-bottom: 2%;
    padding-top: 2%;
}

.padding-section-one:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 114, 170, 0.64), 0 6px 20px 0 rgba(0, 114, 170, 0.61);
}
/*css start for profiel page */
.CreditorMixBox {
    border: 2px solid #b2cbe2;
    color: #00468c;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 5px;
    text-align: center;
    min-width: 100%;
    margin-bottom: 15px;
}

/*Creditor Page table styling*/
#CreditorTable{
    font-size: 12px;
}
.table-ttitle h4 {
    color: #0072aa;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.table-ttitle tr td {
    font-size: 13px;
    font-weight: 600;
    color: #737373;
}

.Subline {
    color: #0072aa;
    font-weight: 700;
}

.ResourcesNavHome > a {
    font-size: 13px;
}

.table-striped {
    max-width: 100% !important;
}

.CreditorMixBox > img {
    width: 100%;
}

.print-button > ul li {
    list-style: outside none none;
    margin-bottom: 5px;
}

.print-button {
    display: inline-block;
    float: right;
}

.title-summary {
    display: inline-block;
    margin-left: 26%;
}

.btn.btn-primary.print-btn {
    border-radius: 3px;
    font-size: 10px;
    min-width: 89px;
}

.btn.btn-primary.chat-btn {
    border-radius: 3px;
    font-size: 16px;
    min-width: 150px;
    font-weight: 700;
    background-color: #FA7E04;
}

.btn.btn-primary.chat-btn:hover {
    cursor:pointer;
}

.additional-nav.padding-bottom-nave {
    padding-bottom: 1px;
}

.title-summary > h4 {
    color: #0072aa;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.credit-title {
    color: #0072aa;
    font-size: 14px;
    font-weight: 700;
}

.vedio-border iframe {
    border: 2px solid #009ed8;
}

.pull-right {
    padding-left: 0;
}

@media screen and (max-width: 600px) {
    .print-button {
        float: none;
        margin: 0;
        width: 100%;
    }

    .title-summary {
        margin-left: 0px;
    }
}
/*modal for detail */
.modal-dialog.model-width-redifine {
    max-width: 660px;
}
.table-maintain {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #0074a0; 
}
    .table-maintain th {
        color: #0074a0;
        font-size: 13px;
        font-weight: bold;
        padding: 3px;
        border: 1px solid #0074a0;
    }

    .table-maintain td {
        color: #00597b;
        font-size: 13px;
        font-weight: 700;
        padding: 3px;
        border: 1px solid #0074a0;
    }

.modal-title {
    font-size: 12pt;
    font-weight: bold;
}

.modal-header.model-header-padding {
    padding: 10px;
    font-size: 11px;
    background: #009ed8;
    color: white;
}

.modal-body.model-body-title {
    background: #e4e4e4 none repeat scroll 0 0;
}

.close.close-change {
    color: white !important;
    opacity: 0.77;
}

.Text {
    padding: 10px;
}

.ErrorText {
    color: red;
    text-align: center
}
/*maintainenc css start from here*/
@media screen and (min-width: 720px) {
    .side-pading-left {
        padding: 15px;
    }
}

@media screen and (min-width: 720px) {
    .side-pading-left {
        padding: 15px;
    }

    .padding-clear.side-pading {
        padding-right: 15px;
    }
}

#educationdiv > h4 {
    color: #009ed8;
    font-size: 22px;
}

.ResourcesNavHome > p {
    text-align: center;
}

.Subline {
    color: black;
}

.table-striped tr td {
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}


.TextBigger li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

    .TextBigger li > a {
        text-decoration: none;
    }

.TextBigger {
    padding-left: 0;
}

.table-ttitle {
    padding: 15px;
}
/*responsive table*/

/* new remaintaine css */
.form-control.formcontrol-debt {
    color: #999;
    font-size: 13px;
    margin: auto;
    padding: 5px;
    height: 30px;
}


.sidebar.margin-clear {
    margin-top: 0;
}
/* media query for responsive */
@media only screen and (max-width: 1023px) {
    .border-wrap {
        border: 1px solid #0072aa;
        border-radius: 8px;
        margin-bottom: 10px;
        margin-top: 15px;
        padding: 10px 32px 17px;
    }
}

.navbar-default {
    background-color: white;
    margin-bottom: 0;
}


.vimeovideoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.vimeovideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.smallScreen {
    padding-left: 2px !important;
    margin: 0px !important;
}
input:not([type='button']):not([type='submit']):read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
.btn-primary.login {
    width: 100%;
    border-radius: 25px;
    height: 50px;
    color: white !important;
    font-weight: 700;
    background-color: #4a4b4c;
    font-size: 20px !important;
    text-align: center !important;
    border: 2px solid #4a4b4c;
}

    .btn-primary.login:hover {
        cursor: pointer !important;
        border: 2px solid #4a4b4c;
    }