/* Repair/Return Form style begins here */


/* Repair style begins here */

@media (max-width: 767.98px) {
    #Repair {
        padding-top: 20px;
    }
}

#Repair .instructions {
    padding: 0 5px 40px;
}

@media (max-width: 767.98px) {
    #Repair .instructions {
        padding: 0 0 30px;
    }
}

#Repair p {
    color: #707372;
    font-size: 18px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 40px;
}

#Repair .wrap {
    position: relative;
}

#Repair .wrap img {
    margin-bottom: 15px;
}

#Repair .wrap p {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    line-height: 130%;
    margin-bottom: 0;
}

#Repair .wrap p span {
    color: #e51d38;
}

#Repair .wrap p.note {
    font-style: italic;
    font-weight: 500;
    padding-top: 20px;
}

#Repair .wrap.block-border {
    padding-right: 30px;
}

@media (max-width: 767.98px) {
    #Repair .wrap.block-border {
        padding-right: 0;
        padding-bottom: 30px;
    }
}

#Repair .wrap.block-border::before {
    position: absolute;
    content: "";
    border-right: 1px solid #c7c9c7;
    right: 0;
    z-index: 1;
    height: 100px;
    top: 24px;
}

@media (max-width: 767.98px) {
    #Repair .wrap.block-border::before {
        content: none;
    }
}


/* Step to fill form begins here */

.step-for-repair {
    background-color: #f6f6f6;
    padding: 50px 0;
}

@media (max-width: 575.98px) {
    .step-for-repair {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .step-for-repair {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.step-for-repair ul {
    width: 760px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    counter-reset: count1;
}

@media (max-width: 575.98px) {
    .step-for-repair ul {
        width: 210px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .step-for-repair ul {
        width: 400px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .step-for-repair ul {
        width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .step-for-repair ul {
        width: 100%;
    }
}

.step-for-repair ul li {
    width: calc(50% - 20px);
    float: left;
    list-style-type: none;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .step-for-repair ul li {
        width: calc(48% - 20px);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .step-for-repair ul li {
        width: calc(48% - 20px);
    }
}

.step-for-repair ul li:last-child {
    width: 40px;
}

.step-for-repair ul li::before {
    content: counter(count1);
    counter-increment: count1;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    background: #707372;
    border-radius: 50%;
    text-align: center;
}

.step-for-repair ul li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #707372;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.step-for-repair ul li.active::before {
    background: #e51d38;
}

.step-for-repair ul li.active span {
    color: #e51d38;
}

.step-for-repair ul li.prev.active::before {
    background: #00a651;
    content: "\f00c";
    font-family: katena;
}

.step-for-repair ul li.prev.active span {
    color: #2e2e2e;
}

.step-for-repair ul li span {
    color: #707372;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 54px;
    display: block;
    width: 150px;
    text-align: center;
    left: -58px;
    z-index: 99;
}

@media (max-width: 575.98px) {
    .step-for-repair ul li span {
        font-size: 12px;
        width: 100px;
        left: -29px;
    }
}


/* Step to fill form begins here */


/* Repair style ends here */


/* Return style begins here */

#Return {
    padding-bottom: 30px;
}

@media (max-width: 767.98px) {
    #Return {
        padding-top: 20px;
    }
}

#Return p {
    color: #707372;
    font-size: 18px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    line-height: 140%;
    margin-bottom: 10px;
}

#Return p.return-intro {
    padding: 0 10%;
}

@media (max-width: 767.98px) {
    #Return p.return-intro {
        padding: 0;
    }
}

#Return a {
    color: #e51d38;
    font-size: 18px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
}

#Return a span {
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    position: relative;
    left: -10px;
    top: 5px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

#Return a span i {
    font-size: 24px;
    line-height: 20px;
}

#Return a:hover span {
    visibility: visible;
    left: -4px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

#FormSection.return-progress .step-for-repair ul {
    width: 330px;
}

@media (max-width: 767.98px) {
    #FormSection.return-progress .step-for-repair ul {
        width: 250px;
    }
}

#FormSection.return-progress .step-for-repair ul li {
    width: calc(93% - 20px);
}

@media (max-width: 767.98px) {
    #FormSection.return-progress .step-for-repair ul li {
        width: calc(92% - 20px);
    }
}

#FormSection.return-progress .step-for-repair ul li:last-child {
    width: 40px;
}

#FormSection.return-progress .footnote {
    color: #282828;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}

#RepairForm .thank-you,
#ReturnForm .thank-you {
    padding: 30px 15px;
}

#RepairForm .thank-you h1,
#ReturnForm .thank-you h1 {
    font-size: 22px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    color: #282828;
    margin: 0;
    text-align: center;
    line-height: 150%;
}

#RepairForm .thank-you h1 a,
#ReturnForm .thank-you h1 a {
    color: #e51d38;
    font-size: 22px!important;
}

