body {
    font-family: 'Open Sans', sans-serif;
    background: #f8f8fb;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.imgnari {
    width: 170px;
}

.loginsidebox {
    background-color: #ffffff;
    border-radius: 10px;
}

.credibletext {
    font-size: 13px;
    margin-top: 21px;
    margin-bottom: 28px;
    color: #0089C3;
    font-weight: 500;
}

.loginbtn {
    background-color: #1889c3;
    border: 1px solid #1889c3;
    font-size: 14px;
}

    .loginbtn:hover {
        background-color: black;
        border: 1px solid black;
        font-size: 14px;
    }

.mainloginbox {
    border: inherit;
    border-radius: 10px;
    width: 330px;
    height: 400px;
    position: relative;
}

.mainloginscreendiv {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),url(../img/bg2.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.cityimg {
    width: 83px;
    margin-bottom: 18px;
    margin-top: 7px;
    object-fit: cover;
}

.ujjaincityimg {
    width: 90px;
    margin-bottom: 8px;
    margin-top: -6px;
    object-fit: cover;
}

.citybox {
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 137px;
    padding: 10px 10px 0px 10px;
    position: relative;
    transition: all 0.5s;
}

    .citybox:hover {
        border: 1px solid #1889c3;
    }

.cityname {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
    bottom: 10px;
    left: 50%;
    text-align: center;
    line-height: 17px;
    color: #000 !important;
}

.mainimgcitydiv {
    width: 80px;
    height: 98px;
    margin: 0 auto;
}

.footer-section {
    background-color: #0b0a0a5e;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-logo-text {
    font-size: 12px;
    /* color: black; */
    font-weight: 500;
}

.app-view-center {
    top: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    left: 0;
    /* transform: translateX(-50%); */
}

.mainsidebarboxes {
    padding: 30px;
}

.citymainboxes {
    overflow-y: scroll;
    height: 483px;
}

    .citymainboxes::-webkit-scrollbar {
        width: 3px;
    }

    .citymainboxes::-webkit-scrollbar {
        height: 0px !important;
    }

    .citymainboxes::-webkit-scrollbar-thumb {
        background-color: #c3c3c3;
        width: 20px;
        border-radius: 50px;
        height: 100px;
    }

    .citymainboxes::-webkit-scrollbar-track {
        background-color: rgb(233 233 233 / 44%);
    }


form.otpbox input {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
}

/* Hiren css start 09/03/2022 */
.commontitle p {
    font-size: 14px;
    color: black;
}

.divideredit {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.commontitle p {
    font-size: 20px;
    color: #1889c3;
    font-weight: 500;
}

.detailscitytext {
    font-size: 13px;
    color: gray;
}

.famousplacetitle {
    font-size: 14px;
    color: #000;
    font-weight: 550;
}

.imgplace img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
}

.placename {
    font-size: 14px;
    color: black;
    font-weight: 500;
    margin-bottom: 4px;
}

.placenamedetails {
    font-size: 12px;
    line-height: 17px;
    color: gray;
}

.maboxes {
    width: 100%;
    height: 190px;
    border: 1px solid #1889c3;
    border-radius: 5px;
    text-align: center;
}

    .maboxes img {
        width: 95%;
        height: 85%;
        margin-top: 0px;
        margin-bottom: 0px;
        object-fit: scale-down;
    }

.maboxestext {
    font-size: 14px;
    color: black;
}






/* hiren css start 10/03/2022 */

.filteralphabetbox {
    display: flex;
    justify-content: space-between;
    background-color: whitesmoke;
    padding: 7px 10px;
    border-radius: 5px;
    position: absolute;
    /* margin: 24px; */
    width: 98%;
    z-index: 1;
    margin-right: 12px;
    margin-left: 12px;
}

.textalphabetbox {
    font-size: 14px;
    margin-bottom: 0px;
    color: black;
    cursor: pointer;
}


/* ----------------------------------
Khushbu css starts 10 MArch2022
---------------------------------- */
.manage_list_img {
    height: 100%;
    width: 50px;
    object-fit: cover;
}

.response {
    font-size: 14px;
    border: 1px solid #1889c3;
    font-weight: 500;
    color: rgb(255 255 255);
    padding: 0.3rem;
    background-color: #1889c3;
    border-radius: 3px;
    transition: all 0.5s;
}

    .response:hovwe {
        font-size: 14px;
        border: 1px solid #1889c3;
        font-weight: 500;
        color: rgb(255 255 255);
        padding: 0.3rem;
        background-color: #1889c3;
        border-radius: 3px;
        transition: all 0.5s;
    }

.response {
    font-size: 14px;
    border: 1px solid #1889c3;
    font-weight: 500;
    color: rgb(255 255 255);
    padding: 0.3rem;
    background-color: #1889c3;
    border-radius: 3px;
    transition: all 0.5s;
}

.responceeditbtn {
    border: 1px solid #1889c3;
    padding: 0.3rem;
    font-size: 14px;
    color: #1889c3;
    border-radius: 3px;
    cursor: pointer;
}

.massagebtn {
    border: 1px solid #46a1cf;
    padding: 0.3rem;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px;
    background-color: #46a1cf;
}

    .massagebtn:hover {
        border: 1px solid #46a1cf;
        padding: 0.3rem;
        font-size: 14px;
        color: #ffffff;
        border-radius: 3px;
        background-color: #46a1cf;
    }

.managelistingtitle {
    width: 189px;
}

/*.response:hover {
        color: #084298;
        border: 1px solid #084298;
        transition: 0.5s all;
    }*/
/* ----------------------------------
Khushbu css ends
---------------------------------- */


/* Nehal css start 09/03/2022 */
.member-box {
    text-align: left;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

    .member-box img {
        position: absolute;
        width: 13px;
        left: 0;
        top: 58%;
        transform: translateY(-50%);
    }

.member-box-nm {
    font-size: 14px;
    font-weight: 500;
    color: #1889c3;
    font-family: 'Gotham';
}

.member-box-p {
    font-size: 13px;
    font-weight: 400;
    color: #1889c3;
    font-family: 'Gotham';
}

.mem-text {
    text-transform: uppercase;
}

.member-box-address {
    font-size: 13px;
}

.link-text {
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

    .link-text span {
        color: #000;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 13px !important;
        font-weight: 400 !important;
    }

    .link-text i {
        color: #084298;
    }

.member-box p {
    position: relative;
    padding: 0px;
}

.btn-member {
    white-space: nowrap;
}

.mainprofiletext {
    font-weight: 600;
    font-size: 14px;
    color: black;
}

.btnmaintwo {
    text-align: left;
}

    .btnmaintwo img {
        width: 16px;
        vertical-align: sub;
        margin-right: 10px;
    }

.btnmaintwonew {
    text-align: center;
    background-color: #232323;
    border: 1px solid #232323;
}

.mainlogoutbtn {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.btnmaintwonew img {
    width: 16px;
    vertical-align: sub;
    margin-right: 10px;
}

.cityname1 {
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    margin-top: 70px;
}

.credibletext1 {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    padding: 0px 136px;
    margin-top: 23px;
}

.power-btn i {
    color: #e80016;
}

.maindivsidebar {
    height: 100%;
    position: relative;
}

.power-btn {
    position: absolute;
    right: 19px;
    font-size: 16px;
}

    .power-btn span {
        background-color: #fff;
        padding: 0px 5px;
        border-radius: 39px;
    }

.loginsidebox {
    position: relative;
}

.font--14 {
    font-size: 14px;
}

.member-business-box h5 {
    color: #1889c3;
    font-size: 15px;
}

.member-business-box p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.member-business-box {
    border: 1px solid #e9ecef;
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 10px;
    height: 138px;
    overflow: hidden;
}

.property-detail .nav-tabs .nav-item.show .nav-link,
.property-detail .nav-tabs .nav-link.active {
    color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    background-color: #232323;
}

.property-detail .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border-radius: 5px;
    font-size: 14px;
}

.property-detail .nav-link {
    color: #000;
    display: block;
    border: none;
    padding: 0.5rem 4rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.property-detail .nav-tabs {
    border-bottom: 2px solid #e9ecef;
}

.text-blue {
    color: #084298;
}

.property-detail-box p {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
}

/* Nehal Css 10-3-2022 */
.heading-p {
    font-size: 14px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

.w-104 {
    width: 104%;
}

.btn-blue {
    background-color: #084298;
    color: #fff;
}

    .btn-blue:hover {
        background-color: #084298;
        color: #fff;
    }

.font--12 {
    font-size: 12px;
}

.property-detail-box {
    position: relative;
}

.circle-icon-box {
    position: absolute;
    top: -29px;
    left: -19px;
}

.font--10 {
    font-size: 10px;
}

.property-form {
    font-size: 14px;
    font-weight: 500;
}

/* Range slider */
/* .container1 {
    margin-top: 50px;
} */
.slider-labels {
    margin-top: 0px;
}
/* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
   */
.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        left: -7px;
        top: -7px;
        background-color: #084298;
    }

/* Styling;
   */
.noUi-background {
    background: #d6d7d9;
}

.noUi-connect {
    background: #084298;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

/* Handles and cursors;
   */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        border: 8px solid #084298;
        border: 8px solid rgb(8 66 152 / 17%);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }

/* Disabled state;
   */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.w-20 {
    width: 20%;
}



.nareditnew {
    color: #1889c3;
}

.citymainboxesnew {
    height: 436px;
}

@media (min-width:320px) and (max-width:767px) {
    .cityname1 {
        font-size: 40px;
    }


    .citymainboxesscroll {
        overflow-x: scroll;
        overflow-y: inherit;
        height: auto;
        flex-wrap: nowrap;
    }

    .loginsideboxnew {
        height: 302px;
    }

    .loginsidebox {
        border-radius: 10px;
    }

    .bgforsidecontent {
        background-color: white;
        border-radius: 10px;
        margin-top: 20px;
    }



    .citymainboxesnew {
        height: auto;
    }

    .divideredit {
        border-right: inherit;
    }

    .filteralphabetbox {
        display: block;
        justify-content: space-between;
        background-color: whitesmoke;
        padding: 5px 10px;
        border-radius: 5px;
        position: absolute;
        width: 33px;
        left: inherit;
        margin: 20px;
        top: 29px;
    }

    .addressboxes {
        margin-top: 50px;
    }

    .atozbox {
        overflow-y: scroll;
        height: 480px;
    }

        .atozbox::-webkit-scrollbar {
            width: 3px;
        }

        .atozbox::-webkit-scrollbar {
            height: 0px !important;
        }

        .atozbox::-webkit-scrollbar-thumb {
            background-color: transparent;
            width: 20px;
            border-radius: 50px;
            height: 100px;
        }

        .atozbox::-webkit-scrollbar-track {
            background-color: transparent;
        }

    .textalphabetbox {
        margin-bottom: 19px;
        display: block;
    }

    .atozheight {
        height: 0px;
    }

    .serchmember {
        margin-top: -17px;
    }

    .manage_list_img {
        height: 100%;
        width: 38px;
        object-fit: cover;
    }

    .managelistingtitle {
        width: 130px;
    }

    .credibletext1 {
        padding: 0px 12px;
    }

    .maincountbox {
        position: relative;
        position: absolute;
        left: 50%;
        transform: t;
        transform: translateX(-50%);
    }
}


@media (min-width:768px) and (max-width:991px) {
    .loginsideboxnew {
        height: 302px;
    }

    .loginsidebox {
        border-radius: 10px;
    }

    .bgforsidecontent {
        background-color: white;
        border-radius: 10px;
        margin-top: 20px;
    }

    .citymainboxesnew {
        height: auto;
    }

    .divideredit {
        border-right: inherit;
    }
}











.addressboxes {
    overflow-y: scroll;
    height: 100vh;
}

    .addressboxes::-webkit-scrollbar {
        width: 3px;
    }

    .addressboxes::-webkit-scrollbar {
        height: 0px !important;
    }

    .addressboxes::-webkit-scrollbar-thumb {
        background-color: #c3c3c3;
        width: 20px;
        border-radius: 50px;
        height: 100px;
    }

    .addressboxes::-webkit-scrollbar-track {
        background-color: rgb(233 233 233 / 44%);
    }

.activealphabet {
    color: #1889c3;
    font-size: 16px;
    font-weight: bold;
}


.bgforsidecontent {
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3) !important;
}



.carousel-indicatorsnew li {
    background-color: #ffffff91;
    width: 43px;
    height: 2px;
    margin: 0px 10px;
}

    .carousel-indicatorsnew li.active {
        background-color: white;
        width: 43px;
        height: 2px;
        margin: 0px 10px;
    }

.advertiseimg {
    width: 100%;
    height: 485px;
    object-fit: cover;
}



.bgforsidecontentneww {
    background-image: url('../img/welcomeimg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
    background-color: white;
    background-size: cover;
}

#PMemberName {
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
}

#PMemberAssociation {
    font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
}

.divAssoicationbox {
    height: 224px;
    overflow: scroll;
}


    .divAssoicationbox::-webkit-scrollbar {
        width: 3px;
    }

    .divAssoicationbox::-webkit-scrollbar {
        height: 0px !important;
    }

    .divAssoicationbox::-webkit-scrollbar-thumb {
        background-color: #c3c3c3;
        width: 20px;
        border-radius: 50px;
        height: 100px;
    }

    .divAssoicationbox::-webkit-scrollbar-track {
        background-color: rgb(233 233 233 / 44%);
    }

a#lnkResponseMessage {
    cursor: pointer;
}

    a#lnkResponseMessage:hover {
        color: white !important;
    }

