@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i,800');


.contact_phone_number {
    font-size: 25px;
    font-family: Trebuchet MS;
    color: #333;
    font-weight: bolder;
}

.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav {
    float: none !important;
}

    .navbar-nav > li {
        float: none;
    }

.navbar-collapse.collapse.in {
    display: block !important;
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.panel-body {
    padding: 40px;
}

.panel-blue {
    margin-top: 10px;
    border-top: 5px solid #005daa;
}

.form-group {
    margin-bottom: 25px;
}

    .form-group .fa {
        color: #005daa;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #333;
    padding: 0;
    margin: 0;
}

.btn-select {
    position: relative;
    padding: 0;
    min-width: 100%;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 0px;
}

    .btn-select .btn-select-value {
        padding: 14px 12px;
        display: block;
        position: absolute;
        left: 0;
        right: 34px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
    }

.btn-select {
    height: 50px;
}

    .btn-select .btn-select-arrow {
        float: right;
        line-height: 20px;
        padding: 14px 10px;
        top: 0;
    }

    .btn-select ul {
        display: none;
        background-color: white;
        color: black;
        clear: both;
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: none !important;
        position: absolute;
        left: -1px;
        right: -1px;
        top: 49px;
        z-index: 999;
    }

        .btn-select ul li {
            padding: 3px 6px;
            text-align: left;
        }

            .btn-select ul li:hover {
                background-color: none;
            }

            .btn-select ul li.selected {
                color: white;
            }


    /* Default Start */

    .btn-select.btn-default:hover,
    .btn-select.btn-default:active,
    .btn-select.btn-default.active {
        border-color: #ccc;
    }

    .btn-select.btn-default ul li.selected {
        background-color: #ccc;
    }

    .btn-select.btn-default ul,
    .btn-select.btn-default .btn-select-value {
        background-color: white;
        border: #ccc 1px solid;
    }

    .btn-select.btn-default:hover,
    .btn-select.btn-default.active {
        background-color: none;
    }

.btn:hover {
    opacity: 0.8;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.btn-primary {
    background: #005daa !important;
    color: #fff !important;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 2px;
    white-space: normal;
    min-width: 250px;
    padding: 10px 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.19);
}

.btn-primary-xs {
    color: #fff !important;
    font-size: 24px;
    text-transform: uppercase;
    min-width: inherit;
    min-height: 50px;
    padding: 10px 15px;
    border-radius: 2px;
    background: #005daa !important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    margin: 0px 0px 0 0;
    border: none;
}

.btn-primary-sm {
    background: #005daa !important;
    color: #fff !important;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 2px;
    min-width: inherit 300px;
    min-height: 50px;
    line-height: 50px;
    padding: 0 25px;
    margin: -15px 0 0 0;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.19);
}

.btn-send {
    background: #005daa;
    color: #fff !important;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.19);
    padding: 0px 0px;
    margin-top: 4px;
}

    .btn-send i {
        font-size: 40px;
        position: relative;
        top: 4px;
    }

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    font-size: 22px;
    float: left;
    margin-right: 1em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    opacity: 0;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }


/* Default End */

p,
a {
    color: #333;
    text-decoration: none;
}

.container a {
    color: #005daa;
}

.form-group label {
    font-weight: 500;
}

