

/* Start:/agent/css/style.css?17394322222740*/
@media (max-width: 1280px) {
    DIV.head .logo__krmz.center {
        margin: 7px 15px 0 15px !important;
    }
}

.fordealer {

}

.fordealer .dealer-block1 {
    border: 5px solid #fc6f10;
    font-size: 36px;
    padding: 46px 74px;
    line-height: 44px;
/*     margin-top: 55px; */
    margin-top: 0px;
}


.fordealer .how-it-works {
    padding-top: 70px;
}

.fordealer .how-it-works H2 {
    font-size: 36px;
    margin-bottom: 37px;
}

.fordealer .how-it-works OL,
.fordealer .how-it-works UL {
    column-count: 2;
    counter-reset: section;
    padding-left: 0;
}

.fordealer .how-it-works OL LI,
.fordealer .how-it-works UL LI {
    list-style-type: none;
    display: block;
    margin-bottom: 40px;
    float: left;
}

.fordealer .how-it-works OL LI:before,
.fordealer .how-it-works UL LI:before {
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    background-color: #fc6f10;
    border-radius: 70px;
    height: 140px;
    width: 140px;
    color: white;
    font-family: 'heavy';
    font-size: 164px;
    text-align: center;
    float: left;
    margin-right: 20px;
    padding: 12px 0 0 14px;
    margin-right: 20px;
}

.fordealer .how-it-works H3 {
    font-size: 18px;
    margin: 0 0 4px 0;
}

.fordealer .how-it-works P {
    line-height: 20px;
    margin-right: 15px;
}

.krmz-breadcrumb {
    padding-top: 28px !important;
}
.dealer-top {
    margin: auto;
    text-align: center;
    margin-top: -10px;
/*    max-width: 1440px; 
    min-width: 1250px; */
}

.dealer-top IMG {
/*    width: 100%; */
/*    width: 1440px; */
    max-width: initial;
    max-width: 100%;
}
.dealer-top .dealer-top-text {
    position: absolute;
    margin-top: -554px;
    text-align: left;
    color: white;
}

.dealer-top .dealer-top-text .wrap {
    top: 35px;
    left: 0;
    right: 0;
}

.dealer-top .dealer-top-text H1 {
    color: white;
    font-size: 48px;
    font-family: heavy;
    max-width: 800px;
    margin-bottom: 25px;
    padding-top: 49px;
}


@media (max-width: 1599px) {
    .dealer-top .dealer-top-text H1 {
       padding-top: 100px; 
    }
}

@media (max-width: 1294px) {
    .dealer-top .dealer-top-text {
        padding-left: 20px;
    }
}
.dealer-top .dealer-top-text P {
    font-size: 18px;
    max-width: 500px;
    line-height: 22px;
}
.dealer-top .dealer-top-text .dealer-button {
    background-color: #fc6f10;
    border-bottom: 4px solid #964209;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: heavy;
    font-size: 16px;
    padding: 21px 50px;
    margin-top: 27px;
    display: inline-block;
    text-decoration: none;
}

.dealer-top .dealer-top-text .dealer-button:hover {
    background-color: #fc6f10;
}


/* End */


