body{
    background-color: #F1F1F1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.9px;
}
header{
    background-color: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    z-index: 3;
    width: 100%;
    top: 0;
}
.btn {
    border-radius: 4rem;
    padding: 0.375rem 1.5rem;
}
.btn svg{
    fill: black;
}

.logo img{
    width: 420px;
}
@media (max-width: 576px) {
.logo img{
        width: 100%;
    }
    
}

.btn-outline-dark:hover svg{
    fill: #fff;
}

.banner{
    background-image: url('/images/banner.png');
    background-repeat: no-repeat;
    height: 590px;
    background-size: cover;
    position: relative;
    text-align: center;
    margin-left: 20px;
    border-radius: 2rem;
    margin-right: 20px;
    margin-top: 95px;
}
.banner::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 590px;
    background-color: rgba(41, 41, 41, 0.6);
    border-radius: 2rem;
}

.banner h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 4rem;
    font-weight: 700;
  }

 h2 {
    font-size: 32px;
    color: #111B21;
    font-weight: 500;
 } 

.care-pack .accordion-item:first-of-type{
    border-bottom-left-radius: calc(1.25rem - 1px);
    border-bottom-right-radius: calc(1.25rem - 1px);
    border-top-left-radius: calc(1.25rem - 1px);
    border-top-right-radius: calc(1.25rem - 1px);
 }
 .care-pack .accordion-item {
    background-color: #F4F4F4;
    border: 1px solid #2d2d2d;
    border-radius: 1rem;
    border-top-left-radius: calc(1.25rem - 2px);
    border-top-right-radius: calc(1.25rem - 2px);
    margin-bottom: 10px;
}
.care-pack .accordion-item:first-of-type .accordion-button {
    border-bottom-left-radius: calc(1.25rem - 1px);
    border-bottom-right-radius: calc(1.25rem - 1px);
    border-top-left-radius: calc(1.25rem - 1px);
    border-top-right-radius: calc(1.25rem - 1px);
}
.care-pack .accordion-button:not(.collapsed) {
    color: #1f1f1f;
    background-color: #F4F4F4;
    box-shadow: none;
}
.care-pack .accordion-item:last-of-type .accordion-button.collapsed {
    background: #fff;
    border-bottom-left-radius: calc(1.25rem - 2px);
    border-bottom-right-radius: calc(1.25rem - 2px);
}

.care-pack .accordion-button {
    border-bottom-left-radius: calc(1.25rem - 1px);
    border-bottom-right-radius: calc(1.25rem - 1px);
    border-top-left-radius: calc(1.25rem - 1px);
    border-top-right-radius: calc(1.25rem - 1px);
}
.care-pack .accordion-button:focus {
    border-color: #393939;   
    box-shadow: none
  }
.care-pack .accordion-item:last-of-type {
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    border-top-left-radius: calc(1.25rem - 2px);
    border-top-right-radius: calc(1.25rem - 2px);
}
.care-pack .accordion-item:not(:first-of-type) {
    border: 1px solid #2d2d2d;
}
.care-pack .accordion-button {
    font-size: 1.4rem;
    color: #111B21;
    font-weight: 500;
    padding: 1rem 2rem 1rem 2rem;
}
.care-pack .accordion-body {
    padding: 1.5rem 1.5rem;
}
.care-pack h3 {
    font-size: 1.2rem;   
    font-weight: 500;
    margin-bottom: 1rem;
}
.box {
   text-align: center;
   display: flex;
   align-items: center;
   flex-direction: column;
   border-radius: 0.6rem;
}

.blue{
    background-color: #C8D8E5;   
}

.white {
    background-color: #fff;
}

.red {
    background-color: #585858;  
    color: #fff;   
}
.care-pack .card {
    border: none;   
    border-radius: 0.6rem;
    transition-delay: .3s;
    transition: 0.3s;
}

.care-pack .card:hover {
    background-color: #0069c6;
    color: #fff;
    transition-delay: .3s;
    transition: 0.3s;
}

.care-pack .card-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.care-pack .card-body h4 {
    font-size: 1.1rem;
    font-weight: 500;
}

.care-pack .card-body p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0rem;
}
.care-pack hr {   
    background-color: #000;
}
.care-pack .btn {
    font-size: 0.9rem;
    border-color: #212529;
}

.details .tab-content p{
    font-size: 14px;
    color: #484848;
    letter-spacing: 0;
    line-height: 24px;
}

.details .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #1e1e1e;
    background-color: transparent;
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.details .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent; 
}
.details .nav-tabs .nav-link {
    border: 0px solid transparent;
}
.small-f {
    font-size: 0.7rem !important;
}
.scroll {
    overflow: auto;
    height: 400px;
}
.list-specification {
    display: flex;
    flex-direction: row;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #ccc;
}
.list-specification__description {
    flex: 1 1;
}
.list-specification__title {
    flex: 1 1;  
    padding-right: 16px;
}
.details .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #8a8a8a;
}
.btn-dark:hover{
    color: #000;
    background-color: #fff;
}

.rounded-sect {
    background-color: #f1f1f1;
    border-bottom-color: #111B21;
}

.rounded-sect::after {
    background: inherit;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    content: '';
    display: block;
    height: 40px;
    position: absolute;
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 36px;
}

footer {
    background-color: #111B21;
}
.address li {
    font-size: 14px;
    color: #949ea4;
}

footer p {
    color: #949ea4;
    font-size: 14px;
}

footer .btn {
    color: #636d73;
}
footer .btn:hover {
    color: #a7b7c0;
}
footer .border-top {
    border-top: 1px solid #31373e !important;
}

footer .logo img{
    width: 350px;
}
@media (max-width: 576px) {
    footer .logo img{
        width: 100%;
    }
    
}

.whatsapp {
    position: fixed;
    bottom: 40px;
    right: 20px;
  }

.back {
    color: #000;
    font-size: 14px;
    z-index: 1;
    position: relative;
  }

.hide-more{
    width: 100%;
    }
    
    .hide-more .title{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    }
    
    .hide-more .list{
      height: 0px;
      overflow: hidden;   
      opacity: 0;
      transition: all 1s ease-out;  
    }
    
    .hide-more .list.active{
    height: auto;
    opacity: 1;
    transition: all 1s ease-out;
    }

    .hide-more .toggle_btn{
    margin-top: 15px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    margin-left: 70%;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    background: rgb(204, 12, 79);
    }
    
    .hide-more .toggle_btn.active .fas{
    transform: rotate(180deg);
    }

    footer h6{
        color: #fff;
    }

    .sub-baner {
        height: 320px !important;
    }
    .sub-baner::after {
        height: 320px !important;
    }

    