.form-control {
    height: 50px;
    margin-bottom: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

a:hover,
a:focus,
a:active {
    color: #005daa;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.clear {
    clear: both;
}

hr {
    margin: 20px 0 40px 0;
    position: relative;
    top: 40px;
    clear: both;
    padding-bottom: 40px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

    body.home {
        padding: 0 !important;
    }

/* homepage */

.home .co-header {
    background: none !important;
    border: none !important;
}

.co-header {
    background: #fff;
    border: none;
    border-bottom: #ccc 0px solid;
}

    .co-header .navbar-toggle {
        border: none;
        margin: 18px 0 18px 0px;
    }

        .co-header .navbar-toggle .icon-bar {
            display: block;
            width: 35px;
            height: 6px;
            border-radius: 1px;
        }

    .co-header .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

    .co-header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

.co-pg-bg {
    background: url(/images/default-source/costco_images/login_banner.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    display: inline-block;
    padding: 85px 0;
}

.co-home-bg {
    background: url(/images/default-source/costco_images/home_banner.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}

.co-pg-bg_mobiles {
    background: url(/images/default-source/costco_images/login_banner.jpg) no-repeat 36% center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: inline-block;
    padding: 110px 0;
    background-position-y: 36%;
}

.home-logo {
    position: relative;
    margin: -60px 0 0 70px;
}

    .home-logo a img {
        width: 35%;
        height: auto;
    }

    .home-logo p {
        font-size: 20px;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

        .home-logo p.tag-bottom {
            font-size: 15px;
            padding-left: 5px;
        }

.home .co-home-bg {
    padding: 50px 0;
}

.home .co-pg-outer {
    padding: 40px 0;
}

.home .panel-title {
    width: auto;
}

.home .panel-blue {
    border-top: none;
}

.home .panel-heading1 .head_icon {
    line-height: 1;
    display: block;
    width: 200px;
    float: left;
    top: 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
}

.home .panel-heading1 .head_icon1 {
    width: 150px;
    top: 10px;
}

.home .btn-primary {
    width: 100%;
}

.home .panel-heading1 .material-icons {
    float: left;
}

.home .box_model_heading {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
}

    .home .box_model_heading span {
        text-transform: none;
        font-family: "Open Sans";
        font-size: 18px;
    }

.home .btn-send {
    font-size: inherit;
}

.home .callout-home #collapseOne {
    padding: 0 15px;
}

.navbar-collapse {
    position: absolute;
    background: #fff;
    z-index: 999;
    min-width: 300px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.19);
    padding: 0;
}


.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    background: none !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: #005daa;
    color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #fff;
    border-radius: 0px;
}

.navbar-default .navbar-nav li a:hover {
    background: #005daa;
    color: #fff;
}

.panel {
    position: relative;
    box-shadow: none;
}

    .panel .sub-header {
        border-radius: 30px;
        background: #f5f5f5;
        display: inline-block;
        padding: 10px 30px;
        margin: 0px 30px 0 30px;
        top: -25px;
        position: absolute;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
    }

.navbar-text a {
    margin: 10px 0 0 0;
    display: inline-block;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-default .navbar-link {
    color: #005daa;
    text-decoration: none;
}

    .navbar-default .navbar-link:hover {
        color: #d91b2e;
    }

.home .navbar-text {
    background: #fff;
    border-radius: 30px;
    padding: 2px 30px;
    opacity: 0.7;
    margin: 0;
}

.top_help_con {
    font-size: 30px !important;
}

.home .navbar-text a {
    margin: 0;
}

.pa-hd-ic {
    padding: 10px 0 0 0;
}

    .pa-hd-ic .fa {
        font-size: 50px;
    }

.pa-hd-co {
    padding: 30px 0 0 0;
}

    .pa-hd-co h2 {
        font-weight: 600;
        letter-spacing: -1px;
    }

    .pa-hd-co p {
        padding: 25px 0 0 0;
    }

footer {
    border-top: #ddd 1px solid;
    padding: 50px 0;
}

    footer ul {
        list-style: none;
        padding: 0;
        margin: 0 0 50px 0;
    }

        footer ul li {
            list-style: none;
            padding: 0 30px 0 0;
            margin: 0;
            display: inline-block;
        }

            footer ul li a {
                font-size: 16px;
                padding: 25px 0 0 0;
                margin: 0;
                font-weight: normal;
                letter-spacing: -0.5px;
                color: #333 !important;
            }

    footer p {
        font-size: 18px;
        padding: 0;
        margin: 0;
        opacity: 0.8;
    }

.co-pg-outer {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}

.callout {
    border-radius: 0px;
}

.panel.callout.panel-default.panel-blue {
    border: 1px solid #ccc;
    border-top: 5px solid #005daa;
    min-height: 315px;
}

.full-panel p {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.full-panel img.icon-cal {
    margin: 0 50px;
}

.bg-white {
    background: #fff !important;
}

.submit_page .callout {
    margin-bottom: 50px;
}

.button-margin {
    margin: 50px 0;
}

.callout.full-panel .panel-body {
    min-height: inherit;
}

    .callout.full-panel .panel-body p.caption {
        padding: 30px 0;
        display: inline-block;
        width: 100%;
        margin-top: -23px;
    }

.block-height1 {
    min-height: 300px;
}

.block-height2 {
    min-height: 380px;
}

.packing-block {
    position: relative;
}

    .packing-block img {
        display: inline-block;
        position: relative;
        top: 0px;
        margin: 25px 0px 0 0;
        vertical-align: top;
    }

    .packing-block ul {
        display: inline-block;
        list-style: disc !important;
        padding: 25px 0 25px 50px;
    }

    .packing-block li {
        display: block;
        list-style: disc !important;
        text-align: left;
        font-size: 18px;
        padding-bottom: 0px;
    }

        .packing-block li .fa {
            font-size: 8px;
            padding: 0 15px 0px 25px;
            vertical-align: middle;
        }

.callout.full-panel .panel-body p {
    padding: 10px 0 0 0;
    margin: 0;
}

.callout .panel-heading {
    max-height: 70px;
    background: none;
    padding: 30px;
    border: none;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.callout .panel-heading-grey {
    background: #f5f5f5;
    padding: 20px 30px;
    border: none;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
}

.callout .fa-cog {
    font-size: 40px;
    padding: 0 25px 0 0;
    position: relative;
    top: 0px;
}

.callout .fa-mobile {
    font-size: 50px;
    padding: 0 25px 0 0;
    position: relative;
    top: 0px;
}

.callout .panel-heading .dev-txt {
    position: relative;
    top: -8px;
}

.callout .panel-heading-grey .dev-txt {
    position: relative;
    top: -10px;
    font-size: 24px;
}

.callout .panel-heading-grey .mobile {
    color: #333;
    font-size: 50px;
    padding: 0 25px 0 0;
    position: relative;
    top: 0px;
}

.callout .fa-file-o {
    font-size: 30px;
    padding: 0 15px 0 0;
}

.callout .panel-body {
    min-height: 185px;
}

    .callout .panel-body .info-list {
        padding: 10px 0 0 0;
        clear: both;
    }

.callout .bottom-line {
    border-top: #ddd 1px solid;
    margin-top: 65px;
}

.callout .panel-body .info-list:first-child {
    padding: 0;
}

.callout .panel-body .info-list li {
    display: inline;
    font-size: 18px;
    opacity: 0.8;
    vertical-align: top;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

    .callout .panel-body .info-list li strong {
        opacity: 9;
    }

    .callout .panel-body .info-list li:first-child {
        width: 50%;
    }

.personal-info,
.shipping-info {
    padding: 38px;
    clear: both;
}

.heading {
    background: none;
    padding: 0px 0 30px 0;
    border: none;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

    .heading .fa {
        font-size: 35px;
        padding: 0 15px 0 0;
        position: relative;
        top: 6px;
    }

.personal-info p,
.shipping-info p {
    padding: 20px 0 0 0;
    margin: 0;
    opacity: 0.8;
}

.shipping-info .radio label,
.shipping-info .checkbox label {
    min-height: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 20px;
}

.stepwizard-step p {
    margin-top: 10px;
    max-width: 200px;
    text-align: center;
    margin: 10px auto !important;
}

.stepwizard {
    margin-top: 50px;
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 66%;
    height: 1px;
    border: #333 1px dashed;
    left: 16%;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.block-header {
    margin-bottom: 30px;
}

    .block-header h2 {
        padding: 25px 0;
    }

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0px 0;
    line-height: 50px;
    border-radius: 100%;
    background: #333 !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    cursor: default;
}

.panel-group .panel {
    border-radius: 0;
}

.callout-home {
    border-radius: 0px;
    background: #f5f5f5;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
}

    .callout-home .panel-heading {
        display: block;
        text-align: center;
        background: none;
        padding: 50px 50px 20px 50px;
        border: none;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: -0.8px;
        font-size: 26px;
        position: relative;
        border: none;
    }

    .callout-home .panel-heading1 {
        display: block;
        text-align: center;
        background: none;
        padding: 35px 30px 10px 30px;
        border: none;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: -0.8px;
        font-size: 26px;
        position: relative;
        border: none;
        min-height: 140px;
        border-top: 6px solid #005daa;
    }

    .callout-home .fa-mobile {
        font-size: 100px;
        padding: 0 30px 0 0;
        position: relative;
        left: -25px;
        top: -10px;
        color: #005daa;
    }

    .callout-home .fa-map-marker {
        font-size: 80px;
        padding: 0 30px 0 0;
        position: relative;
        left: -25px;
        top: -25px;
        color: #005daa;
    }

    .callout-home .fa-info {
        font-size: 40px;
        line-height: 70px;
        border: 4px #005daa solid;
        border-radius: 100%;
        width: 75px;
        height: 75px;
        display: inline-block;
        padding: 0 0px 0 0;
        position: relative;
        left: -60px;
        top: -60px;
        color: #005daa;
    }

    .callout-home .panel-heading .dev-txt {
        position: relative;
        left: -25px;
        font-size: 35px;
        top: 0px;
        display: inline-block;
        line-height: 40px;
    }

    .callout-home .fa-file-o {
        font-size: 35px;
        padding: 0 15px 0 0;
        color: #005daa;
    }

    .callout-home .panel-body {
        min-height: 180px;
        padding: 0px 40px 40px 40px;
    }

    .callout-home .custom-height {
        min-height: 496px;
    }

    .callout-home p {
        margin: 0;
    }

    .callout-home ul {
        padding: 0 25px 25px;
    }

    .callout-home li {
        padding: 0px 0 0px 0;
        list-style: disc;
        margin: 0;
    }

.panel-heading1 .head_icon, .box_model_heading a, .fullfooternav, a.btn-select { /* link colour */
    color: #333;
}

.callout-home-out p {
    min-height: 147px;
}

.add-on .input-group-btn > .btn {
    border-left-width: 0;
    padding: 7px 7px;
    left: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 13px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) !important;
    border-radius: 2px;
    background: #fff !important;
    border-color: #ccc !important;
    height: 50px;
}

.search_icon_size {
    font-size: 30px;
    color: #005daa;
}


/* stop the glowing blue shadow */

.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 0 0 0 0px;
}

h2.background {
    position: relative;
    z-index: 1;
    margin: 0px 0 20px 0;
    display: inline-block;
    width: 100%;
}

    h2.background:before {
        border-top: 2px solid #898989;
        content: "";
        margin: 0 auto;
        /* this centers the line to the full width specified */
        position: absolute;
        /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: -1;
    }

    h2.background span {
        background: #f5f5f5;
        padding: 0px 10px;
        text-align: center;
        position: relative;
        left: 42%;
        font-weight: bold;
        font-size: 24px;
    }

.box-panel {
    background: #f5f5f5;
    padding: 30px;
    float: left;
    width: 100%;
    margin: 30px 0 30px 0;
}

    .box-panel .fa-question {
        font-size: 40px;
        line-height: 55px;
        border: 4px #005daa solid;
        border-radius: 100%;
        width: 60px;
        height: 60px;
        text-align: center;
        float: left;
        padding: 0 0px 0 0;
        position: relative;
        left: 0px;
        top: 0px;
        color: #005daa;
    }

    .box-panel h3 {
        display: inline-block;
        border: none;
        font-weight: 600;
        padding: 0 0 0 25px;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: -0.5px;
        font-size: 28px;
        margin-left: 8px;
    }

    .box-panel span {
        padding: 0;
        margin: 0;
        letter-spacing: inherit;
        font-weight: normal;
    }

.payment ul {
    margin-left: 35px;
}

    .payment ul li {
        font-size: 15px;
        list-style: disc;
    }

.service_con h3 {
    color: #3a3a3a;
    font-size: 32px;
}

.service_con hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #eee;
    position: relative;
    top: 8px;
}

.service_con .applic h3 {
    float: right;
    text-align: right;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 32px;
}

.price-tag h3 {
    font-size: 45px;
}

price-tag .service_con hr {
    border: #ccc 1px solid;
    width: 100%;
}

.header_menu-tabs {
    padding: 0 30px;
    margin-bottom: 20px;
}

    .header_menu-tabs h4 {
        font-size: 32px;
    }

        .header_menu-tabs h4 span {
            float: right;
            font-size: 14px;
        }

        .header_menu-tabs h4 i {
            font-size: 50px;
            margin-right: 25px;
            position: relative;
            top: 12px;
        }

.tabs_col ul li {
    text-align: center;
}

.nav-tabs > li > a:hover {
    border: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    /* text-decoration: none; */
    background: none;
}

.header_menu-tabs p {
    font-size: 18px;
}

.header_menu-tabs .tabs_col ul li a {
    border-top: #005daa 5px solid !important;
    text-align: center;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.10) !important;
    background: #fff;
    padding: 20px 25px;
    margin: 0;
    min-height: 165px;
    vertical-align: middle;
    font-size: 34px;
    color: #333;
}

    .header_menu-tabs .tabs_col ul li a span {
        min-height: 0px;
        line-height: 0px;
        display: inline-block;
    }

    .header_menu-tabs .tabs_col ul li a .fa {
        display: block;
        color: #005daa;
        font-size: 35px;
    }

.tabs_col .nav-tabs {
    border-bottom: none;
    margin-top: 15px;
}

.tabs_col ul li a {
    font-size: 16.5px;
}

.header_menu-tabs .personal-info {
    padding: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-top: #005daa 5px solid !important;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.10) !important;
}

.tabs_col .tab-content {
    margin-top: 50px;
}

.tabs_col .drop_sty {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 49px;
    z-index: 999;
}

    .tabs_col .drop_sty li {
        padding: 3px 6px !important;
        text-align: left;
        margin-right: 0 !important;
        min-height: 0 !important;
        border: none;
    }

.btn-default:hover {
}

.tab-content .panel-body ul li {
    list-style: disc;
    margin: 0 40px;
    padding: 0 10px;
}

.para {
    padding: 0;
}

.para1 {
    padding: 0;
}

.para p {
    font-size: 18px;
    padding: 30px 0px 12px 0px;
}

.para1 p {
    font-size: 18px;
    padding: 30px 0px 12px 0px;
}

.incident {
    position: relative;
    top: -51px;
}

.progress {
    height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 33px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progess_cols p {
    font-size: 18px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #005daa;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-radius: 33px;
}

.track {
    text-align: center;
    margin: 0;
}

    .track a {
        color: #fff;
        line-height: 27px;
        padding: 10px 25px;
        background-color: #005daa;
        margin-top: 30px;
    }

    .track p {
        padding: 30px 0;
        font-size: 18px;
    }

.submit_page {
    margin: -120px 0 0 0;
}

.top-bar-nav {
    border-bottom: #ccc 1px solid;
    width: 100%;
    float: left;
    padding: 25px;
}

    .top-bar-nav .close-ion {
        padding: 0;
    }

        .top-bar-nav .close-ion i {
            font-size: 36px;
            padding: 0;
        }

#sidebar-wrapper {
    margin-left: -400px;
    left: 0;
    width: 400px;
    background: #ffffff;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    top: 0;
    z-index: 9999;
}

.sidebar-nav {
    position: relative;
    top: 0;
    width: 400px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

    .sidebar-nav li {
        font-size: 18px;
        padding: 0;
        margin: 0;
    }

        .sidebar-nav li a {
            color: #333;
            display: block;
            text-decoration: none;
            padding: 19px 0 35px 0;
            margin: 0;
            overflow: hidden;
        }

            .sidebar-nav li a .material-icons {
                padding: 0px 15px 0px 0;
                position: relative;
                top: 11px;
                font-size: 34px;
                display: block;
                float: left;
                margin-left: 33px;
            }

            .sidebar-nav li a span {
                padding: 0px 15px 0px 0;
                position: relative;
                top: 15px;
            }

            .sidebar-nav li a:hover {
                color: #fff;
                background: #005daa;
                text-decoration: none;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
                color: #fff;
                background: #005daa;
            }

#menu-toggle {
    /*top: 0;
    left: 0;
    position: fixed;
    z-index: 1;*/
}

#sidebar-wrapper.active {
    left: 400px;
    width: 400px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.toggle {
    margin: 5px 5px 0 0;
}

.panel-title {
    position: relative;
    left: 0px;
    font-size: 35px;
    top: 0px;
    display: inline-block;
    line-height: 40px;
    font-weight: 400;
    width: 100%;
}

    .panel-title em {
        font-style: normal;
    }

.mobile {
    font-size: 46px;
    padding: 0 0px 0 0;
    position: relative;
    /* left: 0; */
    top: 7px;
    color: #005daa;
    margin-left: 10px;
    /* display: inline-block; */
}

.mobile_icon_innerpages {
    font-size: 46px;
    padding: 0 0px 0 0;
    position: relative;
    /* left: 0; */
    top: 7px;
    color: #005daa;
    margin-left: 10px;
    /* display: inline-block; */
}

.mobile-help {
    font-size: 50px;
    padding: 0 0px 0 0;
    position: relative;
    left: 0;
    top: -8px;
    color: #005daa;
    display: inline-block;
}

.mobile-help_top {
    padding: 0 0px 0 0;
    position: relative;
    left: 0;
    color: #005daa;
    display: inline-block;
}

.head_icon {
    font-size: 24px;
    position: relative;
    top: -10px;
}

.head_icon1 {
    display: inline-block;
    line-height: 40px;
    max-width: 275px;
    font-weight: 600;
    font-size: 24px;
}

.panel-title a:hover {
    cursor: initial;
    color: #333;
}

.callout-home .panel-heading .dev-txt {
    position: relative;
    left: 0;
    font-size: 35px;
    top: 0px;
    display: inline-block;
    line-height: 40px;
    border: none;
}

.callout-home .fa-mobile {
    font-size: 100px;
    padding: 0;
    position: relative;
    left: 0;
    top: -10px;
    color: #005daa;
}

.pa-hd-sub {
    position: relative;
    left: -11px;
    top: 6px;
}

.errorPage {
    position: relative;
    left: -11px;
    top: 20px;
}


.co-pg-outer .panel-group .panel {
    margin-bottom: 40px;
    border-radius: 0;
    padding: 0;
}

.pa-hd-cod {
    padding: 0;
}

    .pa-hd-cod p {
        padding: 0;
    }

    .pa-hd-cod ul {
        padding: 10px 0 20px 30px;
    }

    .pa-hd-cod li {
        padding: 0;
        list-style: disc;
    }

.payment h2 {
    padding: 10px 0 0 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
}

.incident p {
    padding: 30px 15px 20px 15px;
}

span.helpfontissue {
    font-size: 50px;
    padding: 0 0px 0 0;
    position: relative;
    left: 0;
    color: #005daa;
    display: inline-block;
}


span.arrowfontissue {
    font-size: 40px;
    padding: 4px;
}

.box_model_margin_reduce {
    margin: 10px 0 30px 0 !important;
}

.fileicon {
    padding-bottom: 10px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 30px;
}

.textmobilecenter {
    position: relative;
    left: 7.1%;
}

.content_heading {
    font-weight: bold;
    font-size: 22px;
}

.content_text {
    font-weight: normal;
    font-size: 22px;
}

.item_specification_heading {
    font-weight: bold;
}

.item_specific_full_details .row {
    margin-bottom: 10px;
}

.second_line_align {
    margin-left: 50px;
}

.found_contacts {
    margin-top: 6px;
}

.item_specific_full_details {
    margin-top: 60px;
}

.callout.panel-blue .phone_icon_device_info {
    font-size: 40px;
    margin-right: 10px;
}

/* get-track standalone*/
#Contentplaceholder1_C002_Col00 .panel-blue .panel-heading1.accordion-heading,
#Contentplaceholder2_C004_Col00 .panel-blue .panel-heading1 {
    border-top: none;
    background: #fff;
    padding: 20px 0;
    min-height: initial;
}

#Contentplaceholder2_C004_Col00 .panel-title {
    line-height: 1;
}

#Contentplaceholder1_C002_Col00 .callout-home-out p,
#Contentplaceholder2_C004_Col00 .callout-home-out p {
    min-height: initial;
    margin: 20px 0 30px 0;
}


