html {
  font-family: 'Helvetica', sans-serif;
  background-color: #ffffff;
  color: #ffffff;
  font-size: 18px;
  scroll-behavior: smooth;
}

.swiper-container {
  z-index: 1000;
  /* Set a higher z-index value */
}


p {
  margin: 0;
  font-weight: 400;
}

nav {
  background-color: #011F3D !important;
  border-bottom: 3px solid #003061;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 48px;
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff2b;
  border-radius: 48px;
  box-shadow: 4px 0 6px 0 #0003;
}

@font-face {
  font-family: "mng-writing";
  src: url("fonts/mongolian-writing/mongolian-writing.ttf") format("ttf"),
    url("fonts/mongolian-writing/mongolian-writing.otf") format("otf"),
    url('fonts/mongolian-writing/mongolian-writing.woff2') format('woff2'),
    url('fonts/mongolian-writing/mongolian-writing.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "calibri-regular";
  src: url("fonts/calibri/calibri-regular.ttf") format("ttf"),
    url("fonts/calibri/calibri-regular.otf") format("otf"),
    url('fonts/calibri/calibri-regular.woff2') format('woff2'),
    url('fonts/calibri/calibri-regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "calibri-bold";
  src: url("fonts/calibri/calibri-bold.ttf") format("ttf"),
    url("fonts/calibri/calibri-bold.otf") format("otf"),
    url('fonts/calibri/calibri-bold.woff2') format('woff2'),
    url('fonts/calibri/calibri-bold.woff') format('woff');
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: "calibri-light";
  src: url("fonts/times-new-roman/calibri-light.ttf") format("ttf"),
    url("fonts/calibri/calibri-light.otf") format("otf"),
    url('fonts/calibri/calibri-light.woff2') format('woff2'),
    url('fonts/calibri/calibri-light.woff') format('woff');
  font-style: bold;
  font-weight: 100;
}

@font-face {
  font-family: "tnr-regular";
  src: url("fonts/times-new-roman/times-new-roman-regular.ttf") format("ttf"),
    url("fonts/times-new-roman/times-new-roman-regular.otf") format("otf"),
    url('fonts/times-new-roman/times-new-roman-regular.woff2') format('woff2'),
    url('fonts/times-new-roman/times-new-roman-regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "tnr-bold";
  src: url("fonts/times-new-roman/times-new-roman-bold.ttf") format("ttf"),
    url("fonts/times-new-roman/times-new-roman-bold.otf") format("otf"),
    url('fonts/times-new-roman/times-new-roman-bold.woff2') format('woff2'),
    url('fonts/times-new-roman/times-new-roman-bold.woff') format('woff');
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: "tnr-italic";
  src: url("fonts/times-new-roman/times-new-roman-italic.ttf") format("ttf"),
    url("fonts/times-new-roman/times-new-roman-italic.otf") format("otf"),
    url('fonts/times-new-roman/times-new-roman-italic.woff2') format('woff2'),
    url('fonts/times-new-roman/times-new-roman-italic.woff') format('woff');
  font-style: italic;
  font-weight: 100;
}

@font-face {
  font-family: "tnr-bold-italic";
  src: url("fonts/times-new-roman/times-new-roman-bold-itali.ttf") format("ttf"),
    url("fonts/times-new-roman/times-new-roman-bold-itali.otf") format("otf"),
    url('fonts/times-new-roman/times-new-roman-bold-itali.woff2') format('woff2'),
    url('fonts/times-new-roman/times-new-roman-bold-itali.woff') format('woff');
  font-style: italic;
  font-weight: 100;
}

@font-face {
  font-family: "pacifico";
  src: url("fonts/pacifico/pacifico.ttf") format("ttf"),
    url("fonts/pacifico/pacifico.otf") format("otf"),
    url('fonts/pacifico/pacifico.woff2') format('woff2'),
    url('fonts/pacifico/pacifico.woff') format('woff');
  font-style: normal;
  font-weight: 100;
}


.pacifico {
  font-family: 'pacifico', Arial, sans-serif;
  ;
}

.bg-cl1 {
  background-color: #011F3D !important;
}

.bg-cl2 {
  background-color: #ffffff;
}

.bg-gradient {
  background: rgb(0, 40, 81);
  background: linear-gradient(180deg, rgba(0, 40, 81, 1) 0%, rgba(0, 18, 36, 1) 100%);
}


.cl1 {
  color: #011F3D;
}

.cl1-small {
  color: #011F3D;
}

.cl2 {
  color: #00A0D1;
}

.cl3 {
  color: #006790;
}

.txt-1-s {
  align-self: stretch;
  height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  z-index: 1;
  letter-spacing: 5px;
  text-shadow: 0px 8px 5px rgba(0, 0, 0, 0.8);
}

.txt-2 {
  text-align: start;
  text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.455);
  letter-spacing: 5px;
  margin: 0;
}

.slogan {
  text-align: start;
  text-transform: lowercase;
  letter-spacing: 5px;
  padding-top: 25px;
  margin: 0;
}


.bg1 {
  background-color: #011F3D;
}


.clear {
  clear: both;
}

.clear:before,
.clear:after {
  display: table;
  line-height: 0;
  content: '';
}

.clear:after {
  clear: both;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.theme-text {
  color: #011F3D
}


.themegrey-text {
  color: #727377
}

.row {
  margin: 0
}

.btn,
.btn-small {
  height: 40px;
  line-height: 40px;
  width: 125px;
  border-radius: 13px;
  background-color: #fff;
}

.btn4 {
  height: 40px;
  line-height: 40px;
  width: 125px;
  border-radius: 13px;
  border: none;
  display: inline-block;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #011F3D;
  color: #ffff;
}

.btn4:hover {
  background-color: #ffffff;
  color: #011F3D;
  box-shadow: 5px 6px 5px 0px rgba(228, 228, 228, 0.75) inset;
  -webkit-box-shadow: 5px 6px 5px 0px rgba(228, 228, 228, 0.75) inset;
  -moz-box-shadow: 5px 6px 5px 0px rgba(228, 228, 228, 0.75) inset;
}

.btn-large {
  height: 40px;
  line-height: 40px;
  width: 125px;
  border-radius: 5px;
  background-color: #011F3D;
}

.btn2 {
  height: 40px;
  line-height: 40px;
  width: 125px;
  border-radius: 13px;
  border: none;
  display: inline-block;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #011F3D;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.btn2:hover {
  height: 40px;
  line-height: 40px;
  width: 125px;
  border-radius: 13px;
  background-color: #002851;
  border: none;
  display: inline-block;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.75) inset;
}

.btn3 {
  height: 40px;
  width: 160px;
  border-radius: 13px;
  background-color: #002851;
  border: none;
  display: inline-block;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.75) inset;
}

.btn-txt3 {
  text-decoration: underline;
  font-size: 14px;
  text-align: center;
  line-height: 3;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus,
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #00A0D1;
  color: #ffff;
}


.card-panel,
.toast,
.btn,
.btn-large,
.btn-small,
.btn-floating,
.dropdown-content,
.sidenav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 1), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1,
nav {
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.35);

}


