@font-face {
    font-family: "Open Sans Regular";
    font-weight: 400;
    font-style: normal;
    src: url("fonts/OpenSans-Regular-BasicLatin.woff2") format("woff2");
    font-display: swap;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-display: swap;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: rgba(128, 128, 128, 0.164);
}

::-webkit-scrollbar-thumb {
    background-color: #537753;
    border-radius: 1rem;
    border: 0.1rem solid transparent;
    background-clip: content-box;
    height: 5px !important;
}

.navbar {
    background-color: white;
    display: flex;
    align-items: center;
    line-height: 1rem;
    padding: 10px 76px;
    box-shadow: 0px 0px 20px 3px #80808045;
}



.checkBtn {
    display: none;
}

#check {
    display: none;
}

.checkBtn {
    cursor: pointer;
    font-size: 27px;
    float: right;
    color: #537753;
    line-height: 70px;
}

.right ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.right ul li {
    margin: 0 15px;


}

.book-nav {
    margin-top: 8px !important;
}

.right ul li a {
    padding: 10px 5px;
    color: #000000c4 !important;
    cursor: pointer;
    text-decoration: none;
    transition: all 1s;
    font-size: 16px;
    font-family: Montserrat;
}

.right ul li a:hover {
    background-color: #fff;
    border-radius: 7px;
    color: rgb(22, 7, 36);
}

.book_btn {
    background: rgb(232 198 12);
    border-radius: 8px;
    color: black !important;
    padding: 9px 15px;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 12px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px #e8c60c87;
}

.book_btn:hover {
    box-shadow: 0px 0px 8px 0px #e8c60c;
}

.mob-btn-view {
    display: none;
}

.skd-nav {
    box-shadow: 0 2px 2px 0 grey;
    padding-bottom: 10px;
}

.nav-link:focus {
    color: #fff;
}

