p {
    line-height: 2;
    font-size: 18px;
}

.main-wrapper.default-template {
    overflow: hidden;
}
.default-template section  {
    padding: 70px 20px;
}


.dashboard-content {
    padding: 50px 0;
}

.card-dashboard-alert-box {
    margin-bottom: 50px;
}
#dashboard-alert-box .item {
    background-color: #ffffff;
    padding: 20px 50px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 3px 5px 13px rgba(222, 226, 231, 0.44);
    background-repeat: no-repeat;
}

#dashboard-alert-box .item.bg-danger {
    background-color: #ff00000d !important;
}
#dashboard-alert-box .item.bg-warning {
    background-color: #ffbf001c  !important;
}
#dashboard-alert-box .item.bg-success {
    background-color: #28a7450f !important;
}
#dashboard-alert-box .item.bg-primary {
    background-color: #0d6efd0a !important;
}
#dashboard-alert-box .item.bg-secondary {
    background-color: #6c757d24 !important;
}

#disclaimer button.close {
    position: absolute;
    top: 10px;
    right: 20px;
    border: none;
    background: #fff;
    font-size: 30px;
}
.text-danger {
    color:#d41a12 !important;
}

.media-section .media-image img {
 
}
.footer .footer-menu ul li {
    line-height: 1.5;
}
.media-section .media-image {
    position: relative;
}
.media-section .media-image .media-image-delete {
    color: red;
    border-radius: 100%;
    border: 1px solid red;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 30px;
    font-size: 14px;
    height: 30px;
    top: 15px;
    position: absolute;
    left: 15px;
    background: #fff;
}

section#section-estimate {
    position: relative;
    padding: 150px 20px;
}
section#section-estimate .container {
    max-width: 1100px;
}
#estimator-section {
    padding-top: 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #f9fcfd;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}
.container-fluid {
    position: relative;
    z-index: 9;
}
.estimator-pipe-bg-graphic {
    width: 10%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.estimator-pipe-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    background-position: right center;
}
.estimator-pipe-bg-right {
    position: absolute;
    right: 0;
    top: 0;
    background-position: left center;
}
.estimator-result-header {
    margin-bottom: 50px;
}
.estimator-result-header h1 {
    color: #2e77bb;
    font-size: 70px;
}
.estimator-result-header h2 span {
    color: #29afe3;
}
.estimator-result-footer {
    margin-top: 50px;
}
.estimator-result-footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.estimator-result-img {
    margin: 0px auto 50px;
    display: none;
}
#estimator-btn-group.btn-group > .btn:hover {
    border: 1px solid #2e77bb;
}
#estimator-heading h1.heading {
    font-size: 50px;
    color: #153858;
}

.row.estimator-result-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.col.col-estimator-content {
    flex: 0 0 70%;
}
.col.col-estimator-img {
    flex: 0 0 30%;
}
.wizard .steps li.disabled.last {
    display: none;
}


.social-profile-wrapper {
    background: #ddd;
    font-size: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ddd;
}

.social-profile-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-profile-details {
    display: block;
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
}

.dashboard-info .card-footer {
    background: transparent;
    padding: 20px 20px;
}

.dash-cards.card.card-fb-ig.status-active {
    background: linear-gradient(45deg, #dde6fb, #f8faff);
}
.dash-cards.card.card-twitter.status-active {
    background: linear-gradient(215deg, #1c96e82b, #7dcbff33);
}

.dash-cards.card.card-instagram.status-active {
    background: rgb(233,198,1);
    background: linear-gradient(45deg, #f7d0777a, #5e52ca45);
}
.dash-cards.card.card-social.card-linkedin-personal.status-active {
    background: linear-gradient(220deg, #cdefff36, #00639421);
}
.dash-cards.card.card-social.card-linkedin-business.status-active {
    background: linear-gradient(304deg, #cdefff36, #00639421);
}
.dash-cards.card.card-social.card-google.status-active {
    background: rgb(64,129,236);
    background: linear-gradient(45deg, #b1000014, #ffefef);
}


.dash-cards.card.card-fb-ig.status-active .social-profile-status {
    color: #395693;
}
.dash-cards.card.card-twitter.status-active .social-profile-status {
    color: #00aaff;
}

.dash-cards.card.card-instagram.status-active .social-profile-status {
    color: #ff008b;
}
.dash-cards.card.card-social.card-linkedin-personal.status-active .social-profile-status {
    color: #006394;
}
.dash-cards.card.card-social.card-linkedin-business.status-active .social-profile-status {
    color: #006394;
}
.dash-cards.card.card-social.card-google.status-active .social-profile-status {
    color: #b10000;
}

.dashboard-info .card.card-social {
    margin-bottom: 50px;
    border: 1px solid #ddd;
    height: 89%;
}
.card.card-social button.btn.btn-primary:hover {
    border: 1px solid #2e77bb;
}
.dashboard-info .card.card-social h6 {
    font-size: 14px;
}
.dashboard-info .card.card-social .social-profile-status {
    font-size: 14px;
}


.form-switch .form-check-input {
    height: 20px;
    min-height: auto;
    width: 30px;
    background-repeat: no-repeat !important;
}

.form-switch .form-check-input:focus:checked {
    background-color: #0d6efd;
    background-repeat: no-repeat;
}
.form-switch {
    padding-left: 3.5em;
}

.card-header .btn i {
    color: inherit;
    font-size: inherit;
}


.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #e3e3e3;
    background-image: none;
}


.dashboard-info.reviewpage-content .card-header.card-header-tabs {
    padding: 0;
}
.dashboard-info.reviewpage-content .card-header.card-header-tabs ul#pills-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.dashboard-info.reviewpage-content .card-header.card-header-tabs ul#pills-tab li.nav-item {
    flex: initial;
}
li#nav-item-filter {
    margin-left: auto;
}
li#nav-item-filter div#pills-filter-tab {
    padding: 12px 25px;
}
.card-header-tabs-right {
    padding-right: 25px;
}
.dashboard-info.reviewpage-content .card-header.card-header-tabs ul#pills-tab li.nav-item .nav-link {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
}
.dashboard-info.reviewpage-content .card-header.card-header-tabs ul#pills-tab li.nav-item .nav-link {
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #ddd;
    font-weight: bold;
    color: #333;
    padding: 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard-info.reviewpage-content .card-header.card-header-tabs ul#pills-tab li.nav-item .nav-link.active {
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #1e73be;
    background: transparent;
    color: #1e73be;
}



.reviewpage-content .card.dash-cards .card-body {
    overflow-y: auto;
    max-height: 850px;
}



.bg-fixed {
    background-attachment: fixed;
}
#section-vidieo {
    background: #f9f9f9;
    background-attachment: fixed;
}
.hero-badge img {
    width: 150px;
}


.menu-header img.img-fluid {
    width: 150px;
}
.map-widget {
    width: 276px;
}
.map-content {
    padding: 10px;
}
.available-info li {
    color: #333333;
}
.available-info li .ratings {
    margin-left: auto;
}
.available-info li.mapaddress {
    flex: 0 0 100%;
    margin: 5px 0 10px;
}
ul.available-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.available-info li.mapaddress i {
    color: #1e73be;
    font-size: 13px;
}
.available-info .ratings span {
    background: #ff823b;
    padding: 1px 5px;
    border-radius: 4px;
    margin-right: 5px;
    color: #fff;
}
ul.available-info a.map-link {
    font-size: 14px;
}
.available-info li {
    flex: auto;
}
.available-info li.mapaddress {
    flex: 0 0 100%;
    margin: 5px 0 15px;
}
.filter-content, .search-btn {
    margin: 10px 0;
}
.filter-content label.btn {
    font-size: 14px;
}
img.filter-badge {
    width: 25px;
    margin-right: 5px;
}
.home-banner h4 span {
    color: #51bf5e;
}
.filter-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
}
.filter-content .btn-group {
    display: flex;
}
#hero-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.showfilter-wrapper .search-btn .btn-primary {
    padding: 5px 20px;
    min-width: 200px;
    width: 100%;
    font-size: 14px;
}
.filter-content.form-group.amenities.radius {
    min-height: 40px;
    margin: 0;
    margin-top: -60px;
}
.showfilter-wrapper .filter-content input {
    padding-top: 5px;
    min-height: auto !important;
    padding-bottom: 5px;
}
.showfilter-wrapper .filter-content .select2-container--default .select2-selection--single  {
    height: auto;
}
.showfilter-wrapper .filter-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
    height: 35px;
    color: #999;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.showfilter-wrapper .filter-content .group-img i {
    color: #8d8d8d;
    top: 12px;
    font-size: 14px;
}
.showfilter-wrapper  .filter-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 15px;
}

.showfilter-wrapper  .irs--flat.irs-with-grid {
    height: auto;
}

.showfilter-wrapper .slider-info span {
    font-size: 14px;
    font-weight: normal;
}

.showfilter-wrapper  .filter-range {
    margin-top: -20px;
}
.showfilter-wrapper span.irs-single {
    display: none;
}
/* .col.col-filter-locations {
    min-width: 400px;
}
.col.col-filter-ratings {
    max-width: 150px;
}
.col.col-filter-radius {
    min-width: 200px;
} */

