#header {
    padding: 0 0 15px 0;
}

    #header.header-scrolled, #header.header-inner-pages {
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }

    #header .logo img {
        max-height: 100%;
    }

.navbar a, .navbar a:focus {
    color: #000;
}

#header .lngbar {
    /*background: rgba(40, 58, 90, 0.9);*/
    background-color: #1b1e31;
    text-align: right;
    color: #ccc;
    padding: 7px 0;
    margin-bottom: 10px;
}

.mobile-nav-toggle {
    color: rgba(40, 58, 90, 0.9);
}
/*#header.fixed-top {
        top: 30px;
    }

    #header.header-scrolled {
        top: 0;
    }*/
/* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    border: none;
    cursor: pointer;
    width: 20px;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #2980B9;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.lng-flags {
    color: #777777;
    text-align: left;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    margin-top: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.show {
    display: block;
    left: -80px;
}

.lngflgwd {
    width: 20px;
    padding-top: 2px;
}

#btn_eng {
    background-image: url("../cntflags/en.svg");
    background-position-y: 3px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border: 0;
    padding-left: 25px;
}

#btn_tha {
    background-image: url(../cntflags/th.svg);
    background-position-y: 3px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border: 0;
    padding-left: 25px;
}

.loginbtn {
    border: 2px solid #cd0511;
    margin-left: 10px;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    padding: 2px 10px;
}

a.loginbtn:hover {
    background-color: #cd0511;
    color: #fff;
}

.breadcrumbs {
    padding: 150px 0 50px 0px;
    background: #1b1e31;
}

#footer {
    background-color: #1b1e31;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background-color: #1b1e31;
        border-bottom: 1px solid #32364f;
    }

        #footer .footer-top h4 {
            color: #fff;
            font-size: 1.2rem;
        }

        #footer .footer-top h3 {
            color: #fff;
            font-size: 1.5rem;
        }

        #footer .footer-top .footer-links ul a {
            color: #a8a9b3;
            font-size: 1rem;
        }

.back-to-top {
    background-color: #1b1e31;
    border: 1px solid #32364f;
}

a.back-to-top:hover {
    background-color: #dc3545;
    border: 1px solid #32364f;
}

.breadcrumbs h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}

#footer .footer-top .social-links a {
    background-color: #32364f;
    border: 1px solid #32364f;
}

.social-links a {
    background-color: #32364f;
    border: 1px solid #32364f;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.fontcolorwhite {
    color: #fff;
}

.fontcolorheading {
    color: #dc3545;
}

.fontcolorgray {
    color: #a2a3ad;
}

.txt-justify {
    text-align: justify;
}

ul.nobullets {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul.nobullets li {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #32364f;
        color: #a2a3ad;
    }

        ul.nobullets li a {
            color: #a2a3ad;
        }

ul.defaultlist {
    margin: 0px;
    padding: 0px;
}

    ul.defaultlist li {
        list-style: none;
    }

ul.aboutlist {
    display: block;
    margin-top: 30px;
    margin: 0px;
    padding: 0px;
}

    ul.aboutlist li {
        list-style-type: none;
        color: #1b1e31;
        display: inline-block;
        float: left;
        margin-right: 30px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 25px;
    }

.imgmaxwidth100 {
    max-width: 100%;
}

.quote-box {
    display: block;
    background-color: #1b1e31;
    color: #fff;
    padding: 22px 30px 20px 35px;
    border-left: 5px solid #dc3545;
    border-radius: 5px;
    margin-top: 32px;
    margin-bottom: 33px;
}

ul.nobullets li a:hover {
    color: #e34251;
}

.social-links a:hover {
    background-color: #dc3545;
}

#footer .footer-top .social-links a:hover {
    background-color: #dc3545;
}

.colorcnticon {
    color: #9ba1c7;
    margin-right: 10px;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #f2dede;
    color: #a94442;
    margin: 10px auto 10px auto;
    padding: 10px;
    font-weight: 500;
    border-radius: 5px;
    display: none;
}

.error {
    color: #FF5733;
    display: none;
}

.grdHrdStyle td, .grdHrdStyle th {
    color: #000;
    border: solid 1px #d4d1d1;
    padding: 10px;
    height: 40px;
}

.papprove {
    color: #0f902d;
    font-weight: 600;
}

.pdisapproved {
    color: #dc3545;
    font-weight: 600;
}

.ppending {
    color: #000;
    font-weight: 500;
}

.faq-container {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq {
    margin-bottom: 20px;
}

.question {
    font-weight: bold;
    cursor: pointer;
}

.answer {
    max-height: 0;
    overflow: hidden;
    padding-left: 46px;
}
.answerplt {
    max-height: 0;
    overflow: hidden;
}
.link:hover {
    color: #dc3545;
}

.hometradingviewtic {
    width: 100%;
    height: 50px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        max-height: 0;
    }

    to {
        opacity: 1;
        max-height: 1000px; /* Adjust based on your content */
    }
}

