@font-face {
    font-family: 'Poppins ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-ExtraLightItalic.ttf');
}

@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-Regular.ttf');
}


@font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-Light.ttf');
}


@font-face {
    font-family: 'Poppins Light Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-LightItalic.ttf');
}


@font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-Medium.ttf');
}


@font-face {
    font-family: 'Poppins Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-MediumItalic.ttf');
}


@font-face {
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-SemiBold.ttf');
}


@font-face {
    font-family: 'Poppins SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-SemiBoldItalic.ttf');
}


@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-Bold.ttf');
}


@font-face {
    font-family: 'Poppins Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-BoldItalic.ttf');
}


@font-face {
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-ExtraBold.ttf');
}


@font-face {
    font-family: 'Poppins ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-ExtraBoldItalic.ttf');
}


@font-face {
    font-family: 'Poppins Black';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-Black.ttf');
}


@font-face {
    font-family: 'Poppins Black Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-BlackItalic.ttf');
}

.mw-100 {
    max-width: 100%;
}

.poppins-bold {

}

.poppins-medium {
    font-family: 'Poppins', sans-serif !important;
}

/*business-listing-section css start*/

.business-listing-sec {
    background-color: #eff3f6;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif !important;
}

.business-listing-title {
    font-size: 24px;
}

.business-listing-sec .title-desc {
    max-width: 1040px;
    margin: 0 auto;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 14px;
}

