/* Slider */
.slick-track {height:360px; width: 100%}
.slick-slider{display: inline-block; overflow: hidden; padding: 0 0 190px; background: #e5f8ed}
.slick-slider img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    margin: auto;
}
@media(min-width:576px){
    .slick-track {height:680px;padding: 0;}
    .slick-slider{padding: 0;}
}

/* Title Styles */
.slider-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* Modern Dots */
.slick-dots {
  bottom: 15px;
}
.slick-dots li button:before {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.slick-dots li.slick-active button:before {
  color: #333;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before {
  color: #555;
}
.imagePreviewShow{
  width: 200px;
  height: auto;
  border: 1px solid #efefef;
  padding: 5px;
}
.img-thumbnail.thumsimg {
    width: 200px;
    height: auto;
}
.galleryImagesPreview .img-thumbnail.thumsimg, .galleryimageeditPreview .img-thumbnail.thumsimg {
    width: 150px;
    height: 150px;
    margin: 0 10px 0 0;
}
.logout {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 10px;
}
.logout:hover {
  background: #fff; color: #000; transition: 0.5s all;
}

i.form-error.closebtn {
    background: #ff0000;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: block;
    margin: 0 auto 10px;
    color: #fff !important;
    text-align: center;
    line-height: 20px;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
}
.scheduler_date{position: relative;}
.scheduler_date i.far.fa-calendar-alt.scheduler-date-icon {
    position: absolute;
    right: 20px;
    top: 52px;
    font-size: 13px;
    color: #808288;
    z-index: 1;
}
input:-webkit-autofill,
input:-webkit-autofill:focus{
     background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
.fancybox-button svg path {
    fill: #ffffff !important;
    stroke-width: 2px !important;
    z-index: 9999;
}
.modal-content {
    max-height: 92vh;
    overflow-y: auto; overflow-x: hidden;
}
.author-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #333;
    /*line-height: 40px;*/
    overflow: hidden;
}
.author-box .author-thumb img{
  width: 100%; height: 100%;
  border-radius: 50%;
}
.form-error {
    color: #ff0000 !important;
}
.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--ct-btn-close-color);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b96a0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius:.25rem;
    opacity: 1; position: relative;top: 5px;
}
.btn-close:hover {
    color: var(--ct-btn-close-color);
    text-decoration: none;
    opacity: .8
}
.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1
}
.btn-close.disabled, .btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}
.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}
.modal-header{padding: 10px;}

.termsprivacypolicyudetails p,
.termsprivacypolicyudetails h4,
.termsprivacypolicyudetails h5{
    margin: 0 0 10px;
}


