body {
    overflow-x: hidden;
}

/* .img-fluid.logo-img {
    height: 178px !important;
} */

.img-fluid.owner-img {
    height: 425px !important;
}

/* .footer .img-fluid.logo-img {
    height: 220px !important;
} */

.text-justify {
    text-align: justify;
}

section.appoinment {
    padding: 50px 0 !important;
}

.appoinment-form .form-control {
    height: 45px !important;
}

.appoinment-form .row div[class*="col-lg-"] {
    padding-bottom: 10px;
}

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

.text-red {
    color: red;
}

.service .service-item {
    height: 300px;
}

.service .service-item.specialty {
    height: 715px !important;
}

/* Read more link */
.read-more {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: max-height 0.15s ease-out;
}

.read-more.expand {
    max-height: fit-content !important;
    transition: max-height 0.35s ease-in-out;
}

.read-more-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: end;
    color: blue;
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, white);
    cursor: pointer;
}

.read-more-link.expand {
    position: relative;
    background-image: none;
    padding-top: 0px;
    height: 20px;
}

.read-more-link:after {
    content: "Read more";
}

.read-more-link.expand:after {
    content: "Read less";
}

/* End read more link */

/* signature */
.kbw-signature {
    width: 100%;
    height: 200px;
}

#signature-pad canvas {
    width: 100% !important;
    height: auto;
    background-color: #f9ebeb;
}

.btn-clear {
    position: absolute;
    top: 50px;
    right: 35px;
    font-size: 18px;
    color: #fff;
    padding: 9px;
    border-radius: 9px;
}

/* End signature */


/* list item correct symbol */

.correct-list span {
    list-style: none;
}

.correct-list span:before {
    content: '\2714\0020';
}

.our-specialty span {
    line-height: 2.2rem;
}

/* list item correct symbol */


.price-recode {
    line-height: 2.5rem;
}

/* Form style */

/* Mark input boxes that gets an error on validation: */
input.invalid,
select.invalid,
textarea.invalid {
    background-color: #a1ddf1;
}

/* Hide all steps by default: */
.tab {
    display: none;
}


/* Make circles that indicate the steps of the form: */
.step-circles {
    text-align: center;
    margin-bottom: 40px;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #49c7f0;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #26335d;
}

/* End Form style */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    /* left: 100%; */
    margin-left: .1rem;
    margin-right: .1rem;
}

.next-span::after {
    content: "\a";
    white-space: pre;
}

/* top feature */
.top-feature {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.top-feature .feature-item {
    min-height: 400px;
}
/* End top feature */

.awards-video {
    padding: 60px 0;
}