/* Embeded Fonts */
@import url("https://fonts.googleapis.com/css?family=Prompt:400,700");
/* Animation Keyframe */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Global Styles */
body {
  background-color: #fff;
  margin: 0px;
}
h2, h3, p, span, a, th, td, ol, ul, li {
  font-family: Prompt, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}
p, span, li {
  color: #505050;
  font-size: 15px;
}
a {
  text-decoration: none;
  font-size: 15px;
}
a, button, input[type=submit], span {
  transition: 0.3s;
}
img {
  vertical-align: bottom;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  justify-content:left;
  overflow: hidden;
} 
.text-center {
  text-align: center;
}
/* Particle Background */
#particles-js {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* Content Styles */
#header {
  background-color: #044cbf;
}
#header .container {
   position: relative;
   z-index: 2;
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 1200px !important;
   width: 100%;
   margin: auto;
   padding: 20px 0px;
}
#header .container .branding {
  display: inline-block;
}
#header .container .forms {
  float: right;
  padding: 0px 0px;
  display: flex;
  /* Start of Language Dropdown */
  /* End of Language Dropdown */
}
#header .container .branding img {
  height: 40px;
}
#header .container .forms .dropdown {
  float: left;
}
#header .container .forms .dropdown .dropdown-button {
  background: none;
  padding: 0px;
}
#header .container .forms .dropdown .dropdown-button img {
  margin-right: 10px;
  float: left;
  padding: 2px 0px;
}
#header .container .forms .dropdown .dropdown-button span {
  margin-right: 10px;
  float: left;
  padding: 9px 0px;
  color: #FFFFFF;
}
#header .container .forms .dropdown .dropdown-button .arrow {
  margin-right: 20px;
  padding: 15px 0px;
}
#header .container .forms .dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 60px;
  margin-left: -20px;
  background-color: #001E5A;
  padding: 10px 20px 0px 20px;
  z-index: 1;
}
#header .container .forms .dropdown .dropdown-content a {
  padding-bottom: 10px;
  display: block;
  height: 40px;
}
#header .container .forms .dropdown .dropdown-content a img {
  margin-right: 10px;
  float: left;
  padding: 2px 0px;
}
#header .container .forms .dropdown .dropdown-content a span {
  margin-right: 10px;
  float: left;
  padding: 9px 0px;
  color: #FFFFFF;
}
#header .container .forms .dropdown .dropdown-content a:hover span {
  color: #FAA41D;
}
#header .container .forms .dropdown:hover .arrow {
  transform: rotate(180deg);
}
#header .container .forms .dropdown:hover .dropdown-content {
  display: block;
}
#header .container .forms input, #header .container .forms button {
  font-size: 15px;
  font-family: Prompt, sans-serif;
  border: 0px;
  border-radius: 5px;
  float: left;
  margin-right: 5px;
  height: 40px;
}
#header .container .forms input[type=text] {
  width: 160px;
  padding: 0px 10px;
  color: #505050;
}
#header .container .forms input[type=submit] {
  padding: 0px 10px;
  background-color: #FF7D00;
  color: #FFFFFF;
}
#header .container .forms input[type=submit]:hover {
  background: #FAA41D;
}
#header .container .forms button {
  padding: 0px 10px;
  margin-right: 0px;
  background-color: #999999;
  color: #FFFFFF;
}
#header .container .forms button:hover {
  background-color: #BBBBBB;
}
#header .container .forms .login-btn {
   background: linear-gradient(180deg, rgba(255, 124, 1, 1) 0%, rgba(164, 3, 1, 1) 100%);
   border-bottom: 1px solid #fff;
   color: #FFFFFF;
   font-size: 20px;
   font-weight: 800;
   font-family: 'sf pro display';
   border-radius: 5px;
   height: 46px;
   width: 242px;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none;
   display: flex;
   justify-content: center;
   align-items: center;
}
#header .container .forms .register-btn {
    padding: 0px 10px;
    margin-right: 0px;
    background-color: #999999;
    color: #FFFFFF;
    font-size: 15px;
    font-family: Open Sans, sans-serif;
    border: 0px;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
    height: 40px;
    width: auto;
    line-height: 40px;
}
/* #navigation {
  background-color: #003C82;
} */
#navigation .container {
   padding: 25px 0 10px 0px;
}
#navigation .container ul {
  gap: 26px;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
