body {
  background: #fff;
  font-family: 'Poppins', sans-serif;

}
select:focus {
    outimeine: 0px 0;
    box-shadow: none;
}
h1, h2, h3, h4, h5 {
  font-family: 'Ubuntu', sans-serif;
}
a {
    color: #ef4795;
    text-decoration: underline;
}
.card-title {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 22px;
}
/*==================================topheader=======================================*/
.navbar-brand {
   width: 30%;
    padding: 0;
    margin: 10px 0 0;
}
.navbar-brand img {
  width: 13%;
    position: relative;
    bottom: 6px;
    margin-bottom: 0px;
    float: left;
    margin-right: 13px;
    border-radius: 5px;
}


.navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.375rem;
    content: "";
}
.dropdown-menu {
    color: #333;
    border: 0px solid rgba(0,0,0,.15);
    border-top: 5px solid #30e0bc;
    box-shadow: 0 0px 10px #c7c7c7;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff!important;
    font-weight: 600;
    margin: 0 20px;
     box-shadow: inset 0 0 0 0 #2bf0a3;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
     border-radius: 5px;
     padding: 0;
     font-size: 15px;
}

.navbar-dark .navbar-toggler {
   color: rgb(255 255 255 / 76%);
    border-color: transparent;
}
.navbar-dark .navbar-nav .nav-link:hover {
   color:#fbe474!important;
}
.navbar {
z-index: 999;
    padding: 2px 30px;
    z-index: 2;
    width: 100%;
  background-image: linear-gradient( 248deg, rgb(233 74 184) 11.2%, #4229cd 91.1% );
   
}
li.nav-item {
    margin: 17px 0;
}


.btn.btn-info {
    border-radius: 5px;
    border: 1px transparent;
    font-size: 16px;
    padding: 12px;
    color: #fff;
    background-image: linear-gradient( 109.8deg, rgb(119 106 131) -5.2%, rgb(61 29 195) -5.2%, rgba(216,68,148,1) 103.3% );
}
.btn.btn-info:hover {
   border: 1px transparent;
    background-image: linear-gradient( 282deg, rgb(119 106 131) -5.2%, rgb(61 29 195) -5.2%, rgba(216,68,148,1) 103.3% );
    }
.btn-lg.btn-primary {
   border: 1px transparent;
   font-size: 16px;
    padding: 12px;
  background-image: linear-gradient( 109.8deg, rgb(119 106 131) -5.2%, rgb(61 29 195) -5.2%, rgba(216,68,148,1) 103.3% );
}
 .btn-lg.btn-primary:hover {
   border: 1px transparent;
    background-image: linear-gradient( 282deg, rgb(119 106 131) -5.2%, rgb(61 29 195) -5.2%, rgba(216,68,148,1) 103.3% );
}


.blockbtn i {
    font-size: 18px;
}
/*==================================topheader=======================================*/
/*==================================homeslider=======================================*/

.homeslider img {
    height: 290px;
    width: 100%;
}

.caption {
    position: absolute;
    right: 30%;
    bottom: 3.25rem;
    left: 3%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 45%;
   padding: 20px;
    border-radius: 5px;
    z-index: 9999;
}

.homeslider:after {
    height: 395px;
    background: #0c0c0cb8;
    content: "";
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    z-index: 0;
}
.homeslider h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.homeslider h2 {
     color: #fff;
    font-weight: 300;
    font-size: 20px;
}
.homeslider h3 {
    font-size: 20px;
    color: #dddddf;
    line-height: 1;
}
.pro-logo {
   background: #fff;
    float: left;
    margin-right: 20px;
   border-radius: 10px;
   margin-top: 12px;
}
.pro-title {
    float: left;
}
.pro-logo img {
   width: 70px;
    height: 70px;
    border-radius: 5px;
    
}
.pro-titimee {
    float: right;
    width: 78%;
}
.carousel-indicators  {
    display: none;
}
.homeslider h2 span {
    background: #9d8affc4;
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 5px;
    font-weight: 400;
    position: relative;
    left: 6px;
    top: -2px;
}
.homeslider h2 b {
     font-size: 15px;
    margin-right: 5px;
    font-weight: 500;
    color: #ffd331;
}
.homeslider .pro-title {
    float: left;
    width: 75%;
    align-items: center;
    vertical-align: middle;
}
.sliderbtn {
    position: absolute;
    bottom: 36px;
    z-index: 999;
    left: 150px;
}
.btntop {
    font-size: 13px;
    color: #ddd;
    padding: 2px 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}
.btntop:hover {
    color: #ddd;
}
.btntop1 {
   background: #f7d3e0!important;
    color: #cb2654!important;
    border: 1px solid #f7d3e0;
    font-weight: 500;
}
.right-icon {
    float: right;
   position: relative;
    z-index: 999;
    margin-top: -65px;
}
.right-icon li {
    float: left;
    position: relative;
      z-index: 999;
    font-size: 13px;
    padding: 10px;
    list-style: none;
    transition: .2s ease-in-out transform;
}
.right-icon li a {
   color: #ddd;
   text-decoration: none;
   
}
.right-icon li:hover {
    color: #ef4795!important;
    transform: translate3d(5px, 0, 0);
    
}
.right-icon li:hover i {
    color: #ef4795!important;
    transform: translate3d(5px, 0, 0);
    transition: .2s ease-in-out transform;
}
.right-icon i {
    transition: .2s ease-in-out transform;
}
.right-icon li i {
   background: #f7e5ec;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fb537a;
    margin-right: 3px;
}
.right-icon li .btn.btn-danger {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 12px;
}
/*==================================homeslider=======================================*/
/*----------------------------------------single-property------------------------------------*/
.blockimg img {
    width: 850px;
    border-radius: 15px;
}
.single-pro {
    float: left;
    width: 100%;
}

.single-pro-start {
    float: left;
    width: 100%;
   padding: 40px 0;
   background:#fff;
}
.card {
 border-radius: 15px;
 padding: 15px 25px 25px;
border-bottom: 0;
box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
border-top: 4px solid #c8c1f3;
border-left: 0px ;
border-right : 0px ;
overflow: hidden;
}
.shadow {
    box-shadow: 0 3px 20px 0 #ddd!important;
}
.card-titimee {
    margin-bottom: 0.5rem;
    font-weight: 800;
}
.details .card-header {
    background: transparent;
    padding: 10px 0px 15px;
    border: 0;
}
.details .card-header h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
}
.details .card-body {
   flex: 1 1 auto;
    padding: 1.5rem 2rem 1rem;
    background: #f4f2ff;
    border-radius: 10px;
}


