body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Roboto";
}

:root {
  --blue-main: #092864;
  --pink-main: #E00273;
  --orange-main: #F36F23;
  --green-main: #58B454;
}
 
.--margin-top-80 {
  margin-top: 80px;
}

.--margin-bottom-80 {
  margin-bottom: 80px;
}

.--margin-top-50 {
  margin-top: 50px;
}

/*
    Sizing
*/
.--min-width-768 {
  min-width: 768px;
}

.--width-44 {
  width: 44%;
}

.--width-250 {
  width: 250px;
}

.--width-650 {
  width: 650px;
}

.--height-50 {
  height: 50px;
}

.--height-375 {
  height: 375px;
}

/*
    Typography
*/
.h1 {
  font-size: 48px;
}

.h2 {
  font-size: 33px;
}

h3 {
  font-size: 22px;
}

.--bold {
  font-weight: 700;
}

.--regular {
  font-weight: 400;
}

.--light {
  font-weight: 300;
}

/*
    Colors and background modifiers
*/
.--blue-background {
  background-color: var(--blue-main);
}

.--pink-background {
  background-color: var(--pink-main);
}

.--orange-background {
  background-color: var(--orange-main);
}

.--green-background {
  background-color: var(--green-main);
}

.--blue-color {
  color: var(--blue-main);
}

.--pink-color {
  color: var(--pink-main);
}

/*
    Borders and border radiuses
*/
.--border-radius-tl-br {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.--border-radius-zero {
  border-radius: 0px;
}

/*
    Banner!
*/
.banner__inner {
  height: 100px;
}

@media screen and (max-width: 1024px) {
  .banner__inner {
    height: 150px;
  }
  .banner__inner form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .banner__inner {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .banner__inner {
    height: 300px;
  }
}

/*
    Blue tile
*/
@media screen and (max-width: 768px) {
  .blue__tile h3 {
    font-size: 1.1rem;
  }
}

/*
    Pink tile
*/
.pink__tile .tile__lists ul {
  /* list-style-image: url("../images/check-circle-solid.svg"); */
  list-style: none;
}

.pink__tile .tile__lists ul li {
  padding-left: 50px;
   margin-bottom: 20px; 
   font-size: 17px !important;
   font-weight: 300 !important;
   width: 75%;
    background: url("../images/check-circle-solid.svg") no-repeat 10px 4px; 
    
}

@media screen and (max-width: 768px) {
  .pink__tile h1 {
    font-size: 2rem;
  }
  .pink__tile .tile__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pink__tile .tile__lists ul {
    width: 100% !important;
  }
  .pink__tile .tile__lists ul li {
    width: 100% !important;
  }
}

.let__table {
  overflow: auto;
}

.let__table .table th {
  border: none;
}
.btn-primary:hover

{ color: #fff; background-color: #e00273; border-color: #e00273; }
.pink_tile .tile_lists ul{ 
list-style: none; }
.pink_tile .tile_lists ul li{
padding-left: 50px; margin-bottom: 20px; width: 75%; background: url("../img/check-circle-solid.svg") no-repeat 10px; list-style-position: inside; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.--blue_tile_bg
{ background: url("../images/blue-bg.jpg"); background-size: 100% 100%; }

/* .navbar_content .navbar-nav .nav-link, .active_property_header .topbar a, .active_property_header .navbar-nav .active > .nav-link {
    color: #000 !important;
}
.navbar_content .navbar-nav .nav-link {
    line-height: 20px;
    font-size: 14px;
}*/