.faq.active .answer {
    max-height: 1000px; /* Adjust based on your content */
    transition: max-height 0.7s ease-in-out;
    animation: fadeIn 0.7s ease-in-out;
}
.faq.active .answerplt {
    max-height: 10000px; /* Adjust based on your content */
    transition: max-height 0.7s ease-in-out;
    animation: fadeIn 0.7s ease-in-out;
}
.faq.active {
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .faq.active .question span {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        background: #dc3545;
        text-align: center;
        border-radius: 50%;
        font-size: 17px;
        color: #fff;
        margin-right: 10px;
    }

    .faq .question span {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        background: #f4f4f4;
        text-align: center;
        border-radius: 50%;
        font-size: 17px;
        color: #6e6e6e;
        margin-right: 10px;
    }

.sec-pad {
    padding: 113px 0px 120px 0px;
}

.contact-style-two {
    position: relative;
}

.sec-title h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0px;
}

.contact-style-two .inner-content {
    position: relative;
    display: block;
    background: #1b1e31;
    padding: 35px 30px 40px 30px;
    border-radius: 5px;
    margin-top: 4px;
}

.auto-container {
    padding: 0px 15px;
    margin: 0 auto;
}

.contact-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 623px;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-block-one .inner-box:hover {
    transform: translateY(-10px);
}

.info-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 49px 30px 41px 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    text-align: center;
    transition: all 500ms ease;
}

img.aboutimg {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    border: none;
    border-radius: 5px;
    box-shadow: none;
}

.mrgnright10 {
    margin-right: 10px;
}

.mrgnleft10 {
    margin-left: 10px;
}

.plateformborder {
    border: solid 1px #eae8e5;
    padding: 24px 30px;
    color: #1b1e31;
    border-radius: 5px;
    margin-bottom: 30px;
}

.chooseus-section {
    position: relative;
    background: #1b1e31;
    padding: 113px 0px 90px 0px;
}

    .chooseus-section .bg-layer:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(0deg, rgba(27,30,49,1) 50%, rgba(27,30,49,0.05) 100%);
        top: 0px;
        right: 0px;
    }

    .chooseus-section .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 49px;
}

    .sec-title .sub-title {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 12px;
        text-transform: capitalize;
    }

