* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden; 
    position: relative;
    z-index: 1;
}

p.site-par {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.4px;
    font-weight: 400;
    text-align: justify !important;
    color: #2b2b2b9e;
}

.h-100 {
    height: 100% !important;
}

.navigation-menu {
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%;
    box-shadow: rgba(0, 0, 0, .3) 0px 0px 20px 0px;
    position: relative;
    z-index: 10000;
}

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

.bg-dark-grey {
    background: #5c5f61;
}

.bg-blue {
    background: #233564;
}

.red-bg {
    background: #f85c70;
}

.language-menu {
    position: relative;
}

.language-menu::before {
    content: '|';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
    color: #F85C70;
}

.nav-item .nav-link {
    font-size: 15px !important;
    font-weight: 500;
    letter-spacing: .2px;
    margin: 0 1px;
    border-radius: 8px;
}

.header-bttn a {
    font-weight: 300 !important;
}

.menu-col {
    padding: 14px 0px;
}

.mobile-header-button {
    display: none;
}

.pos-relative {
    position: relative;
}

.nav-item a.nav-link {
    transition: .3s all ease;
}

.nav-item a.nav-link::before {
    content: '';
    /* background: #f85c70; */
    width: calc(100% - 29px);
    height: 7px;
    position: absolute;
    bottom: -14px;
    display: none;
    transition: .3s all ease;
}

.nav-item:hover a.nav-link::before {
    display: block;
    transition: .3s all ease;
}

.nav-item:active a.nav-link::before {
    display: block;
    transition: .3s all ease;
}

.language-menu:hover .nav-link::before,
.header-bttn:hover .nav-link::before {
    display: none !important;
}

.sec-spacing {
    padding: 5% 0;
}

.banner-img-container {
    height: 100%;
    overflow: hidden;
}

.home-banner-wr .banner-img-container::before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 0;
}

.home-banner-content {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-heading {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 55px;
}

.banner-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 2px;
}

.banner-field {
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-size: 20px;
    padding-left: 50px;
    height: 35px;
    border: none;
    letter-spacing: .2px;
    font-size: 14px;
}

.form-city-field {
    background-image: url('images/icons/form-map.png');
}

.form-city-col::before {
    content: '';
    background: #8e8e8e;
    position: absolute;
    width: .6px;
    height: 20px;
    right: 0px;
    top: 10px;
    opacity: .6;
}

.form-suggestions-field {
    background-image: url('images/icons/form-suggest.png');
}

.home-banner-wr .category-form {
    border-radius: 3px;
    border: none;
    width: 76%;
}

.home-banner-wr .category-form .row,
.top-banner-main-wr {
    z-index: 21;
    position: relative;
}

.home-banner-wr .category-form::before {
    content: '';
    background: #fff;
    width: calc(100% - -50px);
    height: calc(100% - -30px);
    position: absolute;
    z-index: 0;
    top: -15px;
    left: -25px;
    opacity: .3;
}

.category-page .category-form {
    border-radius: 0px;
    border: #f4f4f4 solid 10px;
    border-left-width: 10px;
    border-right-width: 10px;
}

.category-page .col-10 {
    width: 100%;
}

.text-yellow {
    color: #FFAE12 !important;
}

.bg-yellow {
    background: #ffa950 !important;

}

.bg-pink {
    background: #FAAB42 !important;
}

.text-pink {
    color: #FAAB42 !important;
}

.fa.fa-microphone {
    color: #8e8e8e;
    font-size: 17px;
    line-height: 30px;
}

.form-bttn {
    box-shadow: none !important;
    border: none;
    font-size: 12px;
    letter-spacing: 0.4px;
    /* line-height: 28px; */
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    position: relative;
    /* width:100px; */
}

.grey-bg {
    background: #f85c70;
}

.light-grey-bg {
    background: #Ececec;
}

.inner-cat-box .fa {
    color: #ffff;
    font-size: 32px;
    line-height: 45px;
}

.home-cat-title {
    font-size: 14px;
    /* line-height: 21px; */
    font-weight: 600;
    letter-spacing: 0.5px;
}

.category-icon h5 {
    padding-top: 12px;
}

