*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f0f0f0;
}

main,
body,
.app-wrapper,
.main-wrapper,
.section-main,
.add-section {
    float: left;
    width: 100%;
}

button {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    cursor: pointer;
}

.mt-10 {
    margin-top: 10px;
}

.main-wrapper {
    width: 100%;
    padding: 0px 0;
    float: left;
    margin: 65px auto 0;
}

.proceed-btn {
    width: 100%;
    max-width: 209px;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
    background: #01aaf4;
    padding: 11px 70px;
    border: none;
    color: #fff;
    bottom: 0;
    text-align: center;
    display: block !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

.proceed-btn:focus {
    outline: none;
}

/* Accrodian */
.accrodian {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab label {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    cursor: pointer;
    color: #333333;
    font-size: 12px;
}

.tab-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 17px 0px;
    -webkit-transition: max-height .55s;
    -o-transition: max-height .55s;
    transition: max-height .55s;
    background: #f0f0f0;
}

.tab-content ul {
    margin: 0px 0 0px 13px;
    padding: 0px;
}

.scroll {
    overflow: scroll;
    height: 200px;
    padding-bottom: 10px;
}

.tab-content ul li .vertical-arrow {
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: 10px;
}

.tab-content a {
    color: #01aaf4;
    text-decoration: none;
}

/* :checked */
.tab input:checked~.tab-content {
    max-height: 100vh;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    transition-delay: .10s;
    padding: 10px;
}

.tab-content img {
    width: 100%;
}

/* Icon */
.tab label::after {
    position: absolute;
    content: "";
    top: 17px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2f2f2f;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}

.tab input[type=checkbox]:checked+label::before {
    transform: rotate(90deg);
}

.tab label::before {
    position: absolute;
    top: 12px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2f2f2f;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}

.tab input[type=checkbox]:checked+label::after {
    transform: rotate(180deg);
}

.clr-fix {
    clear: both;
}

.mb-27 {
    margin-bottom: 27px !important;
}

.merchant-banner img {
    width: 100%;
}
.t-and-c h2 {
    font-size: 14px;
    margin: 0;
    padding: 12px 17px 0;
    color: #333;
}

.t-and-c ol {
    padding: 10px 14px 0 32px;
    color: #333;
    opacity: 0.8;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
}

.t-and-c ol li {
    padding-bottom: 10px;
}

.app-header {
    position: fixed;
    padding: 16px 0 16px 48px;
    background: #cf0202;
    color: #fff;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 11px 2px #b9b4b4;
    z-index: 1;
    font-weight: bold;
    font-size: 16px;
}

.app-header a {
    position: absolute;
    left: 20px;
    color: #fff;
}

.app-header a img {
    width: 17px;
    vertical-align: middle;
}