.ie10 .support-repairs-index .page-wrapper,
.ie11 .support-repairs-index .page-wrapper {
    height: auto;
}


/* Return style ends here */


/* Repair/Return Form style ends here */


/* Find My Repo style begins here */

.repo-descp {
    text-align: center;
}

@media (max-width: 767.98px) {
    .repo-descp {
        padding-top: 30px;
    }
}

.repo-descp h2 {
    color: #707372;
    font-size: 18px;
    line-height: 100%;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}

#RepoSearch {
    background: #f6f6f6;
    padding: 30px 0 20px;
    text-align: center;
}

#RepoSearch .repo-wrapper .form-group {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
    margin-right: 10px;
    position: relative;
}

#RepoSearch .repo-wrapper .form-group .errormsg {
    top: 1px;
    right: 10px;
    background: #FFFFFF;
}

@media (max-width: 575.98px) {
    #RepoSearch .repo-wrapper .form-group {
        margin-right: 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    #RepoSearch .repo-wrapper .form-group {
        margin-right: 10px;
    }
}

#RepoSearch .repo-wrapper .form-group:last-child {
    margin-right: 0;
}

#RepoSearch .repo-wrapper .left-dr {
    background: #c7c9c7;
    width: 1px;
    display: inline-block;
    height: 38px;
    vertical-align: top;
    margin: 0 40px;
}

@media (max-width: 767.98px) {
    #RepoSearch .repo-wrapper .left-dr {
        display: none;
    }
}

#RepoSearch .repo-wrapper p {
    font-family: "proxima-nova", sans-serif;
    color: #2e2e2e;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
}

#RepoSearch .form-group input.search-prod,
#RepoSearch .form-group select {
    font-family: "proxima-nova", sans-serif;
    color: #282828;
    font-size: 16px;
    border: 1px solid #c7c9c7;
    width: 250px;
    height: 40px;
    padding: 8px 20px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

#RepoSearch .form-group select {
    background: #FFFFFF url("../images/select-dropdown.png") no-repeat 93% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    color: #282828;
}

#RepoSearch .form-group select option {
    color: #282828;
}

#RepoSearch .form-group input.search {
    font-family: "proxima-nova", sans-serif;
    color: #FFFFFF;
    background: #e51d38;
    border: 1px solid #e51d38;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 40px;
    cursor: pointer;
}

#RepoSearch .form-group input.search:hover {
    color: #282828;
    background: #FFFFFF;
    border: 1px solid #cbcdcb;
}

.find-details .fr-wrapper {
    padding: 40px 0 20px;
}

@media (max-width: 767.98px) {
    .find-details .fr-wrapper {
        padding-top: 20px;
    }
}

.find-details .fr-wrapper .divider {
    float: left;
    background: #f0f1f1;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    clear: both;
}

@media (max-width: 575.98px) {
    .find-details .fr-wrapper .divider {
        margin-bottom: 0;
        display: none;
    }
}

.find-details .fr-wrapper .divider:last-child {
    display: none;
}

.find-details .fr-wrapper .each-fr {
    width: 23%;
    float: left;
    position: relative;
    margin-right: 30px;
    margin-bottom: 40px;
    padding-right: 30px;
}

