@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
*, ::after, ::before {
  box-sizing: border-box
}
body {
  background: #fff;
  color: #010e21;
  font-size: 14px;
  font-weight: 400;
font-family:"Poppins", sans-serif;
  line-height: 1.3;
  visibility: visible;
  overflow-x: hidden;
  padding-top: 63px
}
h1, h2, h3, h4, h5, h6 {
  font-family:"Poppins", sans-serif;
  line-height: 1.3;
  color: #010e21;
  margin: 0
} 
p {
  margin-bottom: 0;
  font-family:"Poppins", sans-serif;
  color: #010e21
}
a, button {
  text-decoration: none;
  color: inherit
}
textarea{
  resize: none;
}
button.btn-yellow:focus,a:focus{
  outline: none !important;
  box-shadow: none !important;
}
button {
  background: 0 0;
  border: 0;
  padding: 0;
  outline: 0
}
a, button, img, input {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s
}
a:hover {
  text-decoration: none
}
button, input[type=submit] {
  cursor: pointer;
  outline: 0 !important
}
img {
  max-width: 100%
}
:focus {
  outline: -webkit-focus-ring-color auto 0
}
.form-control:focus {
  box-shadow: none
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #343536 !important;
  opacity: 1
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #343536 !important;
  opacity: 1
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #343536 !important;
  opacity: 1
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #343536 !important;
  opacity: 1
}
input::placeholder, textarea::placeholder {
  color: #343536 !important;
  opacity: 1
}
input:active::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
  color: #343536 !important;
  opacity: 1
}
input:active::-moz-placeholder, textarea:active::-moz-placeholder {
  color: #343536 !important;
  opacity: 1
}
input:active:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
  color: #343536 !important;
  opacity: 1
}
input:active::placeholder, textarea:active::placeholder {
  color: #343536 !important;
  opacity: 1
}
.uneditable-input:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:focus, input[type=textarea]:focus, input[type=url]:focus, textarea:focus {
  border-color: rgb(218 218 218);
  outline: 0 none
}
@media (min-width:1400px) {
  .container, .container-xl {
    max-width: 1320px
  }
}
.title-heading {
  font-size: 28px;
  font-weight: 700;
  color: #23262c;
  line-height: 1.2
}
.bg-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 39px 0 70px;
  background-color: rgba(7, 136, 198, .05);
  min-height: 340px;
  display: flex;
  justify-content: center;
  align-items: center
}
.bg-intro {
  background-image: url(../img/bg_banner.jpg)
}
.form-search-wrap {
background-color: #fff;      
border-radius: 4px;
padding: 20px;
-webkit-box-shadow: 5px 5px #fce691;
box-shadow: 5px 5px #fce691;
border: 1px solid #fce691;
border-radius: 5px;
position: relative;
text-align: center;  
}

.form-search-wrap:hover{
border-color: #ffce10;
-webkit-box-shadow: 5px 5px #ffce10;
box-shadow: 5px 5px #ffce10;    
}

