@media (max-width:575px) {
    .banner-section-four .content-column h4 { 
    height: 315px;
}
    .banner-section-four .content-column .title {
        font-size: 30px;
        line-height: 35px;
    }
    .banner-section-four .slide {
        padding-top: 20px;
    }
    .main-header .header-upper .logo-box {
        background: white;
        border-radius: 5px;
    }
    .main-header .header-upper .logo-box .logo img,
    .sticky-header .logo img {
        padding: 5px;
    }
    .banner-section-four .slide {
        padding-bottom: 20px;
    }
    .about-section.style-two {
        padding-top: 40px;
    }
    .bg-white-ul {
        padding: 30px 15px 30px 30px;
        position: relative;
        right: 0;
        top: 0;
        border-radius: 0;
    }
    .pb-5,
    .py-5 {
        padding-bottom: 2rem!important;
    }
    .main-footer .widgets-section {
        padding: 10px 0px 0px;
    }
    /* .banner-section-four .image-column .images-icons {
        position: absolute;
        left: 300px;
        top: 4px; 
    } */
    .Banner_img {
        display: none;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .banner-section-four .content-column h4 { 
    height: 200px;
}
    
    .banner-section-four .slide {
        padding-top: 20px;
    }
    .Banner_img {
        display: none;
    }
    .main-header .header-upper .logo-box {
        background: white;
        border-radius: 5px;
    }
    .main-header .header-upper .logo-box .logo img,
    .sticky-header .logo img {
        padding: 5px;
    }
    .banner-section-four .slide {
        padding-bottom: 20px;
    }
    .about-section.style-two {
        padding-top: 40px;
    }
    .bg-white-ul {
        padding: 30px 15px 30px 30px;
        position: relative;
        right: 0;
        top: 0;
        border-radius: 0;
    }
    .pb-5,
    .py-5 {
        padding-bottom: 2rem!important;
    }
    .main-footer .widgets-section {
        padding: 10px 0px 0px;
    }
    .banner-section-four .image-column .images-icons {
        position: absolute;
        left: 300px;
        top: -50px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    
    .mobile-nav-toggler {
    display: none;
}
    
    .main-header {
    background-color: #ffffff;
}

    .banner-section-four .content-column h4 {
    color: #000;
    height: 155px;
}
    
    .inner-column .title b {
    text-shadow: 1px 1px 2px rgb(84 61 37);
}

    .banner-section-four .content-column h4{
          text-shadow: 1px 1px 2px rgb(255 255 255);
    }
    
    .banner-section-four .active .image-column {
  display:none;
    }
  
    .banner-section-four .slide {
    padding-top: 40px;
}
    .Banner_img {
        display: none;
    }
    .banner-section-four .image-column .images-icons {
        position: absolute;
        left: 304px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }
    .bg-white-ul {
        padding: 50px 50px 50px 70px;
        right: -10px;
        top: -10px;
        border-radius: 80px 0px 0px 80px;
    }
    .call-to-action-section {
        padding: 50px 0px 0px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .banner-section-four .content-column h4 { 
    height: 200px;
}
    .mobile-nav-toggler {
        display: none;
    }
}

@media (min-width:1200px) {
    .mobile-nav-toggler {
        display: none;
    }
}