/*! CSS Used from: https://www.listingstoleads.com/asset-new2/css/main.min.css?v=3.23 */
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
}

h5 {
    font-size: 1.125rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-4,
.col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .625rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, stroke .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, stroke .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, stroke .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, stroke .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, stroke .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #054cdc;
    border-color: #054cdc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #043fb7;
    border-color: #043baa;
}

.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(5, 76, 220, .5);
    box-shadow: 0 0 0 1px rgba(5, 76, 220, .5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #054cdc;
    border-color: #054cdc;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #043baa;
    border-color: #04369e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(5, 76, 220, .5);
    box-shadow: 0 0 0 1px rgba(5, 76, 220, .5);
}

.btn-link {
    font-weight: 400;
    color: #277be9;
    background-color: transparent;
}

.btn-link:hover {
    color: #1257b1;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-sm {
    padding: .3125rem .625rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.review {
    min-height: 208px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.review-read-more {
    font-size: 13px;
    display: block;
}

.review-close {
    font-size: 13px;
    display: block;
    color: grey !important;
    background-image: -o-linear-gradient(transparent calc(100% - 3px), grey 3px) !important;
    background-image: linear-gradient(transparent calc(100% - 3px), grey 3px) !important;
}

@media (min-width:768px) {
    .review {
        min-height: 208px;
    }
}

@media (max-width:991.98px) {
    .review {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
}

.rounded-0 {
    border-radius: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.my-auto {
    margin-top: auto !important;
}

.mx-auto {
    margin-right: auto !important;
}

.my-auto {
    margin-bottom: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    img {
        page-break-inside: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}

@media (max-width:767.98px) {
    h5 {
        line-height: 1.1;
    }

    h5 {
        font-size: 1rem;
    }
}

::selection {
    color: #fff;
    background: #3765c6;
}

@media (max-width:575.98px) {
    .btn {
        border-radius: 5px;
    }
}

.btn-link-hover {
    color: #054cdc;
    background-image: -o-linear-gradient(transparent calc(100% - 3px), #054cdc 3px);
    background-image: linear-gradient(transparent calc(100% - 3px), #054cdc 3px);
    background-repeat: no-repeat;
    background-size: 0 104%;
    padding-bottom: 2px;
    -webkit-transition: background-size .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: background-size .3s cubic-bezier(.4, 0, .2, 1);
    transition: background-size .3s cubic-bezier(.4, 0, .2, 1);
}

.btn-link-hover:hover {
    color: #054cdc;
    text-decoration: none;
    background-size: 100% 104%;
}

.btn-rounded {
    border-radius: 25px;
}

.btn-fixed {
    position: absolute;
    right: 20px;
    z-index: 9;
}

.btn-fixed-bottom {
    bottom: 20px;
}

.card-post {
    border: none;
    margin-bottom: 15px;
}

.card-post,
.card-post.video {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f8f9fa;
    -webkit-box-shadow: 0 3px 20px -10px rgba(72, 72, 72, .4);
    box-shadow: 0 3px 20px -10px rgba(72, 72, 72, .4);
}

.card-post .card-body {
    padding: 1.3rem;
}

.card-post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.card-post-header .card-image {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.card-post-header .card-media {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
}

.card-post-header .card-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-right: 30px;
}

.card-post-header .card-details h5 {
    margin-bottom: 0;
    font-size: 1rem;
}

.card-post-header .card-details p {
    color: #6b727c;
    font-size: 13px;
    margin-bottom: 0;
}

.card-post-text {
    font-size: 15px;
}

.card-post-text p {
    margin-bottom: 0;
}

.card-post-text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.card-post.video {
    background-color: transparent;
}

.card-post.video:hover .video-caption {
    background-color: rgba(12, 12, 12, .9);
}

.card-post.video .card-body {
    padding: 0;
    border-radius: inherit;
    position: relative;
}

.card-post.video video {
    border-radius: inherit;
    height: 100%;
    display: block;
    width: 100%;
    max-height: 500px;
    background-color: rgba(23, 23, 23, .85);
    aspect-ratio: 1;
}

@media (min-width:768px) {
    .card-post.video video {
        max-height: 600px;
    }
}

@media (min-width:1200px) {
    .card-post.video video {
        max-height: 100%;
    }
}

.card-post.video .video-caption {
    --position-index: 10px;
    position: absolute;
    top: var(--position-index, 10px);
    left: var(--position-index, 10px);
    right: var(--position-index, 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(12, 12, 12, .75);
    border-radius: 5px;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.card-post.video .video-caption svg {
    width: 2.5rem;
    height: 2.5rem;
    margin: 1rem;
    color: #fff;
}

.card-post.video .user-info {
    text-align: right;
    color: #fff;
    margin: auto 1rem auto 0;
}

.card-post.video .user-info h5 {
    margin-bottom: 0;
    text-transform: capitalize;
}

.card-post.video .user-info p {
    margin-bottom: 0;
}

.hidden {
    display: none !important;
}

.row-sm [class*=col-] {
    padding: 0 7.5px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-size-xs {
    font-size: 14px !important;
}

.testimonials-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    padding: 20px;
  }
  
  .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .card-body {
    padding: 15px;
  }
  
  .card-post-header {
    display: flex;
    align-items: center;
  }
  
  .card-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .card-details {
    flex-grow: 1;
  }
  
  .card-post-text {
    margin-top: 10px;
  }
  