.speech-card .single-feature {
    background: #efefef;
    position: relative;
}

.speech-card .single-feature::before {
    content: "";
    background: url(/Content/Website/assets/images/double-quotes.png) !important;
    left: 0;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    border-radius: 0;
    opacity: 1 !important;
    position: absolute;
    height: 182px;
    width: 182px;
    top: -58px;
    
}
.para-fnt
{
    font-size: 20px;
}
.vipin::before {
    content: "";
    background: url(/Content/Website/assets/images/vipin-sir.jpg) !important;
    background-size: cover !important;
    right: 0;
    left: -23%;
    background-repeat: no-repeat !important;
    height: 110px;
    width: 110px;
    bottom: -10px;
    box-shadow: 2px 0px 10px #837f7f;
    line-height: 130px;
    opacity: 1 !important;
    position: absolute;
    border-radius: 50%;
}


/*.speech-card .single-feature::after {
    content: "";
    background: url(/Content/Website/assets/images/soumya-mam.jpg) !important;
    background-size: cover !important;
    right: 0;
    left: 97%;
    background-repeat: no-repeat !important;
    height: 150px;
    width: 150px;
    bottom: 0;
    box-shadow: 2px 0px 10px #837f7f;
    line-height: 130px;
    opacity: 1 !important;
    position: absolute;
    border-radius: 50%;
}*/
.single-feature {
    position: relative;
    background: var(--text-white);
    border-radius: 0.5em;
    margin-bottom: 0;
    padding: 35px 35px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.admission-left-content .medical-care .list ul li {
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 45px;
}
.admission-right-content1 {
    position: relative;
    text-align: center;
   /* padding: 131px 100px;*/
}

.admission-left-content ul li {
    color: #fff;

}
.admission-right-content1 h2, h4
{
    color: #ff8533 !important
}
.slider-item1
{
padding-bottom: 217px !important;
}
.footer-area .shape
{
bottom: 0px;
}
.contacts-form .mb {
    margin-bottom: 10px;
}
.bottom-line h3 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}
.bottom-line h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #e32845;
    top: 43px;
}
.medical-care .list ul li
{
    line-height: 35px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;
}
.img-round
{
    border-radius: 50%;
  height: 90px;
    width: 90px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #bfc3cb;
}
.py-3
{
padding-bottom: 0 !important
}
ptb-40-25
{
    padding-top: 40px;
    padding-bottom: 25px;
}
.ptb-n-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.h3-font
{
    font-size: 16px;
}
.bg-gradient
{
background: linear-gradient(to right, #fd373c 0%, #4676ac 100%);
padding: 20px 50px;
}
.left-bg
{
background: #000000eb;
    padding: 41px 23px;
    margin: 0px 45px;
    /*border-radius: 76px;*/
}
.plr-0
{
    padding-left: 0px;
    padding-right: 0px;
}
.single-education-card {
    height: 135px !important;
}
.text-justify
{
    text-align: justify !important;
}


.list-arrow li::before {
    content: "";
    background: url(/Content/Website/assets/images/arrow.png);
    height: 35px;
    width: 35px ;
    position: absolute;
    left: 0 ;
}

#neonShadow{
  transition:0.3s;
  animation: glow 1s infinite ;
  transition:0.5s;
}
/*span{
    transition: 0.3s;
    opacity: 0;
    }
span:hover{
    transition: 0.3s;
    opacity: 1;
    font-weight: 700;
    }*/
@keyframes glow{
  0% {
    background-color: #ff8533;
    box-shadow: 0 0 3px #ff8533;
}
50% {
    background-color: #61cd68;
    box-shadow: 0 0 15px #7dbd82;
}
100% {
    background-color: #ff8533;
    box-shadow: 0 0 3px #ff8533;
}
}
.mtb-40-20
{
margin-top: 40px;
margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 425px){
.pb0
    {
        padding-bottom: 0px !important;
    }
    .speech-card .single-feature::before {
    content: "";
    background: url(/Content/Website/assets/images/double-quotes.png) !important;
    left: 0;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    border-radius: 0;
    opacity: 1 !important;
    position: absolute;
    height: 173px;
    width: 108px;
    top: -33px;
}
    
.para-fnt {
    font-size: 13px;
}
    .single-feature
    {
    padding: 11px 0px 30px 0px !important;
}
}

    .speech-card .single-feature::after
    {
        top: 72% !important;
   height: 110px !important;
    width: 110px !important;
        transform: translateY(-50%);
         -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}
    .admission-left-content, .medical-care, .list ul li
    {
        font-size: 15px !important;
   }
    .ptb-n-50 {
    padding-top: 25px;
    padding-bottom: 25px;
}
    .mtb-40-20 {
   margin-bottom: 30px;
}
.single-education-card .edication-content h3 {
    font-size: 16px !important;
}
    
}
@media (min-width: 768px) and (max-width: 1024px){
    
    .mtb-40-20 {
    margin-bottom: 130px;
}
    
}
.page-banner-area1::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /* background: #145c97; */
}
.page-banner-area1.bg-2 {
    background-image: url(/Content/Website/assets/images/donation-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}

@media (min-width: 320px) and (max-width: 991px){

    .page-banner-area1.bg-2 {
    background-image: url(/Content/Website/assets/images/donation-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;  
        height: 70px;
        
}
    
}
.font1
{
    font-size: 19px !important;
}



/*curtains css*/

.bg-blue{
    background: #145c97;
}

.navbar-area.nav-bg-2 .desktop-nav .bg-blue .navbar-nav .nav-item a {
    color: #ffffff;
}
.navbar-area.nav-bg-2 .desktop-nav .bg-blue .navbar-nav .nav-item a.active {
    color: #ff8533;
}
.fs-small{
    font-size: 12px;
}