.details p {
    line-height: 36px;
}
.bi.bi-star-fill {
    color: #fba913;
}
.heading-titimee {
    color: #212121;
    font-weight: 500;
    min-width: 150px;
    display: inline-block;
    font-size: 14px;
}
.heading-title {
    width: 45%;
    display: inline-block;
}
.product-details .amenities-list {
    display: flex;
    flex-wrap: wrap;
   padding: 0 20px 20px;
    background: #f4f2ff;

}
.product-details img {
  width: 50px;
  height: 50px;
    margin-right: 10px;
    background-color:#7B67E9;
    padding: 6px;
    border: 1px solid #e8e9f1;
    border-radius: 6px;
    box-shadow: 0px 4px 18px 0px rgb(188 192 202 / 26%);
    float: left
}
.product-details li {
    width: 50%;
    position: relative;
    line-height: 30px;
    padding: 8px;
    margin: 3px 0;
    list-style: none;
    font-size: 15px;
    float: left;
    font-weight: 600;
}
.product-details ul {
    padding: 0;
}
.cfp-value {
    font-weight: 500;
    color: #444;
}
.bi.bi-check-circle-fill {
    color: #7b67e9;
    margin-right: 5px;
}



i.bi.bi-check2-square {
    color: #7a22ea;
    font-size: 15px;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%!important;
}
.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: initial;
    width: 100%!important;
    height: 100%;
}
iframe {
    border: 0;
    width: 100%;
    max-width: 100%;
    height: 350px;
    border-radius: 20px;
}
.socialbtn i {
    color: #333;
}
.socialbtn a {
    color: #222;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}
.socialbtn img {
    width: 20px!important;
    height: 20px!important;
    border: 0!important;
    filter: invert(1);
    border-radius: 3px;
    margin-right: 10px;
}


.social-media i {
    color: #fff;
    border: 1px solid;
    padding: 6px 9px;
    border-radius: 50%;
    font-size: 16px;
}
.social-media a {
    text-decoration: none;
}
 .social-icon .bi.bi-facebook {
    color: #3b5998;
}
.social-icon .bi.bi-twitter {
    color: #55acee;
}
.social-icon .bi.bi-instagram {
    background: -webkit-linear-gradient(45deg, #3d009f, #e91e63 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.social-icon .bi.bi-youtube {
    color: #f30707;
}
.social-icon .bi.bi-linkedin {
    color: #065CBA;
}
.social-icon .bi.bi-pinterest {
    color: #DF0022;
}
.social-icon a{
   text-decoration: none;
   font-size: 20px;
   padding: 0 5px;
}
.share-icons .card-body {
    flex: 1 1 auto;
    padding: 1rem 2rem 1rem;
    background: #f4f2ff;
    border-radius: 10px;
}
.sub-linlk {
    display: block;
    text-align: center;
    padding: 6px 0 10px;
}
.sublink i {
    transition: .2s ease-in-out transform;
}
.sub-linlk a {
   font-weight: 700;
    padding: 10px 0px 2px;
    color: #303030;
    text-decoration: none;
    border-bottom: 2px solid#575758;
    margin: 15px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.sub-linlk a:hover i{
  color: #ef4795!important; 
  transform: translate3d(5px, 0, 0);
}
.sub-linlk a:hover {
  color: #ef4795!important; 
  border-bottom: 2px solid #ef4795;
  transform: translate3d(5px, 0, 0);
}
/*----------------------------------------listing-display------------------------------------*/
/*----------------------------------------model------------------------------------*/
.modal-header {
    background: #4D45B5;
    color: #fff;
}
.contactbtn .btn-success {
    border-radius: 5px;
    border: 1px transparent;
    font-size: 16px;
    padding: 12px;
    color: #fff;
    background-image: linear-gradient( 109.8deg, rgb(119 106 131) -5.2%, rgb(61 29 195) -5.2%, rgba(216,68,148,1) 103.3% )!important;
}
.modal-content {
   border: 0px solid rgba(0,0,0,.2);
    
   } 

.modal-content .form-control {
    padding: 1rem 0.75rem;
    font-size: 14px;
    line-height: 2.5;
    border-color: #f3f6f9;
    color: #3f4254;
    border: 2px solid #ebebeb;
    box-shadow: none;
    border-radius: 0.25em;
    background: transparent;
    transition: all .2s linear;
    height: 55px;
}
/*----------------------------------------model------------------------------------*/

/*----------------------------------------contact-form------------------------------------*/

.form-control {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
    font-size: 16px;
    font-weight: 600;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    position: relative;
    background-color: #fff;
    text-align: left;
    transition: color 0.3s!important;
}
form {
    background: #fff;
    padding: 0px 20px 10px;
    border-radius: 6px;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    font-size: 15px;
    color: #777;
}

.block-left {
   width: 64%;
    margin-right: 20px;
}
.form-top.alert.alert-danger {
    background: transparent;
    border: 0;
    text-align: center;
    line-height: 0;
    color: #ef0d23;
    padding: 5px;
}
.form-top.alert.alert-danger ul {
    list-style: none;
    padding: 0;
}
.form-top.alert {
  padding: 5px;
    
}
.alert-danger {
    color: #ff2828;
    background-color: #fee;
    border-color: #fdd8d8;
    padding: 4px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}
.alert .alert-danger li {
    line-height: 2;
    font-size: 14px;
}
::placeholder{
    color: #333!important;
  }  
 .form-floating>label {
   color: #121212;
    font-size: 16px;
    font-weight: 500;
}
/*----------------------------------------contact-form------------------------------------*/
/*----------------------------------------aside-usercontact------------------------------------*/

.user-contact {
  position: sticky;
    top: 20px;
    z-index: 2;
    background: #f0e6fb!important;
    padding: 30px 30px;
    border: 0;
    border-radius: 20px;
   }
.user-contact img {
    float: left;
    width: 60px;
    height: 60px;
    border: 3px solid #a39c9c57;
    margin-right: 10px;
}
.userimg {
  width: 22%;
}
.usercontent {
   float: left;
    width: 70%;
    margin: 5px 0 0;
}
.usercontent span {
    margin: 0;
    color: #666;
    font-size: 14px;
}
.user-contact h3 {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px
}
.user-contact .card {
    border-radius: 15px;
    padding: 25px 30px 25px;
    border: 0;
}
.user-name {
    color: #654ccb;
    font-size: 19px;
    margin: 0;
}

.usercontact  .btn1 {
     font-size: 13px;
    color: #5364d9;
    text-decoration: none;
}
.btn1:hover {
    font-size: 13px;
    background : #5364d9;
    text-decoration: none;
    color: #cedaf9;
}
.usercontact .btn2  {
     font-size: 13px;
    color: #e94a9b;
    text-decoration: none;
}
.btn2:hover  {
    background: #f93f73;
    color: #f9cddf;
    text-decoration: none;
}
.usercontact li {
    list-style: none;
    float: left;
    border-radius: 5px;
}

.usercontact i {
    margin-right: 3px;
}
.details p {
    line-height: 38px;
    color: #444;
    font-size: 15px;
}
.about li {
    list-style: none;
    line-height: 38px;
    font-size: 15px;
    font-weight: 500;
    color: #444;
}
.bi.bi-patch-check-fill {
   color: #4a994a;
    position: relative;
    top: -5px;
   font-size: 17px;
    padding-left: 5px;
}
.rec {
    font-size: 16px!important;
    color: #7a7a7a!important;
    margin: 0;
    line-height: 22px!important;
}
.usercontact span {
    color: #323131!important;
    font-size: 15px;
}
.socialbtn {
  
    margin-left: 67px;
    margin-top: 3px;
    margin-bottom: 5px;
}
.banner {
    width:100%;
}
.banner img {
    width: 372px;
    border-radius: 10px;
}
.agent-block {
    float: left;
    width: 100%;
    background: #cdbedd4a!important;
    padding: 20px 20px 15px;
    margin: 0 0 15px;
    border-radius: 10px;
}

/*==================================builder-info=======================================*/
.builder-info {
   float: left;
    width: 100%;
    padding: 15px 0;
}
.bulider-des {
     display: flex;
}
.buil-sm {
    padding: 10px 35px 0 0px;
}
.bulider-des span {
    font-size: 13px;
    color: #999;
}
.bulider-des h4 {
 font-size: 16px;
}

.bui-title a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}
.bui-logo {
    float: left;
    margin-right: 20px;
    width: 12%;
    border-radius: 10px;
}
.bui-logo img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}
.btnblock {
    padding-left: 96px;
    margin: 10px 0;
}
.btn1 {
    background: #cedaf9;
    margin-right: 10px;
    font-size: 13px;
    color: #5364d9;
    padding: 5px 8px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}
.btn2 {
    background: #f9cddf;
    margin-right: 10px;
    font-size: 13px;
    color: #f93f73;
    padding: 5px 8px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
     margin-bottom: 5px;
}
/*==================================builder-info=======================================*/
/*==================================floor-pan=======================================*/

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #7b67e9;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-item {
   border: 0px solid rgba(0,0,0,.125);
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outimeine: 0;
    box-shadow: 0 0 0 .25remrgba(13,110,253,.25);
}
.accordion-button {
   
    color: #ffffff;
    background-color: #7b67e9;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    margin: 4px 0;
}
.accordion-button::after {
    content: "\F13A";
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    font-family: bootstrap-icons;
    background-image: none!important;
    transition: transform .2s ease-in-out;
    color: #fff;
}
.accordion-body img {
  width: 100%;
}
/*==================================floor-pan=======================================*/
/*==================================gallery=======================================*/

