﻿
.web-img-title::before {
    background: #000;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.web-img-title::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: "";
    background-image: url('../../images/termsandconditions/termsandconditions-top-bg.jpg');
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    opacity: 1;
}

p {
    text-align: justify;
}

ul, ol {
    padding-inline-start: 16px;
}

.content-box p {
    /* text-align: justify; */
    text-align: start;
    color: #ccc;
}

.content-box h5, .content-box p {
    /* margin: 0; */
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.content-box h5 {
    font-weight: 600;
}

.content-box ul > li {
    color: #ccc;
}


    .content-box ul > li > ul > li {
        /* padding-left: 2rem; */
        color: #ccc;
    }



.content-box > ul > li > h5 {
    color: #ff6400;
    font-family: 'Aldrich','Microsoft JhengHei', sans-serif;
}

.content-box > ul > li > ul > li > h5 {
    color: #fcca46;
}

.content-box > ul > li > ul > li > ul > li > h5 {
    color: #fff;
}

.warrantyLi > li > ul > li {
    padding-left: 0rem !important;
}

.content-box > ul > li > ul > li > p {
    margin-bottom: 15px;
}


.content-box > ul > li > ul > li > ul > li {
    /* padding-left: 2.8rem; */
}

.warrantyLi > li > ul > li > ul > li {
    /* padding-left: 1.5rem !important; */
}

.content-box > ul > li > ul > li > ul > li > p {
    margin-bottom: 15px;
}

.content-box .text-d {
    margin-left: 1.5rem;
    text-indent: -1.5rem;
}

table {
    width: 100%;
}

th, td {
    padding: 5px;
    border: 1px solid #666;
    vertical-align: top;
    font-size: 16px;
}

th {
    text-align: center;
    background: #000;
}

.warrantytable > tbody > tr > th:nth-child(1) {
    width: 300px;
    min-width: 300px;
}

.warrantytable > tbody > tr > th:nth-child(2) {
    width: 400px;
    min-width: 400px;
}

.warrantytable th:nth-child(3) {
    width: auto;
    min-width: calc(100% - 700px);
}

tbody tr:nth-child(2n-1) {
    background: #333;
}

.warrantytable > tbody > tr > td table.warrantytable > tbody > tr > th:nth-child(1) {
    width: auto;
    min-width: auto;
}

.warrantytable > tbody > tr > td table.warrantytable > tbody > tr > th:nth-child(2) {
    width: auto;
    min-width: auto;
}

.warrantytable > tbody > tr > td table.warrantytable th:nth-child(3) {
    width: auto;
    min-width: auto;
}

/* .warrantytable tbody tr td:nth-last-child(3),
.warrantytable tbody tr td:nth-last-child(4){
	text-align: center;
} */

.text-d {
    text-align: left;
    margin-left: 1.5rem;
    text-indent: -1.5rem;
}

.rma-tag-box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.rma-tag-btn {
    position: relative;
    display: inline-block;
    padding: 10px 12px;
    background: #444;
    color: #fff;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s all;
}

    .rma-tag-btn:hover {
        background: #ccc;
        color: #000;
    }

.tag-btn-active {
    background: #ccc;
    color: #000;
}

    .tag-btn-active:focus {
        color: #000;
    }





.rma-div-1 .content-box > ul > li > h5,
.rma-div-2 .content-box > ul > li > h5 {
    color: #ff6400;
    /* margin-bottom: 15px; */
}

.rma-div-1 .content-box > ul > li > ul > li > h5,
.rma-div-2 .content-box > ul > li > ul > li > h5 {
    color: #fcca46;
}

.rma-div-1 .content-box > ul > li > ul > li > p,
.rma-div-2 .content-box > ul > li > ul > li > p {
    margin-bottom: 15px;
}

.rma-div-1 .content-box > ul > li > ul > li > ul > li,
.rma-div-2 .content-box > ul > li > ul > li > ul > li {
    padding-left: 2.2rem;
}

    .rma-div-1 .content-box > ul > li > ul > li > ul > li > h5,
    .rma-div-2 .content-box > ul > li > ul > li > ul > li > h5 {
        /* color:#ccc; */
        color: #ccc;
        font-size: 16px;
    }

.rma-div-1 > .content-box > ul > li > ul > li > ul > li > p,
.rma-div-2 > .content-box > ul > li > ul > li > ul > li > p {
    margin-bottom: 15px;
    /* color: #aaa; */
    color: #ccc;
}

.rma-div-1 .content-box > ul > li > ul > li > ul > li > ul > li > p,
.rma-div-2 .content-box > ul > li > ul > li > ul > li > ul > li > p {
    /* color:#999; */
    color: #ccc;
    font-size: 16px;
}