#navigation .container ul li {
  display: inline-block;
}
#navigation .container ul li a {
  color: #FFFFFF;
  float: left;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  position: relative;
  text-align: center;
  height: 50px;
  width: 280px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: 'sf pro display';
  gap: 10px;
  margin: 0 auto;
  margin-top: unset;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 4px 4px #00000080;
  background: linear-gradient(180deg, rgba(49, 116, 222, 1) 0%, rgba(15, 81, 187, 1) 100%);
}
#navigation .container ul li a:hover {
  color: #fff;
  transition: 0.3s;
  background: linear-gradient(to bottom,  #ffb94c, #f54b15);
}
#navigation .container ul li a.active {
  color: #fff;
  background: linear-gradient(to bottom, #ffb94c, #f54b15);
}
#navigation .container ul li .selected {
  color: #FAA41D;
  font-weight: bold;
}
#banner img, #mbanner img  {
  width: 100%;
  height: auto;
  display: block;
}
#mbanner {
  display: none;
}
#cta .container {
  gap: 85px;
  padding: 50px 0px;
}
#cta .container .col-3 {
  width: 384px;
  padding: 0px;
  position: relative;
}
#cta .container .col-3:nth-child(2) {
  margin: 0px 24px;
}
#cta .container .col-3 img {
  width: 380px;
  max-width: 384px;
}
#cta .container .col-3 .numerals {
  top: 43px;
  left: 66px;
  width: 250px;
  position: absolute;
}
#cta .container .col-3 .numerals_2 {
  top: 43px;
  left: 200px;
  width: 110px;
  position: absolute;
}
#cta .container .col-3 .numerals_3 {
  top: 43px;
  left: 66px;
  width: 110px;
  position: absolute;
}
#cta .container .col-3 .numerals_4 {
  top: 43px;
  left: 66px;
  width: 105px;
  position: absolute;
}
#cta .container .col-3 .content {
  position: absolute;
  top: 0;
  left: 40px;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#cta .container .col-3 .content .description p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 168px;
  left: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
#cta .container .col-3 .content .num {
  color: #fff;
  left: 100px;
  font-weight: bold;
  font-size: 19px;
  padding: 0px;
  text-align: center;
  position:absolute;
  text-transform: uppercase;
}
/* #services {
  background-color: rgba(0, 0, 0, 0.03);
} */
#services .container {
  padding: 50px 0px;
  /*first-child not working*/
}
#services .container img {
  margin-bottom: 20px;
}
#services .container ol li {
  color: #000;
  font-family: SF Pro Display;
  font-weight: 500;
}
#services .container p {
  font-size: 15px;
}
#services .container_chamber {
  gap: 160px;
  display: flex;
  justify-content: center;
}
#services .container_chamber img{
  width: 80%;
  height: auto;
}
#services .container_chamber .col-3 p{
  font-size: 12px;
}
#contact {
  background-color: #003C82;
}
#contact .container {
  padding: 15px 0px;
}
#contact .container .col-4 {
  display: flex;
  width: auto;
  margin: 0 auto;
}
#contact .container .col-4:first-child {
  margin-left: 0;
}
#contact .container .col-4:last-child {
  margin-right: 0;
}
#contact .container .col-4 img {
  margin-right: 10px;
}
#contact .container .col-4 span {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  padding-top: 4px;
}
#contact .container .col-4 a {
  font-weight: normal;
  color: #FAA41D;
}
#contact .container .col-4 a:hover {
  color: #FFFFFF;
}
/*#contact .container .col-4:last-child a:hover{
color: #FAA41D;
}*/
#contact .container .col-4:nth-child(2) a:hover{
color: #FAA41D;
}

#footer {
  background-color: #001E5A;
}
#footer .container {
  padding: 15px 0px;
}
#footer .container .col-4 {
  width: auto;
  margin: 0 auto;
}
#footer .container .col-4:first-child {
  margin-left: 0;
}
#footer .container .col-4:last-child {
  margin-right: 0;
  text-align: center;
}
#footer .container .col-4:last-child span {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
#footer .container .col-4:last-child img:last-child {
  margin-left: 15px;
}
/* Pages with tabs */
#tab-info {
  /* Why 100vh(viewport height) - 300px? 
  300px = 120px header + 180px footer
  This code put the footer at the bottom of the screen
  Regardless of the tab's height */
  min-height: 70vh;
  min-height: -webkit-calc(100vh - 300px);
  min-height: -moz-calc(100vh - 300px);
  min-height: calc(100vh - 300px);
}
#tab-info .container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  /* Tab Headers*/
  /* Tab Content Area*/
}
#tab-info .container .tab {
  overflow: hidden;
}
#tab-info .container .tab .tablinks {
  background-color: #00276C;
  color: #FFFFFF;
  border: none;
  outline: none;
  cursor: pointer;
  float: left;
  padding: 14px 0px;
  margin-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 15px;
  width: 210px;
  border-radius: 8px 8px 0px 0px;
}
#tab-info .container .tab .tablinks:hover {
  background-color: #FF7D00;
}
#tab-info .container .tab .tablinks.active {
  background-color: #FF7D00;
}
#tab-info .container .tabcontent {
  display: none;
  background-color: #FFFFFF;
  border-radius: 0px 8px 8px 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 40px;
  /* Pointer Shape (For Common Problems page - Tab 1 only) */
  /* Table Codes (Commission Systems Page Only)*/
  /* Column Width per Table (Commission Systems Page Only) */
  /* Paragraphs Under Tables */
}
#tab-info .container .tabcontent h3, #tab-info .container .tabcontent p, #tab-info .container .tabcontent ol, #tab-info .container .tabcontent ul, #tab-info .container .tabcontent table {
  animation: fadeEffect 1s;
}
#tab-info .container .tabcontent h3 {
  color: #505050;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
