<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*{
  font-family: "open sans";
}

.header_logo{
  display: flex;
}

.header-logo-img{
  position: relative;
  height: 35px;
  width: 70px;
  margin-right: 0.5em;
}

.content_container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0 2em;
  margin-top: 5em;
}

.business-page-container, .area_page_container, .category_page_container{
  margin-top: 7em;
}

.breadcrumb_container{
  margin-top: 2em;
}

.breadcrumb_wrapper span+span:before {
     content: '\\';
     padding: 0 0.5em;
 }

 .text-primary{
   color: #2C87F0;
 }

 .primary_btn{
   background-color: #2C87F0;
   color: #fff;
   border: solid 2px #2C87F0;
   padding: 0.25em;
   border-radius: 4px;
   font-weight: 500;
   font-size: 1.1em;
   cursor: pointer;
 }

 .min_70vh{
   min-height: 70vh;
 }

 .primary-bg{
   background-color: #2C87F0;
   color: #fff;
 }

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

 .align-justify{
   text-align: justify;
 }

 .content_container .page-heading{
   text-align: center;
 }

 .full-page-maps-container{
   width: 100%;
   height: 50vh;
   position: relative;
 }

 .main-sidebar {
      height:100%;  width:200px;
      position:fixed; top:0; left:0;
      z-index:10000000000000;  
      overflow-x:hidden; 
      padding-top:20px;
      background-color:#f2f2f2;
      transition: all 0.5s;
    }

.sidemenuRight {
       height:100vh;
      position:fixed; top:0; right:0;  
      overflow-x:hidden; 
      background-color: #000;
      opacity: 0.3;
      transition: all 0.5s;
      z-index: 100;
    }

 .carousel-container{
   padding: 1.5em 0;
 }


 .star_rating_container{
  display: flex;
  align-items: center;
}

.star_rating_wrapper{
  color: #ffd80e;
  font-size: 1.5em;
}

.star_rating_numbers{
  margin: 0 1em;
}

.justify_space_arround{
  justify-content: space-around;
}

.align-center{
  text-align: center;
}

.align-right{
  text-align: right;
}

.align-left{
  text-align: left;
}

.btn-transparent{
  background: none;
  border: none;
  cursor: pointer;
}

ul.simple-ul-list{
  margin: 0;
}

ul.simple-ul-list .simple-ul-item{
  margin: 0.5em 0;
}


 @media screen and (max-width: 1240px){
   .content_container{
     padding: 0 2% 2em;
   }
 }

@media screen and (max-width: 768px){
  .carousel-container .carousel-item picture{
    width: 100%;
  }

  .carousel-container .carousel-item picture img{
    max-height: 350px;
    width: 100%;
    object-fit: cover;
  }
 }
.header_container{
  padding: 1em 0;
  box-shadow: 0 0 10px 10px rgb(0 0 0 / 20%);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}

.header_logo_txt a{
  font-family: "bebas neue";
  font-size: 1.8em;
  color: #000;
  text-decoration: none;
}

.header_wrapper{
 max-width: 1240px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.desktop_nav_container ul{
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
}

.desktop_nav_container ul li a{
 text-decoration: none;
 color: #000;
 padding: 0 1em;
 display: flex;
 transition: 0.2s;
 align-items: center;
}

.desktop_nav_container ul li a .icon img{
  height: 32px;
  width: 32px;
}

.desktop_nav_container ul li a span.icon{
  padding-right: 0.5em
}

.desktop_nav_container ul li a:hover{
  color: #2C87F0;
}

.mobile-sidebar-show-button{
  display: none;
  margin-right: 2%;
}

.mobile-sidebar-show-button button{
  border: none;
  background: none;
  font-size: 1.5em;
}

@media screen and (max-width: 1240px){
  .header_logo{
    margin-left: 2%;
  }
}

@media screen and (max-width: 1024px)
{
  .desktop_nav_container{
    display: none;
  }

  .mobile-sidebar-show-button{
    display: block;
  }
}

.sidebar-list{
  padding: 1em;
  list-style: none;
}

.sidebar-close{
  font-size: 1.5em;
  border: none;
  background: none;
  margin: 0.5em;
  outline: none;
}

.sidebar-list li{
  padding: 1em 0.5em;
  border-bottom: solid 1px rgba(0,0,0,0.08);
}

.sidebar-list li a{
  text-decoration: none;
  color: #2C87F0;
  font-weight: bold;
}
.title_description_container{
  padding: 1em 0;
}

.title-description-head{
  display: flex;
  align-items: center;
}

.title-description-head .icon{
  margin-right: 0.5em;
}

.title-description-head .icon img{
  height: 32px;
  width: 32px;
}

.title_description_container .title{
  font-size: 1.17em;
  font-weight: 700;
}

.title_description_container h1.title
{
  font-size: 1.5em;
  text-align: center;
}

.title_description_container .description_wrapper{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}


.description{
  text-align: justify;
  overflow-wrap: anywhere;
  width: 100%;
  margin: 1em 0;
}

.description .links{
  color: #2c87f0;
}

.description a{
  color: #2c87f0;
  text-decoration: none;
  font-weight: bold;
}

.title_description_container .title_description_see_more{
  text-align: center;
  padding: 1em;
}

.title_description_container .title_description_see_more button{
  border: none;
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 15%);
  font-weight: 700;
  padding: 0.6em 2em;
  border-radius: 11px;
  cursor: pointer;
  margin-top: 0.5em;
  outline: none;
}

