@media only screen and (max-width: 1400px) {
    .card-section-container {
        padding: 50px;
        gap: 80px;
    }

    .insure-section-container {
        padding: 50px;
        gap: 80px;
    }

    .direction-card .sudheading-4 {
        font-size: 18px;
    }

    .address-section {
        margin: 40px 100px;
    }

}

@media only screen and (max-width: 1200px) {
    .services-section {
        padding: 100px 0;
    }

    .direction-section {
        padding: 80px 0;
    }

    .card-section {
        padding: 100px 0;
    }

    .content-section {
        padding: 100px 0;
    }

    .organization-service-section {
        padding: 100px 0;
    }

    .about-page .insure-section {
        padding: 100px 0;
    }

    .faq-section {
        padding: 100px 0;
    }

    .account-section {
        padding: 80px 0;
    }

    .investor-section {
        padding: 80px 0;
    }

    .about-page .investor-section {
        padding: 80px 0;
    }


    .about-section {
        padding: 80px 0;
    }

    .rating-section {
        padding: 80px 0;
    }

    .card-section-image .background {
        width: 380px;
        height: 220px;
    }

    .card-section-image .card-style-1 {
        width: 280px;
    }

    .card-style-2 {
        width: 280px;
    }

    .card-style-3 {
        width: 280px;
    }

    .content-section-card {
        /* width: 360px;
        height: 440px; */
    }

    .insure-section-container {
        padding: 20px;
        gap: 40px;
    }

    .account-section-style-2 .account-section-video {
        width: 100%;
    }

    .toc-grid .toc-sotry-card-description h1 {
        font-size: 56px !important;
        line-height: 100%;
    }

    .address-section {
        margin: 40px 60px;
    }
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: var(--h2);
    }

    h2 {
        font-size: var(--h3);
    }

    h3 {
        font-size: var(--h4);
    }

    h4 {
        font-size: var(--h5);
    }

    h5 {
        font-size: var(--h6);
    }

    p {
        font-size: var(--paragraph-small);
    }

    .subheading-1 {
        font-size: var(--subheading-2);
    }

    .subheading-2 {
        font-size: var(--subheading-3);
    }

    .subheading-3 {
        font-size: var(--subheading-4);
    }

    .sudheading-1 {
        font-size: var(--sudheading-2);
    }

    .sudheading-2 {
        font-size: var(--sudheading-3);
    }

    .sudheading-3 {
        font-size: var(--sudheading-4);
    }

    .paragraph-large {
        font-size: var(--paragraph-medium);
    }

    .paragraph-medium {
        font-size: var(--paragraph-small);
    }

    .paragraph-small {
        font-size: var(--paragraph-xsmall);
    }

    .button-dark {
        padding: 8px 18px;
        font-size: var(--paragraph-small);
    }

    .button-light {
        padding: 8px 18px;
        font-size: var(--paragraph-small);
    }

    .card-section-content-buttons {
        /* flex-direction: column; */
    }

    .card-section-container {
        padding: 20px;
        padding-bottom: 40px;
        gap: 80px;
    }

    .organization-service-container {
        padding: 20px;
        padding-bottom: 40px;
        gap: 80px;
    }

    .l-menu {
        display: none;
    }

    .mobile-nav-toggler {
        display: flex;
    }

    .service-item.active {
        width: 274px;
        height: 376px;
    }

    .card-section-image .background {
        width: 300px;
        height: 180px;
    }

    .card-style-1 {
        width: 220px;
    }

    .card-style-2 {
        width: 220px;
    }

    .card-style-3 {
        width: 220px;
    }

    .content-section-card {
        width: 340px;
        height: 400px;
    }

    .content-section-detail {
        padding: 20px;
        height: unset;
    }

    .insure-section-container {
        padding: 0;
        gap: 20px;
    }

    .page-title-breadcrumb .breadcrumb-image-style-1 {
        width: 500px;
        right: 0;
    }

    .page-title-breadcrumb .breadcrumb-image-style-2 {
        width: 250px;
        right: 20%;
    }

    .page-title-breadcrumb {
        height: 250px;
    }

    .card-detail-content-left {
        padding-right: 20px;
    }

    .card-detail-content-right {
        margin-left: 20px;
    }

    .trigger-section {
        height: 100vh !important;
    }

    .toc-section {
        padding: 40px 20px;
    }

    .toc-section .container {
        max-width: 100%;
    }

    .toc-grid .toc-sotry-card-description h1 {
        font-size: 42px !important;
    }

    .direction-list {
        display: grid;
        /* place-items: center; */
        padding: 0 20px;
        margin-top: 60px;
        grid-template-columns: repeat(2, 1fr);
    }

    .direction-card {
        width: 100%;
    }

    .direction-card:nth-child(1) {
        justify-self: end;
        transform: translateY(0px) rotate(0);
    }

    .direction-card:nth-child(2) {
        transform: translateY(0px) rotate(0);
    }

    .direction-card:nth-child(3) {
        justify-self: end;
        transform: translateY(0px) rotate(0);
    }

    .direction-card:nth-child(4) {
        transform: translateY(0px) rotate(0);
    }

    .direction-card:nth-child(5) {
        justify-self: end;
        transform: translateY(0px) rotate(0);
    }

    .direction-card .sudheading-4 {
        font-size: 16px;
    }

    .slider-section {
        height: 60vh;
    }
}