.contactus-form label.error {
    display: none !important;
}
.contactus-form input.form-control.error {
    border-color: red;
}

.list-content {
    background: #ffffff;
}
.map-right {
    /* height: 100vh !important; */
    top: 86px;
    background-color: #f1e9d7;
    /* position: relative; 
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: 100px;
    background-color: #cccccc; */
}


.map-listing {
    margin-top: 0;
}

#pulse-loader {
    display: none;
    height: 100%;
}
.loader {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: calc(100vh - 85px);
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #fff;
}
.loader * {
    position: relative;
    z-index: 9;
}
.loader:after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}
#domainsearch {
    min-width: 250px;
}
#doamin-bg-separator {
    background-repeat: repeat-x;
    height: 80px;
    background-color: #fbfbfb;
    padding: 0;
    background-position: center;
    background-size: auto;
    border: 1px solid #ddd;
    box-shadow: 3px 5px 13px rgb(155 155 155 / 37%);
}
img.img-fluid.domain-img {
    width: 100px;
    margin-bottom: 10px;
}

li.list-inline-item {
    margin-bottom: 10px;
    /* margin-top: 5px; */
}
.listing-table .avatar-img {
    border-radius: 10px;
    height: auto !important;
    width: 100% !important;
    max-width: 100px;
    margin: 0 auto;
    display: block;
    border: 0;
    background: none;
}

.list-ratings {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.list-ratings-google {
    width: 15px;
    margin-right: 10px;
}
.list-ratings-star {
    color: #ffd500;
    margin-right: 10px;
}
.list-ratings-average {
    font-weight: bold;
    color: #141414;
}
.blog-listview .bloglist-content .ratings {
    min-width: 150px;
    text-align: end;
    margin: 10px 0;
    flex: auto;
    max-width: 150px;
}
.blog-listview .card-body .row.blog-title .col-auto {
    flex: 1;
}
.blog-listview .card-body .row.blog-title .blog-author {
    flex: 1;
    max-width: 70px;
}

.listmaplist-content .location-info {
    display: inline;
}
.owl-carousel .owl-item .widget-img-box-left img {
    margin-right: auto;
}
.owl-carousel .owl-item .widget-img-box-right img {
    margin-left: auto;
}

.owl-carousel .owl-item .widget-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider-info {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    color: #2e77bb;
}


.step-error-message {
    display: none;
    width: 100%;
    color: red;
}

.step-error-message.error, label.error {
    display: block;
    margin-bottom: 20px;
}


.search-btn .btn-primary {
    font-weight: bold;
    padding: 13px 20px;
}
.home-banner .search-btn .btn-primary:hover {
    background-color: #29afe3fa;
    color: #fff;
}
.search-btn .btn-primary:hover {
    border: 1px solid #1e73be;
    color: #1e73be;
}
.listing-badge img {
    width: 40px !important;
}

.col-lg-6.listingmaplist-content {
    min-height: 80vh;
    padding: 100px 0px 0px;
}
#form_search_listings .filter-category .select2-container {
    min-width: 170px;
}
#form_search_listings .filter-locations input {
    /* min-width: 170px; */
    font-size: 14px;
    height: 37px;
}
#form_search_listings .filter-ratings .select2-container {
    min-width: 100px;
}
.bloglist-content .blog-author .blog-author-img {
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
position: relative;
}
.bloglist-content .blog-author .blog-author-img:after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
}
.bloglist-content .blog-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline;
    margin: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 0;
    border: none;

}
 li.claim-listing-menu #header-free-tag {
    width: 35px;
    margin-right: 10px;
}

.review-img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.review-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

.blog-content .post-author-img, .bloglist-content .post-author-img {
    width: 25px;
    margin-right: 7px;
    height: 25px;
    border-radius: 100%;
    overflow: hidden;
}
.grid-blog .post-author img, .bloglist-content .post-author-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 0;
}



.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #2e77bb;
}
.showfilter .listings-sidebar {
    max-height: 100vh;
}

.filter-range {
    margin-top: -30px;
}
.showfilter.filter-open .search-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
button.btn.btn-reset {
    border: 1px solid #ddd;
}
.btn-secondary {
    border: 1px solid #ddd;
}

.listmaplist-content .location-info {
     /* font-size: 12px; */
    color: #9c9c9c;
    width: 100%;
     /* height: 20px; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-top: 20px; */
    /*  white-space: nowrap;  */
}

.blog-listview .card .blog-widget .row {
   /*  width: 100%; */
}

.listmaplist-content .location-info li.hide {
    display: none;
}
.listmaplist-content .location-info li {

}


.listmaplist-content .location-info li a {
    color: #2f78bb;
    line-height: 1.5;
}


.showfilter.filter-open {
    width: 400px;
}
.showfilter {
    width: 220px;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #1e73be;
    background-color: #ffffff;
    border: 2px solid #1e73be !important;
    filter: none;
}

.estimate-input-container .btn-group.estimate-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.estimate-input-container .btn-group>.btn:hover span {
    filter: none;
    box-shadow: 1px 1px 20px 0px #000;
}
 .estimate-input-container .btn-group>.btn-check:checked+.btn span {
    filter: none;
    box-shadow: 1px 1px 20px 0px #000;
    border: 1px solid #1e73be;
}
.estimate-input-container .btn-group>.btn:hover {
    border:none !important;
}
.estimate-input-container .btn-group>.btn {
    padding: 0;
    font-weight: bold;
    border: none !important;
    flex: 1;

}
.estimate-input-container .btn-group>.btn span {
    width: 100%;
    height: 150px;
    display: block;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.5s;
    border: 1px solid #dddd;
    filter: grayscale(1);
}
.estimate-input-container .btn-group>.btn:hover:after, .estimate-input-container .btn-group>.btn-check:checked+.btn:after {

}
.estimate-input-container .btn-group>.btn:after  {

}
.btn-group-vertical>.btn, .btn-group>.btn:hover  {
    border: 1px solid #e3e3e3;
}
.header {
    background: #ffffffe6;
}



.headerv2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(50, 63, 70, 1) 20%);
}
.headerv2 .main-nav li a {
    color: #fff;
}
.headerv2 #searchNav input.form-control {
    background: #637883;
    color: #fff;
    padding: 6px 15px 6px 50px;
    border-radius: 100px;
}

.headerv2 #searchNav input.form-control::placeholder {
    color: #b9cad2;
    opacity: 1; /* Firefox */
  }
  
  .headerv2  #searchNav input.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #b9cad2;
  }
  .headerv2 .header-navbar-rht li > a.header-login {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0;
}
.headerv2  .header-navbar-rht li > a.header-login:hover {
    border: none;
    color: #4c82f7;
    box-shadow: none;
}
.headerv2 .header-navbar-rht li > a.header-login i {
    font-size: 20px;
    margin-right: 10px;
}

.headerv2 .bar-icon span {
    background: #d41a12;
}