.gallery img{
    width: 100%;
}
.gallery .col-md-3.col-lg-4 {
    padding: 5px 5px 5px 5px;
}
.gallery img {
    border-radius: 10px;
}
/*==================================gallery=======================================*/
/*==================================time-line=======================================*/

.time-item .avatar {
    z-index: 2
}

.circle {
    border-radius: 500px
}

.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414)
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, .15);
    padding: 0;
    margin: 0
}
.time-content i {
    margin-right: 7px;
}
.p-4 {
    padding: 1.5rem !important
}

/*.block,
.card {
    background: #fff;
    border-width: 0;
   border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin-bottom: 1.5rem
}
*/


.time-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.time-item>* {
     padding: 10px;
    font-weight: 500;
    color: #333;
}

.time-item .avatar {
    z-index: 2
}

.time-item:last-child .time-dot:after {
    display: none
}

.time-item.active .time-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.time-item:last-child .time-dot:after {
    display: none
}

.time-item.active .time-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.time-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.time-dot:after,
.time-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.time-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.time-item.active .time-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, .2)
}

.time-dot {
    position: relative;
    border-color: rgba(160, 175, 185, .15)
}

.time-dot:after,
.time-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.time-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}

.time-content p:last-child {
    margin-bottom: 0
}

.time-date {
    font-size: .85em;
    margin-top: 2px;
    min-width: 100px;
    max-width: 100px
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

.b-warning {
    border-color: #f4c414!important;
}

.b-primary {
    border-color: #448bff!important;
}

.b-danger {
    border-color: #f54394!important;
}
/*==================================time-line=======================================*/
/*=================================nearby=======================================*/


.pro-des .pro-logo {
   background: #6D5DCB;
    padding: 5px;
    margin: 0px 8px 0 0;
    float: left;
    width: 25%;
}
.pro-des .pro-logo img {    
    width: 36px;
    height: 36px;
}
.pro-des h4 {
   font-size: 15px;
    color: #333;
    margin: 4px 0 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    vertical-align: middle;
}
.pro-des h5 {
   font-size: 18px;
    margin: 0 0 4px;
}
.pro-des {
    padding: 10px 12px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 0 20px #ddd;
    float: left;
}
.nearby {
    justify-content: center;
    display: inline-block;
    color: #fff;
    padding: 0;
}

.nearby  li {
   float: left;
    margin: 5px 5px;
    list-style: none;
    width: 31%;
    display: grid;

}
.pro-title {
  float: left;
    width: 70%;
    align-items: center;
    vertical-align: middle;
}
/*=================================nearby=======================================*/
.facilities img {
    width: 33px;
    height: 33px;
    margin-right: 10px;
    float: left;
    filter: brightness(0.1);
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}
.facilities li {
    width: 49%;
    position: relative;
    padding: 8px;
    margin: 0px 0;
    list-style: none;
    font-size: 15px;
    float: left;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
}
/*=================================nearby=======================================*/
/*=================================scroll to top=======================================*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99999;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #6D5DCB;
  color: white;
  cursor: pointer;
  padding: 4px 18px;
  border-radius: 4px;
}
#myBtn i {
    display: block;
    font-size: 20px;
}
 .cata h3  {
 text-align: left;
    font-size: 22px!important;
    margin: 13px 0 0;
    color: #333;
    text-decoration: none;
}
.cata h3:hover  {
 color: #ef4795;
 text-decoration: underline;
}
 .cata  {
 text-decoration: none;
}
.cata img {
    float: left;
    width: 23%;
    margin-right: 5px;
    border: 0;
}
 .catalogue {
    background: #d7cec05e!important;
    padding: 4px 10px 4px!important;
    border: 1px solid #ddd!important;
    border-radius: 10px;
    margin-top: 12px;
}
.backto {
    text-align: center;
     margin: 10px 0 0;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.backto:hover {
    color: #ef4795;
}
.backto:hover i {
    color: #ef4795!important;
    transform: translate3d(-4px, 0, 0);
}

.backto i {
    transition: .2s ease-in-out transform;
}
.topheader .backto {
    margin: 0!important;
    color: #fff!important;
    display: block;
    
}
.topheader .backto:hover {
    color: #ef4795!important;
}
.topheader {
    background: #380972;
    padding: 2px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}
/*==================================disclaimer=======================================*/
.disclaimer {
   float: left;
    width: 100%;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 10px 15px;
    color: #999;
    font-size: 15px;
}
.disclaimer p {
    color: #999;
    margin: 0;
    padding: 10px;
    font-weight: 400;
}
/*==================================footer=======================================*/


.footer {
    background: #111026f7;
    color: #ddd;
   padding: 40px 0px 0;
    background: url(../images/footerbkg.jpg) center;
    background-size: cover;
     float: left;
    width: 100%;
}

.footerlogo img {
    width: 40%;
    margin-bottom: 20px;
    margin: 10px auto 20px;
}

.bottomfooter {
    float: left;
    width: 100%;
    background:#181818c4;
    padding: 10px 60px;
    font-size: 14px;
     color: #ddd;
}
.bottomfooter a{
    color: #ddd;
    font-size: 14px;
    text-decoration: none;
   
   
}
.bottomfooter a:hover{
   color: #f7af16!important; 
}

.contactdetail {
    float: none;
    display: flex;
    list-style: none;
    justify-content: center;
}
.contactdetail li {
    margin-right: 30px;
    font-weight: 600;
    color: #12253a;
}
.contactdetail i {
   background: #e3fbf5;
    padding: 5px 8px;
    border-radius: 50%;
    margin-right: 5px;
    color: #12253a;
}
.footer_start h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    background: #1a2f41;
    width: 36%;
    margin: 0px auto 40px;
    padding: 4px;
    border-radius: 5px;
    font-size: 26px;
}
.weblink {
    float: right;
    text-align: left;
}
.copyright {
    float: left;
}
.copyright ul {
   padding: 0;
}
.copyright li {
    float: left;
    color: #ddd;
    list-style: none;
   font-size: 15px;
}
.copyright li a {
    float: left;
    color: #ddd;
    font-size: 13px;
}

