
.form_review label {
    display: none;
}

.form_button button {
    border-radius: 50px;
}

.localty_livibty {
    border-bottom: 1px solid #bdbdbd
}

.locality-box-1 {
    min-width: 225px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
    margin-bottom: 10px;
    border-right: 1px solid #bdbdbd;
}

.locality-box-1 span {
    font-size: 14px;
    color: #858585;
    font-weight: 500;
    margin-bottom: 0;
}

.locality-box-1 p {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
}

.locality-box-2 {
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.posR {
    position: relative;
}

svg.radial-progress {
    height: auto;
    max-width: 60px;
    transform: rotate(-90deg);
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

svg.radial-progress circle.complete {
    stroke-dasharray: 219.91148575129
}

svg.radial-progress circle {
    stroke: #e73f0c
}

svg.radial-progress circle {
    fill: transparent;
    stroke: #e73f0c;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 8
}

svg.radial-progress text {
    fill: #1a1a1a;
    text-anchor: middle;
    font-size: 16px;
    font-weight: 500
}

svg.radial-progress circle.incomplete {
    opacity: .25
}

.locality-box-2 span {
    margin-left: 10px;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600
}

.text-justify {
    text-align: justify;
}

#myfirstchart {
    height: 292px;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%)
}

.morris-hover {
    position: absolute;
    z-index: 0
}

.morris-hover.morris-default-style {
    border-radius: 5px;
    padding: 6px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #ddd;
    color: #1a1a1a;
    font-family: 'addressofchoice VF', addressofchoice, Arial, sans-serif !important;
    font-size: 12px;
    text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    font-weight: 500 !important;
    color: #e73f0c !important
}

#myfirstchart text {
    font-weight: 500 !important;
    color: #1a1a1a;
    font-family: 'addressofchoice VF', addressofchoice, Arial, sans-serif !important
}

/** for loader spinner starts here ***/
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    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 spinner {
    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);
    }
}

@-o-keyframes spinner {
    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 spinner {
    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);
    }
}

/** form CSS */
#callBackFormResponse .details-error {
    font-size: 12px;
    color: #fff;
}

#callBackFormResponse .nice-select {
    height: 38px;
    padding-left: 4px;
}

#enquirymsg_suxccess .details-error {
    font-size: 12px;
    color: #fc0000;
    margin-top: -20px;
}

#callBackFormResponse .success_msg {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    line-height: 34px;
}

#callBackFormResponse .success_msg i {
    display: block;
    font-size: 74px;
    color: #fff;
    margin-bottom: 10px;
}

.modal-gallery {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    background-color: #000;
    animation: fadeInScale .6s ease-in-out;
    -webkit-animation: fadeInScale .5s ease-in-out;
    padding: 20px 60px
}

.modal-content-gallery {
    position: relative;
    background-color: transparent!important;
    margin: auto;
    padding: 0;
    height: 100%;
    position: fixed;
    width: 78%;
    right: 0;
    left: 0
}

.close-gallery {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1!important
}

.close-gallery img {
    width: 18px
}
.review_sect,.Top_BoxProperties  {
    padding-top: 0;
}
.gallery-height {
    height: 70%
}
.form_review input {
    padding: 14px 10px;
}
#img-gal-slid {
    overflow: hidden;
    padding: 0 20px;
}

.mySlides {
    display: none;
    height: 100%
}

.cursor {
    cursor: pointer;
    z-index: 99
}

.next,.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -50px;
    user-select: none;
    -webkit-user-select: none
}

.next img,.prev {
    width: 27px
}

.prev img {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    max-width: 27px;
}
.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.numbertext {
    color: #fff;
    font-size: 17px;
    z-index: 9;
    font-weight: 600;
    position: absolute;
    top: -53px;
    background: no-repeat;
    border-radius: 0 0 5px 0;
    right: -8.3%;
}

.caption-container p {
    color: #fff;
    line-height: inherit;
    margin-bottom: 0;
}
.caption-container {
    text-align: center;
    background-color: #000;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    left: 0;
    letter-spacing: .5px;
}
.gallery-form {
    align-items: center;
    display: flex;
}

.gallery-contact-div-1 img {
    padding: 0;
}

.next {
    right: -25px;
    border-radius: 3px 0 0 3px
}

.prev {
    left: -25px
}

.gallery-navigation {
    width: 100%;
    padding-bottom: 20px
}