.card {
  box-shadow:
    2px 2px 15px rgba(200, 252, 255, 0.26),
    /* Drop shadow */
    inset 2px 2px 15px 8px rgba(0, 0, 0, 0.62)
    /* Inner shadow */
}


#navbar a {
  font-family: 'Elemental End';
  text-transform: lowercase;
  font-size: 14px;
}

#sidenav-overlay {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
  opacity: 0;

}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 550px;
}

.parallax p {
  position: absolute;
  top: 50%;
  line-height: 50px;

}

.parallax-container .parallax {
  z-index: 0;
}

p {
  line-height: 30px;
  color: #fff;
}


nav {
  width: 100%;
  height: 98px;
  line-height: 0;
}

nav a {
  color: #fff;

}

nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #ffffff;
  display: inline-table;
  padding: 0 15px;
  cursor: pointer;
}


.navbar-fixed {
  position: relative;
  height: 100px;
  z-index: 998;

}

.navbar-fixed nav {
  z-index: 1;
}

/* .nav-pd {
  padding-left: 100px;
} */

.nav-text {
  display: flex;
  flex-grow: 1;
  text-align: end;
  justify-content: right;
}

.nav-right {
  justify-content: right;
}

nav .button-collapse i {
  font-size: 2rem;
  height: 100px;
  line-height: 100px;
  padding-left: 5px;

}