#hero .text-light {
    text-shadow: 1px 1px #000;
}
#hero {
    background-size: cover;
    background-position: bottom center;
    min-height: 1141px;
}
.home-banner {
    position: relative;
    z-index: 1;
}
.dashboard-info .card {
    margin-bottom: 10px;
}
.default-template #hero-v1  {
    padding: 0;
    overflow: initial;
}
.default-template #hero-bottom .container {
    padding: 0;
}
.bannergallery {
    height: 500px;
    margin-top: 85px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.bannergallery:before {
    content: " ";
    /* opacity: 0.5; */
    /* background: #000; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.login-content {
    padding: 200px 20px 350px;
    margin-bottom: -250px;
}
.signup-content {
    padding: 150px 0 350px;
    margin-bottom: -250px;
}

 #hero-v1 {
    background-size: cover;
    background-position: top center;
    overflow-x: hidden;
}
#hero-v1 .section-search {
    padding: 150px 0px 0;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
#banner-house {
    position: absolute;
    bottom: 0;
    right: 0;
}
#banner-tree {
    position: absolute;
    bottom: 0;
}
#hero-bottom {
    background-position: top center;
    height: 380px;
    background-size: auto;
    margin-top: -109px;
    z-index: 2;
    position: relative;
    padding: 0;
}



#footerv2 .row > div:last-child {
    border: none;
}

.banner-pipe-mobile {
    display: none;
}

.banner-graphic {
    text-align: center;
}
.home-banner .text-light {
    text-shadow: 1px 2px 7px #000;
}
.footer-bottom {
    position: relative;
    z-index: 9;
}

.search-box .select2-container--default .select2-selection--single, .filter-content .select2-container--default .select2-selection--single {
    min-width: auto;
}
.search-box .group-img input {
    min-width: auto;
}

.search-box .search-input {
    padding: 0 15px 0 0;
    flex: 0 0 80%;
    margin: 0;
}
#hero-form .search-btn {
    margin: 0;
}
.search-box .search-btn {
    flex: 0 0 20%;
}

.section-search {
    position: relative;
    padding: 80px 0px 250px;
}

.category-section a.category-links img {
    width: 80px;
}

.fav-item .fav-icon {
    background: transparent;
    width: 50px;
    height: 50px;
}



.grid-view .blog-img {
    height: 245px;
}
.grid-view .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.listing-badge img {
    width: 50px;
    padding: 0 5px;
}
.listmapgrid-content .listing-badge img {
    width: 100% !important;
    max-width: 150px !important;
    padding: 10px;
}
.col-auto.column-badge {
    margin: 0 auto;
    max-width: 200px;
}
.listmapgrid-content .listing-badge img:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}
.blog-listview .card .amount-details a {
    font-size: 14px;
    color: #2e77bb;
    font-weight: bold;
}
.blog-listview .card .amount-details a:hover {
    color: #27aee3;
}
.listmaplist-content .blog-listview h6 {
    font-size: 16px;
    margin: 0 0 0;
}
.listing-title-wrap {
    margin: 10px auto;
    min-width: 300px;
}
.blog-listview .card-body .row {
    display: flex;
    justify-content: space-between;
}

.listmapgrid-content .blog-content {
    padding:  0px 0;
    font-size: 14px;
}
.blog-listview .listing-header {
    margin-bottom: 0;
}
.blog-listview .card-body {
    padding: 20px;
}
.bloglist-content .blog-features {
    margin: 0 5px 4px 0;
}
.bloglist-content .blog-features i {
    margin-right: 5px;
}

.blog-listview .card {
    margin-bottom: 15px;
    background: #f1f1f1;
    padding: 20px;
}
.blog-listview .card:nth-child(2n+0) {
    background: #fff;
}
/*.blog-listview .card:nth-child(3n+0) {
    background:#dddddd;
}*/
.listmaplist-content .blogfeaturelink {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-listview .card .amount-details {
    display: flex;
    flex-wrap: wrap;
}
.list-cards-bottom-details {
    flex: 1;
}
.list-cards-bottom-details ul.list-inline li.list-inline-item {
    /* border-right: 1px solid #ddd; */
    padding-right: 10px; 
}
.list-cards-bottom-details ul.list-inline .list-inline-item:not(:last-child) {
    margin-right: 0;
}

.list-cards-bottom-details ul.list-inline li.list-inline-item:last-child {
    border-right: none;
}

.widget-nodig-badge img {
    width: 150px;
}
.badge-details .widget-nodig-badge img {
  /*   width: 100px; */
}
.blog-img:hover .widget-nodig-badge img {
    transition: none;
    transform: none;
}
.about-details {
    display: flex;
    justify-content: space-between;
}
.profile-content .author-img {
    margin: 0 auto;
    width: 150px;
    height: 150px;
}
.author-img {
    border: 1px solid #ddd;
    overflow: hidden;
}


.dashboard-header {
    background: #ffff;
}

.dashboard-header  .profile-header {
    padding: 20px 0;
}
.dashboard-header .profile-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    z-index: 9;
    position: relative;
    margin: -90px auto 0;
}

.dashboard-header .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.dashboard-header  .profile-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dashboard-header .dashboard-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    align-items: center;
}
.dashboard-header .dashboard-navigation a.nav-link:hover, .dashboard-header .dashboard-navigation a.nav-link.active {
    color: #2e77bb;
}
.dashboard-header .dashboard-navigation .nav-item i {
    color: #2e77bb;
    margin-right: 10px;
}
.grid-view .grid-author {
    top: -50px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
}
.owl-carousel.featured-slider.grid-view .owl-item .bloglist-content img, .grid-view .grid-author img, .about-headings .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline;
    margin: 0;
    border-radius: 0;
    max-width: 100%;
    border: none;
}
.list-categories img {
    width: 50px;
}

ul.list-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
ul.list-details i {
    margin-right: 10px;
}
.rightsidebar .card ul.list-details li > span {
    text-align: right;
}

.rightsidebar .listing-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.rightsidebar .listing-badge img {
    width: 100% !important;
    max-width: 75px;
}

.claim-listing-card {
    border: 2px dashed #ddd;
    padding: 30px 20px;
    text-align: center;
}
.claim-listing-graphic {
    width: 150px;
    margin: 0 auto 20px;
}

section {
    background-size: cover;
}
.testimonials-section .rightimg {
    background: none;
}
.testimonials-slidersection {
    margin: 0;
}
.testimonials-slidersection {
    margin-top: 0;
    position: relative;
}
.grid-view.featured-slider .blog-img {
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 245px;
}
.grid-view.featured-slider .blog-img .grid-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-view.featured-slider .blog-img:after {
    content: "";
    background: #00000096;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.grid-view .Featured-text {
    background: #4c82f7;
    padding: 7px 10px;
    transition: all 0.5s;
}
.listingmaplist-content {
    padding-top: 100px;
}
 .owl-carousel.partnerslist .owl-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.partnerslist li a {
    height: auto;
    background: transparent;
}
.owl-carousel.partnerslist .owl-item img {
    height: 100px;
    padding: 0;
    width: auto;
    margin: 0 auto;
}


a.claimed {
    background: #27e353;
    color: #000;
    font-weight: 500;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid #27e353;
    width: 100%;
    max-width: 100px;
    text-align: center;
}
a.claim {
    background: #2e77bb;
    color: #fff;
    font-weight: 500;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid #28aee3;
    width: 100%;
    max-width: 100px;
    text-align: center;
}
a.claim i, a.claimed i {
    margin-left: 5px;
}
a.claim:hover {
    background: #28aee3;
    border: 1px solid #2e77bb;
}
.grid-view .Featured-text:hover {
    background: #4c82f7;
}
.header-navbar-rht li > a.header-login:hover {
    border: 1px solid #4c82f7;
    color: #4c82f7;
}

.fav-icon.widget-nodig-badge {
    transition: all 0.5s;
    margin-left: auto;
}

.fav-icon.widget-nodig-badge:hover {
    background: transparent;
    transform: scale(1.2);
}

.blog-image:hover img, .service-img:hover img, .blog-img:hover img, .blog-widget .img-blk:hover img, .venue-image:hover img, .recommended-widget .img-blk:hover img {
    transform: scale(1.1);
}

/* color */

.header-navbar-rht li > a.header-reg:hover {
    color: #2e77bb;
}

.progress-wrap svg.progress-circle path {
    stroke: #2e77bb;
}


.section-heading h2 {
    color: #2e77bb;
}

.header-navbar-rht li > a.header-login {
    background: #2e77bb;
    border: 1px solid #27aee3;
}
.header-navbar-rht li > a.header-login.add-listing {
    background: #27aee3;
    border: 1px solid #2e77bb;
}

.main-nav .has-submenu.active > a, .main-nav li a:hover, .header-two .main-nav li a:hover, .main-nav li .submenu a:hover {
    color:#d41a12;
}
.main-nav > li.active > a, .header-two .main-nav > li.active > a {
    color:#d41a12;
}
#searchNav ::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  #searchNav ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
  }


  .header-navbar-rht li > a.header-login {
    background: transparent;
    border: 0px solid transparent;
    padding: 0;
}
.header-navbar-rht li > a.header-login:hover {
    border: 1px solid transparent;
    box-shadow: none !important;
    background: transparent;
    color: #d41a12;
}

.progress-wrap svg.progress-circle path {
    stroke: #d41a12;
}
.progress-wrap::after {
    color: #d41a12;
}
.banner-section h1 span {
    color:#2e77bb;
}

.category-section a.category-links:hover {
    background: #2e77bb;
    border-color: #27aee3;
}

.grid-view .card .amount-details .validrate {
    color: #2e77bb;
}

.grid-view .card h6 > a {
    color: #2e77bb;
}
.grid-view .card h6 > a:hover {
    color: #27aee3;
}
.popular-locations {
    background-color: #2e77bb;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.popular-locations .section-heading h2 span {
    color: #2e77bb;
}
.popular-locations .location-content a {
    color: #2e77bb;
}
.popular-locations .location-content a:hover {
    color: #27aee3;
}
.popular-locations .location-content a.view-detailsbtn:hover {
    background: #2e77bb;
}

.browse-btn:hover {
    border: 1px solid #2e77bb;
    color: #2e77bb;
}

.cta-content .postad-btn {
    font-weight: bold;
}

.cta-content .postad-btn:hover {
    color: #d41a12;
    box-shadow: inset 0 70px 0 0 #f3f3f3;
    border-color: #d41a12;
}

ul#secondaryNav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cta-content a.browse-btn {
    color: #2e77bb;
    border: 1px solid #2e77bb;
}
.cta-content a.browse-btn:hover {
    color: #2e77bb;
    border: 1px solid #2e77bb;
}

.cta-section h3 {
    color: #2e77bb;
}

.cta-section h3 span {
    color: #27aee3;
}

ul.list-default {
    margin-bottom: 20px;
}
ul.list-default li {
    margin-bottom: 10px;
}
ul.list-default li i {
    margin-right: 10px;
    color: #2e77bb;
}

.owl-prev:hover, .owl-next:hover {
    border: 1px solid #2e77bb;
    background: #27aee3;
}

