.loose-diamond-filter-wrap {
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 35px;
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

    .loose-diamond-filter-wrap .container {
        position: relative;
    }

.reset-wrap {
    position: relative;
}

    .reset-wrap .need-help {
        display: none;
    }

.reset-filter {
    position: absolute;
    right: 65px;
    bottom: -15px;
}

.row-filter > div {
    display: flex;
    flex-wrap: wrap;
}

.filter-bg {
    background: #fafafa;
    width: 100%;
    padding: 25px;
    margin: 0 0 25px;
}

.filter-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

    .filter-wrap > label {
        width: 70px;
        font-size: 14px;
        color: #454545;
        font-weight: bold;
        margin: 0;
    }

    .filter-wrap > .top-neg {
        margin-top: -7px;
    }

    .filter-wrap .filter-wrap-inner {
        width: calc(100% - 70px);
        position: relative;
    }

    .filter-wrap .ruler {
        position: absolute;
        left: 20%;
        top: 0;
        width: 2px;
        height: 5px;
        z-index: 1;
        background: #fff;
    }

        .filter-wrap .ruler:after {
            content: " ";
            background: #e2e2e2;
            height: 9px;
            width: 2px;
            position: absolute;
            left: 1px;
            bottom: -15px;
        }

    .filter-wrap .ruler-1 {
        left: 7.142857142857143%;
        visibility: hidden;
    }

    .filter-wrap .short-ruler:after {
        visibility: visible;
        height: 7px;
        width: 1px;
    }

    .filter-wrap .ruler-2 {
        left: 14.28571428571429%;
    }

    .filter-wrap .ruler-3 {
        left: 21.42857142857143%;
        visibility: hidden;
    }

    .filter-wrap .ruler-4 {
        left: 28.57142857142857%;
    }

    .filter-wrap .ruler-5 {
        left: 35.71428571428571%;
        visibility: hidden;
    }

    .filter-wrap .ruler-6 {
        left: 42.85714285714286%;
    }

    .filter-wrap .ruler-7 {
        left: 50%;
        visibility: hidden;
    }

    .filter-wrap .ruler-8 {
        left: 57.14285714285715%;
    }

    .filter-wrap .ruler-9 {
        left: 64.28571428571429%;
        visibility: hidden;
    }

    .filter-wrap .ruler-10 {
        left: 71.42857142857143%;
    }

    .filter-wrap .ruler-11 {
        left: 78.57142857142857%;
        visibility: hidden;
    }

    .filter-wrap .ruler-12 {
        left: 85.71428571428571%;
    }

    .filter-wrap .ruler-13 {
        left: 92.85714285714286%;
        visibility: hidden;
    }

.filter-lg {
    margin-bottom: 35px;
}

.filter-no-gap {
    margin-bottom: 0;
}

.options {
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    text-align: center;
}

    .options a {
        display: inline-block;
        border: 1px solid #dbdbdb;
        font-size: 13px;
        padding: 4px 15px 3px 20px;
        background: #e7e6df;
        color: #000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

        .options a span {
            display: inline-block;
            padding-right: 20px;
            position: relative;
        }

            .options a span:after {
                content: "\f107";
                font: normal normal normal 14px/1 FontAwesome;
                position: absolute;
                right: 0;
                top: 2px;
            }

        .options a .hide-advance {
            display: none;
        }

        .options a.active .show-advance {
            display: none;
        }

        .options a.active .hide-advance {
            display: block;
        }

        .options a.active span:after {
            content: "\f106";
        }

.filter-title {
    background: #f7f7f7;
    padding: 10px;
    text-align: center;
}

    .filter-title h2 {
        font-size: 10px;
        color: #616161;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

.filter-in {
    padding: 10px 0 0;
}

.filter-items ul,
.filter-items li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-items .shapes-area {
    padding: 0;
}

    .filter-items .shapes-area li {
        float: left;
        width: 9%;
        border: 1px solid #e0e0e0;
        border-right: 1px solid #fff;
    }

        .filter-items .shapes-area li.all-txt {
            width: 10% !important;
        }

.filter-two .shapes-area li {
    width: 45%;
}

.filter-three .shapes-area li {
    width: 30%;
}

.filter-four .shapes-area li {
    width: 22.5%;
}

.filter-five .shapes-area li {
    width: 22.5%;
}

.filter-seven .shapes-area li {
    width: 11.25%;
}

.filter-eight .shapes-area li {
    width: 12.85714285714286%;
}

.filter-five-equal .shapes-area li {
    width: 20%;
}

.filter-six .shapes-area li {
    width: 18%;
}

.filter-four .shapes-area li {
    width: 30%;
}

.filter-items .shapes-area li:last-child {
    border-right: 1px solid #e0e0e0;
}

.img-max-30 img {
    max-width: 30px;
}

.filter-items li a {
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.filter-items li.all-txt a {
    padding-top: 0;
}

.filter-items li:first-child,
.filter-items li:first-child a {
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.filter-items li:last-child,
.filter-items li:last-child a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.filter-items li.active {
    border-color: #f8b868;
    box-shadow: 0 6px 7px rgba(248, 184, 104, 0.3);
}

    .filter-items li.active a {
        border-color: #f8b868;
        box-shadow: 0 0 0 2px #f8b868;
    }

.shaps-in-slider {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}

    .shaps-in-slider .filter-items {
        margin: 0;
    }

        .shaps-in-slider .filter-items li a:hover {
            border-color: #e0e0e0;
        }

        .shaps-in-slider .filter-items li.active a:hover {
            border-color: #9c9a98;
        }

    .shaps-in-slider .filter-items {
        display: inline-block;
    }

        .shaps-in-slider .filter-items .shapes-area li {
            float: none;
            width: auto;
            display: inline-block;
            border-right: 1px solid #e0e0e0;
            margin: 0 -2px;
        }

            .shaps-in-slider .filter-items .shapes-area li:first-child {
                border-left: 1px solid #e0e0e0;
                -moz-border-radius: 3px 0 0 3px;
                -webkit-border-radius: 3px 0 0 3px;
                border-radius: 3px 0 0 3px;
            }

            .shaps-in-slider .filter-items .shapes-area li:last-child {
                -moz-border-radius: 0 3px 3px 0;
                -webkit-border-radius: 0 3px 3px 0;
                border-radius: 0 3px 3px 0;
            }

        .shaps-in-slider .filter-items li a {
            padding: 6px 4px 4px;
        }

    .shaps-in-slider .filter-items,
    .shaps-in-slider .informatnion-icon {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px;
    }

.click-slider {
    text-align: center;
    margin: 0 0 25px;
}

.last-slider {
    margin-bottom: 0;
}

.click-slider ul,
.click-slider li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.click-slider ul {
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.click-slider li {
    float: left;
    width: 20%;
}

.click-eight li {
    width: 12.5%;
}

.click-seven li {
    width: 14.28571428571429%;
}

.click-four li {
    width: 25%;
}

.click-three li {
    width: 33.33%;
}

.click-two li {
    width: 50%;
}

.click-slider a {
    display: block;
    padding: 10px 3px;
    font-size: 11px;
    text-decoration: none;
    border-right: 1px solid #e0e0e0;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}

    .click-slider a:focus {
        color: #616161;
    }

.click-slider li:first-child a {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.click-slider li:last-child a {
    border-right: none;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

/*.click-slider a:hover,*/
.click-slider li.active a {
    background: #9c9a98;
    color: #fff;
    text-decoration: none;
}

.loose-diamond-section .tabs-content {
    margin-bottom: 80px;
}

.tabs-wrap {
    position: relative;
}

.tabs-loose-diamond li {
    border-right: 10px solid #fff;
    position: relative;
}

    .tabs-loose-diamond li::after {
        content: " ";
        background: #fff;
        width: 10px;
        height: 108%;
        position: absolute;
        right: -10px;
        top: 0;
    }

    .tabs-loose-diamond li.active::after {
        height: 100%;
    }

.filter-section-in h4 {
    font-size: 13px;
    color: #616161;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 5px;
}

.filter-checkbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.filter-advance-options {
    display: none;
}

.filter-checkbox h4 {
    margin: 0 24px 0 0;
    font-size: 14px;
    color: #454545;
    font-weight: normal;
}

.filter-checkbox label,
.filter-checkbox input,
.filter-checkbox span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: #616161;
    margin: 0;
    outline: none !important;
}

.filter-checkbox label,
.filter-checkbox input {
    cursor: pointer;
}

.filter-checkbox label {
    font-size: 14px;
    color: #454545;
    margin-right: 15px;
    margin-left: 3px;
}

.filter-checkbox .filter-items {
    margin-top: 10px;
}

.filter-checkbox p {
    padding: 0 0 10px;
}

.scroll-slider-container {
    margin: 0 5px 40px;
}

.ui-slider .ui-slider-range {
    background: #e7c295;
    height: 4px;
    padding: 0;
    border: none;
    border-top: 1px solid #f6e7d6;
}

.ui-widget-content {
    background: #dedede;
    height: 5px;
    border: none;
    padding: 0;
}

.ui-slider-horizontal .ui-slider-handle {
    -ms-touch-action: none;
    touch-action: none;
    background: #f7f7f7;
    width: 17px;
    height: 38px;
    padding: 0;
    top: -19px;
    border: none;
    cursor: pointer;
    z-index: 2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    user-select: none !important;
    -moz-user-select: none !important;
}

.scroll-slider-container a,
.scroll-slider-container input {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: default;
}

.amount-left,
.amount-right {
    float: left;
    margin: 30px 0 0 !important;
    display: inline-block;
    font-size: 11px !important;
    color: #616161;
    border: 1px solid #e0e0e0;
    padding: 4px;
    width: 66px;
    position: relative;
}

.price-filter .amount-left:before,
.price-filter .amount-right:before {
    content: "$";
}

.amount-right {
    float: right;
}

.table-loose-diamond {
    position: relative;
}

.table-seciton table th {
    background: #f7f7f7;
    font-size: 12px;
    font-weight: bold;
    color: #616161;
    padding: 15px 10px;
    text-transform: uppercase;
    border: none !important;
    border-bottom: 1px solid #F7F7F7 !important;
}

.table-seciton table td {
    padding: 11px 10px 11px;
    border-bottom: 1px solid #e0e0e0;
}

.table-v-middle table td {
    vertical-align: middle;
}

.table-seciton table tr:last-child td {
    border-bottom: none;
}

.table-seciton table td:last-child,
.table-seciton table th:last-child {
    border-right: none;
    text-align: center;
}

.table-seciton table td:first-child {
    border-left: 1px solid #e0e0e0;
}

.table-seciton table tr {
    cursor: pointer;
}

.table-loose-diamond .pagination {
    width: 100%;
    text-align: center;
    padding: 25px 0 0;
}

/*.table-seciton table tr:hover td:first-child,
        .table-seciton table tr.every-active td:first-child {
            border-left: 2px solid #f89842;
        }*/
#tblProducts td {
    vertical-align: middle;
    padding: 1px 3px 2px;
    text-align: center;
}

#tblProducts th {
    text-align: center;
}

.table-loose-diamond table td:first-child {
    border-left: 3px solid transparent;
}

/*.table-loose-diamond table tr:hover td:first-child,*/
.table-loose-diamond table tr:hover td:first-child,
.table-loose-diamond table tr.every-active td:first-child,
.table-loose-diamond table tr:hover td:first-child {
    border-left: 3px solid #f89842;
}

/*.table-seciton table tr:hover td,*/
.table-seciton table tr:hover td,
.table-seciton table tr.every-active td,
.table-seciton table tr.every-active:hover td {
    background: #fff0de;
}

.table-seciton table tr.every-active td {
    border-bottom-color: #f0f0f0;
}

.table-seciton table tr.every-active-last td {
    border-bottom: 1px solid #e0e0e0;
}

.pair-table table td {
    border-bottom: 1px solid #fff;
}

    .pair-table table td.price, .pair-table tr:nth-child(2n+1) td {
        border-bottom: 1px solid #e0e0e0;
    }

.pair-table table tr:hover td {
    background: none;
}

    .pair-table table tr:hover td:first-child {
        border-left: 3px solid #e0e0e0;
    }

.table-compare {
    border: none;
}

    .table-compare table th {
        background: none;
        color: #616161;
        font-weight: normal;
        font-size: 12px;
        border: 1px solid #e0e0e0 !important;
        border-left: none !important;
    }

        .table-compare table th.first-empty {
            width: 320px;
        }

        .table-compare table th:last-child,
        .table-compare table td:last-child {
            border-right: none !important;
        }

    .table-compare table td {
        border-right: 1px solid #e0e0e0;
    }

        .table-compare table td:first-child {
            border-left: 1px solid #e0e0e0;
        }

    .table-compare table tr:hover td:first-child {
        border-left: 3px solid #f89842;
    }

.diamond-contain {
    position: relative;
    text-align: center;
    padding: 10px 0 0;
}

.diamond-img {
    max-width: 74px;
    margin: 0 auto 15px;
}

.diamond-contain .btn {
    min-width: 125px;
    padding: 5px 10px 4px;
}

.diamond-contain p {
    padding: 0 0 8px;
}

.diamond-contain .para-lg {
    padding-bottom: 15px;
}

.section-info {
    font-size: 18px;
    padding-top: 20px;
}

    .section-info p {
        padding: 0 0 2px;
    }

    .section-info .red {
        color: #e63f10;
    }

.stud-info-sm {
    font-size: 14px;
    color: #424242;
}

    .stud-info-sm p {
        margin: 10px 0 5px;
    }

.diamond-items {
    padding: 0 0 15px;
}

    .diamond-items ul,
    .diamond-items li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .diamond-items ul {
        display: flex;
    }

    .diamond-items li {
        padding: 0 7px 5px 0;
    }

    .diamond-items a {
        display: inline-block;
        padding: 0 5px 8px;
        border-bottom: 3px solid transparent;
    }

        .diamond-items a img {
            max-height: 30px;
        }

        .diamond-items a:hover,
        .diamond-items li.active a {
            border-color: #fa9936;
        }

.info-box .diamond-btns {
    padding: 20px 0 10px;
}

    .info-box .diamond-btns .btn {
        font-size: 12px;
        padding: 7px 14px;
    }

.diamond-btns .btn {
    font-size: 11px;
    padding: 9px 14px;
}

div.desc {
    display: none;
    width: 100%;
}

    div.desc .filter-wrap {
        margin: 30px 0 0;
    }

        div.desc .filter-wrap .filter-wrap-inner {
            width: 100%;
        }

.select-desc-wrap {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding-right: 35px;
}

div.desc select {
    min-width: 180px;
    display: block;
    padding: 10px;
    margin: 15px 0 0;
}

.informaiton-contain {
    padding: 40px;
}

.compare-link {
    display: inline-block;
    min-width: 60px;
    border: 1px solid #b5b5b5;
    padding: 4px 4px 3px;
    border-radius: 3px;
}

    .compare-link:hover {
        border: 1px solid #f8b868;
    }

    .compare-link span,
    .compare-link img {
        display: inline-block;
        vertical-align: middle;
    }

    .compare-link .sep {
        background: #b5b5b5;
        height: 20px;
        width: 1px;
        margin: 0 3px;
    }

@media (max-width: 1200px) {
    .table-seciton table td {
        padding: 9px 10px 5px;
    }

    .filter-advance-options {
        margin-right: -75px;
    }

    .filter-checkbox h4 {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .section-info {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding-top: 10px;
    }

    .diamond-items {
        padding: 0 0 10px;
        order: -1;
    }

        .diamond-items ul {
            justify-content: center;
        }
}

@media (max-width: 992px) {
    .filter-advance-options {
        margin-right: 0;
    }

    .filter-bg {
        margin: 0;
    }

    .reset-filter {
        position: static;
        margin: 0 15px;
    }

    .filter-bg-tablet {
        display: none;
    }

    .need-help {
        display: none;
    }

    .loose-diamond-section .tabs {
        float: none;
    }

        .loose-diamond-section .tabs li {
            width: 33.33%;
            border: none;
        }

    .tabs-loose-diamond li::after {
        display: none;
    }

    .loose-diamond-section .tabs a img {
        display: none;
    }

    .table-seciton table th {
        padding: 15px 5px;
    }

    .table-seciton table td {
        padding: 16px 5px;
    }



    .row-reverse-tablet {
        flex-direction: column-reverse;
    }

    .diamond-btns {
        margin: 0 0 20px;
    }

    .certificate-diamond {
        padding: 10px 0 0;
    }

    .filter-advance-options {
        background: #fafafa;
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .loose-diamond-row > .col-md-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .loose-diamond-row > .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .table-seciton table th {
        font-size: 10px;
    }

    .table-loose-diamond .pagination {
        position: static;
        border-top: 1px solid #e0e0e0;
        margin: 0 0 15px;
        padding-top: 15px;
    }

    .switch-loose-diaomond {
        padding: 20px 15px;
    }

    .slider-switch {
        padding-top: 35px;
    }

    .filter-wrap {
        display: block;
        margin: 0;
    }

    .reset-wrap .need-help {
        display: inline-block;
    }

    .reset-wrap .reset-filter {
        margin: 0;
    }

    .reset-wrap .need-help {
        font-size: 12px;
        padding: 12px 10px;
    }

    .filter-wrap .filter-wrap-inner {
        width: 100%;
    }

    .filter-items .shapes-area li,
    .filter-items .shapes-area li.all-txt {
        width: 16.666% !important;
        margin: 0 !important;
    }

    .filter-items .shapes-area li {
        border: 1px solid #e0e0e0;
    }

    .switch-tabs-wrap {
        padding-bottom: 5px;
    }

        .filter-items li a,
        .switch-tabs-wrap .switch-tabs .switch-content ul li a {
            border: none !important;
            font-size: 10px;
        }

    .filter-advance-options {
        background: none;
        padding: 10px 15px 0;
    }

    .filter-checkbox {
        display: block;
        margin: 0;
    }

        .filter-checkbox h4 {
            text-align: center;
            margin: 0 0 20px;
        }

            .filter-checkbox h4 a {
                background: url(../images/product/down-arrow.png) right center no-repeat;
                display: inline-block;
                padding-right: 17px;
            }

                .filter-checkbox h4 a.active {
                    background: url(../images/product/down-up.png) right center no-repeat;
                }

    .checkbox-mobile-wrap {
        display: flex;
        flex-wrap: wrap;
    }

        .checkbox-mobile-wrap .check-mobile {
            width: 33.33%;
            padding: 0 0 15px;
        }

    .filter-items {
        margin: 0;
    }

        .filter-items.filter-four .shapes-area li,
        .filter-items.filter-four .shapes-area li.all-txt {
            width: 25% !important;
        }

        .filter-items.filter-five .shapes-area li,
        .filter-items.filter-five .shapes-area li.all-txt {
            width: 20% !important;
        }

        .filter-items.filter-eight .shapes-area li,
        .filter-items.filter-eight .shapes-area li.all-txt {
            width: 12.5% !important;
        }

    .filter-checkbox label {
        font-size: 13px;
    }

    .select-desc-wrap {
        padding-right: 0;
    }

    .filter-wrap {
        margin: 0 0 20px;
    }

    .filter-bg {
        background: none;
        padding: 0;
    }

    .filter-wrap > label {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    .filter-items .shapes-area li.all-txt {
        display: none;
    }

    .filter-items .shapes-area li {
        width: 10% !important;
    }

    .filter-items.filter-eight .shapes-area li,
    .filter-items.filter-eight .shapes-area li.all-txt {
        width: 14.28571428571429% !important;
    }

    .filter-items.filter-five .shapes-area li,
    .filter-items.filter-five .shapes-area li.all-txt {
        width: 25% !important;
    }

    .filter-items.filter-four .shapes-area li,
    .filter-items.filter-four .shapes-area li.all-txt {
        width: 33.33% !important;
    }

    .filter-items .shapes-area li a {
        height: 40px;
        line-height: 40px;
    }

    .filter-items .shapes-area li img {
        max-width: 75%;
    }

    .scroll-slider-container {
        margin: 0 5px 60px;
    }

    .table-loose-diamond {
        margin: 0 -15px;
    }

    .table-seciton table th {
        padding: 15px 4px;
    }

    .table-seciton table td {
        padding: 7px 4px;
    }

    .loose-diamond-section .no-border-mobile {
        border: none;
        box-shadow: none;
        margin: 0;
    }

    .diamond-detail-in {
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    .diamond-detail-title {
        margin: 0;
    }

    .back-to-diamonds {
        text-decoration: underline !important;
        background: url(../images/arrow-left-orange.png) left center no-repeat;
        background-size: 8px auto;
        color: #fa9936;
        font-weight: bold;
        padding-left: 15px;
        font-size: 13px;
        display: inline-block;
    }

    .info-box .diamond-btns {
        margin: 0;
    }

    .filter-checkbox label {
        margin-right: 0;
    }

    .pagination-mob {
        display: none;
    }

    .loose-diamond-section .tabs-content {
        margin-bottom: 10px;
    }

    .loose-diamond-section .tabs-content {
        padding: 15px;
    }

    .diamond-contain .btn {
        min-width: inherit;
    }
}

.section-img iframe {
    background: url(/images/tri-loading.gif) no-repeat 50% 25%;
}
