.article_style{
    padding:5px;
}

@media (max-width: 800px) {
    /*.menu-list {*/
    /*    padding-left: 0px;*/
    /*}*/
    
    
    
}

.menu-list {
    padding-left: 0px;
}

.footerppadded {
    padding-right: 40px;
}

.article_style {
    background: #176971;
    margin: 10px;
    color: white;
    padding: 25px;
    border-radius: 15px;
}
.article_style p{
    color: white;
}
.filter_btns button{
    background:#22696f;
    border:none;
}
.filter_btns button:hover{
    background:#7fcdd9;
    border:none;
}

.border_bottom_class{
     border-bottom: 2px solid #53b3c1;   
}
.green_bg{
    background:#176971;
}
  .text_card i{
        font-size:40px;
    }
    .text_card p{
        color:white;
    }
.description_style{
border-radius:15px;  
padding:20px 30px;
    }
    .btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(83 179 193);
}

   .nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #176971;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    z-index: 1;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu li a {
    color: white;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Hover effect for dropdown items */
.dropdown-menu li a:hover {
    background-color: #53b3c1;
}
.live_chats{font-size: 33px;
    /* bottom: 10px; */
    position: fixed;
    margin-bottom: 15px;
    padding: 5px 16px;
    background: #48b3c3;
    color: white;
    position: fixed;
    /* top: 0px; */
    z-index: 99999;
    right: 30px;
    bottom: 0px;
    border-radius: 50%;
    width: 60px;
    height: 60px;}
    .live_chats a i{
        color:white;
    }
    .live_chats:hover {
        background:#046973;
        /*border:1px solid #;/*/
        
    }.live_chats2{font-size: 33px;
    /* bottom: 10px; */
    position: fixed;
    margin-bottom: 83px;
    padding: 5px 16px;
    background: #48b3c3;
    color: white;
    position: fixed;
    /* top: 0px; */
    z-index: 99999;
    right: 30px;
    bottom: 0px;
    border-radius: 50%;
    width: 60px;
    height: 60px;}
    .live_chats a i{
        color:white;
    }
    .live_chats2:hover {
        background:#046973;
        /*border:1px solid #;/*/
        
    }.live_chats3{font-size: 33px;
    /* bottom: 10px; */
    position: fixed;
    margin-bottom: 150px;
    padding: 5px 16px;
    background: #48b3c3;
    color: white;
    position: fixed;
    /* top: 0px; */
    z-index: 99999;
    right: 30px;
    bottom: 0px;
    border-radius: 50%;
    width: 60px;
    height: 60px;}
    .live_chats a i{
        color:white;
    }
    .live_chats3:hover {
        background:#046973;
        /*border:1px solid #;/*/
        
    }
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #53b3c1;
    border-color: #53b3c1;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(83 179 193);
}
.toggle-link {
    color: #53b3c1;
    text-decoration: none;
    cursor: pointer;
}

.toggle-link:hover {
    text-decoration: underline; /* Optional: adds an underline on hover for better user feedback */
    color: #53b3c1;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #1a6e78;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #1a6e78;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #1a6e78;
  border: 1px solid #1a6e78;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #1a6e78;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #1a6e78;
}

.accordion button[aria-expanded='true'] {
  color: #1a6e78;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: none; /* Automatic height based on content */
  transition: opacity 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.filter_btns_style{
    display:flex;
    justify-content:center;
}
.terms_conditions strong{
        color: #176971;
}
.welcome_sec {
    padding-top: 55px;
    background: #f7f8fa;
    height: auto;
    padding-bottom: 55px;
    margin-top: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right:0;
     padding-left:0;
}
@media (max-width: 768px) {
    .filter_btns_style{
    display:block;
}
.description_style {
    border-radius: 15px;
    padding: 20px 30px;
    margin: 10px;
}
}