/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 15, 2018, 4:15:00 PM
    Author     : Protap
    */

input[type="text"].blue::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #828282;
}

input[type="text"].blue::-moz-placeholder {
    /* Firefox 19+ */
    color: #828282;
}

input[type="text"].blue:-ms-input-placeholder {
    /* IE 10+ */
    color: #828282;
}

input[type="text"].blue:-moz-placeholder {
    /* Firefox 18- */
    color: #828282;
}

.font-12 {
    font-size: 12px !important;
}

.full-width {
    width: 100%;
}

.border-row-blue {
    border-top: 2px solid #003366;
    border-bottom: 2px solid #003366;
    padding-top: 15px;
    padding-bottom: 20px;

}

.color-light-blue {
    color: #0079C6;
    font-weight: 600;
    font-size: 17px;
}

.color-deep-blue {
    color: #004A78;
    font-weight: 600;
    font-size: 17px;
}

.color-blue-font {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

.color-blue-title {
    color: #005C93;
    font-weight: 600;
}

.color-blue {
    /*color: #003366;*/
    color: #005C93;
    font-weight: 600;
    font-size: 17px;
}

.color-sky {
    color: #12aaeb;
}

.color-red {
    color: #df5858;
}

.color-orrange {
    color: #ff2600;
}

.color-white {
    color: #fff;
}

.bg-sky {
    background: #12aaeb;
}

.bg-blue {
    background: #005C93;
}

.bg-light-blue {
    background: #0079C6;
}

.bg-deep-blue {
    background: #004A78;
}

.bg-btn {
    border-radius: 5px !important;
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 190px;
    padding: 11px 20px !important;
}

.bg-blue {
    background: #004577;
}

.border-box {
    padding: 15px;
    border: 1px solid #97a3b3;
    border-radius: 8px;
    box-shadow: 0px 0px 1px 1px #f4f4f4;
}

.border-dotted {
    border-bottom: 1px dotted #dee5ea;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-35 {
    padding: 35px;
}

.pb-6 {
    padding-bottom: 60px;
}

.margin-top-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.warranty-label {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #c8cbce;
    border-radius: 5px;
}

.warranty-label_box {
    padding: 10px 0px 10px 0;
    width: 80% !important;
    height: auto !important;
    text-align: unset !important;
    font-size: 16px;
    margin-bottom: 15px;
    background: #fff !important;
    border: 1px solid #d3d6d8;
    border-radius: 5px;
}

.info_btn {
    padding: 10px !important;
    width: 154px;
    border-radius: 5px !important;
}

.btn {
    padding: 14px 20px;
    border-radius: 0;
    min-width: 150px;
}

.btn.color-white:hover {
    color: rgba(255, 255, 255, 0.75);
}

.btn.color-blue:hover {
    color: rgba(0, 51, 102, 0.75);
    text-decoration: none;
}

.box-center-red {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
}

.box-center {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
    margin-top: 0px;
    width: 100%;
}

.margin-top-30 {
    margin-top: 30px;
}

.bf-form input,
.bf-form select {
    margin-bottom: 10px;
}

.dropdown_back {
    background: #fff;
}

html input[disabled] {
    cursor: not-allowed;
}

input:disabled,
select:disabled {
    background-color: #f5f5f5;
}

/*input:read-only {*/
input[readonly] {
    background-color: #f5f5f5;
}

/* For Firefox */
input:-moz-read-only {
    background-color: #f5f5f5;
}

.input {
    padding: 10px 20px;
    border: 1px solid #c8cbce;
    border-radius: 5px;
    /*padding: 10px 20px;
    background: #dee5ea;
    border: 1px solid #dee5ea;*/
}

.btn-large {
    border: 1px solid #003366;
    padding: 30px;
    border-radius: 8px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

/*--------------------------- Document details popup ----------------------------*/
.custom-select {
    width: 100% !important;
    padding: 7px !important;
    border-radius: 7px !important;
    border: 2px solid #ccc !important;
    margin-bottom: 20px !important;
}

.table-custom {
    border-left: none;
    border-right: none;
}

.table-custom>tbody>tr>td {
    border-left: none;
    border-right: none;
}

.modal-header-popup {
    background: rgb(0, 51, 102) !important;
    color: #fff !important;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header-popup .close {
    color: #fff !important;
}

.close {
    opacity: 0.8;
}

.white-btn {
    opacity: 1;
    color: #FFF !important;
}

.white-btn:hover {
    opacity: 1;
    color: #FFF !important;
}


.modal-title .close {
    color: #FFF !important;
    margin-top: 2px;
}

.modal-content {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.document-title {
    color: rgb(0, 51, 102) !important;
}

.document_type a {
    color: #004577;
}

.document_type a:hover {
    color: #000000;
}

.spec-table {
    font-size: 14px !important;
    margin-bottom: -8px !important;
    margin-top: -15px
}

.spec-table>tbody>tr>td {
    padding: 6px;
}

.spec-table>tbody>tr>td:nth-child(2) {
    font-weight: 600;
}

.bd-top>td {
    border-top: 1px solid #fff !important;
}

.bd-bottom>td {
    border-bottom: 1px solid #fff !important;
}

.demo>td {
    border-bottom: 1px solid #fff !important;
}

.document_type {
    font-size: 14px !important;
    font-weight: bold;
}

.p-color {
    color: #909090;
    font-size: 13px;
    margin-left: 16px;
}

.find_number_popup {
    /*color: #003366;*/
    color: #909090;
    font-size: 13px;
}

.find_number_popup:hover {
    /*color: #003366;*/
    color: #909090;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.document_info_link a {
    color: #003366;
}

.document_info_link a:hover {
    color: #000;
    text-decoration: none;

}

.model_number {
    color: #3d3a3a;
}

.model-data {
    padding: 20px;
}

/* ---------------- END: Document details popup ----------------------- */


/* ---------------- START: Warranty Details ------------------------ */
.border {
    border-bottom: 2px solid #808080;
}

.box {
    padding: 8px 15px;
    border: 2px solid #fff;
    /*border-radius: 5px 5px 5px 5px;*/
    margin: 0 auto;
}

.doc-box {
    padding: 12px;
    border: 2px solid #C2BDB3;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.doc-box ul li a {
    color: #304155;
    text-decoration: underline;
}

.head-box {
    /*padding: 5px 12px;*/
    margin: 0 auto;
    /*margin-bottom: 5px;*/
    /*    border-right: 5px solid #fff;
    border-top: 5px solid #fff;*/
}

.box-bg {
    background-color: #4c7da0;
    color: #ffffff;
    padding: 3px;
}

.box-bg-color {
    background-color: #4c7da0;
    color: #ffffff;
    padding: 10px;
}

.box ul li a {
    color: #304155;
    text-decoration: underline;
}

.btn {
    white-space: normal;
    word-wrap: break-word;
}

.btn-curve {
    margin-bottom: 5px;
}

/*ul.pdf {
    column-count:3;
    -moz-column-count:3;
    -webkit-column-count:3;
    }*/

ul.pdf {
    list-style-image: url(../webroot/img/application-pdf.png);
    margin-left: 30px;
    margin-top: 15px;
    padding: 0;
}

ul.pdf li {
    padding-bottom: 10px;
}

li.pdf {
    list-style-image: url(../webroot/img/application-pdf.png);
}

a.pdf {
    background: url(../webroot/img/application-pdf.png) no-repeat 0 0;
    padding: 0 0 0 20px;
}

.disclaimer {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px !important;
    color: #333;
    padding-top: 18px;
    line-height: 11px;
}

.heading-h4 {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    margin: 5px 0 5px 0;
    text-shadow: 1px 1px 1px #fff;
    color: #333;
    padding-bottom: 10px;
    font-weight: normal;
}

.content-p {
    color: #333;
    font: 10px/18px Arial, Helvetica, sans-serif;
    margin-bottom: 18px;

}

@media(max-width:992px) {
    .pdf.tabs {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/*@media(max-width:992px){ 
    .pdf.tabs{
        margin-top:0;
        margin-bottom: 0;
    }
    
    }*/

@media (min-width: 320px) and (max-width: 480px) {
    .img-bg {
        width: 95% !important;
    }
}

@media (min-width: 768px) {
    .img-bg {
        width: 630px !important;
    }
}

/* ---------------- END: Warranty Details ------------------------ */
/*-- 01/05/2017 --*/

.btn-default.btn-large {
    background: transparent !important;
    border: 1px solid #003366 !important;
    color: #333 !important;
}

.btn-default.btn-large:hover {
    background-color: #dedede !important;
}


.com-cat .col-md-6,
.res-cat .col-md-6 {
    max-width: 268px;
}

/*---------------------------Fish Eye CSS Start-------------------------------------------------*/

/* Start: Resource Center */
.resource-center .col-xs-1 {
    top: 0;
    position: relative !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.resource-center .col-xs-1:hover {
    top: -20px;
    transform: scale(1.5);
}

.resource-center .col-xs-1.adjacent-sibling {
    transform: scale(1.3);
    top: -8px
}

/* Tooltip text */
.resource-center .col-xs-1 .tooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #e0e0e0;
    color: #000;
    text-align: center;
    padding: 2px 15px;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    bottom: 110%;
    left: 50%;
    margin-left: -50%;
    min-width: 100px;
    font-size: 9px;
}

.resource-center .col-xs-1:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.resource-center .col-xs-1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #e0e0e0 transparent transparent transparent;
}

/* End: Resource Center */
.img-padding-left-20 img {
    padding-left: 20px;
}

.panel-blue .warranty-heading {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #22467b;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
}

.panel-blue .warranty-body {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-right: 2px solid #d6d6d6;
    border-left: 2px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.p-error {
    margin-top: -10px;
}

/*---------------------------Fish Eye CSS End-------------------------------------------------*/

/*------------------------------------Frontend CSS--------------------------------------------*/

.reg_warranty_btn {
    margin-top: 3px;
    margin-right: 15px;
    font-size: 12px;
    padding: 8px;
    background-color: #00ADE6;
    border-radius: 5px;
    display: inline-block
}

.find_cont_btn {
    color: #003366;
    background-color: #eaeaea;
    margin-top: 9px;
    text-decoration: none;
}

.back_btn {
    color: #003366;
    background-color: #eaeaea;
}

.cancel_btn {
    color: #003366;
    background-color: #eaeaea;
}

/*--------------------------------- Warranty Check CSS ------------------------------------------*/
.product-info-box {
    border: 2px solid #22467b !important;
    margin-bottom: 2px !important;
}

.archive-product-info-box {
    border: 2px solid #e8c66f !important;
    margin-bottom: 2px !important;
}

.product-info-box .product-info-heading h4.panel-title,
.archive-product-info-box .archive-product-info-heading h4.panel-title {
    text-decoration: underline;
}

.product-info-heading h4.panel-title,
.archive-product-info-heading h4.panel-title {
    position: relative;
}

.product-info-heading h4.panel-title i,
.archive-product-info-heading h4.panel-title i {
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-info-heading.collapsed h4.panel-title i.fa-caret-down:before,
.archive-product-info-heading.collapsed h4.panel-title i.fa-caret-down:before {
    content: "\f0d7";
}

.product-info-heading h4.panel-title i.fa-caret-down:before,
.archive-product-info-heading h4.panel-title i.fa-caret-down:before {
    content: "\f0d8";
}

.product-info-heading {
    color: #fff !important;
    background-color: #22467b !important;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px 10px 5px;
    cursor: pointer;
    border-radius: 0;
}

.archive-product-info-heading {
    color: #004575 !important;
    background-color: #e8c66f !important;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px 10px 5px;
    cursor: pointer;
    border-radius: 0;
}

.md-title {
    background-color: #f4f4f4;
    padding: 8px;
    font-size: 16px;
    color: #22467b;
}

.error_borders {
    border-color: #e40524;
}

.model-info-table {
    margin-top: -15px;
}

.model-info-table>tbody>tr>td:nth-child(3) {
    font-weight: 600;
}

.mg-left {
    text-align: left;
    margin-left: 65px;
}

/* 01_07_2019 */
.header_bradford {
    position: relative;
}

.header_bradford .header-logo {
    width: 14%;
    position: absolute;
    top: 4%;
    left: 17%;
}

/* END */

/*--------------------------------Media Query---------------------------------------*/
@media (min-width: 320px) and (max-width: 480px) {
    .mg-left {
        text-align: left;
        margin-left: 118px;
    }

    .warranty-label_box {
        padding: 10px 0px 10px 0;
    }

    .model-info-table {
        margin-top: 0px;
    }

    .warranty-heading {
        text-align: center;
    }

    .reg_warranty_btn {
        /*margin-top: 6px!important;*/
        float: initial !important;
        margin-right: -2px;
        margin-top: 0px !important;
        margin-bottom: 6px
    }

    .pd-left {
        padding-left: 18px;
    }

    .model-table .bd-tr {
        font-size: 12px;
    }

    .model-number-body {
        padding: 10px 8px 10px 8px;
    }

    .model_number {
        padding: 0px 8px 0px 8px;
    }

    .reg-dialog {
        margin: 30px auto;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .mg-left {
        text-align: center;
        margin-left: 0px;
    }

    .color-deep-blue,
    .color-blue,
    .color-light-blue {
        font-size: 16px;
    }

    .warranty-label_box {
        padding: 8px 14px 8px 0;
        font-size: 14px;
    }

    .pd-left {
        padding-left: 16px;
    }
}

@media (min-width: 1023px) and (max-width: 1366px) {}

.txt-blue {
    color: #22467b;
}

.txt-red {
    color: #e40524;
}

#search_desc_popup:hover {
    cursor: pointer;
}

.mb-header {
    background-color: #003366;
    padding: 20px;
}

.mb-header img {
    margin: 0px auto;
    width: 180px;
}

.mb-header h3 {
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    font-size: 21px;
}

#verify_info_check-error em {
    margin-left: 330px;
}

@media (min-width: 320px) and (max-width: 413px) {
    #verify_info_check-error {
        display: block;
        margin-top: 20px;
    }

    #verify_info_check-error em {
        margin-left: 7rem;
    }
}

@media (min-width: 414px) and (max-width: 736px) {
    #verify_info_check-error em {
        position: absolute;
        top: 20px;
        float: left;
        left: -240px;
    }
}


/*START :: Warranty Faq CSS*/
.faq-box hr {
    margin-top: 10px;
}

.faq-title {
    font-size: 32px;
    color: #004577;
    line-height: 1.6;
    text-align: left;
    font-family: Montserrat !important;
    font-weight: 700;
    font-style: normal;
}

.panel-group-faq .panel-faq {
    box-shadow: none;
    border: none;
}

.panel-faq-body {
    border-top: none;
    padding: 5px;
    color: #212529;
}

.panel-faq .panel-heading {
    padding: 10px 0px;
}

.panel-group-faq .panel-heading+.panel-collapse>.panel-faq-body {
    border-top: none;
}

.panel-faq-title a {
    font-size: 18px;
    color: #004577;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Montserrat;
}

.panel-faq-title a:hover {
    text-decoration: none;
}

/*END :: Warranty Faq CSS*/


/** START :: BW Warranty Boxes mobile version CSS  added by @pro (13.11.2019) **/
/*.bw-accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}
 .collapsed .bw-accordion-toggle:after {
    content: "\f077";
    }*/

/*.bw-panel-group .panel-default:nth-child(1) .panel-heading{
    background-color:#0079C6;
}
.bw-panel-group .panel-default:nth-child(2) .panel-heading{
    background-color:#004577;
}
.bw-panel-group .panel-default:nth-child(3) .panel-heading{
    background-color:#004A78;
}
.bw-panel-group .panel-default:nth-child(3) .bw-accordion-toggle:after{    
    margin-top: -14px; 
}
.bw-panel-group .panel-heading .bw-accordion-toggle{
    margin-top:0; 
    text-decoration: none; 
    color:#fff; 
    font-weight: bold;
    font-size:17px;
    }*/



.bw-panel-groups .col-sm-4:nth-child(1) .bw-mob-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #0079C6;
    height: 57px;
}

.bw-panel-groups .col-sm-4:nth-child(2) .bw-mob-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #004577;
    height: 57px;
}

