@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

#fullmap {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
}
#map-canvas {
    height: 100%;
    width: 50%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    float: left;
}
#pano {
    float: right;
    height: 100%;
    width: 50%;
    margin: 0px;
    padding: 0px;
    right: 0px;
    position: absolute;
}

.frm-er-msg {
    font-size: 11px;
    color: rgb(210, 0, 0);
    bottom: -18px;
    right: 200px;
}

input.frm-focus {
    border-bottom: 2px solid rgb(14, 49, 90) !important;
}

.frm-error {
    background: rgb(255, 236, 236);
    border-bottom: 2px solid rgb(210, 0, 0) !important;
}

.head {
    height: 72px;
    background: rgb(224, 84, 30);
    z-index: 1;
}

body {
    margin: auto;
    font-family: "Open Sans";
}
.head{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 2;
}
.logo {
    float: left;
    display: flex;
    align-items: center;
    margin-left: 38px;
}

.logo img {
    margin-top: 6px;
    height: 60px;
    width: 60px;
}

.title {
    margin-top: 0px;
    margin-left: 20px;
}

.title{
    display: block;
    width: 197px;
    font-family: "Open Sans";
    font-weight: 700;
    color: white;
    text-decoration: none;
}
.title a{
    color: white;
}
.gop {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.searchbar {
    margin: 10px;
}

.searchbar input {
    font-family: "Open Sans";
    width: 450px;
    height: 35px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    /*! box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px inset; */
    box-sizing: border-box;
    padding: 14px;
}

.searchbar input::placeholder {
    color: black;
}

.icons {
    float: right;
    display: flex;
    gap: 22px;
    margin-right: 42px;
    margin-top: 23px;
}

.home {
    display: flex;
    gap: 4px;
    align-items: center;
}

.cart {
    display: flex;
    gap: 4px;
    align-items: center;
}

.contact {
    display: flex;
    gap: 4px;
    align-items: center;
}

.navigationicon img {
    margin-top: 6px;
    height: 19px;
    width: 19px;
}

.tool_user_info {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.hoarding {
    float: left;
    margin-left: 24px;
}

.hoarding img {
    width: 630px;
    height: 760px;
}

.form {
    float: left;
    margin-left: 100px;
    margin-top: 36px;
}

.form_title {
    font-family: "Open Sans";
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.form_field {
    font-family: "Open Sans";
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgb(224, 84, 30);
}

.form_input {
    margin-top: 5px;
    padding: 14px;
    width: 345px;
    height: 41px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    box-sizing: border-box;
}

.form_div {
    margin-bottom: 30px;
}

.form_forgot_password {
    font-size: 10px;
    color: rgb(224, 84, 30);
    display: block;
}

.forgot_right {
    float: right;
}

.formbutton {
    margin-bottom: 20px;
}

.formbutton a {
    display: block;
    color: white;
    padding: 10px 30px;
    background: rgb(224, 84, 30);
    text-align: center;
    border-radius: 5px;
}

.form_inputs {
    margin-bottom: 30px;
}

.haveaccount {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: rgb(224, 84, 30);
}

.haveaccount a {
    text-decoration: none;
    color: rgb(224, 84, 30);
}

.toast_wrapper {
    padding: 15px;
    left: 5%;
    bottom: 5%;
    border-radius: 8px;
    z-index: 10;
}

.toast-msg {
    margin: 0px 10px;
    max-width: 350px;
}

.toast_cta a {
    padding: 10px;
}

.toast-grn {
    background: rgb(210, 255, 209);
    color: green;
}

.toast-red {
    background: rgb(253, 221, 221);
    color: red;
}
.main_container{
    /* margin-top: 80px; */
    margin: 40px 10px;
}
.order_container{
    margin: 90px 0px;
}
.listings_container{
    margin: 65px 10px;
}
.plocation_container{
    margin: 65px 5px;
}
.profile_container{
    margin: 110px 90px;
}
.sidebar {
    float: left;
    width: 18%;
    margin: 1%;
    padding: 1%;
    border-radius: 2px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
}

.sidebar_title {
    font-size: 16px;
    font-weight: 600;
    color: rgb(224, 84, 30);
}

.sidebar_title1_div {
    margin-bottom: 10px;
}

.sidebar_list1 {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 10px;
}

.sidebar_list1 img {
    width: 44px;
    height: 31px;
    border-radius: 10px;
}

.sidebar_list1_type {
    font-size: 13px;
    font-weight: 500;
    color: rgb(109, 109, 109);
}

.sidebar_title2_div {
    margin-top: 15px;
    margin-bottom: 10px;
}

.sidebar_list2 {
    margin-bottom: 15px;
}

.sidebar_list2 select {
    padding: 6px;
    width: 246px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid rgb(224, 84, 30);
    color: rgb(224, 84, 30);
}

.sidebar_title3_div {
    margin-top: 15px;
    margin-bottom: 10px;
}

.sidebar_list3 {
    display: grid;
}

.list3_type {
    font-size: 13px;
    font-weight: 500;
    color: rgb(120, 120, 120);
}

.xyz {
    line-height: 30px;
}

.listing_search_div {
    /*! margin: 1%; */
    padding: 7px 10px;
    /*! width: 96%; */
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
    margin-bottom: 17px;
    background: #e0541e10;
}

.rightcontainer_div {
    float: right;
    width: 76%;
    margin: 1%;
    border-radius: 2px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px;
}

.select_search {
    width: 590px;
    height: 42px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(109, 109, 109);
    margin: 2% 3%;
    padding: 1%;
    border-style: solid;
    border-color: rgb(193, 193, 193);
}

.items_availability_period {
    display: flex;
    align-items: center;
    margin: 1% 3%;
    padding-top: 1%;
    gap: 4%;
}

.items_availability_period span {
    font-size: 16px;
    font-weight: 400;
    color: rgb(75, 75, 75);
}

.items_availability_period input {
    padding: 10px;
    width: 175px;
    height: 35px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px inset;
    box-sizing: border-box;
}

.items_availability_period a {
    display: block;
    color: white;
    padding: 10px 68px;
    background: rgb(224, 84, 30);
    text-align: center;
    border-radius: 5px;
}

.listing_bottom {
    /*! display: flex; */
    /*! gap: 68%; */
    /*! margin-bottom: 0%; */
}

.sort {
    margin: 1%;
    font-size: 14px;
    font-weight: 400;
    color: rgb(224, 84, 30);
}

.sort select {
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: rgb(224, 84, 30);
    padding: 10px 11px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #999;
}

.vacant_items {
    margin: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    /*! width: 166px; */
    line-height: 35px;
}
.site_location {
    padding: 10px;
}

.image_tile {
    font-size: 14px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px;
    margin: 0px 0px 15px 15px;
    width: 340px;
    float: left;
}



.image_tile_button a {
    display: block;
    color: rgb(224, 84, 30);
    padding: 10px;
    text-align: center;
    text-decoration: none;
    background-color: rgba(224, 84, 30, 0.2);
    border-radius: 0px 0px 5px 5px;
}

.tile_image_div {
    position: relative;
}

.total_pics {
    position: absolute;
    top: 155px;
    right: 20px;
    width: 40px;
    height: 30px;
    border: 1px solid rgb(255, 255, 255);
    background-color: black;
    text-align: center;
    border-radius: 5px;
    color: white;
    opacity: 0.5;
    line-height: 28px;
}

.site_details {
    padding: 0px 10px;
    margin-bottom: 100px;
    min-height: 250px;
}

.site_description {
    margin-bottom: 10px;
}

.site_description span {
    display: inline-block;
    float: left;
}

.label_span {
    font-size: 13px;
    font-weight: 500;
    color: black;
    margin-right: 10px;
    width: 30%;
    display: block;
}

.value_span {
    font-size: 13px;
    font-weight: 400;
    width: 66%;
    color: rgb(0, 0, 0);
}

.sidebar_img {
    width: 100%;
}

.sidebar_img img {
    width: 100%;
    /* height: 200px; */
    border-radius: 5px;
}

.side_image {
    margin: 10px 20px;
    float: left;
    /* padding: 25px; */
    width: 30%;
}

.item_details {
    float: left;
    width: 64%;
    margin: 1%;
    position: relative;
}

.item_title {
    font-size: 25px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.item_location {
    padding: 10px;
}

.item_label {
    font-size: 14px;
    font-weight: 500;
    color: rgb(101, 101, 101);
    margin-right: 10px;
    width: 30%;
    display: block;
}

.item_value {
    font-size: 14px;
    font-weight: 400;
    width: 66%;
    color: rgb(0, 0, 0);
}
.tncs{ margin-bottom: 25px;}
.trmscn span.item_value{ width: 100%;}

.pay_button {
    position: fixed;
    bottom:0px;
    right: 20px;
    background-color: rgb(249, 221, 210);
    border-radius: 5px;
    float: left;
    margin: 1%;
    width: 61.3%;
    padding: 0 15px;
}

.duration_dates {
    float: left;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
    margin: 10px 0px;
}

.duration_dates input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px inset;
    width: 80px;
}

.nou {
    float: left;
    display: flex;
    gap: 1%;
    /*! padding: 0px 7px; */
    align-items: center;
    font-size: 16px;
    font-weight: 800;
    display: grid;
    /*! align-items: normal; */
    margin: 5px;
}
.amt-brkp{
    font-size: 13px;
    font-weight: 400;
    margin-top: 22px;
    line-height: 23px;
}
.amt-brkp p{
    width: 88px;
    color: #666;
}
.amt-brkp span{
}

.nou input {
    margin-bottom: 0px;
    width: 20px;
    height: 20px;
    padding: 10px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px inset;
}

.total_amount {
    /*! float: left; */
    /*! padding-top: 22px; */
    /*! align-items: center; */
    font-size: 16px;
    font-weight: 800;
}

.pay_now {
}

.pay_now a {

    padding: 10px 29px;
    /*! align-items: center; */
    font-size: 16px;
    font-weight: 800;
    background-color: rgb(224, 84, 30);
    border-radius: 5px;
    color: white;
    display:block;
    margin: 25px 0;
}

.popup_overlay{
    background: rgba(0,0,0, 0.6);
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.popup_div{
    margin: 10px auto;
    height:300px;
    width: 500px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background: white;
    border-radius: 8px;
    overflow: hidden;
}
.popup_head{
    width: 100%;
    height: 72px;
    background-color: rgb(224, 84, 30);
    color: white;
}
.popup_title{
    padding:20px;
    align-items: center;
}
.popup_sec_container{
    width: 100%;
    border: 5px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.popup_msg{
    padding:20px;
    height: 120px;
    align-items: center;
    margin-bottom: 10px;
}

.pp_cncbt{
    float: right;
    padding: 10px 20px;
    background-color:#f4ecec;
    text-decoration: none;
    margin-right: 30px;
    color: #7e7979;
    border-radius: 5px;
}
.pp_savebt{
    float: right;
    padding: 10px 20px;
    background-color: rgb(224, 84, 30);
    color: white;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 5px;
}
.invoice_container{
    margin: 80px auto;
    width: 500px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background: white;
    border-radius: 8px;
    overflow: hidden;
}
.invoice_image{
    margin-bottom: 10px;
}
.invoice_image img{
    width: 100%;
}
.invoice_values{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.invoice_button{
    margin-bottom: 20px;
    margin-left: 90px;
}
.invoice_button a{
    padding: 10px 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 800;
    background-color: rgb(224, 84, 30);
    border-radius: 5px;
    color: white;
}
/* .container{
    margin-top: 20px;
    background-color: red;
}
.order_title{
    padding: 20px;
    color: black;
} */

.cntrcntnr{
    width: 84%;
    margin: 0 auto;
    padding: 16px 0;
}
.page-title{
    font-size: 18px;
    color: rgb(224, 84, 30);
    font-weight: 800;
    margin-bottom: 20px;
}
.order-wrap{
    padding: 1%;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px 1px #ddd;
}
.order-dtls{
    float: left;
    margin: 1% 1% 0% 1%;
    width: 14.5%;
    margin-right: 1%;
}
.order-dtls span{
    display: block;
    color: #666;
    float: initial;
    font-size: 12px;
    margin-bottom: 2px;
}
.order-dtls p{
    display: block;
    color: #000;
    font-weight: 600;
    float: initial;
}
.order-dtls p a{
    color: rgb(224, 84, 30);
}


.profile_title{
    margin: 20px 30px;
    font-size: 18px;
    color: rgb(224, 84, 30);
    font-weight: 800;
    margin-bottom: 20px;
}
.values{
    display: flex;
}
.profile_content{
    margin: 10px 30px;
}
.label_spans {
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin-right: 10px;
    width: 30%;
    display: block;
    margin-bottom: 25px;
}

.value_spans{
    font-size: 16px;
    font-weight: 400;
    width: 66%;
    color: rgb(0, 0, 0);
}

.profile_edit_button{
    margin-bottom: 20px;
    margin: 30px 425px;
}
.profile_edit_button a{
    padding: 10px 35px;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    background-color: rgb(224, 84, 30);
    border-radius: 5px;
    color: white;
}
.edit_form {
    float: left;
    margin-left: 30px;
    margin-bottom: 35px;
}
.container{
    margin: 115px 90px;
    margin-bottom: 10px;
}
.ctc_container{
    margin:75px 10px;
}
.ctc_location{
    float: left;
    width: 40%;
}
.ctc_location iframe{
    border-radius: 10px;
}
.ctc_details{
    float: left;
    width: 58%;
    margin: 0px 5px;
    border-radius: 10px;
    background-color: rgb(224, 84, 30);
}
.ctc_label{
    font-size: 20px;
    font-weight: 400;
    color:white;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 40px;
}
.ctc_value{
    font-size: 16px;
    font-weight: 400;
    color:white;
    margin-left: 40px;
    margin-bottom: 30px;
}
.ctc_details textarea{
    border-radius: 10px;
    overflow: hidden;
    width: 50%;
    padding: 10px;
    color: rgb(224, 84, 30);
}
.ctc_button{
    margin-left: 40px;
    margin-right: 390px;
    margin-bottom: 20px;
}
.ctc_button a{
    display: block;
    text-decoration: none;
    background-color: white;
    color: rgb(224, 84, 30);
    padding: 11px 194px;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
}
.sc_dt{
    margin-left: 50px;
}
.dr{
    margin-bottom: 5px;
    width: 120px;
    align-items: center;
}
.nom{
    width: 20px;
    height: 20px;
}
.date{
    float: left;
    display: flex;
    gap: 10%;
    /*! padding: 18px 8px; */
    align-items: center;
    font-size: 16px;
    font-weight: 800;
    margin-top: 15px;
}
.date input{
    margin-bottom: 0px;
    width: 115px;
    height: 25px;
    padding: 10px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px inset;
}
.pay{
    float: right;
}

.selprmtrs{
    margin-right: 25px;
}
.selprmtrs p{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}
.selprmtrs span{
}
.unt-qty{
    width: 58px;
}
.unt-date{
}

.loader {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 4px solid #ee7000;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
}

.loader {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
}

.load_more_loader {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 4px solid #ee7000;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
}

.load_more_loader {
    position: absolute;
    top: 0%;
    right: 0;
    bottom: 5px;
    left: 50%;
    z-index: 1;
}
.fltr-chip{
    font-size: 12px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 24px;
    margin: 5px 12px;
}
.fltr-chip p{
    max-width: 120px;
    margin-right: 14px;
    color: #666;
}
.fltr-chip a{
}
.blank-state{
    width: 100%;
    padding:30vh 0;
    text-align: center;
    color: #999;
    font-size: 28px;
    font-weight: 400;
}

.brdcrmb{
    padding: 20px;
    padding-bottom: 5px;
}
.brdcrmb p{
    float: left;
    margin: 0 15px;
    font-size: 18px;
    color: #999;
}
.brdcrmb span a{
    color: rgb(224, 84, 30);
}
.brdcrmb span{
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #999 !important;
}
.sout{
    left:0px;
    top:0px;
}
.resend_otp {
    float: right;
    font-size: 13px;
    margin: 6px 0px 0px 0px;
    font-weight: 600;
    padding: 10px;
    color: rgb(224, 84, 30);
    cursor: pointer;
    display: none;
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}