#Contentplaceholder1_C002_Col00 .callout-home .custom-height,
#Contentplaceholder2_C004_Col00 .callout-home .custom-height {
    min-height: initial;
}

#Contentplaceholder1_C002_Col00 .panel-heading1 .mobile,
#Contentplaceholder2_C004_Col00 .panel-heading1 .mobile {
    float: none;
}

/* end standalone*/

.text_right_required {
    text-align: right;
    color: #777;
}

.control-group {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.margintop {
    margin-top: 80px;
}

.quick-easy-pg .label-box-item {
    border: #ddd 1px solid;
    padding: 25px;
    text-align: center;
    position: relative;
    margin: 25px 0 50px 0;
}

    .quick-easy-pg .label-box-item ul {
        width: 100%;
        text-align: center;
    }

        .quick-easy-pg .label-box-item ul li {
            display: inline-block;
            font-size: 30px;
            position: relative;
        }

            .quick-easy-pg .label-box-item ul li span {
                position: relative;
                top: -25px;
                padding: 0 15px;
                vertical-align: text-top;
            }

            .quick-easy-pg .label-box-item ul li strong {
                padding: 0 25px 0 0;
            }

            .quick-easy-pg .label-box-item ul li i {
                font-size: 80px;
            }

    .quick-easy-pg .label-box-item h3 {
        border-radius: 80px;
        background: #f5f5f5;
        font-size: 26px;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        padding: 15px 50px;
        position: relative;
        top: -50px;
    }

    .quick-easy-pg .label-box-item td {
        font-size: 30px;
        vertical-align: middle;
    }

        .quick-easy-pg .label-box-item td i {
            font-size: 60px;
        }

.quick-easy-pg .heading {
    font-size: 26px;
    padding: 50px 0;
}

.quick-easy-pg .note-process {
    text-align: center;
}

    .quick-easy-pg .note-process i {
        font-size: 80px;
        padding: 0;
    }

    .quick-easy-pg .note-process p {
        font-size: 20px;
    }

.quick-easy-pg .note-block {
    border-top: #ddd 1px solid;
    padding: 25px 0;
    margin: 50px 0 0 0;
}

.quick-easy-pg .callout-block {
    margin-bottom: 50px;
    min-height: 80px;
}

    .quick-easy-pg .callout-block.min-box {
        min-height: 130px;
    }

    .quick-easy-pg .callout-block i {
        float: left;
        font-size: 50px;
        padding: 0 50px 0 20px;
        min-width: 130px;
        min-height: 130px;
        position: relative;
        top: 0px;
    }

        .quick-easy-pg .callout-block i.info_o {
            font-size: 60px;
            margin-top: -15px;
        }

    .quick-easy-pg .callout-block .img {
        float: left;
        font-size: 65px;
        margin: 0 0px 0 10px;
        min-width: 130px;
        width: inherit;
    }

        .quick-easy-pg .callout-block .img img {
            vertical-align: top;
        }

    .quick-easy-pg .callout-block h2 {
        font-weight: bold;
        padding: 0 0 15px 0;
        margin: 0;
        font-size: 24px;
        max-width: 100%;
    }

        .quick-easy-pg .callout-block h2.middle-class {
            padding: 15px 0 15px 0;
        }

    .quick-easy-pg .callout-block h3 {
        font-weight: bold;
        text-transform: inherit;
        padding: 0 0 15px 0;
        margin: 0;
    }

    .quick-easy-pg .callout-block p {
        max-width: 80%;
    }

.text_right_align_desktop {
    margin-left: 85px;
    margin-top: 0px;
    padding: 0px;
}

.material-icons {
    font-size: 50px;
}

.nav.nav-pills li a .material-icons, .nav.nav-pills li a div {
    display: block;
    color: #333;
}

.nav.nav-pills li a .material-icons {
    float: left;
}

.nav.nav-pills li a div {
    margin-top: 14px;
    margin-left: 50px;
}

#edit-button, #save-button, #cancel-button {
    margin-right: 20px;
    min-width: auto;
}

.bot-tab-help a:hover {
    text-decoration: underline;
}

/* unlock */
.apple_icon, .applelist, .android_icon {
    margin-top: 40px;
}

.applelist {
    margin-left: 20px !important;
}

/* -- */

/* ineligible */

#Contentplaceholder2_C006_Col00 .panel-blue .panel-body {
    border: 1px solid #ccc;
}

.panel-blue .contracts span.box-panel-heading {
    font-size: 18px;
    line-height: initial;
    font-weight: 600;
    text-align: center;
}

/* payment confirmation */
#button-print {
    font-size: 18px;
    margin-top: -25px;
}

    #button-print .print_icon {
        top: 6px !important;
    }

.btn-instructions-btm {
    width: auto;
    margin: 20px;
}

.pay-confirm .text_right_align_desktop {
    margin-left: 0;
}

.pay-confirm .panel.callout.panel-default.panel-blue {
    min-height: initial;
}

.top-caption.panel-blue p {
    margin-top: 10px;
}

.top-caption .pa-hd-sub h2 {
    width: 90%;
}

.pay-conf .container {
    margin-bottom: 20px;
}

.pay-conf .btn-instructions {
    font-size: 18px;
    width: auto;
    position: relative;
    top: 45px;
}

.pay-conf .material-icons {
    font-size: 70px;
    top: -10px;
    margin: 0 5px;
}

    .pay-conf .material-icons.in_mobile_icon_size1 {
        font-size: 50px;
        top: 15px;
    }

.text_right_align_desktop {
    padding: 10px 5px !important;
}

.pay-conf .callout .panel-heading-grey .dev-txt {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.pay-conf .receive .panel-body {
    padding: 20px 40px;
}

    .pay-conf .receive .panel-body p {
        padding: 0;
    }

.pay-conf .setup .panel-body {
    margin-top: 30px;
}

.pay-conf .bg-white {
    border-top: 1px solid #ccc;
}

/* faq */

.helpbox {
    top: -200px;
    background: #fff;
}

.helpfaq {
    top: -120px;
}

.bot-tab-help .panel-title {
    font-size: 18px;
}

.bot-tab-help .panel-heading a .faq_arrow_align {
    display: inline-block;
    width: 90%;
}

.needhelp-pg .cust-callout .needhelphoneicon {
    font-size: 60px;
}

.needhelp-pg .cust-callout span {
    padding: 0 30px 0 0;
    display: block;
    float: left;
}

.needhelp_font {
    float: left;
    display: block;
}

.no-register {
    padding: 20px 20px 10px 20px;
    background: #f5f5f5;
    border: 1px dotted #ccc;
    margin: 40px 0 30px 0;
}

.callout-prot i {
    float: left;
    font-size: 60px;
    padding: 0 30px 0 0;
}

.callout-prot span {
    float: left;
    font-size: 60px;
    padding: 0 30px 0 0;
}


.callout-prot h3 {
    font-weight: bold;
    text-transform: inherit;
    padding: 0 0 10px 0;
    margin: 0;
}

.needhelp-pg .panel-group .panel + .panel {
    margin-top: 0;
}

.needhelp-pg .label-box-item ul {
    width: 100%;
    text-align: left;
    padding: 0 0 0 50px;
    margin: 0;
}

.needhelp-pg .label-box-item p {
    text-align: left;
}

.needhelp-pg .label-box-item ul li {
    position: relative;
    list-style: disc;
}

/* -- */

#Contentplaceholder2_C005_Col00 .modal_inside_content {
    padding-right: 20px;
}

.ineligible .co-pg-outer .panel-blue .panel-body, .claims-maxed .co-pg-outer .panel-blue .panel-body {
    border: 1px solid #ccc;
    padding: 0;
}

.ineligible .co-pg-outer .panel-blue .contracts, .claims-maxed .co-pg-outer .panel-blue .contracts {
    border: 1px solid #ccc;
    border-bottom: none;
    border-top: none;
}

.ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic {
    padding: 0;
}

    .ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic div {
        height: 150px;
        display: table-cell;
        vertical-align: middle;
    }

    .ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic:first-child {
        padding: 0;
        position: relative;
        top: 51px;
    }

.claims-maxed .co-pg-outer .panel-blue .panel-body .pa-hd-ic:first-child {
    position: relative;
    left: 20px;
}

.ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic:nth-child(2) {
    left: -40px;
}

.claims-maxed .co-pg-outer .panel-blue .panel-body .pa-hd-ic:nth-child(2) {
    left: -20px;
}

.claims-maxed .co-pg-outer .panel-blue .contracts .login_label {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}

.claims-maxed .co-pg-outer .panel-blue .panel-body {
    padding-bottom: 25px;
}

.claim-status .panel-blue.incident {
    border: 1px solid #ccc;
    border-top: 5px solid #005daa;
    padding: 0 20px;
}

    .claim-status .panel-blue.incident .row div:first-child {
        width: 35%;
    }

.claim-status .history_position .material-icons {
    position: relative;
    top: 15px;
    padding-right: 15px;
}

.claim-status .history_position {
    margin-bottom: 30px;
}

.claim-status footer {
    margin-top: 40px;
}


/* payment desktop */

.pay form .header_menu-tabs {
    padding: 0 90px 0 30px;
}

.pay .checkbox {
    left: 0 !important;
    position: relative;
}

#other-payment span {
    position: relative;
    top: 30px;
}

#other-payment {
    margin-left: 2%;
}

.pay .table_border {
    width: 49%;
}

.pay .pa-hd-ic {
    text-align: left;
    padding: 0;
}

.pay-confirm .col-lg-6 .panel.callout.panel-default.panel-blue {
    min-height: 405px;
}

.pay-confirm .callout .bottom-line {
    margin-top: 60px;
}

.bot-tab-help {
    display: inline-block;
    width: 100%;
    position: relative;
    top: -90px;
}

.card {
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px #eee;
    background: #f5f5f5;
}

    .card p {
        max-width: 100% !important;
        font-weight: 700;
    }

/* FRENCH DESKTOP */

/* homepage fr */
html:lang(fr) .home .callout-home-out p {
    min-height: 195px;
}

html:lang(fr) .home .callout-home .custom-height {
    min-height: 619px;
}

html:lang(fr) .sidebar-nav li:nth-child(1) .link, html:lang(fr) .sidebar-nav li:nth-child(2) .link {
    top: 10px;
}

/* payment confirmation fr */
html:lang(fr) .pay-confirm .col-lg-6 .panel.callout.panel-default.panel-blue {
    min-height: 430px;
}



/* responsive emily */