.bw-panel-groups .col-sm-4:nth-child(3) .bw-mob-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #004A78;
}

.bw-mob-heading .bw-accordion-toggle {
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
}

.bw-mob-heading .bw-accordion-toggle span.glyphicon {
    top: 12px;
    right: 10px;
    float: right;
    position: absolute;
}

.bw-mob-heading .bw-accordion-toggle span.glyphicon.top-space {
    right: -20px;
}

.bw-mob-heading .bw-accordion-toggle span.glyphicon.french-top-space {
    top: 14px;
    right: -20px;
}

.rotate {
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(-180deg);
    /* Firefox */
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    transform: rotate(-180deg);
    /* Standard syntax */
}

.bw-panel-groups .col-sm-4:nth-child(3) .bw-accordion-toggle:after {
    margin-top: -14px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .bw-mob-box {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        margin-top: -2px;
        border-top: none;
        box-shadow: none;
    }

    .border-box-mob {
        /*box-shadow: none !important;*/
        border-top: none !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        margin-top: 2px;
    }

    .warranty-body .col-md-5 {
        display: flex;
    }

    .bw-panel-groups .col-sm-4:nth-child(1) .bw-mob-heading {
        background-color: #4478C2;
    }

    .bw-panel-groups .col-sm-4:nth-child(3) .bw-mob-heading {
        background-color: #666666;
    }

    .bw-panel-groups .col-sm-4:nth-child(3) .border-box-mob {
        background-color: #d9d9d9;
    }

    .bw-panel-groups .col-sm-4:nth-child(3) .warranty-label_box {
        border: 1px solid #666666;
    }

    .bg-deep-blue {
        background: #666666;
    }

    .bw-panel-groups .col-sm-4:nth-child(1) .warranty-label_box::-webkit-input-placeholder,
    .bw-panel-groups .col-sm-4:nth-child(2) .warranty-label_box::-webkit-input-placeholder,
    .bw-panel-groups .col-sm-4:nth-child(3) .warranty-label_box::-webkit-input-placeholder {
        font-size: 20px;
    }

    .pb-6 {
        padding-bottom: 0;
    }

    .panel-faq-title a {
        font-size: 20px;
        font-weight: 600;
        line-height: 27px;
    }

    .panel-faq-body {
        font-size: 16px !important;
    }

    .panel-faq-body p {
        font-size: 16px !important;
    }
}

