/*
* SHARED / COMMON
*/
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

:focus, a:focus,
:hover, a:hover {
    outline: none;
}

@-moz-document url-prefix() {
    select, 
    select:-moz-focusring, 
    select::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #666666 !important;
       background-image: none !important;
       border:0;
    }
}

a, h1, h2, h3, h4, h5, h6, p, i {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.nav-tabs > li  {
    text-align: center;
    margin-bottom: -1px;
}

.nav-tabs > li > a { 
    border: none; 
    color: #ffffff;
    background: #e94e1b; 
    padding: 10px 15px;
    position: relative;
    display: block;
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    font-weight: 500;
}

.nav-tabs > li > a.active, 
.nav-tabs > li > a:focus, 
.nav-tabs > li > a:hover { 
    border: none;  
    color: #e94e1b !important; 
    background: #fff; 
}

.nav-tabs > li > a span::after { 
    content: ""; 
    background: #e94e1b; 
    height: 2px; 
    position: absolute; 
    width: 100%; 
    left: 0px; 
    bottom: -1px; 
    transition: all 250ms ease 0s; 
    transform: scale(0); 
}

.nav-tabs > li > a.active span::after, 
.nav-tabs > li:hover > a span::after { 
    transform: scale(1); 
}

.tab-nav > li > a::after { 
    background: #e94e1b none repeat scroll 0% 0%; 
    color: #fff; 
}

.tab-pane { 
    padding: 15px 0; 
}

.tab-content {
    padding: 20px 20px 20px 20px;
    overflow-y: auto;
    max-height: 500px;
    color: #232323;
}

.card {
    background: #FFF none repeat scroll 0% 0%; 
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
}

.adjust-margin {
    margin-top: 100px;
    margin-bottom: 30px;
}

.heroicon-outline {
    fill: #626262; 
}
  
.heroicon-component-fill {
    fill: white; 
}
  
.heroicon-component-accent {
    fill: #ff8f6b; 
}
  
.heroicon-shadows {
    fill: #626262;
    opacity: .4; 
}

.popover-header,
.popover-body {
    font-size: 12px;
}

video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

section {
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #ffffff;
    -webkit-align-content: initial;
    -ms-flex-line-pack: initial;
    align-content: initial;
}

section:first-of-type {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-1 .page-title {
    font-size: 38px;
    line-height: 42px;
    color: #232323;
    font-weight: 600;
}

#faq-page .section-1 .page-title,
#general-page .section-1 .page-title,
#userselfblocking-page .section-1 .page-title,
#brokerapplicationacceptance-page .section-1 .page-title,
#brokerapplicationacceptance-page .section-1 h6,
#termsandconditions-page .section-1 .page-title {
    color: #ffffff;
}

.sub-title-1 {
    margin-top: 35px;
    margin-bottom: 15px;
}

#general-page a {
    color: yellow;
}

.section-1 .aboutus-content,
.section-1 .contactus-content,
.section-1 .general-content,
.termandcon-content {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    margin-top: 1.5rem !important;
}

.section-1 .aboutus-content,
.section-1 .contactus-content {
    line-height: 30px;
    color: #232323;
}

.section-1 .general-content,
.termandcon-content {
    line-height: 26px;
    color: #ffffff;
}

#error-text {
    color: #721c24;
    font-weight: 500;
    background-color: #f8d7da;
    border: 1px solid transparent;
    padding: 20px 15px;
}

#progress-bar .ldBar-label {
    display: none;
}

#progress-text {
    font-size: 15px;
    font-weight: 400;
    margin-top: 1rem;
    text-align: center !important;
    color: #666666;
}

.response table th, .response table td {
    padding: 0.30rem !important;
    text-align: left;
}

.response table {
    color: #666666 !important;
}

/* END OF SHARED / COMMON */

/*
* ABOUT US PAGE
*/
#aboutus-page .section-1 {
    background-image: linear-gradient(90deg, rgba(255, 168, 140, 0.8) 25%, rgba(255, 168, 140, 0.8) 35%, rgba(255, 168, 140, 0.8)), url("../../resources/images/aboutus-section-1.jpeg");
}

.aboutus-content .nav-tabs > li  {
    width: 50%; 
}
/* END OF ABOUT US PAGE */

