﻿@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
}

body {
    font-family: AccordAlternate-Light;
    background-color: #f4f4f4;
    font-size: 17px;
    color: #3d3d3d;
}

a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}

.btn-primary[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    background: #007db3;
    border: 0;
    color: #fff;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
}

.btn-default[disabled], .btn-default[disabled]:focus, .btn-default[disabled]:hover {
    background: #d0d3d4;
    border: 0;
    color: #000;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

a {
    color: #007db3;
}

    a:active, a:hover, a:focus {
        color: #007db3;
        text-decoration: underline;
    }

.main-container {
    min-height: 100%;
    height: auto;
    margin-bottom: -153px;
    padding: 0 0 153px;
}

.column-in-center {
    float: none;
    margin: 0 auto;
}

/* sticky footer start here */
.footer {
    font-family: AccordAlternate-Bold;
    background-color: #a2aaad;
    color: #5b6770;
    height: 120px;
    padding: 19px 0 30px;
    margin-top: 75px;
    font-size: 12px;
}

    .footer a {
        color: #5b6770;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }
/***Home Screen***/
.top-bar {
    background: #ececec;
    padding: 6px 0;
}

.cursor-logo {
    cursor: pointer;
}

.header-logo img {
    width: 300px;
}

.navbar-brand {
    display: none;
}
/*Main Navigation Styles*/
.nav-main {
    background-color: #000000;
}

.navbar-default {
    background-color: #000;
    border: none;
    font-size: 17px;
}

.navbar {
    margin-bottom: 0;
    min-height: 40px;
    border-radius: 0;   
}

.navbar-default .navbar-nav > li > a {
    color: #cccccc;
}

.nav-main .nav > li > a {
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #999999;
}
.mandatory {
    color: red;
}
/**Dropdown bg**/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #bcbcbc;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    width: 100%;
}

.dropdown-menu {
    background-color: #5b6771;
    box-shadow: none;
    border: 0;
    padding: 0;
    border-radius: 0px;
    left: 0;
}

    .dropdown-menu > li > a {
        padding: 12px 10px;
        border-bottom: 1px solid #d0d3d4;
        color: #fff;
        font-family: AccordAlternate-Bold;
        font-size: 14px;
        white-space: normal;
    }

    .dropdown-menu > li:last-child > a {
        border-bottom: none;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: #d0d3d4;
        color: #030000;
    }

.caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px dashed;
}
/**Submenu Navigation**/
.submenu .dropdown {
    background-color: #eeeeee;
    padding: 6px 10px 3px;
    width: 175%;
}

.submenu .message-title {
    font-family: AccordAlternate-Bold;
    margin-bottom: 5px;
    color: #030000;
}
/*Language Selection*/
.language-container {
    position: relative;
}

.language-position {
    position: absolute !important;
    right: 0;
    top: -46px;
}
/*Navbar Toggle*/
.navbar-toggle .icon-bar {
    border-radius: 0;
    height: 5px;
    width: 27px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4b4b4b;
    border-radius: 2px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #f6f7f8;
    background-color: transparent;
}

.navbar-toggle {
    border: none;
    padding: 5px 0;
}

.navbar-nav > li > a.home-icon {
    display: none;
}

.arrow-icon, .arrow-icon-sec {
    background: url(../images/arrow-down.png)0 0;
    width: 16px;
    height: 9px;
    margin-left: 26px;
    position: absolute;
    top: 17px;
    right: 18px;
    background-repeat: no-repeat;
}

.arrow-icon-sec {
    background: url(../images/arrow-right.png);
    width: 9px;
    height: 16px;
    top: 14px;
}

.navbar .navbar-nav > li.open > a:focus .arrow-icon {
    background: url(../images/arrow-down.png) 0 -146px;
}


.home-content {
    padding: 0 50px;
    margin-top: 12px;
}

    .home-content + .info-license {
        padding: 0 50px;
    }

    .home-content + .test-license {
        padding: 0 50px;
    }

.home-content-wrapper .fields-wrapper-sel {
    background: #fff;
}

.home-content h1 {
    font-family: AccordAlternate-Bold;
    font-size: 30px;
    color: #000;
}

.home-content h2 {
    font-family: AccordAlternate-Bold;
    font-size: 14px;
    text-align: right;
    margin-top: 36px;
}

    .home-content h2 span {
        display: none;
    }

.home-content h3 {
    font-family: AccordAlternate-Light;
    font-size: 17px;
    color: #010101;
    text-transform: none;
    margin-top: 8px;
    margin-bottom: 4px;
}

.home-content .row-btm-margin {
    margin-bottom: 36px;
}

.home-content .row-btm-margin-sec {
    margin-bottom: 46px;
}
/* Thumbnail Box */
.control-box {
    text-align: right;
    width: 100%;
}

.carousel-control {
    opacity: 1;
    top: 90px;
}

.right.carousel-control {
    background-image: url(../images/carousel-arrow-next.png) !important;
    width: 28px;
    height: 52px;
    right: -50px;
}

.left.carousel-control {
    background-image: url(../images/carousel-arrow-prev.png) !important;
    width: 28px;
    height: 52px;
    left: -50px;
}

.left {
    display: none;
}

.test-slide {
    background-image: url(../images/carousel-arrow-prev-gray.png);
    width: 28px;
    height: 52px;
    left: -50px;
}

.benefits-list-secondary {
    display: none;
}

.carousel-control:focus, .carousel-control:hover {
    opacity: 1;
}

.benefits-list .thumbnail {
    background-color: transparent;
    border: 0 none;
    margin-bottom: 0;
    padding: 0;
}

.benefits-list ul.thumbnail {
    margin-bottom: 50px;
}

.benefits-list .thumb-col {
    margin-bottom: 45px;
}

.benefits-list p {
    color: #333;
    font-size: 15px;
    line-height: 20px;
}

.benefits-list {
    margin-top: 8px;
}

.benefitsthumbnail {
    position: relative;
    height: 186px;
    overflow: hidden;
}

.benefits-list img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.benefits-call {
    background-color: #007db3;
    color: #fefdfd;
    text-align: center;
    padding: 40px 150px 53px;
    font-size: 21px;
    margin-top: 13px;
    line-height: 30px;
    margin-bottom: 20px;
}

    .benefits-call a {
        color: #fff;
    }

        .benefits-call a:hover, .benefits-call a:active, .benefits-call a:focus {
            color: #fff;
            text-decoration: underline;
        }

    .benefits-call p {
        margin-bottom: 0;
    }

#slide-page-num {
    font-family: AccordAlternate-Bold;
    font-size: 14px;
    text-align: right;
    margin-bottom: 15px;
    color: #333;
}
/**Banner Styles***/
.banner-static, .landing-banner-static {
    max-height: 342px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #c4c5c5;
}

.landing-content .banner-static {
    border-bottom: none;
}

.landing-banner-static {
    max-height: 237px;
}

    .banner-static img.img-responsive, .landing-banner-static img.img-responsive {
        width: 100%;
    }

.banner-static h2 {
    font-size: 46px;
    margin-bottom: 2px;
    color: #242424;
}

.banner-static span {
    font-size: 28px;
    color: #fff;
    color: #242424;
}