.IconDiv{position: relative;}
.IconDiv li {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin: 0px 7px 0px 7px !important;
}
.IconDiv .dropdown-menu{
    /*min-width:auto;*/
    padding: 5px 0;
    margin: 10px 0;
    /*border-radius: 6px;*/
}
.IconDiv .dropdown-menu a{
    color: #000;
}
.IconDiv .dropdown-menu li{
    margin:2px 0px 2px 15px;
} 
.IconDiv .dropdown-toggle::after{color: #000}

@media(min-width:768px){
    .IconDiv li {
        margin: 0px 0px 0px 30px !important;
    }
}

.myListStep {
    list-style-type: none; /* Optional: removes default bullet points */
/*  padding: 0;*/
    padding-right: 12px !important;
}
.myListStep li {
  display: block; /* Ensures each <li> is displayed on a new line */
  margin-bottom: 10px; /* Optional: adds space between list items */
}
.LoginImg {
    border-radius: 50px;
    border: 1px solid #000;
    height: 30px;
    width: 30px;
}
.LoginImg img {
    text-align: center;
    vertical-align: middle;border-radius: 50px; width: 100%; height: 100%;
}
a.image-popup.ProfilePics {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: block;
    overflow: hidden;
}
a.image-popup.ProfilePics img{
  width: 100%;
  height: 100%;
  border-radius: 100px; display: block; margin: 0;
}
.locationSearch{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.locationSearch i{
    position: relative !important;
    background: transparent;
    left: 0 !important;
    top: 0 !important;
}
.Login-OtherTxt{
    text-align: center;display:block; 
}
.Login-OtherTxt a{
    color: #2dbe6c;
}
.SignUpLink {
    display: inline-block;
    float: none;
}
.FgtPwLink {
    display: inline-block;
    float: none;
}

@media(min-width:768px){
    .Login-OtherTxt{
        text-align: left;display: inline-block; 
    }
    .SignUpLink {
        display: inline-block;
        float: left;
    }
    .FgtPwLink {
        display: inline-block;
        float: right;
    }
}


/* animation btn */
.FreeBtn {
    margin: 0 0 0 10px;
    letter-spacing: 0.02rem;
    font-size: 15px;
}
.text-red {
  color: #ff0000;
}
/*.blink-hard {
  animation: blinker 1s step-end infinite;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}*/
.PostPropertyBtn .glow-on-hover {padding: 2px 6px;border: 1px solid #2dbe6c; border-radius: 10px;}
.PostPropertyBtn a:hover .glow-on-hover {
    /*width: 220px;
    height: 50px;*/
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px; border: 1px solid #111; padding: 2px 6px; 
}

.PostPropertyBtn a:hover .glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.PostPropertyBtn a:hover  .glow-on-hover:active {
    color: #000
}

.PostPropertyBtn a:hover  .glow-on-hover:active:after {
    background: transparent;
}

.PostPropertyBtn a:hover .glow-on-hover:hover:before,
.glow-on-hover:hover:before {
    opacity: 1;
}

.PostPropertyBtn a:hover .glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/* social_links */
.social_links{display: inline-flex;}
.social_links li{ display:inline-flex; align-items: center; justify-content:center; }
.social_links li a svg{
    width: 30px; height: 30px; fill: #fff; margin: 0 20px 0 0px; transition: 0.5s all;
}
.social_links li a:hover svg{
    fill:#2dbe6c; transition: 0.5s all;
}

.nice-select ul li:first-child{display: none;}
/*.select-box .select2 {
    appearance: none;
    padding: 0;
    height: auto;
    margin: 0;
    color: #808288; font-size: 14px;
    max-height: 38px;
    text-transform: uppercase;
    width: 100%;
}

.select-box .select2:after {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #808288;
    top: 0px;
    right: 25px;
    margin: 0px;
    font-weight: 700;
    border: none !important;
    transform: rotate(0deg) !important;
}
.select-box .select2 option{
    width: 100%; position: relative; left: 0; overflow:hidden;
}


*/
.select2-container--open .select2-dropdown {
    top: 11px;
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa !important;
}
.nice-select.customSelect {
    padding: 0;
}
.customSelect .select2-container--default .select2-selection--single .select2-selection__arrow{display: none;}
.customSelect .select2-container .select2-selection--single .select2-selection__rendered{padding: 0 !important;}
.customSelect .select2-container--default .select2-selection--single{border: none !important}
.customSelect .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #808288 !important;/*padding: 0 20px;*/
}
.customSelect .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 0 0 20px !important;
}
.customSelect .select2-container--default .select2-results>.select2-results__options {
    word-wrap: break-word;
}
.btn-success {
    color: #fff;
    background-color: #136A38;
    border-color: #136A38;
}
/* farmneedlist */
.farmneedlist{
    position: relative;
    padding: 15px 0;
}
.farmneedlist ul{
    width: 100%; display: inline-block; text-align: center; padding: 20px 0;
}
.farmneedlist ul li{ width:auto; display:inline-block; }
.farmneedlist ul li a{
    background:#d2d2d2; border-radius:10px; padding:10px 15px; margin:0 10px; color: #000;
}
.farmneedlist ul li a:hover{
    background: #136A38; transition: 0.5s all; color: #fff;
}

.topHeaderCustomized{
    width:100%; margin: auto;
}
@media(min-width: 768px){
    .topHeaderCustomized{
        width:80%; margin: auto;
    }
}