 body{
 	background-color: #fff;
 }

.custom-tabs .nav-link {
    color: #222943;
    font-weight: 500;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.5rem 1rem;
    transition: border-color 0.3s ease;
  }

 .custom-tabs .nav-link:hover {
    color: #222943;
  }

 .custom-tabs .nav-link.active {
    border-bottom: 2px solid #222943;
    color: #222943;
    font-weight: bold;
  }


#featured-packages{
	background-color: #F8F9FB;
	border: 1px solid rgba(0, 0, 0, .125);
}

.main-banner-content-holder-header-text {
    font-size: 40px;
    font-weight: 800;
}

.main-banner-content-holder-sub-hader-text {
    font-size: 20px;
    font-weight: 300;
}

.featured-category-box {
    background-color: #fff;
    border-radius: 6px;
    padding: 16px 12px;
    box-shadow: 0px 2px 12px 6px #58647312;
    transition: all 200ms ease-out;
    text-decoration: none;
    font-size: 18px;
}


.list-unstyled li{
	display: flex;
	align-items: center;
}