.banner-title {
    font-family: AccordAlternate-Light;
    position: absolute;
    top: 3%;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

/***Inner Page Styles***/
h1 {
    font-family: AccordAlternate-Bold;
    font-size: 17px;
    margin-bottom: 12px;
    margin-top: 21px;
}

h2 {
    font-size: 30px;
    margin-top: 19px;
    margin-bottom: 9px;
    font-family: inherit;
}

    h2.marg-btm {
        margin-bottom: 19px;
    }

h3 {
    color: #5b6770;
    font-family: AccordAlternate-Bold;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px;
}

h4, h5 {
    color: #020202;
    font-family: AccordAlternate-Bold;
    font-size: 12px;
    margin-top: 32px;
    margin-bottom: 10px;
}

h5 {
    color: #030000;
    margin-top: 30px;
    margin-bottom: 12px;
}

h6 {
    font-family: AccordAlternate-Bold;
    color: #030000;
    font-size: 14px;
    margin-top: 25px;
}

.inner-content p {
    line-height: 24px;
}

.inner-content, .error-wrap {
    padding: 0 107px 50px;
    margin-bottom: 25px;
}

.inner-content {
    background-color: #fff;
}

.error-wrap {
    background-color: #fabfaf;
    color: #5a1603;
}

.inner-content .alert {
    border-radius: 0;
}

.second-inner-content {
    font-size: 14px;
    margin-top: 34px;
}

    .second-inner-content p {
        font-size: 14px;
        width: 100%;
    }

    .second-inner-content label {
        color: #212121;
        font-family: AccordAlternate-Bold;
    }

    .second-inner-content a {
        font-family: AccordAlternate-Bold;
    }

    .second-inner-content .fields-wrapper label {
        color: #5b6770;
    }

.privacy-content h4 {
    margin-bottom: 5px;
    margin-top: 25px;
}

.width-min {
    width: 70%;
}
/*Breadcrumbs Styles*/
.cf:before, .cf:after {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}

.breadcrumbs {
    margin-bottom: 26px;
}

    .breadcrumbs ul {
        height: 45px;
        display: table;
        width: 98.75%;
    }

    .breadcrumbs li {
        display: table-cell;
        vertical-align: middle;
    }

    .breadcrumbs span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 45px;
        width: 13.9999%;
        line-height: 12px;
    }

    .breadcrumbs a {
        font-family: AccordAlternate-Bold;
        position: relative;
        display: block;
        padding: 0px 13px 13px 30px;
        font-size: 12px;
        text-align: center;
        color: #000;
        cursor: default;
        background-color: #d0d4d3;
        height: 45px;
    }

        .breadcrumbs a:hover {
            text-decoration: none;
            pointer-events: none;
        }

        .breadcrumbs a.active {
            color: #fff;
            background-color: #007db3;
            height: 45px;
        }

        .breadcrumbs a:before, .breadcrumbs a:after {
            content: '';
            position: absolute;
            top: -1px;
            left: 100%;
            z-index: 1;
            display: block;
            width: 0;
            height: 0;
            border-top: 24px solid transparent;
            border-bottom: 23px solid transparent;
            border-left: 16px solid transparent;
        }

        .breadcrumbs a:before {
            margin-left: 3px;
            border-left-color: #f4f4f4;
        }

        .breadcrumbs a:after {
            border-left-color: #d0d4d3;
        }

        .breadcrumbs a.active:after {
            border-left-color: #007db3;
        }

    .breadcrumbs li:last-child a:before, .breadcrumbs li:last-child a:after {
        background-color: #f4f4f4 !important;
    }

.breadcrumbs-sm {
    display: none;
}
/**Breadcrumbs end**/

.top-margin {
    margin-top: 16px !important;
}

.btm-margin {
    margin-bottom: 10px !important;
}

.btm-margin-second {
    margin-bottom: 24px !important;
}

.top-margin-second {
    margin-top: 27px !important;
}

.top-margin-alter {
    margin-top: 68px !important;
}

.rev-margin {
    margin-top: 25px;
    margin-bottom: 0;
}

.remv-btm {
    margin-bottom: -20px;
}

.inner-content p.font-rem {
    font-size: 14px;
}

.reg {
    font-size: 15px;
}

.req {
    font-family: AccordAlternate-LightItalic;
    font-size: 13px;
    margin-top: -8px;
    display: block;
}
/*List Items*/
.list-items ul {
    padding-left: 13px;
}

    .list-items ul ul {
        position: relative;
        line-height: 28px;
        list-style: disc;
    }

.list-items ul {
    list-style: disc;
    line-height: 28px;
}

.list-items .top-li {
    margin-top: 11px;
}

.list-items .btm-li {
    margin-bottom: -6px;
}

.list-warn ul {
    padding-left: 13px;
    list-style: disc;
    line-height: 28px;
}

.list-other ul {
    padding-left: 13px;
    font-size: 14px;
}

    .list-other ul ul {
        position: relative;
        list-style: disc;
    }

.list-other ul {
    list-style: disc;
    line-height: 22px;
}
/*submit list*/
.list-sub ul {
    padding-left: 13px;
    list-style: disc;
    line-height: 24px;
}

    .list-sub ul ul {
        position: relative;
        line-height: 24px;
        list-style-type: decimal;
        padding-left: 50px;
    }

ul.list-sub {
    padding-left: 13px;
    list-style: disc;
    font-size: 17px;
}

.list-alpha ul {
    padding-left: 13px;
    list-style: lower-alpha !important;
}

ul.list-item-sub {
    padding-left: 15px;
    line-height: 24px;
    list-style: disc;
    margin-bottom: 15px;
}
/*form styles*/
.form-control {
    height: 34px;
    border-radius: 0;
}

.fields-wrapper label, .fields-wrapper-sel label {
    vertical-align: text-top;
}

label {
    font-family: AccordAlternate-Bold;
    font-size: 14px;
    color: #5b6770;
    margin-bottom: 0;
    font-weight: normal;
}

.fields-wrapper, .fields-wrapper-sel {
    border: 1px solid #d7d7d7;
    padding: 3px 10px 2px;
}

.fields-wrapper-sec {
    border: 1px solid #d7d7d7;
}

.fields-wrapper-opt {
    border: 1px solid transparent;
}

.fields-wrapper-sec .input-group-btn:last-child > .btn, fields-wrapper-sec .input-group-btn:last-child > .btn-group {
    margin-left: 0;
    margin-right: -1px;
}

.fields-wrapper-sec .form-control {
    border-radius: 0;
    height: 48px;
    padding-left: 10px;
}

.input-group .form-control {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 16px;
    display: block;
}

.btn-space {
    padding: 11px 70px !important;
}

.list-group-item {
    border: 1px solid #d0d3d4;
    padding: 4px 10px;
    border-radius: 0 !important;
}

    .list-group-item .badge {
        background-color: transparent;
        color: #007db3;
        font-size: 17px;
        cursor: pointer;
    }

.text-bold {
    font-family: AccordAlternate-Bold;
}

.fields-beg-end {
    padding: 17px 10px;
}

    .fields-beg-end label {
        vertical-align: baseline;
    }

.focused {
    border: 2px solid #007db3;
    outline: 0;
}

.focused-sec {
    border: 1px solid #007db3 !important;
    outline: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    padding: 0;
    border: 0;
    box-shadow: none;
    color: #333;
}

    .form-control:focus {
        border-color: transparent;
        box-shadow: none;
    }

