.mt-20{
margin-top: 20px !important;
}

.col-md-3.user_details.box_shadow {
    margin-top: 22px;
}
input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none;
}
.list-group-item {
    border:unset;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd !important;
}
.category-li a {
    color: #2C2C2C;
    line-height: 2;
}
.custom_drpmenu.web_none {
    display: none;
}
.category-li a {
    line-height: 2;
    color: #ff6a00;
    font-weight: 700;
}
.main-li a {
    color: #808080;
    /*padding-left: 14px;*/
    line-height: 2;
}
.main-li a:hover {
    color: #ff6a00;
}
/* .category-li {
    margin-left: 40px;
    padding-top: 10px;
} */
li.subcat {
    margin-left: 24px;
    list-style: disc;
}
li.subcat a{
        color: #808080;
    font-weight: 400;
}
.category-li a:hover {
    color: #ff6a00;
    font-weight: 700;
}
.main-li {
    margin-top: 15px;
}
.list label {
    font-weight: 400;
}
.list input[type="checkbox"] {
    vertical-align: middle;
    margin-top: 0;
    margin-right: 10px;
}

/* ------------------------------------------------------------------------------
 *
 *  # Bootstrap file input
 *
 *  File input styling for Bootstrap 3.0
 *
 *  Version: 1.1
 *  Latest update: Dec 11, 2015
 *
 * ---------------------------------------------------------------------------- */
.file-input.has-error .form-control {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-image img {
    /* height: 150px; */
    object-fit: contain;
    object-position: center;
    margin: 10px auto 0;
}
.best-product img {
    max-height: 90px;
}
.horizontal-thumb img{
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin: auto;
}
.filters-container .pagination-container ul li.prev, .filters-container .pagination-container ul li.next {
    padding: 3px 6px;
}
label.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
    padding: 5px 0;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    display: block;
    margin-bottom: 15px;
    font-style: normal;
    text-align:justify;
}
.breadcrumb ul li a {
    white-space: nowrap;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
    font-size: 13px;
}
@media (min-width: 769px) {
    .file-input .btn > [class*=icon-],
    .file-input .btn > .glyphicon {
        margin-right: 5px;
    }
}
.file-object {
    margin: 0 0 -5px 0;
    padding: 0;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}
