.membership-features-heading h3 {
  font-weight: 100;
  color: #00a9ea;
  font-size: 20px;
  padding-top: 25px;
  text-align: center;
}

.membership-features-heading {
    border: solid 1px #eee;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 0;
    height: 145px;
    background: #f8f8f8
}

.silver-membership-pricing h2 {
    color: black;
    margin-top: 8px;
    margin-bottom: 10px
}

.gold-membership-pricing h2 {
    color: black;
    margin-top: 8px;
    margin-bottom: 0
}

.free-membership-pricing h2 {
    color: black;
    margin-top: 8px;
    margin-bottom: 0
}

.free-membership-pricing {
    padding-top: 28px
}

.pay-now-btn {
    padding: 0;
    margin-top: 10px;
    height: 28px;
    width: 85px;
    background-color: #eee;
    font-weight: 500
}

.membership-item {
    height: 90px;
    border-bottom: 1px solid #eee;
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

@media screen and (max-width:1200px) {
    .membership-item {
        height: 140px
    }
}

.membership-property {
    border-left: 1px solid #eee;
    padding-top: 14px
}

.pricing-row {
    border-left: 1px solid #fff;
    border-radius: 5px 5px 5px 5px
}

.gold-pricing-row {
    box-shadow: 0 0 15px 0 #00a9ea;
    z-index: 1
}

.silver-pricing-row:hover,
.gold-plus-pricing-row:hover {
    box-shadow: 0 0 15px 5px silver;
    border-radius: 5px 5px 5px 5px;
    z-index: 1
}

.free-membership-row:hover {
    box-shadow: 0 0 15px 5px silver;
    z-index: 1
}

.silver-membership-item {
    padding-top: 8px;
    border-bottom: 1px solid #fff;
    text-align: center !important
}

.gold-membership-item {
    padding-top: 8px;
    border-bottom: 1px solid #fff;
    text-align: center !important
}

.free-membership-item {
    padding-top: 8px;
    border-bottom: 1px solid #fff;
    text-align: center !important
}

.gold-membership-item:nth-child(2n+1) {
    background-color: #f8f8f8
}

.gold-membership-item:nth-child(2n) {
    background: rgba(205, 90, 64, 0.37) !important;
    /* background: rgba(0, 154, 234, 0.2) !important */
}

.silver-membership-heading {
    border-bottom: 1px solid #b2b2b2;
    height: 45px;
    border-radius: 5px 5px 0 0;
    padding-top: 3px
}

@media screen and (max-width:1200px) {
    .silver-membership-heading {
        height: 45px
    }
}

.gold-membership-heading {
    border: 1px 1px 0 1px solid #eee;
    height: 45px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #eee;
    padding-top: 3px;
    color: #cb5840  !important
}

@media screen and (max-width:1200px) {
    .gold-membership-heading {
        height: 45px
    }
}

.free-membership-heading {
    border-bottom: 1px solid #eee;
    height: 30px;
    border-radius: 5px 5px 0 0;
    padding-top: 3px;
    background-color: #eee !important;
    color: #666 !important
}

@media screen and (max-width:1200px) {
    .free-membership-heading {
        height: 45px
    }
}

.free-membership-row {
    border-radius: 5px 5px 0 0
}

.free-membership-head {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 140px;
    border-radius: 5px 5px 0 0
}

.gold-membership-head {
    height: 145px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.silver-membership-head {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    height: 145px;
    border-radius: 5px 5px 0 0
}

.silver-pricing-row {
    border-radius: 5px 5px 0 0;
    border-left: 1px solid #eee
}

.last-gold-plus-item,
.last-gold-item,
.last-silver-item {
    height: 100px;
    border-radius: 0 0 5px 5px;
    padding-top: 15px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.last-free-item {
    background: rgba(0, 154, 234, 0.1);
    height: 100px;
    border-radius: 0 0 5px 5px;
    padding-top: 15px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee
}

@media screen and (max-width:767px) {
    .pricing-desktop-view {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .pricing-mobile-view {
        display: none !important
    }
}

.pricing-desktop-view {
    font-size: 14px
}

.pricing-table {
    color: #666
}

.pricing-table tr {
    height: 50px
}

.pricing-table tr td {
    padding-top: 15px !important;
    vertical-align: middle !important
}

.pricing-table tr:nth-child(2n+1) {
    background-color: #f8f8f8
}

.gold-membership-head {
    background-color: #f8f8f8
}

.silver-membership-head {
    background-color: #f8f8f8
}

.free-membership-head {
    background-color: #f8f8f8
}

.gold-membership-heading {
    background-color: #f8f8f8;
    color: black;
    border-bottom: 1px solid goldenrod
}

.silver-membership-heading {
    /* background-color: #eee; */
    color: black;
    text-align: center;
}

.free-membership-heading {
    background-color: #eee;
    color: black
}

.plan-duration {
    font-size: 90%;
    margin-top: 5px
}

.plan-monthly-price {
    font-size: 80%;
    margin-top: 1px
}

.gold-plus-membership-item:nth-child(2n) {
    background-color: #ddd;
    color: #333
}

.gold-plus-membership-item {
    padding-top: 8px;
    border-bottom: 1px solid #fff;
    text-align: center !important
}

.silver-membership-item:nth-child(2n) {
    background-color: #ddd;
    color: #333
}

.free-membership-item:nth-child(2n) {
    background-color: #ddd;
    color: #333
}

.gold-membership-item:nth-child(2n+1) {
    background-color: #f8f8f8
}

.silver-membership-item:nth-child(2n+1) {
    background-color: #f8f8f8
}

.free-membership-item:nth-child(2n+1) {
    background-color: #f8f8f8
}

.last-gold-plus-item {
    background-color: #f8f8f8 !important
}

.last-gold-item,
.last-silver-item {
    background: 0
}

.last-free-item {
    background-color: #f8f8f8;
    background: 0
}

.contact-btn {
    background-color: #eee;
    border: 1px solid #00a9ea;
    color: #00a9ea
}

.contact-btn:hover {
    background-color: #eee;
    color: #00a9ea
}

.pricing-mobile-view {
    font-size: 13px
}

.mobile-pricing-heading {
    border: 1px solid #ddd;
    border-bottom: none !important;
    height: 45px;
    border-radius: 5px 5px 0 0;
    background-color: #f2f1f1;
    position: relative !important
}

.mobile-pricing-gold-heading {
    border: 1px solid goldenrod
}

.mobile-pricing-silver-heading {
    border: 1px solid #b2b2b2
}

.mobile-pricing-price {
    height: 80px;
    border: 1px solid #eee;
    font-weight: 500
}

@media screen and (max-width:325px) {
    .mobile-pricing-price {
        font-size: 12px
    }
}

.mobile-pricing-item {
    border: 1px solid #eee;
    background-color: #f2f1f1
}

.mobile-pricing-item-check {
    padding-top: 8px;
    padding-bottom: 5px;
    min-height: 108px;
    border: 1px solid #eee;
    color: #666
}

@media screen and (max-width:347px) {
    #product-display-mobile {
        padding-top: 0 !important
    }
}

@media screen and (max-width:410px) {
    #contact-details-mobile {
        padding-top: 0 !important
    }
}

@media screen and (max-width:322px) {
    #buyleads-mobile {
        padding-top: 0 !important
    }
}

@media screen and (max-width:328px) {
    #responses-mobile {
        padding-top: 0 !important
    }
}