.calendar-input {
    background-image: url(../images/calendar-icon.png);
    background-position: calc(100% - 0px) 0;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position-x: 100%;
}

.pager {
    text-align: left;
    margin-top: 12px;
}

.button-list ul {
    padding-left: 13px;
}

.button-wrap {
    padding: 0 93px 70px;
    background: #fff;
    margin-bottom: 50px;
    margin-top: -63px;
}

    .button-wrap .pager {
        margin: 0;
    }

.button-padding .btn {
    padding: 11px 44px;
}

.pager-sec .btn.btn-min {
    width: 265px;
    padding: 3px 36px;
    height: 47px;
    line-height: 18px;
}

.label-block {
    display: block;
}

.label-normal {
    color: #5b6770 !important;
    display: block;
}

.label-blue {
    color: cornflowerblue !important;
    display: block;
    font-family: AccordAlternate-Bold !important;
}

.tag-normal {
    position: relative;
    top: -3px;
    font-size: 17px;
    color: #5b6770;
    font-family: AccordAlternate-Light;
}
/**buttons style**/
.btn {
    font-family: AccordAlternate-Bold;
    padding: 11px 36px;
    border-radius: 0;
    font-size: 17px;
    color: #000;
    white-space: normal;
}

.btn-primary, .btn-primary.focus, .btn-primary.active {
    background-color: #007db3;
    border-color: transparent;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #ebebeb;
        color: #040404;
        border-color: transparent;
    }

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        background-color: #ebebeb;
        color: #040404;
        border-color: transparent;
        box-shadow: none;
    }

.claim-btn .btn-primary.focus, .claim-btn .btn-primary:focus {
    background-color: #007db3;
    color: #fff;
}

.claim-btn .btn-primary:hover {
    background-color: #ebebeb;
    color: #040404;
    border-color: transparent;
}

.btn-default {
    background-color: #d0d3d4;
    border-color: transparent;
}

    .btn-default:hover {
        background-color: #ebebeb;
        color: #000;
        border-color: transparent;
    }

    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
        background-color: #ebebeb;
        border-color: transparent;
        color: #000;
        box-shadow: none;
    }

    .btn-default.focus, .btn-default:focus {
        border-color: transparent;
    }

.btn-primary.focus, .btn-primary:focus {
    background-color: #ebebeb;
    border-color: transparent;
    color: #000;
    box-shadow: none;
}

.btn-other {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    color: #007db3;
}

    .btn-other:hover {
        text-decoration: underline;
    }

.btn-tertiary {
    background-color: #d0d3d4;
    border-color: transparent;
    color: #fff !important;
}

    .btn-tertiary:hover {
        background-color: #ebebeb;
        color: #000;
        border-color: transparent;
    }

    .btn-tertiary.active.focus, .btn-tertiary.active:focus, .btn-tertiary.active:hover, .btn-tertiary.focus:active, .btn-tertiary:active:focus, .btn-tertiary:active:hover {
        box-shadow: none;
    }

.group-span-filestyle.input-group-btn:focus {
    outline: none;
}

.btn.btn-secondary, .btn.btn-danger {
    /*padding: 5px 36px;	
	margin-bottom: 10px;*/
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid #808080;
    color: #000;
}

    .btn-secondary:hover {
        background-color: #808080;
        color: #fff;
        border-color: transparent;
    }

.btn-danger {
    background-color: transparent;
    border: 1px solid #ff5555;
    color: #ff5555;
}

    .btn-danger:hover {
        background-color: #ff5555;
        border-color: transparent;
        color: #fff;
    }

    .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus:active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.focus, .btn-danger:focus {
        background-color: #ff5555;
        border-color: transparent;
        box-shadow: none;
    }

.pager button, .pager input, .pager a {
    margin-right: 10px;
    margin-top: 10px;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger.active[disabled], .btn-danger.focus[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    color: #fff;
}

.hint-label {
    font-size: 9px !important;
    color: #333;
    margin-bottom: 2px;
}

.margin-btm-none {
    margin-bottom: 0px !important;
}

.hint-textbox-second {
    margin-bottom: 9px;
}

.rev-textbox {
    margin-top: -15px;
}

.size-normal {
    font-size: 14px;
}

.size-primary {
    font-size: 17px !important;
}

.textbox-btm-marg {
    margin-bottom: 10px;
}

.col-height {
    min-height: 120px;
}

.col-height-sec {
    min-height: 142px;
}
/**for Custom Select box**/
.select-wrapper {
    position: relative;
    cursor: pointer;
    font-size: 17px;
}

    .select-wrapper, .select-wrapper select {
        height: 34px;
        display: block;
    }

        .select-wrapper select {
            background: #fff url("../images/dropdown-img.png") no-repeat right center;
            padding: 0 23px 0 0;
            width: 100%;
            position: absolute;
            z-index: 2;
            cursor: pointer;
            outline: none;
            border: none;
            box-shadow: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none !important;
            -o-appearance: none;
            appearance: none;
            -webkit-margin-start: -1px;
            -moz-margin-start: -2px;
            margin-left: -4px;
        }

        .select-wrapper .form-control {
            box-shadow: none;
        }

.holder {
    visibility: hidden;
}

/**for disable arrow in ie**/
.select-wrapper select::-ms-expand {
    display: none;
}
/**for remove blue background while focus**/
::selection, select:focus::-ms-value {
    background-color: transparent;
    font-size: 17px;
    color: #3d3d3d;
}
/**for remove outline while focus**/
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3d3d3d;
}
/**Custom Selectbox end***/

/** default selection color**/
::selection {
    background: #3399ff; /* WebKit/Blink Browsers */
    color: #fff;
}

.col-left-margin {
    margin-right: 80px;
}

.or-lb, .or-lb-sec {
    margin-right: 10px;
    color: #999;
    position: relative;
    top: -3px;
}

.or-lb-sec {
    margin-right: 20px;
    margin-left: 20px;
}

.two-text-btm {
    margin-top: 2px;
    margin-bottom: 4px !important;
}

.exp-colp {
    font-family: AccordAlternate-Light;
    padding: 6px 0 20px;
    color: #3d3d3d;
    font-size: 17px;
    line-height: 20px;
    text-transform: none;
}

.info-exp-colps {
    color: #fd9a03;
}

    .info-exp-colps:hover, .info-exp-colps:active {
        color: #fd9a03;
        text-decoration: underline;
    }

.top-border-group, .top-border-groupsec, .top-border-groupthr {
    border-top: 1px solid #d8dcda;
    padding-top: 3px;
    position: relative;
}

.top-border-groupsec {
    padding-top: 4px;
}

.top-border-groupthr {
    padding-bottom: 6px;
    padding-top: 0;
}

.info-position {
    position: relative;
}

.top-rem-border {
    border-top: none;
    padding-top: 0;
}

.info-icon, .info-icon-sec, info-icon-third {
    position: absolute;
    right: 0;
    top: 3px;
    color: #007db3;
    font-size: 24px;
    cursor: pointer;
}

.info-icon-sec {
    right: 0px;
}

.fields-wrapper .info-icon-sec {
    right: 10px;
}

.info-icon-sec.lef-info-marg {
    right: 11px;
}

.info-icon-third {
    right: 26px;
}

.info-arrow {
    font-size: 28px;
}

.info-label-right {
    padding-right: 40px;
    vertical-align: text-top;
}

.info-text-marg {
    margin-top: 5px;
}