#tab-info .container .tabcontent ol {
  padding-left: 16px;
}
#tab-info .container .tabcontent ol li {
  margin-bottom: 22px;
}
#tab-info .container .tabcontent ol li:last-child {
  margin-bottom: 0px !important;
}
#tab-info .container .tabcontent ul {
  padding-left: 19px;
}
#tab-info .container .tabcontent ul li {
  margin-bottom: 0px;
}
#tab-info .container .tabcontent ul li:last-child {
  margin-bottom: 0px !important;
}
#tab-info .container .tabcontent ul li:before {
  font-weight: bold;
}
#tab-info .container .tabcontent .top-space {
  margin-top: 40px;
  /* For Text Header Space on Top*/
}
#tab-info .container .tabcontent .make-bold {
  font-weight: bold;
  /* Make specific texts in bold */
}
#tab-info .container .tabcontent .pointer-process .pointer {
  display: inline-block;
  padding: 15px;
  position: relative;
  color: #FFFFFF;
  background: #00276C;
  margin-right: 35px;
  margin-top: 20px;
}
#tab-info .container .tabcontent .pointer-process .pointer:first-child {
  margin-left: 0px;
}
#tab-info .container .tabcontent .pointer-process .pointer:before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 24px solid #00276C;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
}
#tab-info .container .tabcontent .pointer-process .pointer-alt {
  background: #FF7D00;
}
#tab-info .container .tabcontent .pointer-process .pointer-alt:before {
  border-left: 24px solid #FF7D00;
}
#tab-info .container .tabcontent table {
  width: 100%;
  max-width: 992px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
}
#tab-info .container .tabcontent table thead tr:first-child th {
  background-color: #00276C;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px 8px 0px 0px;
  height: 50px;
}
#tab-info .container .tabcontent table thead tr:last-child th {
  color: #505050;
  font-size: 20px;
  height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
#tab-info .container .tabcontent table thead tr:last-child th:last-child {
  border-right: 1px solid #d2d2d2;
}
#tab-info .container .tabcontent table tfoot tr {
  text-align: center;
}
#tab-info .container .tabcontent table tfoot tr td {
  color: #505050;
  font-size: 15px;
  height: 40px;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
#tab-info .container .tabcontent table tfoot tr td:last-child {
  border-right: 1px solid #d2d2d2;
}
#tab-info .container .tabcontent table tfoot tr:last-child td:first-child {
  border-radius: 0px 0px 0px 8px;
}
#tab-info .container .tabcontent table tfoot tr:last-child td:last-child {
  border-radius: 0px 0px 8px 0px;
}
#tab-info .container .tabcontent table tfoot .highlight {
  background-color: #dddddd;
}
#tab-info .container .tabcontent .comm-table-1 thead tr:last-child th:first-child {
  width: 25%;
}
#tab-info .container .tabcontent .comm-table-1 thead tr:last-child th:last-child {
  width: 25%;
}
#tab-info .container .tabcontent .comm-table-2 thead tr:last-child th:first-child {
  width: 38%;
}
#tab-info .container .tabcontent .comm-table-2 thead tr:last-child th:last-child {
  width: 38%;
}
#tab-info .container .tabcontent .table-desc, #tab-info .container .tabcontent .table-desc {
  width: 100%;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
