* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    /* .carousel-gallery .swiper-slide a .image .overlay {
        change the width  here
          .carousel-gallery {
            min-height: 1000px; */
  }
  .new-section{
    background-image: url(./7.png);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
  }
  .new-section .second-img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
  }
  .new-section .second-img img{
    /* width: 300px; */
    height: 600px;
  }
  
  .carousel-gallery {
    
    display: flex;
    justify-content: center;
    padding-top: 50px;
    min-height: 675px;
    height: 100%;
    width: 50% ;
    /*margin-left: 50px;*/
    padding: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.4;
    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 {
    background-image: url(./assets/images/home1/plan-thumb.png);
    width: 83%;
    height: 99%;
    background-size:contain;
    background-position: center center;
    margin-left: 50px;
}
/* -------------------------call us -------------------------------*/
.sidebar-from2{
    display: flex;
    position: fixed;
    top: 50%;
    right: -8px;
    /* width: 350px; */
    box-shadow: 0 0 5px rgba(0, 0, 0,0.3);
    background-color: #fff;
    transform: translateY(-50%);
    transition: right .4s linear;
    z-index: 2;
}
.sidebar-from2.show{
    right: 0;
}
.call{
    transform:translateY(-50%) ;
    position: relative;
    right: 10;
    padding: 200px 30px 200px 30px;
    height: 40;
    color: black;
 
  
}
.sidebar-from2 .call-action2{
    display: flex;
    flex-direction: column;
    position: absolute;
    background: -webkit-linear-gradient(#ceb631,#F9EC99, #ceb631);
    /*background-color: #196052;*/
    font-weight: 650;font-family: sans-serif;
    letter-spacing: 1px;   
    text-align: center;
    line-height: 40px;
    left: -50px;
    top: 50%;
    transform:translateY(-50%);
 }
 .call-action2 button{
    outline: none;
    border: none;
    /*background: -webkit-linear-gradient(#ceb631,#F9EC99, #ceb631);*/
    background-color: transparent;
 }
 .call-action2 i{
    cursor: pointer;
    font-size: 20px;
    padding: 10PX;
 }

 @media only screen and (max-width:600px){
    .sidebar-from2 .call-action2{
        display: none;
    }

 }
/* -------------------------call us -------------------------------*/

#contact .sbt_btn button{
    padding-left:50px;
    padding-right:50px;
}

#chat-bot-launcher-container.chat-bot-launcher-enabled .chat-bot-launcher-button{
    background-image: url("https://avatars.collectcdn.com/6499404f3584d8a3c86dc0e8/6499404f3584d8a3c86dc0e8-6499404f3584d8a3c86dc0ea.png?t=1687766369966") !important;
    width:75px !important;
    height:75px !important;
    background-color:#fff;
    z-index:1;
}

  /* ----------------------------------------- Responsive for Magnifier ----------------------------------------------- */

  @media screen and (min-width: 1200px) and (max-width: 1500px){ 
    .new-section .second-img img {
      width: 525px;
      height: auto;
      padding: 0px;
      padding: 50px;
    }
    .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){
    .new-section{
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0px;
        
    }
    .new-section .second-img img{
        /* width: 300px; */
        height: 300px;
        padding: 0px 100px;
    
    }
    .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;
      }

  }
  @media screen and (min-width: 350px) and (max-width: 600px){
    .new-section{
        
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .new-section .second-img img{
      /* width: 300px; */
      height: 200px;
      padding: 0px 100px;
  
    }
    .carousel-gallery .swiper-slide a .image {
      width: 100%;
      height: 50%;
    }
    .carousel-gallery {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    min-height: 325px;
    height: 100%;
    width: auto;
    overflow: hidden;
    margin-left:0px;
    }
    .carousel-gallery .swiper-slide a .image {
      width: 100%;
      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: 200px;
      margin-left: 0px;
    }
  }
    .special-strip{
      width:100%;
      background:#196052;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:30px;
      margin-bottom:30px;
      box-shadow: 5px 5px 5px 5px rgba(0,0,0,.25);
      border-radius:25px 0 0 25px;
      text-align:center;
    }
    .special-strip h6{
        margin:0px;
        font-weight:600;
        color:#fff;
        
        
    }
    .keywords-list li, .keywords-list ul, .keywords-list p{
        width:100%;
    }
    .keywords-list span{
        margin-left:20px;
    }
    
    .keywords-list li{
        list-style:none;
    }
    .keywords-list p{
        margin:0px;
    }
    .keywords-list p::before{
        content: "\00BB";
	    margin-right: 5px;
    }
    .wrapper form{
        top:120px;
    }
    @media only screen and (min-width: 300px) and (max-width:1600px){
        .wrapper form{
            z-index:20;
            top:100px;
            padding:20px;
            
        }
        .wrapper form button{
            margin:10px auto;
        }
        .float{
            z-index:10;
        }
        #chat-bot-launcher-container {
          position: fixed;
          bottom: 20px;
          right: 20px;
          direction: ltr !important;
          z-index: 10;
        }
        #chat-bot-launcher-container .chat-bot-launcher {
            width: 75px !important;
        }
    }
    #footer{
        display:flex;
        margin:0px;
        width:100%;
        padding-top:50px;

    }
    .important-links h5,.important-links a{
        color:#fff;
    }
    footer .row{
        display:flex;
        justify-content:center;
    }
    #copyRight{
        width:100%;
        display:flex;
        justify-content:space-between;
        gap:500px
        align-items:center;
        background:#185e49;
        padding:12px 240px;
        align-items:center;
    }
    #copyRight p{
        margin:0px;
        color:#fff;
    }
    #copyRight a{
        color:#fff;
    }
    #copyRight i{
        font-size:22px;
    }
    .contact-box p{
        font-size:15px;
    }
    @media (min-width:300px) and (max-width:600px){
        #footer{
            display:flex;
            flex-direction:column;
            padding:50px;
            gap:50px;
            
        }
        #footer .contactbox{
            margin-bottom:15px;
            padding-left: 55px;
            padding-top: 8px;
        }
        #copyRight{
            padding:10px;
            display:flex;
            justify-content:center;
            
        }
        #copyRight p{
            font-size:12px;
        }
        #chat-bot-launcher-container.chat-bot-avatar-launcher{
            bottom:55px !important;
        }
        .float{
            display:none;
            bottom:55px;
        }
        #backtotop{
            display:none;
        }
        #copyRight .tosocial{
            display:none;
        }
        .special-strip h6{
            font-size:10px;
        }
        .icon_box_03 a{
            font-size:12px;
        }
        .contactbox p{
            font-size:14px;
        }
        .contactInfoSec .contactbox{
            padding-left:70px;
        }
        .contactInfoSec .contactbox {
            padding-top:0px;
        }.contactInfoSec .contactbox .last {
            padding-top:0px;
        }
        .contactInfoSec .contactbox i{
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .aboutWidget img{
            margin-left:0px;
        }
        .contactbox i {
          width: 40px;
          height: 40px;
          font-size: 18px;
          display: flex;
          justify-content: center;
          align-items: center;
        }    
        .footer_01 .widget{
            padding:0px;
        }
        .riTop img{
            margin-left:0px !important;
        }
    }
    .newForm form{
        display:flex;
        flex-direction:column;
        
    }
    .newForm form label, .newForm form input{
        margin-bottom:10px;
    }
    .newForm form button{
        margin:20px 0px;
    }









