@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
body{overflow-x: hidden;}
.bg-gray {
    background-color: #f7f7f7;
}
/*.navbar{background-color: #212529 !important;}*/
.hdrbigdev{ display: block; position: relative;}
.hdrsmalldev{ display: none;}
.about-right{border-left: 1px solid #e7e7e7; padding-left: 30px;}
.section ul{ padding-left:20px }
.play-button{ margin-top: 50px; position: relative; }
.navbar .navbar-brand img{width:400px!important}
.mobile-view{ display: none; }
.thumbhei{max-height: 260px; overflow: hidden;}
.page-header{
background-size:contain;
background-position: center center;
margin-top:70px;
height:auto;
display: block;
}
.header-filter::before {
    background:transparent;
}
.btnBig{padding: 18px 45px;
  border-radius: 30px;}
.page-header h1{ font-size:26px; margin-bottom: 10px }
.banner-title1{
  color:#e3a125;
  background: rgba(0,0,0,.5);
  padding:8px 10px;
  border-radius: 4px;
  display: inline-block;
}
.banner-subtitle{
  color:#333;
  font-size:18px;
  font-weight: 600;
  padding:8px 0px;
  border-radius: 4px;
}
.banner-prperty-type{
  margin: 5px 0;
  color:#333;
  font-size:18px;
  line-height: 1.5;
  clear: both;
}
.banner-prperty-type span{font-size:20px;}
.pmay{letter-spacing:0px; font-size: 16px; line-height:19px; color:#fff;}
.key-highlights-section{ width: 100% }
.key-highlights-section .key-box-text{padding:0px 5px 5px 5px; margin: 0;}
.key-highlights-section .key-box-text h4{color:#212529; font-size: 16px; margin-bottom:0px; font-weight: 500; line-height: 1.2;}
.key-highlights-section .key-box-text .click-tozoom{ margin-top:-3px;}
.slider {
    background: transparent;
}
.p-relative {
  display: block;
  position: relative;
  border: #f2f2f2 solid 1px
  }
  .clickto-enlarge {
      position: absolute;
      padding: 0px 3px;
      font-size: 8px;
      /*background: #14c214;*/
      background: rgba(0,0,0,.5);
      color: #fff;
      width: auto;
      top: auto;
      border-radius: 3px;
      bottom:4px;
      }
#lucknow .slick-slide {
  margin: 0 5px;
}
.blink {
  -webkit-animation: blinker 0.7s infinite alternate;
}

@-webkit-keyframes blinker {
  0% {
      color: rgb(255, 255, 255);
  }

  100% {
      color:red;
  }
}


iframe{border: #ccc solid 1px; }

/* btn animation*/
a {
color: var(--colorPrimary);
transition: 0.5s;
text-decoration: none;
}
a:hover {
transition: 0.5s;
color: #000;
}
.btn {
background: var(--colorPrimary);
color: #fff;
padding:10px 25px;
height:40px;
font-size: 16px;
display: inline-flex;
align-items: center;
border-radius: 0;
border: 0;
}
.btn i {
margin-right: 0px;
font-size: 20px;
}
.btn:hover {
box-shadow: 0px 0px 5px var(--colorSecondary);
color: #fff;
background: var(--colorSecondary);
}
.btn,.btn:hover{
  background-color: var(--colorSecondary);
  background: linear-gradient(-45deg,var(--colorPrimary),var(--colorSecondary),var(--colorPrimary),var(--colorSecondary));
  background-size: 400% 400%;
  -webkit-animation: Gradient 3s ease infinite;
  animation-delay: 2s;
  -moz-animation: Gradient 3s ease infinite;
  animation-delay: 2s;
  animation: Gradient 3s ease infinite;
  animation-delay: 2s;
}
.btn.btn-primary {
  color: #fff;
  background-color: #1a73e8;
  border-color: #1a73e8;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #0e61ce;
  border-color: #0e61ce;
}
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:hover {
  color: #fff;
  background-color: #0e61ce;
  border-color: #0e61ce;
}
@-webkit-keyframes Gradient{
  0%{
      background-position:0 50%
  }
  50%{
      background-position:100% 50%
  }
  100%{
      background-position:0 50%
  }
}
@-moz-keyframes Gradient{
  0%{
      background-position:0 50%
  }
  50%{
      background-position:100% 50%
  }
  100%{
      background-position:0 50%
  }
}
@keyframes Gradient{
  0%{
      background-position:0 50%
  }
  50%{
      background-position:100% 50%
  }
  100%{
      background-position:0 50%
  }
}
.border-gr {
  font-size: 1.6rem;
  display: grid;
  place-items: center;
  min-height: 200px;
  border: 8px solid;
  padding: 1rem;
  background:#fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.brpurple {
          border-image: linear-gradient(45deg, #743ad5, #d53a9d) 1;
}
.brgreen {
          border-image: linear-gradient(45deg, turquoise, greenyellow) 1;
}
.brpink {
          border-image: linear-gradient(45deg, pink, turquoise) 1;
}  
.slick-slide > div {
margin: 0 10px;
}
.zoomdiv {
animation: zoom-in-zoom-out 2s ease infinite;
}
.dev-pro-name{margin-bottom:-5px; background:linear-gradient(to right, #16a92d, #f3f3f3); padding:5px 8px; border-radius:.5px; color: #fff;}
.niwes-awasar{margin-top:0px; background:#e8ceb0; background:#e0f0f9; background: linear-gradient(to right, #a16039, #dd9d5b );  bottom:15px; padding-bottom: 15px; text-align: center;  padding-top:10px; box-shadow: 0 2px 6px #0000001f, inset 0 -1px #dadce0;}
.sitevisit-nim{font-size:24px; line-height: 36px; font-weight:600; border-radius: 0px; color: #fff;}
.sitevisit-nim h2{font-size:36px; font-weight: 200; line-height: 1.3em; margin-top: 0px; margin-bottom: 0px;}
.sitevisit-nim h2 br{display: block;}
/*#video-absay img{border: #fff solid 10px;
box-shadow: 0 0 40px rgba(0, 0, 0, .2);}*/
.location-section  .row-shadow{box-shadow: 0 0 40px rgba(0, 0, 0, .2); padding: 10px; background: #fff;}
.location-section .col-md-3 h2{ font-size:18px; color:#fff }
.location-section .col-md-3 ul li{line-height:16px; margin-bottom:8px;}
.location-section .schools{/*background:#27a4d2;*/border: #ccc solid 1px; margin-bottom:15px; padding:10px; /*color:#fff;*/ border-radius:4px; height: 330px;}
.location-section .hospitals{/*background:#2e9c77;*/ border: #ccc solid 1px; margin-bottom:15px; padding:10px; /*color:#fff;*/ border-radius:4px; height: 330px;}
.location-section .bank{/*background:#d63a45;*/ border: #ccc solid 1px; margin-bottom:15px; padding:10px; /*color:#fff;*/ border-radius:4px; height: 330px}
.location-section .bus{/*background:#772d9c;*/border: #ccc solid 1px; margin-bottom:15px; padding:10px; /*color:#fff;*/ border-radius:4px; height: 330px}
.location-section .schools ul li span, .location-section .hospitals ul li span, .location-section .bank ul li span, .location-section .bus ul li span{color: #913434; font-weight: 700; }
.news-article{background: #c8ccd2;}
.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateX(-50%) translateY(-50%);
  border-radius:50%;
  height: 54px;
  width: 54px;
  line-height: 34px;
  background: #fff;
  margin-right: -50px;
  margin-top: -20px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
 }
 .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateX(-50%) translateY(-50%);
  border-radius:50%;
  height: 54px;
  width: 54px;
  line-height: 34px;
  background: #fff;
  margin-right: -50px;
  margin-top: -20px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
 }
 .owl-carousel .owl-nav button.owl-prev span{ font-size: 40px; }
.owl-carousel .owl-nav button.owl-next span{ font-size: 40px; }
.location-video-dialog {
    width: 700px; 
}
.location-video-dialog .close{
    position: absolute;
    right: -8px;
    top: -15px;
    opacity: 1;
    z-index: 20;
}
.location-video-dialog .location-video-content {
    width: 100%;
    height: 394px;
}
.location-video-dialog .modal-body {
    width: 100%;
    height: 100%;
    padding: 0px;
}
.location-video-dialog .modal-content { border-radius: 0px; }
.contact-us{
  background:url(../img/pattern-design.jpg);
  color:#999;
}
.contact-us h2.title{color: #e3a125;}
.contact-us .form-control{border: 1px solid #41444d;}
.contact-us .bmd-form-group .bmd-label-floating, .bmd-form-group .bmd-label-placeholder{ background: transparent; }
.contact-us .is-focused .bmd-label-floating,
.is-filled .bmd-label-floating {
  top: 14px;
  left: 0;
  font-size: 0.6875rem;
  background:#000;
}
.development-section{background:#f8f9fa}
.development-section .container{ padding: 15px;}
.development-rowbg{background: #a9354a; color: #fff;}
.contact-us .term-submit{color: #797979; font-size: 13px;}
.contact-us .office-add{color: #e3a125;}
.enquire-now{font-size:14px; font-weight: 500; border-radius: 30px!important; text-transform:capitalize; background-color:#612b0f!important;
  border-color: #bd9e6b!important; color: #fff!important;}
#EnquireNow .modal-header{ background:#e3a125; color:#fff; padding: 24px; }
#EnquireNow .modal-header h4{ font-size:16px; margin-top:0px }
#EnquireNow .bmd-form-group:not(.has-success):not(.has-danger) [class^="bmd-label"].bmd-label-floating, .bmd-form-group:not(.has-success):not(.has-danger) [class*=" bmd-label"].bmd-label-floating{ color:#5D5D5D }
#EnquireNow .is-focused .bmd-label-floating, .is-filled .bmd-label-floating{background: #fff;}
/*.contact-us .bmd-form-group .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.875rem;
}*/
/* ============================================================== 
     # Video Butto{n Play
=================================================================== */
.play-button{position: relative; margin-top: 0px; }
.video-play-button {
  color: #1cb9c8;
  font-size:36px;
  left:30%;
  position: static;
  top:30px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position:absolute;
  z-index: 3;
  color: #ff0000;
  left: 50%;
  top:50%;
  margin-top:-16px;
  margin-left: -10px;
}
.devel .video-play-button:before, .devel .video-play-button:after{
    width: 55px;
    height: 55px;
}
.devel .play-button .fa{font-size: 28px;}
.devel .video-play-button i{
    margin-top: -14px;
    margin-left: -8px;
}


.navbar .navbar-nav .nav-item .nav-link{ cursor: pointer; font-size: 14px; position: relative; z-index: 10}
.navbar .navbar-nav .nav-item .nav-link:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: #ed1c24 !important;
    margin: auto;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;

}
.navbar .navbar-nav .nav-item .nav-link.active{color:#ed1c24!important;}
.navbar .navbar-nav .nav-item .nav-link.active:before{ width: 100% }
.nav-item .btn{ padding: 5px 15px; font-size: 16px; font-weight: 600}
/* faqs--*/
.accordion-section .panel-default{
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #fff;
    padding: 15px;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.accordion-section .panel-default > .panel-heading .panel-title{ margin:0px }
.accordion-section .panel-default .panel-title a {
    display: block;
    font-size:14px;
    color:#232323;
    font-weight: 600;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: #232323;
    float: right;
    margin-top: -2px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-collapse {
  margin-top: -1rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background:#fbfbfb;
}
/*end faqs--*/
.feature{ margin-bottom: 15px;}
.feature h4{ font-size:13px; font-weight: 600; margin-top:0px; margin-bottom: 0px; color: #333232; background: #fff685; padding:4px; padding-top:6px; text-align: center;}
.feature h5{ font-size: 14px; font-weight: 500; margin-top:0px; margin-bottom: 0px; color: #333232;}
.feature .feature-details{ position: relative;}
.feature .feature-details .size-area{ position: absolute; top: -5px; right: 0px; font-size: 14px; color: #1b1b1b;}
/* video*/
#absay-video .modal-dialog .modal-body{ padding: 0px }
#ipan-video .modal-dialog .modal-body{ padding: 0px }
.video-frame {
    display: table;
    margin: 0px auto;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,.1);
}
.video-js {
    border: 1px solid #ccc;
    width: 736px !important;
    height: 417px !important;
    margin: 0px auto;
}
.modal-close {
    position: fixed;
    z-index: 9;
    top: 20px;
    right: 5%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,.6) url(../img/icon-close.svg) no-repeat center center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    opacity: 1;
}
/* .float{
  position:fixed;
  width:70px;
  height:70px;
  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:14px;
  font-size: 40px;
} */
.whatsapp-btn {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 35px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


/*join now--*/
.products-category{ margin-top: 30px; padding: 15px; background: #f8f8f8; border-radius: 3px}
.products-category .hdr-title{ margin-bottom:8px; font-size: 15px; font-weight: 600 }
.products-category ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.products-category ul li{
  margin:0px;
  padding:0px;
  list-style:none;
  display:inline-block;
  margin-left:7px;
  margin-right:7px;
}

.currently-working{ margin-top: 30px; padding: 15px; background: #f8f8f8; border-radius: 3px }
.currently-working .hdr-title{ margin-bottom:8px; font-size: 15px; font-weight: 600 }
.currently-working ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.currently-working ul li{
  margin:0px;
  padding:0px;
  list-style:none;
  display:inline-block;
  margin-left:7px;
  margin-right:7px;
}


/*end join now--*/
/* .p-relative {
            display: block;
            position: relative;
            border: #f2f2f2 solid 1px
        } */

        /* .clickto-enlarge {
            position: absolute;
            padding: 0px 4px;
            font-size: 11px;
            background: #fff;
            color: #303030;
            width: auto;
            top: auto;
            bottom: 2px;
            right: 2px;
            border-radius:2px
        } */
.up-rera{position:absolute; right:0px; bottom:15px}
.up-rera img{ height:80px; }
iframe{border: #ccc solid 1px; }
#lucknow .slick-slide {margin: 0 5px;}
/* Photo Gallery---*/
.categoryForGalley-conatiner {
  width: 100%;
}
.categoryForGalley-conatiner .headerTitle-bg {
  padding: 10px 15px;
  background: #e1e1e1;
  margin-bottom: 0px;
  color: #0000ff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
.media-gallery {
  width: 100%;
  padding-bottom: 0px;
}
.media-gallery::after {
    content: '';
    display: block;
    clear: both;
}
.media-gallery ul {
  padding: 0px;
  margin: 0px 0px 0px -15px;
}
.media-gallery ul li {
  list-style: none;
  margin: 0px 0px 15px 15px;
  float: left;
  width: 230px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 2px #b2b2b2;
}
.media-gallery ul li .lightgallery-boxes {
    padding: 10px;
    background: #fff;
    max-height: 145px;
    min-height: 145px;
}
.media-gallery ul li .lightgallery-boxes a img {
  width: 100%;
  max-height: 126px !important;
  overflow: hidden;
}
/* end photo gallery---*/
@media (max-width:992px) {
  h1, .h1{font-size: 2.5rem;}
  h2, .h2{ font-size:26px; line-height: 1.5em; }
  h3, .h3{ line-height: 18px }
  .navbar .navbar-brand img {
    height:30px!important;
    width:auto!important;
}
  .mobile-view{display: block; margin-left:-20px; padding-top:5px }
  .video-js {
    border: 1px solid #ccc;
    width:100% !important;
    height:auto !important;
    margin: 0px auto;
}
.accordion-section .panel-default .panel-title a{width:95%; position: relative; }
.accordion-section .panel-default .panel-title a::after{font-size: 1.6rem; position: absolute; right: -18px; top:2px;}
.key-highlights-section .key-box-text{margin-bottom:30px}
.key-highlights-section .key-box-text h4{ font-size: 20px }
.section {padding:30px 0;}
.location-section{ padding-left: 10px; padding-right: 10px }
.location-section .pr-2{padding-right: 0px!important}
h1.hdr{font-size:30px;}
.banner-subtitle{ font-size:16px; line-height: 18px;}
.banner-prperty-type{ font-size:16px; }
h2.title{font-size: 22px; line-height: 26px; margin-bottom: 0;}
h2.title br{ display: none;}
.location-section .row-shadow{box-shadow: 0 0 20px rgba(0, 0, 0, .2);}
#EnquireNow .modal-header{padding: 15px;}
#EnquireNow .modal-dialog .modal-body{ padding-top:0px }
.location-section .schools{ height: auto; }
.location-section .hospitals{ height: auto; }
.location-section .bank{ height: auto; }
.location-section .bus{ height: auto; }
.up-rera img{ height: 50px; }
}
@media (max-width:768px) {
  .page-header{ margin-top: 50px;}
.location-video-dialog {
    width:94%; 
}
.location-video-dialog .location-video-content {
    width: 100%;
    height:290px;
}
iframe{ width: 100%!important; height:200px; }
.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0 !important;
  padding: 5px;
}
.feature h4 {
  font-size: 12px;
  font-weight: 500;
}
.feature h5{ text-align:left; font-size: 13px;}
.feature .feature-details .size-area{font-size: 13px;}
.hdrbigdev{ display: none;}
.hdrsmalldev{ display: block;}
.media-gallery{
  padding: 15px;
  padding-top: 0px;
  padding-right: 0px;
}
.media-gallery ul li {
  width: 50% !important;
  margin: 0;
}
.media-gallery ul li .lightgallery-boxes{padding: 5px; min-height: auto;}
.mobile-section {
  position: fixed;
  bottom: -3px;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9;
}
.mobile-section .btn {
  padding: 12px 10px;
  font-size: 12px;
  text-align: center;
  flex-grow: 1;
  color: #fff;
  position: relative;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  background: #121db4;
  color: #fff;
  flex: 1;
  border-right: 1px solid var(--colorBtn);
  height: auto;
  border-radius: 10px;
}
.niwes-awasar{margin-top:0px;}
.sitevisit-nim h2{ font-size:16px; text-align: left; font-weight: 400;}
.sitevisit-nim h2 br{display:block;}
.enquire-now{
  font-size:12px;
  padding: 10px 12px !important;
  height:36px;
}
.enquire-now i{font-size: 13px!important;}
.development-section{background:#f8f9fa; padding: 10px;}
.development-section .container{padding:10px;}
.niwes-awasar .col-lg-12{ display: flex;}
}
@media (min-width: 100px) and (max-width: 768px) {
    iframe{ width: 100%!important; height:200px; }
.dev-pro-name{font-size:18px; line-height:normal;}
}
@media (min-width: 992px) {
  #absay-video .modal-lg,
  .modal-xl {
    max-width:734px;
  }
   #ipan-video .modal-lg,
  .modal-xl {
    max-width:734px;
  }
}

@media (max-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
label.error{float:none;color:red;padding-left:0;vertical-align:bottom}