.gallery-property-name {
    display: inline-block;
    margin-top: 1%;
    margin-bottom: 1%;
    padding-right: 1.5%;
    position: relative
}

.gallery-property-name:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.gallery-h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0
}

.gallery-property-detail {
    padding-top: .5%;
    padding-bottom: .5%;
    margin-bottom: .5%;
    position: relative
}

.gallery-property-price {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 1.5%
}

.gallery-property-price font {
    color: #e73f0c;
    margin: auto
}

.gallery-property-price font i {
    margin: 0 2px
}

.gallery-logo {
    box-shadow: 0 0 6px rgba(0,0,0,.15);
    width: 100%;
    padding: 20px 20px 25px 20px
}

.gallery-logo>a {
    display: block;
    margin: auto
}

.gallery-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #4c4c4c
}

.gallery-nav li {
    display: inline-block
}

.gallery-nav li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 10px;
    transition: .25s;
    font-size: 13px;
    font-weight: 400;
    color: #858585;
    text-transform: uppercase;
    letter-spacing: .2px
}

.gallery-nav li a:before {
    content: '';
    position: absolute;
    transition: .25s;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d4d4d4;
    border-radius: 50px;
    opacity: 0
}

.gallery-nav li a:hover {
    color: #fff!important
}

.gallery-nav li.active a {
    color: #fff!important
}

.gallery-nav li a:hover:before,.gallery-nav li.active a:before {
    opacity: 1
}
.livibility-gallery {
    padding: 25px 15px;
    border-bottom: 1px solid #ddd
}

.livibility-gallery font {
    font-size: 15px;
    font-weight: 500;
    color: #858585;
    margin-right: 10px
}

.gallery-property-enquire0-btn button {
    width: 120px;
    height: 35px;
    background: #e73f0c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.gallery-like-property {
    padding: 20px 0
}

.gallery-like-property h4 {
    color: #fff;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.gallery-like-property ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle
}

.gallery-like-property ul li {
    float: left
}

.gallery-like-property ul li a {
    font-size: 15px;
    color: #858585;
    margin-right: 0;
    font-weight: 600;
    display: block;
    text-decoration: none;
    background: 0 0!important
}

.gallery-like-property ul li:first-child a i,.gallery-like-property ul li:first-child a:hover {
    color: #32ba7c!important
}

.gallery-like-property ul li:last-child a i,.gallery-like-property ul li:last-child a:hover {
    color: #f15249!important
}

.gallery-like-property ul li a i {
    font-size: 24px;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -6px
}

.gallery-like-property ul li a font {
    font-size: 10px;
    color: #d6d6d6;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: .3px
}

.gallery-form {
    width: 96%;
    height: 100%;
    margin: auto;
    background: #fff;
    animation: mynewmove .5s linear forwards
}

.gallery-contact-img-div {
    height: 100%
}