nav .brand-logo {
  padding: 14px 0.5em;
}

.dropdown-content li>a,
.dropdown-content li>span {
  font-size: 16px;
  color: #390042;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}


.side-nav .collapsible-header,
.side-nav .fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
}

.sidenav li>a {
  color: rgba(0, 0, 0, .87);
  display: block;
  font-size: 18pt;
  font-weight: 500;
  margin: 0.5em;
  height: inherit;
  line-height: inherit;
  padding: 0 32px;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5 {
  font-weight: bold;
  color: #390042;
  background: #fff;
  padding: 0.5em;

}

.card h4 {
  margin: 0;
}

.card h5 {
  margin: 1.28888rem 0.46rem 0;
}

.fontf-lower {
  font-family: 'Elemental End';
  text-transform: lowercase;
}

.fontf-gold {
  font-family: 'Goldman';
}


.parallax-container .parallax img {
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.content {
  position: relative;
  width: 90%;
  margin: auto;
  overflow: hidden;
}

ul.list>li {
  list-style-type: square;
}

.section-cont {
  height: 800px;
}

.overlay-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  -webkite-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

footer.page-footer {
  margin-top: 0;
  background-color: #011F3D;
  border-top: 3px solid #003061;
  box-shadow: 0px -6px 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px -6px 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px -6px 15px 1px rgba(0, 0, 0, 0.35);
}

footer.page-footer a {
  color: #000;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: #000;
  background-color: #e7e6e6;
}

/* ##### PRODUCT #### */
.card {
  border-radius: 17px;
}

.card .card-reveal {
  background-color: #000000c4;
}

.product-img {
  width: 180px;
  max-width: 100%;
  padding-top: 30px;
}


.cont-style {
  /*text-align: justify;*/
  padding-left: 0.75em;
  padding-right: 0.75em;
  margin: 0;
  padding-top: 0;
  line-height: 23px;
  padding-bottom: 0;
}

:root {
  --swiper-navigation-size: 30px;
}

.t-shaw {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.t-shaw-white {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
}

.sect-mar {
  margin-top: 50px;
}

.sect-mar-join {
  margin-top: 120px;
}

.sect-pd {
  padding-top: 50px;
  padding-bottom: 100px;
}

.product-mar {
  margin-top: -50px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* ############ Welcome ############ */
.bg-1 {
  background-image: url('../images/background/bg-1.jpg');
  background-size: cover;
  width: auto;
  height: 620px;
  background-repeat: no-repeat;
}

.m-top {
  margin-top: 10px !important;
}

.p-tb-3per {
  padding-top: 130px;
  /* padding-bottom: 550px; */
}

.w-about {
  max-width: 33.3333%;
  height: auto;
  border-radius: 20px;
  margin: 10px;
}

.m-about {
  margin-top: 20px;
}


/* ############ Vision n Mission ############ */

.box-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.line-elements {
  background: url('../images/elements/line-ele-1.png'),
    url('../images/elements/line-ele-2.png');
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 145px, 145px;
}

.h-pd-top {
  padding-top: 500px;
}

#more1,
#more2 {
  display: none;
}

.box-2-container {
  display: flex;
  margin-bottom: 0px;
}

.box-2 {
  flex: 1;
  position: relative;
  padding: 50px;
  margin: 10px;
}

.box-border {
  border-radius: 30px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

.btn-rm-1 {
  font-weight: bold;
  text-decoration: underline;
  box-shadow: none;
  border: none;
  color: #00A0D1;
  margin-top: 10px;
  background-color: #ffffff;
  transition: color 0.3s;
}

.btn-rm-2 {
  font-weight: bold;
  text-decoration: underline;
  box-shadow: none;
  border: none;
  color: #00A0D1;
  margin-top: 10px;
  background-color: #011F3D;
  transition: color 0.3s;
}

.btn-rm-1:focus {
  color: #00A0D1;
  background-color: transparent !important;
}

.btn-rm-2:focus {
  color: #00A0D1;
  background-color: transparent !important;
}

.hide {
  display: none;
}

/* ############ Product/Services ############ */
.bg-1-rot {
  position: relative;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.bg-1-rot::before {
  content: '';
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/background/bg-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: -1;
  /* Ensure the background image is behind other content */
}

.w-img-1 {
  width: 125px !important;
  padding-top: 35px !important;
}

.w-img-2 {
  width: 120px !important;
  padding-top: 35px !important;
}

.w-img-3 {
  width: 160px !important;
  padding-top: 35px !important;
}

.ele-com {
  position: relative;
  padding: 200px;
  background-image: url('../images/elements/computer.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  background-position: right top;
  z-index: 0;
  margin-right: 50px;
}

.ele-com .h-pd {
  position: relative;
  /* Change to relative positioning */
  text-align: center;
}

.h-product-box {
  min-height: 400px;
  overflow: hidden;
}

/* ############ financial independent ############ */
.d-f-center {
  display: flex;
  align-items: center;
}

#modal2 {
  letter-spacing: 0.5px;
  font-size: 12px;
}

#modal2 h5 {
  font-weight: 700;
  /* padding: 0px 0 0 55px; */
}

#modal2 p {
  letter-spacing: 0.5px;
  font-size: 11px;
}

.modal1-img {
  max-width: 100%;
  width: 150px !important;
  height: auto !important;
}

.box-3 {
  flex: 1;
  position: relative;
  padding: 60px;
  margin: 10px;
}

.img-shaw {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
}

.pos-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-h-slide {
  height: 443px;
}

.btn-txt {
  text-decoration: underline;
  font-size: 14px;
}

.modal-pad {
  padding: 40px 40px 80px 40px;
}

.cont-pad {
  padding-bottom: 30px;
}

.mar-slide3 {
  margin-top: 0px;
}

.pad-content {
  padding: 0px 25px 0px 20px;
}

/* .p-content {
  padding: 80px 50px 20px 70px;
} */

#modal2.modal {
  width: 66% !important;
  top: 15%;
}

.modal-mar-top {
  margin-top: -25px;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--swiper-navigation-color, #011f3d);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: transparent;
  border: 2px solid var(--swiper-pagination-bullet-inactive-color, #011F3D);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .8);
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-bullet-active-color, #011F3D);
  /* Change to your desired active color */
  opacity: 1;
  /* Make the active bullet fully opaque */
}

#modal3.modal {
  background-color: transparent !important;
  max-height: 100%;
  border-radius: 10px;
}


#modal3 .swiper-button-next,
#modal3 .swiper-button-prev {
  color: #006790;
}

/* Set the width of the images to 100% */
#modal3 .swiper-slide img {
  width: 1450px;
  height: auto;
}

