@media (max-width: 1199px){
    .navbar-expand-lg .navbar-nav {
    gap: 40px;
}
.mapimage {
  
    right: 86px;
}
}


@media (max-width: 1199px){
    .navbar-expand-lg .navbar-nav {
    gap: 20px;
    padding: 25px 0px;
}
.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0;
    text-align: center;
}
.custom-toggler {
   
        background: transparent;
        width: auto;
        height: auto;
        position: relative;
        padding: 0;
        border: 0 !important;
}

.custom-toggler span {
    display: block;
        height: 2px;
        width: 25px;
        background: #fc824a;
        margin: 6px 0;
        transition: 0.4s;
}
.navbar-toggler:focus {
    box-shadow: unset;
}
/* Active (Cross banane ke liye) */
.custom-toggler.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler.active span:nth-child(2) {
    opacity: 0;
}

.custom-toggler.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
   .president-img {
    width: 170px;
    height: 170px;
     }
}

@media (max-width:991px){
    .hero-slider .slick-slide img, .hero-slider, .hero-slider  div {
    
    height: 100%;
}
.custom-list2 li{
    display: block;
}
.home-about {
    padding: 0px 0px 0px;
    
}
.homeabout{
    padding: 0px 150px;
}
.mapimage {
        right: 25px;
        top: 48px;
    }
}


@media (max-width:767px){
 .edsa-top-bar .container{
     flex-direction: column;
 }
 .right-links{
     display: none !important
     ;
 }
 .left-links{
     flex-direction: column;
     gap:5px;
     padding: 5px 0px;
 }
 .container{
     padding: 0px 20px;
 }
 
 .homepage .row{
     flex-direction: column-reverse;
 }
 .custom-prev {
   
    left: -49px;
 }
 .custom-next {
    
    left: 30px;
 }
 .about-feature-box{
     padding: 30px;
 }
  .about-feature-title {
   
    font-size: 28px;
   
  
}
.hd {
    font-size: 30px;
   
}
.homeabout {
        padding: 0px;
    }
    .mapimage {
        right: 0;
        top: unset;
        left: 0;
        bottom: 0;
        position: relative;
        width: 200px;
        text-align: center;
        
    }
    .mapimage img{
        width: 100%;
        height: auto !important;
    }
    .hd1 {
   
    font-size: 28px;
   
}
.who-we-are-section{
    text-align: center;
}
}