
li.border-b-2.border-\[\#0096a3\].mt-0 {
    margin-top: 0px !important;
}
 .nav-link.active {
      color: #1d98a5;
      font-weight: bold;
    }
.nav-link:hover{
      color: #1d98a5;
    }

.footer-t {
    border-top: 5px solid #1d98a5;
}
.chip {
    font-size: 16px;
    padding: 15px;
    border-radius: 7px;
}
.card.p-6
 {
    max-width: 530px;
    margin: 0 auto;
}
.nav-link {
    margin-right: 18px !important;
}
.drop-down ul {
    top: 55px;
    width: 251px;
    padding: 6px;
    left: 0;
}
nav ul li a{
    color: #757575;
    font-size: 15px;
}
.heading-about h1 {
    color: #0097a4;
}


.aspect-w-16.aspect-h-9
 {
    line-height: 0;
    width: 100%;
    height: 504px;
    max-width: 880px;
}
.video-card {
    border: 5px solid #fff;
}
.aspect-w-16 iframe {
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}
body{

   background-image: url(../images/body-bg.png);
        background-color: #1698a5 !important;
}
@media (min-width: 1400px) {
    .container{
        max-width: 1320px;
    }
}
@media (max-width: 1380px) {
.nav-link {
    margin-right: 8px !important;
}
}