.sec-heading-title {
  font-size: 32px;
  color: #23262c
}
.h-40 {
  height: 40px
}
.custom-content {
  min-height: calc(100vh - 125px)
}
.bg-light {
  background-color: #f0f4f7 !important
}
.bg-custom {
  background-color: #ffce10
}
.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff
}
.btn-white:hover {
  color: #fff
}
.btn-white:focus {
  color: #fff
}
.btn-danger {
  background-color: #ffce10;
  border-color: #ffce10
}
.btn-danger:hover {
  background-color: #ffce10;
  border-color: #ffce10
}
.btn-danger:focus {
  background-color: #ffce10;
  border-color: #ffce10
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ffce10;
  border-color: #ffce10
}
.btn-custom {
  background-color: #ffce10;
  color: #fff !important
}
.font-size-14 {
  font-size: 14px;
  line-height: 1.4
}
.font-size-15 {
  font-size: 15px;
  line-height: 1.4
}
.font-size-16 {
  font-size: 16px;
  line-height: 1.4
}
.font-size-18 {
  font-size: 18px;
  line-height: 1.4
}
.font-size-20 {
  font-size: 20px;
  line-height: 1.4
}
.navbar-nav .btn-danger {
  background-color: #ffce10;
  border-color: #ffce10
}
.navbar-nav .btn-danger:hover {
  background-color: #ffce10;
  border-color: #ffce10
}
.navbar-nav .btn-danger:focus {
  background-color: #ffce10;
  border-color: #ffce10
}
header {
  background-color: #fff;
}
header .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color:#010e21;
  text-transform: capitalize
}
header .nav-item .btn-danger {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize
}
header .nav-item .btn-white {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize
}
.genric-btn.circle {
  border-radius: 20px
}
.logo {
  max-height: 31px
}
.search-box {
  width: 330px
}
.search-btn {
  position: relative;
  background-color:#010e21;
  border: 1px solid #010e21;
}
.search-btn .lni {
  font-size: 18px;
  padding-top: 3.5px;
  color: #fff;
}
.border-dark{
  border: 1px solid #010e21 !important
}
.shopping .form-control {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ffce10 !important;
  background-color: #fff
}
.searchbox-results-wrapper .form-control:focus {
  border: 1px solid #7b6d1d
}
.main-title {
  font-size: 38px;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  padding-bottom: 5px
}
.wrap-box {
  background-color: #fff;
  box-shadow: 0 10px 25px -13px rgb(0 0 0 / 10%);
  border-radius: 6px
}

.breadcrum-inner-block {
padding: 85px 0px;
background: url(../img/listing-detail.jpg) center top no-repeat;
background-size: cover;
background-attachment: fixed;
background-size: 100% auto;
}
.breadcrum-inner-header::before {
background-color: #f9c841;
bottom: 2px;
content: "";
left: 15px;
position: absolute;
top: 2px;
width: 4px;
}

.breadcrum-inner-header {
text-align: left;
padding-left: 20px;
}
.breadcrum-inner-header h1 {
font-family: "Poppins", sans-serif;
color: #ffffff;
letter-spacing: 0.4px;
margin: 0px;
font-size: 32px;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 10px;
}

.breadcrum-inner-header a {
font-family: "Poppins", sans-serif;
color: #ffffff;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
}

.breadcrum-inner-header i.fa {
color: #ffffff;
margin: 0px 5px;
font-size: 6px;
position: relative;
bottom: 2px;
}
.breadcrum-inner-header span {
color: #ffce10;
font-size: 14px;
font-weight: 500;
}
.wrap-box:hover{
border: 1px solid #ffce10;
box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}
.wrap-box .content-box {
  padding: 15px 15px 15px 15px;
}
.wrap-img {
  height: 195px;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: .3s
}
.blog-title {
    font-family: "Poppins", sans-serif;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zoom-effect-images {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 10px
}
.zoom-effect-images img {
  -webkit-transition: .4s ease;
  transition: .4s ease
}
.zoom-effect-images:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08)
}
.search-sec .form-control {
  font-size: 16px;
  border: 1px solid #ffce10;
}
.search-sec .form-control:focus {
  border: 1px solid #ffce10
}
.search-sec .btn {
  font-size: 16px !important
}
.zipcode-label {
  font-size: 16px !important
}
.category-section .services {
  width: 100%;
  background: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -moz-transition: .4s;
  -o-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  z-index: 0;
  -webkit-box-shadow: 0 5px 14px -6px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 5px 14px -6px rgba(0, 0, 0, .07);
  box-shadow: 0 5px 14px -6px rgb(0 0 0 / 7%)
}

.location-box:hover {
border-color:#ffce10;
-webkit-box-shadow: 5px 5px #ffce10;
box-shadow: 5px 5px #ffce10;
}
.location-box{
-webkit-box-shadow: 5px 5px #fce691;
box-shadow: 5px 5px #fce691;
border: 1px solid #fce691;
border-radius: 5px;
position: relative;
text-align: center;
background-color:#fff;
}
.location-box .cat-text-box h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px
}
svg {
width: 55px;
height: 55px;
margin-top: 5px;
margin-bottom: 10px;
}
svg {
  fill: #fff
}
svg:hover {
  fill: #ffce10
}
.category-section .services:hover svg {
  fill: #ffce10
}

