Current File : /home/obaba/public_html/assets/less/terms-and-condition.less
.body-content{
     .terms-conditions-page .terms-conditions,
     .faq-page,
     .track-order-page{
          h2 {
            font-size: 30px;
            text-transform: uppercase;
            color: #555;
            text-align: center;
            font-family: 'FjallaOneRegular';
        }
    }
}
.body-content {
    .terms-conditions-page {
        .terms-conditions {
            h3 {
                font-size: 24px;
                text-transform: uppercase;
                color: #555;
                font-family: 'FjallaOneRegular';
                margin-bottom:30px;
            }
            ol {
                padding-left:22px;
                li {
                    font-size: 15px;
                    font-weight: 300;
                    font-style: normal;
                    font-size: 15px;
                    color: #666;
                    padding-bottom: 20px;
                }
            }
            p {
                font-size: 15px;
            }
        }
    }
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
    text-align: center;
}
.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
    display: block;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #666;
}
.body-content {
    .faq-page {
        .title-tag {
            text-align: center;
            padding-bottom: 80px;
        }
    }
}

.body-content {
    .track-order-page {
        .register-form{
            label{
                font-weight:400;
                font-size:14px;
            }
            .form-group{
                margin-bottom:25px;
            }
        }
    }
}