.business-listing-box-sec {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.business-listing-box-sec .btn-hardwaretools-sec {
    text-align: right;
    padding: 10px 15px;
}

.business-listing-box-sec .btn-hardwaretools {
    background-color: #006d99;
    border: 1px solid #006d99;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 12px;
    transition: all .3s linear;
    font-family: 'Poppins', sans-serif !important;
}

.business-listing-box-sec .btn-hardwaretools:hover {
    background-color: transparent;
    color: #006d99;
}

.business-listing-box-sec .business-listing-image-box {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    position: relative;
    height: 210px;
    overflow: hidden;
    /*padding-top: 100%;*/
}

.business-listing-image-box a {
    display: block;
    text-align: center;
    height: 100%;
}

.business-listing-box-sec .business-listing-image-box img.mw-100 {
    /* height: 100%;
     width: 100%;
     object-fit: cover;*/
    width: 72%;
    margin: 0 auto;
    height: auto;

}

.business-listing-box-sec img.business-product-bannrimg {
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;*/
}

.business-listing-box-sec .business-listing-image-status {
    position: absolute;
    bottom: 0;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */
    width: 100%;
    background-color: #b5c93a;
    color: #fff;
    /* padding: 5px; */
    left: 0;
}

.business-listing-box-sec .business-listing-image-status img {
    /*height: 28.8px;*/
    max-width: 100%;
}

.business-listing-box-sec .business-listing-image-status.orange-status {
    background-color: #ffb850;
}

.business-listing-box-sec .award-icon {
    margin-right: 10px;
}

.business-listing-box-sec .business-listing-desc-box {
    padding: 10px 20px;
}

.business-listing-box-sec .business-listing-desc-title-sec {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.business-listing-box-sec .business-listing-desc-title-sec .business-listing-desc-title {
    color: #006d99;
    font-weight: 700;
    font-size: 16px;
    /*margin-bottom: .5em!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 200px;*/
}

.business-listing-box-sec .business-listing-desc-title-sec .heart-icon {
    color: #b5c93a;
    font-size: 1.5em;
    display: flex;
    margin-top: 8px;
}

.business-listing-box-sec .business-listing-desc-address .business-listing-address {
    display: flex;
    align-items: center;
}

.business-listing-box-sec .business-listing-desc-address .business-listing-address .loaction-name {
    margin-bottom: 0;
    margin-left: 10px;
    color: #000;
    font-weight: 400;
}

.business-listing-box-sec .business-listing-desc-address .business-listing-address .map-pin-icon {
    color: #006d99;
    font-size: 1.2em;
}

.business-listing-box-sec .business-listing-desc {
    font-size: 12px;
    color: #000000;
    margin-top: .5em !important;
    margin-bottom: 1.5em !important;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.business-listing-rating-sec {
    position: absolute;
    bottom: 20px;
}

.business-listing-box-sec .business-listing-rating {
    color: #b5c93a;
}

.business-listing-box-sec .business-listing-rating .rate {
    height: auto;
    padding: 0 3px 0 0;
}

.business-listing-load-more {
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.business-listing-load-more .btn-business-listing-load {
    background-color: #b5c93a;
    color: #fff;
    border-radius: 25px;
    padding: 10px 60px;
    min-width: 150px;
    font-size: 14px;
    font-weight: 600;

}

.business-listing-load-more .btn-business-listing-load:focus {
    outline: none;
}

.new-business-listing-box-sec .box {
    overflow: hidden;
}

.new-business-listing-box-sec .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.new-business-listing-box-sec .ribbon::before,
.new-business-listing-box-sec .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #dd0039;
}

.new-business-listing-box-sec .ribbon span {
    position: absolute;
    display: block;
    width: 250px;
    padding: 8px 0;
    background-color: #dd0039;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
    z-index: 1;
}

.red-vertical-ribbon {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
}

.red-vertical-ribbon img {
    height: 70px;
}

.btn-businessweek {
    background-color: transparent;
    color: #006d99;
    font-weight: 700;
    border: 1px solid transparent;
    transition: all .3s linear;
    border-radius: 20px;
    padding: 5px 20px 5px 60px;
    font-size: 16px;
}

.btn-businessweek:hover {
    background-color: transparent;
    color: #006d99;
    font-weight: 700;
    border: 1px solid transparent;
    box-shadow: none;

}

.bussines-of-week .btn-hardwaretools-sec {
    padding: 14px 15px 14px 50px;
    text-align: center;
}

.business-listing-tab-section .business-listing-row {
    display: flex;
    flex-wrap: wrap;
}

.business-listing-tab-section .business-listing-col {
    margin-bottom: 30px;
}

.business-listing-box-sec {
    height: 100%;
}


.bussines-of-week .business-listing-image-box {
    background-color: #fff;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    align-items: center;
    justify-content: center;
    position: relative;
    height: 210px;
    overflow: hidden;
}

.bussines-of-week .business-listing-image-box img {
    width: 72%;
    margin: 0 auto;
    height: auto;
}

/* top left*/

.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

ul.business-listing-tabnav {
    text-align: center;
    margin: 0 auto;
    display: flex;
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 50px;
    /* display: inline-block; */
    /* padding: 31px 90px; */
    /* max-width: 500px; */
    /* margin: 0 auto; */
    max-width: 500px;
    margin-bottom: 20px;
}

ul.business-listing-tabnav li {
    display: inline-block;
    /* float: none; */
    /* padding: 0 0; */
    background: #fff;
    border-radius: 50px;
    /* display: inline-flex; */
    display: flex;
    width: 100%;
}

ul.business-listing-tabnav li.active a,
ul.business-listing-tabnav li:hover a {
    color: #fff !important;
    cursor: default;
    background-color: #006d99 !important;
    border-color: #006d99 !important;
    border-radius: 60px;
    width: 100%;
    text-decoration: none;
}

ul.business-listing-tabnav li a {
    padding: 15px;
    margin-right: 0;
    font-family: 'Poppins Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bussines-of-week {
    box-shadow: 1px 0.5px 5px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #006d99;

}

@media (max-width: 991px) {
    .business-listing-box-sec {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    ul.business-listing-tabnav li a {
        padding: 10px 20px;
        font-family: 'Poppins Regular', sans-serif;
    }

    .business-listing-sec {
        padding: 30px 0;
    }

    .business-listing-box-sec .business-listing-image-status img {
        /*height: 100%;*/
    }
}

/*business-listing-section css ends*/
/*advisory-block-section css start*/

.advisory-block-sec {
    padding: 30px 0;
    font-family: 'Poppins', sans-serif !important;
}

.advisory-block-sec .advisory-block-sec-row {
    display: flex;
    flex-wrap: wrap;
}

.advisory-block-sec .advisory-block-sec-col {
    margin-bottom: 30px;
}

.advisory-block-sec .advisory-box,
.advisory-block-sec .advisory-video-box {
    height: 100%;
}

.advisory-block-sec .advisory-block-sec-title-desc {
    max-width: 1040px;
    margin: 0 auto;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 14px;
}

.advisory-block-sec .advisory-block-sec-title {
    font-size: 24px;
}

.advisory-video-box {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.advisory-video-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 109, 153, 0.71)
}

.advisory-video-box .advisory-video-box-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-play-videon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.advisory-box {
    background-color: #fafafa;
    text-align: center;
    padding: 25px 20px;
    box-shadow: 1px 0.5px 5px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #006d99;
    height: 450px;
    overflow: hidden;
}

.advisory-box .advisory-user-pic {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

.advisory-box .advisory-user-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advisory-box .advisory-box-detail .user-name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin: 1em 0 .7em 0;
    font-family: 'Poppins', sans-serif !important;
}

.advisory-box .advisory-box-detail .user-designation {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
}

.advisory-box .advisory-box-detail .advisory-box-desc {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 1.5em !important;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    min-height: 100px;
    height: 100%;
    margin: 0 auto;
    /* font-size: 14px; */
    line-height: 1.4;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advisory-box .green-line {
    background-color: #b5c93a;
    width: 100%;
    height: 3px;
    max-width: 140px;
    margin: 25px auto;
}

.advisory-block-book-appointment-sec .btn-book-appointment {
    background-color: #b5c93a;
    color: #fff;
    border-radius: 25px;
    padding: 10px 35px;
    min-width: 180px;
    font-size: 14px;
    font-weight: 600;

}

.advisory-block-book-appointment-sec {
    margin: 10px 0 20px;
}

.advisory-block-book-appointment-sec .advisor-text {
    margin-top: 30px;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
}

.advisory-block-book-appointment-sec .advisor-text a {
    color: #000000;
    font-weight: 400;
}

.advisory-block-sec #advisory-slider.owl-carousel .owl-dots .owl-dot.active span,
.advisory-block-sec #advisory-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: #585858;
    /*transform: translate3d(0px, -50%, 0px) scale(0.7);*/
    border-radius: 50%;
}

.advisory-block-sec #advisory-slider.owl-carousel .owl-dots {
    /*display: inline-block;
    width: 100%;*/
    text-align: center;
}

.advisory-block-sec #advisory-slider.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.advisory-block-sec #advisory-slider.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3);*/
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

.mobile-view-advisory-block {
    display: none !important;
}

@media (max-width: 991px) {
    .advisory-box,
    .advisory-video-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .advisory-block-sec .advisory-block-sec-col {
        width: 100%;
    }

    .advisory-block-book-appointment-sec .advisor-text a {
        display: block;
        color: #006d99;
    }

    .mobile-view-advisory-block {
        display: block !important;
    }

    .full-view-advisory-block {
        display: none !important;
    }

    .mobile-view-advisory-block .owl-stage {
        padding-left: 0 !important;
    }
}

@media (max-width: 499px) {

    .advisory-block-sec .advisory-box {
        min-height: 450px;
    }

    .event-listing-sec .left-event-box {
        min-height: 400px;
        background-color: #fff;
    }

    .testimonial-slider .shadow-effect {
        min-height: 335px;
    }

    .testimonial-slider #customers-testimonials .shadow-effect p,
    .testimonial-slider #customers-testimonials-mobile .shadow-effect p {
        height: 160px;
        margin-bottom: 0 !important;
    }

    .business-forums-sec .business-forums-box {
        min-height: 345px;
    }
}

/*advisory-block-section css ends*/
/*blog-section css start*/

.blog-sec {
    padding: 30px 0;
    background-color: #fafafa;
    font-family: 'Poppins', sans-serif !important;
}

.blog-sec .blog-sec-title-desc {
    max-width: 1040px;
    margin: 0 auto;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 14px;
}

.blog-sec .blog-sec-title {
    font-size: 24px;
}

.blog-sec .blog-sec-row {
    display: flex;
    flex-wrap: wrap;
}

.blog-sec .blog-sec-col {
    margin-bottom: 30px;
}

.blog-sec .blog-box,
.blog-sec .blog-box-fullimage {
    height: 100%;
}

.blog-sec .blog-box-fullimage {
    position: relative;
}

.blog-sec .blog-box-fullimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-sec .blog-box-fullimage .book-addspace {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    text-align: center;
    height: 60px;
}

.blog-sec .blog-box {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 0.5px 5px rgba(0, 0, 0, .1);
    text-align: left;
}

.blog-sec .blog-box-img {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.blog-sec .blog-box-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 109, 153, 0.65);
    z-index: 1;
}

.blog-sec .blog-box-img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    max-width: 100% !important;

}

.blog-sec .blog-box-details {
    padding: 20px;
}

.blog-sec .blog-title-line {
    color: #000;
    font-size: 12px;
}

.blog-sec .blog-title {
    color: #e53c68;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 50px !important;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    min-height: 60px;
    height: 100%;
    margin: 0 auto;
    /* font-size: 14px; */
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Poppins', sans-serif !important;
}

.blog-sec .box-details {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 20px;
    bottom: 20px;
}

.blog-sec .box-details .blog-date p {
    font-size: 12px;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
}