.category-section .services .icon{
margin-bottom: 15px;
width: 65px;
height: 65px;
color:#fff;
border-radius:10px;
background-color:#ffce10;
display: inline-block;
}
.category-section .services .icon i {
  font-size:44px;
  line-height: 1.5;
  margin-bottom: 8px
}

.category-section .services:hover .icon{
 color:#ffce10;
border-radius:10px;
background-color: #fff;   
}

.category-section .cat-text-box {
  width: 100%
}
.category-section .services .cat-text-box h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px
}
.category-section .services .cat-text-box p.list {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 8px
}
.category-section .services .cat-text-box p.list span {
  color: #ffce10;
  font-weight: 600;
  background: rgba(0, 0, 0, .03);
  padding: 5px 5px;
  border-radius: 4px
}
/*.category-section .services:hover {
  background: #ffce10;
  -webkit-box-shadow: 0 5px 14px -6px rgb(0 0 0 / 27%);
  -moz-box-shadow: 0 5px 14px -6px rgba(0, 0, 0, .27);
  box-shadow: 0 5px 14px -6px rgb(0 0 0 / 27%);
  color: rgba(255, 255, 255, .9)
}*/
/*.category-section .services:hover .icon i {
  color: #fff
}*/
.category-section .services:hover .cat-text-box h2 {
  color: #fff
}
.category-section .services:hover .cat-text-box p {
  color: #fff
}
.category-section .services:hover .cat-text-box p.list span {
  color: #ffce10;
  background-color: #fff
}
.category-section .services:after {
  position: absolute;
  bottom: -100px;
  right: -80px;
  content: '';
  width: 200px;
  height: 200px;
  background: rgba(0, 0, 0, .1);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}
