.dropzone .dz-preview .dz-image img
{
    display: none !important;
}

.list li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding-left: 0px;
    color: #62606c;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

.list {
    padding: 0;
    margin-bottom: 0;
}

.property-details-desc .details-content .content .list li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.switch {
    position: relative;
    display: inline-block;
    padding-left: 5rem;
    /* 50px */
    height: 1.6rem;
    /* 16px */
}

.switch span:not(.slider) {
    position: relative;
    top: -0.2rem;
    /* -2px */
    cursor: pointer;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked+.slider {
    background-color: #0ec6d5;
}

.switch input:checked+.slider::before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    width: 50px;
    /* 42px */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 35px;
    /* 34px */
    background-color: #dee2e6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch .slider::before {
    position: absolute;
    content: "";
    height: 24px;
    /* 24px */
    width: 24px;
    /* 24px */
    left: 1px;
    /* -1px */
    bottom: 1px;
    /* -4px */
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.2), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.12);
}

.cursor-pointer 
{
    cursor: pointer;
}

.w-80 
{
    width: 80% !important;
}

img.dash-icon 
{
    width: 40px;
}
.text-red
{
    color:#e7445b;
}
.modal-table-height 
{
    height: 300px;
    overflow-y: scroll;
}
.invoice-logo 
{
    width: 220px;
}
.promotion-item:not(:last-child)
{
    margin-bottom: 25px !important;
} 
.promotion-link 
{
    padding: 0 !important;
}

.broc-nav 
{
    flex-direction: column;
}

.brochure-block
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 564px;
    overflow-x: hidden;
    overflow-y: scroll;
    flex-direction: column;
    width: 550px;
}
.brochure-block > div >img
{
    width: 100%;
    box-shadow: 0 0 10px 0 rgb(51 51 51 / 10%);
    border-radius: 10px;
}
.brochure-block > div:not(:last-child)
{
    margin-bottom: 20px;
}
.broc-tab-content 
{
    margin-left: 30px;
}
/* .promotion-link.active 
{
    box-shadow: none !important;
    position: static !important;
} */

.creative-form > form > .form-group 
{
    margin-bottom: 0px;
}
.creative-form > form
{   
    display: flex; 
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    padding: 20px 20px;
}

.create-img-header > img 
{
    width: 200px;
}
.create-img-header
{
    background-color: #fff;
    padding: 15px;
    text-align: center;
}

.apt-gallery,
.villa-gallery,
.farm-gallery 
{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    width: 100%;
    overflow-y: unset;
    overflow-x: auto;
}

.apt-gallery > img, 
.villa-gallery > img,
.farm-gallery > img 
{
    width: 200px;
}

.apt-gallery > img:not(:last-child), 
.villa-gallery > img:not(:last-child),
.farm-gallery > img:not(:last-child) 
{
    margin-right: 15px;
}

.gallery-collapse 
{
    max-height: auto !important;
    padding: 15px;
    border-bottom: 4px solid #0ec6d5;
    flex-direction: column;
    align-items: flex-start;
}

.media.active
{
box-shadow: 0px 0px 7px 1px #00000045;
    border-radius: 5px;
    padding: 10px;
    transition: 0.6s all;
}

::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}