.border-box-mob {
    padding: 15px;
    border: 1px solid #97a3b3;
    border-radius: 8px;
    box-shadow: 0px 0px 1px 1px #f4f4f4;
}

.bw-mob-heading .panel-title {
    margin-top: 7px;
    text-align: left;
}

.bw-mob-box {
    transition: height 0.35s ease;
}

.mob-icon {
    color: #fff;
    font-size: 36px;
    float: right;
}

.bw-panel-groups .col-sm-4:nth-child(1) .mob-icon {
    margin-top: 2px;
}

.bw-panel-groups .col-sm-4:nth-child(2) .mob-icon {
    margin-top: 3px;
}

.bw-panel-groups .col-sm-4:nth-child(3) .mob-icon {
    margin-top: 8px;
}

.pd-left-20 {
    padding: 0;
}

.font-19 {
    font-size: 19px;
}

/** END :: BW Warranty Boxes mobile version CSS  added by @pro (13.11.2019) **/
.header-box-top h2 {
    font-size: 16px;
    margin-top: 18px;
}

.header-box-top h2 a {
    text-decoration: none;
}

.header-box-top h2 a:hover {
    text-decoration: none;
}

.header-box-top h1 {
    margin-bottom: 20px;
    margin-left: 27px;
}

#frm_upgrade_warranty .header-box-top h1 {
    margin-left: -9px;
}