.other-label {
    display: inline-block;
    font-family: AccordAlternate-Bold;
    font-size: 14px;
    width: 85%;
}

.other-label2 {
    width: 81%;
}

.check-hint {
    margin-left: 33px;
    font-size: 15px;
}

.box-in {
    margin-left: 28px;
    padding: 10px 0;
}

.box-in-sec {
    padding: 10px 0;
    margin-bottom: 15px;
}

.hide-box {
    display: none;
}

h2.slide-title {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 7px;
    font-family: AccordAlternate-Bold;
    text-align: center;
}

.char-label {
    text-align: right;
    font-size: 14px;
    margin-bottom: 5px;
}

.disable-wrap {
    background: #eeeeee;
}

    .disable-wrap .custom-select {
        background: #eeeeee;
        opacity: 1;
        color: #555;
    }

.confirm-label {
    font-size: 24px;
    font-family: AccordAlternate-Light;
}

.confirm-end {
    padding: 5px 10px;
    text-align: center;
}

.checkbox, .radio {
    margin-bottom: 11px;
}

hr {
    margin-top: 30px;
    margin-bottom: 44px;
}

.table-responsive {
    border: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.padding-lft-none {
    padding-left: 0;
}

.padding-rt-none {
    padding-right: 0;
}
/***Global Styles**/

.checkbox label {
    margin-top: 1px;
    min-height: 16px;
    vertical-align: top;
}

.regular-checkbox {
    opacity: 0;
}

    .regular-checkbox + input + label {
        background-color: #fafafa;
        border: 1px solid #d0d3d4;
        padding: 0;
        position: relative;
        width: 18px;
        min-height: 18px;
        display: inline-block;
    }

    .regular-checkbox:checked + input + label {
        background-color: #fff;
        border: 1px solid #d0d3d4;
        padding: 2px;
    }

    .regular-checkbox:checked + input ~ label:after {
        background: #ff9100;
        content: "";
        display: inline-block;
        height: 12px;
        position: absolute;
        width: 12px;
    }

    .regular-checkbox:focus + input + label {
        border: 1px solid #007db3;
    }

.tag {
    position: relative;
    top: -3px;
    margin-left: 4px;
    font-size: 17px;
    color: #5b6770;
    font-family: AccordAlternate-Light;
}

.radio-1 {
    width: 193px;
}

.button-holder {
    float: left;
}
/* Radio Style */

.radio label {
    min-height: 17px;
}

.regular-radio {
    opacity: 0;
}

    .regular-radio + label {
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #d0d3d4;
        padding: 8px 8px 8px 7px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
    }

    .regular-radio:checked + label:after {
        content: ' ';
        width: 11px;
        height: 12px;
        border-radius: 50px;
        position: absolute;
        left: 2px;
        top: 2px;
        background: #007db3;
        text-shadow: 0px;
    }

    .regular-radio:checked + label {
        background-color: #fff;
        color: #99a1a7;
        border: 1px solid #d0d3d4;
    }

    .regular-radio:focus + label {
        border: 1px solid #ff9100;
    }
/***Table Layout****/
.inner-second p {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
}

.confirm-wrap p, p.confirm-msg {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
    font-size: 14px;
}

.confirm-wrap ul {
    font-size: 14px;
}

.info-cont {
    font-size: 17px;
    line-height: 25px;
}

.remov-p-marg {
    margin-top: -15px !important;
}

hr.second-hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.panel-right-marg {
    margin-right: 9px;
}

.panel-left-marg {
    margin-left: 9px;
}

.panel {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 0 7px;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading {
        background-color: transparent;
        border: 0;
        color: #020202;
        font-family: AccordAlternate-Bold !important;
        font-size: 16px;
        text-align: left;
    }

.panel-heading a {
    font-size: 14px;
}

.overview-edit {
    float: right;
}

table {
    border-collapse: collapse;
    font-size: 14px;
}

.responsive-table {
    width: 100%;
    line-height: 22px;
}

    .responsive-table thead {
        position: absolute;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

        .responsive-table thead th {
            border: 1px solid #364760;
            font-weight: normal;
            text-align: center;
            color: #000;
        }

            .responsive-table thead th:first-of-type {
                text-align: left;
            }

    .responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    .responsive-table th, .responsive-table td {
        padding: 1px 0;
        vertical-align: middle;
        color: #333333;
        font-size: 17px;
        font-family: AccordAlternate-Light;
    }

    .responsive-table tbody th[scope="row"] {
        color: #5b6770;
        font-size: 14px;
        /*font-family: AccordAlternate-Bold;*/
        font-weight: normal;
    }

.submit-table {
    margin-left: -15px;
    margin-bottom: 20px;
}

    .submit-table .responsive-table tbody th[scope="row"] {
        margin-bottom: -5px;
    }

    .submit-table .responsive-table tbody th[scope="row"] {
        font-size: 14px;
        color: #000;
        /*font-family: AccordAlternate-Bold;*/
    }

    .submit-table .responsive-table th, .submit-table .responsive-table td {
        font-size: 14px;
    }

.responsive-table td {
    margin-bottom: 11px;
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
}

.th-col-1, .th-col-2 {
    width: 100%;
    display: block !important;
}

.table-second th {
    width: 72px;
}

/*.table-responsive.table-second > .table > tbody > tr > td, .table-responsive.table-second > .table > tbody > tr > th, .table-responsive.table-second > .table > tfoot > tr > td, .table-responsive.table-second > .table > tfoot > tr > th, .table-responsive.table-second > .table > thead > tr > td, .table-responsive.table-second > .table > thead > tr > th {
    white-space: normal;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 0;
    padding: 1px;
}*/

.title-info {
    font-family: AccordAlternate-Bold;
    color: #5b6770;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
}
/**Reflow Table**/
.reflow-table .responsive-table {
    width: 100%;
    page-break-after: always;
}

    .reflow-table .responsive-table thead {
        position: absolute;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

        .reflow-table .responsive-table thead th {
            color: #020202;
            font-family: AccordAlternate-Bold;
            font-size: 12px;
            font-weight: normal;
            border: 0;
        }

            .reflow-table .responsive-table thead th:first-of-type {
                text-align: left;
            }

    .reflow-table .responsive-table tbody, .reflow-table .responsive-table tr, .reflow-table .responsive-table th, .reflow-table .responsive-table td {
        display: block;
        padding: 0;
        text-align: center;
        white-space: normal;
    }

    .reflow-table .responsive-table th, .reflow-table .responsive-table td {
        color: #333333;
        font-family: AccordAlternate-Light;
        font-size: 17px;
        font-weight: 400;
        padding: 1px 0;
        vertical-align: top;
    }

    .reflow-table .responsive-table tbody th[scope="row"] {
        background-color: #364760;
        color: white;
    }

    .reflow-table .responsive-table tbody td {
        text-align: right;
    }

        .reflow-table .responsive-table tbody td[data-title]:before {
            content: attr(data-title);
            float: left;
            border: 0 none;
            color: #020202;
            font-family: AccordAlternate-Bold;
            font-size: 12px;
            font-weight: normal;
        }

/** Review Contact Table**/

.border-btm {
    border-bottom: 1px solid #6b6b6b;
}

.review-contact .border-btm {
    border-bottom: 1px solid #6b6b6b;
}

.review-contact-container {
    width: 45%;
}

.review-contact .table > tbody > tr > td, .review-contact .table > tbody > tr > th, .review-contact .table > thead > tr > td, .review-contact .table > thead > tr > th {
    padding: 5px 4px 5px 0;
}

.review-contact .table-responsive > .table > tbody > tr > td, .review-contact .table-responsive > .table > tbody > tr > th .review-contact .table-responsive > .table > thead > tr > td, .review-contact .table-responsive > .table > thead > tr > th {
    white-space: normal;
}

.review-contact .table > tbody + tbody {
    border: 0;
}

.review-contact .title {
    color: #020202;
    font-family: AccordAlternate-Bold;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

    .review-contact .title.product-title {
        width: 45%;
    }
/**Claim Status**/
/*blue theme*/
.main-theme-a {
    background: -moz-linear-gradient(left, #2e74a2 0%, #ffffff 11%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(left, #2e74a2 0%, #ffffff 11%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #2e74a2 0%, #ffffff 11%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #2e74a2 0%, #ffffff 11%, #ffffff 100%); /* IE10+ */
}

    .main-theme-a .inner-content, .main-theme-b .inner-content {
        background-color: transparent;
        margin-top: 20px;
    }
/*Ornage theme*/
.main-theme-b {
    background: -moz-linear-gradient(left, #ffaa20 0%, #ffffff 11%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(left, #ffaa20 0%, #ffffff 11%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffaa20 0%, #ffffff 11%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffaa20 0%, #ffffff 11%, #ffffff 100%); /* IE10+ */
}

.main-theme-a .top-bar {
    background-color: transparent;
}

/*.main-theme-a #polyglotLanguageSwitcher a.current:link, .main-theme-a #polyglotLanguageSwitcher a.current:visited, .main-theme-a #polyglotLanguageSwitcher a.current:active {
    background-color: #7da8c5;
}*/

.main-theme-a .language-position {
    top: -58px;
}

.main-theme-a #polyglotLanguageSwitcher ul.dropdown {
    left: 0;
    top: 58px;
    width: 130px;
}

.main-theme-a #polyglotLanguageSwitcher a {
    padding: 19px 0 19px 10px;
}

.main-theme-a #polyglotLanguageSwitcher span.trigger {
    top: 2.2em;
    width: 20px;
}

/*.main-theme-a #polyglotLanguageSwitcher a.current:link span.trigger, .main-theme-a #polyglotLanguageSwitcher a.current:visited span.trigger {
    background: url(../images/arrow-down2.png) no-repeat left top;
}*/

.main-theme-a #polyglotLanguageSwitcher ul.dropdown {
    background-color: #729ebc;
}
/**customize css**/
.checkbox-inline, .radio-inline {
    padding-left: 0;
}

.form-horizontal .control-label {
    font-family: AccordAlternate-Light;
    font-size: 17px;
    text-align: left;
    color: #5b6770;
    text-transform: capitalize;
}

.form-second label {
    color: #5b6770;
}

.form-second .form-group {
    margin-bottom: 3px;
}
/***Panel First**/
.panel-first .panel-heading h6 a, .panel-first .panel-heading h6 {
    color: #030000;
    font-family: AccordAlternate-Bold;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 5px;
}

.panel-first.panel-group {
    margin-top: 7px;
}

.panel-first .panel-heading {
    padding: 10px 0 0;
}

    .panel-first .panel-heading a {
        font-size: 12px;
        color: #5b6770;
        position: relative;
        padding-right: 25px;
        display: block;
    }

        .panel-first .panel-heading a:hover, .panel-first .panel-heading a.active, .panel-first .panel-heading a:focus {
            text-decoration: none;
        }

.panel-first .panel-default .panel-heading {
    border-bottom: 1px solid #d0d3d4;
    padding: 8px 0 0;
    border-radius: 0;
}

.panel-first h4.panel-title {
    padding-bottom: 8px;
}

.panel-first .panel-group {
    margin-bottom: 5px;
}

.panel-first .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: transparent;
}

.panel-first .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-color: transparent;
}

.panel-first .panel-body {
    padding: 0;
}

.panel-first .panel-inner {
    padding: 9px 0;
}

.panel-first .panel-inner-marg {
    margin-left: 10px;
}
/***Panel first end **/

/**Panel-Second**/
.panel-first .panel-heading [data-toggle="collapse"]:after, .panel-second .panel-heading [data-toggle="collapse"]:after {
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    color: #007db3;
    font-size: 28px;
    line-height: 22px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    top: -1px;
}

.panel-first .panel-heading [data-toggle="collapse"].collapsed:after, .panel-second .panel-heading [data-toggle="collapse"].collapsed:after {
    margin-top: 2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-second .panel-heading a {
    font-size: 12px;
    color: #5b6770;
    position: relative;
    padding-right: 25px;
    display: block;
}

    .panel-second .panel-heading a:hover, .panel-second .panel-heading a.active, .panel-second .panel-heading a:focus {
        text-decoration: none;
    }

.panel-second .panel-default .panel-heading {
    border-bottom: 1px solid #d0d3d4;
    padding: 8px 0 13px;
    border-radius: 0;
}

.panel-second .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: transparent;
}

.panel-second .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-color: transparent;
}