.blog-sec .box-details .blog-date .d-block {
    display: block;
}

.blog-sec .box-details .blog-date p {
    margin-bottom: 0;
}

.blog-sec .blog-read-more .btn-blog-read-more {
    padding: 0;
    color: #006d99;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;

}

.blog-sec .blog-read-more .btn-blog-read-more span img {
    margin-left: 10px;
    margin-bottom: 0;
}

.blog-sec .blog-book-appointment-sec {
    margin: 10px 0 20px;
}

.blog-sec .blog-book-appointment-sec .blog-text {
    margin-top: 30px;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
}

.blog-sec .blog-book-appointment-sec .blog-text a {
    color: #000000;
    font-weight: 400;
}

.blog-sec #blog-slider.owl-carousel .owl-dots .owl-dot.active span,
.blog-sec #blog-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: #585858;
    /*transform: translate3d(0px, -50%, 0px) scale(0.7);*/
    border-radius: 50%;
}

.blog-sec #blog-slider.owl-carousel .owl-dots {
    /*display: inline-block;
    width: 100%;*/
    text-align: center;
}

.blog-sec #blog-slider.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.blog-sec #blog-slider.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3);*/
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

.blog-sec .mobile-blog-slider {
    display: none;
}

@media (max-width: 991px) {
    .blog-sec .blog-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .blog-sec .blog-sec-col {
        width: 100%;
    }

    .blog-sec .mobile-blog-slider {
        display: block;
    }

    .blog-sec .full-view-blog {
        display: none;
    }

    .blog-sec .mobile-blog-slider .owl-stage {
        padding-left: 0 !important;
    }

    .blog-sec .blog-book-appointment-sec .blog-text a {
        display: block;
        color: #006d99;
    }

    .blog-sec .blog-book-appointment-sec {
        margin: 0px;
    }

    .blog-sec .blog-book-appointment-sec .blog-text {
        margin: 0;
    }
}

/*blog-section css ends*/
/*testimonial section css start*/

.testimonial-sec {
    background-color: #eff3f6;
    padding: 30px 0;
    font-family: 'Poppins', sans-serif !important;
}

.testimonial-sec-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.testimonial-video-box {
    position: relative;
    width: 100%;
}

.testimonial-box-img .testimonial-box-innrimg {
    max-width: 200px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-box-img {
    position: relative;
    /*height: 300px;*/
    overflow: hidden;
}

.testimonial-box-img iframe {
    width: 100%;
    height: 100%;
}

.testimonial-box-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 11, 11, 0.7);
    z-index: 1;
}

.testimonialbtn-play-videon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.testimonial-slider .shadow-effect {
    background: #fff;
    padding: 20px;
    text-align: left;
    border: 1px solid #ECECEC;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    position: relative;
    padding-top: 60px;
    margin-top: 40px;
}

.testimonial-slider .testimonial-user-img {
    position: absolute;
    top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    left: 40px;
}

.testimonial-slider .testimonial-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100% !important;
}

.testimonial-slider #customers-testimonials .shadow-effect p, .testimonial-slider #customers-testimonials-mobile .shadow-effect p {
    font-size: 14px;
    margin: 20px 0 17px 0;
    font-family: 'Poppins', sans-serif !important;
}

.testimonial-slider .testimonial-name {
    position: absolute;
    top: 0;
    right: 20px;
}

/*
.testimonial-slider #customers-testimonials .item {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-slider #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.testimonial-slider .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}

.testimonial-slider #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.testimonial-slider #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #585858;
    !*transform: translate3d(0px, -50%, 0px) scale(0.7);*!
    border-radius: 50%;
}

.testimonial-slider #customers-testimonials.owl-carousel .owl-dots {
    !*display: inline-block;
    width: 100%;*!
    text-align: center;
}

.testimonial-slider #customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-slider #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    !* transform: translate3d(0px, -50%, 0px) scale(0.3);*!
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

.testimonial-slider h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.testimonial-slider h4 span {
    font-size: 14px;
    font-weight: 400;
    color: #5c5c5c;
}

@media (min-width: 991px) {
    .testimonial-slider #customers-testimonials.owl-carousel .owl-dots {
        !*display: inline-block;
        width: 100%;*!
        text-align: center;
        position: absolute;
        left: 70%;
        bottom: 17%;
    }
}

@media (max-width: 991px) {
    .testimonial-sec .testimonial-video-box,
    .event-shadow-effect {
        margin-bottom: 30px;
    }

    .testimonial-slider .shadow-effect {
        margin-top: 70px;
    }
}

@media (max-width: 991px) {
    .testimonial-sec .testimonial-video-box,
    .event-shadow-effect {
        margin-bottom: 30px;
    }
}
*/

.testimonial-box-img img {
    max-width: 100% !important;
    /*height: 100% !important;
    object-fit: cover;*/
    margin: 0 !important;
}

.testimonial-slider #customers-testimonials .item, .testimonial-slider #customers-testimonials-mobile .item {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 80px;
    /*opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;*/
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial-slider #customers-testimonials-video .item {
    margin-bottom: 50px;
    padding-top: 50px;
}

.testimonial-slider #customers-testimonials .owl-item.active.center .item {
    /*opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);*/
}

.testimonial-slider .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}

.testimonial-slider #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.testimonial-slider #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span,
.testimonial-slider #customers-testimonials-video.owl-carousel .owl-dots .owl-dot.active span,
.testimonial-slider #customers-testimonials-video.owl-carousel .owl-dots .owl-dot:hover span,
.testimonial-slider #customers-testimonials-mobile.owl-carousel .owl-dots .owl-dot.active span,
.testimonial-slider #customers-testimonials-mobile.owl-carousel .owl-dots .owl-dot:hover span {
    background: #000;
    /*transform: translate3d(0px, -50%, 0px) scale(0.7);*/
    border-radius: 50%;
}

.testimonial-slider #customers-testimonials.owl-carousel .owl-dots, .testimonial-slider #customers-testimonials-video.owl-carousel .owl-dots, .testimonial-slider #customers-testimonials-mobile.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.testimonial-slider #customers-testimonials.owl-carousel .owl-dots .owl-dot, .testimonial-slider #customers-testimonials-video.owl-carousel .owl-dots .owl-dot, .testimonial-slider #customers-testimonials-mobile.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-slider #customers-testimonials.owl-carousel .owl-dots .owl-dot span, .testimonial-slider #customers-testimonials-video.owl-carousel .owl-dots .owl-dot span, .testimonial-slider #customers-testimonials-mobile.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3);*/
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

.testimonial-slider h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
}

.testimonial-slider h4 span {
    font-size: 14px;
    font-weight: 300;
}

