}


 .fill{
   width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  min-height: 250px;
  padding-top: 20px;
  padding-bottom: 2px;
  min-height: 400px;
 }
 .full{
 	 background:url(../img/bg-index.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
        padding-bottom: ;
 }
 .fullcity{
   background:url(../img/bg-city.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
        padding-bottom: ;
 }
 .full-rh{
   background:url(../img/bg-rh.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
        padding-bottom: ;
        height: 100vh;
 }
 .text-orange{
  color: #fd5623;
 }
 .rounded-start-2 {
  border-bottom-left-radius: 1.5rem !important;
  border-top-left-radius: 1.5rem !important;
  background-color: rgba(225, 225, 225, .3);
}
.bg-grayst{
  background-color: #E6E6E6;
}
#orange{
  background: #fd5623;

}
#MEX2737{
  background: #fd5623;
}