.category-section .services:hover:after {
  bottom: -80px;
  right: -70px;
  opacity: 1
}
.category-section .services:hover, .services {
  background: #ffce10;
  -webkit-box-shadow: 0 5px 14px -6px rgb(0 0 0 / 27%);
  -moz-box-shadow: 0 5px 14px -6px rgba(0, 0, 0, .27);
  box-shadow: 0 5px 14px -6px rgb(0 0 0 / 27%);
  color: rgba(255, 255, 255, .9)
}
.videos-sec iframe {
  height: 140px;
  width: 100%
}
.category-box {
  margin-bottom: 30px;    
}
.category-select .form-control {
  border: 1px solid #dee2e6
}
.shopping-nav .navbar-nav .nav-link {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  color: #162648;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase
}
.shopping-nav ul li {
  line-height: 10px
}
.shopping-nav .dropdown-item {
  font-size: 13px;
  padding: .45rem .45rem;
  font-weight: 500;
  text-transform: uppercase
}
.shopping-nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin: 0 0;
  z-index: 111
}
.shopping-nav .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent
}
.dropdown-menu.show {
  display: block;
  margin: 0;
  z-index: 111
}
.newsletter-sec {
  background: #f9f9f9
}
.newsletter-sec .newslatter-text h3 {
  color: #010e21;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 4px
}
.newsletter-sec .newslatter-text p {
  font-size: 15px;
  color: #343536;
  margin-bottom: 0
}
.newsletter-sec form input {
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #a8a8a8;
  padding-left: 30px;
  border: none;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 2px
}
.newsletter-btn {
  background-color: #ffce10;
  border: 1px solid #ffce10;
  color: #fff;
  padding: 0 28px
}
.newsletter-btn:hover {
  color: #fff
}
.newsletter-btn:focus {
  color: #fff
}
.input-group > .custom-select:focus, .input-group > .form-control:focus, .newsletter-sec .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: auto
}
.listing-details-area .single-listing {
  width: 100%;
  border: 1px solid #e1ebf7;
  border-radius: 4px
}
.listing-details-area .single-listing a {
  color: #010e21
}
.listing-details-area .single-listing .list-img {
  overflow: hidden;
  border-radius: 5px 5px 0 0
}
.listing-details-area .single-listing .list-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transform: scale(1);
  transition: all .6s ease-out 0s
}
.listing-details-area .single-listing .list-caption {
  padding: 25px 15px 15px 15px;
  border-top: 0;
  position: relative;
  z-index: 0
}
.listing-details-area .single-listing .list-caption span {
  color: #fff;
  position: absolute;
  top: -18px;
  right: 7px;
  font-size: 16px;
  font-weight: 500;
  width: 60px;
  height: 25px;
  border-radius: 0;
  text-align: center;
  line-height: 23.4px;
  opacity: 1
}
.list-caption .open {
  background: #ff3d1c
}
.list-caption .close {
  background: #3e3e3e
}
.list-caption .close:hover {
  opacity: 1 !important
}
.listing-details-area .single-listing .list-caption h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;    
}
.listing-details-area .single-listing .list-caption p {
  font-size: 16px;
  color: #57667e;
  height: 60px
}
.listing-details-area .single-listing .list-footer {
  border-top: 1px solid #e1ebf7;
  margin-top: 15px;
  padding-top: 15px
}
.listing-details-area ul {
  margin: 0;
  padding: 0
}
.listing-details-area .single-listing .list-footer ul {
  display: flex;
  justify-content: space-between
}
.listing-details-area .single-listing .list-footer ul li {
  color: #727272;
  font-size: 14px;
  font-weight: 700;
  list-style: none
}
.list-footer ul li a:hover {
  color: #343536
}
.list-footer ul li a:focus {
  color: #787567
}
.listing-details-area label {
  font-size: 16px !important
}
.custom-control-label::before {
  top: .15rem;
  box-shadow: none !important;
  border-color: #ffce10 !important
}
.custom-control-label::after {
  top: .15rem;
  box-shadow: none !important;
  border-color: #ffce10 !important
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ffce10;
  background-color: #ffce10;
  box-shadow: none !important
}
.category-details-title {
  font-size: 35px;
  line-height: 1.2;
  color: #23262c;
  font-weight: 700;
  margin-bottom: 10px
}
.category-details-img {
  margin-bottom: 15px
}
.category-details h1,.category-details h2,.category-details h3,.category-details h4,.category-details h5,
.category-details p,.category-details span,.category-details a,.category-details ul li{
  line-height: 1.6;
  color: #010e21;
  font-weight: 500;
  margin-bottom: 15px
}
.category-details h1,.category-details h2,.category-details h3,.category-details h4,.category-details h5{
  font-weight: bold;
  line-height: 1.1;
  text-align: left!important;
}
.category-details p,.category-details span,.category-details a{
  font-size: 14px;
}
.category-details ul{
  padding-left: 15px;
}
.related_heading {
  border-bottom: 1px solid #9f9e9e
}
.related-img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.related-article-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  color: #000
}
.details-box {
  width: 100%
}
.details-slider .carousel-inner img {
  width: 100%;
  height: 480px;
  object-fit: cover
}
.details-slider .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  background-color: #00000094;
  padding: 14px 32px 16px;
  bottom: 0
}
.carousel-control-prev, .details-slider .carousel-control-next {
  width: 7%;
  opacity: 1 !important
}
.verified-text {
  font-size: 20px;
  font-weight: 700;
  color: #000
}
.verified-text::before {
  content: url(../img/merchant.png);
  position: relative;
  top: 8px;
  margin-right: 10px
}
.merchant-img {
  max-height: 24px;
  margin-right: 10px
}
.connect-modules {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background: #fff
}
.connect-modules h3 {
  font-size: 26px;
  text-align: center;
  padding: 1rem
}
.col-modules {
  padding: 20px 20px 0 20px
}
.col-modules .social-login {
  padding: 25px 0
}
.col-modules .social-login .lni {
  font-size: 14px;
  margin-right: 3px
}
.btn-fb {
  background-color: #4867aa !important;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
  color: #fff !important
}
.btn-google {
  background-color: #4285f4 !important;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
  color: #fff !important
}
.col-modules .social-login p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  color: #636363;
  font-weight: 700;
  opacity: .8
}
.connect-modules .module-form {
  margin-bottom: 1.875rem
}
.connect-modules .module-form .form-group {
  position: relative;
  margin-bottom: 1.25rem
}
.module-form .form-group .form-control {
  color: #000 !important;
  border-radius: 0
}
.module-form .forgot-password {
  text-decoration: none;
  color: #ffce10;
  font-weight: 500;
  font-size: 16px
}
.partbord {
  border-left: 1px solid #cdcccc
}
.or-seperator {
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc
}
.or-seperator i {
  padding: 0 10px;
  background: #fff;
  position: relative;
  top: -11px;
  z-index: 1
}
.module-form .signup-link {
  text-decoration: none;
  color: #ffce10;
  letter-spacing: .6px
}
#signup .form-check-input {
  width: auto;
  height: auto;
  margin-top: 2px
}
.search_cloud-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #23262c;
  margin-bottom: 10px
}
.search_cloud {
  display: flex;
  flex-wrap: wrap
}
.search_cloud li {
  border: 1px solid #ffce10;
  margin: 0 9px 9px 0
}
.search_cloud li a {
  color: #0a2843;
  font-size: 16px;
  line-height: 1.5;
  padding: 3px 9px;
  display: block
}
.search_cloud li:hover {
  color: #fff;
  border-color: #ffce10;
  background-color: #ffce10;
  background-position: left bottom
}
.search_cloud li:hover a {
  color: #fff
}
.terms-list li {
  font-size: 14px;
  color: #3c464e;
  font-weight: 400;
  line-height: 1.5
}
.sitemap-section .site-list {
  line-height: 1.8rem
}
.sitemap-section .site-list li a {
  color: #343536;
  font-weight: 400;
  font-size: 16px
}
.contact-info {
  border: 1px solid #dee2e6;
  display: block;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 0
}
.contact-info-icon {
  margin-bottom: 8px;
  display: flex;
  align-items: center
}
.contact-info-icon i {
  font-size: 18px;
  color: #010e21;
  padding-right: 8px
}
.contact-info-icon h2 {
  color:#ffce10;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 700
}
.contact-info-text p {
  font-size: 14px;
  color: #010e21;
  margin-bottom: 5px;
}
.contact-info-text i {
  font-size: 18px;
  color: #010e21;
  padding-right: 8px
}
.contact-info-text a {
  color: #010e21;
  font-size: 15px;
  display: flex;
  align-items: center
}
.contact-info-text a:hover {
  color: #010e21;
  text-decoration: none
}
.btn-submit {
  background-color: transparent;
  border: 1px solid #dee2e6;
  color: #747678;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0
}
.btn-submit:hover {
  background: #dee2e6;
  transition: all .4s ease-in-out 0s;
  border: 1px solid #dee2e6;
  color: #010e21
}
.btn-submit:focus {
  background: #dee2e6;
  color: #010e21
}
.contact-page-form input {
  background: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
  padding: 12px 16px;
  width: 100%;
  color: #010e21
}
.single-input-field textarea {
  background: #fff;
  border: 1px solid #dee2e6;
  width: 100%;
  height: 110px;
  padding: 12px 16px;
  resize: none;
  color: #010e21
}
.contact-page-form {
  display: inline-block;
  width: 100%
}
.btn-yellow{
background-color: #ffce10;
border: 1px solid #ffce10;    
}