.skd-light-grn {
    background-color: #ebf9ef;
    background-image: linear-gradient(to bottom right, #ebf9ef, #b0e8c0);
}

.skd-grn {
    background: #264f26;
    color: #fff;
}

.skd-text-grn {
    color: #264f26;
}

.skd-main-menu {
    text-align: center;
    padding: 0;
}

.skd-main-menu-a {
    color: #fff;
}



.skd-justify {
    text-align: justify;
}

.skd-icon {
    font-size: 20px;
    padding: 12px 15px;
    border: 2px solid;
    border-radius: 50%;
    vertical-align: middle;
}

.skd-green {
    color: #264f26;
}

.skd-bg-green {
    background: #264f26;
    color: #fff;
}

.skd-footer {
    background-color: #161b1d;
}

.skd-li {
    list-style: none;
    padding: 0;
}

.skd-link {
    text-decoration: none;
    color: #264f26;
}

.skd-link:hover {
    color: #000;
}

.hero-banner {
    background-image: linear-gradient(rgb(0 0 0 / 68%), #001e4a), url(../img/floor.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}

.hero-banner h1 {
    font-size: 36px;
}

.hero-banner .btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

/* .main-ban {
    width: 100%;
    height: auto;
    background: linear-gradient(45deg, #00000061, transparent);
} */

.skd-h1 {
    color: #ff0;
    font-size: 20px !important;
}

.in-ban {
    min-height: 100%;
}

/* .banner {
    background: url(../img/banner-4.webp) no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    background-position: center;
} */

.text_start {
    padding-left: 5%;
    padding-right: 5%;
}

.rp_bottom {
    padding-bottom: 10px;
}

.justify {
    text-align: justify;
}

.p {
    margin-left: 5px;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay-box {
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 11;
}

.overlay-box h1 {
    font-weight: 400;
    font-size: 22px;
}

.overlay-box p {
    font-size: 12px;
}

.skd-18 {
    font-size: 13px;
}

.skd-15 {
    font-size: 36px;
}

.carousel-inner>.carousel-item>img {
    height: 400px !important;
    width: 100%;
    object-fit: contain;
}

.skd-14 {
    font-size: 14px;
}

.skd-12 {
    font-size: 12px;
}

.skd-fl-icon {
    height: 20px;
}

#map {
    height: 400px;
    width: 100%;
    padding: 0;
    margin: 0;
}

#mapf {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#maps {
    height: 650px;
    width: 100%;
}

.banner-opt {
    font-size: 9px;
}

.skd-shad {
    text-shadow: 0 4px 4px #000 !important;
}

.skd-bg-white {
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 3px #80808045;
}

.bd-shad {
    box-shadow: 0 0 5px 9px #0000007a;
}

.skd-text-blu {
    color: rgb(243, 241, 241);
}

.skd-link-blu {
    text-decoration: none;
    color: rgb(243, 241, 241);
}

.skd-link-blu:hover {
    color: #ff0;
    transition: 0.5s;
}

.in-height {
    height: 50px !important;
}

.callnow {
    position: fixed;
    bottom: 15px !important;
    right: 15px !important;
    z-index: 999999 !important;
}

.skd-vd {
    width: 100%;
    height: 93px;
}

.c-bg-yellow {
    background-color: #198754 !important;
}

.c-dot {
    position: relative;
}

.c-line-short {
    width: 180px;
    margin: 0 auto;
    border-radius: 50%;
}

.c-line {
    height: 3px;
    background-color: #88909a;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.address {
    color: red;
}

.bg-copiright {
    background-color: #0b0e0f;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #537753 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed) span {
    color: white !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

.note_div {
    height: 43px;
    line-height: 44px;
}

.pad {
    padding-left: 8px;
}

.inline {
    display: inline-flex;
}

.pd-l {
    padding-left: 8px;
}

.bootom-right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24%;
    border-radius: 60%;
    box-shadow: 0px 0px 33px 5px;
}

.bootom-right:hover {
    box-shadow: 0px 0px 0px 0px;
}

.position {
    position: relative;

}

.backg {
    background-color: white;
}

.bg-dar {
    background-color: #161b1d;
}

.icon-height {
    height: 50px;
}

.cata {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: flex;
}

.cata2 {
    bottom: 0;
    background-image: linear-gradient(#ffffff2b, #ffffffde, white);
    width: 100%;
    height: 44px;
    position: absolute;
    /* opacity: .6; */
    transition: .5s;
}

.sale {
    /* background-color: white; */
    width: 55px;
    margin-left: 5px;
    border-radius: 5%;

}

.sale2 {
    /* background-color: white; */
    width: 55px;
    margin-left: 5px;
    border-radius: 5%;

}

.y-icon {
    color: red;
    font-size: 25px;
    margin-left: 14px;
}

.i-icon {
    color: #004983;
    font-size: 25px;
    margin-left: 15px;
}

.section1 {
    padding: 40px 0px 80px 0px;
}

.section2 {
    padding: 120px 0px 80px 0px;
}

.heading p {
    color: #333;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    opacity: 1;
}

.p-sec-pd {
    padding-top: 80px;
}

.card {
    width: 352px;
}

.b_card {
    border: none;
    background: transparent !important;
}

.card-content {
    padding-top: 8px;
}

.bhbp_img {
    position: relative;
    width: 100%;
    border-radius: 8px;
    height: 225px;
    overflow: hidden;
}
.hover-effect img {
    transform: scale(1);
    transition: .8s
}

.hover-effect:hover img {
    transform: scale(1.2)
}
.bhbp_img img {
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
}

.title {
    color: #333;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    margin-bottom: 3px;
}

.d-j-f {
    justify-content: center;
    display: flex;
}

.hed {
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255, 249, 34), rgb(40 81 39), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: fit-content;
    line-height: 40px;
}

.pop-heading {
    width: 100%;
    text-align: center;
    position: relative;
    left: -8px;
}

.pop-heading h5 {
    margin-bottom: 0;
    color: #537753;
}

.title1 {
    color: #264F26;
    font-family: Montserrat;
    font-size: 18px;
    opacity: 1;
    margin-bottom: 6px;
}

.text {
    color: #333;
    font-family: Montserrat;
    font-weight: Medium;
    font-size: 12px;
    opacity: 1;
    margin-bottom: 0;
}

.l_text {
    color: #8d8d8d;
    font-family: Montserrat;
    font-size: 12px;
    opacity: 1;
    margin-bottom: 8px;
}

.p_text {
    text-transform: capitalize;
    font-family: Montserrat;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    height: 100%
}

.ex_btn {
    background: rgba(83, 119, 83, 1);
    border-radius: 8px;
    color: white;
    padding: 9px 30px;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 12px;
    border: none;
}

.explore {
    height: 34px;
    margin-top: 14px;
}

a {
    text-decoration: none;
}

.ex_btn:hover {
    color: white;
}

.service-text {
    padding-top: 15px;
}

.quirey {
    width: 100%;
    background-image: url(../img/backquery.webp);
    height: 328px;
    background-size: cover;
    background-position: right;
}

.q-bg {
    background: #ade7ba1f;
    height: 100%;
}

.fs-u {
    font-size: 18px !important;
}

.service-text p {
    line-height: undefined;
    letter-spacing: 0%;
    text-transform: capitalize;
    vertical-align: top;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}

.padding {
    padding: 97px 0px;
}

.queiry-content p {
    line-height: 36px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-align: left;
    vertical-align: top;
    font-family: Montserrat;
    font-size: 25px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}

.submit-btn {
    background: rgb(232 198 12);
    border-radius: 8px;
    color: black;
    padding: 9px 0px;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 14px;
    border: none;
}

.input {
    border-radius: 8px;
    padding: 9px 10px;
    font-family: Montserrat;
    font-size: 14px;
}

.input1 {
    border-radius: 8px;
    padding: 13px 10px;
    font-family: Montserrat;
    font-size: 14px;
}

.sell-head {
    font-family: Montserrat;
}

.border-sell {
    border: 1px solid #8080802b;
    padding: 20px;
    border-radius: 8px;
}

.sell-content {
    font-size: 36px;
    font-family: Montserrat;
    line-height: 49px;
}

.sell-img {
    position: relative;
    width: 100%;
}

.sell-img img {
    width: 100%;
}



.whatsapp-content p {
    font-family: Montserrat;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}

.whatsapp-content p i {
    color: #25D366;
}

.whatsapp-content p .number {
    text-decoration: underline;
    color: rgb(83 119 83);
}

.tabing {
    border: 1px solid #537753;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    padding: 6px 3px;
    cursor: pointer;
}

.tabing p {
    margin-bottom: 0;
    font-family: Montserrat;
}

.pd {
    padding: 0 75px;
}

.t-border tr {
    border-bottom: 1px solid #afadad;
}

.pd-ll {
    padding-left: 0;
}

.ser-btm-h {
    height: 47px;
}

.prenext-btn {
    background: #e8c60c;
    color: black;
    border: none;
    border-radius: 22px;
    padding: 7px 18px;
    border: 1px solid #537753;
    cursor: pointer;
}

.prenext-btn:hover {
    background: #e7e9ea;
}

.page {
    border: 1px solid #dad6d6;
    background: transparent;
    border-radius: 50%;
    padding: 7px;
    margin-right: 3px;
    margin-left: 3px;
    width: 40px;
}

.active3 {
    color: black;
    border: 2px solid #e8c60c;
    font-weight: 700;
}

.t-border tr td p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: Montserrat;
}

.tab_clr {
    color: white !important;
}

.active1 {
    background: #537753;
    color: white;
    box-shadow: 0px 3px 7px #537753b0;
}

.table {
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

.rating {
    letter-spacing: 6px;
    font-size: 15px;
    margin-bottom: 6px;
    margin-top: 10px;
}

.f-height {
    height: 175px;
}

.rating i {
    color: #264F26;
}

.profile {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    z-index: 1;
    position: relative;
    background-size: cover;
    top: -60px;
    left: 12px;
}



.pd-r {
    padding-right: 0;
}

.fo {
    position: absolute;
    padding-top: 180px;
    width: 100%;
}

.form-section {
    position: relative;
    width: 100%;
    top: -40px;
    z-index: 10;
}

.fopd {
    padding: 0px 85px;
}

.fo-content {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    color: #285127;
    margin-bottom: 10px;
}

.form-input {
    background: #F8F8F8;
    border: none;
    border-radius: 0 8px 8px 0 !important;
    color: #727272;
    cursor: pointer;
}

.fs-search {
    font-size: 12px;
    padding: 10px 0;
    border-radius: 0 8px 8px 0 !important;
}

.sub-btn {
    width: 100%;
    border: none;
    border-radius: 8px;
    background: #537753;
    color: white;
    font-family: 'Montserrat';
    font-weight: 700;
    height: 100%;
}

.pd-r {
    padding-right: 0;
}

.input-group span {
    background: #f8f8f8;
    border: none;
    padding: 0 11px;
    border-radius: 8px;
}

.input-group span i {
    color: #727272;
}

.pd-l-in {
    padding-left: 0;
}

.form-control:focus {
    border-color: transparent;
    background: #F8F8F8;
    box-shadow: 0 0 0 0.25rem transparent;
}


.br-in:focus {
    border-color: #ced4da !important;
    /* background: #F8F8F8; */
    box-shadow: 0 0 0 0.25rem transparent !important;
}

.form-select {
    border-radius: 8px;
    padding: 6px;
}

.form-select:focus {
    border-color: #537753;
    box-shadow: 0 0 0 0.25rem transparent;
}

.form-select option:hover {
    background-color: #0b0e0f;
}

.co-1 {
    font-family: 'Montserrat';
    font-size: 40px;
    line-height: 49px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 3px 3px 6px black;
}

.co-2 {
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 37px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.co-3 {
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 37px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 700;
}

.b-btn {
    background: #e8c60c;
    color: black;
    box-shadow: 0px 0px 23px -7px black;
}

.b-btn:hover {
    color: #264F26;
}

.line {
    background: white;
    height: 1px;
    width: 10%;
    margin-bottom: 15px;
}




/* footer */

.homepage-4 .first-footer .top-footer {
    background: #232733;
}

.first-footer .top-footer {
    background: #264F26;
    color: #333;
}

.first-footer .logo img {
    width: 255px;
    height: auto;
}

.first-footer .netabout p {
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: rgba(245, 255, 255, 0.8);
}

.first-footer .netabout p {
    margin-top: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    text-align: justify;
    line-height: 27px;
}

.first-footer .contactus ul li {
    margin-bottom: 1.1rem;
}

.first-footer .contactus ul li:last-child,
.first-footer .contactus .info:last-child {
    margin-bottom: 0px !important;
}

.first-footer .contactus .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.6rem;
}

.first-footer .contactus .info p {
    margin: 0px;
    font-size: 14px;
    color: rgba(245, 255, 255, 0.8);
    margin-left: 1rem;
    line-height: 1.1;
    font-weight: 400;
}

.navigation p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
}

.homepage-4 .first-footer .navigation h3::after,
.homepage-4 .first-footer .widget h3::after,
.homepage-4 .first-footer .newsletters h3::after,
.homepage-4 .first-footer .bloq-email .email input[type="submit"],
.homepage-4 .go-up {
    background: #FF385C;
}


.first-footer .nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.navigation ul li {
    margin-bottom: 0.6rem;

}

.navigation ul li a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 13px;
}

.navigation ul li a:hover {
    color: #e8c60c;
    letter-spacing: .5px;
}

.navigation ul li a i {
    color: #77838F;
    margin-right: 10px;
}

.navigation a {
    display: block;
    margin-bottom: 0.4rem;
}

.navigation ul li.no-mgb {
    margin-bottom: 0px;
}

.navigation .nav-right {
    margin-left: 2rem;
}

.homepage-4 .first-footer .navigation h3::after,
.homepage-4 .first-footer .widget h3::after,
.homepage-4 .first-footer .newsletters h3::after,
.homepage-4 .first-footer .bloq-email .email input[type="submit"],
.homepage-4 .go-up {
    background: #71b230;
}

