        .search{
            margin-left:14px ;
            margin-right:30px;
        }
        @media only screen and (max-width: 768px) {
            .search{
            margin-right:-94px;
            margin-top:8px ;
              }
        }

  @font-face { font-display: swap; }

        .innerbtn
        {
            background-image: url('{{ asset('frontend_assets/images/giphy.gif') }}'); 
            background-repeat: no-repeat;
            background-position: center;
            background: #c17a0d;
        }
        .navhead
        {
            
            margin-left: 68%; 
            color: white;
            margin-top: 1%;
            font-size: 14px;
            scroll-behavior: auto;
        }

    #more 
    {display: none;}
    .lastbtn
    {
        background-color: 
        transparent; 
        color: #FD63A2;
        margin-bottom: 4%;
        border-width: 0;
        

    }
    .lastbtn:hover
    {
        background-color: 
        transparent; 
        color: black;
        border-width: 0;

    }




        /* web mode */

        @media only screen and (min-width: 701px){
            
            .responsive-font-example {
        font-size: 50px;
        font-weight: 900;
    }
            

    
    }


    /* phone mode */

    @media only screen and (max-width: 700px)
    {
            .responsive-font-example {
        font-size: 2px;
        
    }
            
        .navhead
        {
            font-size: 10px;
            margin-left: 28%;
            margin-top: 4%;
        }
        
        .foot
    {
        float: right;
        margin-top: -175px;
    }
    .foot1
    {
        margin-top: 10%;
    }
    .foot2
    {
        margin-top: 7%;
    }
    
    
        
    }


    .services-block .inner-box .image-box .image {
        position: relative;
        height: 270px;
        width: 270px;
        border-radius: 50%;
        margin: 0 auto;
        overflow: hidden;}


    .laptop{
        
    position: relative;
    animation: mymove 5s infinite;
    animation-timing-function: linear;
        }
        
    @keyframes mymove {
    from { transform: translate3d(0, 0, 0);}
        to { transform: translate3d(0, 100px, 0);}
    }
        
        
        #loadMore {
        padding: 10px;
        text-align: center;
        background-color: #33739E;
        color: #fff;
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #fff;
        box-shadow: 0 1px 1px #ccc;
        transition: all 600ms ease-in-out;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
    }
    #loadMore:hover {
        background-color: #fff;
        color: #33739E;
    }


    /*.home-banner-img{*/
    /*    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)),url('{{ asset('frontend_assets/images/dwh-home-banner.webp') }}');*/
    /*    background-size: cover;*/
    /*}*/


    /* Owl Carousel Nav Button CSS */
    .owl-prev, .owl-next{
        display: block;
    }
    .carousel-container {
        position: relative;
    }

    .owl-carousel {
        position: unset;
    }

    .owl-carousel .owl-nav {
        position: absolute;
        top: -0;
        right: 0;
        margin-top: 0;
    }

    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -80px; 
    }

    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 0px; 
    }

    .owl-prev, .owl-next {
        font-size: 24px;
        color: #fff;
        width: 35px;
        height: 35px;
        background: #fd60a2;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .owl-prev:hover, .owl-next:hover {
        background-color: #fd60a2;
        border-color: #fd60a2;
        color: #fff;
    }

    @media only screen and (max-width: 767px){

        .owl-carousel .owl-nav {
            position: unset;
            top: 0;
            right: 0;
            margin-top: 0;
        }

        .other-vendor-carousel-section{
            padding-bottom: 50px;
        }

        .other-vendor-carousel .owl-item img{
            height: 150px !important;
        }

        .owl-nav {
            padding: 5px 0px;
        }
        .owl-carousel .owl-nav .owl-prev {
            position: absolute;
            left: calc(50% - 35px);
            top: 100%;
        }

        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            right: calc(50% - 50px);
            top: 100%;
        }
    }


    body{
        font-family: "Lato", sans-serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
    }

    .home-header{
        background: rgba(255,255,255,0.8) !important;
    }
    
    /* jQuery DatePicker CSS */
    .ui-state-default, .ui-widget-content .ui-state-default{
        border-radius: 0% !important;
    }
.banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}