.stay-tuned {
    background-size: cover;
    background-position: center;
    background-color: #27aee3;
    display: none;
}


.blog-section .blog-content .viewlink a {
    color: #2e77bb;
}

.blog-content .viewlink a:hover {
    color: #27aee3;
}
.grid-blog .blog-title a:hover {
    color: #2e77bb;
}
.stay-tuned .group-img i {
    color: #2e77bb;
}
.btn-primary {
    background: #2e77bb;
    border: 1px solid #27aee3;
}

.stay-tuned form .btn-primary:hover {
    background: #2e77bb;
}
.social-icon {
    margin: 10px 0 0;
}
.social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
}
.rightsidebar .social-icon ul li {
    padding-bottom: 0;
    display: inherit;
}
.social-icon ul li {
    margin-right: 12px;
}

#sidebar-contact-card .social-icon ul li a {
    border: 1px solid #ffffff;
}

 .social-icon ul li a {
    font-size: 18px;
    transition: all 0.4s ease 0s;
    border-radius: 50%;
    padding: 15px 15px;
    border: 1px solid #2e77bb;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 30px;
    width: 30px;
    color: #2e77bb;
}
.social-icon ul li a:hover {
    background: #2e77bb;
    color: #fff;
    border-color: #ffffff;
}
.social-icon.social-icon-default ul li a {
    background: #2e77bb;
    color: #fff;
    border: 1px solid #29afe3;
    padding: 20px;
}
.social-icon.social-icon-default ul li a:hover {
    background: #fff;
    color: #2e77bb;
    border: 1px solid #2e77bb;
}

.social-icon.social-icon-default ul li {
    margin: 0 10px;
}
.register-link {
    margin: 30px 0 0;
}
#sidebar-contact-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}


ul.contact-infolist a:hover {
    color: white;
}
.footer .social-icon ul li a:hover {
    color: #2e77bb;
}
.policy-menu li a {
    color: #293840;
}
.policy-menu li a:hover, .policy-menu li a:focus {
    color: #2e77bb;
}

.footercount p, .footer-contact-info span, .footer .social-icon ul li a {
    color: #bbbbbb;
}

.footer .footer-widget.footer-menu ul li a:hover {
    color: #27aee3;
}

.blog-category a:hover {
    background: #2e77bb;
    color: #fff;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background: transparent;
    box-shadow: inset 0 70px 0 0 transparent;
    border: 1px solid #2e77bb;
    color: #2e77bb;
}
.btn-view {
    border: 1px solid #2e77bb;
    color: #2e77bb;
}
.btn-view:hover, .btn-view:focus {
    background: #2e77bb;
    border: 1px solid #2e77bb;
}


.default-template .innerbanner {
    position: relative;
    background: url(../img/banner/aboutbanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 200px 0 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.profile-userlink {
    color: #ffffff;
}
.profile-userlink:hover, .profile-userlink.show {
    color: #ffffff;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    border-color: #ffffff;
}

/*** Start ****/

.footer {
    background-color: #000000;
    position: relative;
    z-index: 9;
    margin-top: 0;
}


h1, h2, h3, h4, h5, h6 {
    color: #293840;
    font-family: "Encode Sans", sans-serif;
    font-weight: 700;
}
p {
    color:#293840;
}
a:hover {
    color: #d41a12;
}
h1 {
    font-size: 45px;
}
h2{
    font-size: 36px;
}


.bg-gray {
    background-color: #f9fafc;
}
.innerbanner::after {
    content: "";
    background: #000;
    opacity: 0.5;
}

.btn-danger {
    background: #d41a12;
    border-color: #d41a12;
}


.widget-img-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
}
.widget-img-box-img img {
    border-radius: 10px;
    box-shadow: 3px 5px 13px rgb(155 155 155 / 37%);
}

.widget-img-box.widget-img-box-left {
    display: flex;
    justify-content: end;
}

.widget-img-box.widget-img-box-right {
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
}
.widget-img-box-left .widget-img-box-img  {
    margin-right: -50px;
    position: relative;

}
.video-badge {
    width: 100px;
    position: absolute;
    z-index: 1;
    left: -40px;
    top: -40px;
}
.video-badge img {
    border-radius: 0;
    box-shadow: none;
}
.widget-img-box-right .widget-img-box-img  {
    margin-left: -50px;
}

.widget-img-box-img {
    width: 100%;
    max-width: 700px;
    height: 100%;
    flex: 0 0 50%;

}
.widget-img-box .widget-img-box-info {
    width: 50%;
    background: #fff;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 3px 5px 13px rgb(155 155 155 / 37%);
    position: relative;
    flex: 0 0 50%;
}




.col-spacer {
    margin-bottom: 40px;
}

.card-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 3px 5px 13px rgb(155 155 155 / 37%);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.card-box-img {
    height: 200px;
    background-size: cover;
    width: 100%;
}
.card-box-content {
    padding: 20px;
}

.card-box-link {
    padding: 0 20px 20px;
    margin-top: auto;
}

.heading  {
    color: #293840;
}
.heading span {
    color: #293840;
}

.heading  .realtime360 {
    color: #1d709f;
}
.heading  .realtime360 span {
    color: #fdb713;
}
.heading p {
    color:#333;
}
.testimonials-section .container {
    background-repeat: no-repeat;
    background-position: top right;
}


.text-light * {
    color: #fff;
}


ul.contact-infolist li {
    margin-bottom: 10px;
}

ul.contact-infolist li i {
    margin-right: 10px;
}

.gallery-media .galleryimg-upload {
    border: 2px dashed #2e77bb;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: -webkit-fill-available;
}

.galleryimg-upload  input {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.galleryimg-upload label {
    width: 100%;
    height: 100%;
    text-align: center;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.breadcrumb-bar {
    background: #2e77bb;
}
td.dataTables_empty {
    text-align: center !important;
}
.dataTables_wrapper > .row:first-child, .dataTables_wrapper > .row:last-child {
    border-top: 1px solid #ddd;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.dataTables_wrapper div.dataTables_filter input {
    min-height: 0;
    padding: 2px 10px;
}
.dataTables_wrapper div.dataTables_length select {
    padding: 0px 10px;
    min-height: auto;
}

.dataTables_wrapper div.dataTables_filter input {
    min-height: 0;
}

.dashboard-header .profile-contact a i {
    color: #2e77bb;
}

.dashboard-header .profile-contact a:hover i {
    color: #27aee3;
}

.table-responsive .datatable.dataTable thead th.listing-table-img {
    width: 150px !important;
}
.gallery-media .galleryimg-upload:hover {
    background: #29afe30a;
}
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label  {
    margin: 0;
    display: block;
}
body div.dataTables_wrapper div.dataTables_info {
    padding: 0;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0;
    padding: 0 5px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    padding: 5px 10px;
    font-size: 14px;
}
.page-link {
    padding: 5px 10px;
    font-size: 14px;
}
.galleryimg-upload label {
    font-weight: bold;
    cursor: pointer;
}
.galleryimg-upload label:hover {
    color: #2e77bb;
}
.media-section .settings-upload-btn .file-upload, .dash-listingcontent .header-login.add-listing {
    background: #2e77bb;
    border: 1px solid #27aee3;
}


.contactbusinessform input, .contactbusinessform textarea, .contactbusinessform input:focus, .contactbusinessform textarea:focus {
    color: #666;
}

.contactbusinessform .submit-section .btn-primary {
    border-color: #fff;
    color: #fff;
}


.about-headings {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-headings .author-img {
    width: 150px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

div#element {
    width: 100px;
}

/*** start table ****/


tbody, td, tfoot, th, thead, tr {
    border-width: inherit;
}


.table-responsive {
    background: #f9fafc;
}

.table-responsive .datatable.dataTable tr th {
    color: rgb(90, 90, 90);
    font-weight: bold;
    font-size: 14px;
    background-color: rgb(249, 250, 252);
    padding: 15px 5px;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.table-responsive div.dataTables_wrapper label {
    font-size: 14px;
}

.table-responsive .datatable.dataTable tr td .user-table-img {
    /* width: 50px; */
    /* height: 50px; */
    border-radius: 0;
    overflow: hidden;
    border: none;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.table-responsive .datatable.dataTable tr td .user-table-img img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    object-position: center;
    min-width: auto;
}

.table-responsive .datatable.dataTable th {
    background-color: transparent;
    color: #000;
}
.table-responsive .datatable.dataTable thead > tr > th.sorting:before, .table-responsive .datatable.dataTable thead > tr > th.sorting:after, .table-responsive .datatable.dataTable thead > tr > th.sorting_asc:before, .table-responsive .datatable.dataTable thead > tr > th.sorting_asc:after, .table-responsive .datatable.dataTable thead > tr > th.sorting_desc:before, .table-responsive .datatable.dataTable thead > tr > th.sorting_desc:after, .table-responsive .datatable.dataTable thead > tr > th.sorting_asc_disabled:before, .table-responsive .datatable.dataTable thead > tr > th.sorting_asc_disabled:after, .table-responsive .datatable.dataTable thead > tr > th.sorting_desc_disabled:before, .table-responsive .datatable.dataTable thead > tr > th.sorting_desc_disabled:after, .table-responsive .datatable.dataTable thead > tr > td.sorting:before, .table-responsive .datatable.dataTable thead > tr > td.sorting:after, .table-responsive .datatable.dataTable thead > tr > td.sorting_asc:before, .table-responsive .datatable.dataTable thead > tr > td.sorting_asc:after, .table-responsive .datatable.dataTable thead > tr > td.sorting_desc:before, .table-responsive .datatable.dataTable thead > tr > td.sorting_desc:after, .table-responsive .datatable.dataTable thead > tr > td.sorting_asc_disabled:before, .table-responsive .datatable.dataTable thead > tr > td.sorting_asc_disabled:after, .table-responsive .datatable.dataTable thead > tr > td.sorting_desc_disabled:before, .table-responsive .datatable.dataTable thead > tr > td.sorting_desc_disabled:after {
    visibility: hidden;
}
.table-responsive .datatable.dataTable  thead th {
    border-top: 1px solid #ddd;
}
.table-responsive .datatable.dataTable thead th, .table-responsive .datatable.dataTable thead td {
    padding: 20px 20px;
    border-bottom: 1px solid #ddd;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 14px;
    background-color: #f9fafc;
}
.table-responsive .datatable.dataTable thead th.thead-action {
    width: 100px !important;
}
.table-responsive .datatable.dataTable .action .btn {
    margin: 0 3px 3px;
}

.table-responsive .datatable.dataTable tbody th, .table-responsive .datatable.dataTable tbody td {
    padding: 20px 10px;
    font-size: 14px;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    vertical-align: middle;
}
.table-responsive .datatable.dataTable thead>tr>th.sorting {
    padding-right: 20px;
    padding-left: 10px;
}
.table-responsive .datatable.dataTable  tr td:first-child {
    padding-left: 20px;
    padding-right: 10px;
}
.table-responsive .datatable.dataTable tr td:last-child {
    text-align: right;
    padding-right: 20px;
}
.table-responsive .datatable.dataTable {
    border-bottom: none;
    padding: 0 !important;
    margin: 0 !important;
}
.table-responsive .datatable.dataTable .table-reviews, .table-responsive .datatable.dataTable  .table-listing {
    font-weight: bold;
    font-size: 14px;
}
.table-responsive .datatable.dataTable  h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
.table-responsive .datatable.dataTable  .discount-amt {
    margin-left: 0;
}
.table-responsive .datatable.dataTable .dataTables_paginate .paginate_button {
    padding: 0 2px;
}

.table-responsive .datatable.dataTable tbody tr:last-child {
    border-bottom: none !important;
}

.table-responsive .datatable.dataTable tbody tr {
    border-bottom: 1px solid #dee2e7;
}

.table-responsive div.dataTables_length select {
    padding: 0 0 0 10px !important;
}



body .table-responsive div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
}
body .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}
body .table-responsive .page-item:last-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body .table-responsive .page-item:first-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent;
    border: 1px solid transparent;
}




.table-responsive::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
    height:5px
}

.table-responsive::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #347abc;
}

