/*login signup*/



:root {

    --color1: #31363e;
    --color2: #485462;
    --primary-gradient: linear-gradient(to right, var(--color2), var(--color1))
}

body {
    user-select: none;
}

.hover-item-r:hover {
    color: #a6634d;
}

.characters {
    /*display:flex;*/
    /*flex-wrap:wrap;*/
    /*display:none;*/
    padding: 10px;
}

.characters-sec {
    margin-top: 2%;
}

.dropdown-menu {
    width: 300px;
}

.sub_btn {
    background: var(--primary-gradient);
    color: white;
}

.bar {
    color: white;
    background: var(--primary-gradient);
    padding: 5px;
    margin: 15px 0;
    border-radius: 5px;
    text-align: center;
}


/*add property*/
.upload__btn p {
    margin: 0;
}


.upload__box {
    padding: 10px;
}

.upload__inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all .3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: grey;
    border-color: grey;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}

.upload__btn:hover {
    background-color: unset;
    color: #946658;
    transition: all .3s ease;
}

.upload-box {
    margin-bottom: 10px;
}

.tag {
    text-align: center;
    padding: 20px 40px;
    max-width: max-content;
    margin: 20px auto;
}

.tag span {
    color: white;
    text-align: center;
}

.red p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.total-cities-count {
    margin: 0 auto;
    position: absolute;
    left: 86%;
    top: 5%;
    z-index: 2;
    margin-top: 3px;
    font-weight: bold;
}

@media (max-width:600px) {
    .total-cities-count {
        left: 83%;
        position: absolute;
        /* top: 0%; */
        /*top: 90%;*/
        margin-top: 26px;
        z-index: 2;
    }


.alpha-sizes {
    font-size: 14px;
    font-weight: 400;
}


    .alpha-sizes {
        font-size: 10px;
        font-weight: 400;
    }

}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 125px;
    padding: 0 5px;
    margin-bottom: 10px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}



.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

/*header*/
.bg-golden {
    background-color: #485462;
}

.nav1 {
    height: 105px;
    /*background-color: white;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 0px 8px 0px 8px;*/
    padding-left:8px;

}

.nav1 .logo {
    font-size: 30px;
    color: black;
    font-weight: 600;
}

.nav1 ul {
    display: flex;
    list-style: none;
}

.nav1 ul li {
    margin: 0 1px;
}

.nav1 ul li a {
    color: grey;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav1 ul li a:hover,
.nav1 ul li a.active {
    /*color: #485462;*/
    color: #485462 !important;
    background-color: #fff;

}

.menu-btn svg {
    font-size: 22px;
    cursor: pointer;
    display: none;
    color: #fff !important;
    height: 20px;
    width: 20px;
}

#click {
    display: none;
}

.nav1 ul hr {
    display: none;
}

.urdu {
    position: absolute;
    margin-top: 55px;
    left: 95%;
    background-color: #485462;
    padding: 5px 10px;
    border-radius: 5px;

}

.urdu a {
    color: white;
}

.logo img {
    height: 80px;
    width: 200px;
    object-fit: contain;
}

.slogan {
    position: absolute;
    top: 70%;
    color: #485462;
    left: 42%;
    font-size: 20px;
}

.search-box {
    display: block;
    width:100%;
}


.main-pp {
    display: flex;
    box-shadow: 1px 1px 15px 1px #888888;
    display: none;
}

.xx {
    width: 27%;
    /* border: 2px solid black; */
    background-color: #485462;
    text-align: center;
}

.xx button {
    background-color: black;
    color: white;
    border: 0px;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
}

.xx button:hover {
    box-shadow: 0px 0px 20px 7px #888888;
}

.yy {
    width: 73%;
    /* border: 2px solid black; */
    TEXT-ALIGN: center;
    font-size: 11px;
}

.yy p {
    border: 2px solid #485462;
    border-radius: 5px;
    margin: -2px auto;
    color: black;
}

.yy p1 {
    border: 2px solid #485462;
    border-radius: 5px;
    margin: 0 auto;
    width: 35%;
    font-weight: bold;
}

.yy span {
    font-size: 8px;
    margin-top: 10px;
    display: inline-block;
    padding: 5px;
}

