a, body, h1, h2, h3, h4, h5, h6, p, span {
    font-family: verdana;
}



ul{
  padding: 0;
  margin: 0;
}
ul li{
  list-style: none !important;
}
a{
  list-style: none !important;
  text-decoration: none !important;
}
.lp-logo img{
  background: #fff;
}
.lp-virtual-house{
  padding: 20px 0;
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #ffff;

}

.right-side{
      display: flex;
    justify-content: end;
}
.right-side ul li{
    float: right;
    padding: 0 10px;
}
.right-side i{
  padding-right: 10px;
  color: #ffc83e;
  font-size: 16px;
}
.right-side a{
  color: #fff;
}
.lp-virtual-house .row {
    align-items: center;
    display: flex;
}
.lp-banner{
  background-size: cover !important;
  width: 100%;
  padding: 80px 0;
  background: url(../image/dbs-banner-new.png) no-repeat center;

}
.lp-banner-form {
  border: none !important;
    background: #0d0d0d69;
    padding: 50px 35px;
    border-radius: 8px;
}
.lp-banner-form:focus{
 box-shadow: none;
 border-color: none !important;
 border: none !important;
}
.lvp:focus{
 border-color: none !important;  
}
.lvp{
    border-radius:6px;
    height:50px;
    color: #444;
    margin-bottom: 20px;
}
.lvp-btn {
    background: #ffc650;
    padding: 10px 28px;
    text-align: center;
    border: none;
    color: #000;
    border-radius: 6px;
}
.lp-banner-form{
  margin-top: 105px;
}
.lp-banner-text{
    margin-top: 100px;
}
.lp-banner-text h1{
  font-size: 45px;
  font-weight: 500;
  color: #fff;
}
.lp-banner-text h2{
  line-height: 50px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.BannerColorBack{
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: transparent linear-gradient(90deg, #ffc83e, #fbbd00 50%, #ffffff) 0 0 no-repeat padding-box;
}
.lp-banner .lp-align{
  align-items: center;
  display: flex;
}
.lp-banner-text p{
  font-size: 17px;
  color: #fff;
}
.btn-yellow {
    padding: 10px 25px;
    background: transparent;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    border: 1px solid #fff;
}
.btn-yellow:hover{
  color: #000;
  transition: 0.3s;
  border: 1px solid#ffc650;
  background: #ffc650;
}

/*What is Virtual Office by WeWork? css*/
.virtual-o-img img{
  margin-bottom: 20px;
  border-radius: 8px;
}
.vow-cta{
  background: #f3f9ff;
  padding: 50px 0;
}
.vow-text{
  position: relative;
  padding: 0 40px 0px 0;
  border-radius: 20px;
}
.vow-text h2{
  font-weight: 600;
  color: #023f88;
  margin-bottom: 10px;
  font-size: 35px;
}
.vow-text p{
  line-height: 25px;
  font-size: 16px;
  color: #444;
}
.circle.one {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background:linear-gradient(135deg, black 20%, #ffffff);
  margin-top: -75px;
  right: 0;
  z-index: 0;
  opacity: 0;
}



.circle.two {
      width: 80px;
    background: linear-gradient(135deg, black 20%, #ffffff);
    height: 80px;
    /* top: 10px; */
    left: 30px;
    bottom: 0;
    display: inline-block;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
}

#steam1 {
  -webkit-animation: steam1 4s ease-out infinite;
  animation: steam1 4s ease-out infinite;
}

#steam2 {
  -webkit-animation: steam2 4s ease-out 0.5s infinite;
  animation: steam2 4s ease-out 0.5s infinite;
}


@-webkit-keyframes steam2 {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-200px) translateX(20px) scale(1); opacity: 0;}
}

@keyframes steam2 {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-200px) translateX(20px) scale(1); opacity: 0;}
}

#steam3 {
  -webkit-animation: steam1 4s ease-out 1s infinite;
  animation: steam1 4s ease-out 1s infinite;
}

