 @media screen and (max-width: 649px) {
        .s1 .preIntro {
            background-size: 25vw auto;
        }


        .s1 {
            height: 100vh !important;
        }

        .starting {
            bottom: 60px;
            font-weight: 500;

        }

        .preIntro.moveBg:after {

            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);

        }
        
    }
    
   
 .cslider-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .cslider {
        display: flex;
        transition: transform 0.5s ease;
    }

    .cslide {
        flex: 0 0 100%;
        width: 100%;
        /*height: 100vh;*/
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        color: white;
    }

           .cslider-dots {
          position: absolute;  
          bottom: 107px;
          right: 95px;
          display: flex;
          background-color: #d3af60;   
          border-radius: 50px;
          padding: 10px 15px 10px 15px;
          z-index: 999;
        }  
        
        @media screen and (max-width: 649px) { 
            
            .cslide {
        display: block;
        height: 100vh;
    }
            
        .cslider-dots {
          bottom: 140px; 
          right: -3%;   
          
        }
         .cslider-dot {
        width: 10px;
        height: 10px;
        
    }
        
    }
        
        
        

    .cslider-dot {
        width: 15px;
        height: 15px;
        border: 1px solid white;
        margin: 2px; 
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
        background-color: transparent;
    }

    .cslider-dot.active {
        background-color: white;
    }    
    
    /*---popover*/

  .hov_popover_content {
    display: block;
    position: absolute;
    text-align: left;
    max-width: 520px;
    background-color: #bfbfbf;
    color: #0a3370;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
    z-index: 999;
  }

  .hov_popover_message {
    text-align: left;
    color: #0a3370;
     font-size: 20px;
    font-weight: bold;
    margin-top: -20px;
  }

  .hov_popover_content img{
    height: 180px;
    width: 100%;
  }
  
  .hov_popover_content h2{
    text-align: left;
    color: #0a3370;
    font-size: 30px;
    font-weight: bold;
  }
  
  
  .slick-image-slider {
  max-width: 800px;
  margin: 0 auto;
}

.slick-image-slider img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.slick-prev,
.slick-next {
  background-color: #231F5C;
  border-radius: 50%;
  color: #fff;
  padding: 10px;
}

.slick-dots li button:before {
  color: #231F5C;
}

.secondLvlCss ul:not(.slick-dots) li:before{
    background: #002b4f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 6px;
}

.secondLvlCss ul:not(.slick-dots) li:after {
    border: 1px solid hsla(40, 52%, 61%, .4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 16px;
    left: -5px;
    position: absolute;
    top: 7px;
    width: 16px;
}
.secondLvlCss ul:not(.slick-dots) li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.secondLvlCss a[href$=".pdf"]:not(.downloadBtn) i {
    background-image: url("https://shrewsburyindia.in/site/templates/img/pdf.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: inline-block;
    height: 19px;
    margin: 0 3px 0 6px;
    position: relative;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: 15px;
}