.modal {
  border-radius: 40px;
}

#modal2.model {
  background-color: transparent;
}

#modal2 img {
  border-radius: 20px;
}


/* .modal p {
  font-size: 16px;
} */

.modal li {
  font-size: 14px;
  margin: 10px 0;
}


.modal-content p {
  display: inline;
}

.modal-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* .modal .modal-content {
  padding: 0;
} */

.carousel {
  height: 500px !important;
  overflow: hidden;
  position: relative;
}

.modal-close .material-icons {
  font-size: 35px;
  color: #ffffff9c;
  padding-right: 20px;
  padding-top: 20px;
}

.carousel .indicators .indicator-item {
  height: 13px;
  width: 13px;
  background-color: #D9D9D9;
}

.carousel .indicators .indicator-item.active {
  background-color: #001224;
}

/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 750px;
  height: 300px;
  object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 10px);
}

/* ############ Join Us ############ */
.txt-btn {
  font-family: 'Goldman';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.48px;
}

.img-w {
  width: 500px;
}

/* ############ Testimonial ############ */
.bg-testi {
  background-image: url('../images/background/bg-testimonial.jpg');
  background-size: cover;
  width: auto;
  background-repeat: no-repeat;
}

/* ############ trading coaches ############ */
#mifresh .tabs .tab a {
  color: #fff;
  box-shadow: none;
  background-color: transparent;
  border-radius: 15px 15px 0 0;
}