/*
* TERMS AND CONDITIONS PAGE
*/
#termsandconditions-page .section-1 {
    background-image: linear-gradient(90deg, rgba(115, 35, 9, 0.5) 13%, rgba(115, 35, 9, 0.5) 60%, rgba(115, 35, 9, 0.5)), url("../../resources/images/terms and con-section-1.jpeg");
}

.termandcon-content .nav-tabs > li  {
    width: 25%; 
}

.termandcon-content p {
    margin-bottom: 1rem !important;
}

.termandcon-content .date {
    float: right;
}

.termandcon-content .pdf-doc {
    font-size: 1.5rem;
    color: #ff0000;
}
/* END OF TERMS AND CONDITIONS PAGE */

/*
* GENERAL PAGE
*/
#general-page .section-1 {
    background-image: linear-gradient(90deg, rgba(115, 35, 9, 0.6) 13%, rgba(115, 35, 9, 0.6) 60%, rgba(115, 35, 9, 0.6)), url("../../resources/images/general.jpeg");
}
/* END OF GENERAL PAGE */

/*
* CONTACT US PAGE
*/
#contactus-page .section-1 {
    background-image: linear-gradient(90deg, rgba(255, 168, 140, 0.8) 25%, rgba(255, 168, 140, 0.7) 35%, rgba(0, 0, 0, 0.8)), url("../../resources/images/contactus-section-1.jpeg");
}

#contactus-page .contact-info-wrap {
    display: flex;
    background: white;
    padding: 10px;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

#contactus-page .contact-info-wrap:hover {
    background: linear-gradient(135deg, #89253e 0%, #e94e1b 100%);
}

#contactus-page .contact-info-wrap:hover,
#contactus-page .contact-info-wrap:hover .text-wrap .contact-text,
#contactus-page .contact-info-wrap:hover .text-wrap .contact-text a {
    color: #ffffff;
}

#contactus-page .contact-info-wrap .icon-wrap {
    margin: auto;
}

#contactus-page .contact-info-wrap .icon-wrap .fas,
#contactus-page .contact-info-wrap .icon-wrap .far {
    font-size: 45px !important;
    margin: 10px 12px 10px 5px;
}

#contactus-page .contact-info-wrap .text-wrap small {
    font-weight: 700;
    font-size: 74%;
}

#contactus-page .text-wrap {
    margin: auto;
    width: 100%;
}

#contactus-page .contact-title {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}

#contactus-page .contact-info-wrap .text-wrap p {
    margin-bottom: 0px;
}

#contactus-page .contact-info-wrap .text-wrap .contact-text,
#contactus-page .contact-info-wrap .text-wrap .contact-text a {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #232323;
}

#contactus-page .contact-form-header {
    text-align: center;
    margin-bottom: 30px;
}

#contactus-page .content-header {
    font-family: 'Oleo Script', cursive;
    color: #fcc500;
    font-size: 45px;
}

#contactus-page .contact-form {
    border-radius: 0.5rem;
    padding: 40px 20px 60px 20px;
    background: #e94e1b; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #e94e1b , #89253e); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #e94e1b , #89253e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;     
}

#contactus-page .contact-form label.error {
    padding: 4px 16px;
    margin: 0px;
    font-size: 12px;
    font-weight: bolder;
    width: 100%;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#contactus-page .form-line{
    border-right: 1px solid #B29999;
}
  
#contactus-page label {
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
}

#contactus-page .form-control {
    font-size: 14px;
    color: #232323;
}
  
#contactus-page .contact-submit {
    font-size: 14px;
    width: 180px;
    float: right;
    background-color: transparent;
    color: #ffffff;
    border-color: #ccc;
}

#contactus-page .contact-submit:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#contactus-page .response-wrap {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

#contactus-page .response-wrap.error {
    color: #721c24;
    background-color: #f8d7da;
}

#contactus-page .response-wrap.success {
    color: #ffffff;
    background-color: #42a25e;
}
/* END OF CONTACT US PAGE */

/*
* FAQ PAGE
*/
#faq-page .section-1 {
    background-image: linear-gradient(90deg, rgba(115, 35, 9, 0.7) 20%, rgba(115, 35, 9, 0.6) 55%, rgba(115, 35, 9, 0.4)), url("../../resources/images/faq-section-1.jpeg");
}

.faq-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.faq-content .category-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 12px;
    color: #ffffff;
}

.faq-content .card-body {
    font-weight: 400;
}

.faq-content .card {
    margin-bottom: 12px;
    border: none;
    border-radius: 0px;
}

