
.vendor-card {
    margin: 20px 0;
    background-color: #fff;
    position: relative;
    border: 1px solid #e3e6ef;
    overflow: hidden;
}

.vendor-card .vendor-image {
    position: relative;
    height: 150px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat
}

.vendor-card .vendor-image .vendor-overlay {
    position: relative;
    z-index: 4;
    color: #fff;
    padding: 20px
}

.vendor-card .vendor-image .vendor-overlay h3 {
    font-size: 17px;
    color: #fff;
    margin: 0
}

.vendor-card .vendor-image .vendor-overlay p {
    font-size: 14px
}

.vendor-card .vendor-image::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.vendor-card .vendor-image .vendor-logo {
    position: absolute;
    left: 10px;
    z-index: 4;
    bottom: -42px;
    width: 84px;
    height: 84px;
    border-radius: 42px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid rgba(73, 80, 87, 0.25)
}

.vendor-card .vendor-image .vendor-logo img {
    position: absolute;
    top: 50%;
    width: 74px;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vendor-card .vendor-card-body .vendor-meta-data {
    text-align: right;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}


.vendor-card .vendor-card-body .vendor-meta-data span {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 15px
}

.vendor-card .vendor-card-body .vendor-meta-data span i {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 2px;
    color: #6F1C74
}

.vendor-card .vendor-card-body .vendor-meta-data span em {
    font-size: 22px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 2px;
    color: #6F1C74
}

.vendor-card .vendor-card-body .vendor-contact {
    padding: 20px;
    font-size: 14px
}

.vendor-card .vendor-card-body .vendor-contact i {
    font-size: 20px;
    margin-right: 5px;
    width: 24px;
    color: #6F1C74
}

.vendor-card .vendor-card-body .vendor-contact p {
    margin: 0;
    margin-bottom: 5px
}

.vendor-card .vendor-card-body h3 {
    font-size: 15px
}
.sticky-sidebar {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    will-change: min-height
}

.sticky-sidebar .fixed {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform
}


.product-price-card {
    background-color: #495057;
    color: #fff
}

.product-price-card .price-plan {
    display: table;
    width: 100%
}

.product-price-card .price-plan .price-description {
    display: table-cell;
    width: 60%;
    font-size: 18px;
    vertical-align: top
}

.product-price-card .price-plan .price-description p {
    margin: 0;
    line-height: normal
}

.product-price-card .price-plan .product-price {
    display: table-cell;
    width: 40%;
    font-size: 20px;
    vertical-align: top;
    font-weight: 700;
    text-align: right
}


.section {
    padding: 45px 0;
    background-color: #ffffff;
}

.section.product-details h1 {
    font-size: 24px
}

.section.product-details .product-categories a {
    margin-right: 4px;
    vertical-align: middle
}

.section.product-details .product-categories a i {
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.section.product-details .product-categories a:hover {
    text-decoration: none
}

.section .white-panel {
    font-size: 15px;
    margin-bottom: 40px
}

.section .white-panel h3 {
    font-size: 20px;
    margin-bottom: 20px
}

.section .white-panel .card-body {
    padding: 40px
}

.section .tab-container {
    border-top: 0
}

.section.small {
    padding: 25px 0
}

.section.with-bg {
    margin-top: 10%;
    background: #ffffff;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .15rem;
}
.product-price-card {
    background-color: #57a9ff;
    color: #fff;
}
.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .15rem;
    border-bottom-left-radius: .15rem
}


.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(.15rem - 1px) calc(.15rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.15rem - 1px) calc(.15rem - 1px)
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.15rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.15rem - 1px);
    border-top-right-radius: calc(.15rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.15rem - 1px);
    border-bottom-left-radius: calc(.15rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .15rem
    }
    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: .15rem;
        border-top-right-radius: .15rem
    }
    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .15rem;
        border-bottom-left-radius: .15rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}