.file-caption-name {
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
}
.file-caption-name [class*=icon-],
.file-caption-name .glyphicon {
    margin-right: 7px;
}
.file-input-new .file-caption-name {
    color: #999999;
}
.file-input-new .file-caption-name > [class*=icon-],
.file-input-new .file-caption-name > .glyphicon {
    display: none;
}
.file-error-message {
    position: relative;
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin: 0 5px 5px 5px;
}
.file-drop-zone .file-error-message {
    margin-top: 5px;
}
.file-error-message .close {
    margin-top: 1px;
    color: #a94442;
}
.file-error-message pre,
.file-error-message ul {
    margin: 5px 0;
    text-align: left;
}
.file-caption-disabled {
    background-color: #fafafa;
    cursor: not-allowed;
}
.file-preview-detail-modal {
    text-align: left;
}
.file-preview {
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.file-preview > .close {
    font-weight: 400;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 8px;
    line-height: 0.6;
    border-radius: 3px;
    color: #555;
    opacity: 1;
    filter: alpha(opacity=100);
}
.file-preview-frame {
    margin: 5px;
    height: 160px;
    border: 1px solid #ddd;
    padding: 3px;
    display: table;
    float: left;
    vertical-align: middle;
}
.file-preview-image {
    height: 160px;
    vertical-align: middle;
}
.table-specification td {
    border-top: 1px solid #ccc !important;
    padding: 8px !important;
}
.file-input .input-group .form-control {
    min-height: 34px;
}
@media (max-width: 768px) {
    .file-preview-image {
        max-width: 100%;
    }
    .top-cart-row {
        padding-top: 0;
        padding-left: 0px;
        text-align: center;
        margin: auto;
        display: block;
    }
}
.file-preview-text {
    text-align: left;
    width: 160px;
    margin-bottom: 2px;
    color: #428bca;
    background-color: #fff;
    overflow-x: hidden;
}
.file-preview-other {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 160px;
}
.file-preview-other:after {
    content: "\ea0c";
    font-family: "icomoon";
    display: block;
    font-size: 64px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.file-preview-other .glyphicon {
    display: none;
}
.file-preview-status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #333333;
    background-color: rgba(250, 250, 250, 0.8);
    border-top: 1px solid #ddd;
    padding: 7px 12px;
    font-size: 12px;
    color: #333333 !important;
}
.file-preview-status:empty {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.file-thumb-loading:before,
.file-uploading:before {
    content: "";
    display: inline-block;
    background-color: #263238;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 5px rgba(255, 255, 255, 0.5);
}
.file-thumb-loading:after,
.file-uploading:after {
    content: "\eb55";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
.file-upload-indicator {
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: default;
    text-align: left;
    padding-left: 5px;
}
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button {
    display: none;
}
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove,
.file-input-ajax-new .file-caption-name > [class*=icon-],
.file-input-ajax-new .file-caption-name > .glyphicon {
    display: none;
}
.file-actions {
    margin-top: 5px;
}
.file-actions .btn > [class*=icon-],
.file-actions .btn > .glyphicon {
    margin-right: 0;
}
.file-footer-buttons {
    float: right;
}
.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    text-align: center;
    font-size: 11px;
    padding: 12px 7px 7px 7px;
    margin-left: auto;
    margin-right: auto;
}
.file-preview-error {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.file-drop-zone {
    border: 1px dashed #ddd;
    border-radius: 3px;
    height: 300px;
    vertical-align: middle;
    margin: 5px;
    padding: 5px;
}
.file-drop-zone-title {
    color: #999999;
    font-size: 21px;
    font-weight: 300;
    padding: 85px 10px;
}
.file-highlighted {
    border-color: #ccc;
    background-color: #fafafa;
}
.file-thumb-progress {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
}
.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
    height: 5px;
    border-radius: 0;
    font-size: 0;
}
.kv-upload-progress {
    margin-bottom: 20px;
}
.file-thumbnail-footer {
    position: relative;
}
.btn-file ::-ms-browse {
    width: 100%;
    height: 100%;
}
.remove_left_padding{
    padding-left:0px !important;
}
.qtyinput{
    height:41px !important;
}
.cont{
    text-align:justify;
    line-height: 20px;
}
.cart-sub-total-price{
    text-align:right
}
.cart-sub-total-price{
    text-align:right
}
.cart-grand-total-price{
    text-align:right;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    display: none;
    font-family: 'latoregular';
}
.terms-conditions{
    text-align:justify;
}
.filter-tabs li{
    font-size:16px;
}
.myproducts {
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.sidebar-widget-body li{
    font-size:14px
}
.icheart:hover{
    color:#FFC0CB !important;
}
.pinkbg{
    color:#FFC0CB !important;
}
.logintext{
    float:right;
    color:#fff;
    margin-top:0px
}
.logintext:hover{
    font-weight:700;
    color:#fff;
}
.flex_center{
    justify-content: center;
    align-items: center;
    display: flex;
}
.top-bar {
    padding: 0px 0px;
    font-size: 12px;
}
.d-none{
    display: none;
}
.more-for-you {
    padding: 35px;
}
.sidebar-widget-body .col-md-4 .more-for-you {
    border-right:1px solid #ddd;
}
.sidebar-widget-body .col-md-4:last-child .more-for-you {
    border-right:1px solid #ddd;
}
.more-for-you h6 {
    color: #000;
    font-size: 14px;
    margin: 25px 0 13px;
}
.more-for-you p {
    font-size: 12px;
    padding: 0 17px;
    line-height: 20px;
}
.happy-customers .owl-item{
    width:100% !important;
}
/*.happy-customers .owl-controls.clickable {
    display: block !important;
}*/
/*.header-nav.animate-dropdown {
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
}*/
.navbar{
    margin:0px !important;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.homebanner-holder #owl-main .owl-pagination{
    display: none;
}
.header-nav li a img{
    width: 30px;
    margin-right: 10px;
    position: relative;
    bottom: 3px;
        height: 30px;
}
.header-nav li  a {
    color: #000 !important;
    font-size: 16px;
    padding: 10px 0px !important;
    display: flex;
}
.header-nav  li {
    width: 19%;
}
.header-nav li ul li {
    width:100% !important;
}
.header-nav  li:last-child {
    width: 22%;
}
.header-nav li ul li:last-child a {
    margin-right: 0;
}
.header-top-inner li a img {
    margin-bottom: 10px;
} 
.header-top-inner a.dropdown-item {
    color: #000 !important;
    padding: 10px !important;
    font-size: 13px !important;
}
.header-top-inner ul.dropdown-menu li {
    width: 100%;
    padding: 0px 8px !important;
    text-align: left !important;
}
.header-top-inner ul.dropdown-menu {
    top: 65px !important;
    right: 0px;
    left: auto;
}
.header-top-inner ul.dropdown-menu li i {
    margin-right: 5px;
}
.copyright-bar p{
    margin: 0px;
}
.header-nav li.viewall{
    float: right;
}
/*.search-area.header-search .control-group .btn-group.bootstrap-select.form-control {
      width: 115px;
}*/
.search-area.header-search .nav-item i.fa.fa-map-marker {
    padding-right: 5px;
    color: #fff;
}
.search-area.header-search .btn-group.bootstrap-select .nav-item {
    padding: 12px 12px;
}
.search-area.header-search{
        margin: 14px 0 0px;
}
.search-area.header-search .search-field{
        width: 45%;
}
.search-area.header-search .btn-group.bootstrap-select .search-bar {
    margin: 0px;
    position: absolute;
    background-color: #fff;
    z-index: 999999;
    padding: 3px;
}
/* banner */
.banner-section .caption.bg-color h2{
   font-size: 26px;
    color: #fff; 
    margin-top: 55px;
}
.banner-section .item {
    height: 250px;
}
.banner-section .dropdown-menu.inner.selectpicker input ,  .btn-group.bootstrap-select input{
    padding: 10px;
    height: 36px;
    margin: 0px 4px;
    width: 97%;  
    border: 1px solid #ddd;
    }
.banner-section .caption.bg-color.vertical-center {
    margin-top: 41px;
}
.banner-section .control-group {
    margin-top: 33px;
}
.btn-group.bootstrap-select .caret {
    float: right;
    margin: 10px;
}
.btn-group.bootstrap-select .nav-item {
       padding: 11px 15px;
    text-align: left;
    background-color: #03346E;
        height: 100%;
            border-radius: 0px 0px 0px 0px;
}.btn-group.bootstrap-select .nav-item span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.btn-group.bootstrap-select .search-bar .search-btn {
    margin-top: -31px;
    float: right;
    margin-right: 12px;
    background-color: transparent;
    border: transparent;
        color: #a7a1a1;
            padding: 6px 8px;
    }
.btn-group.bootstrap-select span.fa.fa-chevron-down{
       font-size: 11px;
    float: right;
    margin: 9px 0;
}
.btn-group.bootstrap-select .search-bar {
     padding: 6px 0;
    position: absolute;
    width: 300px;
    background-color: #fff; 
}
.nav-item i.fa.fa-map-marker{
    padding-right: 11px;
}
header .email i {
    font-size: 19px;
    position: relative;
    top: 2px;
}
.happycustomer #fvid0 {
    height: 230px;
    width: 100%;
}
.best-deal.happycust {
   height: 333px;
}
.item.happycustomer {
    padding: 22px 17px 0 17px;
}
.happycustomer h4{
font-size: 23px;
margin: 20px 0 16px;
}
.happycustomer h5{
    font-weight: lighter;
font-size: 17px;
}
.happycustomer h6{
color: #6f6e6e;
font-size: 13px;
font-weight: lighter;
}
.happycustomer p{
font-size: 15px;
margin: 21px 0;
}
.chat.d-hotline.h-btn.animated.zoomIn.faster , .d-hotline.h-btn.animated.zoomIn.faster{
    display: none;
}
.faq .panel-heading {
    background: #03346E !important;
}
.btn-blue{
background-color: #03346E;
border-color: #03346E;
    background-image: none;
}
.btn-green{
background-color: #03346E;
border-color: #03346E;
}
.quotaion-modal div#field1 {
    display: flex;
}
.quotaion-modal button#sub , .quotaion-modal button#add{
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 3px 14px;
    font-size: 22px;
    border-radius: 0px;
}
.quotaion-modal button#add{
   font-size: 18px;  
}
.quotaion-modal .myqty {
        border: 1px solid #ddd;
    width: 35px;
    text-align: center;
        border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}
