* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  font-family: "Quicksand";
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
  line-height: 1.5em;
  font-size: 14px;
  color: #232323;
  text-align: left;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  padding: 0;
  border: 0;
  margin: 0;
  background: #eef1f6;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  border: 0 none;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-decoration: none;
  word-spacing: 0;
  margin: 0;
  padding: 0;
}
a {
  color: #232323;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #12a3df;
}
p {
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  line-height: 24px;
  margin-bottom: 15px;
}
img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  height: auto;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1360px;
}
.container.signup {
  max-width: 768px;
}
/*header*/
.ikHeaderO {
  width: 100%;
  float: left;
  background: #4452fb;
  padding: 4px 40px;
  position: fixed;
  z-index: 9;
}
.ikHeaderi {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 300px;
  min-height: 40px;
  padding-right: 300px;
}
.iklogo_box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.ikrtadm {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.ikrtadm h5 {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.ikrtadm h5 span {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #20969e;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  margin-left: 12px;
}
.ikrtadm h5 span b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}
.ikSearchO {
  width: 100%;
  float: left;
  padding-top: 5px;
  width: 82%;
}
.iksfields {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding-left: 120px;
  background: #fff;
  border-radius: 2px;
  padding-right: 50px;
}
.iksfield {
  outline: none;
  width: 100%;
  height: 31px;
  background: #fff;
  color: #16233a;
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: 2px;
}
.iksbtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.iksbtn .sbtnik {
  cursor: pointer;
  display: inline-block;
  padding: 6px 11px 5px;
}
.iksopf {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transform: translate(0, -50%);
}
.iksopf select {
  height: 35px;
}
/*dropdown select*/
.iksopf select {
  display: none;
}
.iksopf .dropdown {
  background: #dee4ed;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 31px;
  outline: none;
  border-radius: 2px 0px 0px 2px;
  padding-left: 14px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #6b6968;
}
.iksopf .dropdown:focus {
  background-color: #f1f1f1;
}
.iksopf .dropdown:hover {
  background-color: #f3f3f3;
}
.iksopf .dropdown:active,
.iksopf .dropdown.open {
  background: #f0f0f0 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}
.iksopf .dropdown:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}
.iksopf .dropdown.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.iksopf .dropdown.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.iksopf .dropdown.open .option {
  cursor: pointer;
}
.iksopf .dropdown.wide {
  width: 100%;
}
.iksopf .dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.iksopf .dropdown .list {
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.iksopf .dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.iksopf .dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.iksopf .dropdown .option:hover,
.iksopf .dropdown .option:focus {
  background-color: #f6f6f6 !important;
}
.iksopf .dropdown .option.selected {
  font-weight: 600;
}
.iksopf .dropdown .option.selected:focus {
  background: #f6f6f6;
}

/*main area*/
.ikmarea {
  width: 100%;
  float: left;
  background: #eef1f6;
  position: relative;
  z-index: 1;
}
.ikmarea:after {
  display: none;
  width: 340px;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  position: absolute;
}
.ikleft_panel {
  float: left;
  background: #fff;
  width: 21%;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 95px;
}
.ikmenu_area {
  width: 100%;
  float: left;
}
.ikmenus {
  width: 100%;
  float: left;
}
.ikmlist {
  width: 100%;
  float: left;
  padding: 17px 9px;
  background: #eaf7ff;
}
.ikmlist li {
  width: 100%;
  float: left;
  position: relative;
}
.ikmlist li a {
  display: block;
  padding: 14px 30px 14px 20px;
  font-size: 21px;
  line-height: 28px;
  color: #16233a;
  font-weight: 400;
}
.ikmlist li:hover a,
.ikmlist li.active a {
  background: #bde5ff;
}
.ikmlist li.active a {
  font-weight: 600;
}
.ikmlist li.active a span {
  font-weight: 600;
}
.ikmlist li a span {
  position: absolute;
  right: 30px;
  font-size: 14px;
  line-height: 18px;
}
/*advance search*/
.ikadva {
  width: 100%;
  float: left;
  padding: 20px 30px;
  background: #fff;
}
.ikadva h5 {
  font-size: 14px;
  line-height: 18px;
  color: #16233a;
  margin-bottom: 15px;
}
.ikadvs_area {
  width: 100%;
  float: left;
}
.ikadvs_area .iksopf {
  position: static;
  width: 100%;
  float: left;
  transform: none;
}
.ikadvs_area .iksopf .dropdown {
  width: 100%;
  border-radius: 0px;
  margin-bottom: 17px;
}
.ikadvs_area .iksopf .dropdown .list {
  border-radius: 0;
  width: 100%;
}
.adsbt_area {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.adsbt_area input[type="submit"] {
  display: none;
}
.adsbt_area .ikadvbtn {
  cursor: pointer;
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  border: 2px solid #59b8f8;
  font-size: 14px;
  line-height: 18px;
  color: #59b8f8;
  font-weight: 600;
  transition: all 0.5s ease;
  padding: 5px 5px 6px;
}
.adsbt_area .ikadvbtn:hover {
  background: #59b8f8;
  color: #fff;
}
.adsbt_area .ikadvbtn span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-right: 30px;
}
.adsbt_area .ikadvbtn span:after {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  content: "";
  background: url(../images/ase.png) no-repeat;
  transform: translate(0, -50%);
}
.adsbt_area .ikadvbtn:hover span:after {
  background: url(../images/asew.png) no-repeat;
}
.ikbuyf_area {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.ikwt_area {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.ikwt_area h3 {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #29384f;
  margin-right: 8px;
}
.ikbi {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 -2px;
  margin-top: 3px;
}
.iico {
  width: 15px;
  height: 15px;
  background: url(../images/infoi.png) no-repeat;
  background-size: contain;
}
.ikbach_list {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.ikbach_list li {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 12px;
}
.ikccl {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 30px;
}
.ikccl .chfik {
  margin: 1px 0 0;
  border: 1px solid #b3b3b3;
  width: 12px;
  height: 12px;
  background: #ececec;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.ikccl label {
  color: #29384f;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  width: 100%;
  float: left;
  z-index: 1;
}
.ikccl label span {
  background: #fff;
  display: inline-block;
  padding: 2px 0;
}
.ikccl label span.lvl {
  padding-right: 3px;
}
.ikccl label span.lvr {
  position: absolute;
  right: 0;
  padding-left: 5px;
}
.ikccl label:after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 3px;
  content: "";
  border-top: 2px dotted #cfd2d7;
}
.morel {
  width: 100%;
  float: left;
  position: relative;
  color: #5abbf9;
}
.morel a {
  color: #5abbf9;
  display: block;
  font-weight: 600;
  padding-left: 24px;
  position: relative;
  transition: all 0.5s ease;
}
.morel a:hover {
  color: #19a5ff;
}
.morel a:after,
.morel a span:after {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background: url(../images/morei.png) no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.morel1 a:after,
.morel a span:after {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background: url(../images/moreiminus.png) no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.ikmf_area {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.ikmf_area .morel a {
  padding-left: 0;
  text-align: center;
  border: 2px solid #5abbf9;
  padding: 5px 0px 6px;
  transition: all 0.5s ease;
}
.ikmf_area .morel a:hover {
  background: #5abbf9;
  color: #fff;
}
.ikmf_area .morel a:hover span:after {
  background: url(../images/moreiw.png) no-repeat;
}
.ikmf_area .morel a span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 18px;
}
.ikmf_area .morel a:after {
  display: none;
}

/*rtmain area*/
.rtikm_area {
  width: 79%;
  float: right;
  background: #eef1f6; /* height: 100vh;
    overflow-y: scroll; */
}
.sikl_area {
  width: 100%;
  float: left;
  padding: 0px 20px; /* height: 100vh;
    overflow: auto; */
}
.iksr_title {
  width: 100%;
  float: left;
  font-size: 19px;
  line-height: 32px;
  font-weight: 400;
  color: #4d5869;
}
.iksr_title span {
  font-weight: 600;
  color: #30599c;
}
.ikmt_area {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0px;
}
.iksh_area {
  position: absolute;
  right: 0;
  top: 0;
}
.iksh_area h4 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  margin-right: 13px;
  color: #79808b;
  font-weight: 600;
}
.iksh_area .iksopf {
  position: static;
  transform: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}
.iksh_area .iksopf .dropdown {
  background: #fff;
  min-width: 200px;
  border-radius: 0px;
}
.iksh_area .iksopf .dropdown.open {
  background: #fff !important;
  box-shadow: none !important;
}
.iksh_area .iksopf .dropdown .list {
  min-width: 200px;
  border-radius: 0;
}
.ikmlist_bg {
  width: 100%;
  float: left;
  background: #fff;
  position: relative; /* height: 100vh;
    overflow: scroll; */
}
.ikmlist_bg.ship {
  padding: 30px;
  margin-top: 15px;
}
.ikclist_com {
  width: 100%;
  float: left;
  height: 100vh;
  padding-bottom: 184px;
  position: relative;
  background: #fff;
  overflow: auto;
}
.ikclist_com .lilist {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eef1f6;
  padding: 30px 30px 27px;
  position: relative;
}
.ikmclist_box {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 38px;
}
.ikch {
  position: absolute;
  margin: 0;
  left: 0;
  top: 9px;
}
.ikmclist_box h4 {
  font-weight: 600;
  font-size: 22px;
  width: 100%;
  float: left;
}
.ikmclist_box h4 a {
  color: #30599c;
}
.ikmclist_box h4 span {
  font-size: 14px;
  line-height: 18px;
  background: #fff4f5;
  color: #29384f;
  display: inline-block;
  font-weight: 300;
  padding: 0px 9px 3px 9px;
}
.ikmclist_box h4.tadi {
  margin-bottom: 6px;
}
.ikmclist_box h4.tadial {
  margin-bottom: 10px;
}
.labiks {
  width: 100%;
  float: left;
}
.counik_area {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
.counik_area h5 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #79808b;
  line-height: 18px;
  background: #fff;
  vertical-align: top;
  padding-right: 30px;
  margin-right: 25px;
}
.counik_area h5:last-child {
  padding-right: 0;
  margin-right: 0;
}
.counik_area h5:last-child:after {
  display: none;
}
.counik_area h5:after {
  width: 1px;
  height: 15px;
  content: "";
  right: 0;
  top: 2px;
  background: #a3a7ae;
  position: absolute;
}
.counik_area h5 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.ikcp_desc {
  width: 100%;
  float: left;
}
.ikcp_desc h5 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #79808b;
}
.ikcp_desc h5 span {
  font-weight: 400;
}
.ikcp_desc p {
  margin: 0;
  width: 100%;
  float: left;
  font-size: 14px;
  color: #79808b;
  font-weight: 300;
}
.ikcp_desc p span {
  display: block;
}
.ikcp_desc p span b {
  color: #79808b;
  font-weight: 600;
}
.ikcp_desc p span.supl {
  padding-top: 10px;
}
.conin_ik {
  width: 100%;
  float: left;
  margin-top: 13px;
  margin-bottom: 4px;
}
.conin_ik h5 {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 27px;
}
.conin_ik h5 a {
  color: #30599c;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.conin_ik h5:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: url(../images/cico.png) no-repeat;
  background-size: contain;
}

/*downloads*/
.ikdn_area {
  width: 100%;
  float: left;
  padding: 25px 30px;
}
.ikdn_area .tdwn {
  font-size: 28px;
  color: #29384f;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 26px;
}
.dwnlist_outer {
  width: 100%;
  float: left;
}
.dwnul {
  width: 100%;
  float: left;
}
.dwnher {
  width: 100%;
  float: left;
  background: #a6aab4;
  padding: 5px 25px 6px;
}
.dwnnor {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 7px 0 8px;
  background: #eef1f6;
}
.shipment .dwnnor {
  padding-top: 11px;
  padding-bottom: 11px;
}
.dwnnor:nth-child(2n + 2) {
  background: #fff;
}
.dwnul .dwncol {
  display: inline-block;
  margin: 0 -2px;
  vertical-align: middle;
}
.dwncol h6 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.dwn1 {
  width: 50%;
}
.dwn2 {
  width: 10%;
}
.dwn3 {
  width: 10%;
}
.dwn4 {
  width: 15%;
  text-align: center;
}
.dwn5 {
  width: 15%;
  text-align: center;
}
.titp {
  width: 100%;
  float: left;
  padding-left: 60px;
  position: relative;
  padding-right: 30px;
}
.dwnnor p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #24334b;
  font-weight: 500;
}
.dwnnor p a {
  color: #7a8490;
  padding-left: 12px;
  font-size: 13px;
  line-height: 20px;
}
.dwnnor .titp p {
  color: #5abbf9;
}
.titico {
  position: absolute;
  left: 22px;
  top: 15px;
}

/*shipments*/
.ikmt_area .ui-tabs-nav {
  width: 100%;
  float: left;
  border-bottom: 2px solid #e3e6eb;
}
.ikmt_area .ui-tabs-nav .ui-state-default {
  display: inline-block;
  font-size: 19px;
  line-height: 24px;
  color: #4d5869;
  margin: 0 -2px;
  margin-right: 35px;
}
.ikmt_area .ui-tabs-nav .ui-state-default a {
  display: block;
  border-bottom: 6px solid rgba(48, 89, 156, 0);
  padding-bottom: 3px;
}
.ikmt_area .ui-tabs-nav .ui-state-active a {
  border-bottom: 6px solid rgba(48, 89, 156, 1);
  color: #30599c;
}
.ikmt_area .ui-tabs-nav .ui-state-default span {
  font-size: 15px;
}
.ikmt_area .ui-tabs-nav .ui-state-active a span {
  color: #5abbf9;
}
.ikshp_outer {
  width: 100%;
  float: left;
}
.shipArea {
  width: 100%;
  float: left;
  overflow-x: scroll;
}
.ikshp_outer {
  width: 100%;
  float: left;
  min-width: 1500px;
}
.dwnul.shipment .dwncol {
  padding: 0 5px;
  text-align: left;
}
.dwnul.shipment .dwncol.ist {
  padding-left: 45px;
}
.dwnul.shipment .dwnnor .dwncol {
  vertical-align: top;
  text-align: left;
}
.dwnul.shipment .dwnher {
  padding: 5px 0px 6px 0px;
}
.ikshp_outer .titico {
  top: 5px;
  left: 13px;
}
.ikshp_outer .titp {
  padding-left: 45px;
}
.ikshp_outer .dwnnor .titp p {
  color: #34495e;
  font-size: 13px;
}
.ikshp_outer .dwnnor p {
  font-size: 13px;
}
.ikshp_outer .dwnnor p strong {
  color: #34495e;
  font-weight: 600;
}
.ikshp_outer .dwnnor p span {
  display: block;
  margin-bottom: 5px;
  color: #939ba4;
}
.ikshp_outer .dwncol h6 {
  font-size: 13px;
}
.dwnnor .anch p a {
  display: block;
  color: #5558af;
  font-weight: 300;
  padding-left: 0;
}
.dwnnor .anch p a img {
  margin-right: 7px;
}
.topshib_outer {
  width: 100%;
  float: left;
  margin-bottom: 32px;
}
.topshib_outer .fshown {
  width: auto;
  float: left;
  position: relative;
}
.topshib_outer .fshown a {
  display: block;
}
.topshib_outer .fshown.expo {
  margin-right: 35px;
}
.fshown.slid {
  margin-right: 5px;
}
.slid a {
  background: #30599c;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px 7px;
}
.slid a img {
  margin-right: 8px;
}
.expo a {
  background: #dee4ed;
  color: #34495e;
  padding: 6px 10px 7px;
}
.topshib_outer .fshown.resp {
  float: right;
}
.topshib_outer .fshown .iksopf {
  position: static;
  transform: none;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.short h3 {
  width: auto;
  display: inline-block;
}
.ikpagi_area {
  width: 100%;
  float: left;
  margin-top: 28px;
}
.pagi_list {
  width: 100%;
  float: left;
  text-align: center;
}
.pagi_list li {
  margin: 0 -2px;
  margin-right: 8px;
  position: relative;
  display: inline-block;
}
.pagi_list li a {
  display: block;
}
.pagi_list li.default {
  background: #f6f8fa;
  width: 26px;
  text-align: center;
}
.pagi_list li.default:hover {
  background: #e1e6eb;
}
.pagi_list li.default a {
  color: #34495e;
  font-size: 13px;
  line-height: 14px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 4px 0px 8px 0px;
}
.pagi_list li.active a {
  background: #30599c;
  color: #fff;
}

/*login page*/
.iklogin_area {
  width: 100%;
  float: left;
  height: 100vh;
  position: relative;
}
.iklogin_inner {
  width: 100%;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.iklogin {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.iklogin ul.form_list_signup {
  padding: 25px;
  width: 100%;
  float: left;
}
.iklogin ul.form_list_signup .field_signup {
  width: 100%;
  float: left;
  height: 35px;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
}
.sign_sub_btn {
  background: #4452fb;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 25px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-top: 18px;
}
.sign_sub_btn:hover {
  background: #244375;
}
.iklogin ul.form_list_signup li {
  width: 100%;
  float: left;
  margin-right: 0;
  position: relative;
  margin-bottom: 10px;
}
.iklogin ul.form_list_signup li:last-child {
  margin-bottom: 0;
}
.iklogin ul.form_list_signup li p {
  margin-bottom: 0;
}
.iklogin ul.form_list_signup li p a {
  color: #244375;
}
.iklogin ul.form_list_signup li p a:hover {
  color: #333;
}
.iklogin ul.form_list_signup li .fiellabel {
  width: 100%;
  float: left;
  margin-bottom: 7px;
}
.ikltitle {
  width: 100%;
  float: left;
  background: #4452fb;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  padding: 15px 20px 16px;
}
.pwrf {
  width: 100%;
  float: left;
  position: relative;
}
.chfik {
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.reml {
  display: inline-block;
  vertical-align: middle;
  color: #989898;
}
.pwr_area {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 150px;
}
.fpwrt {
  position: absolute;
  right: 0;
  top: 0;
}
.fpwrt a {
  color: #989898;
  transition: all 0.5s ease;
}
.fpwrt a:hover {
  color: #4452fb;
}
.pwrlt {
  width: 100%;
  float: left;
}

/*footer*/
.ftik_area {
  width: 100%;
  float: left;
  background: #fff;
  padding: 19px 0px 20px;
  text-align: center;
}
.ftik_area.no_sidebar {
  padding-left: 0;
}
.ftik_area p {
  color: #24334b;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  font-weight: 100;
}
.ftik_area p a {
  color: #029fe4;
  display: inline-block;
  padding: 0px 7px;
  transition: all 0.5s ease;
}
.ftik_area p a:hover {
  color: #008fce;
}
.ftik_area p span {
  color: #029fe4;
  padding-left: 23px;
}
/*price box*/
.pricebox_area {
  width: 100%;
  float: left;
  padding: 50px 0;
  margin-top: 50px;
}
.ikprb_inner {
  width: 100%;
  float: left;
}
.ikpb_col {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  background: #f7f7f7;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.ikpb_col.recom {
  margin-top: -15px;
}
.pbtop {
  width: 100%;
  float: left;
  background: #4452fb;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 81px;
  margin-bottom: 0px;
}
.pbtop h3 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
}
.pbtop p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}
.prcir_area {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-top: -47px;
}
.pribox {
  width: 95px;
  height: 95px;
  border-radius: 100px;
  margin: 0 auto;
  border: 0px solid #4452fb;
  background: #f1f1f1;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pribox h4 {
  position: absolute;
  width: 85px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  color: #6b6b6b;
  padding-bottom: 4px;
}
.pribox h4 span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.dfik_area {
  width: 100%;
  float: left;
  padding: 0 25px;
}
.dfik_area p {
  margin: 0;
  width: 100%;
  float: left;
  text-align: center;
  color: #777777;
}
.vdik_btn {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 7px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.vdik_btn.nobor {
  border-bottom: none;
}
.vdik_btn a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 13px;
  line-height: 18px;
  color: #999;
  padding: 3px 10px 5px 10px;
  transition: all 0.5s ease;
}
.vdik_btn a:hover {
  background: #555;
  color: #fff;
  border: 1px solid #555;
}
.usa_list {
  width: 100%;
  float: left;
  text-align: center;
  color: #777;
}
.usa_list li {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.ikpsi_box {
  width: 100%;
  float: left;
  text-align: center;
  background: #4452fb;
  padding: 15px 0;
}
.ikpsi_box a {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 7px 20px 8px;
  color: #4452fb;
  border: 1px solid #fff;
  border-radius: 30px;
  background: #fff;
  transition: all 0.5s ease;
}
.ikpsi_box a:hover {
  background: #1a3665;
  color: #fff;
  border: 1px solid #1a3665;
}

/*faq*/
.faqik_area {
  width: 100%;
  float: left;
}
.faqt_ik_area {
  width: 100%;
  float: left;
  text-align: center;
  background: #d4e2f9;
  padding-top: 33px;
  padding-bottom: 34px;
  margin-bottom: 40px;
}
.faqt_ik_area p {
  margin: 0;
  width: 100%;
  float: left;
  color: #424242;
  font-size: 15px;
}
.faqt_ik_area h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #424242;
  margin-bottom: 12px;
}
.faqt_ik_area h2 span {
  font-weight: 600;
}
.ikfaq_inner {
  width: 100%;
  float: left;
  padding-bottom: 35px;
}
.faqik_list {
  width: 100%;
  float: left;
}
.faqik_list li {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 15px;
}
.faqik_list li h3 {
  font-size: 1.1em;
  line-height: 24px;
  font-weight: 600;
  color: #5c5c5c;
  background: #fafafa;
  padding: 14px 15px;
  cursor: pointer;
  padding-left: 50px;
  position: relative;
}
.faqik_list li h3:after {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 14px;
  top: 11px;
  content: "+";
  color: #777;
  font-size: 30px;
}
.faqik_list li h3.ui-state-active {
  background: #4452fb;
  color: #fff;
}
.faqik_list li h3.ui-state-active:after {
  content: "-";
  color: #fff;
}
.faq_desc {
  width: 100%;
  float: left;
  padding: 25px 50px;
}
.faq_desc p {
  margin: 0;
  width: 100%;
  float: left;
  color: #777;
  line-height: 26px;
}

/*signup*/
.iksut {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #4452fb;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  line-height: 24px;
}
.iksut:after {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #4452fb;
}
.iklogin ul.form_list_signup li.ikhalf {
  width: 48%;
}
.iklogin ul.form_list_signup li.marg {
  margin-right: 4%;
}

/*company profile*/
.cpik_oarea {
  width: 100%;
  float: left;
  padding: 40px 0 0;
  margin-top: 50px;
}
.cpik_area {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.cpt_area {
  width: 100%;
  float: left;
  background: #fff;
  padding: 30px 40px;
  position: relative;
}
.cpt_area h4 {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-bottom: 20px;
}
.cpt_area h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
  color: #4452fb;
}
.cpt_area h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
  color: #4452fb;
}
.cplist {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.cplist li {
  display: inline-block;
  font-size: 15px;
  margin-right: 26px;
}
.cplist li img {
  margin-right: 12px;
}
.prof_btn {
  color: #ffffff;
  cursor: pointer;
  padding: 10px 12px;
  background: #4451fb;
  border-radius: 20px;
  display: flex;
}
.cpik_ribbon {
  width: 100%;
  float: left;
  background: #4452fb;
  border-radius: 5px;
  padding: 25px;
  position: relative;
  padding-right: 0px;
}
.cpik_ribbon h5 {
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cpik_ribbon p {
  color: #f1f1f1;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.sinb_ik {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.sinb_ik a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.sinb_ik a:hover {
  opacity: 0.5;
  text-decoration: none;
}
a.signupcp {
  background: #fff;
  padding: 7px 15px 8px;
  color: #4452fb;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 20px;
}
.sinb_ik a.signupcp:hover {
  background: #193564;
  color: #fff;
  opacity: 1;
}
.traded h2 {
  text-align: center;
  margin-bottom: 3px;
}
.traded p {
  text-align: center;
}

.traded .dwnlist_outer {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.traded .dwnul {
  width: 100%;
  float: left;
}
.traded .dwnher {
  width: 100%;
  float: left;
  background: #f2f2f2;
  padding: 5px 7px 6px;
}
.traded .dwnnor {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 7px 7px 8px;
  background: #eef1f6;
}
.traded .dwnnor:nth-child(2n + 2) {
  background: #fff;
}
.traded .dwnul .dwncol {
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
  float: left;
}
.traded .dwncol h6 {
  font-size: 14px;
  line-height: 18px;
  color: #777;
  font-weight: 600;
}

.traded .dwn1 {
  width: 10%;
}
.traded .dwn2 {
  width: 25%;
}
.traded .dwn3 {
  width: 25%;
}
.traded .dwn4 {
  width: 30%;
  text-align: left;
}
.traded .dwn5 {
  width: 30%;
  text-align: left;
}

.traded .ship.dwn1 {
  width: 8%;
}
.traded .ship.dwn2 {
  width: 11%;
}
.traded .ship.dwn3 {
  width: 11%;
}
.traded .ship.dwn4 {
  width: 24%;
  text-align: left;
}
.traded .ship.dwn5 {
  width: 11%;
  text-align: left;
}
.traded .ship.dwn6 {
  width: 13% !important;
  text-align: left;
}

.traded .titp {
  width: 100%;
  float: left;
  padding-left: 60px;
  position: relative;
  padding-right: 30px;
}
.traded .dwnnor p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #24334b;
  font-weight: 500;
  text-align: left;
}
.traded .dwnnor p a {
  color: #4452fb;
  padding-left: 0px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: underline;
  text-decoration: 15px;
  font-weight: 600;
}
.traded .dwnnor p a:hover {
  text-decoration: none;
}
.traded .dwnnor .titp p {
  color: #5abbf9;
}
.traded p.td {
  font-size: 15px;
}
.traded p.td a {
  text-decoration: underline;
}
.traded .titico {
  position: absolute;
  left: 22px;
  top: 15px;
}
.such {
  text-align: center;
}

/*contact page*/
.inner_page_outer {
  width: 100%;
  float: left;
  padding: 40px 0;
}
.page_content {
  width: 100%;
  float: left;
}
.contact_outer {
  width: 100%;
  float: left;
}
.left_contact .address {
  width: 100%;
  float: left;
}
.left_contact .address li {
  width: 100%;
  float: left;
  position: relative;
  margin: 5px 0;
  padding-left: 30px;
  color: #111;
}
.left_contact .address li img {
  position: absolute;
  left: 0;
  top: 0;
}
.contact_outer .form_field_area {
  width: 100%;
  float: left;
  padding: 30px;
}
.contact_outer .form_field_area ul {
  width: 100%;
  float: left;
}
.contact_outer .form_field_area ul li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.contact_outer .form_field_area ul li input[type="text"],
.contact_outer .form_field_area ul li input[type="tel"],
.contact_outer .form_field_area ul li input[type="mail"],
.contact_outer .form_field_area ul li textarea {
  width: 100%;
  height: 40px;
  float: left;
  padding: 0px 10px;
  border: 1px solid #e1e1e1;
}
.contact_outer .form_field_area ul li textarea {
  padding: 10px;
  height: 157px;
}
.contact_outer .form_field_area ul li input[type="submit"] {
  height: 40px;
  padding: 0 20px;
  background: #4452fb;
  color: #fff;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.contact_outer .form_field_area ul li input[type="submit"]:hover {
  background: #16376e;
}
.left_contact {
  width: 25%;
  float: left;
}
.right_cont {
  width: 100%;
  float: right;
  padding-left: 0px;
}
.contact_outer h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.google_map_area {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.contact_outer .form_field_area {
  padding: 0;
}
.contact_outer .form_field_area ul {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.contact_outer .form_field_area ul:nth-child(2) {
  margin-right: 0;
}
.contact_outer .form_field_area ul li {
  margin-bottom: 20px;
}

.main_menu {
  width: 100%;
  float: left;
  text-align: center;
}
.main_menu li {
  display: inline-block;
}
.main_menu li a {
  display: block;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.main_menu li.active a {
  background: #fff;
  color: #4452fb;
}

/* Custom CSS */

.mat-tab-list {
  border-bottom: 2px solid #e3e6eb !important;
  margin-bottom: 10px !important;
}
.mat-tab-label {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  height: 35px !important;
}
.mat-tab-label:hover {
  color: #30599c !important;
}
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: rgb(33, 92, 187) !important;
  height: 4px !important;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0px !important;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  display: none !important;
}
.mat-form-field-infix {
  border-top: 0.64375em solid transparent !important;
}
.mat-select-value-text,
.mat-option-text {
  color: #6b6b6b;
}
.overlay {
  position: fixed !important;
}
path.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}
.node {
  cursor: pointer;
}

.node circle {
  fill: #fff;
  /* stroke: steelblue; */
  stroke-width: 3px;
}
.node:last-child circle {
  stroke: rgb(92, 180, 199) !important;
}
.node text {
  font: 9px sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}

.mat-tab-header,
.mat-tab-nav-bar {
  border: none !important;
}
mat-cell:first-of-type,
mat-footer-cell:first-of-type,
mat-header-cell:first-of-type {
  padding-left: 0px;
}

/* width */
::-webkit-scrollbar {
  height: 10px;
  width: 8px; /* Remove scrollbar space */
  /* Optional: just make scrollbar invisible */
}
/* Track */
::-webkit-scrollbar-track {
  background: #d1c7ff33;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4452fbc9;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #052281;
}

.mat-elevation-z8 {
  box-shadow: 0 5px 1px -10px rgba(0, 0, 0, 0.1),
    0 1px 1px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
}

text a {
  text-decoration: underline !important;
  color: #4e4ebd !important;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #2f518b !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #2f518b !important;
}

.mobile-display {
  display: flex;
}
.cpt_area-mobile {
  margin-right: 20px;
  height: auto;
}

.mob-menu {
  display: none;
  position: absolute;
  z-index: 999;
  right: 18px;
  top: 14px;
}

.menu-desk {
  display: block;
}

.count-text {
  font-size: 1.5em;
}

.cpt_area.cpt_area-mobile > div[style*="display: inline-flex"] {
  display: flex !important;
}

/* Responsive css */

@media screen and (max-width: 1050px) {
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  .ikHeaderi {
    padding-left: 150px;
    padding-right: 290px;
  }
}

@media screen and (max-width: 768px) {
  .cpt_area {
    padding: 0 !important;
  }
  .ikHeaderi {
    padding-left: 116px;
    padding-right: 270px;
  }

  .dwnlist_outer {
    overflow: auto;
  }
  .traded .dwnul {
    width: 1000px;
  }

  .ikHeaderO {
    padding: 4px 20px;
  }

  .ikHeaderi {
    padding-left: 140px;
    padding-right: 100px;
  }

  .graph-mobile {
    overflow: auto;
  }

  .menu-desk {
    display: none;
  }
  .mob-menu {
    display: block;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 46px;
    margin-left: 50px;
  }

  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .prof_btn {
    font-size: 10px;
  }
  .mobile-display {
    display: block;
  }
  .cpt_area-mobile {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .ikHeaderO {
    padding: 4px 10px;
  }
}

@media screen and (max-width: 500px) {
  .ikHeaderi {
    padding-left: 110px;
    padding-right: 80px;
  }
  .iklogo_box img {
    max-width: 75% !important;
  }
  .cpt_area h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .faqt_ik_area h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .count-text {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 384px) {
  .iklogo_box {
    position: relative;
    left: 0;
    top: 12px;
    transform: translate(0%, -50%);
  }
  .ikHeaderi {
    padding-left: 0;
    padding-right: 40px;
  }

  .iksopf .dropdown:after {
    right: 7px;
  }
  .iksopf .dropdown {
    padding-left: 8px;
    padding-right: 19px;
  }

  .mob-menu {
    right: 10px;
    top: 57px;
  }

  .iklogo_box {
    margin-top: 10px;
  }

  .iklogo_box img {
    max-width: 40% !important;
  }
}
