
/* .page-head-bg{
    background-color: #065B84;
    width: 100%;
    padding: 20px 0px;

     animation: bganimation 5s infinite;
    transition: ease-in-out;
} */
.page-head-bg {
    width: 100%;
    padding: 20px 0px;
    background: linear-gradient(to left, #04374E, #0877af);
    background-size: 300% 100%; 
    background-position: right center;
    animation: bganimation 6s ease-in-out infinite alternate;
}

@keyframes bganimation {
    0% {
        background-position: 100% center;
    }
    100% {
        background-position: 0% center;
    }
}

.page-head-content{
    width: 100%;
    padding: 50px 0 0 0;
}

.page-heading-text{
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #ffffff;
}

/* .location-body{
    width: 100%;
    background-color: #065B84;
    color: white;
    font-weight: 700;
}

.location-text{
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
}
.c-location-text{
    font-weight: 600;
    color: #adddb3;
} */

.head-text-black{
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.subhead-text-blue{
    color: #065B84;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 16px;
}
.paragraph-text-black{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    text-align: justify;
}
.paragraph-text-white{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffff;
    text-align: justify;
}
.blue-underline{
    margin: 6px 0 10px;
    background-color: #154E7C;
    border-radius: 20px;
    width: 200px;
    height: 3px;
}
.t-head{
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}

.table-text {
    font-size: 15px;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
    color: black;
}
@media only screen and (max-width: 992px) {
    .page-head-content{
        padding: 20px 0;
    }
    .page-heading-text{
        font-size: 25px;
    }
    .head-text-black{
        font-size: 22px;
    }
   
    .t-head{
        font-size: 14px;
    }
    
    .table-text{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
   
    .page-heading-text{
        font-size: 24px;
    }
    .head-text-black{
        font-size: 20px;
    }
    .subhead-text-blue{
        font-size: 16px;
    }
    .paragraph-text-black{
        font-size: 14px;
    }
    .paragraph-text-white{
        font-size: 14px;
    }
    .t-head{
        font-size: 13px;
    }
    
    .table-text{
        font-size: 13px;
    }
}
@media only screen and (max-width: 576px) {
    
    .page-heading-text{
        font-size: 22px;
    }
    
    .location-text{
        font-size: 12px;
    }
    .head-text-black{
        font-size: 18px;
    }
    .paragraph-text-black{
        font-size: 12px;
    }
    .paragraph-text-white{
        font-size: 12px;
    }
    .t-head{
        font-size: 12px;
    }
    
    .table-text{
        font-size: 12px;
    }
}