@media only screen and (min-width:1300px) and (max-width:1400px){
            .navbar .navbar-brand img {
                height:70px !important;
            }
    
            #loader {
                width:25%;
            }
            #navaep {
                 font-size:70%;
             }
            
            .mb-3 {
                margin-bottom:8px !important;
            }
            .display-6 {
                font-size:1.5rem !important;
            }
            #navbarMain {
                
                z-index:99;
            }
            #mainNabBack {
                background:#000;
                position:relative;
                border-bottom:1px solid #000;
            }
            
            .carousel-caption .first{
                width:65%;
                height:100%;
              }
              .carousel-caption .second{
                width:77%;height:50%;bottom:0
              }
              .carousel-caption .display-6{
                  bottom:120px
              }
              .carousel-caption .display-1{
                  font-size:3rem
              }
              #slider .carousel-item {
                    height:420px
                }
                
                #catFilter a,#catFilter button {
                    font-size:12px !important;
                }
                
                #marquee-text {
                    font-size:14px !important;
                }
                #marquee-text marquee {
                    line-height:14px;
                }
                .py-3 {
                    padding-top:5px !important;
                    padding-bottom:5px !important;
                }
                
                #slider .carousel-item {
                    height: 480px !important;
                }
                .single-product .btn-lg {
                    font-size:12px;
                }
                
                .single-product #why_choose_shade_text{
                     font-size:16px !important;
                     padding-top:2.5rem !important;
                }
                
    #stamp-stick {
        position:absolute;
        z-index:999;
        animation-name: stampStickMove1366;
        animation-duration: 2s;
        animation-delay: 5s;
        animation-iteration-count: 1;
        bottom: 300px;
        right:-300px;
        height:175px;
        width:175px;

    }
    
         .isostamp {
            position:absolute;
            z-index:99;
            left:45px;
            top:75px;
            height:150px;
            width:150px;
            
        } 
    }
    @keyframes stampStickMove1366 {
      0% {
        bottom: 300px;
        right:-300px;
      }
     
      50% {
        bottom:290px;
        right:1140px;
        
      }
      100% {
        bottom:-300px;
        right:-300px;
        display:none;
      }
    }
    
   
        