#warrantyForm .header-box-top h1 {
    margin-left: -25px;
}

.header-box-top h2 a img {
    width: 12px;
    height: 100%;
    margin-top: -4px;
}

@media (max-width: 1024px) and (min-width: 768px) {

    .header-box-top h1,
    #warrantyForm .header-box-top h1 {
        margin-left: 0px;
        font-size: 24px;
    }

    #frm_upgrade_warranty .header-box-top h1 {
        margin-left: -45px;
        font-size: 24px;
    }

    .header-box-top h2 {
        margin-top: 16px;
    }

    .header-box-top h2 a img {
        margin-top: -3px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .header-box-top h1,
    #frm_upgrade_warranty .header-box-top h1,
    #warrantyForm .header-box-top h1 {
        margin-left: 0px;
        font-size: 24px;
    }
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

ul.dash>li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

#collapseFaqTwelve h3 {
    font-size: 32px;
    color: #004577;
    text-align: center;
    font-family: Montserrat !important;
    font-weight: 700;
    font-style: normal
}

#collapseFaqTwelve p {
    font-size: 16px;
    color: #0a0a0a;
    line-height: 1.5;
    text-align: center;
    font-family: Montserrat !important;
    font-weight: 400;
    font-style: normal
}

#collapseFaqTwelve p:nth-child(2) {
    line-height: 24px;
}