/*** End table ****/

.dashboard-header ul.navbar-nav {
    display: flex;
    flex-wrap: wrap;
}
.dashboard-header li.nav-item {
    flex: none;
}

.showfilter-wrapper {
    position: relative;
    padding-bottom: 20px;
}

.showfilter-wrapper .showfilter {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: left;
}

.row.sorting-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



.action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.action .action-btn {
    padding: 0 5px;
    width: auto;
    height: auto;
    background: transparent;
    color: #000;
    border: none;
    margin: 0;
}

.action .action-btn:hover {
    opacity: 1;
    color: #2e77bb;
}
.action .action-btn.btn-trash:hover {
    color: red;
}
.action  .action-btn.btn-view:hover {
    color: green;
}

.listing-table .profile-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}
/*** end table ****/



.pagelink .active > .page-link, .pagelink ul li a:hover, .previtem a:hover, .nextlink a:hover {
    background: #3078bc;
    border: 1px solid #27aee3;
}

.card-header {
    background: none;
}
.card.review-sec .card-header {
    display: flex;
    padding: 10px 20px 20px;
}
.rightsidebar .card .article li i {
    color: #ffffff;
}
.rightsidebar .card .article ul li.date-icon {
    font-size: 14px;
}
.blog-section .grid-blog .blog-image {
    max-height: 150px;
}

.blogcategories-list li::marker {

}

.blog-content-wrapper ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 20px 0;
}
.blog-content-wrapper ul li {
    margin-bottom: 10px;
}



.info-box {
    box-shadow: 3px 5px 13px rgb(155 155 155 / 37%);
    padding: 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
}
.info-box-content p {
    margin-bottom: 20px;
}
.info-box-link {
    margin-top: auto;
}

/** start jquery steps ***/

#estimtor-card {
    width: 100%;
     max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
#wizard .content {
    max-width: 1240px;
    margin: 0 auto;
}

.wizard {
    position: relative;
    padding: 100px 40px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


.wizard .steps {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.wizard .steps ul li.current a {
    background: #2e77bb;
}
.wizard .steps ul li.done a {
    background: #29afe3;
}
.wizard .steps ul li a {
    font-size: 0;
    width: 10px;
    height: 10px;
    display: block;
    background: #d9d9d9;
    border-radius: 10px;
    margin: 10px;
}
.wizard .content .title.current {
    display: block;
}
.wizard .content .title {
    display: none;
    font-size: 40px;
    margin-bottom: 30px;
}
.wizard .actions ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.wizard .actions ul li.disabled {
    display: none;
}
.wizard .actions ul li {
    margin: 5px;
}
span.irs {
    pointer-events: auto;
}

.irs--flat.irs-with-grid {
    cursor: pointer;
}

.estimate-slider  .slidecontainer .irs-with-grid .irs-grid, .estimate-slider  .slidecontainer .irs--flat .irs-min, .estimate-slider  .slidecontainer .irs--flat .irs-max {
    display: block;
}

.form-group.estimate-slider .filter-range {
    margin: 30px auto 0;
}
.estimate-input-container {
    width: 100%;
    max-width: 960px;
    margin: 40px auto 0;
}
#estimator-section .btn-check:checked + .btn {
    background: transparent;
}
.btn-group.btn-group-toggle label.btn {
}


label.error {
    width: 100%;
    color: red;
    display: block;
}

.wizard .actions ul li a {
    border: 1px solid #2e77bb;
    color: #2e77bb;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: bold;
}
.wizard .actions ul li a:hover {
    background: #2e77bb;
    color: #fff;
}

.estimator-result-price {
    font-size: 50px;
}
.modal  .btn-group>.btn {
    border-radius: 10px !important;
    margin: 0 10px;
}

#morethan150 .modal-body {
    padding: 50px 30px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#estimator-btn-group {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.btn {
    padding: 10px 20px;
}
.btn-group>.btn i {
    margin: 0 5px;
}
.btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}


.card {
    box-shadow: 3px 5px 13px rgb(155 155 155 / 37%);
}
.price-card:before {
    display: none;
}
.login-wrap.register-form {
    max-width: 700px;
}
#col-signup-form {
    display: none;
}

.col-pricing-table.selected {
    display: block !important;
    flex: 0 0 40%;
    max-width: 400px;
    margin: 0 auto;
}

.table-price-body {
    width: 100%;
    margin: 0 auto;
    max-width: max-content;
}
#col-signup-form.show {
    display: block;
    flex: 0 0 60%;
}

.col-pricing-table {
    flex: 0 0 25%;
    transition: all 0.5s;
    margin: 30px 0;
}
.register-link a {
    color: #2e77bb;
    font-weight: bold;
    margin: 0 3px;
}

.col-pricing-table.selected .table-price-body ul li.inactive {

}

.price-head {
    text-align: center;
}
.price-head h4 {
    font-size: 18px;
    color: #000000;
}
h2.table-price {
    margin-bottom: 20px;
    font-size: 50px;
    text-align: center;
    color: #2e77bb;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
h2.table-price span {
    font-size: 30px;
    margin-right: 5px;
    margin-top: 5px;
}
.table-price-body ul li {
    margin-bottom: 20px;
    font-weight: 500;
}
.table-price-body ul li.inactive {
    text-decoration: line-through;
}
.spacer {
    height: 50px;
}
.price-card {
    background: linear-gradient(45deg, #c3c3c394, #ffffff73);
    box-shadow: 3px 5px 13px rgb(155 155 155 / 71%);
    padding: 40px 20px;
}
.price-card:hover {
    background: linear-gradient(45deg, #c3c3c394, #ffffff73);
}
.price-card:hover h2.table-price {
    color: #fff;
}
.price-card:hover *, .col-pricing-table.selected .price-card {
    text-shadow: 1px 1px #00000045;
}

.table-price-body > ul {
    margin-bottom: 30px;
}
.price-level {
    margin: 20px 0 10px;
}
.table-price-body ul li i {
    color: #2e77bb;
    margin-right: 10px;
}
.price-card:hover .table-price-body ul li i {
    color: #fff;
}
.col-pricing-table.selected .price-card, .col-pricing-table.selected .price-card h4, .col-pricing-table.selected .price-card .table-price, .col-pricing-table.selected .price-card .table-price-body ul li i {
    color: #fff;
}
.col-pricing-table.selected .price-card .btn-signup-select {
    display: none;
}
.table-price-body ul li.inactive i {
    color: #700303;
}
.col-pricing-table.selected .price-card:hover {
    transform: none !important;
}


.col-pricing-table .price-card:hover {
    transform: scale(1.05);
}
#verifiedRTCRTR .price-card  {
    transform: scale(1.05);
}
#verifiedRTCRTR .price-card:hover {
    transform: scale(1.10);
}
#verified  .price-card {
    transform: scale(0.9);
    transform-origin: right;
}
#verified .price-card:hover   {
    transform: scale(1);
    transform-origin: right;
}


