@media only screen and (min-width: 1024px)  {


}

@media only screen and (max-width: 1023px) and (min-width: 768px)  {

}

@media only screen and (max-width: 767px)  {
.logo{
    text-align:left;
}
.logo img{
    height:50px;
    width:auto;
}
.search-form{
    margin-top:0 !important;
}
.custom-logo{
    display:block;
}
.social-icons {
    justify-content: normal;
    padding: 0px 15%;
}
.custom-icon{
    margin: auto;
}
.footer-logo img {
  height: auto;
  width: 70%;
  margin: auto;
}
.footer-text{
    text-align: center;
}
.parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bottom-copyright p {
    text-align: center;
}
.justify-content-center ul li a{
    color: black;
}
.nav-link {
    text-align: left;
    font-size: 18px;
    line-height: 0.5;
    margin: 0px 10px;
}
.custom-link{
    margin: 6px 0;
}
.language-change{
    border-color: #fff;
    padding: 2px 5px;
}
.news-item img{
    width:100%;
}
.side-menu-icon{
    float:right;
}
.date-time{
    padding:0;
    float: left;
}
.news-ticker {
    margin-top: 10px;
}
.custom-contact{
    margin-top: -40px !important;
}

/*post-image-slider-section*/
.carousel-indicators {
    position: absolute;
    /*bottom: -60px;*/ 
    left: 1%;
    /*transform: translateX(-50%);*/
    display: flex;
    gap: 15px;
}
.carousel-indicators img {
    width: 300px; 
    height: auto;
}
.img-thumbnail{
  max-width: 200% !important;
}
.hide-mobile{
    display: none;
}
.show-mobile{
  display: block;
}

}