body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.tablinks{
	background-color: #1ab5d4;
	border-color: #1ab5d4;
	padding: 0.875rem 1.25rem;
	border-radius: 5px;
	width: 100%;
}
h2{
	font-size: 1.5rem;
}
.tracking-deliver{
	border: 1px solid #8F96A1;
    
    border-radius: 0.938rem;
}
ul{
	list-style: none;
}
.tab-content ul li::before {
	content: "\2022";
	color: #1ab5d4;
	font-weight: bold;
	display: inline-block; 
	width: 1rem;
	margin-left: 1rem;
	padding-right: 1rem;
  }
.tracking-deliver ul{
  color: #666;
  margin-left: -1rem;

}
.tab-content ul li {
	padding-bottom:.5rem;
	line-height: 1.75rem;
}
 h4{
	color: #040404;
	font-size: 0.875rem;
 }
 .tracking-deliver p{
	color: #666;
	line-height: 1.625rem;
 }
 
 .nav-tabs  .nav-link {
	width:100%;
	font-weight: bold;
	background: #3d91f2;
	color: #fff;
}
.nav-tabs  .nav-link.active {

	background: #2f79cd;
	color: #fff;
}
 
 .nav-tabs li { width:50%;
	list-style-type: none;
	
}

li{
    display: flex;
   
}
.contact-details li::before{
    display: none !important
}
.contact-details li a{
    text-decoration: none;
    color: #000;
}
.contact-details li a:hover{
    color: #2f79cd;
}

  @media screen and (min-width: 320px) and (max-width: 480px) {
	.tracking-deliver{
		border: none;
	
	}
	h2,h3,h4,h5{
		text-align: center;
	}
}