html,
body {
    height: 100%;
}

body {
    padding-top: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #333;
    background-color: #fff;
}

.site-navbar {
    font-weight: bold;
    border-bottom: 1px solid #232323;
}

.site-navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-weight: bold;
}

.site-navbar .logo-img {
    height: 3.5rem;
    width: 3.5rem;
    object-fit: contain;
}

.site-navbar .brand-text {
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    margin-top: .25rem;
}
.brand-text > h6 {
    margin: 0;
}

.site-navbar .nav-link {
    color: #333;
    padding: .4rem .75rem;
}

.site-navbar .nav-link:hover {
    color: #000;
}
.no-padding{
  padding: 0 !important;
  margin: 0 !important;
}
.pages-nav-tabs{
  border-bottom: 1px solid #428bca;
  padding:0px;
}
.btn-pages-nav-tabs{
  border:0px;
  color:#555555;
  background-color: #fff;
}
.pages-nav-tabs-active{
    border: 1px solid #428bca;
    border-bottom: 0px;
    background: #428bca;
    color: #fff;
}
.periodbox-content {
    display: none ;
    position: absolute;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    background-color: #fff;
    min-width: 450px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 6px 6px;
    top:40px;
    z-index: 100;
}


.timeline {
    border-left: 3px solid #337ab7;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    background-color: white;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 85%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}


.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data);
    text-align: right;

    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #337ab7;
    box-shadow: 0 0 0 3px #337ab7;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #337ab7;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}
