.nav-tabs {
	border-bottom: 1px solid #707070;
}

.order-nav-tab .nav-link {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 18px;
	line-height: 26px;
}

.order-nav-tab .nav-link.active {
	color: #1493BB !important;
	border: none !important;
	border-bottom: 2px solid #1493BB !important;;
}

.btn-fb-share{
	background: #1877F2;
	border-radius: 3px;
	color: #fff !important;
}

.page-title{
	font-size: 22px;
	line-height: 10px;
	font-weight: 600 !important;
}

.page-title-div{
	border-bottom: 1px solid #dddddd !important;
}


.page-title:after{
	content: '';
    position: absolute;
    left: 0; 
    bottom : -8px;
    height: 2px;
    width: 100%;
    background-color: #1493BB;
}