body{
    /* background:red; */
}
.bg-light-blue{
    background:#D3E6F8;
}
.logo-img{
    height:100px;
}
.heading{
    font-weight: bolder;
}
.img{
    height:260px;
}
.haripath-img{
height:310px;
}
.content{
    font-size:20px;
    font-weight: bold;
    color:#484646;
}

li{
    font-weight:400;
    font-size:20px;
    line-height:40px;
    word-break: break-all;
    margin-bottom: 8px;
}

ul span{
    word-break: break-all;
    font-weight:500;
    color:rgb(95, 94, 94);
}

h6{
    font-size:20px;
    font-weight:500;
    color:rgb(39, 39, 39)
}

h6 span{
    font-weight: 900;
    color:black !important;
}
#youtube{
    width:100%;
    height:100% !important;
}
#tab-center{
    width:50%;
    margin:auto;
    background-color:red !important;
}
@media only screen and (max-width: 600px) {
    .heading{
        font-size: 25px;
    }
    .haripath-img{
        height:232px;
        }
    .haripath-col{
        margin-top: 142px;
    }
    #youtube{
        width:100%;
        height:180% !important;
    }
    
  }
 