body{
    font-size: 14px;
}
.hero-search-form {
    padding-top: 90px;
    padding-bottom: 70px;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-search-form .heading {
    color: #FFF;
}
.company-details-wrapper {
    display: flex;
}
.company-info-wrap {
    flex: 1;
}
.company-review-slider {
    max-width: 250px;
    text-align: center;
}
.company-review-slider .owl-prev{
    height: 25px;
    width: 25px;
    background: #f70000 !important;
    font-size: 25px !important;
    position: absolute;
    color: #FFF !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.company-review-slider .owl-next {
    height: 25px;
    width: 25px;
    background: #f70000 !important;
    font-size: 25px !important;
    position: absolute;
    color: #FFF !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.company-review-slider .owl-nav{
    text-align: center;
}
.company-review-slider .owl-nav button span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.seemore-photo a {
    color: #f70000;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.seemore-photo {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: end;
}
.galerie .more-photos {
    display: none;
}
.seemorephotosbtn.open .bi-chevron-down{
    display: none;
}
.seemorephotosbtn.open .bi-chevron-up{
    display: flex;
}
.seemorephotosbtn .bi-chevron-down{
    display: flex;
}
.seemorephotosbtn .bi-chevron-up{
    display: none;
}
.seemore-photo a span {
    margin-right: 5px;
}
.seeallphotosbtn {
    color: #f70000;
    border: 1px solid #f70000;
    padding: 10px 10px;
    display: inline-flex;
    margin-top: 10px;
}
.prehead {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    color: #FFFFFF;
    gap: 25px;
}
.prehead .companies {
    background-color: rgb(3,169,244, 0.6);
    padding: 8px 20px;
    border-radius: 50px;
}
.prehead .reviews {
    background-color: rgb(139,195,74, 0.8);
    padding: 8px 20px;
    border-radius: 50px;
}
.prehead .photos {
    background-color: rgb(255,152,0, 0.5);
    padding: 8px 20px;
    border-radius: 50px;
}
.prehead span {
    margin-left: 7px;
}
.prehead > div {
    position: relative;
}

.topmovers .companyname {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}
.topmovers .detail-block {
    margin-top: 0;
    box-shadow: none;
}
.topmovers .reviewphoto {
    margin-top: 15px;
}
.topmovers .reviewphoto img {
    max-width: 110px;
}
.list-layout {
    display: flex;
    flex-wrap: wrap;
}
.list-item {
    flex-basis: 48%;
    margin: 1%;
    background-color: #fff;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    overflow: hidden;
}
.list-item .search-result {
    height: 100%;
    margin-top: 0;
    padding: 0;
}
.rating-box {
    margin-bottom: 5px;
}
.rating-count,p.location {
    margin-bottom: 5px;
    font-size: 13px;
}
.list-item:hover {
    box-shadow: 0 0 8px 0 #0000004d;
}
.foot {
    align-items: center;
}
.grid-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
    margin-top: 60px;
}
.list-map {
    margin-top: 20px;
}
/* .list-map .tr-postlist {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
} */
.topmovers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.topmovers .item {
    border-radius: 10px;
    background-color: #fff;
}
.topmovers .testimonial-wrap {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 0;
}
.detail-block {
    margin-top: 15;
}
.detail-block h3 {
    margin-top: 0;
}
.list-all-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}
.company-details-wrapper h4 {
    margin-top: 0;
}
.search-result-block .result-info h2 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 5px;
}
.rc-review-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.rc-review-grid .detail-block {
    height: 100%;
}
.testimonial-wrap .gallery {
    word-break: break-all;
}
.services-list label,.features-list label {
    margin-bottom: 0;
}
input.services_checkbox,input.specials_checkbox {
    width: 18px !important;
    float: none !important;
}
.filter-options {
    display: flex;
    justify-content: space-between;
}
.services-list,.features-list {
    display: flex;
    gap: 5px;
}
.list-map .detail-block,.list-map .cta-btn {
    margin-top: 8px;
}
.list-company .search-result-block {
    /* margin-top: 20px; */
    /* padding: 15px; */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.04);
}
.list-company .search-result .search-result-block {
    box-shadow: none;
}
/* .list-company {
    overflow: hidden;
} */
.list-company #filter_data > .search-result-block:hover {
    box-shadow: 0 0 8px 0 #0000004d;
}
.search-result-block .result-logo-wrap {
    max-width: 140px;
    overflow: hidden;
    min-height: inherit;
    padding: 0;
    border: none;
    border-radius: 0;
}
.result-info {
    margin-right: 20px;
    margin-left: 20px;
    align-self: center;
}
.search-item-result {
    padding: 0 10px;
}
.slideshow_review .owl-next {
    position: absolute;
    right: -30px;
    bottom: 2px;
    left: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    height: 20px;
    width: 20px;
    background: #f70000 !important;
    font-size: 25px !important;
    color: #FFF !important;
    border-radius: 20px !important;
    margin: 0 auto !important;
}
.slideshow_review .owl-next span {
    line-height: 1;
    position: absolute;
    top: -4px;
    left: 7px;
}
.slideshow_review .owl-prev {
    position: absolute;
    left: -15px;
    bottom: 2px;
    right: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    height: 20px;
    width: 20px;
    background: #f70000 !important;
    font-size: 25px !important;
    color: #FFF !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
}
.slideshow_review .owl-prev span {
    line-height: 1;
    position: absolute;
    top: -4px;
    left: 5px;
}
.owl-carousel .owl-item img{
    margin: 0 auto; 
}
.company-sidebar .detail-block:first-child {
    margin-top: 0;
}
.company-sidebar .detail-block {
    box-shadow: inherit;
}
.company-sidebar .detail-block .block-inner ul{
    margin: 0;
    padding: 0;
}
.block-inner.links-con {
    padding: 0;
}
.recent-review-sidebar .block-item {
    margin-bottom: 20px;
}
.recent-review-sidebar .block-inner {
    padding: 0;
}
.top-company-sidebar .result-info {
    margin-left: 0;
}
.top-company-sidebar .search-result {
    padding: 0;
    margin-top: 0;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
}
.top-company-sidebar .result-logo-wrap {
    min-height: 184px;
}
.top-company-sidebar .search-result-block {
    min-height: inherit;
}
.search-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}
.search-grid .search-result:hover {
    box-shadow: 0 0 8px 0 #0000004d;
}
.search-item-result .search-result {
    height: inherit;
}
/* .search-item-map section.tr-postlist {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
} */
.search-item-map {
    padding: 0 10px;
    margin-top: 20px;
}
.compare-company .co-detail-logo {
    margin-bottom: 12px;
    min-height: 185px;
    background-color: #e5e9ff;
}
.compare-company {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.04);
}
.compare-col .ranting-num {
    padding: 0.5em 0;
}
/* .search-item-result {
    overflow: hidden;
} */
.co-details-wrap .block-item .search-result {
    box-shadow: none;
}
.latest-review-carousel .owl-item .company-list-latest-review .rating-prof-img {
    width: 25px;
    height: 25px;
    margin: 0;
    margin-right: 5px;
}
.latest-review-carousel .owl-stage-outer {
    overflow: hidden;
}
.latest-review-carousel .owl-item .company-list-latest-review .star {
    width: 18px;
    margin: 0;
}
.company-list-latest-review .review {
    font-size: 12px;
    line-height: 16px;
}
.latest-review-carousel .company-list-latest-review:hover {
    box-shadow: none;
}
.list-company {
    padding: 0 10px;
    overflow: hidden;
}
.list-map {
    padding: 0 10px;
}
.conn .cta-btn:hover svg{
    fill:#F70000;
}
.reviews-filter .w-checkbox {
    display: flex;
}
.list-layout .search-result-block {
    height: 100%;
}
.header .userprofile img {
    max-width: 35px;
    margin-left: 5px;
}
.header .userprofile {
    display: flex;
    align-self: self-end;
}
.header .usernav {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    cursor: pointer;
}
.header .usermenu {
    padding-left: 0;
    margin-bottom: 0;
    background-color: #FFF;
    position: absolute;
    top: 42px;
    min-width: 150px;
    list-style-type: none;
}
.header .usermenu a {
    padding: 5px 10px;
    display: block;
    border-bottom: 1px dashed #DDD;
}
.usermenu {
    display: none;
}
.show_toggle {
    display: block;
}
.bh-userprofile {
    display: flex;
    gap: 50px;
    justify-content: flex-end;
}
form.form-horizontal {
    padding: 15px;
}
.filter-form h4, .filter-form h5{
    line-height: inherit;
    margin-top: inherit;
    font-size: inherit;
}
.filter-form h5 {
    margin-top: 10px;
}
.filter-form label {
    font-weight: inherit;
}
.filter-form button {
    margin-top: 10px;
}
#suggesstion-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: 0 auto;
    width: 100%;
    z-index: 11;
}
.filter-form a.btn-sm.btn-secondary {
    margin-top: 10px;
}
#suggesstion-box .country-list p {
    font-size: 13px;
}
#suggesstion-box .country-list {
    position: absolute;
    top: 50px;
    float: none;
    overflow: unset;
    background-color: #FFFFFF;
    height: auto;
    list-style-type: none;
    padding-left: 0;
    width: 100%;
}
#suggesstion-box .country-list li {
    line-height: 1;
    margin: 0px;
    padding: 0 10px;
    border-bottom: #bbb9b9 1px solid;
    display: list-item;
    text-align: -webkit-match-parent;
}
.search-result-block {
    margin-top: 0;
}
.search-result-block {
    min-height: 140px;
}
.ranting-num {
    padding: 0 0.5rem;
    font-size: 14px;
}
.owl-carousel .owl-item img.mover-logo,.mover-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.list-item {
    flex-basis: inherit;
    margin: 0;
}
.list-col-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.section-title {
    font-size: 22px;
}
.rating-prof-img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
.topmovers .rating-stars {
    margin-top: 10px;
}
.topmovers .rater-name strong {
    font-size: 14px;
}
.top-movers .div-block {
    align-items: flex-start;
    flex-direction: column;
}
.topmovers .rating-hdr {
    padding-bottom: 5px;
}
.results-for-wrap {
    max-width: 540px;
    margin: 0 auto;
    background-color: #FFF;
    width: 100%;
    display: flex;
    border-radius: 50px;
    padding: 5px 5px;
    justify-content: center;
    align-items: center;
}
.results-for-wrap h1 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
}
.search-result-container .rating-box {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}
.search-result-container .search-result-block .result-info h2 {
    margin-bottom: 0;
}
.search-result-container .rating-count {
    margin-top: 5px;
}
.suggestion-company-container {
    position: relative;
}
.search-item-result .search-result {
    padding: 12px;
}
.search-item-result .search-result hr {
    margin: 12px 0;
    margin-bottom: 6px;
}
.search-item-result .search-result .conn{
    display: flex;
    gap: 12px;
}
.search-item-result .search-result label {
    margin: 0;
}
.search-item-result .search-result .cta-btn {
    padding: 0;
}
.mini-form-container{
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../images/ms-hero-bg_1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mini-form-container .form-template-l {
    width: 50%;
}
@media screen and (max-width:1024px){
    .filter-options {
        display: block;
    }
    .filter-services {
        margin-bottom: 10px;
    }
    .co-detail-verified-wrap {
        width: 100%;
        flex: inherit;
        flex-direction: row;
        margin-top: 20px;
    }
    .co-detail-hdr {
        flex-wrap: wrap;
    }
    .verified-block.two {
        border-left: 2px solid #ebebeb;
        border-top-style: none;
    }
}
@media screen and (max-width: 991px) {
    .navbar-wrapper-three {
        padding: 15px 0;
    }
    .search-result-block {
        display: block;
    }
    .result-info {
        margin: 0;
        padding: 15px;
    }
    .grid-layout{
        grid-template-columns: 1fr;
    }
    .list-map section.tr-postlist{
        height: auto;
    }
    .detail-block h3 {
        margin-top: 0;
    }
    .block-inner {
        padding: 15px !important;
    }
    .list-map .tr-postlist {
        position: static;
    }
    .list-company {
        order: 2;
    }
    .list-map {
        order: 1;
    }
    .topmovers .item {
        flex-basis: 100%;
    }
    .topmovers {
        margin-bottom: 20px;
    }
    .company-details-wrapper {
        display: block;
    }
    .company-review-slider {
        margin-top: 20px;
    }
    .recent-review-sidebar .block-inner {
        padding: 0 !important;
    }
    .list-company .result-logo-wrap,.search-grid .result-logo-wrap {
        margin: auto;
    }
    .search-item-map section.tr-postlist {
        position: static;
        height: inherit;
    }
    .search-grid {
        grid-template-columns: 1fr;
    }
    .search-item-result {
        order: 2;
    }
    .search-item-map {
        order: 1;
    }
    .foot {
        display: block;
    }
    .conn,.special {
        text-align: center;
        margin-bottom: 15px;
    }
    .list-company .search-result-block {
        padding-bottom: 0;
        display: flex;
        gap: 15px;
        position: relative;
    }
    .list-company #filter_data > .search-result-block {
        padding-bottom: 15px;
    }
    .latest_div {
        text-align: center;
    }
    .compare_div {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .compare-page .compare-col {
        width: 100%;
    }
    .owl-carousel {
        max-width: 220px;
    }
    .latest-review-carousel {
        max-width: inherit;
    }
    .search-result-block .result-logo-wrap {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .search-grid .search-result {
        padding-top: 40px;
        position: relative;
    }
    .search-grid .compare_div {
        top: 12px;
        right: 20px;
    }
    .reviews-filter .cb-label {
        margin-left: 10px;
        margin-top: 0px;
    }
    .header .usermenu {
        top: 130px;
    }
    .navbar-logo-center-container.shadow-three {
        padding-bottom: 10px;
    }
    .suggestion-company-slider > ul.suggestion-slider {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .company-recent-review-slide.owl-carousel {
        margin: 0 auto;
    }
    .search {
        padding: 10px;
    } 
    .search-form {
        height: auto;
        padding: 10px;
        border-radius: 20px;
    }
    .search-form-input {
        width: 100%;
        float: none;
    }
    .search-button {
        position: relative;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .list-item {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    .location {
        margin-bottom: 0;
    }
    .result-info {
        margin-top:5px;
    }
    .search-result-block {
        margin-top: 0;
        padding-bottom: 0;
    }
    .rating-hdr {
        padding-bottom: 10px;
    }
    .rating-stars {
        margin-top: 0;
    }
    .block-inner {
        padding: 10px;
    }
    .navbar-wrapper-three {
        margin-top: 15px;
    }
    .hdr-logo {
        top: 0px;
    }
    .detail-block .col-md-6 {
        width: 100%;
    }
    .ServicesBox {
        margin-bottom: 10px;
    }
    .special {
        text-align: center;
    }
    .grid-layout {
        margin-top: 0;
    }
    
    .company-review-slider {
        margin: auto;
    }
    .rc-review-grid {
        grid-template-columns: 1fr;
    }
    .filter-options  {
        display: block;
    }
    .conn {
        display: flex;
    }
    .compare_div {
        position: static;
        text-align: center;
    }
    .search-grid .search-result {
        padding-top: 15px;
    }
    .company-list-latest-review .rating-stars-wrap {
        display: flex;
        padding-top: 0;
    }
    .header .usermenu {
        top: 160px;
    }
    .navbar-logo-center-container.shadow-three {
        padding-bottom: 10px;
    }
    .prehead {
        flex-direction: column;
    }
    .prehead > div {
        margin: auto;
    }
    .filter-form {
        text-align: left;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .pagination li {
        margin-bottom: 8px;
    }
    #suggesstion-box.search-suggesstion,#suggesstion-box.suggesstion-list-box {
        top:0;
        width: 100%;
        z-index: 1;
    }
    .list-col-2,.topmovers {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .topmovers {
        gap: 15px;
    }
    .home-search-container div.search-form {
        min-height: inherit;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    .home-search-container div.w-form {
        min-width: inherit;
    }
    #searchTabForm {
        width: 100%;
    }
    .list-all-btn p.text-white {
        text-align: center;
    }
    div.home-search-container .search-form-input,div.home-search-container select.search-form-input {
        border: 0;
    }
    img.srch-mag-glass,.suggestion-company-container .owl-nav  {
        display: none;
    }
    .suggestion-company-slider .item .stars-wrap {
        display: flex;
    }
    .mini-form-container .form-template-inner{
        display: block;
    }
    .mini-form-container .form-template-l {
        width: 100%;
    }
}
@media only screen and (max-width: 424px){
    .owl-carousel .owl-item img.mover-logo, .mover-logo {
        width: 95px;
        height: 95px;
    }
    .suggestion-company-slider .owl-item {
        padding: 15px;
    }
    .suggestion-company-slider .result-info {
        padding: 0;
        padding-left: 10px;
    }
}