* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}

a,h1,h2,h3,h4,h5,h6,input,label,li,p,span,textarea {
  font-family: 'Rubik', sans-serif;
}
/*--- Header -----*/
#hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    padding: 0
}

#hamburger .line {
    fill: none;
    stroke: #000000;
    stroke-width: 6;
    transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1),stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1)
}

#hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6
}

#hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6
}

#hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6
}

#hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
}

#hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6
}

#hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6
}
header.main_header {
    box-shadow: 0 0 16px rgba(17,17,26,.1);
    transition: background-color .35s ease;
}
header.main_header.darkHeader {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}

.main_menu li a:hover {
    color: var(--colorSecondary);
}

.hdr_main {
    padding: 12px 0
}

img.main_logo {
    max-height: 44px;
}
.main_menu li a {
    text-decoration: none;
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    transition: all .5s ease;
}

.main_menu ul li {
    margin-left: 20px
}

.main_menu li {
    display: inline-block
}

.main_menu ul {
    margin: 0;
    padding: 0
}

.main_menu {
    display: flex;
    align-items: center
}

.main_menu a.Book_Consultation {
    margin-left: 30px
}

.btn_main {
    display: inline-block;
    background: var(--colorPrimary);
    color: #fff;
    text-decoration: none;
    padding: 9px 25px;
    border-radius: 50px;
    transition: all .5s ease;
    font-weight: 500;
}

.main_menu a.Book_Consultation:hover {
    background: var(--colorSecondary);
    color: #fff
}

.main_menu ul li:hover ul.dropdown-menu {
    display: block;
    padding-top: 27px;
    border: none;
    background: 0 0
}

.main_menu ul li ul.dropdown-menu {
    min-width: 250px;
    background: 0 0
}

.main_menu ul li ul.dropdown-menu li {
    display: block;
    text-align: left;
    margin-left: 0
}

.main_menu ul li ul.dropdown-menu li a.dropdown-item {
    padding: 10px 10px;
    border-bottom: 1px solid var(--colorSecondary);
    font-size: 15px;
    color: #4c4c4c;
    background: #fff
}

.main_menu ul li ul.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none
}

.main_menu ul li ul.dropdown-menu li a.dropdown-item:hover {
    background: #e74009;
    color: #fff
}
/*--- Banner slider ---*/
.page_main_heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.propdetail-top.posR {
    width: 75%;
}

.propdetail-top-price {
    width: 25%;
    text-align: right;
}

.main_warpper {
    padding: 40px 0;
}

.propdetail-top.posR h1 {
    font-size: 28px;
    font-weight: 600;
    color: #1e1e1e;
}

.propdetail-top.posR span i {color: var(--colorPrimary);}

.propdetail-top.posR img {
    max-width: 24px;
}

.propdetail-top.posR span {
    font-size: 18px;
}

.review_rating span {
    color: #838383;
    margin-left: 0px;
}

.review_rating i.fill_star {
    color: #ff8d00;
}

.review_rating i {
    color: #a1a1a1;
    margin-right: 3px;
}

p.priceText {
    color: var(--colorPrimary);
    font-size: 24px;
    font-weight: 600;
}
.banner_slider .col-md-8 {
    padding-right: 5px;
}

.banner_slider .col-md-4 {
    padding-left: 5px;
}

.galleryImageBox .swiper-slide  .imagelist img {
    height: 370px;    
}

.galleryImageBox span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.right_bannerimg .imagelist {
    margin-bottom: 10px;
}

.right_bannerimg .imagelist img {
    height: 180px; 
}

.banner_slider .imagelist a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    opacity: 0;
    top: 0;
    transition: all 1s ease;
}


.banner_slider .imagelist {
    position: relative;
    transition: all 1s ease;
    overflow: hidden;
    cursor:pointer;
    border-radius: 12px;
}
.banner_slider .imagelist img {
  transition: all 1s ease;
  object-fit: cover;
  width: 100%;

}
.banner_slider .imagelist:hover a:before {
    opacity: 0.5;
    z-index:1;
        transition: all 1s ease;
}

.banner_slider .imagelist:hover img {
    transform: scale(1.25);
}
/*--- Overview ---*/
.aboutproject {
    background: var(--colorbglight);
    padding: 20px;
    margin: 20px 0;
    border-radius: 13px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: #1c4264;
    font-weight: 300;
}