#mifresh .tabs .tab a:hover,
#mifresh .tabs .tab a.active {
  color: #011F3D;
  background: #fff;
  border-radius: 15px 15px 0 0;
  box-shadow: -6px 5px 12px 0 #00000080;
}

#mifresh .tabs .tab a {
  color: #fff;
  box-shadow: none;
  background-color: transparent;
  border-radius: 15px 15px 0 0;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #ffffff;
}

.tabs .tab a {
  color: rgb(255, 255, 255);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease, background-color .28s ease;
  transition: color .28s ease, background-color .28s ease;
}

.clwhite {
  color: #fff;
}

.txt-end {
  text-align: end;
}

.txt-btn2 {
  color: #ffff;
  font-family: 'Goldman';
  font-size: 12px;
}


/* ############ faq ############ */
.collapsible-header {
  border-radius: 20px 20px 0px 0px;
}

/* Optional: To remove the default border radius of the collapsible items */

.collapsible-header.active {
  background-color: #002851;
}

.collapsible-body.active {
  background-color: #002851;
}

.collapsible li {
  margin-bottom: 10px;
  /* Adjust this value as needed */
}


.collapsible-body {
  border-radius: 0 0 20px 20px;
  background-color: #001224;
  padding: 0 2rem 2rem 2rem;
}

.collapsible .collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}



/* ############ Product Hover Card ############ */
.card-reveal {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
}

div.card-reveal,
h5.card-title {
  color: #ffffff;
}

.tabs {
  background-color: transparent;
}


/* --------------- M Internatinoal --------------------- */


.product-list-mobile {
  color: #545454 !important;
  padding-left: 60px !important;
}

/*--------------------MEDIA SCREEN-------------------*/
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 1.28rem !important;
  }

  h2 {
    font-size: 1.18rem;
  }

  h3 {
    font-size: 0.82rem;
    letter-spacing: 1.8px !important;
    line-height: 1.3;
    margin: 0.52rem 0 0.542rem 0;
  }

  h4 {
    font-size: 1.2rem !important;
  }

  p {
    font-size: 14px;
    line-height: 20px;#modal2.modal
  }

  .bg-gradient h5 {
    font-size: 0.72rem !important;
  }

  .bg-gradient .btn {
    width: 95px;
  }

  .text-box-3 h5 {
    line-height: 5px;
  }

  .fs-35 {
    font-size: 25px !important;
  }

  /* 
  .row .col {
    padding: 0 0.25rem;
  } */

  nav .sidenav-trigger {
    line-height: 54px;
  }

  /* nav .sidenav-trigger {
    margin: 0 -32px;
  } */

  .bg-1 {
    height: 400px;
  }

  .m-about {
    margin-top: 0;
  }

  .w-about {
    width: 30.3333% !important;
    border-radius: 10px;
    margin: 5px;
  }

  .h-pd-top {
    padding-top: 450px;
  }

  .sect-mar {
    margin-top: 0px;
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .txt-btn {
    font-size: 10px;
  }

  .txt-1-s {
    height: 42px;
  }

  .slogan {
    padding-top: 20px;
  }

  .box-2-container {
    flex-direction: column;
    margin-bottom: 0px !important;
  }

  .h-product-box {
    min-height: 350px;
    overflow: hidden;
  }


  .carousel-item img {
    max-width: 100%;
    height: auto;
  }

  .pos-img {
    flex-direction: column;
  }

  .btn-txt {
    font-size: 12px;
  }

  /* modal1-small */
  #modal1 h5 {
    line-height: 0.5 !important;
  }

  .modal-pad {
    padding: 20px 20px 40px 20px;
  }

  .cont-pad {
    padding-bottom: 0px;
  }

  #modal1.modal {
    top: 8% !important;
    max-height: 100% !important;
  }

  #modal1 .text-box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
  }

  #modal1 .d-f-box {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .modal1-img {
    max-width: 100%;
    width: 100px !important;
    height: auto !important;
    padding: 15px 0 15px 0;
  }

  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  }

  /* modal 2 */
  #modal2 .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    border: 1px solid var(--swiper-pagination-bullet-inactive-color, #f8f8f8);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .8);
  }

  #modal2 .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-bullet-active-color, #ffffff);
    /* Change to your desired active color */
    opacity: 1;
    /* Make the active bullet fully opaque */
  }

  #modal3.modal {
    top: 30% !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  #modal2.modal {
    top: 16% !important;
    background-color: transparent !important;
  }

  .tabs .tab a {
    font-size: 11px;
  }

  .box-2 {
    padding: 25px;
  }

  .box-3 {
    padding: 35px;
  }

}