@media (max-width: 575.98px) {
    .find-details .fr-wrapper .each-fr {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        padding-right: 0;
        border-bottom: 1px solid #e3e4e3;
        padding-bottom: 20px;
    }
    .find-details .fr-wrapper .each-fr:last-child {
        border-bottom: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .find-details .fr-wrapper .each-fr {
        width: 47%;
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .find-details .fr-wrapper .each-fr {
        width: 47%;
        margin-right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .find-details .fr-wrapper .each-fr {
        width: 47%;
        margin-right: 30px;
    }
}

.find-details .fr-wrapper .each-fr::after {
    content: "";
    border-right: 3px solid #e3e4e3;
    position: absolute;
    top: 0;
    height: 288px;
    right: 0;
}

@media (max-width: 575.98px) {
    .find-details .fr-wrapper .each-fr::after {
        content: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .find-details .fr-wrapper .each-fr::after {
        height: 323px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .find-details .fr-wrapper .each-fr::after {
        height: 282px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .find-details .fr-wrapper .each-fr::after {
        height: 282px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .find-details .fr-wrapper .each-fr:nth-of-type(2n) {
        margin-right: 0;
        padding-right: 0;
    }
    .find-details .fr-wrapper .each-fr:nth-of-type(2n)::after {
        border-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .find-details .fr-wrapper .each-fr:nth-of-type(2n) {
        margin-right: 0;
        padding-right: 0;
    }
    .find-details .fr-wrapper .each-fr:nth-of-type(2n)::after {
        border-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .find-details .fr-wrapper .each-fr:nth-of-type(2n) {
        margin-right: 0;
        padding-right: 0;
    }
    .find-details .fr-wrapper .each-fr:nth-of-type(2n)::after {
        border-right: 0;
    }
}

.find-details .fr-wrapper .each-fr:nth-of-type(4n) {
    margin-right: 0;
    padding-right: 0;
}

.find-details .fr-wrapper .each-fr:nth-of-type(4n)::after {
    border-right: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .find-details .fr-wrapper .each-fr:nth-of-type(4n)::after {
        border-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .find-details .fr-wrapper .each-fr:nth-of-type(4n)::after {
        border-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .find-details .fr-wrapper .each-fr:nth-of-type(4n)::after {
        border-right: 0;
    }
}

.find-details .fr-wrapper .each-fr .prod-line .title {
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 14px;
}

.find-details .fr-wrapper .each-fr .prod-line .list span {
    background: #e9e9e9;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
    color: #282828;
    font-size: 14px;
    margin-right: 12px;
    margin-bottom: 14px;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .find-details .fr-wrapper .each-fr .prod-line .list span {
        margin-right: 9px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .find-details .fr-wrapper .each-fr .prod-line .list span:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .find-details .fr-wrapper .each-fr.international {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .find-details .fr-wrapper .each-fr.international {
        width: 36%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .find-details .fr-wrapper .each-fr.international {
        width: 40%;
    }
}

.find-details .fr-wrapper .each-fr.international::after {
    height: 260px;
}

@media (max-width: 575.98px) {
    .find-details .fr-wrapper .each-fr.international::after {
        border-right: 0;
    }
}

.find-details .fr-wrapper h4 {
    font-family: "proxima-nova", sans-serif;
    color: #282828;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
    padding-top: 20px;
}

.find-details .fr-wrapper .tel-no {
    margin-bottom: 25px;
}

.find-details .fr-wrapper .tel-no a {
    font-family: "proxima-nova", sans-serif;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
}

.find-details .fr-wrapper .tel-no span {
    padding-right: 5px;
    padding-left: 5px;
}

.find-details .fr-wrapper .tel-no span:last-child {
    display: none;
}

.find-details .fr-wrapper .tel-no i {
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
}

.find-details .fr-wrapper .tel-no .phone-lists {
    display: inline-block;
    width: 92%;
    padding-left: 14px;
}

.find-details .fr-wrapper .tel-no .phone-lists ul li {
    list-style: none;
}

.find-details .fr-wrapper .email {
    margin-bottom: 20px;
}

.find-details .fr-wrapper .email a {
    font-family: "proxima-nova", sans-serif;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    margin-bottom: 8px;
    word-break: break-all;
}

.find-details .fr-wrapper .email .emailadd {
    padding-left: 14px;
    display: inline-block;
    vertical-align: top;
    width: 92%;
}

@media (max-width: 767.98px) {
    .find-details .fr-wrapper .email .emailadd {
        width: 90%;
    }
}

.find-details .fr-wrapper .email .emailadd span {
    padding-right: 5px;
    padding-left: 5px;
}

.find-details .fr-wrapper .email .emailadd span:last-child {
    display: none;
}

.find-details .fr-wrapper .email .emailadd ul li {
    list-style: none;
}

.find-details .fr-wrapper .email .emailadd ul li a {
    word-break: break-all;
}

.find-details .fr-wrapper .email i {
    color: #282828;
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
}

.find-details .error-msg {
    font-size: 22px;
    font-family: "proxima-nova", sans-serif;
    line-height: 100%;
    font-weight: 700;
    padding-bottom: 20px;
}


/* Find My Repo style ends here */


/*  Regulatory style begins here */

.support-reg {
    padding-top: 30px;
}

.support-reg .tab-list {
    margin-bottom: 40px;
    text-align: center;
}

.support-reg .tab-list li {
    display: inline-block;
    border: 1px solid #c7c9c7;
    margin: 0 10px 0 10px;
}

@media (max-width: 767.98px) {
    .support-reg .tab-list li {
        margin-bottom: 20px;
    }
}

.support-reg .tab-list li a {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 12px 20px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
}

.support-reg .tab-list li.active,
.support-reg .tab-list li:hover {
    background: #e51d38;
    border: 1px solid #e51d38;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.support-reg .tab-list li.active a,
.support-reg .tab-list li:hover a {
    color: #FFFFFF;
}

@media (max-width: 1199.98px) {
    .support-reg .tab-list {
        display: none;
    }
}

.support-reg .mobile-filter {
    display: none;
}

@media (max-width: 1199.98px) {
    .support-reg .mobile-filter {
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    .support-reg .custom-dropdown {
        border: 1px solid #e51d38;
        width: 280px;
        margin: 0 auto 30px;
    }
    .support-reg .custom-dropdown .custom-dd-selected {
        background: url("../images/select-dropdown.png") no-repeat 94% center;
        padding: 10px 23px 8px;
        font-size: 18px;
        color: #e51d38;
        font-weight: 600;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
        font-family: "proxima-nova", sans-serif;
        cursor: pointer;
    }
    .support-reg .custom-dropdown .custom-dd-list {
        max-height: 216px;
        overflow-y: auto;
        display: none;
    }
    .support-reg .custom-dropdown .custom-dd-list ul li {
        list-style: none;
    }
    .support-reg .custom-dropdown .custom-dd-list ul li:hover,
    .support-reg .custom-dropdown .custom-dd-list ul li.active {
        background-color: #e51d38;
    }
    .support-reg .custom-dropdown .custom-dd-list ul li:hover a,
    .support-reg .custom-dropdown .custom-dd-list ul li.active a {
        color: #FFFFFF;
    }
    .support-reg .custom-dropdown .custom-dd-list ul li a {
        color: #282828;
        padding: 10px 23px 8px;
        font-size: 18px;
        font-family: "proxima-nova", sans-serif;
        display: block;
        line-height: 130%;
    }
}

.regulatory-blocks-wrap {
    padding-bottom: 30px;
}

.regulatory-blocks-wrap .each-reg-block {
    width: 100%;
    float: left;
    border: 1px solid #c1c4c4;
    margin: 0 0 30px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.regulatory-blocks-wrap .each-reg-block:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .regulatory-blocks-wrap .each-reg-block {
        width: 60%;
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
}

.regulatory-blocks-wrap .each-reg-block .reg-block-title {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    line-height: 130%;
    min-height: 73px;
    margin: 0 0 20px;
}

@media (max-width: 767.98px) {
    .regulatory-blocks-wrap .each-reg-block .reg-block-title {
        min-height: 0;
    }
}

.regulatory-blocks-wrap .each-reg-block .download-cta {
    color: #e51d38;
    font-size: 14px;
    font-weight: 800;
}

.regulatory-blocks-wrap .each-reg-block .download-cta span {
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: -10px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

.regulatory-blocks-wrap .each-reg-block .download-cta span i {
    font-size: 26px;
    line-height: 20px;
}

.regulatory-blocks-wrap .each-reg-block:hover span {
    visibility: visible;
    left: -4px;
    -webkit-transition: left .2s;
    transition: left .2s;
}

@media (max-width: 767.98px) {
    .regulatory-blocks-wrap.ifu-wrap {
        padding-top: 30px;
    }
}


/*  Regulatory style begins here */


/* ACT Program style begins here */

.act-intro-wrap {
    margin-top: 20px;
    margin-bottom: 35px;
}

@media (max-width: 767.98px) {
    .act-intro-wrap {
        margin-top: 40px;
    }
}

.act-intro-wrap .act-logo-wrap {
    border-right: 1px solid #c7c9c7;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .act-intro-wrap .act-logo-wrap {
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .act-intro-wrap .act-logo-wrap {
        padding-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .act-intro-wrap .act-logo-wrap {
        border-right: 0;
        padding-bottom: 30px;
        text-align: center;
    }
}

.act-intro-wrap .act-logo-wrap img {
    max-width: 100%;
    height: auto;
}

.act-intro-wrap .act-intro p {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #707372;
    line-height: 120%;
    margin: 0;
    padding-left: 30px;
}

@media (max-width: 1199.98px) {
    .act-intro-wrap .act-intro p {
        padding-left: 0;
    }
}

.act-intro-wrap .custom-padding {
    padding: 0 5px;
}

@media (max-width: 767.98px) {
    .act-intro-wrap .custom-padding {
        padding: 0;
    }
}

.act-program-detail-wrap {
    width: 100%;
    background-color: #f6f6f6;
    padding: 40px 0 0;
}

.act-program-detail-wrap .act-program-title {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 130%;
    text-align: center;
    margin: 0 0 40px;
}

.act-program-detail-wrap .act-pro-detail-block {
    padding: 0 5px;
}

.act-program-detail-wrap .act-pro-detail-block .actp-each-block {
    font-size: 0;
    margin-bottom: 50px;
    position: relative;
}

.act-program-detail-wrap .act-pro-detail-block .actp-each-block .actp-icon {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .act-program-detail-wrap .act-pro-detail-block .actp-each-block .actp-icon {
        width: 27%;
    }
}

.act-program-detail-wrap .act-pro-detail-block .actp-each-block .actp-desc {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    padding-right: 25px;
}

@media (max-width: 767.98px) {
    .act-program-detail-wrap .act-pro-detail-block .actp-each-block .actp-desc {
        padding-right: 0;
        padding-left: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .act-program-detail-wrap .act-pro-detail-block .actp-each-block .actp-desc {
        width: 73%;
        padding-right: 10px;
        padding-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .act-program-detail-wrap .act-pro-detail-block .actp-each-block .actp-desc {
        padding-right: 10px;
        padding-left: 20px;
    }
}

.act-program-detail-wrap .act-pro-detail-block .actp-each-block .actp-desc p {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 140%;
    margin: 0;
}

.act-program-detail-wrap .act-pro-detail-block .actp-each-block.right-br::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 60px;
    background-color: #c1c4c4;
}

@media (max-width: 767.98px) {
    .act-program-detail-wrap .act-pro-detail-block .actp-each-block.right-br::after {
        content: none;
    }
}

@media (max-width: 767.98px) {
    .act-program-detail-wrap .act-pro-detail-block .actp-each-block.right-br::after {
        height: 102px;
    }
}

.act-form-wrp {
    padding-top: 30px;
    text-align: center;
}

.act-form-wrp h2.req-text {
    color: #282828;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
}


/* ACT Program style ends here */


/* Faq style begins here */

#Faq {
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    #Faq {
        padding-top: 30px;
    }
}

#Faq ul.faq-list {
    text-align: center;
    padding: 0 0 30px;
}

#Faq ul.faq-list li {
    display: inline-block;
    border: 1px solid #c7c9c7;
    margin: 0 10px 0 10px;
}

@media (max-width: 767.98px) {
    #Faq ul.faq-list li {
        margin-bottom: 20px;
    }
}

#Faq ul.faq-list li a {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 12px 20px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    margin: 0;
}

#Faq ul.faq-list li.active,
#Faq ul.faq-list li:hover {
    background: #e51d38;
    border: 1px solid #e51d38;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#Faq ul.faq-list li.active a,
#Faq ul.faq-list li:hover a {
    color: #FFFFFF;
}

#Faq ul.faq-list li {
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    #Faq ul.faq-list {
        display: none;
    }
}

#Faq .mobile-filter {
    display: none;
}

@media (max-width: 1199.98px) {
    #Faq .mobile-filter {
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    #Faq .custom-dropdown {
        border: 1px solid #e51d38;
        width: 280px;
        margin: 30px auto 30px;
    }
    #Faq .custom-dropdown .custom-dd-selected {
        background: url("../images/select-dropdown.png") no-repeat 94% center;
        padding: 10px 23px 8px;
        font-size: 18px;
        color: #e51d38;
        font-weight: 600;
        -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
        font-family: "proxima-nova", sans-serif;
        cursor: pointer;
    }
    #Faq .custom-dropdown .custom-dd-list {
        max-height: 216px;
        overflow-y: auto;
        display: none;
    }
    #Faq .custom-dropdown .custom-dd-list ul li {
        list-style: none;
    }
    #Faq .custom-dropdown .custom-dd-list ul li:hover,
    #Faq .custom-dropdown .custom-dd-list ul li.active {
        background-color: #e51d38;
    }
    #Faq .custom-dropdown .custom-dd-list ul li:hover a,
    #Faq .custom-dropdown .custom-dd-list ul li.active a {
        color: #FFFFFF;
    }
    #Faq .custom-dropdown .custom-dd-list ul li a {
        color: #282828;
        padding: 10px 23px 8px;
        font-size: 18px;
        font-family: "proxima-nova", sans-serif;
        display: block;
        line-height: 130%;
    }
}

#Faq h2 {
    color: #282828;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #cbcdcb;
    padding-bottom: 12px;
    line-height: 100%;
    margin-bottom: 28px;
}

#Faq #FaqWrap {
    min-height: 10px !important;
    margin-bottom: 30px;
}

#Faq #FaqWrap .each-faq {
    padding: 20px;
    list-style-type: none;
}