@media screen and (max-width:571px) {
    #company-presentation-check {
        padding-top: 10px !important
    }
}

@media screen and (max-width:367px) {
    #company-presentation-check {
        padding-top: 0 !important
    }
}

@media screen and (max-width:442px) {
    #company-presentation-check-2 {
        padding-top: 10px !important
    }
}

@media screen and (max-width:427px) {
    .check-with-images {
        padding-top: 10px !important
    }
}

@media screen and (max-width:470px) {
    .check-without-images {
        padding-top: 10px !important
    }
}

@media screen and (max-width:483px) {
    .check-without-images-2 {
        padding-top: 10px !important
    }
}

@media screen and (max-width:332px) {
    .check-without-images {
        padding-top: 0 !important
    }

    .check-without-images-2 {
        padding-top: 0 !important
    }
}

@media screen and (max-width:446px) {
    .mobile-pricing-price {
        padding-top: 5px
    }
}

.mobile-pricing-font {
    color: #333;
    margin-top: 5px;
    font-weight: 300;
    font-size: 20px
}

@media screen and (max-width:446px) {
    .mobile-pricing-font {
        font-size: 18px
    }

    .plan-duration {
        font-size: 80%
    }
}

.sticky-pricing-head .mobile-pricing-heading {
    float: left !important
}

.mobile-pricing-heading {
    padding-top: 3px
}

@media screen and (min-width:528px) {
    .mobile-pricing-silver-heading {
        padding-top: 12px !important
    }
}

@media screen and (min-width:516px) {
    .mobile-pricing-starter-heading {
        padding-top: 12px !important
    }
}

@media screen and (min-width:505px) {
    .mobile-pricing-gold-heading {
        padding-top: 12px !important
    }
}

.mobile-pay-now-button {
    padding: 6px 0 !important
}

.sticky-pricing-head {
    position: fixed;
    width: inherit;
    border-bottom: 1px solid #ddd;
    top: 0
}

@media screen and (min-width:992px) {
    .sticky-pricing-head {
        width: 784px;
        z-index: 999
    }
}