.click {
    margin-top: 85%;
}

.r-round {
    display: flex;
}

.round1 {
    background-color: black;
    /* Green */
    border: none;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 26px 1px;
    cursor: pointer;
    border-radius: 30px;
    height: 20%;
}

.round1:hover {
    background-color: #485462;
}

.line-bottom hr {
    height: 1px;
    border: none;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #485462));
}

a:link {
    text-decoration: none;
}

.legal {
    background: black !important;
    color: white !important;
    border-radius: 20px !important;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}


@media(max-width: 1040px) {

   


    .nav1 ul {
        position: fixed;
        top: 100px;
        left: -110%;
        background-color: white;
        height: 100vh;
        width: 110%;
        display: block;
        text-align: center;
        transition: all 0.3s ease;

    }

    #click:checked~.menu-btn i:before {
        content: "\f0c9";

    }

    #click:checked~ul {
        left: -10%;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);

    }

    .nav1 ul li a {
        color: grey;
        font-size: 15px;
        display: block;
    }

    .nav1 ul li {
        margin-top: 5px;
    }

    .nav1 ul li a:hover,
    .nav1 ul li a.active {
        color: grey;
        background: none;

    }

    .nav1 .menu-btn i {
        display: block;
        right: 5%;
       
        position: absolute;
    }

    .nav1 .logo {
        font-size: 22px;
        font-weight: 600
    }

    .nav1 ul hr {
        display: block;
        margin: 0;
    }

    .fa-bars:before {
        color: rgb(255, 255, 255);
    }

    .urdu {
        position: absolute;
        left: 87%;
        background: none;
        margin-bottom: 10px;
    }

    .logo span {
        padding: 4px;
    }

    .logo img {
        height: 92px;
        width: 170px;
    }

    .tag_line {
        padding: 15px 0 0 10px;
    }

    .slogan {
        position: absolute;
        top: 58%;
        color: #485462;
        left: 8%;
        font-size: 11px;
    }

    .close_btn {
        font-size: 16px;
        font-weight: 400;
        background: #485462;
        padding: 6px;
        color: white;
        border-radius: 5px;
    }

    .search-box {
        display: block;
        width: 85%;
       
        margin: 5px auto;
    }

   .search-input {
        width: 67%;
        padding: 10px;
        border: 2px solid grey;
        border-radius: 10px 0 0 10px;
        border-right: none;
        outline: none;
        font-size: 20px;
        height: 43px;
        color: grey;
        background: white;
    }

    .search-button  {
        text-align: center;
        height: 43px;
        width: 42px;
        outline: none;
        cursor: pointer;
        border: 2px solid grey;
        border-radius: 0 10px 10px 0;
        border-left: none;
        background: none;
        font-size: 20px;
        border-left: 1px solid grey;
    }


}

@media(min-width: 940px) {
    .close_btn {
        display: none;
    }


}

/*footer*/

.text1 {
    text-color: white;

}

.text1 li a {
    color: white;

}

/*.footer_icon{*/
/*    display:flex;*/
/*}*/
/*           .footer_icon .fa2{*/
/*                      padding: 0; */
/*font-size: 20px; */

/*color:white;*/
/*text-align:left;*/
/*margin: 0; */
/*border-radius: 50%;*/
/*width:40px;*/
/*height:40px;*/
/*line-height:2;*/
/*           }*/
.foot_web_link li {
    padding-left: 10px;
}

/*.foot_data{*/

/*    background: #485462 !important;*/

/*}*/
.visitor_data p {
    margin: 0rem;
    font-size: 12px;

}

.visitor_data p ul {
    list-style-type: circle;

}

.visitor_data p {
    color: gray;
    margin-top: -6px;
}

.row.container-fluid.text-uppercase.pt-3.pb-3 {
    margin-top: 10px;
}

.part1,
h5 {
    margin-top: 10px;
}

.ft_bottom hr {
    background: url('public/footer_img/jugnu.png') no-repeat top center;
    background-size: 46px 46px;
    display: block;
    height: 52px;
    border: 0;
    position: relative;
    background-position: 50%;
    background-color: white;

}

.ft_bottom hr:before,
.ft_bottom hr:after {
    content: '';
    display: block;
    position: absolute;
    background: black;
    height: 2px;
    top: 50px;
}