#Faq #FaqWrap .each-faq:nth-child(2n+1) {
    background: #f5f6f5;
}

#Faq #FaqWrap .each-faq h4 {
    color: #282828;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 130%;
}

#Faq #FaqWrap .each-faq p {
    color: #707372;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
}

#Faq #FaqWrap .each-faq ul {
    padding-left: 20px;
}

#Faq #FaqWrap .each-faq ul li {
    color: #707372;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 8px 0;
}

#Faq #FaqWrap .each-faq a {
    color: #e51d38;
}

#Faq .holder {
    text-align: center;
}

#Faq .holder a {
    background-color: #FFFFFF;
    color: #2e2e2e;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    font-weight: 400;
    margin: 0 10px;
    padding: 5px 12px;
    border-bottom: 1px solid #2e2e2e;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    #Faq .holder a {
        margin: 0 8px;
        padding: 5px 8px;
    }
}

#Faq .holder a.jp-current,
#Faq .holder a:hover {
    background-color: #e51d38;
    color: #FFFFFF;
    border-bottom: 1px solid #e51d38;
    cursor: pointer;
}

#Faq .holder a.jp-previous,
#Faq .holder a.jp-next {
    cursor: pointer;
    position: relative;
    height: 38px;
    width: 40px;
}

#Faq .holder a.jp-previous::before,
#Faq .holder a.jp-next::before {
    font-size: 30px;
    line-height: 30px;
    font-family: "katena";
    position: absolute;
    color: #2e2e2e;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#Faq .holder a.jp-previous:hover,
