.custom-btn-1{
    transition: all ease-in-out 0.2s;
    border-radius: 20px;
    font-size: 14px;
    background-color:#00000000 ;
    border: #00296B solid 2px;
    padding: 5px 20px;
    color: #00296B;
}
.custom-btn-1:hover{
    background-color:#00296B ;
    color: #ffffff;
}
.card-hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all .2s ease-in-out;
}
.card-hover:hover{
    transform: scale(1.03);
}
.heading-big-text{
    font-size:32px;
    font-weight: 700;
    color: #00296B;
    padding: 0;
    margin-top: 20px;
}
.sub-heading{
    font-size:24px;
    font-weight: 400;
    color: #00296B;
    padding: 10px 0;
    margin: 0;
}
.paragraph-text-black{
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin-top: 20px;
    text-align: justify;
}

.paragraph-text-blue{
    color: #00296B;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    margin-top: 20px;
}
.small-text-blue{
    color: #00296B;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
}
.small-text-black{
    color: #000000;
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}

.accordion-head-body {
    background-color: #f5f5f5; /* Background color for the accordion head */
    padding: 12px 10px; /* Padding around the accordion head */
}
.accordion-head{
    border: 2px solid #00296B; /* Border for the accordion head */
    margin-bottom: 4px;
}
/* Style for the accordion head text */
.accordion-head-text {
    font-size: 15px; /* Font size for the text */
    margin: 0; /* Remove margin */
    padding: 0;
    font-weight: 500;
    font-family:'Montserrat', sans-serif !important;
    color: #00296B;
}

.fa-chevron-down {
    font-size: 16px;
    transition: transform 0.3s;
}

.card-link[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

@media (max-width: 992px) {
    .heading-big-text{
        font-size: 25px;
    }
    .sub-heading{
        font-size:22px;
    }
    .paragraph-text-black{
        font-size: 16px;

    }
    .paragraph-text-blue{
        font-size: 16px;
    }
    .small-text-black{
        font-size: 14px;
    }
    .small-text-blue{
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .heading-big-text{
        font-size: 20px;
    }
    .sub-heading{
        font-size:20px;
    }
    .paragraph-text-black{
        font-size: 14px;

    }
    .paragraph-text-blue{
        font-size: 14px;
    }
    .small-text-black{
        font-size: 13px;
    }
    .small-text-blue{
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .heading-big-text{
        font-size: 17px;
    }
    .sub-heading{
        font-size:18px;
    }
    .paragraph-text-black{
        font-size: 12px;

    }
    .paragraph-text-blue{
        font-size: 12px;
    }
    .small-text-black{
        font-size: 12px;
    }
    .small-text-blue{
        font-size: 15px;
    }
}