.ad-number {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.inner-cat-box::before {
    content: '';
    background: #ffffff;
    opacity: .1;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s all ease;
    border-top-left-radius: 60px;
}

.home-category-box {
    /* z-index: 21; */
    margin-top: 40px;
}

a {
    text-decoration: none;
}

.inner-cat-box {
    transform: scale(.98);
}

.inner-cat-box,
.inner-cat-box .home-cat-title,
.inner-cat-box .ad-number {
    transition: .3s all ease;
    border-radius: 8px;
}

.inner-cat-box:hover {
    background: #ef6f1f !important;
    border-radius: 8px;
    transform: scale(1);

    /* color: #f85c70; */
}

.inner-cat-box:hover i {
    color: #f85c70;
}

.inner-cat-box:hover .home-cat-title,
.inner-cat-box:hover .ad-number {
    color: #ffffff !important;
}

.inner-cat-box:hover::before {
    background: #ef6f1f !important;
    left: 0px;
    top: 0px;
    border-top-left-radius: inherit;
    border-bottom-right-radius: 60px;
}

.carousel-control-prev {
    top: auto;
    bottom: -70px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: inherit;
    transition: .3s all ease;
}

.carousel-control-next,
.carousel-control-prev {
    position: inherit;
    width: 5%;
    opacity: 1;
}

.carousel-control-next,
.carousel-control-prev i {
    line-height: 35px;
    font-size: 18px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    border-radius: 50%;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background: #F85C70 !important;
}

.post-main-wr::before {
    /* content: '';
     background: linear-gradient(320deg, #f85c70, #ed66757d, #9a9a9a00, transparent, transparent); 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: .9;
  z-index: 0;  */
}

.post-home-car {
    height: auto;
    overflow: hidden;
}

.post-home-car .post-car-img img {
    object-fit: cover;
}

.post-home-content-col {
    position: absolute;
    z-index: 21;
    top: 0;
    width: 80%;
    left: 0;
    max-height: 700px;
    bottom: 0;
    display: flex;
    align-items: center;
}

.home-big-heading {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.category-name-wr .home-big-heading {
    margin-bottom: 0px !important;
}

.home-button {
    padding: 10px 25px;
    border-radius: .25rem;
    letter-spacing: 0.4px;
    font-size: 16px;
    line-height: 30px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next i,
.owl-carousel .owl-nav .owl-prev i {
    width: 35px;
    height: 35px;
    color: #fff;
    background: #000;
    line-height: 35px;
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 10px;
}

.owl-nav {
    margin-top: 30px !important;
    text-align: right !important;
    position: absolute;
    width: 80%;
    bottom: -20px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
}

#post-ads-carousel .carousel-control-prev,
#post-ads-carousel .carousel-control-next {
    margin-top: -15px;
}

.inner-ad-grid-img-col::before {
    content: '';
    background: linear-gradient(0deg, #000, transparent);
    position: absolute;
    width: 100%;
    height: 130px;
    bottom: 0;
    opacity: .7;
}

.inner-ad-grid-text-col {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.inner-ad-grid-text-col h5 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 0px;
    margin-bottom: 0;
}

.home-ads-grid-wr {
    margin-top: 3%;
}

.second-grid-col .inner-ad-grid-img-col {
    width: 620px;
}

.grid-bottom-two-col .inner-ad-grid-col .inner-ad-grid-img-col {
    width: 100%;
    height: 288px;
    overflow: hidden;
}

.inner-ad-grid-col-1 {
    width: 100%;
    /* height: 620px; */
    overflow: hidden;
}

.grid-bottom-two-col {
    margin-top: 25px;
}

.second-grid-col .inner-ad-grid-img-col {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.col-shadow {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 20px 10px;
}

.col-light-shadow {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 1px;
}

.inner-feature-ad-col {
    border: #fff solid 15px;
}

.inner-feature-ad-col img {
    transition: .2s all ease;
}

.inner-feature-ad-col:hover img {
    filter: brightness(.6);
}

.video-text-col {
    position: absolute;
    /* bottom: 0px; */
    left: 0px;
    top: 238px;
    width: 100%;
    padding-left: 24px;
    padding-bottom: 10px;
    padding-top: 15px;
    background: rgb(43 43 43);
}

.home-video-heading {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: .4px;
    font-weight: 600;
}

.home-video-link {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .4px;
    font-weight: 600;
}

.video-buttn-col {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    margin: auto;
    height: 72px;
}

.site-main-footer-wr {
    /* background-image: url('images/footer-bg.png'); */
    padding: 5% 0 3% !important;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-video-wr {
    padding: 3% 0 6%;
}

.site-main-footer-wr::before {
    content: '';
    /* background-image: url('images/wave.png'); */
    width: 100%;
    position: absolute;
    height: 93px;
    top: -2px;
    left: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-main-footer-wr:after {
    content: '';
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .85;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer-bold-wave {
    margin-bottom: -60px;
    position: relative;
    z-index: 21;
}

.social-icon-col i {
    background: rgba(255, 255, 255, .2);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    border-radius: 50%;
    transition: .3s all ease;
}

.social-icon-col i:hover {
    background: #FFAE12;
}

.footer-title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.footer-inner-col hr {
    width: 40px;
    height: 3px;
    opacity: 1;
}

.footer-menu {
    list-style-type: none;
}

.footer-menu li a {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 25px;
}

.footer-menu li {
    margin: 7px 0px;
}

.fm-ha {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.fm-ha li {
    width: 33.33%;
    padding: 0px 10px;
}

.footer-ads-post .col {
    width: 110px !important;
    flex: inherit;
}

.footer-bottom {
    background-color: #000 !important;
    padding: 10px 0;
}

.footer-bottom p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
}

.company img {
    width: 13px;
    margin: 0 10px;
}

.category-form-wr .category-form {
    border: #F4F4F4 solid 15px;
}

.ad-bttn span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
}

.advert-now-bttn {
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 600;
    line-height: 22px;
}

.breadcrumb-item a {
    color: #f85c70;
    font-size: 16px;
    letter-spacing: 1px !important;
}

.breadcrumb-item.active {
    font-size: 16px;
    letter-spacing: 1px !important;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: #000000;
}

.verified .verified-tag {
    display: none;
}

.company-category-inner-col.verified .verified-tag {
    display: block;
}

.company-category-inner-col {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    /* border-bottom: #FEAE11 solid 4px; */
    overflow: hidden;
}

.verified-tag {
    background: #FEAE11;
    position: absolute;
    right: -50px;
    top: 15px;
    transform: rotate(45deg);
    padding: 3px 50px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
}

.cat-company-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    max-width: 221px;
    width: 100%;
    text-transform: math-auto;
}

.cat-company i {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 15px;
    display: block;
    min-height: 30px;
}

.company-category-inner-col hr {
    background-color: #f85c70;
}

.cat-review-ratings .review {
    color: #fff;
    background: #000;
    font-size: 12px;
    padding: 1px 7px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 600;
}

.cat-mail .row,
.cat-website .row {
    align-items: center;
}

.cat-mail .cat-icon-text,
.cat-website .cat-icon-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.cat-address .cat-icon-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    min-height: 40px;
}

.cat-review-ratings .rating {
    font-size: 12px;
    line-height: 17px;
    color: #333;
    border-left: #f85c70 solid 1px;
    margin-left: 15px;
    padding-left: 13px;
    letter-spacing: 1px;
    font-weight: 400;
}

.company-category-inner-col img {
    width: 15px;
    margin-right: 12px;
}

.cat-icon-text {
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
}

.call-now-bttn .call-btn {
    color: #fff;
    background: #FEAE11;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 4px;
    border: #FEAE11 solid 2px;
}

.call-now-bttn .view-det-btn {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 4px;
    color: #000;
    border: #000 solid 2px;
}

.pagination-row {
    background: #ffffff;
}

.pagination-bttn p {
    letter-spacing: .4px;
}

.previous-bttn p {
    opacity: .6;
}

.pagination-numbers {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 3px;
    margin: 0 10px;
}

.pagination-numbers.pagination-active {
    background: #FEAE11;
}

.category-name-wr::before {
    content: '';
    /* background: #f2f5f7; */
    position: absolute;
    width: 100%;
    height: 55%;
    z-index: -1;
    top: 350px;
    left: 0;
}

.pag-main-row {
    z-index: 21;
}

.company-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #333;
    border-left: #f85c70 solid 1px;
    margin-left: 20px;
    padding-left: 20px;
}

.likes-inner i,
.likes-inner .like-num,
.dislikes-inner i,
.dislikes-inner .like-num,
.ranking-number,
.likes-inner,
.dislikes-inner,
.ranking-heading {
    font-size: 11px;
    letter-spacing: 1px;
}

.rating-stars .fa-star {
    color: #000000;
    font-size: 14px;
}

.rating-inner-col .rating {
    margin-left: 0px;
    padding-left: 15px;
    line-height: 12px;
    font-size: 11px;
}

.rating-inner-col .cat-review-ratings .review {
    font-size: 11px;
    padding: 1px 6px;
}

.likes-dislikes-inner-col::after {
    content: '';
    background: #f85c70;
    height: 65%;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 4px;
}

.ranking-inner-col::after {
    content: '';
    background: #f85c70;
    height: 65%;
    width: 1px;
    position: absolute;
    right: 15px;
    top: 4px;
}

.sibar-bttn-inner-col .promote-col {
    background: #eeeff4;
}

.promote-col {
    background: #f6f7fb;
}

.promote-col a {
    letter-spacing: 1px;
    font-weight: 600;
    color: #555555 !important;
    transition: .2s all ease;
}

.sibar-bttn-inner-col {
    overflow: hidden;
    /* box-shadow: rgba(0, 0, 0, .2) 0px 0px 10px 0px; */
}

.company-call-now-bttn-col a {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: .25rem;
}

.left-company-info-inner-col {
    background: #fff;
    padding: 25px;
}

.photos-section-col .nav-link.active {
    background: #FAAB42 !important;
}

.photos-section-col .nav-link {
    background: #eeeff4;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 0px;
    padding: 10px 45px;
    color: #000000;
}

.photos-section-col #thumbs .item img {
    width: 137px;
}

#thumbs .owl-item.active.current {
    border: #f85c70 solid 2px;
}

#thumbs .owl-item.active {
    border: #ffffff solid 2px;
}