#verified .price-card {
    background: linear-gradient(45deg, #4072471c, #51bf5e00);
    border: 1px solid #51be5e;
}
#verified .price-card:hover, #verified.selected .price-card {
     background: linear-gradient(45deg, #407247, #51bf5e);
    border: 1px solid #3e9748;
}
#verifiedRTC .price-card {
    background: linear-gradient(45deg, #5a360017, #d7660008);
    border: 1px solid #422500;
}
#verifiedRTC .price-card:hover, #verifiedRTC.selected .price-card {
    background: linear-gradient(45deg, #7e5c29, #ffc28b);
    border: 1px solid #f58900;
}
#verifiedRTCRTR .price-card {
    background: linear-gradient(45deg, #5e5e5e29, #cfcfcf42);
    border: 1px solid #7c7c7c;
}
#verifiedRTCRTR .price-card:hover, #verifiedRTCRTR.selected .price-card {
    background: linear-gradient(45deg, #5e5e5e, #cfcfcf);
    border: 1px solid #7c7c7c;
}
#verifiedRTCRTRRTS .price-card {
    background: linear-gradient(45deg, #f9f4570d, #ffe78d00);
    border: 1px solid #cda101;
}
#verifiedRTCRTRRTS .price-card:hover, #verifiedRTCRTRRTS.selected  .price-card {
    background: linear-gradient(45deg, #9f7c46, #f4d959);
    border: 1px solid #a19145;
}

.viewdetails-btn {
    background: transparent;
    border: 2px solid #2e77bb;
    color: #2e77bb;
    font-weight: bold;
}
.price-card:hover .viewdetails-btn {
    background: transparent;
    color: #FFF;
    border: 1px solid #fff;
}
.price-card:hover .viewdetails-btn:hover {
    background: #1e73be;
}
.table-icon {
    width: 20px;
    margin-right: 10px;
}


#messages-card {
    padding: 0;
    background: transparent;
    box-shadow: none;
    margin: 0;
}


.copyright {
    padding: 20px 0;
}
.copyright-text {
    color: #293840;
    font-size: 14px;
}

img.img-fluid.dashboard-graphic-image {
    width: 150px;
}
.dashboard-graphic-box h6 {
    font-weight: bold;
}

.cta-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.blog-listview .card .ratings span {
    font-size: 12px;
}
.main-nav > li ul.submenu-bg li a {
    background: #d41a12;
    color: #fff;
}
.main-nav > li .submenu li a:hover {
    background: #1e73be;
    color: #fff;
}
#secondaryNav.main-nav  .dropdown-menu a:hover {
    background: #1e73be;
    color: #fff;
}
.listmaplist-content .blog-listview .blog-img {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    height: auto;
}
.logo-listing-badge {
    /* position: absolute; */
    /* top: 15%; */
    /* right: 10px; */
    /* z-index: 1; */
    padding: 10px 0 0;
    display: block;
    width: 100%;
}
.logo-listing-badge img.img-nodig-badge {
    width: 100px !important;
}

.blog-listview .bloglist-content {
    width: 75%;
    flex: 75%;
    max-width: 75%;
}
.listmaplist-content .blog-listview .blog-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.listmaplist-content .blog-listview .blog-img img.listing-logo {
    width: 100%;
    height: auto;
    
    max-width: 150px;
}
.listmaplist-content .blog-listview .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.blog-listview .card .blog-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}


.row.row-videos .card-footer {
    background: transparent;
    margin-bottom: -30px;
    padding-top: 20px;
}

/** end jquery steps ***/



.review-row .review-gallery-col {
    flex: 0 0 25%;
    width: auto;
    max-width: none;
}

.footer-content {
    max-width: none;
}

.bloglist-content p {
    max-height: none !important;
}


.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.featured-slider.grid-view .card {
    height: 100%;
}

.blog-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}
.bloglist-content {
    width: 100%;
}
.grid-view .card-body {
    height: 100%;
}

#chat #header {
    background: #212d3b;
}
#chat .header-img-container {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 0;
}


.details-description {
    position: sticky;
    top: 80px;
    z-index: 9;
}

.owl-nav.mynav2.disabled {
    cursor: initial;
}
button.disabled {
    cursor: initial !important;
    background: #ededed;
    pointer-events: none;
}


.list-grid-col .card {
    padding: 0;
}


.rightsidebar .card .statistics-list li {
    margin: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.rightsidebar .card .statistics-list li:last-child {
    border-bottom: none;
}

.rightsidebar .card .statistics-list .icons {
    width: 20px;
    height: 20px;
}
.rightsidebar {
    position: sticky;
    top: 400px;
}

ul.list-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
ul.list-2 li {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
}

ul#business-hours-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 20px;
    margin-bottom: 20px;
}
ul#business-hours-list li span.icons {
    margin-right: 10px;
}


ul.list-1 li {
    margin-bottom: 20px;
}

.card p {
    line-height: 2;
}


.list-categories .row > div {
    margin-bottom: 20px;
}

.list-categories .row > div h6 {
    margin-bottom: 20px;
}


.featuresform-list ul li {
    padding: 10px;
}

#popular_states {
    display: flex;
    justify-content: center;
    align-items: center;
}


.list-ratings-google-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.listmaplist-content .blog-listview h6 a {
    white-space: normal;
}


.average-rating {
    font-weight: bold;
}

section#thankyoupage {
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

li.claim-listing-menu a.nav-link span {
    background: #d41a12;
    color: #fff;
    padding: 11px 20px;
    font-size: 14px;
    border-radius: 0;
    border: 2px solid #d41a12;
}


li.claim-listing-menu a.nav-link:hover span {
    background: #2e77bb;
    border: 1px solid #2e77bb;
}

.list-cards-bottom-details ul.list-inline li.list-inline-item a {
    border: 1px solid #2e77bb;
    border-radius: 10px;
    padding: 5px 10px;
    color: #2e77bb !important;
    font-weight: 500;
    display: inline-block;
}

.list-cards-bottom-details ul.list-inline li.list-inline-item a:hover {
    background: #2e77bb;
    color: #fff !important;
}


.list-cards-bottom-details ul.list-inline li.list-inline-item a:hover i {
    color: #fff !important;
}

.footer .footer-top {
    padding: 50px 0;
}

#form_search_listings .filter-locations input.focus {
    border: 1px solid #d41a12;
}

.filter-content.looking-input.form-group.filter-locations {
    /* position: relative; */
}

span.help-block {
    background: #d41a12;
    width: 100%;
    position: absolute;
    /* bottom: -50px; */
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
    z-index: 9;
    border-radius: 5px;
}

span#contact-success-msg {
    border: 3px dashed #51bf5e !important;
    /* color: #51bf5e; */
    font-weight: bold;
    padding:  20px;
    line-height: 1.5;
    background: #51bf5e;
    font-size: 14px;
    white-space: normal;
    margin: 10px 0 0;
}

.btn.btn-light-hover:hover {
    border-color: #fff;
    color: #fff;
}






.table tbody td, .table th, .table tr {
    white-space: normal;
}

.table-responsive .datatable.dataTable {
    width: 100% !important;
}

/*** start new hopage css **/ 
.laptop-container {
    padding:  4% 16% 11% 15%;
	background-size: contain;
}


.col-join-verified-installer-img {
    position: relative;
}
.col-join-verified-installer-img img {
    position: relative;
    z-index: 9;
    margin-top: -50px;
}
.col-join-verified-installer-img-overlay {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: linear-gradient(89deg, #8db0f6, #0b1a23);
    top: 0%;
    left: 0%;
}

.col-join-verified-installer-content {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    place-content: space-evenly;
	position: relative;
}

.col-join-verified-installer-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #0b1a23, transparent);
    width: 100%;
    height: 100%;
    content: "";
}


.partners-carousel-item {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    width: 100%;
    height: 125px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.partners-carousel-item a {
    width: 100%;
    height: 100%;
}
.owl-carousel .owl-item .partners-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-menu-wrapper {
    background: #445e6b;
    margin: 0;
}


#cta-calim-free-listing h2 {
    font-size: 54px;
}
#cta-calim-free-listing h3 {
    font-size: 40px;
    font-weight: normal;
}