.first-footer .widget h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #FF385C;
    content: " ";
    width: 50px;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.twitter-widget.contuct .single-item {
    position: relative;
    margin-bottom: 25px;
}

.twitter-widget.contuct .twitter-area .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
}

.twitter-widget.contuct .twitter-area .text {
    padding: 0px 0px 0px 30px;
}

.second-footer {
    background: #303441;
    border-top: 1px solid rgba(245, 255, 255, 0.1);
    color: #fff;
}

.second-footer p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 13px;
}


.first-footer .netsocials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-left: 25px;
    padding: 0;
    justify-content: end;
}

.first-footer .netsocials a i {
    background: transparent;
    color: #fff;
}

.first-footer .netsocials a {
    text-decoration: none;
}


.first-footer .netsocials a i {
    font-size: 1rem;
    text-align: center;
    background: transparent;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 1.5rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: inline;
}




.ft-line {
    width: 100%;
    height: 0.5px;
    background-color: white;
    margin-bottom: 35px;
}

.ft2-line {
    width: 100%;
    height: 0.5px;
    background-color: white;
    margin-bottom: 9px;
    margin-top: 10px;
}

.bg-logo {
    background-color: white;
    width: fit-content;
}

.nav-footer ul li {
    margin-bottom: 0;
}

.nav-footer p {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    text-align: justify;
    line-height: 27px;
    display: inline-flex;
}

.ml {
    margin-left: 7px;
}

.copy-footer {
    font-size: 14px;
    color: white;
}

.bor {
    border-radius: 8px;
    height: 300px;
    border: 1px solid #80808026;
    box-shadow: 0px 0px 10px 0px #80808026;
}

.logo-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    vertical-align: top;
    line-height: 40px;
    margin-bottom: 0;
    text-align: end;
    margin-right: 20px;
}


.hr-line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
}

.project-card p {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #000000;
    position: relative;
    top: 25%;
    text-align: center;
}

.circle {
    width: 30px;
    height: 30px;
    border: 1px solid #2A8942;
    border-radius: 50%;
    background: transparent;
    position: relative;
}



.t-pro {
    position: relative;
    padding-left: 3px;
    width: 70%;
}

.t-pro p {
    margin-bottom: 0;
    position: absolute;
    top: 25%;
    text-align: left;
}

.pro-head p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
}

.pro-img {
    height: 95px;
    border-radius: 8px;
    overflow: hidden;
}

.pro-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 12px;
}

.pro-name {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
}

.view-div {
    background: #537753;
    color: white;
    height: 30px;
    border-radius: 8px;
    text-align: center;
}

.view-div p {
    font-size: 16px;
}

.view-btn a {
    color: #363636;
}

.view-btn a:hover {
    color: #363636;
}

.sell-pd {
    padding: 80px 0;
}
.sell-bg{
    background-image: url('../img/sellback.webp');
    color:white !important;
    background-size: cover;
    background-position: center;
}
.rew-f {
    font-size: 17px !important;
}

.section2-pd {
    margin-top: -108px;
}

.service-img img {
    width: 35%;
}

.sell-img1 img {
    width: 30%;
}


.cat {
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #d7d9d7;
    overflow: hidden;
    float: left;
    width: 100%;
}

.cat label {
    float: left;
    line-height: 3em;
    width: 100%;
    cursor: pointer;
}

.cat label span {
    text-align: center;
    padding: 0px 0;
    display: block;
    font-size: 13px;
}

.cat label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.cat label input+span {
    color: #537753;
    font-weight: 500;
}

.cat input:checked+span {
    color: white;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

input:checked+span {
    background-color: #537753;
}



.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.range-pd {
    padding: 0 20px;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #537753;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0px 0 20px 0;
    text-align: end;
}

.price-range-slider .range-bar {
    border: none !important;
    background: #F5F5F5;
    height: 5px;
    width: 100%;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #264F26;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 50%;
    background: #264F26;
    border: 2px solid #264F26;
    height: 23px;
    width: 22px;
    top: -0.52em;
    cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #264F26;
}

.pop-head p {
    font-weight: 500;
}

.bg-trns {
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    border-radius: 15px 0px 0px 15px !important;
    padding: 14px 11px !important;
}

.br-in {
    border-left: none !important;
    border-radius: 0px 15px 15px 0px !important;
}

.btn-back {
    background: transparent;
    border: none;
    font-size: 35px;
    padding: 0;
    color: #264F26;
}

.modal-body {
    padding: 20px 15px 50px 15px;
}

.mob-show {
    display: none;
}

.mob-show-search {
    display: none !important;
}

/* flot */
.position {
    display: none;
}

.qaf__bottomNavs {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 3;
    box-shadow: 0 -4px 8px 0 #e8c60c54;
    background: linear-gradient(#ffe803, #cf9c0f);
    display: flex;
}
.bot-fot{
    height: 30px;
}
.pd-bot-search{
    padding-top: 9px !important;
}
.bor-i{
    border-radius: 25px 0px 0px 25px !important;
}
.bor-in{
    border-radius: 0px 25px 25px 0px !important;
}
.qaf__bottomNavs>div {
    padding: 6px 0;
    text-align: center;
    flex-grow: 1;
}
.btn-se-pop{
    border: 1px solid;
    border-radius: 50px;
    margin: 2px 0;
    box-shadow: 0px 0px 10px 1px #8080808a;
}

.qaf__iconPos i {
    color: black;
}

.position.qaf__bottomNavs.pageComponent.qaf__iconPos.active>i {
    color: #264f26;
}
.caption_subdued_small {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #8993a4;
    display: block;
    text-align: center;
    vertical-align: middle;
}

.fot-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
}

.btn-fot {
    margin-left: -6px;
}

.section3 {
    padding: 97px 0px 21px 0px;
}

.price {
    color: #537753;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 18px;
    opacity: 1;
}

.bbc {
    color: #537753;
}

#map-c {
    width: 100%;
    height: 110vh;
    border-radius: 8px;
}

.map-c {
    height: 60vh !important;
    object-fit: cover;
}

.sortby {
    background: rgba(42, 137, 66, 0.1);
    box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.04);
    border: none;
    font-weight: 600;
    color: #54625F;
    padding: 6px 33px 6px 6px;
}

.result p {
    color: #8B9798;
    margin-top: 9px;
}

.wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    color: white;
    border-radius: 12%;
    padding: 4px;
    background: rgba(11, 56, 60, 0.24);
}

.fa-heart {
    position: absolute;
    top: 25%;
    left: 25%;
}

.sort-lable {
    padding: 2px 2px 2px 6px;
    background: rgba(42, 137, 66, 0.1);
    box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.04);
    border: none;
    font-weight: 600;
    color: #537753;
    border-radius: 8px;
}

.mob-parent {
    background: white;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px #8080805e;
    
}
.mob-pd-list{
    padding: 5px;
}

.head-img {
    width: 100%;
    border-radius: 12px;
    height: 97px;
    position: relative;
}

.head-img img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.ks-bg {
    background-color: #F8F8F8 !important;
}

.filter-btn-pr {
    font-size: 13px;
    font-family: Pangea, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    outline: none;
    width: auto;
    background-color: white;
    color: #54625F;
    border-radius: 50px;
    padding: 7px 10px;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    min-height: 40px;
    margin-right: 5px;
    border: none;
    width: 100%;
    height: 0px;
}

.filter-btn-pr .filter-icon {
    height: 19px;
    margin-right: 10px;
    color: #212529;
    font-size: 13px;
}

.bg-sec-mob {
    display: none;
}

.total-list {
    margin: 0;
    background-color: #FFFFFF;
    padding: 14px 0;
    border-radius: 12px;
}

.l_text-mob {
    color: #403B3A;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;

}

.l_text-mob i {
    color: #537753;
    font-size: 13px;
}

.section4 {
    padding: 15px 0px 40px 0px;
}