#Faq .holder a.jp-next:hover {
    background-color: #e51d38;
}

#Faq .holder a.jp-previous:hover::before,
#Faq .holder a.jp-next:hover::before {
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    #Faq .holder a.jp-previous,
    #Faq .holder a.jp-next {
        width: 30px;
        height: 30px;
    }
}

#Faq .holder a.jp-previous {
    border-bottom: none;
}

#Faq .holder a.jp-previous::before {
    content: "\f01a";
}

#Faq .holder a.jp-previous:hover {
    border: none;
}

#Faq .holder a.jp-next {
    border-bottom: none;
}

#Faq .holder a.jp-next::before {
    content: "\f006";
}

#Faq .holder a.jp-next:hover {
    border: none;
}

#Faq .holder a.jp-disabled {
    opacity: 0;
}

#Faq .holder {
    margin-top: 20px;
}


/* Faq style ends here */


/* form style begins here */

#RepairForm {
    position: relative;
    overflow: hidden;
}

#RepairForm p.form-note {
    text-align: center;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

#RepairForm p.form-note a {
    color: #e51d38;
}

#RepairForm h2 {
    color: #282828;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
}

@media (max-width: 767.98px) {
    #RepairForm h2 {
        font-size: 22px;
    }
}

#ReturnForm {
    position: relative;
    overflow: hidden;
}

