@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

body{
  font-family: 'Plus Jakarta Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
}

header {
    padding: 0px 0px;
    border-top: 3px solid #b80d00;
}


a.list-btn {
   
    /* padding: 8px 25px; */
    color: #000;
    border-radius: 36px;
    font-size: 1rem;
    line-height: 22px;
    margin-left: 8px;
    
    text-align: center;
    line-height: 40px;
    color:rgb(0 0 0 / 57%);
    font-weight:500;
    
}

a.list-btn i{
    background: #b80d00;
    /* padding: 8px 25px; */
    color: #000;
    border-radius: 36px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color:#fff;
    
}

.banner-section {
    
    position: relative;
    z-index: 1;
    background-image: url(../img/banner.jpg);
    background-color: #e9eef2;
    height: 460px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section:before
{
  position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 92%);
}

.banner-section h1 {
  font-size: 1.2rem;

  color: #060606;
  font-family: 'Montserrat', sans-serif;
  border-radius: 4px;
  margin-bottom: 10px;
}

.banner-section h3 span {
  color: #b80d00;
}

.banner-section h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #060606;

}

.banner-section p {
    font-size: 1rem;
    line-height: 27px;
    color: rgb(58 57 57 / 80%);
}


.banner-section form {
  background: #fff;
  display: flex;
  padding: 25px 30px 25px 25px !important;
  border-radius: 4px;
  box-shadow: rgb(225 225 225 / 10%) 0px 0px 40px;
}

.banner-section form input {
  padding: 20px;
  border: 1px solid #dbdaf7;
  width: 100%;
  font-size: 1rem;
}

.banner-section form button {
  background: #ff5e63;
  color: #fff;
  border: none;
  padding: 0px 32px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.listing-section {
  padding: 0px 0px;
}

.listing-section .card {
  padding-top: 0px;
  margin-bottom: 20px;
}
.listing-section .card-img {
  display: flex;
  justify-content: center;
}

.listing-section .card-footer{
  border:0;
  background:transparent;
}
.card-content {
  padding: 20px;
}
.card-content h1 {
  font-size: 1rem;
  margin-bottom: 5px;

}

.card-content p {
  font-size: 0.9rem;
  color: #686868;
  margin-bottom: 7px;
}

.card-content ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
}

.card-content ul li {
  font-size: 0.9rem;
  padding: 0px 8px;
  border-right: 1px solid #b3b0b0;
  line-height: 15px;
}

.card-content ul li:last-child
{
  border:none;
}

.card-content ul li:first-child
{
  padding-left: 0px;
}

a.view-btn {
    width: fit-content;
    text-align: center;
    display: block;
    background: #b80d00;
    text-align: center;
    color: #fff;
    padding: 9px 23px;
    line-height: 22px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.navbar-brand img {
    width: 183px!important;
}

.more-btn {
  padding: 0px 0px;
  justify-content: center;
  display: flex;
  margin-top: 0px;
}

.more-btn button {
  border: 1px solid #ff5e63;
  color: #ff5e63;
  padding: 7px 32px;
  border-radius: 4px;
  font-weight: 600;
}

.more-btn button:hover
{
  color:#fff;
  background: #ff5e63;
}

.head-title h1 {
  color: #b80d00;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
footer.footer-bottom {
    padding: 26px 0px;
    border-top: 1px solid #ededed;
    background: #b80d000a;
}
footer.footer-bottom p {
  margin-bottom: 0px;
  color:#333;
  font-size:0.9rem;
}
footer.footer-bottom p a {
    color: #b80d00;
      font-size:0.9rem;

}

.card-img img {
  border-radius: 10px 10px 0px 0px;
  width:190px;
}



.breadcum-section
{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-image: url(../img/banner.jpg);
  background-color: #e9eef2;
  height: 300px;
  display: flex;
  align-items: end;
}

.breadcum-section:before
{
  position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 92%);
}


.breadcumb-half {
  display: flex;
  justify-content: space-between;
  padding: 42px 20px;
  align-items: center;
}

.bread-details {
  font-family: 'Montserrat', sans-serif;
}

.bread-details h1 {
  font-size: 1.6rem;
}

.bread-details ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  margin-bottom: 7px;
}

.bread-details ul li {
  margin-right: 6px;
  font-weight: 500;
}

.rating {
  margin-top: 20px;
}

a.review-btn {
  background: #fff;
  padding: 15px 38px;
  border-radius: 8px;
  font-size: 1.1rem;
  border: 1px solid;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
}

a.review-btn:hover
{
background-color: #ff5e63;
color: #fff;
text-decoration: none;
}

.rating ul li i {
  color: #ff5e63;
}

.company-information {
  padding: 42px 20px;
}

.company-overview h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.company-overview p {
  font-size: 0.9rem;
  color: #686868;
  line-height: 22px;
}


.company-overview {
    padding: 30px;
    background: #fff;
    box-shadow: rgb(124 123 123 / 20%) 0px 18px 50px -10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

ul.company-pics {
  list-style: none;
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
}

ul.company-pics li img {
  width: 132px;
  border-radius: 6px;
}

.company-reviews {
    display: flex;
}

.review-img img {
    width: 65px;
    border-radius: 100px;
    margin-right: 15px;
}
.review-content .rating {
  margin-top: 0px!important;
}


.review-content .rating ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  margin-bottom: 6px!important;
}

.review-content .rating ul li {
    margin-right: 2px;
    font-size: 0.9rem;
}

.review-content h3 {
    margin-bottom: 5px;
    font-size: 1rem;
}

.company-reviews {
  display: flex;
  margin: 31px 0px;
  border-bottom: 1px solid #eee;
}