#thumbs .owl-item {
    width: auto !important;
    margin-right: 20px;
}

.owl-dots {
    display: none;
}

.category-section-col i {
    background: #F5F7FA;
    padding: 10px 10px;
    margin-left: -25px;
    padding-left: 25px;
    padding-right: 60px;
    clip-path: polygon(90% 0px, 100% 50%, 90% 100%, 0px 100%, 0px 0px);
}

.category-section-col span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 25px;
}

.logo-col {
    border: #f5f6fa solid 5px;
    padding: 5px 10px;
    max-width: 100px;
}

.logo-col img {
    object-fit: cover;
}

.photos-section-col .slick-slide {
    margin: 5px;
}

.company-info-name h3 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 38px;
}

.test-card {
    background: #fff;
    border: none;
}

.card-heading {
    font-size: 22px;
    /* line-height: 6px; */
    font-weight: 600;
    letter-spacing: .4px;
}

.card-category {
    font-size: 13px !important;
    color: #808080;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
}

.main-products-col .company-call-now-bttn-col a {
    padding: 12px 30px;
}

.product-bttn {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 7px 15px !important;
    border: #eeeff4 solid 2px;
    background-color: #000;
    border-radius: .25rem;
}

.main-products-col .card-body {
    padding-bottom: 25px;
}

.blog-date span {
    font-size: 10px;
    letter-spacing: 1px;
    color: #808080;
    line-height: 23px;
    font-weight: 300;
}

.right-sidebar-heading {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .8px;
    /* line-height: 35px; */
}

.category-border-pink {
    border-top: #FAAB42 solid 2.5px !important;
}

.right-company-info-inner-col {
    background: #fff;
}

.contact-information-section {
    padding: 15px 25px 5px;
}

.right-company-info-inner-col .cat-icon-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.company-timimgs .day {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
}

.timimgs {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 500;
}

.contact-information-section .company-call-now-bttn-col a {
    padding: 10px 10px !important;
}

.visit-web-bttn {
    border: #FAAB42 solid 2px;
}

.home-cat-load-bttn .home-button {
    font-size: 13px;
    padding: 10px 30px;
    transition: .1s all ease;
    border-radius: 8px;
}

.header-bttn,
.call-now-bttn a,
.pagination-row a .pagination-numbers,
.home-cat-load-bttn a {
    transition: .1s all ease;
    /* background-color: #48a624; */
    border: 0px;
}
.view-det-btn:hover{
    background-color: #000 !important;
    color: #fff !important;
}
.home-cat-load-bttn a:hover,
.header-bttn:hover,
.call-now-bttn .call-btn:hover,
.pagination-row a .pagination-numbers:hover {
    background-color: #278503 !important;
    color: #ffffff !important;
    border: 0px;
    /* border: 1px solid #ffae12; */
}

.call-now-bttn .call-btn:hover,
.home-cat-load-bttn .visit-web-bttn:hover {
    border-color: #ffae12;
}

/* .call-now-bttn .view-det-btn:hover{
  background: #000000;
  color: #ffffff !important;
} */
.photos-section-col .slick-slide {
    width: 393px;
    min-height: 200px;
    max-height: 262px;
    overflow: hidden;
}

.photos-section-col .slick-slide img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.photos-section-col .slick-list.draggable {
    display: grid;
}

.review-input {
    border: none;
    background: #f5f7fa;
    height: 40px;
    padding: 10px;
    border-radius: 0;
}

.review-textarea {
    height: 120px;
}