#collapseFaqTwelve h4 {
    font-size: 16px;
    margin: 0 !important;
}

#collapseFaqTwelve h4 a {
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat !important;
}

/**/
.default-select2-city,
.default-select2-state {
    padding: 9px 12px;
}

.select2-container--default-select2-city,
.select2-container--default-select2-state {
    padding: 10px 12px;
    border: 1px solid #c8cbce;
    border-radius: 5px;
}

.select2-container--default-select2-city .selection .select2-selection--single,
.select2-container--default-select2-state .selection .select2-selection--single {
    height: 18px !important;
    font-size: 12px !important;
}

.select2-container--default-select2-state {
    margin-bottom: 8px;
}

.select2-hidden-accessible {
    width: 0px !important;
}

#consumer_country {
    height: 39px;
    padding: 9px 12px;
}

.select2-container--open>.select2-dropdown--below {
    margin-top: -9px;
    left: -1px;
    border-radius: 5px;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #c8cbce;
}

.select2-results__options {
    max-height: 130px !important;
    overflow-y: auto !important;
}

/**/

select.error_borders+span {
    border: 1px solid #e40524;
}


/*##################################*/
#ui-id-1 {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #333;
    height: 148px;
    overflow-y: auto;
}

#ui-id-1.ui-menu .ui-menu-item {
    font-weight: normal;
    padding: 2px 5px;
    font-size: 14px;
    font-family: 'Poppins', Open Sans;
}