.webdesign {
    color: #ddd;
      font-size: 15px;
      float: right;
}
.webdesign a {
    color: #ddd;
      font-size: 15px;
      text-decoration: none;
}
.webdesign a:hover {
    color: #fbe474;
}

/*filter-section*/

.filter-section .h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.range-slider-tooltip {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 0.25rem;
    padding: 0.25rem 0.5rem;
    transform: translateX(-50%);
    border: 1px solid #efecf3;
    border-radius: 50rem;
    background-color: #fff;
    color: #454056;
    font-size: .75rem;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 0.125rem 0.125rem -0.125rem rgb(31 27 45 / 8%), 0 0.25rem 0.75rem rgb(31 27 45 / 8%);
}
.range-slider-handle:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.6435rem;
    height: 0.6435rem;
    margin-top: -0.32175rem;
    margin-left: -0.32175rem;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.575rem 1.125rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666276;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d5d2dc;
    border-radius: 0.5rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.575rem 1.125rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #454056;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d2dc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    box-shadow: inset 0 1px 2px transparent;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.range-slider-track.range-slider-track-1 {
    background-color: #fd5631;
}
.range-slider-handle {
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -0.4375rem;
    border-radius: 50%;
    background-color: #fd5631;
}
.range-slider {
    width: 100%;
    height: 0.25rem;
    margin-top: 3rem;
    margin-bottom: 1.75rem;
    border-radius: 0.375rem;
    background-color: #e2e0e7;
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.btn-outline-secondary {
    color: #454056!important;
    border-color: #d5d2dc;
    padding: 10px 15px!important;
    
}
.btn-outline-secondary:hover {
    color: #fff!important;
    background-color: #7B67E9;
    border-color: #9e84e6;
}
.btn-outline-secondary:focus {
    color: #fff!important;
    background-color: #7B67E9;
    border-color: #9e84e6;
}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff!important;
    background-color: #6d5dcb;
    border-color: #6d5dcb;
    box-shadow: 0px 0px 0px 4px #c6c0ea;
}
.floorplan-wrapper .form-check-input[type=checkbox] {
    border-radius: 0.25em;
   
}