.review-label {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ranking-fill button {
    background: #f4f4f4;
    padding: 1px 5px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    border-radius: 3px;
    margin-right: 3px;
    transition: .2s all ease;
    border: 0px;
}

.ranking-number-button {
    background: #F85C70 !important;
    color: #ffffff !important;
}

.ranking-number-col a:hover {
    background: #F85C70;
    color: #ffffff;
}

.like-dislike-btn-form,
.like-dislike-btn-form a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 6px 13px;
    border-radius: 3px;
    text-decoration: none;
}

.company-inner-review-form .company-call-now-bttn-col a {
    padding: 14px 30px !important;
}

.form-submit-btn button {
    letter-spacing: .8px;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 30px;
    border: 0px;
    border-radius: 8px;
    min-width: 150px;
}

.company-information-wr {
    z-index: 1;
}

.desktop-hide {
    display: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/*.navbar-toggler-icon {*/
/*  background-image: none !important;*/
/*}*/
.navbar-light .navbar-toggler {
    transition: .2s all ease;
}

.hamburger-line-one {
    transition: .2s all ease;
    width: 80%;
    margin-bottom: 7px;
}

.hamburger-line-three {
    transition: .2s all ease;
    width: 50%;
    margin-top: 7px;
}

.hamburger-line-three {
    transition: .2s all ease;
}

.mobile-grid {
    display: none;
}

.heading-topbar {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0px;
}

.free-list-form-inner .heading-topbar {
    font-weight: 700;
    font-size: 20px;
}

.mobile-number .mobile-plus-bttn i {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 20px;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2px;
    margin-bottom: 5px;
    /* line-height: 24px; */
    color: #2b2b2b9e;
}

input.form-control {
    font-size: 12px;
    letter-spacing: .4px;
    padding: 10px;
    height: 35px;
    border-radius: 8px !important;
}

.mobile-number .form-select {
    background: #E6E6E6;
    font-size: 12px;
    height: 35px;
    font-weight: 600;
    letter-spacing: 1px;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
}

.form-select {
    font-size: 13px;
    letter-spacing: 1px;
    height: 35px;
}

.dropdown-item {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 0 5px;
    line-height: 40px;
    display: inline;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.dropdown-menu1 {
    padding: 0;
}

.dropdown-menu1 {
    padding: 0;
    border-radius: 0;
    border: 0;
    top: 125% !important;
    box-shadow: rgba(0, 0, 0, .2) 0px 10px 10px 1px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fff;
}

.dropdown-menu1 li {
    border-bottom: #ebebeb solid 1px !important;
    transition: .3s all ease;
    height: 50px;
    display: flex;
    align-items: center;
}

.dropdown-menu1 li:hover {
    border-bottom: #FAAB42 solid 1px !important;
}

/* .dropdown-menu1{
    border-radius: 8px;
} */

.suggeastion-text {
    position: absolute;
    bottom: -30px;
    left: 50px;
    font-size: 12px;
    color: #737373;
    letter-spacing: 1px;
    line-height: 19px;
}

.inner-increase-reviews-col {
    border-width: 15px !important;
    border-color: #000000 !important;
}

.inner-increase-reviews-col .inc-rev-para {
    font-size: 25px;
    font-weight: 200;
    line-height: 50px;
}

.inner-increase-reviews-col .inc-rev-para b {
    font-weight: 600;
}

.inner-increase-reviews-col a {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 26px;
    border-bottom: #f85c70 solid 2px;
}

.brand-rev-line {
    width: 40px;
    height: 2px !important;
    opacity: 1;
}

.brand-big-heading {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 1px;
}

.brand-category i {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    border: solid 2px #f85c70;
    padding: 13px 30px;
    font-weight: 600;
}

.brand-rev-rating .rating-stars .fa-star {
    font-size: 28px;
    line-height: 35px;
    padding: 0 3px;
}

.address-text,
.mail-text,
.website-text {
    font-size: 11px;
    line-height: 21px;
}

.brand-inner-info .brand-info-icon i {
    font-size: 22px;
    line-height: 60px;
    border-radius: 10px;
    background: linear-gradient(125deg, #f85c70, #f85c70, transparent);
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.brand-inner-info {
    padding: 20px;
}

.reviews-inner-col {
    padding: 30px;
}

.brand-inner-info span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 25px;
}

.rev-title::before {
    content: '';
    background: url('images/icons/quote-icon.png');
    background-size: cover;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -25px;
    background-position: center;
    background-repeat: no-repeat;
}

.rev-bottom-wr i,
.rev-bottom-wr span {
    color: #808080;
    font-size: 12px;
    letter-spacing: 1px;
}

.certificate-heading h5 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 32px;
}

.certification-content-col i {
    margin-right: 15px;
    font-size: 25px;
    line-height: 35px;
}

.field-text {
    font-size: 10px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 19px;
    font-weight: 500;
}

.field-text-err {
    font-size: 12px;
    color: #f00000;
    letter-spacing: 1px;
    line-height: 19px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #000;
    /*background-color: #fff;*/
    box-shadow: none;
}

.accordion-body {
    padding-top: 0px;
}

.accordion-button {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.blog-submit-form .field-text {
    font-size: 11px;
    line-height: 31px;
}

.video-col {
    height: 300px;
    overflow: hidden;
}

.promote-col a:hover {
    color: #000 !important;
    font-weight: 700 !important;
}

.card-header .top-banner-price {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 1px;
}

.duration {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 15px;
}

.top-bar-location {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 20px;
    min-height: 85px;
}

.ad-package-col {
    width: 25%;
}

.ad-package-col .card-header {
    height: 120px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-package-col .card-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 25px;
    min-height: 75px;
}

.ad-package-col .card-body {
    height: 175px;
    min-height: 100%;
}

.blog-img {
    max-width: 160px;
    /* min-height: 160px; */
}

.blog-img img {
    object-fit: cover;
    width: 80%;
    height: 100%;
}

.blog-inner-content p {
    text-align: justify;
}

.blog-inner-content .blog-date span {
    font-weight: 600;
}

.paid-ad-inner-col {
    max-width: 100%;
}

/* .paid-ad-inner-col img{
  height: 650px;
  width: 100%;
} */
.right-side-amount-sec {
    border: #e3e3e3 solid 2px;
}

.amount-breakdown-col {
    background: #F5F5F5;
    padding: 30px 30px 10px 30px;
}

.service-amt {
    padding: 25px;
}

.amt-title {
    color: #646464;
    letter-spacing: 1px;
}

.top-banner-price {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
}

.prime-cat-card-body h5 {
    min-height: 85px;
}

.company-info-row {
    flex-direction: inherit !important;
}

.ad-package-note p {
    font-size: 13px;
    line-height: 25px;
}

.top-banner-main-wr .top-banner-form .field-text {
    font-size: 12px;
    line-height: 22px;
}

.fancybox-image,
.fancybox-spaceball {
    background: #ffffff;
}

.card-body {
    padding: 10px;
}

.top-banner-main-wr .product-bttn {
    padding: 9px 15px !important;
}

.modal-bttn button {
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    height: 35px;
    line-height: 23px;
}

.modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
    background-size: 13px;
}

.login-signup-btn {
    border-radius: 8px;
    border: 0px;
    color: #fff !important;
    padding: 8px 10px !important;
    font-size: 15px !important;
    font-weight: 500;
}

.ls-form-container {
    position: relative;
    max-width: 600px;
    /* min-height: 300px; */
    overflow: hidden;
    /* padding: 3% 15px; */
}

.ls-slide-form1,
.ls-slide-form2 {
    margin: auto;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* right: 600px; */
    transition: right .2s ease-in-out;
}

.ls-form-active {
    right: 0;
    transition: left .2s ease-in-out;
}

.modal-close-btn {
    top: 6px;
    position: absolute;
    background-color: #FAAB42;
    opacity: 1;
    border-radius: 50px;
    font-size: 10px;
    padding: 10px;
    right: 10px;
}

.login-btn {
    width: 100%;
    padding: 10px;
    background-color: #FAAB42 !important;
    color: #fff;
    border-radius: .25rem;
}

.ls-tab-btn {
    min-width: 150px;
    padding: 10px;
    background-color: #ffffff !important;
    color: #000;
}

.ls-tab-btn.active,
.ls-tab-btn:hover,
.ls-tab-btn:active,
.ls-tab-btn:focus {
    background-color: #FAAB42 !important;
    color: #fff;
}

.back-btn {
    background-color: #eee !important;
    color: #000 !important;
}

.back-btn:hover,
.back-btn:active,
.back-btn:focus {
    background-color: #F85C70 !important;
    color: #fff !important;
}

.timer-par {
    font-size: 12px;
}

.resend-code-btn {
    color: #F85C70;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
}

.ls-form-par {
    font-size: 14px;
    color: #161616;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.ls-form-number {
    font-size: 15px;
    color: #F85C70;
    font-weight: 600;
}

.sidebar-menu {
    box-shadow: rgba(0, 0, 0, .2) 0px 0px 10px 1px;
}

.bg-black {
    background-color: #161616;
}

.buy-now-btn {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #eee;
}

.form-error,
.error {
    font-size: 12px;
    color: #f20;
    margin-bottom: 0px;
}

.free-listing-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0, 0, 0, .6);
}

