* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
section {
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 50px;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 20px 0;
    background: white;
    box-shadow: 6px 3px 19px 2px rgba(224, 247, 250, 0.8);
    -webkit-box-shadow: 6px 3px 19px 2px rgba(224, 247, 250, 0.5);
    -moz-box-shadow: 6px 3px 19px 2px rgba(224, 247, 250, 0.2);
}

a {
    text-decoration: none;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

p {
    font-size: 19px;
    font-weight: 500;
}

.section4_wrapper li {
    font: 19px;
    line-height: 26px;
    font-weight: 600;
}

h2 {
    max-width: 90%;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-container {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-container h1 {
    margin-bottom: 40px;
    font-weight: 900;
}

.text-container p {
    max-width: 500px;
    margin-bottom: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.text-container button {
    background: rgb(0, 82, 175);
    color: white;
    padding: 14px 60px;
    border-radius: 40px;
    border: none;
}

p {
    line-height: 30px;
}

.section4_l img {
    max-width: 400px;
}

/* handle trade previledges */

.box-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    /* background: rgba(244,247,250); */
}

.box-wrapper .box-item {
    /* box-shadow: 0 2px 8px rgba(244,247,250); */
    border-radius: 15px;
    background: white;
    margin: 8px;
    min-width: 240px;
    max-width: 250px;
    height: 400px;
    padding: 20px;
    padding-left: 30px;
}

button {
    font-size: 20px;
}

a {
    font-size: 18px;
}

.box-item .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(68, 167, 231);
}

.box-item .icon i {
    color: white;
}

.box-item p {
    display: block;
    text-align: start;
}

.box-item h3 {
    margin-bottom: 10px;
}

.section1 {
    margin-bottom: 60px;
    overflow: hidden;
}

/* 
   .section1 h2, .section1 p{
     text-align: center;
   } */

.websiteLink {
    color: rgb(0, 124, 255);
}

h2 {
    margin-bottom: 20px;
    text-align: center;
}

.section1p {
    max-width: 550px;
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

/* handle section2   */

.section5_wrapper p {
    color: #f3f4f5;
}

.section2 {
    padding: 50px 0;
    background: rgb(244, 251, 253);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section2_wrapper {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    align-items: center;
}

.section2_wrapper img {
    width: 320px;
}

.section2_l {
    flex: 5;
}

.section2_r {
    flex: 4;
}

.section2p {
    text-align: center;
    max-width: 600px;
    margin-bottom: 60px;
}

.section2_item {
    margin-bottom: 30px;
}

.section2_item h3 {
    margin-bottom: 10px;
}

.section2_item p {
    margin-bottom: 20px;
}

.ira-item {
    display: flex;
    align-items: center;
}

.ira-item h3 {}

.ira-item i {}

.ira-item span {
    color: white;
    display: flex;
    width: 40px;
    height: 40px;
    background: rgb(68, 197, 231);
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
}

/* .section2_r_item h3::before{
    content: "IRA";
  
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(68,197,231);
    display:inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
   } */

.section2_item a {
    color: rgb(24, 118, 168);
}

.section2_item i {}

.arrow-icon {
    color: rgb(24, 118, 168);
}

/* section3 styling */

.section3 {
    background: white;
    padding: 150px 0;
    position: relative;
}

.section3_wrapper {
    max-width: 80%;
    margin: 0 auto;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
}

.slick-dots button {
    background-color: #ccc;
    border: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sliderContainer {
    max-width: 100vw;
    overflow-x: hidden;
    padding: 10px;
}

.section3_item {
    display: block;
}

.section3_item_r img {
    max-width: 500px;
}

.section3_item_l,
.section3_item_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .links-item span {
        flex-wrap: nowrap;
    }
    i {
        font-size: 12px !important;
    }
    .section4_r h2 {
        text-align: start;
    }
    .nav-item {
        margin-top: 10px;
        font-size: 16px;
    }
    h1 {
        font-size: 50px;
    }
    .section2_wrapper_sm {
        display: none;
    }
    .section_6_item {
        margin-right: 80px;
    }
    .box-wrapper .box-item {
        /* box-shadow: 6px 3px 19px 11px rgba(224,247,250, 0.8);
  -webkit-box-shadow: 6px 3px 19px 11px rgba(224,247,250, 0.5);
  -moz-box-shadow: 6px 3px 19px 11px rgba(224,247,250, 0.2);     */
        box-shadow: 0 4px 8px 0 rgba(208, 215, 216, 0.8);
    }
    .section3_item {
        display: flex;
        align-items: center;
        position: relative;
        flex-direction: row-reverse;
    }
    .section3_item_r {
        width: 50%;
    }
    .section3_item_l {
        display: none;
        top: 200px !important;
        max-width: 500px;
        left: 5% !important;
    }
    .section3_item_l.active {
        display: block;
    }
    .section3_item_l.fixed {
        position: fixed;
        top: 40px;
        left: 10px;
    }
}

.slick-dots {
    color: greenyellow;
}

/* section4 styles */

.section4 {
    background: rgb(244, 251, 253);
    padding-bottom: 30px;
}

.section4_wrapper {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.section4_r h4 {
    font-weight: 500;
}

.section4_l {
    flex: 1;
}

.section4_r {
    flex: 1;
}

.section4 a {
    color: white;
    background: rgb(0, 124, 255);
    padding: 10px 20px;
    border-radius: 35px;
    text-align: center;
}

.section4 ul {
    margin-bottom: 40px;
}

.section4 h4 {
    margin-top: 40px;
    max-width: 90%;
    margin: 40px auto;
}

/* section5 styling */

.section5 {
    background: rgb(0, 82, 175);
    padding: 40px 0;
}

.section5_wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.section5 img {
    width: 600px;
}

.section5 .links {
    display: flex;
}

.section5 .links-item {
    margin: 0 20px;
    color: #f3f4f5;
}

.section5 p {
    margin-bottom: 20px;
}

.section5 .links i {
    font-size: 14px;
    margin-left: 10px;
}

.section5-icons {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.section5-icons.bigSmallScreen {
    /* border-bottom: 1px solid #f7f3f3; */
    margin-bottom: 20px;
    display: none;
    width: 90%;
    ;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    margin: 20px auto;
}

.section5-icons>div {
    margin: 0 10px;
}

.section5-icons img {
    width: 50px;
    height: 50px;
    border: 1px solid #ebe5e5;
    border-radius: 50%;
    ;
}

.navbar-toggler,
.navbar-search {
    cursor: pointer;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -100vw;
    right: 0;
    background: white;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
    transition: left 0.5s ease-in;
    bottom: 0;
    overflow: hidden;
}

.header img {
    width: 100px;
}

.side-menu-footer {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

#cancelButton {
    background: none;
    color: blue;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}

/* section6 styling */

.section6_wrapper_l,
.section6_wrapper_r {
    display: flex;
    margin-top: 20px;
}

.section_6_item a {
    display: block;
    color: red;
}

.section6_wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.section6 h4 {
    margin-bottom: 10px;
}

.section6_wrapper a {
    color: #333;
    display: block;
    margin-bottom: 10px;
}

/* section 6 styling */

.section6 p {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    margin: 15px auto;
}

footer .footer-wrapper {
    display: flex;
    justify-content: end;
    max-width: 1200px;
    margin: 0 auto;
}

footer a {
    color: rgb(0, 124, 255);
}

.app-store {
    display: none;
    flex-direction: column;
}

.app-store img {
    border: 1px solid #ccc;
    width: 100px;
    height: 40px;
    margin: 10px;
}

.sliderContainer {
    max-width: 90vw;
    margin: 0 auto;
}

p {
    color: #333;
    ;
}

.section6 p {
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .section2_r_item {
        max-width: 90%;
        margin: 0 auto;
    }
    .section2_r_item i {
        font-size: 10px !important;
    }
    .section3_item_l a {
        font-size: 13px;
        color: rgb(0, 124, 255);
    }
    .section3_item_l i {
        font-size: 10px !important;
    }
    .section4 h4 {
        font-size: 12px !important;
    }
    .icon_img {
        width: 20px;
        height: 20px;
    }
    .box-item h3 {
        font-size: 16px;
    }
    .text-container button {
        padding: 9px 33px !important;
        font-size: 14px;
    }
    .box-wrapper .box-item {
        margin-bottom: 20px !important;
        height: 200px;
        /* min-height: 200px; */
    }
    .section2 h2 {
        text-align: start;
        width: 80%;
    }
    .section6 p {
        font-size: 16px;
        line-height: 26px;
    }
    .section3 {
        padding: 30px 0;
        padding-bottom: 5px;
        position: relative;
    }
    .custom-dots-container {
        position: absolute;
        bottom: 10px !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .section3_item_r img {
        max-width: 300px;
    }
    .section4 ul {
        max-width: 80%;
        margin: 30px auto;
        color: #333;
    }
    .section4 h4 {
        color: #333;
    }
    .section5 p {
        color: white;
    }
    .text-container {
        top: 40%;
    }
    .section2_wrapper_sm {
        display: block;
    }
    .section2_wrapper_sm img {
        margin-bottom: 40px;
    }
    .section2_wrapper_lg {
        display: none;
    }
    .section2_wrapper {
        /* flex-direction: column-reverse !important;
      border: 1px solid red; */
    }
    .ira-item span {
        display: none;
    }
    .section1p,
    .section2p {
        margin-bottom: 40px;
        width: 80%;
        margin: 0 auto;
    }
    .section2_wrapper img {
        width: 150px;
    }
    .box-wrapper .box-item {
        max-height: 300px;
        margin-bottom: 30px;
    }
    .box-item-head {
        display: flex;
        position: relative;
    }
    .box-item-head img {
        position: absolute;
        left: -70px;
        width: 40px;
        height: 40px;
    }
    .head-logo img {
        width: 100px;
    }
    .app-store {
        display: flex;
    }
    .section_6_item.hide {
        display: none;
    }
    .section6_wrapper_r .moveup {
        margin-top: -200px;
        margin-left: 21%;
    }
    .box-wrapper,
    .section2_wrapper {
        flex-direction: column;
        align-items: center;
    }
    .text-container {
        width: 90%;
    }
    .section3_item_r img {
        width: 400px;
    }
    .section4_l img {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .section4_l {
        margin-bottom: 30px;
    }
    .section4_r li {
        font-size: 10px;
    }
    .box-wrapper .box-item {
        padding-left: 0;
        max-width: 80%;
        min-width: 80%;
    }
    p,
    section a {
        font-size: 12px;
    }
    i {
        font-size: 13px !important;
    }
    .section6 p,
    footer p {
        font-size: 12px;
    }
    footer a {
        font-size: 12px;
    }
    .links {
        font-size: 17px;
        width: 80vw
    }
    .links-item {
        display: flex;
        justify-content: start;
        align-items: center;
        flex: 1;
        margin: 0 0 !important;
    }
    .links-item span {
        display: flex;
        flex-wrap: wrap;
    }
    .box-wrapper {
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .section2 h2 {
        text-align: start;
    }
    .section2 p {
        text-align: start;
        margin-bottom: 20px;
    }
    .section3_item {
        overflow-x: hidden;
    }
    .section3_item p {}
    .largeSize {
        display: none;
    }
    .section6_wrapper {
        display: flex;
        flex-direction: column;
    }
    .section_6_item_l,
    .section_6_item_r {
        display: flex;
        flex-direction: column;
    }
    .text-container {
        width: 90%;
    }
    .section5-icons.bigSmallScreen {
        display: flex;
    }
    .section5-icons img {
        width: 40px;
        height: 40px;
    }
    h1 {
        margin-bottom: 10px;
    }
    .text-container {
        text-align: left;
    }
    .text-container p {
        text-align: center;
    }
    .text-container button {
        padding: 12px 40px;
    }
    .nav-item {
        margin: 10px 0;
    }
    .section4_wrapper {
        display: flex;
        width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section4_r {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .slick-dots li button {
        max-width: 4px;
        max-height: 4px;
        background: #999;
        padding: 3px !important;
    }
    .slick-active .slick-dot {
        background: rgb(31, 96, 226);
    }
    .slick-dot {
        color: #000;
        background-color: #ccc;
        /* Customize dot background color */
        border: none;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .slick-dot:hover {
        background-color: #333;
        color: #fff;
    }
}

footer p {
    width: 90%;
    margin: 0 auto;
}

.section3_item_l h2,
.section3_item_l p {
    text-align: start;
    width: 100%;
}

p,
li,
a,
h5 {
    font-size: 11px;
}

li {
    width: 90%;
    margin: 0 auto;
}

h5 {
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
}

h3 {
    font-size: 13px;
    font-weight: 600;
}

.section_1 .section_wrapper {
    display: flex;
    flex-direction: column;
}

.section_1 .section_wrapper_l p,
.section_1 .section_wrapper h3,
.section_2 p,
.section_6 p,
.section_2 h3,
.section_2 h4 {
    max-width: 90%;
    margin: 0 auto;
}

h3 {
    margin-bottom: 20px;
}

h2 {
    font-size: 1px;
}

.section_1 .section_wrapper_r {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.section_1 .section_wrapper_l {
    margin-bottom: 30px;
}

.commissions {
    position: relative;
    background: linear-gradient(#1A63c6, #0B53B9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    color: white;
    font-size: 25px;
}

.option,
.stock,
.etf {
    position: absolute;
}

.option {
    left: -60px;
    top: 20px;
    border: 1px solid #0B53B9;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    color: #0B53B9;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.stock {
    right: -60px;
    top: 10px;
    border: 1px solid #0B53B9;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    color: #0B53B9;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.etf {
    right: -10px;
    bottom: -20px;
    border: 1px solid #0B53B9;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    color: #0B53B9;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.spanCommisions {
    font-size: 15px;
}

table {
    border-collapse: collapse;
    width: 90%;
    margin: 40px auto;
}

th,
td {
    /* border: 1px solid black; */
    text-align: center;
    padding: 12px;
    /* Increase padding here */
}

td:nth-child(1) {
    text-align: left;
}

/* Align the second column to the right */

td:nth-child(2) {
    text-align: right;
}

td {
    border: 1px solid rgb(233, 229, 229);
    border-right: none;
    font-size: 12px;
}

th {
    background-color: #f3f4f5;
    border-right: none;
    /* Remove vertical border */
    font-size: 12px;
    font-size: 400;
}

td {
    border-left: none;
    /* Remove vertical border */
}

.section_3_tb_item_wrapper {
    display: flex;
}

@media screen and (max-width: 767px) {
    /* Styles for small-sized devices */
    .section_3_tb_wrapper {
        display: flex;
        width: 90%;
        margin: 0 auto;
    }
    .section_3_tb_item_wrapper {
        display: flex;
        justify-content: space-around;
    }
    .section_3_tb_l,
    .section_3_tb_r {
        flex: 1;
    }
    .section_3_tb_r {
        border-bottom: 1px solid red;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* Styles for medium-sized devices */
    /* Styles for small-sized devices */
    .section3_tb {
        display: flex;
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .section_3_tb_item {
        min-width: 33%;
    }
}

@media screen and (min-width: 992px) {
    /* Styles for large-sized devices */
    .section_3_tb_l.hide {
        display: none;
    }
    .section3_tb {
        display: flex;
        width: 90%;
        margin: 0 auto;
        flex-wrap: nowrap;
    }
    .section_3_tb_item {
        min-width: 20%;
        display: flex;
        width: 90%;
        margin: 0 auto;
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 768px) {
    .section_1 .section_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 80%;
        margin: 0 auto;
    }
    p,
    td,
    th {
        font-size: 14px !important;
    }
    .section_1 .section_wrapper_l,
    .section_1 .section_wrapper_r {
        flex: 1;
    }
    .section_2 {
        width: 80%;
        margin: 0 auto;
    }
}