.fieldset {
    background-color: #FFF;
    width: 100%;
    padding: 50px 0;
    margin: 0;
}

@media (max-width: 767.98px) {
    .fieldset {
        padding: 30px 0;
    }
}

.fieldset.active-fs {
    z-index: 9;
}

form .form-wrapper {
    width: 410px;
    margin: 0 auto;
}

@media (max-width: 575.98px) {
    form .form-wrapper {
        width: 100%;
        padding: 0 15px;
    }
}

form .form-wrapper h2 {
    color: #282828;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
}

@media (max-width: 767.98px) {
    form .form-wrapper h2 {
        font-size: 22px;
    }
}

form .form-wrapper .form-group {
    position: relative;
    margin-bottom: 20px;
}

form .form-wrapper .form-group label {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 3px;
}

form .form-wrapper .form-group label span {
    color: #e51d38;
}

form .form-wrapper .form-group input {
    width: 100%;
    height: 40px;
    border: 1px solid #c7c9c7;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

form .form-wrapper .form-group input#Date {
    background: url("../images/date-icon.png") no-repeat 97% center;
    cursor: pointer;
}

form .form-wrapper .form-group select {
    background: url("../images/select-dropdown.png") no-repeat 97% center;
    width: 100%;
    height: 40px;
    border: 1px solid #c7c9c7;
    border-radius: 0;
    padding: 5px 25px 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
    cursor: pointer;
}

form .form-wrapper .form-group select::-ms-expand {
    display: none !important;
}

@media (max-width: 575.98px) {
    form .form-wrapper .form-group select {
        font-size: 12px;
    }
}

form .form-wrapper .form-group.btn-ctr {
    text-align: center;
    margin-bottom: 0;
}

form .form-wrapper .form-group.btn-ctr .repair-add {
    margin-bottom: 40px;
}

form .form-wrapper .form-group .form-control:focus {
    border-color: #c7c9c7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .form-wrapper .form-group #referencenum {
    background: #f1f1f1;
}

form .form-wrapper button {
    cursor: pointer;
}

form .form-wrapper button:hover,
form .form-wrapper button:focus {
    background: #FFFFFF !important;
    color: #e51d38;
    border: 1px solid #c7c9c7;
}

form .form-wrapper.repair p.form-note,
form .form-wrapper.returnform p.form-note {
    text-align: center;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

form .form-wrapper.repair p.form-note a,
form .form-wrapper.returnform p.form-note a {
    color: #e51d38;
}

form .shipping .shipping-add {
    border-bottom: 1px solid #eeefee;
    margin-bottom: 20px;
}

form .shipping .shipping-add p {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

form .shipping .shipping-add .yes-option,
form .shipping .shipping-add .no-option {
    display: inline-block;
    margin-right: 50px;
}

form .shipping .shipping-add .yes-option input,
form .shipping .shipping-add .no-option input {
    width: auto;
    height: auto;
}

form .shipping .shipping-add .yes-option span,
form .shipping .shipping-add .no-option span {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

form .shipping button {
    margin-right: 10px;
}

@media (max-width: 575.98px) {
    form .shipping button {
        margin-bottom: 10px;
    }
}

form .shipping button:last-child {
    margin-right: 0;
}

form .divider {
    border: 1px solid #eeefee;
    margin: 30px 0 40px 0;
}

form .errormsg {
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
    position: absolute;
    top: 28px;
    right: 34px;
    color: #e51d38;
    font-weight: 700;
    padding: 7px 5px;
    opacity: 1;
}

form#Actassessment {
    padding: 40px 0;
}

form#Actassessment h2 {
    color: #282828;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
}

form#Actassessment .form-group .ph-numb .fr-wrap {
    width: 26%;
    display: inline-block;
    vertical-align: top;
}

