.sosmed-icon.primary a {
    color: #ffffff;
}
.presi {
    text-align: left;
    padding-top: 60px;
	background-color:#ffffff;
	height: 540px;
}

.presi p {
    font-size: 14px;
    font-weight: 700;
    color: #080808;
}
#red{
	background-color:#e20808;
}
#orange{
	background-color:#d85928;
}
#blue{
	background-color:#2b305d;
}
.text-orange{
	#FF5722;
}
.join {
    list-style-type: none;
    display: flex;
	margin-left:0;
}

.join li{
    padding: 15px;
    margin-right: 8px;
	text-align:center;
}
.join li a{ 

	color:#fff;
	font-size:16px;
	font-weight: 500;
}
.stepwizard-step p {
    margin-top: 0px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.fixed-bottom {
    border-radius: 0px;
    box-shadow: 10px -1px 10px rgb(0 0 0 / 8%);
    height: 59px;
	position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.fixed-bottom a.selected {
    color: #f26522 !important;
}
.fixed-bottom a.active {
    color: #f26522 !important;
}
.cart-badge1 .badge {
    background-color: #ff6000;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    line-height: 12px;
    position: fixed;
    margin-left: 0px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding: 2px;
}

/*------ Respponsive -------*/
@media (min-width: 320px) and (max-width: 600px){
	.donate-btn{
		display:none !important;
	}
	.presi{
		background-size: cover;
		height: 320px;
		margin-bottom: 5px;
	}
	.footer{
		display:none;
	}
	.mobile-pb-8{
		padding-bottom: 60px;;
	}
	.whaticon {
		bottom: 65px !important;
	}
}