@media (min-width: 991px) {
    .testimonial-slider #customers-testimonials.owl-carousel .owl-dots, .testimonial-slider #customers-testimonials-mobile.owl-carousel .owl-dots {
        /*display: inline-block;
        width: 100%;*/
        text-align: center;
        /*position: absolute;
        left: 70%;
        bottom: 17%;*/
    }
}

@media (max-width: 991px) {
    .testimonial-sec .testimonial-video-box,
    .event-shadow-effect {
        margin-bottom: 30px;
    }

    .testimonial-slider .shadow-effect {
        margin-top: 70px;
    }
}

@media (max-width: 991px) {
    .testimonial-sec .testimonial-video-box,
    .event-shadow-effect {
        margin-bottom: 30px;
    }

    .testimonial-sec {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .testimonial-slider #customers-testimonials .owl-stage, .testimonial-slider #customers-testimonials-mobile .owl-stage {
        padding-left: 0 !important;
    }

    .testimonial-slider #customers-testimonials .item, .testimonial-slider #customers-testimonials-mobile .item {
        padding-top: 0;
    }

    .testimonial-slider #customers-testimonials-mobile .item h4 span {
        font-size: 14px;
        font-weight: 300;
        display: block;
        margin-top: 20px;
    }

    .testimonial-slider #customers-testimonials-mobile .item h4 {
        font-size: 16px;
    }

}

@media (max-width: 767px) {
    .testimonial-slider .testimonial-user-img {
        top: -37px;
        width: 75px;
        height: 75px;
    }

    .testimonial-slider #customers-testimonials .item, .testimonial-slider #customers-testimonials-mobile .item {
        margin-bottom: 30px;
    }
}

/*testimonial section css ends*/
/*event-listing section css start*/
.event-listing-sec {
    padding: 30px 0 45px;
    background-color: #eff3f6;
    font-family: 'Poppins', sans-serif !important;
}

.event-listing-sec .event-listing-sec-title-desc {
    max-width: 1040px;
    margin: 0 auto;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 14px;
}

.event-listing-sec .event-listing-sec-title {
    font-size: 24px;
}

.event-listing-sec .event-listing-sec-row, .event-listing-sec .event-listing-sec-sub-row {
    display: flex;
    flex-wrap: wrap;
}

.event-listing-sec .event-listing-sec-col, .event-listing-sec .event-listing-sec-sub-col {
    margin-bottom: 30px;
}

.event-listing-sec .left-event-box {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    height: 100%;
}

.event-listing-sec .event-img-sec {
    float: left;
    width: 40%;
    position: relative;
}

.event-listing-sec .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-listing-sec .event-img {
    height: 100%;
}

.event-listing-sec .event-img-sec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.event-listing-sec .event-line {
    position: absolute;
    right: -2px;
    background-color: #91b74d;
    width: 5px;
    height: 70px;
    top: 20px;
    z-index: 1;
}

.event-listing-sec .event-name {
    font-weight: 600;
    font-size: 16px;
    color: #000000;

}

.event-listing-sec .event-desc {
    font-weight: 500;
    color: #000;
    font-size: 12px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    min-height: 100px;
    margin: 0 auto;
    /* font-size: 14px; */
    line-height: 1.4;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-shadow-effect p {
    font-size: 13px;
    color: #000;
}

.event-listing-sec .event-read-more {
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.event-listing-sec .btn-event-readmore {
    padding: 0;
    color: #006d99;
    font-weight: 600;
    font-size: 14px;

}

.event-listing-sec .btn-event-readmore span img {
    margin-left: 10px;
}

.event-listing-sec .event-desc-sec {
    float: left;
    width: 60%;
    background-color: #fff;
    padding: 15px 20px;
    text-align: left;
    position: relative;
}

.event-listing-sec .event-date-sec {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(46deg, #006d99, #b5c93a 97%);
    color: #fff;
    /* padding: 20px; */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    padding-top: 15px;
    line-height: 1.4;
    font-weight: 700;
    z-index: 1;
}

.event-listing-sec .event-date-sec p {

}

.event-listing-sec .event-shadow-effect {
    position: relative;
    background-color: #fff;
    padding-top: 60px !important;
    padding: 20px;
    box-shadow: 1px 0.5px 5px 0 rgba(0, 0, 0, 0.16);
    top: 50px;
    min-height: 450px;
    text-align: left;
}

.event-listing-sec .eventtestimonial-user-img {
    position: absolute;
    top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    left: 40px;
}

.event-listing-sec .eventtestimonial-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100% !important;
}

.event-listing-sec .eventtestimonial-name {
    position: absolute;
    top: 0;
    right: 20px;
}

.event-listing-sec .event-shadow-effect h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
}

.event-listing-sec .event-shadow-effect h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
    color: #5c5c5c;
}

.event-listing-sec .event-listing-book-appointment-sec {
    margin-top: 20px;
}

.event-listing-sec .event-listing-text {
    color: #000;
    font-family: 'Poppins', sans-serif !important;
}

.event-listing-sec .event-listing-text a {
    color: #000;
    font-weight: 400;
}

.event-listing-sec #event-listing-slider.owl-carousel .owl-dots .owl-dot.active span,
.event-listing-sec #event-listing-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: #585858;
    /*transform: translate3d(0px, -50%, 0px) scale(0.7);*/
    border-radius: 50%;
}

.event-listing-sec #event-listing-slider.owl-carousel .owl-dots {
    /*display: inline-block;
    width: 100%;*/
    text-align: center;
}

.event-listing-sec #event-listing-slider.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.event-listing-sec #event-listing-slider.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3);*/
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

.event-listing-sec #event-testimonial-slider.owl-carousel .owl-dots .owl-dot.active span,
.event-listing-sec #event-testimonial-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: #585858;
    /*transform: translate3d(0px, -50%, 0px) scale(0.7);*/
    border-radius: 50%;
}

.event-listing-sec #event-testimonial-slider.owl-carousel .owl-dots {
    /*display: inline-block;
    width: 100%;*/
    display: block;
    text-align: center;
    margin-top: 50px;
}

.event-listing-sec #event-testimonial-slider.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.event-listing-sec #event-testimonial-slider.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3);*/
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

.event-listing-sec #event-testimonial-slide .item {
    margin-bottom: 80px;
}

.event-listing-sec #event-testimonial-slider-full.owl-carousel .owl-dots .owl-dot.active span,
.event-listing-sec #event-testimonial-slider-full.owl-carousel .owl-dots .owl-dot:hover span {
    background: #585858;
    /*transform: translate3d(0px, -50%, 0px) scale(0.7);*/
    border-radius: 50%;
}

.event-listing-sec #event-testimonial-slider-full.owl-carousel .owl-dots {
    /*display: inline-block;
    width: 100%;*/
    display: block;
    text-align: center;
    margin-top: 50px;
}

