* {
    margin: 0;
    padding: 0;
    text-decoration: none;

  }
  .plan-new-section{
  background-image:url(./7.png);
  padding: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
 
  .plan-new-section .second-img img{
    height: 450px;
  }
  
  .carousel-gallery {
    
    display: flex;
    justify-content: center;
    padding-top: 50px;
    min-height: 802px;
    height: 100%;
    width: 50% ;
    margin-left: 50px;

  }
  .carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);

  }
  .carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
  }
 
  .carousel-gallery .swiper-slide a .image .overlay {
    /* change the size here */
    width: 525px;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.3);
    text-align: center;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-left: 50px;*/
  }
  .carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    display: flex;
    justify-content: center;
  }
  .carousel-gallery .swiper-slide a .image {
    width: 83%;
    height: 99%;
    background-size:contain;
    background-position: center center;
    /*margin-left: 50px;*/
}

  /* ----------------------------------------- Responsive for Magnifier ----------------------------------------------- */

  @media screen and (min-width: 1200px) and (max-width: 1500px){ 
    .plan-new-section .second-img img {
      width: 525px;
      height: auto;
      padding: 0px;
      padding: 50px;
    }
    .plan-new-section .second-img{
      padding: 0px;
    }
    .carousel-gallery .swiper-slide a .image .overlay {
      width: 400px;
    }
    .carousel-gallery{
      min-height: 645px;
    }
    .carousel-gallery .swiper-slide a .image {

      background-size:cover;

  }

  }
  @media screen and (min-width: 600px) and (max-width: 1200px){
    .plan-new-section{
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0px;
        
    }
    .plan-new-section .second-img img{
        /* width: 300px; */
        height: 300px;
        padding: 0px 100px;
        margin-top:40px;
    
    }
    .carousel-gallery .swiper-slide a .image {
        width: 100%;
        height: 77%;
        margin-left: 0px;
        
    }
    .carousel-gallery {
        display: flex;
        justify-content: center;
        padding-top: 50px;
        min-height: 880px;
        height: 100%;
        width: auto;
        overflow: hidden;
        margin-left: 0px;
    }
    .carousel-gallery .swiper-slide a .image {
        width: 92%;
        height: 100%;
        background-size:cover;
        background-position: center center;
        margin-left: 0px;
        
    }
    .swiper-slide{
        height: 80%;
    }
    .swiper-wrapper {
        height: 118%;
    }
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 118%;
        display: flex;
        box-sizing: content-box;
      }
      .carousel-gallery .swiper-slide a .image .overlay{
        width: 630px;
        margin-left: 0px;
      }
    .carousel-gallery .swiper-slide a:hover .image .overlay {
        opacity: 1;
    }
     
  .carousel-gallery .swiper-slide a .image .overlay {
    /* change the size here */
    width: 525px;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.3);
    text-align: center;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
  }
  .carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    display: flex;
    justify-content: center;
  }

  }
  @media screen and (min-width: 350px) and (max-width: 600px){
    .plan-new-section{
      display:flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .plan-new-section .second-img img{
      /* width: 300px; */
      height: 200px;
      margin: 50px 0px;
  
    }
    .carousel-gallery .swiper-slide a .image {
      width: 100%;
      height: 50%;
    }
    .carousel-gallery {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    min-height: 380px;
    height: 100%;
    width: auto;
    overflow: hidden;
    }
    .carousel-gallery .swiper-slide a .image {
      width: 70%;
      height: 100%;
      background-size:cover;
      background-position: center center;
      margin-left: -100px;
  }
  .swiper-slide{
      height: 80%;
  }
  .swiper-wrapper {
      height: 118%;
  }
  .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 118%;
      display: flex;
      box-sizing: content-box;
    }
    .carousel-gallery .swiper-slide a .image .overlay{
      width: 350px;
      margin-left: 0px;
    }
  }