.bg-footer {
background-color:#010e21;
background-image: url(../img/bg-map.png);
-webkit-background-size: contain;
background-size: contain;
background-position: 50% -40px;    
}
footer .footer-top{
background: rgba(1,14, 33, 0.98);
padding: 80px 0 70px;
}
.footer-heading {
font-family: "Poppins", sans-serif;
font-size: 20px;
line-height: 24px;
color: #fff;
margin-bottom:15px;
font-weight: 400;
margin-top: 0;
text-transform: none;
letter-spacing: 0.5px;
}

footer  .footer-bottom {
background-color:#020d1e;
font-size: 0.875rem;
border-top: 1px solid #353535;
padding: 30px 0;
position: relative;
}

footer .footer-top hr {
background: #ffce10;
border: 0 none;
bottom: 0;
height: 2px;
left: 0;
margin: 10px 0;
position: relative;
right: 0;
text-align: left;
top:0;
width: 18%;
}

.footer-bottom p {
font-weight: 200;
line-height: 38px;
margin-bottom: 0;
letter-spacing: 0.6px;
text-align: center;
font-size: 14px;
color:#fff;   
}
footer p a {
color:#fff;  
}
footer .footer-useful-links ul li {
  list-style: none;
  margin-bottom: 5px
}
footer .footer-useful-links ul li a {
font-family: "Poppins", sans-serif;
color: #cfcfcf;
font-size: 14px;
font-weight: 400;
line-height: 22px;
display: block;
}