.fac-hed {
    padding: 20px;
}

.single-proper {
    padding-top: 75px;
}

.sec-img {
    width: 100%;
}

.fe-card {
    padding-top: 0 !important;
}

.br-bt {
    border-bottom: 1px solid #80808038;
}

.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}

.card-b {
    /* width: 25rem; */
    border-radius: 1rem;
    background: white;
    box-shadow: 4px 4px 15px rgba(#000, 0.15);
    position: relative;
    color: #434343;
}

.card-b::before {
    position: absolute;
    top: 14px;
    right: -1px;
    content: '';
    background: #293d29;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
}

.card-b::after {
    position: absolute;
    content: attr(data-label);
    top: 6px;
    font-size: 9px;
    right: -7px;
    padding: 4px;
    width: 51px;
    background: #e8c60c;
    color: black;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

.pd-r-0 {
    padding-right: 0;
}

.det_icon {
    width: 16% !important;
    margin-right: 5px;
}

.det-ul li {
    margin-bottom: 8px;
}

.brand_logo {
    width: 18%;
}

.fur-table {
    border-radius: 0 !important;
}

.pop-book {
    box-shadow: none !important;
    border: 1px solid #e7e7e7;
}

.form-hed h4 {
    font-size: 18px !important;
    color: #537753 !important;
}

.widget-boxed.mt-5,
.widget-boxed.my-5,
.main-search-field.mt-5 {
    margin-top: 30px !important;
}

.widget-boxed {
    background: #fff;
}

.widget-boxed {
    border-radius: 6px;
    padding: 1.5rem 1rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 90;
    margin-bottom: 0px;
    position: relative;
    border: 1px solid #eaeff5;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.check_lable {
    font-size: 12px;
    margin-left: 10px;
    color: #808080;
    font-weight: 500;
    font-family: Montserrat;
}

.book .form-control {
    background: #fff;
    padding: 0.7rem;
    border: 1px solid #dae2e9;
    color: #8a8585 !important;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 1rem;
}

.d-flex label span {
    margin-left: 4px;
    cursor: pointer;
}

.widget-boxed-header {
    padding-bottom: 18px;
    padding-top: 0px;
    border-bottom: 1px solid #eaeff5;

}

.widget-boxed-header h4 {
    color: #222222ba !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0;
    font-family: Montserrat;
}

.blog_content {
    font-family: Montserrat;
}

.widget-boxed-body {
    padding: 10px 0 0;
}

.sidebar-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar-widget .author__contact li {
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
}

.sidebar-widget .author__contact li span i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #71b230;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sidebar .sidebar-widget .author__contact li a {
    color: #666;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.agent-contact-form-sidebar {
    width: 100%;
}

.agent-contact-form-sidebar h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.contactus label {
    font-size: 13px;
    font-family: Montserrat;
}

.mb-input {
    margin-bottom: 2rem;
}

.clicking-text {
    margin-bottom: 0;
    font-size: 12px;
    font-family: Montserrat;
}

.clicking-text span {
    color: #3498db;
}

.agent-contact-form-sidebar input {
    width: 100%;
    height: 45px;
    border: 1px solid #dae2e9;
    background-color: #fff;
    padding: 15px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #7e8c99;
    margin-bottom: 8px !important;
}
.btn-close:focus{
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}
/* .mob-list-main-pd{
    padding-left: 6px;
    padding-right: 6px;
} */

.agent-contact-form-sidebar textarea {
    border: 1px solid #dae2e9 !important;
    background-color: #fff;
    padding-left: 15px;
    width: 100%;
    height: 80px;
    color: #7e8c99;
}

.agent-contact-form-sidebar .multiple-send-message {
    background-color: #537753 !important;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pop-fil-sel {
    color: #537753;
    border-color: #ebeceb;
    font-size: 13px;
    font-weight: 600;
    line-height: 3.0em;
    border-radius: 15px;
}

.section_blog {
    padding: 40px 0px 40px 0px;
}

.main-pd-sec {
    padding-top: 75px;
}

.contact-section {
    padding: 40px 0px 40px 0px;
}

.about-section {
    padding: 40px 0px 40px 0px;
}

.award ul li {
    margin-bottom: 15px;
    font-family: Montserrat;
    font-size: 14px;
}

.about-text {
    text-align: justify;
    color: gray;
    font-family: Montserrat;
    font-size: 14px;
}

#map {
    height: 100%;
}

.active_class {
    color: #264f26 !important;
    border-bottom: 2px solid #264f26;
}

.pri {
    font-family: Montserrat;
    text-align: justify;
}

.pri h6 {
    padding-top: 14px;
}

.pri p {
    font-size: 14px;
    color: #333;
}

.content-hero {
    padding-top: 100px;
}

.pd-hero {
    margin-top: 53px;
}

.view-more-section {
    text-align: center;
    position: relative;
    top: 50%;
    bottom: 50%;
}

.view-more-section i {
    font-size: 55px;
    color: #537753;
}

.view-more-section p {
    font-size: 35px;
    color: #537753;
}

.post-pd {
    padding-top: 1.5rem;
}

.floor-overflow {
    overflow-y: auto;
    height: 100vh;
    overflow-x: hidden;
}

.sell-select {
    padding: 13px 10px !important;
    font-family: Montserrat;
    font-size: 14px;
    color: #6c757d;
}

.sell-text {
    height: 100px;
}

.fot-social ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.fot-social ul li {
    width: 15%;
}

.click-me {
    height: 65px;
}

.fs {
    font-size: 25px;
}

.center-img {
    text-align: center;
}

.box1 p {
    color: #a3a5ae;
    font-family: Montserrat;
    font-size: 12px;
    height: 100px;
    text-align: justify;
}

.box1 {
    border-radius: 5px;
    box-shadow: 0px 0px 40px 0px #8080801f;
    padding: 30px;

}

.box1 img {
    width: 100%;
}

.box1 h2 {
    font-weight: 600;
    font-size: 14px;
    font-family: Montserrat;
    color: #537753;
    margin-bottom: 13px;
}

.cyan {
    border-top: 3px solid #537753;
}

.pri ul li {
    font-size: 13px;
    color: #333;
}

.profile-div {
    text-align: center;
}

.profile-div img {
    object-fit: cover;
    width: 30%;
    border-radius: 50%;
}

.tes-border {
    border: 1px solid #80808026;
    padding: 10px;
    height: 255px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px #80808026;
}

.test-pd {
    text-align: center;
}

.brand-img img {
    width: 55%;
}

.modal-header {
    padding: 0rem 1rem;
}

.clicking-text span a {
    color: #537753;
    font-weight: 600;
}

.award-img {
    width: 100%;
}

.about-b-img {
    width: 100%;
}

.mob-fil-show {
    display: none;
}

.map-r-pd {
    padding: 0 35px 0 12px;
}

.floor-l-pd {
    padding: 0 12px 0 20px;
}

.floor-r-pd {
    padding: 0 20px 0 12px;
}

.cluster-parent {
    background: white;
}
.cluster-detail{
    height: 47px;
}

.c-head-img {
    width: 100%;
    border-radius: 6px;
    height: 38px;
    position: relative;
}

.c-head-img img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
}

.c-title {
    color: #333;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 10px;
    opacity: 1;
    margin-bottom: 3px;
}

.c-price {
    color: #537753;
    font-family: Montserrat;
    font-weight: Bold;
    font-size: 9px;
    margin-bottom: 2px;
    opacity: 1;
}

.c-bbc {
    color: #537753;
    font-size: 9px;
    font-weight: 500;
}