@media (max-width: 575px) {

    #products-list.list-view [class*="col-"] {
        flex: 0 0 100% !important
    }
    #products-list.list-view .product-card {
        display: block !important
    }
    #products-list.list-view .product-card .product-image {
        display: block !important;
        width: 100% !important;
        height: 180px !important
    }
    #products-list.list-view .product-card .product-content-body {
        display: block !important;
        width: 100% !important
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    #products-list.list-view [class*="col-"] {
        flex: 0 0 100% !important
    }
}
.product-enquiry .card .card-header {
    background-color: #fff
}

.product-enquiry .card .card-header h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #495057
}


.search-header {
    background-color: #f5f7fc;
    padding: 20px 0 25px 0;
    margin-top: 10%;
}

.search-header.vendors {
    background-color: #ebeef0
}

.search-header h2 {
    font-size: 20px;
    margin-bottom: 15px
}

.search-header select.form-control {
    border-radius: .15rem;
    background-image: linear-gradient(45deg, transparent 50%, #868d96 60%), linear-gradient(135deg, #868d96 40%, transparent 50%) !important;
    background-position: calc(100% - 20px) 18px, calc(100% - 13px) 18px, 100% 0;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 15px;
    color: #5e656d
}

.search-header .search-wrapper .row {
    margin-left: 0px;
    margin-right: 0px
}

.search-header .search-wrapper .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px
}


.btn-secondary {
    color: #212529;
    background-color: #57a9ff;
    border-color: #57a9ff;
    color: #fff
}

.btn-secondary:hover {
    color: #fff;
    background-color: #1f7ee2;
    border-color: #1f7ee2
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(227, 155, 0, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #57a9ff;
    border-color: #57a9ff
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1f7ee2;
    border-color: #1f7ee2
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(227, 155, 0, 0.5)
}

/* rating */

.product-rating {
    margin: 5px 0
}

.product-rating .total-reviews {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle
}

.star-rating {
    height: 16px;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 80px
}

.star-rating:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiM3ZjhjOGQiID4gICAgPHBhdGggZD0iTSAyNSAyLjI3MzQzNzUgTCAxOC42MDkzNzUgMTguNDgwNDY5IEwgMC44MTA1NDY4OCAxOS40MTc5NjkgTCAxNC42NDg0MzggMzAuNDEyMTA5IEwgMTAuMDcwMzEyIDQ3LjIyMjY1NiBMIDI1IDM3Ljc3MTQ4NCBMIDM5LjkyOTY4OCA0Ny4yMjI2NTYgTCAzNS4zNTE1NjIgMzAuNDEyMTA5IEwgNDkuMTg5NDUzIDE5LjQxNzk2OSBMIDMxLjM5MDYyNSAxOC40ODA0NjkgTCAyNSAyLjI3MzQzNzUgeiI+PC9wYXRoPjwvc3ZnPg==");
    background-repeat: repeat-x;
    background-size: 16px;
    bottom: 0;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px
}

.star-rating>span {
    display: block;
    text-indent: -10000px;
    width: 80px;
    height: 16px;
    position: absolute;
    overflow: hidden
}

.star-rating>span:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiNmMWM0MGYiID4gICAgPHBhdGggZD0iTSAyNSAyLjI3MzQzNzUgTCAxOC42MDkzNzUgMTguNDgwNDY5IEwgMC44MTA1NDY4OCAxOS40MTc5NjkgTCAxNC42NDg0MzggMzAuNDEyMTA5IEwgMTAuMDcwMzEyIDQ3LjIyMjY1NiBMIDI1IDM3Ljc3MTQ4NCBMIDM5LjkyOTY4OCA0Ny4yMjI2NTYgTCAzNS4zNTE1NjIgMzAuNDEyMTA5IEwgNDkuMTg5NDUzIDE5LjQxNzk2OSBMIDMxLjM5MDYyNSAxOC40ODA0NjkgTCAyNSAyLjI3MzQzNzUgeiI+PC9wYXRoPjwvc3ZnPg==");
    background-repeat: repeat-x;
    background-size: 16px;
    bottom: 0;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0
}
/* rating */
/* slick Slider */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}


.slick-dots{
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
	}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer;
    }

.slick-dots li button{
    font-size: 0 !important;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: none;

	}

.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
	}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before{
    font-size: 32px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .35;
    color: #fff;
	}