/* <1200 */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    /* hp1200 */
    body {
        font-size: 16px;
    }

    .callout-home .custom-height {
        min-height: 467px;
    }

    .callout-home-out p {
        min-height: 130px;
    }

    .home .panel-heading1 .head_icon {
        width: 170px;
    }

    .home .label_bottom {
        margin-bottom: 0;
    }

    .home .box_model_heading span {
        font-size: 16px;
    }

    .home .callout-home .panel-body {
        padding: 0 30px 30px 30px;
    }

    .home .box-panel h3 {
        font-size: 24px;
    }

    .home span.arrowfontissue {
        padding: 1px 0 0 0;
    }

    .home span.helpfontissue {
        top: 0;
    }

    .home .box_model_margin_reduce {
        padding: 27px;
    }

    .home .width_question .ipad_font {
        color: #005daa;
    }

    .home span.helpfontissue {
        margin-left: 0;
    }

    /* --- */

    /* ineligible */

    .ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic:nth-child(2) div {
        font-size: 21px !important;
    }

    /* contracts */
    .textmobilecenter {
        left: 6.8%;
    }

    /* faq */

    .viewfaqbtn {
        position: absolute;
        right: 40px;
    }

    .needhelp-pg .label-box-item h3 {
        left: 0 !important;
    }

    .needhelp-pg .callout-prot .material-icons.info_o {
        font-size: 40px;
        position: relative;
        top: -5px;
    }

    .bot-tab-help .panel-title {
        font-size: 16px;
    }

    /* what's covered */
    #button-print {
        position: relative;
        top: -40px;
        float: right !important;
    }

    .text_right_align_desktop {
        margin-left: 65px;
    }

    /* payment */
    #other-payment {
        font-size: 20px;
        padding: 22px 0;
    }

        #other-payment .material-icons {
            margin-top: -10px;
        }

    .pay-confirm .col-lg-6 .panel.callout.panel-default.panel-blue {
        min-height: initial;
    }

    /* FR1199*/
    html:lang(fr) .home .head_icon, html:lang(fr) .home .head_icon1 {
        font-size: 20px;
    }

    html:lang(fr) .home .width_question .box_model_heading {
        width: 60%;
    }

        html:lang(fr) .home .width_question .box_model_heading span {
            display: block;
        }

    html:lang(fr) .home .width_question .helpfontissue {
        top: -9px;
    }

    html:lang(fr) .home .callout-home .custom-height {
        min-height: 583px;
    }

    html:lang(fr) .pay-confirm .col-lg-6 .panel.callout.panel-default.panel-blue {
        min-height: initial;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) { /* inbetween */
    .sidebar-nav li:nth-child(1) .link, .sidebar-nav li:nth-child(2) .link {
        top: 10px;
    }

    .sidebar-nav li a .material-icons {
        margin-left: 29px;
    }

    .co-pg-outer .panel-group .panel {
        margin-bottom: 0;
    }

    .navbar-brand img {
        margin: 4px 10px;
    }

    .home .panel-heading1 .head_icon {
        top: 5px;
        font-size: 18px
    }

    .home .panel-heading1 .head_icon1 {
        top: 15px;
        font-size: 18px;
    }

    .home .callout-home.tablet_position {
        width: 100%;
        height: 160px;
    }

    .home .callout-home-out p {
        margin-top: 20px;
    }

    .callout-home .panel-body {
        min-height: 400px;
    }

    .errormobile a {
        margin-top: 30px;
    }

    .errorPage.pa-hd-sub h2 {
        padding: 10px 0;
    }

    .top-caption.panel-blue p {
        margin-top: 0;
    }

    /* internal */
    .pa-hd-ic i {
        position: relative;
        left: 10px;
        top: 25px;
    }

    .callout .panel-body {
        min-height: initial;
        padding: 30px;
    }

    .text_right_required {
        text-align: left;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .callout .panel-heading, .heading {
        font-size: 20px;
    }

    .panel.callout.panel-default.panel-blue {
        min-height: 250px;
    }

    .callout.panel-blue .phone_icon_device_info {
        position: relative;
        top: -5px;
        margin-left: -10px;
    }

    .callout .panel-heading .dev-txt {
        top: -16px;
    }

    .payment h2 {
        padding: 40px 0 0 15px;
        font-size: 22px;
    }

    .pa-hd-cod p {
        font-size: 16px;
    }

    #Contentplaceholder2_C005_Col00 .payment h2 {
        padding: 40px 0 0 5px;
    }

    .heading.unlock {
        margin-bottom: 20px;
    }

    /* contracts */
    .textmobilecenter {
        left: 8.5%;
    }

    .co-pg-outer {
        padding: 20px 0;
        display: inline-block;
        width: 100%;
        margin-top: 0px;
    }

    /* confirm shipping */

    #edit-button, #save-button, #cancel-button {
        min-width: auto;
        width: auto;
    }

    #Contentplaceholder2_C005_Col00 #submit-button {
        width: auto;
    }


    /* ineligible */
    .ineligible .co-pg-outer .panel-blue .contracts, .claims-maxed .co-pg-outer .panel-blue .contracts {
        border: 1px solid #ccc;
        border-bottom: none;
        border-top: 5px solid #005daa;
        margin-bottom: 0;
    }

    .ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic:first-child {
        top: 25px;
    }

    .claims-maxed .co-pg-outer .panel-blue .panel-body .pa-hd-ic:first-child {
        top: -20px;
    }

    .contact_phone_number {
        margin-top: 10px;
    }

    .ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic:nth-child(2) div {
        font-size: 25px !important;
    }

    .ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic:nth-child(2) {
        left: 0;
    }




    /* what's covered */
    .quick-easy-pg .callout-block h3 {
        font-size: 18px;
    }

    /* payment */
    #other-payment {
        padding: 25px 0 17px 0;
    }

    .pay .panel.callout.panel-default.panel-blue {
        min-height: initial;
    }

    .padding_left_none_mobile {
        padding: 0;
    }

    .pay .tabs_col .tab-content {
        margin-top: 20px;
    }

    .pay #other-payment div:first-child {
        margin-bottom: 60px !important;
    }

    .pay .payment h2 {
        padding: 40px 0 0 0;
    }

    /* payment confirmation */
    .pay-conf .receive .material-icons {
        top: 0;
    }

    #Contentplaceholder2_C004_Col00 .pa-hd-sub h2 {
        padding: 20px 10px;
    }

    #button-print {
        padding: 5px 10px 10px 10px;
        margin-top: -10px;
    }

    .pay-conf .callout .panel-heading-grey .dev-txt {
        top: 0;
        font-size: 20px;
    }

    .pay-conf .receive .panel-body {
        padding: 20px 40px 20px 40px;
    }

    .pay-conf .stepwizard-step {
        margin-bottom: 20px;
    }

    .pay-conf .stepwizard .btn-circle {
        display: block;
        margin: 10px auto;
    }

    .btn-instructions-btm {
        width: auto !important;
    }

    /* claim status */

    .claim-status .history_position .material-icons {
        top: 9px;
    }

    .claim-status .tracking_date {
        right: 25px;
    }

    .claim-status .panel-blue.incident .row div:first-child {
        width: 45%;
    }

    /* FR991 inbetween */
    html:lang(fr) .home .callout-home-out p {
        min-height: 130px;
    }

    html:lang(fr) .home .callout-home .custom-height {
        min-height: 430px;
    }

    html:lang(fr) .home .panel-heading1 .head_icon1 {
        top: 0;
    }

    /* payment confirmation fr 991 */
    html:lang(fr) #button-print {
        font-size: 16px;
    }

    html:lang(fr) #Contentplaceholder2_C004_Col00 .pa-hd-co p.text_right_align_desktop {
        margin: -40px 0 -10px 0;
    }

    html:lang(fr) .pay-conf .btn-instructions {
        font-size: 16px;
    }

    html:lang(fr) .pay-conf .receive .panel-body {
        padding: 20px 40px;
    }

    html:lang(fr) .helpbox .helptext {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    /* hp768 */
    body {
        font-size: 16px;
    }

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
        background: none;
    }

    .sidebar-nav li .link {
        top: 16px;
    }

    .sidebar-nav li:nth-child(1) .link {
        top: 16px;
    }

    .sidebar-nav li:nth-child(2) .link {
        top: 9px;
    }

    a.accordion-toggle {
        color: #333;
    }

    .navbar-brand img {
        margin: 4px 10px;
    }

    .mobile-clear {
        clear: both;
    }

    .errormobile {
        padding-left: 20px;
        padding-right: 20px;
    }

    .errorPage {
        top: 0px !important;
    }

    .mobile-clear .phoneicon_mobile {
        float: none !important;
        margin-bottom: 10px;
    }

    .home .noarrow:after {
        display: none;
    }

    .btn-primary {
        width: 100%;
        margin-top: 20px;
    }

    .home .callout-home .panel-heading1, .home .panel-blue {
        border-top: none;
    }

    .home .panel-title {
        width: 100%;
        line-height: 1;
        display: block;
    }

    .home .question_text_mobile .material-icons {
        color: #005daa;
    }

    .home .box_model_heading span {
        font-size: 16px;
        display: block;
        width: 150px;
    }

    span.arrowfontissue {
        padding: 0;
        position: relative;
        left: 3px;
        font-size: 44px;
    }

    .home .question_text_mobile .btn {
        background: none;
        box-shadow: none;
    }

    .home .border_right_tab {
        border: none;
    }

    .home .box_model_margin_reduce {
        margin: 0 !important;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .home .box-panel {
        padding: 11px 26px;
    }

    .home .box_model_heading {
        padding: 9px 14px !important;
        font-size: 18px;
    }

    .home .question_text_mobile .material-icons.ipad_font {
        position: relative;
        top: 5px;
        font-size: 40px;
        float: left;
    }

    .home .callout-home-out p {
        min-height: initial;
        padding: 20px 0;
    }

    .accordion-toggle:after {
        font-family: 'Material Icons';
        content: "\E5CE";
        float: right;
        color: #005daa;
        font-size: 40px;
        position: relative;
        top: 8px;
        right: 10px;
    }

    .accordion-toggle.collapsed:after {
        font-family: 'Material Icons';
        content: "\E5CF";
        float: right;
        color: #005daa;
        font-size: 40px;
        position: relative;
        top: 8px;
        right: 10px;
    }

    .home .panel-heading1 .head_icon {
        top: 4px;
        left: 15px;
        width: 170px;
        font-size: 18px;
    }

    .home .panel-heading1 .head_icon1 {
        top: 13px;
    }

    .home .callout-home .panel-heading1 {
        text-align: left;
    }

    .home .panel-group .panel {
        margin-bottom: 0px !important;
        border-radius: 0;
        padding: 15px;
    }

    .co-pg-outer .panel-blue {
        border-top: #ccc 1px solid;
        margin-top: 0px;
    }

    .errormobile a {
        margin-top: 20px;
    }



    /* internal m768 */
    .modal-title {
        margin-top: 0;
    }

    .payment h2 {
        font-size: 20px;
        padding: 30px 10px 0 20px;
    }

    .top-caption.panel-blue p {
        margin-top: 0;
    }

    .pa-hd-ic {
        width: 60px;
        position: relative;
        left: 15px;
        top: 10px;
    }

    .textmobilecenter {
        left: 0;
    }

    #Contentplaceholder2_C015_Col00 {
        padding: 0;
    }

    .panel .sub-header {
        font-size: 14px;
        padding: 10px 20px;
    }

    .pa-hd-cod {
        padding: 20px;
        background: #f5f5f5;
    }

    .callout .panel-heading, .heading {
        font-size: 18px;
    }

    .panel.callout.panel-default.panel-blue {
        min-height: initial;
        padding: 0 7px;
    }

    .text_right_required {
        text-align: left;
        font-size: 14px;
        margin-bottom: 20px;
        clear: both;
    }

    .heading .fa {
        padding-right: 10px;
        float: left;
        top: 0;
    }

    .heading.devicelocked .fa {
        top: 0 !important;
    }

    .heading .con-txt {
        float: left;
        margin-top: 10px;
        display: block;
    }

    .personal-info, .shipping-info {
        padding: 0;
    }

    .callout.panel-blue .phone_icon_device_info {
        margin-left: -10px;
    }

    .callout .fa-file-o {
        margin-left: -4px;
    }


    .heading {
        margin-bottom: 20px;
    }

    .btn-primary {
        font-size: 18px;
    }

    .btn-primary-sm {
        width: 100%;
        white-space: normal;
        line-height: initial;
        padding: 10px;
        font-size: 18px;
    }

    /* get-track standalone */
    #Contentplaceholder1_C002_Col00 .callout-home .custom-height {
        margin: 0 20px;
    }

    #Contentplaceholder1_C002_Col00 .accordion-toggle.collapsed:after,
    #Contentplaceholder2_C004_Col00 .accordion-toggle.collapsed:after,
    #Contentplaceholder2_C004_Col00 #collapse2:after {
        display: none;
    }

    #Contentplaceholder1_C002_Col00 .panel-heading1 .head_icon,
    #Contentplaceholder2_C004_Col00 .panel-heading1 .head_icon {
        display: block;
        margin-top: 15px;
        line-height: initial;
    }

    #Contentplaceholder1_C002_Col00 .panel-blue .panel-heading1.accordion-heading,
    #Contentplaceholder2_C004_Col00 .panel-blue .panel-heading1.accordion-heading {
        padding: 20px 0 10px 0;
    }

    /* confirm shipping */

    #edit-button, #save-button, #cancel-button {
        margin: 20px 0 0 0;
    }

    #Contentplaceholder2_C005_Col00 .get_replacement_text .text_right_left {
        text-align: left;
        padding: 0;
    }


    /* unlock */
    .heading.unlock {
        margin-bottom: 60px;
    }

    .margintop {
        margin-top: 50px;
    }

    /* contracts */
    #Contentplaceholder2_C006_Col00 {
        padding: 0;
    }

    .mobile-clear .phoneicon_mobile {
        margin-left: 8px;
    }

    .fileicon {
        font-size: 26px;
        width: 100%;
        margin: 20px 0 0 15px;
    }

    .found_contacts {
        margin-left: 15px;
        font-size: 16px;
        margin-top: 7px;
    }

    .panel .contracts {
        padding: 12px 15px !important;
    }

    .content_heading, .content_text {
        font-size: 16px;
        margin-left: 15px;
    }

    .second_line_align {
        margin-left: 0;
    }

    .item_specific_full_details {
        margin-top: 30px;
    }

    /* ineligible */
    .ineligible .co-pg-outer .panel-blue .contracts, .claims-maxed .co-pg-outer .panel-blue .contracts {
        border-top: 5px solid #005daa;
        margin-bottom: 0;
    }

    .ineligible .co-pg-outer .pa-hd-ic {
        width: 100%;
        left: 0;
    }

    .ineligible .co-pg-outer .panel-blue .panel-body {
        padding-bottom: 40px;
    }

        .ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic:first-child {
            top: 25px;
        }

        .ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic:nth-child(2) div {
            font-size: 25px !important;
        }

        .ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic:nth-child(2) {
            left: 0;
        }

        .ineligible .co-pg-outer .panel-blue .panel-body .pa-hd-ic div {
            display: block;
            height: auto;
            margin-top: 40px;
        }

    .claims-maxed .co-pg-outer .pa-hd-ic {
        width: 50%;
    }

    .claims-maxed .co-pg-outer .panel-blue .panel-body {
        padding-bottom: 35px;
    }

    .contact_phone_number {
        width: 100%;
    }

    /* what happened */
    #Contentplaceholder2_C005_Col00 .pa-hd-ic {
        left: 25px;
    }

    /* claim status */
    .claim-status .panel-blue.incident .row div:first-child {
        width: 100%;
    }

    .claim-status .tracking_date {
        right: 25px;
    }

    .claim-status .panel-blue.incident {
        padding: 0 8px;
    }

    /* faq 768 */

    .helpbox {
        top: 0;
    }

    .helpfaq {
        top: 0;
        margin-top: 30px;
    }

    .bot-tab-help {
        top: 0;
        margin: 30px 0 50px 0;
    }

        .bot-tab-help .tab-content {
            margin-top: 20px;
        }


    .needhelp-pg .label-box-item p {
        text-align: center !important;
    }

    .needhelp-pg .needhelpphoneicon {
        float: none !important;
        padding: 0 !important;
    }

    .needhelp-pg .label-box-item h3 {
        position: absolute !important;
        text-align: center;
        left: 0 !important;
        right: 0;
        top: -27px !important;
        margin: 0 auto;
        padding: 0 !important;
        background: transparent !important;
    }

    .needhelp-pg .label-box-item {
        border: none !important;
        padding: 10px !important;
    }

    .viewfaqbtn {
        width: 100%;
        margin-top: 10px !important;
        font-size: 18px;
        min-height: initial;
    }

    .needhelp_font {
        padding: 0 !important;
        width: 100%;
    }

    .needhelp-pg .material-icons.needhelpphoneicon {
        font-size: 60px;
    }

    .needhelp-pg .needhelp_font.needhelpphonetext {
        margin-top: 15px;
    }

        .needhelp-pg .needhelp_font.needhelpphonetext strong {
            font-size: 20px;
        }

    .needhelp-pg .material-icons.info_o {
        font-size: 30px;
    }

    .needhelp-pg .tab-content .panel-body ul li {
        padding: 0;
    }

    .needhelp-pg ol li {
        padding: 0 10px;
    }

    /* what's covered */
    .quick-easy-pg .callout-block h3, .quick-easy-pg .note-process p {
        font-size: 18px;
        margin-top: 20px;
    }

    .quick-easy-pg .mobile_covered {
        text-align: center;
    }

    .quick-easy-pg .callout-block p {
        max-width: 100%;
    }

    /* payment */
    .pay .table_border {
        font-size: 16px;
    }

    .pay .bs-example .table_border img {
        height: 47px;
        margin: auto;
    }

    .pay .pa-hd-ic {
        padding-top: 12px;
    }

    .pay .bs-example {
        margin-top: -40px;
    }

    .pay form .header_menu-tabs {
        padding: 0;
    }

    .padding_left_none_mobile {
        padding: 0;
    }

    .pay .text-right-required {
        text-align: left;
    }

    /* payment confirmation 768 */
    #button-print {
        display: none;
    }

    .top-caption .pa-hd-sub h2 {
        width: 100%;
    }

    .top-caption .pa-hd-sub {
        left: 0;
    }

    .top-caption.panel {
        margin-bottom: 0;
    }

    .text_right_align_desktop {
        width: 100%;
    }

    .pay-conf .btn-instructions {
        display: none;
    }

    .pay-conf .material-icons.in_mobile_icon_size1 {
        font-size: 30px;
        top: 7px;
    }

    .pay-conf.block-header h2 {
        padding: 0;
        font-size: 20px;
        position: relative;
        top: 8px;
    }

    .pay-conf a.accordion-toggle {
        font-size: 18px;
        line-height: initial;
    }

    .pay-conf .panel.callout.panel-default.panel-blue {
        padding: 0;
    }

    .pay-conf .callout .panel-heading-grey .mobile {
        font-size: 30px;
    }

    .pay-conf .material-icons {
        font-size: 50px;
        margin: 0;
    }

    .pay-conf .callout .panel-heading-grey {
        padding: 10px 15px;
    }

    .pay-conf .accordion-toggle:after {
        top: 6px;
        width: 30px;
    }

    .pay-conf .setup.callout.full-panel .panel-body p, .pay-conf .prepare.callout.full-panel .panel-body p {
        margin-bottom: 60px;
    }

    .pay-conf .prepare .caption {
        margin-bottom: 0 !important;
    }

    .pay-conf .stepwizard-step {
        margin-bottom: 20px;
    }

    .pay-conf .stepwizard .btn-circle {
        display: block;
        margin: 10px auto;
    }

    .btn-instructions-btm {
        width: 100%;
        margin: 0;
    }

    .pay-conf .container {
        margin-bottom: 0;
    }

    .pay-conf span.head_icon_new {
        width: 65%;
        display: block;
        float: left;
    }

    .pay-conf .panel-title .material-icons {
        top: 10px;
    }

    .pay-conf .panel-title span.head_icon_new {
        margin-top: 11px;
    }

    .pay-conf .bg-white {
        margin-top: -30px;
    }

    .pay-confirm .col-lg-6 .panel.callout.panel-default.panel-blue {
        min-height: initial;
    }

    .pay-confirm .callout .panel-body {
        padding: 15px 25px;
    }

    /* FR768 */
    html:lang(fr) .home .callout-home-out p, html:lang(fr) .home .callout-home .custom-height {
        min-height: initial;
    }

    html:lang(fr) .home .panel-heading1 .head_icon1 {
        top: 4px;
    }

    html:lang(fr) .pay-confirm .col-lg-6 .panel.callout.panel-default.panel-blue {
        min-height: initial;
    }
}

