.exp-slider-top .swiper-button-next{
    color: #5DB085;
    font-size: 20px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0px 3px 20px #00000029;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    text-align: center;
    /* right: 0px; */
    align-items: center;
}
.exp-slider-top .swiper-button-next:after{
    font-family: "Font Awesome 6 Pro";
    content: "\f178";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 20px;
    padding: 5px 8px;
}
.exp-slider-top .swiper-button-prev{
    color: #5DB085;
    font-size: 20px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0px 3px 20px #00000029;
    display: flex;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    /* left: -20px; */
}
.exp-slider-top .swiper-button-prev:after{
    font-family: "Font Awesome 6 Pro";
    content: "\f178";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 20px;
    padding: 5px 8px;
    transform: rotate(180deg);
}
.exp-slider-top .swiper{
    border-radius: 20px;
    padding: 0 30%;
}
.exp-slider-top .swiper-slide{
    width: 320px;
    height: 320px;
}
.exp-slider-top .swiper-slide img{
    width: 100%;
    height: 100%;
}


/* Home page ads slider css  */
.home-ads .swiper-button-next{
    color: #5DB085;
    font-size: 20px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0px 3px 20px #00000029;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    text-align: center;
    /* right: 0px; */
    align-items: center;
    /* top: 45%; */
}
.home-ads .swiper-button-next:after{
    font-family: "Font Awesome 6 Pro";
    content: "\f178";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 20px;
    padding: 5px 8px;
}
.home-ads .swiper-button-prev{
    color: #5DB085;
    font-size: 20px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0px 3px 20px #00000029;
    display: flex;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    /* top: 45%; */
    /* left: -px; */
    /* left: -20px; */
}
.home-ads .swiper-button-prev:after{
    font-family: "Font Awesome 6 Pro";
    content: "\f178";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 20px;
    padding: 5px 8px;
    transform: rotate(180deg);
}
.top-link-item > div > a:hover{
	color: var(--lightgreen);
}

.top-link-item > div > a{
	color: #fff;
}

.footer-top ul li a:hover{
	color: var(--lightgreen);
}

.ck > ul, .ck > ul > li, .ck > ol > li  {
    list-style-type: unset;
}


.swiper-container {
    position: relative;
    /* align-items: center; */
    /* display: flex; */
  }
  
  .swiper-wrapper {
    /* width: 100%; */
    /* margin-right: 40px;
    margin-left: 40px; */
  }
  
  .navigation-buttons {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* z-index: 999; */
    padding: 0 0px; /* Adjust spacing as needed */
  }
  
  .navigation-buttons button {
    /* margin: 10px; */
  }

.customDatePickerWidth, 
.customDatePickerWidth > div.react-datepicker-wrapper, 
.customDatePickerWidth > div > div.react-datepicker__input-container
.customDatePickerWidth > div > div.react-datepicker__input-container input {
   width: 100%;
}

.limitLines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limitLines2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}