@media(max-width:769px){
    
    ul.nav-menu-use{
        margin: 0px;
        position: absolute;
        left: -900px;
        transition: 0.3s all ease-in-out;
        top: 118px;
        width: 100%;
        padding: 20px 0px;
        min-width: 320px;
        background: #f5f5f5;
        border: 1px solid #ccc;

    }
    .col-sm-6.col-lg-9.col-4{
        position: static
    }
    li.menu-li-item,
    li.book-now-btn-header{
        width:100%;
    }
    li.menu-li-item a.link-item-a{
        display: block;
        padding:15px 12px;
        text-align: left;
        border-bottom:1px solid #71ba09;
    }
    .wrapper-menu{
        text-align: center;
    }
    button.btn-menu-click {
        display:block;
    }
    ul.nav-menu-use.active-now{
        display: block;
        left:0px;
    }
    li.book-now-btn-header a{
        padding:8px 40px;
    }
    .header-top-details-right{display:none;}
    .third-some-details-sec-image,
    .second-some-details-sec-image{display:none;}
    .one-some-details-sec-image{position: static;}
    .one-some-details-sec-image img{width:100%;}
    .one-some-details-sec-image:hover{transform:translate(0%, 0%);}
    
    .title-testimonial h2,
    .title-gallery-sec-devs h2,
    .title-choose-us-section h2,
    .wrp-main-title-contact-pages h3{font-size:26px;}
    
    
    .title-testimonial h2:after,
    .title-choose-us-section h2:after,
    .wrp-main-title-contact-pages h3:after,
    .wrp-main-title-contact-pages h3:before,
    .title-choose-us-section h2:before,
    .title-gallery-sec-devs h2:after,
    .title-gallery-sec-devs h2:before,
    .title-testimonial h2:before{display:none;}
    .img-effect-products img{
        width:100%;
        margin-bottom:15px;
    }
    .img-effect-products{width:100%;}
    .product-item-wrp-section{
        margin-bottom:20px;
    }
    .title-product-sec-devs h2{
        font-size:26px;
    }
    .title-product-sec-devs h2:after,
    .title-product-sec-devs h2:before{
        display:none;
    }
    .image-about-section-wrapper img:last-child{display:none;}
    .image-about-section-wrapper{margin:0px; margin-bottom: 20px;} 
    .image-about-section-wrapper img:first-child{position: static;width:100%;}
    h3.title-about-the-section-inner{font-size:38px;}
    
    p.top-about-message-title-sub{letter-spacing:3px; font-size:14px;}
    section.about-fountain-section{padding:35px 0px 90px 0px;}
    
    #colors-fountain-slide .carousel-control-prev,
    #colors-fountain-slide .carousel-control-next{
        width:26px;
        height:26px;
        font-size:12px;
    }
    #colors-fountain-slide .carousel-control-prev{
        left:20px;
    }
    
    #colors-fountain-slide .carousel-control-next{
        right:20px;
    }
    h3.exprole-links-footer{
        margin-top:30px;
    }
    .box-wrp-white-contact{
        box-shadow:none;
        padding:46px 0px;
    }
    .box-use-contact-details{
        margin-bottom:15px;
    }
    section.section-wrp-form-contact{
        padding-bottom:10px;
    }
    
}
@media(max-width:560px){
    
}