@media only screen and (max-width: 768px) {
    .banner-content.dark {
        color: #000 !important;
    }

    .dark-mode .banner-content {
        color: #fff !important;
    }

    .services-section {
        padding: 60px 0;
    }

    .address-section {
        margin: 40px 10px;
    }

    .address-items {
        height: 500px;
        min-height: 500px;
    }

    .address-item {
        padding: 14px;
        gap: 10px;
    }

    .address-item h6 {
        font-size: 16px;
    }

    .address-item p {
        font-size: 12px;
    }

    .address-item-detail ul li {
        font-size: 12px;
    }

    .address-item-detail ul li img {
        width: 18px;
        height: 18px;
    }

    .address-item-image {
        width: 160px;
        height: 160px;
    }

    .card-section {
        padding: 80px 0;
    }

    .content-section {
        padding: 80px 0;
    }

    .investor-section {
        padding-top: 60px;
    }

    .about-page .investor-section {
        padding-top: 60px;
    }

    .rating-section {
        padding-top: 0;
    }

    .card-service-section-container-2 {
        padding-top: 80px
    }

    .about-page .insure-section {
        padding: 60px 0;
    }

    .faq-section {
        padding: 60px 0;
    }

    .organization-service-section {
        padding: 80px 0;
    }

    h1 {
        font-size: var(--h3);
    }

    .logo {
        /* width: 140px; */
    }

    .slider-content-2 {
        top: 120px;
    }

    .slider-content {
        top: 140px;
        transform: translate(-50%, 0);
    }

    .content-section-card {
        width: 300px;
        height: 380px;
    }

    .app-container {
        padding: 0 20px;
    }

    .card-section-container {
        flex-direction: column;
    }

    .card-section-image {
        order: -1;
    }

    .organization-service-container {
        gap: 40px;
        flex-direction: column;
    }

    .organization-service-image {
        order: -1;
    }

    .organization-service-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .organization-service-image img {
        width: 240px;
    }

    .card-section-image .background {
        width: 100%;
        height: 200px;
    }

    .card-style-1 {
        width: 280px;
    }

    .card-style-2 {
        width: 280px;
    }

    .card-style-3 {
        width: 280px;
    }

    .footer-top-bar img {
        width: 200px;
    }

    .footer-top-bar {
        flex-direction: column;
        gap: 20px;
    }

    .footer-top-bar-menu {
        gap: 20px;
    }

    .insure-section-container {
        flex-direction: column;
        gap: 40px;
    }

    .insure-section-container .video {
        display: flex;
        justify-content: center;
    }

    .insure-section-container img {
        width: 250px;
    }

    .card-service-section-title {
        position: relative;
        top: 0;
        padding-top: 60px;
    }

    .card-service-section-container .buttons {
        bottom: 40px;
    }

    .saving-section {
        padding-top: 80px;
        height: 80vh;
        /* height: unset; */
    }

    .slider-owl-item video {
        height: 80vh;
    }

    .slider-section {
        height: 80vh;
    }

    .slider-content-4 {
        top: 220px;
    }

    .saving-section-title {
        margin-bottom: 20px;
        color: var(--black);
    }

    .card-detail-content {
        flex-direction: column;
    }

    .card-detail-content-right {
        padding-bottom: 40px;
        /* order: -1; */
        margin-left: 0;
    }

    .card-detail {
        padding: 0;
    }

    .google-map {
        height: 400px;
    }

    .card-detail-content-left {
        padding-right: 0;
        border: none;
    }

    .mobile-version {
        display: flex;
    }

    .exchange-section {
        padding: 80px 0;
        height: unset;
    }

    .exchange_slider:before,
    .exchange_slider:after {
        width: 0;
    }

    .exchange-card {
        width: 100%;
        padding: 28px;
        min-width: unset;
    }

    .toc-title {
        position: relative;
        top: 0;
        left: 0;
        padding: 40px;
    }

    .toc-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .toc-grid .toc-story-card:nth-child(1) {
        grid-column: 1;
        grid-row: unset;
    }

    .toc-grid .toc-story-card:nth-child(2) {
        grid-column: 2;
        grid-row: unset;
    }

    .toc-grid .toc-story-card:nth-child(3) {
        grid-column: 1;
        grid-row: unset;
    }

    .toc-grid .toc-story-card:nth-child(4) {
        grid-column: 2;
        grid-row: unset;
    }

    .toc-grid .toc-story-card:nth-child(5) {
        grid-column: 1;
        grid-row: unset;
    }

    .submenu-menu {
        justify-content: center;
    }

    .services-section .owl-carousel {
        margin: 0 !important;
    }

    .dark-mode .slider-content-4 .text-color-black {
        color: #fff !important;
    }

    .dark-mode .slider-content-4 .text-color-black h2,
    .dark-mode .slider-content-4 .text-color-black h6 {
        color: #fff !important;
    }
}