.floorplan-wrapper img{
    border-radius: 10px;
    margin-bottom: 15px;
    height: 120px;
    width: 100%;
}
.floorplan-wrapper .form-check {
    display: block;
    min-height: 1.5rem;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}
.plan1{
margin-left: 0px!important;
 }
.plan2 {
    margin-left:8px;
}
.lot {
   float: left;
    text-align: center;
    background: #ddddddad;
    margin: 0px 8px 12px;
    vertical-align: middle;
    border-radius: 5%;
    padding: 27px 28px;
    border: 2px solid #2222220a;
    width: 22%;
    
}
.lot a {
    text-decoration: none;
    }
.lot a p {
  font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #6d5dcb;
    margin: 0px 0px;
    vertical-align: middle;
    border-radius: 50%;
    padding: 20px 12px;
    color: #fff;
}
.lot a p:hover {
  background:#887ad9;
    
}
.pro-lot {
    overflow-y: scroll;
    max-height: 360px;
}
.lot a .red {
    background: #fa5787!important;
}
.lot a .orange {
    background: orange!important;
}
.lot a .purple {
    background: purple!important;
}
.lot a .blue {
    background: #7268f6!important;
}
.lot a .green {
    background:#49b17a!important;
}
.detail {
    min-height: 470px;
}
.plan {
    width: 40%!important;
    float: left;
    margin-right: 15px;
    list-style: none;
}
.plan .card {
   
    padding: 10px 10px 10px;
     border-radius: 10px;
}
.plan .card {
   
    padding: 10px 10px 10px;
     border-radius: 10px;
}
.plan  .nav-link {
    color: #333;
    font-weight: 600;
    padding-top: 2px;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
    padding-left: 6px;
}
.plan-img{
height:180px;
width: 100%;
border-radius: 10px;

}
.plan .amenity {
 float: left;
    width: 50%;
    font-size: 14px;
    display: grid;
}
.plan .amenity .count {
    background: #e2d7fa99;
    padding: 0px 0;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    margin: 5px auto;
    color: #6d5dcb;
}
.plan .amenity img {
    width: 38%;
    background: #6563f1;
    padding: 2px;
    border-radius: 4px;
}
.plan .squre {
    position: absolute;
    top: 193px;
    background: #ffffffd6;
    padding: 2px 10px;
    font-size: 12px;
    text-align: center;
    width: 70px;
    border-radius: 3px;
    right: 25px;
}
.plan .pbadge {
   position: absolute;
    top: 60px;
    left: 20px;
}
.all-amenity{
   text-align: center;
    display: flex;
    padding: 12px 0 8px;
}
.plan-grid  {
    max-width: 708px!important;
    overflow-x: scroll;
    display: -webkit-inline-box;
    padding-bottom: 25px;
}
.plan .card-footer {
   
    border: 0;
}
.filter-section .modal-body .plan {
   width: 90%!important;
    margin: auto;
    display: block;
    float: none;
}
.accordion-body .form-check {
    padding: 5px 0 10px;
}
.accordion-body img {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}
.filter-section select {
    width: 100%;
    font-size: 14px;
    color: #222;
    border: 2px solid #dbdce5;
    box-shadow: none;
    border-radius: 0.25em;
    transition: all .2s linear;
    height: 55px;
}
 .tab-scroll {
    overflow-y: scroll;
    max-height: 300px;
}