@media only screen and (min-width: 601px) {
  /* nav,
  nav .nav-wrapper i,
  nav a.button-collapse,
  nav a.button-collapse i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 100px;
    line-height: 100px;
  } */

  .navbar-fixed {
    height: 100px;
  }


}

@media only screen and (max-width: 719.98px) {}

@media only screen and (min-width: 719.98px) {}

@media only screen and (max-width: 791px) {

  nav i,
  nav [class^="mdi-"],
  nav [class*="mdi-"],
  nav i.material-icons {
    display: block;
    font-size: 26px;
    height: 100px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h5 {
    font-size: 0.82rem !important;
  }

  .box-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }

  .ele-com {
    padding: 150px;
  }

  .product-mar {
    margin-top: 0px;
  }

}

@media only screen and (max-width: 992px) {

  h1 {
    font-size: 2.7rem;
  }

  h4 {
    font-size: 1.28rem;
  }

  h5 {
    font-size: 1.08rem;
    line-height: 1.5;
  }

  .w-about-ms {
    border-radius: 10px;
    padding: 5px;
    width: 176px;
  }

  .modal h4 {
    margin-bottom: -1px;
  }

  .section-cont {
    height: 1000px;
  }

  .box-2-container {
    flex-direction: column;
    margin-bottom: 0px !important;
  }

  .box-3 {
    margin: 20px;
  }

  #modal2.modal {
    width: 60% !important;
    top: 5%;
    right: 0;
    background-color: transparent !important;
    height: auto;
  }

  #modal2.modal .carousel.carousel-slider {
    height: auto;
  }

  #modal2.modal .carousel-item {
    transform: none !important;
  }

  #modal2 .swiper-button-next,
  .swiper-button-prev {
    color: var(--swiper-navigation-color, #ffffff);
  }

  #modal2 .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-bullet-active-color, #ffffff);
    opacity: 1;
  }

  #modal2 .swiper-pagination-bullet {
    border: 1px solid var(--swiper-pagination-bullet-inactive-color, #ffffff);
  }

  .pad-content {
    padding: 0px 50px 0px 50px;
  }

  .swiper-slide img {
    width: 40%;
    height: 30%;
  }

  .img-w {
    width: 350px;
  }

  .sect-mar-join {
    padding: 25px 0px 25px 0px;
  }

  /* #modal2 ul:not(.browser-default) {
    padding-left: 20px;
    padding-right: 20px;
  } */


  #modal2 h5 {
    padding-left: 20px;
  }

  #modal2.text-flex {
    display: none !important;
  }

  .modal-bg-1 {
    background-image: url('../images/eventimage/daily-premium-analysis.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
  }

  .modal-bg-2 {
    background-image: url('../images/eventimage/group-call.png') !important;
    background-size: cover !important;
    background-position: right !important;
    position: relative;
  }

  .modal-bg-3 {
    background-image: url('../images/eventimage/daily-trading.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
  }

  .modal-bg-4 {
    background-image: url('../images/eventimage/inner-circle-med-down.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
  }

  .modal-bg-1::before,
  .modal-bg-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85555);
    z-index: -1;
  }

  .modal-bg-2::before,
  .modal-bg-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
  }
}