#ui-id-1 .ui-state-focus {
    border: none;
    background: #004577;
    font-weight: normal;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-family: 'Poppins', Open Sans;
}

/*Net promoter score css*/
#nps_modal .modal-dialog {
    margin-top: 100px;
    max-width: 650px;
}

.close-nps-btn,
.close-nps-btns {
    position: absolute;
    left: 100%;
    top: -17px;
    margin-left: -16px;
    background-color: #fff !important;
    border-radius: 19px;
    opacity: 1;
    padding: 4px 10px !important;
    font-size: 1.5rem !important;
    color: #000 !important;
    border: 2px solid #004577 !important;
}

.close-nps-btn span,
.close-nps-btns span {
    vertical-align: text-top;
    font-size: 20px;
}

.close-nps-btn:not(:disabled):not(.disabled):focus,
.close-nps-btn:not(:disabled):not(.disabled):hover,
.close-nps-btns:not(:disabled):not(.disabled):focus,
.close-nps-btns:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

#rating-form .modal-body h2.modal-title {
    color: #004575;
    font-size: 1.5em;
    font-weight: bold;
    margin: 6px 0;
}

.clearfix {
    overflow: auto;
    zoom: 1;
}

div.rating-header span {
    display: inline-block;
    padding: 10px 16px;
    font-size: 17px;
    color: #707070;
}

.italic {
    font-style: italic;
}

div.rating-header .right {
    float: right;
}

div.rating-header .left {
    float: left;
}

div.rating-container {
    text-align: center;
}

div.rating-container span {
    border: 1px solid #004677;
    cursor: pointer;
    display: inline-block;
    padding: 10px 16px;
}

div.rating-container span:hover {
    background: #98afcc;
    color: #000;
}

div.rating-container span.selected {
    background: #004677;
    color: #fff;
}

.mgr-5 {
    margin-right: 5px;
}

.mgr-7 {
    margin-right: 6px;
}

.mgr-26 {
    margin-right: 26px;
}

.font-14 {
    font-size: 13px;
}

.deg-sec {
    padding: 15px 8px 10px 8px;
}

