.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-wrap.col-tab-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tab.row-tab {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #f4f4f4;
}
.tab.row-tab button {
  border-right: none;
  padding: 10px;
}
.tab.row-tab button.active {
  border-right: none;
  border-bottom: 2px solid #0E1937;
}
.tab.row-tab + .tab-cont-wrap {
  padding-left: 0;
}
.tab.row-tab + .tab-cont-wrap .tabcontent {
  padding: 20px 0;
}
.tab.row-tab + .tab-cont-wrap .tabcontent .cont1-tit div {
  margin-bottom: 15px;
}
.tab.row-tab + .tab-cont-wrap .tabcontent .sub-table {
  margin-bottom: 20px;
}
.tab.row-tab + .tab-cont-wrap .tabcontent .sub-table td a {
  font-weight: 500;
  color: #0E1937;
}
.tab.row-tab + .tab-cont-wrap .tabcontent .sub-table td a img{width: auto;}
.tab.row-tab + .tab-cont-wrap .tabcontent .tab-comment {
  font-size: 14px;
  margin-bottom: 10px !important;
}
.tab.row-tab + .tab-cont-wrap .tabcontent .sub_ment {
  margin-top: 60px;
}
.tab.row-tab + .tab-cont-wrap .tabcontent .list-check {
  margin-top: 40px;
}

.tab button {
  border: none;
  padding: 5px 10px;
  color: #999;
  font-size: 16px;
  cursor: pointer;
  background: none;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4;
  border-right: 2px solid #f4f4f4;
}

/* Style the active button */
.tab button.active {
  border-right: 2px solid #0E1937;
  color: #0E1937;
}

/* Style the tab content */
.tab-cont-wrap {
  padding-left: 40px;
  width: 100%;
}

.tabcontent {
  display: none;
  padding: 20px;
}

/* Style the active tab */
.tabcontent.active {
  display: block;
}

.accordion-panel {
  display: none;
  width: 100%;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 22px 25px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
  font-size: 15px;
  color: #788084;
}
.accordion-panel p {
  margin-bottom: 20px;
}
.accordion-panel p.check-panel {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.accordion-panel p.check-panel:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(/resources/img/accordion-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.accordion-header {
  background-color: #eee;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding: 14px 34px 14px 25px;
  color: #707070;
  border: 1px solid #dedede;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
.accordion-header.active:after {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/resources/img/accordion-arrow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-header:after {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/resources/img/accordion-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.uk-card-body {
  padding: 40px 40px 40px 0;
  background: #fff;
  color: #666;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e1e1;
  border-radius: 3px;
  margin-bottom: 80px;
}
.uk-card-body .uk-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-card-body .uk-child-width-1-2\@m > * {
  width: 50%;
}
.uk-card-body .uk-child-width-1-2\@m > * h6 {
  font-weight: 800;
  color: #0E1937;
}
.uk-card-body .uk-grid-match > * > :not([class*=uk-width]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 20px;
  padding-left: 60px;
}
.uk-card-body .uk-margin-small-top {
  margin-top: 10px !important;
}
.uk-card-body .uk-text-success {
  color: #001d84 !important;
}
.uk-card-body .uk-grid-medium > .uk-grid-margin {
  margin-top: 30px;
}
.uk-card-body .uk-grid-divider > * {
  position: relative;
}
.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  border-left: 1px solid #e5e5e5;
}
.uk-label {
  padding: 7px 16px 6px 16px;
  line-height: 1.2;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 50px;
}
.uk-label-success {
  background-color: #001d84 !important;
  color: #fff;
}
.uk-label-warning {
  background-color: #faa05a !important;
}
.uk-card-body .uk-margin-small-left {
  margin-left: 10px !important;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 26px;
}

.contact-us-wrap .uk-card-secondary {
  background: #0E1937;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.contact-us-wrap .uk-margin-bottom {
  margin-bottom: 20px !important;
}
.contact-us-wrap .uk-text-lead {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #788084;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.contact-us-wrap .uk-width-1-1 {
  margin-bottom: 80px !important;
}

  /* Order Execution */
  #OrderExecution .tab{width: 15%;}

@media screen and (max-width:1024px){
  .tab-wrap{flex-direction: column;}
  .tab{flex-direction: row; flex-wrap: wrap;}
  .tab .tablinks{border-right:0; border-bottom:2px solid #f4f4f4;}
  .tab .tablinks.active{border-bottom:2px solid #0e1937; border-right: 0;}
  .tab-cont-wrap{padding-left:0;}
  .tabcontent{padding:20px 0}

  /* Order Execution */
#OrderExecution .tab{width: 100%;}
#OrderExecution .tab .tablinks{width: calc(100% / 6);}
}

@media screen and (max-width:768px){
    /* Company - Legal Documnets */
    .uk-card-body{padding:30px;}
    .uk-card-body .uk-grid-medium > .uk-grid-margin{margin-top: 0;}
    .uk-card-body .uk-child-width-1-2\@m > * {width: 100%; border-bottom:1px solid #ddd; padding:20px 0; margin: 0;}
    .uk-card-body .uk-grid-divider > :not(.uk-first-column)::before{content:none}
    .uk-card-body .uk-grid-match > * > :not([class*=uk-width]){padding:0 30px;}
}

@media screen and (max-width:500px){
    /* Order Execution */
#OrderExecution .tab .tablinks{width: calc(100% / 3); margin-top: 10px;}
   /* Company - Legal Documnets */
   .uk-card-body{padding:20px;}
   .uk-card-body .uk-child-width-1-2\@m > * {padding:20px 0;}
   .uk-card-body .uk-grid-match > * > :not([class*=uk-width]){margin-bottom: 5px;}
}