﻿/*
@media (min-width: 1236px) and (max-width: 1300px) {

    #dropdownDiv {
        width: 515px !important;
        top: 39% !important;
    }
}*/

#dropdownDiv {
    height: auto;
    width: 86%;
    /*width: 38%;*/
    background-color: white;
    font-size: 16px;
    position: absolute;
    z-index: 500;
    /*top: 334px;*/
    top: 40px !important;
}

.divSearchResultField:hover {
    background-color: #7B68EE;
    color: white;
}

.search-border-none {
    outline: none !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    #dropdownDiv {
        width: 100% !important;
        top: 40px !important;
    }
}
@media (min-width: 279px) and (max-width: 990px) {

    .title-sec1 {
        width: 100% !important;
    }

        .title-sec1 h1 {
            width: 100% !important;
            font-size: 30px !important;
        }

        .title-sec1 p {
            width: 100% !important;
            font-size: 14px !important;
            text-align: center !important;
        }
}

.title-sec1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    /*padding-top: 75px;*/
    gap: 12px;
    /*width: 55%;*/
    height: 100%;
    margin: auto;
    /*margin-bottom: 100px;*/
}

    .title-sec1 h1 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 130%;
        text-transform: capitalize;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .title-sec1 p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }


.select-listing-type-filter .form-select {
    height: 52px;
    width: 180px;
    border-radius: 8px;
}

.search-header-filter {
    width: 390px!important;
}

.card-block-ct-container {
    background: #ffffff;
    border-radius: 10px;
    padding: 35px 20px;
    text-align: left;    
    border: 1px solid #eee;
}

.minimumheight-822 
{
    min-height: 822px;
}

.minimumheight-605 
{
    min-height: 605px;
}

.container-setup .img-container {
    max-height: 497px;
    min-height: 200px;
}

.container-setup .img-container, .container-setup .img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.docs-buttons .btn-primary {
    color: #fff;
    background-color: var(--systemColor);
    border-color: var(--systemColor);
}

.cropper-modal {
    background-color: #fff !important;
}

@media (min-width: 768px) {
    .container-setup .img-container {
        min-height: 497px;
    }
}

@media (max-width: 767px) 
{
    .card-block-ct-container 
    {
        margin-bottom: 15px;        
    }

    .minimumheight-822 
    {
        min-height: unset;
    }

    .minimumheight-605 
    {
        min-height: unset;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-nav {
        gap: 15px;
    }
    .client-side-logo img {
        width: 180px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .select-listing-type-filter .form-select {
        height: 52px;
        width: 150px;
        border-radius: 8px;
    }
    .client-side-logo img {
        width: 150px;
    }
    .search-header-filter {
        width: 100% !important;
    }
}