.home-banner-body{
    width: 100%;
}
.main-logo-text{
    margin: 150px 35%;
    width: 30%;
}
.home-banner-body-text-white{
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    text-align: justify;
    margin: 0;
    padding: 0;
}
.horizontal-home-padding{
    padding: 0 20%;
}
.img-center{
    width: 100%;
}
.div-white{
    background-color: #fff;
}
.div-cream{
    background-color: #FFEEDD;
}
.div-light-blue{
    background-color: #D7E3FC;
}
.small-quote-text{
    color: #00296B;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.custom-btn-1{
    transition: all ease-in-out 0.2s;
    border-radius: 20px;
    background-color:#00000000 ;
    border: #00296B solid 2px;
    padding: 5px 20px;
    margin: 20px;
    color: #00296B;
}
.custom-btn-1:hover{
    background-color:#00296B ;
    color: #ffffff;
}
.home-four-white-box{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 5px;
    margin: 10px 10px;
}
.small-heading{
    color: #00296B;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    /* Number of lines displayed before it truncate */
    overflow: hidden
}
.small-paragraph{
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    padding-top: 10px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    /* Number of lines displayed before it truncate */
    overflow: hidden
}
.small-learn-more{
    color: #00296B;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 30px;
}
.black-line{
    height: 1px;
    background-color: #000000;
}
.card{
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
}
.card-img-top{
    border-radius: 40%;
}
.heading-big-text{
    font-size:30px;
    font-weight: 600;
    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;
}
@media (max-width: 992px) {
    .main-logo-text{
        margin: 120px 30%;
        width: 40%;
    }
    .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) {
    .main-logo-text{
        margin: 120px 27%;
        width: 46%;
    }
    .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) {
    .main-logo-text{
        margin: 100px 20%;
        width: 60%;
    }
    .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;
    }
}
@media (max-width: 992px) {
    .small-quote-text{
        font-size: 15px;
    }
    .horizontal-home-padding{
        padding: 0 15%;
    }
    .home-banner-body-text-white{
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .small-quote-text{
        font-size: 14px;
    }
    .horizontal-home-padding{
        padding: 0 10%;
    }
    .home-banner-body-text-white{
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .small-quote-text{
        font-size: 13px;
    }
    .horizontal-home-padding{
        padding: 0 5%;
    }
    .home-banner-body-text-white{
        font-size: 13px;
    }
}

.updates-body {
    width: 100%;
    background-color: #00296B;
    padding: 4px 0;
}


.updates-head {
    color: #FFEEDD;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    width: 104px;
    position: absolute;
    background-color: #00296B;
    z-index: 10;
}

.updates-text {
    font-size: 16px;
    color:#f5f5f5;
    font-weight: 500;
    padding: 0;
    margin: 0;

}