.event-listing-sec #event-testimonial-slider-full.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.event-listing-sec #event-testimonial-slider-full.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3);*/
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

.event-listing-sec #event-testimonial-slide .item {
    margin-bottom: 80px;
}

.event-listing-sec .mobile-view-event-listing {
    display: none;
}

@media (min-width: 1920px) {
    .event-listing-sec .event-shadow-effect {
        min-height: 385px;
    }
}

@media (max-width: 767px) {
    .event-listing-sec .event-shadow-effect {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .event-listing-sec .left-event-box {
        height: auto;
    }

    .event-listing-sec .event-listing-sec-sub-col {
        margin-bottom: 0;
    }

    .event-listing-sec .full-view-event-listing {
        display: none;
    }

    .event-listing-sec .mobile-view-event-listing {
        display: block;
    }

    .event-listing-sec .mobile-view-event-listing .owl-stage {
        padding-left: 0 !important;
    }

    .event-listing-sec .left-event-box {
        display: block;
        float: none;
    }

    .event-listing-sec .event-img-sec, .event-listing-sec .event-desc-sec {
        width: 100%;
        float: none;
    }

    .event-listing-sec .event-img-sec {
        height: 150px;
    }

    .event-listing-sec .event-line {
        position: absolute;
        right: auto;
        background-color: #91b74d;
        max-width: 100px;
        transform: translateX(-50%);
        height: 5px;
        top: auto;
        z-index: 1;
        bottom: -2px;
        left: 50%;
        margin: 0 auto;
        width: 100%;
        /* text-align: center; */
    }

    .event-listing-sec .btn-event-readmore {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .event-listing-sec .btn-event-readmore span img {
        margin-bottom: 0;
        height: 12px;
    }

    .event-listing-sec .event-listing-text a {
        display: block;
        color: #006d99;
    }

    .event-listing-sec .event-listing-book-appointment-sec {
        margin-top: 40px;
    }

    .event-listing-sec .eventtestimonial-user-img {
        top: -38px;
        width: 75px;
        height: 75px;
    }
}

/*event-listing section css ends*/
/*business-forums section start*/
.business-forums-sec {
    padding: 30px 0 60px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif !important;
}

.business-forums-sec .business-forums-sec-title-desc {
    max-width: 1040px;
    margin: 0 auto;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 14px;
}

.business-forums-sec .business-forums-sec-title {
    font-size: 24px;
}

.business-forums-sec .business-forums-sec-row {
    display: flex;
    flex-wrap: wrap;
}

.business-forums-sec .business-forums-sec-col {
    margin-bottom: 30px;
}

.business-forums-sec .business-forums-box {
    background-color: #fafafa;
    padding: 15px 20px;
    box-shadow: 1px 0.5px 5px 0 rgba(0, 0, 0, .16);
    height: 100%;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
}

.business-forums-sec .forums-title-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.business-forums-sec .forums-title {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.business-forums-sec .forums-desc {
    position: relative;
    padding-left: 20px;
}

.business-forums-sec .forums-desc p {
    font-size: 12px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 100%;
    min-height: 100px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2em;
}

.business-forums-sec .forums-desc:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background-color: #006d99;
    position: absolute;
}

.business-forums-sec .forumssub-title p {
    color: #006d99;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;

    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;*/
}

.business-forums-sec .forumsview-more-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    padding-top: 10px;
}

.business-forums-sec .btn-view-topic {
    color: #b5c93a;
    font-weight: 600;
    padding: 0;
    font-size: 14px;
    display: flex;
    align-items: center;

}

.business-forums-sec .forumsview-more-sec .forums-name {
    font-size: 12px;
    color: #000000;
}

.business-forums-sec .btn-view-topic span img {
    margin-left: 10px;
}

.business-forums-sec #business-forums-slider.owl-carousel .owl-dots .owl-dot.active span,
.business-forums-sec #business-forums-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: #585858;
    /*transform: translate3d(0px, -50%, 0px) scale(0.7);*/
    border-radius: 50%;
}

.business-forums-sec #business-forums-slider.owl-carousel .owl-dots {
    /*display: inline-block;
    width: 100%;*/
    text-align: center;
}

.business-forums-sec #business-forums-slider.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.business-forums-sec #business-forums-slider.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3);*/
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

.business-forums-sec .mobile-view-business-forums {
    display: none;
}

@media (max-width: 991px) {
    .business-forums-sec .forums-name {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .business-forums-box,
    .photo-gallery-video-box-slider {
        margin-bottom: 30px;
    }

    .business-forums-sec {
        padding: 30px 0;
    }

    .business-forums-sec .full-view-business-forums {
        display: none;
    }

    .business-forums-sec .mobile-view-business-forums {
        display: block;
    }

    .business-forums-sec .mobile-view-business-forums .owl-stage {
        padding-left: 0 !important;
    }

    .business-forums-sec .btn-view-topic span img {
        height: 12px;
        margin-bottom: 0;
    }
}

/*business-forums section ends*/
/*photo/video gallery section start*/
.photo-gallery-sec {
    background-color: #fafafa;
    padding: 30px 0 70px;
    font-family: 'Poppins', sans-serif !important;
}

.photo-gallery-sec .photo-gallery-sec-title {
    font-size: 24px;
    margin-bottom: 50px;
}

.photo-gallery-sec .shadow-effect {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

#photo-gallery-video-box .shadow-effect p, #photo-gallery-video-mobile-box .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

#photo-gallery-video-box .testimonial-name, #photo-gallery-video-mobile-box .testimonial-name {
    background: #fff;
    padding: 9px 15px;
    border-radius: 0;
    text-align: left;
    color: #006d99;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    font-weight: 400;
    height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Poppins Regular', sans-serif !important;
}

#photo-gallery-video-box .item, #photo-gallery-video-mobile-box .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 50px;
    /*opacity: .2;
-webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

#photo-gallery-video-box .owl-item.active.center .item, #photo-gallery-video-mobile-box .owl-item.active.center .item {
    opacity: 1;
    /*-webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);*/
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#photo-gallery-video-box.owl-carousel .owl-dots .owl-dot.active span,
#photo-gallery-video-box.owl-carousel .owl-dots .owl-dot:hover span,
#photo-gallery-video-mobile-box.owl-carousel .owl-dots .owl-dot.active span,
#photo-gallery-video-mobile-box.owl-carousel .owl-dots .owl-dot:hover span {
    background: #585858;
    /*transform: translate3d(0px, -50%, 0px) scale(0.7);*/
}