.title_description_container .title_description_see_more button:hover{
  background: #1655b3;
}

.title_description_container .title_description_see_more a{
  border: none;
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 15%);
  font-weight: 700;
  padding: 0.6em 2em;
  border-radius: 11px;
  cursor: pointer;
  margin: 0.5em;
  outline: none;
  text-decoration: none;
  display: inline-block;
}

.title_description_container .title_description_see_more a:hover{
  background: #1655b3;
}

.title_description_container .title_description_see_more a .icon{
  color: #fff;
}

.title_description_container iframe{
  border: none;
}

.heading{
  margin: 0;
}


@media screen and (max-width: 650px)
{
  .description_wrapper{
    flex-flow: column;
  }

}

@media screen and (max-width: 650px)
{
  .title_description_container .title_description_see_more a{
    padding: 0.3em 2em;
  }
}
.table_item_container .table_section_see_more{
  text-align: center;
  padding: 1em;
}

.table_item_container .table_section_see_more button{
  border: none;
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 15%);
  padding: 0.5em 3em;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 0.5em;
  outline: none;
}

table.medium-table{
  width: 600px;
  margin: 0 auto;
  table-layout: fixed;
}

table.large-table{
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}

table.left-align{
  text-align: left;
}

table.center-align{
  text-align: center;
}

table th, table td{
  padding: 0.5em;
}

table td a{
  text-decoration: none;
  color: #000;
}

table td .data-list{
  list-style: none;
  padding: 0;
}

table td .list-item{
  padding: 0.5em 0 0;
  overflow-wrap: break-word;
}

table td .list-item.align-left{
  text-align: left;
}

.small-quote{
  padding: 0 0.5em;
  font-size: 0.9em;
  color: #666;
}