.panel-second .panel-body {
    padding: 9px 0 16px;
}
/***Panel Second End***/

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-dialog .btn {
    margin-top: 10px;
}

.modal-dialog h1 {
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 8px;
}

.modal-footer {
    padding: 5px 15px 15px 15px;
}

.popup-modal .modal-dialog .btn {
    margin-top: 10px;
    overflow: auto;
}

.popup-modal .modal-dialog h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #3d3d3d;
    margin-bottom: 8px;
}

.popup-modal .modal-footer {
    padding: 5px 20px 20px 20px;
}

.popup-modal .modal-header {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: space-between;
}

.popup-modal .modal-tile {
    margin-bottom: 0;
    line-height: 1.5;
}

.popup-modal .modal-body {
    max-height: 80vh; /* max 80% of the viewport height */
    overflow-y: auto;
    position: relative;
    padding: 0px 20px 15px;
    margin-top: 0.5%;
}

.popup-modal .modal-dialog {
    width: 80%;
    margin-top: 5%;
    margin-left: 10%;
}

.popup-modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.closeModal {
    background-image: url(../images/close-icon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    display: block;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.text-Italic {
    font-family: AccordAlternate-LightItalic;
}

.review-contact {
    margin-top: 25px;
}

#IncidentOccurHomeCEL-error.error-msg {
    margin-bottom: 5px;
     ;
}

.secondary-input .form-control {
    font-family: AccordAlternate-Bold;
    font-size: 15px;
}

.secondary-input input {
    cursor: default;
}

.secondary-input label {
    color: #000;
    font-family: AccordAlternate-Bold;
}

.secondary-input.input-validation-error {
    border: none;
}

.secondary-input .form-control[disabled], .secondary-input .form-control[readonly], fieldset[disabled] .secondary-input .form-control {
    background-color: transparent;
}

.secondary-input ::-webkit-input-placeholder {
    color: #000;
}

.secondary-input ::-moz-placeholder {
    color: #000;
}

.secondary-input :-ms-input-placeholder {
    color: #000;
}

.secondary-input [disabled].form-control, .secondary-input fieldset[disabled] .form-control {
    cursor: default;
}

.nav-lang li a {
    display: inline-block;
    color: #000;
    padding: 0 3px;
    font-size: 18px;
}

.nav-lang li:first-child {
    display: none;
}

.nav-lang li a:hover {
    text-decoration: none;
    color: #000;
}

#nav-trigger span:after {
    display: inline-block;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 21px;
}