.link-primary {
    color: red !important;
}
.link-primary:focus, .link-primary:hover {
    color: #d32821cf !important;
}


/*** end new hopage css **/ 


@media (max-width: 991.98px) {
    .main-menu-wrapper {
        transform: translateX(-400px);
    }
}

@media only screen and (min-width: 1200px) {

    #searchNav {
        width: 100%;
        max-width: 170px;
    }
    #footerv2 .footer-center {
        max-width: 490px;
        margin: 0 auto;
    }
    #footerv2 .col-footer-center {
        border-right: 1px solid #546c7a;
        border-left: 1px solid #546c7a;
    }
    #footerv2 .footer-right {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .col-footer-left {
        border-right: 1px solid;
    }


}

@media only screen and (min-width: 1500px) {

    #searchNav {
        width: 100%;
        max-width: 300px;
    }


}


@media screen and (max-width: 1500px) and (min-width: 1200px) {


    .card.card-verified .row-verified-conatiner .col.blog-img {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card.card-verified .row-verified-conatiner .col.bloglist-content {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card.card-verified .row-verified-conatiner .row-verified > div {
        width: 100%;
    }

    .card.card-verified .row-verified-conatiner .row-verified {
        display: flex;
        flex-direction: column-reverse;
    }

 

    .blog-listview .card.card-verified .blog-widget {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .blog-listview .card.card-verified .list-ratings {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .blog-listview .card.card-verified .list-ratings-google-wrap {
        width: 100%;
    }

    .blog-listview .card-verified .card-body {
        padding: 0 0;
    }


}

@media only screen and (max-width: 1500px) {


    /* .col.col-filter-locations {
        min-width: 200px;
    } */
    .col.col-filter-radius .filter-content.form-group.amenities.radius {
        margin-top: 0;
        margin-bottom: 20px;
    }



}


@media only screen and (max-width: 1400px) {

    .estimator-pipe-bg-graphic {
        width: 70px;
    }


    .signup-content .container {
        max-width: none !important;
    }


    .header .container {
        max-width: none;
    }

    #hero-v1 .section-search {
        margin: 0 auto;
    }

    #banner-tree {
        left: -2%;
    }
    #banner-house {
        right: -2%;
    }
    #searchNav  .group-img i {
        font-size: 14px;
        left: 10px;
    }

    #searchNav .group-img input {
        padding: 5px 5px 5px 30px;
        font-size: 14px;
    }




}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .listmaplist-content .blog-listview .blog-img {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
  
    .logo-listing-badge {
        padding: 0;
        margin: 10px  auto;
        display: block;
        width: 100%;
    }

    .blog-listview .card-body {
         padding: 0;
    }

    .listmaplist-content .blog-listview .blog-img img.listing-logo {
        max-width: 200px;
    }

    .blog-listview .card {
        padding: 40px 20px;
    }

 
    .blog-listview .bloglist-content {
        text-align: center;
    }

    .list-ratings-google-wrap {
        width: 100%;
        margin-bottom: 10px;
    }
    .list-ratings {
        display: flex;
        justify-content: center;
    }

.blog-listview .card .blog-widget .row .row.row-verified {
    display: flex;
    flex-direction: column-reverse;
}


  }


  @media only screen and (max-width: 1500px) {


    .navbar-header {
        width: 100%;
        max-width: 200px;
    }

    .main-nav > li > a {
        font-size: 14px;
    }


  }

@media only screen and (max-width: 1200px) {



    #footerv2 {
        text-align: center;
    }
    
        .footer-center {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .footer-left {
        display: block !important;
    }


    #searchNav {
       display:none;
    }
    .header a.nav-link {
        padding: 0 10px;
    }

    .headerv2 {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(50, 63, 70, 1) 50%);
    }

    .popular-locations .location-info-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 25px;
        max-width: 300px;
    }

    .popular-locations .location-content {
        text-align: center;
        padding: 0;
        margin-top: 20px;
    }

    .main-menu-wrapper {
        margin: 0 auto;
    }



    .main-menu-wrapper .main-nav > li {
        margin-right: 10px;
    }

    #secondaryNav.main-nav > li > a {
        padding: 0px; 
    }


    .default-template .innerbanner {
        padding: 200px 20px 100px;
    }


    
    .rightsidebar {
        width: 100%;
        max-width: 400px;
        margin: 50px auto 20px;
    }



    .details-description {
        position: relative;
        top: auto;
    }


    #form_search_listings .blog-pagination {
        text-align: center;
    }



    .blog-listview .card .blog-widget {
        display: flex;
        justify-content: center;
    }


    .banner-section .search-box .search-input {
        flex: 0 0 70% !important;
    }

    .widget-img-box {
        display: flex;
        flex-wrap: wrap;
    }
    .widget-img-box-left .widget-img-box-img {
        margin-right: auto !important;
    }
    .widget-img-box-right .widget-img-box-img {
        margin-left: auto !important;
    }
    .widget-img-box-img {
        flex: 0 0 90%;
        max-width: 90%;
    }
    .widget-img-box .widget-img-box-info {
        flex: 0 0 90%;
        max-width: 90%;
        margin-top: -50px;
    }

    .footer-content {
        max-width: 600px;
        margin: 0 auto;
    }
    .footer-widget {
        margin-bottom: 50px;
    }

    .bannergallery {
        height: 400px;
    }


    .listmaplist-content .blog-listview .blog-img {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    .blog-listview .bloglist-content {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }


    .blog-listview .card {
        margin: 0 auto 25px;
    }


    .signup-content {
        padding: 150px 20px 350px;
    }

    #verified .price-card {
        transform: scale(0.95);
        transform-origin: center;
    }

    .col-pricing-table {
        flex: 0 0 50%;
        transition: all 0.5s;
    }

    .signup-content .container {
        max-width: 768px;
    }


    #hero-v1 .section-search {
        max-width: 660px;
        padding-bottom: 100px;
    }
    #banner-tree {
        left: -10%;
    }


    .hero-text, .hero-badge {
        text-align: center;
    }


    .search-box .search-input {
        width: 35%;
        flex: 0 0 35%;
        margin: 0;
        padding: 0 10px;
    }
    #hero-form .search-btn {
        width: 30%;
        flex:0 0 30%;
        padding: 0 10px;
    }




}

@media only screen and (max-width: 1000px) {


    .banner-graphic {
        text-align: left;
    }
    #banner-house {
        right: -50%;
    }
    #banner-tree {
        left: -17%;
    }
    #hero-v1 .section-search {
        max-width: 660px;
        padding-bottom: 100px;
    }

}