/*NEW STYLES*/
.old-data-btn{
  background: #f85032;  
background: -webkit-linear-gradient(to right, #e73827, #f85032); 
background: linear-gradient(to right, #e73827, #f85032);


    padding: 0 10px;
    color: #FFFFFF;
    font-size: 15px;
    font-family: Open Sans, sans-serif;
    border: 0px;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
    height: 40px;
    width: auto;
    line-height: 40px;
}
footer {
  width: 100%;
  position: relative
}
.footer01 .container {
  max-width: 3000px!important
}
footer .footer01 {
  background-color: #001E5A;
  height: 120px;
  color: #fff;
  font-family: open sans,sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1014px) {
  footer .footer01 {
    height: auto !important;
  }
}
footer .footer01 ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
footer .footer01 ul li {
  display: inline-block;
  vertical-align: bottom;
  margin: 17px 20px 12px 0
}
footer .footer01 ul li a {
  display: flex;
  align-items: center
}
footer .footer01 ul li a .footer-desc {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-left: 20px
}
footer .footer01 ul li a .footer-desc p {
  margin-bottom: 5px;
  color: #fff;
  font-weight: normal;
}
footer .footer01 ul li:last-child a {
  margin: 6px
}
footer .footer01 ul li img {
  height: 80px
}
footer .footer01 ul li.socials {
  margin-right: 0
}
footer .footer01 ul li.socials>p {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}
footer .footer01 ul li.socials .social-links {
  display: flex
}
footer .footer01 ul li.socials img {
  width: 50px;
  height: 50px
}
footer .footer01 ul li.socials .social-links a:first-child {
  margin-left: 8px
}
#navigation .home {
  width: auto;
    height: 23px;
}
a.home img {
  height: auto;
  width: 23px;
}
.no-b ul li {
  margin-bottom: 2px !important;
}
table.tnc td {
  padding: 4px;
  color: #fff;
  font-family: SF Pro Display;
  background: linear-gradient(to bottom, #0405c4, #0129fb);
}
table.tnc td img{
  width: 15px;
}
.Yappathon {
  color: #000;
  font-family: SF Pro Display;
  font-weight: 500;
  padding: 10px 0px;
}
.YappathonSecond {
  color: #000;
  font-family: SF Pro Display;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 0px;
}
.Yappathon_textBlue {
  color: #0405c4;
  font-family: SF Pro Display;
  font-weight: bold;
  font-size: 20px !important;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 0px;
}
.Yappathon_textBlue_SM {
  color: #0405c4;
  font-family: SF Pro Display;
  font-weight: bold;
  font-size: 15px !important;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 0px;
}
.section-title {
  padding-top: 45px;
}
/* FAQ TABS CSS */
.tab-container{
  display: grid;
  grid-template-columns: auto auto;
}
.faq-tabs{
  display: flex; 
  flex-direction: column;
  list-style-type: disclosure-closed;
  width: 300px;
}
.faq-tabs li{
  font-weight: 600;
  font-size: 18px;
  padding: 20px 0px;
  cursor: pointer;
}
.faq-tabs li:hover, .faq-tabs li.active {
  color: #012CFF;
}
.faq-content{
  flex-grow: 1;
  padding: 20px;
  border-left: 1px solid #012CFF;
}
.faq-tab-content {
  display: none;
}
.faq-tab-content.active {
  display: block;
}
.spinning-orb {
  position: absolute;
  width: 535px;
  max-width: 1000px;
  left: 180px;
  padding-top: 30px;
}
.dang-button {
  position: absolute;
  width: 200px;
  left: 350px;
  top: 500px;
}
.stocks-uppage {
  width: 268px;
  position: absolute;
  top: -60px;
  left: 59px;
  margin-top: -95px;
  display: inline-block;
  animation: moveUpDown 1.5s infinite alternate;
}
@keyframes moveUpDown {
  0% {
      top: 0px;
  }
  100% {
      top: 40px;
  }
}
/* Media Query */
/* Laptop View */
@media (max-width: 1680px) {}

@media (max-width: 1600px) {}

@media (max-width: 1366px) {
  .spinning-orb  {
    width: 530px;
    position: absolute;
    left: 70px;
	}

  .dang-button  {
		position: absolute;
    left: 170px; 
    top: 500px;
	}

}

@media (max-width: 1200px) {
  #header .container {
    max-width: 1000px !important;
 }
  .container {
    max-width: 1088px;
  }
  #navigation .container ul {
    gap: 8px;
  }
  #navigation .container ul li a {
    height: 50px;
    width: 265px;
    gap: 10px;
    margin: 0 auto;
  }
  #cta .container {
    gap: 70px;
  }
  #cta .container .col-3 img {
    width: 347px;
    max-width: 384px;
  }
  #cta .container .col-3 .content .description p {
    font-size: 17px;
    top: 162px;
    left: 30px;
  }
  #cta .container .col-3 .content .num {
    left: 100px;
    font-size: 17px;
  }
  #cta .container .col-3 img {
    width: 347px;
    max-width: 384px;
  }
  #cta .container .col-3 .numerals {
    top: 40px;
    left: 66px;
    width: 250px;
    position: absolute;
  }
  #cta .container .col-3 .numerals_2 {
    top: 37px;
    left: 200px;
    width: 110px;
    position: absolute;
  }
  #cta .container .col-3 .numerals_3 {
    top: 37px;
    left: 66px;
    width: 110px;
    position: absolute;
  }
  #cta .container .col-3 .numerals_4 {
    top: 37px;
    left: 66px;
    width: 105px;
    position: absolute;
  }
  table {
    width: 700px
  }
  .spinning-orb  {
    left: 88px;
    width: 500px;
 }
 .dang-button  {
    left: 237px;
}
}

@media (max-width: 1199px){}