.tt-custom-page-body {
    width: 100%;
}

/* Css for left box */
.warranty_page .custom-page-main .warranty_title_section {
    color: #000;
    margin: 0;
    padding-bottom: 24px;
}

.warranty_page .custom-page-main .warranty_title_section h1 {
    margin: 0;
}

.warranty_page .custom-page-main .warranty_description_section {
    color: #666666;
    padding-bottom: 24px;
}

.warranty_page .custom-page-main .warranty_description_section p {
    margin: 0;
}

.warranty_page .custom-page-main .warranty_description_section p a {
    color: #666666;
    text-decoration: underline;
    text-transform: none;
    transition: all 0.25s ease-in-out;
}

.warranty_page .custom-page-main .warranty_description_section p a:hover {
    text-decoration: none;
    background-color: #6666661a;
}

.warranty_page .custom-page-main .warranty_form_section {
    width: 100%;
    margin: 0 0 24px;
}

/* Css for warranty input section */
.warranty_page .custom-page-main .warranty_form_section .warranty_input_section {
    height: 100%;
    position: relative;
}

.warranty_page .custom-page-main .warranty_form_section .warranty_input_section label {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 20px;
    left: 10px;
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    z-index: 1;
    color: #000000;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.warranty_page .custom-page-main .warranty_form_section .warranty_input_section:focus label,
.warranty_page .custom-page-main .warranty_form_section .warranty_input_section.focused label {
    font-size: 12px;
    top: 5px;
    color: #B2B2B2;
}

.warranty_page .custom-page-main .warranty_form_section .warranty_input_section label::after {
    content: "*";
    color: #DF1B12;
    margin-left: 2px;
}

.warranty_page .custom-page-main .warranty_form_section .warranty_input_section input {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 15px 10px 0px 10px;
    width: 100%;
}

.warranty_page .custom-page-main .warranty_form_section .warranty_input_section input.invalid_input {
    border: 1px solid #DF1B12;
}

.warranty_page .custom-page-main .warranty_form_section .warranty_input_section .reset_button {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.warranty_page .custom-page-main .warranty_form_section .warranty_input_section .reset_button img {
    width: 12px;
    height: 12px;
}

.warranty_page .custom-page-main .warranty_form_section .warranty_input_section:focus .reset_button,
.warranty_page .custom-page-main .warranty_form_section .warranty_input_section.focused .reset_button {
    display: block;
}

/* End: Css for warranty input section */

/* Css for any button in the warranty form */

.warranty_page .custom-page-main .warranty_button_section {
    margin: 40px 0;
}

.warranty_page .custom-page-main .warranty_button_section .article_arrow_button {
    margin: 0;
}

.warranty_page .custom-page-main .warranty_button_section .button {
    background-color: #000000;
}

/* End: Css for any button in the warranty form */

/* Loader Js */
.warranty_page .custom-page-main .loaderJif {
    text-align: center;
    margin-top: 40px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.warranty_page .custom-page-main .loaderJif img {
    width: 40px;
}

.warranty_page .custom-page-main .loaderJif.zd_opacity {
    opacity: 0;
}
/* End: Loader Js */

/* Css for result section */
.warranty_page .custom-page-main .detail_warranty_section {
    margin: 40px 0;
}

.warranty_page .custom-page-main .detail_warranty_section .warranty_device_image {
    width: 100%;
}

.warranty_page .custom-page-main .detail_warranty_section .warranty_device_image img {
    width: 120px;
    height: auto;
}

.warranty_page .custom-page-main .detail_warranty_section .warrant_result_heading {
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 24px;
}

.warranty_page .custom-page-main .detail_warranty_section .warrant_result_subtext {
    color: #666666;
    margin-top: 12px;
}

/* End: Css for result section */



.warranty_error_message_section {
    color: #DF1B12;
    margin: 12px 0 0;
}

/* End: Css for left box */


/* Css for right box */
.warranty_video_section {
    width: 100%;
}

.warranty-video-header {
    font-size: 20px;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #000;
    padding-bottom: 12px;
    margin: 0;
}

.warranty-video-block {
    width: 100%;
}

.warranty-video-block .warranty-video-container {
    margin-bottom: 24px;
}

.warranty-video-block .warranty-video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.warranty-iframe_description {
    margin: 0;
    color: #666666;
}

.warranty-iframe_description a {
    color: #666666;
    text-decoration: underline;
    text-transform: none;
    transition: all 0.25s ease-in-out;
}

.warranty-iframe_description a:hover {
    text-decoration: none;
    background-color: #6666661a;
}