/* Override Styles */
#in-services-3 li {list-style: none;}
.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}
.max-h-20{
  max-height: 5rem;
}
@media (min-width: 1024px){
.lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}}
@media (max-width: 500px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

div#accordion-collapse a { color: #333; }

@media (max-width: 991px) {
	#welcome__section--bg:before { position: absolute; content: " "; background: rgb(255 255 255 / 90%); inset: 0; height: 100%; width: 100%; z-index: 1; } 
	#welcome__content { z-index: 9; }
}

.ry-services.style2 .each-block .title {
    position: relative;
    bottom: 0;
    background: #fff;
    padding: 20px 20px;
    left: 0;
    transform: unset;
}
.ry-services.style2 .each-block .title div {
	color: #333;
	transition: .3s;
	position: relative;
	z-index: 9;
}
.ry-services.style2 .each-block:hover .title div {
    color: #fff;
    transition: .3s;
}
.ry-services.style2 .each-block .title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #06bab5;
    z-index: 0;
    transition: .3s;
}
.ry-services.style2 .each-block:hover .title:before {
    height: 100%;
    transition: .3s;
}
.ry-services.style2 .each-block .photo:before {
	display: none;
}
.mobile-services {
    margin-top: 40px;
}

.homepage-team-swiper-2 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.hp-brands--slick:before {
    content: " ";
    position: absolute;
    z-index: 9;
    top: -40px;
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-07ff8264-db0c-4f4a-9ec3-2add579c8cee/AssetsV2/shadow_top.png");
    width: 836px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.hp-brands--slick:after {
    content: " ";
    position: absolute;
    z-index: 9;
    bottom: -40px;
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-07ff8264-db0c-4f4a-9ec3-2add579c8cee/AssetsV2/shadow_bottom.png");
    width: 836px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}




.footer__info--col .each__info--col ul {
    margin: unset !important;
    padding: unset !important;
}

.footer--copyright { position: relative; z-index: 9; /* top: 0; */ left: 0; right: 0; bottom: -21rem; }

.navigation-4 .cta-btn:first-child { background: #d0e6d3; width: 211px; } .navigation-4 .cta-btn:first-child * { color: #000; font-weight: 500; text-transform: capitalize; letter-spacing: unset; font-size: 19px; } .navigation-4 .cta-btn:first-child:hover { border: unset; opacity: 0.8; } .navigation-4 .cta-btn:first-child .cta-icon { border: unset; } .navigation-4 .cta-btn:first-child  .cta-btn a { width: 100%; } .navigation-4 .cta-btn:last-child { width: 296px; background: #333333; } .navigation-4 .cta-btn:last-child * { color: #d0e6d3; font-weight: 400; text-transform: capitalize; letter-spacing: unset; font-size: 19px; } .navigation-4 .cta-btn:last-child .cta-icon { border: unset; } .navigation-4 .cta-btn:last-child:hover { opacity: 0.8; }

@media (max-width: 991px){
    .homepage-swiper .object-top {
        object-position: center 30px;
    }
}


div#ui-datepicker-div {
    background: #fff;
    padding: 1rem;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.nuerolens-section .ry-flex {
    gap: 3rem;
}

/* Rating */

.star-box {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.star-box i {
  font-size: 1.5rem;
  line-height: 2rem;
}

.star-box .star-rated i {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.star-box .star-active {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}