.overview_scroll {
    max-height: 20rem;
    overflow-y: scroll;
    padding-right: 15px;
}
.overview_scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
.overview_scroll::-webkit-scrollbar-track {
    background-color: #c3d3dd;
    border-radius: 5px;
}
.overview_scroll::-webkit-scrollbar-thumb {
    background-color: var(--colorPrimary);
    border-radius: 5px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 22px;
}
/*--- Right Sidebar ---*/
.left_proJect_warp,.get_incall {
    margin-left: 20px !important;
}

.left_proJect_warp ul,.get_incall ul {
    margin: 0;
    padding: 0;
}

.left_proJect_warp ul li,.get_incall ul li {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    background: var(--colorbglight);
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
}

.left_proJect_warp ul li:nth-child(even) ,.get_incall ul li:nth-child(even){
    margin-right: 0 !important;
}

.left_proJect_warp ul,.get_incall ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.Glanc_box {
    display: flex;
    align-items: center;
}

.Glanc_box img {
    max-width: 28px;
    margin-right: 7px;
}

.left_proJect_warp ul li span {
    padding-left: 34px;
}

.Glanc_box span {
    padding-left: 0 !important;
    font-weight: 500;
}
.get_incall {
    background: var(--colorbglight);
    padding: 35px 20px;
    border-radius: 10px;
    margin: 10px 0;
      position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.call_backRight {
    text-align: center;
}

.call_backRight h4 {
    margin: 15px 0 10px;
    font-size: 22px;
    color: #141414;
}

.instant_listbox ul li {
    width: 30.333%;
    text-align: center;
    display: block;
}

.instant_listbox ul li img {
    max-width: 30px;
    display: block;
    margin: 0 auto 8px;
}

.instant_listbox ul li span {
    padding-left: 0 !important;
}

.instant_listbox ul li:nth-child(even) {
    margin-right: 4px !important;
}

.instant_listbox ul li:nth-child(3) {
    margin-right: 0 !important;
}

.form_schedule_right .form-group input,.form_schedule_right .form-group select {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #bbb;
    padding: 0;
}

.form_schedule_right .form-group {
    margin-bottom: 10px;
}

.form_schedule_right .form-group.contact_number {
    display: flex;
}

.form_schedule_right .form-group.contact_number select.countryCode {
    max-width: 110px;
}

.form_schedule_right .form-group.contact_number input.form-control {
    padding-left: 20px;
}

.form_schedule_right button.send_btn.btn {
    background: var(--colorPrimary);
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.form_schedule_right button.send_btn.btn:hover {
    background: var(--colorSecondary);
}

.call_bottom li img {
    max-width: 30px;
    margin-right: 4px;
    max-height: 25px;
}

.call_bottom li {
    margin-bottom: 0 !important;
    background: #fff !important;
    border: 1px solid #d9d9d9;
    padding: 0 !important;
}

.call_bottom li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: block;
}
/*--- Tab Price ---*/
.complete_tab {
    margin: 30px 0;
    padding-right: 45%;
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
}

.floor_plan {
    padding: 20px 0 0;
}

.complete_tab h4 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.complete_tab h4 i {
    color: var(--colorPrimary);
    margin-right: 5px;
    font-size: 20px;
}

.complete_tab ul.nav-tabs li.nav-item {
    width: 100%;
    text-align: center;
}

.complete_tab ul.nav-tabs {
    flex-wrap: inherit;
    border: none;
    justify-content: center;
    margin: 10px 10px;
}

.complete_tab ul.nav-tabs li.nav-item button {
    width: 90%;
    text-align: center;
    background: var(--colorbglight);
    border: none;
    color: #000;
    border-radius: 5px;
}

.complete_tab ul.nav-tabs li.nav-item button.active {
    background: var(--colorPrimary);
    color: #fff;
}

.floor_type img {
    max-width: 20px;
    margin-right: 9px;
}

.floor_type p {
    margin: 10px 0;
    font-size: 18px;
    color: #000;
}

.floor_type p.priceText2 {
    font-size: 28px;
    font-weight: 700;
    color: #323232;
}

.floor_type {
    margin-top: 20px;
}

button.btn.btn-primary {
    background: var(--colorPrimary);
}

.floor_type button {
    padding: 5px 40px;
    font-size: 18px;
    font-weight: 500;
}

.rightTabImg {
    position: absolute;
    right: 0;
    width: 45%;
    top: 0;
    text-align: center;
    background: #eee;
    border-radius: 15px;
    padding: 10px 10px;
}

.rightTabImg img {
    border-radius: 10px;
    height: 310px;
    width: 100%;
}
/*--- Location List ----*/
.location_depath {
    margin: 60px 0 40px;
    background: var(--colorbglight);
    padding: 20px;
    border-radius: 10px;
}

.location_depath ul {
    margin: 0;
    padding: 0;
}

.location_depath ul li {
    display: inline-block;
    /*width: 49%;*/
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 0;
    font-weight: 300;
    padding-right: 20px;
}

.location_depath ul li span.step1 {
    font-weight: 500;
    min-width: 100px;
    display: inline-block;
}

.location_depath ul li span.step2 {
    margin-left: 20px;
    border-left: 1px solid #d5d5d5;
    padding-left: 20px;
}

.location_depath iframe {
    margin-top: 30px;
    border-radius: 15px;
}

/*---Get More Details ----*/
.getmore_now .row {
    margin-top: 20px;
}

.getmore_now button {
    padding: 0;
    background: #101010 !important;
    border: none;
    position: relative;
    overflow: hidden;
}

.getmore_now button p {
    position: absolute;
    top: 52%;
    z-index: 9;
    font-size: 22px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.getmore_now button img {
    opacity: 0.4;
}

.sheet_price img {
    height: 310px;
    width: 100%;
}

.virtual_tour img {
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.virtual_tour {
    margin-bottom: 20px;
}

.virtual_tour button {
    width: 100%;
}
.getmore_now button img {
    transform: scale(1.3);
    transition: all 1s ease;
}

.getmore_now button:hover img {
    transform: scale(1);
}
/*----Amenities ----*/
.amenities_would_love {
    margin: 20px 0;
}

.amenities_would_love ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.amenities_would_love ul li {
    width: 18%;
    margin-right: 2%;
    list-style: none;
    background: var(--colorbglight);
    text-align: center;
    padding: 22px 5px;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    border-radius: 10px;
    margin-top: 18px;
    transition: all 0.5s ease;
    border: 2px solid var(--colorbglight);
}

.amenities_would_love ul li:nth-child(5n+5) {
    margin-right: 0;
}

.amenities_would_love ul li img {
    max-width: 39px;
    display: block;
    margin: 0 auto 10px;
}

.amenities_would_love ul li:hover {border-color:var(--colorPrimary)}
/*---Site Tour --*/
.visit_tourform {
    background: var(--colorbglight);
    padding: 22px;
    margin: 30px 0  20px;
    border-radius: 10px;
}

.visit_tourform h2 {
    margin-bottom: 20px;
}

.visit_tourform .site_tour_four .form_schedule input,.visit_tourform .site_tour_four .form_schedule select {
    width: 100%;
    height: 50px;
    border: 1px solid #ddde;
    border-radius: 0;
}

.form-group {
    margin-bottom: 15px;
}

.visit_tourform .site_tour_four .form_schedule .form-group.contact_number {
    display: flex;
}

.visit_tourform .site_tour_four .form_schedule .form-group.contact_number select.countryCode {
    max-width: 120px;
    padding: 0 9px;
    color: #747474;
    border-right: none;
}

button.send_btn.btn {
    background: var(--colorPrimary);
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
    transition: all 0.5s ease;
}

button.send_btn.btn:hover {
    background: var(--colorSecondary);
}
/*---Simmler--*/
.faq_warpper {
    margin: 40px 0;
}

.faq_warpper h2 {
    margin-bottom: 26px;
}

.faq_warpper .accordion-item h2 {
    margin-bottom: 0;
}

.faq_warpper .accordion-item h2 button.accordion-button {
    color: var(--colorPrimary);
    font-size: 18px;
}

.faq_warpper .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #d7d7d7;
}

.project_wapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.project_wapper .projectbox {
    width: 32%;

}

.project_wapper .projectbox h4 {
    margin: 10px 0;
    font-size: 20px;
}

.project_wapper .projectbox span.add_text img {
    max-width: 20px;
}
.projectbox ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.projectbox ul li img {
    max-width: 18px;
    margin-right: 4px;
}

.projectbox ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.projectbox  p.priceText {
    color: #202020;
}

.projectbox  a.btn_price {
    display: block;
    background: var(--colorPrimary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 7px;
    transition: all 0.5s ease;
}

.projectbox a.btn_price:hover {background: var(--colorSecondary);}

footer {
    background: #323232;
    padding: 13px;
    text-align: center;
}

footer p {
    color: #fff;
    margin-bottom: 0;
}
.modal-content button.btn-close {
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 10px;
}

.modal-content .get_incall {
    top: 0;
    position: relative;
    margin: 0 !important;
}

.modal-content .get_incall .call_backRight img.main_logo {
    max-height: 30px;
}

.modal-content .get_incall .call_backRight h4 {
    margin: 12px 0 0;
    font-size: 19px;
}

.modal-content .get_incall h5 {
    font-size: 18px;
}
.mobile_viewbox{
    display: none;
}
.city-filter-fixedMobile {
    display: none;
    background: #fff;
    box-shadow: -2px 0 7px rgba(0,0,0,.15);
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 200;
}
.city-filter-fixedMobile ul {
    margin: 0;
    padding: 0;
}
.city-filter-fixedMobile li {
    display: inline-block;
    width: 35.1%;
    text-align: center;
    position: relative;
    border-right: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    margin-right: -11px;
}
.city-filter-fixedMobile li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}
.city-filter-fixedMobile li:nth-child(1) a {
    background: #6f6f6f;
}
.city-filter-fixedMobile li .fa {
    margin-right: 3px;
    color: #fff;
    vertical-align: middle;
    font-size: 17px;
    position: relative;
    top: -3px;
}
.city-filter-fixedMobile li:nth-child(2) a {
    background: var(--colorPrimary);
}
/*--- Responsive ---*/
@media(max-width: 1199px){
    .propdetail-top.posR h1 {
        font-size: 24px;
    }
    .Overview_landarea h4 {
        font-size: 20px;
    }
    .galleryImageBox .swiper-slide .imagelist img {
        height: 300px;
    }
    .right_bannerimg .imagelist img {
        height: 145px;
    }
    .left_proJect_warp, .get_incall {
        margin-left: 0px !important;
    }
    .left_proJect_warp ul li span {
        display: inline-block;
        line-height: 1.3;
    }
    h2 {
        font-size: 22px;
    }
    .amenities_would_love ul li {
        width: 23%;
    }
    .amenities_would_love ul li:nth-child(5n+5) {
        margin-right: 2%;
    }
    .call_bottom li a {
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .msecond_warp > .col-md-8, .msecond_warp > .col-md-4 {
        width: 100%;
    }
    .get_incall {
        position: relative;
        top: 5px;
            margin-top: 40px;
    }
    .mobile_menu div#hamburger {
        display: block;
        max-width: 40px;
        height: 40px;
            position: relative;
    top: -6px;
    }
    .mobile_menu div#hamburger svg {
        max-width: 50px;
        height: 50px;
    }
    .main_menu a.Book_Consultation {
        display: none;
    }
    .menuML {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0px 15px 26px rgb(0 0 0 / 20%);
        display: none;
        z-index: 99;
    }
    .main_menu ul li {
        margin-left: 0;
        display: block;
    }
    .main_menu ul li a {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #e3e3e3;
        padding: 12px 30px;
    }
    .main_menu.show_menu_sub .menuML {
        display: block;
    }
    .mobile_viewbox{
        display: block;
    }
    .left_proJect_warp.desktop_view{
        display: none;
    }
    .city-filter-fixedMobile {
        display: block;
    }
}
@media(max-width: 767px){
    .page_main_heading {
        display: block;
    }
    .propdetail-top.posR {
        width: 100%;
    }
    .propdetail-top-price {
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }
    .banner_slider .col-md-8 {
        padding-right: 12px;
    }
    .banner_slider .col-md-4 {
        padding-left: 12px;
    }
    .right_bannerimg {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .right_bannerimg .imagelist {
        width: 49%;
    }
    .rightTabImg {
        position: relative;
        right: 0;
        width: 100%;
        margin-top: 30px;
    }
    .complete_tab {
        padding-right: 0%;
        margin: 0;
        padding: 20px 0px 0;
    }
    .location_depath ul li {
        width: 100%;
        padding-right: 0px;
    }
    .sheet_price button {
        width: 100%;
        margin-bottom: 20px;
    }
    .amenities_would_love ul li {
        width: 31%;
    }
    .faq_warpper .accordion-item h2 button.accordion-button {
        font-size: 15px;
    }
    .project_wapper .projectbox {
        margin-bottom: 40px;
        width: 100%;
    }
    .project_wapper {
        display: block;
    }

}
@media(max-width: 500px){
    .amenities_would_love ul li {
        width: 47%;
    }
    .location_depath ul li span.step1 {
        min-width: 70px;
    }
    h2 {
        font-size: 21px;
        line-height: 1.3;
    }
    .floor_type p.priceText2 {
        font-size: 24px;
    }
    .left_proJect_warp ul li, .get_incall ul li {
        width: 100%;
        margin-right: 0;
    }
    .visit_tourform {
        padding: 22px 15px;
    }
    .instant_listbox ul li {
        width: 31.333%;
        font-size: 13px;
    }
    .call_bottom li {
        margin-bottom: 7px !important;
    }
}