.quotaion-modal .modal-body {
    margin: 19px;
}
.quotaion-modal span.price {
    color: #ef516d;
    font-size: 21px;
    font-weight: 401;
}
.quotaion-modal .price-box {
    margin-top: 5px;
}
.quotaion-modal textarea {
    margin-top: 30px;
        border-radius: 0px;
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 9px;
}
.quotaion-modal .btn-quote {
    width: 40%;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 7px !important;
    padding: 10px !important;
}
.quotaion-modal .modal-header{
    padding: 12px;
    background-color:#021526;
    text-align: center;
    color: #fff;
    }
.quotaion-modal .modal-content {
    width: 500px;
    margin: auto;
    display: block;
}
.quotaion-modal .qty-label {
    position: relative;
    top: 10px;
    margin-right: 13px;
    right: 17px;
}
.btn-yellow i{
    margin-right: 8px;
}
.form-control:focus {
    border-color: #c3b4ff !important;
    box-shadow:inset 0 1px 10px rgba(0,0,0,.075), 0 0 0px rgba(45, 79, 247, 0.6) !important;
}
.quotaion-modal span.price-strike {
    text-decoration: line-through;
    color: #ccc4c4;
    font-size: 14px;
}
.viewquote form {
        padding: 24px 7px;
}
.categories-section img{
        width: 150px;
    height: 150px;
    object-fit: cover;
}
.categories-section a.btn.btn-blue {
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}
.categories-section a.btn.btn-blue:hover {
    background-color: #fff;
    color: #2E3199;
    border-color: #2E3199;
}
.cats {
    padding:20px;
}
.more-for-you.categories-section {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(224, 221, 221, 0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(224, 221, 221, 0.75);
    box-shadow: 0px 0px 12px 0px rgba(224, 221, 221, 0.75);
    transition: 0.4s;
    margin-bottom: 15px;
        padding: 26px 20px 17px;
}
.more-for-you.categories-section:hover {
    -webkit-box-shadow:  0px 0px 12px 3px rgba(239, 239, 239, 0.75);
    -moz-box-shadow: 0px 0px 12px 3px rgba(239, 239, 239, 0.75);
    box-shadow: 0px 0px 12px 3px rgba(239, 239, 239, 0.75);
        transform: scale(1.02);
}
.packages {
    padding: 30px 60px;
}
.packages .silver , .packages .gold, .packages .platinum{
    padding: 0 26px 26px;
    box-shadow:0 0px 19px 0px rgba(0,0,0,.08);
        margin: 21px 10px;
}
.packages .silver{
    border-top: 4px solid #00aeef;
}
.packages .gold{
    border-top: 4px solid #ff6a00;
}
.packages .platinum{
    border-top: 4px solid #92278f;
}
.packages h2 {
    margin: 0px;
    width: 80%;
    margin: auto;
    font-size: 18px;
    color: #fff;
    padding: 7px;
}
.packages .silver h2{
    background-color: #00aeef;
}
.packages .gold h2{
    background-color: #ff6a00;
}
.packages .platinum h2{
    background-color: #92278f;
}
.packages h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0;
}
.packages p.amount {
    font-size: 22px;
}
.packages p.desc {
    font-size: 13px;
    line-height: 24px;
}
.packages .btn.btn-blue {
    background-color: transparent;
    border-radius: 30px;
    padding: 7px 27px;
}
.packages .silver .btn.btn-blue {
    border: 1px solid #00aeef;
    color: #00aeef;
}
.packages .gold .btn.btn-blue {
    border: 1px solid #ff6a00;
    color: #ff6a00;
}
.packages .platinum .btn.btn-blue {
    border: 1px solid #92278f;
    color: #92278f;
}
.packages h1.text-center {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 14px;
}
.packages p.month{
        font-size: 16px;
}
li.active.dropdown.yamm-fw a {
    background-color: transparent;
}
button:focus, .btn:focus{
     outline: none !important;
}
.packages .expiry {
    font-size: 16px;
    margin-top: 21px;
}
.seller-details {
    padding: 31px;
}
.seller-details h4{
    margin-bottom: 22px;
}
.seller-details .btn{
    color:#fff;
        margin: auto;
    display: block;
    width: 100px;
}
.seller-details tr, .seller-details th, .seller-details td {
    border: 1px solid #ddd !important;
        padding: 8px 15px  !important;
            font-size: 14px;
}
.seller-details th{
    font-weight: 501;
} 
.empty td, .empty {
    border:0px !important;
}
.chatprofile {
    border: 1px solid #ddd;
       width: 24px;
    height: 25px;
    margin-right: 7px;
}
.chat-users-list{
    height: 500px;
    display: block;
    overflow: auto;
    background-color: #f2f2f2;
        padding: 0 6px;
}
.chat-users-list > li.active > a, .chat-users-list > li.active > a:hover, .chat-users-list > li.active > a:focus {
    color:#fff;
/*    background-image: linear-gradient(to right,#9ae15f,#03d9a5);*/
    background-color: #ddd;
    padding: 0px 4px;
        border-radius: 0px;
}
.chat-users-list > li a{
    padding: 0px 4px;
}
.chat-users-list > li.active .chatsindex {
    border: 0px;
}
.chat-users-list li {
       width: 100%;
    border: 1px solid #e6e6e6;
    margin: 0 0 6px 0;
    margin-left: 0px !important;
}
.chat-users-list li:first-child{
     border: 0px;
     font-size: 17px;
    color: #03346E;
    padding: 12px 7px; 
}
.flex-column {
    flex-direction: column !important;
}
.no-chats {
    margin-top: 23px;
    font-size: 16px;
}
.chatsindex {
    padding: 6px 3px;
        color: #000;
}.total_count {
    background: #05857a;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    margin: 6px 3px;
    font-size: 12px;
    float: right;
    width: 22px;
    height: 20px;
    text-align: center;
    padding: 2px
}
.chatsindex i {
    margin-top: 0px;
    margin-left: 6px;
        margin-right: 11px;
}
.chatsindex i.fa.fa-map-marker {
    font-size: 15px;
    margin-left: 8px;
}
.chatsindex .name {
      font-size: 16px;
}
.chatsindex .address{
    font-size: 12px;
    color: #848181;
    }
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
    color: #fff;
    background-color: #f06313 !important;
    padding: 0px;
    padding-left: 17px;
}.all_msgs p span {
    color: #fff;
    background: #f06313;
    padding: 4px 2px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 4px;
    margin-right: 9px;
}.all_msgs p {
    color: #000;
    margin-bottom: 0px;
    margin-top: 4px;
}.all_msgs .admin p{
    color: #000;
}.all_msgs .chat_time {
    color: #b1b0b0;
    font-size: 11px;
    text-align: right;
    padding-bottom: 3px;
}.all_msgs .admin .chat_time{
    text-align: left;
    color: #a4a3a3;
}.all_msgs .user {
   background-color: #fff;
    padding: 1px 12px;
    margin-bottom: 10px;
    border-radius: 13px;
    border-top-left-radius: 0px;
    width: 60%;
    display: inline-block;
}
.all_msgs .fa.fa-check {
    color: #18a3f7;
    margin-right: 10px;
}
.all_msgs .admin {
    background-color: #fff;
    padding: 1px 12px;
    margin-bottom: 10px;
    border-radius: 13px;
    border-top-right-radius: 0px;
    width: 60%;
    float: right;
}.input-group-addon {
    padding: 0px;
}.chat-page .tab-content{
    height: 500px;
    background: #f0f0f0;
}.input-group .btn {
    margin-bottom: 0px;
}
.messageside {
    height: 500px;
        background: url(../images/wallpaper.png) no-repeat scroll center;
            background-size: cover;
}.matchheght {
    height: 350px;
    overflow-y: scroll;
}.chatimages {
    height: 43px;
    margin-bottom: 0px;
    width: 50px;
    background: #6610f2;
    padding-left: 7px;
    padding-top: 3px;
}.chatimages input {
    opacity: 0;
    position: absolute;
}.chatimages i {
    font-size: 35px;
    background: #6610f2;
    color: #fff;
}.preview {
    position: absolute;
    top: -108px;
    width: 0px;
}.preview img {
    width: 100px;
    height: 100px;
}.remove-file i {
    color: #fff;
    background: red;
    padding: 8px;
}
.all_msgs {
    padding: 0 16px;
}
.chatimg {
    width: 200px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #eee;
    transition: all .4s cubic-bezier(0.565, -0.260, 0.255, 1.410);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 200px;
    object-fit: cover;
    display: block;
    margin-top: 11px;
}
.emojis {
    position: absolute;
    display: block;
    height: 27px;
    z-index: 100;
    cursor: pointer;
    bottom: 11px;
    font-size: 25px;
    margin-left: 12px;
}
.messagebox #file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.sendbtn {
    position: absolute;
    display: block;
    right: 0;
    z-index: 100;
    cursor: pointer;
    bottom: 10px;
    font-size: 25px;
    margin-right: 31px;
    color:  #e9750e;
}
.messagebox {
    position: absolute;
      bottom: 13px;
    width: 100%;
        border-bottom: 2px solid #efefef;
}
.messagebox input.textarea {
    width: 100%;
    height: 50px;
    z-index: 99;
    background: #fafafa;
    border: none;
    outline: none;
    padding-left: 55px;
    padding-right: 55px;
    color:    #666;
    font-weight: 400;
}
.emojis label{
    font-size: 24px;
    color: #05857a;
}
.messagebox button {
    background-color:  transparent;
    color: #05857a;
    border: 0px;
}
.chat-header .profile {
    width: 40px;
    height: 40px;
    border: 1px solid    #ddd;
    border-radius: 50%;
    margin-right: 10px;
}
.chat-header{
    padding: 4px 10px;
    background-image: linear-gradient(to right,#03346E,#05857a);
    margin-bottom: 9px;
        color: #fff;
}
.message_content  .backbtn {
    margin: 10px 9px 19px;
    display: none;
}
.msg-product img {
    width: 100px;
    height: 100px;
}
.msg-product {
    padding: 18px;
    background-color: #ffffff9c;
    margin: 12px 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.msg-product .media-body{
    width:100%;
}
.msg-product .time{
    color: #969494;
    }
    .msg-product span {
    float: right;
    position: relative;
    bottom: 25px;
    background-color: #153f7d;
    color: #fff;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 13px;
}
 .my-reqs .media img{
    width: 100px;
    height: 90px;
    }
    .my-reqs .media h4,  .my-reqs .media h6{
        margin:0px;
    } 
 .my-reqs .media h6 , .my-reqs .media h6 p{
         padding-top: 0px;
        color: #6b6a6a;
    line-height: 21px;
        font-size: 13px;
    } 
.msg-product .media .media-body , .my-reqs .media .media-body{
        padding: 0 16px;
}
.my-reqs .media-left {
    min-width: 100px;
}
.msg-product .media .media-body h3{
        font-size: 17px;
    margin-top: 3px;
}
img.nochat {
        width: 100%;
    margin-top: 50px;
}
a.nochat:hover{
    color:#fff;
}
a.nochat{
        color: #fff;
    margin: auto;
    display: block;
    width: 150px;
    margin-top: 30px;
}
p.nochat{
        font-size: 16px;
    color: #969595;
}
span.msg_count {
    font-size: 12px;
    position: absolute;
    bottom: 54px;
    background-color: #05857a;
    color: #fff;
    padding: 2px 5px;
    border-radius: 13px;
}
.fa-heart{
    margin-right: 6px;
}
.active .fa-heart{
    margin-right: 0px;
}
.postrequirement h5{
    margin-top: 20px;
    }
.postrequirement .tab-content {
    padding-left: 0px;
}
.postreq li.active a {
    border-bottom: 2px solid #2e3195 !important;
    color: #2e3195;
    border: 0px;
}
.postreq li.active{
background-color: #fff;
}
.postreq {
        background-color: #f3f3f3;
}
.postreq li{
margin: 0 4px 0 0;
    padding: 0 8px 0px;
    background-color: #fff;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
        background-color: #ececec;
    }
    .postreq li a{
       background-color: transparent;  
    }
    .text-white {
        color:#fff !important;
    }
.my-reqs {
     padding: 13px 0px 9px;
    margin: 10px 0 14px 1px;
    box-shadow: 0 5px 7px 0 rgba(0,0,0,.08);
    background-color: #fff;
    transition: 0.4s;
}
.my-reqs p {
    color: #b3b2b2;
    padding-top: 4px;
    margin: 6px 0;
}
.my-reqs ul {
    padding: 17px;
    float: right;
}
.postreq >li.active >a, .postreq>li.active>a:hover, .postreq>li>a:focus , postreq >li >a, .postreq>li>a:hover, .postreq>li>a:focus{
       border: 1px solid transparent !important;
}
.my-reqs:hover {
    box-shadow: 0 2px 14px 4px rgba(0,0,0,.08);
}
.buyer-details{
        margin-top: 30px;
            margin-bottom: 11px;
}
.buyer-details th , .buyer-details td{
    font-size: 13px;
}
.buyer-details .btn-yellow{
    width:auto;
        margin-left: 9px;
}
/*.pagination>.active>a, .pagination li a{
    padding: 3px 12px;
}
.pagination .prev a , .pagination .next a{
        padding: 6px 10px;
}*/
.testimonial .owl-prev, .testimonial .owl-next{
    position: unset !important;
        height: 26px !important;
}
.testimonial .owl-buttons .icon {
    top: 2px !important;
}
.testimonial .owl-buttons {
    margin-top: 20px;
    display:none !important;
}
.testimonial .owl-pagination {
    display:flex !important;
}
.testimonial .owl-page {
    display:block !important;
}
.testimonial .owl-page.active span{
   background: #03346E !important;
}
/* product detail start*/
 .d-hotline {
        background-color: #ff6a00 !important;
        color:#FFFFFF !important;
        border-color:transparent #ff6a00 transparent transparent;
    }
    .zoomIn {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn;
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .animated.faster {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
    }
    .d-hotline.h-btn {
        border-radius: 34px 8px 34px 34px;
        bottom: 6px;
        box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
        color: #fff;
        cursor: pointer;
        display: table;
        position: fixed;
        right: 5px;
        z-index: 9995;
        height: 60px;
        width: 60px;
    }
    .d-hotline.h-btn .chat-content {
        display: table-cell;
        font-size: 23px;
        padding: 2px 0 0 2px;
        text-align: center;
        vertical-align: middle;
        height: 100%;
        width: 100%;
    }
    .icon-ic_chat_icon::before {
        content: "\f108";
        display: inline-block;
        font-family: fs-icons;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
    }
    .btn.btn-primary.active {
        background: #2e3195;
        pointer-events: none;
        box-shadow: unset !important;
    }
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: auto;
        max-width: 100% !important;
    }
    .btn-primary {
        background: #021526  none repeat scroll 0 0;
        border: medium none;
        border-radius: 2px;
        color: #fff;
        font-family: "Poppins",sans-serif;
        font-size: 13px;
        line-height: 22px;
        padding: 9px 14px;
        transition: all 0.2s linear 0s;
    }
    /*.prodimg{
        min-height: 295px !important;
    }*/
    img.modimage {
        width: 100% !important;
        height: 250px;
    }
    #myModal .modal-content{
        height: auto !important;
    }
    h5.title {
        font-size: 16px;
        line-height: 25px;
        margin: 15px 0px;
    }
    #myModal h6 {
        font-size: 16px;
        color: gray;
    }
    #myModal p.text-left {
        font-size: 15px;
        color: gray;
    }
    #myModal ::placeholder {
        color: #dad9d9;
        padding: 10px;
    }
    label.col-md-6 {
        color: gray;
        font-weight: 200;
    }
    span.modal-title.seller {
        color: gray;
        text-transform: capitalize;
    }
    #myModal .modal-body {
        position: relative;
        padding: 0px 15px;
    }
    .details-pro {
        padding: 15px 10px;
    }
    .modal-header .close {
           margin-top: -35px;
    color: #fff;
    font-size: 25px;
        opacity: 1;
    }
    .modal-header .close:hover,.modal-header .close:focus{
        opacity: 0.5;
    }
