<style> @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');
</style> /*
font-family: 'Open Sans', sans-serif;
Regular 400
Bold 700
Extra-bold 800
*/
body {
 background-color: #1c1a19;
 font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}
.d-top-menu ul {
    padding: 20px 0;
    background: #1c1a19;
    justify-content: center;
    border: 0;
}
.tabs-content {
    padding: 30px;
    width: 70%;
}
.d-top-menu ul.nav-tabs li a {
    background: #ffbaba;
    color: #1c1a19;
    transition: all 0.5s;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 30px !important;
}
.d-top-menu ul.nav-tabs li {
    margin: 0 15px;
}
.d-top-menu ul.nav-tabs li a:hover, .d-top-menu ul.nav-tabs li a:focus, .tab-list a:hover {
    background: #fff !important;
    color: #1c1a19 !important;
}
.d-content-area {
    display: flex;
    background: #ffbaba;
    min-height: 100vh;
}
.tab-list {
    background: #1c1a19;
    width: 25%;
}

/* cutom css  */
.section_name a { 
    cursor: default !important;
}

 /*Contact CSS*/
.contact-booking{

    height: 650px;
    overflow-y: auto;
    max-height: 650px;
}
.contact-booking i.fa-solid.fa-clock , .contact-booking i.fa-solid.fa-sack-dollar {
    margin-right: 10px;
}
/*  end custom   */
.tab-list ul {
    display: block;
}
.tab-list ul.nav-tabs li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border-radius:0;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: 1px solid #ffbaba;
}
.tab-content h3 {
    text-transform:uppercase;
}
.tab-content>.tab-pane {
    display: none !important;
}
.tab-content>.active {
    display: block !important;
}
a.nav-link.active {
    pointer-events: none !important;
}
.tab-content-inner {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}
.tab-content-inner ul.nav.nav-pills {
    justify-content: center;
}
.tab-content-inner h4 {
    text-transform:uppercase;
}
.tab-content-inner .nav-pills .nav-link.active,.tab-content-inner .nav-pills .show>.nav-link {
    background: #ffbaba;
    color: #1c1a19;
}
.tab-content-inner li.nav-item {
    width: 23%;
    margin: 0 5px;
    position: relative;
}
.tab-content-inner ul#pills-tab {
    align-items: center;
    justify-content: space-between;
}
.tab-content-inner .nav-pills .nav-link {
    position: relative;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    background: #1c1a19;
    color: #fff;
    border: 3px solid #1c1a19;
    border-radius: 40px;
    text-transform: capitalize;
    padding: 10px;
    z-index: 1;
    min-height: 75px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
/* add appropriate colors to fb, twitter and google buttons */
.fb {
  background-color: #3B5998 !important;
  color: white !important;
}

.twitter {
  background-color: #55ACEE !important;
  color: white !important;
}

.google {
  background-color: #dd4b39 !important;  
  color: white !important;
}
div#pills-tabContent {
    padding: 20px;
}
div#pills-tabContent h4 {
    margin-bottom: 20px;
}
.social-logins {
    text-align: center;
}
.social-logins a {
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 10px 15px;
    display: block;
    transition: all 0.5s;
}
.social-links {
    max-width: 250px;
    margin: 0 auto;
}
.social-logins a:hover {
    color: #fff;
    opacity: 0.8;
}
.tab-content-inner .nav-pills .nav-item:before {
    position: absolute;
    content: "";
    left: -50%;
    width: 100%;
    background: #1c1a19;
    height: 3px;
    top: 50%;
}
.tab-content-inner li.nav-item:nth-child(4n+1):before {
    display: none;
}
.membershipplan-hide tr.pms-account-subscription-details-table__status ,
.membershipplan-hide tr.pms-account-subscription-details-table__actions,
.membershipstatus-hide tr.pms-account-subscription-details-table__expiration-date,
.membershipstatus-hide tr.pms-account-subscription-details-table__actions  {
    display: none;
}
.membershipaddon-hide .pms-account-subscription-details-table {
    display: none;
}
.membershipstatus-hide tr.pms-account-subscription-details-table__start-date 0
    display: none;
}
@media screen and (max-width:1200px) {
.tab-content-inner li.nav-item {
    width: 31%;
}
.tab-content-inner li.nav-item:nth-child(4n+1):before {
    display:inherit;
}
.tab-content-inner li.nav-item:nth-child(3n+1):before {
    display:none;
}

.profile-header-list .list-group-horizontal .list-group-item {
    display: inline-block;
}
.profile-header-list .list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left:-4px;
    margin-right: 0;
}
.profile-header-list .list-group-horizontal .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}
.profile-header-list .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
}


}
@media screen and (max-width:991px) {
.d-top-menu ul.nav-tabs li a {
    font-size: 11px;
}
.tab-list ul.nav-tabs li a {
    font-size: 12px;
}
.tab-content-inner li.nav-item {
        width: 47%;
}
.tab-content-inner ul#pills-tab {
    display: block;
}
.tab-content-inner .nav-pills .nav-item::before {
    display:none !important;
}
.tab-content-inner .nav-pills .nav-item br {
    display:none;
}
.d-top-menu ul.nav-tabs li {
    margin: 0 5px 10px;
}
}
@media screen and (max-width:767px) {
.tab-content-inner li.nav-item {
    width: 100%;
}
}
@media screen and (max-width:480px) {
.d-content-area {
    flex-wrap: wrap;
    min-height: auto;
}
.tab-list {
    width: 100%;
}
.tabs-content {
    width: 100%;
    order: 3;
}
.tab-content-inner li.nav-item {
    width: 100%;
}
}