﻿@charset "UTF-8";
@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

body {
    margin: 1px auto 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #666;
}

    a:focus, a:hover {
        color: #444545;
        text-decoration: none;
    }

h1 {
    font-size: 36px;
}

h2 {
    color: #666;
    font-size: 28px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 18px;
}

ol {
    margin-left: 20px;
}

    ol li {
        padding-bottom: 12px;
        list-style-type: decimal-leading-zero;
    }

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.tp-main-div {
    padding: 10px 0;
    background-color: #306095;
    position: relative;
    z-index: 9;
}


.banner-area {
    background-image: url(/images/banner_bg.png);
    border-bottom: 1px solid #eee;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 45px;
}

.banner-text h1 {
    font-weight: 800;
    color: #3e3e3e;
    font-size: 30px;
    margin: 0;
}

.banner-rating p {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin: 0;
    padding: 15px 0;
}


    .banner-rating p span {
        color: #f89b12;
    }

.banner-social-icons a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: #000;
    vertical-align: middle;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
}

.banner-social-icons-area {
    display: flex;
    align-items: center;
}

.bnr-testi-count p {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    color: #306095;
    padding-right: 15px;
}

.bnr-facebook {
    background-color: #3b579d !important;
    box-shadow: 0 5px 15px rgba(59, 87, 157,0.2);
}

.bnr-google {
    background-color: #ea4335 !important;
    box-shadow: 0 5px 15px rgba(234, 67, 53,0.2);
}

.bnr-repugen {
    background-color: #4fb7ac !important;
    box-shadow: 0 5px 15px rgba(79, 183, 172,0.2);
}

.banner-social-icons a {
    margin-right: 7px;
}

.bnr-repugen img {
    width: 26px;
}

.banner-social-icons a:hover {
    box-shadow: none;
    transform: scale(0.95);
}

.review-company-logo {
    text-align: right;
}

    .review-company-logo img {
        max-width: 200px;
    }

.banner-content {
    padding: 75px 0 95px;
}

.single-review-block {
    border: 1px solid #e6eeff;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s all;
    margin: 15px 0;
}

    .single-review-block:hover {
        border: 1px solid #fff;
        box-shadow: 0 5px 25px rgba(0,0,0,0.065)
    }

.tp-rating-time-area {
    display: flex;
}

.tp-rating-area p {
    font-weight: 800;
    font-size: 19px;
    color: #6e6e6e;
}

    .tp-rating-area p span {
        color: #f89b12;
        font-size: 16px;
        vertical-align: top;
    }

.tp-time-area {
    margin-left: auto;
    font-weight: 600;
    color: #c5c5c5;
}

    .tp-time-area p {
        color: #c5c5c5;
    }

.main-review-detail p {
    font-size: 14px;
    font-weight: 400;
    color: #909090;
}

.reviewer-name p {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
}

.btm-reviewer-detail p {
    margin: 0;
    font-weight: 600;
}

.read-full-review {
    margin-left: auto;
}

    .read-full-review a {
        color: #4fb7ac;
        font-weight: 600;
        font-style: italic;
    }

        .read-full-review a:hover {
            color: #306095;
        }

.btm-reviewer-detail {
    display: flex;
    align-items: center;
}

.main-review-detail {
    min-height: 90px;
}

.side-bar-area h2 {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 25px;
}

.side-bar-area {
    border: 1px solid #e6eeff;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s all;
    margin: 15px 0;
}

.side-icon i {
    font-size: 20px;
    color: #306095;
}

.side-icon {
    width: 40px;
    vertical-align: middle;
    padding-top: 5px;
}

.sidebar-text {
    flex-basis: calc(100% - 45px);
}

    .sidebar-text p {
        color: #818181;
        font-weight: 500;
    }

.single-sidebar {
    display: flex;
    margin-bottom: 15px;
}

.sidebar-text p a {
    color: #306095;
}

.trusted-badge-main {
    padding: 15px;
    background-color: #306095;
    border-radius: 10px;
}

.badge-text p {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
    padding-left: 8px;
}

.badge-text {
    overflow: hidden;
}

.badge-img {
    float: left;
    margin-top: 15px;
}

    .badge-img img {
        width: 110px;
    }




.modal-title {
    font-weight: 800;
    font-size: 19px;
    color: #6e6e6e;
}

    .modal-title span {
        color: #f89b12;
        font-size: 16px;
        vertical-align: top;
    }

.modal .close {
    width: 40px;
    height: 40px;
    background-color: #f22727;
    opacity: 1;
    padding: 0;
    color: #fff;
    display: inline-block;
    float: none;
    margin: 0;
    border-radius: 5px;
    transition: 0.3s all;
}

    .modal .close:hover {
        background-color: #C41B1B;
        color: #fff !important;
        opacity: 1 !important;
    }


@media(max-width:767px) {
    .banner-text {
        text-align: center;
    }

    .banner-social-icons-area {
        display: block;
    }

    .bnr-testi-count {
        margin-bottom: 15px;
    }

    .banner-social-icons a {
        margin: 0 3px;
    }

    .bnr-testi-count p {
        padding-right: 0;
    }

    .banner-text h1 {
        font-size: 24px;
    }

    .banner-content {
        padding: 44px 0 55px;
    }

    .review-company-logo {
        text-align: center;
        margin-bottom: 25px;
    }

    .tp-rating-time-area {
        display: block;
    }

    .tp-rating-area p {
        margin: 0;
    }

    .badge-img {
        float: none;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .badge-text p {
        text-align: center;
    }
}
.hidden {
    display: none !important;
}
div#ScrappedList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}




/*pagination*/

.pagination-box {
    background-color: #a8dbd6;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}

    .pagination-box a {
        display: inline-block;
        color: #fff;
        text-align: center;
        line-height: 35px;
        padding: 2px 13px;
        text-decoration: none;
        position: relative;
        min-width: 40px;
        transition: 0.3s all;
    }

.page-block {
    display: inline-block;
    color: #fff;
    /*background-color: #4fb7ac;*/
    text-align: center;
    line-height: 35px;
    padding: 2px 13px;
    text-decoration: none;
    position: relative;
    min-width: 40px;
    margin: 0 10px;
    vertical-align: top;
    border-radius: 5px;
    transition: 0.3s all;
}

.pagination {
    display: flex;
    list-style: none;
}

.pagination-box a.active-page, .pagination-box a:hover {
    background-color: #4fb7ac;
}

.page-block:hover {
    color: #fff;
    text-decoration: none;
}

.pagination-block {
    margin-top: 35px;
    text-align: center;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4fb7ac !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

@media(max-width:767px) {
    .page-block {
        line-height: 30px;
        font-size: 13px;
        padding: 2px 11px;
        min-width: 0;
    }

    .pagination-box a {
        line-height: 30px;
        font-size: 13px;
        padding: 2px 11px;
        min-width: 0;
    }
}


/*pagination END*/


.loaderimg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    background-color: rgba(255,255,255,0.6);
}

.loaderimg img {
   margin-top: 20%;
}
span.modal-rating-text {
    color: #666 !important;
    vertical-align: top !important;
  
}

.modal-title span {
    color: #f89b12;
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
}
.readmore {
    font-size:14px !important;
}

a.social-media-link.smmlink[href="#"],#modal-container-1 a.social-media-link.smmlink{
    pointer-events: none;
}
@media (max-width: 767px)
{
.page-block {
    line-height: 30px;
    font-size: 13px;
    padding: 2px 11px;
    min-width: 0;
    flex-wrap: wrap;
}}