#nav-trigger span.open:after {
    content: "\f00d";
    font-family: FontAwesome;
}

nav#nav-main {
    padding: 0;
}

    nav#nav-main li {
        display: inline-block;
        padding: 0;
    }

        nav#nav-main li:first-child {
            display: none;
        }

    nav#nav-main a {
        display: block;
        color: #fff;
        padding: 0 3px;
    }

        nav#nav-main a:hover {
            text-decoration: none;
        }

nav#nav-mobile {
    position: relative;
    display: none;
    z-index: 50;
}

    nav#nav-mobile ul {
        background: rgba(132,132,132,0.6);
        display: none;
        position: absolute;
        left: -131px;
        right: 36px;
        text-align: center;
        top: -30px;
        color: #fff;
        font-weight: normal;
    }

    nav#nav-mobile li {
        display: inline-block;
        padding: 3px 0;
    }

    nav#nav-mobile a {
        display: block;
        font-size: 16px;
        padding: 0 0 0 10px;
        font-weight: normal;
        padding: 0 5px;
        text-decoration: none;
    }

@media (min-width: 991px) and (max-width:1199px) {
    .nav-main .nav > li > a {
        padding: 10px 0;
        width: 87px;
    }

    .nav-main .nav > li:nth-child(2) > a {
        padding-right: 27px;
        width: 165px;
    }

    .nav-main .nav > li:nth-child(3) > a {
        width: 148px;
        padding-left: 15px;
    }

    .nav-main .nav > li:nth-child(4) > a {
        width: 185px;
        padding-right: 5px;
    }

    .nav-main .nav > li:nth-child(5) > a {
        width: 150px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .privacy-table.reflow-table .responsive-table {
        width: 98%;
    }

    .privacy-table-wrap .reflow-table .responsive-table {
        width: 80%;
    }

    .review-contact-container {
        width: 74%;
    }
}

@media screen and (max-width:1199px) {
    .col-remv-right {
        padding-right: 0;
    }

    .col-remv-left-right {
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-remv-left {
        padding-left: 0;
    }

    .smal-remv-padg {
        padding-left: 6px;
        padding-right: 6px;
    }

    .pager .btn {
        padding: 11px 16px;
    }

    .pager button, .pager a {
        margin-right: 4px;
    }

    .claim-btn .pager .btn {
        padding: 11px 50px;
    }
}

@media (max-width:992px) {
    .container {
        width: 100%;
    }
}

/*Media Screen 990 device*/
@media screen and (max-width:990px) {
    .top-bar {
        display: none;
    }

    .navbar-brand {
        display: block;
        padding: 3px 15px 5px 0;
    }

    .navbar-header {
        float: none;
    }

    #navbar {
        display: none;
        z-index: 9999;
    }

        #navbar.navbar-push.navbar-push-left.in {
            display: block;
        }

    .navbar-nav > li > a.home-icon {
        display: block;
    }

    .navbar-toggle {
        display: block;
        margin-right: 5px;
    }
    /*Mobile menu li width */
    .navbar-nav > li {
        float: inherit;
        width: 100%;
    }
    /*Navigation Menu*/
    .nav-main {
        background-color: #ececec;
        padding: 10px 0;
    }

    .navbar-default {
        background-color: #ececec;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

        .navbar-nav .fa-home {
            font-size: 46px;
            text-align: center;
            width: 100%;
        }

        .navbar-nav > li {
            border-top: 1px solid #d0d3d4;
            border-right: none;
            border-left: none;
        }

            .navbar-nav > li:first-child {
                border-top: 0;
            }

    .nav-main .nav > li > a {
        padding: 21px 19px 21px 12px;
        font-family: AccordAlternate-Bold;
        font-size: 17px;
        color: #fff;
        text-align: left;
        width: 100%;
    }

    .nav-main .nav > li:nth-child(3) > a {
        padding-left: 12px;
    }

    .nav-main .nav > li:first-child > a {
        padding: 12px 19px 11px 12px;
    }
    /***Dropdown Menu****/
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-size: 17px;
        color: #030000;
        background-color: #d0d3d4;
        font-family: AccordAlternate-Light;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 12px 15px 10px 12px;
    }

    .dropdown-menu > li > a {
        border-bottom: 1px solid #fdfcfc;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #cdd0d1;
        color: #030000;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
    }

    .navbar-default .dropdown-menu {
        position: relative;
    }

    .arrow-right {
        float: right;
    }

    .close-toggle {
        background-image: url(../images/close-icon.png);
        width: 24px;
        height: 24px;
        display: block;
    }

    .arrow-icon {
        right: 24px;
        top: 28px;
    }

    .breadcrumbs a {
        padding: 0 4px 0 26px;
    }

    .nav-main .nav > li:nth-child(2) > a, .nav-main .nav > li:nth-child(4) > a {
        width: 100%;
    }
    /**Index page**/
    .home-content {
        margin-top: 7px;
    }

        .home-content .row-btm-margin {
            margin-bottom: 51px;
        }

    .banner-static h2 {
        font-size: 40px;
    }

    .banner-static span {
        font-size: 24px;
    }

    .home-content h1 {
        font-size: 24px;
    }

    .home-content h2 {
        font-size: 12px;
    }

    .benefits-list {
        margin-top: 9px;
    }

        .benefits-list p {
            font-size: 15px;
            line-height: 21px;
            width: 100%;
        }

    .benefits-call {
        font-size: 17px;
        line-height: 24px;
    }

    .home-content h2 span {
        display: inline;
        margin-left: 6px;
    }

    .button-wrap {
        padding: 0 60px 50px;
    }

    .inner-content, .error-wrap {
        padding: 0 72px 50px;
    }

    .button-padding .btn {
        padding: 11px 90px;
    }

    .pager .btn {
        margin-top: 10px;
    }

    .inner-content p {
        width: auto;
    }

    .btn-space {
        width: 100%;
        margin-bottom: 15px;
    }

    .arrow-icon-sec {
        background: url(../images/arrow-down.png)0 0;
        height: 9px;
        width: 16px;
        right: 24px;
        top: 19px;
    }
    /*.group-privacy {
	line-height: 15px;
	vertical-align: top;
}*/
    /**Submenu Navigation**/
    .submenu .dropdown {
        width: 100%;
        padding: 6px 10px 3px 12px;
    }
}

@media screen and (max-width:800px) {
    .info-disclaimer-wrapper {
        width: 73%;
    }
}