.c-bbc p {
    margin-bottom: 12px;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style-iw {
    padding-right: 12px !important;
}

.all-pd-l {
    padding-left: 6px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f8f8f8;
    opacity: 1;
}

.blog-h-p {
    height: 45px;
    font-size: 13px;
}

.ff-size {
    font-size: 15px !important;
    box-shadow: 0px 5px 7px 0px #b9b7b7;
}

.map-pd {
    padding: 6px;
    text-align: center;
}

.sug_title-p::after {
    content: attr(data-after-text);
    position: absolute;
    font-size: 8px;
    top: 22px;
    font-weight: 600;
    color: #0000009e;
}

.input_c {
    border-radius: 8px;
    font-family: Montserrat;
    font-size: 14px;
    border: 1px solid #537753;
}

.tamount {
    color: #333;
    font-family: Montserrat;
    font-weight: 500;
}

.c_table {
    font-family: Montserrat;
}

.c_table td,
.c_table th {
    font-size: 12px;
}

.ct-row tr th {
    font-size: 13px;
}

.t-color {
    color: #537753;
    font-weight: 600;
}

.input-de {
    width: 100%;
    border: none;
    background: transparent;
}

.myi {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.pricein {
    color: #537753;
    border: 1px solid #ebeceb;
    font-size: 13px;
    font-weight: 600;
    line-height: 3.7em;
    border-radius: 15px;
    padding: 0px 11px;
}

.tt-fs {
    font-size: 13px;
    margin-bottom: 8px;
}

.p-fs {
    font-size: 13px;
}

.th-color {
    color: #537753 !important;
}

.group-view {
    display: grid;
    text-align: center;
    margin-top: 0;
}

.section-view-btn {
    text-align: end;
    margin: 0px 80px 32px 0;
}

.section-view-btn a {
    color: #537753;
    font-weight: 500;
    transition: .5s;
}

.section-view-btn a:hover {
    color: black;
}

.m-fs {
    font-size: 11px;
    margin-bottom: 5px;
}

.m-mar-top {
    margin-top: 10px;
}

.direc {
    color: #537753;
    font-weight: 600;
    text-align: center;
}

.pulse {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #537753;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    animation: animate 2s linear infinite;
    cursor: pointer;
}

.pulse i {
    color: #fff !important;
    font-size: 10px !important;
    margin-right: 0 !important;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 #537753;
    }

    40% {
        box-shadow: 0 0 0 7px rgba(255, 26, 67, 0);
    }

    80% {
        box-shadow: 0 0 0 7px rgba(255, 206, 67, 0);
    }

    100% {
        box-shadow: 0 0 0 rgba(255, 206, 67, 0);
    }
}

.filter-btn-add {
    background: #5377531a;
    color: black;
    border: 1px solid #537753;
    border-radius: 30px;
    margin-right: 10px;
    width: auto;
}

.filter-btn-add:hover {
    background: #5377534a;
}

.filter-btn-add i {
    font-size: 12px;
    position: relative;
    right: -4px;
}

.app-fill {
    color: #537753;
    font-weight: bold;
    font-family: 'Montserrat';
}

.pop-clear {
    float: right;
    background: none;
    border: 1px solid #80808045;
    border-radius: 26px;
    color: #537753;
    font-size: 13px;
    padding: 1px 9px;
}

.desk-clear {
    background: #537753;
    border: none;
    border-radius: 30px;
    color: white;
}

.cr-fil-head {
    background-color: #f6faf7;
    border-radius: 12px;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 9px rgb(64 79 104 / 10%);
    height: 70px;
    line-height: 25px;
    padding: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    bottom: 32px;
    width: 104px;
}

.fil-btn-pd-0 {
    padding-top: 0 !important;
}

.und-pd {
    padding-top: 16px;
}

.ta-wi {
    width: 33%;
}

.dir-btn {
    background: #e8c60c !important;
    color: black !important;
    padding: 5px 10px;
    font-weight: 600;
}

.dir-btn:hover {
    box-shadow: 0 0px 10px 0px #80808096;
}

.card-design-border {
    border: 1px solid #80808026;
    height: 402px !important;
    box-shadow: 0px 0px 10px 0px #80808026;
}

.card-design-border-blog {
    border: 1px solid #80808026;
    height: 342px !important;
    box-shadow: 0px 0px 10px 0px #80808026;
}

.card-description {
    padding: 15px;
}

.card-description-blog {
    padding: 15px;
    text-align: center;
}

.card-design-border-floor {
    border: 1px solid #80808026;
    border-radius: 15px;
}

.cout-show-main {
    display: flex;
    margin-bottom: 12px;

}

.show-count {
    width: 100%;
    color: #8B9798;
}

.show-page {
    width: 100%;
    text-align: end;
    color: #8B9798;
    padding-right: 20px;
}
.mob-show-e{
    display: none;
}
:not(#\20):not(#\20):not(#\20).buttonizer-group-0-0-1 {
    right: 1%;
    bottom: 5%;
    display: flex;
    z-index: 99999;
    position: fixed;
    transition: ease-in-out 250ms;
    visibility: hidden;
    align-items: flex-end;
    flex-direction: column-reverse;
}
.buttonizer-group-0-0-1 {
    bottom: 4% !important;
}
:not(#\20):not(#\20):not(#\20).buttonizer-button-0-0-3 {
    color: #fff;
    width: 42px;
    cursor: pointer;
    height: 42px;
    margin: 0 auto 0 auto;
    display: block;
    outline: none !important;
    z-index: 9999;
    position: relative;
    max-width: none !important;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
    text-align: center;
    transition: ease-in-out 250ms;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    margin-bottom: 0;
    background-size: cover;
    text-decoration: none;
    background-color: #2f7789;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
}
:not(#\20):not(#\20):not(#\20):not(#\20):not(#\20):not(#\20).buttonizer-button-0-0-3::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
:not(#\20):not(#\20):not(#\20).buttonizer-icon-0-0-4 {
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 1;
    position: absolute;
    font-size: 25px;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all 0.2s ease-out;
}
:not(#\20):not(#\20):not(#\20).buttonizer-label-0-0-6 {
    top: 50%;
    color: #fff;
    right: 51px;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 5px 15px;
    z-index: 1;
    position: absolute;
    font-size: 12px;
    transform: translateY(-50%);
    background: #4e4c4c;
    box-shadow: none;
    text-align: end;
    transition: all 250ms ease-in-out;
    line-height: initial;
    white-space: nowrap;
    border-radius: 3px;
}
:not(#\20):not(#\20):not(#\20).buttonizer-button-0-0-10 {
    color: #fff;
    width: 42px;
    cursor: pointer;
    height: 42px;
    margin: 0 auto 0 auto;
    display: block;
    outline: none !important;
    position: relative;
    max-width: none !important;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
    text-align: center;
    transition: ease-in-out 250ms;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    margin-bottom: 10px;
    background-size: cover;
    text-decoration: none;
    background-color: #25D366;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
}
:not(#\20):not(#\20):not(#\20):not(#\20):not(#\20):not(#\20).buttonizer-button-0-0-10::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
:not(#\20):not(#\20):not(#\20).buttonizer-icon-0-0-11 {
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 1;
    position: absolute;
    font-size: 28px;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all 0.2s ease-out;
}
:not(#\20):not(#\20):not(#\20).buttonizer-label-0-0-13 {
    top: 50%;
    color: #fff;
    right: 51px;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 5px 15px;
    z-index: 1;
    position: absolute;
    font-size: 12px;
    transform: translateY(-50%);
    background: #25D366;
    box-shadow: none;
    text-align: end;
    transition: all 250ms ease-in-out;
    line-height: initial;
    white-space: nowrap;
    border-radius: 3px;
}
:not(#\20):not(#\20):not(#\20).buttonizer-button-0-0-17 {
    color: #fff;
    width: 42px;
    cursor: pointer;
    height: 42px;
    margin: 0 auto 0 auto;
    display: block;
    outline: none !important;
    position: relative;
    max-width: none !important;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
    text-align: center;
    transition: ease-in-out 250ms;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    margin-bottom: 10px;
    background-size: cover;
    text-decoration: none;
    background-color: red;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
}

:not(#\20):not(#\20):not(#\20):not(#\20):not(#\20):not(#\20).buttonizer-button-0-0-17::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
:not(#\20):not(#\20):not(#\20).buttonizer-icon-0-0-18 {
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 1;
    position: absolute;
    font-size: 22px;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all 0.2s ease-out;
}
:not(#\20):not(#\20):not(#\20).buttonizer-label-0-0-20 {
    top: 50%;
    color: #fff;
    right: 51px;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px 5px 15px;
    z-index: 1;
    position: absolute;
    font-size: 12px;
    transform: translateY(-50%);
    background: red;
    box-shadow: none;
    text-align: end;
    transition: all 250ms ease-in-out;
    line-height: initial;
    white-space: nowrap;
    border-radius: 3px;
}
.modalp {
    padding-right: 0!important;
}
.modalp .close {
    position: absolute;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 40px;
    top: 10px;
    right: 20px;
    z-index: 9;
    outline: none;
}
.modal-dialogp{
    max-width: 780px;
}
.modalp .modal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.modalp .left_col, .modal .right_col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 30px;
}
.modalp .right_col {
    background: white;
}
.modalp .modal-content{
    background: transparent;
    border: none;
}
.btn-close{
    border: none !important;
    background: none !important;
    font-size: 35px !important;
    color: white !important;
    text-align: end !important;
    opacity: 2 !important;
    width: auto !important;
    padding: 0 !important;
    height: auto !important;
    position: relative !important;
}

.modalp .left_col {
    background-color: #6e0b34;
    display: flex;
    align-items: center;
}
.modalp .left_col .content {
    width: 100%;
    text-align: center;
}
.modalp .left_col img {
    margin-bottom: 15px;
    width: 72%;
    border: 0.5px solid white;
    padding: 9px;
}
.modalp .left_col .typo {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
}
.modalp .left_col .typo1{
    font-size: 14px;
    border: 1px solid white;
    padding: 7px;
    margin-bottom: 44px;
    color: white;
}

.modalp .left_col .price {
    font-size: 14px;
    background-color: white;
    padding: 7px 15px;
    width: 100%;
    display: inline-block;
    color: black;
    border-radius: 5px;
    font-weight: 600;
    font-family: Assistant, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}
.modalp .left_col .price span{
    font-size: 32px;
}
.modalp .left_col, .modal .right_col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 30px;
    
}
.modalp .right_col .form_heading {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.modalp .right_col .form-group {
    margin-bottom: 10px;
}
.modalp .form-control {
    height: 42px;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
}
.modalp .form-control {
    border-radius: 0px;
    min-height: 50px;
    padding: 5px 15px;
    box-shadow: none!important;
}
.modalp button[type=submit] {
    width: 100%;
}

.dark_btn{
    background: #6e0b34 !important;
    color: white;
    height: 42px;
}
.dark_btn:hover{
    color: white;
}
.des-p{
    font-size: 12px;
}
.twt{
    text-align: justify;
}

.modal-dialogp {
    position: relative;
    max-width: 780px !important;
    margin: 4rem auto;
    pointer-events: none;
}
.head-input{
    width: 100%;
    height: 35px;
    font-size: 15px;
    padding: 10px;
}
.fieldsets{
    width: 100%;
}
.modalp .location{
    font-family: Assistant, sans-serif;
    font-weight: 600;
}
.modalp .price{
    font-family: Assistant, sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ame-head{
   padding: 5px;
}
.input-full{
    margin-bottom: 12px;
}
.mob-footer{
    display: none !important;
}
.social-media-fot-mob{
    display: none;
}
.vid-banner{
    width: 100%;
    height: 100%;
}
.sell-mob{
    display: none;
}
.sec-img img {
    width: 63%;
}
#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: 0.5em;
    background: #e0e0e0;
    border: 1px solid #9b9a9a;
    text-align: center;
    color: #000;
    text-decoration: none;
    height: 53px;
    font-size: 13px;
}


#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #537753;
    color: white;
}

.tab-contents {
    border: 1px solid #ddd;
    border-radius: 0px 0px 8px 8px;
    padding: 1em 5px 0em;
    background: #f6faf7;

}

.mp-co {
    line-height: 38px;
    color: white;
    font-family: Montserrat;
    font-size: 13px;
}

.li-co {
    line-height: 38px;
    color: white;
    font-family: Montserrat;
    font-size: 13px;
    display: none;
}

.togle-in {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.toggle-wrapper {
    flex: 1 1 calc(100% / 3);
    overflow: hidden;
    position: relative;
}

.toggle {
    position: relative;
    display: inline-block;
}

label.toggle-item {
    width: 7.5em;
    background: #537753;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    margin: 0px;
    position: relative;
    transition: all 0.3s ease;
    transform-origin: 20% center;
    cursor: pointer;
    text-align: center;
}

label.toggle-item:before {
    display: block;
    transition: all 0.2s ease;
    width: 2.3em;
    height: 2.3em;
    top: 0.25em;
    left: 0.25em;
    border-radius: 2em;
    border: 2px solid #88cf8f;
    transition: 0.3s ease;
}

.checkcross label:before {
    content: none;
}

.checkcross .check {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    position: absolute;
    background: white;
    transition: 0.4s ease;
    top: 4px;
    left: 4.5px;
    text-align: center;
}

.checkcross .check:before,
.checkcross .check:after {
    height: 4px;
    border-radius: 10px;
    transition: 0.4s ease;
}

.checkcross .check:before {
    color: white;
    width: 25px;
    transform: rotate(-45deg) translate(-6px, 20px);
}

.checkcross .check:after {
    transform: rotate(45deg) translate(20px, 11px);
    font-family: 'bootstrap-icons';
    color: white;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/acc-icon.svg);
    transform: rotate(-180deg);
}

#checkcross:checked+label .check {
    left: 84px;
    transform: rotate(360deg);
    background: white;
}

#checkcross:checked+label .check:before {
    width: 27px;
    transform: rotate(-45deg) translate(-8px, 18px);
}

