/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
.object-review img {
    width: 50px;
}

.trends-box {
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-bottom: 2rem;
}

@media(max-width:768px) {
    .object-review img {
        width: 30px;
    }

    .object-review h5 {
        font-size: 1rem;
    }

    .object-review .ml-2 {
        margin-left: 0.5rem !important;
    }
}

@media (min-width: 640px) {
    .sm\:gap-6 {
        gap: 1.5rem;
    }
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.leading-6 {
    line-height: 1.5rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.gap-4 {
    gap: 1rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.mt-5 {
    margin-top: 1.25rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.offer-list-none {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

a:hover {
    color: #1e3e53;
}

.next-step, .ladda-button {
    font-size: 1.2rem !important;
}

.property-step .btn-primary {
    background-color: #4B9CD3 !important;
    border-color: #4B9CD3 !important;
}

.btn-primary:not(:disabled):not(.disabled):active{
    background-color: #1e3e53 !important;
    border-color: #1e3e53 !important;
}

.head-text{
    color: #4B9CD3;
}

.hero-img {
    left: 33% !important;
}

.divider:not(:first-child) {
    top: 11px;
}

.opacity-75 {
    opacity: 0.75;
  }

.custom-width {
  max-width: 384px;
}