.otp-form-container {
    position: relative;
    max-width: 600px;
    overflow: hidden;
    min-height: calc(100% - 3.5rem);
}

.card-value {
    font-size: 28px;
    font-weight: 600;
}

.ci1 {
    background-color: #ff5959 !important;
    color: #fff;
}

.cci1 {
    color: #ff5959;
}

.ci2 {
    background-color: #ffc113 !important;
    color: #fff;
}

.cci2 {
    color: #ffc113;
}

.ci3 {
    background-color: #37a001 !important;
    color: #fff;
}

.cci3 {
    color: #37a001;
}

.dbc-par {
    font-size: 14px;
    color: #161616;
    letter-spacing: .50px;
    font-weight: 600;
}

/* .search-suggestion{
  max-width: 300px;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.03);
  position: absolute;
  top: 50px;
  display: none;
} */
.sscn-fonts {
    font-size: 12px;
    margin-bottom: 0px;
}

.ss-city-name {
    border-bottom: 1px solid #ddd;
    padding: 5px 3px;
}

.ss-city-name:hover {
    cursor: pointer;
    pointer-events: all;
    background-color: #eee;
}

.form-steps {
    list-style-type: none;
    text-align: center;
    padding-left: 0px;

}

.form-steps li {
    display: inline-block;
    padding: 20px;
    background-color: #eee;
    border-radius: 10px;
}

.apply-form-col-main {
    position: relative;
}

.sliding-form {
    position: absolute;
    left: -1000px;
    max-width: 735px;
    transition: left 1s ease-in-out;
}

.sliding-form2 {
    position: absolute;
    right: -1000px;
    max-width: 735px;
    transition: right 1s ease-in-out;
}

.active-ff1 {
    left: 0px;
}

.active-ff2 {
    right: 0px;
}

.ff-container {
    max-width: 1000px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    min-height: 950px;
}

.form-control:focus {
    box-shadow: none;
    background: #F5F7FA;
}

.location-map iframe {
    width: 300px;
    height: 300px;
}

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

.article-blog-section .blog-img {
    width: 170px;
}

.blog-list .card-heading,
.blog-list p {
    color: #000000;
}

.profile-icon {
    background: #ffae12;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    padding: 7px;
}

.profile-icon span {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.partner-right-col .imglist img {
    width: 50px;
}

.dash-prod-det {
    line-height: 20px;
    width: 210px;
}

.table-img-icon img {
    max-width: 25px;
}

.product-table {
    table-layout: fixed;
    width: 200px;
}

.product-table th {
    width: 170px;
    overflow: hidden;
}

.product-table td {
    width: 170px;
    overflow: hidden;
}

.modal-body {
    padding: 0rem;
    font-size: 18px;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    box-shadow: none;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    background-color: #bb2d3b !important;
}

/* #reviewsubmit {
  display: block;
  opacity: 1;
} */
.success-cstm-model {
    position: fixed;
    z-index: 1021;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
    text-align: center;
    padding: 25px;
}

.form-select:focus {
    box-shadow: none !important;
}

#login-signup-modal #pills-tab {
    background: #f7f7f2;
    padding: 25px;
}