#photo-gallery-video-box.owl-carousel .owl-dots, #photo-gallery-video-mobile-box.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#photo-gallery-video-box.owl-carousel .owl-dots .owl-dot, #photo-gallery-video-mobile-box.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#photo-gallery-video-box.owl-carousel .owl-dots .owl-dot span, #photo-gallery-video-mobile-box.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    /*transform: translate3d(0px, -50%, 0px) scale(0.3);*/
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}


#photo-gallery-video-box .btn-play-videon, #photo-gallery-video-mobile-box .btn-play-videon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#photo-gallery-video-box .video-img-box, #photo-gallery-video-mobile-box .video-img-box {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}

#photo-gallery-video-box .video-img-box iframe, #photo-gallery-video-mobile-box .video-img-box iframe {
    width: 100%;
    height: 100%;
}

#photo-gallery-video-box .video-banner, #photo-gallery-video-mobile-box .video-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100% !important;
}

#photo-gallery-video-box .video-img-box:before, #photo-gallery-video-mobile-box .video-img-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 2, 2, 0.71);
    z-index: 1;
}

/*gallery slider*/
#photo-gallery-box .shadow-effect p, #photo-gallery-mobile-box .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

#photo-gallery-box .testimonial-name, #photo-gallery-mobile-box .testimonial-name {
    background: #fff;
    padding: 9px 15px;
    border-radius: 0;
    text-align: left;
    color: #006d99;
    font-weight: 400;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Poppins Regular', sans-serif !important;
}

#photo-gallery-box .item, #photo-gallery-mobile-box .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 50px;
    /*opacity: .2;
-webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

#photo-gallery-box .owl-item.active.center .item, #photo-gallery-mobile-box .owl-item.active.center .item {
    opacity: 1;
    /*-webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);*/
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#photo-gallery-box.owl-carousel .owl-dots .owl-dot.active span,
#photo-gallery-box.owl-carousel .owl-dots .owl-dot:hover span,
#photo-gallery-mobile-box.owl-carousel .owl-dots .owl-dot.active span,
#photo-gallery-mobile-box.owl-carousel .owl-dots .owl-dot:hover span {
    background: #585858;
    /*transform: translate3d(0px, -50%, 0px) scale(0.7);*/
}

#photo-gallery-box.owl-carousel .owl-dots, #photo-gallery-mobile-box.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#photo-gallery-box.owl-carousel .owl-dots .owl-dot, #photo-gallery-mobile-box.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#photo-gallery-box.owl-carousel .owl-dots .owl-dot span, #photo-gallery-mobile-box.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    /*transform: translate3d(0px, -50%, 0px) scale(0.3);*/
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

#photo-gallery-box .btn-play-videon, #photo-gallery-mobile-box .btn-play-videon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#photo-gallery-box .video-img-box, #photo-gallery-mobile-box .video-img-box {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}

#photo-gallery-box .video-banner, #photo-gallery-mobile-box .video-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100% !important;
}

#photo-gallery-box .video-img-box:before, #photo-gallery-mobile-box .video-img-box:before {
    display: none
}

.photo-video-banner-sec img {
    /*width: 100%;
    height: 100%;
    object-fit: cover;*/
    max-width: 100%;
}

.photo-video-banner-sec {
    position: relative;
    width: 100%;
    /*height: 253px;*/
    margin-top: 30px;
}

.photo-video-banner-sec .banner-text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
}

.photo-gallery-sec .photo-video-banner-mobilesec {
    display: none;
}

.photo-gallery-sec .photo-video-banner-mobilesec img {
    max-width: 100%;
    width: 100%;
}

#mobileDiv {
    display: none;
}

#DesktopDiv {
    display: block;
}

@media (max-width: 767px) {
    .photo-gallery-sec .photo-video-banner-mobilesec {
        display: block;
        margin-bottom: 40px !important;
        margin: 0 -15px;
    }

    .photo-gallery-sec .photo-video-banner-fullview {
        /*display: none;*/
    }

    .photo-gallery-sec .photo-video-banner-fullview .col-sm-6 {
        padding: 0;
    }

    .photo-gallery-sec .owl-stage {
        padding-left: 0 !important;
    }

    .photo-gallery-sec {
        padding: 30px 0;
    }

    #mobileDiv {
        display: block;
    }

    #DesktopDiv {
        display: none;
    }

    .bofweek {
        font-size: 22px;
    }

    .bussines-of-week .btn-hardwaretools-sec {
        padding-top: 5px !important;
    }
}

/*photo/video gallery section start*/
/*modal css*/
.custom-modal .modal-img-sec {
    max-width: 200px;
    margin: 0 auto;
}

.custom-modal .modal-img-sec img {
    max-width: 100%;
}

.custom-modal .modal-body {
    position: relative;
    padding: 50px 20px;
    background-color: #b5e7ed;
    text-align: center;
}

.custom-modal .modal-title {
    color: #d02150;
    font-weight: bold;
    margin: 20px 0;
    font-size: 40px;
}

.custom-modal .modal-subtitle {
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 20px;
}

.custom-modal .btn-claim {
    background-color: #1800cc;
    color: #fff;
    border-radius: 20px;
    padding: 5px 30px;
    margin: 30px 0;
}

.custom-modal .offer-valid {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.custom-modal .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.custom-modal .close {
    color: #fff;
    position: absolute;
    right: -20px;
    /* z-index: 99999999; */
    opacity: 1;
}

/*modal css ends*/
/*modal-img css starts*/
.custom-modalimg .close {
    color: #fff;
    position: absolute;
    right: -20px;
    /* z-index: 99999999; */
    opacity: 1;
}

.custom-modalimg .close:focus {
    outline: none;
}

.custom-modalimg .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: auto;
    margin: 0;
}

.custom-modalimg .modal-body {
    padding: 0;
    border-radius: 0;
    background-color: #b5e7ed;
}

.custom-modalimg .modal-img-sec {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.custom-modalimg .modal-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .custom-modalimg .close {
        right: 5px;
        top: -30px;
    }

    .custom-modalimg .modal-dialog {
        width: 100%;
    }
}

/*modal-img css ends*/
/*offers-section start*/
.offers-sec {
    padding: 30px 0 50px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif !important;
}

.offers-sec .offers-sec-title-desc {
    max-width: 1040px;
    margin: 0 auto;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 14px;
}

.offers-sec .offers-sec-title {
    font-size: 24px;
}

.offer-shadow-effect {
    background: #fff;
    padding: 0px;
    border-radius: 0px;
    /*text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    height: 280px;*/
    overflow: hidden;
    position: relative;
}

.offer-shadow-effect iframe {
    width: 100%;
    height: 100%;
}

#offer-testimonials .item, #offer-mobile-testimonials .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 50px;
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
}

