@media (max-width:992px) {
.top-nav-links{
    display: none;
}
.link-mob{
  display: block;
}
.carousel-caption{
    top:30%;
}
.carousel-caption h3 {
    font-size: 30px;
}
.head-bottom{
    font-size: 46px;
}
.head-top{
    font-size: 48px;
}
}
@media (max-width:768px) {
.carousel-caption{
    top:25%;
}
.carousel-caption h3 {
    font-size: 30px;
}
a.donation{
    padding: 7px 10px;
    font-size: 16px;
}
.top-img {
    width: 52px;
    height: 45px;
}
.counter-value{
    font-size: 26px !important;
}
#counter i{
    font-size: 30px !important;
}
.about-pages .head-33{
    font-size: 11px !important;
}
}
@media (max-width:600px) {
.carousel-caption{
    top:20%;
}
.carousel-caption h3 {
    font-size: 28px;
    margin: 0px 0px 10px 0px;
}
.carousel-caption p {
    display: none;
}
.head-bottom{
    font-size: 43px;
}
.head-top{
    font-size: 45px;
}
.head-bottom{
    top: 75px;
}
a.donation{
    padding: 5px 8px;
    font-size: 14px;
}
@media (max-width:400px) {
.carousel-caption{
    top:15%;
}
.carousel-caption h3 {
    font-size: 23px;
}
a.donation{
    width: 107px;
    padding: 5px 8px;
    font-size: 12px;
}
.head-bottom{
    font-size: 41px;
}
.head-top{
    font-size: 35px;
}
.head-bottom{
    top: 72px;
}
}

/*--------- top section---------*/
@media (max-width:767px) {
.live-contact ul li:first-child{ 
    display: none;
  }
.navbar-sec .navbar-brand img{
  width: 200px;
}
}
/*--------- end top section---------*/
@media (max-width:992px) {
.navbar-sec{ 
    position:relative;
  }
.navbar-sec .navbar-brand img{
  width: 200px;
  display: none;
}
.navbar-sec .navbar-brand img:last-child{
  display: block;
  width: 200px;
}
.menu-cell a.nav-link {
  color: #3a3a3a !important;
  font-size: 14px;
}
}
@media (max-width:992px) {
.slider-bar{
  height: auto;
}
.slider-caption{
  text-align: center;
}
}