#login-signup-modal #pills-tabContent,
#listing_form2 {
    padding: 8px 40px;
}

#login-signup-modal hr {
    margin-top: 0px;
    margin-bottom: 18px;
    opacity: .09;
}

.adv-home-inner .apply-bttn {
    margin: inherit;
}

.adv-home-inner .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px !important;
}

.partner-sidemenu {
    position: sticky;
    max-width: 400px;
    width: 100%;
    top: 0;
}

.success-cstm-model p {
    font-size: 14px;
    line-height: 20px;
}

#loder .text-center {
    position: fixed;
    width: 100%;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    height: 35px;
    z-index: 100;
}

.cstm-loader {
    position: relative;
}

.cstm-loader::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 31;
}

.not-fount-txt {
    color: #757575;
    font-weight: 600;
    margin-bottom: 0px;
}

.click-btn {
    font-size: 10px;
    color: #f85c71;
}

.alert-container:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.like {
    min-width: 60px;
    background-color: #2AA100;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
}

.dislike {
    min-width: 60px;
    background-color: #DE0303;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
}

.like img,
.dislike img {
    width: 13px;
}

.gst-text {
    font-size: 12px;
}

.search-suggesstions {
    position: absolute;
    top: 10px;
    border-radius: 0px;
    font-size: 13px;
}

.no-input-focus {
    outline: none;
}

.download-pdf {
    background-color: #F85C70;
    color: #fff;
    border: 1px solid #F85C70;
    font-size: 12px;
    padding: 0px 5px;
}

.search-result-container {
    position: absolute;
    width: 100%;
    padding: 3px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
    bottom: -55px;
}

.sr-list-data button {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
}

/*search bar css*/
.site-search-bar {
    max-width: 1110px;
    width: 100% !important;
    margin: auto;
    position: relative;
    z-index: 1;
    top: 0px;
}

.search-field {
    height: 40px !important;
    /* padding: 10px 130px; */
}

.category-form {
    position: relative;
}

.search-min-btn {
    width: 40px;
    background-color: #fff;
    border: 0px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 12px 10px;
}

/* .sf-1,.sf-2{
  width: 40%
} */
.sf-2 {
    width: 80%;
}

.sf-btn {
    width: 20%;
}

.search-suggestion {
    position: relative;
    width: 100%;
}

.category-form {
    position: relative;
    z-index: 1;
}

