.dealerSelect .loader {
    display: none;
}

.dealerSelect ~ .add-more-btn {
    display: none;
}

.footer {
    z-index: 2;
}

@media (max-width: 568px) {
    .dealerSelect { 
        padding: 0 16px 90px !important;
    }
	.best-disc-item {
         margin: 50% auto !important;
    }
}
.grayOut{
    opacity:0.3;
    font-weight:normal;
    /*background-color:#536DA1 !important;*/
}
.dealerSelect .dealerSel,.dealerSelect .dealerSel input[type="checkbox"]
{
    cursor:pointer;
}

.dealerSelect h3
{
    background-color: #536DA1;
    /* color: #333; */
    /* border: 1px solid #242424; */
    padding-left: 25px;
    padding-top: 15px;
    /* background: #ffffff; */
    /* width: 490px; */
    width: 90%;
    /* height: 76px; */
    margin: 0 auto;
    margin-bottom: 10px;
    height: auto;
    padding-bottom: 15px;
    margin-top: 20px;
}/* 
.dealerSelect h3 {
    padding: 10px 0px 10px 56px;
    margin-bottom: 16px;
}*/

.dealerSelect h3 .thumbs-up {
    background: url(/Content/images/thumbs-up-ds.png) 0px 0 no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    /* position: absolute; */
    background-size: 100%;
    /* left: 8px; */
    /* top: 16px; */
}

.dealerSelect h3 .thumbs-up {
    /* left: 16px;*/
    float:left;
}

#conqStepWrap .orange.btnAll  {
    display: block;
}

.buyer-lead-name {
    display: block;
    color: #000;
    font-size: 14px;
}

.buyer-lead-address {
    display: block;
    color: #555;
    font-size: 16px;
}

.checkbox-buyer-lead label {
    flex-direction: row;
    align-items: center;
    min-height: 60px;
    padding: 6px 20px 6px 42px;
    border-radius: 4px;
    background-color: #fff;
    text-transform: capitalize;
    border: 0.5px solid #000;
    position: relative;
    display: flex;
    margin: 0 0 12px 0;
}

.checkbox-buyer-lead input {
    display: none;
}
.ds-proceed{
	border: 0 none;
    height: 12px;
    margin-left: 3px;
}
.buyer-check-mark {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 1px solid #242424;
    bottom: auto;
    right: auto;
    top: auto;
    left: 12px;
}

.checkbox-buyer-lead input:checked + label .checkbox-check-mark:before {
    content: '';
    background: url("/Content/images/icons/icon-check-mark-white.svg") no-repeat 50% 50% / 15px;
    display: block;
    width: 100%;
    height: 100%;
}

.checkbox-buyer-lead input:checked + label .buyer-check-mark {
    background-color: #3273F6;
    border-color: #3273F6;
}

.overlay-discount {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
    right: 0;
    left: 0;
    top: 0px;
    z-index: 3;
    display:none;
}

.best-disc-item {
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    margin: 15% auto;
    width: 90.5%;
    padding: 24px 15px;
    max-width: 600px;
    margin-top:100px;
}

.best-disc-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 8px;
}

.best-disc-btn {
    width: 240px;
    height: 44px;
    color: #fff;
    background-color: #C4172C;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 24px;
	font-weight:bold;
	cursor:pointer;
}

.best-disc-text {
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

.best-disc-text br {
    display: none;
}

.proceed-text {
    font-size: 16px !important;
    line-height: 18px;
    margin-bottom: 0 !important;
    padding: 0 !important;
    cursor:pointer !important;
	color: #0C317A !important;
}

@media(min-width: 1024px) {
    .best-disc-item {
        padding: 32px 70px;
    }
    .best-disc-title {
        font-size: 24px;
    }
    .best-disc-text {
        font-size: 20px !important;
        margin-bottom: 32px !important;
        line-height: 30px;
    }
    .best-disc-btn {
        font-size: 18px;
        width: 264px;
    }
    .best-disc-text br {
        display: block;
    }    
    .proceed-text {
        font-size: 18px !important;
    }
    .bgHead .header {
        margin-bottom: 104px;
    }
    .carWrap {
        padding: 0 2% 110px;
    }
    .dealerSelect {
        margin-top: 0px;
    }
    .full-width {
        width: 100%;
    }
    .footer {
        margin: 20px 0;
    }
    #conqStepWrap .farm-logo {
        border: 0;
        border-radius: 0;
        max-width: 1160px;
        padding: 15px 0 15px 75px;
    }
    .gW.full-width {
        background: #f5f5f5;
    }
    .farm-logo p {
        font-size: 14px;
    }
}