footer .footer-useful-links ul li .lni{
font-size:12px;    
}
footer .main-icons .lni {
  font-size: 18px;
  color: #f03250;
  margin-right: 2px
}
footer .copyright-text {
  font-size: 16px;
  font-weight: 400;
  color: #3c464e
}
footer .address {
  color: #787567;
  font-size: 16px;
  line-height: 1.4
}

.social-icons li .lni {
font-size: 14px;
text-align: center;
text-decoration: none;
background-color: #ffffff;
color: #010e21;
line-height: 28px;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid #ffffff;
margin-right: 8px;
}

.social-icons li .lni:hover{
 background-color:#ffce10;
border: 1px solid #ffce10;    
}


.recent-listing-box-container-item {
display: block;
margin-bottom: 30px;
width: 100%;
border: 1px solid #efeeee;
overflow: hidden;
position: relative;
}
.recent-listing-box-container-item,.videoBlocks .card,.allList .row{
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;  
}
.recent-listing-box-container-item:hover,.videoBlocks .card:hover,.allList .row:hover {
border: 1px solid #ffce10;
box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}

.nopadding {
padding: 0px;
}

.recent-listing-box-image img {
height:190px;
max-width: 100%;
width: 100%;
}

.recent-listing-box-container-item .hover-overlay {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
height: 100%;
left: 0px;
position: absolute;
right: 0px;
top: 0px;
width: auto;
bottom: 0px;
}
.recent-listing-box-container-item:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.recent-listing-box-item {
background-color: #ffffff;
text-align: left;
position: relative;
}

.listing-boxes-text {
padding: 15px;
text-align: left;
}

.listing-boxes-text a h3 {
font-family: "Poppins", sans-serif;
color: #4a4a4a;
font-size: 18px;
font-weight: 500;
margin-top: 0;
margin-bottom: 6px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
margin-bottom: 12px;   
}

.listing-boxes-text p {
color: #7d7d7d;
font-size: 13px;
font-weight: 500;
line-height: 22px;
margin-bottom: 0;
margin-top: 10px;
letter-spacing: 0.3px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
margin-bottom: 12px;  
}

.recent-item-listing-heading h1 {
font-family: "Poppins", sans-serif;
margin: 0px;
color: #01273a;
text-transform: uppercase;
font-weight: 600;
font-size: 28px;
}
.recent-item-listing-heading h1 span {
color: #ffce10;
}
.bt_heading .line_1 {
background-color: #6d6d6d;
display: inline-block;
height: 1px;
vertical-align: middle;
width: 60px;
}

.bt_heading .icon {
color: #f9ca40;
display: inline-block;
font-size: 7px;
line-height: 4px;
margin: 0 3px;
vertical-align: middle;
}

.bt_heading .line_2 {
background-color: #6d6d6d;
display: inline-block;
height: 1px;
vertical-align: middle;
width: 60px;
}