.chooseus-block-one {
    max-width: 370px;
    margin: 0 auto;
}

    .chooseus-block-one .inner-box {
        position: relative;
        display: block;
        text-align: center;
        padding: 33px 30px 153px 30px;
        margin-bottom: 30px;
    }

        .chooseus-block-one .inner-box .shape .shape-1 {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .chooseus-block-one .inner-box .shape .shape-2 {
            position: absolute;
            left: 29px;
            bottom: 0px;
            width: 312px;
            height: 121px;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .chooseus-block-one .inner-box .shape .shape-3 {
            position: absolute;
            left: 30px;
            bottom: 0px;
            width: 340px;
            height: 120px;
            background-repeat: no-repeat;
            opacity: 0.15;
            filter: grayscale(100%);
            transition: all 500ms ease;
        }

        .chooseus-block-one .inner-box .icon-box img {
            filter: grayscale(100%);
            transition: all 500ms ease;
        }

        .chooseus-block-one .inner-box .icon-box {
            position: absolute;
            left: 50%;
            bottom: 30px;
            transform: translateX(-50%);
            z-index: 2;
        }

        .chooseus-block-one .inner-box:hover .icon-box img {
            filter: grayscale(0%);
        }

        .chooseus-block-one .inner-box:hover .shape .shape-3 {
            filter: grayscale(0%);
            opacity: 1;
        }

        .chooseus-block-one .inner-box h3 {
            position: relative;
            display: block;
            font-size: 22px;
            line-height: 32px;
            font-weight: 600;
            margin-bottom: 9px;
        }

            .chooseus-block-one .inner-box h3 a {
                display: inline-block;
                color: #1b1e31;
            }

                .chooseus-block-one .inner-box h3 a:hover {
                    color: #dc3545;
                }

p.whyparg {
    position: relative;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

.working-block-one .inner-box {
    position: relative;
    display: block;
    width: 292px;
    height: 292px;
    border-radius: 50%;
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

    .working-block-one .inner-box .static-content {
        position: relative;
        padding-top: 40px;
    }

    .working-block-one .inner-box .icon-box {
        position: relative;
        display: block;
        margin-bottom: 22px;
    }

    .working-block-one .inner-box h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .working-block-one .inner-box .count-text {
        position: absolute;
        left: 50%;
        top: 230px;
        transform: translateX(-50%);
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        font-size: 18px;
        line-height: 28px;
        color: #1b1e31;
        font-weight: 600;
        padding-top: 20px;
        transition: all 500ms ease;
    }

.working-section .working-block-one {
    position: relative;
    float: left;
    width: 25%;
}

.working-block-one .inner-box:hover .count-text {
    color: #fff;
    background: #303449;
}

.working-block-one .link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -26px;
    z-index: 1;
}

    .working-block-one .link a {
        position: relative;
        display: inline-block;
        width: 52px;
        height: 52px;
        line-height: 60px;
        background: #fff;
        border: 1px dashed #d8d8d8;
        border-radius: 50%;
        text-align: center;
        font-size: 24px;
        color: #1b1e31;
    }

        .working-block-one .link a:hover {
            color: #fff;
            background: #dc3545;
            border-color: #1b1e31;
        }

.livefeedtab {
    overflow: hidden;
}

    .livefeedtab button {
        background-color: #f6f6f6;
        border: 1px solid #ccc;
        float: left;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        .livefeedtab button:hover {
            background-color: #dc3545;
            color:#fff;
        }

        .livefeedtab button.active {
            background-color: #dc3545;
            color:#fff;
        }

.livefeedtabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.width100
{
    width:100%;
}
@media only screen and (max-width: 499px) {
    .chooseus-block-one .inner-box .shape {
        display: none;
    }

    .chooseus-block-one .inner-box {
        background: #fff;
        padding: 40px 30px;
        border-radius: 5px;
    }

    .working-section .working-block-one {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .chooseus-block-one .inner-box .icon-box {
        position: relative;
        left: 0px;
        bottom: 0px;
        transform: translateX(0px);
        margin-top: 15px;
    }

    .hometradingviewtic {
        height: 70px;
    }
}

@media only screen and (max-width: 1200px) {
    .chooseus-section .sec-title {
        text-align: center;
    }

    .working-section .working-block-one {
        width: 50%;
        margin-bottom: 30px;
    }

    .working-block-one .link {
        display: none;
    }

    .working-block-one .inner-box {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .breadcrumbs h2 {
        font-size: 2rem;
    }

    .sec-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .working-section .working-block-one {
        width: 100%;
    }

    .hometradingviewtic {
        height: 80px;
    }
}