.deg-sec span {
    color: #707070;
    font-weight: 600;
}

.score-info-txt {
    color: #707070;
    font-size: 17px;
    padding: 6px 4px 0 4px;
    font-weight: 600;
}

.nps-btn {
    min-width: 125px;
    background: #004577;
    color: #fff;
    padding: 8px 0px !important;
    font-size: 14px;
    border-radius: 5px !important;
    margin-top: 10px;
}

.success-box {
    display: none;
}

.success-box .modal-body {
    padding: 50px 0;
    text-align: center;
}

.success-box .modal-body h2 {
    text-align: center;
    color: #004575;
    font-size: 1.5em;
    font-weight: bold;
    margin: 6px 0;
}

@media (min-width: 320px) and (max-width: 480px) {

    .close-nps-btn,
    .close-nps-btns {
        left: 96%;
        top: -16px;
        margin-left: -16px;
        background-color: #fff !important;
        border-radius: 75px;
        opacity: 1;
        padding: 4px 10px !important;
        font-size: 1.5rem !important;
    }

    #nps_modal .modal-dialog {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    div.rating-container span {
        padding: 5px 6px !important;
    }

    .class-visiable-small {
        display: block !important;
    }
}

.class-visiable-small {
    display: none;
}

/**/
.language-wrapper {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row-reverse;
}

.language_btn {
    /*position: absolute !important;
    top: 5px !important;
    right: 5px !important;*/
    /*position: absolute !important;
    top: 255px !important;
    right: 202px !important;*/
}

.language_btn button,
.language_btn button:hover,
.language_btn button:active,
.language_btn button:visited {
    background-color: #F1B143 !important;
    color: #000 !important;
    padding: 0px 14px;
    box-shadow: none !important;
    border-radius: 4px;
    font-size: 14px;
}

.language_btn ul.dropdown-menu {
    position: absolute !important;
    right: 0 !important;
    min-width: 150px;
    background-color: #FFF0D5;
}

.language_btn ul.dropdown-menu>li>a {
    padding: 3px 15px !important
}

.language-wrapper .language_btn ul.dropdown-menu li {
    width: 100% !important;
}

/*Contractor Finder CSS*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contra_finder .finder_section {
        padding-right: 40px !important;
    }
}

.contra_finder {
    width: 100%;
    position: fixed;
    bottom: 0px;
    color: #fff;
    z-index: 9999;
}

.contra_finder .finder_section .mt-1 {
    margin-top: .25rem !important;
}

.contra_finder .finder_section {
    position: absolute;
    bottom: 0px;
    padding-right: 55px;
}

.contra_finder .finder_section>div {
    width: 210px;
    font-size: 15px;
    float: right;
}

.finder_section .contra_label {
    color: #353535;
    font-weight: 600;
}

.finder_section .contra_label:hover {
    cursor: pointer;
    background: #e7bb23;
}

.finder_section .contra_form {
    display: flex;
    flex-flow: row;
    padding: 15px 0px;
    align-items: baseline;
}

.finder_section .contra_form input.contra_text {
    margin-right: 15px;
    font-size: 13px;
    width: 68%;
    margin-right: 8px;
    padding: 0.8rem .75rem;
    height: auto;
    border: none;
}

.finder_section .contra_form input.contra_text:focus {
    box-shadow: none;
}

.finder_section .contra_form a {
    background-color: #0060af;
    border: none;
    border-radius: 5px;
}

.finder_section .contra_form a:focus {
    background-color: #0060af !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.contra_form_div {
    transition: height 0.2s;
    padding: 0px 12px 0px;
    background: #092f56;
}

.contra_finder .finder_section>div>span {
    display: block;
    padding: 5px 12px 5px;
    background: #ffc80b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contra_finder .finder_section .btn-contra-finder {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 16px;
    line-height: 1.5;
    padding: .676rem .5rem;
    min-width: 60px;
    border: none;
    border-radius: 5px;
    background-color: #004575;
}

@media (max-width: 1024px) {
    .contra_finder .finder_section>div {
        margin-left: 15px;
    }
}



#upgrade-builtbest-popup .modal-dialog {
    margin-top: 100px;
}

.warranty-start-date-disclaimer {
    font-weight: 600;
}