@media (min-width: 768px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 15px;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

@media (max-width: 1199.98px) {
    header .navbar a.navbar-brand img {
        width: 145px;
    }
    /* Page: Company */
    .company-banner .banner-content .title h1 {
        font-size: 50px;
    }
    .company-banner .banner-content .banner-links a {
        width: 175px;
    }
    .company-banner .company-info {
        margin-bottom: 70px;
    }
    .company-banner .company-content .about-company {
        margin-bottom: 40px;
    }
    /* Page: FAQs */
    h3.faq-heading {
        font-size: 80px;
        line-height: 80px;
    }
    .faq-wrapper {
        margin-top: 80px;
    }
    .faq-heading .top-card {
        margin-bottom: 60px;
    }
    .faq-mobile-app {
        padding-top: 50px;
    }
    /* Page: All Plaforms Pages */
    .platforms-banner {
        padding-top: 170px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header .navbar .navbar-collapse ul.bottom-bar li {
        margin-left: 15px;
    }
    .banner .banner-content .title h1 {
        font-size: 52px;
    }
    .banner .banner-content .title h1 span {
        font-size: 120px;
    }
    .banner .banner-images img {
        max-width: 400px;
    }
    .rates-spreads .content-wrapper {
        padding-left: 30px;
        padding-right: 0;
    }
    .rates-spreads .title h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .rates-spreads .text-details p {
        font-size: 18px;
        line-height: 28px;
    }
    .learn-trading-wrapper .card {
        margin-bottom: 38px;
    }
    .choose-us .card img.choose-icon {
        left: 20px;
    }
    .choose-us .card .card-body h3 {
        font-size: 24px;
        line-height: 40px;
    }
    .mobile-app-carousel .item .main-card,
    .app-carousel .item .main-card {
        max-width: 730px;
    }
    .payment-methods-wrapper .payments-image .payment-box {
        width: 180px;
    }
    .payment-methods-wrapper .payments-image .payment-box img {
        max-width: 130px;
    }
    /* Page: License & Regulation */
    .reg-banner .banner-images img.reg-img {
        max-width: 460px;
    }
    /* Page: Account Types */
    .account-type-banner .banner-content .title h1 {
        line-height: 1.3;
    }
    .account-type-banner .banner-content .title h1 span {
        font-size: 89px;
    }
    .account-type-banner {
        min-height: 720px;
        padding-top: 120px;
    }
    /* Page: Deposit */
    .deposit-banner .banner-content .title h1 span {
        font-size: 90px;
    }
    .deposit-types-wrapper .price-box .card .card-body .price-content ul li {
        font-size: 14px;
    }
    /* Page: Stock Indicies */
    .stock-banner {
        padding-top: 100px;
        min-height: 720px;
    }
    .stock-banner .banner-content .title h1 span {
        font-size: 100px;
    }
    .stock-banner .banner-content .title h1 {
        line-height: 80px;
    }
    .banner .banner-images img {
        max-width: 420px;
    }
    .company-banner .banner-images img {
        max-width: 350px;
    }
    /*  Page: All Promotions Pages*/
    .promotions-banner {
        padding-top: 100px;
        padding-bottom: 0;
        min-height: 700px;
    }
}

@media (max-width: 991.98px) {
    /* Page: Company */
    .company-banner .banner-content .title h1 {
        font-size: 50px;
    }
    .company-banner .banner-content .banner-links a {
        width: 160px;
        font-size: 12px;
    }
    .company-banner .company-info {
        margin-bottom: 70px;
    }
    .company-banner .company-content .about-company {
        margin-bottom: 40px;
    }
    .company-banner .banner-text ul li span {
        font-size: 18px;
        line-height: 28px;
    }
    .company-info {
        margin-bottom: 60px;
    }
    .company-content .about-company {
        margin-bottom: 50px;
    }
    .company-choose-us {
        padding-top: 60px;
    }
    .company-mobile-app {
        padding-top: 25px;
    }
    .company-payment-methods {
        padding-top: 50px;
    }
    .company-contact-us {
        padding-top: 100px;
    }
    /* Page: FAQs */
    h3.faq-heading {
        font-size: 60px;
        line-height: 60px;
    }
    .faq-wrapper {
        margin-top: 25px;
    }
    .faq-heading .top-card {
        margin-bottom: 60px;
    }
    .faq-mobile-app {
        padding-top: 50px;
    }
    .faq-heading .top-card .card-body .faq-section h5 a {
        font-size: 30px;
        line-height: 40px;
    }
    .faq-heading .top-card .card-body .faq-section h5>a:after {
        font-size: 16px;
        top: 30px;
    }
    /* Page: Stock Indicies */
    .forex-content .card .card-header h5 {
        font-size: 45px;
    }
    /* Page: Login & Registration */
    .wrapper-section {
        padding-top: 100px;
    }
    .login-image {
        align-items: center;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .theme-btn {
        width: 85px;
        line-height: 36px;
        min-height: 36px;
    }
    header .navbar .navbar-collapse ul.bottom-bar li {
        margin-left: 5px;
    }
    header .navbar .navbar-collapse ul.bottom-bar li a {
        font-size: 14px;
        line-height: 32px;
        padding: 0 0 0 10px;
    }
    header .navbar .navbar-collapse ul li .dropdown {
        margin-right: 10px;
    }
    header .navbar a.navbar-brand img {
        max-width: 100px;
    }
    header .navbar .navbar-collapse ul.top-bar {
        width: 93%;
    }
    header .navbar .navbar-collapse ul.top-bar li.left-section-links .phone,
    header .navbar .navbar-collapse ul.top-bar li.right-section-links .faq,
    header .navbar .navbar-collapse ul.top-bar li.left-section-links .email {
        margin-right: 20px;
        display: flex;
    }
    .banner .banner-content .title h1 span {
        font-size: 130px;
    }
    .banner .banner-images img {
        max-width: 275px;
    }
    .company-banner .banner-images img {
        max-width: 250px;
    }
    .info {
        margin-bottom: 140px;
    }
    .info-box {
        padding-left: 15px;
    }
    .review .title h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .review-carousel .owl-dots button.owl-dot {
        width: 80px;
        height: 80px;
    }
    .review-carousel .owl-dots {
        bottom: 100px;
        left: -330px;
    }
    .review-carousel .owl-dots button.owl-dot.active {
        width: 90px;
        height: 90px;
    }
    .learn-trading {
        padding-top: 100px;
    }
    .rates-spreads {
        padding-top: 160px;
    }
    .rates-spreads .title h2 {
        font-size: 30px;
        line-height: 20px;
    }
    .rates-spreads .content-wrapper {
        padding-left: 30px;
        padding-right: 0;
    }
    .rates-spreads .text-details p {
        font-size: 14px;
        line-height: 26px;
    }
    .rates-spreads .text p {
        font-size: 13px;
        line-height: 26px;
    }
    .account-types {
        padding-top: 170px;
    }
    .account-types-title h2 {
        font-size: 50px;
    }
    .account-types-wrapper .price-box .card {
        margin-bottom: 30px;
    }
    .learn-trading-wrapper .card {
        margin-bottom: 22px;
    }
    .choose-us {
        padding-top: 140px;
    }
    .choose-us .card img.choose-icon {
        top: -56px;
        left: 30px;
        max-width: 100px;
    }
    .choose-us .card .card-body h3 {
        font-size: 16px;
    }
    .choose-us .card .card-body p {
        font-size: 11px;
        margin: 0;
    }
    .mobile-app {
        padding-top: 40px;
    }
    .mobile-app-carousel .item .main-card,
    .app-carousel .item .main-card {
        max-width: 540px;
    }
    .mobile-app-carousel .item .main-card .card-img-overlay .box-card,
    .app-carousel .item .main-card .card-img-overlay .box-card {
        margin-top: 0;
        height: 300px;
    }
    .mobile-app-carousel .item .main-card .card-img-overlay .box-card .card-body .download-app h3,
    .app-carousel .item .main-card .card-img-overlay .box-card .card-body .download-app h3 {
        font-size: 30px;
        line-height: 20px;
    }
    .payment-methods {
        padding-top: 140px;
    }
    .payment-methods-wrapper .payments-image .payment-box {
        max-width: 130px;
    }
    .payment-methods-wrapper .payments-image .payment-box img {
        max-width: 80px;
    }
    .contact-us {
        padding-top: 130px;
    }
    .social-links ul li a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    footer {
        padding-top: 120px;
    }
    /* Page: Company */
    .company-banner .banner-content .title h1 {
        font-size: 40px;
        line-height: 1.1;
    }
    .company-banner {
        min-height: 730px;
        padding-top: 150px;
        padding-bottom: 0;
    }
    .company-content .about-company .card.icon-card .card-body {
        padding: 10px;
    }
    .company-content .about-company .card.icon-card img.choose-icon {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
    }
    /* Page: License & Regulation */
    .reg-banner .banner-images img.reg-img {
        max-width: 350px;
    }
    /* Page: Fund & Safety */
    .fund-banner .banner-images img {
        max-width: 340px;
    }
    /* Page: Our Advantage */
    .faq-banner {
        min-height: auto;
        padding-top: 150px;
        padding-bottom: 25px;
    }
    /* Page: Account Types */
    .account-type-banner .banner-images img {
        max-width: 366px;
    }
    .account-types-content {
        padding-top: 0;
    }
    /* Page: Deposit */
    .deposit-banner .banner-content .title h1 span {
        font-size: 68px;
    }
    /* Page: All Plaforms Pages */
    .platforms-banner {
        padding-bottom: 100px;
    }
    /*  Page: All Promotions Pages*/
    .promotions-banner .banner-content .title h1 span {
        font-size: 95px;
    }
    .promotions-banner {
        min-height: 640px;
        padding-top: 80px;
        padding-bottom: 0;
    }
    .promotions-details table thead tr th {
        font-size: 40px;
    }
    .cashback-banner {
        min-height: 600px;
    }
    .free-vps-banner {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    .custom-container {
        max-width: inherit;
    }
    footer {
        background: none;
    }
    header .navbar .navbar-collapse ul.top-bar {
        width: 100%;
    }
    header .navbar .navbar-collapse ul li a.theme-btn {
        display: block;
        width: 100%;
        background: #fed831;
        color: #1d1d20;
    }
    header {
        background: #1d1d20;
    }
    header.sticky {
        background: #1d1d20;
    }
    header .navbar {
        padding: 5px 15px;
    }
    header .navbar button.navbar-toggler {
        width: 48px;
        height: 48px;
        border: 1px solid rgba(255, 255, 255, 0.295743);
        border-radius: 8px;
        padding: 0;
        background-color: transparent;
        font-size: inherit;
        line-height: inherit;
    }
    .banner .banner-content {
        padding-bottom: 50px;
        padding-top: 70px;
    }
    header .navbar .navbar-collapse ul.top-bar li.left-section-links,
    header .navbar .navbar-collapse ul.top-bar li.right-section-links .faq,
    header .navbar .navbar-collapse ul li .dropdown {
        display: none;
    }
    header .navbar .navbar-collapse ul.top-bar {
        display: inline-block;
        margin: 15px 0 15px 0px;
    }
    header .navbar .navbar-collapse ul.bottom-bar li {
        margin-left: 0;
    }
    header .navbar .navbar-collapse ul.bottom-bar li a.dropdown-toggle img.icon-down {
        float: right;
    }
    header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu {
        min-width: 100%;
        background: #fed831;
        backdrop-filter: none;
        border: none;
        box-shadow: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu a.dropdown-item {
        color: #000;
        font-weight: 500;
    }
    header .navbar .navbar-collapse ul.bottom-bar li a.dropdown-toggle:hover {
        color: #fff;
    }
    header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu a.dropdown-item.active,
    header .navbar .navbar-collapse ul.bottom-bar li.dropdown .dropdown-menu a.dropdown-item:active {
        color: #fed831;
        background: #0d0c0d;
    }
    .dropdown.theme-dropdown .dropdown-menu:before,
    .dropdown.theme-dropdown .dropdown-menu:after {
        content: none;
    }
    header .navbar .navbar-collapse ul.bottom-bar li a.dropdown-toggle img.icon-down {
        float: right;
        width: 12px;
        margin-top: 10px;
        margin-right: 18px;
    }
    .banner .banner-images img {
        max-width: 370px;
    }
    .banner .banner-images {
        padding-left: 0;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50px;
    }
    .banner .banner-content .banner-text p {
        max-width: 470px;
    }
    .rates-spreads .trading-widget .card {
        max-width: 480px;
        margin: 0 auto;
    }
    .rates-spreads .content-wrapper {
        padding-left: 0;
        padding-right: 0;
        max-width: 480px;
        margin: 0 auto;
        padding-top: 100px;
    }
    .account-types {
        padding-top: 100px;
    }
    .account-types-wrapper .price-box .card {
        max-width: 400px;
        margin: 0 auto 20px auto;
    }
    .account-types-title p {
        max-width: 400px;
    }
    .learn-trading {
        padding-top: 120px;
    }
    .learn-trading-title p {
        max-width: 400px;
    }
    .learn-trading-wrapper .watch-all-btn a {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.295743);
    }
    .choose-us {
        padding-top: 100px;
    }
    .choose-us-content .text p {
        margin-bottom: 100px;
    }
    .mobile-app {
        padding-top: 0;
    }
    .choose-us-content {
        max-width: 100%;
    }
    .mobile-app-carousel .item .main-card .card-img-overlay,
    .app-carousel .item .main-card .card-img-overlay {
        position: relative;
        margin-top: -105px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .mobile-app-carousel .item .main-card .card-img-overlay .box-card,
    .app-carousel .item .main-card .card-img-overlay .box-card {
        max-width: 275px;
        height: 330px;
        margin-left: auto;
        margin-top: -6px;
        margin-right: auto;
    }
    .mobile-app-carousel .item .main-card .card-img-overlay .box-card .card-body .download-app h3,
    .app-carousel .item .main-card .card-img-overlay .box-card .card-body .download-app h3 {
        font-size: 40px;
        line-height: 40px;
    }
    #learnVideo1 .modal-body button.close,
    #learnVideo2 .modal-body button.close,
    #learnVideo3 .modal-body button.close {
        right: 0;
    }
    .mobile-app-title p {
        max-width: 400px;
    }
    .payment-methods-wrapper .payments-image .payment-box {
        width: 250px;
        height: 150px;
        margin: 10px auto;
    }
    .contact-us {
        padding-top: 100px;
    }
    .contact-us .card-body {
        padding: 0 10px;
    }
    .review .item {
        justify-content: center;
    }
    .info {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .info-box {
        margin-bottom: 20px;
    }
    .review .text {
        margin-bottom: 300px;
    }
    .review-carousel .owl-dots {
        position: absolute;
        bottom: inherit;
        top: -223px;
        left: 0;
    }
    .rates-spreads {
        padding-top: 180px;
    }
    .footer-links {
        margin-bottom: 50px;
    }
    .copyright {
        padding-top: 0;
        padding-bottom: 15px;
    }
    /* Page: Company */
    .company-banner {
        padding-bottom: 0;
    }
    /* Page: Fund & Safety */
    .fund-banner .banner-images img {
        max-width: 100%;
    }
    .fund-banner {
        padding-top: 100px;
    }
    /* Page: Our Advantage */
    .advantage-banner .banner-content .title h1 span {
        font-size: 100px;
    }
    .advantage-banner .banner-images img {
        max-width: 100%;
    }
    .advantage-banner {
        padding-top: 100px;
    }
    /* Page: FAQs */
    .faq-banner {
        padding-bottom: 0;
        padding-top: 65px;
    }
    h3.faq-heading {
        font-size: 40px;
        line-height: 40px;
    }
    .faq-heading .top-card .card-header span {
        font-size: 35px;
        line-height: 45px;
    }
    .career-heading .top-card .card-body .faq-section .card-header h5 {
        font-size: 30px;
        line-height: 40px;
        color: #fff;
        padding: 27px 45px 28px 45px;
    }
    .career-heading .top-card .card-body .faq-section .card-header ul li {
        font-size: 16px;
        line-height: 26px;
        display: flex;
    }
    .career-heading .top-card .card-body .faq-section .card-header p {
        font-size: 16px;
        line-height: 26px;
    }
    /* Page: Account Types */
    .account-type-banner .banner-images img {
        max-width: 100%;
    }
    .account-type-banner .banner-content .title h1 span {
        font-size: 105px;
    }
    .account-types-content .about-company.risk-warning {
        padding-top: 0;
    }
    /* Page: Deposit */
    .deposit-banner .banner-content .title h1 span {
        font-size: 93px;
    }
    .deposit-banner .banner-content .banner-text p {
        max-width: 100%;
    }
    /* Page: Forex */
    .forex-content .card .card-header h5 {
        font-size: 42px;
    }
    .forex-banner .banner-content .banner-text p {
        max-width: 100%;
    }
    .forex-banner {
        padding-top: 75px !important;
    }
    /* Page: Stock Indicies */
    .stock-banner .banner-content .title h1 span {
        font-size: 100px;
        line-height: 100px;
    }
    .forex-content .card .card-header h5 {
        font-size: 30px;
    }
    .commodities-banner .banner-content .title h1 {
        line-height: 70px;
    }
    .commodities-banner .banner-content .title h1 span {
        font-size: 90px;
    }
    /* Page: All Plaforms Pages */
    .platforms-banner {
        padding-top: 35px;
    }
    .cashback-banner {
        padding-top: 60px;
    }
    .free-vps-banner .banner-content .banner-text p {
        max-width: 100%;
    }
    .free-vps-banner {
        padding-bottom: 0;
        padding-top: 70px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* Page: License & Regulation */
    .reg-banner {
        padding-top: 90px;
    }
    .reg-banner .banner-content .title h1 {
        line-height: 1.2;
    }
    .reg-banner .banner-content .title h1 span {
        font-size: 100px;
    }
    .reg-banner .banner-images img.reg-img {
        max-width: 550px;
    }
    .reg-content .about-company h2 {
        font-size: 48px;
    }
    /*  Page: All Promotions Pages */
    .promotions-details table thead tr th,
    .promotions-details table tbody tr th,
    .promotions-details table tbody tr td {
        font-size: 24px;
    }
    .no-deposit-banner {
        padding-top: 50px;
    }
    .no-deposit-banner .banner-content .banner-text p {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .banner .banner-images img.top-img {
        position: absolute;
        left: -5%;
        top: -55%;
    }
    .banner .banner-content .title h1 span {
        font-size: 100px;
    }
    .banner .banner-images {
        max-width: 300px;
    }
    .banner .banner-images img {
        max-width: 250px;
    }
    .banner .banner-images img.middle-img {
        position: absolute;
        left: 17%;
        top: -20%;
    }
    .banner .banner-content .title h1 {
        font-size: 44px;
        line-height: 90px;
    }
    .banner .banner-content .banner-links a {
        width: 120px;
        font-size: 13px;
    }
    .info-box {
        max-width: 250px;
        margin: 0 auto 20px auto;
    }
    .review .title h2 {
        font-size: 40px;
        padding-right: 4rem;
    }
    .review .text p {
        font-size: 16px;
    }
    .review .card .card-body {
        padding: 0;
    }
    .review .card .card-body .card-text p {
        font-size: 16px;
        line-height: 28px;
    }
    .review-carousel .owl-dots button.owl-dot {
        width: 80px;
        height: 80px;
    }
    .review-carousel .owl-dots button.owl-dot.active {
        width: 90px;
        height: 90px;
    }
    .rates-spreads .trading-widget .card .currency-pair {
        right: 0;
        top: -60px;
    }
    .rates-spreads .trading-widget .card img.circle-img {
        left: 0;
        top: -50px;
    }
    .rates-spreads .trading-widget .card img.close-img {
        left: 70px;
    }
    .rates-spreads .trading-widget .card img.combined-large {
        top: -140px;
        left: 180px;
    }
    .rates-spreads .trading-widget .card img.circle-small-2 {
        bottom: -50px;
        right: 30px;
    }
    .rates-spreads .trading-widget .card img.circle-small {
        bottom: -50px;
    }
    .rates-spreads .text p {
        font-size: 15px;
    }
    .account-types-title h2 {
        text-align: left;
    }
    .account-types-title p {
        max-width: 100%;
        text-align: left;
        margin-left: 0;
        font-size: 15px;
    }
    .learn-trading-wrapper .card .card-body .play-button-box img {
        max-width: 150px;
    }
    .learn-trading-wrapper .card .card-body .play-button-box {
        transform: translate(-50%, -100%);
    }
    .learn-trading-wrapper .card .card-body {
        padding-left: 20px;
    }
    .learn-trading-wrapper .card .card-body .play-button-box-2 {
        top: 47%;
    }
    .choose-us-content .title h2 {
        font-size: 40px;
        line-height: 50px;
        padding-right: 0;
    }
    .choose-us-content .text p {
        font-size: 15px;
        padding-bottom: 50px;
    }
    .choose-us .card.top-card {
        margin-top: 0;
    }
    .choose-us .card {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 140px;
    }
    .mobile-app-carousel .item .main-card .card-img-overlay,
    .app-carousel .item .main-card .card-img-overlay {
        position: relative;
        margin-top: -65px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .payment-methods-wrapper .payments-image .payment-box {
        width: 140px;
        height: 86px;
    }
    .payment-methods-wrapper .payments-image .payment-box img {
        max-width: 80px;
    }
    .contact-us .card {
        height: auto;
    }
    .contact-us .card-body {
        padding: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact-us .card-body .card-content {
        width: 100%;
    }
    .contact-us .card-body .card-links {
        width: 100%;
        text-align: left;
        justify-content: flex-start;
    }
    .contact-us .card-body .card-content h3,
    .contact-us .card-body .card-content p {
        padding-bottom: 30px;
    }
    .contact-us .card-body .card-links img.triangle,
    .contact-us .card-body .card-links img.combined-large,
    .contact-us .card-body .card-links img.close-large,
    .contact-us .card-body .card-links img.circle,
    .contact-us .card-body .card-links img.circle-small-2,
    .contact-us .card-body .card-links img.close,
    .contact-us .card-body .card-links img.combined,
    .contact-us .card-body .card-links img.combined-2,
    .contact-us .card-body .card-links img.circle-small {
        display: none;
    }
    .footer-links {
        margin-bottom: 50px;
        text-align: center;
    }
    .footer-links ul li {
        margin-bottom: 15px;
    }
    .social-links ul li {
        margin-left: 15px;
    }
    .social-links ul li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .social-links {
        text-align: center;
        margin: 0 auto;
    }
    .social-links .dropdown {
        margin-right: 0;
    }
    .social-links p {
        margin-bottom: 15px;
    }
    /* Page: Company */
    .company-banner {
        padding-top: 150px;
    }
    .company-banner .banner-content .title h1 {
        font-size: 35px;
        line-height: 100px;
    }
    .company-banner .banner-content .banner-links a {
        width: 100%;
        margin-bottom: 20px;
    }
    .company-content .about-company.banner-links a {
        width: 100%;
        margin-bottom: 20px;
    }
    .company-choose-us {
        padding-top: 0;
    }
    .company-content .about-company .card .card-body .card-text p {
        font-size: 18px;
        line-height: 30px;
    }
    .company-content .about-company .card .card-body {
        padding: 25px 20px;
    }
    .company-content .about-company h2 {
        font-size: 38px;
        line-height: 50px;
    }
    .company-content .about-company.risk-warning {
        padding-top: 0;
    }
    .company-content .about-company .card.icon-card {
        margin-left: auto;
        margin-right: auto;
    }
    /* Page: License & Regulation */
    .reg-banner {
        padding-top: 90px;
    }
    .reg-banner .banner-images img.reg-img {
        max-width: 315px;
    }
    .reg-banner .banner-content .title h1 {
        font-size: 30px;
        line-height: 70px;
    }
    .reg-banner .banner-content .title h1 span {
        font-size: 55px;
    }
    /* Page: Fund & Safety */
    .fund-banner .banner-content .title h1 span {
        font-size: 80px;
    }
    .fund-banner {
        padding-top: 80px;
    }
    /* Page: Our Advantage */
    .advantage-banner .banner-content .title h1 span {
        font-size: 60px;
    }
    /* Page: FAQs */
    .faq-banner {
        padding-top: 60px;
    }
    h3.faq-heading {
        line-height: 50px;
    }
    .faq-heading .top-card .card-body .faq-section h5 a {
        padding-left: 20px;
    }
    .faq-heading .top-card .card-body .faq-section .card-body p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .faq-heading .top-card .card-body .faq-section h5>a:after {
        right: 15px;
    }
    /* Page: Account Types */
    .account-type-banner {
        padding-top: 0;
    }
    .account-type-banner .banner-content {
        padding-top: 40px;
    }
    .account-type-banner .banner-content .title h1 span {
        font-size: 70px;
    }
    .account-type-banner .banner-images img {
        max-width: 100%;
    }
    .account-types-price {
        padding-top: 60px;
    }
    /* Page: Deposit */
    .deposit-banner .banner-content .title h1 span {
        font-size: 60px;
        line-height: 70px;
    }
    .deposit-banner {
        padding-top: 60px;
    }
    .forex-banner .banner-content .title h1 span {
        line-height: 100px;
    }
    .forex-content .card {
        padding: 0;
    }
    .forex-content .card .card-header h5 {
        font-size: 36px;
    }
    .forex-content .card .card-header ul li,
    .forex-content .card .card-header {
        font-size: 18px;
    }
    /* Page: Stock Indicies */
    .stock-banner .banner-images img {
        max-width: 100%;
    }
    .stock-banner .banner-images {
        max-width: 100%;
    }
    .stock-banner {
        padding-top: 40px;
    }
    .commodities-banner .banner-content .title h1 {
        line-height: 30px;
    }
    .commodities-banner .banner-content .title h1 span {
        font-size: 50px;
    }
    /* Page: All Platforms Pages */
    .platforms-banner {
        padding-top: 55px;
    }
    .platforms-banner .banner-content .title h1 {
        font-size: 33px;
    }
    .platforms-banner .banner-content .banner-text p {
        font-size: 18px;
    }
    .platforms-banner .banner-content .title h1 span {
        font-size: 90px;
    }
    .platform-details .card .card-header h5 {
        font-size: 32px;
        line-height: 55px;
    }
    .platform-details .card .card-header p {
        font-size: 18px;
    }
    /*  Page: All Promotions Pages */
    .promotions-details table thead tr th,
    .promotions-details table tbody tr th,
    .promotions-details table tbody tr td {
        font-size: 12px;
    }
    .promotions-banner {
        padding-top: 60px;
    }
    .promotions-banner .banner-content .title h1 {
        font-size: 30px;
        line-height: 100px;
    }
    .no-deposit-banner .banner-content .title h1 span {
        font-size: 68px;
    }
    .no-deposit-banner {
        padding-top: 50px;
    }
    .cashback-banner .banner-content .title h1 span {
        font-size: 75px;
    }
    .cashback-banner {
        padding-top: 60px;
    }
    .free-vps-banner {
        padding-top: 100px;
    }
    /* Page: login & Registration */
    .login-image img {
        max-width: 300px;
    }
    .login-image span {
        font-size: 110px;
        line-height: 110px;
    }
    .login-card .card-body .action-buttons .details {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .login-card .card-body .action-buttons .details p {
        margin: 0px 0px;
        text-align: center;
    }
    .login-card .card-footer {
        flex-direction: column;
    }
    .login-card .card-footer a {
        width: 100%;
        margin-bottom: 20px;
    }
    .login-card .card-body .action-buttons .links button {
        max-width: 100%;
    }
}