.loginsideboxnew {
    width: 330px;
    height: 400px;
    padding: 0px;
    position: relative;
}


.labalecontactlogin {
    color: black;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.logininput {
    font-size: 13px;
}

.mainbottomloginbg {
    position: absolute;
    bottom: 0;
    margin: 0px 10px;
}

    .mainbottomloginbg img {
        width: 100%;
    }

.vertical-menu {
    width: 300px;
    z-index: 1001;
    background-color: #F5FAFD;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0px;
    padding: 20px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 300px;
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border-bottom: 1px solid #80808021;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 calc(24px / 2) 0 0;
}

.main-content {
    margin-left: 300px;
    overflow: hidden;
}

.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2);
}

p.totalcounttext {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 1;
    font-weight: 500;
    color: #1889c3;
}

p.nametitilecount {
    font-size: 14px;
    color: black;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1;
}

.maincountbox img {
    width: 100%;
}

.mainimgcount {
    width: 62px;
}

.mainsidebarlogo {
    height: 50px;
    border-bottom: 2px solid #1889c3;
}

    .mainsidebarlogo .imgnari {
        width: 114px;
        object-fit: cover;
    }

.mainheadersubtextmain {
    margin-bottom: 4px;
}

.mainheadersubtext {
    font-size: 13px;
    margin-bottom: 0px;
    color: gray;
}

