.warranty_banner {
    position: relative;
}
.warranty_banner img {
    width: 100%;
}
.banner_title {
    color: rgb(255, 255, 255);
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 3.7rem;
    letter-spacing: 0rem;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
}

ul.warranty_tabs {
    width: 54.68%;
    min-width: 840px;
    margin:77px auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(230, 230, 230);
}

ul.warranty_tabs li {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    height: 44px;
    border-bottom: 5px solid transparent;
    margin-right: 50px;
    cursor: pointer;
}

ul.warranty_tabs li a {
    display: inline-block;
    height: 100%;
}

ul.warranty_tabs .checked {
    border-bottom: 5px solid rgb(255, 139, 0);
    font-weight: 700;
}
.warranty_page{
    width: 54.68%;
    min-width: 840px;
    margin: 110px auto 0;
    padding-bottom: 115px;
    border-bottom: 1px solid #f2f2f2;
}
.warranty_title{
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    font-size: 27px;
    padding-bottom: 75px;
    border-bottom: 1px solid #f2f2f2;
}
.warn_title2{
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    font-size: 15px;
    margin-top: 70px;
    line-height: 2;
}
.link_color{
    text-decoration: underline !important;
    color: #FF8B00 !important;
}
.warn_con>li{
    list-style-type: decimal;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 2;
    
}
.warn_con{
    padding-left: 15px;
}
.warn_con2{
    padding-left: 20px;
}
.warn_con2>li{
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 2;
    list-style-type: disc;
}
.warn_table{
    text-align: center;
    margin: 35px 0;
}
.warn_table tr td,.warn_table tr th{
    height: 40px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    font-size: 15px;
    
}
.warn_table tr:first-of-type th:first-of-type{
    width: 250px;
}
.warn_table tr:first-of-type th{
    width: 180px;
}

.guidelines {
    padding-top: 35px;
    font-size: 15px;
}

.guidelines > a {
    font-weight: 700;
    color: #FF8B00 !important;
}

.guidelines > img {
    cursor: pointer;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 5px;
}

.online_from {
    max-width: 1200px !important;
}
#myp_pagewarranty {
    width: 54.68% !important;
    min-width: 840px;
    margin: 0 auto;
}

.friendly_reminder {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.friendly_reminder .h_title {
    /* font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 15px; */
    margin-top: 100px;
    margin-bottom: 25px;
}
.friendly_reminder a {
    color: #FF8B00;
    text-decoration: underline;
}

.warranty_table {
    display: flex;
    align-items: center;
    justify-content: center !important;
}
.warranty_table>p {
    margin: 0 30px 30px 30px !important;
    font-size: 15px !important;
}
.myp_grup>label {
    font-size: 14px !important;
}
.product_sku_div ul {
    box-sizing: border-box;
    border: 1px solid rgb(229, 229, 229);
    padding: 10px 0;
    max-height: 200px;
    overflow-y: auto;
    min-height: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product_sku_div li {
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
    width: calc(25% - 20px);
    margin: 5px 10px;
}
.product_sku_div li label {
    color: rgb(158, 158, 166);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    position: absolute;
    padding-left: 60px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    left: 0;
    top: 0;
}
input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    box-sizing: border-box;
    border: 1px solid rgb(196, 196, 196);
    background: rgb(255, 255, 255);
    padding: 0;
    outline: none !important;
    color: #fff;
    cursor: pointer !important;
    margin: 5px 20px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="checkbox"]:focus {
    border: 1px solid rgb(196, 196, 196);
    background: rgb(255, 255, 255);
}
input[type="checkbox"]:checked,
input[type="checkbox"]:checked:focus {
    border: 1px solid rgb(255, 139, 0);
    background: rgb(255, 139, 0);
}
input[type="checkbox"]:after {
    content: "\2713";
}
input[type="checkbox"]:disabled {
    cursor: not-allowed !important;
    border-color: #c2c2c2;
}
input[type="checkbox"]:disabled+label {
    cursor: not-allowed !important;
    color: #c2c2c2;
}
#online_submit, #offline_submit {
    display: block;
    margin: 0 auto;
    background: rgb(255, 139, 0) !important;
}
#offline_platform {
    width: 100%;
}
.warranty_tabs > li > a:hover {
    color: #ff8b00;
}

.after_sales_service {
    display: flex;
    justify-content: center;
    /* padding-top: 50px; */
}
.after_sales_service .content {
    display: inline-block;
    max-width: 800px;
}
.after_sales_service p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 20px;
}
.after_sales_service p a {
    color: #ff8b00;
    text-decoration: underline;
}
.com_inputfa textarea {
    width: 100%;
    height: 150px;
    padding: 10px 20px;
}