/*767  device */
@media screen and (max-width:767px), print {
    .main-container {
        margin-bottom: -80px;
        padding: 0 0 80px;
    }

    .container {
        padding-left: 7px;
        padding-right: 7px;
    }

    h1 {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .inner-content p {
        width: auto;
        font-size: 14px;
        line-height: 20px;
    }

    .inner-content, .error-wrap {
        padding: 0 20px 25px;
        margin-bottom: 28px;
    }

    .title-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer {
        height: 63px;
        padding: 11px 0 30px;
        margin-top: 17px;
    }

    .button-wrap {
        margin-top: -53px;
        margin-bottom: 11px;
        padding: 0 20px 30px 5px;
    }

    hr {
        margin-top: 12px;
        margin-bottom: 21px;
    }

    .list-sub ul ul {
        padding-left: 10px;
        line-height: 20px;
    }

    .breadcrumbs {
        display: none;
    }

    .breadcrumbs-sm {
        font-family: AccordAlternate-Light;
        display: block;
        margin-bottom: 8px;
    }
    /**pager button style**/
    .pager {
        margin: 5px 15px 0 0;
    }

        .pager .btn {
            margin-top: 5px;
        }

    .button-list ul {
        padding-left: 15px;
    }

    .pager button, .pager input, .pager a {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-remv-right {
        padding-right: 0;
    }

    .col-remv-left {
        padding-left: 0;
    }

    .info-margin-btm {
        margin-bottom: 26px;
    }

    .fields-wrapper .info-icon-sec {
        right: -1px;
    }

    .info-icon, .info-icon-sec, info-icon-third {
        padding: 12px;
        right: -10px;
        top: -9px;
    }
    /**Index Page**/
    .banner-title {
        top: 0;
    }

    .banner-static h2 {
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: -2px;
    }

    .banner-static span {
        font-size: 17px;
    }

    .home-content {
        padding: 0 20px;
    }

        .home-content + .info-license, .home-content + .test-license {
            padding: 0 20px;
        }

        .home-content h2 {
            text-align: left;
        }

    .benefits-list-primary {
        display: none;
    }

    .benefits-list-secondary {
        display: block;
    }

        .benefits-list-secondary h4 {
            margin-top: -4px;
            font-size: 19px;
            color: #3d3d3d;
        }

    ul.list-sm-benefits {
        margin-bottom: 30px;
    }

        ul.list-sm-benefits li {
            padding-left: 0;
            font-size: 16px;
            background-color: #d0d3d4;
            color: #030000;
            line-height: 22px;
            padding: 7px 8px;
            border-bottom: 1px solid #fdfcfc;
        }

            ul.list-sm-benefits li a {
                color: #030000;
            }

    .benefits-list .col-md-6 {
        margin-bottom: 28px;
    }

    .benefits-call {
        margin-bottom: 20px;
    }

    .row-btm-margin, .row row-btm-margin-sec {
        margin-bottom: 0 !important;
    }

    .home-content h2 {
        margin-top: 10px;
        font-size: 14px;
        border-bottom: 1px solid #d0d3d4;
        padding-bottom: 15px;
    }

    .home-content h1 {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .benefits-list .col-md-6 {
        margin-bottom: 35px;
    }

    .benefits-call {
        padding: 25px 10px 33px;
    }

    .home-content .row-btm-margin-sec {
        margin-bottom: 0;
    }

    .main-theme-a .inner-content, .main-theme-b .inner-content {
        padding-left: 60px;
    }

    .main-theme-a .inner-content, .main-theme-b .inner-content {
        margin-top: 10px;
    }

    .submit-table {
        margin-bottom: 4px;
    }

    .pager-sec .btn.btn-min {
        width: 100%;
    }

    .review-contact-container {
        width: 80%;
    }

    .home-content h3 {
        font-size: 22px;
        margin-bottom: 35px;
        text-align: center;
    }

    .margin-btm-dev {
        margin-bottom: 20px !important;
    }

    .col-height {
        min-height: inherit;
    }

    .col-height-sec {
        min-height: inherit;
    }

    .resize-img-secondary {
        width: 10vw;
    }
    /**Reflow-Table**/
    .reflow-table .responsive-table tbody td[data-title]:before {
        width: 100%;
        display: block;
    }

    .reflow-table .responsive-table tbody td, .reflow-table .fields-wrapper, .reflow-table .fields-wrapper-sel {
        width: 100%;
    }

    .reflow-table .responsive-table tbody td {
        text-align: left;
    }

    .reflow-table .fields-wrapper, .reflow-table .fields-wrapper-sel {
        display: inline-block;
        width: 100%;
    }

    .reflow-table .form-group {
        margin-bottom: 0;
    }

    .reflow-table .responsive-table tr {
        margin-bottom: 30px;
    }

    .reflow-table .responsive-table td {
        margin-bottom: 8px;
    }

    .privacy-table.reflow-table .responsive-table tr {
        margin-bottom: 10px;
    }

    .privacy-table.reflow-table .responsive-table th, .privacy-table.reflow-table .responsive-table td {
        padding-bottom: 0;
    }

    .privacy-table.reflow-table .responsive-table {
        width: 100%;
    }

    .resize-logo-wrap {
        margin-top: 40px;
    }
}

@media screen and (max-device-width:767px) and (orientation: landscape) {
}

@media screen and (max-width:650px) {

    /**disclimer content*/
    .info-disclaimer-world, info-disclaimer-world, .info-disclaimer-platinum, .info-disclaimer-titanium {
        display: none;
    }

    .info-disclaimer-wrapper {
        width: 74%;
    }

    .info-disclaimer-wrapper-sm {
        display: block !important;
    }
}

@media screen and (max-device-width:650px) and (orientation: landscape) {
}

@media screen and (max-width:600px) {
    .main-container {
        min-height: 100%;
        height: auto;
        margin-bottom: -80px;
        padding: 0 0 80px;
    }

    .width-min {
        width: 100%;
    }

    .home-content {
        padding: 0 10px !important;
    }
    /**Accordion style**/
    h5 {
        margin-top: 6px;
    }

    .review-contact-container {
        width: 100%;
    }

    .home-content {
        padding: 0 10px;
    }

        .home-content + .info-license, .home-content + .test-license {
            padding: 0 10px;
        }
}

@media screen and (max-width:500px) {
    .modal-dialog .btn {
        width: 100%;
        margin-left: 0 !important;
    }

    .main-theme-a .inner-content, .main-theme-b .inner-content {
        padding-left: 35px;
    }

    .review-contact .title.product-title {
        width: 38%;
    }

    .info-disclaimer-wrapper {
        width: 72%;
    }

    .ftr-text {
        font-size: 13px;
        line-height: 14px;
    }

    .resize-img-logo {
        width: 24vw;
    }
}

@media screen and (max-width:400px) {
    /**known unkonwn fields**/
    .two-text-block {
        margin-top: 10px;
        display: block;
    }

    .banner-title {
        top: 2px;
    }

    .home-content .fields-wrapper-sel, .home-content button {
        width: 100% !important;
    }

    .btn.btn-secondary, .btn.btn-danger {
        width: 100%;
    }
}

@media screen and (max-width:358px) {
    .info-label-right {
        padding-right: 25px;
    }

    .padding-none {
        padding: 0;
    }

    .banner-static h2 {
        font-size: 21px;
    }

    .banner-static span {
        font-size: 15px;
    }

    .banner-title {
        padding: 0 5px;
        top: 0px;
    }

    .banner-static h2 {
        margin-top: 10px;
    }

    .main-theme-a .inner-content, .main-theme-b .inner-content {
        padding-left: 28px;
    }
}

@media screen and (max-width:320px) {
    .inner-content, .error-wrap {
        padding: 0 8px 30px;
    }

    .select-wrapper select {
        padding: 0 15px 0 0;
    }

    .title-wrap {
        padding-left: 8px;
        padding-right: 8px;
    }

    .button-wrap {
        padding: 0 8px 30px 0;
    }

    .button-list.button-wrap ul {
        padding-left: 8px;
    }
}

@media screen and (max-width:300px) {
    .smal-remv-padg {
        padding-right: 1px;
        padding-left: 4px;
    }
}


/**Table Styles**/
@media (min-width:1024em) {
    .responsive-table {
        font-size: 14px;
    }

        .responsive-table thead {
            position: relative;
            clip: auto;
            height: auto;
            width: auto;
            overflow: auto;
        }

        .responsive-table tr {
            display: table-row;
        }

        .responsive-table th, .responsive-table td {
            display: table-cell;
            padding: .5em;
        }

        .responsive-table caption {
            font-size: 1.5em;
        }

        .responsive-table tbody {
            display: table-row-group;
        }

            .responsive-table tbody tr {
                display: table-row;
                border-width: 1px;
            }

            .responsive-table tbody th[scope="row"] {
                background-color: transparent;
                font-weight: normal;
                text-align: left;
            }

            .responsive-table tbody td[data-title]:before {
                content: none;
            }

            .responsive-table tbody td {
                text-align: left;
            }

            .responsive-table tbody tr {
                margin-bottom: 1em;
                border: 1px solid #dddddd;
                border-bottom: none;
            }

    .th-col-1, .th-col-2 {
        display: table-cell !important;
    }

    .th-col-1 {
        width: 40%;
    }

    .th-col-2 {
        width: 50%;
    }
}

@media (min-width:48em) {
    .reflow-table .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }

    .reflow-table .responsive-table tr {
        display: table-row;
    }

    .reflow-table .responsive-table th, .reflow-table .responsive-table td {
        display: table-cell;
        padding: 0 10px 13px 0;
    }

    .reflow-table .responsive-table td {
        display: table-cell;
        padding: 0 10px 20px 0;
    }

    .reflow-table .responsive-table caption {
        font-size: 1.5em;
    }

    .reflow-table .responsive-table tbody {
        display: table-row-group;
    }

        .reflow-table .responsive-table tbody tr {
            display: table-row;
            border-width: 1px;
        }

    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }

    .reflow-table .responsive-table tbody td[data-title]:before {
        content: none;
    }

    .reflow-table .responsive-table tbody td {
        text-align: left;
        width: 33.33%;
    }

    .reflow-table .form-group {
        margin-bottom: 0;
    }
}
/***Developer CSS**/
#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.validation-summary {
    background-color: #eed9d9;
    border-color: #e1bbc1;
    color: #a5413f;
    overflow: hidden;
}