.td-border-transparent td{
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.width-25-percent{
  width: 25%;
}

.width-10-percent{
  width: 10%;
}

@media screen and (max-width: 600px)
{
    table.medium-table{
      width: 100%;
    }
}
.div-table-header{
  display: flex;
}

.div-th{
  padding: 0.5em;
  font-weight: bold;
}

.div-tr{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.div-table.hover-outline .div-tr{
  border: solid 2px rgba(0,0,0,0);
}
.div-table.hover-outline .div-tr:hover{
  border: solid 2px #2c87f0;
  background-color: #f4f8ff;
}

.div-tr:nth-of-type(even){
  background-color: #ececec;
}

.border-transparent .div-tr{
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.div-td{
  padding: 0.5em;
}

.div-td .div-data-list{
  margin: 0.5em 0;
}

.div-data-list-item{
  padding-bottom: 0.5em;
}

.div-table .div-td a{
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s;
  position: relative;
  vertical-align: top;
}

.div-table .div-td a:hover{
  color: #1655b3;
}

.img-title-cell{
  display: flex;
  align-items: center;
}

.div-td.align-left{
  text-align: left;
}


.title-cell .icon{
  display: inline-block;
  color: rgba(0,0,0,0.2);
}

.title-cell .icon img{
  height: 32px;
  width: 32px;
  margin-left: 2em;
  margin-right: 0.5em;
}


.div-table .div-td a span.lable{
  float: left;
  line-height: 1.3em;
}

.div-data-list-item .icon{
  font-size: 1.2em;
  padding-right: 0.5em;
  color: rgba(0,0,0,0.2);
  float: left;
}

.small-quote{
  padding: 0 0.5em;
  font-size: 0.9em;
  color: #666;
}

.width-25-percent{
  width: 25%;
}

.width-5-percent{
  width: 5%;
}

.width-10-percent{
  width: 10%;
}

.width-auto{
  flex-grow: 1;
}

.max-60{
  max-width: 60%;
}

.align-center{
  text-align: center;
}

.align-left{
  text-align: left;
}

@media screen and (max-width: 767px)
{
  .sm-hide{
    display: none;
  }

  .sm-full{
    width: 100%;
  }

  .sm-auto{
    flex-grow: 1;
  }

  .sm-primary-bg{
    background-color: #2C87F0;
    color: #fff;
  }

  .sm-text-white{
    color: #fff;
  }

  .width-auto{
    max-width: initial;
  }

  .div-tr{
    align-items: initial;
  }

  .sm-auto{
    display: flex;
    align-items: center;
  }

  .custom-t1-count-col{
    flex-flow: row-reverse;
  }

  .title-cell .icon img{
    margin-left: 0;
  }

}
.footer_container{
  padding: 2em 0;
  background-color: #2C87F0;
  width: 100%;
  position: absolute;
  left: 0;
}

.text-white{
  color: #fff;
}

.footer_wrapper{
  display: flex;
  flex-wrap: wrap;
  padding: 0 2em;
}

.footer_item{
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.footer_item.full-width-item{
  width: 100%;
  color: #fff;
}

.footer_item.full-width-item span{
  margin: 0 3px;
}

.footer_container .line-list{
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer_container .line-list-item{
  margin: 0.5em;
}

.footer_container .line-list-item:not(:first-child):before{
  content: "|";
  color: #fff;
}

.footer_container .line-list-item a{
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 600px)
{
  .footer_wrapper{
    flex-flow: column;
  }

  .footer_item{
    text-align: center;
  }

  .footer_container .line-list{
    flex-flow: column;
  }

  .footer_container .line-list-item:not(:first-child):before{
    content: none;
  }

  .footer_item.full-width-item{
    flex-wrap: wrap;
  }

  .footer_item.full-width-item span{
    margin: 0;
    width: 100%;
  }
}.businessCardWrapper {
    position: relative;
}

.business-card-container {
    position: absolute;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 8px -2px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
    max-width: 450px;
    min-width: 380px;
}

.business-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 0 0.5em;
    width: 45%;
}

.business-card-icon img{
    height: 130px;
    width: 130px;
}

.business-rating{
    padding: 0.5em;
}


.rating-stars {
    color: #ffc107;
}

.rating-desc{
    font-size: 0.9em;
}

.business-card-info {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 0.5em;
    font-size: 0.9em;
    flex-grow: 1;
    max-width: 200px;
}

.business-intro{
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-flow: column;
}

.business-name{
    font-weight: 700;
    font-size: 1.1em;
}

.business-subheading{
    font-size: 0.9em;
    color: #333;
}

.business-card-cta {
    width: 100%;
    display: flex;
    height: 36px;
}

.business-card-info .business-card-cta a {
    border: none;
    background: #2c87f0;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.business-card-info .business-card-cta a:hover {
    color: #fff;
    background: #1655b3
}


.business-card-phone,
.business-card-email, 
.business-card-web,
a .business-card-phone,
a .business-card-email, 
a .business-card-web{
    margin: 0.5em;
    display: flex;
    word-break: break-all;
    font-size: 0.9em;
    color: #000;
}

.business-card-phone .icon, .business-card-email .icon, .business-card-web .icon {
    margin-right: 0.5em;
    color: #2c87f0;
}

@media screen and (max-width: 600px) {
    .business-card-container {
        left: 0 !important;
    }

    .business-card-container{
        max-width: 100%;
        min-width: 90%;
    }
}.review_item{
  position: relative;
}
.reviews .checked{
  color:#ffd700;
  padding: 2px;
  margin-left: 5px;
}
.review_user{
  position: relative;
}
.review_container{
  float: right;
}
.faq_container{
  padding: 1em 0;
}

.faq_container .title{
  font-size: 1.17em;
}

.faq_wrapper{
  padding: 0 0.5em;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}

.faq-container-head{
  display: flex;
  align-items: center;
}

.faq-container-head .icon{
  margin-right: 0.5em;
}

.faq-container-head .icon img{
  height: 32px;
  width: 32px;
}

.faq_wrapper .faq_item{
  margin: 0.5em 0;
  position: relative;
  box-shadow: 0 0 16px -6px rgb(0 0 0 / 20%);
  padding: 1em;
  border-radius: 4px;
  border-left: 4px solid #2c87f0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.faq_item .faq_question{
  font-weight: bold;
  margin-left: 1.2em;
  overflow-wrap: anywhere;
  display: flex;
  align-items: center;
}

.faq_question .icon{
  margin-right: 0.5em;;
}

.faq_question .icon img{
  height: 28px;
  width: 28px
}

.faq_item .faq_answer {
    padding-left: 1.2em;
    overflow-wrap: anywhere;
    color: #333;
    display: flex;
    align-items: center;
}

.faq_answer .icon{
  margin-right: 0.5em;
}

.faq_answer .icon img{
  height: 28px;
  width: 28px;
}

.faq-answer-txt.inside-quotes:before{
  content: "\201C";
  font-size: 1.5em;
}

.faq-answer-txt.inside-quotes:after{
  content: "\201D";
  font-size: 1.5em;
}

@media screen and (max-width: 600px){
  .faq_wrapper{
    padding: 0;
  }

  .faq_item .faq_answer, .faq_item .faq_question{
    padding-left: 0;
    margin-left: 0;
  }
}
</pre></body></html>