.ft_bottom hr:before {
    left: -70px;
    right: 50%;
    margin-right: -20px;
}

.ft_bottom hr:after {
    right: 0;
    left: 50%;
    margin-left: 20px;
}

.ft_bottom {
    width: 100%;
}

/*all property*/
.q {
    text-align: center;
}

.w a {
    margin: 10px;
}

.card p {
    margin-bottom: 0rem;

}

.card-title {
    margin-bottom: -1.25rem;
    display: inline !important;
}

.checked {
    color: grey;
}

#n_city a {
    text-decoration: none;
}

@media screen and (max-width: 760px) {
    .hide-mobile {
        display: none;
    }

    .characters-sec {
        margin-top: 0%;
    }

}

@media screen and (min-width: 760px) {
    .hide-desktop {
        display: none;
    }
}

/*home*/

.shade {
    background-image: linear-gradient(130deg, #fff 0%, #ddd 85%, #909f90 100%);
}

.ac {
    width: 90px;
    bottom: 90px;
    position: absolute;
}

.transaction_type {
    color: black;
}

.transaction_type:hover {
    color: black;
    text-decoration: none;
}

/*search css*/
/* .container1 {
    width: 852px;
    margin: 0 auto;
    padding: 16px;
} */

.instant_property_discription {
    color: #666666 !important;
}

.wrapper {
    color: white;
    margin: 8px 0;
}

.wrapper h5 {
    font-size: 21px;
    color: black;
}

.search-container {
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

.inp {

    min-width: 20px;
    padding: 8px;
    border: .5px solid #666;
    height: 45px;
    border-radius: 0px;
    width: 100%;
}

.inp1 {
    width: 100%;
    padding: 11px;
    margin: 5px;
}

.button1 {
    padding: 0px 16px;
    min-height: 30px;
    min-width: 10px;
    word-wrap: nowrap;
    background: #485462;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;

}

input {
    order: 0;
    align-self: auto;
}

.search {
    flex: 2 1 auto;
}

.date-from {
    flex: 1 1 auto;
}


.date-to {
    flex: 1 1 auto;
}

.button1 {
    order: 4;
    flex: 0 1 auto;
    align-self: auto;

}

.card1 i {
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #485462;
    padding: 12px 37px 12px 14px;
    color: #485462;
    width: 42px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.card1 h6 {
    height: 30px;
    font-size: 13px;

}

.q {
    text-align: center;
}

.a .card1 {
    border: 0px solid;
    text-align: center;
}

.card1 a {
    color: black;
}

.cat-sub-nav {
    border: 0px solid rgba(0, 0, 0, .12);
    background: rgb(253, 255, 253);
    /*padding: 0px 15px 10px 0;*/

    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: flex;
    z-index: 1;
    cursor: grab;
    cursor: -o-grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    padding-bottom: 5px;

}

.cat-sub-nav::-webkit-scrollbar {
    display: none;
}

.cat-sub-nav ul {
    margin: 0;
    display: flex;
    -webkit-padding-start: 0px;


    padding-top: 0px;
}

.cat-sub-nav .card {
    margin: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

ul {
    list-style: none;
}

.nav-item img {
    width: 273px;
    height: 150px;

}

li .card-footer {
    text-align: center;
    padding: 0rem 1rem;
    font-size: 15px;
}

.card-footer h6 {
    margin-bottom: 0;

}

.card-footer p {
    margin-bottom: 0;
    font-size: 12px;
}

.card-footer p .foot {
    font-weight: 400;
    font-size: 14px;
    color: black;
}

.card-btn {

    margin-top: 10px;
    border-radius: 10px;
    padding: 5px 0;
    background: white;
    width: 100%;
}

.square {
    height: 12px;
    width: 12px;
    margin: 5px;

}

.squ {
    display: flex;
    justify-content: center;
}

.nav-item1 img {
    width: 219px;
    height: 120px;
    position: relative;
    text-align: center;
    color: white;

}

.bottom-right {
    position: absolute;
    bottom: 50px;
    left: 10px;
    border-radius: 10%;
    color: #fff !important;
    padding: 7px 10px;
    background: #485462;
    ;
    border: 0px !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.h4title-height {
    display: inline-block !important;
    font-size: 18px !important;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px !important;
    object-fit: contain;
}

main {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: flex !important;
    z-index: 1;
    cursor: grab;
    cursor: -o-grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.date {
    margin-right: 10px;

}

main::-webkit-scrollbar {
    display: none;
}

main section {
    padding: 3px;
}

.crad-city .city-button-list {
    padding: 10px 0;
    overflow-x: auto;
}

.crad-city .city-button-list::-webkit-scrollbar {
    display: none;
}

.crad-city .city-button-list button {

    padding: 10px;
    margin-left: 5px;
    border-radius: 10px;
    background-color: white;
    color: black;
    cursor: pointer;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

#banks .active {
    background-color: #946658;
    color: white;
}

.nav-item2 img {
    width: 270px;
    height: 200px;
}

.card-png .card {
    border: 0px;
    text-align: center;


}

.card-png .card img {
    margin: auto;
}

.city_sec {
    /* background-color: #a6634d; */
    /* height: 200px; */
}


.city_sec .nav-item3 img {
    width: 128px;
    height: 80px;
}

.city_sec .card {
    width: 130px;

}

.dc_card {

    text-align: center;
    color: black;
}

.dc_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: grey;
}

.autho_1 .span {
    background-color: #485462;
    padding: 5px;
}

.autho_1 .span1 {
    background-color: grey;
    padding: 5px;

}

.authori {
    flex-flow: row wrap;
}

.authr {
    text-decoration: underline;
    color: #666666;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin: 5px 3px;
    border-radius: 5px;
    background-color: white;
    padding: 1%;
}

.authr:hover {
    color: black;
    background-color: #fff;
    text-decoration: none;
}

.authr3 {
    background-color: white;
    color: black;
    padding: 5px;
    display: inline-block;
    margin: 2px 2px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.authr3:hover {
    color: #485462;
}

.dc_centered1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    color: grey;
}

.checked {
    color: black;
}

.bar {
    height: 35px;
    background-color: #485462;
    ;
    justify-content: space-between;
}

.bar select {
    background-color: #485462;
    color: white;
    border: none;
}

.bar select:focus {
    outline: none !important;

}

.reel .card img {
    border-radius: 10px;
}

.reel .card iframe {
    border-radius: 10px;
}

.add_btn a {
    background: #485462;
    color: white;

}

.public_review a {
    margin-right: 10px;
    background-color: #485462;
    ;
    padding: 7px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.public_review a:hover {
    color: #fff !important;
}

.prop_head {
    background-color: grey;
    border-radius: 5px;
    padding: 8px 0;
    color: white;
    font-size: 18px;
}

.search_btn_mobile {
    display: none;
}

.aa {
    width: 16%;
    border-right: 0px;
    padding: 10px;
    background-color: white;
}

.bb {
    width: 100%;
    border-left: 0px;
    padding-left: 1px;
}

.bb:focus {
    outline: none;
}

.aa:focus {
    outline: none;
}

.foot_star h6 {
    color: white;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
}

.finder {
    background-image: linear-gradient(#3b5167, #485462);
    color: white;
    border-radius: 30px;
    padding: 20px;
}

.a1 {
    color: black;
}

.foot_star h5 {
    margin-bottom: 0rem;
    font-weight: 600;
}

.findertext {
    font-size: 13px;
    text-align: center;
}

.finderimg {
    width: 8em;
    position: absolute;
    top: 7%;
    right: 2%;
}



.realiter hr {
    margin: 0rem;

}

#word,
#word1 {
    display: none;
}

.span-flex {
    margin: 2px;
    display: inline-block;
}

.css-13xl0zn {
    flex-grow: 1;
    border: 2px solid black;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 12px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 3%) 0px 4px 14px;
    border-radius: 8px;
    width: 50%;
    height: 62px;
    padding: 3px 6px;
}

/* Modal Content */
.modal-content {

    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 100%;
    width: 100%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.numbertext {
    color: #fff;
    font-size: 10px;
    padding: 5px 7px;
    position: absolute;
    top: -10px;
    right: 10px;
   
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#946658 ;
}


.numbertext1 {
    color: black;
    font-size: 10px;
    padding: 5px 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 4px;
    background-color: #ffdab9  !important;
}

.bar1 {
    background-color: #485462;
    height: 5px;
}

#buy_pro:focus {
    box-shadow: 1px 2px 10px 2px #485462;
}

#rent_pro:focus {
    box-shadow: 1px 2px 10px 2px black;
}

.date {
    position: absolute;
    top: 125px;
    left: 2%;
    color: white;
    background-color: black;
    border-radius: 4px;
    border-width: 44px;
    font-weight: 100;
    padding: 1px;

}

.status {
    position: absolute;
    top: 4px;
    right: 2%;
    color: white;
    background-color: black;
    border-radius: 6px;
    border-width: 44px;
    font-weight: 100;
    padding: 1px;

}

#button_top {
    display: inline-block;
    background-color: red;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .5s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button_top:hover {
    cursor: pointer;
}

#button_top:active {
    background-color: #555;
}

#button_top.show {
    opacity: 1;
    visibility: visible;
}

.back_btn {
    position: absolute;
    bottom: 5%;
    right: 3%;
    z-index: 1000;
    background: #485462;
    color: white;
    padding: 8px 15px;
    border-radius: 7px;
    border: none;
}

.ser_btn5 {
    background-color:#485462;
    /* background-image: url('./home_image/gold.jpg') !important; */
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border: 0px;
    padding: 5px 0;
    width: 60px;
    text-align: center;
    border-radius: 5px;
}

.ser_btn6 {
    background-color: #317AAF;
    color: white;
    border: 0px;
    padding: 5px 0;
    width: 60px;
    text-align: center;
    border-radius: 5px;
}

.ser-select {
    display: flex;
}

.price-select {
    display: flex;
}

#pro_status {
    width: 45%;
}

.justify-content-center {
    display: flex;
    margin: 5px;

}

.ser-instant {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    display: none !important;
}

.header {
    background-image: url('../public/images/header-bg-image.jpeg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}


@media screen and (max-width: 760px) {
    .hide-on-mobile {
        display: none !important;
    }

    .dc_centered1 {

        font-size: 25px;

    }

    .finderimg {
        width: 123px;
        font-size: 40px;
        top: 6%;
    }

    .finder {
        width: 100%;
    }

    .findertext {
        font-size: 13px;
        text-align: center;
    }

    .finderimg {
        display: none !important;
    }

    .finder h3 {
        font-size: 24px !important;
    }

    .findertext {
        font-size: 14px !important;
    }

    .bar {
        padding: 0 5px 0 5px;
    }

    .container1 {
        width: 100%;
    }

    .search-container {
        flex-direction: column;
        align-items: center;
    }

    .inp {
        width: 100%;
    }

    .button1 {
        margin-top: 10px;

    }

    .add_btn {
        width: 75%;
        background: #485462;
        border-radius: 5px;
        height: 50px;
        margin: auto;

    }

    .add_btn a {
        padding: 10px 0;
        text-decoration: underline;
    }

    .inp {
        margin-top: 10px;
    }

    #pro_status {
        display: none;
    }

    .search_btn_mobile {
        display: block;
        display: flex;

    }

    .ser_btn {
        border: 0px;
        background-color: white;
        color: #485462;
        padding: 5px 0;
        width: 60px;
        text-align: center;
        border-radius: 5px
    }

    .ser_btn1 {
        border: 0px;
        background-color: black;
        color: white;
        padding: 5px 0;
        width: 60px;
        text-align: center;
        border-radius: 5px;


    }

    .ser_btn5 {

        color: white;
        border: 0px;
        padding: 5px 0;
        width: 60px;
        text-align: center;
        border-radius: 5px;
    }

    .text-right,
    a {
        text-decoration: revert;
        padding-bottom: 5px;
    }

    .ser_btn6:hover {
        /*background-color:gray;*/

    }

    .ser_btn6 {
        background-color: #317AAF;
        color: white;
        border: 0px;
        padding: 5px 0;
        width: 60px;
        text-align: center;
        border-radius: 5px;
    }

    /*#city_b{*/
    /*    color:white;*/
    /*        background-color: #485462;*/

    /*            margin: 0 auto;*/
    /*             padding: 1px;*/
    /*           }*/
    /*.search_btn_mobile1 .active { background-color:#485462;*/
    /*color:white;*/

    /*}*/

    .search_btn_mobile2 .active {
        background-color: #485462;
        color: white;
        display: flex;
        justify-content: center;
    }

    .search_btn_mobile2.justify-content-center {
        color: white;
        display: flex;
        justify-content: center;
        margin: 10px;
    }

    .search_btn_mobile2 {
        margin-left: 10px;
    }

    .search_btn_mobile2 .ser_btn5 {
        margin-left: 5px;
    }

    .search_btn_mobile2.ser_btn6 {
        margin-right: 5px;
    }

    .ser_btn_buy {
        margin-right: 5px;
    }

    .ser_btn_rent {}

    .aa {
        width: 12%;

    }


    .bb {
        width: 88%;

    }

    #word,
    #word1 {
        display: block;
    }

    /* .ser-select {
        display: block;
    } */

    .price-select {
        display: block;
    }

    .ser-instant {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

}


@media screen and (min-width: 760px) {
    .hide-on-desktop {
        display: none;
    }

    .ac {
        width: 90px;
        bottom: 80px;
        position: absolute;
    }

    .card-head,
    a2 {
        font-size: 15px;
    }


}

/*contact us */

.contact-info li {
    list-style: none;
}

.contact-info li i {
    padding-right: 20px;
}

.error {
    color: #485462;
}

@media screen and (max-width: 760px) {
    .top-space {
        margin-top: -15px !important;
    }

    .top-side {
        margin-top: -15px !important;
    }

    /*     .foot_data {*/
    /*    background: #485462 !important;*/
    /*}*/
}


/*Azfar Css*/
.right_first_div {
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    font-family: 'Poppins';
}

.legal_service_block {
    padding-bottom: 10px;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}

.price-button {
    max-width: 33% !important;
    min-width: 33% !important;
    width: 100% !important;
    margin: 0;
}

input.price-button {
    outline: none !important;
}

.ser-select {
    flex-wrap: wrap !important;
}

.footer-logo-container {
    position: relative;
    height: 80px;
}

.footer-icon {
    position: absolute;
    right: 200px;
}

.city_name {
    height: 40px;
    width: 200px !important;
    border-radius: 5px;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.city_name option {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.link-container {
    padding: 10px 20px;
    background-color: #485462;
    ;
    margin-top: 11px;
}

.link-container a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-decoration: none !important;
    margin-bottom: 5px !important;
}

.link-container a p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px !important;
}

.sidebar-heading {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.left {
    left: 0 !important;
}

.wrapper-heading {
    color: #317AAF !important;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px !important;
}

.web-tour-button {
    background-image: url('./home_image/') !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
    border: none !important;
    font-size: 14px !important;
}

.overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.3;
    z-index: 99;
    display: none;
}

.add-button-container {
    max-width: max-content;
    margin: 20px auto !important;
}

.add-button-container button {
    min-width: 80px !important;
}

.date {
    padding: 3px 5px !important;
    background: #485462 !important;
    color: #fff !important;
}

.student {
    position: relative;
    text-align: center;
}

.student-container {
    padding: 50px 0px;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

.student-heading {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #485462;
}

.student-bottom-heading {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.section-heading {
    
    color: #317AAF;
    max-width: max-content;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding-bottom: 5px;
    position: relative;
    padding-bottom: 0px !important;
    text-transform: uppercase !important;
    margin-left:16px;
}

.section-heading::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    height: 10px;
    width: 10px;
    background:#946658;
}

.section-heading::after {
    content: "";
    position: absolute;
    left: -20px;
    right: 0;
    bottom: -1px;
    height: 2px;
    /*background: #a6634d;*/
}

.slider-bold-span {
    color: #191919 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.slider-sub-heading {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.slider-heading {
    font-size: 18px !important;
    font-weight: 500;
}

.more-detail-link {
    color: #a6634d !important;
}

.social-icon {
    height: 15px;
    width: 15px;
    object-fit: contain;
}

.social-list-main {
    display: flex;
    align-items: center;
}

.social-list-main .social-link {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50% !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 10px;
}

.sidebar-close-main {
    height: 12px;
    width: 12px;
    margin: 20px;
    margin-left: auto;
    cursor: pointer;
    line-height: 0px;
}

.sidebar-close-main .close-icon {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.hide {
    display: block !important;
}

.btn-outline-danger {
    border-color: #a6634d !important;
    color: #a6634d !important;
}

.btn-outline-danger:hover {
    background-color: #a6634d !important;
    color: #fff !important;
}

.more-city-button {
    padding: 5px 20px;
    /* background-image: url('./home_image/gold.jpg') !important; */
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
    border-radius: 5px;
    margin-top: 15px;
}

.city-input {
    padding: 3px 10px !important;
    font-size: 14px !important;
    border: 1px solid #666 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px;
}

.characters-sec {
    margin-right: 10px;
}

.characters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.footer {
    background-image: url('../public/images/footer-background-01.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.card-footer a {
    color: #946658 !important;
}

.responsive-logo {
    display: none !important;
}

.page-main {
    height: 100vh;
    width: 100%;
}

.welcome-bg-image {
    height: 100%;
    width: 100%;
    object-fit: fill;

}

.link-main {}

.wblink {
    position: absolute;
    top: 40px;
    right: 40px;
    height: 80px;
    width: 80px;
    display: block;
    background-color: #485462;
}

.welcome-bg-image {
    display: none !important;
}

.welcome-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.sale-button {
    /* background: linear-gradient(to bottom, #D4AF37 0%, #C5A028 100%); */
    /* box-shadow:none !important; */
    /* background-image: url('./home_image/gold.jpg') !important; */
    background-repeat: no-repeat;
    background-size: cover;
}


.block-main {
    max-width: 600px;
    margin: 0 auto;
}

.video-block-colmun {
    margin-bottom: 15px;
}

.block-main .video-block {
    padding: 15px;
    /* background: #636059; */
    border: 1px solid #485462;
    /* border-radius: 5px; */
    text-align: center;
    height: 100%;
    border-radius: 5px;

}

.block-main .video-block .video-icon {
    height: 30px;
    width: 30px;
    margin: 0 auto 10px;
}

.block-main .video-block .video-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.video-content .video-heading {
    color: #485462;
    font-size: 18px;
    font-weight: 600;
}

.video-bottom-container {
    margin: 10px 0px;
}

.video-bottom-paragraph {
    font-size: 14px;
    text-align: center;
    text-align: justify;
}

.interviews-heading {
    color: #485462;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.intervies-sub-heading {
    color: #485462;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}

.intervies-paragraph {
    font-size: 14px;
}

.interviews-block {
    /* border-radius: 5px; */
}

.interview-comun {
    padding: 5px;
}

.footer-top-content {
    margin-bottom: 20px;
}

.footer-top-content p {
    font-size: 12px;
    margin-bottom: 5px;
    text-decoration: underline;
}

.h4title-height{
    min-height: 65px;
}
.prev, .next{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:992px) {
    .price-button {
        max-width: 50% !important;
        min-width: 50% !important;
        margin: 0px !important;
        text-align: left !important;
    }

    .menu-btn svg {
        display: block !important;
    }
}

@media (max-width:600px) {

    .crad-city .city-button-list button {
        font-size: 14px;
        margin-right: 10px;
    }

   
    .block-image {
        height: 100% !important;
    }

    .footer-icon {
        right: 100px !important;
    }

    .tag {
        padding: 15px 20px;
        margin: 15px auto;
        max-width: 100% !important;
    }

    .red p {
        font-size: 16px;
    }

    .link-container a {
        max-width: max-content;
    }

    .link-container a p {
        font-size: 10px !important;
    }

    .public_review a {
        padding: 7px 2px !important;
        font-size: 12px !important;
        min-width: 125px;
        text-align: center;
    }

    .card1 h6 {
        font-size: 14px !important;
    }

    .card-btn h6 {
        font-size: 12px !important;
    }

    .wrapper-heading {
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    .authori .authr {
        font-size: 12px !important;
        font-weight: 300 !important;
        min-width: 70px;
        text-align: center;
    }

    .my_button {
        font-size: 12px !important;
        font-weight: 300 !important;
        padding: 5px 5px !important;
        margin: 0px 5px 5px 0px !important;
        min-width: 79px !important;
    }

    /* #city_pro{
        justify-content: center;
    } */
    #city_pro .card {
        width: 100% !important;
    }

    .city_name {
        width: 150px !important;
        font-size: 14px !important;
    }

    .dc_centered1 {
        font-size: 16px !important;
    }

    .card-text {
        font-size: 12px;
    }

    .responsive-padding-none {
        padding: 0px !important;
    }

    .header .header-list li a {
        color: #485462 !important;
    }


    .student-container {
        padding: 50px 0px;
        max-width: 450px;
    }

    .student-heading {
        font-size: 18px;
        font-weight: 500;
    }

    .student-bottom-heading {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .section-heading {
        
        font-size: 16px !important;
        padding-bottom: 5px;
        margin-left: 16px !important;
        position: relative;
    }

    .section-heading::before {
        content: "";
        position: absolute;
        left: -20px;
        top: 5px;
        height: 10px;
        width: 10px;
    }

    .price-button {
        max-width: 50% !important;
        margin: 0 auto 0px !important;
        display: inline-block !important;
        font-size: 12px !important;
        float: left;
    }

    .price-button:nth-child(1) {
        border-right: 0px !important;
        border-bottom: 0px !important;
    }

    .price-button:nth-child(2) {
        border-bottom: 0px !important;
    }

    .price-button:nth-child(3) {
        border-right: 0px !important;
        border-bottom: 0px !important;

    }

    .price-button:nth-child(4) {
        border-bottom: 0px !important;

    }

    .price-button:nth-child(5) {
        border-right: 0px !important;
    }

    .ser-select {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .responsive-block {
        max-width: 33% !important;
        padding: 0px 5px !important;
    }

    /* .responsive-block .card-btn {
        border: 1px !important;
        box-shadow: none !important;

    } */

    .button-icon-container img {
        height: 20px !important;
        width: 20px !important;
    }

    .responsive-block .card-btn h6 {
        font-size: 11px !important;
        text-align: center;
        text-transform: capitalize !important;
        margin-bottom: 0px !important;
    }

    .hover-dropdown li a {
        font-size: 12px !important;
    }

    .instant_property_discription {
        text-align: justify !important;
        font-size: 13px !important;
    }

    .card1 i {
        font-size: 18px;
        padding: 12px 31px 12px 10px;
        width: 21px;
    }

    .ser-select {
        display: unset !important;
    }

    .add-button-container {
        margin: 20px auto 0px !important;
        display: inline-block !important;
        max-width: 100%;
    }

    .partner-block {
        width: 33% !important;
        margin-bottom: 20px !important;
    }

    .slider-heading {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .partner-block .card-img-top {
        width: 30px !important;
    }

    .card.shadow-lg .card-img-top {
        height: 120px;
        width: 100% !important;
        display: inline-block;
        object-fit: cover;
    }

    .partner-block {
        padding: 5px !important;
    }

    .bg-image {
        display: none;
    }

    .city-search-main {
        margin: 20px 0px;
        width: 100%;
    }

    .city-search-main .city-input {
        width: 100%;
    }

    .menu-btn svg {
        display: block !important;
    }

    /* .responsive-logo{
        display: block !important;
    }
    .navbar-logo{
        display: none !important;
    } */
    /* .nav1 {
        padding-left: 0px !important;
    } */

    .logo img {
        height: auto !important;
        width: 82px !important;
        object-fit: contain !important;
        margin-left: 10px;
    }

    .decstop-bg-image {
        display: none !important;
    }

    .welcome-bg-image {
        display: block !important;
        object-fit: fill !important;
    }

    .wblink {
        top: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
    }

    .video-block-colmun {
        max-width: 33% !important;
        padding: 5px;
    }

    .video-content .video-heading {
        font-size: 12px;
    }

    .block-main .video-block {
        padding: 10px 5px;

    }

    .block-main .row {
        justify-content: space-between;
    }

    .block-main {
        max-width: 300px;
    }
    .documentation-heading{
        font-size: 10px !important;
    }
    .column-center{
        justify-content: center !important;
    }
    .video-block-colmun {
        margin-bottom: 0px;
    }
    .card-title {
        font-size: 20px;
    }
}