/* Start:/agent/css/why.css?17394322222282*/
.why {
    background-image: url('/agent/css/../images/bg.png');
    background-image: url('/agent/css/../images/agent-bg-2.png');
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.why .why-list {
    padding-top: 26px;
}

.why .why-list H2 {
    font-size: 36px;
}
.why .why-list UL {
    margin: 0;
    padding: 0;
}
.why .why-list UL LI {
    display: inline-block;
    width: calc(100% / 3);
    vertical-align: top;
    padding-right: 18px;
    position: relative;
}

.why .why-list UL LI:after {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: rgba(0, 0, 0, 0);
    height: 140px;
    width: 140px;
    border-radius: 80px;
    border: 1px solid #ff6918;
}
.why .why-list UL LI:before {
    content: '';
    height: 130px;
    width: 130px;
    display: block;
    background-color: #ff6918;
    border-radius: 70px;
    border: 4px solid transparent;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 22px;
}

.why .why-list UL LI.nomoney:before {
    background-image: url('/agent/css/../images/like.png');
}

.why .why-list UL LI.best:before {
    background-image: url('/agent/css/../images/stars.png');
}

.why .why-list UL LI.nomoney:before {
    background-image: url('/agent/css/../images/like.png');
}

.why .why-list UL LI.increase:before {
    background-image: url('/agent/css/../images/increase.png');
}



.why .why-list UL LI H3 {
    font-size: 18px;
    margin: 0 0 5px 0;
}

.why .why-list UL LI P {
    line-height: 20px;
}


.why .support {
/*     background-color: #ff6918; */
    background-color: rgba(255, 83, 0, 0.87);
    color: white;
    max-width: 920px;
    max-height: 515px;
    margin: 70px auto 0;
    padding: 60px;
    border: 3px solid white;
/*    outline: 10px solid #ff6918; */
    outline: 10px solid rgba(255, 83, 0, 0.87);

}


.why .support UL {
    max-width: 460px;
    margin: 0 auto;
}

.why .support H2,
.why .support H3 {
    color: white;
}

.why .support H2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
    text-shadow: 1px 1px 1px #e46303;
}

.why .support H3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 35px;
    text-shadow: 1px 1px 1px #e46303;
}

.why .support P {
    line-height: 20px;
}

/* End */


/* Start:/agent/css/feedback.css?17394322222176*/
.b-subscribe {
    display: none;
}

.dealer_feedback {
    height: 1140px;
    height: 1440px;
    background-image: url(/agent/css/../images/feedback.jpg);
    background-image: url(/agent/css/../images/agent-bg-3.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.dealer_feedback H2 {
    font-family: black;
    font-size: 40px;
    margin-top: 24px;
    margin-bottom: 30px !important;
}

.dealer_feedback FORM {
    font-size: 16px;
    width: 600px;
    margin-top: 22px;
    display: inline-grid;
}

.dealer_feedback FORM LABEL {
    display: block;
    line-height: 58px;
}

.dealer_feedback FORM INPUT[type="text"] {
    border: 1px solid #b7b7b7;
    padding: 11px;
    width: 100%;
    max-width: 466px;
    float: right;
    margin: 8px 0;
    font-size: 15px;
}

.dealer_feedback .contact {
    float: right;
    font-size: 16px;
    background-color: #f6f6f6;
    width: 430px;
    height: 220px;
    padding: 50px 30px 50px 50px;
}

.dealer_feedback .contact .name {
    font-size: 39px;
    font-weight: bold;
    font-family: bold;

}

.dealer_feedback .contact .description {
    color: #999999;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
}

.dealer_feedback .contact .phone {
    color: #999999;
}

.dealer_feedback .contact .phone B {
    font-size: 42px;
    font-family: bold;
    color: #ff6600;
}

.dealer_feedback INPUT[type="submit"] {
    background-color: #fc6f10;
    color: black;
    font-family: "heavy";
    font-size: 27px;
    text-transform: uppercase;
    padding: 16px;
    max-width: 376px;
    margin-left: 134px;
    margin-top: 29px;
    text-shadow: 1px 0px 0 black;
    letter-spacing: 1.5px;
}

.dealer_feedback INPUT[type="submit"]:hover {
    background-color: #BD4C00;
}

.dealer_feedback FORM P {
    margin-left: 133px;
    margin-top: 38px;
    color: gray;
    max-width: 540px;
    line-height: 21px;
    width: 100%;
}

.dealer_feedback FORM P A {
    text-decoration: none;
    color: #03aed9;
    border-bottom: 1px dashed #03aed9;
    background: none;
}

.dealer_feedback FORM P A:hover {
    border-bottom: 1px dashed transparent;
}

/* End */
/* /agent/css/style.css?17394322222740 */
/* /agent/css/why.css?17394322222282 */
/* /agent/css/feedback.css?17394322222176 */