@media only screen and (max-width: 992px) {


    .col-join-verified-installer-img-overlay {
        background: linear-gradient(180deg, #8db0f6, #0b1a23);
     }
     .col-join-verified-installer-content-overlay {
     background: linear-gradient(180deg, #0b1a23, transparent);
     }
     .col-join-verified-installer-content > div {
     margin: 0 auto;
     text-align: center;
 }

 .headerv2 .menu-header {
    background: #fff;
}
.headerv2 .main-nav {
padding: 0 !important;
}
.headerv2 a.nav-link {
padding: 0;
}


   .headerv2 .navbar-header {
        width: 100%;
        max-width: 250px;
    }

    .main-menu-wrapper .main-nav > li {
        margin-right: 0;
    }

    .menu-close {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #fff;
    }

    .menu-header {
        padding: 60px 10px 30px;
    }


    
    #secondaryNav.main-nav > li > a {
        padding: 0px;
    }

    .about-headings {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }


    .map-right {
        top: 0;
        position: relative;
        overflow: hidden;
        height: 50vh !important;
        padding: 0;
        min-height: 300px;
    }


    .col-lg-6.listingmaplist-content {
        padding: 0px 0px 0px;
    }

    .statistics-list li .statistic-details {
        width: auto;
    }

  
    .badge-details {
        margin: 30px auto;
        text-align: center;
    }

    .about-details {
        display: flex;
        justify-content: center;
    }

    .descriptionlinks ul {
        display: flex;
        justify-content: center;
    }

    .main-menu-wrapper {
        width: auto;
        /* transform: translateX(-300px); */
    }

    #secondaryNav > li {
        border-bottom: none;
    }



    .main-nav > li > a > i {
        margin-left: 10px;
    }



    .listing-page .details-description .container, .listing-page .details-main-wrapper .container {
        width: 100%;
        max-width: 800px;
    }


    .listmaplist-content .blog-listview .blog-img {
        flex: 0 0 30%;
        width: 30%;
        max-width: 30%;
    }
    .blog-listview .bloglist-content {
        width: 70%;
        flex: 70%;
        max-width: 70%;
    }


    .blog-listview .card {
        max-width: none;
    }


    ul.list-cta h4 {
        font-size: 1.1rem;
    }
    .copyright {
        text-align: center;
    }

    .policy-menu {
        text-align: center;
        margin-top: 10px;
    }

    .vistors-details {
        text-align: center;
        margin-bottom: 20px;
    }
    #list-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .popular-locations .location-info-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 25px;
        max-width: 300px;
    }

    .popular-locations .location-content {
        text-align: center;
        padding: 0;
        margin-top: 20px;
    }

    .seo-filter-wrapper {
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .featured-section, .cta-section, .blog-section, .popular-locations, .partners-section {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {


    div.table-responsive>div.dataTables_wrapper>div.row > div {
        flex: auto;
        width: auto;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0 !important;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        text-align: right !important;
    }

    .main-menu-wrapper   li.claim-listing-menu {
        margin-right: 0;
    }


     li.claim-listing-menu a.nav-link span {
        display: block;
        padding: 10px 20px;
        vertical-align: middle;
    }
    
    

      li.claim-listing-menu a {
        padding: 0;
    }

    .blog-listview .card .blog-widget .row .row.row-verified {
        display: flex;
        flex-direction: column-reverse;
    }


    .about-headings .authordetails {
        flex: 0 0 100%;
        padding-left: 20px;
        text-align: center;
    }


    #secondaryNav > li.claim-listing-menu {

        display:none;
    }


    ul.list-2 li {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }



    .listmaplist-content .blog-listview .blog-img img.listing-logo {
        max-width: 200px;
        margin: 0 auto;
        transition: none;
    }

   

    .list-ratings-google-wrap {
        width: 100%;
        margin-bottom: 10px;
    }


    .logo-listing-badge {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .blog-listview .card-body {
        padding: 0;
    }


    


    .messages-form .form-group.formlast-input-inner {
        margin-bottom: 15px;
    }

    .messages-form .card {
        padding: 30px 20px;
    }


    .dashboard-header ul.navbar-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }


    .dashboard-header .dashboard-navigation {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .list-ratings {
        display: flex;
        justify-content: center;
    }


    .search-box .search-input {
        flex: 0 0 100% !important;
    }



    .owl-carousel .widget-img-box {
        padding: 20px;
    }


    .widget-img-box {
        padding: 0;
    }

    .video-badge {
        left: -20px;
        top: -20px;
    }

    .blog-listview .card-body {
        text-align: center;
    }
    .blog-listview .card-body .row.blog-title .col-auto {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
    }

    .blog-listview .card-body .blog-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bloglist-content .blog-author .blog-author-img {
        width: 70px;
        height: 70px;
        margin-top: -50px;
    }
    .blog-listview .card .amount-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* .col.col-filter-locations {
        min-width: 300px;
    } */





    .breadcrumb-bar {
        padding: 150px 0 60px;
    }
    h2.breadcrumb-title {
        display: none;
    }

 


    .dashboard-header .profile-contact {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


    .widget-img-box .widget-img-box-info {
        margin-top: 50px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .widget-img-box-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer .footer-top .col-sm-6 {
        margin: 0 auto;
    }


    .bannergallery {
        height: 300px;
    }


    .list-categories a.category-links {
        margin-bottom: 20px;
        display: block;
    }

    .about-details {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 30px;
    } 


  

    .descriptionlinks .callnow {
        margin: 0 auto;
        text-align: center;
    }
    .descriptionlinks ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .descriptionlinks ul li {
        margin: 0 auto 15px;
        flex: auto;
        text-align: center;
    }
    .descriptionlinks ul li a {
        display: block;
    }

    .about-headings .author-img {
        margin: 0 auto 20px;
    }
    .blog-grid-col {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .blog-listview .card {
       /*  max-width: 400px; */
        padding: 40px 20px;
    }

    .blog-grid-col .blog.grid-blog {
        max-width: 500px;
        margin: 0 auto 25px;
    }


    .listmaplist-content .blog-listview .blog-img, .blog-listview .bloglist-content {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }





    section.grid-view.section-listing .card {
        max-width: 320px;
        margin: 0 auto;
    }


    .popular-locations .location-info {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }


    .footer-widget {
        text-align: center;
    }
    .footer-address {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: left;
    }


    .col-pricing-table.selected {
        flex: 0 0 100%;
    }

    #col-signup-form.show {
        display: block;
        flex: 0 0 100%;
        margin: 50px auto 0;
    }

    .login-wrap.register-form {
        max-width: 580px;
    }



    #hero-v1 .section-search {
        padding: 150px 0px 0;
    }
    .search-box {
        padding-bottom: 50px;
    }

    #banner-tree {
        left: -28%;
    }

    .banner-graphic #banner-family {
        width: 70%;
    }

    #hero-bottom {
        background-image: none !important;
        height: auto;
        margin-top: -13%;
    }
    .banner-pipe-mobile {
        display: block;
    }

    .cta-img {
        display: block;
        text-align: center;
        padding: 50px 0;
    }


    .list-grid-col {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }

    .col-filter-radius {
        margin-top: 60px;
    }



}


@media only screen and (max-width: 576px) {


    div.table-responsive>div.dataTables_wrapper>div.row > div {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
        margin: 5px 0;
        max-width: 100%;
    }

    div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
        text-align: center !important;
    }

    .header-nav {
        height: 85px;
    }
    
    

    .navbar-brand.logo img {
        width: auto;
    }

    .header-navbar-rht {
        display: flex;
    }

    .navbar-header {
        width: auto;
        justify-content: center;
        padding-left: 50px;
        max-width: 200px;
    }

    .headerv2 .navbar-header {
        width: auto;
        justify-content: center;
        padding-left: 50px;
        max-width: 200px;
        padding-right: 20px;
    }


    .banner-section .search-box .search-input {
        flex: 0 0 100% !important;
    }
    
    .bannergallery {
        margin-top: 70px;
    }


    ul#secondaryNav {
       /*  display: none; */
    }



   form  #btn_subscribe {
        margin: 20px 0 0 !important;
    }


    .bannergallery {
        height: 150px;
    }


    .gallery-content .col-gallery {
        flex: 0 0 50%;
    }

    .badge-details {
        flex: 100%;
        margin-bottom: 10px;
    }

    .col-pricing-table {
        flex: 0 0 100%;
        transition: all 0.5s;
        max-width: 400px;
        margin: 30px auto;
    }



    .list-grid-col {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }


    .search-box .search-input {
        width: 50%;
        flex: 0 0 50%;
    }

    #hero-form .search-btn {
        width: 100%;
        flex: 0 0 100%;
        padding: 0 10px;
    }


}


@media only screen and (max-width: 480px) {


    .listing-title-wrap {
        min-width: auto;
    }



    .video-badge {
        width: 70px;
    }


    .list-cards-bottom-details {
        flex: auto;
    }

    .category-section a h5 {
        font-size: 14px;
    }
    .category-section a h5 {
        font-size: 14px;
    }

    .popular-locations .location-info {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .search-box .search-input {
        width: 100%;
        flex: 0 0 100%;
    }

    #domain-search .col-auto {
        margin-top: 20px;
        width: 100%;
    }

    #domainsearch {
        min-width: auto;
    }




}

@media only screen and (min-width: 1200px) {

  
    section.details-description .about-headings .author-img, section.details-description .badge-details .widget-nodig-badge img {
        transition: all 0.5s;
    }


    section.details-description.fixed .about-headings .author-img {
        width: 75px;
    }

    section.details-description.fixed .badge-details .widget-nodig-badge img {
        width: 100px;
    }

    .rightsidebar.fixed {
        top: 330px;
    }

  

}


@media only screen and (min-width: 768px) {


     li.claim-listing-menu  {
        margin-right: 0;
        padding: 0;
    }


}

#btn_subscribe {
    margin: 0px 0 0 20px !important;
}
.dashboard-navigation .navbar-nav a.nav-link {
    position: relative;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item {
    position: relative;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item .claim_count {
    right: 20px;
    left: auto;
    top: 10px;
}
.claim_count {
    background: green;
    color: #fff;
    font-size: 14px;
    width: 20px;
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 15px;
    border: 1px solid #fff;
}

#rtr-embed-holder {
    display:none;
}


.default-template section#hero-v3 {
    padding: 200px 20px 200px;
    background-size: cover;
}
.default-template section#hero-v3:after {
    content: "";
    background: linear-gradient(223deg, #000000, #ffffff00);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.default-template section#hero-v3 .container {
    position: relative;
    z-index: 1;
}
section#cta-v2 {
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
section#cta-v2:after {
    content: "";
    background: #000000ad;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section#cta-v2  .container {
    position: relative;
    z-index: 1;
}
section#cta-claim {
   
    padding: 70px 20px 0;
}

.header.headerv3 {
    background: #445e6b;
    padding: 10px;
}

.main-nav > li > a {
    color: #fff; 
    text-transform: uppercase;
    transition: none;
}

.footer-bottom {
    background: #ffffff;
}

.bar-icon span {
    background: #fff;
}

@media screen and (max-width: 1055px) {
    .main-nav > li > a{
        font-size: 12px !important;
    }
}

@media screen and (max-width: 992px) {
    .main-nav > li{
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar-header {
        max-width: none;
    }

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

    .nodigforbusiness-wrapper,
    .claim-listing-menu {
        display: none !important;
    }

    .mobile-login {
        display: block !important;
    }

    .rightsidebar {
        max-width: none !important;
    }
}

.pac-container {
    z-index: 1000 !important;
}