form input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #eee;
  font-size: 0.9rem;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight:500;
}

form textarea{
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #eee;
  font-size: 0.9rem;
  margin-bottom: 10px;
  margin-top: 10px;
    font-weight:500;

}

form button {
  width: 100%;
  border: 1px solid;
  padding: 10px 0px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  border: none;
  background: #b80d00;
  color: #fff;
  border-radius: 4px;
}

.company-contact
{
  padding: 30px;
    background: #fff;
    box-shadow: rgb(124 123 123 / 20%) 0px 18px 50px -10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.company-contact h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    color: #b80d00;
    text-transform:uppercase;
}

.cont-info
{
  padding-left: 0px;
  list-style: none;
}

.cont-info li
{
  font-size: 0.9rem;
  color: #686868;
  margin-bottom: 5px;
  line-height: 26px;
}

.city-list {
    box-shadow: none;
    border: 1px solid #eee;
}

.city-list .card-body {
    padding: 0px;
}

.policy-wrap{
   margin:40px 0px;
}

.policy-wrap ol {
    padding-left: 20px;
}


.policy-wrap ol li{
    color: rgb(0 0 0 / 57%);
}

.policy-wrap p {
    color: rgb(0 0 0 / 57%);
    font-size: 0.98rem;
    line-height: 28px;
}

.under-location {
    padding: 20px;
}


.city-articlebox {
    padding: 30px;
    background: #fff;
    box-shadow: rgb(124 123 123 / 20%) 0px 18px 50px -10px;
    border-radius: 10px;
    margin-bottom: 20px;
    
    font-size: 0.95rem;
    line-height: 28px;
    color: #333;
}


.city-articlebox h2 {
    font-size: 1.4rem;
    margin-bottom: 17px;
    color:#b80d00;
}

.city-articlebox p {
    font-size: 0.95rem;
    line-height: 28px;
    color: #333;
}

.city-articlebox ul {
    padding-left: 19px;
    font-size: 0.95rem;
    line-height: 28px;
    color: #333;
}


@media only screen and (max-width: 768px) {
    
    .states tbody tr {
    display: flex;
    flex-wrap: wrap;
}

.states tbody tr td {
    width: 100%;
}

  .breadcumb-half {
    flex-direction: column;
    align-items: flex-start;
}

.submit-col {
  margin-top: 20px;
}

ul.company-pics {
  flex-direction: column;
}

ul.company-pics li img {
  width: 100%;
  margin-bottom: 10px;
}

.company-reviews {
  flex-direction: column;
}

.review-img {
  margin-bottom: 12px;
}
}


.navbar-nav>.active>a {
    color: #ff5e63;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff5e63;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.banner-section1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    /*background-image: url(../img/banner.jpg);*/
    background-color: #f9f8f8;
    padding:25px 0px;
    display: flex;
    align-items: center;
}

.banner-section1 p {
    margin-bottom: 0px;
    font-size: 0.9rem;
    margin-top:10px;
}

/*.banner-section1:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: rgb(210 226 226 / 92%);*/
/*}*/




.banner-section1 h1 {
    font-size: 1.5rem;
    margin-bottom: 0px;
    font-weight: 600;
}

.custom-blog {
    margin: 40px 0px;
}

.custom-article {
    padding: 30px;
    background: #fff;
    box-shadow: rgb(124 123 123 / 20%) 0px 18px 50px -10px;
    border-radius: 10px;
    margin-bottom: 0px;
}



ul.button-list {
    display: flex;
    list-style: none;
    padding-left: 0px;
}

ul.button-list li {
    margin-right: 10px;
}

ul.citylist {
    list-style: none;
    padding-left: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}


table.states tr td a {
    font-size: 0.87rem;
    color:#b80d00;
}

.card-header-action h2 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    padding: 1px 0px;
    font-weight: 700;
   
}

.custom-article p {
    font-size: 0.9rem;
    color: rgb(0 0 0 / 57%);
    line-height: 24px;
    text-align: justify;
}


.custom-article ul {
    /* list-style: none; */
    padding-left: 20px;
}

.custom-article ul li {
    font-size: 0.9rem;
    color: rgb(0 0 0 / 57%);
    line-height: 24px;
    text-align: justify;
    margin-bottom:10px;
}

.company-contact form textarea {
    height: 100px!important;
}

.card-header.card-header-action {
    background: #fbfbfb;
    color: #333;
    padding: 19px 20px;
    border-bottom: 1px;
}

.listing-section .card .card-content p {
    height: 46px;
    overflow: hidden;
}

.listing-section .card .card-content h1
{
    line-height:22px;
}


ul.citylist li {
    position: relative;
    margin-right: 17px;
    margin-bottom: 11px;
}

.site-wrap {
    margin: 50px 0px;
}

a.cont-btn {
    background: #060606;
    padding: 13px 31px;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-top: 9px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

a.cont-btn:hover
{
    background:#b80d00;
    text-decoration:none;
}



.cta-bar ul {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom:0px;
    padding-left:0px;
    position:relative;
}

.cta-bar h1 {
    color: #fff;
    position:relative;
}

.cta-bar ul li {
    margin: 0px 5px;
}


.cta-bar ul li a{color:#fff;}
.cta-bar ul li i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #b80d00;
    border-radius: 100%;
    margin-right:8px;
}

.cta-bar p {
    color: #eee;
    font-size: 1.3rem;
    position:relative;
}

.cta-bar {
    background: url(../img/banner.jpg);
    margin: 0px auto;
    padding: 80px 0px;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    background-position: center center;
    position: relative;
}

.cta-bar:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(19 18 18 / 75%);
    border-radius: 10px;
}


.hk-row.page-listt {
    margin: 40px 0px;
}


