.CFC-banner {
    margin-top: 20px;
    width: 100%;
    float: left;
    position: relative;
    max-height: 346px;
    overflow: hidden;
}

.CFC-top{
    position: absolute;
    width: 30%;
    top: 80px;
    right: 60px;
    color: #fff;
}

.CFC-top-content{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.CFC-left{
    text-align: center;
}

.CFC-left h2{
    color: #ffffff;
    font-size: 50px;
    font-family: "TrajanProBold";
    margin-bottom: 10px;
}

.top-box-area .inner-box{
    text-align: center;
    width: calc(50% - 10px);
    float: left;
    padding: 20px;
    color: #000;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 3px;
}

.box-row-1{
    color: #C28C2A;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.box-row-2{
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
}

.box-row-3{
    font-size: 14px;
}

.CFC-top-bottom{
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}

.form-title{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0 30px;
}

.form-title p{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.form-text-1{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

#cfc-apply{
    margin-top: 45px;
}

.form-text-2{
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.form-text-1 img{
    width: 18px;
    float: left;
    margin-right: 10px;
}

.form-text-2 img{
    width: 14px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.form-title h2{
    font-size: 30px;
    font-family: "TrajanProBold";
    margin-bottom: 10px;
}

.form-title span{
    color: #145891;
    font-weight: 600;
}

.form-section{
    width: 100%;
    display: flex;
    margin: 0 auto 50px;
}


.form-row{
    width: calc((100% - 60px)/3);
    border: solid thin #ccc;
    border-radius: 4px;
    float: left;
    margin-right:30px;
    padding: 30px;
    text-align: center;
}

.form-row img{
    height: 90px;
}

.form-row:last-child{
     margin-right:0;
}

.form-row h3{
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-row p{
    width: 90%;
    margin: 0 auto;
}



.CFC-how{
    display: inline-block;
    background-image: url(../images/ab-how-bg.jpg);
    width: 100%;
    height: 445px;
}

.CFC-how-inner{
    width: 100%;
    padding: 0 142px;
    display: flex;
}

.CFC-how>h3{
    color: #fff;
    font-family: "TrajanProBold";
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 30px;
}


.how-box{
    text-align: center;
    float: left;
    color: #fff;
    width: 283px;
    margin: 0 35px 0 20px;
}

.how-box:first-child{
    margin-left: 0;
}

.how-box:last-child{
    margin-right: 0;
}

.how-box img{
    width: 96px;
}

.auto-buy-start{
    display: block;
    cursor: pointer;
    margin: 0 auto;
    width: 260px;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    border-radius: 3px;
}

.all-auto-buy-link{
    font-weight: 600;
    cursor: pointer;
}


.all-auto-buy-link i{
    margin-left: 5px;
}



.CFC-about-left,.CFC-about-right{
    float: left;
}

.CFC-about-left{
    width: 58%;
    margin-bottom: 20px;
}


.CFC-about-right{
    width: 40%;
    text-align: center;
}

.CFC-about-right img{
    width: 232px;
    margin-top: 50px;
}

.CFC-about h3,.CFC-faq h3{
    font-size: 30px;
    font-family: "TrajanProBold";
    margin-top: 0;
}

.CFC-faq {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    border: solid thin #ccc;
    padding: 40px 40px 0 40px;
    position: relative;
}

.faq-col{
    width: calc(50% - 15px);
    float: left;
}

.faq-col-left{
    margin-right: 30px;
}

.faq-q{
    font-weight: 600;
    margin-bottom: 20px;
}

.faq-a{
    margin-bottom: 30px;
}

.faq-link{
    position: absolute;
    bottom: 30px;
    right: 50px;
    cursor: pointer;
}

.faq-link{
    font-weight: 600;
}

.faq-link i{
    color: #125ea7;
}

/*BEGIN: Styles for Setup Auto Buy button*/
.section-jmb-wishlist .autobuy-setup {
    position: relative;
    color: #5bb75b;
	font-weight:bold; 
    margin-right: 25px;
}


.section-jmb-wishlist .autobuy-setup .autobuy-text:before {
    content: '\f021'; 
    font-family: "Font Awesome 5 Free";
    margin-right: 3px;
}

.section-jmb-wishlist .autobuy-setup:hover {
    text-decoration: none;
    cursor: pointer;
}

.section-jmb-wishlist .autobuy-setup .autobuy-hint {
    display: none;
    position: absolute;
    color: initial;
    font-weight: 400;
    border: 1px solid #114e88;
    border-radius: 3px;
    padding: 15px;
    top: 25px;
    left: -60px;
    z-index: 2;
    width: 262px;
    background: #fff;
    box-shadow: 0.5px 0 2px #1c1c1c;
}

.autobuy-hint i{
    cursor: pointer;
    text-align: right;
    float: right;
    color: #ccc;
}

.section-jmb-wishlist .autobuy-setup .autobuy-hint.active{
    display: block;
}

.section-jmb-wishlist .autobuy-setup .autobuy-hint a {
    font-weight: bold;
}
/*END  : Styles for Setup Auto Buy button*/