#checkcross:checked+label .check:after {
    width: 27px;
    transform: rotate(45deg) translate(18px, 8px);
}

.list-icon {
    position: relative;
    top: 4px;
}
.vid-mob{
    display: none;
}
@media screen and (max-width: 470px) {
    .vid-desk{
        display: none;
    }
    .vid-mob{
        display: block;
    }
    .navbar {
        padding: 0px;
    }

    .sec-img {
        width: 100%;
        /* margin-left: 30px; */
        text-align: center;
    }
    .left {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .right ul li a {
        font-weight: 700;
        font-size: 12px;
        color: black !important;
    }

    .right ul li {
        margin: -2px 10px;
    }
    .card-b::after {
        position: absolute;
        content: attr(data-label);
        top: 6px;
        font-size: 7px;
        right: -7px;
        padding: 2px;
        width: 38px;
        background: #e8c60c;
        color: black;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
    }
    .card-b::before {
        position: absolute;
        top: 7px;
        right: -1px;
        content: '';
        background: #293d29;
        height: 28px;
        width: 28px;
        transform: rotate(45deg);
    }
    .head-img {
        height: 105px;
    }
    .sell-des{
        display: none;
    }
    .sell-mob{
        display: block;
        text-align: center;
    }
    .vid-banner-main{
        padding-top: 128px;
        height: 100%;
    }
    
    .clicking-text {
        font-size: 11px;
    }
    .pop-input-btn{
        height: 40px !important;
        font-size: 13px !important;
    }
    
    .pop-body{
        padding: 0 !important;
    }
    .pop-input{
        height: 35px !important;
        font-size: 12px !important;
      }
    .pop-book {
        padding: 0px 5px !important;
        border: none !important;
    }
    .dark_btn {
        font-size: 15px;
    }
    .modalp .left_col .typo1{
        margin-bottom: 15px;
        font-size: 12px;
    }
    .modalp .form-control {
        min-height: 32px;
        height: 32px;
        font-size: 12px;
    }
    .contactus label {
        font-size: 11px;
        font-family: Montserrat;
    }
    .navigation ul li a i {
        margin-right: 3px;
    }
    .social-media-fot-mob{
        display: block;
    }
    .desk-footer{
        display: none !important;
    }
    .mob-footer{
        display: flex !important;
    }
    .navigation ul li a {
        font-size: 10px;
    }
    .fot-social ul li {
        text-align: center;
    }
    .mob-hide-footer{
        display: none;
    }
    .modalp .left_col, .modal .right_col {
        padding: 25px;
    }
    .modalp .left_col .typo {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .modalp .left_col img {
        width: 65%;
    }
    .modalp .right_col .form_heading {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .contact-us2 {
        padding-bottom: 52px;
      }
    .mob-feq-pd{
        padding-bottom: 75px !important;
    }
    .mob-pag{
        margin-bottom: 60px;
    }
    .t-foot{
        display: none;
    }
    .modalp .left_col .price {
        font-size: 11px;
    }
    .modalp .left_col .price span {
        font-size: 25px;
    }
    .modal-dialogp {
        margin: 45px 10px !important;
    }
    .modal .left_col, .modal .right_col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .section1 {
        padding: 40px 0px 40px 0px;
    }
    .section2 {
        padding: 120px 0px 40px 0px;
    }
    .mob-dnd-enw{
        display: none !important;
    }
    .right {
        width: 100%;
        background: linear-gradient(#ffe803 ,#cf9c0f );
        box-shadow: 0 -4px 8px 0 #e8c60c54;
    }
    .clearflex{
        padding-top: 74px;
    }
    .call-info .info {
        margin-bottom: 0 !important;
    }
    .call-info ul li{
        width: 100% !important;
    }
    .ll-text{
        margin-bottom: 3px !important;
    }
    .modal-body {
        padding: 20px 15px 19px 15px;
    }
    .pricein {
        font-size: 11px;
        line-height: 3em;
        border-radius: 8px;
        padding: 0px 11px;
    }
    .pop-fil-sel {
        font-size: 11px;
        line-height: 2em;
        border-radius: 8px;
    }
    .cat {
        border-radius: 8px;
    }

    .br-in {
        border-radius: 0px 10px 10px 0px !important;
    }

    .bg-trns {
        border-radius: 10px 0px 0px 10px !important;
        padding: 9px 5px 9px 11px !important;
    }
    .pop-hr{
        margin: 7px 0 15px;
    }

    .pop-fs-serach {
        font-size: 12px !important;
    }

    .pop-fs-serach i {
        font-size: 12px;
    }

    .cat label {
        float: left;
        line-height: 2em;
        width: 100%;
        cursor: pointer;
    }

    .cat label span {
        text-align: center;
        padding: 0px 0;
        display: block;
        font-size: 11px;
    }

    .cout-show-main {
        margin-bottom: 25px;
    }

    .prenext-btn {
        font-size: 12px;
    }

    .page {
        padding: 1px;
        margin-right: 2px;
        margin-left: 2px;
        width: 30px;
    }

    .show-count {
        width: 140%;
        font-size: 12px;
    }

    .show-page {
        width: 60%;
        font-size: 12px;
        padding-right: 0;
    }

    .f-height {
        height: 232px;
    }

    .ta-wi {
        width: auto;
    }

    .click-me {
        height: 30px;
    }

    .filter-btn-add {
        font-size: 9px;
        margin-right: 4px;
    }

    .filter-btn-add i {
        font-size: 9px;
    }

    .th-color {
        font-size: 12px;
    }

    .sug_title-p::after {
        font-size: 6px;
        top: 16px;
    }

    .section-view-btn {
        text-align: left;
        margin: 0px 0px 15px 80px;
    }

    .section-view-btn a {
        font-size: 12px;
    }

    .mb-n-m {
        margin-bottom: 0;
    }

    .circle {
        width: 23px;
        height: 23px;
    }

    .project-card p {
        font-size: 11px;
        line-height: 10px;
    }

    .myi {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .t-color {
        font-size: 10px;
    }

    .ct-row tr th {
        font-size: 10px;
    }

    .c_table td,
    .c_table th {
        font-size: 9px;
    }

    .d-n-c {
        display: none;
    }

    .overflow {
        overflow-x: auto;
    }

    #mapf {
        height: 100%;
    }

    span.det {
        color: #666 !important;
        font-size: 11px !important;
    }

    .contact-us ul li {
        list-style: none;
        font-weight: 300;
        font-family: Montserrat;
        font-size: 14px;
        width: 50%;
    }

    .font-weight-bold.mr-1 {
        font-weight: 600;
        color: #555 !important;
        font-size: 11px !important;
    }

    .ff-size {
        font-size: 13px !important;
    }

    .fot-social ul {
        justify-content: center;
    }

    .first-footer .nav-footer {
        padding: 0;
        justify-content: space-around;
    }

    .netabout {
        text-align: center;
    }

    .sell-img {
        height: auto;
    }

    .sell-img img {
        object-fit: cover;
    }

    .floor-l-pd {
        padding: 0 5px 0 5px;
    }

    .floor-r-pd {
        padding: 0 12px 0 12px;
    }

    .map-r-pd {
        padding: 0 12px 0 12px;
    }

    #map-c {
        height: 77vh;
    }

    .bg-back-mob {
        padding-top: 18px !important;
        padding-bottom: 10px;
        position: fixed;
        background: #ededed;
        z-index: 1;
        width: 100%;
    }

    .mob-fil-show {
        display: flex;
    }

    .award-img {
        width: 100%;
    }

    .about-b-img {
        width: 100%;
    }

    .list-none {
        display: none;
    }

    .listing-map {
        height: 500px !important;
    }

    .box1 h2 {
        font-size: 11px;
        height: 35px;
        margin-bottom: 0;
    }

    .box1 p {
        font-size: 10px;
        height: 165px;
    }

    .box1 {
        padding: 15px;
    }

    .fot-social {
        margin-bottom: 0px;
    }

    .first-footer .netabout p {
        margin-bottom: 0.5rem;
    }

    .fs {
        font-size: 20px;
    }

    .section4 {
        padding: 0;
    }

    #m-h {
        display: none;
    }

    .post-pd {
        padding-top: 0;
    }

    .view-more-section {
        top: 100%;
    }

    .view-more-section i {
        font-size: 40px;
        color: #537753;
    }

    .view-more-section p {
        font-size: 25px;
    }

    .pd-hero {
        margin-top: -120px;
    }

    .brand_logo {
        width: 25%;
    }

    .contact-section {
        padding: 40px 0px 0px 0px;
    }

    .det-ul li {
        width: 50%;
    }

    .main-pd-sec {
        padding-top: 0px;
    }

    .mob-head-sec {
        font-size: 20px !important;
        text-align: center !important;
    }

    .c-pd {
        padding: 1.2rem 10px !important;
    }

    .contact-us ul li {
        list-style: none;
        font-weight: 300;
        font-family: Montserrat;
        line-height: 30px;
        font-size: 11px;
        margin-bottom: 5px;
    }



    .single-proper {
        padding-top: 0px;
    }

    .m-bootom {
        padding: 0 14px;
    }

    .column {
        height: 45px;
        padding: 6px;
    }

    .list-fil-hide {
        display: none;
    }

    .sort-lable {
        padding: 2px 2px 2px 6px;
        background: #F8F8F8;
        box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.04);
        border: none;
        font-weight: 400;
        color: #54625F;
        border-radius: 50px;
    }

    .sortby {
        background: #F8F8F8;
        box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.04);
        border: none;
        font-weight: 400;
        color: #54625F;
        padding: 6px 33px 6px 6px;
        font-size: 13px;
        border-radius: 50px;
    }

    .sort-h {
        height: 40px;
    }

    .bbc p {
        margin-bottom: 0;
        font-size: 12px;
    }

    .price {
        font-size: 12px;
        margin-bottom: 0;
    }

    .list-sec-none {
        display: none;
    }

    .bg-sec-mob {
        display: block;
        background-color: #f5f7fb;
        padding-top: 1px;
        padding-bottom: 10px;
        padding-top: 70px;
    }

    .result p {
        margin-top: 0px;
        margin-bottom: 7px;
    }

    .copy-pb {
        padding-bottom: 47px;
    }

    .position {
        display: block;
        z-index: 100000000000000000000000000000000000000000000000000000;
    }

    

    .right ul {
        padding-left: 0;
        justify-content: center;
    }

    .sec-img img {
        width: 45% !important;
    }

    .book_btn {
        font-size: 10px;
        position: relative;
        bottom: 2px;
        ;
    }

    .nav-book {
        margin: 10px 0px;
    }

    .togle-btn {
        position: relative;
        right: -20px;
        border: none;
        box-shadow: none !important;
    }

    .desk-btn-view {
        display: none;
    }
    .mob-show-e{
        display: block;
    }

    .p-sec-pd {
        padding-top: 80px !important;
    }


    .whatsapp-content {
        display: none;
    }

    .mob-show-search {
        display: flex !important;
    }

    .des-show-search {
        display: none !important;
    }

    .des-show {
        display: none;
    }

    .mob-show {
        display: flex;
    }

    /* .main-ban {
        height: 383px;
    } */

    .co-1 {
        font-size: 20px;
        font-weight: bold;
    }

    .ban-btn {
        padding-top: 0px !important;
    }

    .content-hero {
        padding-top: 95px;
    }

    .line {
        display: none;
    }

    .t-center {
        text-align: center;
    }

    .fopd {
        padding: 0px 30px;
    }
    .pop-head p{
        font-size: 13px;
        margin-bottom: 9px;
    }
    .modal-dialog-scrollable{
        margin-top: -25px;
    }

    .fo-content {
        font-size: 11px;
        line-height: 23px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .d-n {
        display: none;
    }

    .bolg-heading-top {
        text-align: center;
        padding: 15px 15px 0px !important;
    }

    .heading p {
        font-weight: bold;
        font-size: 16px;
        padding-top: 0;
    }

    .ex p {
        font-size: 12px !important;
    }

    .blog-h-p {
        height: 35px;
        font-size: 12px;
    }

    .l_text {
        color: #8d8d8d;
        font-family: Montserrat;
        font-weight: Medium;
        font-size: 12px;
        margin-bottom: 22px;
    }

    .l_text i {
        color: #537753;
    }

    .ex_btn {
        font-size: 14px;
        padding: 9px 21px;
    }

    .sub-btn {
        font-size: 17px;
    }

    .service-text {
        padding-top: 10px;
    }

    .service-text p {
        font-size: 10px;
        text-align: center !important;
    }

    .service-img img {
        width: 35%;
    }

    /* .p_text {
        font-size: 18px;
    } */

    .quirey {
        width: 100%;
        background-image: url(../img/Website-Image.webp);
        height: 551px;
        background-size: cover;
        background-position: inherit;
    }

    .queiry-content p {
        font-weight: 600;
        line-height: 30px;
        font-size: 16px;
        text-align: center;
    }

    .padding {
        padding: 30px 15px;
    }

    .input {
        padding: 10px 10px;
        background: white !important;
        border: 1px solid #ced4da;
        font-size: 16px;
        background: transparent;
    }

    .submit-btn {
        padding: 10px 29px;
        font-size: 16px;
    }

    .q-bg {
        height: 551px;
        background: #ade7ba42;
    }
    .sell-content {
        font-size: 16px;
        font-weight: bold;
        line-height: 27px;
    }

    .sell-pd {
        padding: 50px 15px;
    }
    .sell-bg {
        background-image: url('../img/sellback_mobile.webp');
        color:white !important;
        min-height: 472px;
    }
    .center-img {
        text-align: center;
    }

    .center-img img {
        width: 40% !important;
    }

    .whatsapp-content p {
        font-size: 14px;
    }

    .sell-img-pd {
        padding: 35px 0 0 0;
    }

    .Popular_property {
        overflow-x: auto;
    }

    .pd {
        padding: 0 20px;
    }

    .mob-w {
        margin-bottom: 10px;
    }

    .tabing {
        font-size: 12px;
        font-weight: bold;
    }

    .mob-col-pd {
        padding: 0 3px;
    }

    .btn-pd {
        padding: 9px 0;
    }

    .t-border tr td p {
        font-size: 12px;
    }

    .mob-top {
        padding-top: 15px !important;
    }

    .rew-f {
        font-size: 12px !important;
    }



    .copy-footer {
        font-size: 10px;
        margin-bottom: 3px;
    }

    .mdn {
        display: none;
    }

    .first-footer .nav-footer1 {
        padding: 0 24px;
    }

    .fotter-mt {
        margin-top: 15px;
    }

    .first-footer .top-footer {
        padding: 1px;
    }

    .ft-line {
        height: 0;
        margin-bottom: 15px;
    }

    .title1 {
        font-size: 14px;
        font-weight: bolder;
    }


    .profile {
        height: 70px;
        width: 70px;
        top: -36px;
    }

    .swiper {
        margin-left: -60px !important;
    }

    .sw-fe {
        margin-left: 0 !important;
    }

    .con {
        width: auto !important;
    }
    .skd-bg-white {
        padding: 8px;
    }
    .in-ban {
        min-height: 450px;
    }

    .skd-h1 {
        font-size: 28px !important;
    }
    .overlay-box h1 {
        font-size: 48px;
    }

    .overlay-box p {
        font-size: 26px;
    }
    .carousel-inner>.carousel-item>img {
        height: 600px !important;
        object-fit: contain;
    }
    .addScroll {
        overflow-y: auto;
        height: 530px;
    }

    #map {
        height: 530px;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .banner-opt {
        font-size: 14px;
    }
}

@media screen and (max-width: 395px) {
    .mob-btn-view {
        display: block;
        position: relative;
        top: -21px;
        left: 189px;
    }

    label.toggle-item {
        width: 6.5em;
    }

    #checkcross:checked+label .check {
        left: 68px;
    }
    .vid-banner-main {
        padding-top: 124px;
        height: 100%;
    }
    .bg-back-mob {
        padding-top: 10px !important;
    }
    .l_text {
        color: #8d8d8d;
        font-family: Montserrat;
        font-weight: Medium;
        font-size: 11px;
        margin-bottom: 15px;
    }

    .logo-text {
        font-size: 14px;
        line-height: 27px;
        margin-right: 12px;
    }

    .t-pro p {
        font-size: 9px;
    }

    .mob-btn-view {
        display: block;
        position: relative;
        top: -21px;
        left: 189px;
    }

    .pd-360 {
        padding: 0 !important;
    }

    .section2-pd {
        margin-top: -127px;
    }

    .box1 p {
        height: 210px;
    }
}