.faq-content .cat-1 {
    background-color: #25969e;
}

.faq-content .cat-1 .card-body {
    background-color: #97cacd;
}

.faq-content .cat-2 {
    background-color: #ea3a3c;
}

.faq-content .cat-2 .card-body {
    background-color: #edbcbc;
}

.faq-content .cat-3 {
    background-color: #803b72;
}

.faq-content .cat-3 .card-body {
    background-color: #e9c7e2;
}

.faq-content .cat-4 {
    background-color: #2c9960;
}

.faq-content .cat-4 .card-body {
    background-color: #a3e6c3;
}

.faq-content .card-body {
    padding: 0.75rem 1rem;
    color: #232323;
}

.faq-content .btn {
    text-align: left;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.faq-content .btn:focus, 
.faq-content .btn.focus {
    outline: 0;
    box-shadow: none;
}

.faq-content .btn i {
    float: left;
    margin-right: 10px;
}

.faq-content .btn i::before {
    font-family: 'FontAwesome';
    content: "\f0d7";
}

.faq-content .btn.collapsed i::before {
    font-family: 'FontAwesome';
    content: "\f0da";
}
/* END OF FAQ PAGE */

/*
* FOOTER
*/
footer {
    background-color:#263238;
    padding-bottom: 20px;
}

footer .column  {
    padding-top: 50px;
}

footer .heading {
    color: #ffffff;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
}

footer p {
    color: #cccccc;
    padding-bottom: 0px;
    margin-bottom: 2px;
    font-weight: 400;
}

footer p .fa {
    margin-right: 10px;
}

footer p a,
footer p a:hover {
    color: #cccccc;
}

footer ul {
    list-style-type: none;
    padding: 0px;
}

footer ul li {
    margin-bottom: 10px;
}

footer li a {
    font-weight: 400;
    border-bottom: 2px solid #cccccc;
    color: #cccccc;
}

footer li a:hover {
    text-decoration: none;
    color: #cccccc;
}

footer hr {
    border-bottom: 1px solid #323f45;
}

footer .copyright {
    text-align: center;
}
/* END OF FOOTER */

/*
* HEADER
*/
#header .navbar-light {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .4);
}

#header .navbar-brand img {
    width: 90%;
}

#header .openBtn {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}

#header .openBtn img.open {
    display: block;
    padding: 22px 34px;
}

#header .openBtn img.close {
    display: none;
    padding: 22px 34px;
}

#header .openBtn.active img.open {
    display: none;
}

#header .openBtn.active img.close {
    display: block;
}

#header .navigation {
    font-size: 16px;
    font-weight: 400;
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    z-index: 199;
    overflow: hidden;
    transition: 0.8s;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}

#header .navigation.active {
    right: 0;
    transition: 0.8s;
}

#header .navigation .navigationInner {
    margin: 80px 30px 20px 35px;
    overflow: hidden;
}

#header .menu-items-wrap {
    margin-left: -16px;
}

#header .navigation .nav-item .nav-link {
    color: #e94e1b;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
}

#header .navigation .nav-item .nav-link:hover,
#header .navigation .nav-item .nav-link:focus,
#header .navigation .nav-item .nav-link.active {    
    border-bottom: 2px solid #e94e1b;
}

#header .mypages {
    margin-right: 100px;
    background: #e94e1b;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

#header .mypages:hover,
#header .mypages:active {
    background: #ffffff;
    color: #e94e1b;
    border: 1px solid #e94e1b;
}
/* END OF HEADER */

/*
* VERIFICATION PAGE
*/
.verification {
    text-align: center;
    margin-top: 30px;
    color: #333333;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
}
/* END OF VERIFICATION PAGE */

/*
* AFFILIATE PAGE
*/
#affiliate-page .section-1 {
    background-image: linear-gradient(90deg, rgba(255, 207, 191, 0.9) 25%, rgba(255, 207, 191, 0.9) 35%, rgba(255, 207, 191, 0.9)), url("../../resources/images/affiliate-section-1.jpeg");
}

#affiliate-page .sub-title-1 {
    margin-top: 40px;
    margin-bottom: 8px;
}

#affiliate-page .page-title {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 100px;
    color: #212529;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

#affiliate-page p {
    font-size: 16px;
    font-weight: 400;
}

#affiliate-page p a {
    color: #212529;
}
/* END OF AFFILIATE PAGE */