@media only screen and (max-width: 610px) {
    html:lang(fr) .needhelp-pg .callout-prot .material-icons.info_o {
        font-size: 60px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .claim-status .tracking_date {
        right: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 529px) {
    .pay #other-payment {
        padding: 12px 15px 19px 15px;
    }

        .pay #other-payment .material-icons {
            margin-top: -7px;
        }
}

@media only screen and (max-width: 456px) {
    .needhelp-pg .callout-prot .material-icons.info_o {
        font-size: 60px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 429px) {
    .modal-footer_ok {
        display: block;
        margin: 15px 0;
    }


    html:lang(fr) .pay-confirm .callout .panel-heading i {
        display: block;
        width: 100%;
    }

    html:lang(fr) .pay-confirm .callout .panel-heading .con-txt {
        display: block;
    }

    html:lang(fr) .callout .panel-heading {
        padding: 20px 20px 0 11px;
    }

    html:lang(fr) .callout.panel-blue .phone_icon_device_info {
        margin-left: 0;
    }

    html:lang(fr) .callout.panel-blue .fa-file-o {
        margin-left: 4px;
    }

    html:lang(fr) .callout .panel-heading .dev-txt, html:lang(fr) .callout .panel-heading .con-txt {
        top: 0;
        display: block;
        padding-top: 10px;
        padding-left: 4px;
    }
}

@media only screen and (max-width: 398px) {
    .pay #other-payment {
        padding: 1px 15px 20px 15px;
    }

        .pay #other-payment .material-icons {
            margin-top: -19px;
        }
}
/* end responsive */




/* Large desktops and laptops */

