   
   
   
   
   .bg-blur{
    /*background-color: rgba(255, 255, 255, 0.30); */
    background-color:#df7830; 
    backdrop-filter: blur(10px); /* Blur effect */  
    border-radius:30px;
   }
   
   .br-20{
       border-radius:20px;
   }
   
   <!--add counter-->
 
    .section-spacer {
        background-color: #e5c72c !important;
        color: #fff;
        padding: 50px 0;
    }
    .bottom-container {
        background-color: #fff;
        padding: 20px;
        margin-top: 20px;
    }
    .text-red {
        color: #f5bc2a !important;
        font-weight: bold;
        margin-bottom: 0;
    }
    .item-single {
        margin: 0 10px;
        text-align: center;
    }
    .btn-orange {
        background-color: #f5bc2a;
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 20px;
    }
    .btn-orange:hover {
        background-color: #f39c12;
        color: #fff;
    }

   
    .rera-wrapper p {
    font-size: 12px !important;
    }
    
    @media(max-width: 767px) {
    figure.footer-qrcode-wrapper.d-flex.mb-0 {
    margin-top: 15px;
    margin-bottom: 10px !important;
    }
    }
  

  @media only screen and (max-width: 600px) {
  .new-mobile-view {
    display:block;
  }
}
@media only screen and (min-width: 600px) {
  .new-mobile-view {
    display:none;
  }
}

.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.card h3 {
    font-size: 40px;
    color: #333;
    margin-bottom: 10px;
}

.countdown-icon {
    font-size: 50px;
    color: #007bff;
}

    p.img-caption {
    background-color: #fff;
    width: fit-content;
    position: absolute;
    bottom: -2px;
    right: 11.5%;
    color: #000;
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    }
    
    p#db_result {
    margin: 0;
    padding: 15px 0;
    color: green;
    }
