.banner-content-ext {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 0 10px;
}
.banner-text-ext {
  width: 100%;
  max-width: 600px;
  text-align: left;
  padding: 0 0 0 80px;
}
.banner-h6-ext {
  margin-bottom: 8px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #007bff;
  letter-spacing: 1px;
}
.banner-h1-ext {
  font-size: 3rem;
  margin-bottom: 18px;
  line-height: 1.18;
  font-weight: 700;
  color: #222;
}
.banner-span-ext {
  color: #007bff;
}
.banner-p-ext {
  font-size: 1rem;
  margin-bottom: 14px;
  line-height: 1.32;
  color: #444;
}
.banner-btnbox-ext {
  margin-top: 8px;
}
.banner-btn-ext {
  padding: 8px 22px;
  font-size: 1.08rem;
  border-radius: 6px;
}
.banner-hero-fit .banner-text {
  padding: 8px 10px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}
.banner-hero-fit .banner-text h1 {
  font-size: 1.1rem !important;
  margin-bottom: 0.3rem !important;
}
.banner-hero-fit .banner-text h6 {
  font-size: 0.9rem !important;
  margin-bottom: 0.2rem !important;
}
.banner-hero-fit .banner-text p {
  font-size: 0.92rem !important;
  margin-bottom: 0.3rem !important;
}
.banner-hero-fit .btn-box {
  margin-top: 4px !important;
}
@media (max-width: 768px) {
  .banner-hero-fit .banner-text {
    padding: 3px 4px !important;
    font-size: 10px !important;
  }
  .banner-hero-fit .banner-text h1 {
    font-size: 0.8rem !important;
  }
  .banner-hero-fit .banner-text h6 {
    font-size: 0.7rem !important;
  }
  .banner-hero-fit .banner-text p {
    font-size: 0.7rem !important;
  }
  .banner-hero-fit .btn-box {
    margin-top: 2px !important;
  }
}
.banner-hero-fit,
.banner-hero-fit .swiper-wrapper,
.banner-hero-fit .swiper-slide {
  height: 220px !important;
  min-height: 180px !important;
  max-height: 260px !important;
  overflow: hidden;
}
.banner-hero-fit .slider-img.banner-img-fit {
  height: 170px !important;
  max-height: 170px !important;
  min-height: 120px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media (max-width: 768px) {
  .banner-hero-fit,
  .banner-hero-fit .swiper-wrapper,
  .banner-hero-fit .swiper-slide {
    height: 120px !important;
    min-height: 70px !important;
    max-height: 150px !important;
  }
  .banner-hero-fit .slider-img.banner-img-fit {
    height: 70px !important;
    max-height: 70px !important;
    min-height: 40px !important;
  }
}
.banner-hero-fit {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  max-width: 700px;
  width: 90vw;
  margin: 24px auto 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  background: #fff;
  min-height: 120px;
  position: relative;
}
.banner-img-flex {
  flex-shrink: 0;
}
.banner-hero-fit .banner-content {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.banner-hero-fit .banner-text {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
  max-width: 100%;
}
.banner-hero-fit .banner-text h1 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.banner-hero-fit .banner-text p {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.banner-hero-fit .btn-box {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .banner-hero-fit {
    max-width: 99vw;
    min-height: 80px;
    border-radius: 8px;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .banner-img-flex {
    min-width: 60px !important;
    max-width: 100px !important;
    width: 28vw !important;
  }
  .banner-hero-fit .banner-text {
    padding: 4px 4px;
    font-size: 11px;
  }
  .banner-hero-fit .banner-text h1 {
    font-size: 0.9rem;
  }
  .banner-hero-fit .banner-text p {
    font-size: 0.8rem;
  }
}
.banner-hero-fit {
  max-width: 700px;
  width: 90vw;
  margin: 24px auto 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  background: #fff;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-hero-fit .swiper-wrapper,
.banner-hero-fit .swiper-slide {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-hero-fit .slider-img.banner-img-fit {
  min-width: 180px;
  max-width: 220px;
  width: 30vw;
  height: 120px;
  max-height: 140px;
  min-height: 80px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin: 0 18px;
}
.banner-hero-fit .banner-content {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.banner-hero-fit .banner-text {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  text-align: left;
  font-size: 15px;
  line-height: 1.3;
  max-width: 100%;
}
.banner-hero-fit .banner-text h1 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.banner-hero-fit .banner-text p {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.banner-hero-fit .btn-box {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .banner-hero-fit {
    max-width: 99vw;
    min-height: 100px;
    border-radius: 8px;
  }
  .banner-hero-fit .slider-img.banner-img-fit {
    min-width: 80px;
    max-width: 120px;
    width: 28vw;
    height: 60px;
    max-height: 80px;
    min-height: 40px;
    margin: 0 6px;
  }
  .banner-hero-fit .banner-text {
    padding: 4px 4px;
    font-size: 11px;
  }
  .banner-hero-fit .banner-text h1 {
    font-size: 0.9rem;
  }
  .banner-hero-fit .banner-text p {
    font-size: 0.8rem;
  }
}

.banner-hero-section .banner-content {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2 !important;
}
.banner-hero-section .banner-text {
  background: rgba(255,255,255,0.85);
  padding: 8px 10px !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
  text-align: center !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  max-width: 95%;
}
.banner-hero-section .btn-box {
  margin-top: 8px !important;
}
@media (max-width: 768px) {
  .banner-hero-section {
    width: 99vw !important;
    height: 70px !important;
    min-height: 40px !important;
    max-height: 90px !important;
  }
  .banner-hero-section .banner-text {
    padding: 4px 2px !important;
    font-size: 10px !important;
  }
  .banner-hero-section .btn-box {
    margin-top: 4px !important;
  }
}
.swiper.banner-swiper.banner-slider {
  width: 600px !important;
  max-width: 100vw !important;
  height: 160px !important;
  max-height: 160px !important;
  min-height: 100px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
@media (max-width: 768px) {
  .swiper.banner-swiper.banner-slider {
    width: 98vw !important;
    height: 80px !important;
    max-height: 80px !important;
    min-height: 50px !important;
  }
}
.banner-swiper.banner-slider {
  width: 600px !important;
  max-width: 100vw !important;
  height: 180px !important;
  max-height: 180px !important;
  min-height: 120px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.banner-swiper .swiper-wrapper,
.banner-swiper .swiper-slide {
  height: 180px !important;
  min-height: 120px !important;
  max-height: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.slider-img,
.banner-img-fit {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  transition: height 0.3s, max-height 0.3s;
}
@media (max-width: 768px) {
  .banner-swiper.banner-slider,
  .banner-swiper .swiper-wrapper,
  .banner-swiper .swiper-slide {
    height: 90px !important;
    max-height: 90px !important;
    min-height: 60px !important;
  }
  .slider-img,
  .banner-img-fit {
    height: 90px !important;
    max-height: 90px !important;
    min-height: 60px !important;
  }
}
.banner-swiper.banner-slider {
  max-width: 700px;
  margin: 0 auto;
}
.slider-img,
.banner-img-fit {
  width: 100% !important;
  height: 90px !important;
  max-height: 90px !important;
  min-height: 60px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  transition: height 0.3s, max-height 0.3s;
}
@media (max-width: 768px) {
  .banner-swiper.banner-slider {
    max-width: 98vw;
  }
  .slider-img,
  .banner-img-fit {
    height: 50px !important;
    max-height: 50px !important;
    min-height: 30px !important;
  }
}
.swiper-slide {
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
}
.slider-img,
.banner-img-fit {
  height: 180px !important;
  max-height: 180px !important;
  min-height: 120px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  transition: height 0.3s, max-height 0.3s;
}
@media (max-width: 768px) {
  .slider-img,
  .banner-img-fit {
    height: 100px !important;
    max-height: 100px !important;
    min-height: 60px !important;
  }
}
/* Banner image fit and size reduction */
.banner-img-fit {
  min-height: 120px;
  max-height: 220px;
  height: 22vw;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  transition: height 0.3s, max-height 0.3s;
}

@media (max-width: 768px) {
  .banner-img-fit {
    min-height: 80px;
    max-height: 140px;
    height: 32vw;
  }
}
/* Special effect for Gynaecology category */
.widget-categories li a.gynae-effect {
  background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%) !important;
  border: 2px solid #fcb69f !important;
  color: #b23c7c !important;
  box-shadow: 0 6px 18px 0 rgba(252, 182, 159, 0.18) !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  position: relative;
  z-index: 1;
}
.widget-categories li a.gynae-effect:hover {
  background: linear-gradient(90deg, #fcb69f 0%, #ffecd2 100%) !important;
  border-color: #b23c7c !important;
  color: #fff !important;
  box-shadow: 0 10px 28px 0 rgba(252, 182, 159, 0.22) !important;
}
/* 3D effect and active color for sidebar category list */
.widget-categories li a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px 0 rgba(60, 72, 88, 0.10), 0 1.5px 4px 0 rgba(60, 72, 88, 0.08);
  color: #333;
  font-weight: 500;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s;
  text-decoration: none;
}
.widget-categories li a i {
  font-size: 1.1em;
  margin-right: 10px;
  color: #6c63ff;
  filter: drop-shadow(0 1px 2px rgba(60,72,88,0.15));
  transition: color 0.2s;
}
.widget-categories li a.active,
.widget-categories li a:hover {
  background: linear-gradient(90deg, #6c63ff 0%, #48c6ef 100%);
  color: #fff;
  box-shadow: 0 8px 24px 0 rgba(76, 110, 245, 0.18), 0 2px 8px 0 rgba(60, 72, 88, 0.10);
}
.widget-categories li a.active i,
.widget-categories li a:hover i {
  color: #fff;
}
/* Enhanced premium sidebar category list styles with bigger icons, more spacing, and vibrant colors */
.widget-categories.no-bullets {
  background: linear-gradient(120deg, #f8fafd 0%, #e3eafd 100%);
  border-radius: 16px;
  box-shadow: 0 6px 32px rgba(30,40,90,0.13);
  padding: 24px 0 24px 0;
  margin-bottom: 28px;
}
.widget-categories.no-bullets div {
  margin: 0 0 14px 0;
  border-radius: 10px;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
  padding: 0;
}
.widget-categories.no-bullets div:last-child {
  margin-bottom: 0;
}
.widget-categories.no-bullets div a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 28px;
  color: #0d47a1;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.13rem;
  letter-spacing: 0.01em;
  background: transparent;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
  box-shadow: none;
  position: relative;
}
.widget-categories.no-bullets div a:hover, .widget-categories.no-bullets div a:focus {
  background: linear-gradient(90deg, #e3eafd 0%, #bbdefb 100%);
  color: #1976d2;
  box-shadow: 0 4px 16px rgba(30,40,90,0.13);
  transform: translateY(-2px) scale(1.04);
  text-decoration: none;
}
.widget-categories.no-bullets div a.active {
  background: linear-gradient(90deg, #1976d2 0%, #42a5f5 100%);
  color: #fff;
  box-shadow: 0 6px 24px rgba(25, 118, 210, 0.18);
  transform: scale(1.06);
}
.widget-categories.no-bullets i {
  color: #42a5f5;
  font-size: 1.45em;
  margin-right: 0;
  transition: color 0.18s, transform 0.18s;
  min-width: 1.45em;
  text-align: center;
}
.widget-categories.no-bullets div a:hover i {
  color: #1976d2;
  transform: scale(1.18) rotate(8deg);
}
.widget-categories.no-bullets div a.active i {
  color: #fff;
  text-shadow: 0 2px 8px rgba(25, 118, 210, 0.18);
}
/* Premium modern sidebar category list styles */
.widget-categories.no-bullets {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(30,40,90,0.10);
  padding: 18px 0 18px 0;
  margin-bottom: 24px;
}
.widget-categories.no-bullets div {
  margin: 0 0 8px 0;
  border-radius: 8px;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
  padding: 0;
}
.widget-categories.no-bullets div:last-child {
  margin-bottom: 0;
}
.widget-categories.no-bullets div a {
  display: flex;
  align-items: center;
  padding: 12px 22px;
  color: #1a237e;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  background: transparent;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
  box-shadow: none;
}
.widget-categories.no-bullets div a:hover, .widget-categories.no-bullets div a:focus {
  background: #e3eafd;
  color: #1976d2;
  box-shadow: 0 2px 8px rgba(30,40,90,0.10);
  transform: translateY(-2px) scale(1.03);
  text-decoration: none;
}
.widget-categories.no-bullets div a.active {
  background: linear-gradient(90deg, #1976d2 0%, #42a5f5 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(25, 118, 210, 0.18);
  transform: scale(1.04);
}
.widget-categories.no-bullets i {
  color: #1976d2;
  font-size: 1.15em;
  margin-right: 10px;
  transition: color 0.18s;
}
.widget-categories.no-bullets div a:hover i {
  color: #0d47a1;
}
/* Modern sidebar category list styles */
.widget-categories.no-bullets div {
  margin-bottom: 10px;
  border-radius: 6px;
  transition: background 0.2s, box-shadow 0.2s;
  padding: 0;
}
.widget-categories.no-bullets div a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #1a237e;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  font-size: 1.08rem;
}
.widget-categories.no-bullets div a:hover, .widget-categories.no-bullets div a:focus {
  background: #e3eafd;
  color: #1976d2;
  box-shadow: 0 2px 8px rgba(30,40,90,0.08);
  text-decoration: none;
}
.widget-categories.no-bullets div a.active {
  background: #1976d2;
  color: #fff;
  box-shadow: 0 2px 8px rgba(30,40,90,0.12);
}
.widget-categories.no-bullets i {
  color: #1976d2;
  font-size: 1.1em;
  margin-right: 8px;
  transition: color 0.2s;
}
.widget-categories.no-bullets div a:hover i {
  color: #0d47a1;
}
/* Forcefully hide bullets for sidebar category list in all browsers and themes */
ul.widget-categories.list-unstyled,
ul.widget-categories.list-unstyled > li,
.widget-categories.list-unstyled li,
.widget-categories.list-unstyled li::marker,
.widget-categories.list-unstyled li::-webkit-marker {
  list-style-type: none !important;
  list-style: none !important;
  background: none !important;
  display: block;
}
/* Hide only bullets from the category list, keep all other styles and spacing */
ul.widget-categories.list-unstyled {
  list-style-type: none !important;
  list-style: none !important;
  margin: 0;
  padding-left: 0;
}
ul.widget-categories.list-unstyled > li {
  list-style-type: none !important;
  list-style: none !important;
  background: none !important;
  margin-bottom: 8px;
}

 @media only screen and (max-width: 480px) {
  .property-sty{
  background-color: #FCFCFC;
  padding-top: 130px;   
  margin: 10px 0px 0px 0px;
}
}
.property-sty{
  background-color: #FCFCFC; 
  padding-top: 130px; 
  margin: 10px 0px 0px 0px;
}
.prop-det{
  font-size: 22px;
  color: #075597;
  text-align: left;
  padding-left: 10px;
}
.clr{
  color: #000; 
  font-size: 21px;
}
.clr1{
  color: #000; 
  font-size: 12px;
 
}
.clr-pro{
   background-color: #EFEAEA;
}
.bas-price{
    text-align: right;
}
.capt{
    font-weight: normal;
     text-transform: capitalize;
}
.mini-view{
    color: #075597;
}
.tex-jus{
  text-align: justify;
}
.span-tag{
  color:#075597; 
  font-weight: bold;
}
.area-clr{
  color: #075597;
   font-weight: 600;
}
h2{
   margin: 30px 0px 30px 0px;
}
.filter-sec{
  text-align: center;
}

.dropdown-menu navbar-nav li a:.hover{
  background-color: green;
}
.det-view{
  font-size: 5px;
  color: blue;
}
.bar{
  border-radius: 1px solid blue;
}
/******** images size  ***********/

/***********************************Css Code start *****************************************/
.explore-city {
  border: 1px solid #e6e6e6;
    padding: 6px;
    cursor: pointer;
    margin-top: 20px;
}
.explore-city-txt {
    padding: 0 10px 0 10px;
    line-height: 22px;
    font-size: 12px;
}
.city-txt-blue {
  color: #075597;
}
.gps-map {
    float: right;
    height: 79px;
    text-align: center;
    background: #ccc;
}
.overview-container {
    background-color: #f4f4f4;
    padding: 3px 15px 20px;
    margin-top: 20px;
}
.overview-title {
    color: #7f7f7f;
    font-size: 11px;
    letter-spacing: .5px;
}
div.sticky{
   position: -webkit-sticky;
  position: sticky;
 /* top: 10px;*/
  font-size: 20px;

}
.box{
 
 box-shadow: 10px;
}


/*******************************Sticky bar**************************************/
#navbar {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  background: #FFF;
}

#navbar a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 11px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #dddddd;
  color: #000;
}
.sticky {
  position: fixed;
  top: 0;
 /* width: 30%;*/
  z-index: 999;
}
.sticky + .content {
  padding-top: 60px;
}
h5.black-title {
    color: #000;
    font-size: 16px;
}
.bhk-small-txt {
    font-size: 12px;
    color: #000;
}

/*******************************Sticky bar**************************************/
.blue-txt {
    color: #075597;
}
.base-amount-txt {
    color: #7f7f7f;
    font-size: 14px;
    letter-spacing: .5px;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.overview-config-banks {
    position: relative;
    height: 82px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.bank-logo {
    height: 26px;
    margin-top: 15px;
}
.rate-of-interest-container {
    text-align: center;
    margin-top: 5px;
    color: #7f7f7f;
    font-size: 12px;
    position: relative;
}
.five-padding {
    padding:5px;
}

.blue-txt {
        color: #075597;
        font-weight: bold;
      }
      .img-border {
        border: 1px solid #e6e6e6;
        padding: 5px;
      }
@media only screen and (min-width: 1024px) {
  .banner-bg {
      position: fixed;
  right: 10px;
  top: 350px;
  background: #544f467a;
  opacity: 0.9;
  border-radius: 5px;
  }
  .banner-caption {
    font-size: 26px;
    color: #FCFCFC;
    padding-bottom: 5px;
    font-weight: bold;
  }
  .banner-txt {
    font-size: 16px;
    color: #FFF;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 420px) {
  .banner-bg {
    position: fixed;
    right: 20px;
    bottom:25px;
    background: #544f467a;
    opacity: 0.9;
    border-radius: 5px;
  }
  .banner-caption {
    font-size: 18px;
    color: #FFF;
    padding-bottom: 5px;
    font-weight: bold;
  }
  .banner-txt {
    font-size: 14px;
    color: #FFF;
    padding-bottom: 5px;
    
  }
}