@media (min-width: 1200px) {
    .callout-home .collapse.in {
        display: block;
        height: initial !important;
    }
}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    .callout-home .collapse.in {
        display: block;
        height: initial !important;
    }

    .needhelp-pg .label-box-item h3 {
        left: 0 !important;
    }
}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .callout-home .collapse.in {
        display: block;
        height: initial !important;
    }

    .btn-primary,
    .btn-primary-sm {
        width: 100%;
    }

    #sidebar-wrapper.active {
        left: 320px;
        width: 320px;
    }

    .sidebar-nav {
        width: 320px;
    }

    #sidebar-wrapper {
        margin-left: -320px;
        width: 320px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .col-lg-4 {
        padding: 0;
    }

    .callout-home .panel-heading1 {
        padding: 0;
        min-height: inherit;
    }

    .box-panel {
        background: #f5f5f5;
        padding: 20px;
        float: left;
        width: 100%;
        margin: 0px 0 0px 0;
    }

    .callout-home .panel-heading1 a {
        padding: 15px 10px 5px 15px;
        display: inline-block !important;
        width: 100%;
    }

    .box-panel h3 {
        display: inline-block;
        border: none;
        font-weight: 600;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: -0.5px;
        font-size: 20px;
    }

    .mobile-help {
        font-size: 40px;
        padding: 0 10px 0 0;
        position: relative;
        left: 0;
        top: 0;
        color: #005daa;
        float: left;
    }

    .mobile {
        font-size: 40px;
        padding: 0 10px 0 0;
        position: relative;
        left: 0;
        top: 0;
        color: #005daa;
        float: left;
    }

    .mobile_icon_innerpages {
        font-size: 40px;
        padding: 0 10px 0 0;
        position: relative;
        left: 0;
        top: 0;
        color: #005daa;
        float: left;
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin: 0 0 50px 0;
        text-align: center;
    }

        footer ul li {
            list-style: none;
            padding: 0;
            margin: 0;
            display: inline-block;
            width: 100%;
        }

    footer p {
        font-size: 15px;
        padding: 15px 0 0 0;
        margin: 0;
        opacity: 0.8;
        display: inline-block;
        width: 100%;
    }

    footer ul li a {
        font-size: 16px;
        padding: 0;
        margin: 0;
        font-weight: normal;
        letter-spacing: -0.5px;
        border-top: #ccc 1px solid !important;
        display: block;
        line-height: 50px;
    }

        footer ul li a:first-child {
            border: none;
        }

    .logo_footer {
        float: left !important;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .logo_footer img {
            text-align: center;
            margin: 0 auto;
        }

    .home .co-home-bg {
        padding: 0;
    }

    .co-header .navbar-toggle {
        border: none;
        margin: 0;
        float: left !important;
        display: initial;
    }

    .co-header {
        min-height: initial;
        background: #fff;
        border: none;
        padding: 15px;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 3px 2px;
        font-size: 18px;
        line-height: 20px;
        width: 238px;
    }

        .navbar-brand img {
            max-width: 100%;
        }

    .sidebar-nav li a i {
        padding: 0px 10px 0px 0;
        position: relative;
        top: 11px;
        font-size: 34px;
        margin-left: -25px;
    }

    .sidebar-nav li {
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

        .sidebar-nav li a {
            color: #333;
            display: block;
            text-decoration: none;
            padding: 19px 0 30px 0;
            margin: 0;
        }

    .co-home-bg {
        background: url(/images/default-source/costco_images/home_banner.jpg) no-repeat right top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 300px;
        width: 100%;
        display: inline-block;
        padding: 80px 0;
    }

    .pa-hd-ic .fa {
        font-size: 48px;
    }

    .pa-hd-co h2 {
        font-weight: 600;
        letter-spacing: -1px;
        font-size: 19px;
    }

    .personal-info,
    .shipping-info {
        padding: 10px;
        display: inline-block;
        width: 100%;
    }

    .heading {
        background: none;
        padding: 0;
        border: none;
        text-transform: uppercase;
        position: relative;
    }


    .callout .panel-body .info-list li:first-child {
        min-width: 100px;
    }

    .callout .panel-body .info-list li {
        display: inline-block;
        font-size: 14px;
        opacity: 0.8;
        vertical-align: top;
    }

    .panel-body {
        padding: 15px;
    }



    .form-group {
        margin-bottom: 15px;
    }

    .pa-hd-co p {
        padding: 25px 15px 0 0;
        margin: 0;
    }

    .co-pg-bg {
        background: url(/images/default-source/costco_images/login_banner.png) no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: inherit;
        width: 100%;
        display: inline-block;
        padding: 40px 0 40px 0;
        margin: 0 0 15px 0;
    }

    .co-pg-outer .panel-blue {
        border-top: #005daa 0px solid;
    }

    .shipping-info .radio label,
    .shipping-info .checkbox label {
        min-height: 20px;
        padding-left: 0;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
        font-size: 16px;
    }

    .block-height1 {
        min-height: inherit;
    }

    .submit_page .callout {
        margin-bottom: 20px;
    }

    .block-height2 {
        min-height: inherit;
    }

    .block-header h2 {
        padding: 25px 0;
        font-size: 22px;
    }

    .callout .panel-heading-grey {
        background: #f5f5f5;
        padding: 15px;
        border: none;
        text-transform: uppercase;
        font-size: 26px;
        position: relative;
    }

        .callout .panel-heading-grey .mobile {
            color: #333;
            font-size: 50px;
            padding: 0 15px 0 0;
            position: relative;
            float: left;
        }

    .full-panel img.icon-cal {
        margin: 0 auto;
        display: block;
    }

    .callout.full-panel .panel-body p {
        margin: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .full-panel p {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }

    .panel-body .col-sm-4 {
        padding: 0 0 25px 0;
    }

    .packing-block ul {
        display: inline-block;
        list-style: disc !important;
        padding: 25px 0 25px 0px;
    }

    .packing-block li {
        display: block;
        list-style: disc !important;
        text-align: left;
        font-size: 16px;
        padding-bottom: 0px;
    }

    .stepwizard-step {
        display: inline-block;
        text-align: center;
        position: relative;
        width: 100%;
    }

    .stepwizard-row::before {
        border: none;
    }

    .button-margin {
        margin: 0px 0;
    }

    .pa-hd-co {
        padding: 15px;
        display: inline-block;
        width: 100%;
    }

        .pa-hd-co .btn-primary-sm {
            width: initial;
            min-width: inherit;
            font-size: 16px;
            min-width: inherit;
            padding: 5px 10px;
            height: initial;
            line-height: inherit;
            min-height: inherit;
            float: none !important;
            text-align: left;
            margin: 0;
        }

    .pa-hd-sub h2 {
        font-size: 20px;
        padding: 20px 0;
    }

    .service_con h3 {
        color: #3a3a3a;
        font-size: 18px;
    }

    .service_con .applic h3 {
        float: right;
        text-align: right;
        line-height: 22px;
        margin-bottom: 15px;
        font-size: 17px;
    }

    .tabs_col img {
        max-width: 100% !important;
    }

    .header_menu-tabs .tabs_col ul li a {
        padding: 10px 25px;
        margin: 0;
        min-height: inherit;
    }

    .header_menu-tabs {
        padding: 0 15px;
        margin-bottom: 20px;
    }

        .header_menu-tabs .tabs_col ul li a span {
            min-height: initial;
            line-height: 22px;
            display: inline-block;
            font-size: 18px;
        }





    .pa-hd-cod {
        padding: 10px;
    }

    .top-caption .panel-body {
        padding-top: 0;
    }

    .header_menu-tabs p {
        font-size: 15px;
        float: left;
        padding-top: 15px;
    }

    .pa-hd-cod li {
        padding: 0;
        font-size: 15px;
        list-style: disc;
    }

    .pa-hd-ic {
        padding: 14px 0 0 0;
    }

    .incident {
        position: relative;
        top: 0;
    }

        .incident p {
            padding: 10px 15px 0 15px;
        }

    .fullfooternav {
        float: none !important;
    }

    .navbar-text a {
        margin: 0px 0 0 0;
    }

    .phoneicon {
        padding-left: 20px !important;
    }

    .material-icons {
        font-size: 40px;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {


    .co-pg-outer {
        padding: 0 0 20px 0 !important;
        display: inline-block;
        width: 100%;
    }

    #sidebar-wrapper.active {
        left: 320px;
        width: 320px;
    }

    .sidebar-nav {
        width: 320px;
    }

    #sidebar-wrapper {
        margin-left: -320px;
        width: 320px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .col-lg-4 {
        padding: 0;
    }

    .panel-blue {
        /*border-top: #ccc 1px solid; sujith*/
    }

    .callout-home .panel-body {
        min-height: 180px;
        padding: 0px 20px 20px 20px;
    }

    .callout-home .panel-heading1 {
        padding: 0;
        min-height: inherit;
    }

    .box-panel {
        background: #f5f5f5;
        padding: 20px;
        float: left;
        width: 100%;
        margin: 0px 0 0px 0;
    }

    .callout-home .panel-heading1 a {
        padding: 0px;
        display: inline-block !important;
        width: 100%;
    }

    .box-panel h3 {
        display: inline-block;
        border: none;
        font-weight: 600;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: -0.5px;
        font-size: 20px;
    }

    .mobile-help {
        font-size: 40px;
        padding: 0 10px 0 0;
        position: relative;
        left: 0;
        top: 0;
        color: #005daa;
        float: left;
    }

    .mobile {
        font-size: 40px;
        padding: 0px;
        position: relative;
        left: 0;
        top: 0;
        color: #005daa;
        float: left;
    }

    .mobile_icon_innerpages {
        font-size: 40px;
        padding: 0px;
        position: relative;
        left: 0;
        top: 0;
        color: #005daa;
        float: left;
    }


    .head_icon1 {
        float: left;
        line-height: 40px;
        max-width: 230px;
        font-weight: 600;
        font-size: 20px;
        text-align: left;
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin: 0 0 50px 0;
        text-align: center;
    }

        footer ul li {
            list-style: none;
            padding: 0;
            margin: 0;
            display: inline-block;
            width: 100%;
        }

    footer p {
        font-size: 15px;
        padding: 20px 0;
        margin: 0;
        opacity: 0.8;
        display: inline-block;
        width: 100%;
    }

    footer ul li a {
        font-size: 16px;
        padding: 0;
        margin: 0;
        font-weight: normal;
        letter-spacing: -0.5px;
        border-top: #ccc 1px solid !important;
        display: block;
        line-height: 50px;
    }

        footer ul li a:first-child {
            border: none;
        }

    .fullfooternav {
        float: none !important;
    }

    .logo_footer {
        float: left !important;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .logo_footer img {
            text-align: center;
            margin: 0 auto;
        }

    .home-logo {
        display: none;
    }

    .home .co-home-bg {
        padding: 0;
    }

    .home .co-header {
        background: #fff !important;
        border: none !important;
    }

    .co-header .navbar-toggle {
        border: none;
        margin: 0;
        float: left !important;
        display: initial;
    }

    .co-header {
        min-height: initial;
        background: #fff;
        border: none;
        padding: 15px;
        border-bottom: #ccc 0px solid;
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 3px 2px;
        font-size: 18px;
        line-height: 20px;
        width: 226px;
    }

        .navbar-brand img {
            max-width: 100%;
        }

    .sidebar-nav li a i {
        padding: 0px 10px 0px 0;
        position: relative;
        top: 11px;
        font-size: 34px;
        margin-left: -25px;
    }

    .sidebar-nav li {
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

        .sidebar-nav li a {
            color: #333;
            display: block;
            text-decoration: none;
            padding: 19px 0 30px 0;
            margin: 0;
        }

    .co-home-bg {
        background: url(/images/default-source/costco_images/home_banner.jpg) no-repeat 80% 0px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 300px;
        width: 100%;
        display: inline-block;
        padding: 80px 0;
    }

    body {
        font-family: 'Open Sans', sans-serif;
    }

    .pa-hd-ic .fa {
        font-size: 48px;
    }

    .pa-hd-co h2 {
        font-weight: 600;
        letter-spacing: -1px;
        font-size: 19px;
    }

    .personal-info,
    .shipping-info {
        display: inline-block;
        width: 100%;
    }

    .heading {
        background: none;
        padding: 0;
        border: none;
        text-transform: uppercase;
        position: relative;
    }

    .devicelocked {
        margin-bottom: 15px !important;
        text-align: left !important;
    }

    .icontext {
        position: relative;
        top: -5px;
    }

    .Headingmobilealign {
        text-align: left !important;
        font-size: 18px !important;
    }

    .callout .panel-heading {
        max-height: inherit;
        background: none;
        padding: 20px 20px 0 20px;
        border: none;
        text-transform: uppercase;
        position: relative;
    }

    .callout .panel-body .info-list li:first-child {
        min-width: 100px;
    }

    .callout .panel-body .info-list li {
        display: inline-block;
        font-size: 14px;
        opacity: 0.8;
        vertical-align: top;
    }

    .panel-body {
        padding: 15px;
    }

    .callout .panel-body {
        min-height: inherit;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .pa-hd-co p {
        font-size: 15px;
        padding: 0px 0px 0 0;
        margin: 0;
    }

    .co-pg-bg {
        background: url(/images/default-source/costco_images/login_banner.png) no-repeat 0px -20px scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: inherit;
        width: 100%;
        display: inline-block;
        padding: 20px 0 0 0;
        margin: 0 0 15px 0;
    }

    .shipping-info .radio label,
    .shipping-info .checkbox label {
        min-height: 20px;
        padding-left: 0;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
        font-size: 16px;
    }

    .block-height1 {
        min-height: inherit;
    }

    .submit_page .callout {
        margin-bottom: 20px;
    }

    .block-height2 {
        min-height: inherit;
    }

    .block-header h2 {
        font-size: 22px;
    }

    .callout .panel-heading-grey {
        background: #f5f5f5;
        padding: 15px;
        border: none;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: -0.8px;
        font-size: 26px;
        position: relative;
    }

        .callout .panel-heading-grey .mobile {
            color: #333;
            font-size: 50px;
            padding: 0 15px 0 0;
            position: relative;
            float: left;
        }


    .full-panel img.icon-cal {
        margin: 0 auto;
        display: block;
    }

    .callout.full-panel .panel-body p {
        padding: 10px 0 0 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .full-panel p {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }

    .panel-body .col-sm-4 {
        padding: 0 0 25px 0;
    }

    .packing-block ul {
        display: inline-block;
        list-style: disc !important;
        padding: 25px 0 25px 0px;
    }

    .packing-block li {
        display: block;
        list-style: disc !important;
        text-align: left;
        font-size: 16px;
        padding-bottom: 0px;
    }

    .stepwizard-step {
        display: inline-block;
        text-align: center;
        position: relative;
        width: 100%;
    }

    .stepwizard-row::before {
        border: none;
    }

    .button-margin {
        margin: 0px 0;
    }

    .pa-hd-co {
        padding: 15px;
        background: #f5f5f5;
        display: inline-block;
        width: 100%;
        padding-left: 20px;
    }

        .pa-hd-co .btn-primary-sm {
            width: initial;
            min-width: inherit;
            font-size: 16px;
            min-width: inherit;
            padding: 5px 10px;
            height: initial;
            line-height: inherit;
            min-height: inherit;
            float: none !important;
            text-align: left;
            margin: 0;
        }

    .pa-hd-sub h2 {
        font-size: 20px;
        padding: 30px 0;
    }

    .service_con h3 {
        color: #3a3a3a;
        font-size: 18px;
    }

    .service_con .applic h3 {
        float: right;
        text-align: right;
        line-height: 22px;
        margin-bottom: 15px;
        font-size: 17px;
    }

    .tabs_col img {
        max-width: 100% !important;
    }

    .header_menu-tabs .tabs_col ul li a {
        padding: 10px 25px;
        margin: 0;
        min-height: inherit;
    }

    .header_menu-tabs {
        padding: 0px 0px;
        margin-bottom: 20px;
    }

        .header_menu-tabs .tabs_col ul li a span {
            min-height: initial;
            line-height: 22px;
            display: inline-block;
            font-size: 18px;
        }


    .top-caption .panel-body {
        padding: 0;
    }

    .header_menu-tabs p {
        font-size: 15px;
        float: left !important;
        padding-top: 15px;
    }

    .pa-hd-cod li {
        padding: 0;
        list-style: disc;
    }

    .pa-hd-ic {
        padding: 14px 0 0 0;
    }

    .incident {
        position: relative;
        top: 0;
    }

        .incident p {
            padding: 10px 15px 0 15px;
        }

    .paddingmobilenone {
        padding-right: 0px;
        padding-left: 0px;
    }

    footer {
        border-top: none;
        padding: 0px;
    }

    .mobile-help {
        font-size: 40px;
        padding: 0 0px 0 0;
        position: relative;
        left: 0;
        top: 0px;
        color: #005daa;
        display: inline-block;
    }

    .leftmargin {
        margin-left: 0px !important;
    }

    .contractperoid {
        font-size: 16px !important;
        font-family: trebuchet Ms !important;
        color: #333 !important;
    }

    . .phoneicon {
        padding-left: 0px !important;
    }

    .paddingmobileallnone {
        padding: 0px;
    }

    .textmobilecenter {
        margin-left: 0px !important;
    }
}

.margin_reduce {
    margin-bottom: 0px !important;
}

.contracts {
    background: #f5f5f5;
    border: 0px solid #ccc;
    border-top: 0px solid #ccc;
}

.login_label {
    padding: 14px 28px 3px;
    font-family: OpenSans-Regular;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}

.paddingnone {
    padding-left: 0px;
    padding-right: 0px;
}

.applelist li {
    list-style-type: disc;
}

.box_model_heading {
    padding: 0px !important;
}

.help_icon_modal {
    margin-top: 6px;
    margin-left: 10px;
}

.modal-content_modal {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header_modal {
    padding: 15px 30px;
    border-bottom: 0px solid #e5e5e5 !important;
    background-color: #f5f5f5 !important;
    border-top: 3px solid #005daa;
}

.close_modal {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1 !important;
}

.close_modal {
    float: right;
    font-size: 40px;
    font-weight: normal;
    /* line-height: 1; */
    /* color: #000; */
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: 1 !important;
}

.modal-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    margin-top: 4px;
}

.modal_inside_content {
    font-family: 'Open Sans', sans-serif;
}

.modal-footer {
    padding: 15px 30px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}

.modal-footer_ok {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #005daa;
    margin-left: 30px;
}

    .modal-footer_ok a {
        color: #005daa;
    }

.modal-body {
    position: relative;
    padding: 15px 30px;
}

.modal-footer {
    padding: 15px 30px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}

.content_banner_inner_login {
    border-top: 6px solid #005eab !important;
    border: 1px solid #d0cdce;
    background: #fff;
    padding: 0px 0px 0px 0px;
    /*margin-top: 10%;*/
    box-shadow: 0px 1px 11px 0px #3e3e3e;
}

.contracts_login {
    background: #f5f5f5;
    padding: 14px 14px;
}


.login_label {
    padding: 15px 28px 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
}

.single_line_heading {
    line-height: 20px !important;
}

.banner_placment {
    padding: 18px 0px 6px;
}

.background1 span {
    background: #fff;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    font-weight: bold;
}

.background1 {
    width: 95%;
    text-align: center;
    border-bottom: 1px solid #c1c1c1;
    line-height: 0.1em;
    margin: 0px 30px 20px 14px;
}

.label_bottom {
    margin-bottom: 10px;
}

.padding_none {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.m_icon_size {
    font-size: 34pt;
}


.m_icon_size_cal {
    font-size: 100px;
}



.needhelp-pg .label-box-item {
    border: #ddd 1px solid;
    padding: 25px 50px;
    position: relative;
    margin: 50px 0 0 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}



    .needhelp-pg .label-box-item h3 {
        border-radius: 80px;
        background: #f5f5f5;
        font-size: 26px;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        padding: 15px 50px;
        position: relative;
        top: -50px;
        left: 75px;
    }

.needhelp-pg .cust-callout {
    text-align: left;
    padding: 25px 0 0 0;
}

    .needhelp-pg .cust-callout span {
        position: relative;
    }

    .needhelp-pg .cust-callout i {
        font-size: 60px;
        padding: 0 30px 0 0;
    }





.bot-tab-help .nav-pills {
    border-top: #ddd 1px solid;
}

    .bot-tab-help .nav-pills > li {
        float: left;
        width: 100%;
    }

        .bot-tab-help .nav-pills > li a {
            border: none;
            border-radius: 0px;
            padding: 15px 25px 25px 25px;
            border-bottom: #ddd 1px solid;
            position: relative;
        }

            .bot-tab-help .nav-pills > li a:hover {
                color: #333;
                background-color: #f5f5f5;
            }

            .bot-tab-help .nav-pills > li a i {
                position: relative;
                top: 10px;
                font-size: 35px;
                padding: 0 10px 0 0;
            }

        .bot-tab-help .nav-pills > li.active > a,
        .bot-tab-help .nav-pills > li.active > a:hover,
        .bot-tab-help .nav-pills > li.active > a:focus {
            color: #333;
            background-color: #f5f5f5;
        }

.bot-tab-help .tab-content {
    padding: 25px;
    border: #ddd 2px solid;
    min-height: 420px;
}

    .bot-tab-help .tab-content h3 {
        font-weight: 600;
        padding-bottom: 30px;
        text-transform: uppercase;
    }

.bot-tab-help .panel-heading {
    background: none;
    border: none;
    font-size: 22px;
    border-bottom: #ddd 1px solid;
    padding: 10px 0;
}

    .bot-tab-help .panel-heading a {
        color: #333;
        text-transform: initial;
    }

.bot-tab-help .panel-title {
    text-transform: inherit;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.25em;
}

.bot-tab-help .panel-group .panel {
    border: none;
    box-shadow: none;
}

.bot-tab-help .panel-body {
    padding: 15px 0;
    line-height: 26px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Material Icons';
    content: "\E5CE";
    /* "play" icon */
    float: right;
    color: #005daa;
    font-size: 25px;
    line-height: 20px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #005daa;
}


.leftmargin {
    margin-left: 48px;
}

.contractperoid {
    font-size: 22px;
    font-family: trebuchet Ms;
    color: #333;
}

.phoneicon {
    padding-left: 10px;
    font-size: 30px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333 !important;
}

.help_icon_header {
    position: relative;
    top: 3px;
}

.help_text_header {
    position: relative;
    top: -4px;
}

.border_top_none {
    border-top: none !important;
}

.first_text_alignment {
}

.second_text_alignment {
    margin-bottom: 70px;
}

.contacts_separate {
    font-size: 16px;
    margin-bottom: 12px;
}

.contacts_separate1 {
    font-size: 16px;
    margin-bottom: 0px;
}

.page_heading_left_alignment {
    margin-left: -16px;
}

.padding_tell_us_page {
    padding-bottom: 20px;
}

.get_replacement_text {
    padding-top: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.btn_padding_bottom {
    padding-bottom: 80px;
}

.info_icons {
    color: #333 !important;
}

.control {
    display: inline;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
    padding-right: 40px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #999;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #fff;
}

.control input:checked ~ .control__indicator {
    background: #fff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #fff;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 4px;
    top: 4px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #135eab;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.text_align_radio {
    position: relative;
    left: 8px;
}

.table_border {
    border-top: #005daa 5px solid !important;
    text-align: center;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.10) !important;
    background: #fff;
    padding: 25px 12px 20px 12px;
    margin: 0;
    min-height: 165px;
    vertical-align: middle;
    font-size: 34px;
    color: #333;
    margin-bottom: 20px;
}

.personal-info-Confirm {
    padding: 0px !important;
}

.list_size {
    font-size: 30px !important;
}

.phone_icon_device_info {
    font-size: 30px;
}

.fa material-icons {
    margin-top: 10px;
}


.innerpages_help_icon {
    font-size: 30px !important;
}

.align_icon {
    text-align: center;
}

.phoneicon_mi {
    font-size: 36px !important;
    margin-left: -6px;
}

.position_item_specification {
    position: relative;
    top: 10px;
    left: 0px;
}

.position_item_specification1 {
    position: relative;
    top: 20px;
    left: 40px;
}

.di_phone_icon {
    position: relative;
    top: 8px;
}

.mobile_specifcation_height {
    padding-bottom: 10px;
}

.text_right_left {
    text-align: right;
    margin-top: 10px;
}

.padding_left_none {
    padding-left: 0px !important;
}

.padding_right_none {
    padding-right: 0px !important;
}

.form_height {
    margin-top: 20px;
}

.shipping_adress {
    margin-top: 20px;
}

.s_icon_size {
    position: relative;
    top: 8px;
}

.print_icon {
    font-size: 28px;
}

.text_left_center {
    text-align: left;
}

.in_mobile_icon_size1 {
    position: relative;
    top: 15px;
}

.download_icon {
    position: relative;
    top: 15px;
}

.box-panel-heading {
    padding: 15px 28px 15px 28px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
}

.banner-panel-content {
    margin-left: -10px;
}

.banner-panel-content1 {
    margin-left: 80px;
}

.text-right-required {
    text-align: right;
    margin-top: 24px;
}

.text-authorize {
    margin-bottom: 20px !important;
    padding-top: 0px !important;
}

.track_mobile a {
    color: #fff;
    line-height: 27px;
    padding: 10px 25px;
    background-color: #005daa;
    margin-top: 0px;
}

.history_position {
    margin-top: 10px;
}

.history_position1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.border_bottom {
    border-bottom: 1px solid #ccc;
    padding-top: 0px;
    margin-bottom: 20px;
}

.track_mobile1 a {
    color: #fff;
    line-height: 27px;
    padding: 10px 25px;
    background-color: #005daa;
    margin-top: 0px;
    margin-bottom: 30px;
}


label {
    display: inline !important;
}

.margin-top {
    margin-top: 30px;
}

.btn_gap {
    margin-left: 10px !important;
}

.border_right_tab {
    border-right: 8px solid #fff;
    border-left: 8px solid #fff;
}

.Internalpages h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px !important;
    font-weight: bold;
}

.Internalpages p {
    text-align: justify;
}

.viewfaqbtn {
    margin-top: 65px;
    margin-bottom: 15px;
}

.col-pg-bg_faqs {
    background: url(/images/default-source/costco_images/xyz.png) no-repeat center center scroll !important;
}

.android_icon {
    font-size: 185px;
    color: #A4C639;
}

.apple_icon {
    font-size: 185px;
}

.error-msg {
    color: red;
}

.errormobile {
    padding-left: 20px;
    padding-right: 20px;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*added a horizontal line */
.margintp-40{ margin-top:40px;}
.co-horizontal-line {margin-bottom: 35px;}
.co-horizontal-line hr {margin: 0; top: 20px; padding-bottom: 20px; border-color: #ccc;}

@media screen and (max-width: 767px) {
    .co-horizontal-line {
        margin-bottom: 10px;
        display: none !important;
    }
}

#batteryDamageModal .modal-dialog .modal-content_modal .modal-header_modal{display: flex;}
#batteryDamageModal .modal-dialog .modal-content_modal .modal-header_modal .modal-title{padding-left: 5px;}
#batteryDamageModal .modal-dialog .modal-content_modal .modal-header_modal .modal-title small { display:block;}
#batteryDamageModal .modal-dialog .modal-content_modal .modal-header_modal .close_modal {position: absolute;right: 15px; top:15px;z-index: 1;}
#batteryDamageModal .modal-dialog .modal-content_modal .modal-header_modal ._info-icon {}
#batteryDamageModal .modal-dialog .modal-content_modal .modal-footer {display: flex;justify-content: end;}
#batteryDamageModal .modal-dialog .modal-content_modal .modal-footer .btn.btn-primary{box-shadow:none;font-size: 18px; font-weight: 700;min-width: auto;}
#batteryDamageModal .modal-dialog .modal-content_modal .modal-footer ._goback {border: 1px solid #005daa !important; margin-right: 15px; color: #005daa !important; background-color: transparent !important;}
#batteryDamageModal .modal-dialog .modal-content_modal .modal-footer ._okay {}