a.button-jittery-btn {
    /*background-color: #c61f40;*/
    background-color:#df7830;
    color: #fff;
    padding: 10px;
    text-decoration: blink;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 50px;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    
}
.middle-btn{
border-left: 2px solid;
    border-right: 2px solid;
}
.vpt-btn{
   border-bottom: 2px solid; 
}
ul.listing li {
    padding: 11px 0;
    border-bottom: 1px solid #c61f40;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}
p{
    margin:0px;
}
section.project-specific {
    background-color: #e5c70b;
}
.db-btn-btn{
    background-color: #c61f40;
    color: #fff;
    width: 260px;
    display: inline-block;
    padding: 10px;
    text-decoration: blink;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 50px;
}
.col-md-5.book-section-form h2 {
    font-size: 41px;
}
.pricelist-container .price_list_box {
    /*background: #f1ecda;*/
    color: #000;
    padding: 35px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.pricelist-container .pricelist_heading {
    font-size: 26px;
    font-weight: 600;
}
.pricelist-container .priceboxesdiv {
    flex-wrap: wrap;
    gap: 59px 0;
    width: 100%;
}
.pricelist-container .property-type {
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 30px;
    border-bottom: 1px solid black;
}
.pricelist-container .sizediv {
    padding: 15px 0;
    margin-bottom: 25px;
    font-size: 22px;
}
.pricelist-container .pricetext {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 22px;
}
.appbtn {
    padding: 11px 20px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    color: white;
}
.gradient {
    /*text-shadow: 0 3px 6px #261b07;*/
    /*background: #c61f40;*/
  background-color:#df7830;
    /*background-size: 400% 400%;*/
}
    .title-sub {
        font-size: 24px;
        color: #dc3545;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .pricelist-container .head h4.heading {
    font-size: 29px;
}

    .typology {
        font-size: 23px;
        font-weight: 600;
    }
    
  
  .modal-dialog {
      
      margin: 1.75rem auto;
  }

  .modal-content {
      padding: 20px;
  }

  @media (max-width: 576px) {
      
      .modal-content{
          width:90%;
      }
      .modal-header {
          padding: 10px 15px;
      }

      .modal-body {
          padding: 10px 15px;
      }

      .form-group {
          margin-bottom: 15px;
      }

      
  }
  

  .error
{
  color: red;
  size: 80%
}
.hidden
{
  display:none;
}
  
.vs-btn {
            cursor: pointer !important;
        }
        .button-jittery {
            animation: jittery 4s infinite;
        }


        .button-jittery:hover {
            animation: heartbeat 0.2s infinite;
        }


        @keyframes jittery {

            5%,
            50% {
                transform: scale(1);
            }

            10% {
                transform: scale(0.9);
            }

            15% {
                transform: scale(1.15);
            }

            20% {
                transform: scale(1.15) rotate(-5deg);
            }

            25% {
                transform: scale(1.15) rotate(5deg);
            }

            30% {
                transform: scale(1.15) rotate(-3deg);
            }

            35% {
                transform: scale(1.15) rotate(2deg);
            }

            40% {
                transform: scale(1.15) rotate(0);
            }
        }

        @keyframes heartbeat {
            50% {
                transform: scale(1.1);
            }
        }

.btn-custom {
   background-color:#df7830;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-decoration: blink;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px !important;

}
a.button-jittery-btn {
    height: 45px;
}
a.db-btn-btn {
    background-color:#df7830;
    color: #fff;
    width: 171px;
    padding: 13px 8px;
    text-decoration: blink;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
    border: 4px solid #ffffff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
}
@media (max-width: 576px) {
    .modal-dialog {
        margin: 1rem;
    }
    .modal-content {
        padding: 1rem;
    }
}

.modal-header .btn-close {
    margin: -1rem -1rem -1rem auto;
}

.error {
    color: red;
    font-size: 0.875rem;
}

.d-none {
    display: none !important;
}
  .mobile-v-b{
      height: 90vh;
  }
 @media (max-width: 767px) {
            .mobile-v-b {
                height: 30vh;
            }
        }
.project-specific img {
    width: 100%;
    max-width: 428px;
    object-fit: contain;
}
a.db-btn-btn-btn {
    /*background-color: #c61f40;*/
    background-color:#df7830;
    color: #fff;
    width: 240px;
    padding: 13px 8px;
    text-decoration: blink;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
    border: 4px solid #ffffff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
}
.main-form {
    right: 10%;
    width: 27%;
    border-radius: 6px;
}
/*.btn-cutom-first {*/
/*    width: 100%;*/
/*    border-radius: 6px;*/
/*    border: 3px solid #999999 !important;*/
/*}*/
.btn-custom, .appbtn, a.db-btn {
    border: 4px solid !important;
    border-radius: 30px;
}


@media screen and (min-device-width: 320px) and (max-device-width: 425px) { 
    a.button-jittery-btn {
    height: 40px;
    padding:0px;
}
.vpt-btn-text {
    font-size: 10px;
    font-weight: 800;
}
.middle-btn {
    border-left: 1px solid;
    border-right: 1px solid;
}
.vpt-btn {
    border-bottom: 1px solid;
}
.book-section-form h2 {
    font-size: 22px !important;
    text-align: center;
    font-weight: 600;
}
.main-form-sec h4 {
    text-align: center;
}
.book-section {
    padding: 0px 0px 0px 24px !important;
}
.pricelist-container .price_list_box {
    width: 350px;
}
.appbtn {
        padding: 10px 30px;
        font-size: 16px;
        border: 2px solid white;
    }
.pricelist-container .priceboxesdiv {
    flex-wrap: wrap;
    gap: 24px 0;
    width: 100%;
}
.plan-img-div {
    border-bottom: 1px solid;
}
.plan-img-div img {
    width: 100%;
    max-width: 281px;
    height: 281px;
    object-fit: fill;
    padding: 18px 0px;
}
a.appbtn{
    top: 41% !important;
}
.pricelist-container .pricelist_heading {
    font-size: 20px;
    font-weight: 500;
}
.pricelist-container .pricetext, .pricelist-container .sizediv {
    padding: 15px 0;
    margin-bottom: 25px;
    font-size: 19px;
}
button.appbtn.gradient {
    width: 100%;
}
.pricelist-container .pricetext, .pricelist-container .sizediv {
        padding: 7px 0;
        margin-bottom: 16px;
        font-size: 19px;
    }
    
    a.db-btn-btn-btn {
    border: 2px solid #ffffff;

}
.btn-custom {
    width: 100%;
    margin-top: -15px;
    font-size: 16px;
}
a.db-btn.button-jittery {
    border: 2px solid white;
    border-radius: 5px;
}
.main-form {
    right:unset;
    width: unset;
    border-radius: 6px;
}
}

@media screen and (min-device-width: 200px) and (max-device-width: 360px) { 
  a.db-btn-btn {
    width: 142px;
    font-size: 12px;
}
.pricelist-container .price_list_box {
        width: 307px;
    }
}

div#kenytChatBubble {
    /*display: none !important;*/
}