@keyframes mynewmove {
    from {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes mynewmoveleft {
    from {
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.gallery-contact-div {
    height: 100%;
    z-index: 0
}

.gallery-contact-div-1 {
    background: #fff;
    padding: 5px 30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 35px;
    width: 100%;
    z-index: 0
}

.gallery-contact-div-1 .dvlp-logo {
    width: 150px!important;
    position: static;
    height: 66px;
    display: block;
    margin: 0 auto 15px
}

.gallery-contact-div-1 font {
    font-size: 12px;
    color: #1a1a1a;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-bottom: 18px
}

.gallery-contact-form-bhk {
    text-align: center;
    white-space: nowrap
}

.gallery-contact-form-bhk a {
    display: inline-block;
    padding: 3px 6px;
    white-space: normal;
    transition: .25s;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    font-size: 12px;
    color: #858585;
    text-decoration: none!important;
    font-weight: 400;
    margin-right: 0;
    margin-bottom: 10px
}

.gallery-contact-form-bhk a:hover {
    background: #e73f0c;
    color: #fff;
    border: 1px solid #e73f0c
}

.gallery-contact-form-bhk a.active {
    background: #e73f0c;
    color: #fff;
    border: 1px solid #e73f0c
}

.gallery-contact-form-fill {
    position: relative
}

.gallery-contact-form-fill input {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd!important;
    outline: 0;
    border: none;
    margin-bottom: 13px;
    font-size: 12px;
    font-weight: 400;
    color: #1a1a1a;
    padding-left: 30px
}

.gallery-contact-form-fill input::placeholder {
    color: #858585
}

.gallery-contact-form-fill img {
    position: absolute!important;
    right: initial;
    margin: initial;
    width: 17px!important;
    left: 0;
    top: 10px;
    height: auto
}

.gallery-contact-form-fill button {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #e73f0c;
    text-transform: uppercase;
    color: #e73f0c;
    font-size: 13px;
    font-weight: 400;
    outline: 0;
    margin-top: 7px;
    transition: .25s
}

.gallery-contact-form-fill button:hover {
    background: #e73f0c;
    color: #fff
}

.gallery-contact-call {
    text-align: center;
    font-size: 12px;
    color: #404040;
    font-weight: 500;
    display: block;
    margin: 15px 0 5px 0
}

.gallery-contact-callnumber {
    text-align: center;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
    display: block
}

.gallery-contact-callnumber img {
    width: 24px!important;
    vertical-align: middle;
    position: static;
    margin-top: -3px;
    margin-right: 2px;
    height: auto;
    display: initial
}

@-webkit-keyframes fadeInScale {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes fadeInScale {
    0% {
        -moz-transform: scale(.6);
        opacity: 0
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes fadeInScale {
    0% {
        -o-transform: scale(.6);
        opacity: 0
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes fadeInScale {
    0% {
        -ms-transform: scale(.6);
        opacity: 0
    }

    100% {
        -ms-transform: scale(1);
        opacity: 1
    }
}

@keyframes fadeInScale {
    0% {
        transform: scale(.6);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}
.specification_details .media_list {
    display: flex;
    margin-bottom: 32px;
    gap: 20px;
}
.specification_details .media_body span {
    font-size: 18px;
    color: #2d2d2d;
    margin-bottom: 0;
    font-weight: 500;
}
.specification_details .media_image {
    max-width: 90px;
    height: 90px;
    background: #eee;
    border-radius: 50px;
    width: 20%;
    min-width: 90px;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-gallery {
    width: 100%;
    --bs-modal-width: 100%;
    margin: 0;
    height: 100%;
    pointer-events: inherit !important;
}
.mb-20 {
    margin-bottom: 20px;
}

.specification_details p {
    margin-bottom: 0;
}

a.text-orange {
    color: #e74009;
}
/** EMI Cal*/
.emiCaltor_box {background-color: #ffffff!important;}
.imgamountCalu {
    height: 370px;
    background: #fff;
    overflow: hidden
}

.lam-txt {
    position: absolute;
    top: 24px;
    right: 15px;
    font-size: 10px;
    font-weight: 600;
    color: #e73f0c;
}
.no-pad {
    padding-left: 0;
    padding-right: 0;
}
.config-floor-graph-box h3.custom_h3  {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 5px;
}
.config-floor-graph-box #ecww-summary {
    background: 0 0;
    padding-right: 5px;
    position: absolute;
    right: 0;
    border: none;
    width: 190px;
    z-index: 1;
    overflow: initial;
}
.lam-txt i {
    font-size: 12px;
    vertical-align: middle
}

.config-floor-graph-box #ecww-formwrapper {
    display: none!important
}

.config-floor-graph-box .highcharts-title {
    font-size: 12px!important;
    color: #858585!important;
    font-weight: 400!important;
    font-family: 'addressofchoice VF',addressofchoice,Arial,sans-serif!important
}

.config-floor-graph-box .highcharts-container {
    border: none;
    padding: 0
}

.config-floor-graph-box #ecww-summary {
    background: 0 0;
    padding-right: 5px;
    position: absolute;
    right: 0;
    border: none;
    width: 190px;
    z-index: 1;
    overflow: initial
}

.config-floor-graph-box #ecww-monthlypayment {
    margin-top: 25px
}

.config-floor-graph-box #ecww-monthlypayment,.config-floor-graph-box #ecww-totalamount,.config-floor-graph-box #ecww-totalinterest {
    border: none;
    padding: 8px 0
}

.config-floor-graph-box #ecww-summary h4 {
    font-size: 10px!important;
    color: #858585;
    font-weight: 400;
    text-align: left;
    position: relative
}

.config-floor-graph-box #ecww-summary h4:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #c6c6c6;
    left: -13px;
    top: 5px
}

.config-floor-graph-box #ecww-monthlypayment p,.config-floor-graph-box #ecww-summary p {
    font-size: 14px!important;
    line-height: 20px;
    font-weight: 500!important;
    color: #1a1a1a;
    text-align: left
}

.config-floor-graph-box #ecww-monthlypayment p:before,.config-floor-graph-box #ecww-summary p:before {
    content: '\f156';
    font-family: FontAwesome;
    margin-right: 3px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle
}

.config-floor-graph-box .highcharts-legend>rect {
    width: 150px;
    height: 45px
}

.config-floor-graph-box .highcharts-legend tspan {
    font-size: 11px!important;
    color: #858585!important;
    font-weight: 400!important;
    font-family: 'addressofchoice VF',addressofchoice,Arial,sans-serif!important
}

.config-floor-graph-box .highcharts-tracker path:nth-of-type(1) {
    fill: #bdbdbd;
}
.config-floor-graph-box .highcharts-tracker path:nth-of-type(2) {
    fill: #e73f0c;
}

.config-floor-graph-box .highcharts-legend-item:nth-of-type(1) rect {
    fill: #bdbdbd
}

.config-floor-graph-box .highcharts-legend-item:nth-of-type(2) rect {
    fill: #e73f0c
}


.config-floor-graph-box button {
    position: absolute;
    bottom: 22px;
    right: 10px;
    width: 190px;
    height: 45px;
    background: #e73f0c;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    z-index: 2
}

.config-floor-graph-box .highcharts-background {
    fill: #fff
}

#emi_calc_1 .col-md-7 {
    width: 53.33333333%
}
.emiCaltor_box{position:relative}

/** new css */
.sizeTab .nav-tabs {
    margin-bottom: 20px;
    border: none;
}

.sizeTab .nav-tabs li.nav-item .nav-link {
    background: #fff;
    margin-right: 10px;
    border: 1px solid #BFC0C0;
    border-radius: 5px;
    color: #343434;
    font-weight: 500;
}

.sizeTab .nav-tabs li.nav-item .nav-link.active {
    background: var(--main-theme);
    color: #fff;
    border-color: var(--main-theme);
}


.perice_top ul li {
    display: inline-block;
    font-weight: 600;
    color: #000;
    margin-right: 40px
}

.perice_top ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 13px;
    position: relative;
    top: -2px
}

.perice_top ul li span {
    font-weight: 500
}

.list_imgPrice {
    width: 120px;
    height: 90px;
    overflow: hidden;
    background: #fff;
    margin-right: 15px;
    border: 1px solid #d4d4d4;
    text-align: center;
    padding: 6px
}

.pricelisthead a {
    display: inline-block;
    padding-bottom: 7px;
    font-size: 17px;
    color: #000;
    text-decoration: underline
}
.price_amount_div {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pricelisthead p {
    margin-bottom: 0;
    font-size: 14px;
}

.list_imgPrice img {
    width: 100%;
    height: 75px;
    object-fit: contain;
    max-width: 130px
}

.price_amount h6 {
    font-size: 20px
}

.price_amount p {
    background: #eaeaea;
    padding: 6px 15px;
    font-size: 14px;
}

.perice_top>.d-flex {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-bottom: 20px
}
.perice_top:last-child>.d-flex {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.perice_top {
    background: #fff;
    padding: 20px
}

.text-orange {
    color: #e73f0c !important;
}

.call_usPrice .common_btn {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-color: #747474;
    margin-right: 0;
    display: none
}

.call_usPrice .common_btn img {
    max-width: 17px;
    margin-right: 0;
    filter: brightness(.3)
}

.call_usPrice .common_btn:hover {
    background: #e63f0b;
    border-color: #e63f0b
}

.call_usPrice .common_btn:hover img {
    filter: inherit
}

/**/
  #add_edit_popup{z-index: 9999;background: rgb(0 0 0 / 52%);padding-top: 50px;}
  /* #ecww-widgetwrapper .paddingLR0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  } */
  #ecww-header {
    background: #333 url(../img/emicalculator.png) 50% 50% no-repeat;
    margin: -1px 0 0 -1px;
    height: 40px;
    text-indent: -9999px;
    padding: 0;
    border: 0 none;
}
#ecww-form {
    background: #eee;
    padding: 10px 20px;
}
#ecww-piechart-aaaa {
    max-width: 260px !important;
}
#ecww-formwrapper, #ecww-summary, .highcharts-container {
    height: 280px;
}
#ecww-monthlypayment, #ecww-totalamount, #ecww-totalinterest {
    padding: 18px 0;
    text-align: center;
    border-bottom: 1px dotted #dbdad7;
}
#ecww-summary h4 {
    color: #888;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    padding: 0;
}
#ecww-summary p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
}