@media only screen and (max-width: 1299px) {

  /* .nav-pd {
    padding-left: 50px;
  } */

  .w-img-1 {
    width: 100px !important;
  }

  .w-img-2 {
    width: 95px !important;
  }

  .w-img-3 {
    width: 140px !important;
  }

  #modal2.modal {
    top: 5% !important;
    right: 0;
    background-color: #ffff;
    max-height: 100%;
    width: 80%;
  }

}

@media only screen and (min-width: 993px) {
  .container .dektop-width {
    max-width: 45%;
  }

  .p-about {
    padding-top: 45px;
  }

  /* .bg-1 {
    height: 670px;
  } */

  .w-p {
    width: 400px;
  }

}

@media only screen and (min-width: 1650px) {
  h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.8rem 0 1.68rem 0;
  }

  h2 {
    font-weight: bold;
    font-size: 2.82rem;
    line-height: 110%;
    margin: 1.9466666667rem 0 1.168rem 0;
  }

  h3 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.52rem 0 0.912rem 0;
  }

  h4 {
    font-size: 2.64rem;
    line-height: 110%;
    margin: 1.0933333333rem 0 0.656rem 0;
  }

  h5 {
    font-size: 1.45rem;
    line-height: 110%;
    margin: 0.7666666667rem 0 0.46rem 0;
  }

  h6 {
    font-size: 1.15rem;
    line-height: 110%;
    margin: 0.5666666667rem 0 0.16rem 0;
  }

  p {
    font-size: 1rem;
  }

  .bg-1 {
    width: 100%;
    height: auto;
    background-position: 0px -350px;
    background-repeat: no-repeat;
  }

  .modal li {
    font-size: 1rem;
  }

  #modal2 p {
    letter-spacing: 0.7px;
    font-size: 1.20rem;
  }

  .modal1-img {
    width: 250px !important;
  }

  .w-p {
    width: 650px;
  }

  .h-pd-top {
    padding-top: 150px;
  }

  #modal2.modal {
    top: 16% !important;
    right: 0;
    background-color: #ffff;
    max-height: 100%;
    /* Set a specific height */
  }

  .swiper-slide img {
    height: 425px;
  }

  .w-h-slide {
    height: 550px;
  }

  .p-ul {
    padding: 0 50px 0 50px !important;
  }

}

@media only screen and (max-width: 1300px) {
  .hide-on-medium {
    display: none;
  }

  .mar-slide3 {
    margin-top: 30px;
  }

  .modal-close .material-icons {
    padding-right: 55px;
    padding-top: 0px;
  }

  /* .pad-content {
    padding: 0px 50px 0px 50px;
  } */
}

@media only screen and (max-width: 600px) {

  #modal2.modal {
    top: 10% !important;
    width: 88% !important;
  }

  #modal2 h4 {
    font-size: 16px !important;
  }

  #modal2 h5 {
    padding: 0px;
    font-size: 13px !important;
  }

  .pad-content {
    padding: 0px 40px 0px 40px !important;
  }

  #modal2 p {
    letter-spacing: 0px !important;
    font-size: 10px !important;
  }

  #modal2.modal li {
    font-size: 13px;
  }

  #modal2.text-flex {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }


  .sect-mar-join {
    margin-top: 0px;
  }

  .w-about-ms {
    border-radius: 10px !important;
    padding: 5px !important;
    width: 100px !important;
  }



}


/* ////////////////////// */