@charset "utf-8";
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'SF Pro Text';
    font-weight: normal;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
    margin: 0;
    padding: 0;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
table, tr, td {
    border: 0;
}
a {
    outline: none;
    color: #333;
    text-decoration: none;
}
a:hover {
    outline: none;
    text-decoration: none;
}
img {
    border: none;
}
li {
    list-style: none;
}
* {
    box-sizing: border-box;
}
.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('/assets/fonts/SFProText-Bold.woff2') format('woff2'),
    url('/assets/fonts/SFProText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('/assets/fonts/SFProText-Semibold.woff2') format('woff2'),
    url('/assets/fonts/SFProText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('/assets/fonts/SFProText-Regular.woff2') format('woff2'),
    url('/assets/fonts/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('/assets/fonts/SFProText-Medium.woff2') format('woff2'),
    url('/assets/fonts/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('/assets/fonts/SFProText-Heavy.woff2') format('woff2'),
    url('/assets/fonts/SFProText-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.up-log-sec {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.up1-log {
    display: inline-block;
    vertical-align: top;
}
.prod-name {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 18px;
    color: #000;
    letter-spacing: 0.5px;
}
.prod-name span {
    font-weight: 600;
}
.strike:before {
    content: '';
    position: absolute;
    left: -3px;
    right: -3px;
    height: 1px;
    background: #F00;
    top: 15px;
    transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
}
.accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url("/assets/img/close-btn.png") no-repeat 97% center;
    padding: 5px 20px 18px 0;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.footer {
    float: left;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #ddd;
}
.ftr-txt1 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    margin: 5px 0;
    letter-spacing: 0.5px;
}
.ftr-txt1 a {
    color: #000;
    padding: 0 3px;
}
.faq_sections_tot .container {
    width: 100%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
@media only screen and (max-width: 1187px) {
    .container {
        width: 1000px;
    }
}
@media only screen and (max-width: 1021px) {
    .container {
        width: 750px;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 10px;
        max-width: 600px;
        box-sizing: border-box;
    }
    .hide-mob {
        display: none;
    }
    .prod-name {
        font-size: 16px;
        line-height: 16px;
        display: none;
    }
    .accordion {
        font-size: 20px;
        line-height: 24px;
    }
    .footer {
        padding: 25px 0;
    }
    .ftr-txt1 {
        font-size: 15px;
        line-height: 18px;
        margin: 4px 0;
        letter-spacing: 0.2px;
    }
}
@media only screen and (max-width: 479px) {
    .ftr-txt1 {
        font-size: 13px;
    }
}
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
    }
}
.acc {
    margin: 20px 0 90px;
    overflow: hidden;
    padding: 0;
}
.acc li {
    list-style-type: none;
    padding: 0 20px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo_wrap_dist {
        max-width: 179px !important;
    }
}