/*
* USER SELF BLOCKING PAGE
*/
#userselfblocking-page .section-1 {
    background-image: linear-gradient(90deg, rgba(15, 105, 153, 0.9) 25%, rgba(15, 105, 153, 0.9) 35%, rgba(15, 105, 153, 0.7)), url("../../resources/images/user selfblocking-section-1.jpeg");
}

#userselfblocking-page .content-wrap {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 40px;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    min-height: 465px;
    align-items: center;
    justify-content: center;
}

#userselfblocking-page .input-wrap {
    max-width: 66.666667%;
    margin-left: 16.666667%;
    margin-top: 40px;
    text-align: left;
}

#userselfblocking-page .login-btn,
#brokerapplicationacceptance-page .login-btn,
#mypages-page .login-btn {
    color: #e94e1b;
    background-color: #ffffff;
    border: 1px solid #e94e1b;
    cursor: pointer;
}

#userselfblocking-page .login-btn:hover,
#userselfblocking-page .login-btn:active,
#userselfblocking-page .login-btn:focus,
#brokerapplicationacceptance-page .login-btn:hover,
#brokerapplicationacceptance-page .login-btn:active,
#brokerapplicationacceptance-page .login-btn:focus,
#mypages-page .login-btn:hover,
#mypages-page .login-btn:active,
#mypages-page .login-btn:focus {
    color: #ffffff;
    background-color: #e94e1b;
}

.step-thankyou .godkand .icon {
    color: #00cb3b;
}

.step-thankyou .icon {
    font-size: 60px;
}

.step-thankyou .title {
    color: #666666;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}

.step-thankyou .response {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
/* END OF USER SELF BLOCKING PAGE */

/*
* BROKER APPLICATION ACCEPTANCE PAGE
*/
#brokerapplicationacceptance-page .seperation-title {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #e94e1b;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

#brokerapplicationacceptance-page .seperation-title:before,
#brokerapplicationacceptance-page .seperation-title:after {
    content: '';
    border-top: 2px solid #ffffff;
}

#brokerapplicationacceptance-page .section-1 .brokerapplicationacceptance-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#brokerapplicationacceptance-page .input-form {
    background-color: #ffffff;
    padding: 20px 15px;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, .4);
}

#brokerapplicationacceptance-page .input-form #brokerapplicationacceptance-login {
    text-align: center;
}

#brokerapplicationacceptance-page .bankid-logo {
    max-width: 100px;
    margin-bottom: 50px;
}

#brokerapplicationacceptance-page .col-form-label {
    float: left;
    font-weight: 400;
    font-size: 13px;
}

#brokerapplicationacceptance-page .information-text {
    text-align: center;
    color: #ffffff;
    font-weight: 400;
}

#brokerapplicationacceptance-page .information-text a,
#brokerapplicationacceptance-page .information-text a:hover,
#brokerapplicationacceptance-page .information-text a:active,
#brokerapplicationacceptance-page .information-text a:focus {
    color: #ffffff;
}

#brokerapplicationacceptance-page .header-info > div {
    margin-top: 10px;
    margin-bottom: 20px;
}

#brokerapplicationacceptance-page .header-info .name {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #ffffff;
}

#brokerapplicationacceptance-page .input-form {
    padding: 20px;
}

#brokerapplicationacceptance-page #applicant-details {
    color: #232323;
}

#brokerapplicationacceptance-page .card {
    background: #ffffff none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

#brokerapplicationacceptance-page label {
    color: #666666;
}

#brokerapplicationacceptance-page .form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 139, 102, .25);
}

#brokerapplicationacceptance-page input[type="text"], 
#brokerapplicationacceptance-page input[type="password"], 
#brokerapplicationacceptance-page input[type="number"], 
#brokerapplicationacceptance-page input[type="email"], 
#brokerapplicationacceptance-page textarea, 
#brokerapplicationacceptance-page select {
    border: 1px solid #e94e1b !important;
    font-size: 13px;
    color: #666666;
    transition: all 200ms ease-in;
}

#brokerApplicationUpdateForm label.error {
    font-size: 12px;
    font-weight: 400;
    color: #721c24;
    margin-bottom: 0px;
}

#brokerApplicationUpdateForm .form-group .messagebox {
    position: absolute;
    top: 32px;
    right: 26px;
    line-height: 30px;
    color: #67B7E1;
    cursor: pointer;
}

#brokerapplicationacceptance-page .agreement-links {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 12px;
}

#brokerapplicationacceptance-page .representative-text {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