#offer-testimonials .owl-item.active.center .item, #offer-mobile-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
    -webkit-filter: blur(0px) !important;
    filter: blur(0px) !important;
}

#offer-testimonials.owl-carousel .owl-item img, #offer-mobile-testimonials.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 100%;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.offers-titlesec {
    margin-bottom: 50px;
}

#offer-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#offer-testimonials.owl-carousel .owl-dots .owl-dot:hover span,
#offer-mobile-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#offer-mobile-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #585858;
    /* transform: translate3d(0px, -50%, 0px) scale(0.7);*/
}

#offer-testimonials.owl-carousel .owl-dots, #offer-mobile-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#offer-testimonials.owl-carousel .owl-dots .owl-dot, #offer-mobile-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#offer-testimonials.owl-carousel .owl-dots .owl-dot span, #offer-mobile-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #b7b7b7;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    /* transform: translate3d(0px, -50%, 0px) scale(0.3);*/
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

/*offers-section ends*/
/*custom-modal-video css start*/
.custom-modal-video .modal-body {
    padding: 0;
}

.custom-modal-video .modal-body iframe {
    width: 100%;
    display: block;
}

.custom-modal-video .close {
    position: absolute;
    top: 0;
    right: -20px;
    opacity: 1;
    color: #fff;
}

.custom-modal-video .close:focus {
    outline: none;
}

@media (min-width: 768px) {
    .custom-modal-video .modal-dialog {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
    }
}

@media (max-width: 767px) {
    .custom-modal-video .modal-dialog {
        top: 50%;
        transform: translateY(-50%) !important;
        margin: 0 25px;
    }

    #offer-testimonials .owl-stage {
        /*padding-left: 0!important;*/
    }
}

/*custom-modal-video css ends*/
/*custom container css start*/
@media (min-width: 1200px) {
    .business-listing-section .container, .advisory-block-section .container, .blog-section .container, .testimonial-section .container, .event-listing-section .container, .business-forums-section .container, .photo-gallery-section .container, .our-guiding-sec .container, .homestatic_banners-sec .container, .home-category-panel-sec .container {
        width: 90%;
    }
}

/*custom container  css ends*/
.bofweek {
    width: 111.5px;
    height: 15px;
    object-fit: contain;

    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #006d99;
    text-align: left;
    margin-left: 13px;
}

@media (min-width: 1600px) {
    .bussines-of-week .btn-hardwaretools-sec {
        padding: 12px 15px 12px 50px;
    }

    .bofweek {
        font-size: 17px !important;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .bussines-of-week .btn-hardwaretools-sec {
        padding: 10px 15px 10px 60px;
    }

    .bofweek {
        font-size: 11px !important;
    }
}

/*custom css for row*/
.business-listing-section .row:after, .business-listing-section .row:before, .advisory-block-section .row:after, .advisory-block-section .row:before, .blog-section .row:after, .blog-section .row:before, .testimonial-section .row:after, .testimonial-section .row:before, .event-listing-section .row:after, .event-listing-section .row:before, .business-forums-section .row:after, .business-forums-section .row:before, .photo-gallery-section .row:after, .photo-gallery-section .row:before {
    display: block;
    content: " ";
}

.business-listing-title, .business-forums-sec .business-forums-sec-title, .advisory-block-sec .advisory-block-sec-title, .offers-sec .offers-sec-title, .blog-sec .blog-sec-title, .event-listing-sec .event-listing-sec-title, .photo-gallery-sec .photo-gallery-sec-title, .testimonial-sec-title {
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}

.business-listing-box-sec .business-listing-desc, .business-forums-sec .forums-title, .business-forums-sec .forumsview-more-sec .forums-name, .business-forums-sec .forums-desc p, .advisory-box .advisory-box-detail .advisory-box-desc, .blog-sec .blog-title-line, .event-listing-sec .event-desc, .event-shadow-effect p {
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}

.our-guiding-sec {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .business-listing-tab-section .business-listing-col {
        width: 100%;
    }

    #offer-testimonials .item {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale3d(0.95, 0.95, 1);
        transform: scale3d(0.95, 0.95, 1);
    }

    #offer-mobile-testimonials .item {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale3d(0.95, 0.95, 1);
        transform: scale3d(0.95, 0.95, 1);
    }

}

.business-listing-sec .title-desc, .business-forums-sec .business-forums-sec-title-desc, .advisory-block-sec .advisory-block-sec-title-desc, .offers-sec .offers-sec-title-desc, .blog-sec .blog-sec-title-desc, .event-listing-sec .event-listing-sec-title-desc {
    font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 1200px) {
    .advisory-box .advisory-box-detail .advisory-box-desc, .business-forums-sec .forums-desc p {
        /*height: 95px;*/
    }

    .bussines-of-week .btn-hardwaretools-sec {
        height: 49px;
    }
}

@media (min-width: 1200px) {
    .business-listing-title, .business-forums-sec .business-forums-sec-title, .advisory-block-sec .advisory-block-sec-title, .offers-sec .offers-sec-title, .blog-sec .blog-sec-title, .event-listing-sec .event-listing-sec-title, .photo-gallery-sec .photo-gallery-sec-title, .testimonial-sec-title {
        font-size: 26px;
    }

    .business-listing-sec .title-desc, .business-forums-sec .business-forums-sec-title-desc, .advisory-block-sec .advisory-block-sec-title-desc, .offers-sec .offers-sec-title-desc, .blog-sec .blog-sec-title-desc, .event-listing-sec .event-listing-sec-title-desc {
        max-width: 1080px;
        font-size: 15.5px;
        color: #000000;
    }

    .business-listing-box-sec .business-listing-desc, .business-forums-sec .forums-title, .business-forums-sec .forumsview-more-sec .forums-name, .business-forums-sec .forums-desc p, .advisory-box .advisory-box-detail .advisory-box-desc, .blog-sec .blog-title-line, .event-listing-sec .event-desc, .event-shadow-effect p, .bofweek {
        font-size: 14px;
    }

    .advisory-box .advisory-box-detail .user-name {
        font-size: 18px;
    }
}

.business-listing-title strong, .business-forums-sec .business-forums-sec-title strong, .advisory-block-sec .advisory-block-sec-title strong, .offers-sec .offers-sec-title strong, .blog-sec .blog-sec-title strong, .event-listing-sec .event-listing-sec-title strong, .photo-gallery-sec .photo-gallery-sec-title strong, .testimonial-sec-title strong {
    font-weight: 700 !important;
}

/*.business-listing-title, .business-forums-sec .business-forums-sec-title, .advisory-block-sec .advisory-block-sec-title, .offers-sec .offers-sec-title, .blog-sec .blog-sec-title, .event-listing-sec .event-listing-sec-title, .photo-gallery-sec .photo-gallery-sec-title, .testimonial-sec-title {
    font-family: 'Poppins', sans-serif !important;
}*/