.social-icons 
{
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.social-icons > li 
{
    background-color: #000;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    padding: 0px 14px;
}




/* ======================================= */
/* login & otp modal css design  start*/
/* ======================================= */
.modal-link {
    font-size: 15px;
    color: #9F7DE8;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center; }
  
  .login-para {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    color: #c8c8c8;
    margin-bottom: 30px; }
  
  .login-modal-title {
    font-size: 30px;
    color: #292929;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 35px; }
  
  .login-modal-title + p {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 400;
    color: #c8c8c8; }
  
  .web-login-form {
    border: 2px solid #8a8a8a14;
    padding: 17px 20px;
    background-color: #fcfcfc;
    border-radius: 10px;
    font-size: 15px;
    color:#292929;
    font-weight: 500; }
  
  .web-login-error {
    margin: 40px 0px 30px }
  
  .web-login-form:hover,
  .web-login-form:focus {
    box-shadow: none;
    border: 2px solid #292929; }
  
  .web-login-btn {
    color: #fff;
    background-color: #5523c4;
    margin-bottom: 15px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 14px 83px;
    font-size: 16px;
    box-shadow: 0px 6px 16px 2px #5523c440;
    margin-bottom: 25px; }
  
  .web-login-btn:hover,
  .web-login-btn:focus {
    color: #fff !important; }
  
  .login-btn-block {
    margin-top: 30px; }
  
  .custom-close {
    display: inline-flex;
    align-items: center;
    opacity: 1 !important; }
  
  .custom-close > .esc {
    text-transform: uppercase;
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 500; }
  
  .custom-close > span:nth-child(2) {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #292929;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 29px;
    font-weight: 300;
    border-radius: 50%;
    opacity: 1 !important;
    z-index: 999;
    text-shadow: none;
    margin-left: 10px; }
  
  .custom-close:focus {
    outline: none !important; }
  
  .main-login-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  
  .error-login {
    display: flex;
    align-items: center;
    padding: 7px 4px; }
  
  .error-login > h6 {
    margin-left: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #E62929;
    text-transform: capitalize; }
  
  .error-form {
    color: #E62929;
    border: 1px solid #e62929;
    background-color: #F8C1C1; }
  
  .error-form:hover,
  .error-form:focus {
    border: 1px solid #e62929; }
  
  .login-modal > .modal-dialog > .modal-content {
    border: none;
    border-radius: 10px; }
  
  .subscribe-modal > .modal-dialog > .modal-content {
    border: none;
    border-radius: 10px; }
  
  .custom-close {
    display: inline-flex;
    align-items: center;
    opacity: 1 !important; }
  
  .custom-close > .esc {
    text-transform: uppercase;
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 500; }
  
  .custom-close > span:nth-child(2) {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #292929;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 29px;
    font-weight: 300;
    border-radius: 50%;
    opacity: 1 !important;
    z-index: 999;
    text-shadow: none;
    margin-left: 10px; }
  
  .custom-close:focus {
    outline: none !important; }


    .otp-form > input {
        flex-basis: 13%;
        padding: 19px 0px;
        text-align: center;
    }
    .mob-custom-form {
        border: 2px solid #8a8a8a14;
        padding: 17px 20px;
        background-color: #fcfcfc;
        border-radius: 10px;
        font-size: 1.5rem;
        color: #292929;
        font-weight: 500;
    }
    .otp-form {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
/* ======================================= */
/* login & otp modal css design end */
/* ======================================= */



/* ======================================= */
/* login screen design start */
/* ======================================= */

.auth-bg-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #6e00ff;
}

.auth-form-section {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.auth-form-section .logo {
    margin-bottom: 40px;
}

.auth-form {
    padding-bottom: 30px;
    margin-top: 33px;
    margin-bottom: 28px;
}

.auth-form > .form-group {
    margin-bottom: 1rem;
}

/* ======================================= */
/* login screen design end */
/* ======================================= */


@media only screen and (max-width:992px) 
{
    .creative-form > form
    {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: flex-end;
        padding: 20px 20px;
        flex-wrap: wrap;
    }
    .creative-form > form > .form-group 
    {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .brochure-block 
    {
        margin-top: 35px;
    }
    .navbar-brand > img 
    {
        width: 200px;
    }
}

@media only screen and (max-width:991px)  
{
    .broc-nav 
    {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
    .broc-nav > .nav-item 
    {
        flex-basis: 45%;
    } 
    .broc-tab-content 
    {
        margin-left: 0;
    }
}


@media only screen and (max-width:480px) 
{
    .social-icons > li:not(:last-child) 
    {
        margin-bottom: 15px;
        margin-right: 10px;
    }

    .social-icons 
    {
        justify-content: center;
    }
    .share-block 
    {
        justify-content: space-between;
    }
}

@media only screen and (max-width:360px) 
{
    .social-icons > li:not(:last-child) 
    {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .social-icons 
    {
        flex-direction: column;
        align-items: stretch;
    }
    .share-button 
    {
        margin-top: 20px;
        margin-right: 0 !important;
    }
    .share-block 
    {
        flex-direction: column;
    }
}