#brokerapplicationacceptance-page .step-bankid,
#brokerapplicationacceptance-page .step-thankyou {
    text-align: center;
}

#brokerapplicationacceptance-page .step-bankid .bankid-text {
    color: #666666;
    margin-top: 30px;
    margin-bottom: 25px;
}
/* END OF BROKER APPLICATION ACCEPTANCE PAGE */

/**************************************
    Preloader
***************************************/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff; 
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px); 
}

.lds-ripple .lds-pos {
    position: absolute;
    border: 2px solid #2962FF;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite; 
}

.lds-ripple .lds-pos:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; 
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0; 
    }
    
    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1; 
    }
    
  100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0; 
    } 
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0; 
    }
    
    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1; 
    }
    
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0; 
    } 
}

.lds-ripple .lds-pos {
    position: absolute;
    border: 2px solid #2962FF;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
    animation-delay: 0s;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    /*
    * SHARED / COMMON
    */
    body {
        font-size: 13px;
    }
    
    section:first-of-type {
        padding-top: 80px !important;
        padding-bottom: 20px !important;
    }
    
    .section-1 .page-title {
        font-size: 28px;
        line-height: 35px;
    }
    
    .sub-title-1 {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .nav-tabs > li > a { 
        border-radius: 0 0 0 0;
    }
    
    .tab-pane { 
        padding: 0 0; 
    }
        
    .adjust-margin {
        margin-top: 80px;
        margin-bottom: 20px;
    }
    
    .popover-header,
    .popover-body {
        font-size: 12px;
    }
    
    .section-1 .aboutus-content,
    .section-1 .contactus-content,
    .section-1 .general-content,
    .termandcon-content {
        margin-top: 0rem !important;
        line-height: 20px;
        font-size: 13px;
    }
    
    .aboutus-content .nav-tabs > li,
    .termandcon-content .nav-tabs > li {
        width: 50%; 
    }
    /* END OF SHARED / COMMON */

    /*
    * TERMS AND CONDITIONS PAGE
    */
    .termandcon-content li,
    .termandcon-content table td {
        word-break: break-word;
    }
    
    .termandcon-content table ul {
        padding-left: 15px;
    }
    
    .termandcon-content .nav-tabs > li a {
        height: inherit !important;
    }
    
    .termandcon-content .heading {
        font-size: 18px;
    }
    
    .termandcon-content .date {
        font-size: 12px;
    }
    /* END OF TERMS AND CONDITIONS PAGE */

    /*
    * CONTACT US PAGE
    */
    #contactus-page .form-line{
        border-right: none;
    }
    
    #contactus-page .contact-info-wrap .icon-wrap .fas,
    #contactus-page .contact-info-wrap .icon-wrap .far {
        font-size: 40px !important;
    }
    
    #contactus-page .contact-title {
        font-size: 20px;
    }
    
    #contactus-page .contact-info-wrap .text-wrap .contact-text,
    #contactus-page .contact-info-wrap .text-wrap .contact-text a {
        line-height: 20px;
        font-size: 13px;
        font-weight: 500;
    }
    
    #contactus-page .contact-form-header {
        margin-bottom: 20px;
        font-size: 26px;
    }
    
    #contactus-page .content-header {
        font-size: 34px;
    }
    
    #contactus-page .response-wrap {
        font-size: 13px;
    }
    /* END OF CONTACT US PAGE */

    /*
    * FOOTER
    */
    footer .column  {
        padding-top: 30px;
    }
    
    footer .heading {
        padding-bottom: 10px;
    }
    /* END OF FOOTER */

    /*
    * HEADER
    */
    #header .navbar-light {
        background: rgba(255, 255, 255, 1);
    }

    #header .navbar-brand img {
        width: 60%;
    }

    #header .openBtn img.open,
    #header .openBtn img.close {
        padding: 17px 20px;
    }

    #header .navigation {
        right: -238px;
        width: 238px;
        background: rgba(255, 255, 255, 1);
    }

    #header .navigation .navigationInner {
        margin: 64px 20px 20px 20px;
    }
    
    #header .mypages {
        margin-right: 50px;
        font-size: 20px;
        padding: 4px 8px;
    }
    /* END OF HEADER */
    
    /*
    * AFFILIATE PAGE
    */
    #affiliate-page .page-title {
        font-size: 32px;
        line-height: 46px;
    }

    #affiliate-page p {
        font-size: 14px;
    }
    /* END OF AFFILIATE PAGE */
    
    /*
    * USER SELF BLOCKING PAGE
    */
    #userselfblocking-page .content-wrap {
        padding: 20px;
    }
    
    #userselfblocking-page .input-wrap {
        max-width: 100%;
        margin-left: auto;
        margin-top: 30px;
    }
    /* END OF USER SELF BLOCKING PAGE */
    
    /*
    * BROKER APPLICATION ACCEPTANCE PAGE
    */
    #brokerapplicationacceptance-page .input-form {
        min-height: 100px;
        margin-left: 15px;
        margin-right: 15px;
    }
    
    #brokerapplicationacceptance-page .bankid-logo {
        max-width: 80px;
        margin-bottom: 30px;
    }
    
    #brokerapplicationacceptance-page .col-form-label {
        font-size: 13px;
    }
    /* END OF BROKER APPLICATION ACCEPTANCE PAGE */
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /*
    * SHARED / COMMON
    */
    body {
        font-size: 13px;
    }
    
    .sub-title-1 {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .popover-header,
    .popover-body {
        font-size: 12px;
    }
    /* END OF SHARED / COMMON */

    /*
    * ABOUT US PAGE
    */
    .section-1 .aboutus-content {
        letter-spacing: 0px;
        line-height: 20px;
        font-size: 13px;
    }
    /* END OF ABOUT US PAGE */

    /*
    * TERMS AND CONDITIONS PAGE
    */
    .termandcon-content li,
    .termandcon-content table td {
        word-break: break-word;
    }
    
    .termandcon-content {
        margin-top: 0rem !important;
        font-size: 13px;
    }
    
    .termandcon-content table ul {
        padding-left: 15px;
    }
    
    .termandcon-content .nav-tabs > li a {
        height: 54px !important;
    }
    
    .termandcon-content .heading {
        font-size: 20px;
    }
    
    .termandcon-content .date {
        font-size: 12px;
    }
    /* END OF TERMS AND CONDITIONS PAGE */

    /*
    * CONTACT US PAGE
    */
    #contactus-page .form-line{
        border-right: none !important;
    }
    
    #contactus-page .response-wrap {
        font-size: 13px;
    }
    /* END OF CONTACT US PAGE */
    
    /*
    * AFFILIATE PAGE
    */
    #affiliate-page .page-title {
        font-size: 36px;
        line-height: 46px;
    }

    #affiliate-page p {
        font-size: 14px;
    }
    /* END OF AFFILIATE PAGE */
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /*
    * SHARED / COMMON
    */
    body {
        font-size: 13px;
    }
    
    .popover-header,
    .popover-body {
        font-size: 12px;
    }
    /* END OF SHARED / COMMON */

    /*
    * CONTACT US PAGE
    */
    #contactus-page .contact-info-wrap {
        height: 92px;
    }
    
    #contactus-page .contact-info-wrap .icon-wrap .fas,
    #contactus-page .contact-info-wrap .icon-wrap .far {
        font-size: 30px !important;
        margin: 10px 10px 10px 2px;
    }
    
    #contactus-page .contact-title {
        font-size: 20px;
    }
    
    #contactus-page .contact-info-wrap .text-wrap .contact-text,
    #contactus-page .contact-info-wrap .text-wrap .contact-text a {
        line-height: 20px;
        font-size: 13px;
        font-weight: 500;
    }
    
    #contactus-page .response-wrap {
        font-size: 13px;
    }
    /* END OF CONTACT US PAGE */
    
    /*
    * AFFILIATE PAGE
    */
    #affiliate-page .page-title {
        font-size: 46px;
        line-height: 46px;
    }

    #affiliate-page p {
        font-size: 14px;
    }
    /* END OF AFFILIATE PAGE */
    
    /*
    * USER SELF BLOCKING PAGE
    */
    #userselfblocking-page .content-wrap {
        padding: 20px;
    }
    
    #userselfblocking-page .input-wrap {
        max-width: 100%;
        margin-left: auto;
        margin-top: 30px;
    }
    /* END OF USER SELF BLOCKING PAGE */
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /*
    * CONTACT US PAGE
    */
    #contactus-page .contact-info-wrap {
        height: 92px;
    }
    /* END OF CONTACT US PAGE */
}

/* Large devices (desktops, less than 1599px) */
@media (min-width: 1200px) and (max-width: 1599px) {

}