#ecww-monthlypayment p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.ecww-tenure-choice {
    float: right;
    margin-left: 10px;
}
#ecww-piechart-aaaa .highcharts-container {
    width: 100% !important;
}
#ecww-piechart-aaaa .highcharts-container svg {
    width: 100% !important;
    text-align: center;
}
/* #ecww-piechart-aaaa .highcharts-container svg:not(:root) {
    overflow: hidden;
} */
#ecww-piechart-aaaa .highcharts-background {
    width: 100% !important;
}

.emi-popup .highcharts-tracker path:nth-of-type(2) {
    fill: #e73f0c;
}
.emi-popup .highcharts-tracker path:nth-of-type(1) {
    fill: #bdbdbd;
}
.emi-popup .highcharts-legend-item:nth-of-type(1) rect {
    fill: #bdbdbd;
}
#ecww-piechart-aaaa .highcharts-legend tspan {
    font-size: 11px !important;
    color: #858585 !important;
    font-weight: 400 !important;
    font-family: 'addressofchoice VF', addressofchoice, Arial, sans-serif !important;
}
.emi-popup .highcharts-legend-item:nth-of-type(2) rect {
    fill: #e73f0c;
}
.ecww-inline-input-group .input-group{width: auto!important;}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.ecww-tenure-choice [data-toggle=buttons]>.btn input[type=radio]{
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
/**/

@media(max-width:991px){
    .modal-content-gallery {
        width: 100%;
        left: 0;
        right: 0;
        position: static;
    }
    .numbertext {
        position: relative;
        right: 0;
        top: 0;
        text-align: right;
        margin-bottom: 10px;
    }
    .col-md-8.gallery-contact-img-div {
        display: none;
    }
    
    .col-md-4.gallery-contact-div.posR {
        width: 100%;
    }
    
    .gallery-contact-div-1 {
        right: 0;
    }
    .next {
        right: -14px;
    }
    .prev {
        left: -15px;
    }
    .caption-container {
        position: fixed;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 44px;
    }
    .gallery-nav li a {
        padding: 10px 6px;
        font-size: 12px;
    }
    .gallery-contact-callnumber {
        font-size: 16px;
    }
}
@media(max-width:767px){

}
@media(max-width:580px){
    #ecww-piechart-aaaa {
        width: 100% !important;
    }
    .gallery-nav li a {
        padding: 5px 4px;
        font-size: 12px;
    }
    .gallery-property-enquire0-btn button {
        position: relative;
        margin: 6px 0;
    }
    #add_edit_popup div#myModal {
        padding: 20px 19px;
    }
    .config-floor-graph-box #ecww-summary {
        width: 100%;
        position: static;
        padding: 0 10px;
        height: auto;
        transform: translateY(275px);
    }
    .config-floor-graph-box .margin-15LR {
        width: 100% !important;
        left: 0;
        background: #fbfbfb !important;
        position: static;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: translateY(-170px);
        max-width: 100% !important;
    }

    #ecww-formwrapper, #ecww-summary, .highcharts-container {
        height: 280px;
        overflow: hidden;
    }
.config-floor-graph-box .highcharts-container {
    width: 100% !important;
    max-width: 100% !important;
}
    .config-floor-graph-box .highcharts-container>svg {
        display: table;
        margin: auto;
    }
    .imgamountCalu {
        height: auto;
        background: #fff;
        overflow: visible;
    }
    .config-floor-graph-box #ecww-summary h4 {
        text-align: center;
        font-size: 12px !important;
    }
    .config-floor-graph-box #ecww-monthlypayment p, .config-floor-graph-box #ecww-summary p {
        text-align: center;
        font-size: 17px !important;
    }
    .config-floor-graph-box #ecww-summary h4:before{display: none;}
    .config-floor-graph-box .highcharts-legend>rect {

        stroke: none;
    }
    .config-floor-graph-box button {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .col-12.config-floor-graph-box {
        text-align: center;
    }
    .col-12.config-floor-graph-box .heading_underline {
        text-align: left;
    }
    .lam-txt {
        top: 74px;
    }
}

@media(max-width:650px){
    .specification_details .media_image {
    max-width: 60px;
    height: 60px;
    min-width: 60px;
}
}