.header-one .header-content .logo img{
    width: 120px;
}

.service-card-icon img{
    width: 60px;
}

.dn{
    display: none;
}

.education-experience-card img{
    width: 60px;
    margin-bottom: 20px;
}

.support-company-logo img{
    width: 200px;
}

.testimonial-card .card-content-wrap .text-doc {
    font-size: 16px;
    line-height: 24px;
}

.testimonial-card .testimonial-card-img{
    bottom: auto;
}

.tmp-section-gap{
    padding: 100px 0;
}

:root{
    --color-primary: #00bcd4;
    --color-primary-alt: #00bcd4;
    --color-primary-2nd: #00bcd4;
}

.ready-chatting-option label{
    background-color: green;
}

.testimonial-card .testimonial-card-img{
    visibility: hidden;
}

.testimonial-card{
    border-radius: 20px;
    /* background: var(--color-gray-2); */
    padding: 20px;
    border: 2px solid var(--color-border);
    transition: var(--transition);
}

.testimonial-card .card-content-wrap .text-doc{
    max-width: 100%;
}

.testimonial-card .card-content-wrap .testimonital-icon img {
    width: 70px;
}

.tmp-section-gap {
    padding: 50px 0;
}

.tmp-section-gapBottom{
    padding-bottom: 60px;
}

.contact-info .para{
    padding-inline: 8px;
}

@media only screen and (max-width: 768px) {
  .support-company-logo img{
    max-height: max-content;
  }
}