input#ql-search {
  width: 100%;
  border-radius: 0;
  margin: 3px 0;
  outline: 0;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  padding: .5rem;
  background-color: #fff;
  font-size: .9em;
  color: #999;
  transition: .3s
}
input#ql-search:hover {
  outline: 0
}
#ql-search input:focus {
  outline: 0
}
button.btn-img {
  background: url(https://c.contextual.com/quicklaunch/search-icon.svg) no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: none
}
.searchbox-results-wrapper {
  position: relative
}
.searchbox-results {
  position: relative
}
.searchbox-results ul {
  width: 100%;
  position: absolute;
  margin-top: -3px;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  border: none;
  z-index: 99999;
  box-sizing: border-box !important;
  -webkit-box-shadow: none !important;
  border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important
}
.searchbox-results ul li.section-head {
  padding: 6px 0 0 !important
}
.searchbox-results ul li.section-head h3 {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  display: block;
  padding: 1px 0 2px 7px;
  margin: 2px 0 2px 0;
  color: #505050;
  background: 0 0;
  border-bottom: 1px solid #dcdcdc
}
.searchbox-results ul .powered-by {
  display: block;
  color: #aaa;
  font-size: 11px;
  text-align: right;
  font-weight: 400;
  text-decoration: none;
  padding: 0 5px 0 0;
  margin: 0;
  float: right;
  border-top: 1px solid #f2f2f2;
  margin-top: 0;
  border: none
}
.searchbox-results ul .powered-by a {
  font-size: 11px;
  text-align: right;
  padding: 5px 2px;
  display: inline;
  color: #2c2c2c !important;
  text-decoration: none
}
.searchbox-results ul .powered-by a:hover {
  text-decoration: underline
}
.searchbox-results ul li {
  list-style: none;
  text-indent: 0;
  float: left;
  margin: 0;
  width: 100%;
  padding: 0;
  border: 0;
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid #f5f4f4
}
.searchbox-results ul li:hover {
  background-color: #f5f4f4
}
.searchbox-results ul li a {
  color: #434343;
  width: 100%;
  font-size: 14px;
  display: table;
  padding: 6px 0 2px 0;
  border: 0;
  line-height: 14px;
  text-decoration: none
}
.searchbox-results .result-left {
  width: 60px;
  display: inline-block;
  height: 50px;
  padding: 0;
  margin-left: 7px;
  float: left;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  position: relative
}
.searchbox-results .result-left img {
  max-width: initial;
  max-height: initial;
  width: 60px;
  height: 50px;
  display: inline-block !important;
  vertical-align: middle !important
}
.searchbox-results ul li a .result-right {
  display: table-cell !important;
  vertical-align: middle !important;
  width: 100% !important
}
.searchbox-results ul li a .desc {
  padding-left: 8px;
  font-size: 13px;
  line-height: 1.2;
  color: #202c33;
  max-height: 36px;
  overflow: hidden;
  font-style: normal;
  text-shadow: none;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 3px
}
.searchbox-results ul li a .sponsored {
  color: #1228a1;
  font-size: 12px;
  padding-top: 0;
  font-weight: 400
}

.companyLogo div, .companyLogo div img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.allList .row{
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
    border: 1px solid #efeeee;
}
.allList .row .d-lg-flex{
  align-items: center;
}
.listingDetailBlock{
  padding-bottom: 20px;
}
.allList .webContent{
  margin-bottom: 10px;
  margin-top: 10px;
}
.listingName{
  flex-basis: 60%;
}
.listingContact{
  flex-basis: 40%;
  text-align: right;
}
.allList .webContent .subHeading{
    font-size: 1.1rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 50px;
}
.listingDetailBlock .otherDetails i{
  color: #ffce10;
  font-weight: bold;
}
.listingDetailBlock .otherDetails span{
  font-size: 1rem;
}
.listingDetailBlock .otherDetails.phonedetails span{
  font-size: 1rem;
}
.details-slider img {
    width: 100%;
    height: 315px;
    object-fit: cover;
}
.detailBlock .card-header .webContent .mainHeading{
  font-size: 1.3rem;
}
.detailIcon {
    width:40px;
    height: 40px;
    line-height: 45px;
    position: relative;
    z-index: 2;
    border-radius: 0px;
    text-align: center;
    background-color: #ffce10;
}
.detailIcon i{
    font-size: 1.1rem;
    font-weight: bold;
}
#listingDescription .webContent .mainHeading{
  font-size: 1.5rem;
}
 .detailBlock ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
/*============================================= SITEMAP PAGE ===================================*/  
  .sitemapSection .recent-item-listing-heading h1{
    font-size: 22px;
  }
  .subCategoryListItems{
    column-count: 3;
    column-gap: 50px;
    column-fill: balance;
  }
  .subCategoryListItems li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .subCategoryListItems li:before{
    position: absolute;
      left: 5px;
      color: #ffce10;
      font-size: 14px;
      content: '\f054';
      font-family: "FontAwesome";
      opacity: 0.6;
  }
  .subCategoryListItems li a{
    color: #000;
    font-weight: 600;
    font-size: 0.85rem;
    opacity: 0.8;
  }