/*************** Custome Css ********************/

b,
strong {
    font-weight: 600;
}

.btn:hover,
.tt-back-to-top {
    background: #303030;
}


/** Header **/

.tt-desktop-header {
    margin: 15px 0px;
}

.tt-logo img {
    max-height: 80px;
    width: 100%;
}

.tt-desctop-menu nav>ul>li.dropdown>a {
    font-size: 16px;
    font-weight: 600;
}


/***** Content for Tiny Editor *****/

.tiny-editor p {
    line-height: 24px;
}

.container.tiny-editor strong {
    font-weight: 600;
}

.container.tiny-editor ul {
    list-style: none;
}

.container.tiny-editor ul li {
    padding-left: 22px;
    position: relative;
}

.container.tiny-editor ul li:before {
    content: '';
    width: 9px;
    height: 1px;
    background: #777777;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}


/** Footer **/

footer .tt-color-scheme-01 .tt-collapse-title {
    color: #fff;
    font-size: 18px;
}

footer .tt-color-scheme-01 address span {
    color: #fff;
}

footer .tt-footer-default {
    padding: 15px 0px;
}

footer {
    margin-top: 0px;
}

footer .tt-color-scheme-01 {
    background-color: #303030;
}

footer .tt-footer-custom {
    background-color: #222;
}

footer .tt-box-copyright {
    font-size: 16px;
    margin-top: -10px;
}


/** Product Enquiry form **/

.form-default .form-control {
    border: 1px solid #cecece;
}


/**** Product Listing ****/

.tt-list-row li.active a {
    font-weight: bold;
}

.tt-list-row li a {
    font-size: 16px;
    font-weight: 500;
}

.edit_table_list {
    width: 100%;
    background-color: rgb(244, 244, 244);
    border: 10px solid rgb(244, 244, 244);
    margin: 10px;
}

.edit_table_list tbody tr td:first-child {
    width: 150px;
    padding-right: 10px !important;
}

.dis-none {
    display: none;
}

@media (max-width: 991px) {
    .tt-mobile-header .tt-parent-box {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .list_imgserv .div_inner {
        min-width: 100% !important;
    }
}

@media (max-width: 500px) {
    .tt-mobile-header .tt-parent-box {
        margin-left: 0px;
        display: inline-block;
        width: 85%;
        text-align: right;
    }
}