@media only screen and (max-width: 556px) {

    h1 {
        font-size: var(--h4);
    }

    h2 {
        font-size: var(--h5);
    }

    h3 {
        font-size: var(--h6);
    }

    .sudheading-1 {
        font-size: var(--sudheading-3);
    }

    .sudheading-2 {
        font-size: var(--sudheading-4);
    }

    .sudheading-3 {
        font-size: var(--sudheading-5);
    }

    .sudheading-4 {
        font-size: var(--sudheading-5);
    }


    .page-title-breadcrumb .breadcrumb-image-style-1 {
        display: none;
    }

    .page-title-breadcrumb .breadcrumb-image-style-2 {
        right: 16%;
    }

    .header .top-bar .nav-right {
        display: none !important;
    }

    .about-card-2 {
        width: 100%;
    }

    .card-detail-content-left .detail img {
        max-width: 100%;
    }

    .submenu-container {
        flex-direction: column;
        align-items: start;
    }

    .submenu-container .sudheading-4 {
        /* padding-top: 28px; */
        display: none;
    }

    .card-detail-content {
        padding-bottom: 0;
    }

    .card-detail-content .investor-card {
        padding: 18px;
    }

    .product-banner {
        flex-direction: column;
        /* padding: 80px 0; */
        padding-bottom: 40px;
        border-bottom: 1px solid var(--gray-200);
        height: unset;
    }

    .product-banner .banner-image {
        position: relative;
        height: 260px;
    }

    .product-banner .banner-image img {
        object-position: right;
        width: 100%;
    }

    .product-banner .banner-image::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
    }

    .dark-mode .banner-image::after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    }

    .product-banner .banner-content {
        margin-top: -80px;
        /* max-width: 95%; */
    }

    .modal.show .modal-dialog {
        top: 20px;
    }

    .saving-section {
        padding: 48px 0;
    }

    .about-page .investor-section {
        padding: 40px 0;
    }

    .footer-top-bar-menu {
        margin-top: 40px;
        flex-direction: column;
    }

    .footer-bottom-bar {
        flex-direction: column;
        gap: 20px;
    }

    .language-switcher-mobile {
        display: flex;
    }

    /* .trigger-section {
        height: unset !important;
    } */

    /* .app-image {
        width: 200px;
    } */

    .logo_slider:before,
    .logo_slider:after {
        width: 40px;
    }

    .toc-product-section {
        padding-top: 80px;
    }

    .toc-standard-section {
        padding-bottom: 0;
    }

    #teamModal .modal-body {
        display: flex;
        flex-direction: column;
    }

    #teamModal .modal-image {
        width: 100%;
    }

    .currency-info .item {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .hero-text {
        width: 90% !important;
    }

    .card-text {
        top: 250px !important;
    }

    .content-section-card {
        width: 100%;
        height: unset;
    }

    .toc-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .toc-grid .toc-story-card:nth-child(2) {
        grid-column: 1;
    }

    .toc-grid .toc-story-card:nth-child(4) {
        grid-column: 1;
    }

    .direction-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .direction-card .sudheading-4 {
        font-size: 24px;
    }

    .direction-card {
        width: 300px;
    }

    .saving-section {
        height: unset;
        padding-bottom: 20px;
    }

    .saving-section video.active,
    .saving-section img.active {
        display: block;
        position: relative;
        width: 100%;
        height: 400px;
    }

    .saving-section .background {
        position: relative;
        margin-top: -120px;
    }

    .saving-section .background::after {
        content: "";
        position: absolute;
        left: 0;
        top: -2px;
        width: 100%;
        height: 50%;
        background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    }


    .dark-mode .saving-section .background::after {
        background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    }

    .saving-section-container {
        position: relative;
    }

    .saving-section .buttons-list {
        position: absolute;
        bottom: 12px;
    }

    /* //////////////////// */
    /* .saving-section {
        background-color: #fff;
        border-bottom: 1px solid var(--gray-200);
    }

    .saving-section .background::after {
        height: 30%;
        background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    }

    .saving-section .saving-section-title {
        color: #000;
    }

    .saving-section .button-light {
        background-color: #000;
        color: #fff;
    }

    .saving-section .button-light.active {
        background-color: #000;
        color: #fff;
    } */

    /* //////////////////// */

    .insure-section-content {
        gap: 26px;
    }

    .slider-section {
        height: unset;
    }

    .slider-section .slider-owl-item {
        position: relative;
        height: unset;
    }

    .slider-section .background {
        position: relative;
        margin-top: -120px;
    }

    .slider-section video,
    .slider-section .slider-image {
        height: unset;
        position: relative;
        height: 400px;
        object-position: right;
    }

    .slider-content-4 .slider-content-container .title {
        color: var(--black);
    }

    .slider-content-4 .slider-content-container p {
        color: var(--black);
    }

    .slider-section .background::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40%;
        background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    }

    .dark-mode .slider-section .background::after {
        background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    }

    .slider-section .slider-content-4 {
        position: relative;
        margin-top: 40px;
        top: 0;
    }

    .first-section {
        background-color: #000;
    }

    .first-section .title,
    .first-section .description {
        color: #fff !important;
    }

    .first-section .background::after {

        background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    }


    .first-section .slider-content-4 {
        margin-top: 120px;
    }
}