/* main color*/
.mainClr { color: #00264D!important; }
.mainBdrClr { border-color: #00264D!important; }
.mainBGClr { background-color: #00264D!important; }
.hoverBGClr:hover { background-color: #00264D!important; }
svg.mainBGClr { background: none!important; fill: #00264D!important; }
.fillClr { fill: #00264D!important; }


/* button color*/
.btnClr { color:#FFFFFF!important; }
.btnBdrClr { border-color: #00264D!important; }
.btnBGClr { background-color: #00264D!important; }
.btnBGClr:hover { background-color: #000000!important; }
.btnRGBClr { background: rgba(0,38,77, 0.8)!important; }
.btnBGHvrClr:hover { background-color:#00264D!important; }
.btnHeadBGClr { background-color: #FFFFFF!important; color: #000!important; }
.btnHeadBGClr .panel.top .button {background-color:#FFFFFF!important; background:#fff; color:#000;}
.btnShadowClr {-webkit-box-shadow: 0px 0px 0px 5px #00264D!important; -moz-box-shadow: 0px 0px 0px 5px #00264D!important; box-shadow: 0px 0px 0px 5px #00264D!important; box-shadow: 0px 0px 0px 5px #00264D!important;}
.custom-header.btnstyle_2 .trigger {background-color: transparent !important;  border-color: #FFFFFF !important;}
.speech-bubble {background-color:#00264D!important;  color:#FFFFFF!important;}
.speech-bubble:after {border-bottom-color: #00264D!important;}
.speech-bubble:hover:after {border-bottom-color: #00264D!important;}


.forStockPage .offerDetail1 .tabBlock .tabsbtn:hover { background:#00264D!important; }
.blrAccr .blrHead.active .stCount { background-color:#00264D!important; color: #fff !important; }
.btn-txt-clr, .btn-txt-clr span { color: #FFFFFF!important;}
.btn-outline-clr { border: 1px solid #FFFFFF!important;}
.btn-outline-clr:hover { border:1px solid transparent!important; box-shadow:none; /*opacity:0.8;*/background-color: rgba(0,38,77, 0.7)!important; }
body .blrEnqBtn .dropdown-el input:checked + label:nth-child(2),
body .blrEnqBtn .dropdown-el input:checked + a:nth-child(2) { color: #00264D !important; }

body .blrEnqBtn .dropdown-el.expanded input:checked + label:nth-child(2),
body .blrEnqBtn .dropdown-el.expanded input:checked + a:nth-child(2) { color: #00264D !important; }

body .blrEnqBtn .dropdown-el.expanded label:hover,
body .blrEnqBtn .dropdown-el.expanded a:hover { background-color:#00264D!important; color:#fff!important;}
body .blrEnqBtn .dropdown-el.expanded label:nth-child(2):hover,
body .blrEnqBtn .dropdown-el.expanded a:nth-child(2):hover { background: none!important; }

.tabbedinfo h2.resp-accordion { background: rgba(0,38,77, 0.2)!important; }

.pcpTabs .tabbedinfo .tabs li.resp-tab-active { color: #00264D!important; }
.tabbedinfo .tabs li:before { background-color: #00264D!important; }

.blrEnqBtn .dropdown-el.expanded { -webkit-box-shadow: 0px 0px 0px 4px #00264D; -moz-box-shadow: 0px 0px 0px 4px #00264D; box-shadow: 0px 0px 0px 4px #00264D; }

.pulser,
.showcaseFlip .pulser { box-shadow: 0 0 0 0 #00264D; }
.ucHome11 .landerbtn { box-shadow: 0px 0px 28px #00264D; }

ul.tick-list li:before {color:  #00264D!important; }
.editorDescription ul li:before {color:  #00264D!important; }
.vaulttl { color: #00264D!important;}


.txtShadowPulse {-webkit-animation: txtpulser 2s infinite ease-in-out; animation: txtpulser 2s infinite ease-in-out;}


@keyframes txtpulser {
    0% { text-shadow: 1px 1px 6px rgba(0,38,77,0.2); }
    50% { text-shadow: 1px 1px 6px rgba(0,38,77,1); }
    100% { text-shadow: 1px 1px 6px rgba(0,38,77,0.2); }
}

@-webkit-keyframes txtpulser {
    0% { -webkit-text-shadow: 1px 1px 6px rgba(0,38,77,0.2); }
    50% { -webkit-text-shadow: 1px 1px 6px rgba(0,38,77,1); }
    100% { -webkit-text-shadow: 1px 1px 6px rgba(0,38,77,0.2); }
}




.blueleft:before {background:  #00264D!important; }
.spinactive.highlight {box-shadow: 0px 0px 13px 4px rgba(0,38,77,1)!important; box-shadow: 0px 0px 13px 4px rgba(0,38,77,1)!important; -webkit-box-shadow: 0px 0px 13px 4px rgba(0,38,77,1)!important; -moz-box-shadow: 0px 0px 13px 4px rgba(0,38,77,1)!important;-webkit-animation: pulser 2s infinite ease-in-out; animation: pulser 2s infinite ease-in-out;}
.btnPulsate .btnBGClr.gonext,.btnPulsate .scratchBtn.btnBGClr,.btnPulsate .sidebar.popSidebar .button, .btnPulsate .custom-header .trigger, .btnPulsate .custom-header .button {animation: btnShadow 2s infinite ease-in-out; -webkit-animation: btnShadow 2s infinite ease-in-out;}
@keyframes btnShadow {
            0% { box-shadow: 0 0 14px rgba(0,38,77, 0.2); }

            50% {box-shadow: 0 0 14px 6px rgba(0,38,77, 0.9);}

            100% { box-shadow: 0 0 14px rgba(0,38,77, 0.2); }
        }

@-webkit-keyframes pulse {
    10% {
        @include transform(scale(.9));
    }

    70% {
        @include transform(scale(1));
        box-shadow: 0 0 2px 6px rgba(0,38,77, .5);
    }

    100% {
        @include transform(scale(.9));
        box-shadow: 0 0 0 0px rgba(0,38,77, 0);
    }
}
@keyframes pulser {
    0% { box-shadow: 0 0 14px rgba(0,38,77,0.2)!important; }
    50% { box-shadow: 0 0 14px 6px rgba(0,38,77,0.9)!important; }
    100% { box-shadow: 0 0 14px rgba(0,38,77,0.2)!important; }
}

@-webkit-keyframes pulser {
    0% { -webkit-box-shadow: 0 0 14px rgba(0,38,77,0.2)!important; }
    50% { -webkit-box-shadow: 0 0 14px 6px rgba(0,38,77,0.9)!important; }
    100% { -webkit-box-shadow: 0 0 14px rgba(0,38,77,0.2)!important; }
}
.scratched { animation: scratchShadow 2s infinite ease-in-out; -webkit-animation: scratchShadow 2s infinite ease-in-out; }
@keyframes scratchShadow {
            0% { box-shadow: 0 0 14px #00264D; }
             
            50% {box-shadow: 0 0 14px 6px #00264D;}

            100% { box-shadow: 0 0 14px #00264D; }
        }


.btnPulsate .button, 
.btnPulsate .btnBGClr, 
.btnPulsate .btnRGBClr { animation: btnpulsate 1.35s infinite; }

@-webkit-keyframes btnpulsate {
    0% { box-shadow: 0px 0px 0px 0px #FFFFFF; }

    50% { box-shadow: 0px 0px 6px 2px #FFFFFF; }

    100% { box-shadow: 0px 0px 0px 0px #FFFFFF; }
}


/*.btnPulsate .button { animation: btnpulsate 1.35s infinite; }
@-webkit-keyframes btnpulsate {
    0% { box-shadow: 0px 0px 0px 0px #00264D; }

    50% { box-shadow: 0px 0px 6px 2px #00264D; }

    100% { box-shadow: 0px 0px 0px 0px #00264D; }
}*/

.sidebarTrigger.refineBtn { background-color: #00264D!important; }
.tabs_menu .tabsbtn:hover { background-color: #00264D!important; }

.can-toggle label .can-toggle__switch:after { background-color: #00264D!important; }
.show_items .item_paging .item_nom li a { background-color: #00264D!important; border-color: #00264D!important; }
.srchSwitch .swWrp input:checked + label { background-color: #00264D!important; }
.cstmCheck.radio li > label span input:checked + label:after { background-color: #00264D!important; }

.ucheader22.panel .right .fa,
.breadCrumb .breadcrumb li a:not(.active) { color: rgba(0,38,77, 0.35)!important; }
.ucheader22.panel .left a:after { background: rgba(0,38,77, 0.35)!important; }

.offerDetail1 .inviteBlck .frame-94 { background: rgba(0,38,77, 0.17)!important; }

/* offer color*/
.ofrClr { color: #00264D!important; fill: #00264D!important; }
.ofrBdrClr { border-color: #00264D!important; }
.ofrBGClr { background-color: #00264D!important; }
.ofrBdrHvrClr:hover { border-color: #00264D!important; }
.detailSlide .offrLines li:after {background-color: #00264D!important; }
/*header buttons*/
.btnHead { color: #00264D!important; background-color: transparent!important; border-color: #00264D!important; }
.btnHead:hover { color: #00264D!important; background-color: transparent!important; }
.home_style14 .landerbtn { background: rgba(0,38,77, 1)!important; }
.head_style6 .btnHead,
.head_style6 + .navLinksMob .btnHead,
.head_style7 .btnHead,
.head_style7 + .navLinksMob .btnHead { color: #00264D!important; background-color: transparent!important; border-color: #00264D!important; }

.head_style6 .btnHead:hover,
.head_style6 + .navLinksMob .btnHead:hover,
.head_style7 .btnHead:hover,
.head_style7 + .navLinksMob .btnHead:hover { color: #fff!important; background-color: #00264D!important; border-color: #00264D!important; }

.head_style8 .btnHead,
.head_style8 + .navLinksMob .btnHead,
.head_style9 .btnHead,
.head_style9 + .navLinksMob .btnHead { color: #fff!important; background-color: #00264D!important; border-color: #00264D!important; }

.head_style8 .btnHead:hover,
.head_style8 + .navLinksMob .btnHead:hover,
.head_style9 .btnHead:hover,
.head_style9 + .navLinksMob .btnHead:hover { color: #00264D!important; background-color: transparent!important; }

.panel.head_style4 .centerInner li a:before,
.panel.head_style4 .centerInner li a:after,
.panel.head_style4 + .navLinksMob li a:before,
.panel.head_style4 + .navLinksMob li a:after,
.panel.head_style5 .centerInner li a:before,
.panel.head_style5 .centerInner li a:after,
.panel.head_style5 + .navLinksMob li a:before,
.panel.head_style5 + .navLinksMob li a:after { border-color: #00264D!important; }
.wantCarForm h3.sepTitle:before{ background-color:#00264D!important;}                          
.wantCarForm h3.sepTitle:after{ background-color:#00264D!important;}  
