.text-default {
    color: #ef6a0b !important;
}

a.text-default {
    color: #ef6a0b !important;
}
.bg-default {
    background-color: #ef6a0b !important;
}
.btn-bg {
    background: rgb(152,41,30);
    background: linear-gradient(90deg, rgba(152,41,30,1) 0%, rgba(243,109,10,1) 100%, rgba(227,97,1,1) 100%);
    border: none;
}
.text-black {
    color: #212529;
}

.text-black:hover {
    color: #212529;
}

.t .font-500 {
    font-weight: 500;
}

.font-14 {
    font-size: 14px;
}
/*Menu start here*/

.form-inputs {
    position: relative;
}

.form-inputs .form-control {
    height: 45px;
}

.form-inputs .form-control:focus {
    box-shadow: none;
    border: 1px solid #000;
}
button .border-none{
    border:none !important;
}
.form-inputs i {
    position: absolute;
    right: 10px;
    top: 15px;
}

.menu-top li {
    display: inline-block;
}

.menu-top li a {
    text-decoration: none;
}
/*End Menu*/
/* Home Page */



.shadow-default {
    border-radius: 8px;
    border: 4px solid #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
}

.products-wrapper:hover {
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
    border: 4px solid #c08467;
    text-decoration: none;
}

.product-card {
    border-radius: 10px;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 6%);
    background-color: #fff;
}

.home-chocolate {
    margin: 5px 0 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.57;
    color: #24272c;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

.strik {
    text-decoration: line-through;
}
/* End Home Page */
/*Footer */

#footer {
    background: rgb(152,41,30);
    background: linear-gradient(90deg, rgba(152,41,30,1) 0%, rgba(243,109,10,1) 100%, rgba(227,97,1,1) 100%);
    border: none;
    background-size: cover;
    object-fit: contain;
    padding: 80px 0 50px 0;
}

.socila-media a i {
    color: #080808d1;
    padding-left: 15px;
    margin: 15px 0 0;
    font-weight: 300;
    font-size: 18px;
}

.socila-media a i:hover {
    color: #c08467;
    transition: .3s ease;
}

.btn-subscribe {
    background-color: #fff;
    color: #333;
}

