/* HOW TO BUY */

body.howtobuy {
    background: #fff;
}

.howtobuy .topcover {
    height: 200px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.htb-nav {
    padding-bottom: 40px;
}
.htb-nav h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 14px;
}
.htb-nav a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 14px;
    color: #2d73d3;
}

.htb-nav a img {
    width: 13px;
    margin-right: 15px;
}

.htb-row h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 17px;
}

.howtobuy hr {
    border-top: 1px dashed;
    margin: 30px 0;
}

.htb-row span {
    line-height: 1.71;
    color: #464646;
    font-size: 14px;
	display: block;
    margin-bottom: 24px;
}

.htb-row img {
    width: 100%;
}
@media (min-width:768px) and (max-width:1199px){
	#htb-01 img {
	    position: absolute;
	    top: 0;
	    right: -15px;
	}
}
@media (min-width:1200px){
	#htb-01 img {
	    position: absolute;
	    top: 0;
	    right: -25px;
	}
}
@media (max-width:768px){
	.howtobuy .breadcrumb {
	    margin-bottom: 0;
	    
	}
	.howtobuy .breadcrumb .active a {
	    color: #777e86;
	}
}

.topCoverNew{background: linear-gradient(138.45deg, #FECE4C -17.43%, #FDC43F 124.03%);padding:30px 0;text-align:center;}
.topCoverNew .h2{color: #FFFFFF;font-weight: 500;font-size: 30px;}
.topCoverNew .topCoverNewItems{margin-top:20px;}
.topCoverNew .topCoverNewItem{padding:20px 0;}
.topCoverNew .topCoverNewItem:hover{background-color:rgba(255,255,255,0.2);border-radius: 8px;transition: all 300ms ease-in-out;}
.topCoverNew .active .topCoverNewItem{background-color:rgba(255,255,255,0.2);border-radius: 8px;}
.topCoverNew .topCoverNewItem p{font-weight: 700;font-size: 16px;line-height: 18px;color: #FFFFFF;padding-top:15px;margin:0;}
.topCoverNew a:hover{text-decoration:none;}

@media (max-width:768px){
	.topCoverNew .topCoverNewItem img{max-width:25px;min-height: 25px;object-fit: cover;}
}

.howToBuyNav{background: #FFFFFF;border: 1px solid #F5F5F5;border-radius: 4px;padding:12px;position: sticky;top: 10px;}
.howToBuyNav h6{font-weight: 700;font-size: 14px;line-height: 16px;color: #383838;padding-bottom:10px;}
.howToBuyNav ul{padding:0;margin:0;}
.howToBuyNav ul li{list-style:none;padding-bottom:15px;}
.howToBuyNav ul li:last-child{padding-bottom:0;}
.howToBuyNav ul li a{color: #383838;}
.howToBuyNav ul li a:hover{text-decoration:none;color:#FEC60A;transition: all 300ms ease-in-out;}
.howToBuyNav ul li a span{padding-left:5px;}
.howToBuyNav ul li a img{min-width:20px;}
.howToBuyContentItem h2{line-height: 28px;color: #383838;}
.howToBuyContentImg{padding-bottom:30px;}
.howToBuyContentImg img{max-width:100%;}
.howToBuyTitle h1{font-size: 36px;text-align:center;padding-bottom:15px;}
.howToBuyContent-breadcrumb .breadcrumb{border:none;padding:0;}
.howToBuyContent-breadcrumb .breadcrumb a{color:#818181;}
.howToBuyContent-breadcrumb .breadcrumb-item.active{color: #383838;}
@media (max-width:768px){
	.howToBuyContent{padding-top:20px;}
	.howToBuyNav{margin-bottom:20px;}
	.howToBuyTitle h1{font-size: 24px !important; padding-bottom: 10px;}
	.howToBuyContent-breadcrumb .breadcrumb{margin:0 0 10px;}
	
}


.rowArea{display: flex;justify-content: center;align-items: center;gap: 15px;}
.rowAreaItem{width:25%;}