.ss-list-container {
    position: absolute;
    max-width: 100%;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    top: 10px;
    left: 0px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 10px 10px -3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ss-list-container button {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    /* border-bottom: 1px solid #ddd; */
}

.ss-list-container button .ss-icon {
    width: 5%;
    display: inline-block;
    color: #f85c70;
}

.ss-list-container button .ss-search-txt {
    width: 95%;
    display: inline-block;
    text-align: left;
}

.ss-cat-txt {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-left: 5%;
    color: #777;
    letter-spacing: .30px;
    font-size: 12px;
}

.location-btn {
    min-width: 90px;
    padding: 5px !important;
    border: 0px;
    border-radius: 8px;
    font-size: 13px;
    /* margin-top: 4px; */
}

.lb-icon {
    color: #FAAB42 !important;
}

.city-btn {
    width: 100%;
    padding: 5px;
    background: #fff;
    border: 0px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.city-search input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-image: url('images/icons/search.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 10px;
    padding-left: 35px;
    font-size: 16px;
}

.city-modal-header {
    background-color: #FAAB42 !important;
    color: #fff;
}

.language-icon {
    width: 30px;
}

.section-spacing {
    padding: 3% 0;
}

.section1 {
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(255, 255, 255, 1));
}

.grey-section {
    background-color: #eee;
}

.page-heading {
    font-size: 40px;
    font-weight: 800;
    color: #1e1666;
}

.page-heading span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    background-image: -webkit-linear-gradient(left, #ff5b11, #ff9723);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.siteTabs {
    color: #f85c70 !important;
}

.siteTabs.active {
    background-color: #f85c70 !important;
    color: #fff !important;
}

.par-container-mh130 {
    min-height: 130px;
}

.floating-form {
    position: sticky !important;
    top: 10px;
}

.section-pos-setting {
    position: relative;
    z-index: 1;
    padding: 7% 0 !important;
}

.section-design-top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.section-design-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.form-container {
    border-radius: 10px !important;
}

.site-card {
    border-radius: 25px;
    overflow: hidden;
}

.accordion-header button.accordion-button {
    font-size: 20px !important;
}

.features-card {
    max-width: 300px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 5px solid #f85c70 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: margin-top .3s ease-in-out;
}

.features-card:hover {
    margin-top: -10px;
}

.features-heading {
    padding: 20px 10px;
    background-color: #222;
    text-align: center;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.features-heading h6 {
    margin-bottom: 10px;
}

.features-heading p {
    margin-bottom: 0px;
    font-size: 20px;
}

.features-content {
    padding: 7px 0px;
    color: #222;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    display: flex;
    flex-flow: row wrap;
}

.feature-name {
    width: 80%;
    align-self: center;
}

.feature-exist {
    width: 20%;
    align-self: center;
    text-align: end;
}

.feature-exist img {
    width: 23px;
}

.seo-smo-title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #222;
}

/* .seo-smo-title span{
  font-family: 'Playfair Display', serif !important;
font-style: italic !important;
background-image: -webkit-linear-gradient(left,#ff5b11,#ff9723) !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
} */
.inner-banner {
    background: rgba(0, 0, 0, 0.7) url('images/inner-banner.jpg');
    color: #333;
    padding: 3%;
    text-align: center;
}

.inner-banner h1 {
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.banner-section {
    background-color: #F85C70;
    padding: 5% 3% 10%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.hero-banner-carousel {
    width: 60%;
}

.banner-design {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}

.banner-content-text {
    max-width: 600px;
    margin: auto;
}

.banner-form-container {
    width: 40%;
}

.banner-form {
    margin-top: 5px;
    background-color: #fff;
    /*max-width: 400px;*/
    /*border-radius: 20px;*/
    /*box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.09);*/
}

.seo-smo-card {
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden;
    transition: margin-top .3s ease-in-out;
}

.seo-smo-card h4 {
    font-size: 19px;
    font-weight: 600;
    color: #F85C70;
    min-height: 30px;
}

.seo-smo-card p {
    min-height: 140px;
}

.seo-smo-card a {
    color: #222;
}

.ss-card-content {
    padding: 15px;
}

.seo-smo-card:hover {
    margin-top: -10px;
}

.client-card {
    max-width: 300px;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: auto;
}

.client-card img {
    max-width: 150px;
    width: 100%;
}

.plan-head {
    font-size: 16px;
    color: #f85c70;
    font-weight: 600;
}

.categories {
    position: relative;
    left: 23%;
    height: 245px !important;
    z-index: 1000;
    overflow: auto;
}

.catename {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
}

.catename:hover {
    color: white;
    /* transform: scale(1); */
    padding-left: 5px;

    background-color: #f85c70;
}

.galleryinner a img {
    height: auto;
    width: 100%;
}

.usericon {
    wiidth: 50px;
    height: 50px;
    border-radius: 50px;
}

.fw-normal1 {
    font-size: 13px;
}

.bgdes {
    text-align: justify;
}

.gallery img {
    height: 100px;
    width: 100%;
}

.blogcrousal {
    height: 125px;
    width: 185px;
}

.carouselbigsquare img {
    height: auto;
}

.carouselrectangle img {
    height: auto;
    width: 100%;
}

.inner-feature-ad-col img {
    width: 100%;
    height: auto;
}

.mini_square_box {
    height: auto;
    width: 100%;
}

.category-paid-ads img {
    height: auto;
    width: 100%;
}

.search-icon i:hover {
    background-color: #d65364;
    font-weight: bolder;
    border-radius: 50rem !important;
    color: #ffe7e9;
    transition: .3s all ease;
}

.light-brown-bg {
    background-color: #f85c70;
}

.light-p ul li a {
    /* color:white !important; */
    font-size: 15px;
}

/*.navbar-light .navbar-toggler-icon {*/
/*    background-image: url('images/hamburger.png')!important;*/
/*    color: #d14747!important;*/
/*}*/
.header-logo-col a img {
    width: 160px;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
    font-size: 15px !important;
}

.desktop-show-bttn ul li {
    font-size: 15px;
}

.middle-heading {
    margin-right: 50px;
}

.lanuage-container {
    margin-left: 50px !important;
    background: #e2e1e18f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search {
    font-size: 12px;
    font-weight: 300;
}

.catename img {
    object-fit: contain;
    margin-right: 5px;
}

.home-banner-wr .carousel-item.active {
    z-index: 0;
}

.comp:first-of-type {
    background-color: yellow !important;
}

.search-home {
    /* border-radius: 30px 0px 0px 30px; */
    border-radius: 10px 0px 0px 10px;
    width: 475px !important;
    /* width: 728px !important; */
}

.bg-yellow-header {
    background: #FAAB42 !important;
    /* border-radius: 0px 30px 30px 0px; */
    border-radius: 0px 8px 8px 0px;
}

.site-par1 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-align: justify;
}

.z-index-999 {
    z-index: 999;
}

/* .bg-dark-light{
    background-color: #0000003b;
} */
/* .nav-bg{
background-color: #1616164d;
} */
.top-alignment {
    top: 0px;
    z-index: 99;
}

.fs-12 {
    font-size: 10px;
}

.animate-card {
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.5s ease-in-out;
    margin: 12px 0px;
}

.animate-card.animate {
    opacity: 1;
    transform: scale(1);
}

.category-bg-color1 {
    background-color: #2f2f2f;
}

.category-bg-color2 {
    background-color: #b965da;

}

.category-bg-color3 {
    background-color: #44d14b;
}

.category-bg-color4 {
    background-color: #4a7fdf;
}

.category-bg-color5 {
    background-color: #f467a1;
}

.category-bg-color6 {
    background-color: #8058ed;
}

.category-bg-color7 {
    background-color: #4dcfdc;
}

.category-bg-color8 {
    background-color: #fa8a86;
}

.category-bg-color9 {
    background-color: #d1df13;
}

.category-bg-color10 {
    background-color: #05cdff;
}

/*  category  */
.h-88 {
    height: 88px;
}

/*. banner-overlay. */
.banner-overlay {
    /* background: #1616164d; */
    width: 100%;
    height: 600px;
    top: 0;
    z-index: 9;
}

/*. text/animation.  */

/* .slide-in-text {
position: relative;
display: inline-block;
left: -100vw; /* Start off-screen to the left */
/* animation: slideIn 3.5s ease-out forwards;
} */
/* @keyframes slideIn {
  to {
    left: 0;
  }
} */

/* Reusable scroll animation class */
.scroll-animate {
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.scroll-animate.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/*.  newcode. */

/*. new-border-footer. */
.new-bottom-border {
    border-top: 1px solid #3b3b3b !important;
}

/*. slider */
.bg-light-grey {
    background-color: #f0f0f0c7;
}

/*.  fit-content */
.w-fit {
    width: fit-content;
}

.shadoww {
    box-shadow: 0px 0px 7px 5px #8f8f8f3b;
}

/* .border-two{
  border: 2.2px solid #fff;
} */
/*. category. */
.category-icon img {
    width: 20%;
    height: auto;
}

.category-padding {
    padding: 25px 0px;
}

/*. navbar-bg. */
.nav-bg {
    background-color: #16161638;
}

/*. sign. */
.green-bg {
    background-color: #46980a !important;
}

input::placeholder {
    color: #b9b8b8;
}

/* serach-category */
.search-field-catergory {
    height: 40px !important;
}

.sf-21 {
    width: 80%;
}

.site-search-bar-cat {
    max-width: 500px;
    width: 100% !important;
    margin-left: auto;
    position: relative;
    z-index: 1;
    top: 0px;
}

.border-radius-r-10 {
    border-radius: 0px 10px 10px 0px;
}

.border-radius-l-10 {
    border-radius: 10px 0px 0px 10px;
}



/*. heading. */
.inner-sub-heading {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: .2px;
}

/*. inner-page. */
.inner-page-head {
    width: 100%;
    height: 125px;
    /* background-position: center; */
    /* background-size: cover; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff6ea;
    color: dimgrey;
}

.border-bottom-head {
    border-bottom: 2px solid rgb(139 139 139 / 13%) !important;
}


/* pera-light-clr */

.pera-clr {
    color: #2b2b2b9e;
}

.yellow-hlt-clr {
    color: #ffa950 !important;
}


/*.  inner/bg/nav. */
.inner-nav-bg {
    background-color: #214e88;
}

.fs-14 {
    font-size: 14px;
}

/*. height */
.h-40 {
    height: 40px;
}

/*. category. */
.b-bottom {
    border-bottom: 1.8px solid #e8e8e8 !important;
}

.b-left {
    border-left: .8px solid #ffa950;
}

.main-border {
    border: 1px solid #e8e8e8 !important;
}

.border-raius-8 {
    border-radius: 8px;
}

.description-pera {
    font-size: 16px;
    font-weight: 400;
    color: #2b2b2b9e;
}

.border-radius-8 {
    border-radius: 8px;
}

.fs-18 {
    font-size: 18px;
}

.jc-center li {
    padding: 0px 8px;
}

/*. close-button. */
.btn-close1 {
    background: transparent url("images/close-buttoon(1).svg") center / 1em auto no-repeat !important;
    background-color: #FAAB42 !important;
}

.btn-close1:focus {
    box-shadow: 0 0 0 0.25rem #ffffff;
}

/*. border-radius 12 */
.border-radius-12 {
    border-radius: 12px;
}

/*. effect */
.effect-zoom-in {
    transform: translateY(0px) scale(.98);
}

.effect-zoom-in:hover {
    transform: translateY(0px) scale(1);
    transition: all 0.5s ease-in-out;
}

/* custome-img-achivement. */
.custome-img img {
    width: 100%;
    height: 500px;
}

.custome-img1 img {
    height: 250px;
}

/*.  font/weight   */
.fw-semibold {
    font-weight: 600;
}

.img-width img {
    width: 100% !important;
    height: auto !important;
}

.inner-padding {
    margin-top: 78px;
}

.all-sides-border-rad-8 {
    border-radius: 8px 8px 8px 8px;
}

/*. faq's. */
.faq-border-top {
    border-top: 1px solid #e9e9e9;
}

.mt-120 {
    margin-top: 66px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-80 {
    margin-bottom: 80px;
}

.side-view-block {
    /* background-color: aqua; */
    border-radius: 8px;
    padding: 12px;
    width: 100%;
}

.blog-list-category {
    padding-left: inherit;
}

.blog-list-category>li {
    list-style-type: none;
    padding-left: 0px !important;
    margin-bottom: 15px;
}

.blog-list-category>li>a {
    background-color: #f8f9fa !important;
    padding: 6px;
    height: 35px;
    padding-left: 1rem !important;
    display: flex;
    border-radius: 5px;
    transition: 0.3s all;
    color: black;
}


.blog-list-category>li>a::before {
    color: rgb(255, 174, 18);
    background-color: #f8f9fa !important;
    padding: 6px;
    height: 35px;
    /* padding-left: 1rem !important; */
    margin-top: -6px;
    display: block;
    border-radius: 5px;
}

.blog-list-category>li>a:hover {
    /* padding-left: 15px ; */
    transform: scaleX(105%);
    transition: 0.2s all;
    color: rgb(255, 174, 18);
}

.blog-list-category>li>a::after :hover {
    color: rgb(255, 174, 18);
}

.description-pera>p {
    padding-left: 22px;
}

.delete-btn-new {
    background-color: #f85c70;
    transition: 0.3s all;
}

.delete-btn-new:hover {
    background-color: #f60626 !important;
    scale: 1.1;
    transition: 0.3s all;
}

.edit-btn-new {
    background-color: #214e88 !important;
    color: white !important;
    border: 1px solid #214e88 !important;
    transition: 0.3s all;
    /* padding: 2px 5px !important; */
}

.edit-btn-new:hover {
    background-color: white !important;
    color: #214e88 !important;
    scale: 1.5 !important;
    transition: 0.3s all;
    /* border: 1px solid #214e88; */
}

.dashboard-table>thead>tr>th {
    color: grey;
    font-weight: 600;
    padding-bottom: 15px !important;
}

.bg-yellow-light{
    background-color: #ffeab5;
}

/* .nav-link-new{
    background-color: #EBEBEB !important;
} */

.nav-link-new-div{
    background-color: white !important;
}

.nav-link-new{
background-color: white !important;
}

.rounded-10{
    border-radius:10px;
}

.text-blue{
    color: #214e88;
}

.review-new{
    color: #ffc107c4;
}

.h-70{
    height: 70px;
}

.bg-warning-new{
    border: 1px solid #FEAE11;
}
.cat{
    line-height: 18px;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
}
/*. whatsab. */
.whatsapp{
    width: 4%;
    position: fixed;
    z-index: 1000;
    right: 3%;
    bottom: 60px;
  }

.whatsapp img{
  margin-left: 8px;
  margin-bottom: 4px;}

  
  .whatsapp span{
    display: block;
    font-size: 12px;
    min-width: 90px;
    padding: 3px;
    border-radius: 50px;
    background-color: #338c2f;
    color: #fff;
  }
    .mt-48{
        margin-top:48px;
    }