form#Actassessment .form-group .ph-numb .fr-wrap:last-child {
    width: 68%;
    margin-left: 20px;
}

form#Actassessment .form-group .ph-numb .fr-wrap p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

form#Actassessment .form-group .ph-numb .fr-wrap p span {
    color: #e51d38;
}

form#Actassessment .form-group ul.method-cont li {
    display: inline-block;
    margin-right: 40px;
}

form#Actassessment .form-group ul.method-cont li input {
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
}

form#Actassessment .form-group ul.method-cont li span {
    padding-left: 12px;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

form#Actassessment .form-group.form-border {
    border-top: 1px solid #c7c9c7;
    border-bottom: 1px solid #c7c9c7;
    padding-top: 20px;
    padding-bottom: 20px;
}

form#Actassessment .form-group.form-border label {
    margin-bottom: 20px;
}

form#Actassessment .form-group.assessed {
    margin-bottom: 40px;
}

form#Actassessment .form-group.assessed span {
    display: inline-block;
    width: 64%;
    vertical-align: top;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

form#Actassessment .form-group.assessed input {
    width: 100px;
    display: inline-block;
}

.form-divsn .form-group {
    float: left;
    width: 47.5%;
    margin-right: 20px;
}

@media (max-width: 767.98px) {
    .form-divsn .form-group {
        width: 100%;
    }
}

.form-divsn .form-group.no-margin {
    margin-right: 0;
}

.item-repair .form-wrapper {
    width: auto;
}

.item-repair .form-wrapper .form-group {
    float: left;
    width: 40%;
    margin-right: 30px;
}

@media (max-width: 767.98px) {
    .item-repair .form-wrapper .form-group {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .item-repair .form-wrapper .form-group {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .item-repair .form-wrapper .form-group {
        width: 39%;
    }
}

.item-repair .form-wrapper .form-group:nth-child(2n) {
    width: 57.4%;
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .item-repair .form-wrapper .form-group:nth-child(2n) {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .item-repair .form-wrapper .form-group:nth-child(2n) {
        width: 100%;
    }
}

.item-repair .form-wrapper .form-group.chcek-box input {
    width: auto;
    height: auto;
    cursor: pointer;
}

.item-repair .form-wrapper .form-group.chcek-box span {
    font-weight: 800;
}

.item-repair .form-wrapper .form-group.btn-ctr {
    float: none;
    width: auto;
    margin-right: 0;
}

#ItemDescription {
    border-top: 1px solid #c7c9c7;
    padding-top: 5px;
}

#ItemDescription table tr:nth-child(2n) {
    background: #f4f4f4;
}

#ItemDescription table th,
#ItemDescription table td {
    padding: 12px 14px;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

#ItemDescription table th {
    font-weight: 600;
}

#ItemDescription table tr td:last-child span {
    font-weight: 800;
    cursor: pointer;
}

#ItemDescription table tr td:last-child span:hover {
    color: #e51d38;
}

#ItemDescription .total-item {
    border: 1px solid #2e2e2e;
    margin-top: 20px;
    padding: 20px 0;
}

#ItemDescription .total-item p {
    color: #e51d38;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

#ItemDescription .total-item span {
    color: #2e2e2e;
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
}

#ItemDescription ul {
    border-top: 1px solid #c7c9c7;
    border-bottom: 1px solid #c7c9c7;
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

#ItemDescription ul li {
    display: inline-block;
    border-right: 1px solid #c7c9c7;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

@media (max-width: 767.98px) {
    #ItemDescription ul li {
        display: block;
        border: 0;
    }
}

#ItemDescription ul li:last-child {
    border-right: 0;
    padding-left: 50px;
}

@media (max-width: 767.98px) {
    #ItemDescription ul li:last-child {
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #ItemDescription ul li:last-child {
        padding-left: 10px;
    }
}

#ItemDescription ul li .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 30px;
}

@media (max-width: 575.98px) {
    #ItemDescription ul li .form-group {
        margin-left: 0;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #ItemDescription ul li .form-group {
        margin-left: 10px;
    }
}

#ItemDescription ul .yes-option,
#ItemDescription ul .no-option {
    display: inline-block;
    margin-right: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #ItemDescription ul .yes-option,
    #ItemDescription ul .no-option {
        margin-right: 10px;
    }
}

