﻿*, ::before, ::after { box-sizing: border-box; }
body { color: var(--font-color); font-family: var(--theme-font-family); font-size: 15px; font-weight: 400; line-height: 1.385; }
.mb10 { margin-bottom: 10px; }

/*
[class*="container"] { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100%; }
*/
input { width: 100%; max-width: 100%; background-color: #fff; border: 1px solid #d3d3d3; border-radius: 4px; display: inline-block; font: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; line-height: 1.2; margin: 0; outline: none; padding: 10px; height: 40px; color: var(--font-color); font-size: 13px }
.button { align-items: center; background-color: var(--theme-color); color: #fff; cursor: pointer; display: inline-flex; font: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; justify-content: center; line-height: 1.2; padding: 10px 20px; position: relative; text-decoration: none; text-transform: inherit; -webkit-transition: .35s; transition: .35s; border: none; height: 50px; min-width: 150px; font-weight: 600; text-align: center; border-radius: 50px; }
img { max-width: 100%; display: inline-block; height: auto; }
.cstLogin { background: url(../images/loginPanelBg.jpg); background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; background-position: center; background-size: cover; background-repeat: no-repeat; }
.loginHdr { text-align: center; margin: 40px auto; }
.loginHdr { text-align: center; }
.loginPanel { border-radius: 8px; overflow: hidden; display: flex; -webkit-box-shadow: 0 0 25px 5px rgba(0,0,0,.2); -moz-box-shadow: 0 0 25px 5px rgba(0,0,0,.2); box-shadow: 0 0 25px 5px rgba(0,0,0,.2); background-color: #fff; width: 640px; margin: 0 auto; }
.panelLeft { width: 50%; padding: 25px; background-color: #fff; }
.loginTxt h3 { margin-bottom: 0 !important; line-height: 1.17; font-size: 1.2em; margin-bottom: 15px; font-weight: 700; }
.loginTxt p { margin-top: 2px; font-size: 0.8em; margin-bottom: 16px; line-height: 20px; }
.loginPanel input { font-weight: 500; font-size: 0.866em; border-radius: 5px; color: #0f0f0f; background-color: #f1f1f1; }
.loginPanel .button { height: 40px; border-radius: 50px; margin-top: 4px; font-size: 14px; }
.panelRight { width: 50%; background-image: url('../images/loginPanel.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.panelRight img { width: 100%; opacity: 0; }
.inptIcon { margin-bottom: 10px; }
.inptIcon.password { position: relative; }
.inptIcon.password .passEye { position: absolute; top: 12px; right: 10px; }

.wide { width: 100% !important; }
.form-group.visitLink p { text-align: center; font-size: 12px; color: #9a9a9a; }
.form-group.visitLink p a { color: var(--theme-color); text-decoration: none; }
.loginFtr { text-align: center; margin: 40px auto; }
.loginFtr ul { padding-left: 0px; }
.loginFtr li { color: #909090; display: inline-block; font-size: 10px; margin: auto 8px; }
.loginFtr li a { color: #909090; text-decoration: none; }
.validation-summary-errors ul { padding-left: 0; list-style: none; font-size: 12px; color: var(--danger-color); }
.inptIcon.password .passEye i { color: #767474; }

/*deals page*/
.cstMaster { background: url(../images/loginPanelBg.jpg); background-position: center; background-size: cover; background-repeat: no-repeat }
.cstMaster > form { min-height: 100%; background-color: rgba(255,255,255,.7) }
.cstMaster .navbar { box-shadow: 0px 7px 33px -11px #00000030; background-color: #fff; /*height: 104px; */ position: fixed; top: 0px; left: 0; right: 0; z-index: 9; transition: top 0.5s, background 0.5s, box-shadow 0.5s; }
.cstMaster .navbar [class*="container"] { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; z-index: 10; padding-left: 30px; padding-right: 30px; height: 100%; }
.cstMaster .navbar .likeToDropdown { position: relative; display: inline-flex; width: 230px; height: 44px; z-index: 3; }
.theme-pulse { -webkit-animation: theme-pulse 1.35s infinite; box-shadow: 0 0 0 0 var(--secondary-theme-color); }
.cstMaster .navbar .likeToPos { min-width: 230px; max-width: 230px; position: absolute; display: inline-block; margin-right: 0; min-height: 44px; max-height: 44px; overflow: hidden; cursor: pointer; text-align: left; white-space: nowrap; outline: none; border: 2px solid #ccc; border-radius: 99px; background-color: #fff; transition: .3s all ease-in-out; -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.03); -moz-box-shadow: 0 0 0 4px rgba(0,0,0,0.03); box-shadow: 0 0 0 4px rgba(0,0,0,0.03); right: 0; top: 0; z-index: 9; }
.cstMaster .navbar .header-logo img { height: 77px; }
.cstMaster .navbar .likeToPos.expanded { border: 2px solid #ccc; background: #fff; border-radius: 10px; padding: 0; -webkit-box-shadow: 0 0 0 4px rgba(245,245,245,.55); -moz-box-shadow: 0 0 0 4px rgba(245,245,245,.55); box-shadow: 0 0 0 4px rgba(245,245,245,.55); max-width: 400px; max-height: 500px; min-height: 100px; padding: 18px; padding-top: 18px; padding-top: 14px; -webkit-animation: none !important; }
.cstMaster .navbar .likeToPos::before { content: ""; position: absolute; right: 15px; top: 17px; border: 6px solid #484848; border-top-color: rgb(72, 72, 72); border-right-color: rgb(72, 72, 72); border-bottom-color: rgb(72, 72, 72); border-left-color: rgb(72, 72, 72); border-color: #484848 transparent transparent transparent; transition: .3s all ease-in-out; pointer-events: none; }
.cstMaster .navbar .likeToPos.expanded::before { transform: rotate(-180deg); top: 12px; }
.cstMaster .navbar .likeToPos .label { display: flex; cursor: pointer; position: relative; padding: 0px 20px; margin-bottom: 0; height: 40px; align-items: center; justify-content: flex-start; border-radius: 50px; overflow: hidden; font-weight: 500; -webkit-transition: initial; transition: initial; }
.cstMaster .navbar .likeToPos { cursor: pointer; text-align: left; white-space: nowrap; }
.navbar-head { width: 50%; }
.navbar-head p { margin-bottom: 0px; font-weight: 600; }

.dealsTabsBox .tabbedinfo .tab-link { min-width: unset; margin-right: 25px; font-size: 1em; }




.dealBlkHead { background: #fff; border-radius: 4px; padding: 7px; -webkit-box-shadow: 0 0 3px 0 rgba(103,103,103,.4); -moz-box-shadow: 0 0 3px 0 rgba(103,103,103,.4); box-shadow: 0 0 3px 0 rgba(103,103,103,.4); margin-bottom: 15px; cursor: pointer; position: relative; padding-right: 35px }
.dealBlkHead:before { content: ""; font-family: FontAwesome; color: #c3002f !important; position: absolute; right: 15px; font-size: 16px; top: 10px; }
.dealBlkHead.active:before { content: "" }
.dealBlkHead.noActive { cursor: inherit }
.dealBlkHead:after { content: ""; clear: both; display: block }
.dealActive { position: relative; border-radius: 4px; -webkit-box-shadow: 0 0 0 3px #ed1a3b; -moz-box-shadow: 0 0 0 3px #ed1a3b; box-shadow: 0 0 0 3px #ed1a3b }
.dealActive .dealBlkContent { padding-left: 5px; padding-right: 5px }
.dealActive .tabDropDown { left: 5px }
.dealActive .tTip.dActive { display: block }
.tTip { display: none }
.tTip > .fa-exclamation-triangle { position: absolute; top: 12px; left: -35px; color: #ed1a3b; font-size: 20px }
.tTip > .fa-exclamation-triangle:hover + .tabDropDown { display: block }
.dealNotice { position: relative; border-radius: 4px; -webkit-box-shadow: 0 0 0 3px #ffbf00; -moz-box-shadow: 0 0 0 3px #ffbf00; box-shadow: 0 0 0 3px #ffbf00 }
.dealNotice .dealBlkHead::before { color: #ffbf00 !important }
.dealNotice .tTip.dNotice { display: block }
.dealNotice .tTip > .fa-exclamation-triangle { color: #ffbf00 }
.dealNotice .tabDropDown h3 .fa { color: #ffbf00 }
.dealNotice .dealBlkContent { padding-left: 5px; padding-right: 5px }
.dealNotice .tabDropDown { left: 5px }
.tabDropDown { display: none; position: absolute; border-radius: 10px; top: 54px; left: 0; margin: auto; background: #fff; padding: 32px 21px; width: 247px; z-index: 9; -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2); -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2); box-shadow: 0 0 20px 0 rgba(0,0,0,.2); text-align: left }
.tabDropDown:before { content: ""; position: absolute; left: 25px; top: -17px; border: 10px solid #fff; border-color: transparent transparent #fff transparent }
.dropLink:hover .tabDropDown { display: block }
.tabDropDown h3 { font-size: 13px; color: #606060; display: inline-block; width: 100%; vertical-align: middle; margin-bottom: 4px; font-weight: 700 }
.tabDropDown h3 .fa { color: #ed1a3b; margin-right: 10px; font-size: 19px; vertical-align: middle }
.tabDropDown p { padding-left: 31px; color: #939393; font-size: 12px; line-height: 1.9em; font-weight: 600 }
.dealBlkHead li { font-size: 0; display: inline-block; vertical-align: middle; margin-right: 15px }
.dealBlkHead li:last-child { margin-right: 0 }
.dealBlkHead li .title-77 { margin: auto; font-weight: 700; font-size: 13px; line-height: normal }
.dealBlkHead li .name-77 { font-weight: 600; font-size: 10px; line-height: 1; color: #000 }
.dealBlkHead li p { margin-bottom: 0px; font-size: 11px; color: #aeaeae; display: inline-block; vertical-align: middle; font-weight: 800 }
.dealBlkHead .dealImg { margin-bottom: 0px; width: 90px !important; border-radius: 5px; overflow: hidden }
.dealBlkHead .dealTile { width: 170px }
.dealBlkHead .dealPrc { width: 95px }
.dealBlkHead .dealDec { width: 235px }
.dealBlkHead .dealDec2 { width: 235px }
.dealBlkHead .dealDate img { max-width: 18px; display: inline-block; vertical-align: middle; margin-top: -3px; margin-right: 5px }
.dealBlkHead .dealDate svg { fill: #319731; width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 10px }
.dealBlkHead .dealAct { width: 96px; text-align: right; float: right; margin: 16px }
.dealBlkHead .dealAct a { display: inline-block; line-height: normal; padding: 5px }
.dealBlkHead .dealAct .fa { color: #aeaeae; font-size: 15px; line-height: normal }
.noActive.dealBlkHead .dealAct { width: auto; margin: 2px 5px }
.dealBlkContent { width: 100%; margin-bottom: 25px; border-radius: 5px }
.dealBlkContent h3 { color: #000 !important; font-weight: 800; font-size: 13px; letter-spacing: 0; margin-top: 0; border-bottom: 1px solid #e3e3e3; padding-bottom: 10px }
.dealBlkContent h3 a { float: right; font-size: 12px; color: var(--theme-color); }
.dealBlkContent ul li { vertical-align: top; display: inline-block; width: 100% }
.dealBlkContent ul li > div { width: 49%; display: inline-block; vertical-align: middle }
.dealBlkContent ul li p { display: inline-block; margin: auto; text-align: left; font-size: 13px; font-weight: 600 }
.dealBlkContent ul li strong { display: inline-block; font-weight: 700; font-size: 13px; color: #000; word-break: break-word }
.dealBlkContent .padBox { background-color: #fff; padding: 15px; -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.1); -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1); box-shadow: 0 0 12px 0 rgba(0,0,0,.1); border-radius: 10px; min-height: 200px; margin-bottom: 15px }
.actnCellspn { padding-right: 0px !important; display: inline-block; min-width: 25px; text-align: center; letter-spacing: normal; vertical-align: middle }
.actnCellspn > div { display: inline-block }
/*.dealsTabsBox .psnDtls input,
.dealsTabsBox .psnDtls select { margin: 0; padding: 6px 13px; border: 1px solid #e3e3e3; border-radius: 5px; color: #545454; font-weight: 700; font-size: 12px; padding-right: 30px; max-width: 100% }
.dealsTabsBox .psnDtls input::-webkit-input-placeholder { color: #545454 }
.dealsTabsBox .psnDtls input:-ms-input-placeholder { color: #545454 }
.dealsTabsBox .psnDtls input::placeholder { color: #545454 }*/
.psnDtls { margin-top: 23px; padding-left: 39px !important; padding-right: 77px !important }
.psnDtls h3 { align-items: center; display: flex; justify-content: space-between; font-size: 14.5px; font-weight: 600; margin-bottom: 20px; padding-left: 5px }
.psnDtls h3 input { height: 30px; width: 73px; background-color: #319731; color: #fff !important; font-size: 11px; padding: 5px 16px; border-radius: 4px; font-weight: 600; }
.psnDtls + .psnDtls { border-left: 2px solid #e3e3e3; margin-left: 83px; padding-left: 160px !important; padding-right: 58px !important }
.showPass { color: #319731; display: block; font-size: 12px; font-weight: 600; text-align: right; margin-top: 5px; }
.popupShown,
.popupShown body,
.sidebarShown,
.sidebarShown body { overflow: hidden !important }
form .buildDeal input,
form .buildDeal select { }
.buildDeal { background: rgba(255,255,255,1); position: fixed; top: 0; right: 0; width: 592px; max-width: 90%; height: 100%; z-index: 99999; -webkit-transition: -webkit-transform .5s,visibility 0; transition: transform .5s,visibility 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-box-shadow: -2px 0 4px 0 rgba(0,0,0,.1); -moz-box-shadow: -2px 0 4px 0 rgba(0,0,0,.1); box-shadow: -2px 0 4px 0 rgba(0,0,0,.1) }
#divBuildMyDeal.visible .buildDeal { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); opacity: 1 }
#divBuildMyDeal .bgDark { display: none; background: rgba(0,0,0,.6) !important }
#divBuildMyDeal.visible .bgDark { display: block }
#divNissanIntelligent.visible .buildDeal { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); opacity: 1 }
#divNissanIntelligent .bgDark { display: none; background: rgba(0,0,0,.6) !important }
#divNissanIntelligent.visible .bgDark { display: block }
#divInfoBuyOnline.visible .buildDeal { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); opacity: 1 }
#divInfoBuyOnline .bgDark { display: none; background: rgba(0,0,0,.6) !important }
#divInfoBuyOnline.visible .bgDark { display: block }
.buildDeal .close { position: absolute; top: 24px; right: 15px; cursor: pointer; padding: 5px; font-size: 0; opacity: .5; z-index: 101; -webkit-transition: .25s; transition: .25s }
.buildDeal .close svg { fill: #b3b3b3; width: 25px; height: 25px }
.buildDeal .bldContent { padding: 25px 30px 30px; position: relative; width: 430px; max-width: 100%; padding-right: 0 }
.bmdHdr { margin-bottom: 20px; display: flex; justify-content: space-between }
.bmdHdr h3 { color: #319731; display: inline-flex; text-align: left; font-weight: 700; font-size: 17px; margin: 0; margin-bottom: 20px }
.bmdPrgs { display: inline-block; float: right; margin-top: -2px; padding-right: 21px }
.bmdPrgs .prgsBg { padding: 0; height: 6px; background: #e5e5e5; border-radius: 50px; width: 140px; display: inline-block; margin: auto 5px; position: relative }
.bmdPrgs .prgsBar { float: left; min-width: 1%; height: 100%; background: #319731; border-radius: 50px }
.bmdPrgs label { display: inline-block; margin: auto; color: #716e6e; font-size: 10px; font-weight: 700; font-family: 'Arial',sans-serif }
.bmdPrgs .prgsBg b { color: #888; font-size: 10px; font-weight: 800; position: absolute; right: -32px; top: -4px }
.bmdPrgs span { opacity: 0; color: #888; font-size: 10px; font-weight: 800 }
.almst { color: #319731; font-size: 11px; font-weight: 700; display: block; text-align: right; cursor: pointer; font-style: normal; line-height: 1; clear: both; margin: 10px auto auto auto; width: 100% }
ul.mbdSteps { padding: 0; margin: 0; line-height: 0; font-size: 0; display: inline-flex }
ul.mbdSteps li { display: inline-block; position: relative; color: #fff; text-align: center; margin: 0 5px; min-width: 65px }
ul.mbdSteps li:first-child { margin-left: 0 }
ul.mbdSteps li:last-child { margin-right: 0 }
ul.mbdSteps li:after { content: ""; position: absolute; top: 15px; right: -20px; background-color: #319731; -webkit-box-shadow: 0 .5rem 1rem 0 rgba(44,51,73,.1); box-shadow: 0 .5rem 1rem 0 rgba(44,51,73,.1); width: 20px; height: 2px; opacity: .5 }
ul.mbdSteps li:last-child:after { display: none }
ul.mbdSteps li i { font-style: normal; font-size: 14px; border-radius: 50%; border: 1px solid #319731; color: #000; background: #fff; width: 32px; height: 32px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; left: 0; right: 0; margin: auto; z-index: 9; opacity: .5 }
ul.mbdSteps li i span { font-weight: 600; font-family: 'Lato',sans-serif; font-size: 15px }
ul.mbdSteps li a { opacity: .5; -webkit-transition: .35s; transition: .35s; display: inline-block; font-size: 11px; vertical-align: top; color: #000; text-decoration: none; line-height: 1.2; padding: 40px 0 5px; font-weight: 600; z-index: 99; position: relative; letter-spacing: .03em; text-align: center; justify-content: center; max-width: 65px }
ul.mbdSteps li.visited:after { opacity: 1; background: #319731 }
ul.mbdSteps li.active a,
ul.mbdSteps li.visited a { opacity: 1 }
ul.mbdSteps li.active i span,
ul.mbdSteps li.visited i span { display: none }

.cstMaster .dealBlkContent.accordion-Content { box-shadow: 0px 0px 4px 0px #ddd; }
.cstMaster .navbar-right .flxCenter .hdrLogout { display: flex; align-items: center; cursor: pointer; position: relative; margin-left: 20px; }
.cstMaster .navbar-right .flxCenter .hdrLogout input { border: none; padding-right: 29px; font-size: 12px; cursor: pointer; background: transparent; z-index: 1; }
.cstMaster .navbar-right .flxCenter .hdrLogout i.fa { position: absolute; right: 3px; font-size: 20px; }
.cstMaster .navbar-right .flxCenter { display: flex; }

.dealBlk.accordion .dealAct .actnCellspn .fa-edit::before { content: "\f044" !important; }
.dealBlk.accordion .dealAct .actnCellspn .fa-search::before { content: "\f002" !important; }
.dealBlk.accordion .dealAct .actnCellspn .fa-trash::before { content: "\f1f8" !important; }
.dealBlk.accordion .dealAct .actnCellspn .fa-trash::before { content: "\f1f8" !important; }
.dealBlk.accordion .dealAct .actnCellspn .delete-search-btn, .dealBlk.accordion .dealAct.actnCellspn .delete-search-btn { background: transparent; border: none; }

.accordion-item.dealBlkRpt { margin-bottom: 20px }

.tabbedinfo .tabs .tab-link .fa, .tabbedinfo .tabs .tab-link span { display: none }


/*Reset Pass*/
.resetPass .inptIcon.password .passEye { top: 31px; }
.loginTxt.resetCenter { display: flex; height: calc(100% - 30px); align-items: center; justify-content: center; flex-direction: column; }
.loginTxt.resetCenter h3 { margin-top: 0px; text-align: center; }
.loginTxt.resetCenter a { color: #000;}

.passInfo p { font-size: 12px; margin-bottom: 0; color: #767474; }
.passInfo ul { font-size: 11px; color: #767474; padding-left: 20px; margin-top: 5px; }
.passInfo ul li::marker { font-size: 8px; }
a.frgtPass { display: block; text-align: center; font-size: 12px; text-decoration: underline; padding-top: 15px; cursor: pointer; }
.loginTnks { display: flex; height: 100%; align-items: center; text-align:center; }
.loginTnks h3{margin-top:0px;}
.loginTnks h3 a{text-decoration:underline; cursor:pointer;}



@media screen and (min-width: 768px) and (max-width: 1199px) {
	.cstMaster .navbar-right { width: 53%; }
	.cstMaster .navbar-right .flxCenter { float: right; }
	.navbar-head { width: 190px; }
	.cstMaster .navbar-right .flxCenter .hdrLogout { margin-left: 0px; }
	.navbar-right .hdrLogout { margin-left: 15px }
	.navbar-head { margin-left: 15px; max-width: 280px }
	.tTip > .fa-exclamation-triangle { left: -31px }
	.cstMaster .fix-12-12 { padding-left: 5px; padding-right: 5px }
	.cstMaster ul.tabs li { margin-right: 30px }
	.cstMaster .grid .psnDtls { width: 50% !important; max-width: 50% !important; padding-right: 39px !important; padding-left: 39px !important; margin-left: auto; margin-right: auto }
	.cstMaster .tabbedinfo { padding-left: 15px; padding-right: 15px }
	.dealActive::before { left: -26px }
	.dealBlkHead .dealAct { float: none; width: 12px; margin-left: 0px; }
	.dealBlkHead .dealAct .fa { font-size: 13px; }
	.dealBlkHead li { margin-bottom: 10px !important }
	.dealsTabsBox .tabbedinfo .tab-link { font-size: 0.9em; margin-right: 18px; }
	.cstMaster .dealBlkContent.accordion-Content .row [class*="col-"] { flex: 0 0 50%; max-width: 50%; }
	.navbar-head p { font-size: 0.8em; }
	.cstMaster .navbar { padding-top: 10px }
	.cstMaster .navbar .header-logo img { height: 65px; }
	.cstMaster { border-top: 104px solid transparent; }
	.cstMaster .navbar [class*="container"] { padding-left: 20px; padding-right: 20px; }
	.psnDtls { padding-left: 0px !important; padding-right: 0px !important; }
	.psnDtls + .psnDtls { padding-right: 0px !important; padding-left: 83px !important; }
}


@media screen and (max-width: 767px) {
	.dealBlk.accordion { margin-top: 20px }
	.psnDtls { padding-left: 20px !important; padding-right: 20px !important; padding: 10px; }
	.psnDtls + .psnDtls { margin-left: 0px !important; padding-left: 10px !important; padding-right: 10px !important; }
	.dealBlkHead .dealTile { display: block; padding-bottom: 10px !important; }
	.dealBlkHead .dealPrc { width: 20%; }
	.navbar-head { width: 100%; margin-top: 10px; }
	.cstMaster .navbar [class*="container"] { padding-left: 10px; padding-right: 10px; }
	.cstMaster .navbar { padding: 10px 0px; }
	.cstMaster .navbar .header-logo img { height: 60px; }
	.cstMaster .navbar-right .flxCenter { display: block; margin-right: 20px; }
	.cstMaster .navbar-right .flxCenter .hdrLogout { position: absolute; top: 15px; right: 12px; }
	.cstMaster .navbar-right .flxCenter .hdrLogout input { padding-right: 35px; }
	.cstMaster .navbar-right .flxCenter .hdrLogout i.fa { font-size: 25px; }
	.dealsTabsBox .tabbedinfo .tab-link { font-size: 0.9em; }
	.dealBlkHead li .title-77 { font-size: 14px; }
	.dealBlkHead li .name-77 { font-size: 11px; }
	.cstMaster .tabbedinfo { padding-left: 15px; padding-right: 15px; }
	.tTip > .fa-exclamation-triangle { font-size: 14px; top: 10px; left: -23px; }
	.navbar-head p { font-size: 0.8em; }
	.navbar-head { width: 190px; max-width: 280px; }
}

@media screen and (max-width: 599px) {
	.cstMaster .tabbedinfo { padding-left: 0px; padding-right: 0px; }
	.navbar-head { width: 100%; margin-top: 10px; max-width: 100%; }
	.navbar-head p { font-size: 0.9em; }
	.cstMaster .navbar-right .flxCenter .headLikeTo { position: unset; }
	.cstMaster .dealBlkContent.accordion-Content { padding: 10px; }
	.dealBlk .tblSrc tr { flex-wrap: wrap; display: flex; justify-content: space-between; }
	.tabbedinfo .tabs { justify-content: space-between; }
	.psnDtls { padding-left: 10px !important; padding-right: 10px !important; margin-top: 10px; box-shadow: 0px 0px 5px #c1c1c1; }
	.tabbedinfo .tabs .tab-link { font-size: 0px; width: 55px; display: block; text-align: center; margin-right: 10px; }
	.tabbedinfo .tabs .tab-link span { display: block; font-size: 10px; margin-top: 6px; }
	.tabbedinfo .tabs .tab-link .fa { display: block; font-size: 12px; }
	.row [class*="col-"] { flex: 0 0 100%; max-width: 100%; }
	.cstMaster .navbar .likeToDropdown { width: 100%; }
	.cstMaster .navbar .likeToPos { min-width: 100%; }
	.cstMaster .navbar .navbar-right { margin-top: 10px; display: block; width: 100%; }
	.panelRight { display: none; }
	.panelLeft { width: 100%; padding: 10px; }
	.loginPanel { width: 95%; }
	.dealBlkHead { display: block !important; padding: 8px !important; }
	.dealsTabsBox { padding-top: 55px; }
	.dealBlkRpt li { margin-bottom: 10px !important; margin-right: 10px !important; width: 46% !important }
	.dealBlkRpt .padBox li { width: 100% !important }
	.dealBlkHead::before { right: 18px; top: 44px }
	.dealBlkHead .dealImg { display: block; width: 100% !important; }
	.dealBlkHead .dealTile { display: block; width: 100% !important; margin-right: 0 !important }
	.dealBlkHead .dealAct { float: none; margin: auto; width: 13px !important; margin-right: auto !important }
	.dealBlkHead .dealDate { width: 90% !important; margin-right: auto !important; margin-bottom: 0px !important; }
	.dealActive::before { left: -19px }
	.rightPrc p span { font-size: 18px }
	.toPay .blrAccr .blrHead { font-size: 15px }
	.toPay .blrAccr .blrHead.doneCheck { padding-right: 60px }
	.doneCheckSpan .fa { margin-left: 4px; font-size: 25px; margin-top: 0 }
	.editHvrTxt { margin-left: 5px; margin-right: 5px }
	.doneCheck .doneCheckSpan { right: 5px }
	.dealsTabsBox .tabbedinfo .tab-content { padding: 0px; }
	.tTip > .fa-exclamation-triangle { left: auto; right: 15px; z-index: 1; }
}