.plan2 {
    margin-left: 0;
    position: absolute;
    top: 44%;
    width: 260px;
    height: 170px;
    opacity: 0;
    left: 13%;
    min-height: 170px;
}
.project-model .modal-body {
    padding: 0px;
}
.project-model .plan .squre {
    position: absolute;
    top: 160px;
}
.project-model .plan .pbadge {
    position: absolute;
    top: 38px;
    left: 26px;
}
.project-model {
    width: 60%;
     margin: auto;
}
.btn-close {
   background: none!important; 
    
}
.btn-close:before {
font-family: 'FontAwesome';
    content: "\f00d";
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -15px;
}
.btn-close:focus {
     box-shadow:none!important;
    
}
/*filter-section*/
/*==================================footer=======================================*/
@media only screen and (max-width: 1024px){
.footer_start h1 {
      width: 60%;
    
}
.caption {
    width: 100%;
}

li.nav-item {
    margin: 10px 0;
}
.navbar-dark .navbar-nav .nav-link {
    margin: 0px 10px;
    font-size: 13px;
}
.product-details li {
    width: 80%;
}
.nearby li {
 width: 45%;
}
.pro-des .pro-logo {
     width: 22%;
}
.user-contact h3 {
    font-size: 20px;
}
.userimg {
    float: left;
    width: 30%;
}
.plan {
    width: 54%!important;
    
}
}
@media only screen and (max-width: 768px){
.navbar-dark .navbar-nav .nav-link {
    color: #000!important;
    font-size: 14px!important;
}

 .btn.btn-default {
     font-size: 15px!important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-collapse {
    background: #fffdf9;
    padding: 10px 20px;
    border-radius: 6px;
}

.sliderbtn {
    left: 156px;
}
.footer_start h1 {
    width: 68%;
    font-size: 30px;
}
.single-pro .container {
    margin: auto;
    max-width: 90%;
}
.accordion-body img {
  width: 100%;
}
.footer_start h1 {
   margin-bottom: 15px;
}

.navbar-brand {
    width: 35%;
    padding: 2px 0 6px;
}
.copyright, .weblink {
    float: none;
    text-align: center;
    padding: 2px 0;
}
.block-left {
    width: 100%;
    margin-right: 20px;
}
}
@media only screen and (max-width: 425px){
 .navbar {
    padding: 3px 5px;
}
.details p {
   font-size: 13px;
}
.details .card-body {
    flex: 1 1 auto;
    padding: 0.5rem 1rem;
}
.product-details li {
   font-size: 14px;
}
.accordion-body img {
    width: 100%;
}
.homeslider h1 {
    font-size: 20px;
    margin: 0 0 3px;
}
.homeslider h2 {
     font-size: 17px;
    line-height: 25px;
}
.homeslider:after {
   height: 334px!important;
    }
.navbar-brand {
    width: 70%;
    padding: 0;margin: 0;
}

.navbar-brand img {
   bottom: 0px;
    margin-right: 9px;
   
}
.homeslider h3 {
    font-size: 14px;
    margin: 0 0 0px;
}
.navbar-dark .navbar-toggler {
    font-size: 28px;
}
.block-left {
    width: 100%;
    margin-right: 0;
}
.amenities-list li {
    width: 100%;
    padding: 5px 0;
}
.homeslider img {
    width: 100%;
    height: 265px;
}
.pro-logo img {
    height: 60px;
    width: 60px;
}
.product-details img {
    width: 40px;
    height: 40px;
}
.bulider-des {
    display: block;
}
.single-pro-start {
     padding: 45px 0;
}
.sliderbtn {
 left: 30px!important;
    bottom: 80px!important;
    margin-bottom: 10px;
}
.btntop {
    padding: 2px 2px;margin-bottom: 8px;
}
.caption {
    left: 2%;
    bottom: 10rem;
}
.pro-logo {
     margin-right: 16px;
     margin-top: 3px;
}
.heading-title {
    width: 60%;
   
}
.homeslider h2 span {
    font-size: 12px;
    top: -1px;
}
.right-icon li {
    padding: 10px 10px 0!important;
}
.right-icon {
 position: relative;
   top: -17px;
    left: -22px;
}
.sub-linlk a {
    margin: 6px;
    font-size: 14px;
    display: inline-block;
}
.sub-linlk {
     padding: 0px 0 0;
}
.details .card-header {
    padding: 10px 0px 10px;
}

.card-title {
    font-size: 20px;
}
.bui-logo {
    width: 16%;
    border-radius: 10px;
    margin: 4px 15px 0 0;
}
.btnblock {
    padding-left: 0;
    
}
.bui-logo img {
    width: 50px;
    height: 50px;
}
.bui-title a {
    font-size: 16px;
}
.buil-sm {
    padding: 5px 35px 0 0px;
}
.btn1, .btn2 {
   font-size: 12px;
}
.plan {
    width: 100%!important;
}
.plan-grid {
    max-width: 308px!important;
    padding-top: 10px;
}
.bottomfooter {
    background: #333;
    padding: 10px 20px;
   
}
iframe {
   height: auto;
    border-radius: 10px;
}
.cata h3 {
    font-size: 19px!important;
   
}
.navbar-brand img {
   
}
}
@media only screen and (max-width: 400px){
.sliderbtn {
    left: 120px;
    bottom: 25px;
}
.btntop {
    padding: 2px 2px;
    margin-bottom: 10px;
}
.sub-linlk a {
    margin: 2px;
}
.plan-grid {
    max-width: 322px!important;
   
}
.right-icon li {
    padding: 0px 5px 10px;
}
}