#ItemDescription ul .yes-option input,
#ItemDescription ul .no-option input {
    width: auto;
    height: auto;
}

#ItemDescription ul .yes-option span,
#ItemDescription ul .no-option span {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #ItemDescription ul .yes-option span,
    #ItemDescription ul .no-option span {
        padding-left: 6px;
    }
}

#ItemDescription .form-group.btn-ctr {
    margin: 30px auto 0;
    text-align: center;
}

#ItemDescription .form-group button {
    cursor: pointer;
    margin-right: 10px;
}

@media (max-width: 575.98px) {
    #ItemDescription .form-group button {
        margin-bottom: 10px;
    }
}

#ItemDescription .form-group button:last-child {
    margin-right: 0;
}

#ItemDescription .form-group button:hover {
    background: #FFFFFF;
    color: #e51d38;
    border: 1px solid #c7c9c7;
}

#ItemDescription .form-group label {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 3px;
}

#ItemDescription .form-group textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
    border: 1px solid #c7c9c7;
    resize: none;
    padding: 10px;
    height: 100px;
}

#AddAddress {
    padding: 30px 0;
}

#AddAddress h2 {
    color: #282828;
    font-size: 24px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #c7c9c7;
    margin: 0 0 30px;
    padding-bottom: 12px;
}

#AddAddress .form-group button {
    cursor: pointer;
    width: 100%;
}

#AddAddress .form-group button:hover {
    background: #FFFFFF;
    color: #e51d38;
    border: 1px solid #c7c9c7;
}

#ProDevelop {
    padding: 0 0 20px;
}

@media (max-width: 767.98px) {
    #ProDevelop {
        padding-bottom: 0;
        padding-top: 20px;
    }
}

#ProDevelop h2 {
    color: #282828;
    font-size: 22px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    margin: 0 0 18px;
}

#ProDevelop p {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 38px;
}

#ProDevelop .form-group textarea {
    resize: none;
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
    border: 1px solid #c7c9c7;
    margin-bottom: 20px;
}

#ProDevelop .browser-file {
    border-top: 1px solid #c7c9c7;
    border-bottom: 1px solid #c7c9c7;
    padding: 20px 0;
    margin-bottom: 35px;
}

#ProDevelop .browser-file .file-upload-cta {
    float: left;
    width: 289px;
    padding: 12px 10px;
    border: 1px solid #c7c9c7;
}

#ProDevelop .browser-file .urfip_selectedfile {
    background: #c7c9c7;
    padding: 15px;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    width: 119px;
    display: inline-block;
    cursor: pointer;
}

#ReturnForm .item-return {
    padding: 0 5px;
}

@media (max-width: 767.98px) {
    #ReturnForm .item-return {
        padding: 0;
    }
}

#ReturnForm .item-return .form-wrapper {
    width: auto;
}

#ReturnForm .item-return .form-wrapper .req-prod .form-group {
    display: inline-block;
    vertical-align: middle;
}

#ReturnForm .item-return .form-wrapper .req-prod .form-group:first-child {
    width: 30%;
    margin-right: 20px;
}

@media (max-width: 767.98px) {
    #ReturnForm .item-return .form-wrapper .req-prod .form-group:first-child {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #ReturnForm .item-return .form-wrapper .req-prod .form-group:first-child {
        width: 39%;
    }
}

#ReturnForm .item-return .form-wrapper .req-prod .form-group:nth-child(2) {
    width: 55.6%;
    margin-right: 20px;
}

@media (max-width: 767.98px) {
    #ReturnForm .item-return .form-wrapper .req-prod .form-group:nth-child(2) {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #ReturnForm .item-return .form-wrapper .req-prod .form-group:nth-child(2) {
        width: 58%;
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #ReturnForm .item-return .form-wrapper .req-prod .form-group:nth-child(2) {
        width: 50.6%;
    }
}

#ReturnForm .item-return .form-wrapper .req-prod .form-group:last-child {
    width: 11%;
}

@media (max-width: 767.98px) {
    #ReturnForm .item-return .form-wrapper .req-prod .form-group:last-child {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #ReturnForm .item-return .form-wrapper .req-prod .form-group:last-child {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #ReturnForm .item-return .form-wrapper .req-prod .form-group:last-child {
        width: 15%;
    }
}

#ReturnForm .item-return #ItemDescription {
    padding-top: 20px;
    margin-top: 20px;
}

#ReturnForm .item-return #ItemDescription .hr {
    background: #c7c9c7;
    height: 1px;
    margin: 40px 0;
}

#ReturnForm .item-return #ItemDescription .footnote {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
}


/* form style ends here  */

#RepairForm .thank-you h1 a.primary,
#ReturnForm .thank-you h1 a.primary {
    color: #ffffff!important;
    background: #e51d38!important;
    border: #e51d38!important;
    font-size: 18px!important;
}