



 .slider {
  position: relative;
  width: 100%;
}

.items {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto; /* Remove padding-bottom and make height dynamic */
  transition: height 0.6s ease-in-out; /* Smooth transition for height changes */
}
.items {
  list-style: none; /* Removes the bullet or dot */
  margin: 0;        /* Resets margin */
  padding: 0;       /* Resets padding */
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.item.current {
  position: relative; /* Change to relative for active slide to affect height */
  opacity: 1;
}

.item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button {
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent center no-repeat;
  cursor: pointer;
  opacity: 0.4;
}
.button.prev {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
}
.button.next {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
}
.button:hover {
  opacity: 0.8;
}

.dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0;
  background: #777;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.dot:nth-child(n+2) {
  margin-left: 5px;
}
.dot.current {
  opacity: 1;
}
.rotated {
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

.button {
  transition: transform 0.5s ease;
}
#more {display: none;}

.owl-item{
    background-color: transparent !important;

}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    
        .index_banner_heading {
     
        line-height: 1.7rem !important;
        
    }
    
        .index_banner_text {
  
        line-height: 1.2 !important;
    }
        .index_banner_div2 {
        top: auto !important;
        left: 2rem;
        bottom: 1rem;
    }
    
    
    .owlcont {
      margin-bottom: 0px !important;
         width: 100%; 
    }
    
    .options .option {
  
    min-width: 8rem;
    min-height: 10rem;
}
.options {
    height: 100%;
}
    .options .option .label {
        position: unset;
        height: 10rem;
        padding: 0px 0px;
    }
    .options .option .label .icon {
        align-items: end;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
.footer_text a {
  
    font-size: 8px;
}
.footer_text {
  
    font-size: 8px;
}
}
@media only screen and (min-width: 1200px) {
.owl-carousel .owl-item img {

    padding: 0 25px;
}
}
#panel-1{ background-image: url("../images/1panel.webp")}
#panel-2{ background-image: url("../images/2panel.webp")}
#panel-3{ background-image: url("../images/3panel.webp")}
#panel-4{ background-image: url("../images/4panel.webp")}
#panel-5{ background-image: url("../images/5panel.webp")}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .index_responsilibily_subheading {
        font-size: 23px;
        line-height: 28px;
    }
    
        .header_toggle_img {
        width: 87% !important;
    }
        .options {
      /*  height: 50rem !important;*/
    }
    
        .index_flex_card_heading {
        line-height: 2rem !important;
        font-size: 24px !important;
        margin-top: 0;
        margin-left: 0px;
    }
        .index_banner_heading {
        font-size: 23px !important;
    }
        .index_green_con_text2 {
       
        width: 90% !important;
        margin-top: 4rem;
        position: unset;
        line-height: 1.95rem !important;
        font-size: 25px !important;
        z-index: 1111;
        position: relative;
        bottom: 3rem;
        left: 1rem;
        margin-bottom: 4rem;
        
        
    }
    
       .options .option.active {
        min-height: 30rem;
    }
    
     .options .option .label .info2 {
   width: 96%;
        margin-left: 10px;
        align-self: end !important;
        position: absolute !important;
        padding: 20px;
        font-size: 11px;
        bottom: 0px !important;
    }
    .header_col1 {
        width: 23%;
    }
        .options .option .label .info .main {
        font-size: 1.1rem;
        line-height: 25px;
    }
    .options .option .label .info5, .options .option .label .info3, .options .option .label .info1 {
       width: 96%;
        margin-left: 10px;
        align-self: end !important;
        position: absolute !important;
        padding: 20px;
        font-size: 11px;
        bottom: 0px !important;
    }
    
     .options .option .label .info4 {
         
            width: 96%;
        margin-left: 10px;
        align-self: end !important;
        position: absolute !important;
        padding: 20px;
        font-size: 11px;
        bottom: 0px !important;
        
      
    }
    
    
    .index_green_con_text2 {
        margin-top: 4rem;
        position: unset;
        width: 80%;
        line-height: 1.7rem;
        font-size: 24px;
        z-index: 1111;
        position: relative;
        bottom: 3rem;
        left: 1rem;
        margin-bottom: 4rem;
    }
        .index_banner_text {
        width: 90%;
        font-size: 12px;
        margin-bottom: 0rem;
    }
    .index_green_con_link {
    top: 0rem;
    padding-left: 0rem;
}

    .index_responsilibily_col4 {
        margin-bottom: 1rem;
        margin-top: 0rem !important;
    }
    
}

@media only screen and (min-width: 400px) and (max-width: 575px) {
    
    .index_responsilibily_subheading {
        font-size: 30px;
        line-height: 33px;
    }
    .index_green_con_text2 {
      
        line-height: 2rem;
        font-size: 23px;
        
    }
        .options .option.active {
        min-height: 35rem;
        position: relative;
         display: flex;
    }
    
     .options .option .label .info2 {
       width: 96%;
        margin-left: 10px;
        align-self: end !important;
        position: absolute !important;
        padding: 20px;
        font-size: 13px;
        bottom: 0px !important;
      
    
    }
    
    .options .option .label .info5, .options .option .label .info3, .options .option .label .info1 {
       width: 96%;
        margin-left: 10px;
        align-self: end !important;
        position: absolute !important;
        padding: 20px;
        font-size: 13px;
        bottom: 0px !important;
        
    }
    
     .options .option .label .info4 {
       width: 96%;
        margin-left: 10px;
        align-self: end !important;
        position: absolute !important;
        padding: 20px;
        font-size: 13px;
        bottom: 0px !important;
       
    }
    
    
    .index_green_con_text2 {
        margin-top: 4rem;
        position: unset;
        width: 90%;
        line-height: 1.9rem;
        font-size: 27px;
        z-index: 1111;
        position: relative;
        bottom: 3rem;
        left: 2rem;
        margin-bottom: 4rem;
    }
        .index_banner_text {
        width: 90%;
        font-size: 12px;
        margin-bottom: 0.5rem;
    }
    .index_green_con_link {
    top: 0rem;
    padding-left: 0rem;
}

    .index_responsilibily_col4 {
        margin-bottom: 1rem;
        margin-top: 0rem !important;
    }
    
}
.nav-overlay-content a {

    font-size: 30px;

}