.user-order {
    font-size: 25px;
    height: 70px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.user-card {
    background: #fff;
    border-radius: 2px;
    text-align: center;
    position: relative;
    max-width: 100%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
}

.user-card:hover {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
}
/*End footer*/
/*Login form*/

.login-wrap {
    position: relative;
    background: #fff h3;
    font-weight: 300;
}

.social-login a {
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
}

.social-login a.facebook:hover {
    background: #344e86;
}

.social-login a:hover {
    color: #fff;
}

.social-login a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-login a.facebook {
    background: #3b5998;
}

.social-login a.twitter:hover {
    background: #0d95e8;
}

.social-login a.twitter {
    background: #1da1f2;
}

.social-login a:hover {
    color: #fff;
}

.social-login a.google:hover {
    background: #e82e1e;
}

.social-login a.google {
    background: #ea4335;
}

.social-login a:hover {
    color: #fff;
}
/*Login form*/
/*Order Tracking*/

.ordertracking {
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
}
/*End Order Tracking*/
/*  */

.home-tab {
    list-style-type: none;
    background-color: #fff;
}

.product-des {
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    margin: 10px;
}

.product-sub-des {
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    height: 35px;
}

img.product-images {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
/*  */
/* Menu Drop down */

.dropbtn {
    background-color: #fbfbfd;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* .dropdown-content a:hover {
    background-color: #f1f1f1;
} */

.dropdown:hover .dropdown-content {
    display: block;
}
/* .dropdown:hover .dropbtn {
    background-color: #3e8e41;
} */
/* End Menu Drop Down */

/* Coupon */
.coupon-heading {
    font-size: 20px;
    font-weight: 300;
    color: #464646;
}
.address-heading {
    font-size: 23px;
    line-height: 1.5;
    font-weight: 400;
}
.address-subheading, .city-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.address-phone {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 25%;
}
/* End Coupon */
/* Product Page */
.productWeight {
width: 92px;
border-radius: 5px;
/* border: 1px solid #c08467; */
border: none;
color: #c08467;
margin-bottom: 9px;
}
.productWeight, .productWeightBox {
margin-right: 10px;
height: 42px;
text-align: center;
/* padding: 9px 0; */
font-size: 14px;
display: inline-block;
cursor: pointer;
font-weight: 600;
}
.productWeightBox {
width: 50px;
border-radius: 5px;
border-radius: 4px;
border: 1px solid #000;
color: #000;
}
.productWeightBox:hover{
border-radius: 5px;
border: 1px solid #c08467;
color: #c08467;
}

.my-float-nav{
background-color: #25d366;
color: #FFF;
border-radius: 50px;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
}
/* End Product Page */
.fixed-bottom {
position: fixed;
height: 100px;
bottom: 0;
width: 100%;
}

/* .rupees{
background-image: url('../images/rupees.png');
background-repeat: no-repeat;
} */
.bg-petite{
    background-image: url('../images/bg/bg-petite.png');
    border-radius: 50px;
}
.contactus-wrapper{
    margin-top: 10%;
}

@media(min-width:200px) and (max-width: 300px) {
    .mob-my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .picZoomer-pic-wp {
        width: 100% !important;
        height: fit-content !important;
    }
      .h1{
        font-size: 22px;
    }   .h5, h5 {
    font-size: 1rem;
    }
    .h4, h4 {
    font-size: 1rem;
    }
    .mr-4, .mx-4 {
    margin-right: 0.5rem !important;
    }


}
@media(min-width:300px) and (max-width: 400px) {
    .mob-my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .picZoomer-pic-wp {
        width: 100% !important;
        height: fit-content !important;
    }
      .h1{
        font-size: 22px;
    }   .h5, h5 {
    font-size: 1rem;
    }
    .h4, h4 {
    font-size: 1rem;
    }
    .mr-4, .mx-4 {
    margin-right: 0.5rem !important;
    }


}
@media(min-width:400px) and (max-width: 500px) {
    .mob-my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .picZoomer-pic-wp {
        width: 100% !important;
        height: fit-content !important;
    }
      .h1{
        font-size: 22px;
    }   .h5, h5 {
    font-size: 1rem;
    }
    .h4, h4 {
    font-size: 1rem;
    }
    .mr-4, .mx-4 {
    margin-right: 0.5rem !important;
    }


}

@media(min-width:500px) and (max-width: 600px) {
    .mob-my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .picZoomer-pic-wp {
        width: 100% !important;
        height: fit-content !important;
    }
      .h1{
        font-size: 22px;
    }
    .h5, h5 {
    font-size: 1rem;
    }
    .h4, h4 {
    font-size: 1rem;
    }
    .mr-4, .mx-4 {
    margin-right: 0.5rem !important;
    }
}

@media(min-width:600px) and (max-width: 700px) {
    .mob-my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .picZoomer-pic-wp {
        width: 100% !important;
        height: fit-content !important;
    }
      .h1{
        font-size: 22px;
    }
    .h5, h5 {
    font-size: 1rem;
    }
    .h4, h4 {
    font-size: 1rem;
    }
    .mr-4, .mx-4 {
    margin-right: 0.5rem !important;
    }
}

@media(min-width:700px) and (max-width: 800px) {
    .mob-my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .picZoomer-pic-wp {
        width: 100% !important;
        height: fit-content !important;
    }
      .h1{
        font-size: 22px;
    }
    .h5, h5 {
    font-size: 1rem;
    }
    .h4, h4 {
    font-size: 1rem;
    }
    .mr-4, .mx-4 {
    margin-right: 0.5rem !important;
    }
}

@media(min-width:800px) and (max-width: 900px) {
    .mob-my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .picZoomer-pic-wp {
        width: 100% !important;
        height: fit-content !important;
    }
      .h1{
        font-size: 22px;
    }
    .h5, h5 {
    font-size: 1rem;
    }
    .h4, h4 {
    font-size: 1rem;
    }
    .mr-4, .mx-4 {
    margin-right: 0.5rem !important;
    }
}

@media(min-width:900px) and (max-width: 1000px) {
    .mob-my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .picZoomer-pic-wp {
        width: 100% !important;
        height: fit-content !important;
    }
      .h1{
        font-size: 22px;
    }
    .h5, h5 {
    font-size: 1rem;
    }
    .h4, h4 {
    font-size: 1rem;
    }
    .mr-4, .mx-4 {
    margin-right: 0.5rem !important;
    }

}

@media(min-width:1000px) and (max-width: 1100px) {}

@media(min-width:1100px) and (max-width: 1200px) {}

@media(min-width:1200px) and (max-width: 1300px) {}

@media(min-width:1300px) and (max-width: 1400px) {}

@media(min-width:1400px) and (max-width: 1500px) {}

@media(min-width:1500px) and (max-width: 1600px) {}

@media(min-width:1600px) and (max-width: 1700px) {}

@media(min-width:1700px) and (max-width: 1800px) {}

@media(min-width:1800px) and (max-width: 1900px) {}

@media(min-width:1900px) and (max-width: 2000px) {}

@media(min-width:1000px) and (max-width: 2100px) {
    /* #experience {
        background-image: url('../images/bg/flavours_bg.png');
        background-size: cover;
        object-fit: contain;
    } */
    .carousel-item img{
        height: 450px;
    }
}

.hide-description {
    margin: 5px 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    color: #24272c;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}
.property-group{
    margin: 5px 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.57;
    color: #24272c;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}
.gradient-h5 {
    background: linear-gradient(to right,var(--orange) 24%,#000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.blinking a{
    font-weight: 700;
    font-size: 18px;
    color: red !important;
    animation: animate 
        2.5s linear infinite;
}

@keyframes animate { 
    0% {
        opacity: 0;
    }
 
    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

.child-room img{
    border-radius: 30px;
}
.border-20{
    border-radius: 20px;
}
.border-20 img{
    border-radius: 20px;
}
.godrejproperties{
    background: url(../images/godrejproperties/gorejproperty-banner.jpg);
    padding:150px 0 107px 0;
    background-size: 100% 100%;
}
.floor-plan{
    background: url(../images/godrejproperties/floor-plan.png);
    padding:150px 0 107px 0;
    background-size: 100% 100%;
}
.h0{
    font-size: 35px;
}
.amenities-icon {
    width: 77px;
    border-radius: 32% 68% 64% 36%/39% 58% 42% 61%;
    padding: 14px;
    background: rgb(152 41 30);
    margin: 0 auto 15px;
}
.dlf{
    background: url(../images/dlf/dlf.jpeg);
    padding:150px 0 107px 0;
    background-size: 100% 100%;
}
.m3m{
    background: url(../images/m3m/m3m.jpg);
    padding:150px 0 107px 0;
    background-size: 100% 100%;
}
.signature-global{
    background: url(../images/signature-global/signature-global.webp);
    padding:150px 0 107px 0;
    background-size: 100% 100%;
    
}
.health-fitness{
    background: url(../images/m3m/health-fitness.jpg);
    padding:150px 0 107px 0;
    background-size: 100% 100%;
}
.tata-health-fitness{
    background: url(../images/tatahousing/tata-health-fitness.webp);
    padding:150px 0 107px 0;
    background-size: 100% 100%;
}
.m3m-our-service{
    background: url(../images/m3m/m3m-our-service.jpg);
    background-size: 100% 100%;
    background-attachment:fixed;
}
.dlf-our-service{
    background: url(../images/dlf/salient-features.jpg);
    background-size: 100% 100%;
    background-attachment:fixed;
}
.tatahousing-our-service{
    background: url(../images/tatahousing/tatahousing.webp);
    background-size: 100% 100%;
    background-attachment:fixed;
}
.herohomes{
    background: url(../images/herohomes/herohomes.jpg);
    padding:150px 0 107px 0;
    background-size: 100% 100%;
}
.tatahousing{
    background: url(../images/tatahousing/tata-housing.webp);
    padding:150px 0 107px 0;
    background-size: 100% 100%;
}
.smallHeading{
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    height: 20px;
  }
  
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.right-sidebar{
    position: fixed;
    top: 20%;
    z-index: 999;
    right: 0;

}