.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #fff;
    }
    .product-thumb-slider .product-thumb img {
        display: block;
        height: 100px
    }
    .product-thumb 
    {
       width: 72px; 
    }
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
/* slick Slider */
/* product card */

.popular-products-slider .product-card {
    margin: 20px 10px
}

.product-card {
    margin: 20px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #e3e6ef;
    overflow: hidden;
}

.product-card ul.product-thumbs {
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    left: -64px;
    top: 5px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.product-card ul.product-thumbs li {
    display: block;
    margin: 5px 0;
    height: 42px;
    width: 42px;
    position: relative;
    background-size: cover;
    background-position: center center;
    border: 1px solid #fff
}

.product-card:hover ul {
    left: 10px
}

.product-card .product-image {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position: relative;
    height: 180px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat
}

.product-card .product-image .product-vendor-thumb {
    position: absolute;
    right: 10px;
    bottom: -14px;
    width: 56px;
    height: 56px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid rgba(73, 80, 87, 0.25)
}

.product-card .product-image .product-vendor-thumb img {
    position: absolute;
    top: 50%;
    width: 46px;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-card .product-content-body {
    padding: 20px;
    position: relative
}

.product-card .product-content-body h3 {
    font-size: 15px
}

.product-card .product-content-body .product-actions {
    position: absolute;
    right: 20px;
    bottom: 25px
}

.product-card .product-content-body .product-actions a {
    color: #495057
}

#products-list.list-view [class*="col-"] {
    width: 100% !important;
    flex: 0 0 50%;
    max-width: 100%
}

#products-list.list-view .product-card {
    display: table;
    width: 100%
}

#products-list.list-view .product-card .product-image {
    width: 250px;
    height: 150px;
    display: table-cell
}

#products-list.list-view .product-card .product-content-body {
    display: table-cell;
    vertical-align: middle
}

/* product Card */


.search-filters {
    background-color: #f5f7fc;
    padding: 15px 30px;
    margin-bottom: 20px;
    display: none
}
.search-filters1 {
    background-color: #f5f7fc;
    padding: 15px 30px;
    margin-bottom: 20px;
    display: none
}
.search-filters h3 {
    font-size: 20px;
    margin-bottom: 25px
}

.search-filters h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px
}

.search-filters ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    max-height: 148px;
    overflow-y: auto;
}


#products-list.list-view [class*="col-"] {
    width: 100% !important;
    flex: 0 0 50%;
    max-width: 100%
}

#products-list.list-view .product-card {
    display: table;
    width: 100%
}

#products-list.list-view .product-card .product-image {
    width: 250px;
    height: 150px;
    display: table-cell
}

#products-list.list-view .product-card .product-content-body {
    display: table-cell;
    vertical-align: middle
}
.pro_list_row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* vendor page*/

.vendor-profile-header {
    margin-top: 10%;
    padding: 50px 0;
    background-color: #495057;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 240px;
    color: #fff;
    text-align: center;
    position: relative
}

.vendor-profile-header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.7;
    z-index: 1
}

.vendor-profile-header .container {
    position: relative;
    z-index: 4
}

.vendor-profile-header .vendor-logo {
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto;
    background-color: #fff;
    border-radius: 60px;
    overflow: hidden
}

.vendor-profile-header .vendor-logo img {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    max-width: 100px;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vendor-profile-header h2 {
    color: #fff;
    margin-top: 15px
}

.nav-tabs {
    background-color: #868d96
}

.nav-tabs a {
    color: #fff;
    border-width: 0 !important
}

.nav-tabs a:hover {
    border-width: 0
}
.product-enquiry .card .card-header {
    background-color: #fff
}

.product-enquiry .card .card-header h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #495057
}
/* vendor page */

/* user cards */
.our-webcoderskull ul{
  margin:0;
  padding:0;
  list-style:none;
}
.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}


.our-webcoderskull{
  background: #f5f7fc;
  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
/* user cards */

.bootstrap-tagsinput{
    width: 100%;
    border-radius: 0 5px 5px 0 !important;
    height: 40px !important;
    padding: 10px !important;

}