body {
  /*line-height: 1.4;*/
  /*font-family: "Source Sans Pro", sans-serif;*/
  -webkit-font-smoothing: antialiased;
  height:100%;
  background-color: #eee;
}
.container-screener{
  background-color:#fff;
  border:1px solid #EAC2DD;
  border-radius: 4px;
}

.text-grey{
  color:#686866;
}

.p-top-5px{
  padding-top: 5px;
}
.p-top-10px{
  padding-top: 10px;
}
.p-top-20px{
  padding-top: 20px;
}
.p-bottom-5px{
  padding-bottom: 5px;
}
.p-bottom-10px{
  padding-bottom: 10px;
}
.p-bottom-20px{
  padding-bottom: 20px;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  /*color: #fff;*/
  /*font-size: 16px;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

/*=== MEDIA QUERY ===*/


.page-wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

input, button, select, textarea {
  font-family: "Roboto", sans-serif;
}

p {
  position: relative;
  line-height: 1.8em;
}

.section-title h3 {
  font-size: 40px;
  line-height: 50px;
  color: #222222;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

.section-title span {
  color: #222222;
  font-weight: 400;
}

.section-title p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #777777;
  font-family: "Roboto", sans-serif;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.anim-3, .anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.anim-5, .anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.anim-7, .anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.btn-style-one {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 27px;
  padding: 8px 36px;
  background: #48bdc5;
  border: 1px solid #48bdc5;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover {
  color: #48bdc5;
  border: 1px solid #48bdc5;
  background: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-two {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 27px;
  padding: 8px 36px;
  background: #f4f4f4;
  border: 1px solid #ececec;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-two:hover {
  color: #ffffff;
  border: 1px solid #48bdc5;
  background: #48bdc5;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.section {
  padding: 100px 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.bg-gray {
  background: #fafafa;
}
.banner-bg {
    position: relative;
  border-bottom: 20px  #9b3253 solid;
}
.light-green-separator {
  position: relative;
  border-bottom: 20px #80bd01 solid;
}
.ps-background-color {
  background-color: #0d4462;
  color: white;
}
.hero-wrap {
    width: 100%;

}
.banner-text{
  padding-top: 38px;
}
.banner-text h1 {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #fff;
}
.banner-text p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #fff;
  padding: 10px 0;
}
.search-location .form-group .form-field .form-control {
    border: none;
    height: 60px !important;
    border-radius: 6px;
    padding-left: 25px;
    padding-right: 50px;
}
.btn-style-one {
    font-size: 14px;
    color: #ffffff;
    line-height: 27px;
    padding: 8px 68px;
    background: #9b3253;
    border: 1px solid #9b3253;
    display: inline-block;
    border-radius: 6px;
  margin: 20px 0 0 0;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
.btn-style-one:hover {
    color: #9b3253;
    border: 1px solid #9b3253;
    background: #ffffff;
}
.form-control {
  box-shadow: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.Banner-boxes {
    /*width: 940px;*/
    margin: auto;
    padding: 70px 0 0 0;
}
.Banner-boxes ul {
    padding-left: 0px;
    bottom: -10px;
    text-align: center;
}
.Banner-boxes li {
  font-family: "Roboto", sans-serif;
    /*float: left;*/
    background-color: #9b3253;
    /*list-style-type: none;
    padding: 10px 10px 0px 10px;
    color: #FFFFFF;
    */
    width: 365px;
    border-radius: 65px;
    margin: 0px 0px 32px 0px;
    padding: 12px 0 5px 0;
    
}
.Banner-boxes li .ribbon-title {
  font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0px;
}
.content-list{
  padding: 48px 0;
  margin: 0;
}
.content-list li {
    font-size: 15px;
  font-family: "Roboto", sans-serif;
    line-height: 20px;
    padding: 7px 0px;
    list-style: none;
}
.content-list li i:before {
    margin-right: 15px;

}

.Banner-boxes p {
  position: relative;
  line-height: 1.4em;
}
.footer-new {
    height: 120px;
    background-color: #D1D3D4;
    color: #777;
    font-size: 13px;
    bottom: 0;
    width: 100%;
  text-align: center;
}
.footer-new .row {
  padding-top: 20px;
}
.footer-new .contant {
  padding-top: 20px;
    font-size: 13px;
  font-family: "Roboto", sans-serif;
    line-height: 18px;
}

.footer-new a {
  color: #9b3253;
}
.footer-new a:hover {
  color:brown;
}
  
.errorlist{color: red;padding: 0px;}