@media (max-device-width: 360px) {

    .f-size {
        font-size: 12px;
    }

    .skd-15 {
        font-size: 30px;
    }

    .icon-height {
        height: 40px;
    }

    .cata {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
        display: flex;
    }


    .sale {

        width: 35px;
        margin-left: 5px;
        border-radius: 5%;

    }

    .sale2 {

        width: 35px;
        margin-left: 5px;
        border-radius: 5%;

    }

    .y-icon {
        color: red;
        font-size: 16px;
        margin-left: 9px;
    }

    .i-icon {
        color: #004983;
        font-size: 16px;
        margin-left: 9px;
    }
}




@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
        padding: 2em 2em 1em;
        background: #f6faf7;
    }

    #tab-button li a {
        display: block;
        padding: 0.5em;
        background: #e0e0e0;
        border: 1px solid #9b9a9a;
        text-align: center;
        color: #000;
        text-decoration: none;
        font-size: 18px;
    }

}

@media screen and (max-width: 805px) {
    

    #check {
        display: none;
    }

    .checkBtn {
        display: block;
    }

    #check:checked~ul {
        left: 30%;
        border-top: 1px solid #537753;
        top: 70px;
        padding-left: 0;
    }

    

    .mob-btn-view {
        display: block;
        position: relative;
        top: -23px;
        left: 250px;
    }
}