
.full-frame {
    background-color: #03303D;
    font-weight: 600;
    color: white;
    border-radius: 20px;
}

.full-frame h3 {
    font-weight: bold;
}

.main-heading {
    /* color: #137378; */
    font-weight: 600;
    font-size: 1rem;
}

.event-title {
    font-family: Montserrat-Bold;
    font-style: normal;
    /* font-weight: bolder; */
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
    color: #03303D;
}

.event-title i {
    color: #03303D;
}

.event-list li {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 2em;
    color: #44D09F;
    cursor: pointer;
}

.eventCollapse[aria-expanded=true] .fa-caret-right {
    display: none;
    transition: all 0.6s;
}

.eventCollapse[aria-expanded=false] .fa-caret-down {
    display: none;
    transition: all 0.6s;
}

.eco-friend-head {
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #03303D;
}
.eco-friend-content {
    font-weight: 500;
    font-style: normal;
    color: #03303D;
}
.view-all-card{
    position:absolute;
    bottom: 25px;
}
.card-text{
    font-weight:600;
    font-style: normal;
    font-size:1rem;
}
.dark-theme-color2 {
    background-color: #03303d;
    color: white;
}
.package-head-1{
    border-radius: 20px 0px 0px 0px;
}
.package-head-3{
    border-radius: 0px 20px 0px 0px;
}
@media only screen and (max-width: 480px) {
    .main-heading {
        color: #137378;
        font-weight: 600;
        font-size: 1rem;
        text-align: justify;
    }
}

@media only screen and (max-width : 768px) {
    .package-head-1{
        border-radius: 20px 20px 0px 0px;
    }   
    .package-head-3{
        border-radius: 0;
    }
}
.list-margin ul li{
    margin-left: -13px;
}
.list-margin ~ ul li{
    margin-left: -13px;
}