@media (max-width: 767px) {
    .advisory-box .advisory-box-detail .advisory-box-desc, .business-forums-sec .forums-desc p, .event-listing-sec .event-desc {
        height: 127px;
        -webkit-line-clamp: 7;
    }

    .blog-sec .blog-title {
        min-height: 80px;
    }

    .business-forums-sec .forumssub-title p {
        min-height: 45px;
    }

    .testimonial-slider #customers-testimonials .shadow-effect p, .testimonial-slider #customers-testimonials-mobile .shadow-effect p {
        height: 127px;
        -webkit-line-clamp: 7;
        margin-top: 20px;
        margin-bottom: 1.5em !important;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        line-height: 1.4;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .event-listing-sec .event-desc {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .testimonial-slider #customers-testimonials .shadow-effect p, .testimonial-slider #customers-testimonials-mobile .shadow-effect p {
        display: block;
        display: -webkit-box;
        max-width: 100%;
    / min-height: 100 px;
    / margin: 0 auto;
    / font-size: 14 px;
    / height: 60 px;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .testimonial-sec {
        padding: 30px 0 50px 0;
    }

    .testimonial-video-box {
        /* padding-top: 20px;*/
    }

    .testimonial-slider .shadow-effect {
        height: 260px;
    }

    .testimonial-box-img {
        height: 300px;
    }

    .testimonial-slider .owl-carousel .owl-item img {
        height: 100%;
        object-fit: cover;
    }

    .testimonial-slider #customers-testimonials-video .item {
        margin-bottom: 80px;
    }

    .event-listing-sec-sub-row.row {
        height: 100%;
    }

    .event-listing-sec .event-shadow-effect {
        min-height: 100%;
    }

    #event-testimonial-slider-full .owl-stage-outer {
        overflow: visible;
        height: calc(100% - 80px);
    }

    #event-testimonial-slider-full, #event-testimonial-slider-full .owl-stage, #event-testimonial-slider-full .owl-item, #event-testimonial-slider-full .item {
        height: 100%;
    }

    .event-listing-sec #event-testimonial-slider-full.owl-carousel .owl-dots {
        margin-top: 80px;
    }

    .event-listing-sec-col {
        margin-bottom: 0;
    }
}

.dataTables_filter input[type="search"] {
    width: 80%;
    position: relative;
    background-color: transparent;
    border-radius: 20px;
    box-sizing: border-box;
    border-color: #d7d7d7;
    font-size: 12px;
    height: 34px;
    padding-left: 20px;
    outline: none;
}

.btn-orange {
    background-color: #ff8033;
    color: #ffffff;
    border-radius: 20px;
    font-size: 12px;
    padding: 8px 20px;
    margin-left: 20px;
}

.btn-orange:hover {
    background-color: #b5c93a;
    color: #ffffff;
}

.modal-dialog.bg-blue-modal.delete-blue-modal {
    max-width: 500px;
}

.bg-blue-modal .modal-content {
    background-color: unset;
    border: 0;
    border-radius: 20px;
}

.bg-blue-modal .modal-header, .bg-blue-modal .modal-body {
    background-color: rgba(0, 109, 153, 1);
    border: 0;
}

.bg-blue-modal .modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0;
}

.bg-blue-modal .modal-header .close {
    color: #ffffff !important;
    font-weight: 400;
    padding: 10px 15px 0 0 !important;
    outline: none;
    opacity: 1 !important;
    font-size: 14px;
}

.bg-blue-modal .modal-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.delete-modal {
    padding: 30px 10px;
    text-align: center;
}

.bg-blue-modal .modal-body h5 {
    color: #ffffff;
    font-size: 14px;
}

.bg-blue-modal .modal-body h5 {
    font-weight: 400;
}

.delete-modal .delete-modal-title h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px !important;
}

.delete-modal .delete-modal-desc {
    margin-bottom: 40px;
}

.delete-modal .delete-modal-btn-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delete-modal .delete-modal-btn-section .btn-close {
    margin-right: 20px;
}

.bg-blue-modal .btn.btn-link {
    color: #ffffff;
    text-decoration: none;
    margin: unset;
}

.bg-blue-modal .btn-white {
    background-color: #ffffff;
    border-radius: 20px;
    color: rgba(0, 109, 153, 1);
    padding-right: 25px;
    padding-left: 25px;
}

.bg-blue-modal .btn-white {
    font-weight: 600;
    min-width: 160px;
    border-radius: 30px;
}

.delete-modal .delete-modal-btn-section .btn-delete button {
    border-radius: 30px;
    padding: 7px 60px !important;
}

.bg-blue-modal button.btn.btn-white:hover {
    background-color: #b5c93a;
    color: #ffff;
}

@media (max-width: 1399px) {
    .bg-blue-modal .modal-body h5 {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .bg-blue-modal {
        width: auto !important;
        max-width: 500px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 10rem auto;
    }
}

.supplier-nav {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 6px solid #ECE0FD !important;
    flex: 1;
    padding-right: 170px;
}

.supplier-nav li {
    margin-right: 80px;
    margin-bottom: -6px;
}

.supplier-nav li a {
    border-bottom: 6px solid transparent !important;
    color: #0E6796 !important;
    font-weight: 700;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
}

.supplier-nav > li.active > a, .supplier-nav > li.active > a:focus, .supplier-nav > li.active > a:hover {
    color: #0E6796 !important;
    border-bottom: 6px solid #0E6796 !important;
}

.m-0 {
    margin: 0 !important;
}

.leadFrontClass {
    background-color: #f9fcfe;
    padding-top: 25px;
}

.leadFrontClass .filter-header {
    padding: 0 1px;
}

.leadFrontClass .filter-view .filter-text {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .supplier-nav {
        padding-right: 0;
    }

    .supplier-nav li {
        width: 50%;
        text-align: center;
        margin-right: 0;
        margin-bottom: -6px;
    }

    .s-input input {
        width: 150px !important;
    }

    .modal-backdrop.in {
        z-index: 9999;
    }

    .leadFrontClass {
        background-color: #ffffff;
        padding-top: 25px;
    }

    .squaremenu a::before {
        top: -28px;
    }
}

.homepage-lead-section {
    background-color: #fcfcfc;
    padding: 30px 0;
}

.homepage-lead-section h1 {
    margin-top: 0;
    margin-bottom: 30px;
}

.homepage-lead-section .btn-div {
    width: 100%;
    display: block;
    margin: 10px 0;
    text-align: center;
}

.homepage-lead-section .btn_more {
    background: #006d99;
    padding: 10px 30px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    border: 0;
}