@-webkit-keyframes steam1 {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-200px) translateX(-20px) scale(1); opacity: 0;}
}

@keyframes steam1 {
  0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
  100% {transform: translateY(-200px) translateX(-20px) scale(1); opacity: 0;}
}

/*priceing css*/

.priceing{
  padding: 50px 0;
}
.heading-lp{
  text-align: center;
}
.heading-lp h2{
    font-size: 35px;
    color: #004082;
    font-weight: 600;
    position: relative;
}
.heading-lp span{
  font-size: 20px;
  color: #444;
}
.heading-lp h2:before {
    position: absolute;
    text-align: center;
    width: 77px;
    height: 3px;
    bottom: -5px;
    margin-left: auto;
    border-radius: 8px;
    content: '';
    background: #ffc45d;
}

.price-card {
    text-align: center;
    margin: 30px 0;
    background: #FFF;
    padding: 20px 30px 40px 30px;
    border-radius: 16px;
    box-shadow: 0px 1px 9px 1px #ededed;
}
.price-card h3{
       color: #00417f;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
/*.price-card span{
       font-size: 25px;
    color: #00417f;
    font-weight: 700;
    background: #f2f9ff;
    text-align: center;
    padding: 10px 15px;
    display: block;
    text-align: left;
}*/
/*.price-card p{
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}*/
.price-card ul {
  padding-bottom: 20px;
  margin-top: 20px;
}
.price-card ul li{
 position: relative;
    text-align: left;
    padding-left: 33px;
    padding-bottom: 7px;
    line-height: 25px;
    font-size: 15px;
}
.price-card i{
      left: 0;
    position: absolute;
    color: #00427c;
    font-size: 14px;
    /* top: 5px; */
    font-weight: 600;
    background: #ffc45d;
    /* padding: 5px; */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    line-height: 23px;
}
.price-card button{
    padding: 10px 25px;
    background: #ffc650;
    display: inline-block;
    margin-top: 10px;
    color: #444;
    width: 100%;
    display: block;
    border-radius: 8px;
    font-size: 18px;
    border: 1px solid #ffc650;
}
.price-card button:hover{
  color: #fff;
  transition: 0.5s;
  background: #00427c;
  border: 1px solid #00427c;
}
.price-card a{
    padding: 10px 25px;
    background: #ffc650;
    display: inline-block;
    margin-top: 10px;
    color: #444;
    width: 100%;
    display: block;
    border-radius: 8px;
    font-size: 14px;
    margin-right: 12px;
    border: 1px solid #ffc650;
}
.price-card a:hover{
  color: #fff;
  transition: 0.5s;
  background: #00427c;
  border: 1px solid #00427c;
}

.pack-btn {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.pack-btn1{
  font-size: 14px !important;
}
.pack-btn2{
  font-size: 14px !important;
}
button.btn-yellow.pack-btn1 {
    /* margin-left: 10px; */
    margin-right: 10px;
}

.package {
  border-radius: 8px;
  padding: 10px;

  display: block;
    background: #f2f9ff;
  text-align: left;
  font-weight: 600;
  color:#00417f ;
  font-size: 25px;
}
.package span {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
}
.duration {
    color: rgb(0, 0, 255);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.vob {
    padding: 50px 0;
    background: #f0f9ff;
}
.vob-ic{
  margin-top: 20px;
  border-radius: 16px;
  padding: 30px;
  height: 260px;
  background: #fff;
}
.vob-ic img{
  width: 80px;
}
.vob-ic h3 {
  margin-top: 15px;
    font-size: 18px;
    color: #004082;
    font-weight: 600;
    position: relative;
}
.vob-ic p{
  color: #444;
  font-size: 15px;
}
.city-l{
  background: url(../image/location-bg.png) no-repeat center;
  padding: 50px 0;
  width: 100%;
  background-size: cover;
}
.city-ic img{
  padding: 35px;
}
.header-h2 {
    color: #023e87;
    font-size: 20px;
}


.city-ic:hover{
    cursor: pointer;
    transition: transform .4s;
    transform: scale(0.9);
    border-radius: 16px;
    transition: .5s;
    background: #fff493d1;
}
.city-ic {
    background: linear-gradient(45deg, #ffffff, #fff);
    border-radius: 50%;
    width: 205px;
    border-radius: 16px;
    height: 205px;
    line-height: 205px;
    transform: scale(.8);
}
.city-text h5{
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.city-text-btn{
      background: #ffc650;
    padding: 10px 28px;
    text-align: center;
    border: none;
    color: #000;
    border-radius: 6px;
}
.city-l .row{
  justify-content: center;
}
/*faq css*/

.faq-l{
  padding: 50px 0;
}
.faq-l .accordion-item{
    margin-bottom: 30px;
    background: #f2f2f2;
    border: none !important;
    color: #353535;
    font-size: 18px;
    border-radius: 20px;
    box-shadow: none !important;
}
button.accordion-button {
    box-shadow: 0px 0px 7px 0px #ececec;
}
.accordion-button h3{
width:80%;
  font-size:20px;
  margin:0;
}
.faq-l .accordion-button:not(.collapsed){
color: #353535;
background: #f2f2f2;
padding: 20px;
box-shadow: unset !important;
border-radius: 20px;
}
.faq-l .accordion-button:not(.collapsed) i {
    rotate: 182deg;
}
.accordion-body{
  line-height: 24px;
  color: #7A7A7A;
  font-size: 15px;
  padding: 0 20px 20px 20px;
}
.accordion-button:focus{
  border-color: unset !important;
  box-shadow: unset !important;
}
.accordion-button{
  border-radius: 20px;
}
.accordion-button h3{
  font-size: 16px;
  font-weight: 500;
}
.accordion-header{
  
    position: relative;
    border-radius: 20px;
}
.accordion-button::after{
  width: 40px;
  background: #444;
    height: 40px;
}
.accordion-button::after{
  content: unset !important ;
}
.accordion-button:not(.collapsed)::after{
  content: unset !important ;
  padding: 10px;
}
button.accordion-button{

  justify-content: space-between;
}
.accordion-button i{
    font-size: 14px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    background:#00417f;
}
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:20px;
    border-bottom-left-radius: 20px;
}

/*testimonial-slider*/
.testimonial1{
  background: url(../image/testimonials-bg.jpg) no-repeat center;
  padding: 50px 0;
  width: 100%;
}
.silder{
  margin-bottom: 20px;
  position: relative;

}
.silder .owl-item.active.center .slider-card{
  transform: scale(1.1);
  opacity: 1;
  overflow: hidden;
  
}
.slider-card img{
  border-radius: 50%;
  width: 100px !important;
}
.slider-card{
  text-align: center;
  border-radius: 5px;
    margin: 10px 9px;
  transform: scale(0.9);
  opacity: 0.5;
  padding: 25px;
  background: #f0f9ff;
/*  box-shadow: 0px 1px 4px 3px #eaeaeab3;*/
  transition: all 0.3s;
}
.owl-stage {
    margin: 15px 0;
}
.slider-card p{
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.slider-card h3{
  text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
   color: #004082;
    font-weight: 700;
}
.owl-nav .owl-next{
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px;
  z-index: 1;
  display: block !important;
}
.owl-nav .owl-prev{
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px;
  display: block !important;
  z-index: 1;
}
.owl-theme .owl-nav [class*=owl-]{
 width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    color: #fff !important;
    line-height: 30px !important;
    font-size: 20px !important;
       background: #ffc033 !important;
    outline: none;
}
.owl-carousel .owl-nav.disabled{
  display: block !important;
}

/*footer css*/
#footer {
  color: #fff;
    padding: 30px 0;
    background-image: url(../image/footer.webp);
    background-position: left;
}
.copyright p{
  margin: 0;
}
.statutory-pdfs {
    justify-content: end;
    display: flex;
    margin: 0;
    padding: 0;
}
/*popup-css*/
.popup-input input {
    margin: 0px 0 20px 0;
    border: 1px solid #d7d7d7;
    color: #757575;
    height: 50px;
    font-size: 14px;
    background: transparent;
}
.modal-title {
    color: #06182E;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}
.popup-select select {
    margin: 0px 0 20px 0;
    border: 1px solid #d7d7d7;
    color: #757575;
    height: 50px;
    font-size: 14px;
}
.popup-input textarea {
    margin: 0px 0 20px 0;
    border: 1px solid #d7d7d7;
    color: #757575;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    height: 115px;
    background: transparent;
}
.popup-btn input {
    background: #fac91f;
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 5px;
}
.popup-input input:focus {
    box-shadow: none !important;
    border-color: #ee602363;
    background: transparent;
}
.popup-input textarea:focus {
    box-shadow: none !important;
    border-color: #ee602363;
    background: transparent;
    outline: none;
}
.popup-select select:focus {
    box-shadow: none !important;
    border-color: #ee602363;
    background: transparent;
}
/*pflp css*/

.pflp{
  padding: 50px 0;
}
.pflp-t1{
       text-align: center;
    padding: 1em .5em;
    top: 0;
    right: 1%;
    background-color: #fff;
    /* border-left: 1px solid #EB8534; */
     box-shadow:8px 1px 5px 0px #00000014; 
    transition: transform 1s;
}

.pflp-1 h3{
  margin-bottom: 30px;
  color:#004082 ;
  text-align: center;
  font-size: 30px;
}
.pflp-t1{
  position: relative;
}
.pflp-t1:before{
       position: absolute;
    content: '';
    top: -20px;
    left: 50%;
    transform: translate(-50%, 10px) rotate(45deg);
    transition: all 0.5s ease-in-out;
    width: 20px;
    height: 20px;
     box-shadow: 6px -2px 5px 0 #00000024; 
    z-index: -1;
    background-color: #fff;
   
}
.pflp-t1 i{
  color: #004082;
  font-size: 18px;
}
.pflp-t1 p{
  font-weight: 700;
  margin-bottom: 10px;
  color:#004082 ;
  font-size: 14px;
}
.pflp-t1 span{
  color: #444;
  font-size: 13px;
}


.pflp-t2{
       text-align: center;
    padding: 1em .5em;
    top: 0;
    right: 1%;
    background-color: #fff;
    /* border-left: 1px solid #EB8534; */
     box-shadow:8px 1px 5px 0px #00000014; 
    transition: transform 1s;
}

.pflp-2 h3{
  margin-top: 30px;
  color:#ffc45d ;
  text-align: center;
  font-size: 30px;
}
.pflp-t2{
  position: relative;
}
.pflp-t2:before{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 10px) rotate(45deg);
    transition: all 0.5s ease-in-out;
    width: 20px;
    height: 20px;
     box-shadow: 6px -2px 5px 0 #00000024; 
    z-index: -1;
    background-color: #fff;
   
}
.pflp-t2 i{
  color:#ffc45d;
  font-size: 18px;
}
.pflp-t2 p{
  font-weight: 700;
  margin-bottom: 10px;
  color:#ffc45d ;
  font-size: 14px;
}
.pflp-t2 span{
  color: #444;
  font-size: 13px;
}



.pflp-t4{
       text-align: center;
    padding: 1em .5em;
    top: 0;
    right: 1%;
    background-color: #fff;
    /* border-left: 1px solid #EB8534; */
     box-shadow:8px 1px 5px 0px #00000014; 
    transition: transform 1s;
}

.pflp-4 h3{
  margin-top: 20px;
  color:#ffc45d ;
  text-align: center;
  font-size: 30px;
}
.pflp-t4{
  position: relative;
}
.pflp-t4:before{
       position: absolute;
    content: '';
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 10px) rotate(45deg);
    transition: all 0.5s ease-in-out;
    width: 20px;
    height: 20px;
     box-shadow: 6px -2px 5px 0 #00000024; 
    z-index: -1;
    background-color: #fff;
   
}
.pflp-t4 i{
  color:#ffc45d;
  font-size: 18px;
}
.pflp-t4 p{
  font-weight: 700;
  margin-bottom: 10px;
  color:#ffc45d ;
  font-size: 14px;
}
.pflp-t4 span{
  color: #444;
  font-size: 13px;
}


.pflp-t5{
    text-align: center;
    padding: 1em .5em;
    top: 0;
    right: 1%;
    background-color: #fff;
    /* border-left: 1px solid #EB8534; */
     box-shadow:8px 1px 5px 0px #00000014; 
    transition: transform 1s;
}

.pflp-5 h3{
  margin-bottom: 30px;
  color:#004082 ;
  text-align: center;
  font-size: 30px;
}
.pflp-t5{
  position: relative;
}
.pflp-t5:before{
       position: absolute;
    content: '';
    top: -20px;
    left: 50%;
    transform: translate(-50%, 10px) rotate(45deg);
    transition: all 0.5s ease-in-out;
    width: 20px;
    height: 20px;
     box-shadow: 6px -2px 5px 0 #00000024; 
    z-index: -1;
    background-color: #fff;
   
}
.pflp-t5 i{
  color: #004082;
  font-size: 18px;
}
.pflp-t5 p{
  font-weight: 700;
  margin-bottom: 10px;
  color:#004082 ;
  font-size: 14px;
}
.pflp-t5 span{
  color: #444;
  font-size: 13px;
}
.vow-text ul li{
  margin-bottom: 15px;
  font-size: 14px;
}
.vow-text i{
      color: #003f85;
    background: #ffc45d;
    /* padding: 7px; */
    margin-right: 9px;
    border-radius: 50%;
    width: 25px;
    line-height: 25px;
    height: 25px;
    text-align: center;
}

 .more-content {
            display: none;
        }
        .read-more-btn {
            cursor: pointer;
            color: blue;
            font-size: 12px;
            text-decoration: underline;
        }

 .more-content1 {
            display: none;
        }
        .read-more-btn1 {
            cursor: pointer;
            color: blue;
            font-size: 12px;
            text-decoration: underline;
        }

        .city-ic {
    background: linear-gradient(45deg, #ffffff, #fff);
    width:100%;
    border-radius: 16px;
    border-radius: 16px;
    height: 260px;
    border-radius: 16px;
    line-height: 205px;
    transform: scale(.8);
    position: relative; /* Ensure positioning is relative for the absolute content */
    overflow: hidden;  /* Hide any overflowing content */
    display: flex;     /* Use flexbox to center content */
    align-items: center;
    justify-content: center;
}

.location-m1{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.l-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}
.location-main {
    width: 20%;
}
.location-m1{
  width: 20%;
}

.city-ic:hover {
    cursor: pointer;
    transition: transform .4s, background .5s;
    transform: scale(0.9);
    background: linear-gradient(45deg, #ffffff, #fff);
}

.city-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:#ffffffd1;
    padding: 20px;
    font-weight: 500;
    border-radius: 10px;
    display: none;
    text-align: center;
    z-index: 1;
    max-width: 100%;
    font-size: 16px;
}

.city-ic:hover .city-info {
  line-height: 25px;
    display: block; /* Show content on hover */
}

.city-text h5 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.city-text-btn {
    background: #ffc650;
    padding: 10px 28px;
    text-align: center;
    border: none;
    color: #000;
    border-radius: 6px;
}

.city-l .row {
    justify-content: center;
}



.banner-thankyou{
  text-align: center; 
  background-image: url(../image/thank-you.webp) !important;       
} 

.back-to-home{
               color: #ffffff;
}



