:root {
    --green: #008000;
    --lightseagreen: #20b2aa;
    --yellow:#bdb04e;
    --orange:#c76610;
	--rama:#008080
  }

.hero-section .hero-mask-img .overlay-2 {
    background:rgb(65 195 64 / 33%)
}
.usp-section .service-item.one{
    background: var(--green);
}
.usp-section .service-item.two{
    background: var(--lightseagreen);
}
.usp-section .service-item.three{
    background:var(--yellow);
}
.usp-section .service-item.four{
    background: var(--orange);
} 
.about-content .section-heading .section-title {
    color:  var(--green);
}
.hero-content .hero-btn-wrap .hero-btn {
    background-color:var(--lightseagreen);
}
.bz-transparent-btn {
    border: 1px solid var(--lightseagreen);
    color: var(--lightseagreen);
}
.bz-primary-btn {
    background-color:  var(--orange);
}
.service-item-3 .service-thumb .icon {
    background-color:  var(--lightseagreen);
}
.service-item-3:hover .service-thumb .icon {
    background-color:  var(--yellow);
}
.service-item-3 .service-content p{
    display: block;
    display: -webkit-box;
    height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-item-3 .service-thumb .img-item {
    filter: none;
}
.cta-2 .overlay-2 {
    background: var(--green);
}
.testimonial-section-3 {
    padding-top: 70px !important;
}
.swiper-slide:nth-child(4n+1):hover .testi-item-2 {
    background:  var(--green);
}
.swiper-slide:nth-child(4n+2):hover .testi-item-2 {
    background:  var(--lightseagreen);
}
.swiper-slide:nth-child(4n+3):hover .testi-item-2 {
    background:  var(--yellow);
}
.swiper-slide:nth-child(4n+4):hover .testi-item-2 {
    background:  var(--orange);
}
.testi-item-2:hover p {
    color:  #000
}
.testi-author img {
    background: rgb(255 255 255 / 30%);
    padding: 10px;
    border-radius: 10px;
}
.swiper-slide:nth-child(4n+1) h3.name {
    color:  var(--green);
}
.swiper-slide:nth-child(4n+2) h3.name {
    color:  var(--lightseagreen);
}
.swiper-slide:nth-child(4n+3) h3.name{
    color:  var(--yellow);
}
.swiper-slide:nth-child(4n+4) h3.name {
    color:  var(--orange);
}
.swiper-slide:hover h3.name {
    color:  #000;
} 
.faq-accordion .accordion-item .accordion-button {
    cursor: auto; 
}
.faq-accordion .accordion-item:nth-child(2n+1) .accordion-button:hover {
    background-color: var(--lightseagreen);
}
.faq-accordion .accordion-item:nth-child(2n+2) .accordion-button:hover {
    background-color: var(--yellow);
}
.faq-accordion .accordion-item .accordion-button:after {
    content: "→";
}
.img-reveal .img-overlay {
    background-color: var(--lightseagreen);
}
.counter-section .overlay {
    background-color: rgb(199 102 16 / 80%);
}
.testimonial-section-2 .bg-color, .about-img-wrap-4 .about-counter {
    background-color: var(--lightseagreen);
}
.post-card .read-more { 
    color: var(--orange); 
}
.post-card .read-more:hover { 
    color: var(--yellow); 
}
.post-meta li i { 
    color: var(--lightseagreen);
}
.request-form-wrap .form-header {
    background-color: var(--yellow); 
}
.remove-bottom-line .testi-card p {
    border-bottom:none;
    padding-bottom: 0;
}
.procedures-icons .swiper-slide img {
    width: 50px;
    padding: 25px; 
}
.procedures-icons .swiper-slide:nth-child(4n+1) img { 
    background: var(--green);
}
.procedures-icons .swiper-slide:nth-child(4n+2) img { 
    background: var(--lightseagreen);
}
.procedures-icons .swiper-slide:nth-child(4n+3) img { 
    background: var(--orange);
}
.procedures-icons .swiper-slide:nth-child(4n+4) img { 
    background: var(--yellow);
}
.about-img-wrap-4 .about-counter .title .odometer-auto-theme {
    font-family: "Helvetica Neue", sans-serif;
}
.service-details-content ul {
    padding: 10px 0 0 15px ;
}
.border-radius img {
    border-radius: 10px;
}
.service-details-content .service-details-accordion .accordion-item:nth-child(4n+1) .accordion-button:not(.collapsed) {
    background-color: var(--green);
}
.service-details-content .service-details-accordion .accordion-item:nth-child(4n+2) .accordion-button:not(.collapsed){
    background-color: var(--lightseagreen);
}
.service-details-content .service-details-accordion .accordion-item:nth-child(4n+3) .accordion-button:not(.collapsed) {
    background-color: var(--orange);
}
.service-details-content .service-details-accordion .accordion-item:nth-child(4n+4) .accordion-button:not(.collapsed) {
    background-color: var(--yellow);
}

.section-heading .sub-heading .left-shape, .section-heading .sub-heading .left-shape:after {
    background-color: var(--lightseagreen);
}
.speciality-block:nth-child(5n+1) .feature-item:before {
    background-color: var(--green);
}
.speciality-block:nth-child(5n+2) .feature-item:before {
    background-color: var(--lightseagreen);
}
.speciality-block:nth-child(5n+3) .feature-item:before {
    background-color: var(--orange);
}
.speciality-block:nth-child(5n+4) .feature-item:before {
    background-color: var(--yellow);
}
.speciality-block:nth-child(5n+5) .feature-item:before {
    background-color: var(--bz-color-theme-primary);
}
.section-heading .section-title {
   color: var(--bz-color-theme-primary)
}
.sponsor-text-wrap {
    display: block;
}
.pt-120 {
    padding-top: 70px;
}
.pb-120 {
    padding-bottom: 70px;
}
.testi-carousel-2, .testi-carousel {
    padding-bottom: 70px;
}
.section-heading .section-title {
    font-size: 36px;
} 
.about-section-4 {
    padding-bottom: 310px;
}
.section-heading .section-title, .sponsor-text-wrap, .section-heading .sub-heading {
    margin-bottom: 20px;
}
.request-img-wrap .men {
    top: 0;
    bottom: auto;
}
.benefits-video { 
    width: 100%;
    height: 500px;
    object-fit: cover;
    z-index: 9;
    position: relative;
    border: 3px solid #33b8b1;
    border-radius: 10px;
}
.mt-120 {
    margin-top: 70px;
}
.contact-content {
    background:  var(--lightseagreen);
}
.contact-content p, .contact-content a , .contact-content span{
    color: white;
}
.service-widget .category-list li {
    position: relative;
}
.service-widget .category-list li:after {
    height: 100%;
    width: 10px; 
    position: absolute;
    top: 0;
    left: -10px;
    content: "";
    transition: 0.5s all;
}
.service-widget .category-list li a {
    position: relative;
    z-index: 9;
    border-radius: 0;
}
.service-widget .category-list li a:hover {
    background: transparent;
}
.service-widget .category-list li:hover:after {
    width: 100%;
} 
.service-widget .category-list li:nth-child(4n+1):after {
    background: var(--green);
}
.service-widget .category-list li:nth-child(4n+2):after {
    background: var(--lightseagreen);
}
.service-widget .category-list li:nth-child(4n+3):after {
    background: var(--orange);
}
.service-widget .category-list li:nth-child(4n+4):after {
    background: var(--yellow);
}
.service-widget .service-widget-cta .content .bz-primary-btn:before {
    background-color:var(--lightseagreen);
}
.service-widget .service-widget-cta .content .bz-primary-btn:hover {
    color: #fff;
}
.font-white {
    color: #fff;
}
.page-header-content .title {
    line-height: 1.2;
} 
.left-panel .category-list li {
    width: 31%;
    display: inline-block;
    margin-right: 2%;
}

.service-widget .category-list {
    margin: 0 0 0 20px;
}
.footer-section {
    background-color: var(--rama);
}
.copyright-area {
    background-color: rgba(0, 0, 0, 0.1);
}
footer .side-menu-list li i {
    background-color: #172458;
}
footer .side-menu-list li a {
    color: #fff;
}
.footer-widget.widget-space {
    padding-left: 0;
}
.footer-widget .widget-header .footer-logo:before,
.footer-widget .widget-header .widget-title:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    min-width: 150px;
}
.footer-widget .footer-list li a:hover,
.footer-widget .footer-list li a:hover:before,
footer .side-menu-list li a:hover,
.copyright-content .copy-list li a:hover  {
    color: #000;
}
.side-menu-list li:hover i {
    background-color: #000;
}
footer .side-menu-list li p, footer .side-menu-list li a {
    font-size: inherit;
}
footer .side-menu-list li i {
    font-size: 18px; 
    width: 40px;
    height: 40px;
    line-height: 35px;
}

@media only screen and (max-width: 992px) {
    .page-header-content .title {
        font-size: 38px;
    }
    .left-panel .category-list li {
        width: 46% ; 
        margin-right: 3%;
    }
    .service-widget .category-list {
        margin: 0 0 0 20px;
    }
}
@media only screen and (max-width: 600px) {
    .left-panel .category-list li {
        width: 100%; 
        margin-right: 0;
    }
}
.hero-content .section-heading .section-title {
    font-size: 45px; 
}