ul.zoom-list {
       margin-top: 25px;
}
ul.zoom-list li{
    width:80px;
    height:75px;
    cursor: pointer;
        border: 1px solid #ddd;
}
ul.zoom-list li:hover{
        border: 1px solid #2e3195;
}
ul.zoom-list li img{
    margin: auto;
    object-fit: cover;
    height: 70px;
    width: 100%;
    }
/* product detail end */
.control-group .btn-group.bootstrap-select.form-control {
    width: 164px;
    /*margin-left: 8px !important;*/
    float: left;
        border-radius: 10px 0px 0px 10px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    background-color: #03346E;
    border-color: #03346E;
}
.list-group-item.active a{
    color: #fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus .my {
    background-color: #03346E;
    border-color: #03346E;
}
@media (max-width:767px){
    .msg-product span {
    float: unset;
    position: unset;
    }
    .msg-product .media .media-body, .my-reqs .media .media-body {
    padding: 10px 0px;
}
.my-reqs ul {
    padding: 14px 0;
    float: left;
}
    .packages {
    padding: 30px 30px;
}
    span.phone {
        display: inherit;
        margin-top: 10px;
            float: none;
    }
    .email {
        text-align: center;
    }
    .header-nav li.viewall{
    float: left;
}
    .top-bar .cnt-account ul > li{
        margin-right: 0px;
    }
    .wide-banner .image img.img-responsive {
    height: auto !important;
}
.outer-bottom-xs {
    margin-bottom: 0;
}
.home-banner{
      margin-bottom: 14px;
}
.more-for-you {
    padding: 20px;
}
.header-nav.animate-dropdown{
    padding:0px;
}
.banner-section .caption.bg-color h2 {
    font-size: 18px;
    margin-top: 31px;
    line-height: 28px;
}
.search-area{
        margin: 28px 0 0px;
}
/* .search-area .search-field{
        width: 75%;
} */
.search-area .search-button {
    border-radius: 10px;
    margin-top: 11px;
    height: 45px;
}
.best-deal.happycust {
    height: 540px;
}
.happycustomer #fvid0 {
    height: 200px;
    margin-bottom: 30px;
}
.header-nav li , .header-nav li:last-child {
    width: 100%;
}
.button_flex{
		display: flex;
	}
	.top-bar .cnt-account ul > li a{
		gap: 5px;
		display: flex;
	}
	.top-bar .cnt-account ul > li a:hover{
		color: #fff;
	}
	.top-bar .cnt-account ul > li a:hover, .top-bar .cnt-account ul > li a:focus{
		color: #fff;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.header-nav .yamm.mega-menu a {
    font-size: 13px;
    margin-right: 22px;
}
.search-area .search-field{
        width: 43%;
    float: left;
}
.wide-banner .image img{
        height: 200px;
}
.best-deal.happycust{
    height: auto;
}
.search-area .search-field{
    float: left;
        width: 50%;
}
.header-nav li a{
        font-size: 13px;
}
.header-nav li a img {
    width: 25px;
    margin-right: 8px;
    height: 25px;
}
}
@media (min-width:992px) and (max-width:1200px){
.search-area{
        margin: 45px 0px 0px;
}
.search-area .search-field{
        width: 51%;
}
.top-bar .cnt-account ul > li{
        margin-right: 13px;
}
}
/* @media (max-width:991px){
 .search-area.header-search {
    display: none;
}   
} */


.custom_drpmenu{
    display: block;
}
.mbmenu {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    display: none;
}
.mbmenu .fa{
    font-size: 24px;
}
@media (max-width:767px){
.custom_drpmenu{
    display: none;
}
.logo {
    text-align: left;
}
.search-container{
    width: 100%; 
    display: flex;
}
.search-container input{
    width: 90%;
    height: 50px;
}
.main_search{
    display: none;
}
.mbmenu {
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
}
.flex_center {  
    flex-direction: column;    
}
}

@media (min-width:768px){
.col-md-9.message_content.col-sm-7 {
    padding-left: 0px;
}
.listusers-side {
    padding-right: 0px;
    }
    .msg-product .media , .my-reqs .media{
    display:flex;
}
    } 
    .button_flex{
		display: flex;
	}
	.top-bar .cnt-account ul > li a{
		gap: 5px;
		display: flex;
	}
	.top-bar .cnt-account ul > li a:hover{
		color: #fff;
	}
	.top-bar .cnt-account ul > li a:hover, .top-bar .cnt-account ul > li a:focus{
		color: #fff;
	}