@media screen and (max-width:991px) {
    .sticky-pricing-head {
        width: 600px;
        z-index: 999
    }
}

@media screen and (max-width:767px) {
    .sticky-pricing-head {
        z-index: 999;
        right: 15px;
        left: 15px;
        width: auto
    }
}

@media screen and (max-width:320px) {
    .sticky-pricing-head {
        top: 0;
        z-index: 999;
        width: 290px
    }
}

@media screen and (max-width:1199px) {
    .membership-features-heading {
        height: 150px
    }

    .silver-membership-head {
        height: 150px
    }

    .gold-membership-head {
        height: 150px
    }
}

@media only screen and (min-width:426px) and (max-width:448px) {
    .mobile-pricing-heading>span {
        padding-left: 5px !important;
        padding-right: 5px !important
    }
}

.table {
    border-collapse: separate !important;
    border: 0 solid !important
}

.table tr th {
    padding: 8px 0 !important
}

@media screen and (min-width:441px) and (max-width:600px) {
    .table tr th.mobile-pricing-heading {
        padding: 8px 26px !important
    }
}

@media screen and (max-width:380px) {
    .table tr th.mobile-pricing-heading>span {
        margin-left: -15px !important
    }
}

.table td,
.table th {
    text-align: center
}

.table tr th {
    background-color: #eee
}

.table tr:nth-of-type(1) th {
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 1px solid #ccc !important
}

.table tr:nth-of-type(1) td {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.table tr:nth-of-type(1) th:nth-of-type(1) {
    border-top: 1px solid #b2b2b2 !important;
    border-left: 1px solid #b2b2b2 !important;
    border-right: 1px solid #b2b2b2 !important
}

.table tr:nth-of-type(1) th:nth-of-type(2) {
    border-top: 1px solid goldenrod !important;
    border-right: 1px solid goldenrod !important;
    border-left: 1px solid goldenrod !important
}

.table tr:nth-of-type(1) th:nth-of-type(3) {
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important
}

.membership-price-cell {
    vertical-align: middle !important
}

.table td:nth-of-type(2) {
    border-right: 0;
    border-left: 0
}

.table td {
    border-top: 0;
    border-bottom: 0
}

.dealmkr-hover {
    box-shadow: 0 0 16px 0 #0096f0;
    z-index: 1
}

.dealmkr-mobile-hover {
    box-shadow: 0 0 5px 1px #009dfa
}

.dealmkr-box-height {
    min-height: 135px
}

@media only screen and (device-width:768px) and (device-height:1024px) {
    .dealmkr-box-height {
        height: 190px
    }
}

.best-value-tag-container {
    position: absolute;
    right: 0;
    top: 0
}

.best-value-tag {
    position: relative;
    width: 75px;
    height: 75px;
    background: conic-gradient(at 0 0, transparent 90deg, goldenrod 0, goldenrod 130deg, transparent 0);
    border-radius: 0 5px
}

.best-value-text {
    position: absolute;
    right: 6px;
    top: 9px;
    transform: rotate(40deg);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 14px
}

@media screen and (max-width:1199px) {
    .best-value-tag {
        width: 60px;
        height: 60px;
        background: conic-gradient(at 0 0, transparent 90deg, goldenrod 0, goldenrod 135deg, transparent 0)
    }

    .best-value-text {
        right: 2px;
        top: 7px;
        font-size: 12px;
        transform: rotate(45deg)
    }
}

@media screen and (max-width:991px) {
    .best-value-tag {
        width: 40px;
        height: 40px
    }

    .best-value-text {
        right: 0;
        top: 4px;
        font-size: 9px;
        line-height: 9px
    }
}

@media screen and (max-width:767px) {
    .best-value-tag {
        width: 45px;
        height: 45px
    }

    .best-value-text {
        right: 0;
        top: 4px;
        font-size: 10px;
        line-height: 11px
    }
}

@media screen and (max-width:600px) {
    .best-value-tag {
        width: 50px;
        height: 55px;
        background: conic-gradient(at 0 0, transparent 90deg, goldenrod 0, goldenrod 138deg, transparent 0)
    }

    .best-value-text {
        right: 1px;
        top: 6px;
        font-size: 11px;
        line-height: 12px;
        transform: rotate(46deg)
    }

    .mobile-pricing-heading {
        height: 58px
    }
}

@media screen and (max-width:440px) {
    .best-value-tag {
        width: 40px;
        height: 60px;
        background: conic-gradient(at 0 0, transparent 90deg, goldenrod 0, goldenrod 144deg, transparent 0)
    }

    .best-value-text {
        right: -1px;
        top: 8px;
        font-size: 10px;
        line-height: 10px;
        transform: rotate(52deg)
    }
}
.fa-icon {
  font-size: 16px;
  color: #090;
}
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}
.membership-features-heading  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.membership-property{
    padding-left: 15px;
}