.maintitileeditcommon {
    color: #1889c3;
    font-size: 15px;
    font-weight: 500;
}

.maincontenteditabout img {
    width: 100% !important;
    height: 376px !important;
    object-fit: cover !important;
}


.mainmabox {
    display: flex;
    border: 1px solid #8080805e;
    border-radius: 5px;
}

.mainmalogo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-right: 1px solid #d0d0d0;
}

    .mainmalogo img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }



.mainmadescription {
    display: flex;
    align-items: center;
    padding: 10px;
}

    .mainmadescription p {
        margin-bottom: 0px;
        font-size: 13px;
        font-weight: 600;
        color: black;
    }

.mainmaiconbox {
    padding: 10px 14px;
    background-color: #1889c3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 0px 5px 5px 0px;
}

.stickadverisement {
    position: sticky;
    top: 94px;
}

.wetheredit {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

    .wetheredit img {
        width: 32px;
        margin-left: -9px;
    }

.wethertemptext {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}

    .wethertemptext sup {
        vertical-align: text-top;
        font-size: 17px;
    }

p.whethercityname {
    font-size: 13px;
    margin-bottom: 0px;
}

p.whetherstatus {
    font-size: 13px;
    color: gray;
    margin-bottom: 0px;
}

.cardnew {
    border: 0;
    border-radius: 10px;
}


.mainmenuclosediv {
    padding-right: 19px;
}

.mainsmalliconedit {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1889c3;
    padding: 13px;
    margin-top: -8px;
    margin-right: 10px;
    margin-bottom: -8px;
}

    .mainsmalliconedit img {
        width: 37px;
    }

.mainsmalliconedit {
    display: none;
}

.mainmenuclosediv {
    display: none;
}

@media (min-width:320px) and (max-width:1023px) {
    .mainsmalliconedit {
        display: block;
    }

    .mainmenuclosediv {
        display: block;
    }

    .page-topbar {
        left: 0px !important;
    }

    .vertical-menu {
        display: none;
    }

    .vertical-menunew {
        display: block;
        margin-top: 70px !important;
        overflow-y: scroll;
    }

    .main-content {
        margin-left: 0px;
    }

    .page-contentnew:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00000078;
        z-index: 9;
    }
}

.maindivsidebar .member-box p {
    position: relative;
    padding: 0px 20px;
}

.mainwelcome {
    margin-top: 125px;
}