.input-validation-error, .regular-radio + label.input-validation-error, .regular-checkbox + input + label.input-validation-error {
    border: 1px solid #cc0000;
    background-color: #fff;
    margin-bottom: 2px;
}

.error-msg {
    color: #cc2027;
    text-transform: none;
    font-family: AccordAlternate-Light;
    font-size: 17px;
    word-wrap: break-word;
    margin-bottom: 17px;
    line-height: 19px;
}

.note {
    color: red;
    text-transform: none;
    font-family: AccordAlternate-Light;
    font-size: 14px;
    font: bold;
    word-wrap: break-word;
    margin-bottom: 17px;
    line-height: 19px;
}

.col-block {
    overflow: hidden;
    margin-top: 10px;
}

.col-marg-remv {
    margin-left: -15px;
}

.print-content p {
    line-height: 24px;
}

.print-content {
    padding: 0 107px 50px;
    margin-bottom: 25px;
    background-color: #fff;
}

.someinput::-ms-clear  {
        display:  none;
}

.field-validation-error {
    color: #cc2027;
}

.documentDisplay {
    display: block;
}

.msg-success {
    color: #4F8A10;
}

.second-inner-content .error-msg {
    font-family: AccordAlternate-Light;
    color: #cc2027;
    margin-bottom: 14px;
}

.col-block {
    page-break-inside: avoid;
}

.print-content a[href^="tel"]:link {
    text-decoration: none;
    color: #000;
    pointer-events: none;
    cursor: default;
}

.home-content-second {
    padding: 0 50px;
    width: 100%;
}

.error-msg-home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

.home-content .title-btn {
    font-family: AccordAlternate-Bold;
    font-size: 17px;
    margin-top: 36px;
    margin-bottom: 10px;
}

.home-content .fields-wrapper-sel {
    background-color: #fff;
    width: 350px;
}

.home-content button {
    width: 350px;
}

.label-subheading {
    font-family: AccordAlternate-Light !important;
    font-size: 17px !important;
    color: #5b6770;
    margin-bottom: 0;
    font-weight: normal;
}

.label-radio {
    font-size: 12px !important;
}

.steps {
    background-color: white;
}

    .steps ul {
        display: flex;
        display: -webkit-flex;
        list-style: none;
        padding-left: 0;
        justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
    }

    .steps li, .steps li.current {
        outline: none;
        -o-outline: none;
        -ms-outline: none;
        -moz-outline: none;
        -webkit-outline: none;
    }

        .steps li a {
            display: inline-block;
            width: 90%;
            height: 94px;
            border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #bbb9b9;
            margin-right: 143px;
            position: relative;
            outline: none;
            margin-top: 15px;
        }

            .steps li a::before {
                position: absolute;
                content: "";
                background: #e5e5e5;
                width: 143px;
                height: 2px;
                top: 50%;
                transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                left: 100%;
            }

        .steps li.last a {
            margin-right: 0;
        }

            .steps li.last a::before {
                content: none;
            }

        .steps li.current a,
        .steps li.current a:active,
        .steps li.done a::before,
        .steps li.done a,
        .steps li.done a:active {
            background: #0099cf;
        }

        .steps li .current-info {
            display: none;
        }

        .steps li .title {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            color: #fff;
            font-size: 1.2rem;
            text-align: center;
            width: 90%;
            font-family: AccordAlternate-Bold;
        }

    .steps ul li:last-child a::before {
        width: 0px;
    }

.upper {
    text-transform: uppercase;
}

.textNote {
    font-size: 11px;
    color: red;
}


.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ddd;
}


.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-radius: 2px;
    border: 0;
}

    .panel-group .panel-heading {
        padding: 0;
    }

        .panel-group .panel-heading a {
            display: block;
            background: #007db3;
            color: #ffffff;
            padding: 10px 15px;
            text-decoration: none;
            position: relative;
        }

            .panel-group .panel-heading a.collapsed {
                background: #ebebeb;
                color: inherit;
            }

            .panel-group .panel-heading a:after {
                content: '-';
                position: absolute;
                right: 20px;
                top: 0;
                font-size: 30px;
            }

            .panel-group .panel-heading a.collapsed:after {
                content: '+';
            }

    .panel-group .panel-body {
        background: #ffffff;
        padding: 15px;
    }

    .panel-group .panel {
        background-color: transparent;
    }

    .panel-group .panel-body p:last-child,
    .panel-group .panel-body ul:last-child,
    .panel-group .panel-body ol:last-child {
        margin-bottom: 0;
    }

.modal-header .close {
    font-size: 34px;
    color: #007db3;
}

.header-TRAClogo img {
    width: 170px;
    height: 40px
}

ul.topnav .dropdown-content {
    display: none;
    position: absolute;
}

ul.topnav .dropdownnav:hover > .dropdown-content {
    display: block;
    color: green !important;
}
